.site-header{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.site-header__logo{display:inline-flex;align-items:center;gap:10px;font-family:var(--serif);font-weight:600;font-size:22px;color:var(--forest);text-decoration:none}.site-header__badge{background:var(--forest);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px}.hero{display:grid;gap:48px;align-items:center;padding:56px 0 72px}@media(min-width:900px){.hero{grid-template-columns:1.1fr .9fr}}.hero__eyebrow{display:inline-block;background:var(--rust-soft);color:var(--rust);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:20px}.hero__title{font-size:clamp(36px,5vw,56px);margin-bottom:20px}.hero__title em{font-style:italic;color:var(--rust)}.hero__lede{font-size:18px;color:var(--gray-700);max-width:520px;margin-bottom:32px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.hero__features{display:flex;flex-wrap:wrap;gap:18px;font-size:14px;font-weight:600;color:var(--forest)}.hero__feature{display:inline-flex;align-items:center;gap:7px}.hero__feature svg{width:17px;height:17px}.hero__art{display:flex;justify-content:center}.hero__art svg{width:min(360px,80vw);height:auto}.section{padding:64px 0}.section--alt{background:var(--paper)}.section__eyebrow{color:var(--rust);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.section__title{font-size:clamp(28px,3.6vw,38px);margin-bottom:14px}.section__lede{color:var(--gray-700);max-width:560px;margin-bottom:40px}.steps{display:grid;gap:24px}@media(min-width:760px){.steps{grid-template-columns:repeat(3,1fr)}}.step-card{background:var(--cream);border:1px solid var(--gray-200);border-radius:20px;padding:28px}.section--alt .step-card{background:var(--paper)}.step-card__num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--forest);color:#fff;font-weight:700;margin-bottom:16px}.step-card__title{font-size:19px;margin-bottom:8px}.step-card__text{font-size:15px;color:var(--gray-700)}.benefits{display:grid;gap:24px}@media(min-width:760px){.benefits{grid-template-columns:repeat(2,1fr)}}.benefit{display:flex;gap:16px;align-items:flex-start}.benefit__icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:var(--leaf-soft);color:var(--forest);display:flex;align-items:center;justify-content:center}.benefit__icon svg{width:22px;height:22px}.benefit__title{font-size:17px;margin-bottom:4px}.benefit__text{font-size:14px;color:var(--gray-700)}.cta-band{background:var(--forest);border-radius:28px;padding:56px 32px;text-align:center;color:#fff;margin:24px 0 72px}.cta-band__title{color:#fff;font-size:clamp(26px,3.4vw,36px);margin-bottom:12px}.cta-band__title em{font-style:italic;color:var(--rust-light)}.cta-band__text{color:#ffffffd9;max-width:480px;margin:0 auto 28px}.site-footer{border-top:1px solid var(--gray-200);padding:28px 0;font-size:14px;color:var(--gray-500);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.site-footer a{color:var(--gray-700);text-decoration:none;font-weight:600}
