/* © 2026 KJO Media NOW LLC. All rights reserved. */
:root {
  --navy: #071426;
  --navy-2: #0a1f38;
  --blue: #2879db;
  --blue-2: #5eb9ff;
  --ice: #e9f5ff;
  --offwhite: #f7f9fc;
  --white: #ffffff;
  --ink: #142033;
  --muted: #607089;
  --line: #dbe4ef;
  --green: #18a780;
  --shadow: 0 24px 70px rgba(5, 24, 51, .13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: white; padding: 10px 14px; border-radius: 8px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 20, 38, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; font-size: 19px; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue-2); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; }
.brand-mark circle { fill: currentColor; stroke: none; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; font-weight: 600; transition: .2s ease; }
.primary-nav a:hover { color: white; }
.primary-nav .nav-cta { color: white; background: var(--blue); padding: 11px 17px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 70% 25%, #153c68 0, #0a203a 30%, #071426 68%); padding: 104px 0 0; }
.hero-grid-bg { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(94,185,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(94,185,255,.16) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero:before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(40,121,219,.18); filter: blur(90px); right: -180px; top: -120px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; min-height: 610px; }
.eyebrow, .kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { color: #b7dcff; display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--blue-2); border-radius: 50%; box-shadow: 0 0 0 6px rgba(94,185,255,.12); }
.hero h1 { margin: 0 0 25px; font-size: clamp(52px, 6.3vw, 88px); line-height: .98; letter-spacing: -.055em; max-width: 760px; }
.hero h1 span { color: var(--blue-2); }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 15px 22px; border-radius: 12px; border: 0; text-decoration: none; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #1763bd); box-shadow: 0 13px 30px rgba(40,121,219,.26); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button-dark { color: white; background: var(--navy); }
.button-light { color: var(--navy); background: white; }
.hero-proof { display: flex; gap: 42px; }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: baseline; }
.hero-proof strong { font-size: 24px; color: white; }
.hero-proof span { color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }

.hero-visual { min-height: 600px; display: grid; place-items: center; position: relative; }
.cover-stage { width: min(100%, 510px); height: 545px; position: relative; perspective: 1200px; }
.main-cover, .cover-back { position: absolute; width: 255px; border-radius: 7px 11px 11px 7px; overflow: hidden; box-shadow: 0 34px 70px rgba(0,0,0,.45); }
.main-cover { left: 132px; top: 35px; z-index: 4; transform: rotateY(-7deg) rotateZ(-1deg); }
.cover-back { top: 105px; width: 210px; opacity: .92; }
.cover-a { left: 28px; transform: rotate(-9deg); z-index: 2; }
.cover-b { right: 15px; transform: rotate(9deg); z-index: 1; }
.main-cover:after, .cover-back:after { content: ""; position: absolute; inset: 0; box-shadow: inset 9px 0 18px rgba(255,255,255,.12), inset -4px 0 8px rgba(0,0,0,.22); pointer-events: none; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.93); color: var(--navy); padding: 11px 14px; border-radius: 10px; font-size: 12px; font-weight: 800; box-shadow: 0 14px 30px rgba(0,0,0,.23); backdrop-filter: blur(8px); }
.floating-card span { display: grid; place-items: center; width: 28px; height: 28px; background: var(--ice); color: var(--blue); border-radius: 8px; }
.card-one { top: 68px; right: -2px; }
.card-two { left: 20px; bottom: 98px; }
.card-three { right: 18px; bottom: 34px; }
.orbit { position: absolute; border: 1px solid rgba(94,185,255,.17); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 390px; height: 390px; transform: rotate(45deg); }
.value-strip { position: relative; z-index: 3; transform: translateY(40px); display: grid; grid-template-columns: repeat(3,1fr); background: white; color: var(--ink); border-radius: 18px; box-shadow: var(--shadow); padding: 24px 28px; }
.value-strip div { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-items: center; padding: 3px 24px; }
.value-strip div + div { border-left: 1px solid var(--line); }
.value-strip .mini-icon { grid-row: span 2; width: 38px; height: 38px; display: grid; place-items: center; background: var(--ice); color: var(--blue); border-radius: 11px; font-weight: 900; }
.value-strip strong { font-size: 14px; }
.value-strip small { color: var(--muted); font-size: 12px; }

.section { padding: 110px 0; }
.problem-section { padding-top: 155px; background: white; }
.split-grid, .transformation-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.section-heading h2, .center-heading h2, .transformation-copy h2, .audience-copy h2, .faq-heading h2, .split-heading h2, .comparison-heading h2 { margin: 12px 0 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.problem-copy { color: var(--muted); font-size: 18px; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 14px; color: var(--ink); }
.check-list li { position: relative; padding-left: 35px; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: #e7f8f3; color: var(--green); font-weight: 900; font-size: 12px; }
.center-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.center-heading p { color: var(--muted); font-size: 17px; max-width: 680px; margin: 18px auto 0; }
.method-section { background: var(--offwhite); }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.method-card { position: relative; min-height: 260px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.method-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(7,20,38,.09); }
.method-card .step { position: absolute; top: 22px; right: 25px; color: #d9e2ee; font-size: 40px; font-weight: 900; }
.method-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--ice); color: var(--blue); font-size: 24px; font-weight: 900; }
.method-card h3 { margin: 22px 0 9px; font-size: 20px; }
.method-card p { color: var(--muted); margin: 0; }

.transformation-section { background: white; }
.transformation-grid { align-items: center; }
.dashboard-card { background: var(--navy); color: white; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.dash-top, .dash-row { display: flex; justify-content: space-between; align-items: center; }
.dash-top { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.11); font-weight: 800; }
.status { color: #9be3ca; font-size: 12px; }
.status i { display: inline-block; width: 7px; height: 7px; background: #54d6a8; border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 5px rgba(84,214,168,.12); }
.dash-score { padding: 28px 0; }
.dash-score span { color: rgba(255,255,255,.58); font-size: 13px; }
.dash-score strong { display: block; font-size: 50px; letter-spacing: -.04em; line-height: 1.1; }
.bar { height: 7px; background: rgba(255,255,255,.11); border-radius: 99px; margin-top: 15px; overflow: hidden; }
.bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-2)); border-radius: inherit; }
.dash-row { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.62); font-size: 13px; }
.dash-row strong { color: white; }
.dash-note { margin-top: 18px; padding: 18px; background: rgba(255,255,255,.07); border-radius: 14px; }
.dash-note span { color: var(--blue-2); font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; }
.dash-note p { margin: 6px 0 0; }
.transformation-copy p { color: var(--muted); font-size: 17px; }
.benefit-list { margin-top: 32px; display: grid; gap: 16px; }
.benefit-list div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.benefit-list span, .audience-list span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.benefit-list p { margin: 0; font-size: 15px; }

.bundles-section { background: linear-gradient(180deg, #f7f9fc, #edf4fb); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 33px; box-shadow: 0 14px 40px rgba(7,20,38,.06); }
.pricing-card.featured { border: 2px solid var(--blue); transform: translateY(-14px); box-shadow: 0 26px 58px rgba(40,121,219,.15); }
.popular-badge { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--blue); color: white; padding: 7px 16px; border-radius: 99px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.bundle-label { color: var(--blue); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.pricing-top h3 { margin: 8px 0; font-size: 25px; line-height: 1.2; }
.pricing-top p { color: var(--muted); min-height: 76px; }
.price { display: flex; align-items: flex-start; color: var(--navy); margin-top: 22px; letter-spacing: -.06em; }
.price sup { font-size: 22px; font-weight: 900; margin: 11px 3px 0 0; }
.price strong { font-size: 64px; line-height: .95; }
.price span { font-size: 25px; font-weight: 900; margin-top: 8px; }
.pricing-top small { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.pricing-card ul { list-style: none; padding: 25px 0; margin: 26px 0 20px; border-top: 1px solid var(--line); display: grid; gap: 13px; flex: 1; }
.pricing-card li { position: relative; padding-left: 26px; color: #3f5068; font-size: 14px; }
.pricing-card li:before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.pricing-card .button { width: 100%; }
.checkout-note { color: var(--muted); text-align: center; font-size: 12px; margin: 35px 0 0; }

.comparison-section { padding-top: 0; background: #edf4fb; }
.comparison-card { background: white; border-radius: 24px; padding: 38px; box-shadow: var(--shadow); }
.comparison-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.comparison-heading h2 { font-size: 35px; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; font-size: 13px; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 18px; border-bottom: 1px solid var(--line); text-align: center; }
th:first-child, td:first-child { text-align: left; }
th { color: var(--navy); font-size: 14px; }
th span { color: var(--blue); }
td { color: var(--muted); }
td:not(:first-child) { color: var(--green); font-weight: 900; font-size: 18px; }
.highlight-col { background: #f1f7ff; }

.inside-section { background: white; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.split-heading p { color: var(--muted); }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.resource-card { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: var(--offwhite); }
.resource-card img { width: 110px; border-radius: 4px; box-shadow: 0 12px 28px rgba(7,20,38,.15); }
.resource-card span { color: var(--blue); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.resource-card h3 { margin: 5px 0 7px; font-size: 16px; line-height: 1.25; }
.resource-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.audience-section { background: var(--navy); color: white; }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.audience-copy p { color: rgba(255,255,255,.62); font-size: 17px; }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.1); }
.audience-list div { display: grid; grid-template-columns: 36px 1fr; gap: 9px; padding: 26px; background: var(--navy); }
.audience-list p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; }
.audience-list strong { color: white; font-size: 16px; }

.faq-section { background: var(--offwhite); }
.faq-heading p { color: var(--muted); }
.accordion details { border-bottom: 1px solid var(--line); padding: 19px 0; }
.accordion summary { list-style: none; cursor: pointer; font-weight: 800; padding-right: 40px; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary:after { content: "+"; position: absolute; right: 5px; top: -4px; font-size: 28px; color: var(--blue); font-weight: 500; }
.accordion details[open] summary:after { content: "−"; }
.accordion p { color: var(--muted); margin: 12px 35px 0 0; }

.final-cta { background: linear-gradient(135deg, #1763bd, #2d84e8); color: white; padding: 80px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin: 10px 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.final-cta p { color: rgba(255,255,255,.75); max-width: 760px; }
.kicker.light { color: #c5e3ff; }
.site-footer { background: #050e1a; color: white; padding: 62px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-grid strong { margin-bottom: 5px; }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 11px; }

.checkout-modal[hidden] { display: none; }
.checkout-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2,8,16,.72); backdrop-filter: blur(5px); }
.modal-panel { position: relative; width: min(520px,100%); background: white; border-radius: 22px; padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.34); text-align: center; }
.modal-close { position: absolute; top: 12px; right: 15px; background: transparent; border: 0; font-size: 28px; cursor: pointer; color: var(--muted); }
.modal-icon { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 17px; background: var(--ice); color: var(--blue); font-size: 27px; }
.modal-panel h2 { margin: 0 0 10px; }
.modal-panel p { color: var(--muted); }
.modal-panel code { background: var(--offwhite); padding: 2px 5px; border-radius: 4px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 60px; }
  .hero-copy { padding-top: 20px; }
  .hero-visual { min-height: 540px; }
  .method-grid, .pricing-grid, .resource-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-card.featured { transform: none; }
  .pricing-card:last-child { grid-column: 1 / -1; max-width: 560px; width: 100%; justify-self: center; }
  .resource-card { grid-template-columns: 95px 1fr; }
  .resource-card img { width: 95px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: 67px; background: #0d223b; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 16px; flex-direction: column; align-items: stretch; gap: 5px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px; }
  .primary-nav .nav-cta { text-align: center; }
  .value-strip { grid-template-columns: 1fr; padding: 16px; transform: translateY(25px); }
  .value-strip div { padding: 13px 12px; }
  .value-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .problem-section { padding-top: 110px; }
  .split-grid, .transformation-grid, .faq-grid, .audience-grid { grid-template-columns: 1fr; gap: 45px; }
  .section { padding: 82px 0; }
  .comparison-heading, .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--container)); }
  .hero { padding-top: 60px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-proof { gap: 17px; }
  .hero-proof div { display: flex; flex-direction: column; }
  .hero-visual { min-height: 455px; }
  .cover-stage { height: 430px; transform: scale(.78); transform-origin: center top; }
  .method-grid, .pricing-grid, .resource-grid { grid-template-columns: 1fr; }
  .pricing-card:last-child { grid-column: auto; }
  .pricing-card { padding: 27px; }
  .resource-card { grid-template-columns: 92px 1fr; }
  .audience-list { grid-template-columns: 1fr; }
  .comparison-card { padding: 24px 16px; }
  .final-cta { padding: 65px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.legal-page { min-height: 100vh; padding: 70px 0; background: var(--offwhite); }
.legal-page .container { max-width: 820px; background: white; padding: 45px; border-radius: 20px; box-shadow: var(--shadow); }
.legal-page h1 { font-size: 48px; letter-spacing: -.04em; margin: 28px 0 10px; }
.legal-page h2 { margin-top: 34px; }
.legal-page p { color: var(--muted); }
