:root{--cream:#FAF3DD;--teal:#71988D;--teal-200:#9DB3A8;--mint:#AFC9B0;--peach:#EACDB9;--pink:#F0AEA1}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1f2937;background:#fff}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{max-width:1200px;margin-inline:auto;padding:0 1rem}.container.narrow{max-width:900px}.container.wide{max-width:1200px}.page{min-height:100%}.topbar{position:sticky;top:0;z-index:10;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #d1d5db}.bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.brand{display:flex;align-items:center;gap:.75rem}.logo{width:40px;height:40px;border-radius:9999px;object-fit:cover;box-shadow:0 0 0 2px var(--pink)}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text small{color:#6b7280;margin-top:-2px}.menu{display:flex;gap:1rem;align-items:center}.menu a.btn{color:#fff;text-decoration:none}@media (max-width:900px){.menu{display:none}}.btn{background:var(--teal);color:#fff;padding:.7rem 1.1rem;border-radius:.75rem;font-weight:600;box-shadow:0 2px 8px #00000014}.btn.ghost{background:transparent;border:1px solid #cbd5e1;color:var(--teal)}.theme{background:linear-gradient(180deg,var(--cream) 0%,var(--peach) 100%)}.hero{padding:3rem 0}.title{font-weight:800;font-size:clamp(1.6rem,3vw,3rem);color:var(--teal);line-height:1.1;margin:0}.lead{color:#334155;margin-top:1rem;font-size:1.1rem}.rose{color:var(--pink)}.gap{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media (max-width:900px){.grid2{grid-template-columns:1fr}}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width:1100px){.grid3{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.grid3{grid-template-columns:1fr}}.card{background:#ffffffbf;border:1px solid var(--teal-200);border-radius:1.25rem;padding:1rem;box-shadow:0 1px 2px #0000000a}.card.center{display:grid;place-items:center;min-height:260px}.card.highlight{background:#fff;border-color:var(--pink);box-shadow:0 6px 16px #0000000f}.hero-logo{width:350px;height:auto}.row{display:flex;gap:.75rem;align-items:flex-start}.space{justify-content:space-between;align-items:center}.stack{display:grid;gap:1rem}.offer-icon{width:84px;height:84px;object-fit:contain;image-rendering:-webkit-optimize-contrast}.h2{font-size:clamp(1.25rem,2.2vw,1.8rem);margin:0;color:var(--teal)}.h3{font-size:1.05rem;margin:.25rem 0;color:var(--teal)}.h4{font-weight:600;color:var(--teal);margin:0}.muted{color:#475569}.stripe{background:#fff9;border-block:1px solid var(--teal-200)}section{padding:2.5rem 0}.list{padding-left:1rem;margin:.5rem 0}.footer{padding:2rem 0;color:#64748b;background:#fff}.footer .tiny{font-size:.75rem}
