/* ============================================================
   Panel Development Partners — paneldevelopment.com
   Brand system: "Visibility that grows your business"
   Navy #071A33 · Blue #2E7CF6 · Cyan #29C7F2
   Type: Sora (display) + Inter (text)
   ============================================================ */

:root {
  --navy-900: #071A33;
  --navy-800: #0A2145;
  --navy-700: #0C2E5C;
  --blue-500: #2E7CF6;
  --blue-600: #1F63D4;
  --cyan-400: #29C7F2;
  --ink: #1C2B42;
  --slate: #4A5B75;
  --slate-light: #8494AC;
  --line: #DCE4F0;
  --bg-light: #F4F7FC;
  --white: #FFFFFF;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(7, 26, 51, 0.10);
  --shadow-lg: 0 18px 50px rgba(7, 26, 51, 0.16);
  --font-display: 'Sora', 'Segoe UI', sans-serif;
  --font-text: 'Inter', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-text);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--blue-500); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; color: var(--navy-900); }

h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: 1.25rem; font-weight: 600; }

.accent { color: var(--blue-500); }
.accent-cyan { color: var(--cyan-400); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-logo { height: 54px; width: auto; display: block; }
.site-footer .brand-logo {
  background: var(--white); padding: 12px 16px; border-radius: 10px;
  height: 50px; box-sizing: content-box;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 700; font-size: 0.98rem; line-height: 1.15;
  color: var(--white); text-transform: uppercase; letter-spacing: 0.04em;
  font-style: italic;
}
.brand-name span { color: var(--cyan-400); }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a {
  color: var(--ink); font-size: 0.95rem; font-weight: 500;
}
.main-nav a:hover { color: var(--blue-500); text-decoration: none; }
.main-nav .btn-primary, .main-nav .btn-primary:hover { color: var(--white); }

.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: " ▾"; font-size: 0.7em; }
.dropdown-menu {
  position: absolute; top: 100%; left: -12px; min-width: 250px;
  background: var(--white); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: all 0.18s ease;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown-menu a {
  display: block; padding: 10px 14px; border-radius: 8px;
  color: var(--ink) !important; font-weight: 500;
}
.dropdown-menu a:hover { background: var(--bg-light); color: var(--blue-500) !important; }

.btn {
  display: inline-block; padding: 13px 28px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  text-decoration: none; transition: all 0.18s ease; border: 2px solid transparent;
  cursor: pointer;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--blue-500); color: var(--white); }
.btn-primary:hover { background: var(--blue-600); box-shadow: 0 8px 24px rgba(46,124,246,0.35); }
.btn-outline-light { border-color: rgba(255,255,255,0.4); color: var(--white); }
.btn-outline-light:hover { border-color: var(--cyan-400); color: var(--cyan-400); }
.btn-outline { border-color: var(--blue-500); color: var(--blue-500); }
.btn-outline:hover { background: var(--blue-500); color: var(--white); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 40px; height: 40px; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; width: 24px; height: 2px;
  background: var(--navy-900); position: absolute; left: 8px; transition: all 0.2s;
}
.nav-toggle span { top: 19px; }
.nav-toggle span::before { top: -7px; left: 0; }
.nav-toggle span::after { top: 7px; left: 0; }

/* ---------- Hero ---------- */
.hero {
  background:
    linear-gradient(90deg, var(--navy-900) 34%, rgba(7,26,51,0.92) 50%, rgba(7,26,51,0.38) 74%, rgba(7,26,51,0.06) 100%),
    url("../images/miami-skyline.jpg") right center / auto 100% no-repeat,
    radial-gradient(ellipse at 15% 85%, rgba(41,199,242,0.14), transparent 50%),
    var(--navy-900);
  color: var(--white);
  padding: 96px 0 80px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 70% 30%, black, transparent 70%);
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { color: var(--white); max-width: 720px; }
.hero h1 .accent { color: var(--cyan-400); }
.hero .lede {
  font-size: 1.2rem; color: rgba(255,255,255,0.82);
  max-width: 640px; margin: 22px 0 34px;
}
.hero .lede strong { color: var(--cyan-400); font-weight: 600; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.eyebrow {
  display: inline-block; font-family: var(--font-display);
  font-size: 0.8rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--cyan-400); margin-bottom: 16px;
}
.eyebrow--dark { color: var(--blue-500); }

.hero-badges { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 48px; }
.hero-badge { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.75); font-size: 0.92rem; }
.hero-badge svg { flex-shrink: 0; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section--light { background: var(--bg-light); }
.section--navy { background: var(--navy-900); color: rgba(255,255,255,0.85); }
.section--navy h2, .section--navy h3 { color: var(--white); }

.section-head { max-width: 680px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--slate); margin-top: 14px; font-size: 1.06rem; }
.section--navy .section-head p { color: rgba(255,255,255,0.75); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 28px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { margin: 18px 0 10px; }
.card p { color: var(--slate); font-size: 0.98rem; }
.card .card-link { display: inline-block; margin-top: 16px; font-weight: 600; font-size: 0.95rem; }
.card .card-link::after { content: ' →'; }

.card-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(46,124,246,0.12), rgba(41,199,242,0.12));
  display: flex; align-items: center; justify-content: center;
}
.card-icon svg { width: 26px; height: 26px; }

/* ---------- Stats ---------- */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 8px; }
.stat-number {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 700;
  color: var(--cyan-400); line-height: 1;
}
.stat-label { margin-top: 10px; font-size: 0.95rem; color: rgba(255,255,255,0.75); }
.stat-source { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-top: 6px; }

/* ---------- Process / steps ---------- */
.steps { counter-reset: step; }
.step { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: none; }
.step-num {
  counter-increment: step; flex-shrink: 0;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy-900); color: var(--cyan-400);
  font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
}
.step-num::before { content: counter(step, decimal-leading-zero); }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--slate); }

/* ---------- Checklist ---------- */
.checklist { list-style: none; }
.checklist li {
  padding: 10px 0 10px 36px; position: relative; color: var(--slate);
}
.checklist li strong { color: var(--ink); }
.checklist li::before {
  content: ''; position: absolute; left: 0; top: 14px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--blue-500);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/14px no-repeat, linear-gradient(#000,#000);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/14px no-repeat, linear-gradient(#000,#000);
  -webkit-mask-composite: xor; mask-composite: exclude;
  background: var(--blue-500);
  border-radius: 50%;
}
.section--navy .checklist li { color: rgba(255,255,255,0.8); }
.section--navy .checklist li strong { color: var(--white); }
.section--navy .checklist li::before { background: var(--cyan-400); }

/* ---------- Split layout ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-content p { color: var(--slate); margin-bottom: 16px; }
.section--navy .split-content p { color: rgba(255,255,255,0.78); }

/* ---------- Portfolio / brand cards ---------- */
.brand-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 32px; display: flex; flex-direction: column; gap: 14px;
}
.brand-card .tag {
  align-self: flex-start; font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: rgba(46,124,246,0.1); color: var(--blue-500);
  padding: 5px 12px; border-radius: 999px;
}
.brand-card h3 { font-size: 1.35rem; }
.brand-card p { color: var(--slate); font-size: 0.98rem; flex-grow: 1; }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(41,199,242,0.2), transparent 55%),
    linear-gradient(120deg, var(--navy-800), var(--navy-900));
  border-radius: 20px; padding: 64px 56px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.cta-band h2 { color: var(--white); max-width: 520px; }
.cta-band p { color: rgba(255,255,255,0.75); margin-top: 10px; max-width: 520px; }

/* ---------- Founder strip ---------- */
.founder-strip {
  display: flex; gap: 32px; align-items: center;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 40px;
}
.founder-photo {
  width: 130px; height: 130px; border-radius: 50%; object-fit: cover;
  border: 4px solid rgba(46,124,246,0.25); flex-shrink: 0;
}
.founder-strip blockquote {
  font-size: 1.12rem; color: var(--ink); font-style: italic; margin-bottom: 12px;
}
.founder-strip cite { font-style: normal; color: var(--slate); font-size: 0.95rem; }
.founder-strip cite strong { color: var(--navy-900); }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; color: var(--navy-900); }
input, select, textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); font-family: var(--font-text); font-size: 1rem;
  color: var(--ink); background: var(--white); transition: border-color 0.15s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--blue-500); }
textarea { resize: vertical; min-height: 130px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }

/* ---------- Contact info ---------- */
.info-list { list-style: none; }
.info-list li { display: flex; gap: 14px; padding: 12px 0; align-items: flex-start; }
.info-list svg { flex-shrink: 0; margin-top: 3px; }
.info-list a { font-weight: 600; }
.info-list .muted { color: var(--slate); font-size: 0.95rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,0.7); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-grid h4 {
  color: var(--white); font-size: 0.85rem; text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 18px;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { color: rgba(255,255,255,0.7); font-size: 0.95rem; }
.footer-grid a:hover { color: var(--cyan-400); text-decoration: none; }
.footer-about p { font-size: 0.95rem; margin-top: 16px; max-width: 300px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 28px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 0.85rem; color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: rgba(255,255,255,0.6); }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background:
    radial-gradient(ellipse at 80% 30%, rgba(46,124,246,0.25), transparent 55%),
    var(--navy-900);
  color: var(--white); padding: 72px 0 56px;
}
.page-hero h1 { color: var(--white); max-width: 760px; }
.page-hero .lede { font-size: 1.15rem; color: rgba(255,255,255,0.8); max-width: 660px; margin-top: 18px; }
.breadcrumbs { font-size: 0.85rem; color: rgba(255,255,255,0.55); margin-bottom: 20px; }
.breadcrumbs a { color: rgba(255,255,255,0.7); }

/* ---------- Prose (long-form) ---------- */
.prose { max-width: 760px; }
.prose h2 { margin: 44px 0 16px; }
.prose h3 { margin: 30px 0 12px; }
.prose p { color: var(--slate); margin-bottom: 18px; }
.prose ul, .prose ol { margin: 0 0 18px 22px; color: var(--slate); }
.prose li { margin-bottom: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .hero { padding: 64px 0 56px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .founder-strip { flex-direction: column; text-align: center; }
  .cta-band { padding: 44px 28px; }

  .hero {
    background:
      linear-gradient(180deg, rgba(7,26,51,0.9) 0%, rgba(7,26,51,0.96) 100%),
      url("../images/miami-skyline.jpg") right center / cover no-repeat,
      var(--navy-900);
  }

  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); flex-direction: column; align-items: stretch;
    padding: 16px 24px 24px; gap: 4px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; font-size: 1.05rem; }
  .main-nav .btn { text-align: center; margin-top: 10px; }
  .brand-logo { height: 44px; }
  .dropdown-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    background: transparent; box-shadow: none; padding: 0 0 0 16px; min-width: 0;
  }
  .dropdown-menu a { color: var(--slate) !important; padding: 8px 0; }
  .dropdown-menu a:hover { background: none; color: var(--blue-500) !important; }
}

@media (max-width: 480px) {
  .stats-band { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- Elegant motion ---------- */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: none; }

.site-header { transition: box-shadow 0.25s ease; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(7, 26, 51, 0.10); }

.card-icon { transition: transform 0.25s ease; }
.card:hover .card-icon { transform: scale(1.08); }

.main-nav > a:not(.btn) { position: relative; }
.main-nav > a:not(.btn)::after {
  content: ''; position: absolute; left: 0; bottom: -5px;
  width: 0; height: 2px; border-radius: 2px;
  background: var(--blue-500); transition: width 0.25s ease;
}
.main-nav > a:not(.btn):hover::after { width: 100%; }

.founder-photo { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.founder-strip:hover .founder-photo { transform: scale(1.03); box-shadow: 0 8px 28px rgba(46, 124, 246, 0.25); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 22px;
  font-family: var(--font-display); font-weight: 600;
  color: var(--navy-900); font-size: 1.02rem; line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.5rem; line-height: 1; color: var(--blue-500);
  flex-shrink: 0; transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--blue-500); }
.faq-body { padding: 0 22px 20px; color: var(--slate); }
.faq-body p { margin-bottom: 12px; }
.faq-body p:last-child { margin-bottom: 0; }

/* ---------- Navigation orientation ---------- */
.main-nav > a.active:not(.btn) { color: var(--blue-500); }
.main-nav > a.active:not(.btn)::after { width: 100%; }
.nav-dropdown > a.active { color: var(--blue-500); font-weight: 600; }
.dropdown-menu a.active { background: var(--bg-light); color: var(--blue-500) !important; }

.header-page-label {
  display: none;
  font-family: var(--font-display); font-weight: 600; font-size: 0.85rem;
  color: var(--slate);
  margin-left: 18px; margin-right: auto; padding-left: 18px;
  border-left: 2px solid var(--line);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px;
  opacity: 0; transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.site-header.scrolled .header-page-label { opacity: 1; transform: none; }
@media (min-width: 961px) { .header-page-label { display: block; } }

/* ---------- Featured service card (GBP) ---------- */
.card--featured {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 36px; align-items: center;
  background:
    radial-gradient(ellipse at 85% 10%, rgba(41,199,242,0.16), transparent 55%),
    linear-gradient(120deg, var(--navy-800), var(--navy-900));
  border: none; padding: 42px 40px;
}
.card--featured:hover { transform: none; box-shadow: var(--shadow-lg); }
.card--featured h3 { color: var(--white); font-size: 1.5rem; margin: 14px 0 12px; }
.card--featured p { color: rgba(255,255,255,0.8); }
.card--featured .card-link { color: var(--cyan-400); }
.card--featured .checklist li { color: rgba(255,255,255,0.82); }
.card--featured .checklist li strong { color: var(--white); }
.card--featured .checklist li::before { background: var(--cyan-400); }
.featured-tag {
  display: inline-block; font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.09em;
  background: rgba(41,199,242,0.15); color: var(--cyan-400);
  padding: 5px 12px; border-radius: 999px;
}
@media (max-width: 860px) {
  .card--featured { grid-template-columns: 1fr; padding: 32px 26px; }
}

/* ---------- Proof table (Moz visibility) ---------- */
.proof-table-wrap {
  overflow-x: auto; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); margin-bottom: 40px;
}
.proof-table { width: 100%; border-collapse: collapse; font-size: 0.98rem; min-width: 540px; }
.proof-table caption {
  caption-side: bottom; text-align: left;
  font-size: 0.82rem; color: var(--slate-light); padding: 14px 22px;
  border-top: 1px solid var(--line);
}
.proof-table th {
  font-family: var(--font-display); font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--slate);
  text-align: left; padding: 16px 22px; border-bottom: 2px solid var(--line);
}
.proof-table td { padding: 14px 22px; border-bottom: 1px solid var(--line); color: var(--slate); }
.proof-table tbody tr:last-child td { border-bottom: none; }
.proof-table th:nth-child(2), .proof-table td:nth-child(2),
.proof-table th:nth-child(3), .proof-table td:nth-child(3) { text-align: right; }
.proof-table .is-us td {
  background: rgba(46,124,246,0.08); color: var(--navy-900); font-weight: 600;
}
.proof-table .is-us td:first-child { border-left: 3px solid var(--blue-500); }

/* Anchor targets land below the sticky header */
section[id], [id="faq"], [id="services"], [id="allied"] { scroll-margin-top: 96px; }
