@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";:root{color:#4a4a4a;background:#f8f9fa;font-family:Outfit,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}#root,.page{min-height:100vh}.hero{background:linear-gradient(135deg,#00b96b,#004d40);padding:72px 24px}.hero__panel,.section{max-width:1120px;margin:0 auto}.hero__panel{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);gap:32px;align-items:center}.hero__content{color:#fff;animation:fade-up .7s ease-out both}.hero__eyebrow,.section__eyebrow,.hero__card-label{margin:0 0 12px;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero__content h1,.section__header h2,.card h3,.hero__card h2{margin:0;color:#1a1a1a}.hero__content h1{max-width:12ch;color:#fff;font-size:clamp(2.8rem,6vw,4.8rem);line-height:1.05;font-weight:700}.hero__lead{max-width:56ch;margin:20px 0 0;color:#ffffffeb;font-size:1.05rem}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:8px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.button:hover,.hero__card-link:hover{transform:translateY(-1px)}.button--primary{background:#fff;color:#00b96b;box-shadow:0 10px 24px #0000001f}.button--secondary{border:1px solid rgba(255,255,255,.32);color:#fff;background:#ffffff14}.hero__card{padding:28px;border-radius:16px;background:#fff;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005;animation:fade-up .8s ease-out .12s both}.hero__card-label{color:#00b96b}.hero__card h2{font-size:2rem;font-weight:700}.hero__card p{margin:16px 0 20px;color:#4a4a4a}.hero__card-preview{margin:0 0 20px;padding:14px;border-radius:12px;background:linear-gradient(180deg,#f6fbf8,#eef7f3);border:1px solid rgba(0,185,107,.14)}.preview__top{display:flex;gap:6px;margin-bottom:12px}.preview__dot{width:8px;height:8px;border-radius:999px;background:#004d402e}.preview__dot:first-child{background:#00b96b}.preview__panel{padding:14px;border-radius:10px;background:#fff;box-shadow:inset 0 0 0 1px #00b96b14}.preview__stat{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.preview__stat span,.preview__pill{font-size:.78rem;font-weight:500}.preview__stat span{color:#6b6b6b}.preview__stat strong{color:#004d40;font-size:1rem;font-weight:700}.preview__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.preview__row+.preview__row{margin-top:10px}.preview__bar{display:block;height:10px;border-radius:999px;background:#00b96b1f}.preview__bar--strong{width:68%;background:linear-gradient(90deg,#00b96b,#42cf93)}.preview__bar--mid{width:54%}.preview__bar--short{width:28%}.preview__pill{padding:5px 10px;border-radius:999px;color:#00b96b;background:#00b96b1f}.hero__card-link{color:#00b96b;font-weight:600;transition:transform .2s ease}.section{padding:56px 24px 72px}.section__header{max-width:720px;margin-bottom:24px;animation:fade-up .7s ease-out .18s both}.section__eyebrow{color:#00b96b}.section__header h2{font-size:clamp(2rem,4vw,2.75rem);line-height:1.15;font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.card{display:flex;flex-direction:column;justify-content:flex-start;min-height:220px;padding:24px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005,0 2px 4px #00000005;animation:fade-up .7s ease-out both;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-4px);border-color:#00b96b2e;box-shadow:0 10px 24px #0000000d,0 4px 12px #0000000a}.card__header{display:flex;align-items:center;gap:12px;margin-bottom:18px}.card__badge{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;padding:0 10px;border-radius:999px;background:#00b96b1a;color:#00b96b;font-size:.78rem;font-weight:700;letter-spacing:.06em}.card__line{flex:1;height:1px;background:linear-gradient(90deg,#00b96b38,#0000000f)}.card:nth-child(1){animation-delay:.24s}.card:nth-child(2){animation-delay:.32s}.card:nth-child(3){animation-delay:.4s}.card h3{margin:0;font-size:1.1rem;font-weight:600;line-height:1.35;color:#1a1a1a}.card p{margin:14px 0 0;color:#4a4a4a;line-height:1.7}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero__content,.hero__card,.section__header,.card{animation:none}.button,.hero__card-link,.card{transition:none}.card:hover{transform:none}}@media(max-width:900px){.hero{padding:56px 20px}.hero__panel,.cards{grid-template-columns:1fr}.hero__content h1{max-width:none}.section{padding:48px 20px 64px}}@media(max-width:640px){.hero__actions{flex-direction:column}.button{width:100%}.hero__card{padding:24px}}
