:root {
  --ink: #30312e;
  --terracotta: #ab6149;
  --terracotta-dark: #8e4937;
  --sage: #798a72;
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --line: #ded3c4;
  --muted: #6f6b64;
  --shadow: 0 24px 70px rgba(80, 57, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, sans-serif; line-height: 1.55; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 5vw, 76px); border-bottom: 1px solid var(--line); background: rgba(255,253,249,.94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.brand { color: var(--sage); letter-spacing: .16em; text-decoration: none; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-link, .text-link { color: var(--terracotta-dark); text-underline-offset: 4px; }
.revocation-link { font-size: .75rem; font-weight: 800; }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(30px, 6vw, 90px); padding: clamp(40px, 7vw, 100px); background: linear-gradient(125deg, #fbf7f0, #eee5d8); overflow: hidden; }
.hero-copy { max-width: 720px; }
.hero h1 span { color: var(--terracotta); }
.hero-lead { max-width: 650px; font-size: clamp(1.08rem, 1.7vw, 1.35rem); color: #55534e; margin-bottom: 32px; }
.hero-image-wrap { position: relative; }
.hero-image-wrap::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: #d6b39f; right: -18%; top: -12%; opacity: .35; }
.hero-image { display: block; width: min(100%, 620px); margin: auto; border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow); position: relative; }
.eyebrow { color: var(--terracotta-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 14px 25px; border-radius: 999px; border: 0; font-weight: 800; letter-spacing: .04em; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: white; }
.button-primary:hover { background: var(--terracotta-dark); }
.button-secondary { color: var(--terracotta-dark); border: 1px solid var(--terracotta); background: transparent; }
.button-full { width: 100%; }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.microcopy { color: var(--muted); font-size: .86rem; margin-top: 12px; }
.benefits { padding: clamp(70px, 10vw, 150px) clamp(20px, 7vw, 110px); }
.benefits > div:first-child { max-width: 800px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; }
.benefit-grid article { border-top: 1px solid var(--line); padding: 24px 10px 10px 0; }
.benefit-grid span { color: var(--terracotta); font-weight: 700; }
.benefit-grid h3 { margin: 22px 0 8px; font-size: 1.25rem; }
.benefit-grid p { color: var(--muted); }
.product { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px, 7vw, 100px); align-items: center; padding: clamp(60px, 9vw, 130px) clamp(20px, 9vw, 150px); background: var(--cream); }
.product-image-wrap img { width: 100%; max-width: 570px; display: block; margin: auto; filter: drop-shadow(0 24px 30px rgba(72,50,35,.18)); }
.checkout-card { max-width: 610px; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 5vw, 56px); box-shadow: var(--shadow); }
.checkout-card ul { list-style: none; padding: 0; margin: 26px 0; }
.checkout-card li { padding: 9px 0 9px 28px; position: relative; }
.checkout-card li::before { content: "✓"; color: var(--sage); position: absolute; left: 0; font-weight: 800; }
.price { font-size: 2rem; font-weight: 800; margin: 28px 0; }
.price small { display: block; color: var(--muted); font-weight: 400; font-size: .85rem; }
label { display: block; font-size: .9rem; font-weight: 700; margin: 16px 0; }
input[type="text"], input[type="email"] { width: 100%; margin-top: 7px; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); padding: 11px 14px; font-size: 1rem; }
textarea { width: 100%; margin-top: 7px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); padding: 11px 14px; font: inherit; resize: vertical; }
input:focus { outline: 3px solid rgba(171,97,73,.18); border-color: var(--terracotta); }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-weight: 400; font-size: .82rem; }
.consent input { margin-top: 4px; }
.honeypot { position: absolute; left: -10000px; }
.form-message { min-height: 24px; color: #9d302b; font-size: .9rem; margin-top: 10px; }
.success-message { color: #456442; }
.separator { display: flex; align-items: center; gap: 12px; color: var(--muted); margin: 18px 0; }
.separator::before, .separator::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.notice { text-align: center; padding: 80px 20px; max-width: 850px; margin: auto; }
.notice h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.notice p { color: var(--muted); }
footer { background: var(--ink); color: white; padding: 36px clamp(20px, 6vw, 90px); display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
footer div, footer nav { display: flex; flex-direction: column; gap: 8px; }
footer a { color: white; text-underline-offset: 3px; }
footer strong { color: #d9c9b5; letter-spacing: .13em; }
.result-page { min-height: 100vh; background: linear-gradient(140deg, #f7f0e5, #e8dbce); display: grid; place-items: center; padding: 22px; }
.result-card { width: min(100%, 600px); background: var(--paper); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: clamp(32px, 7vw, 64px); text-align: center; }
.result-card h1 { font-size: clamp(2.2rem, 6vw, 3.8rem); }
.loader { width: 42px; height: 42px; border: 4px solid var(--line); border-top-color: var(--terracotta); border-radius: 50%; margin: 24px auto; animation: spin .8s linear infinite; }
.hidden { display: none !important; }
.legal-page { background: var(--cream); min-height: 100vh; }
.legal-card { width: min(100% - 40px, 820px); margin: 60px auto; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: clamp(30px, 6vw, 70px); }
.legal-card h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); }
.legal-card h2 { font-family: Arial, sans-serif; font-size: 1.15rem; font-weight: 800; margin-top: 34px; }
.legal-card p { color: #55534e; }
.legal-note { border-left: 3px solid var(--terracotta); padding-left: 16px; font-size: .9rem; }
.revocation-card { text-align: left; }
.revocation-card > p:first-child, .revocation-card > h1 { text-align: center; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 850px) {
  .hero, .product { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-image { max-height: 640px; object-fit: cover; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header { height: 66px; }
  .header-link { font-size: .88rem; }
  .revocation-link { display: none; }
  .brand { font-size: .86rem; }
  .hero { min-height: auto; }
  .hero-image { border-radius: 140px 140px 18px 18px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .checkout-card { border-radius: 20px; }
}
