@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/InterVariable.woff2)format("woff2")}:root{--red:#b70000;--red-dark:#8f0000;--charcoal:#2d2d2d;--charcoal-2:#3a3a3a;--gray:#818181;--gray-text:#6b6b6b;--light:#f5f4f3;--white:#fff;--shadow:0 10px 30px #2d2d2d24;--radius:14px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--charcoal);background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}h1,h2,h3{font-weight:800;line-height:1.2}.container{width:90%;max-width:1100px;margin:0 auto}header{z-index:100;backdrop-filter:blur(10px);background:#fffffff0;border-bottom:1px solid #ececec;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.logo{letter-spacing:-.5px;align-items:center;gap:12px;min-width:0;font-size:1.3rem;font-weight:800;display:flex}.logo .name{white-space:nowrap;color:var(--charcoal)}.logo img{width:auto;height:38px;display:block}.logo .name b{color:var(--red);font-weight:800}.logo a{align-items:center;gap:12px;text-decoration:none;display:flex}.nav-links{gap:28px;list-style:none;display:flex}.nav-links a{color:var(--charcoal);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--red)}.btn{background:var(--red);color:#fff;white-space:nowrap;cursor:pointer;border:none;border-radius:999px;padding:12px 24px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s,background .2s;display:inline-block}.btn-cta .cta-short{display:none}.nav .btn-cta{flex:none}.btn:hover{background:var(--red-dark);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-ghost{color:#fff;background:0 0;border:2px solid #fff}.btn-ghost:hover{color:var(--charcoal);background:#fff}.hero{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#1c1c1cd1,#1c1c1ce0),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='800'%3E%3Crect width='1200' height='800' fill='%232d2d2d'/%3E%3Cg fill='none' stroke='%233f3f3f' stroke-width='2'%3E%3Cpath d='M0 200h1200M0 400h1200M0 600h1200M200 0v800M400 0v800M600 0v800M800 0v800M1000 0v800'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:110px 0 120px}.hero h1{letter-spacing:-1px;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.6rem)}.hero h1 .hl{color:var(--red)}.hero p{color:#dcdcdc;max-width:640px;margin:0 auto 36px;font-size:1.15rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.stats{z-index:5;grid-template-columns:repeat(3,1fr);gap:24px;margin:-60px auto 0;display:grid;position:relative}.stat{border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);background:#fff;padding:28px 20px}.stat .num{color:var(--red);font-size:2.2rem;font-weight:800}.stat .label{color:var(--gray-text);font-size:.9rem;font-weight:600}section{padding:90px 0}.section-head{text-align:center;max-width:680px;margin:0 auto 50px}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem;font-weight:800}.section-head h2{margin:10px 0 16px;font-size:clamp(1.8rem,4vw,2.6rem)}.section-head p{color:var(--gray-text);font-size:1.05rem}#about{background:var(--light)}#about .section-head{margin-bottom:50px}#about .section-head p+p{margin-top:14px}.about-features{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);background:#fff;border:1px solid #ececec;padding:30px 22px;transition:transform .2s,border-color .2s}.feature-card:hover{border-color:var(--red);transform:translateY(-6px)}.feature-card .check{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;margin:0 auto 16px;font-size:1.1rem;font-weight:700;display:grid}.feature-card p{color:var(--charcoal);font-size:.98rem;font-weight:700}.services{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.service-card{border-radius:var(--radius);background:#fff;border:1px solid #ececec;padding:34px 28px;transition:transform .2s,box-shadow .2s,border-color .2s}.service-card:hover{box-shadow:var(--shadow);border-color:var(--red);transform:translateY(-6px)}.service-card .ico{background:#b700001a;border-radius:12px;place-items:center;width:56px;height:56px;margin-bottom:18px;font-size:1.6rem;display:grid}.service-card h3{margin-bottom:10px;font-size:1.2rem}.service-card p{color:var(--gray-text);font-size:.95rem}#contact{background:var(--light)}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.contact-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:40px}.contact-card h3{margin-bottom:8px;font-size:1.5rem}.contact-card p{color:var(--gray-text);margin-bottom:24px}.contact-item{color:var(--charcoal);border-bottom:1px solid #ececec;align-items:center;gap:14px;padding:14px 0;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.contact-item:last-child{border-bottom:none}.contact-item:hover{color:var(--red)}.contact-item .ico{width:44px;height:44px;color:var(--red);background:#b700001a;border-radius:10px;flex:0 0 44px;place-items:center;display:grid}.contact-item .ico svg{width:20px;height:20px}.contact-item small{color:var(--gray-text);font-weight:500;display:block}.socials{gap:14px;margin-top:28px;display:flex}.social-btn{background:var(--charcoal);color:#fff;border-radius:999px;align-items:center;gap:10px;padding:13px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,background .2s;display:inline-flex}.social-btn svg{flex:none;width:20px;height:20px}.social-btn:hover{background:var(--red);transform:translateY(-3px)}.cta-box h2{margin-bottom:14px;font-size:clamp(1.6rem,4vw,2.4rem)}.cta-box p{color:var(--gray-text);margin-bottom:26px}footer{background:var(--charcoal);color:#b8b8b8;text-align:center;padding:44px 0;font-size:.9rem}.footer-logo{align-items:center;gap:12px;margin-bottom:16px;display:inline-flex}.footer-logo .chip{background:#fff;border-radius:10px;place-items:center;padding:8px 10px;display:grid}.footer-logo .chip img{width:auto;height:26px;display:block}.footer-logo .name{color:#fff;font-size:1.15rem;font-weight:800}.footer-logo .name b{color:var(--red)}footer a{color:#ff8a8a;font-weight:600;text-decoration:none}footer a:hover{text-decoration:underline}.footer-meta{font-size:.9rem}.footer-meta .sep{color:var(--gray);margin:0 8px}.footer-nap{margin-bottom:8px;font-style:normal;display:block}.legal{padding:60px 0 90px}.legal .container{max-width:820px}.legal h1{margin-bottom:10px;font-size:clamp(1.9rem,4vw,2.8rem)}.legal .lead{color:var(--gray-text);margin-bottom:8px;font-size:1.1rem}.legal .updated{color:var(--gray);margin-bottom:40px;font-size:.9rem}.legal h2{color:var(--charcoal);margin:36px 0 12px;font-size:1.3rem}.legal p{color:var(--gray-text);margin-bottom:14px}.legal ul{color:var(--gray-text);margin:0 0 14px 1.2rem}.legal li{margin-bottom:8px}.legal li strong{color:var(--charcoal)}.legal a{color:var(--red);font-weight:600}.legal .back{margin-top:40px;font-weight:700;display:inline-block}.notfound{text-align:center;padding:130px 0 150px}.notfound-code{color:var(--red);margin-bottom:8px;font-size:clamp(4rem,12vw,7rem);font-weight:800;line-height:1;display:block}.notfound h1{margin-bottom:16px;font-size:clamp(1.6rem,4vw,2.2rem)}.notfound p{color:var(--gray-text);max-width:480px;margin:0 auto 32px;font-size:1.05rem}@media (width<=860px){.nav-links{display:none}.stats,.contact-grid{grid-template-columns:1fr}.about-features{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:1fr}section{padding:60px 0}}@media (width<=600px){.nav .btn-cta{padding:10px 16px;font-size:.9rem}.btn-cta .cta-full{display:none}.btn-cta .cta-short{display:inline}}
