@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#ffffff;color:#1a1208;min-height:100vh;overflow-x:hidden;line-height:1.7;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 40% at 0 0,rgba(200,146,42,.08) 0,transparent 60%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(13,122,138,.06) 0,transparent 60%)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f0e8}::-webkit-scrollbar-thumb{background:rgba(200,146,42,.4);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)!important}.steps-grid{grid-template-columns:1fr!important}.hero-btns{flex-direction:column!important;align-items:stretch!important}.nav-links{display:none!important}.footer-grid{grid-template-columns:1fr!important}}@media (min-width:641px){.stats-grid{grid-template-columns:repeat(4,1fr)!important}.steps-grid{grid-template-columns:repeat(3,1fr)!important}.footer-grid{grid-template-columns:2fr 1fr 1fr!important}}