/* Stampee pastel design tokens */
.stp-page{--stp-cream:#FDF7F2;--stp-ink:#3A362E;--stp-teal:#6FA79C;--stp-teal-d:#4F8177;--stp-mint:#DCEFE7;--stp-blush:#FBE3DE;--stp-butter:#FDF0C8;--stp-sky:#DDEAF6;--stp-peach:#F3B98A;--stp-gold:#E7B84C;--stp-line:#ECE3D6;background:var(--stp-cream);color:var(--stp-ink);font-family:'Public Sans',-apple-system,sans-serif;line-height:1.55;overflow-x:hidden}.stp-page *{box-sizing:border-box}.stp-section-inner{max-width:1120px;margin:0 auto;padding:88px 24px}@media (max-width:720px){.stp-section-inner{padding:56px 20px}}.stp-center{text-align:center}.stp-header{border-bottom:1px solid var(--stp-line);background:var(--stp-cream)}.stp-header-inner{max-width:1120px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.stp-logo{height:88px;width:auto;display:block}.stp-header-cta{padding:10px 20px;font-size:14px}.stp-eyebrow{font-family:'JetBrains Mono',monospace;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--stp-teal);margin:0 0 18px}.stp-eyebrow--center{text-align:center}.stp-h1{font-family:'Fraunces',serif;font-weight:600;font-size:clamp(40px,6vw,68px);line-height:1.04;letter-spacing:-.01em;margin:0 0 22px}.stp-h1 em{font-style:italic;font-weight:500;color:var(--stp-teal)}.stp-h2{font-family:'Fraunces',serif;font-weight:600;font-size:clamp(28px,4vw,42px);line-height:1.15;margin:0 0 40px}.stp-hero{padding-top:64px;border-bottom:1px solid var(--stp-line)}.stp-hero-inner{max-width:1120px;margin:0 auto;padding:0 24px 80px;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}@media (max-width:860px){.stp-hero-inner{grid-template-columns:1fr;gap:40px;padding-bottom:56px}}.stp-hero-sub{font-size:18px;max-width:480px;color:#4A4942;margin:0 0 32px}.stp-hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}.stp-btn{display:inline-flex;align-items:center;justify-content:center;font-family:'Public Sans',sans-serif;font-weight:700;font-size:15.5px;padding:15px 26px;border-radius:100px;text-decoration:none;transition:transform .15s ease,background .15s ease;border:1.5px solid transparent}.stp-btn-primary{background:var(--stp-teal);color:#fff}.stp-btn-primary:hover{background:var(--stp-teal-d);transform:translateY(-1px)}.stp-btn-ghost{background:transparent;color:var(--stp-ink);border-color:var(--stp-line)}.stp-btn-ghost:hover{border-color:var(--stp-teal);color:var(--stp-teal)}.stp-btn-large{padding:18px 36px;font-size:17px}.stp-hero-trust{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;font-size:14.5px;color:#4A4942}.stp-hero-trust li{display:flex;align-items:center;gap:12px}.stp-stamp-badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--stp-mint);color:var(--stp-teal-d);font-family:'JetBrains Mono',monospace;font-weight:600;font-size:11.5px;border:1.5px solid rgba(59,110,104,.25);transform:rotate(-4deg);flex-shrink:0}.stp-hero-visual{position:relative}.stp-pile-caption{text-align:center;font-size:13.5px;color:#7A776C;margin:16px 0 0}.stp-hero-illustration{width:100%;height:auto;border-radius:20px;display:block;margin-bottom:16px}.stp-problem{background:var(--stp-blush)}.stp-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width:780px){.stp-problem-grid{grid-template-columns:1fr}}.stp-problem-card{text-align:center;padding:32px 22px;background:#fff;border:1px solid var(--stp-line);border-radius:18px}.stp-stamp-icon{font-size:34px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--stp-butter);border-radius:50%;margin:0 auto 18px}.stp-problem-card h3{font-family:'Fraunces',serif;font-size:19px;font-weight:600;margin:0 0 8px}.stp-problem-card p{font-size:14.5px;color:#5B594F;margin:0}.stp-characters{background:#fff;border-top:1px solid var(--stp-line);border-bottom:1px solid var(--stp-line)}.stp-char-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:28px}@media (max-width:700px){.stp-char-grid{grid-template-columns:repeat(2,1fr)}}.stp-char-card{text-align:center}.stp-char-swatch{width:100%;aspect-ratio:1;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:44px;margin-bottom:12px;overflow:hidden}.stp-char-swatch img{width:100%;height:100%;object-fit:cover}.stp-char-card h3{font-family:'Fraunces',serif;font-size:17px;font-weight:600;margin:0}.stp-char-note{text-align:center;font-size:14.5px;color:#5B594F;max-width:460px;margin:0 auto}.stp-real{background:var(--stp-cream)}.stp-real-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:20px}@media (max-width:700px){.stp-real-grid{grid-template-columns:1fr}}.stp-real-photo{border-radius:18px;overflow:hidden;border:1px solid var(--stp-line);aspect-ratio:1}.stp-real-photo img{width:100%;height:100%;object-fit:cover;display:block}.stp-real-caption{text-align:center;font-size:13.5px;color:#7A776C;margin:0}.stp-how{background:var(--stp-butter)}.stp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width:780px){.stp-steps{grid-template-columns:1fr}}.stp-step{text-align:center}.stp-step-mark{width:46px;height:46px;border-radius:50%;background:var(--stp-teal);color:#fff;font-family:'Fraunces',serif;font-weight:600;font-size:19px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;transform:rotate(-4deg)}.stp-step h3{font-family:'Fraunces',serif;font-size:18px;font-weight:600;margin:0 0 8px}.stp-step p{font-size:14.5px;color:#5B594F;margin:0;max-width:260px;margin-inline:auto}.stp-trust{background:var(--stp-mint)}.stp-trust-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}@media (max-width:780px){.stp-trust-inner{grid-template-columns:1fr}}.stp-trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;font-size:15.5px}.stp-trust-list li::before{content:"✓";color:var(--stp-teal-d);font-weight:700;margin-right:10px}.stp-trust-visual{display:flex;align-items:center;justify-content:center}.stp-stamp-mark-large{width:220px;height:220px;border-radius:50%;border:3px solid var(--stp-teal-d);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-6deg);position:relative;color:var(--stp-teal-d);font-family:'Fraunces',serif;background:rgba(255,255,255,.35)}.stp-stamp-mark-large::before{content:"";position:absolute;inset:-10px;border-radius:50%;border:1px dashed rgba(41,78,74,.35)}.stp-stamp-mark-large span{font-size:26px;font-weight:700;letter-spacing:.04em}.stp-stamp-mark-sub{font-family:'JetBrains Mono',monospace!important;font-size:11px!important;font-weight:600!important;letter-spacing:.16em;margin-top:6px}.stp-faq{background:var(--stp-sky)}.stp-faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.stp-faq-item{background:#fff;border:1px solid var(--stp-line);border-radius:14px;padding:18px 22px}.stp-faq-item summary{cursor:pointer;font-weight:600;font-size:15.5px;list-style:none;display:flex;justify-content:space-between;align-items:center}.stp-faq-item summary::-webkit-details-marker{display:none}.stp-faq-item summary::after{content:"+";color:var(--stp-teal);font-size:20px;font-weight:400}.stp-faq-item[open] summary::after{content:"−"}.stp-faq-body{font-size:14.5px;color:#5B594F;margin-top:12px;line-height:1.6}.stp-final-cta{background:var(--stp-ink);color:#fff}.stp-final-cta .stp-h2{color:#fff;margin-bottom:32px}.stp-final-cta .stp-btn-primary{background:var(--stp-peach);color:var(--stp-ink)}.stp-final-cta .stp-btn-primary:hover{background:#E6935A}