@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap";:root{--bg:#EEEAE3;--card:#FFFFFF;--masc:#4B7BE5;--fem:#F0318A;--cta:#C9960C;--dark:#2D3748;--text:#111111;--muted:#888888;--border:rgba(0, 0, 0, 0.08);--radius:14px;--radius-lg:22px;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);--shadow-lg:0 20px 60px rgba(0, 0, 0, 0.18);--maxw:1180px}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:sora,system-ui,-apple-system,segoe ui,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}input,select,button{font:inherit;color:inherit}h1,h2,h3,h4{font-weight:700;line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}p{margin:0 0 1em}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:999px;border:none;background:var(--cta);color:#fff;font-weight:600;transition:transform .15s ease,filter .15s ease}.btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.btn--dark{background:var(--dark)}.btn--ghost{background:0 0;color:var(--text);border:1px solid var(--border)}