@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Inter:wght@300;400&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#f7f4f0;min-height:100vh;display:flex;align-items:center;justify-content:center}.page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f7f4f0,#ede8e1)}.card{text-align:center;max-width:520px;animation:fadeUp .9s ease both}.check{width:72px;height:72px;border-radius:50%;background:#2d6a4f;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 8px 24px #2d6a4f40}h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:600;color:#1a1a1a;line-height:1.35;margin-bottom:1rem;letter-spacing:-.01em}p{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;color:#4a4a4a;line-height:1.6;letter-spacing:.01em}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
