@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300&family=Jost:wght@300;400;500&display=swap";:root{--rose:#c4748a;--rose-light:#e8b4c0;--rose-pale:#f5e6ea;--cream:#fdf8f5;--charcoal:#3a3030;--muted:#9e8a8d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--charcoal);min-height:100dvh;font-family:Jost,sans-serif;font-weight:300;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:999;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:fixed;inset:0}.blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.blob-1{background:var(--rose-light);opacity:.18;width:420px;height:420px;top:-100px;right:-120px}.blob-2{background:var(--rose);opacity:.12;width:300px;height:300px;bottom:60px;left:-80px}.page{z-index:1;flex-direction:column;align-items:center;min-height:100dvh;padding:3rem 1.5rem 2rem;display:flex;position:relative}.hero{text-align:center;flex-direction:column;align-items:center;padding-top:1rem;animation:.9s both fadeUp;display:flex}.logo-img{object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 4px 24px #c4748a33);width:clamp(160px,50vw,220px);height:auto;margin-bottom:1.8rem}.tagline{color:var(--charcoal);opacity:.85;max-width:340px;font-family:Cormorant Garamond,serif;font-size:clamp(1.15rem,4.5vw,1.5rem);font-style:italic;line-height:1.65}.cta-wrap{margin-top:2.5rem;animation:.9s .25s both fadeUp}.btn-whatsapp{background:var(--rose);color:#fff;letter-spacing:.08em;border-radius:60px;align-items:center;gap:.7rem;padding:.95rem 2.2rem;font-family:Jost,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex;box-shadow:0 8px 32px #c4748a59}.btn-whatsapp:hover{background:#b56278;transform:translateY(-2px);box-shadow:0 14px 40px #c4748a73}.btn-whatsapp:active{transform:translateY(0)}.features{flex-direction:column;gap:1rem;width:100%;max-width:420px;margin-top:3.5rem;animation:.9s .45s both fadeUp;display:flex}.feat{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffa6;border:1px solid #c4748a26;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.1rem 1.3rem;display:flex}.feat-icon{background:var(--rose-pale);width:42px;height:42px;color:var(--rose);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feat-title{letter-spacing:.04em;color:var(--charcoal);margin-bottom:.2rem;font-size:.9rem;font-weight:500}.feat-desc{color:var(--muted);font-size:.82rem;line-height:1.5}footer{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);opacity:.7;margin-top:auto;padding-top:2.5rem;font-size:.72rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width>=480px){.features{gap:1.2rem}}
