/* ============================================================
   TJ RevOps — styles.css
   Deep navy / white / burnt-orange. Dark, confident, modern.
   ============================================================ */

:root {
  --navy:        #0d1826;
  --navy-2:      #0f1d30;
  --navy-3:      #13243b;
  --surface:     #12203433;
  --line:        #2a3a52;
  --line-soft:   #21314a;
  --white:       #f4f7fb;
  --muted:       #9fb0c6;
  --muted-2:     #7286a1;
  --accent:      #E84B1A;
  --accent-2:    #ff6b3d;
  --accent-soft: #e84b1a22;
  --radius:      16px;
  --radius-sm:   10px;
  --maxw:        1160px;
  --ease:        cubic-bezier(.22,.61,.36,1);
  --shadow:      0 24px 60px -20px rgba(0,0,0,.6);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .logo__name { font-family: "Sora", "Inter", sans-serif; }

h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .6rem; font-weight: 700; }
h3 { font-size: 1.25rem; letter-spacing: -.01em; margin: 0 0 .4rem; font-weight: 600; }
p  { margin: 0 0 1rem; }
a  { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.accent { color: var(--accent); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 .9rem;
}

/* ---------------------------- Buttons ---------------------------- */
.btn {
  --pad-y: .72rem; --pad-x: 1.25rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: var(--pad-y) var(--pad-x);
  border-radius: 999px;
  font-weight: 600; font-size: .95rem;
  font-family: "Sora", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .25s var(--ease), border-color .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--accent {
  background: var(--accent); color: #fff;
  box-shadow: 0 10px 26px -10px var(--accent);
}
.btn--accent:hover { background: var(--accent-2); transform: translateY(-2px); box-shadow: 0 16px 34px -10px var(--accent); }
.btn--ghost {
  background: transparent; color: var(--white);
  border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--accent); color: var(--white); transform: translateY(-2px); background: var(--accent-soft); }
.btn--lg { --pad-y: .95rem; --pad-x: 1.7rem; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* ---------------------------- Logo ---------------------------- */
.logo { display: inline-flex; align-items: center; gap: .7rem; }
.logo__mark {
  width: 44px; height: 44px; flex: 0 0 auto; display: block;
  transition: transform .3s var(--ease);
}
.logo:hover .logo__mark { transform: rotate(-6deg) scale(1.04); }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font-weight: 700; font-size: 1.05rem; letter-spacing: -.01em; }
.logo__sub {
  font-size: .58rem; letter-spacing: .34em; color: var(--muted);
  margin-top: 3px; position: relative; width: max-content; padding-bottom: 3px;
}
.logo__sub::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--accent); border-radius: 2px;
}

/* ============================ NAV ============================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13,24,38,.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.is-scrolled { border-bottom-color: var(--line-soft); background: rgba(13,24,38,.9); }
.nav__inner { display: flex; align-items: center; gap: 1.5rem; height: 72px; }
.nav__links { display: flex; gap: 1.6rem; margin-left: auto; }
.nav__links a {
  font-size: .92rem; color: var(--muted); font-weight: 500; position: relative; padding: 4px 0;
  transition: color .2s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--accent); transition: width .25s var(--ease);
}
.nav__links a:hover { color: var(--white); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { padding: .6rem 1.2rem; }
.nav__toggle { display: none; }

.nav__mobile { display: none; }

/* ============================ HERO ============================ */
.hero { position: relative; padding: clamp(3rem, 8vw, 6.5rem) 0 clamp(3rem,6vw,5rem); overflow: hidden; }
.hero__particles { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero__glow {
  position: absolute; z-index: 0; pointer-events: none;
  width: 800px; height: 800px; top: -300px; right: -200px;
  background: radial-gradient(circle, var(--accent-soft), transparent 60%);
  filter: blur(20px);
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center;
}
.hero__title {
  font-size: clamp(2.2rem, 5.2vw, 4rem); line-height: 1.04; letter-spacing: -.03em;
  font-weight: 800; margin: 0 0 1.3rem;
}
.hero__sub { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--muted); max-width: 38ch; margin-bottom: 1.8rem; }
.hero__cta { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.hero__trust { font-size: .85rem; color: var(--muted-2); margin: 0; }

/* Orbital growth system */
.hero__orbit { display: grid; place-items: center; }
.orbit { position: relative; width: min(420px, 80vw); aspect-ratio: 1; }
.orbit__core {
  position: absolute; inset: 0; margin: auto; width: 130px; height: 130px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  background: radial-gradient(120% 120% at 30% 25%, var(--navy-3), var(--navy));
  border: 1.5px solid var(--line);
  box-shadow: 0 0 0 8px rgba(232,75,26,.06), inset 0 0 30px rgba(0,0,0,.5);
  font-family: "Sora", sans-serif; font-weight: 700; font-size: .95rem; color: var(--white);
  z-index: 3;
}
.orbit__core::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 1px dashed rgba(232,75,26,.4);
  animation: spin 30s linear infinite reverse;
}
.orbit__ring { position: absolute; inset: 0; border-radius: 50%; }
.orbit__ring--1 { border: 1px solid var(--line-soft); animation: spin 26s linear infinite; }
.orbit__ring--2 {
  inset: 22%; border: 1px dashed var(--line-soft); animation: spin 18s linear infinite reverse;
}
.orbit__node {
  position: absolute; top: 50%; left: 50%;
  --r: calc(min(210px, 40vw));
  transform:
    rotate(calc(var(--i) * 72deg))
    translate(var(--r))
    rotate(calc(var(--i) * -72deg));
  margin: -16px 0 0 -42px; width: 84px; text-align: center;
  font-family: "Sora", sans-serif; font-size: .8rem; font-weight: 600;
  padding: .4rem .2rem; border-radius: 999px;
  background: var(--navy-2); border: 1px solid var(--line);
  color: var(--white);
  animation: counterspin 26s linear infinite;
}
.orbit__node::before {
  content: ""; position: absolute; left: 50%; top: -5px; transform: translateX(-50%);
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent);
}
@keyframes spin { to { transform: rotate(360deg); } }

/* The ring rotates; nodes counter-rotate so labels stay upright. */
@keyframes counterspin {
  to {
    transform:
      rotate(calc(var(--i) * 72deg))
      translate(var(--r))
      rotate(calc(var(--i) * -72deg - 360deg));
  }
}

/* ====================== CAPABILITY BAR ====================== */
.capbar {
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(var(--navy-2), var(--navy));
  overflow: hidden; padding: 1.1rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.capbar__track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.capbar:hover .capbar__track { animation-play-state: paused; }
.capbar__group { display: flex; gap: 2.6rem; padding-right: 2.6rem; }
.cap {
  display: inline-flex; align-items: center; gap: .65rem; white-space: nowrap;
  font-family: "Sora", sans-serif; font-weight: 600; font-size: 1rem; color: var(--muted);
  letter-spacing: -.01em;
}
.cap__ic {
  width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ========================= SECTIONS ========================= */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; position: relative; }
.section__head { max-width: 640px; margin: 0 0 2.8rem; }
.section__lead { color: var(--muted); font-size: 1.06rem; margin: 0; }

.card {
  background: linear-gradient(180deg, var(--navy-2), var(--navy-2));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.6rem;
  position: relative;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-5px); border-color: var(--line); box-shadow: var(--shadow); }

.card__ic {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--accent-soft); border: 1px solid rgba(232,75,26,.25);
  margin-bottom: 1rem;
}
.card__ic svg { width: 24px; height: 24px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* How it works */
.how__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
}
.how__card { display: flex; flex-direction: column; }
.how__num {
  position: absolute; top: 1.2rem; right: 1.4rem;
  font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.5rem;
  color: transparent; -webkit-text-stroke: 1px var(--line); opacity: .9;
}
.how__card p { color: var(--muted); margin: 0; font-size: .96rem; }
.how__card--cta {
  background: linear-gradient(160deg, rgba(232,75,26,.16), var(--navy-2));
  border-color: rgba(232,75,26,.3);
  justify-content: center; gap: .3rem;
}
.how__card--cta .btn { margin-top: 1rem; align-self: flex-start; }

/* Mid-page Calendly CTA band */
.midcta {
  background: var(--navy-2);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
}
.midcta__inner { max-width: 680px; margin: 0 auto; }
.midcta h2 { margin: 0 0 .9rem; }
.midcta p { color: var(--muted); font-size: 1.06rem; margin: 0 auto 1.7rem; max-width: 54ch; }
.midcta .btn { align-self: center; }

/* ==================== CALCULATOR ==================== */
.calc { background: linear-gradient(180deg, var(--navy), var(--navy-2)); }
.calc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: stretch; }
.calc__panel {
  background: var(--navy-2); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1.8rem;
}
.calc__results { display: flex; flex-direction: column; position: relative; overflow: hidden; }

.field { margin-bottom: 1.3rem; }
.field label {
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: .92rem; margin-bottom: .5rem; font-family: "Sora", sans-serif;
}
.field__val { color: var(--accent); font-weight: 700; }
.field__hint { display: block; font-size: .78rem; color: var(--muted-2); margin-top: .35rem; }

input[type="number"], input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%; padding: .8rem .9rem; border-radius: var(--radius-sm);
  background: var(--navy); border: 1px solid var(--line-soft); color: var(--white);
  font: inherit; font-size: .95rem; transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
}
::placeholder { color: var(--muted-2); }
textarea { resize: vertical; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239fb0c6' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.2rem; }

/* range */
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px;
  background: linear-gradient(90deg, var(--accent) var(--pct,25%), var(--line) var(--pct,25%)); padding: 0; cursor: pointer; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 3px solid var(--navy); box-shadow: 0 0 0 1px var(--accent), 0 4px 10px rgba(0,0,0,.4); cursor: pointer; }
input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 3px solid var(--navy); cursor: pointer; }

/* segmented control */
.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.seg__opt { position: relative; cursor: pointer; display: flex; }
.seg__opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg__opt span {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;
  min-height: 48px; text-align: center; line-height: 1.2;
  padding: 10px 14px; border-radius: var(--radius-sm);
  background: var(--navy); border: 1px solid var(--line-soft); font-size: .82rem; font-weight: 500;
  color: var(--muted); transition: all .2s;
}
.seg__opt input:checked + span { background: var(--accent-soft); border-color: var(--accent); color: var(--white); }
.seg__opt input:focus-visible + span { box-shadow: 0 0 0 3px var(--accent-soft); }

/* results figure */
.calc__resultHead { margin-bottom: .4rem; }
.calc__figureWrap { position: relative; padding: 1.4rem 0 1.6rem; border-bottom: 1px solid var(--line-soft); margin-bottom: 1.4rem; }
.calc__figure {
  font-family: "Sora", sans-serif; font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(2.4rem, 6vw, 3.4rem); color: var(--accent); line-height: 1; display: flex; align-items: baseline; gap: .1rem;
  transition: filter .35s;
}
.calc__figure[data-locked="true"] { filter: blur(10px); user-select: none; }
.calc__currency { font-size: .6em; }
.calc__per { font-size: .32em; color: var(--muted); font-weight: 600; margin-left: .3rem; }
.calc__figureSub { color: var(--muted); font-size: .95rem; margin-top: .6rem; transition: filter .35s; }
.calc__figureWrap[data-locked="true"] .calc__figureSub { filter: blur(6px); }
.calc__lockOverlay {
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: .4rem;
  text-align: center; pointer-events: none;
}
.calc__lockOverlay p { margin: 0; font-weight: 600; font-family: "Sora", sans-serif; font-size: .9rem; }
.calc__lockIc { width: 26px; height: 26px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.calc__figureWrap:not([data-locked="true"]) .calc__lockOverlay { display: none; }

.calc__bars { display: flex; flex-direction: column; gap: .8rem; margin-bottom: 1.4rem; transition: filter .35s, opacity .35s; }
.calc__bars[data-locked="true"] { filter: blur(7px); opacity: .6; }
.calc__bar { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: .7rem; font-size: .82rem; }
.calc__barLabel { color: var(--muted); }
.calc__barTrack { height: 10px; border-radius: 999px; background: var(--navy); overflow: hidden; border: 1px solid var(--line-soft); }
.calc__barFill { height: 100%; width: 0; border-radius: 999px; transition: width .8s var(--ease); }
.calc__barFill--current { background: var(--muted-2); }
.calc__barFill--potential { background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.calc__barVal { font-family: "Sora", sans-serif; font-weight: 600; min-width: 56px; text-align: right; }

.calc__gate { margin-top: auto; }
.calc__gateLead { font-size: .9rem; color: var(--muted); margin-bottom: .8rem; }
.calc__gateRow { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-bottom: .6rem; }
.calc__gate input[type="text"], .calc__gate input[type="email"] { margin-bottom: .6rem; }
.calc__gateRow input { margin-bottom: 0 !important; }
.calc__disclaimer { font-size: .73rem; color: var(--muted-2); margin: .8rem 0 0; }
.hp { position: absolute; left: -9999px; opacity: 0; }

.calc__success { margin-top: auto; text-align: center; display: flex; flex-direction: column; gap: .5rem; align-items: center; padding-top: .5rem; }
.calc__success p { color: var(--muted); font-size: .92rem; margin: 0 0 .4rem; }

/* ---- "Coming at ya" success state (shared) ---- */
.success { text-align: center; display: flex; flex-direction: column; align-items: center; gap: .55rem; }
/* Stay hidden on load until the form submits. The JS reveals by removing the
   [hidden] attribute (gateSuccess.hidden = false); this keeps display:flex above
   from overriding [hidden] before that happens. */
.success[hidden] { display: none; }
.success__title { font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.5rem; letter-spacing: -.02em; margin: .2rem 0 0; }
.success__title .accent { color: var(--accent); }
.success p { color: var(--muted); font-size: .94rem; margin: 0; max-width: 34ch; }
.success .btn { margin-top: .6rem; }

.burst { position: relative; width: 88px; height: 88px; display: grid; place-items: center; margin: .2rem auto .3rem; }
.burst__ring { position: absolute; inset: 0; border: 2px solid var(--accent); border-radius: 50%; opacity: 0; animation: burstPulse 2.1s var(--ease) infinite; }
.burst__ring--2 { animation-delay: .7s; }
.burst__ring--3 { animation-delay: 1.4s; }
@keyframes burstPulse { 0% { transform: scale(.42); opacity: .65; } 80% { opacity: 0; } 100% { transform: scale(1.12); opacity: 0; } }
.burst__core {
  position: relative; width: 54px; height: 54px; border-radius: 50%;
  background: var(--accent); display: grid; place-items: center;
  box-shadow: 0 0 26px rgba(232,75,26,.7); animation: corePop .5s var(--ease) both;
}
@keyframes corePop { from { transform: scale(.4); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.burst__core svg { width: 25px; height: 25px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: translateX(1px); }

/* ========================= SERVICES ========================= */
.services__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: stretch; }
.offer { display: flex; flex-direction: column; padding: 2rem; }
.offer__tag {
  align-self: flex-start; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700;
  padding: .3rem .7rem; border-radius: 999px; background: var(--navy-3); color: var(--muted); margin-bottom: 1rem;
}
.offer__tag--accent { background: var(--accent); color: #fff; }
.offer__price { font-family: "Sora", sans-serif; font-weight: 800; font-size: 2.2rem; color: var(--white); margin: 0 0 .2rem; letter-spacing: -.02em; }
.offer__priceNote { display: block; font-size: .78rem; color: var(--accent); font-weight: 600; letter-spacing: 0; margin-top: .2rem; }
.offer__desc { color: var(--muted); margin-bottom: 1.2rem; }
.offer__list { list-style: none; padding: 0; margin: 0 0 1.6rem; display: flex; flex-direction: column; gap: .6rem; }
.offer__list li { position: relative; padding-left: 1.7rem; color: var(--muted); font-size: .94rem; }
.offer__list li::before {
  content: ""; position: absolute; left: 0; top: .35rem; width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E84B1A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.offer__list li strong { color: var(--white); }
.offer .btn { margin-top: auto; }
.offer--featured { border-color: rgba(232,75,26,.4); box-shadow: 0 0 0 1px rgba(232,75,26,.2), 0 30px 60px -30px rgba(232,75,26,.35); }
.offer--featured::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius); pointer-events: none;
  background: radial-gradient(120% 80% at 50% -10%, rgba(232,75,26,.14), transparent 60%);
}

/* ========================== ABOUT ========================== */
.about__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: center; }
.about__media { position: relative; display: grid; place-items: center; }
.about__avatar {
  width: 220px; height: 220px; border-radius: 50%; display: grid; place-items: center; position: relative;
  background: radial-gradient(120% 120% at 30% 25%, var(--navy-3), var(--navy));
  border: 1px solid var(--line); font-family: "Sora", sans-serif; font-weight: 800; font-size: 4rem; color: var(--white);
}
.about__avatar span { position: relative; }
.about__avatar span::after { content: ""; position: absolute; right: -10px; bottom: 10px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent); }
.about__avatarRing { position: absolute; inset: -14px; border-radius: 50%; border: 1px dashed rgba(232,75,26,.4); animation: spin 36s linear infinite; }
.about__stat {
  position: absolute; bottom: -10px; right: 0; background: var(--navy-2); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: .8rem 1rem; display: flex; align-items: center; gap: .6rem; box-shadow: var(--shadow);
}
.about__stat strong { font-family: "Sora", sans-serif; font-size: 2rem; color: var(--accent); }
.about__stat span { font-size: .75rem; color: var(--muted); line-height: 1.3; }
.about__copy p { color: var(--muted); }
.about__copy .btn { margin-top: .6rem; }

/* ======================= FINAL CTA ======================= */
.finalcta { background: linear-gradient(180deg, var(--navy-2), var(--navy)); position: relative; overflow: hidden; }
.finalcta__glow {
  position: absolute; width: 700px; height: 700px; left: -200px; bottom: -350px;
  background: radial-gradient(circle, rgba(232,75,26,.16), transparent 60%); filter: blur(10px); pointer-events: none;
}
.finalcta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.finalcta__copy h2 { font-size: clamp(2rem, 4vw, 3rem); }
.finalcta__copy p { color: var(--muted); max-width: 42ch; }
.finalcta__points { list-style: none; padding: 0; margin: 1.4rem 0 0; display: flex; flex-direction: column; gap: .7rem; }
.finalcta__points li { position: relative; padding-left: 1.7rem; color: var(--muted); font-size: .95rem; }
.finalcta__points li::before { content: ""; position: absolute; left: 0; top: .45rem; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.finalcta__points a { color: var(--accent); font-weight: 600; }
.finalcta__form { padding: 1.8rem; }
.finalcta__form .field:last-of-type { margin-bottom: 1rem; }

/* Inline Calendly booking */
.finalcta__book { position: relative; z-index: 1; margin-top: 3.5rem; }
.finalcta__bookHead { text-align: center; margin-bottom: 1.4rem; }
.finalcta__bookHead h2, .finalcta__bookHead h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.calendly-inline-widget {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line-soft); box-shadow: var(--shadow);
}

/* ========================== FOOTER ========================== */
.footer { border-top: 1px solid var(--line-soft); background: var(--navy); padding: 3rem 0 1.5rem; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; }
.footer__brand p { color: var(--muted); font-size: .9rem; max-width: 36ch; margin: 1rem 0 0; }
.footer__nav, .footer__contact { display: flex; flex-direction: column; gap: .55rem; }
.footer h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted-2); margin: 0 0 .4rem; }
.footer__nav a, .footer__contact a { color: var(--muted); font-size: .92rem; transition: color .2s; width: max-content; }
.footer__nav a:hover, .footer__contact a:hover { color: var(--accent); }
.footer__bar {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--line-soft); padding-top: 1.4rem; color: var(--muted-2); font-size: .82rem;
}

/* ===================== REVEAL ANIMATION ===================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--d, 0) * 70ms); }
.reveal.is-in { opacity: 1; transform: none; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 940px) {
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__toggle {
    display: flex; flex-direction: column; gap: 5px; margin-left: auto;
    background: none; border: none; cursor: pointer; padding: 8px;
  }
  .nav__toggle span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .3s, opacity .3s; }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav__mobile {
    display: flex; flex-direction: column; gap: .2rem; padding: 0 24px;
    max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .35s; background: rgba(13,24,38,.96); border-bottom: 1px solid var(--line-soft);
  }
  .nav__mobile.is-open { max-height: 420px; padding: .8rem 24px 1.4rem; }
  .nav__mobile a { padding: .7rem 0; color: var(--muted); border-bottom: 1px solid var(--line-soft); }
  .nav__mobile a:last-child { border: none; margin-top: .6rem; }

  .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__orbit { order: -1; }
  .orbit { width: min(320px, 70vw); }

  .how__grid { grid-template-columns: 1fr 1fr; }
  .calc__grid { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr; }
  .about__inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .about__media { justify-self: center; }
  .finalcta__inner { grid-template-columns: 1fr; gap: 2.2rem; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .how__grid { grid-template-columns: 1fr; }
  .calc__gateRow { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bar { flex-direction: column; gap: .4rem; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .capbar__track { animation: none; }
}
