/*
Theme Name:   Acct4Cast Child
Theme URI:    https://acct4cast.com
Description:  Acct4Cast landing page child theme for GeneratePress
Author:       Account4Cast, LLC
Author URI:   https://acct4cast.com
Template:     generatepress
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  acct4cast-child
*/

/* ─────────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────────── */
:root {
  --navy:    #0c1a36;
  --navy2:   #112240;
  --teal:    #00a8cc;
  --teal2:   #00c4ee;
  --green:   #2e8b3a;
  --green2:  #3daa4a;
  --gold:    #f5c800;
  --ac-white: #edf1ff;
  --muted:   #7a90b8;
  --card:    rgba(17,34,64,.78);
  --border:  rgba(0,168,204,.15);
  --climb:   #3daa4a;
  --dive:    #c0223a;
  --sbg:     #f3f6fb;
  --stxt:    #0c1a36;
  --smut:    #4d637f;
}

/* ─────────────────────────────────────────────
   RESET GENERATEPRESS DEFAULTS ON LANDING PAGE
───────────────────────────────────────────── */
body.page-template-landing-page {
  margin: 0;
  padding: 0;
  background: var(--navy);
  font-family: 'Sora', sans-serif;
}

body.page-template-landing-page #page,
body.page-template-landing-page .site-header,
body.page-template-landing-page .site-footer,
body.page-template-landing-page .navigation-branding,
body.page-template-landing-page #site-navigation {
  display: none;
}

body.page-template-landing-page .site-content,
body.page-template-landing-page #content,
body.page-template-landing-page .inside-article,
body.page-template-landing-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ─────────────────────────────────────────────
   GLOBAL BOX MODEL
───────────────────────────────────────────── */
.ac-page *, .ac-page *::before, .ac-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ac-page {
  font-family: 'Sora', sans-serif;
  color: var(--ac-white);
  overflow-x: hidden;
}

/* ─────────────────────────────────────────────
   NOISE TEXTURE
───────────────────────────────────────────── */
.ac-page::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* ─────────────────────────────────────────────
   NAV
───────────────────────────────────────────── */
.ac-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5%;
  background: rgba(12,26,54,.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
.ac-nav.scrolled { box-shadow: 0 4px 28px rgba(0,0,0,.45); }

.nav-logo {
  display: flex;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
}
.logo-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 26px;
}
.lb { width: 5px; border-radius: 2px 2px 0 0; }
.lb:nth-child(1) { height:38%; background:#1a5fa0; }
.lb:nth-child(2) { height:54%; background:#0d8abb; }
.lb:nth-child(3) { height:70%; background:#00a8cc; }
.lb:nth-child(4) { height:85%; background:#2e8b3a; }
.lb:nth-child(5) { height:100%; background:#3daa4a; }

.logo-word { font-size: 1.2rem; font-weight: 700; letter-spacing: -.02em; }
.lw-a { color: #1a7fbe; }
.lw-4 { color: var(--gold); }
.lw-c { color: var(--green2); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: var(--ac-white); }
.nav-cta {
  background: linear-gradient(135deg, var(--teal), var(--green2)) !important;
  color: #fff !important;
  padding: .46rem 1.1rem !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
}
.nav-cta:hover { opacity: .85; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  width: 22px; height: 2px;
  background: var(--ac-white);
  border-radius: 2px;
  display: block;
  transition: all .3s;
}

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */
.ac-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 5% 5rem;
  overflow: hidden;
  background: var(--navy);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,168,204,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,168,204,.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.g1 { width:480px;height:480px;background:radial-gradient(circle,rgba(0,168,204,.17) 0%,transparent 70%);top:-80px;left:-80px;animation:floatGlow 9s ease-in-out infinite; }
.g2 { width:360px;height:360px;background:radial-gradient(circle,rgba(46,139,58,.14) 0%,transparent 70%);bottom:60px;right:-60px;animation:floatGlow 11s ease-in-out infinite reverse; }
.g3 { width:240px;height:240px;background:radial-gradient(circle,rgba(245,200,0,.09) 0%,transparent 70%);top:44%;left:62%;animation:floatGlow 13s ease-in-out infinite 3s; }

@keyframes floatGlow {
  0%,100% { transform: translate(0,0); }
  50%      { transform: translate(26px,-16px); }
}

.hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1.4rem;
  padding: .34rem .9rem;
  border: 1px solid rgba(0,168,204,.28);
  border-radius: 100px;
  display: inline-block;
  position: relative;
  z-index: 1;
  animation: fadeUp .8s ease both;
}

.hero-h1 {
  font-size: clamp(2.6rem, 6.5vw, 5.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.03em;
  max-width: 840px;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 1;
  animation: fadeUp .8s ease .15s both;
}
.ht { color: var(--teal2); }
.hg { color: var(--gold); }

.hero-sub {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 555px;
  line-height: 1.72;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
  animation: fadeUp .8s ease .3s both;
}

.hero-ctas {
  display: flex;
  gap: .85rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  animation: fadeUp .8s ease .44s both;
}

.btn-primary {
  background: linear-gradient(135deg, var(--teal), var(--green2));
  color: #fff;
  padding: .88rem 2rem;
  border-radius: 8px;
  font-size: .96rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  display: inline-block;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 32px rgba(0,168,204,.28);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(0,168,204,.42);
  color: #fff;
  text-decoration: none;
}

.btn-secondary {
  background: transparent;
  color: var(--ac-white);
  padding: .88rem 2rem;
  border-radius: 8px;
  font-size: .96rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.18);
  display: inline-block;
  transition: background .2s, border-color .2s;
}
.btn-secondary:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.35);
  color: var(--ac-white);
  text-decoration: none;
}

.hero-trust {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  justify-content: center;
  font-size: .77rem;
  color: var(--muted);
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  animation: fadeUp .8s ease .58s both;
}
.trust-dot {
  width: 5px; height: 5px;
  background: var(--green2);
  border-radius: 50%;
  display: inline-block;
}

@keyframes fadeUp {
  from { opacity:0; transform:translateY(18px); }
  to   { opacity:1; transform:translateY(0); }
}

/* ─── DASHBOARD MOCKUP ─── */
.mock-wrap {
  margin-top: 3.5rem;
  width: 100%;
  max-width: 960px;
  position: relative;
  z-index: 1;
  animation: fadeUp 1s ease .7s both;
}
.mock {
  background: rgba(10,20,48,.95);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 0 1px rgba(0,168,204,.07);
}
.mock-header { background:#091830;display:flex;align-items:center;gap:.38rem;padding:.65rem 1rem;border-bottom:1px solid var(--border); }
.mock-dot { width:9px;height:9px;border-radius:50%; }
.dot-r{background:#ff5f57;} .dot-y{background:#ffbd2e;} .dot-g{background:#28ca41;}
.mock-nav { background:#0c1e3a;display:flex;align-items:center;gap:.12rem;padding:.5rem 1.2rem;border-bottom:1px solid var(--border);overflow-x:auto; }
.mock-brand { font-size:.68rem;font-weight:700;margin-right:.9rem;flex-shrink:0;white-space:nowrap; }
.mock-tab { font-size:.63rem;padding:.28rem .62rem;border-radius:5px;color:var(--muted);white-space:nowrap;flex-shrink:0;font-weight:500; }
.mock-tab.active { background:rgba(0,168,204,.14);color:var(--teal2); }
.mock-qb { margin-left:auto;font-family:'DM Mono',monospace;font-size:.58rem;color:var(--green2);flex-shrink:0;white-space:nowrap;padding-left:.6rem; }
.mock-body { padding:1.1rem; }
.mock-title-row { display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem; }
.mock-title { font-size:.8rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase; }
.mock-alert-badge { background:#c0223a;color:#fff;font-size:.58rem;font-weight:700;padding:.18rem .5rem;border-radius:100px; }
.mock-refresh { background:var(--teal);color:#fff;font-size:.58rem;font-weight:700;padding:.18rem .55rem;border-radius:5px;margin-left:.4rem; }
.mock-kpis { display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:.75rem; }
.mock-kpi { background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:.75rem; }
.mock-kpi.border-teal { border-left:3px solid var(--teal); }
.mock-kpi.border-red  { border-left:3px solid var(--dive); }
.kpi-label { font-size:.56rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.25rem; }
.kpi-value { font-size:1rem;font-weight:800;letter-spacing:-.02em; }
.kpi-sub   { font-size:.57rem;color:var(--muted);margin-top:.18rem; }
.kpi-dive  { color:var(--dive);font-size:.78rem;font-weight:800; }
.mock-cols { display:grid;grid-template-columns:1fr 1.65fr;gap:.65rem; }
.mock-box  { background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:.78rem; }
.mock-box-title { font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.55rem; }
.vbars { display:flex;align-items:flex-end;gap:4px;height:56px;margin-bottom:.35rem; }
.vbar-wrap { display:flex;flex-direction:column;align-items:center;flex:1; }
.vbar { width:100%;background:var(--dive);border-radius:2px 2px 0 0; }
.vbar-label { font-size:.45rem;color:var(--muted);text-align:center;margin-top:2px;line-height:1.2; }
.forecast-legend { display:flex;gap:.7rem;font-size:.52rem;color:var(--muted);margin-bottom:.3rem; }
.forecast-svg { width:100%;height:68px; }
.forecast-xaxis { display:flex;justify-content:space-between;font-size:.48rem;color:var(--muted);margin-top:2px; }
.forecast-note  { font-size:.49rem;color:var(--muted);text-align:center;margin-top:3px; }

/* ─────────────────────────────────────────────
   RATE OF CLIMB SECTION
───────────────────────────────────────────── */
.ac-roc {
  padding: 5rem 5%;
  background: linear-gradient(135deg, #0c1a36 0%, #0f2848 100%);
}
.roc-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.section-label {
  font-family: 'DM Mono', monospace;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  display: block;
  margin-bottom: .8rem;
}
.section-title {
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: .85rem;
}
.section-desc { font-size: .98rem; line-height: 1.72; max-width: 575px; }

.roc-badges { display:flex;flex-direction:column;gap:1rem; }
.roc-badge { border-radius:13px;padding:1.4rem 1.6rem;display:flex;align-items:flex-start;gap:1.1rem;border:1px solid; }
.roc-badge.climbing { background:rgba(61,170,74,.08);border-color:rgba(61,170,74,.28); }
.roc-badge.diving   { background:rgba(192,34,58,.08);border-color:rgba(192,34,58,.28); }
.roc-icon   { font-size:1.6rem;flex-shrink:0;margin-top:.1rem; }
.roc-status { font-size:1.25rem;font-weight:800; }
.roc-status.climb { color:var(--climb); }
.roc-status.dive  { color:var(--dive); }
.roc-desc   { font-size:.82rem;color:var(--muted);line-height:1.58;margin-top:.2rem; }

/* ─────────────────────────────────────────────
   FEATURES SECTION
───────────────────────────────────────────── */
.ac-features {
  padding: 6rem 5%;
  background: var(--sbg);
  color: var(--stxt);
}
.features-inner  { max-width:1160px;margin:0 auto; }
.features-header { text-align:center;margin-bottom:3.5rem; }
.features-header .section-label { color:#1a7fbe; }
.features-header .section-title { color:var(--stxt); }
.features-header .section-desc  { color:var(--smut);margin:0 auto; }

.features-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem; }
.feature-card {
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 13px;
  padding: 1.65rem;
  position: relative;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  opacity: 0;
  transition: opacity .25s;
}
.feature-card:hover { transform:translateY(-5px);box-shadow:0 18px 45px rgba(0,0,0,.1); }
.feature-card:hover::before { opacity:1; }
.feature-card.wide { grid-column:span 2; }
.feature-card.coming { border-style:dashed;opacity:.72; }
.fc-teal::before  { background:linear-gradient(90deg,var(--teal),var(--teal2)); }
.fc-gold::before  { background:linear-gradient(90deg,#d4a000,var(--gold)); }
.fc-blue::before  { background:linear-gradient(90deg,#1a5fa0,var(--teal)); }
.fc-red::before   { background:linear-gradient(90deg,#c0223a,#e04060); }
.fc-green::before { background:linear-gradient(90deg,var(--green),var(--green2)); }

.feature-icon {
  width:42px;height:42px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;margin-bottom:1rem;
}
.icon-teal  { background:rgba(0,168,204,.1); }
.icon-gold  { background:rgba(200,160,0,.1); }
.icon-blue  { background:rgba(26,95,160,.1); }
.icon-red   { background:rgba(192,34,58,.08); }
.icon-green { background:rgba(46,139,58,.1); }
.icon-grey  { background:rgba(140,160,192,.08); }

.feature-title { font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--stxt); }
.feature-desc  { font-size:.84rem;color:var(--smut);line-height:1.65; }
.feature-tag   { display:inline-block;margin-top:.85rem;font-family:'DM Mono',monospace;font-size:.61rem;padding:.2rem .5rem;border-radius:100px; }
.tag-live { background:rgba(61,170,74,.1);color:#257a2e;border:1px solid rgba(61,170,74,.22); }
.tag-soon { background:rgba(140,160,192,.1);color:#5a7090;border:1px solid rgba(140,160,192,.22); }

/* ─────────────────────────────────────────────
   HOW IT WORKS
───────────────────────────────────────────── */
.ac-how {
  padding: 6rem 5%;
  background: var(--navy2);
  color: var(--ac-white);
}
.how-inner  { max-width:980px;margin:0 auto; }
.how-header { text-align:center;margin-bottom:2rem; }
.how-header .section-desc { margin:0 auto; }

.qb-compat-note {
  max-width: 640px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: .82rem;
  color: rgba(0,168,204,.9);
  background: rgba(0,168,204,.07);
  border: 1px solid rgba(0,168,204,.2);
  border-radius: 8px;
  padding: .8rem 1.25rem;
  font-family: 'DM Mono', monospace;
  line-height: 1.6;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: calc(16.6% + 1rem);
  right: calc(16.6% + 1rem);
  height: 1px;
  background: linear-gradient(90deg, var(--teal), var(--green2));
  opacity: .32;
}
.step          { text-align:center; }
.step-number   { width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--green2));display:flex;align-items:center;justify-content:center;font-size:1.18rem;font-weight:800;margin:0 auto 1.25rem;box-shadow:0 0 26px rgba(0,168,204,.26);position:relative;z-index:1; }
.step-title    { font-size:1rem;font-weight:700;margin-bottom:.5rem; }
.step-desc     { font-size:.84rem;color:var(--muted);line-height:1.65; }
.step-sublabel { font-size:.72rem;font-family:'DM Mono',monospace;color:var(--teal);margin-top:.5rem;display:block; }

/* ─────────────────────────────────────────────
   QB INTEGRATION
───────────────────────────────────────────── */
.ac-qb { padding:5rem 5%;background:var(--sbg); }
.qb-inner { max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center; }

.qb-card { background:#fff;border:1px solid #dce6f0;border-radius:14px;padding:1.85rem;box-shadow:0 8px 28px rgba(0,0,0,.08); }
.qb-logo-row { display:flex;align-items:center;gap:.9rem;margin-bottom:1.3rem; }
.qb-logo { background:#2CA01C;color:#fff;font-weight:800;font-size:.9rem;padding:.42rem .85rem;border-radius:7px; }
.qb-arrow { font-size:1.3rem;color:var(--gold);animation:arrowPulse 2s ease-in-out infinite; }
@keyframes arrowPulse { 0%,100%{transform:translateX(0);} 50%{transform:translateX(5px);} }
.qb-brand { font-weight:700;font-size:.98rem; }

.sync-list { display:flex;flex-direction:column;gap:.5rem; }
.sync-item { display:flex;align-items:center;gap:.65rem;font-size:.84rem;color:var(--smut);padding:.52rem .68rem;background:#f3f6fb;border-radius:7px;border:1px solid #e2eaf2; }
.sync-check { color:var(--green);font-weight:700;flex-shrink:0; }

.qb-plans-note { margin-top:1rem;padding:.65rem .8rem;background:rgba(0,168,204,.06);border:1px solid rgba(0,168,204,.18);border-radius:7px;font-size:.76rem;color:var(--smut);line-height:1.55; }
.qb-plans-note strong { color:#1a7fbe; }

/* ─────────────────────────────────────────────
   PRICING
───────────────────────────────────────────── */
.ac-pricing { padding:6rem 5%;background:var(--navy); }
.pricing-inner { max-width:840px;margin:0 auto;text-align:center; }
.pricing-header { margin-bottom:3rem; }
.pricing-header .section-desc { margin:0 auto; }

.pricing-cards { display:grid;grid-template-columns:1fr 1.07fr;gap:1.2rem; }
.pricing-card { background:var(--card);border:1px solid var(--border);border-radius:17px;padding:2.15rem;text-align:left;position:relative; }
.pricing-card.featured { border-color:var(--teal);box-shadow:0 0 48px rgba(0,168,204,.1),inset 0 0 0 1px rgba(0,168,204,.07); }
.pricing-badge { position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,var(--teal),var(--green2));color:#fff;font-size:.67rem;font-weight:700;padding:.27rem .88rem;border-radius:100px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap; }
.pricing-tier { font-family:'DM Mono',monospace;font-size:.67rem;color:var(--muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.8rem; }
.pricing-amount { font-size:3.1rem;font-weight:800;letter-spacing:-.03em;line-height:1; }
.pricing-amount sup { font-size:1.2rem;vertical-align:super; }
.pricing-amount .per { font-size:.93rem;color:var(--muted);font-weight:400; }
.pricing-desc { font-size:.82rem;color:var(--muted);margin:.7rem 0 1.45rem;line-height:1.6; }
.pricing-features { list-style:none;display:flex;flex-direction:column;gap:.58rem;margin-bottom:1.7rem; }
.pricing-features li { display:flex;align-items:center;gap:.58rem;font-size:.84rem; }
.pf-check { color:var(--green2);font-weight:700;flex-shrink:0; }
.btn-full { display:block;width:100%;padding:.86rem;border-radius:9px;font-size:.92rem;font-weight:700;text-align:center;text-decoration:none;border:none;transition:all .2s;cursor:pointer; }
.btn-full-primary { background:linear-gradient(135deg,var(--teal),var(--green2));color:#fff;box-shadow:0 0 26px rgba(0,168,204,.2); }
.btn-full-primary:hover { opacity:.85;transform:translateY(-1px);color:#fff;text-decoration:none; }
.btn-full-outline { background:transparent;color:var(--ac-white);border:1px solid rgba(255,255,255,.17); }
.btn-full-outline:hover { background:rgba(255,255,255,.05);color:var(--ac-white);text-decoration:none; }
.pricing-note { font-size:.75rem;color:var(--muted);margin-top:.82rem; }

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
.ac-footer {
  padding: 2.4rem 5%;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  background: var(--navy);
}
.footer-brand { font-size:.9rem;font-weight:700; }
.footer-copy  { font-size:.75rem;color:var(--muted); }
.footer-links { display:flex;gap:1.25rem;list-style:none; }
.footer-links a { font-size:.75rem;color:var(--muted);text-decoration:none;transition:color .2s; }
.footer-links a:hover { color:var(--ac-white); }

/* ─────────────────────────────────────────────
   SCROLL REVEAL
───────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav-links    { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(12,26,54,.97); padding: 1rem 5%; gap: 1rem; border-bottom: 1px solid var(--border); }
  .nav-hamburger { display: flex; }

  .mock-kpis   { grid-template-columns: repeat(2,1fr); }
  .mock-cols   { grid-template-columns: 1fr; }
  .roc-inner   { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card.wide { grid-column: span 1; }
  .steps       { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .qb-inner    { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .ac-footer   { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
}

/* ─────────────────────────────────────────────
   WAITLIST SECTION
   Paste this at the bottom of style.css
───────────────────────────────────────────── */

.ac-waitlist {
  padding: 6rem 5%;
  background: linear-gradient(135deg, #0c1a36 0%, #0f2848 100%);
  color: var(--ac-white);
  font-family: 'Sora', sans-serif;
}

.waitlist-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* ── LEFT COLUMN ── */
.waitlist-perks {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}

.waitlist-perk {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.55;
}

.perk-icon {
  color: var(--green2);
  font-size: .5rem;
  margin-top: .45rem;
  flex-shrink: 0;
}

/* ── RIGHT COLUMN — CARD ── */
.waitlist-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,168,204,.25);
  border-radius: 16px;
  padding: 2.25rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.waitlist-card-header {
  margin-bottom: 1.75rem;
}

.waitlist-badge {
  display: inline-block;
  background: linear-gradient(90deg, var(--teal), var(--green2));
  color: #fff;
  font-size: .67rem;
  font-weight: 700;
  padding: .28rem .9rem;
  border-radius: 100px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .9rem;
}

.waitlist-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: .4rem;
  color: var(--ac-white);
}

.waitlist-card-sub {
  font-size: .83rem;
  color: var(--muted);
}

/* ── FORM FIELDS ── */
.ac-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}

.ac-field {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-bottom: .85rem;
}

.ac-field label {
  font-size: .78rem;
  font-weight: 600;
  color: var(--ac-white);
  letter-spacing: .02em;
}

.ac-req { color: var(--teal); margin-left: 2px; }
.ac-opt { color: var(--muted); font-weight: 400; font-size: .72rem; }

.ac-field input,
.ac-field select {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  padding: .68rem .9rem;
  font-size: .88rem;
  color: var(--ac-white);
  font-family: 'Sora', sans-serif;
  transition: border-color .2s, background .2s;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}

.ac-field input::placeholder { color: var(--muted); }

.ac-field input:focus,
.ac-field select:focus {
  border-color: var(--teal);
  background: rgba(0,168,204,.08);
}

.ac-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a90b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  padding-right: 2rem;
}

.ac-field select option {
  background: #112240;
  color: var(--ac-white);
}

/* ── SUBMIT BUTTON ── */
.ac-submit-btn {
  width: 100%;
  padding: .92rem;
  font-size: 1rem;
  margin-top: .25rem;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

/* ── MESSAGES ── */
#ac-waitlist-msg {
  padding: .75rem 1rem;
  border-radius: 8px;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: .85rem;
  line-height: 1.5;
}

.ac-msg-success {
  background: rgba(61,170,74,.15);
  border: 1px solid rgba(61,170,74,.35);
  color: #7de88a;
}

.ac-msg-error {
  background: rgba(192,34,58,.15);
  border: 1px solid rgba(192,34,58,.35);
  color: #ff8099;
}

/* ── FORM NOTE ── */
.ac-form-note {
  font-size: .72rem;
  color: var(--muted);
  text-align: center;
  margin-top: .75rem;
  line-height: 1.5;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .waitlist-inner  { grid-template-columns: 1fr; gap: 2.5rem; }
  .ac-field-row    { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────
   LEGAL PAGE TEMPLATE
───────────────────────────────────────────── */

/* Push content below the fixed nav */
.ac-legal-main {
  padding-top: 80px;
  background: #ffffff;
  min-height: calc(100vh - 80px);
}

.ac-legal-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 3.5rem 2rem 5rem;
}

/* Header block above the content */
.ac-legal-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid var(--teal);
}

.ac-legal-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--teal);
  display: block;
  margin-bottom: .6rem;
}

.ac-legal-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.025em;
  line-height: 1.1;
  margin-bottom: .6rem;
}

.ac-legal-meta {
  font-family: 'DM Mono', monospace;
  font-size: .72rem;
  color: var(--muted);
}

.ac-legal-meta a {
  color: var(--teal);
  text-decoration: none;
}

.ac-legal-meta a:hover {
  text-decoration: underline;
}

/* Body content — the WordPress page content renders here */
.ac-legal-body {
  font-family: 'Sora', sans-serif;
  font-size: .95rem;
  line-height: 1.78;
  color: #1a1a2e;
}

.ac-legal-body h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
  margin-top: 2.5rem;
  margin-bottom: .6rem;
  padding-top: .5rem;
  border-top: 1px solid #e8eef6;
}

.ac-legal-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a7fbe;
  margin-top: 1.5rem;
  margin-bottom: .4rem;
}

.ac-legal-body p {
  margin-bottom: 1rem;
}

.ac-legal-body ul,
.ac-legal-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.ac-legal-body li {
  margin-bottom: .5rem;
}

.ac-legal-body a {
  color: var(--teal);
  text-decoration: underline;
}

.ac-legal-body a:hover {
  color: #1a7fbe;
}

.ac-legal-body strong {
  color: var(--navy);
  font-weight: 700;
}

/* Tables inside legal content */
.ac-legal-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: .85rem;
}

.ac-legal-body table th {
  background: var(--navy);
  color: #ffffff;
  padding: .65rem .9rem;
  text-align: left;
  font-family: 'DM Mono', monospace;
  font-size: .75rem;
  letter-spacing: .05em;
}

.ac-legal-body table td {
  padding: .65rem .9rem;
  border-bottom: 1px solid #e2eaf2;
  vertical-align: top;
}

.ac-legal-body table tr:nth-child(even) td {
  background: #f3f6fb;
}

/* Notice / callout boxes */
.ac-legal-body blockquote {
  background: #e8f6fa;
  border-left: 4px solid var(--teal);
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-size: .9rem;
  color: var(--navy);
}

/* Responsive */
@media (max-width: 600px) {
  .ac-legal-inner { padding: 2rem 1.25rem 3.5rem; }
  .ac-legal-body table { font-size: .78rem; }
  .ac-legal-body table th,
  .ac-legal-body table td { padding: .5rem .6rem; }
}

/* Also suppress GP chrome on the legal template */
body.page-template-legal-page #page,
body.page-template-legal-page .site-header,
body.page-template-legal-page .site-footer,
body.page-template-legal-page .navigation-branding,
body.page-template-legal-page #site-navigation {
  display: none;
}

body.page-template-legal-page .site-content,
body.page-template-legal-page #content,
body.page-template-legal-page .inside-article,
body.page-template-legal-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
