:root{--bg:#fffaf0;--panel:#fff;--ink:#182033;--muted:#667085;--brand:#1b7f64;--brand-dark:#0f5d49;--line:#eadfc9;--shadow:0 24px 80px rgba(24,32,51,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Heebo",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,#e6fff2 0,transparent 34%),var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}.site-header{width:min(1120px,calc(100% - 32px));margin:24px auto 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand-pill{border:1px solid var(--line);background:rgba(255,255,255,.8);border-radius:999px;padding:10px 18px;font-weight:800;color:var(--brand-dark)}.nav-links{display:flex;gap:16px;color:var(--muted);font-weight:700}.hero{width:min(1120px,calc(100% - 32px));margin:56px auto 40px;min-height:560px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.hero-copy,.daily-card,.about,.news-card{background:rgba(255,255,255,.88);border:1px solid var(--line);box-shadow:var(--shadow)}.hero-copy{border-radius:40px;padding:clamp(32px,6vw,72px)}.eyebrow{color:var(--brand);font-weight:900;margin:0 0 12px}h1{font-size:clamp(52px,9vw,112px);line-height:.92;margin:0;letter-spacing:-.06em}.hero-subtitle{font-size:clamp(20px,2.2vw,28px);line-height:1.55;color:var(--muted);max-width:760px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.primary-button,.secondary-button{border-radius:18px;padding:14px 22px;font-weight:900}.primary-button{background:var(--brand);color:white}.secondary-button{border:1px solid var(--line);background:white;color:var(--brand-dark)}.daily-card{border-radius:32px;padding:32px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.card-label{color:#b26b00;font-weight:900}.daily-card h2{font-size:36px;margin:10px 0}.daily-card li{margin:12px 0;color:var(--muted);font-size:18px}.grid-section{width:min(1120px,calc(100% - 32px));margin:0 auto 34px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.news-card{border-radius:26px;padding:26px;min-height:220px;border-top:6px solid var(--brand)}.news-card span{font-weight:900;color:var(--muted)}.news-card h3{font-size:25px;margin:18px 0 8px}.news-card p{color:var(--muted);line-height:1.6}.accent-green{border-top-color:#22a06b}.accent-blue{border-top-color:#2e90fa}.accent-yellow{border-top-color:#f6b51e}.accent-purple{border-top-color:#9b6cff}.about{width:min(1120px,calc(100% - 32px));margin:0 auto 56px;border-radius:32px;padding:34px}.about h2{margin-top:0;font-size:32px}.about p{color:var(--muted);font-size:19px;line-height:1.7}.safety-note{border-right:4px solid var(--brand);padding-right:16px}footer{width:min(1120px,calc(100% - 32px));margin:0 auto 30px;color:var(--muted);display:flex;justify-content:space-between;gap:16px}@media (max-width:860px){.site-header,footer{flex-direction:column;align-items:flex-start}.nav-links{width:100%;justify-content:space-between}.hero{grid-template-columns:1fr;margin-top:32px}.grid-section{grid-template-columns:1fr}}
