/*
Theme Name: Paytence Consulting No Sidebar
Theme URI: https://paytence.com
Author: Paytence Consulting
Description: A SharePoint-inspired WordPress theme for Paytence Consulting, focused on electronic payments and monetics expertise.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: paytence-consulting
*/

:root {
  --navy: #071b3d;
  --blue: #1594e6;
  --light-blue: #eaf6ff;
  --border: #d9e2ec;
  --text: #1f2937;
  --muted: #667085;
  --bg: #f5f7fa;
  --white: #ffffff;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}
a { color: inherit; }
.topbar {
  height: 56px;
  background: var(--navy);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.brand img { height: 34px; width: auto; background: white; border-radius: 6px; padding: 3px; }
.topnav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.topnav a { color: white; text-decoration: none; font-size: 14px; opacity: .9; }
.shell { min-height: calc(100vh - 56px); }
main { max-width: 1240px; margin: 0 auto; padding: 28px; width: 100%; }
.hero { background: linear-gradient(135deg, rgba(7,27,61,.94), rgba(21,148,230,.86)); border-radius: 18px; padding: 56px; color: white; min-height: 340px; display: flex; align-items: center; box-shadow: 0 18px 45px rgba(7,27,61,.18); }
.hero-content { max-width: 760px; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 700; color: #bde7ff; }
h1 { margin: 14px 0 18px; font-size: clamp(36px, 5vw, 62px); line-height: 1.02; color: inherit; }
.hero p { font-size: 20px; line-height: 1.55; margin: 0 0 28px; color: #eef8ff; }
.buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 8px; text-decoration: none; font-weight: 700; }
.btn.primary { background: white; color: var(--navy); }
.btn.secondary { border: 1px solid rgba(255,255,255,.6); color: white; }
.section-title { display: flex; justify-content: space-between; align-items: end; margin: 34px 0 16px; }
.section-title h2 { margin: 0; color: var(--navy); font-size: 28px; }
.section-title span { color: var(--muted); font-size: 14px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 24px; box-shadow: 0 8px 24px rgba(16,24,40,.05); }
.card .icon { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: var(--light-blue); color: var(--blue); font-weight: 900; margin-bottom: 16px; }
.card h3 { color: var(--navy); margin: 0 0 10px; font-size: 19px; }
.card p { margin: 0; line-height: 1.55; color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; margin-top: 18px; }
.news-list { list-style: none; margin: 0; padding: 0; }
.news-list li { padding: 15px 0; border-bottom: 1px solid var(--border); }
.news-list strong { display: block; color: var(--navy); margin-bottom: 5px; }
.news-list span { color: var(--muted); font-size: 14px; }
.contact-panel { background: var(--navy); color: white; border-radius: 14px; padding: 28px; }
.contact-panel h3 { margin-top: 0; font-size: 24px; color: white; }
.contact-panel p { color: #dbeafe; line-height: 1.6; }
.site-footer { margin-top: 30px; padding: 22px; text-align: center; color: var(--muted); font-size: 14px; }
.page-content { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 32px; box-shadow: 0 8px 24px rgba(16,24,40,.05); }
@media (max-width: 900px) { .cards, .two-col { grid-template-columns: 1fr; } .hero { padding: 34px 24px; } .topnav { display: none; } main { padding: 20px; } }
