@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Outfit:wght@300;400;500;600&display=swap";
:root{--soft-pink:#f8d7e8;--pink:#e8b4d0;--soft-blue:#c8e0f0;--blue:#a8c8e8;--accent-gold:#c9a962}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100vh}body{background:linear-gradient(135deg,var(--soft-pink)0%,#f0dce8 25%,#e0e8f4 50%,var(--soft-blue)75%,#d0e0f0 100%);color:#5a4a6a;background-attachment:fixed;flex-direction:column;align-items:center;padding:2rem 1.5rem 3rem;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative}body:before,body:after{content:"";filter:blur(80px);opacity:.4;pointer-events:none;border-radius:50%;position:fixed}body:before{background:var(--soft-pink);width:400px;height:400px;top:-100px;right:-100px}body:after{background:var(--soft-blue);width:350px;height:350px;bottom:-80px;left:-80px}main{z-index:1;width:100%;max-width:900px;position:relative}.page{flex-direction:column;gap:2.5rem;width:100%;display:flex}.header{justify-content:center;align-items:center;gap:.75rem;padding:.75rem 0 .5rem;display:flex}.header-logo{object-fit:cover;border-radius:12px;width:44px;height:44px}.header-title{color:#4a3a5a;letter-spacing:.1em;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600}.hero{text-align:center;margin-bottom:.5rem}.container{text-align:center;max-width:620px;margin:0 auto}.logo{filter:drop-shadow(0 8px 24px #c9a9624d);border-radius:18px;width:140px;height:auto;margin-bottom:2.2rem;animation:4s ease-in-out infinite float;overflow:hidden}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}h1{color:#4a3a5a;letter-spacing:.02em;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,6vw,3.2rem);font-weight:600;line-height:1.2}.tagline{color:#6a5a7a;opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;font-weight:300}.message{color:#5a4a6a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff8c;border:1px solid #fffc;border-radius:16px;margin-bottom:2rem;padding:1.25rem 1.75rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.05rem,3vw,1.3rem);font-style:italic;box-shadow:0 4px 24px #a8c8e833}.badge{color:#4a3a5a;background:linear-gradient(135deg,#e8b4d099,#a8c8e899);border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;animation:2.5s ease-in-out infinite pulse;display:inline-flex}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.sparkle{animation:1.5s ease-in-out infinite sparkle;display:inline-block}.sparkle:nth-child(2){animation-delay:.3s}.sparkle:nth-child(3){animation-delay:.6s}@keyframes sparkle{0%,to{opacity:1}50%{opacity:.4}}section{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff8c;border:1px solid #ffffffbf;border-radius:20px;padding:2.25rem 2rem;transition:box-shadow .25s,transform .25s;box-shadow:0 18px 40px #7a8dad2e}section:hover{transform:translateY(-2px);box-shadow:0 22px 60px #7a8dad38}.section-title{color:#4a3a5a;text-align:center;letter-spacing:.03em;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600}.section-subtitle{color:#6a5a7a;text-align:center;max-width:540px;margin:0 auto 1.75rem;font-size:.95rem;line-height:1.6}.features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1rem;display:grid}.feature-card{text-align:center;background:#fff9;border:1px solid #ffffffd9;border-radius:14px;padding:1.25rem 1rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a8c8e840}.feature-icon{opacity:.9;margin-bottom:.6rem;font-size:1.5rem}.feature-card h3{color:#4a3a5a;margin-bottom:.35rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600}.feature-card p{color:#6a5a7a;font-size:.85rem;line-height:1.45}.values-list{flex-direction:column;gap:1rem;max-width:520px;margin:0 auto;display:flex}.value-item{background:#ffffff80;border:1px solid #fffc;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.value-bullet{background:linear-gradient(135deg,#e8b4d099,#a8c8e899);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;display:flex}.value-item h4{color:#4a3a5a;margin-bottom:.2rem;font-size:.95rem;font-weight:500}.value-item p{color:#6a5a7a;font-size:.85rem;line-height:1.5}.cta-box{text-align:center;padding:2rem}.cta-box p{color:#5a4a6a;margin-bottom:1rem;font-size:1rem;line-height:1.6}@media (max-width:640px){section{padding:1.75rem 1.4rem}}
