@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('/fonts/inter.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/fonts/cormorant.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('/fonts/cormorant-italic.woff2') format('woff2'); }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--navy: #0B1D3A;
--navy-light: #122A4F;
--blue-muted: #2E5C8A;
--blue-accent: #3A7BD5;
--teal: #1A6B5A;
--teal-light: #2A8F7A;
--green-muted: #3D7A54;
--champagne: #C9A96E;
--champagne-light: #E2CA9A;
--gold: #B8963E;
--cream: #F8F5EF;
--off-white: #FAFAF8;
--charcoal: #1A1A1A;
--slate: #4A5568;
--light-gray: #E8E6E1;
--font-serif: 'Cormorant Garamond', Georgia, serif;
--font-sans: 'Inter', -apple-system, sans-serif;
}
html { scroll-behavior: smooth; }
body {
font-family: var(--font-sans);
color: var(--charcoal);
background: var(--off-white);
line-height: 1.7;
font-weight: 400;
-webkit-font-smoothing: antialiased;
hyphens: none;
-webkit-hyphens: none;
overflow-wrap: break-word;
word-break: normal;
}
.container { max-width: 1140px; margin: 0 auto; padding: 0 40px; }
.section { padding: 100px 0; }
.section--dark { background: var(--navy); color: #fff; }
.section--cream { background: var(--cream); }
.section--charcoal { background: var(--charcoal); color: #fff; }
.label {
font-family: var(--font-sans);
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--champagne);
margin-bottom: 16px;
display: block;
}
.label--dark { color: var(--teal); }
h2 {
font-family: var(--font-serif);
font-size: 48px;
font-weight: 600;
line-height: 1.15;
margin-bottom: 24px;
text-wrap: balance;
}
h3 {
font-family: var(--font-serif);
font-size: 32px;
font-weight: 600;
line-height: 1.25;
margin-bottom: 16px;
text-wrap: balance;
}
p.lead {
font-size: 17px;
line-height: 1.65;
color: var(--slate);
}
.section--dark p.lead { color: rgba(255,255,255,0.88); }
* { hyphens: none; -webkit-hyphens: none; }
h1, h2, h3, h3, h5, h6,
.label, .roi-headline, .tier-name, .tier-per,
.hero-stat__text, .booking-subtitle,
.faq-item summary, .sprint-summary h3,
.neural-card h3, .audience-card h3, .trust-pillar h3,
.pathway-level h3, .protocol-card h3,
.compliance-badge, .trust-badge,
.sticky-cta__seats-label, .scarcity-stat__label,
.section > .container > .label {
text-wrap: balance;
}
p { text-wrap: pretty; }
.skip-link {
position: absolute;
top: -100%;
left: 16px;
z-index: 10000;
padding: 12px 24px;
background: var(--champagne);
color: var(--navy);
font-weight: 600;
text-decoration: none;
border-radius: 4px;
}
.skip-link:focus {
top: 16px;
}
*:focus-visible {
outline: 2px solid var(--champagne);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
.form-group label .required {
color: #c0392b;
margin-left: 2px;
}
.logo-compare {
background: linear-gradient(135deg, var(--navy) 0%, #0D2440 100%);
padding: 60px 0;
text-align: center;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.logo-compare h1 {
font-family: var(--font-sans);
font-size: 13px;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--champagne);
margin-bottom: 48px;
}
.logo-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
max-width: 900px;
margin: 0 auto;
padding: 0 40px;
}
.logo-card {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.08);
border-radius: 16px;
padding: 48px 32px;
text-align: center;
transition: all 0.3s;
}
.logo-card:hover {
background: rgba(255,255,255,0.07);
border-color: rgba(201,169,110,0.3);
}
.logo-card__tag {
font-size: 10px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255,255,255,0.4);
margin-bottom: 32px;
}
.logo-card__name {
font-size: 42px;
font-weight: 700;
color: #fff;
margin-bottom: 8px;
letter-spacing: -0.5px;
}
.logo-a .logo-card__name {
font-family: 'Inter', sans-serif;
font-weight: 800;
color: var(--blue-accent);
letter-spacing: -1px;
}
.logo-a .logo-card__name span {
color: var(--teal-light);
}
.logo-b .logo-card__name {
font-family: var(--font-serif);
font-weight: 600;
font-size: 46px;
color: #fff;
letter-spacing: 4px;
text-transform: uppercase;
}
.logo-b .logo-card__name span {
color: var(--champagne);
}
.logo-card__sub {
font-size: 13px;
color: rgba(255,255,255,0.45);
margin-top: 12px;
line-height: 1.6;
}
.logo-card__divider {
width: 40px;
height: 1px;
background: var(--champagne);
margin: 20px auto;
opacity: 0.4;
}
nav {
position: sticky;
top: 0;
z-index: 100;
background: rgba(11, 29, 58, 0.95);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(255,255,255,0.06);
padding: 0 40px;
}
nav .container {
display: flex;
justify-content: space-between;
align-items: center;
height: 72px;
}
.nav-logo {
text-decoration: none;
display: flex;
align-items: center;
}
.nav-logo-img {
height: 48px;
width: auto;
display: block;
transition: transform 0.3s, opacity 0.3s, filter 0.3s;
filter: drop-shadow(0 0 12px rgba(26, 107, 90, 0.45)) brightness(1.08);
}
.nav-logo:hover .nav-logo-img {
transform: scale(1.04);
opacity: 0.9;
filter: drop-shadow(0 0 16px rgba(26, 107, 90, 0.6)) brightness(1.12);
}
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a {
font-size: 13px;
font-weight: 500;
color: rgba(255,255,255,0.82);
text-decoration: none;
letter-spacing: 0.5px;
transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-cta {
background: transparent !important;
border: 1px solid var(--champagne) !important;
color: var(--champagne) !important;
padding: 10px 24px !important;
border-radius: 4px !important;
font-size: 12px !important;
font-weight: 600 !important;
letter-spacing: 1.5px !important;
text-transform: uppercase !important;
transition: all 0.2s !important;
cursor: pointer;
}
.nav-cta:hover {
background: var(--champagne) !important;
color: var(--navy) !important;
}
.yct-float-layer {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.yct-char {
position: absolute;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', serif;
font-size: 38px;
color: rgba(201,169,110,0.75);
background: rgba(201,169,110,0.08);
border: 1px solid rgba(201,169,110,0.3);
border-radius: 20px;
box-shadow: 0 0 24px rgba(201,169,110,0.08), inset 0 1px 0 rgba(255,255,255,0.06);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
animation: yctFloat var(--dur, 7s) ease-in-out infinite alternate;
opacity: 0;
transform: scale(0.5);
transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), color 0.3s;
will-change: transform;
text-shadow: 0 0 20px rgba(201,169,110,0.4);
}
.yct-char.visible {
animation: yctFloat var(--dur, 7s) ease-in-out infinite alternate,
yctFadeIn 0.6s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes yctFloat {
0%   { translate: 0 0; rotate: 0deg; }
25%  { translate: var(--dx, 6px) var(--dy, -8px); rotate: var(--dr, 3deg); }
75%  { translate: calc(var(--dx, 6px) * -1) calc(var(--dy, -8px) * -0.6); rotate: calc(var(--dr, 3deg) * -1); }
100% { translate: 0 0; rotate: 0deg; }
}
.yct-char::before {
content: attr(data-char);
}
@keyframes yctFadeIn {
from { opacity: 0; transform: scale(0.5); }
to   { opacity: 1; transform: scale(1); }
}
.hero {
background: linear-gradient(170deg, var(--navy) 0%, #0F2847 60%, var(--navy-light) 100%);
padding: 140px 0 120px;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: -200px;
right: -200px;
width: 600px;
height: 600px;
border-radius: 50%;
background: radial-gradient(circle, rgba(42,143,122,0.08) 0%, transparent 70%);
}
.hero::after {
content: '';
position: absolute;
bottom: -100px;
left: -100px;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(58,123,213,0.06) 0%, transparent 70%);
}
.hero .container { position: relative; z-index: 1; }
.hero .label { margin-bottom: 24px; }
.hero h1 {
font-family: var(--font-serif);
font-size: 50px;
font-weight: 600;
color: #fff;
line-height: 1.2;
margin-bottom: 32px;
max-width: 680px;
}
.hero h1 em {
font-style: italic;
color: var(--champagne-light);
}
.hero p {
font-size: 19px;
color: rgba(255,255,255,0.88);
line-height: 1.8;
margin-bottom: 48px;
}
.hero-cta {
display: inline-flex;
align-items: center;
gap: 12px;
background: var(--champagne);
color: var(--navy);
padding: 18px 40px;
border-radius: 4px;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
transition: all 0.3s;
border: none;
cursor: pointer;
}
.hero-cta:hover {
background: var(--champagne-light);
transform: translateY(-1px);
box-shadow: 0 12px 40px rgba(201,169,110,0.25);
}
.hero-cta svg { width: 16px; height: 16px; }
.hero-stats {
display: flex;
gap: 64px;
margin-top: 80px;
padding-top: 48px;
border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-stat__number {
font-family: var(--font-serif);
font-size: 44px;
font-weight: 600;
color: var(--champagne);
}
.hero-stat__text {
font-size: 13px;
color: rgba(255,255,255,0.82);
margin-top: 4px;
letter-spacing: 0.3px;
}
.problem { background: var(--off-white); }
.problem-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: start;
}
.problem-grid p.lead {
font-size: 16px;
line-height: 1.6;
max-width: 480px;
}
.problem-quote {
font-family: var(--font-serif);
font-size: 28px;
font-style: italic;
color: var(--navy);
line-height: 1.5;
border-left: 3px solid var(--champagne);
padding-left: 32px;
margin-top: 32px;
}
.problem-quote cite {
display: block;
margin-top: 12px;
font-family: var(--font-sans);
font-size: 14px;
font-style: normal;
color: rgba(10, 25, 49, 0.5);
letter-spacing: 0.02em;
}
.problem-quote cite a {
color: rgba(10, 25, 49, 0.5);
text-decoration: none;
border-bottom: 1px solid rgba(10, 25, 49, 0.2);
transition: color 0.2s, border-color 0.2s;
}
.problem-quote cite a:hover {
color: var(--navy);
border-color: var(--champagne);
}
.neural-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 32px;
margin-top: 64px;
}
.neural-card {
border-radius: 12px;
padding: 40px 32px;
text-align: center;
position: relative;
transition: transform 0.3s;
}
[data-glow] {
--base: 38;
--spread: 25;
--radius: 12;
--border: 1;
--size: 200;
--outer: 1;
--saturation: 75;
--lightness: 62;
--bg-spot-opacity: 0.12;
--border-spot-opacity: 0.85;
--border-light-opacity: 0.22;
--backdrop: rgba(11,29,58,0.55);
--backup-border: rgba(201,169,110,0.14);
--border-size: calc(var(--border, 1) * 1px);
--spotlight-size: calc(var(--size, 200) * 1px);
--hue: calc(var(--base) + (var(--xp, 0.5) * var(--spread, 0)));
background-image: radial-gradient(
var(--spotlight-size) var(--spotlight-size) at
calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px),
hsl(var(--hue) calc(var(--saturation) * 1%) calc(var(--lightness) * 1%) / var(--bg-spot-opacity)),
transparent
);
background-color: var(--backdrop);
background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
background-position: 50% 50%;
background-attachment: fixed;
border: var(--border-size) solid var(--backup-border);
}
[data-glow]::before,
[data-glow]::after {
pointer-events: none;
content: "";
position: absolute;
inset: calc(var(--border-size) * -1);
border: var(--border-size) solid transparent;
border-radius: calc(var(--radius) * 1px);
background-attachment: fixed;
background-size: calc(100% + (2 * var(--border-size))) calc(100% + (2 * var(--border-size)));
background-repeat: no-repeat;
background-position: 50% 50%;
mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
mask-clip: padding-box, border-box;
mask-composite: intersect;
-webkit-mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
-webkit-mask-clip: padding-box, border-box;
-webkit-mask-composite: destination-in;
}
[data-glow]::before {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.75) calc(var(--spotlight-size) * 0.75) at
calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px),
hsl(var(--hue) calc(var(--saturation) * 1%) calc(var(--lightness) * 1%) / var(--border-spot-opacity)),
transparent 100%
);
filter: brightness(2);
}
[data-glow]::after {
background-image: radial-gradient(
calc(var(--spotlight-size) * 0.5) calc(var(--spotlight-size) * 0.5) at
calc(var(--x, 0) * 1px) calc(var(--y, 0) * 1px),
hsl(0 100% 100% / var(--border-light-opacity)),
transparent 100%
);
}
[data-glow] > [data-glow] {
position: absolute;
inset: 0;
will-change: filter;
opacity: var(--outer, 1);
border-radius: calc(var(--radius) * 1px);
filter: blur(calc(var(--border-size) * 10));
background: none;
pointer-events: none;
border: none;
}
[data-glow] > [data-glow]::before {
inset: -10px;
border-width: 10px;
}
.neural-card:hover { transform: translateY(-2px); }
.neural-card__icon {
width: 56px;
height: 56px;
border-radius: 14px;
background: linear-gradient(135deg, rgba(42,157,143,0.18) 0%, rgba(42,157,143,0.06) 100%);
border: 1px solid rgba(42,157,143,0.25);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 28px auto;
color: var(--champagne);
}
.neural-card h3 {
font-family: var(--font-serif);
font-size: 22px;
font-weight: 600;
margin-bottom: 12px;
color: #fff;
}
.neural-card p {
font-size: 15px;
color: rgba(255,255,255,0.85);
line-height: 1.7;
}
.neural-stat-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-top: 32px;
}
.neural-stat-card {
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.09);
border-radius: 12px;
padding: 28px 24px;
}
.neural-stat-card__val {
font-family: var(--font-serif);
font-size: 44px;
font-weight: 600;
color: var(--champagne);
line-height: 1;
margin-bottom: 14px;
}
.neural-stat-card__label {
font-size: 14px;
color: rgba(255,255,255,0.65);
line-height: 1.6;
}
.neural-stat-card__label strong {
color: rgba(255,255,255,0.82);
}
.sprint-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
}
.sprint-timeline {
position: relative;
padding-left: 32px;
}
.sprint-timeline::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(180deg, var(--teal), var(--blue-muted), var(--champagne));
border-radius: 2px;
}
.sprint-block {
position: relative;
padding: 0 0 40px 0;
}
.sprint-block::before {
content: '';
position: absolute;
left: -37px;
top: 6px;
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--teal);
border: 3px solid var(--cream);
}
.sprint-block__week {
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--teal);
margin-bottom: 6px;
}
.sprint-block h3 {
font-family: var(--font-serif);
font-size: 20px;
font-weight: 600;
color: var(--navy);
margin-bottom: 8px;
}
.sprint-block h3 em {
color: var(--teal);
font-style: italic;
}
.sprint-block p {
font-size: 14px;
color: var(--slate);
line-height: 1.7;
}
.sprint-block__detail {
font-size: 12px;
color: var(--slate);
opacity: 0.7;
line-height: 1.6;
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid rgba(0,0,0,0.08);
}
.sprint-summary {
background: var(--navy);
border-radius: 16px;
padding: 48px;
color: #fff;
position: sticky;
top: 100px;
}
.sprint-summary h3 {
color: #fff;
margin-bottom: 32px;
}
.sprint-metric {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sprint-metric:last-child { border: none; }
.sprint-metric__label {
font-size: 14px;
color: rgba(255,255,255,0.82);
}
.sprint-metric__value {
font-family: var(--font-serif);
font-size: 24px;
font-weight: 600;
color: var(--champagne);
}
.protocols-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin-top: 64px;
}
.protocol-card {
position: relative;
height: 360px;
border-radius: 16px;
overflow: hidden;
border: 1px solid rgba(255,255,255,0.07);
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 16px;
background: rgba(8,20,44,0.9);
cursor: default;
transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1),
box-shadow 0.4s ease;
}
.protocol-card:hover {
transform: translateY(-10px);
box-shadow: 0 24px 48px rgba(0,0,0,0.4);
}
.protocol-card::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
background: radial-gradient(circle at 50% 28%,
var(--pc-glow, rgba(201,169,110,0.35)) 0%, transparent 68%);
z-index: 0;
opacity: 0.5;
}
.protocol-card__index { display: none; }
.protocol-card__num {
position: absolute;
top: 0; left: 0; right: 0;
height: 190px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Noto Serif SC', 'SimSun', 'STSong', 'PingFang SC', serif;
font-size: 72px;
font-weight: 400;
color: var(--pc-char, rgba(201,169,110,0.75));
line-height: 1;
z-index: 1;
pointer-events: none;
transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1),
color 0.3s ease;
}
.protocol-card:hover .protocol-card__num {
transform: scale(1.12);
color: var(--pc-char-hover, rgba(201,169,110,0.95));
}
.protocol-card__content {
position: relative;
z-index: 2;
background: rgba(8,20,44,0.72);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.09);
border-radius: 10px;
padding: 12px 14px;
}
.protocol-card__tag {
display: inline-block;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 3px 10px;
border-radius: 100px;
background: var(--pc-tag-bg, rgba(201,169,110,0.12));
color: var(--pc-tag-color, #C9A96E);
margin-bottom: 7px;
}
.protocol-card h3 {
font-family: var(--font-sans);
font-size: 13px;
font-weight: 700;
color: #fff;
margin-bottom: 5px;
letter-spacing: 0.3px;
line-height: 1.3;
}
.protocol-card p {
font-size: 12px;
color: rgba(255,255,255,0.72);
line-height: 1.55;
margin: 0;
}
.protocol-card__cite {
display: inline-block;
margin-top: 8px;
font-size: 10px;
font-family: var(--font-sans);
color: rgba(201,169,110,0.65);
text-decoration: none;
letter-spacing: 0.04em;
transition: color 0.2s;
}
.protocol-card__cite:hover {
color: rgba(201,169,110,1);
}
.protocol-card--gold {
--pc-glow:        rgba(201,169,110,0.45);
--pc-char:        rgba(201,169,110,0.72);
--pc-char-hover:  rgba(201,169,110,0.95);
--pc-tag-bg:      rgba(201,169,110,0.12);
--pc-tag-color:   #C9A96E;
}
.protocol-card--teal {
--pc-glow:        rgba(42,157,143,0.45);
--pc-char:        rgba(42,157,143,0.72);
--pc-char-hover:  rgba(42,157,143,0.95);
--pc-tag-bg:      rgba(42,157,143,0.12);
--pc-tag-color:   #3ABFB0;
}
.pathway-track {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin-top: 64px;
position: relative;
}
.pathway-track::before {
content: '';
position: absolute;
top: 60px;
left: 12.5%;
right: 12.5%;
height: 2px;
background: linear-gradient(90deg, var(--teal), var(--blue-muted), var(--champagne), var(--gold));
z-index: 0;
}
.pathway-level {
text-align: center;
position: relative;
z-index: 1;
}
.pathway-level__badge {
width: 120px;
height: 120px;
border-radius: 50%;
margin: 0 auto 24px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 2px solid var(--light-gray);
background: #fff;
transition: all 0.3s;
}
.pathway-level--active .pathway-level__badge {
border-color: var(--teal);
background: var(--navy);
box-shadow: 0 0 0 4px rgba(26,107,90,0.15), 0 8px 32px rgba(0,0,0,0.1);
}
.pathway-level--upcoming .pathway-level__badge {
border-color: rgba(0,0,0,0.12);
background: #f5f3ef;
opacity: 1;
}
.pathway-level--upcoming .pathway-level__badge-num {
color: var(--slate);
}
.pathway-level--upcoming .pathway-level__badge-label {
color: var(--slate);
}
.pathway-level__badge-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--slate);
}
.pathway-level--active .pathway-level__badge-label { color: var(--champagne); }
.pathway-level__badge-num {
font-family: var(--font-serif);
font-size: 36px;
font-weight: 600;
color: var(--navy);
font-variant-numeric: lining-nums;
line-height: 1;
}
.pathway-level--active .pathway-level__badge-num { color: #fff; }
.pathway-level h3 {
font-family: var(--font-serif);
font-size: 20px;
font-weight: 600;
color: var(--navy);
margin-bottom: 8px;
}
.pathway-level p {
font-size: 13px;
color: var(--slate);
line-height: 1.6;
max-width: 220px;
margin: 0 auto;
}
.pathway-level__status {
display: inline-block;
margin-top: 12px;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 6px 16px;
border-radius: 20px;
}
.pathway-level--active .pathway-level__status {
background: var(--teal);
color: #fff;
}
.pathway-level--upcoming .pathway-level__status {
background: var(--navy);
color: #fff;
border: none;
font-family: inherit;
cursor: pointer;
transition: background 0.2s, transform 0.15s;
}
.pathway-level--upcoming .pathway-level__status:hover {
background: #14284a;
transform: translateY(-1px);
}
.audience-cards {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 32px;
margin-top: 64px;
}
.audience-card {
background-color: #fff;
border: 1px solid var(--light-gray);
border-radius: 12px;
padding: 48px 36px;
transition: all 0.3s;
position: relative;
--backdrop: #fff;
--bg-spot-opacity: 0.04;
--border-spot-opacity: 0.6;
--border-light-opacity: 0.3;
--base: 38;
--spread: 20;
--lightness: 60;
}
.audience-card:hover {
border-color: var(--teal);
box-shadow: 0 8px 40px rgba(0,0,0,0.06);
}
.audience-card__icon {
width: 48px;
height: 48px;
margin-bottom: 24px;
color: var(--champagne);
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(201,169,110,0.25);
border-radius: 12px;
background: rgba(201,169,110,0.06);
}
.audience-card h3 {
font-family: var(--font-serif);
font-size: 24px;
font-weight: 600;
color: var(--navy);
margin-bottom: 12px;
}
.audience-card p {
font-size: 14px;
color: var(--slate);
line-height: 1.7;
}
.pricing-tiers {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
margin-top: 64px;
align-items: start;
}
.shine-wrap {
position: relative;
border-radius: 18px;
padding: 2px;
overflow: hidden;
}
.shine-wrap::before {
content: '';
position: absolute;
inset: -150%;
background: conic-gradient(
from 0deg,
transparent 0%,
#C9A96E 15%,
#fff 22%,
#C9A96E 28%,
transparent 40%,
#2A9D8F 55%,
#C9A96E 65%,
transparent 75%,
#C9A96E 90%,
transparent 100%
);
animation: shineSpin 3.5s linear infinite;
}
@keyframes shineSpin {
from { transform: rotate(0deg); }
to   { transform: rotate(360deg); }
}
.shine-inner {
position: relative;
border-radius: 16px;
background: #0B2040;
}
.tier-card {
border-radius: 16px;
padding: 40px 32px;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(201,169,110,0.15);
display: flex;
flex-direction: column;
gap: 0;
}
.tier-card--recommended {
background: #0B2040;
border: none;
}
.tier-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(201,169,110,0.12);
border: 1px solid rgba(201,169,110,0.3);
color: var(--champagne);
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 5px 12px;
border-radius: 100px;
margin-bottom: 20px;
width: fit-content;
}
.tier-badge--hot {
background: rgba(201,169,110,0.18);
border-color: rgba(201,169,110,0.45);
}
.tier-name {
font-family: var(--font-serif);
font-size: 22px;
font-weight: 600;
color: #fff;
margin-bottom: 8px;
}
.tier-desc {
font-size: 14px;
color: rgba(255,255,255,0.55);
line-height: 1.6;
margin-bottom: 28px;
}
.tier-price {
font-family: var(--font-serif);
font-size: 56px;
font-weight: 600;
color: var(--champagne);
line-height: 1;
margin-bottom: 4px;
}
.tier-per {
font-size: 13px;
color: rgba(255,255,255,0.4);
margin-bottom: 32px;
}
.tier-divider {
border: none;
border-top: 1px solid rgba(255,255,255,0.07);
margin-bottom: 28px;
}
.pricing-features {
list-style: none;
text-align: left;
margin-bottom: 36px;
flex: 1;
}
.pricing-features li {
padding: 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.05);
font-size: 14px;
color: rgba(255,255,255,0.82);
display: flex;
align-items: flex-start;
gap: 10px;
line-height: 1.5;
}
.pricing-features li::before {
content: '✓';
color: var(--teal-light);
font-weight: 700;
flex-shrink: 0;
margin-top: 1px;
}
.btn-apply {
display: inline-flex;
align-items: center;
gap: 12px;
background: var(--champagne);
color: var(--navy);
padding: 18px 48px;
border-radius: 4px;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
border: none;
cursor: pointer;
transition: all 0.3s;
white-space: nowrap;
}
.btn-apply:hover {
background: var(--champagne-light);
transform: translateY(-1px);
box-shadow: 0 12px 40px rgba(201,169,110,0.25);
}
.scarcity {
text-align: center;
background: linear-gradient(170deg, var(--navy) 0%, #0A1628 100%);
padding: 120px 0;
}
.scarcity h2 { color: #fff; max-width: 600px; margin: 0 auto 24px; }
.scarcity p {
font-size: 18px;
color: rgba(255,255,255,0.88);
margin: 0 auto 48px;
line-height: 1.8;
}
.booking {
background: var(--off-white);
padding: 100px 0;
text-align: center;
}
.booking h2 {
font-family: var(--font-serif);
font-size: 42px;
color: var(--navy);
margin-bottom: 16px;
}
.booking-subtitle {
color: var(--slate);
font-size: 17px;
margin: 0 auto 48px;
line-height: 1.7;
}
.booking-form {
max-width: 680px;
margin: 0 auto;
text-align: left;
}
.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}
.form-group label {
display: block;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--navy);
margin-bottom: 8px;
}
.form-group input,
.form-group select {
width: 100%;
padding: 14px 16px;
font-family: var(--font-sans);
font-size: 15px;
color: var(--charcoal);
background: #fff;
border: 1.5px solid var(--light-gray);
border-radius: 8px;
transition: border-color 0.2s, box-shadow 0.2s;
appearance: none;
}
.form-group input:focus,
.form-group select:focus {
outline: none;
border-color: var(--champagne);
box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.15);
}
.form-group input::placeholder {
color: #A0A0A0;
}
.form-group select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A5568' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
padding-right: 40px;
}
.form-group select option:disabled {
color: #A0A0A0;
}
.form-summary {
background: var(--navy);
color: #fff;
border-radius: 10px;
padding: 24px 28px;
margin: 32px 0;
}
.summary-line {
display: flex;
justify-content: space-between;
padding: 8px 0;
font-size: 15px;
color: rgba(255, 255, 255, 0.88);
}
.summary-line.summary-total {
border-top: 1px solid rgba(255, 255, 255, 0.15);
margin-top: 8px;
padding-top: 16px;
font-size: 18px;
font-weight: 600;
color: var(--champagne);
}
.booking-submit {
width: 100%;
font-size: 16px;
padding: 18px;
cursor: pointer;
margin-top: 8px;
white-space: nowrap;
}
.booking-submit:disabled {
opacity: 0.4;
cursor: not-allowed;
pointer-events: none;
}
.booking-note {
text-align: center;
font-size: 13px;
color: var(--slate);
margin-top: 16px;
}
@media (max-width: 900px) {
.form-row {
grid-template-columns: 1fr;
gap: 16px;
}
.booking h2 {
font-size: 32px;
}
}
.form-legal {
margin-top: 32px;
border-top: 1px solid var(--light-gray);
padding-top: 28px;
}
.checkbox-group {
display: flex;
gap: 14px;
align-items: flex-start;
margin-bottom: 20px;
cursor: pointer;
font-size: 13px;
line-height: 1.6;
color: var(--slate);
}
.checkbox-group input[type="checkbox"] {
flex-shrink: 0;
width: 20px;
height: 20px;
margin-top: 2px;
accent-color: var(--navy);
cursor: pointer;
}
.checkbox-group strong {
color: var(--navy);
font-size: 13px;
letter-spacing: 0.03em;
}
.checkbox-group a {
color: var(--champagne);
text-decoration: none;
border-bottom: 1px solid rgba(201, 169, 110, 0.3);
transition: border-color 0.2s;
}
.checkbox-group a:hover {
border-color: var(--champagne);
}
.compliance {
background: var(--charcoal);
padding: 32px 0;
text-align: center;
}
.compliance-badges {
display: flex;
justify-content: center;
gap: 48px;
align-items: center;
}
.compliance-badge {
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255,255,255,0.88);
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
transition: color 0.2s;
}
.compliance-badge:hover {
color: #C9A96E;
}
footer {
background: #080E1A;
padding: 64px 0 40px;
color: rgba(255,255,255,0.65);
}
.footer-inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-logo {
font-family: var(--font-serif);
font-size: 18px;
font-weight: 600;
color: rgba(255,255,255,0.82);
letter-spacing: 3px;
text-transform: uppercase;
}
.footer-logo span { color: var(--champagne); }
footer p { font-size: 13px; }
.footer-links { display: flex; gap: 32px; }
.footer-links a {
font-size: 13px;
color: rgba(255,255,255,0.65);
text-decoration: none;
transition: color 0.2s;
}
.footer-links a:hover { color: rgba(255,255,255,0.92); }
@media (max-width: 900px) {
.logo-options, .problem-grid, .sprint-layout { grid-template-columns: 1fr; }
.neural-grid, .audience-cards { grid-template-columns: 1fr; }
.pricing-tiers { grid-template-columns: 1fr; }
.protocols-grid { grid-template-columns: 1fr 1fr; }
.pathway-track { grid-template-columns: 1fr 1fr; }
.pathway-track::before { display: none; }
.hero h1 { font-size: 38px; }
h2 { font-size: 36px; }
.hero-stats { flex-direction: column; gap: 32px; }
.section { padding: 72px 0; }
}
.hero-cta-wrap {
display: flex;
gap: 16px;
flex-wrap: wrap;
align-items: center;
}
.hero-cta-secondary {
display: inline-flex;
align-items: center;
gap: 10px;
background: transparent;
color: rgba(255,255,255,0.65);
padding: 18px 32px;
border-radius: 4px;
font-size: 13px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.2);
transition: all 0.3s;
cursor: pointer;
}
.hero-cta-secondary:hover {
color: #fff;
border-color: rgba(255,255,255,0.5);
background: rgba(255,255,255,0.05);
}
.section-cta-wrap {
text-align: center;
margin-top: 48px;
}
.btn-brief {
display: inline-flex;
align-items: center;
gap: 10px;
background: transparent;
color: var(--champagne);
padding: 14px 32px;
border-radius: 4px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
border: 1px solid rgba(201,169,110,0.4);
transition: all 0.3s;
white-space: nowrap;
}
.btn-brief:hover {
background: rgba(201,169,110,0.08);
border-color: var(--champagne);
}
.faq-grid {
margin: 64px auto 0;
}
.faq-item {
border-bottom: 1px solid var(--light-gray);
}
.faq-item summary {
list-style: none;
cursor: pointer;
padding: 28px 0;
font-family: var(--font-serif);
font-size: 20px;
font-weight: 600;
color: var(--navy);
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
content: '+';
font-size: 28px;
font-weight: 300;
color: var(--champagne);
flex-shrink: 0;
line-height: 1;
transition: transform 0.25s;
}
.faq-item[open] summary::after {
transform: rotate(45deg);
}
.faq-item__body {
padding: 0 40px 28px 0;
font-size: 15px;
color: var(--slate);
line-height: 1.8;
}
.submit-hint {
text-align: center;
font-size: 12px;
color: var(--slate);
margin-top: 10px;
min-height: 18px;
transition: opacity 0.2s;
}
.trust-pillars {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 28px;
margin-top: 64px;
}
.trust-pillar {
padding: 40px 28px;
background-color: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.07);
border-radius: 12px;
transition: all 0.3s;
position: relative;
--backdrop: rgba(255,255,255,0.03);
}
.trust-pillar:hover {
background-color: rgba(255,255,255,0.05);
border-color: rgba(42,143,122,0.25);
}
.trust-pillar__icon {
width: 48px;
height: 48px;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
color: var(--champagne);
}
.trust-pillar h3 {
font-family: var(--font-serif);
font-size: 21px;
font-weight: 600;
color: #fff;
margin-bottom: 12px;
}
.trust-pillar p {
font-size: 15px;
color: rgba(255,255,255,0.85);
line-height: 1.75;
}
.founding-badge {
display: inline-block;
margin-top: 56px;
padding: 24px 48px;
border: 1px solid rgba(201,169,110,0.25);
border-radius: 8px;
text-align: center;
}
.founding-badge__label {
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--champagne);
margin-bottom: 10px;
}
.founding-badge__text {
font-family: var(--font-serif);
font-size: 22px;
color: #fff;
line-height: 1.5;
}
.team-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-top: 64px;
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
.team-card {
padding: 40px;
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.09);
border-radius: 16px;
}
.team-card__avatar {
width: 64px;
height: 64px;
border-radius: 50%;
background: linear-gradient(135deg, #1A6B5A, #0B1D3A);
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-serif);
font-size: 22px;
font-weight: 600;
color: var(--champagne);
margin-bottom: 20px;
}
.team-card__name {
font-family: var(--font-serif);
font-size: 28px;
font-weight: 600;
color: #fff;
margin-bottom: 4px;
}
.team-card__role {
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--champagne);
margin-bottom: 20px;
display: block;
}
.team-card__bio {
font-size: 15px;
color: rgba(255,255,255,0.72);
line-height: 1.75;
}
.roi-wrap {
max-width: 900px;
margin: 0 auto 48px;
background: linear-gradient(135deg, rgba(26,107,90,0.12) 0%, rgba(58,123,213,0.08) 100%);
border: 1px solid rgba(201,169,110,0.2);
border-radius: 16px;
padding: 56px 64px;
}
.roi-headline {
font-family: var(--font-serif);
font-size: 32px;
color: #fff;
margin-bottom: 8px;
line-height: 1.2;
}
.roi-sub {
font-size: 15px;
color: rgba(255,255,255,0.45);
margin-bottom: 36px;
}
.roi-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 32px;
}
@media (max-width: 1100px) {
.roi-grid { grid-template-columns: repeat(2, 1fr); }
}
.roi-metric {
text-align: center;
padding: 28px 16px;
background: rgba(255,255,255,0.04);
border-radius: 10px;
border: 1px solid rgba(255,255,255,0.06);
}
.roi-metric__value {
font-family: var(--font-serif);
font-size: 40px;
font-weight: 600;
color: var(--champagne);
margin-bottom: 6px;
}
.roi-metric__label {
font-size: 12px;
color: rgba(255,255,255,0.4);
line-height: 1.5;
letter-spacing: 0.3px;
}
.roi-comparison {
border-top: 1px solid rgba(255,255,255,0.07);
padding-top: 22px;
font-size: 18px;
font-style: italic;
color: rgba(255,255,255,0.85);
font-family: var(--font-serif);
text-align: center;
line-height: 1.6;
}
.roi-comparison strong { color: var(--champagne-light); font-style: normal; }
.seats-counter {
max-width: 520px;
margin: 32px auto 40px;
}
.seats-bar {
height: 6px;
background: rgba(255,255,255,0.1);
border-radius: 3px;
overflow: hidden;
margin-bottom: 14px;
}
.seats-bar__fill {
height: 100%;
background: linear-gradient(90deg, var(--teal), var(--champagne));
border-radius: 3px;
transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seats-counter__stats {
display: flex;
justify-content: space-between;
font-size: 13px;
}
.seats-counter__taken { color: var(--champagne); font-weight: 600; }
.seats-counter__remain { color: rgba(255,255,255,0.72); }
.form-tabs {
display: flex;
margin-bottom: 36px;
border-radius: 8px;
overflow: hidden;
border: 1.5px solid var(--light-gray);
}
.form-tab-btn {
flex: 1;
padding: 18px 24px;
font-family: var(--font-sans);
font-size: 13px;
font-weight: 600;
letter-spacing: 0.5px;
border: none;
cursor: pointer;
transition: all 0.2s;
background: var(--cream);
color: var(--slate);
text-align: center;
white-space: nowrap;
}
.form-tab-btn.active {
background: var(--navy);
color: #fff;
}
.form-tab-btn:first-child { border-right: 1.5px solid var(--light-gray); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.pack-note {
background: var(--navy);
color: rgba(255,255,255,0.65);
border-radius: 10px;
padding: 20px 28px;
font-size: 14px;
line-height: 1.7;
margin-bottom: 28px;
text-align: center;
}
.pack-note strong { color: var(--champagne); }
.btn-pack-submit {
width: 100%;
padding: 18px;
font-family: var(--font-sans);
font-size: 14px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
background: var(--teal);
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s;
white-space: nowrap;
}
.btn-pack-submit:hover { background: var(--teal-light); transform: translateY(-1px); }
.nav-hamburger {
display: none;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 8px;
z-index: 110;
}
.nav-hamburger span {
display: block;
width: 22px;
height: 2px;
background: rgba(255,255,255,0.75);
border-radius: 1px;
transition: all 0.28s;
}
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.sticky-cta {
position: fixed;
z-index: 200;
right: 0;
top: 50%;
transform: translateY(-50%) translateX(260px);
width: 248px;
transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.sticky-cta.visible { transform: translateY(-50%) translateX(0); }
.sticky-cta__inner {
background: var(--navy);
border: 1px solid rgba(255,255,255,0.1);
border-right: none;
border-radius: 12px 0 0 12px;
padding: 28px 24px;
box-shadow: -8px 0 40px rgba(0,0,0,0.3);
}
.sticky-cta__label {
font-size: 10px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--champagne);
margin-bottom: 14px;
}
.sticky-cta__seats { margin-bottom: 20px; }
.sticky-cta__seats-bar {
height: 4px;
background: rgba(255,255,255,0.1);
border-radius: 2px;
overflow: hidden;
margin-bottom: 8px;
}
.sticky-cta__seats-bar > div {
height: 100%;
width: 64%;
background: linear-gradient(90deg, var(--teal), var(--champagne));
border-radius: 2px;
}
.sticky-cta__seats-label { font-size: 11px; color: rgba(255,255,255,0.72); }
.sticky-cta__primary {
display: block;
width: 100%;
padding: 13px 16px;
background: var(--champagne);
color: var(--navy);
text-align: center;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
text-decoration: none;
border-radius: 4px;
margin-bottom: 10px;
border: none;
cursor: pointer;
transition: background 0.2s;
}
.sticky-cta__primary:hover { background: var(--champagne-light); }
.sticky-cta__secondary {
display: block;
width: 100%;
padding: 11px 16px;
border: 1px solid rgba(255,255,255,0.15);
color: rgba(255,255,255,0.82);
text-align: center;
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border-radius: 4px;
background: none;
cursor: pointer;
transition: all 0.2s;
}
.sticky-cta__secondary:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.pricing-box__per-child {
font-size: 15px;
color: var(--champagne);
opacity: 0.75;
margin-bottom: 6px;
letter-spacing: 0.5px;
}
.feynman-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.team-grid--single {
grid-template-columns: 1fr;
max-width: 640px;
margin: 48px auto 0;
}
@media (max-width: 900px) {
.container { padding: 0 24px; }
nav { padding: 0 24px; position: relative; }
.nav-hamburger { display: flex; }
.nav-links {
display: none;
position: absolute;
top: 72px;
left: 0;
right: 0;
background: rgba(11,29,58,0.97);
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
flex-direction: column;
gap: 0;
padding: 8px 0 20px;
border-bottom: 1px solid rgba(255,255,255,0.07);
z-index: 100;
}
.nav-links.open { display: flex; }
.nav-links a {
padding: 15px 24px;
font-size: 15px;
border-bottom: 1px solid rgba(255,255,255,0.04);
}
.nav-cta {
margin: 16px 24px 0 !important;
display: block !important;
text-align: center !important;
border-radius: 4px !important;
}
.logo-options, .problem-grid, .sprint-layout,
.neural-grid, .audience-cards,
.trust-pillars, .team-grid,
.feynman-layout { grid-template-columns: 1fr; }
.feynman-layout { gap: 40px; }
.neural-stat-row { grid-template-columns: 1fr; }
.protocols-grid { grid-template-columns: 1fr 1fr; }
.pathway-track { grid-template-columns: 1fr 1fr; }
.pathway-track::before { display: none; }
.hero h1 { font-size: 34px; }
.hero-stats { flex-direction: column; gap: 28px; }
h2 { font-size: 34px; }
.section { padding: 72px 0; }
.roi-grid { grid-template-columns: 1fr 1fr; }
.sprint-summary { position: static; }
.form-row { grid-template-columns: 1fr; gap: 16px; }
.booking h2 { font-size: 32px; }
.footer-inner { flex-direction: column; gap: 24px; text-align: center; }
.footer-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
.compliance-badges { flex-wrap: wrap; gap: 24px; }
.sticky-cta {
right: auto;
left: 0;
width: 100%;
top: auto;
bottom: 0;
transform: translateY(100%);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta__inner {
border-radius: 16px 16px 0 0;
border: 1px solid rgba(255,255,255,0.1);
border-bottom: none;
padding: 14px 16px;
display: flex;
align-items: center;
gap: 10px;
box-shadow: 0 -8px 40px rgba(0,0,0,0.35);
}
.sticky-cta__label,
.sticky-cta__seats { display: none; }
.sticky-cta__primary,
.sticky-cta__secondary {
flex: 1;
margin: 0;
padding: 14px 8px;
font-size: 10px;
}
}
@media (max-width: 480px) {
.container { padding: 0 16px; }
nav { padding: 0 16px; }
.label { letter-spacing: 1px; font-size: 10px; }
.hero { padding: 72px 0 56px; }
.hero h1 { font-size: 30px; line-height: 1.2; }
.hero p { font-size: 15px; }
.hero-cta-wrap { flex-direction: column; }
.hero-cta, .hero-cta-secondary { width: 100%; justify-content: center; text-align: center; }
.hero-stat__number { font-size: 36px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
p.lead { font-size: 15px; }
.section { padding: 56px 0; }
.protocols-grid { grid-template-columns: 1fr; }
.pathway-track { grid-template-columns: 1fr; }
.problem-quote { font-size: 20px; padding-left: 20px; }
.sprint-timeline { padding-left: 20px; }
.sprint-summary { padding: 28px 20px; }
.sprint-block::before { left: -25px; }
.audience-card { padding: 28px 20px; }
.team-card { padding: 24px 20px; }
.team-card__avatar { width: 52px; height: 52px; font-size: 18px; }
.founding-badge { padding: 20px 20px; }
.founding-badge__text { font-size: 18px; }
.roi-wrap { padding: 28px 20px; }
.roi-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.roi-metric { padding: 20px 12px; }
.roi-metric__value { font-size: 28px; }
.roi-comparison { font-size: 14px; }
.pricing-box { padding: 32px 20px; margin-top: 32px; }
.pricing-box__price { font-size: 52px; }
.scarcity { padding: 64px 0; }
.scarcity h2 { font-size: 26px; }
.faq-item summary { font-size: 16px; }
.faq-item__body { font-size: 14px; padding-right: 8px; }
.booking { padding: 56px 0; }
.booking h2 { font-size: 26px; }
.form-tabs { flex-direction: column; }
.form-tab-btn:first-child { border-right: none; border-bottom: 1.5px solid var(--light-gray); }
.booking-subtitle { font-size: 15px; }
.form-summary { padding: 18px 20px; }
footer { padding: 40px 0 28px; }
.footer-logo { font-size: 14px; }
.footer-links { gap: 12px; }
.logo-options { gap: 24px; }
.logo-card { padding: 32px 20px; }
.aurora-orb--1, .aurora-orb--2, .aurora-orb--3 { display: none; }
.trust-badge { padding: 0 20px; font-size: 10px; gap: 6px; }
.hero-stats { margin-top: 40px; padding-top: 28px; gap: 20px; }
.compliance-badges { gap: 16px; }
.tier-card { padding: 28px 20px; }
}
@media (max-width: 640px) {
.protocols-grid { grid-template-columns: 1fr; }
.pathway-track  { grid-template-columns: 1fr; }
.roi-grid        { grid-template-columns: 1fr; }
.feynman-layout  { gap: 32px; }
}
@keyframes shimmer {
0%   { background-position: -200% center; }
100% { background-position:  200% center; }
}
.shimmer-text {
background: linear-gradient(90deg,
#C9A96E 0%, #F0DFB0 40%, #C9A96E 60%, #E2CA9A 80%, #C9A96E 100%);
background-size: 200% auto;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: shimmer 4s linear infinite;
}
.text-flip-wrap {
display: inline-block;
vertical-align: baseline;
position: relative;
}
.text-flip-box {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
background: rgba(201,169,110,0.12);
border: 1px solid rgba(201,169,110,0.45);
border-radius: 14px;
padding: 2px 22px 4px;
overflow: hidden;
transition: width 0.35s cubic-bezier(0.4,0,0.2,1);
white-space: nowrap; 
color: #F0DFB0;
font-style: italic;
vertical-align: baseline;
}
.text-flip-box::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
transform: translateX(-100%) skewX(-15deg);
animation: tfShimmer 2.2s linear infinite;
pointer-events: none;
}
@keyframes tfShimmer {
to { transform: translateX(220%) skewX(-15deg); }
}
.text-flip-box .tf-corner {
position: absolute;
width: 7px; height: 7px;
border-color: rgba(201,169,110,0.45);
border-style: solid;
border-width: 0;
}
.text-flip-box .tf-corner--tl { top:4px; left:4px;  border-top-width:1.5px; border-left-width:1.5px;  border-radius:3px 0 0 0; }
.text-flip-box .tf-corner--tr { top:4px; right:4px; border-top-width:1.5px; border-right-width:1.5px; border-radius:0 3px 0 0; }
.text-flip-box .tf-corner--bl { bottom:4px; left:4px;  border-bottom-width:1.5px; border-left-width:1.5px;  border-radius:0 0 0 3px; }
.text-flip-box .tf-corner--br { bottom:4px; right:4px; border-bottom-width:1.5px; border-right-width:1.5px; border-radius:0 0 3px 0; }
.tf-letter { display: inline-block; }
@keyframes tfLetterIn {
from { opacity:0; transform:translateY(10px); filter:blur(5px); }
to   { opacity:1; transform:translateY(0);    filter:blur(0); }
}
@keyframes tfLetterOut {
from { opacity:1; transform:translateY(0);     filter:blur(0); }
to   { opacity:0; transform:translateY(-10px); filter:blur(5px); }
}
.tf-letter--in  { animation: tfLetterIn  0.4s cubic-bezier(0.25,0.25,0,1) both; }
.tf-letter--out { animation: tfLetterOut 0.3s cubic-bezier(0.25,0.25,0,1) both; }
@keyframes aurora-drift-1 {
0%, 100% { transform: translate(0, 0) scale(1); }
50%       { transform: translate(60px, -40px) scale(1.15); }
}
@keyframes aurora-drift-2 {
0%, 100% { transform: translate(0, 0) scale(1.05); }
50%       { transform: translate(-50px, 30px) scale(0.95); }
}
.aurora-orb {
position: absolute;
border-radius: 50%;
filter: blur(80px);
pointer-events: none;
mix-blend-mode: screen;
}
.aurora-orb--1 {
width: 500px; height: 500px;
background: radial-gradient(circle, rgba(26,107,90,0.28) 0%, transparent 70%);
top: -100px; right: 5%;
animation: aurora-drift-1 12s ease-in-out infinite;
}
.aurora-orb--2 {
width: 400px; height: 400px;
background: radial-gradient(circle, rgba(201,169,110,0.15) 0%, transparent 70%);
bottom: -80px; left: 8%;
animation: aurora-drift-2 16s ease-in-out infinite;
}
.aurora-orb--3 {
width: 300px; height: 300px;
background: radial-gradient(circle, rgba(26,107,90,0.12) 0%, transparent 70%);
top: 40%; left: 50%;
animation: aurora-drift-1 20s ease-in-out infinite reverse;
}
.reveal {
opacity: 0;
transform: translateY(32px);
transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1),
transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal.visible {
opacity: 1;
transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.spotlight-card {
position: relative;
overflow: hidden;
}
.spotlight-card::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(
600px circle at var(--mouse-x, -999px) var(--mouse-y, -999px),
rgba(201,169,110,0.1), transparent 50%
);
pointer-events: none;
z-index: 1;
border-radius: inherit;
transition: opacity 0.3s;
}
.hero-stat__number[data-target] {
display: inline-block;
}
.trust-marquee {
overflow: hidden;
padding: 28px 0;
background: #0B1D3A;
border-top: 1px solid rgba(255,255,255,0.06);
border-bottom: 1px solid rgba(255,255,255,0.06);
}
@keyframes marquee-scroll {
0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.trust-marquee__track {
display: flex;
width: max-content;
animation: marquee-scroll 28s linear infinite;
gap: 0;
}
.trust-marquee__track:hover { animation-play-state: paused; }
.trust-badge {
display: flex;
align-items: center;
gap: 10px;
padding: 0 48px;
white-space: nowrap; 
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255,255,255,0.78);
border-right: 1px solid rgba(255,255,255,0.07);
}
.trust-badge svg {
flex-shrink: 0;
opacity: 0.85;
}
.ling-modal-backdrop {
display: none;
position: fixed;
inset: 0;
background: rgba(7, 14, 28, 0.82);
z-index: 9000;
align-items: center;
justify-content: center;
padding: 1.5rem 1rem;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
overflow-y: auto;
}
.ling-modal-backdrop.open {
display: flex;
}
.ling-modal {
background: #0D2040;
border: 1px solid rgba(201,169,110,0.2);
border-radius: 20px;
width: 100%;
max-width: 560px;
padding: 2.25rem 2rem;
position: relative;
animation: modalIn 0.32s cubic-bezier(0.22,1,0.36,1) forwards;
margin: auto;
}
@keyframes modalIn {
from { opacity: 0; transform: translateY(24px) scale(0.97); }
to   { opacity: 1; transform: translateY(0)   scale(1); }
}
.ling-modal__close {
position: absolute;
top: 16px; right: 18px;
background: none;
border: none;
color: rgba(255,255,255,0.4);
font-size: 1.4rem;
line-height: 1;
cursor: pointer;
padding: 4px 8px;
border-radius: 6px;
transition: color 0.15s, background 0.15s;
}
.ling-modal__close:hover {
color: #fff;
background: rgba(255,255,255,0.08);
}
.ling-modal__eyebrow {
display: inline-block;
font-size: 0.68rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--champagne, #C9A96E);
background: rgba(201,169,110,0.1);
border: 1px solid rgba(201,169,110,0.22);
border-radius: 50px;
padding: 3px 12px;
margin-bottom: 0.75rem;
}
.ling-modal h2 {
font-size: clamp(1.25rem, 4vw, 1.6rem);
font-weight: 700;
color: #fff;
margin: 0 0 0.35rem;
font-family: 'Cormorant Garamond', Georgia, serif;
letter-spacing: -0.01em;
}
.ling-modal__sub {
font-size: 0.85rem;
color: rgba(255,255,255,0.55);
line-height: 1.55;
margin-bottom: 1.75rem;
}
.ling-modal .form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
margin-bottom: 14px;
}
.ling-modal .form-group {
display: flex;
flex-direction: column;
gap: 5px;
}
.ling-modal .form-group.full {
grid-column: 1 / -1;
}
.ling-modal label {
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
color: rgba(255,255,255,0.45);
}
.ling-modal input,
.ling-modal select,
.ling-modal textarea {
background: rgba(11,29,58,0.85);
border: 1.5px solid rgba(58,123,213,0.28);
border-radius: 10px;
padding: 11px 14px;
font-size: 0.92rem;
color: #FAFAF8;
font-family: 'Inter', sans-serif;
outline: none;
width: 100%;
box-sizing: border-box;
transition: border-color 0.15s, box-shadow 0.15s;
-webkit-appearance: none;
appearance: none;
}
.ling-modal select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%237A9BBF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 13px center;
padding-right: 32px;
cursor: pointer;
}
.ling-modal select option {
background: #0D2040;
color: #FAFAF8;
}
.ling-modal textarea {
resize: vertical;
min-height: 90px;
line-height: 1.5;
}
.ling-modal input:focus,
.ling-modal select:focus,
.ling-modal textarea:focus {
border-color: #3A7BD5;
box-shadow: 0 0 0 3px rgba(58,123,213,0.15);
}
.ling-modal input::placeholder,
.ling-modal textarea::placeholder { color: rgba(255,255,255,0.22); }
.ling-modal__submit {
width: 100%;
padding: 14px;
border-radius: 50px;
background: linear-gradient(135deg, #C9A96E, #B8963E);
color: #0B1D3A;
font-size: 0.95rem;
font-weight: 800;
letter-spacing: 0.04em;
cursor: pointer;
border: none;
margin-top: 1.5rem;
box-shadow: 0 4px 20px rgba(201,169,110,0.3);
transition: transform 0.15s, opacity 0.15s;
font-family: 'Inter', sans-serif;
white-space: nowrap;
}
.ling-modal__submit:hover { transform: scale(1.02); }
.ling-modal__submit:disabled { opacity: 0.55; cursor: default; transform: none; }
.ling-modal__privacy {
font-size: 0.72rem;
color: rgba(255,255,255,0.28);
text-align: center;
margin-top: 12px;
line-height: 1.5;
}
.ling-modal__success {
display: none;
text-align: center;
padding: 1.5rem 0;
}
.ling-modal__success.show { display: block; }
.ling-modal__success-icon {
font-size: 3rem;
margin-bottom: 1rem;
display: block;
animation: modalIn 0.4s ease-out;
}
.ling-modal__success h3 {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 1.5rem;
font-weight: 700;
color: #fff;
margin-bottom: 0.5rem;
}
.ling-modal__success p {
font-size: 0.88rem;
color: rgba(255,255,255,0.55);
line-height: 1.6;
}
.ling-modal__error {
display: none;
font-size: 0.78rem;
color: #FF8A95;
background: rgba(230,57,70,0.1);
border: 1px solid rgba(230,57,70,0.25);
border-radius: 8px;
padding: 10px 14px;
margin-top: 10px;
line-height: 1.5;
}
.ling-modal__error.show { display: block; }
@media (max-width: 540px) {
.ling-modal { padding: 1.75rem 1.25rem; }
.ling-modal .form-row { grid-template-columns: 1fr; }
}
.booking .label { color: #8A6A20; }
.form-legal a, .booking .checkbox-group a { color: #8A6A20; }
cite a, .problem-quote cite a { color: #5F6674; }
.tier-per { color: rgba(255,255,255,0.62); }
.footer-inner p { opacity: 1 !important; }
.footer-entity { color: rgba(255,255,255,0.78); }
