@import url("");

:root {
    --ink: #f8f5ff;
    --muted: #bdb4d1;
    --night: #080413;
    --night-2: #100725;
    --purple: #7a3db8;
    --gold: #e6c379;
    --gold-light: #f5dfa8;
    --green: #1dbb65;
    --green-dark: #12924c;
    --line: rgba(230, 195, 121, .18);
    --card: rgba(255, 255, 255, .055);
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
.svg-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--night); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
.container { width: min(1100px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.centered { text-align: center; }
.section { padding: 92px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: white; color: #111; padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header { height: 76px; padding: 0 max(20px, calc((100% - 1100px) / 2)); display: flex; align-items: center; justify-content: space-between; background: #09051a; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo { display: block; width: 185px; height: 58px; object-fit: contain; object-position: left center; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); box-shadow: 0 0 24px rgba(230,195,121,.2); }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-family: var(--serif); color: var(--gold-light); font-size: 19px; letter-spacing: .3px; }
.brand small { color: #8f85a4; font-size: 8px; text-transform: uppercase; letter-spacing: 1.4px; margin-top: 5px; }
.header-trust { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 1.7px; }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: #0a061b url("../images/tarot-cosmic-hero.webp") center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,3,20,.98) 0%, rgba(10,5,28,.93) 43%, rgba(8,4,18,.3) 75%, rgba(8,4,18,.65) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, var(--night)); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; padding-block: 70px 110px; }
.eyebrow, .section-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: 2.2px; font-weight: 700; font-size: 11px; }
.eyebrow span { margin-right: 9px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); }
h1 { margin: 10px 0 12px; font-size: clamp(58px, 8vw, 86px); line-height: .95; font-weight: 500; color: var(--gold-light); text-shadow: 0 0 35px rgba(230,195,121,.17); }
h2 { margin: 9px 0 18px; font-size: clamp(36px, 5vw, 52px); line-height: 1.08; font-weight: 500; color: #fff; }
h3 { margin-bottom: 5px; font-size: 20px; color: #fff; }
.hero-lead { max-width: 570px; font-size: 22px; line-height: 1.45; color: #e8e1f5; }
.hero-lead strong { color: white; }
.event-chip { width: fit-content; display: flex; gap: 13px; align-items: center; margin: 27px 0 14px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(12,7,30,.72); backdrop-filter: blur(8px); }
.calendar-icon { color: var(--gold); font-size: 25px; }
.event-chip small, .event-chip strong { display: block; }
.event-chip small { font-size: 9px; text-transform: uppercase; color: #aaa0bd; letter-spacing: 1.4px; }
.event-chip strong { font-size: 15px; color: white; }
.availability { color: #d4ccdf; font-size: 13px; }
.availability span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ffb45e; margin-right: 8px; box-shadow: 0 0 10px #ffb45e; }
.cta-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; border-radius: 8px; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: white; font-weight: 800; font-size: 15px; text-decoration: none; box-shadow: 0 12px 30px rgba(29,187,101,.23); transition: transform .2s, box-shadow .2s; animation: gentlePulse 2.8s infinite; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(29,187,101,.34); }
.wa-icon { width: 24px; height: 24px; flex: 0 0 24px; color: white; }
.countdown-card { position: relative; padding: 36px 30px; border: 1px solid rgba(230,195,121,.28); border-radius: 16px; text-align: center; background: linear-gradient(145deg, rgba(36,17,66,.86), rgba(12,7,30,.85)); box-shadow: 0 30px 80px rgba(0,0,0,.4), inset 0 0 50px rgba(137,66,191,.08); backdrop-filter: blur(12px); }
.mini-icon { display: block; color: var(--gold); font-size: 25px; margin-bottom: 10px; }
.overline { margin-bottom: 2px; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; font-size: 9px; font-weight: 800; }
.countdown-card h2 { font-size: 28px; }
.countdown { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 7px; align-items: start; padding-top: 23px; border-top: 1px solid var(--line); }
.countdown div { display: grid; gap: 3px; }
.countdown strong { font-family: var(--serif); color: var(--gold-light); font-size: 31px; line-height: 1; }
.countdown span { color: #958aa8; text-transform: uppercase; letter-spacing: 1px; font-size: 8px; }
.countdown i { color: #806c9e; font-style: normal; font-size: 22px; }
.timer-status { margin: 22px 0 0; color: #a99fb9; font-size: 11px; }

.confirmation { background: radial-gradient(circle at 50% 0, rgba(95,42,139,.2), transparent 44%), var(--night); border-bottom: 1px solid rgba(255,255,255,.04); }
.confirmation p { max-width: 650px; margin: 0 auto 27px; color: var(--muted); }
.cta-button--large { min-width: min(100%, 420px); padding: 17px 28px; font-size: 16px; }
.trust-row { display: flex; justify-content: center; gap: 32px; margin-top: 22px; color: #8f849f; font-size: 11px; }
.trust-row span::first-letter { color: var(--gold); }

.learn { background: #0c0719; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: 8px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.benefit-grid article { display: flex; gap: 19px; min-height: 135px; padding: 25px; border: 1px solid rgba(255,255,255,.07); background: var(--card); transition: border-color .2s, transform .2s; }
.benefit-grid article:hover { border-color: var(--line); transform: translateY(-2px); }
.benefit-grid article > span { flex: 0 0 40px; color: var(--gold); font-family: var(--serif); font-size: 13px; }
.benefit-grid article:last-child { grid-column: 1 / -1; }
.benefit-grid p { color: var(--muted); font-size: 14px; margin: 0; }
.section-cta { margin-top: 36px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--gold-light); text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(230,195,121,.3); padding-bottom: 4px; }

.mentor { background: radial-gradient(circle at 18% 50%, rgba(107,49,158,.23), transparent 33%), #0a0516; }
.mentor-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.mentor-visual { position: relative; }
.mentor-photo { display: block; width: 100%; aspect-ratio: .82; object-fit: cover; object-position: 50% center; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.experience-badge { position: absolute; right: -25px; bottom: 30px; padding: 14px 18px; background: #f0ce83; color: #160b25; box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.experience-badge strong, .experience-badge span { display: block; line-height: 1.15; }
.experience-badge strong { font-family: var(--serif); font-size: 22px; }
.experience-badge span { text-transform: uppercase; font-size: 8px; letter-spacing: 1.2px; }
.mentor-role { color: var(--gold); font-size: 13px; }
.mentor-grid > div:last-child > p:not(.mentor-role) { color: var(--muted); }
blockquote { margin: 28px 0; padding: 3px 0 3px 22px; border-left: 2px solid var(--gold); color: #d8d0e4; font: italic 18px/1.6 var(--serif); }

.testimonials { background: #0d071c; }
.section-heading--stacked { margin-bottom: 40px; }
.section-heading--stacked p { color: var(--muted); }
.testimonial-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.08); background: var(--card); }
.stars { color: var(--gold); letter-spacing: 3px; font-size: 12px; }
.testimonial-card > p { flex: 1; margin-top: 22px; color: #ded7e8; font: italic 18px/1.6 var(--serif); }
.student { display: flex; gap: 11px; align-items: center; }
.student > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #160b25; background: var(--gold); font: 16px var(--serif); }
.student strong, .student small { display: block; }
.student strong { font-size: 12px; }
.student small { color: #8f849f; font-size: 10px; }
.slider-dots { display: none; }

.faq { background: radial-gradient(circle at 50% 0, rgba(111, 49, 164, .16), transparent 38%), #090516; }
.faq .section-heading--stacked p { max-width: 620px; margin-inline: auto; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.035); overflow: hidden; }
.faq-item[open] { border-color: rgba(230,195,121,.28); background: rgba(255,255,255,.055); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 21px 23px; color: #f8f5ff; font: 600 17px/1.4 var(--serif); cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 2px; background: var(--gold); transition: transform .2s ease; }
.faq-toggle::after { transform: rotate(90deg); }
.faq-item[open] .faq-toggle::after { transform: rotate(0deg); }
.faq-answer { padding: 0 23px 21px; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }

.final-cta { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 0, rgba(117,54,176,.33), transparent 55%), #090416; }
.final-cta::before, .final-cta::after { content: "✦"; position: absolute; color: rgba(230,195,121,.18); font-size: 130px; }
.final-cta::before { left: 5%; top: 20%; }.final-cta::after { right: 5%; bottom: 12%; }
.final-cta p { color: var(--muted); max-width: 600px; margin: 0 auto 28px; }
.final-cta small { display: block; margin-top: 18px; color: #897e99; text-transform: uppercase; letter-spacing: 1.2px; }

footer { padding: 45px 0 30px; background: #06030e; border-top: 1px solid var(--line); }
.footer-main, .footer-meta { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-contact { display: flex; gap: 22px; }
.footer-contact a, .footer-meta a { color: #a79db7; font-size: 12px; text-decoration: none; }
.footer-meta { margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); color: #756b85; font-size: 11px; }
.footer-meta p { margin: 0; }
.footer-meta nav { display: flex; gap: 20px; }
.disclaimer { max-width: 850px; margin: 22px 0 0; color: #5f576c; font-size: 10px; }
.mobile-sticky { display: none; }

@keyframes gentlePulse { 0%, 70%, 100% { box-shadow: 0 12px 30px rgba(29,187,101,.23); } 80% { box-shadow: 0 12px 38px rgba(29,187,101,.5); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 850px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-copy { max-width: 650px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(7,3,20,.97), rgba(7,3,20,.73)); }
    .countdown-card { max-width: 560px; }
    .mentor-grid { gap: 55px; }
}

@media (max-width: 680px) {
    body { padding-bottom: 80px; }
    .container { width: 100%; max-width: calc(100% - 28px); }
    .section { padding: 68px 0; }
    .site-header { height: 66px; padding-inline: 14px; }
    .site-header { justify-content: center; }
    .header-trust { display: none; }
    .brand-logo { width: 170px; height: 54px; object-position: center; }
    .hero { min-height: auto; background-position: 66% center; }
    .hero-overlay { background: linear-gradient(180deg, rgba(7,3,20,.85), rgba(7,3,20,.96) 55%, #080413); }
    .hero-grid { grid-template-columns: minmax(0, 1fr); padding-block: 64px 80px; text-align: center; }
    .hero-copy, .countdown-card { width: 100%; min-width: 0; margin-inline: auto; }
    h1 { font-size: 58px; }
    h2 { font-size: 36px; }
    .hero-lead { font-size: 18px; }
    .event-chip { margin-inline: auto; text-align: left; }
    .hero-copy > .cta-button { width: 100%; }
    .countdown-card { padding: 30px 16px; }
    .countdown { gap: 4px; }
    .countdown strong { font-size: 27px; }
    .trust-row { gap: 10px 20px; flex-wrap: wrap; }
    .section-heading { grid-template-columns: 1fr; gap: 9px; text-align: center; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-grid article:last-child { grid-column: auto; }
    .mentor-grid { grid-template-columns: 1fr; gap: 48px; }
    .mentor-visual { max-width: 390px; margin: auto; }
    .experience-badge { right: -5px; }
    .mentor-grid > div:last-child { text-align: center; }
    .mentor-grid > div:last-child > p { margin-inline: auto; }
    blockquote { text-align: left; }
    .testimonial-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 12px; padding: 0 7vw; margin-inline: -14px; }
    .testimonial-track::-webkit-scrollbar { display: none; }
    .testimonial-card { min-width: 86vw; scroll-snap-align: center; }
    .slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 22px; }
    .slider-dots span { width: 6px; height: 6px; border-radius: 50%; background: #554966; }
    .slider-dots .active { width: 17px; border-radius: 5px; background: var(--gold); }
    .footer-main, .footer-meta { align-items: flex-start; flex-direction: column; }
    .footer-main, .footer-meta { align-items: center; text-align: center; }
    .footer-brand { margin-inline: auto; }
    .footer-brand .brand-logo { object-position: center; }
    .footer-contact { flex-direction: column; gap: 4px; }
    .footer-meta nav { justify-content: center; }
    .disclaimer { text-align: center; }
    .faq-item summary { padding: 18px; font-size: 16px; text-align: left; }
    .faq-answer { padding: 0 18px 18px; }
    .mobile-sticky { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: block; padding: 10px 12px; background: rgba(7,3,16,.94); border-top: 1px solid var(--line); backdrop-filter: blur(9px); }
    .mobile-sticky .cta-button { width: 100%; min-height: 52px; }
}

@media (max-width: 400px) {
    h1 { font-size: 44px; }
    h2 { font-size: 32px; }
    .hero-lead { font-size: 17px; }
    .countdown-card { padding-inline: 11px; }
    .countdown strong { font-size: 24px; }
    .event-chip { max-width: 100%; }
    .experience-badge { right: 0; }
}
