@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');
:root{--pink:#d81b60;--dark:#a90f49;--rose:#f9dbe7;--blush:#fff4f7;--wine:#3b1424;--ink:#25171d;--muted:#75646c;--line:#eadde2;--shadow:0 18px 60px #5d233b1f}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:400 16px/1.55 'DM Sans',sans-serif}button,input,select,textarea{font:inherit}.skip{position:fixed;top:-5rem;left:1rem;z-index:20;background:white;padding:.8rem}.skip:focus{top:1rem}header{height:76px;padding:0 clamp(1.2rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;background:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid #f1e7eb}.brand{display:flex;align-items:center;gap:1rem;color:var(--muted);font-size:.72rem;line-height:1.25;text-decoration:none}.brand img{width:160px;height:auto}.store{color:var(--dark);font-weight:700;text-decoration:none}.hero{min-height:640px;padding:5rem clamp(1.5rem,8vw,9rem);display:grid;grid-template-columns:1.1fr .8fr;gap:4rem;align-items:center;background:radial-gradient(circle at 88% 0,#fde8f0,transparent 27%),linear-gradient(135deg,#fff,#fff7fa);overflow:hidden}.eyebrow{margin:0 0 1rem;color:var(--dark);font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero h1{margin:0 0 1.5rem;color:var(--wine);font:600 clamp(3rem,6vw,5.6rem)/.98 'Playfair Display',serif;letter-spacing:-.04em}.hero h1 em{display:block;color:var(--pink)}.lead{max-width:600px;color:var(--muted);font-size:1.15rem}.hero small{display:block;margin-top:1.2rem;color:var(--muted)}.btn{min-height:50px;padding:.8rem 1.4rem;border:0;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;text-decoration:none;cursor:pointer;transition:.18s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--pink);color:white;box-shadow:0 10px 24px #d81b6038}.primary:hover{background:var(--dark)}.secondary{background:white;border:1px solid var(--line);color:var(--wine)}.ghost{min-height:40px;border:1px dashed #d7aaba;background:white;color:var(--dark)}.dark{background:var(--wine);color:white}.visual{height:470px;position:relative;display:grid;place-items:center}.card{width:min(330px,80%);aspect-ratio:4/5;border-radius:48% 48% 7rem 7rem;background:linear-gradient(155deg,#f7c7d7,#bd4b76);box-shadow:var(--shadow);display:grid;place-items:center;color:white;position:relative;overflow:hidden}.card>b{position:absolute;font:italic 600 11rem 'Playfair Display';color:#ffffff3b}.card p{z-index:1;text-align:center;margin-top:13rem;font:1.7rem/1.2 'Playfair Display'}.visual i{position:absolute;right:4%;top:8%;color:var(--pink);font-size:2.8rem}.bubble{position:absolute;width:130px;height:130px;border-radius:50%;background:#ffe5ef;left:0;top:0}.benefits{max-width:1180px;margin:-38px auto 0;position:relative;display:grid;grid-template-columns:repeat(3,1fr);background:white;border:1px solid var(--line);box-shadow:var(--shadow)}.benefits article{padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem}.benefits article+article{border-left:1px solid var(--line)}.benefits b{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--blush);color:var(--pink);font-size:1.25rem}.benefits span{display:flex;flex-direction:column}.benefits small{color:var(--muted)}.capture{padding:7rem 1.5rem;background:linear-gradient(#fff,#fff9fb)}.heading{text-align:center;max-width:670px;margin:0 auto 2.5rem}.heading h2,.cta h2{margin:.2rem 0 1rem;color:var(--wine);font:600 clamp(2.2rem,4vw,3.5rem)/1.1 'Playfair Display'}.heading>p:last-child{color:var(--muted)}form{max-width:980px;margin:auto;padding:clamp(1.2rem,4vw,3.3rem);background:white;border:1px solid var(--line);box-shadow:var(--shadow)}.honey{position:absolute;left:-10000px}.steps{display:flex;align-items:center;justify-content:center;margin-bottom:3.5rem}.steps>i{width:70px;height:1px;background:var(--line)}.step{border:0;background:none;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer}.step b{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:white}.step.active,.step.done{color:var(--dark)}.step.active b{background:var(--pink);color:white;border-color:var(--pink);box-shadow:0 0 0 5px var(--blush)}.step.done b{background:var(--blush);border-color:var(--pink)}.panel{border:0;padding:0;margin:0}.panel legend{width:100%;padding:0;color:var(--wine);font:600 2.2rem 'Playfair Display'}.panel>p{margin:.4rem 0 2rem;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}.wide{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:.45rem}.field>span,.question h3{font-size:.9rem;font-weight:700}.field input,.field select,.field textarea{width:100%;padding:.85rem 1rem;border:1px solid #dacbd1;border-radius:3px;background:white}.field textarea{resize:vertical}.field small{color:var(--muted);font-size:.72rem}.field .error{color:#a52222}.field.invalid input{border-color:#b62c2c;background:#fffafa}.question{padding:1.6rem 0;border-top:1px solid #f1e8eb}.question:first-of-type{padding-top:0;border:0}.question h3{margin:0 0 .7rem;font-size:1rem}.choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.choices.inline{display:flex;flex-wrap:wrap}.choices label{cursor:pointer}.choices input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.choices span{display:block;min-height:46px;padding:.65rem .9rem;border:1px solid var(--line);border-radius:4px;font-size:.82rem}.choices.inline span{min-height:auto;border-radius:30px}.choices input:checked+span{color:var(--dark);border-color:var(--pink);background:var(--blush);box-shadow:inset 0 0 0 1px var(--pink)}input:focus-visible,select:focus-visible,textarea:focus-visible,.btn:focus-visible,.step:focus-visible,summary:focus-visible,.choices input:focus-visible+span{outline:3px solid #d81b6033;outline-offset:2px}details{margin-top:1rem;padding:1rem;border:1px solid var(--line)}summary{font-weight:700;cursor:pointer;color:var(--wine)}details>p{font-size:.82rem;color:var(--muted)}.row{padding:1rem 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr auto;gap:.8rem;align-items:end}.row.three{grid-template-columns:1fr 1fr 1fr auto}.remove{width:42px;height:42px;border:0;background:#fff0f3;color:var(--dark);font-size:1.5rem;cursor:pointer}.summary{display:flex;gap:1rem;padding:1.5rem;margin-bottom:1.5rem;background:var(--blush)}.summary>b{font-size:2rem;color:var(--pink)}.summary span{display:flex;flex-direction:column}.summary small{color:var(--muted)}.consent{display:flex;gap:.9rem;align-items:flex-start;padding:1rem;margin:.75rem 0;border:1px solid var(--line);cursor:pointer}.consent input{width:20px;height:20px;accent-color:var(--pink);flex:none}.consent span{font-size:.88rem}.consent small{display:block;color:var(--muted);margin-top:.35rem}.marketing{padding:1.3rem;border:1px solid var(--line)}.marketing h3{margin:0}.marketing p{color:var(--muted);font-size:.85rem}.marketing .consent{border:0;padding:.4rem 0;margin:0}.third{display:none}.third.show{display:flex}.legal{padding:1rem;margin-top:1rem;background:#faf7f8;color:var(--muted);font-size:.75rem}.actions{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem}.actions .btn:last-child{margin-left:auto}#status{display:none;padding:1rem;margin-bottom:1rem;background:#fff2f2;color:#842222;border-left:3px solid #b62c2c}#status.show{display:block}.cta{padding:4rem clamp(1.5rem,9vw,10rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--rose)}.cta>div{max-width:620px}.cta p:last-child{color:#6f4a5a}footer{padding:3rem 1.5rem;text-align:center;background:var(--wine);color:#f4dfe8;font-size:.78rem}footer>strong{font:600 1.8rem 'Playfair Display';color:white}footer p{margin:.3rem}dialog{width:min(470px,calc(100% - 2rem));padding:2.5rem;border:0;text-align:center;box-shadow:0 24px 90px #1e08114d}dialog::backdrop{background:#230f17a6;backdrop-filter:blur(4px)}dialog>div{width:64px;height:64px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#e8f5ef;color:#256d52;font-size:1.8rem}dialog h2{color:var(--wine);font:600 2rem 'Playfair Display'}#demo-note{padding:.7rem;background:#fff6dc;color:#765d17;font-size:.78rem}.loading{opacity:.6;pointer-events:none}
@media(max-width:800px){.brand span{display:none}.hero{grid-template-columns:1fr;min-height:auto}.visual{height:360px}.benefits{margin:0;grid-template-columns:1fr}.benefits article+article{border-left:0;border-top:1px solid var(--line)}.grid{grid-template-columns:1fr}.wide{grid-column:auto}.choices{grid-template-columns:repeat(2,1fr)}.row,.row.three{grid-template-columns:1fr}.remove{justify-self:end}.steps>i{width:24px}.step small{display:none}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:480px){header{height:66px}.brand img{width:130px}.store{font-size:.78rem}.hero{padding:3.5rem 1.2rem}.hero h1{font-size:3rem}.visual{height:300px}.card{width:210px}.card p{margin-top:9rem}.capture{padding:4rem .75rem}form{padding:1.1rem}.choices{grid-template-columns:1fr}.actions{position:sticky;bottom:0;z-index:3;background:white;padding:1rem 0}.actions .btn{flex:1;padding:.7rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}