:root {
  --navy-950: #04111d;
  --navy-900: #071a2b;
  --navy-850: #0a2134;
  --navy-800: #0d293f;
  --navy-700: #16415c;
  --ink: #102334;
  --muted: #657784;
  --line: #dce7e9;
  --paper: #f8fbfb;
  --white: #ffffff;
  --mint: #69f0b4;
  --mint-strong: #31d98c;
  --cyan: #2cc8ff;
  --amber: #f9c74f;
  --violet: #8b7cff;
  --danger: #e45858;
  --shadow-sm: 0 10px 30px rgba(9, 35, 53, .08);
  --shadow-lg: 0 28px 80px rgba(4, 22, 36, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--mint); color: var(--navy-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; background: var(--white); color: var(--navy-900); box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(44, 200, 255, .42); outline-offset: 3px; }
.button-primary { background: linear-gradient(135deg, var(--mint), #5fe5d5); color: var(--navy-950); box-shadow: 0 14px 35px rgba(60, 218, 159, .25); }
.button-primary:hover { box-shadow: 0 18px 45px rgba(60, 218, 159, .34); }
.button-ghost { background: rgba(255,255,255,.06); color: inherit; border-color: rgba(255,255,255,.18); }
.button-dark { background: var(--navy-900); color: var(--white); }
.button-small { min-height: 42px; padding: 9px 16px; border-radius: 12px; font-size: .9rem; }
.button-large { min-height: 56px; padding: 15px 24px; }
.text-link { display: inline-flex; gap: 8px; color: var(--navy-700); font-weight: 800; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 26, 43, .9);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled { background: rgba(4, 17, 29, .95); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: 1.08rem; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: #9fb3be; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a:not(.button) { color: #d7e2e7; font-size: .93rem; font-weight: 700; }
.main-nav > a:not(.button):hover { color: var(--mint); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: rgba(255,255,255,.07); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: var(--white); }

.trust-bar { background: #0a2235; color: #d9e6e9; border-bottom: 1px solid rgba(255,255,255,.05); }
.trust-bar-inner { min-height: 42px; display: flex; justify-content: center; align-items: center; gap: 34px; font-size: .8rem; font-weight: 700; letter-spacing: .02em; }
.trust-bar span { display: inline-flex; align-items: center; gap: 8px; }
.trust-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(105,240,180,.09); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 44px;
  background:
    radial-gradient(circle at 11% 20%, rgba(44,200,255,.12), transparent 27%),
    radial-gradient(circle at 86% 28%, rgba(105,240,180,.12), transparent 24%),
    linear-gradient(180deg, var(--navy-900) 0%, #082033 78%, #0d2b42 100%);
  color: var(--white);
}
.hero:after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 56px; background: var(--paper); clip-path: polygon(0 78%, 100% 0, 100% 100%, 0 100%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .35; pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; top: 110px; left: -170px; background: radial-gradient(circle, rgba(44,200,255,.3), transparent 68%); }
.hero-orb-two { width: 360px; height: 360px; right: -170px; bottom: 15px; background: radial-gradient(circle, rgba(139,124,255,.28), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 48px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(105,240,180,.25); background: rgba(105,240,180,.08); color: #aef7d6; }
.kicker { color: #1e9a73; }
.kicker.light { color: #b9f7dd; }
.hero h1 { max-width: 700px; margin: 22px 0 22px; font-size: clamp(2.9rem, 5.4vw, 5.7rem); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--mint); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #c7d7dd; font-size: 1.13rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.hero-proof p { margin: 0; color: #b7cad1; font-size: .88rem; line-height: 1.45; }
.hero-proof strong { color: var(--white); }
.proof-avatars { display: flex; }
.proof-avatars span { width: 38px; height: 38px; display: grid; place-items: center; margin-left: -7px; border: 3px solid var(--navy-900); border-radius: 50%; color: var(--navy-950); background: var(--mint); font-size: .68rem; font-weight: 900; }
.proof-avatars span:first-child { margin-left: 0; }
.proof-avatars span:nth-child(2) { background: var(--cyan); }
.proof-avatars span:nth-child(3) { width: 48px; background: var(--amber); }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-visual > img { width: min(100%, 700px); filter: drop-shadow(0 28px 55px rgba(0,0,0,.18)); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 200px; padding: 13px 16px; border-radius: 16px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.24); animation: float 4.5s ease-in-out infinite; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .88rem; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.floating-card-one { left: -10px; bottom: 88px; }
.floating-card-two { right: 8px; top: 108px; animation-delay: -2s; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--mint-strong); box-shadow: 0 0 0 7px rgba(49,217,140,.13); }
.shield-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: #e7ddff; color: #6652dc; font-weight: 900; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-disclaimer { position: relative; z-index: 2; margin-top: 42px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.05); color: #bdd0d7; font-size: .88rem; }
.hero-disclaimer strong { color: var(--amber); }

.section { padding: 100px 0; }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .support-copy h2, .quiz-intro h2, .faq-intro h2, .experience-shell h2, .contact-copy h2 { margin: 12px 0 15px; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p, .support-copy > p, .quiz-intro > p, .faq-intro > p, .experience-shell p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 1.04rem; }

.section-offers { padding-top: 125px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.offer-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: 27px; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.offer-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: #c6dcdf; }
.offer-card.featured { border: 2px solid #f0be36; box-shadow: 0 24px 65px rgba(162,116,5,.13); }
.popular-ribbon { position: absolute; top: 18px; right: -38px; width: 150px; padding: 5px 0; transform: rotate(37deg); text-align: center; background: var(--amber); color: var(--navy-950); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.offer-top { min-height: 148px; display: flex; justify-content: space-between; align-items: flex-start; padding: 8px 4px 0; }
.offer-top img { width: 155px; }
.offer-label { padding: 7px 10px; border-radius: 999px; background: #eff5f5; color: #47616f; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.offer-brandline { display: flex; align-items: center; gap: 10px; }
.offer-brandline h3 { margin: 0; font-size: 1.65rem; letter-spacing: -.035em; }
.brand-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(105,240,180,.13); }
.offer-honeygain .brand-dot { background: var(--amber); box-shadow: 0 0 0 6px rgba(249,199,79,.16); }
.offer-mysterium .brand-dot { background: var(--violet); box-shadow: 0 0 0 6px rgba(139,124,255,.13); }
.offer-card > p { min-height: 83px; margin: 14px 0 18px; color: var(--muted); font-size: .94rem; }
.feature-list { display: grid; gap: 11px; margin: 0 0 20px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 27px; color: #294555; font-size: .9rem; }
.feature-list li:before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: #e9f9f1; color: #1c9b68; font-size: .75rem; font-weight: 900; }
.offer-fit { margin-top: auto; margin-bottom: 18px; padding: 14px 15px; border-radius: 13px; background: #f3f7f7; }
.offer-fit span, .offer-fit strong { display: block; }
.offer-fit span { color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.offer-fit strong { margin-top: 3px; font-size: .88rem; }
.button-offer { width: 100%; min-height: 52px; justify-content: space-between; background: var(--navy-900); color: var(--white); }
.button-offer span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: rgba(255,255,255,.1); }
.affiliate-note { display: block; margin-top: 10px; text-align: center; color: #85949d; font-size: .68rem; }
.source-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 25px; padding: 17px 20px; border: 1px solid #dce9e9; border-radius: 16px; background: #f1f7f7; }
.source-note > span { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-800); color: var(--white); font-size: .75rem; font-weight: 900; }
.source-note p { margin: 0; color: #5d747f; font-size: .82rem; }
.source-note a { color: #0b7e65; text-decoration: underline; text-underline-offset: 3px; }

.section-quiz { background: var(--navy-900); color: var(--white); }
.quiz-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.quiz-intro .kicker { color: var(--mint); }
.quiz-intro > p { color: #b7cbd2; }
.quiz-intro img { width: min(100%, 390px); margin: 28px auto 0; opacity: .96; }
.quiz-card { min-height: 500px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: rgba(255,255,255,.07); box-shadow: 0 25px 70px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.quiz-progress { height: 6px; margin-bottom: 30px; border-radius: 99px; background: rgba(255,255,255,.1); overflow: hidden; }
.quiz-progress span { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--cyan)); transition: width .3s ease; }
.quiz-step { display: none; }
.quiz-step.active { display: block; animation: quizIn .32s ease; }
@keyframes quizIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.step-number { color: #8fa8b2; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quiz-step h3, .quiz-result h3 { margin: 8px 0 26px; font-size: 1.75rem; line-height: 1.2; letter-spacing: -.03em; }
.choice-grid { display: grid; gap: 13px; }
.choice-grid button { display: flex; flex-direction: column; align-items: flex-start; width: 100%; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055); color: var(--white); text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.choice-grid button:hover { transform: translateX(5px); border-color: rgba(105,240,180,.5); background: rgba(105,240,180,.08); }
.choice-grid button b { font-size: 1rem; }
.choice-grid button small { color: #9bb0b9; margin-top: 3px; }
.quiz-result { padding: 25px 8px; }
.result-badge { display: inline-block; padding: 7px 10px; border-radius: 999px; background: rgba(105,240,180,.1); color: var(--mint); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.quiz-result p { margin: -12px 0 26px; color: #b8cbd2; }
.quiz-restart { margin-left: 12px; border: 0; background: transparent; color: #a4bac3; font-weight: 700; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 260px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); overflow: hidden; }
.step-card > span { position: absolute; top: 13px; right: 17px; color: #dbe7e9; font-size: 2.7rem; line-height: 1; font-weight: 900; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 16px; background: var(--navy-900); color: var(--mint); font-size: 1.4rem; font-weight: 900; }
.step-card h3 { margin: 0 0 9px; font-size: 1.18rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.section-support { background: #edf5f5; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.support-visual img { width: 100%; }
.support-list { display: grid; gap: 15px; margin: 28px 0 30px; }
.support-list > div { display: flex; gap: 13px; }
.support-list > div > span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; margin-top: 3px; border-radius: 9px; background: var(--navy-900); color: var(--mint); font-weight: 900; }
.support-list p, .support-list strong, .support-list small { display: block; margin: 0; }
.support-list small { margin-top: 2px; color: var(--muted); }

.section-compare { background: var(--white); }
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.compare-table { width: 100%; min-width: 820px; border-collapse: collapse; background: var(--white); }
.compare-table th, .compare-table td { padding: 18px 20px; border-bottom: 1px solid #e8efef; text-align: center; }
.compare-table thead th { background: var(--navy-900); color: var(--white); font-size: .85rem; }
.compare-table thead th:first-child { text-align: left; }
.compare-table tbody th { width: 23%; color: #385563; text-align: left; font-size: .88rem; }
.compare-table td { color: #4a626d; font-size: .87rem; }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }
.rating { display: inline-block; padding: 6px 9px; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.rating.high { background: #e8f9f1; color: #16865a; }
.rating.medium { background: #eeeaff; color: #6352c7; }
.table-note { margin: 15px 0 0; color: #819099; text-align: center; font-size: .75rem; }

.section-experience { padding-top: 50px; }
.experience-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; padding: 48px; border-radius: 30px; background: linear-gradient(135deg, var(--navy-900), #0f3851); color: var(--white); box-shadow: var(--shadow-lg); }
.experience-shell p { color: #b7cbd2; }
.experience-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.experience-points div { min-height: 120px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.055); }
.experience-points strong, .experience-points span { display: block; }
.experience-points strong { color: var(--mint); font-size: .78rem; letter-spacing: .1em; }
.experience-points span { margin-top: 18px; font-weight: 800; line-height: 1.25; }

.section-faq { background: #f0f6f6; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.accordion details { border-bottom: 1px solid #d5e2e4; }
.accordion summary { position: relative; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-weight: 850; line-height: 1.35; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 9px; background: var(--white); box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.accordion summary span:before, .accordion summary span:after { content: ""; position: absolute; top: 13px; left: 7px; width: 14px; height: 2px; border-radius: 2px; background: var(--navy-800); transition: transform .2s ease; }
.accordion summary span:after { transform: rotate(90deg); }
.accordion details[open] summary span:after { transform: rotate(0); }
.accordion details > div { padding: 0 46px 20px 0; }
.accordion p { margin: 0; color: var(--muted); font-size: .92rem; }

.section-contact { background: var(--navy-900); color: var(--white); }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: 55px; align-items: stretch; }
.contact-copy { padding: 25px 0; }
.contact-copy > p { color: #b9ccd3; }
.contact-promises { display: grid; gap: 10px; margin-top: 27px; color: #d7e7e9; font-size: .9rem; font-weight: 700; }
.contact-promises span::first-letter { color: var(--mint); }
.share-box { margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.share-box strong { display: block; margin-bottom: 12px; font-size: .85rem; }
.share-buttons { display: flex; gap: 9px; }
.share-buttons button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.06); color: var(--white); font-weight: 900; }
.share-buttons button:hover { background: rgba(105,240,180,.13); border-color: rgba(105,240,180,.4); }
.contact-form { padding: 30px; border-radius: 25px; background: var(--white); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 15px; font-size: .78rem; font-weight: 850; }
.contact-form label > span { color: var(--danger); }
.contact-form input, .contact-form select, .contact-form textarea, .admin-login input { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d7e3e5; border-radius: 12px; background: #f8fbfb; color: var(--ink); outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; min-height: 125px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .admin-login input:focus { border-color: #44cfa0; box-shadow: 0 0 0 4px rgba(68,207,160,.12); }
.checkbox { display: flex !important; gap: 10px; align-items: flex-start; color: #657883; font-weight: 500 !important; line-height: 1.4; }
.checkbox input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; }
.checkbox a { color: #16775e; text-decoration: underline; }
.contact-form .button { width: 100%; border: 0; }
.form-status { min-height: 24px; margin: 12px 0 0; color: #43606c; text-align: center; font-size: .82rem; }
.form-status.success { color: #13805a; }
.form-status.error { color: var(--danger); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }

.site-footer { padding: 65px 0 18px; background: var(--navy-950); color: #9fb4bd; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .9fr 1.1fr; gap: 45px; }
.footer-brand { color: var(--white); }
.footer-copy { max-width: 350px; margin: 18px 0 0; font-size: .85rem; }
.footer-grid h2 { margin: 0 0 15px; color: var(--white); font-size: .85rem; letter-spacing: .03em; }
.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; font-size: .82rem; }
.footer-grid > div > a:hover { color: var(--mint); }
.footer-grid p { font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; }

.mobile-sticky-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.legal-main { min-height: 70vh; padding: 85px 0; background: #edf4f4; }
.legal-card { max-width: 900px; padding: 45px 52px; border: 1px solid var(--line); border-radius: 27px; background: var(--white); box-shadow: var(--shadow-sm); }
.legal-card h1 { margin: 10px 0 4px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.legal-card h2 { margin: 32px 0 8px; font-size: 1.25rem; }
.legal-card p, .legal-card li { color: #526a76; }
.legal-card a { color: #0d8063; text-decoration: underline; text-underline-offset: 3px; }
.legal-card code { padding: 2px 6px; border-radius: 6px; background: #e8eeee; }
.legal-updated { margin-top: 10px; font-size: .82rem; }
.legal-notice { margin: 25px 0; padding: 16px 18px; border-left: 4px solid var(--amber); border-radius: 10px; background: #fff8dc; color: #715b1f; }
.sources-card ul { padding-left: 20px; }

.admin-main { min-height: 75vh; padding: 70px 0; background: #edf4f4; }
.admin-login { min-height: 58vh; display: grid; place-items: center; }
.admin-login-card { width: min(100%, 430px); padding: 35px; border-radius: 25px; background: var(--white); box-shadow: var(--shadow-lg); }
.admin-login-card h1 { margin: 16px 0 6px; font-size: 2rem; letter-spacing: -.04em; }
.admin-login-card p { color: var(--muted); }
.admin-login-card form { margin-top: 20px; }
.admin-login-card label { font-weight: 800; font-size: .82rem; }
.admin-login-card .button { width: 100%; margin-top: 14px; border: 0; }
.alert { margin: 14px 0; padding: 12px 14px; border-radius: 10px; font-size: .84rem; }
.alert.error { background: #fff0f0; color: #a13333; }
.admin-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 28px; }
.admin-heading h1 { margin: 6px 0 0; font-size: 2.7rem; line-height: 1; letter-spacing: -.05em; }
.admin-heading .button-ghost { color: var(--navy-900); border-color: #ccdadd; background: rgba(255,255,255,.6); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stats-grid article { padding: 22px; border-radius: 19px; background: var(--white); box-shadow: var(--shadow-sm); }
.stats-grid span, .stats-grid strong { display: block; }
.stats-grid span { color: var(--muted); font-size: .78rem; }
.stats-grid strong { margin-top: 8px; font-size: 2.2rem; line-height: 1; }
.admin-panel { margin-top: 24px; padding: 25px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }
.admin-panel h2 { margin: 0 0 18px; font-size: 1.2rem; }
.admin-table-wrap { overflow-x: auto; }
.admin-panel table { width: 100%; min-width: 720px; border-collapse: collapse; }
.admin-panel th, .admin-panel td { padding: 12px 13px; border-bottom: 1px solid #e7eeee; text-align: left; font-size: .78rem; vertical-align: top; }
.admin-panel th { color: #6a7d86; text-transform: uppercase; letter-spacing: .05em; font-size: .68rem; }
.admin-panel td a { color: #14795f; }

@media (max-width: 1080px) {
  .main-nav { gap: 16px; }
  .main-nav > a:not(.button) { font-size: .86rem; }
  .hero-grid { gap: 10px; }
  .hero h1 { font-size: clamp(2.8rem, 5.7vw, 4.8rem); }
  .hero-visual { min-height: 500px; }
  .offer-grid { gap: 14px; }
  .offer-card { padding: 20px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 22px 28px; background: rgba(4,17,29,.99); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 40px rgba(0,0,0,.25); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 3px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 1rem; }
  .main-nav .button { margin-top: 18px; }
  .trust-bar-inner { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 440px; }
  .hero-visual > img { width: min(100%, 610px); }
  .floating-card-one { left: 5%; bottom: 55px; }
  .floating-card-two { right: 5%; top: 70px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card > p { min-height: 0; }
  .offer-top { min-height: 130px; }
  .quiz-shell, .support-grid, .experience-shell, .faq-grid, .contact-shell { grid-template-columns: 1fr; }
  .quiz-intro { text-align: center; }
  .quiz-intro img { width: 290px; }
  .support-visual { order: 2; }
  .experience-shell { padding: 34px; }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .header-inner { min-height: 70px; }
  .main-nav { top: 70px; }
  .brand img { width: 38px; height: 38px; }
  .trust-bar-inner { gap: 20px; min-height: 38px; }
  .hero { padding-top: 48px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: flex-start; text-align: left; }
  .hero-visual { min-height: 340px; }
  .floating-card { min-width: 160px; padding: 10px 12px; }
  .floating-card strong { font-size: .76rem; }
  .floating-card small { font-size: .64rem; }
  .floating-card-one { left: 0; bottom: 28px; }
  .floating-card-two { right: 0; top: 42px; }
  .hero-disclaimer { margin-top: 18px; }
  .section { padding: 74px 0; }
  .section-offers { padding-top: 95px; }
  .section-heading h2, .support-copy h2, .quiz-intro h2, .faq-intro h2, .experience-shell h2, .contact-copy h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .offer-card { padding: 20px; }
  .quiz-card { min-height: 475px; padding: 20px; }
  .quiz-step h3, .quiz-result h3 { font-size: 1.45rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 220px; }
  .step-icon { margin-bottom: 25px; }
  .experience-shell { padding: 25px; }
  .experience-points { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .legal-card { padding: 28px 22px; }
  .stats-grid { grid-template-columns: 1fr; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .mobile-sticky-cta { position: fixed; z-index: 990; left: 10px; right: 10px; bottom: 10px; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 11px 12px 11px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(7,26,43,.96); color: var(--white); box-shadow: 0 18px 50px rgba(0,0,0,.3); backdrop-filter: blur(14px); transform: translateY(130%); transition: transform .3s ease; }
  .mobile-sticky-cta.visible { transform: translateY(0); }
  .mobile-sticky-cta span strong, .mobile-sticky-cta span small { display: block; }
  .mobile-sticky-cta span strong { font-size: .79rem; }
  .mobile-sticky-cta span small { color: #9fb4bd; font-size: .64rem; }
  .mobile-sticky-cta a { padding: 9px 13px; border-radius: 10px; background: var(--mint); color: var(--navy-950); font-size: .76rem; font-weight: 900; }
  .site-footer { padding-bottom: 90px; }
}
