:root{--green:#5d9360;--green-dark:#3d7042;--cream:#fffaf0;--ink:#263238;--muted:#68757a;--yellow:#ffd96a;--peach:#ffd9c7;--pink:#f9d9e8;--blue:#d7efff;--mint:#dcefd8;--white:#fff;--line:#eee5d8;--shadow:0 14px 38px rgba(38,50,56,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1140px,90%);margin:auto}
.header{position:sticky;top:0;z-index:100;background:rgba(255,250,240,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:8px;font-weight:900;font-size:1.15rem}.brand b,.brand span{color:var(--green)}.menu-toggle{display:none;border:0;background:transparent;font-size:1.7rem}.nav-links{display:flex;gap:25px;font-weight:700}.nav-links a:hover{color:var(--green)}
.btn,.buy{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--green);color:#fff;font-weight:800;padding:13px 22px;cursor:pointer;transition:.2s}.btn:hover,.buy:hover{transform:translateY(-2px);background:var(--green-dark)}.btn.secondary{background:var(--yellow);color:var(--ink)}.btn.white{background:#fff;color:var(--green)}
.pill{display:inline-block;background:var(--peach);padding:6px 13px;border-radius:99px;font-weight:800;font-size:.9rem}
.hero{padding:75px 0 65px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.hero h1{font-size:clamp(2.8rem,6vw,4.7rem);line-height:1.03;margin:18px 0}.hero h1 span{color:var(--green)}.hero-text{font-size:1.15rem;color:var(--muted);max-width:640px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.trust-row{display:flex;gap:15px;flex-wrap:wrap;font-size:.9rem;font-weight:700;color:var(--green-dark)}
.hero-visual{height:390px;position:relative;overflow:hidden;border-radius:42px;background:linear-gradient(145deg,var(--blue),var(--pink));box-shadow:var(--shadow)}.sun{position:absolute;right:35px;top:25px;font-size:3rem}.cloud{position:absolute;font-size:3rem;opacity:.8}.cloud-one{left:35px;top:50px}.cloud-two{right:100px;top:105px}.garden{position:absolute;bottom:75px;width:100%;text-align:center;font-size:4.7rem}.hero-card{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:70%;background:#fff;border-radius:20px;padding:13px 18px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;box-shadow:var(--shadow)}.hero-card span{grid-row:span 2;font-size:1.5rem}.hero-card strong{font-size:.95rem}.hero-card small{color:var(--muted)}
.section{padding:72px 0}.heading{text-align:center;margin-bottom:35px}.heading h2{font-size:2.25rem;line-height:1.15;margin:12px 0 6px}.heading p{color:var(--muted);margin:0}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{border-radius:25px;padding:25px;min-height:165px;display:flex;flex-direction:column;justify-content:center;gap:4px;transition:.2s}.category:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category span{font-size:2.5rem}.category b{font-size:1.1rem}.category small{color:var(--muted)}.category.pink{background:var(--pink)}.category.blue{background:var(--blue)}.category.yellow{background:#fff0b9}.category.green{background:var(--mint)}
.shop{background:#fffdf8}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:#fff;border-radius:25px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product-cover{height:205px;display:flex;align-items:center;justify-content:center;position:relative;font-size:5rem}.animal-cover{background:linear-gradient(145deg,#d7efff,#f8d7e8)}.color-cover{background:linear-gradient(145deg,#ffe9ae,#ffd4d4)}.abc-cover{background:linear-gradient(145deg,#dff2d8,#cfeeff)}.bundle-cover{background:linear-gradient(145deg,#f8d7e8,#ffe5a9)}.product-cover label{position:absolute;top:14px;left:14px;background:#fff;padding:5px 9px;border-radius:99px;font-size:.7rem;font-weight:900;color:var(--green-dark)}
.product-cover img{width:100%;height:100%;object-fit:cover}.product-body{padding:20px;display:flex;flex-direction:column;flex:1}.age{font-weight:900;color:var(--green-dark);font-size:.76rem}.product h3{font-size:1.2rem;margin:6px 0}.product p{color:var(--muted);font-size:.92rem;margin:0 0 18px;flex:1}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-bottom strong{font-size:1.05rem}.product-bottom em{font-style:normal;font-size:.78rem;color:var(--muted);font-weight:600}.buy{padding:9px 14px;font-size:.88rem}
.free-section{padding-top:15px}.free-box{border-radius:35px;padding:42px;display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:center;background:var(--green);color:#fff}.free-box .pill{background:var(--yellow);color:var(--ink)}.free-box h2{font-size:2.25rem;margin:12px 0 5px}.free-box p{opacity:.92;max-width:650px}.free-art{font-size:5rem;text-align:center}
.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.about-art{min-height:270px;border-radius:35px;background:var(--yellow);display:flex;align-items:center;justify-content:center;gap:15px;font-size:4rem}.about-art span{font-size:2rem}.about h2{font-size:2.3rem;line-height:1.15}.about-copy p{color:var(--muted)}.mini-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.mini-points span{background:#fff;padding:8px 12px;border-radius:99px;font-weight:800;font-size:.88rem;box-shadow:0 5px 15px rgba(0,0,0,.04)}
.how{background:#fffdf8}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps>div{background:#fff;border-radius:23px;padding:24px;box-shadow:var(--shadow)}.steps b{color:var(--green);font-size:.8rem}.steps span{display:block;font-size:2.1rem;margin:12px 0}.steps h3{margin:0}.steps p{color:var(--muted);font-size:.9rem}
.contact{padding-top:20px}.contact-card{border:1px solid var(--line);background:#fff;border-radius:30px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:25px}.contact-card h2{font-size:2.1rem;margin:10px 0 3px}.contact-card p{color:var(--muted)}
footer{background:var(--ink);color:#fff;padding:40px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-brand{font-size:1.2rem}.footer-grid p{opacity:.7}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid strong{margin-bottom:5px}.footer-grid a:not(.footer-brand):hover{text-decoration:underline}.copyright{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);font-size:.85rem;opacity:.65;text-align:center}
@media(max-width:1000px){.products{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:74px;left:0;right:0;background:var(--cream);padding:18px 5%;border-bottom:1px solid var(--line);flex-direction:column;gap:15px}.nav-links.open{display:flex}.hero-grid,.about{grid-template-columns:1fr}.hero{padding-top:48px}.hero-visual{height:300px}.garden{font-size:3.7rem}.free-box{grid-template-columns:1fr;text-align:center}.contact-card{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:92%}.hero h1{font-size:2.75rem}.hero-text{font-size:1rem}.category-grid,.products,.steps{grid-template-columns:1fr}.product-cover{height:190px}.free-box{padding:30px 22px}.free-box h2{font-size:1.8rem}.about-art{font-size:2.9rem;min-height:210px}.contact-card{padding:28px 22px}.footer-grid{grid-template-columns:1fr}}
