
:root{--blue:#1179e8;--blue2:#0b4fae;--navy:#071a3d;--cyan:#19b6ef;--ink:#172033;--muted:#68758a;--line:#e1e9f4;--soft:#f4f8fd;--white:#fff;--shadow:0 18px 55px rgba(9,45,100,.12);--radius:20px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1160px,92%);margin:auto}
.top-strip{background:var(--navy);color:#d9e7fb;font-size:12px}.top-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.top-inner a{color:#fff}.top-inner i{color:#59c7ff}.sep{opacity:.35;margin:0 10px}
.navbar{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid #e9eef6}.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px}.brand img{width:53px;height:53px;border-radius:10px;object-fit:contain}.brand b{display:block;color:var(--navy);font-size:20px;letter-spacing:1px}.brand small{display:block;color:var(--blue);font-weight:800;font-size:10px;letter-spacing:3px}.nav-links{display:flex;align-items:center;gap:19px;font-size:13px;font-weight:700}.nav-links>a:not(.nav-btn){color:#26344c}.nav-links>a:hover{color:var(--blue)}.nav-btn{background:var(--blue);color:#fff!important;padding:11px 16px;border-radius:10px}.nav-btn i{font-size:16px}.menu{display:none;border:0;background:none;color:var(--navy);font-size:25px}
.hero{position:relative;min-height:610px;overflow:hidden;background:#071a3d}.hero-slide{display:none;min-height:610px;position:relative;background-size:cover;background-position:center}.hero-slide.active{display:block}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,48,.94) 0%,rgba(5,32,75,.78) 45%,rgba(7,26,61,.18) 100%)}.hero-content{position:relative;z-index:2;min-height:610px;display:flex;align-items:center}.hero-copy{max-width:690px;color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;margin-bottom:20px}.hero h1{font-size:clamp(40px,5.2vw,67px);line-height:1.04;letter-spacing:-2.2px;margin-bottom:19px}.hero h1 span{color:#5dceff}.hero p{font-size:18px;color:#d9e9ff;max-width:600px;margin-bottom:28px}.actions{display:flex;flex-wrap:wrap;gap:11px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:11px;font-weight:800;transition:.2s}.btn-primary{background:#fff;color:var(--navy)}.btn-blue{background:var(--blue);color:#fff}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.08)}.btn:hover{transform:translateY(-2px)}.hero-dots{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);z-index:5;display:flex;gap:8px}.hero-dots button{border:0;width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.hero-dots button.active{width:30px;border-radius:10px;background:#fff}
.section{padding:90px 0}.soft{background:var(--soft)}.section-head{max-width:760px;margin:0 auto 44px;text-align:center}.kicker{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}.section-head h2{color:var(--navy);font-size:clamp(30px,4vw,45px);line-height:1.12;margin-bottom:12px}.section-head p{color:var(--muted)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.about-photo{position:relative;border-radius:25px;overflow:hidden;box-shadow:var(--shadow);min-height:450px}.about-photo img{width:100%;height:100%;min-height:450px;object-fit:cover}.photo-badge{position:absolute;left:22px;bottom:22px;background:#fff;border-radius:14px;padding:13px 16px;box-shadow:0 12px 35px rgba(0,0,0,.16);font-weight:800;color:var(--navy)}.photo-badge i{color:var(--blue);margin-right:6px}.about-copy h2{font-size:36px;color:var(--navy);line-height:1.15;margin-bottom:16px}.about-copy p{color:var(--muted);margin-bottom:14px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:22px 0}.check{font-size:13px;font-weight:700}.check i{color:var(--blue);margin-right:8px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card,.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 28px rgba(9,45,100,.06);transition:.25s}.service-card:hover,.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-img{height:205px;overflow:hidden}.service-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.service-card:hover .service-img img{transform:scale(1.05)}.service-body{padding:20px 21px;position:relative}.service-number{position:absolute;right:18px;top:17px;color:#c9d7e9;font-weight:900;font-size:12px}.service-body h3{color:var(--navy);font-size:18px;margin-bottom:7px;padding-right:30px}.service-body p{color:var(--muted);font-size:13px;min-height:62px}.service-body a{display:inline-block;color:var(--blue);font-size:13px;font-weight:800;margin-top:12px}.service-body a i{font-size:11px;margin-left:4px}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-img{height:195px;overflow:hidden;background:#eef5fd}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:18px}.product-body h3{color:var(--navy);font-size:17px;margin-bottom:6px}.product-body p{font-size:12px;color:var(--muted);min-height:42px}.product-wa{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:8px;background:#25d366;color:#fff;padding:10px;border-radius:9px;font-size:12px;font-weight:800}.product-wa i{font-size:16px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why{background:#fff;border:1px solid var(--line);padding:25px;border-radius:18px}.why i{font-size:25px;color:var(--blue);margin-bottom:16px}.why h3{color:var(--navy);font-size:17px;margin-bottom:7px}.why p{color:var(--muted);font-size:13px}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial{border:1px solid var(--line);border-radius:18px;padding:25px;background:#fff}.stars{color:#f2a900;font-size:14px;letter-spacing:2px}.testimonial>p{font-size:14px;color:#4c596d;margin:13px 0 20px}.person{display:flex;gap:11px;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8f3ff;color:var(--blue);font-weight:900}.person small{display:block;color:var(--muted);font-size:11px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:25px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.contact-card h3{font-size:27px;color:var(--navy);margin-bottom:8px}.contact-card>p{color:var(--muted);font-size:14px}.contact-list{display:grid;gap:17px;margin-top:24px}.contact-item{display:flex;gap:13px}.contact-item i{width:42px;height:42px;border-radius:12px;background:#eaf4ff;color:var(--blue);display:grid;place-items:center;min-width:42px}.contact-item b{display:block;color:var(--navy);font-size:13px}.contact-item span,.contact-item a{color:var(--muted);font-size:13px}.map{width:100%;height:100%;min-height:410px;border:0;border-radius:22px}
.page-hero{position:relative;min-height:360px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,50,.92),rgba(5,55,120,.65),rgba(5,30,65,.2))}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-size:clamp(38px,5vw,58px);line-height:1.08;margin:8px 0 14px}.page-hero p{max-width:720px;color:#dceaff}.content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}.content-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:0 8px 28px rgba(9,45,100,.06)}.content-card h2{color:var(--navy);font-size:32px;line-height:1.15;margin-bottom:13px}.content-card p{color:var(--muted);font-size:14px;margin-bottom:14px}.repair-list{display:grid;gap:10px;margin-top:20px}.repair-list li{list-style:none;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#f8fbff;display:flex;gap:11px;font-size:13px}.repair-list i{color:var(--blue);margin-top:4px}.repair-list small{display:block;color:var(--muted);margin-top:2px}.side-card{border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#082a63,#0c86e4);color:#fff;position:sticky;top:100px}.side-card img{width:100%;height:230px;object-fit:cover}.side-content{padding:24px}.side-content h3{font-size:24px;margin-bottom:8px}.side-content p{font-size:13px;color:#dceaff;margin-bottom:17px}.side-content .btn-primary{width:100%}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px}.step-num{width:38px;height:38px;border-radius:10px;background:#e8f3ff;color:var(--blue);display:grid;place-items:center;font-weight:900;margin-bottom:13px}.step h3{color:var(--navy);font-size:16px;margin-bottom:6px}.step p{color:var(--muted);font-size:12px}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:15px}.gallery img:first-child{height:454px;grid-row:span 2}
.footer{background:#061634;color:#fff;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:35px}.footer-brand{display:flex;gap:11px;align-items:center;margin-bottom:14px}.footer-brand img{width:54px;height:54px;border-radius:10px;object-fit:contain;background:#fff}.footer-brand b{font-size:15px}.footer-brand small{display:block;color:#58c9ff;font-size:10px;letter-spacing:1px}.footer p,.footer a{color:#b9c9e0;font-size:13px}.footer h3{font-size:15px;margin-bottom:14px}.footer-links{display:grid;gap:9px}.footer-links a:hover,.footer a:hover{color:#fff}.footer-social{display:flex;gap:9px;margin-top:18px}.footer-social a{width:36px;height:36px;border-radius:10px;background:#10284f;display:grid;place-items:center;color:#fff}.mt{margin-top:14px}.map-wrap{margin-top:35px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;color:#8fa6c4;font-size:11px}
.whatsapp-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;z-index:1100;box-shadow:0 12px 30px rgba(0,0,0,.25);font-size:31px}.whatsapp-float:hover{transform:scale(1.06)}
@media(max-width:1000px){.nav-links{display:none;position:absolute;left:4%;right:4%;top:73px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:stretch}.nav-links.show{display:flex}.menu{display:block}.service-grid,.testimonials{grid-template-columns:1fr 1fr}.products{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.side-card{position:static}.process{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.top-inner>div{display:none}.top-inner{justify-content:center}.nav-inner{height:70px}.brand img{width:46px;height:46px}.brand b{font-size:17px}.hero,.hero-slide,.hero-content{min-height:590px}.hero h1{font-size:42px}.hero p{font-size:16px}.hero-slide:before{background:linear-gradient(90deg,rgba(3,18,48,.95),rgba(5,32,75,.72))}.section{padding:65px 0}.about-grid,.contact-grid{grid-template-columns:1fr}.about-photo,.about-photo img{min-height:340px}.service-grid,.products,.testimonials,.why-grid,.footer-grid,.process{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:220px;grid-row:auto}.checks{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:5px}.map{min-height:300px}}
