*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}body{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#fef9e4 0,#fff7d6 30%,#fdf0b0 70%,#fef5d4 100%);position:relative;min-height:100vh;min-height:100dvh}.bg-dots{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;background-image:radial-gradient(circle,#f0d78c 1px,transparent 1px);background-size:40px 40px;opacity:.35;transition:background-position .1s ease-out}.card{position:relative;z-index:2;background:#fff;border-radius:2.5rem;padding:clamp(2rem,5vw,3.5rem) clamp(1.5rem,4vw,3rem);max-width:580px;width:90%;box-shadow:0 8px 32px rgba(180,140,60,0.12),0 2px 8px rgba(0,0,0,0.04),0 0 0 1px rgba(255,255,255,0.5) inset,0 0 60px rgba(255,240,180,0.25);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;animation:fadeIn .6s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.logo-wrap{margin-bottom:.25rem}.logo-wrap img{height:clamp(38px,6vw,48px);width:auto;display:block}h1{font-size:clamp(1.7rem,4.5vw,2.4rem);font-weight:700;color:#2c2416;letter-spacing:-0.02em;line-height:1.2;max-width:90%}.subtitle{font-size:clamp(0.95rem,2.2vw,1.1rem);font-weight:400;color:#5e503a;line-height:1.5;max-width:85%}.chips{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:.25rem}.chip{background:#fef7e6;color:#4a3a22;font-size:clamp(0.8rem,1.8vw,0.92rem);font-weight:600;padding:.55rem 1.1rem;border-radius:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.04);opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.chip.visible{opacity:1;transform:translateY(0)}.chip:nth-child(1){transition-delay:.05s}.chip:nth-child(2){transition-delay:.15s}.chip:nth-child(3){transition-delay:.25s}.cta{display:inline-block;background:#f27d72;color:#fff;font-weight:700;font-size:clamp(1rem,2.4vw,1.15rem);padding:.9rem 2.4rem;border-radius:3rem;text-decoration:none;letter-spacing:.01em;box-shadow:0 6px 18px rgba(242,125,114,0.35),0 2px 4px rgba(0,0,0,0.06);transition:transform .15s ease,box-shadow .15s ease;outline:none;border:none;cursor:pointer;margin-top:.5rem}.cta:hover{transform:scale(1.03);box-shadow:0 8px 22px rgba(242,125,114,0.45),0 3px 6px rgba(0,0,0,0.08)}.cta:focus-visible{box-shadow:0 0 0 3px rgba(242,125,114,0.45),0 6px 18px rgba(242,125,114,0.35)}.cta:active{transform:scale(0.97);box-shadow:0 3px 10px rgba(242,125,114,0.25),0 1px 2px rgba(0,0,0,0.05)}.reassurance{display:flex;align-items:center;gap:.45rem;font-size:clamp(0.78rem,1.7vw,0.88rem);color:#7a6a4f;font-weight:400;margin-top:.1rem;opacity:0;animation:fadeSlideUp .7s .35s ease-out forwards}@keyframes fadeSlideUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.arrow{display:inline-block;animation:pulseArrow 1.4s ease-in-out infinite}@keyframes pulseArrow{0%,100%{opacity:.55;transform:translateX(0)}50%{opacity:1;transform:translateX(3px)}}@media(max-width:480px){.card{border-radius:2rem;padding:2rem 1.4rem;gap:1.2rem}.chips{gap:.5rem}.cta{padding:.8rem 2rem}}