:root {
  /* Official Own Your Life palette: black #000 · magenta #ff007f · white #fff.
     Legacy token names are kept and remapped so every usage picks up the new brand. */
  --ink: #000000;
  --navy: #0c0c11;        /* near-black surface + headings on light */
  --navy-2: #18101a;      /* lifted near-black w/ faint plum */
  --blue: #c60063;        /* deep magenta (prices, eyebrows, .light label) */
  --aqua: #ffd9ec;        /* pale pink */
  --teal: #ff007f;        /* PRIMARY magenta accent */
  --violet: #ff2e93;      /* lighter magenta accent */
  --pink: #ff007f;
  --gold: #ff5aa8;        /* pink (stars / label) */
  --paper: #ffffff;
  --soft: #fdeef5;        /* soft pink-tinted section bg */
  --white: #fff;
  --text: #17121a;        /* near-black text on light */
  --muted: #6d6470;
  --line: rgba(0, 0, 0, .12);
  --shadow: 0 26px 80px rgba(0, 0, 0, .28);
  --radius: 14px;
  --grad: linear-gradient(120deg, #ff007f, #ff3d9a 55%, #d1006a);
  /* deepened magenta, for gradients that carry text */
  --grad-deep: linear-gradient(120deg, #c60063, #d1006a 55%, #a80054);
  --blue-deep: #9e0050;
  --accent-on-ground: var(--blue);   /* reset per ground below */
  --bg-drift: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "EB Garamond", Garamond, Georgia, serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { font-family: "EB Garamond", Garamond, Georgia, serif; font-weight: 600; letter-spacing: 0; }
h1, h2, h3, .sub-h, .brand-text strong, .hero-badge strong, .program-price, .love-num, .zone-num, .process-grid span, .quote-band blockquote { font-weight: 600; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mt { margin-top: 30px; }
.mt-xl { margin-top: clamp(48px, 7vw, 84px); }
.center { text-align: center; }
:where(section[id]) { scroll-margin-top: 92px; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(0, 0, 0, .9); border-bottom: 1px solid rgba(255, 0, 127, .22); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 58px; height: 58px; object-fit: contain; flex: 0 0 auto; }
.brand-text { display: grid; gap: 0; line-height: 1.05; }
.brand-text strong { font-family: "EB Garamond", Garamond, Georgia, serif; font-size: 1.14rem; color: #fff; }
.brand-text span { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-top: 3px; }
.brand-text small { color: var(--teal); font-size: .54rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; gap: 26px; color: rgba(233, 246, 244, .82); font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.nav-links a:hover { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

/* buttons */
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(255, 0, 127, .34); }
.btn.primary { background: var(--grad-deep); color: #fff; }
.btn.primary:hover { filter: brightness(1.06); }
.btn.dark { background: var(--navy); color: #fff; }
.btn.light { background: #fff; color: var(--blue); }
.btn.ghost { color: #fff; border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .06); }
.btn.light-ghost { color: #fff; border-color: rgba(255, 255, 255, .6); background: transparent; }
.btn.small { min-height: 44px; padding: 0 20px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 12px; background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; } .menu-toggle:before { top: 15px; } .menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }

/* wave motion */
.wave-motion { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.aura { position: absolute; top: -20%; right: -8%; width: 62vw; max-width: 720px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255, 0, 127, .5), rgba(255, 61, 154, .22) 44%, transparent 68%); transform: translate3d(0, var(--bg-drift), 0); transition: transform .2s ease-out; }
.soundbars { position: absolute; left: 0; right: 0; bottom: 0; height: 42%; display: flex; align-items: flex-end; gap: 2px; padding: 0 4%; opacity: .5; }
.soundbars i { flex: 1; height: var(--h); border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--teal), rgba(255, 0, 127, .1)); transform-origin: bottom; animation: eq var(--t) ease-in-out infinite alternate; animation-delay: var(--d); }
@keyframes eq { from { transform: scaleY(.28); opacity: .55; } to { transform: scaleY(1); opacity: .9; } }

/* hero */
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); align-items: center; gap: clamp(30px, 5vw, 68px); padding: clamp(42px, 7vw, 92px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 82% 2%, rgba(255, 0, 127, .38), transparent 44%), radial-gradient(circle at 6% 96%, rgba(255, 61, 154, .24), transparent 42%), linear-gradient(155deg, #000000, #140910 52%, #241019); color: #fff; overflow: hidden; }
.hero > *:not(.wave-motion) { position: relative; z-index: 1; }
.hero h1, .subhero h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: 1.04; max-width: 15ch; text-wrap: balance; }
.hero p, .subhero p { color: rgba(226, 236, 244, .86); font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 640px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--accent-on-ground); font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
/* accent colour follows the ground it is painted on, by inheritance */
.hero, .subhero, .detail-hero, .book-section, .offer-band, .quote-band,
.coaches-section, .problem-band, .spec-card, .solex-programs,
.discount-card, .site-header, .footer { --accent-on-ground: var(--teal); }
.cta-band { --accent-on-ground: #fff; }
.logo-ribbon, .section.soft, .pricing-card, .cred-badge, .gpt-card, .love-card,
.zone, .process-grid article, .check-list li, .faq-list details, .booking-card,
.solex-copy, .phase-card, .mobile-menu { --accent-on-ground: var(--blue); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 32px; max-width: 660px; }
.trust-row span { min-height: 70px; display: flex; align-items: center; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius); background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .92); font-weight: 700; font-size: .95rem; }
.hero-visual { position: relative; width: 100%; max-width: 500px; margin: 0 auto; }
.hero-photo { width: 100%; height: auto; border-radius: 22px; box-shadow: var(--shadow); border: 1px solid rgba(255, 255, 255, .16); object-fit: cover; aspect-ratio: 1 / 1; }
.hero-badge { position: absolute; left: 16px; right: 16px; bottom: -18px; padding: 18px 20px; border-radius: var(--radius); background: rgba(255, 255, 255, .96); color: var(--text); box-shadow: 0 18px 46px rgba(0, 0, 0, .3); }
.hero-badge-tag { display: inline-flex; margin-bottom: 8px; padding: 4px 12px; border-radius: 999px; background: var(--grad-deep); color: #fff; font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-badge strong { display: block; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.1; color: var(--navy); }
.hero-badge-note { display: block; color: var(--muted); margin-top: 8px; font-size: .92rem; }

/* logo ribbon */
.logo-ribbon { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; padding: 20px clamp(16px, 5vw, 76px); background: var(--soft); border-bottom: 1px solid var(--line); }
.logo-ribbon span { color: var(--blue); font-weight: 700; font-size: .92rem; opacity: .82; }

/* offer band */
.offer-band { padding: clamp(48px, 7vw, 92px) clamp(16px, 5vw, 76px); background: linear-gradient(150deg, #000000, #241019); color: #fff; }
.offer-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 68px); align-items: center; max-width: 1160px; margin: 0 auto; }
.offer-logo { display: flex; justify-content: center; }
.offer-logo img { width: min(320px, 78%); height: auto; filter: drop-shadow(0 20px 50px rgba(255, 0, 127, .5)); }
.offer-band h2 { color: #fff; }
.offer-band p { color: rgba(226, 236, 244, .84); }

/* sections */
.section { padding: clamp(60px, 9vw, 112px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section-head { max-width: 820px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2, .cta-band h2 { margin: 0 0 14px; font-size: clamp(2rem, 4.2vw, 3.7rem); line-height: 1.08; text-wrap: balance; color: var(--navy); }
.section-head p, .two-col p, .meet-copy p, .book-copy p { color: var(--muted); font-size: 1.05rem; }
.sub-h { font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--navy); margin: 0 0 14px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 6vw, 68px); align-items: center; }
.two-col h2, .spec-copy h3 { color: var(--navy); }

/* card grids */
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.program-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 16px; background: var(--grad); color: #fff; margin-bottom: 18px; }
.svc-icon { width: 30px; height: 30px; }
.program-eyebrow { color: var(--accent-on-ground); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.program-price { display: flex; align-items: baseline; gap: 8px; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: 1.9rem; color: var(--blue); margin-bottom: 10px; }
.program-price s, .detail-price s { opacity: .62; font-weight: 400; text-decoration-thickness: 2px; }
.program-price small { font-family: "EB Garamond", Garamond, Georgia, serif; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }

/* pricing cards */
.pricing-grid { display: grid; gap: 18px; align-items: stretch; }
.pricing-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 30px 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 40px rgba(0, 0, 0, .07); }
.pricing-card.featured { border: 2px solid transparent; background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box; box-shadow: var(--shadow); }
.pricing-flag { position: absolute; top: -12px; left: 26px; padding: 5px 14px; border-radius: 999px; background: var(--grad-deep); color: #fff; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-card h3 { margin: 8px 0 6px; font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.14; color: var(--navy); }
.pricing-card p { color: var(--muted); font-size: 1rem; flex: 0 0 auto; }
.pricing-card .check-list { margin: 14px 0 22px; }
.pricing-card .btn { width: 100%; margin-top: auto; }
.pricing-note { margin-top: 30px; color: var(--muted); }
.pricing-note a, .booking-note a { color: var(--accent-on-ground); font-weight: 700; text-decoration: underline; }

/* offer logos on cards */
.program-logo { display: flex; align-items: center; justify-content: center; height: 116px; margin-bottom: 16px; }
.program-logo img { max-height: 116px; width: auto; object-fit: contain; filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .16)); }
.program-logo.lg { height: 156px; justify-content: flex-start; }
.program-logo.lg img { max-height: 156px; }
.pricing-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* credential badge (about) */
.cred-badge { display: inline-flex; align-items: center; gap: 15px; margin-top: 26px; padding: 10px 22px 10px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .08); }
.cred-badge img { width: 66px; height: auto; flex: 0 0 auto; }
.cred-badge span { display: grid; line-height: 1.28; font-size: .88rem; color: var(--muted); }
.cred-badge strong { color: var(--navy); font-size: 1rem; }

/* quantum clarity bundle */
.bundle-wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 60px); align-items: center; max-width: 1160px; margin: 0 auto; }
.bundle-intro .program-price { margin: 4px 0 14px; }
.bundle-intro .check-list { margin: 0 0 22px; max-width: 470px; }
.bundle-note { margin: 14px 0 0; color: var(--muted); font-size: .86rem; }
.gpt-grid { display: grid; gap: 16px; }
.gpt-card { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 40px rgba(0, 0, 0, .06); }
.gpt-logo { display: flex; align-items: center; justify-content: center; }
.gpt-logo img { max-width: 88px; max-height: 88px; object-fit: contain; }
.gpt-card h3 { margin: 0 0 4px; font-size: 1.12rem; color: var(--navy); }
.gpt-card p { margin: 0; color: var(--muted); font-size: .95rem; }

/* for-coaches band */
.coaches-section { background: radial-gradient(circle at 84% 0%, rgba(255, 0, 127, .3), transparent 46%), linear-gradient(155deg, #000000, #140910 60%, #241019); color: #fff; }
.coaches-section h2 { color: #fff; }
.coaches-section .section-head p { color: rgba(255, 255, 255, .82); }
.coaches-section .pricing-note { color: rgba(255, 255, 255, .74); }

/* card actions + linked titles */
.pricing-card h3 a { color: inherit; }
.pricing-card h3 a:hover { color: var(--teal); }
.program-logo a { display: inline-flex; }
.card-actions { margin-top: auto; display: grid; gap: 10px; justify-items: center; }
.card-actions .btn { width: 100%; margin-top: 0; }
.card-more { color: var(--accent-on-ground); font-weight: 700; font-size: .9rem; letter-spacing: .02em; }
.card-more:hover { color: var(--blue-deep); }

/* offer detail pages */
.detail-hero { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: clamp(28px, 5vw, 64px); padding: clamp(96px, 12vw, 150px) clamp(16px, 5vw, 76px) clamp(56px, 7vw, 84px); background: radial-gradient(circle at 85% 4%, rgba(255, 0, 127, .34), transparent 46%), linear-gradient(155deg, #000000, #140910 58%, #241019); color: #fff; }
.detail-hero > *:not(.wave-motion) { position: relative; z-index: 1; }
.detail-hero h1 { margin: 6px 0 10px; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.05; text-wrap: balance; }
.detail-hero p { color: rgba(226, 236, 244, .86); font-size: clamp(1.02rem, 1.7vw, 1.2rem); max-width: 620px; }
.back-link { display: flex; width: fit-content; margin-bottom: 14px; color: var(--teal); font-weight: 700; font-size: .86rem; letter-spacing: .04em; text-transform: uppercase; }
.back-link:hover { color: #fff; }
.detail-price { display: flex; align-items: baseline; gap: 10px; font-family: "EB Garamond", Garamond, Georgia, serif; font-weight: 600; font-size: clamp(2rem, 3.4vw, 2.8rem); color: #fff; margin-bottom: 12px; }
.detail-price small::before { content: '· '; }
.detail-price small { font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); }
.detail-hero-visual { display: flex; justify-content: center; }
.detail-photo { max-width: min(360px, 82%); height: auto; filter: drop-shadow(0 22px 54px rgba(255, 0, 127, .4)); }
.detail-emblem { display: inline-flex; align-items: center; justify-content: center; width: clamp(150px, 22vw, 220px); aspect-ratio: 1; border-radius: 28px; background: var(--grad); color: #fff; box-shadow: var(--shadow); }
.detail-icon { width: 46%; height: 46%; }
.prep-inline-light { margin-top: 16px; color: var(--muted); font-size: .95rem; }
.prep-inline-light a { color: var(--accent-on-ground); font-weight: 700; text-decoration: underline; }
.gpt-grid.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* love cards */
.love-card { padding: 30px 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.love-num { display: inline-flex; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: 1.6rem; color: var(--teal); }
.love-card h3 { margin: 10px 0 10px; font-size: 1.35rem; color: var(--navy); }
.love-card p { color: var(--muted); font-size: 1rem; }

/* meet */
.meet { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.meet-photo img { width: 100%; height: auto; border-radius: 22px; box-shadow: var(--shadow); object-fit: cover; }
.meet-copy h2 { color: var(--navy); }

/* zones */
.zone-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.zone { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "num from" "num arrow" "num to"; column-gap: 14px; row-gap: 2px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.zone-num { grid-area: num; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: 1.5rem; color: var(--teal); align-self: center; }
.zone-from { grid-area: from; color: var(--muted); font-size: .92rem; text-decoration: line-through; text-decoration-color: rgba(255, 110, 169, .6); }
.zone-arrow { grid-area: arrow; color: var(--violet); font-weight: 900; font-size: .8rem; }
.zone-to { grid-area: to; color: var(--navy); font-weight: 800; font-size: 1.05rem; }

/* spec card */
.spec-card { padding: clamp(24px, 3.4vw, 34px); border-radius: 20px; background: linear-gradient(155deg, #140910, #241019); color: #fff; box-shadow: var(--shadow); }
.spec-tag { display: inline-flex; margin-bottom: 16px; padding: 6px 14px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: var(--aqua); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.spec-list { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.spec-list li { position: relative; padding-left: 30px; color: #ffe6f2; font-weight: 600; }
.spec-list li:before { content: ""; position: absolute; left: 4px; top: 50%; width: 13px; height: 8px; margin-top: -5px; border-left: 3px solid var(--teal); border-bottom: 3px solid var(--teal); transform: rotate(-45deg); }
.spec-listen p { margin: 6px 0; color: rgba(226, 236, 244, .9); font-size: .98rem; }
.spec-note { color: var(--gold) !important; font-weight: 700; }

/* subhero (legal pages) */
.subhero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(84px, 12vw, 150px) clamp(16px, 5vw, 76px) 60px; background: radial-gradient(circle at 85% 0%, rgba(255, 0, 127, .3), transparent 48%), linear-gradient(155deg, #000000, #140910 60%, #241019); color: #fff; }
.subhero > *:not(.wave-motion) { position: relative; z-index: 1; }
.subhero h1 { max-width: 18ch; }

/* process */
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.process-grid article { padding: 26px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-grid span { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px; background: var(--grad-deep); color: #fff; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: 1.15rem; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.22rem; color: var(--navy); }
.process-grid p { color: var(--muted); font-size: .98rem; }

/* quote band */
.quote-band { padding: clamp(56px, 8vw, 100px) clamp(16px, 5vw, 76px); background: linear-gradient(150deg, #140910, #241019); color: #fff; }
.quote-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.quote-band .stars { color: var(--gold); letter-spacing: 5px; font-size: 1.2rem; margin-bottom: 18px; }
.quote-band blockquote { margin: 0; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.34; color: #fff; text-wrap: balance; }
.quote-band figcaption { margin-top: 20px; color: var(--teal); font-weight: 800; letter-spacing: .04em; }

/* check list */
.check-list { list-style: none; display: grid; gap: 10px; padding: 0; margin: 0; }
.check-list.one { grid-template-columns: 1fr; }
.check-list li { position: relative; padding: 11px 14px 11px 40px; border-radius: var(--radius); font-weight: 600; color: var(--text); border: 1px solid var(--line); background: #fff; font-size: .96rem; }
.check-list li:before { content: ""; position: absolute; left: 15px; top: 50%; width: 13px; height: 8px; margin-top: -5px; border-left: 3px solid var(--teal); border-bottom: 3px solid var(--teal); transform: rotate(-45deg); }

/* faq */
.faq-section .section-head { margin-bottom: 30px; }
.faq-list { display: grid; gap: 10px; max-width: 900px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 18px 22px; }
.faq-list summary { cursor: pointer; font-size: 1.05rem; font-weight: 800; color: var(--navy); }
.faq-list p { margin: 12px 0 0; color: var(--muted); }
/* the fold that holds the overflow questions — a control, not another question */
.faq-more { border-style: dashed; background: transparent; }
.faq-more > summary { color: var(--blue); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.faq-more > .faq-list { margin-top: 14px; }
.faq-more > .faq-list details { background: #fff; }

/* cta band */
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(60px, 9vw, 96px); padding: clamp(30px, 5vw, 58px); border-radius: 24px; background: var(--grad-deep); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #fff; max-width: 640px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.cta-band .btn.ghost { border-color: rgba(255, 255, 255, .7); }

/* book section */
.book-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: clamp(28px, 5vw, 60px); align-items: start; background: linear-gradient(155deg, #000000, #140910 60%, #241019); color: #fff; }
.book-copy h2 { color: #fff; }
.book-copy p { color: rgba(226, 236, 244, .86); }
.contact-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; max-width: 460px; }
.contact-list li { display: grid; gap: 3px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.contact-list span:first-child { color: var(--teal); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.05rem; font-weight: 700; color: #fff; }
.contact-list a:hover { color: var(--teal); }
.prep-inline { margin-top: 22px; font-size: .9rem; color: rgba(226, 236, 244, .7); max-width: 560px; }
.book-social { display: flex; gap: 16px; margin-top: 20px; }
.book-social a { color: var(--teal); font-weight: 700; font-size: .9rem; }
.book-social a:hover { color: #fff; }
.booking-card { background: #fff; color: var(--text); border-radius: 22px; box-shadow: var(--shadow); border: 1px solid var(--line); padding: clamp(20px, 3vw, 30px); }
.booking-card .sub-h { margin: 0 0 16px; }
.calendly-wrap { position: relative; width: 100%; height: 680px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.calendly-wrap iframe { width: 100%; height: 100%; border: 0; }
.booking-note { margin: 14px 0 0; color: var(--muted); font-size: .92rem; }

/* footer */
.footer { display: flex; justify-content: space-between; gap: 34px; padding: 52px clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.footer .brand-text strong { color: #fff; }
.footer p { color: rgba(226, 236, 244, .68); max-width: 460px; margin-top: 16px; }
.footer-social { display: flex; gap: 16px; margin-top: 18px; }
.footer-social a { color: var(--teal); font-weight: 700; font-size: .9rem; }
.footer-social a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 26px; color: rgba(226, 236, 244, .82); }
.footer-grid a:hover { color: var(--teal); }

/* legal */
.legal-section { max-width: 880px; }
.legal-prose .updated { color: var(--muted); font-size: .95rem; margin: 0 0 28px; }
.legal-prose h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 34px 0 12px; color: var(--navy); }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li { color: var(--text); font-size: 1.02rem; line-height: 1.75; }
.legal-prose ul { padding-left: 22px; margin: 0 0 14px; display: grid; gap: 6px; }
.legal-prose a { color: var(--accent-on-ground); text-decoration: underline; }
.legal-prose strong { font-weight: 800; }

/* misc */
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 78px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius); color: var(--navy); font-weight: 800; }
  .hero, .two-col, .cta-band, .offer-inner, .meet, .book-section, .bundle-wrap, .detail-hero { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .card-grid.three, .process-grid, .pricing-grid.three, .pricing-grid.four, .gpt-grid.three-up, .zone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-hero-visual { order: -1; }
  .cta-actions { justify-content: flex-start; }
  .offer-logo { order: -1; }
  .meet-photo { max-width: 460px; }
  .hero-badge { position: static; margin-top: 16px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 66px; padding: 10px 12px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-text strong { font-size: 1rem; }
  .hero { padding: 36px 12px 48px; gap: 22px; }
  .hero h1, .subhero h1 { font-size: clamp(2.2rem, 9vw, 3.1rem); }
  .hero p, .subhero p { font-size: 1rem; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row, .card-grid.three, .process-grid, .pricing-grid.three, .pricing-grid.two, .pricing-grid.four, .gpt-grid.three-up, .zone-grid { grid-template-columns: 1fr; }
  .section, .subhero, .offer-band, .quote-band { padding-left: 12px; padding-right: 12px; }
  .section h2, .cta-band h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 84px; }
  .calendly-wrap { height: 560px; }
  .footer { display: grid; padding-bottom: 96px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; box-shadow: var(--shadow); transition: opacity .22s ease, transform .22s ease; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .soundbars { display: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ================================================== AO Scan / Solex flagship */
.solex-section { background: radial-gradient(circle at 12% 6%, rgba(255, 0, 127, .10), transparent 44%); }
.solex-wrap { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(28px, 5vw, 60px); align-items: start; max-width: 1160px; margin: 0 auto; }
.solex-copy { padding: clamp(26px, 3.4vw, 38px); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 56px rgba(0, 0, 0, .08); }
.solex-flag { display: inline-flex; padding: 6px 14px; border-radius: 999px; background: var(--grad-deep); color: #fff; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
/* The Solex mark is gold-on-black artwork, so on light surfaces it sits on a plate. */
.solex-head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.solex-brand { display: inline-flex; align-items: center; justify-content: center; padding: 16px 26px; border-radius: 16px; background: #000; }
.solex-brand img { display: block; width: auto; height: 92px; }
.program-logo.plated { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 14px; background: #000; }
.program-logo.plated img { height: 74px; width: auto; }
.solex-copy .sub-h { margin: 0 0 6px; color: var(--navy); }
.solex-copy > p { color: var(--muted); }
.solex-note { margin-top: 18px; color: var(--muted); font-size: .84rem; font-style: italic; }
.solex-programs { padding: clamp(24px, 3.4vw, 34px); border-radius: 22px; background: linear-gradient(155deg, #140910, #241019); color: #fff; box-shadow: var(--shadow); }
.solex-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.solex-list li { display: grid; gap: 3px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.solex-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.solex-list strong { color: var(--teal); font-size: 1.06rem; }
.solex-list span { color: rgba(255, 255, 255, .8); font-size: .94rem; }

/* ============================================ Identity Resonance four phases */
.phase-grid { display: grid; gap: clamp(20px, 3vw, 30px); max-width: 1120px; margin: 0 auto; }
.phase-card { display: grid; grid-template-columns: minmax(0, .36fr) minmax(0, .64fr); gap: clamp(20px, 3vw, 36px); align-items: center; padding: clamp(20px, 2.6vw, 28px); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 44px rgba(0, 0, 0, .07); }
.phase-card:nth-child(even) { grid-template-columns: minmax(0, .64fr) minmax(0, .36fr); }
.phase-card:nth-child(even) .phase-art { order: 2; }
.phase-art { overflow: hidden; max-width: 300px; margin-inline: auto; border-radius: 16px; background: #140910; }
.phase-art img { display: block; width: 100%; height: auto; }
.phase-num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: var(--grad); color: #fff; font-family: "EB Garamond", Garamond, Georgia, serif; font-size: 1.1rem; font-weight: 700; }
.phase-copy h3 { margin: 14px 0 4px; font-size: clamp(1.5rem, 2.6vw, 1.9rem); color: var(--navy); }
.phase-tagline { display: block; margin-bottom: 12px; color: var(--blue); font-weight: 700; font-style: italic; }
.phase-copy p { margin: 0; color: var(--muted); }

/* ================================================ "why it doesn't stick" band */
.problem-band { background: linear-gradient(155deg, #000000, #241019); color: #fff; }
.problem-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.problem-inner p { color: rgba(226, 236, 244, .84); font-size: clamp(1.05rem, 1.9vw, 1.25rem); }
.problem-punch { margin-top: 22px; color: #fff !important; font-size: clamp(1.3rem, 3vw, 1.85rem) !important; font-weight: 700; }

/* ======================================== certification parts + discount tiles */
.part-card { padding: clamp(24px, 3vw, 32px); border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 18px; background: #fff; }
.part-card h3 { margin: 0 0 10px; font-size: 1.24rem; color: var(--navy); }
.part-card p { margin: 0; color: var(--muted); }
.discount-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1000px; margin: 0 auto; }
.discount-card { display: grid; gap: 8px; padding: 26px 24px; border-radius: 18px; background: linear-gradient(155deg, #140910, #241019); color: #fff; text-align: center; box-shadow: var(--shadow); }
.discount-card strong { font-size: clamp(1.6rem, 3.4vw, 2.2rem); color: var(--teal); }
.discount-card span { color: rgba(255, 255, 255, .82); font-size: .95rem; }
.strong-note { color: var(--navy) !important; font-weight: 700; font-size: 1.05rem; }

/* ------------------------------------------------------------ small helpers */
.forwho-wrap { max-width: 720px; margin: 0 auto; padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.detail-buy-note { margin-top: 14px; color: rgba(226, 236, 244, .74); font-size: .88rem; }
.offer-note { margin-top: 16px; color: rgba(226, 236, 244, .74) !important; font-size: .9rem; }
.offer-note a { color: var(--accent-on-ground); font-weight: 700; text-decoration: underline; }
.center-actions { justify-content: center; }

@media (max-width: 1040px) {
  .solex-wrap { grid-template-columns: 1fr; }
  .discount-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .phase-card, .phase-card:nth-child(even) { grid-template-columns: 1fr; }
  .phase-card:nth-child(even) .phase-art { order: 0; }
}