:root {
    --bg: #fbfaf8;
    --surface: #ffffff;
    --text: #171719;
    --muted: #6f6d73;
    --line: #ebe8ec;
    --magenta: #d5006d;
    --magenta-dark: #ad0058;
    --magenta-soft: #fff0f7;
    --radius: 24px;
    --shadow: 0 20px 60px rgba(28, 20, 25, 0.08);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 820px; }
.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; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251,250,248,0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(235,232,236,0.8);
}
.site-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; }
.brand__name { font-size: 20px; font-weight: 800; letter-spacing: -0.03em; }
.custom-logo { max-height: 42px; width: auto; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav__list { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.primary-nav__list a, .footer-nav a { text-decoration: none; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--text); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--magenta);
    color: #fff;
    font-weight: 750;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); background: var(--magenta-dark); }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.button--ghost:hover { background: #fff; }

.hero { padding: 90px 0 72px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: 72px; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 16px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--magenta); }
.hero h1, .section-heading h2, .cta-panel h2, .bonus-block h2 {
    margin: 0;
    letter-spacing: -0.055em;
    line-height: .98;
}
.hero h1 { max-width: 820px; font-size: clamp(52px, 7vw, 92px); }
.hero__lead { max-width: 720px; margin: 28px 0 0; font-size: clamp(19px, 2vw, 24px); color: var(--muted); line-height: 1.45; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.trust-row span { padding: 9px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 14px; font-weight: 650; }

.hero__visual { position: relative; min-height: 500px; border-radius: 36px; background: linear-gradient(145deg, #f4dbe8 0%, #f8f1f4 56%, #efe7eb 100%); box-shadow: var(--shadow); }
.visual-card { position: absolute; border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.visual-card--main { left: 50%; top: 50%; width: min(78%, 420px); padding: 30px; transform: translate(-50%,-50%); display: grid; gap: 4px; }
.visual-card--main strong { font-size: 32px; letter-spacing: -.04em; }
.visual-card__label { color: var(--magenta); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.visual-card--floating { right: 24px; bottom: 26px; padding: 18px 22px; font-weight: 800; color: var(--magenta); }

.section { padding: 100px 0; }
.section--soft { background: #f5f1f3; }
.section--magenta { background: var(--magenta); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .cta-panel h2, .bonus-block h2 { font-size: clamp(40px, 5vw, 66px); }
.steps-grid, .feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.card, .feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.card h3, .feature h3 { margin: 28px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.card p, .feature p { margin: 0; color: var(--muted); }
.step-number { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 50%; background: var(--magenta-soft); color: var(--magenta); font-weight: 850; }

.bonus-block { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; }
.eyebrow--light { color: #fff; opacity: .75; }
.bonus-block p { max-width: 720px; font-size: 20px; opacity: .88; }
.bonus-value { justify-self: end; font-size: clamp(64px, 10vw, 128px); font-weight: 900; letter-spacing: -.08em; white-space: nowrap; }

.cta-panel { display: flex; align-items: end; justify-content: space-between; gap: 36px; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.cta-panel p { color: var(--muted); font-size: 19px; max-width: 640px; }

.site-footer { padding: 56px 0; border-top: 1px solid var(--line); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 36px; }
.site-footer__brand { font-size: 20px; }
.site-footer p, .site-footer__legal { color: var(--muted); }
.footer-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer__legal { display: grid; gap: 8px; justify-items: end; }

@media (max-width: 980px) {
    .hero__grid, .bonus-block { grid-template-columns: 1fr; }
    .hero__visual { min-height: 420px; }
    .steps-grid, .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .bonus-value { justify-self: start; }
    .primary-nav__list { display: none; }
}

@media (max-width: 700px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .site-header__inner { min-height: 68px; }
    .primary-nav { display: none; position: absolute; top: 68px; left: 14px; right: 14px; flex-direction: column; align-items: stretch; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav__list { display: grid; gap: 12px; }
    .nav-toggle { display: block; }
    .hero { padding-top: 64px; }
    .hero h1 { font-size: clamp(44px, 15vw, 64px); }
    .hero__grid { gap: 42px; }
    .hero__visual { min-height: 340px; border-radius: 28px; }
    .steps-grid, .feature-grid { grid-template-columns: 1fr; }
    .section { padding: 72px 0; }
    .cta-panel { padding: 30px; display: grid; align-items: start; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__legal { justify-items: start; }
}
