:root{--primary: #0284c7;--primary-hover: #0369a1;--primary-dark: #075985;--primary-light: #e0f2fe;--primary-glow: rgba(2, 132, 199, .25);--emergency: #e11d48;--emergency-hover: #be123c;--emergency-glow: rgba(225, 29, 72, .35);--accent-gold: #f59e0b;--dark-bg: #0b1329;--card-bg: #111e3f;--border-color: #1e293b;--text-main: #0f172a;--text-muted: #64748b;--text-white: #f8fafc;--surface: #ffffff;--surface-alt: #f8fafc;--radius: 12px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 10px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.05);--shadow-xl: 0 25px 50px -12px rgba(11,19,41,.25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:var(--text-main);background-color:var(--surface);overflow-x:hidden;max-width:100vw;width:100%}body{overflow-x:hidden;max-width:100vw;width:100%;position:relative;line-height:1.6}#app,main,header,footer,section{max-width:100%;overflow-x:clip}img,svg,video{max-width:100%;height:auto}.top-bar{background:var(--dark-bg);color:#94a3b8;font-size:13px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}.top-bar .container{display:flex;justify-content:space-between;align-items:center}.top-info{display:flex;align-items:center;gap:20px}.top-info span{display:flex;align-items:center;gap:6px}.pulse-dot{width:8px;height:8px;background:#10b981;border-radius:50%;display:inline-block;box-shadow:0 0 #10b981b3;animation:pulse 1.6s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.container{max-width:1240px;margin:0 auto;padding:0 20px}.site-header{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #0000000d;border-bottom:1px solid #e2e8f0}.navbar{display:flex;justify-content:space-between;align-items:center;height:80px;gap:16px}.brand-logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.brand-logo img{height:52px;width:auto;object-fit:contain}.brand-text h1{font-size:19px;font-weight:800;color:var(--dark-bg);letter-spacing:-.02em;line-height:1.1;white-space:nowrap}.brand-text p{font-size:11px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:20px;list-style:none}.nav-links a{text-decoration:none;font-weight:600;color:#334155;font-size:14.5px;transition:color .2s;cursor:pointer;white-space:nowrap}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:9999px;font-weight:700;font-size:15px;text-decoration:none;cursor:pointer;transition:all .25s ease;border:none;white-space:nowrap;flex-shrink:0}.btn-emergency{background:var(--emergency);color:#fff;box-shadow:0 8px 20px var(--emergency-glow);white-space:nowrap;padding:12px 22px;font-size:14.5px;display:inline-flex;align-items:center;gap:10px}.btn-emergency:hover{background:var(--emergency-hover);transform:translateY(-2px);box-shadow:0 12px 25px var(--emergency-glow)}.btn-phone-circle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;color:#e11d48;border-radius:50%;box-shadow:0 2px 8px #00000047;flex-shrink:0;animation:phoneRing 3s infinite ease-in-out}.btn-phone-circle svg{width:17px;height:17px;fill:currentColor}@keyframes phoneRing{0%,to{transform:rotate(0) scale(1)}10%,30%{transform:rotate(-14deg) scale(1.12)}20%,40%{transform:rotate(14deg) scale(1.12)}50%{transform:rotate(0) scale(1)}}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 6px 18px var(--primary-glow)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.hero{position:relative;background:linear-gradient(135deg,#09132c,#0d2256 60%,#0369a1);color:#fff;padding:80px 0 100px;overflow:hidden}.hero-bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(rgba(56,189,248,.12) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:10px;background:#e11d4847;border:1px solid rgba(251,113,133,.7);color:#fff;padding:8px 18px;border-radius:9999px;font-size:13.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:22px;box-shadow:0 0 15px #e11d4859;animation:heroBadgePulse 2s infinite ease-in-out;cursor:default;-webkit-user-select:none;user-select:none}.hero-badge-icon{display:inline-flex;font-size:16px;animation:badgeBoltFlash 1.5s infinite}.hero-badge-dot{width:8px;height:8px;background:#f43f5e;border-radius:50%;display:inline-block;box-shadow:0 0 8px #f43f5e;animation:badgeDotPulse 1.2s infinite alternate}@keyframes heroBadgePulse{0%{transform:scale(1);box-shadow:0 0 #e11d48bf;border-color:#fb7185b3}50%{transform:scale(1.035);box-shadow:0 0 20px 6px #e11d4880;border-color:#ff4d6d;background:#e11d4873}to{transform:scale(1);box-shadow:0 0 #e11d4800;border-color:#fb7185b3}}@keyframes badgeBoltFlash{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.25);filter:drop-shadow(0 0 6px #facc15)}}@keyframes badgeDotPulse{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.3)}}.hero h2{font-size:48px;font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:20px}.hero h2 span{color:#38bdf8;display:inline-block}.hero p.lead{font-size:18px;color:#cbd5e1;line-height:1.6;margin-bottom:32px}.hero-btns{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:40px}.hero-badges{display:flex;align-items:center;gap:24px;border-top:1px solid rgba(255,255,255,.15);padding-top:24px}.hero-stat{display:flex;flex-direction:column}.hero-stat strong{font-size:24px;color:#fff}.hero-stat span{font-size:13px;color:#94a3b8}.hero-card{background:#fff;border-radius:var(--radius-lg);padding:36px 32px;box-shadow:var(--shadow-xl);color:var(--text-main);border:1px solid #e2e8f0}.hero-card-header{margin-bottom:24px;text-align:center}.hero-card-header h3{font-size:22px;font-weight:800;color:var(--dark-bg)}.hero-card-header p{font-size:14px;color:var(--text-muted);margin-top:4px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.form-control{width:100%;padding:12px 16px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:14px;transition:all .2s;background:#f8fafc}.form-control:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px var(--primary-glow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.trust-bar{background:#f8fafc;padding:30px 0;border-bottom:1px solid #e2e8f0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-item{display:flex;align-items:center;gap:16px}.trust-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-item h4{font-size:15px;font-weight:700;color:var(--dark-bg)}.trust-item p{font-size:13px;color:var(--text-muted)}.section{padding:80px 0}.section-header{text-align:center;max-width:680px;margin:0 auto 50px}.section-tag{color:var(--primary);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;display:block}.section-header h2{font-size:36px;font-weight:800;color:var(--dark-bg);letter-spacing:-.02em;margin-bottom:16px}.section-header p{font-size:16px;color:var(--text-muted)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.service-card{background:#fff;border-radius:var(--radius);border:1px solid #e2e8f0;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:#cbd5e1}.service-img{height:200px;width:100%;object-fit:cover;background:#e2e8f0}.service-body{padding:24px;display:flex;flex-direction:column;flex:1}.service-body h3{font-size:20px;font-weight:700;color:var(--dark-bg);margin-bottom:12px}.service-body p{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:20px;flex:1}.service-link{color:var(--primary);font-weight:700;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.service-link:hover{color:var(--primary-dark)}.zones-section{background:var(--dark-bg);color:#fff;padding:80px 0}.zones-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.zone-card{background:#131e3d;border:1px solid #233567;border-radius:var(--radius);padding:24px;transition:all .3s;cursor:pointer}.zone-card:hover{background:#192750;border-color:#38bdf8;transform:translateY(-4px)}.zone-card h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.zone-card p{font-size:13px;color:#94a3b8;margin-bottom:16px}.zone-badge{display:inline-flex;align-items:center;gap:4px;background:#38bdf826;color:#38bdf8;font-size:12px;font-weight:600;padding:4px 10px;border-radius:9999px;white-space:nowrap;flex-shrink:0}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);position:relative;background:#fff}.project-card img{width:100%;height:240px;object-fit:cover;display:block}.project-info{padding:20px}.project-info h4{font-size:17px;font-weight:700;color:var(--dark-bg)}.project-info span{font-size:13px;color:var(--text-muted)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius);padding:24px}.review-stars{color:#f59e0b;margin-bottom:12px}.review-card p{font-size:14px;color:#334155;line-height:1.6;margin-bottom:16px}.review-author{display:flex;align-items:center;justify-content:space-between}.review-author strong{font-size:14px;color:var(--dark-bg)}.review-author span{font-size:12px;color:#64748b}.site-footer{background:#060b18;color:#94a3b8;padding:80px 0 30px;border-top:1px solid #1e293b}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:60px}.footer-col h4{color:#fff;font-size:17px;font-weight:700;margin-bottom:20px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .2s}.footer-col ul li a:hover{color:#38bdf8}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.mobile-call-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--dark-bg);padding:12px 16px;z-index:999;box-shadow:0 -4px 15px #0000004d;border-top:1px solid rgba(255,255,255,.1)}.mobile-call-bar .btn{width:100%}.toast-msg{position:fixed;bottom:24px;right:24px;background:#10b981;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 10px 25px #0003;z-index:9999;font-weight:600;display:none}.cta-emergency-section{background:linear-gradient(135deg,#be123c,#e11d48);color:#fff;padding:60px 0;text-align:center;overflow:hidden}.cta-emergency-title{font-size:34px;font-weight:800;margin-bottom:16px;word-break:break-word}.cta-emergency-desc{font-size:18px;margin-bottom:30px;opacity:.95}.cta-emergency-btns{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.btn-cta-call{background:#fff;color:#be123c;font-size:17px;padding:14px 30px;box-shadow:0 10px 25px #0003;display:inline-flex;align-items:center;gap:10px;border-radius:var(--radius);font-weight:700;text-decoration:none}.btn-cta-outline{border:2px solid #fff;color:#fff;font-size:17px;padding:14px 30px;border-radius:var(--radius);font-weight:700;text-decoration:none;background:transparent;cursor:pointer}.zones-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px}.zone-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:var(--shadow-md)}.zone-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:10px;flex-wrap:wrap}.zone-detail-header h2{font-size:24px;color:var(--dark-bg)}.zone-delay-pill{background:#e0f2fe;color:#0369a1;font-weight:700;font-size:13px;padding:4px 12px;border-radius:9999px;white-space:nowrap}.zone-detail-desc{color:#64748b;font-size:15px;margin-bottom:16px}.zone-detail-postal{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:24px}.zone-detail-btns{display:flex;gap:12px;flex-wrap:wrap}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px}.contact-col-card{border-radius:16px;padding:36px}.apropos-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:40px;box-shadow:var(--shadow-md)}@media (max-width: 992px){.hero-content{grid-template-columns:1fr;gap:40px}.services-grid,.projects-grid,.reviews-grid,.trust-grid,.zones-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr;gap:30px}}@media (max-width: 768px){.nav-links{display:none}.top-bar{padding:6px 0}.top-bar .container{flex-direction:column;gap:6px;align-items:center;text-align:center}.top-info{font-size:11.5px;gap:8px;justify-content:center;flex-wrap:wrap}.services-grid,.projects-grid,.reviews-grid,.trust-grid,.zones-grid,.footer-grid,.zones-detail-grid{grid-template-columns:1fr;gap:20px}.hero{padding:40px 0 60px}.hero-content{gap:30px}.hero-badge{font-size:11.5px;padding:6px 12px;gap:6px;max-width:100%;white-space:normal;text-align:center;line-height:1.35;margin-bottom:16px}.hero h2{font-size:28px;line-height:1.2;margin-bottom:14px;word-break:break-word}.hero p.lead{font-size:15px;margin-bottom:24px;line-height:1.5}.hero-btns{flex-direction:column;width:100%;gap:12px;margin-bottom:28px}.hero-btns .btn{width:100%;justify-content:center;white-space:normal;text-align:center;font-size:14px;padding:12px 14px}.hero-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-top:18px}.hero-stat strong{font-size:18px}.hero-stat span{font-size:11px;line-height:1.3}.hero-card{padding:24px 16px;border-radius:var(--radius)}.hero-card-header h3{font-size:19px}.form-row{grid-template-columns:1fr;gap:10px}.cta-emergency-section{padding:40px 0}.cta-emergency-title{font-size:24px}.cta-emergency-desc{font-size:15px;margin-bottom:22px}.cta-emergency-btns{flex-direction:column;width:100%;gap:12px}.btn-cta-call,.btn-cta-outline{width:100%;justify-content:center;font-size:15px;padding:12px 16px;white-space:normal;text-align:center}.zone-detail-card,.contact-col-card,.apropos-card{padding:24px 16px!important}.zone-detail-btns{flex-direction:column}.zone-detail-btns .btn{width:100%;justify-content:center;text-align:center}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.mobile-call-bar{display:block;max-width:100vw}body{padding-bottom:75px}}@media (max-width: 480px){.brand-logo img{height:40px}.brand-text h1{font-size:15px}.brand-text p{font-size:9.5px}.hero h2{font-size:24px}.hero-badges{grid-template-columns:1fr 1fr;gap:12px}.section{padding:50px 0}.section-header h2{font-size:26px}}
