:root { --navy: #061e3b; --navy-deep: #03152c; --blue: #0c5a96; --cyan: #8ed9ef; --gold: #f3d54e; --gold-deep: #b68a19; --paper: #f4f8fb; --ink: #10263d; --muted: #b5d9e9; --line: rgba(255,255,255,.24); --serif: "Roboto Slab", Georgia, serif; --sans: "Roboto", Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: #fff; background: var(--navy); font-family: var(--sans); }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-glow { position: fixed; z-index: -1; width: 460px; height: 460px; border-radius: 50%; filter: blur(75px); opacity: .22; pointer-events: none; }
.glow-left { top: -230px; left: -180px; background: #1b71a8; }.glow-right { right: -200px; bottom: -220px; background: #135b93; }
.site-shell { width: min(100%, 980px); min-height: 100dvh; margin: auto; padding: 0 28px; }
.screen { display: none; min-height: 100dvh; padding: 48px 0 74px; animation: reveal .45s ease both; }.screen.is-active { display: block; }
.intro-screen { max-width: 850px; margin: auto; padding-top: 72px; text-align: center; }.intro-badge, .eyebrow { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.intro-screen h1 { margin: 30px 0 30px; color: #fff; font-family: var(--serif); font-size: clamp(36px, 6vw, 70px); line-height: 1.08; letter-spacing: -.045em; text-shadow: 0 4px 0 rgba(0,0,0,.16); }.intro-screen h1 span { color: var(--gold); }.intro-points { display: grid; gap: 5px; max-width: 600px; margin: 0 auto 28px; color: #def3fa; font-size: 18px; line-height: 1.45; }.intro-points p { margin: 0; }.notice { max-width: 570px; margin: 0 auto 30px; padding: 16px 20px; border: 1px solid rgba(243,213,78,.55); border-radius: 8px; color: #fff5b7; background: rgba(243,213,78,.08); font-size: 14px; line-height: 1.55; }.intro-question { margin: 0 0 14px; color: #fff; font-weight: 700; }.gender-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 260px)); justify-content: center; gap: 14px; }.gender-button, .quiz-option { min-height: 58px; border: 1px solid rgba(255,255,255,.9); border-radius: 7px; color: var(--blue); background: var(--paper); font-weight: 700; transition: transform .18s ease, background .18s ease, border-color .18s ease; }.gender-button { display: flex; align-items: center; justify-content: space-between; padding: 0 25px; color: #125487; font-size: 17px; text-align: left; }.gender-button span, .quiz-option b { color: var(--gold-deep); font-size: 26px; font-weight: 400; }.gender-button:hover, .quiz-option:hover { border-color: var(--gold); background: #fffceb; transform: translateY(-2px); }.privacy-note { margin: 28px auto 0; color: #abd2e2; font-size: 11px; }
.quiz-screen, .result-screen, .offer-screen { max-width: 900px; margin: auto; }.quiz-topline { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .08em; }.progress-track { height: 9px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.95); box-shadow: 0 0 14px rgba(142,217,239,.35); }.progress-track span { display: block; width: 12%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--gold)); transition: width .3s ease; }.quiz-card { max-width: 720px; margin: auto; padding: 76px 0 30px; text-align: center; }.quiz-card h2 { margin: 12px auto 16px; color: #fff; font-family: var(--serif); font-size: clamp(28px, 4vw, 46px); line-height: 1.12; letter-spacing: -.04em; }.quiz-helper { min-height: 22px; margin: 0 auto 25px; color: var(--muted); font-size: 14px; line-height: 1.55; }.quiz-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 680px; margin: auto; }.quiz-option { display: grid; grid-template-columns: 22px 1fr 22px; align-items: center; gap: 8px; padding: 13px 16px; text-align: left; }.quiz-option .option-check { color: var(--blue); opacity: .24; }.quiz-option.is-selected { border-color: var(--gold-deep); background: #fff6c8; }.quiz-option.is-selected .option-check { color: #198361; opacity: 1; }.quiz-option b { text-align: right; }.continue-button, .primary-cta { min-height: 56px; border: 0; border-radius: 6px; color: var(--navy-deep); background: var(--gold); box-shadow: 0 8px 20px rgba(0,0,0,.2); font-weight: 900; letter-spacing: .04em; }.continue-button { width: min(100%, 360px); margin-top: 20px; }.continue-button:not(.is-ready) { opacity: .65; }.back-link, .restart-link { display: block; margin: 18px auto 0; border: 0; color: #c1dce8; background: transparent; font-size: 13px; }.back-link:hover, .restart-link:hover { color: var(--gold); }.is-hidden { display: none !important; }
.analysis-screen { display: none; align-content: center; max-width: 600px; margin: auto; text-align: center; }.analysis-screen.is-active { display: grid; justify-items: center; }.analysis-orbit { display: grid; width: 88px; height: 88px; margin-bottom: 28px; place-items: center; border: 1px solid var(--cyan); border-radius: 50%; animation: spin 8s linear infinite; }.analysis-orbit span { width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; }.analysis-screen h2, .result-screen h2, .offer-screen h2 { margin: 12px 0 28px; font-family: var(--serif); font-size: clamp(30px, 4.4vw, 52px); line-height: 1.1; letter-spacing: -.04em; }.analysis-list { display: grid; gap: 12px; width: min(100%, 440px); color: #d9f2f8; text-align: left; }.analysis-list p { display: flex; align-items: center; gap: 12px; margin: 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.04); }.analysis-list span { font-size: 20px; }.analysis-progress { width: min(100%, 300px); height: 3px; margin-top: 28px; overflow: hidden; background: rgba(255,255,255,.3); }.analysis-progress span { display: block; width: 45%; height: 100%; background: var(--gold); animation: loading 1.6s ease-in-out infinite; }
.result-screen { padding-top: 70px; }.protection-meter { max-width: 700px; margin: 0 auto 28px; padding: 28px; border: 1px solid rgba(243,213,78,.5); border-radius: 8px; background: rgba(2,18,39,.4); text-align: center; }.meter-label { display: block; color: var(--cyan); font-size: 14px; font-weight: 700; }.protection-meter strong { display: block; margin: 8px 0 9px; color: #fff; font-family: var(--serif); font-size: 64px; }.protection-meter b { color: #ffe47c; font-size: 13px; letter-spacing: .08em; }.result-copy { max-width: 700px; margin: auto; padding: 28px; border-radius: 8px; background: #eef7fb; color: var(--ink); }.result-copy h2 { margin: 0 0 18px; color: var(--blue); font-size: clamp(26px, 3.6vw, 40px); }.result-copy p, .result-copy li { color: #31536c; line-height: 1.7; }.result-copy ul { display: grid; gap: 10px; padding-left: 22px; }.result-alert { margin: 22px 0; padding: 16px; border-left: 4px solid var(--gold-deep); color: #24465d; background: #fff6ca; line-height: 1.55; }.primary-cta { display: block; width: 100%; padding: 0 20px; text-align: center; }.primary-cta:hover { filter: brightness(1.06); transform: translateY(-2px); }
.offer-screen { padding-top: 52px; }.offer-hero { max-width: 760px; margin-bottom: 28px; }.offer-hero h2 { margin-bottom: 16px; }.offer-hero h2 span { color: var(--gold); }.offer-hero > p:last-child { max-width: 680px; color: #d5eef5; font-size: 17px; line-height: 1.7; }.story-block { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: center; margin: 25px 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.05); }.story-seal { display: grid; width: 105px; height: 105px; place-items: center; align-content: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 30px; }.story-seal small { font-size: 9px; font-weight: 900; letter-spacing: .2em; text-align: center; }.story-block h3 { margin: 0 0 8px; color: #fff; font-family: var(--serif); font-size: 25px; }.story-block p { margin: 0; color: #bfdfe9; line-height: 1.65; }.approval-strip { display: flex; align-items: center; gap: 12px; margin: 20px 0; padding: 14px 18px; border-radius: 6px; color: #eafff8; background: #14675f; }.approval-strip span { color: #a6f2c7; font-size: 22px; }.offer-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 20px; align-items: start; }.media-card { min-height: 370px; overflow: hidden; border-radius: 8px; background: #020f20; }.media-placeholder { display: grid; min-height: 370px; place-items: center; align-content: center; color: #fff; text-align: center; }.play-mark { width: 68px; height: 68px; margin-bottom: 18px; border: 1px solid var(--gold); border-radius: 50%; background: transparent; }.play-mark::after { display: block; width: 0; height: 0; margin: auto; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid var(--gold); content: ""; }.media-placeholder strong, .media-placeholder small { display: block; }.media-placeholder strong { font-family: var(--serif); font-size: 22px; }.media-placeholder small { margin-top: 8px; color: #96bed0; font-size: 11px; }.media { display: block; width: 100%; min-height: 370px; background: #020f20; }.audio { margin-top: 150px; min-height: auto; }.price-card { padding: 26px; border: 1px solid #d6bc43; border-radius: 8px; color: var(--ink); background: #fff8dc; }.access-tag { color: #8b6810; font-size: 10px; font-weight: 900; letter-spacing: .12em; }.price-card h3 { margin: 15px 0 20px; color: #153957; font-family: var(--serif); font-size: 30px; line-height: 1.1; }.price-card ul { display: grid; gap: 12px; margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px solid #e2d59b; list-style: none; }.price-card li { color: #40576a; font-size: 13px; line-height: 1.45; }.price-card li::before { margin-right: 8px; color: #16825e; content: "✓"; font-weight: 900; }.price-row { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; color: #6e706c; font-size: 12px; }.price-row strong { color: #193a56; font-family: var(--serif); font-size: 32px; }.checkout-button { color: #1c3041; background: #f0c828; }.checkout-note { display: block; margin-top: 12px; color: #77735f; font-size: 10px; line-height: 1.4; text-align: center; }.bonuses-section, .faq-section { padding: 72px 0 0; }.bonuses-section h2, .faq-section h2 { margin: 10px 0 24px; }.bonus-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.bonus-grid article { min-height: 205px; padding: 19px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.05); }.bonus-grid b { color: var(--gold); font-size: 12px; }.bonus-grid h3 { margin: 16px 0 10px; font-family: var(--serif); font-size: 19px; }.bonus-grid p { margin: 0; color: #b5d9e6; font-size: 12px; line-height: 1.55; }.guarantee-section { display: grid; grid-template-columns: 94px 1fr; gap: 22px; align-items: center; margin-top: 55px; padding: 28px; border: 1px solid rgba(142,217,239,.4); border-radius: 8px; background: rgba(12,90,150,.28); }.guarantee-icon { display: grid; width: 74px; height: 74px; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 33px; }.guarantee-section h2 { margin: 8px 0; font-size: 29px; }.guarantee-section p:last-child { margin: 0; color: #b5d9e6; line-height: 1.6; }.faq-list { display: grid; gap: 8px; }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 17px 0; color: #fff; cursor: pointer; font-weight: 700; }.faq-list p { margin: 0; padding: 0 0 17px; color: #b5d9e6; line-height: 1.6; }.final-cta { max-width: 600px; margin: 38px auto 0; }.toast { position: fixed; right: 18px; bottom: 18px; z-index: 5; max-width: 330px; padding: 14px 16px; border: 1px solid var(--gold); border-radius: 7px; color: #fff8ca; background: #143653; box-shadow: 0 8px 28px rgba(0,0,0,.35); opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }
@keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } @keyframes spin { to { transform: rotate(360deg); } } @keyframes loading { 0% { transform: translateX(-100%); } 50%, 100% { transform: translateX(250%); } }
.offer-lead { margin: 22px 0; padding: 18px 22px; border-left: 4px solid var(--gold); color: #d5eef5; background: rgba(255,255,255,.04); line-height: 1.65; }.offer-lead p { margin: 0; }.bonus-grid small { display: block; margin-top: 14px; color: var(--gold); font-weight: 700; }.bonus-total { margin: 24px 0 0; color: #d5eef5; text-align: center; }.bonus-total strong { color: var(--gold); }
@media (max-width: 760px) { .site-shell { padding: 0 17px; }.screen { padding-top: 33px; }.intro-screen { padding-top: 52px; }.intro-screen h1 { font-size: clamp(36px, 11vw, 56px); }.intro-points { font-size: 15px; }.gender-grid, .quiz-options, .offer-grid { grid-template-columns: 1fr; }.quiz-card { padding-top: 55px; }.quiz-card h2, .analysis-screen h2, .result-screen h2, .offer-screen h2 { font-size: clamp(31px, 10vw, 50px); }.story-block { grid-template-columns: 1fr; }.story-seal { width: 78px; height: 78px; font-size: 23px; }.media-card, .media-placeholder, .media { min-height: 260px; }.audio { margin-top: 105px; }.bonus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.guarantee-section { grid-template-columns: 1fr; }.protection-meter strong { font-size: 55px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
.material-mark { display: grid; width: 82px; height: 82px; margin-bottom: 20px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 27px; font-weight: 900; }
.media-placeholder small { max-width: 270px; margin-top: 8px; color: #bfdfe9; line-height: 1.5; }
.resource-links { margin: 36px 0; padding: 28px; border: 1px solid rgba(142,217,239,.28); border-radius: 8px; background: rgba(255,255,255,.04); }
.resource-links h2 { margin: 8px 0 10px; font-family: var(--serif); font-size: clamp(28px, 4vw, 42px); }
.resource-links p:not(.eyebrow) { max-width: 620px; color: #d5eef5; line-height: 1.65; }
.resource-links div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.resource-links a, .site-footer a { color: var(--gold); }
.resource-links a { padding: 12px 15px; border: 1px solid rgba(243,213,78,.5); border-radius: 5px; text-decoration: none; }
.resource-links a:hover { background: rgba(243,213,78,.1); }
.site-footer { margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); color: #a8cbd9; font-size: 12px; line-height: 1.6; text-align: center; }
.site-footer p { margin: 7px 0; }
.site-footer a { text-decoration: none; }
.price-row .anchor-price.is-hidden { display: none; }
