:root{--blue:#1e33c0;--cream:#fbf6ec;--red:#fb0100;--yellow:#fce300;--ink:#221e1a;--coral:#ef5d4e;--ochre:#f6c34c;--ink-soft:#5a534c;--line:#e6dccb;--logo-red:#fa030a;--logo-yellow:#fdf604;--logo-ink:#141211;--font:ui-rounded, "SF Pro Rounded", "Nunito", "Varela Round", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius-s:14px;--radius-m:24px;--radius-l:36px;--wrap:68rem;--gutter:clamp(1rem, 4vw, 2rem)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font);color:var(--ink);background:var(--cream);flex-direction:column;min-height:100vh;margin:0;font-size:1.0625rem;line-height:1.6;display:flex}main{flex:1}img,svg{max-width:100%;display:block}h1,h2,h3{letter-spacing:-.01em;text-wrap:balance;margin:0 0 .5em;font-weight:800;line-height:1.15}p,ul,ol{margin:0 0 1em}a{color:var(--blue);text-underline-offset:3px;text-decoration-thickness:2px}a:hover{text-decoration-thickness:3px}:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:6px}.on-blue :focus-visible,.site-header :focus-visible,.site-footer :focus-visible{outline-color:var(--yellow)}.wrap{width:100%;max-width:var(--wrap);padding-inline:var(--gutter);margin-inline:auto}.skip-link{z-index:10;background:var(--yellow);color:var(--ink);border-radius:var(--radius-s);padding:.6rem 1rem;font-weight:700;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-header,.site-footer{background:var(--blue);color:var(--cream)}.site-header a,.site-footer a{color:var(--cream)}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:.9rem;display:flex}.brand{align-items:center;gap:.55rem;font-size:1.125rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{width:1.9rem;height:auto}.nav-list,.footer-links{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{border:2px solid #0000;border-radius:999px;padding:.35rem .95rem;font-weight:700;text-decoration:none;display:inline-block}.nav-list a:hover{border-color:var(--cream)}.nav-list a[aria-current=page]{background:var(--yellow);color:var(--ink)}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;padding-block:1.75rem;display:flex}.footer-inner p{margin:0;font-weight:800}.footer-links{gap:.25rem 1.25rem}.hero{background:var(--blue);color:var(--cream);border-radius:0 0 var(--radius-l) var(--radius-l);padding-block:clamp(2.5rem,7vw,5.5rem) clamp(3rem,8vw,6rem)}.hero-inner{align-items:center;gap:2rem;display:grid}@media (width>=52rem){.hero-inner{grid-template-columns:1.15fr .85fr;gap:3rem}}.hero h1{margin-bottom:.3em;font-size:clamp(2.6rem,8vw,4.75rem)}.tagline{color:var(--yellow);margin-bottom:1rem;font-size:clamp(1.35rem,3.4vw,1.9rem);font-weight:700;line-height:1.25}.lead{max-width:34rem;font-size:1.15rem}.hero-art{justify-self:center;width:min(65%,22rem)}@media (width>=52rem){.hero-art{width:min(100%,22rem)}}.hero-art svg{width:100%;height:auto}.actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.75rem;display:flex}.button{border:3px solid var(--cream);min-height:3rem;color:var(--cream);border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.4rem;font-size:1.0625rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{background:var(--cream);color:var(--blue)}.store-badge{background:var(--ink);min-height:3rem;color:var(--cream);border-radius:999px;flex-direction:column;justify-content:center;padding:.45rem 1.4rem;line-height:1.2;display:inline-flex}.store-badge small{opacity:.85;font-size:.75rem}.store-badge strong{font-size:1.05rem}.section{padding-block:clamp(3rem,7vw,5rem)}.section h2{font-size:clamp(1.75rem,4.5vw,2.5rem)}.section-intro{max-width:38rem;color:var(--ink-soft);margin-bottom:2rem;font-size:1.125rem}.steps{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.step{border-radius:var(--radius-m);min-height:11rem;padding:1.5rem 1.5rem 1.35rem;position:relative;overflow:hidden}.step h3{margin-bottom:.35rem;font-size:1.35rem}.step p{max-width:22rem;margin:0}.step-num{background:var(--cream);width:2.4rem;height:2.4rem;color:var(--ink);border-radius:50%;place-items:center;margin-bottom:.9rem;font-weight:800;display:inline-grid}.step-red{background:var(--red);color:var(--cream)}.step-red p{font-size:1.1875rem;font-weight:700;line-height:1.45}.step-yellow{background:var(--yellow)}.step-blue{background:var(--blue);color:var(--cream)}.vibes{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.vibes li{border-radius:999px;padding:.55rem 1.15rem;font-size:1.05rem;font-weight:800}.vibes li:first-child{background:var(--yellow)}.vibes li:nth-child(2){background:var(--coral)}.vibes li:nth-child(3){background:var(--ochre)}.vibes li:nth-child(4){background:var(--blue);color:var(--cream)}.facts{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin-top:2.5rem;display:grid}.fact{border:2px solid var(--line);border-radius:var(--radius-m);background:#fff;padding:1.35rem 1.5rem}.fact h3{margin-bottom:.25rem;font-size:1.15rem}.fact p{color:var(--ink-soft);margin:0}.heart-row{justify-content:center;gap:clamp(.75rem,3vw,1.5rem);margin-top:3rem;display:flex}.heart-row svg{width:clamp(3rem,11vw,5rem);height:auto}.heart-row svg:nth-child(2){--heart:var(--yellow);transform:translateY(-.6rem)rotate(8deg)}.heart-row svg:nth-child(3){--heart:var(--blue);--eye:var(--cream)}.heart-row svg:nth-child(4){--heart:var(--coral);transform:translateY(-.6rem)rotate(-8deg)}.heart-row svg:nth-child(5){--heart:var(--ochre)}.heart-row svg:first-child{transform:rotate(-10deg)}.heart-row svg:nth-child(5){transform:rotate(10deg)}.page-head{background:var(--blue);color:var(--cream);border-radius:0 0 var(--radius-l) var(--radius-l);padding-block:clamp(2.25rem,6vw,4rem)}.page-head h1{margin-bottom:.25em;font-size:clamp(2.2rem,6vw,3.5rem)}.page-head p{max-width:40rem;margin:0;font-size:1.15rem}.page-head .meta{color:var(--yellow);margin-top:.75rem;font-weight:700}.doc{max-width:46rem;padding-block:clamp(2.5rem,6vw,4rem)}.doc h2{margin-top:2.5rem;font-size:clamp(1.4rem,3.5vw,1.75rem)}.doc h2:first-child{margin-top:0}.doc ul{padding-left:1.3rem}.doc li{margin-bottom:.35rem}.doc li::marker{color:var(--red)}.summary-card{background:var(--yellow);border-radius:var(--radius-m);margin-bottom:2.5rem;padding:1.5rem 1.75rem}.summary-card h2{margin-top:0}.summary-card ul{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.summary-card li{gap:.6rem;margin:0;font-weight:700;display:flex}.summary-card li:before{content:"";background:var(--red);border-radius:50%;flex:none;width:.85rem;height:.85rem;margin-top:.4rem}.contact-card{background:var(--blue);color:var(--cream);border-radius:var(--radius-m);margin-top:2.5rem;padding:1.75rem}.contact-card h2{margin-top:0}.contact-card p:last-child{margin-bottom:0}.contact-card a{color:var(--cream)}.contact-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.email{word-break:break-word;font-size:1.15rem;font-weight:800}.faq{gap:.75rem;display:grid}.faq details{border:2px solid var(--line);border-radius:var(--radius-m);background:#fff}.faq details[open]{border-color:var(--blue)}.faq summary{cursor:pointer;border-radius:var(--radius-m);justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.35rem;font-size:1.1rem;font-weight:800;line-height:1.3;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";background:var(--yellow);border-radius:50%;flex:none;place-items:center;width:2rem;height:2rem;font-size:1.3rem;line-height:1;display:grid}.faq details[open] summary:after{content:"–";background:var(--red);color:var(--cream)}.faq .answer{padding:0 1.35rem 1.2rem}.faq .answer p:last-child{margin-bottom:0}.not-found{text-align:center;padding-block:clamp(3rem,10vw,6rem)}.not-found svg{width:9rem;margin:0 auto 1.5rem}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
