
:root{--red:#DC2626;--yellow:#FACC15;--blue:#2563EB;--green:#16A34A;--black:#111827;--light:#F8FAFC}
*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#172033;line-height:1.7}a{text-decoration:none}
.navbar{background:var(--black);padding:13px 0;box-shadow:0 3px 18px rgba(0,0,0,.18)}.navbar-brand{font-size:1rem;letter-spacing:.3px}.brand-mark{display:inline-flex;background:var(--yellow);color:var(--black);width:31px;height:31px;border-radius:7px;align-items:center;justify-content:center;margin-right:7px}.nav-link{color:#fff!important;margin:0 5px;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--yellow)!important}
.hero{min-height:650px;display:flex;align-items:center;position:relative;background:linear-gradient(90deg,rgba(17,24,39,.94),rgba(17,24,39,.55)),url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=2000&q=85") center/cover}.hero-content{position:relative;color:#fff;max-width:850px}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:2px;color:var(--yellow);margin-bottom:10px}.hero h1{font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.08;font-weight:800;margin-bottom:22px}.hero p{font-size:1.25rem;max-width:760px;color:#e5e7eb}.trust{margin-top:30px;font-weight:700;letter-spacing:.5px}.trust span{color:var(--yellow);padding:0 8px}
.page-hero{background:linear-gradient(120deg,var(--black),#263244);color:#fff;padding:95px 0}.page-hero h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.1}.page-hero p{max-width:800px;color:#dbe3ee;font-size:1.1rem}
.section{padding:85px 0}.section h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;margin-bottom:18px}.lead{font-size:1.15rem}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:35px}
.service-card,.mini-card,.stat-card,.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px;box-shadow:0 8px 25px rgba(17,24,39,.06);transition:.25s}.service-card:hover,.mini-card:hover{transform:translateY(-5px);box-shadow:0 14px 35px rgba(17,24,39,.12)}.service-card .icon{width:54px;height:54px;border-radius:12px;background:#FEF2F2;color:var(--red);display:flex;align-items:center;justify-content:center;font-size:1.55rem;margin-bottom:20px}.service-card h3{font-size:1.15rem;font-weight:800}.service-card p{color:#5b6575}.service-card a{color:var(--blue);font-weight:700}.mini-card i,.stat-card i{font-size:1.8rem;color:var(--blue);display:block;margin-bottom:12px}.mini-card h4,.stat-card h4{font-weight:800}
.feature-panel{background:var(--black);color:#fff;border-radius:18px;padding:30px}.feature-panel>div{display:grid;grid-template-columns:48px 1fr;column-gap:12px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}.feature-panel>div:last-child{border-bottom:0}.feature-panel i{grid-row:span 2;color:var(--yellow);font-size:1.5rem}.feature-panel span{color:#aeb9c8;font-size:.9rem}
.stat-card{text-align:center}.stat-card i{color:var(--green)}.cta{background:linear-gradient(110deg,var(--red),#b91c1c 55%,var(--blue));color:#fff;padding:65px 0}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-weight:800}.cta p{margin:0;color:#fee2e2}
.footer{background:var(--black);color:#aeb9c8}.footer h5,.footer h6{color:#fff}.footer a{display:block;color:#aeb9c8;margin:5px 0}.footer a:hover{color:var(--yellow)}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding:16px;color:#8994a4}
.floating-wa{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.65rem;box-shadow:0 8px 25px rgba(0,0,0,.25);z-index:1000}
.quote-form{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:30px;box-shadow:0 8px 25px rgba(17,24,39,.06)}.quote-form label{font-weight:700;font-size:.9rem}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:11px 13px;margin-top:5px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:2px solid rgba(37,99,235,.2);border-color:var(--blue)}.notice{background:#fffbeb;border-left:5px solid var(--yellow);padding:18px 20px;border-radius:8px}.notfound{min-height:70vh;display:flex;align-items:center;text-align:center}.notfound .container{max-width:700px}.notfound h1{font-size:4rem;font-weight:800}
@media(max-width:991px){.navbar-brand{font-size:.85rem}.hero{min-height:580px}.cta .container{flex-direction:column;align-items:flex-start}.section-head{align-items:flex-start;flex-direction:column}}
@media(max-width:575px){.hero{min-height:620px}.hero h1{font-size:2.5rem}.hero p{font-size:1.05rem}.page-hero{padding:70px 0}.section{padding:65px 0}.navbar-brand{max-width:260px;line-height:1.2}}
