@import "https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=Raleway:wght@400;500;700;800&display=swap";
:root{--teal:#2fbdb9;--dark:#147d7a;--lav:#d09dc6;--pink:#f9c7d6;--yellow:#fdc76e;--green:#c3d161;--plum:#7a4c78;--text:#1f1f1f;--off:#fffdf8}*{box-sizing:border-box}body{background:var(--off);color:var(--text);margin:0;font-family:Raleway,Arial,sans-serif;line-height:1.6}h1,h2,h3{margin:0 0 1rem;font-family:Nunito,Arial,sans-serif;line-height:1.05}h1{font-size:clamp(2.3rem,6vw,5rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}a{color:var(--dark);font-weight:800;text-decoration:none}section,.section{padding:clamp(3rem,7vw,6rem) 5vw}.site-header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8e8;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 5vw;display:flex;position:sticky;top:0}.logo{color:var(--plum);font-family:Nunito;font-size:1.3rem}.logo span{color:var(--yellow);margin-right:.25rem}nav{flex-wrap:wrap;gap:1rem;display:flex}.btn,button{background:var(--plum);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.25rem;font-weight:900;display:inline-flex;box-shadow:0 10px 20px #7a4c7830}.btn.primary{background:var(--dark)}.btn.secondary{color:var(--dark);border:2px solid var(--teal);background:#fff}.btn.small{padding:.65rem 1rem}.hero{background:radial-gradient(circle at 10% 20%,#f9c7d680,#0000 28%),radial-gradient(circle at 90% 15%,#fdc76e90,#0000 22%),linear-gradient(135deg,#fff 0%,#eafffe 100%);grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid}.eyebrow{color:var(--plum);background:#fff;border-radius:999px;padding:.35rem .8rem;font-weight:900;display:inline-block}.hero-art,.image-card{background:linear-gradient(135deg,var(--yellow),var(--pink));border-radius:2rem;min-height:320px;position:relative;overflow:hidden;box-shadow:0 24px 60px #147d7a20}.hero-art:after{content:"● ✦ ▲";color:#fff8;font-size:5rem;position:absolute;bottom:12%;right:10%}.chips{flex-wrap:wrap;gap:.75rem;margin:1.5rem 0;display:flex}.chips span,.card{background:#fff;border-radius:1.25rem;padding:1rem;box-shadow:0 14px 30px #1f1f1f12}.grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;display:grid}.card{border:1px solid #f1e8e8}.accent{background:#fff4d9}.form-card{background:#fff;border:1px solid #eee;border-radius:2rem;padding:1.25rem;box-shadow:0 20px 50px #147d7a20}.grid-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}label{gap:.35rem;font-size:.95rem;font-weight:800;display:grid}input,select,textarea{width:100%;font:inherit;background:#fff;border:1px solid #ddd;border-radius:.9rem;padding:.85rem}input:focus,select:focus,textarea:focus,a:focus,button:focus{outline:3px solid var(--yellow);outline-offset:2px}.wide{grid-column:1/-1}.consent{grid-template-columns:auto 1fr;align-items:start;margin:1rem 0;display:flex}.success{color:var(--dark);font-weight:900}.error{color:#9d174d;font-weight:900}.timeline{counter-reset:x}.timeline li{border-left:6px solid var(--teal);background:#fff;border-radius:1rem;margin:1rem 0;padding:1rem;list-style:none}.faq details{background:#fff;border-radius:1rem;margin:.75rem 0;padding:1rem}footer{color:#fff;background:#1f1f1f;grid-template-columns:2fr repeat(3,1fr);gap:2rem;padding:3rem 5vw;display:grid}footer a{color:#fff;margin:.35rem 0;display:block}.sticky-cta{z-index:20;grid-template-columns:repeat(3,1fr);display:none;position:fixed;bottom:0;left:0;right:0}.sticky-cta a{text-align:center;background:var(--dark);color:#fff;border-right:1px solid #fff5;padding:.8rem}.mini-nav{justify-content:space-between;padding:1rem 5vw;display:flex}.placeholder{background:#fff;border:2px dashed #d09dc6;border-radius:1rem;padding:1rem}@media (max-width:850px){.hero{grid-template-columns:1fr}nav{display:none}.grid-form,footer{grid-template-columns:1fr}.sticky-cta{display:grid}body{padding-bottom:3rem}}
