*, *::before, *::after { box-sizing: border-box; }
:root {
  --bg: #0d1713;
  --bg-soft: #13241d;
  --surface: rgba(255, 246, 222, 0.08);
  --surface-strong: rgba(255, 246, 222, 0.13);
  --border: rgba(255, 246, 222, 0.18);
  --text: #fff3d8;
  --muted: rgba(255, 243, 216, 0.72);
  --soft: rgba(255, 243, 216, 0.54);
  --gold: #f2c35f;
  --amber: #d9851f;
  --cream: #ffe0a1;
  --green: #15382f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}
html { background: var(--bg); color: var(--text); }
body {
  margin: 0;
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(242, 195, 95, 0.14), transparent 34rem),
    radial-gradient(circle at 78% 8%, rgba(41, 94, 73, 0.7), transparent 28rem),
    linear-gradient(145deg, #0b1512 0%, #102119 58%, #0c1412 100%);
  line-height: 1.6;
}
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 0.18em; }
.page { width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 28px 0 64px; }
.offer-strip { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 26px; padding: 14px 16px; border: 1px solid rgba(242, 195, 95, 0.54); border-radius: 20px; background: linear-gradient(145deg, rgba(242, 195, 95, 0.2), rgba(255, 246, 222, 0.08)); box-shadow: 0 18px 58px rgba(0,0,0,.2); }
.offer-strip p { margin: 0; color: var(--muted); font-size: 0.98rem; line-height: 1.35; }
.offer-strip strong { color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; }
.button-strip { flex: 0 0 auto; min-height: 42px; margin-top: 0; background: var(--cream); color: #17100b; border: 1px solid rgba(255, 224, 161, 0.78); box-shadow: 0 14px 40px rgba(242, 195, 95, 0.24); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 54px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); font-weight: 760; letter-spacing: -0.02em; }
.mark { position: relative; width: 36px; height: 36px; border-radius: 12px; overflow: hidden; background: #0f251f; box-shadow: inset 0 0 0 1px var(--border); }
.mark span:first-child { position: absolute; width: 30px; height: 30px; left: -9px; top: 3px; border-radius: 10px; background: var(--cream); }
.mark span:last-child { position: absolute; width: 29px; height: 29px; right: -10px; top: 3px; border-radius: 50%; background: var(--green); box-shadow: 0 0 24px rgba(242, 195, 95, 0.55); }
.language-nav { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; max-width: 760px; }
.language-nav a { color: var(--muted); border: 1px solid var(--border); border-radius: 999px; padding: 5px 9px; font-size: 0.78rem; background: rgba(255, 255, 255, 0.03); }
.language-nav a[aria-current="page"] { color: #17100b; background: var(--gold); border-color: transparent; }
.hero { padding: 18px 0 36px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.78fr); gap: 48px; align-items: center; }
.hero-copy h1 { margin: 0; max-width: 780px; font-size: clamp(3.1rem, 8vw, 6.8rem); line-height: 0.9; letter-spacing: -0.075em; }
.hero-copy p { max-width: 680px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.34rem); }
.eyebrow { color: var(--gold) !important; font-size: 0.78rem !important; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 780; margin-bottom: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 18px; padding: 0 20px; border-radius: 999px; background: var(--gold); color: #17100b; font-weight: 780; box-shadow: 0 12px 40px rgba(217, 133, 31, 0.26); }
.button-secondary { background: var(--cream); color: #17100b; border: 1px solid rgba(255, 224, 161, 0.72); box-shadow: 0 14px 42px rgba(242, 195, 95, 0.22); margin-left: 10px; }
.offer-card { max-width: 640px; margin-top: 22px; padding: 22px; border: 1px solid rgba(242, 195, 95, 0.48); border-radius: 26px; background: linear-gradient(145deg, rgba(242, 195, 95, 0.18), rgba(255, 246, 222, 0.07)); box-shadow: 0 20px 70px rgba(0,0,0,.22); }
.offer-card .offer-eyebrow { margin: 0 0 8px; color: var(--gold); font-size: 0.76rem; font-weight: 820; letter-spacing: 0.16em; text-transform: uppercase; }
.offer-card h2 { margin: 0; color: var(--cream); font-size: clamp(1.42rem, 2.4vw, 2rem); line-height: 1.08; letter-spacing: -0.035em; }
.offer-card p { margin: 10px 0 0; color: var(--muted); font-size: 1.02rem; }
.button-offer { width: 100%; min-height: 54px; margin-top: 18px; background: var(--cream); color: #17100b; border: 1px solid rgba(255, 224, 161, 0.78); box-shadow: 0 18px 50px rgba(242, 195, 95, 0.26); }
.visual-card { position: relative; min-height: 420px; border: 1px solid var(--border); border-radius: 36px; overflow: hidden; background: linear-gradient(145deg, #11251e, #08110f); box-shadow: var(--shadow); }
.shape-square { position: absolute; width: 78%; height: 78%; left: -23%; top: 11%; border-radius: 30%; background: linear-gradient(145deg, #ffe4a7, #c99039); box-shadow: inset 0 0 18px rgba(255,255,255,.24); }
.shape-circle { position: absolute; width: 76%; height: 76%; right: -25%; top: 12%; border-radius: 50%; background: linear-gradient(145deg, #1d4b3e, #07110f); box-shadow: inset 0 0 14px rgba(255,224,161,.16); }
.shape-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 49%, rgba(242,195,95,.9), rgba(217,133,31,.38) 19%, transparent 36%); mix-blend-mode: screen; }
.section { margin: 22px 0; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--border); border-radius: 34px; background: var(--surface); box-shadow: 0 18px 70px rgba(0,0,0,.15); }
.section h2 { margin: 0 0 18px; font-size: clamp(1.9rem, 4vw, 3.5rem); line-height: 1.02; letter-spacing: -0.055em; }
.section p { max-width: 840px; color: var(--muted); font-size: 1.04rem; }
.opener h2 { color: var(--cream); }
.research { background: linear-gradient(145deg, rgba(255, 246, 222, 0.11), rgba(255, 246, 222, 0.055)); }
.research ul, .purchase ul { margin: 18px 0 0; padding-left: 1.2rem; color: var(--muted); }
.research li, .purchase li { margin: 8px 0; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mini-card { padding: 22px; border-radius: 22px; background: var(--surface-strong); border: 1px solid var(--border); }
.mini-card h3 { margin: 0 0 8px; color: var(--gold); font-size: 1.04rem; }
.mini-card p { margin: 0; font-size: 0.98rem; }
.tone-list { display: grid; gap: 10px; margin-bottom: 18px; }
.tone-list p, .privacy-list span, .purchase-note { border: 1px solid var(--border); background: rgba(255, 246, 222, 0.09); border-radius: 18px; padding: 14px 16px; color: var(--text); font-weight: 650; }
.privacy-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 20px; }
.final-cta { text-align: center; background: radial-gradient(circle at 50% 0%, rgba(242,195,95,.22), var(--surface) 48%); }
.final-cta p { margin-left: auto; margin-right: auto; }
.faq details { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq details:last-child { border-bottom: 0; }
.faq summary { cursor: pointer; font-weight: 780; color: var(--text); }
.faq details p { margin-bottom: 0; }
.footer { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; color: var(--soft); padding: 34px 0 0; font-size: 0.95rem; }
.footer a { color: var(--soft); text-decoration: underline; text-underline-offset: 0.18em; }
@media (max-width: 820px) {
  .offer-strip { align-items: stretch; flex-direction: column; }
  .button-strip { width: 100%; }
  .topbar { align-items: flex-start; flex-direction: column; }
  .language-nav { justify-content: flex-start; }
  .hero-grid { grid-template-columns: 1fr; }
  .visual-card { min-height: 290px; }
  .button-secondary { margin-left: 0; }
  .card-grid, .privacy-list { grid-template-columns: 1fr; }
  .section { border-radius: 24px; }
}
