:root {
  --ink: #13231d;
  --muted: #64736d;
  --soft: #edf5f0;
  --paper: #fbfdfb;
  --line: #dce9e2;
  --accent: #1dbe68;
  --accent-deep: #087d4a;
  --accent-pale: #dcf6e7;
  --product-wash: #ebfaef;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-wrap { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }

.site-header { height: 82px; width: min(1280px, calc(100% - 64px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font: 700 18px var(--display); letter-spacing: -.03em; }
.brand-mark { width: 25px; height: 25px; display: inline-flex; align-items: end; gap: 3px; padding: 4px; border-radius: 8px; background: var(--ink); }
.brand-mark i { display: block; width: 4px; border-radius: 3px; background: #75efaa; }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 18px; }
.main-nav { display: flex; gap: 30px; margin-left: auto; color: var(--muted); font-size: 14px; }
.main-nav a:hover, .text-link:hover { color: var(--accent-deep); }
.product-switcher { display: flex; padding: 4px; border: 1px solid var(--line); background: #f1f7f3; border-radius: 12px; }
.product-tab { border: 0; background: transparent; color: var(--muted); border-radius: 9px; cursor: pointer; padding: 9px 13px; font-size: 12px; font-weight: 700; white-space: nowrap; transition: .25s ease; }
.product-tab.is-active { color: var(--ink); background: white; box-shadow: 0 3px 12px rgba(18, 54, 38, .08); }

.hero { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .83fr); gap: 90px; align-items: center; padding: 72px 0 84px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--accent-deep); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-pale); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; }
h1 { max-width: 610px; margin: 23px 0 22px; font-size: clamp(48px, 6vw, 76px); line-height: .99; font-weight: 600; }
.hero-intro { max-width: 510px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 34px 0 25px; }
.button { display: inline-flex; align-items: center; gap: 15px; min-height: 48px; padding: 0 19px; border-radius: 9px; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 8px 18px rgba(19, 35, 29, .15); }.button-primary:hover { box-shadow: 0 12px 25px rgba(19, 35, 29, .22); }
.button-quiet { color: var(--ink); background: var(--soft); }.button-quiet:hover { background: var(--accent-pale); }
.hero-note { display: flex; align-items: center; gap: 9px; color: #84918b; font-size: 12px; }.privacy-symbol { color: var(--accent); font-size: 20px; line-height: 0; }
.hero-visual-wrap { position: relative; min-height: 570px; display: flex; align-items: center; justify-content: center; }
.hero-visual-backdrop { position: absolute; inset: 5% 3% 3%; border-radius: 42% 42% 17% 17%; background: var(--product-wash); transform: rotate(4deg); transition: background .35s; }
.hero-image-shell { position: relative; z-index: 1; width: min(318px, 75%); overflow: hidden; border-radius: 26px; box-shadow: 0 30px 55px rgba(12, 40, 25, .2); transform: rotate(3.4deg); transition: transform .3s; }
.hero-image-shell:hover { transform: rotate(1deg) translateY(-4px); }.hero-image { display: block; width: 100%; height: auto; }
.hero-image-shell { z-index: 1; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; gap: 30px; }.trust-item { display: flex; align-items: center; gap: 13px; }.trust-icon { display: grid; place-items: center; width: 32px; height: 32px; color: var(--accent-deep); border-radius: 50%; background: var(--accent-pale); font-size: 17px; }.trust-item strong { display: block; font-size: 13px; }.trust-item small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }

.features { padding: 125px 0 120px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 50px; }.section-heading h2, .details h2 { max-width: 620px; margin: 20px 0 0; font-size: clamp(35px, 4.2vw, 54px); line-height: 1.02; }.section-heading p { max-width: 295px; margin: 0 0 4px; color: var(--muted); line-height: 1.6; font-size: 14px; }
.feature-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: stretch; }.feature-list { display: flex; flex-direction: column; gap: 6px; }.feature-button { display: grid; grid-template-columns: 41px 1fr 20px; gap: 13px; align-items: center; flex: 1; min-height: 69px; padding: 12px 15px; text-align: left; border: 1px solid transparent; background: transparent; border-radius: 10px; color: var(--muted); cursor: pointer; transition: .2s; }.feature-button:hover { background: var(--soft); }.feature-button.is-active { background: var(--product-wash); border-color: var(--accent-pale); color: var(--ink); }.feature-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; background: white; font-size: 19px; }.feature-button strong { display: block; font-size: 14px; }.feature-button small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; white-space: nowrap; }.feature-button .feature-arrow { justify-self: end; font-size: 18px; opacity: .4; }.feature-button.is-active .feature-arrow { color: var(--accent-deep); opacity: 1; }
.feature-preview { min-height: 520px; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; border-radius: 16px; background: var(--product-wash); transition: background .35s; }.preview-toolbar { display: flex; align-items: center; gap: 10px; padding: 22px 25px 16px; color: var(--accent-deep); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.preview-index { opacity: .65; }.preview-line { height: 1px; width: 38px; background: var(--accent); }.preview-caption { color: var(--ink); }.preview-image-wrap { display: flex; justify-content: center; align-items: end; min-height: 0; overflow: hidden; padding: 12px 25px 0; }.preview-image { display: block; width: min(280px, 70%); height: 100%; object-fit: cover; object-position: top center; border-radius: 18px 18px 0 0; box-shadow: 0 9px 25px rgba(17, 65, 39, .15); }.preview-footer { display: flex; align-items: center; justify-content: space-between; padding: 19px 25px 21px; border-top: 1px solid rgba(19, 35, 29, .08); color: var(--muted); font-size: 12px; }.preview-arrow { color: var(--accent-deep); font-size: 19px; }

.details { padding-bottom: 112px; }.details-card { display: grid; grid-template-columns: 1.06fr .94fr; gap: 80px; padding: 65px 70px; border-radius: 17px; background: var(--ink); color: white; position: relative; overflow: hidden; }.details-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -110px; bottom: -160px; border: 1px solid rgba(117, 239, 170, .24); border-radius: 50%; box-shadow: 0 0 0 35px rgba(117,239,170,.05), 0 0 0 70px rgba(117,239,170,.04); }.details-card .eyebrow { color: #75efaa; }.details-card .eyebrow-dot { background: #75efaa; box-shadow: 0 0 0 4px rgba(117,239,170,.13); }.details h2 { max-width: 530px; margin-bottom: 22px; }.details-copy p { max-width: 500px; margin-bottom: 30px; color: #a7b9b0; line-height: 1.7; font-size: 15px; }.text-link { color: #75efaa; font-size: 13px; font-weight: 700; }.details-points { position: relative; z-index: 1; display: grid; align-content: center; gap: 14px; }.detail-point { display: flex; align-items: start; gap: 13px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.12); }.detail-point:last-child { border-bottom: 0; }.detail-check { flex: 0 0 auto; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--ink); background: #75efaa; font-size: 13px; font-weight: 700; }.detail-point strong { display: block; margin-bottom: 4px; font-size: 13px; }.detail-point span:last-child { color: #a7b9b0; font-size: 12px; line-height: 1.5; }
.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 94px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }.footer-brand { color: var(--ink); font-size: 15px; }.site-footer p { margin: 0; }.site-footer a { color: var(--accent-deep); font-weight: 700; }

.back-to-top { position: fixed; z-index: 10; right: 28px; bottom: 28px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255, 255, 255, .92); box-shadow: 0 8px 22px rgba(19, 35, 29, .14); font-size: 21px; line-height: 1; transition: transform .2s, background .2s, color .2s; backdrop-filter: blur(8px); }.back-to-top:hover { transform: translateY(-3px); color: white; background: var(--ink); }
body.is-recover { --accent: #e45a68; --accent-deep: #a83246; --accent-pale: #ffe2e5; --product-wash: #fff1f1; }.is-recover .hero-visual-backdrop { transform: rotate(-4deg); }.is-recover .hero-image-shell { transform: rotate(-3.4deg); }.is-recover .hero-image-shell:hover { transform: rotate(-1deg) translateY(-4px); }
@media (max-width: 900px) { .site-header { height: auto; padding: 18px 0; flex-wrap: wrap; }.main-nav { order: 3; width: 100%; margin: 0; justify-content: center; }.product-switcher { margin-left: auto; }.hero { grid-template-columns: 1fr; gap: 25px; padding: 62px 0 76px; }.hero-copy { max-width: 680px; }.hero-visual-wrap { min-height: 570px; }.section-heading { align-items: start; flex-direction: column; gap: 22px; }.section-heading p { max-width: 500px; }.feature-layout { grid-template-columns: 1fr; }.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); }.feature-button { min-height: 76px; }.feature-preview { min-height: 530px; }.details-card { gap: 45px; padding: 50px 42px; } }
@media (max-width: 600px) { .section-wrap, .site-header { width: min(100% - 36px, 1160px); }.site-header { gap: 12px; }.brand { font-size: 16px; }.main-nav { gap: 22px; font-size: 12px; }.product-switcher { width: 100%; order: 4; }.product-tab { flex: 1; padding: 9px 5px; font-size: 11px; }.hero { padding-top: 45px; }.hero h1 { font-size: 47px; }.hero-intro { font-size: 15px; }.hero-visual-wrap { min-height: 490px; }.hero-image-shell { width: min(275px, 72%); }.trust-strip { grid-template-columns: 1fr; gap: 17px; padding: 20px 0; }.features { padding: 86px 0 82px; }.section-heading h2, .details h2 { font-size: 38px; }.feature-list { display: flex; }.feature-button { min-height: 64px; }.feature-button small { white-space: normal; }.feature-preview { min-height: 440px; }.preview-image { width: min(230px, 66%); }.details { padding-bottom: 80px; }.details-card { grid-template-columns: 1fr; padding: 40px 26px; gap: 35px; }.site-footer { flex-wrap: wrap; gap: 12px; padding: 23px 0; }.site-footer p { order: 3; width: 100%; }.back-to-top { right: 18px; bottom: 18px; width: 40px; height: 40px; } }
