﻿:root{--ink:#191919;--muted:#666;--paper:#fffdfb;--line:rgba(25,25,25,.09);--yellow:#ffd95a;--pink:#ff9db4;--blue:#91d7ff;--mint:#a8ead1;--lilac:#cbbcff;--shadow:0 22px 55px rgba(50,35,75,.11)}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.announce{padding:9px;text-align:center;background:var(--ink);color:#fff;font-size:13px;font-weight:700}.nav{position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line);background:rgba(255,253,251,.9);backdrop-filter:blur(18px)}.navin{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font:800 25px Poppins}.logo i{font-style:normal;color:#ff597e}.navlinks{display:flex;align-items:center;gap:18px;font-weight:700}.cart-link{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff}.hero{padding:82px 0 52px;background:linear-gradient(135deg,#fff1f6,#f3edff 50%,#e9f8ff)}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:44px;align-items:center}.eyebrow,.tag{display:inline-flex;padding:7px 11px;border-radius:999px;background:#fff0b9;font-size:12px;font-weight:800}.hero h1,.section-head h2,.steps h2{font-family:Poppins;letter-spacing:-.045em;line-height:1.05}.hero h1{margin:18px 0;font-size:clamp(45px,6.8vw,76px)}.hero p{max-width:650px;margin:0;color:#555;font-size:18px}.hero-card{padding:30px;border:1px solid rgba(25,25,25,.06);border-radius:30px;background:rgba(255,255,255,.86);box-shadow:var(--shadow)}.hero-card strong{display:block;font:800 30px Poppins}.hero-card p{margin-top:8px;font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:22px;padding:0 21px;border:1px solid var(--ink);border-radius:999px;font-weight:800}.btn.primary{background:var(--ink);color:#fff}.btn:hover,.btn:focus-visible{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.13);outline:none}.section{padding:70px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-head h2,.steps h2{margin:8px 0 0;font-size:clamp(34px,5vw,55px)}.section-head p{max-width:470px;margin:0;color:#666}.animal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.animal{display:flex;align-items:center;gap:14px;min-height:75px;padding:13px 16px;border:1px solid #d5def0;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(54,45,75,.05)}.animal-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#fff1b7,#e8e2ff 55%,#dff6ff);font-size:25px}.animal strong{font:700 16px Poppins}.sample-note{margin:20px 0 0;color:#666;font-size:14px}.steps{padding:70px 0;background:#241c38;color:#fff}.steps>div>p{max-width:680px;color:#ddd}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}.step{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.07)}.step-number{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--yellow);color:#191919;font-weight:900}.step h3{margin:18px 0 8px;font:800 20px Poppins}.step p{margin:0;color:#ddd;font-size:14px}.start{padding:70px 0}.start-card{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;padding:40px;border-radius:30px;background:linear-gradient(135deg,#fff4c8,#ffe6ee 48%,#ddf5ff);box-shadow:var(--shadow)}.start-card h2{margin:8px 0 10px;font:800 clamp(32px,5vw,52px) Poppins;letter-spacing:-.04em;line-height:1.08}.start-card p{margin:0;color:#555}.start-action{text-align:center}.start-action .btn{width:100%;max-width:330px}.small{display:block;margin-top:12px;color:#666;font-size:12px}footer{padding:35px 0 45px;border-top:1px solid var(--line);color:#666}footer .wrap{display:flex;justify-content:space-between;gap:20px}footer a{font-weight:700;color:#333}
    @media(max-width:800px){.hero-grid,.start-card{grid-template-columns:1fr}.animal-grid{grid-template-columns:repeat(2,1fr)}.step-grid{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.navlinks>a:not(.cart-link){display:none}}
    @media(max-width:520px){.wrap{width:min(100% - 26px,1120px)}.hero{padding-top:55px}.animal-grid,.step-grid{grid-template-columns:1fr}.start-card{padding:27px}.navin{min-height:66px}footer .wrap{flex-direction:column}}