/* ==========================================================================
   FixMenu — Shared Stylesheet
   Matches existing landing page design system (DM Sans + DM Serif Display,
   #2563EB primary, #F59E0B accent, Stripe/Notion-inspired SaaS aesthetic)
   ========================================================================== */

/* ----- Reset & Root Tokens ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary: #2563EB;
  --primary-dark: #1d4ed8;
  --primary-dim: rgba(37, 99, 235, .1);
  --primary-border: rgba(37, 99, 235, .2);
  --secondary: #1F2937;
  --accent: #F59E0B;
  --accent-dark: #d97706;
  --accent-dim: rgba(245, 158, 11, .12);
  --accent-border: rgba(245, 158, 11, .25);
  --background: #FFFFFF;
  --section-bg: #F9FAFB;
  --surface: #FFFFFF;
  --bg2: #F3F4F6;
  --border: #E5E7EB;
  --text: #111827;
  --text-mid: #374151;
  --text-soft: #6B7280;

  --shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);

  --r: 10px; --rm: 16px; --rl: 20px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --font: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'DM Serif Display', Georgia, serif;
  --max: 1060px;
  --max-narrow: 820px;
}

html { -webkit-tap-highlight-color: transparent; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  background: var(--background);
  color: var(--text);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ==========================================================================
   NAVIGATION (premium SaaS — backdrop blur, refined spacing)
   ========================================================================== */
.nav {
  position: sticky; top: 0; z-index: 999;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px;
}
.nav-brand { text-decoration: none; display: flex; align-items: center; }
.nav-brand:hover { text-decoration: none; opacity: .85; transition: opacity .15s; }
.nav-logo-img {
  height: 32px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-link {
  font-size: 14px; font-weight: 600; color: var(--text-soft);
  text-decoration: none;
  padding: 8px 14px; border-radius: 8px;
  transition: color .15s, background .15s;
}
.nav-link:hover { color: var(--secondary); background: var(--section-bg); text-decoration: none; }
.nav-link.active { color: var(--secondary); }

.nav-signin {
  font-size: 14px; font-weight: 600;
  color: var(--text-mid);
  text-decoration: none;
  padding: 8px 14px;
  margin-left: 6px;
  border-radius: 8px;
  transition: color .15s, background .15s;
}
.nav-signin:hover { color: var(--secondary); background: var(--section-bg); text-decoration: none; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent); color: #fff;
  font-size: 13px; font-weight: 800;
  padding: 9px 20px; border-radius: 22px;
  text-decoration: none;
  margin-left: 8px;
  box-shadow: 0 2px 8px rgba(245,158,11,.25);
  transition: background .18s, transform .18s, box-shadow .18s;
}
.nav-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(245,158,11,.4);
  text-decoration: none; color: #fff;
}

.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; margin-left: 8px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--secondary); border-radius: 2px;
  transition: all .25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; flex-direction: column;
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  padding: 14px 16px 22px; gap: 4px;
}
.mobile-menu a {
  font-size: 15px; font-weight: 600; color: var(--text-soft);
  text-decoration: none;
  padding: 12px 14px; border-radius: 10px;
  transition: background .18s, color .18s;
}
.mobile-menu a:hover { background: var(--section-bg); color: var(--secondary); text-decoration: none; }
.mobile-menu .mobile-cta {
  background: var(--accent); color: #fff; text-align: center;
  margin-top: 10px; border-radius: 22px; font-weight: 800;
  box-shadow: 0 4px 12px rgba(245,158,11,.3);
}
.mobile-menu .mobile-cta:hover { background: var(--accent-dark); color: #fff; }
.mobile-menu.open { display: flex; }

/* ==========================================================================
   PAGE HEADER (used on legal/contact/pricing pages)
   ========================================================================== */
.page-header {
  background: var(--section-bg);
  border-bottom: 1px solid var(--border);
  padding: 80px 24px 76px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; top: -140px; left: -100px;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.05) 0%, transparent 68%);
  pointer-events: none;
}
.page-header::after {
  content: '';
  position: absolute; bottom: -100px; right: -80px;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,158,11,.04) 0%, transparent 68%);
  pointer-events: none;
}
.page-header-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }

.page-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700;
  letter-spacing: .8px; text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-dim);
  border: 1px solid var(--primary-border);
  padding: 7px 16px; border-radius: 24px;
  margin-bottom: 28px;
}
.badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary);
  animation: blink 2s ease-in-out infinite;
  display: inline-block;
}
@keyframes blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(1.5); }
}

.page-title {
  font-family: var(--serif);
  font-size: clamp(34px, 5.4vw, 54px);
  font-weight: 400;
  color: var(--secondary);
  line-height: 1.1;
  letter-spacing: -.6px;
  margin-bottom: 22px;
}
.page-title em { color: var(--primary); font-style: italic; }

.page-subtitle {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--text-soft);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

.page-meta {
  display: inline-block;
  margin-top: 28px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-soft);
  background: #fff;
  border: 1px solid var(--border);
  padding: 7px 16px;
  border-radius: 20px;
  letter-spacing: .3px;
}

/* ==========================================================================
   CONTENT WRAPPERS
   ========================================================================== */
.content-section {
  padding: 72px 24px;
  background: #fff;
}
.content-section.alt { background: var(--section-bg); }

.content-wrap {
  max-width: var(--max-narrow);
  margin: 0 auto;
}
.content-wrap-wide {
  max-width: var(--max);
  margin: 0 auto;
}

/* ==========================================================================
   LEGAL / DOCUMENT STYLING (Privacy, Terms, Refund)
   ========================================================================== */
.doc {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-md);
  padding: 60px 64px;
  position: relative;
  overflow: hidden;
}
.doc::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
}

.doc-section { margin-bottom: 48px; scroll-margin-top: 90px; }
.doc-section:last-child { margin-bottom: 0; }

.doc h2 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: -.3px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.doc h2 em { color: var(--primary); font-style: italic; }

.doc h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary);
  margin-top: 26px;
  margin-bottom: 10px;
  letter-spacing: -.1px;
}

.doc p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.78;
  margin-bottom: 14px;
}

.doc ul, .doc ol {
  margin: 10px 0 18px 22px;
  color: var(--text-mid);
}
.doc li {
  font-size: 15px;
  line-height: 1.78;
  margin-bottom: 8px;
}

.doc strong { color: var(--secondary); font-weight: 700; }
.doc a { color: var(--primary); font-weight: 600; }

/* Jump-link pills (replaces heavy TOC card) */
.doc-jumplinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.doc-jumplinks-label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  color: var(--text-soft);
  width: 100%;
  margin-bottom: 4px;
}
.doc-jumplinks a {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-mid);
  background: var(--section-bg);
  border: 1px solid var(--border);
  padding: 7px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all .15s;
}
.doc-jumplinks a:hover {
  background: var(--primary-dim);
  border-color: var(--primary-border);
  color: var(--primary);
  text-decoration: none;
}

.callout {
  background: var(--primary-dim);
  border-left: 3px solid var(--primary);
  padding: 18px 22px;
  border-radius: 0 12px 12px 0;
  margin: 22px 0;
}
.callout p { margin-bottom: 0; font-size: 14px; color: var(--text-mid); line-height: 1.7; }
.callout strong { color: var(--secondary); }

.callout.warn {
  background: var(--accent-dim);
  border-left-color: var(--accent);
}

/* ==========================================================================
   TRUST BAND (subtle row of trust signals — used on pricing page)
   ========================================================================== */
.trust-band {
  max-width: 880px;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.trust-band-item {
  display: inline-flex; align-items: center;
  gap: 8px;
  font-size: 13px; font-weight: 600;
  color: var(--text-mid);
  letter-spacing: .1px;
}
.trust-band-item svg {
  width: 16px; height: 16px;
  fill: var(--primary);
  flex-shrink: 0;
}
.trust-band-divider {
  width: 1px; height: 18px;
  background: var(--border);
}
@media (max-width: 700px) {
  .trust-band { gap: 14px; padding: 16px 20px; }
  .trust-band-divider { display: none; }
  .trust-band-item { font-size: 12px; }
}

/* Pricing intro caption (appears above price cards) */
.pricing-caption {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-soft);
  margin-bottom: 24px;
  letter-spacing: .2px;
}
.pricing-caption strong { color: var(--secondary); }

/* ==========================================================================
   PRICING PAGE
   ========================================================================== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px; /* Vertical gap larger so the badge fits between stacked cards on mobile */
  max-width: 880px;
  margin: 0 auto;
  padding-top: 20px; /* Room for the floating "MOST POPULAR" badge */
  overflow: visible;
}

.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 40px 36px;
  position: relative;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.price-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.price-card.featured {
  border: 2px solid var(--primary);
  box-shadow: 0 12px 40px rgba(37,99,235,.14);
}
.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .8px;
  padding: 7px 18px;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(245,158,11,.4);
  white-space: nowrap;
  z-index: 10;
  line-height: 1.2;
}

.price-name {
  font-family: var(--serif);
  font-size: 28px; font-weight: 400;
  color: var(--secondary);
  letter-spacing: -.3px;
  margin-bottom: 8px;
}
.price-tagline {
  font-size: 14px; color: var(--text-soft);
  margin-bottom: 28px; line-height: 1.6;
}
.price-amount {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 8px;
}
.price-currency {
  font-size: 24px; font-weight: 700;
  color: var(--secondary);
  font-family: var(--serif);
}
.price-value {
  font-family: var(--serif);
  font-size: 56px;
  color: var(--secondary);
  letter-spacing: -1.5px;
  line-height: 1;
}
.price-period { font-size: 14px; color: var(--text-soft); }
.price-note { font-size: 13px; color: var(--text-soft); margin-bottom: 28px; }

.price-cta {
  display: block; width: 100%;
  text-align: center;
  padding: 14px 22px;
  border-radius: 28px;
  font-size: 14px; font-weight: 800;
  text-decoration: none;
  transition: all .18s;
  margin-bottom: 28px;
}
.price-cta.primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 4px 16px rgba(245,158,11,.32);
}
.price-cta.primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,158,11,.42);
  text-decoration: none; color: #fff;
}
.price-cta.secondary {
  background: #fff;
  color: var(--secondary);
  border: 2px solid var(--border);
}
.price-cta.secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-dim);
  text-decoration: none;
}

.price-features {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.price-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.55;
  margin-bottom: 12px;
}
.price-features li:last-child { margin-bottom: 0; }
.price-check {
  flex-shrink: 0;
  width: 18px; height: 18px;
  background: var(--primary-dim);
  color: var(--primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  margin-top: 2px;
}
.price-features-label {
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .6px;
  color: var(--text-soft);
  margin-bottom: 16px;
}

/* Comparison table */
.compare-section {
  padding: 80px 24px;
  background: var(--section-bg);
  border-top: 1px solid var(--border);
}
.compare-table-wrap {
  max-width: 880px;
  margin: 48px auto 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}
.compare-table-wrap::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  z-index: 1;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.compare-table thead th {
  background: var(--section-bg);
  padding: 22px 24px;
  text-align: left;
  font-size: 13px; font-weight: 700;
  color: var(--secondary);
  border-bottom: 1px solid var(--border);
}
.compare-table thead th:nth-child(2),
.compare-table thead th:nth-child(3) {
  text-align: center;
  width: 22%;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -.2px;
}
.compare-table tbody td {
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  color: var(--text-mid);
}
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody td:nth-child(2),
.compare-table tbody td:nth-child(3) {
  text-align: center;
  font-weight: 600;
  color: var(--secondary);
}
.compare-table .row-group {
  background: var(--section-bg);
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: var(--text-soft);
}
.tick { color: var(--primary); font-weight: 700; }
.dash { color: var(--text-soft); }

.faq-section { padding: 72px 24px; background: #fff; }
.faq-list { max-width: 720px; margin: 40px auto 0; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  font-size: 16px; font-weight: 700;
  color: var(--secondary);
  margin-bottom: 8px;
  letter-spacing: -.1px;
}
.faq-a {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.7;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: var(--max);
  margin: 0 auto;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 36px 32px;
  text-align: left;
  box-shadow: var(--shadow);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.contact-icon {
  width: 52px; height: 52px;
  background: #F3F4F6;
  border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
}
.contact-card-label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  color: var(--primary);
  margin-bottom: 10px;
}
.contact-card-title {
  font-family: var(--serif);
  font-size: 20px; font-weight: 400;
  color: var(--secondary);
  margin-bottom: 12px;
  letter-spacing: -.2px;
  line-height: 1.25;
}
.contact-card-value {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.65;
}
.contact-card-value a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.contact-card-value a:hover { text-decoration: underline; }

.about-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 48px 52px;
  box-shadow: var(--shadow-md);
  margin-top: 56px;
  max-width: var(--max-narrow);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.about-block::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
}
.about-block h2 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  color: var(--secondary);
  margin-bottom: 18px;
  letter-spacing: -.3px;
  line-height: 1.2;
}
.about-block h2 em { color: var(--primary); font-style: italic; }
.about-block p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 14px;
}
.about-block p:last-child { margin-bottom: 0; }

/* ==========================================================================
   CTA SECTION (reusable)
   ========================================================================== */
.cta-band {
  background: var(--section-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 24px;
  text-align: center;
}
.cta-band h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3.6vw, 34px);
  color: var(--secondary);
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -.3px;
}
.cta-band p {
  font-size: 15px;
  color: var(--text-soft);
  margin-bottom: 28px;
  max-width: 480px;
  margin-left: auto; margin-right: auto;
}
.cta-band .btn-hero {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--accent); color: #fff;
  font-size: 15px; font-weight: 800;
  padding: 14px 30px; border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(245,158,11,.32);
  transition: transform .18s, box-shadow .18s, background .18s;
}
.cta-band .btn-hero:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(245,158,11,.42);
  text-decoration: none; color: #fff;
}

/* ==========================================================================
   FOOTER (premium SaaS — 3-tier: main grid, trust band, bottom bar)
   ========================================================================== */
.footer {
  background: var(--secondary);
  color: rgba(255,255,255,.75);
  padding: 72px 24px 32px;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  opacity: .8;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-col h4 {
  color: #fff;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.2px;
  margin-bottom: 22px;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-size: 14px;
  padding: 6px 0;
  transition: color .15s, transform .15s;
}
.footer-col a:hover {
  color: #fff;
  text-decoration: none;
  transform: translateX(2px);
}

.footer-brand-block { padding-right: 12px; }
.footer-logo-img {
  height: 34px;
  width: auto;
  display: block;
  margin-bottom: 16px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.footer-brand-block p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.62);
  max-width: 320px;
  margin-bottom: 22px;
}
.footer-tagline {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  padding: 6px 12px;
  border-radius: 20px;
}
.footer-tagline-dot {
  width: 6px; height: 6px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(16,185,129,.5);
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  padding: 0;
  transition: all .18s;
}
.footer-social a:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  transform: translateY(-2px);
}
.footer-social svg {
  width: 16px; height: 16px;
  fill: rgba(255,255,255,.7);
  transition: fill .18s;
}
.footer-social a:hover svg { fill: #fff; }

/* Trust band */
.footer-trust {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
  letter-spacing: .2px;
}
.footer-trust-item svg {
  width: 14px; height: 14px;
  fill: rgba(255,255,255,.5);
}

/* Bottom bar */
.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.footer-legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-legal a {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  transition: color .15s;
}
.footer-legal a:hover { color: #fff; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    gap: 36px; /* extra vertical space between stacked cards so badge has breathing room */
    padding-top: 24px;
  }
  .contact-grid { grid-template-columns: 1fr; max-width: 440px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-trust { gap: 20px; padding: 22px 0; }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo-img { height: 28px; }
  .doc { padding: 36px 26px; }
  .doc h2 { font-size: 24px; }
  .about-block { padding: 36px 26px; }
  .content-section { padding: 56px 20px; }
  .page-header { padding: 56px 20px 52px; }
  .page-title { font-size: 36px; }
  .doc-jumplinks { gap: 6px; margin-bottom: 36px; padding-bottom: 24px; }
  .doc-jumplinks a { font-size: 12px; padding: 6px 12px; }
}

@media (max-width: 560px) {
  .footer-inner { grid-template-columns: 1fr; gap: 32px; text-align: left; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-trust { flex-direction: column; gap: 12px; }
  .compare-table thead th, .compare-table tbody td { padding: 12px 14px; font-size: 13px; }
  .price-card { padding: 32px 26px; }
  .price-value { font-size: 44px; }
  .doc { padding: 32px 22px; }
}
