@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary:#0a0a0a;--color-accent:#ff2d3b;--color-background:#fff;--color-textPrimary:#0a0a0a;--color-textSecondary:#737373;--radius-md:0;--shadow-md:0 4px 6px -1px rgba(0,0,0,.06)}html{scroll-behavior:smooth}body{background:var(--color-background);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{font-family:Instrument Sans,-apple-system,sans-serif;color:var(--color-textPrimary)}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.1;letter-spacing:-.5px}h1{font-size:3rem;margin-bottom:1rem}h2{font-size:2.25rem;margin-bottom:.875rem}h3{font-size:1.875rem;margin-bottom:.75rem}h4{font-size:1.5rem;margin-bottom:.625rem}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:768px}.container-wide{max-width:1536px}.section{padding:5rem 0}.section-lg{padding:7rem 0}.section-sm{padding:3rem 0}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeIn{animation:fadeIn .6s ease}.animate-slideIn{animation:slideInRight .6s ease}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-backgroundGray)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-textLight)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:3rem 0}.section-lg{padding:4rem 0}.section-sm{padding:2rem 0}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}section[style*="8rem 0 3rem"]{padding:6rem 0 2rem!important}section[style*="padding: 3rem 0"] h2{font-size:1.75rem!important}}@media print{.no-print{display:none!important}}.btn-cta,.btn-cta:hover{color:#fff!important}.btn-cta:active{box-shadow:0 4px 12px rgba(255,45,59,.2)}.btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:var(--color-accent);color:#fff;font-weight:600;font-size:1.0625rem;border-radius:100px;text-decoration:none;border:none;cursor:pointer;font-family:inherit;transition:all .25s ease;box-shadow:0 4px 12px rgba(255,45,59,.25)}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(255,45,59,.35);background:#e6222f;color:#fff}.btn-cta:active{transform:translateY(0);box-shadow:0 4px 12px rgba(255,45,59,.25);background:#cc1f2a;color:#fff}