@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--primary:#d51321;--primary-hover:#b5101c;--bg-dark:#09090b;--bg-light:#fff;--bg-subtle:#f4f4f5;--text-dark:#fafafa;--text-light:#09090b;--text-muted:#71717a;--text-muted-dark:#a1a1aa;--font-sans:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-sans);color:var(--text-light);background-color:var(--bg-light)}body{overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2rem,8vw,4.5rem);margin-bottom:1.2rem}h2{font-size:clamp(1.6rem,6vw,3.5rem);margin-bottom:1rem}h3{font-size:clamp(1.2rem,4vw,2rem)}p{line-height:1.7;font-size:clamp(.95rem,2vw,1.125rem)}.text-gradient{background:linear-gradient(135deg,var(--primary) 0,#ff4b59 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.hero-section{padding-top:8rem;padding-bottom:4rem;min-height:auto}.section-dark{background-color:var(--bg-dark);color:var(--text-dark)}.section-dark p{color:var(--text-muted-dark)}.glass{background:hsla(0,0%,100%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.grid-responsive{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.grid-responsive-large{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:4rem;gap:4rem}.embla{overflow:hidden;padding:1rem 0 2rem}.embla__container{display:flex;gap:1rem}.embla__slide{flex:0 0 90%;min-width:0}.brand-slide{flex:0 0 auto;min-width:150px;display:flex;justify-content:center;align-items:center}.mobile-menu-btn{display:block}.desktop-menu{display:none}.footer-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}@media (min-width:768px){.section{padding:6rem 0}.hero-section{padding-top:12rem;padding-bottom:6rem;min-height:90vh}.embla__slide{flex:0 0 45%}.grid-responsive{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.mobile-menu-btn{display:none!important}.desktop-menu{display:flex!important}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.embla__slide{flex:0 0 30%}.embla__container{gap:1.5rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .8s ease-out forwards}