:root {
  --void: #030308; --deep-space: #060611; --nebula-mid: #131333;
  --star-white: #E8E6F0; --gold: #D4B86A; --gold-light: #E8D49A; --aurora-teal: #4ECDC4;
  --nebula-purple-light: #9B7EC7;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--star-white); background: var(--void); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
@keyframes slowReveal { 0% { opacity: 0; transform: translateY(12px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes photoReveal { 0% { opacity: 0; transform: scale(1.04); } 100% { opacity: 1; transform: scale(1); } }
@keyframes starfieldFade { 0% { opacity: 0; } 100% { opacity: 1; } }
#starfield { animation: starfieldFade 3.5s ease-out forwards; opacity: 0; position: fixed; top:0; left:0; width:100%; height:100%; z-index:0; pointer-events:none; }
.hero-text { animation: slowReveal 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s both; }
.hero-photo { animation: photoReveal 3.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s both; }
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9998; opacity: 0.06; background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1   0 0 0 0 1   0 0 0 0 1   0 0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"); mix-blend-mode: overlay; }

nav { position: fixed; top:0; left:0; right:0; z-index:1000; padding: 1.25rem 3rem; display: flex; justify-content: space-between; align-items: center; transition: all 0.4s ease; background: rgba(3,3,8,0.88); backdrop-filter: blur(20px); }
nav.scrolled { background: rgba(3,3,8,0.96); padding: 0.85rem 3rem; box-shadow: 0 1px 30px rgba(75,60,160,0.1); }
.nav-logo { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; color: var(--star-white); text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.nav-links { display: flex; gap: 2.2rem; align-items: center; list-style: none; }
.nav-links a { font-size: 0.85rem; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; color: rgba(232,230,240,0.7); transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { padding: 0.6rem 1.6rem !important; border: 1.5px solid var(--gold) !important; border-radius: 2rem; color: var(--gold) !important; font-weight: 500 !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--void) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--star-white); transition: all 0.3s; }
@media (max-width: 1100px) {
  nav { padding: 1rem 1.5rem; } .nav-toggle { display: flex; }
  .nav-links { position: fixed; top:0; right:-100%; width: 75%; max-width: 320px; height: 100vh; flex-direction: column; background: var(--void); padding: 5rem 2.5rem; gap: 2rem; transition: right 0.4s ease; border-left: 1px solid rgba(123,94,167,0.2); }
  .nav-links.open { right: 0; } .nav-links a { color: rgba(232,230,240,0.85) !important; font-size: 1rem; }
}

.hero-strip { position: relative; padding: 7rem 3rem 5rem; min-height: 60vh; display: flex; align-items: center; overflow: hidden; background: radial-gradient(ellipse at 30% 40%, rgba(var(--offer-accent-rgb),0.10) 0%, transparent 55%), radial-gradient(ellipse at 75% 70%, rgba(123,94,167,0.05) 0%, transparent 50%), #020208; z-index: 1; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; }
@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; } }
.hero-text .offer-meta { display: inline-flex; gap: 0.6rem; align-items: center; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aurora-teal); margin-bottom: 1.5rem; flex-wrap: wrap; }
.hero-text .offer-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); display: inline-block; }
.hero-text .offer-meta .featured-tag { display: inline-block; padding: 0.2rem 0.6rem; border: 1px solid var(--offer-accent); border-radius: 1rem; color: var(--offer-accent); font-size: 0.65rem; letter-spacing: 0.18em; }
.hero-text h1 { font-family: var(--font-serif); font-size: clamp(2.5rem, 5.5vw, 4.4rem); font-weight: 300; line-height: 1.1; color: #fff; letter-spacing: -0.01em; margin-bottom: 1.5rem; }
.hero-text .subhead { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 300; line-height: 1.4; color: var(--offer-accent); margin-bottom: 2.5rem; max-width: 480px; }

.hero-photo { position: relative; aspect-ratio: 4/5; border-radius: 1.5rem; background: linear-gradient(135deg, var(--nebula-mid), var(--deep-space)); border: 1px solid var(--offer-accent-light); overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(var(--offer-accent-rgb),0.18); }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-photo::after { content: ''; position: absolute; inset: 0; z-index: 2; background: radial-gradient(ellipse at 50% 50%, transparent 50%, rgba(3,3,8,0.55) 100%), linear-gradient(180deg, transparent 55%, rgba(3,3,8,0.65) 100%); pointer-events: none; }
.hero-photo .photo-caption { position: absolute; bottom: 1.2rem; left: 1.2rem; right: 1.2rem; z-index: 3; color: rgba(232,230,240,0.9); font-family: var(--font-serif); font-style: italic; font-size: 0.95rem; text-shadow: 0 1px 8px rgba(0,0,0,0.7); }

.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 2.2rem; border-radius: 3rem; font-family: var(--font-sans); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; cursor: pointer; border: none; transition: all 0.35s ease; }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--void); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 35px rgba(212,184,106,0.35); }
.btn-ghost { background: transparent; color: rgba(232,230,240,0.85); border: 1.5px solid rgba(232,230,240,0.25); }
.btn-ghost:hover { border-color: var(--offer-accent); color: var(--offer-accent); }
.btn-text { color: rgba(232,230,240,0.55); font-size: 0.8rem; text-decoration: none; letter-spacing: 0.05em; margin-left: 1.2rem; }
.btn-text:hover { color: var(--gold); }

section.content { padding: 6rem 3rem; position: relative; z-index: 1; }
@media (max-width: 768px) { section.content { padding: 4rem 1.5rem; } }
.section-inner { max-width: 760px; margin: 0 auto; }
.section-inner.wide { max-width: 1080px; }
.section-label { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--aurora-teal); margin-bottom: 1rem; }
.section-title { font-family: var(--font-serif); font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 300; line-height: 1.2; color: #fff; margin-bottom: 1.5rem; }
.lead { font-size: 1.15rem; color: rgba(232,230,240,0.85); margin-bottom: 1.3rem; line-height: 1.7; }
p.body { font-size: 1.02rem; color: rgba(232,230,240,0.72); margin-bottom: 1.1rem; }
.pull { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.4rem, 2.4vw, 1.8rem); color: var(--offer-accent); line-height: 1.4; padding: 1.5rem 0; border-top: 1px solid var(--offer-accent-light); border-bottom: 1px solid var(--offer-accent-light); margin: 2rem 0; }
.inline-link { color: var(--offer-accent); text-decoration: none; border-bottom: 1px dotted var(--offer-accent-light); padding-bottom: 1px; }
.inline-link:hover { color: var(--gold-light); border-bottom-color: var(--gold); }
.alt-bg { background: var(--deep-space); }

.included-list { list-style: none; margin: 1.5rem 0 2rem; }
.included-list li { position: relative; padding: 0.7rem 0 0.7rem 2rem; color: rgba(232,230,240,0.85); font-size: 1.02rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.included-list li::before { content: '✦'; position: absolute; left:0; top:0.7rem; color: var(--gold); font-size: 0.85rem; }
.who-list { list-style: none; margin: 1.5rem 0 2rem; }
.who-list li { position: relative; padding: 0.7rem 0 0.7rem 2rem; color: rgba(232,230,240,0.85); font-size: 1.02rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.who-list li::before { content: '✦'; position: absolute; left:0; top:0.7rem; color: var(--gold); font-size: 0.85rem; }
.gating { background: rgba(123,94,167,0.08); border-left: 2px solid var(--nebula-purple-light); padding: 1.2rem 1.5rem; border-radius: 0 0.5rem 0.5rem 0; font-size: 0.95rem; color: rgba(232,230,240,0.72); line-height: 1.6; }
.gating strong { color: var(--nebula-purple-light); font-weight: 500; }

.session-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; padding: 2rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 1rem; }
@media (max-width: 600px) { .session-grid { grid-template-columns: 1fr; } }
.session-grid dt { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aurora-teal); margin-bottom: 0.4rem; }
.session-grid dd { font-family: var(--font-serif); font-size: 1.3rem; color: var(--star-white); font-weight: 400; margin-bottom: 1rem; }
.session-grid dd a { color: var(--offer-accent); text-decoration: none; border-bottom: 1px dotted var(--offer-accent-light); }

.faq-item { border-bottom: 1px solid rgba(255,255,255,0.07); padding: 1.4rem 0; }
.faq-q { font-family: var(--font-serif); font-size: 1.3rem; color: var(--offer-accent); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-weight: 400; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: '+'; font-family: var(--font-sans); color: var(--offer-accent); font-size: 1.4rem; font-weight: 300; transition: transform 0.3s; }
details[open] .faq-q::after { content: '−'; }
.faq-a { padding-top: 1rem; color: rgba(232,230,240,0.72); font-size: 1rem; line-height: 1.7; }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
@media (max-width: 800px) { .related-grid { grid-template-columns: 1fr; } }
.related-card { padding: 2rem 1.8rem; background: linear-gradient(160deg, rgba(123,94,167,0.06), rgba(74,111,165,0.04)); border: 1px solid rgba(123,94,167,0.15); border-radius: 1rem; text-decoration: none; transition: all 0.35s ease; display: block; }
.related-card:hover { transform: translateY(-3px); border-color: var(--gold); background: linear-gradient(160deg, rgba(212,184,106,0.06), rgba(123,94,167,0.04)); }
.related-card .related-duration { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aurora-teal); margin-bottom: 0.4rem; display: block; }
.related-card h4 { font-family: var(--font-serif); font-size: 1.4rem; color: var(--offer-accent); font-weight: 400; margin-bottom: 0.5rem; }
.related-card p { color: rgba(232,230,240,0.65); font-size: 0.92rem; line-height: 1.5; }
.related-card .arrow { color: var(--aurora-teal); font-size: 0.85rem; letter-spacing: 0.05em; margin-top: 1rem; display: inline-block; }

.final-cta { text-align: center; padding: 7rem 3rem; background: radial-gradient(ellipse at 50% 50%, rgba(var(--offer-accent-rgb),0.18) 0%, transparent 65%), var(--deep-space); position: relative; z-index: 1; }
.final-cta h2 { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 300; color: #fff; margin-bottom: 1rem; }
.final-cta p { color: rgba(232,230,240,0.7); max-width: 480px; margin: 0 auto 2.5rem; font-size: 1.05rem; }
.final-cta .actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

footer { background: #020207; padding: 4rem 3rem 2rem; position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 1100px) { .footer-inner { grid-template-columns: 1fr 1fr 1fr; gap: 2rem; } }
@media (max-width: 700px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 1.75rem; } }
.footer-brand p { color: rgba(232,230,240,0.55); font-size: 0.9rem; margin-top: 1rem; max-width: 300px; line-height: 1.6; }
.footer-col h5 { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 500; }
.footer-col h5 a { color: inherit; font-size: inherit; letter-spacing: inherit; text-transform: inherit; text-decoration: none; transition: color 0.2s; }
.footer-col h5 a:hover { color: var(--gold-light); }
.footer-col a { display: block; color: rgba(232,230,240,0.6); text-decoration: none; font-size: 0.9rem; padding: 0.35rem 0; transition: color 0.3s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { max-width: 1200px; margin: 3rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { color: rgba(232,230,240,0.4); font-size: 0.82rem; }
.footer-social { display: flex; gap: 1rem; }
.footer-social a { color: rgba(232,230,240,0.5); text-decoration: none; font-size: 0.82rem; letter-spacing: 0.1em; }
