:root{--navy:#0d1117;--navy-dark:#010409;--navy-light:#21262d;--red:#3ee5e5;--red-dark:#2bc2c2;--orange:#3ee5e5;--white:#fff;--off-white:#f6f7fa;--gray-bg:#ebebeb;--gray-bg-2:#f0f0f0;--gray:#8e99ae;--gray-dark:#4a5568;--text-dark:#1a2332;--text-body:#555e6d;--border:#d4dae8;--radius:6px;--radius-lg:12px;--transition:.25s cubic-bezier(.4,0,.2,1);--shadow-sm:0 2px 8px #0d111717;--shadow-md:0 6px 24px #0d111724;--shadow-lg:0 16px 48px #0d111733;--font-sans:"Inter", system-ui, sans-serif;--font-display:"Outfit", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--white);color:var(--text-body);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:.6rem;font-size:.72rem;font-weight:800;display:block}.section-title{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:800;line-height:1.2}.section-title-white{color:#fff}.section-sub{color:var(--text-body);max-width:640px;font-size:1rem;line-height:1.75}.btn{border-radius:var(--radius);letter-spacing:.03em;text-transform:uppercase;transition:var(--transition);white-space:nowrap;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.88rem;font-weight:700;display:inline-flex}.btn-red{background:var(--red);color:var(--navy);font-weight:800}.btn-red:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 6px 20px #3ee5e559}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:var(--navy-dark);transform:translateY(-2px);box-shadow:0 6px 20px #0d111780}.btn-outline{color:var(--navy);border:2px solid var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:#fff}.btn-white{color:var(--navy);background:#fff;font-weight:700}.btn-white:hover{background:#e8edf8;transform:translateY(-2px)}.btn-outline-white{color:#fff;background:0 0;border:2px solid #ffffffb3}.btn-outline-white:hover{background:#ffffff1a}.reveal{opacity:1;transition:opacity .6s,transform .6s;transform:none}.js-reveal .reveal{opacity:0;transform:translateY(24px)}.js-reveal .reveal.visible{opacity:1;transform:translateY(0)}.topbar{background:var(--navy-dark);padding:.55rem 0;font-size:.82rem}.topbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.topbar-left{align-items:center;gap:1.5rem;display:flex}.topbar-item{color:#ffffffbf;align-items:center;gap:.4rem;display:flex}.topbar-item svg{color:var(--orange);flex-shrink:0}.topbar-phone-wrap{align-items:center;gap:1rem;display:flex}.topbar-phone{color:#fff;align-items:center;gap:.4rem;font-size:.95rem;font-weight:700;display:flex}.topbar-phone svg{color:var(--orange)}.topbar-badges{gap:.6rem;display:flex}.topbar-badge{color:#ffffffd9;text-transform:uppercase;letter-spacing:.04em;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:3px;padding:.18rem .55rem;font-size:.7rem;font-weight:700}@media (width<=600px){.topbar-badges{display:none}.topbar-left{gap:.85rem;font-size:.78rem}}.navbar{background:var(--white);border-bottom:2px solid var(--border);z-index:100;position:sticky;top:0;box-shadow:0 2px 12px #0d11171a}.navbar-inner{justify-content:space-between;align-items:center;gap:2rem;height:78px;display:flex}.nav-logo{align-items:center;gap:.75rem;display:flex}.nav-logo-badge{background:var(--navy);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.nav-logo-badge svg{color:#fff}.nav-logo-text{line-height:1.2}.nav-logo-name{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;font-size:1.18rem;font-weight:900}.nav-logo-sub{color:var(--gray);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:500}.nav-links{align-items:center;display:flex}.nav-links a{color:var(--text-dark);border-radius:var(--radius);transition:var(--transition);letter-spacing:.01em;padding:.55rem .9rem;font-size:.875rem;font-weight:600}.nav-links a:hover{color:var(--navy);background:var(--off-white)}.nav-cta{align-items:center;gap:.75rem;display:flex}.nav-call-btn{background:var(--red);color:var(--navy);border-radius:var(--radius);transition:var(--transition);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.45rem;padding:.6rem 1.2rem;font-size:.88rem;font-weight:700;display:flex}.nav-call-btn:hover{background:var(--red-dark)}.nav-phone-label{color:var(--navy);align-items:center;gap:.4rem;font-size:.95rem;font-weight:700;display:flex}.nav-phone-label svg{color:var(--red)}.nav-menu-toggle{border-radius:var(--radius);background:var(--off-white);border:1px solid var(--border);flex-direction:column;gap:5px;padding:.5rem;display:none}.nav-menu-toggle span{background:var(--navy);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.sidebar-header,.sidebar-footer,.sidebar-link-icon,.mobile-sidebar{display:none}@media (width<=960px){.topbar{display:none}.navbar-inner{flex-direction:row;justify-content:space-between}.nav-logo-img{height:55px!important}.nav-cta{display:none}.nav-logo{margin-left:0}.nav-menu-toggle{z-index:1001;margin-left:auto;margin-right:0;display:flex}.nav-links{display:none}.mobile-sidebar.open{z-index:1000;background:linear-gradient(#080c12 0%,#0d1117 40%,#131921 100%);border-right:2px solid #3ee5e540;flex-direction:column;gap:0;width:300px;max-width:85vw;padding:0;animation:.3s cubic-bezier(.4,0,.2,1) sidebar-slide-in;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:8px 0 40px #0009}@keyframes sidebar-slide-in{0%{opacity:.5;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.sidebar-header{background:#0003;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.sidebar-brand{align-items:center;gap:.75rem;display:flex}.sidebar-logo-img{object-fit:contain;width:auto;height:40px}.sidebar-close{cursor:pointer;width:36px;height:36px;transition:var(--transition);color:#fff9;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;display:flex}.sidebar-close:hover{color:var(--red);background:#3ee5e526}.sidebar-links{margin:0;padding:0}.sidebar-link-icon{color:var(--red);opacity:.7;flex-shrink:0;display:inline-block}.mobile-sidebar.open li{list-style:none}.mobile-sidebar.open a{color:#ffffffbf;border-bottom:1px solid #ffffff0d;border-left:3px solid #0000;align-items:center;gap:.85rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s;display:flex}.mobile-sidebar.open a:hover,.mobile-sidebar.open a:active{color:#fff;border-left-color:var(--red);background:#3ee5e50f}.mobile-sidebar.open a:hover .sidebar-link-icon{opacity:1}.sidebar-footer{border-top:1px solid #ffffff14;flex-direction:column;gap:.75rem;margin-top:auto;padding:1.25rem 1.5rem;display:flex}.sidebar-phone-btn{text-transform:uppercase;letter-spacing:.03em;transition:var(--transition);background:var(--red)!important;color:var(--navy)!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;padding:.85rem 1.2rem!important;font-size:.95rem!important;font-weight:800!important;display:flex!important}.sidebar-phone-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #3ee5e566;background:var(--red-dark)!important}.sidebar-book-btn{text-transform:uppercase;letter-spacing:.03em;transition:var(--transition);text-align:center;color:#fff!important;background:0 0!important;border:1.5px solid #fff3!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:.75rem 1.2rem!important;font-size:.88rem!important;font-weight:700!important;display:flex!important}.sidebar-book-btn:hover{background:#ffffff14!important;border-color:#ffffff59!important}.sidebar-info{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.sidebar-info-item{color:#ffffff80;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.sidebar-info-item svg{color:var(--red);opacity:.7;flex-shrink:0}.sidebar-trust{flex-wrap:wrap;gap:.4rem;margin-top:.25rem;display:flex}.sidebar-trust-badge{color:#ffffff73;text-transform:uppercase;letter-spacing:.05em;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.nav-phone-label{display:none}}@media (width<=500px){.nav-logo-img{object-fit:contain;max-width:180px;width:auto!important;height:50px!important}.navbar-inner{gap:0;height:70px}}.hero{background:#030b14;flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__grid-pattern{background-image:linear-gradient(#3ee5e50a 1px,#0000 1px),linear-gradient(90deg,#3ee5e50a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%);mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%)}.hero__glow{filter:blur(120px);opacity:.4;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.hero__glow--tl{background:radial-gradient(circle,#3ee5e52e 0%,#0000 70%);top:-150px;left:-100px}.hero__glow--br{background:radial-gradient(circle,#3ee5e51a 0%,#0000 70%);bottom:-100px;right:-150px}.hero__chevron{z-index:1;pointer-events:none;will-change:transform;width:200%;height:100%;position:absolute;top:0;left:56%}.hero__chevron-line{background:linear-gradient(180deg, var(--red) 0%, #3ee5e533 70%, transparent 100%);transform-origin:0 0;width:4px;height:140%;position:absolute;top:0;left:0;transform:skew(-22deg);box-shadow:0 0 30px #3ee5e559,0 0 60px #3ee5e526}.hero__chevron-fill{transform-origin:0 0;background:linear-gradient(135deg,#3ee5e508 0%,#030b14eb 40%);height:140%;position:absolute;top:0;left:4px;right:0;transform:skew(-22deg)}.hero__container{z-index:2;flex:1;justify-content:space-between;align-items:center;gap:3rem;width:100%;max-width:1400px;margin:0 auto;padding:7rem 2.5rem 3rem;display:flex;position:relative}.hero__content{flex-shrink:0;max-width:620px}.hero__badge{align-items:center;gap:.85rem;margin-bottom:1.25rem;display:inline-flex}.hero__badge-line{background:var(--red);width:40px;height:2px}.hero__badge-text{color:var(--red);letter-spacing:.18em;text-transform:uppercase;font-size:.85rem;font-weight:700}.hero__heading{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:900;line-height:1.08}.hero__heading-white{color:#fff;text-shadow:0 2px 30px #0000004d;display:block}.hero__heading-cyan{color:var(--red);text-shadow:0 0 40px #3ee5e540;display:block}.hero__since{color:#ffffffe6;letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1rem;font-weight:700;display:flex}.hero__since-line{background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:50px;height:1px}.hero__desc{color:#ffffffb3;max-width:460px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero__ctas{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hero__cta{text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero__cta--primary{background:var(--red);color:var(--navy-dark);border:2px solid var(--red);box-shadow:0 4px 20px #3ee5e54d}.hero__cta--primary:hover{background:#2bc2c2;border-color:#2bc2c2;transform:translateY(-2px);box-shadow:0 8px 30px #3ee5e573}.hero__cta--outline{color:#fff;background:0 0;border:2px solid #ffffff59}.hero__cta--outline:hover{border-color:var(--red);color:var(--red);background:#3ee5e50f;transform:translateY(-2px)}.hero__trust{flex-wrap:wrap;gap:1.5rem;display:flex}.hero__trust-item{color:#ffffff8c;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;display:flex}.hero__trust-item svg{color:var(--red);flex-shrink:0}.hero__stars{gap:1px;display:flex}.hero__stars svg{color:gold}.hero__visual{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding-bottom:2rem;display:flex;position:relative}.hero__logo-glow{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#3ee5e51f 0%,#0000 65%);border-radius:50%;width:400px;height:400px;position:absolute}.hero__logo-img{z-index:1;filter:drop-shadow(0 10px 40px #3ee5e526);width:100%;max-width:420px;height:auto;animation:6s ease-in-out infinite heroLogoFloat;position:relative}@keyframes heroLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero__ribbon{z-index:3;border-top:1px solid #3ee5e51f;border-bottom:3px solid var(--red);-webkit-backdrop-filter:blur(10px);background:#010409f5;width:100%;position:relative}.hero__ribbon-inner{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:1.5rem 1rem;display:flex}.hero__ribbon-item{flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex;position:relative}.hero__ribbon-icon{background:#3ee5e514;border:1px solid #3ee5e52e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.hero__ribbon-icon svg{color:var(--red)}.hero__ribbon-item:hover .hero__ribbon-icon{background:#3ee5e52e;border-color:#3ee5e566;box-shadow:0 0 16px #3ee5e533}.hero__ribbon-text h4{color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.15rem;font-size:.82rem;font-weight:700}.hero__ribbon-text p{color:#ffffff80;margin:0;font-size:.78rem}.hero__ribbon-divider{background:linear-gradient(#0000,#ffffff1f,#0000);width:1px;height:40px;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (width<=1200px){.hero__chevron{left:58%}.hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.hero__logo-img{max-width:340px}}@media (width<=960px){.hero{min-height:auto}.hero__chevron{display:none}.hero__container{text-align:center;flex-direction:column;gap:2rem;padding:5rem 1.5rem 2.5rem}.hero__content{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero__desc{max-width:520px}.hero__ctas,.hero__trust{justify-content:center}.hero__visual{order:-1;margin-bottom:0}.hero__logo-img{max-width:260px}.hero__logo-glow{width:280px;height:280px}.hero__ribbon-inner{flex-wrap:wrap;gap:0;padding:0}.hero__ribbon-item{border-bottom:1px solid #ffffff0f;flex:0 0 33.333%;padding:1.2rem .8rem}.hero__ribbon-item:nth-last-child(-n+3){border-bottom:none}.hero__ribbon-divider{display:none}}@media (width<=768px){.hero__container{gap:1.5rem;padding:4rem 1.25rem 2rem}.hero__heading{font-size:2.8rem}.hero__since{gap:.7rem;font-size:.85rem}.hero__since-line{width:30px}.hero__desc{margin-bottom:1.5rem;font-size:.95rem}.hero__logo-img{max-width:200px}.hero__logo-glow{width:200px;height:200px}.hero__ctas{flex-direction:column;width:100%;max-width:340px}.hero__cta{border-radius:50px;justify-content:center;width:100%;padding:.9rem 1.5rem}.hero__cta--primary{box-shadow:0 4px 24px #3ee5e559}.hero__trust{gap:1rem}.hero__ribbon-item{text-align:center;flex-direction:column;gap:.5rem;padding:1rem .5rem;border-bottom:1px solid #ffffff0f!important;flex:0 0 50%!important}.hero__ribbon-item:nth-last-child(-n+2){border-bottom:none!important}.hero__ribbon-icon{width:40px;height:40px}.hero__ribbon-icon svg{width:22px;height:22px}.hero__ribbon-text h4{font-size:.75rem}.hero__ribbon-text p{display:none}}@media (width<=480px){.hero__heading{font-size:2.3rem}.hero__badge-text{letter-spacing:.12em;font-size:.75rem}.hero__badge-line{width:25px}.hero__logo-img{max-width:160px}.hero__desc{font-size:.88rem}.hero__trust-item{font-size:.75rem}}.hero-mobile-actions,.hero-mobile-subtitle,.hero-bar{display:none}.services-strip{background:var(--white);border-bottom:1px solid var(--border);padding:3.5rem 0}.strip-title{text-align:center;margin-bottom:2.5rem}.strip-title .section-sub{margin:.5rem auto 0}.strip-icons{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0;display:flex}.strip-icon-item{text-align:center;border-right:1px solid var(--border);transition:var(--transition);cursor:default;flex-direction:column;align-items:center;gap:.85rem;min-width:160px;padding:1rem 2.5rem;display:flex}.strip-icon-item:last-child{border-right:none}.strip-icon-item:hover{background:var(--off-white)}.strip-icon-item:hover .strip-icon-box{background:var(--red)}.strip-icon-item:hover .strip-icon-box svg{color:#fff}.strip-icon-box{background:var(--off-white);border:2px solid var(--border);width:70px;height:70px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.strip-icon-box svg{color:var(--navy)}.strip-icon-label{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:700;line-height:1.3}@media (width<=800px){.strip-icon-item{min-width:120px;padding:1rem 1.5rem}}@media (width<=768px){.services-grid-detailed{display:none!important}.services-strip{padding:2rem 0}.strip-title{margin-bottom:1.5rem}.strip-icons{flex-flow:wrap;align-items:stretch;gap:0;width:100%}.strip-icon-item{border:none;border-bottom:1px solid var(--border);border-right:1px solid var(--border);box-sizing:border-box;width:50%;min-width:50%;padding:1.2rem .8rem}.strip-icon-item:nth-child(2n){border-right:none}.strip-icon-item:nth-last-child(-n+2){border-bottom:none}.strip-icon-box{border:2px solid var(--border);background:var(--off-white);width:44px;height:44px}.strip-icon-box svg{width:22px;height:22px;color:var(--red)!important}.strip-icon-label{color:var(--navy);margin-top:.4rem;font-size:.78rem}}.mobile-dual-buttons{display:none}@media (width<=768px){.mobile-dual-buttons{grid-template-columns:1fr 1fr;gap:.5rem;margin:1.5rem 0;display:grid}.mobile-dual-buttons .btn{text-align:center;justify-content:center;width:100%;padding:1rem .5rem;font-size:1rem}}.content-section{padding:5rem 0}.content-section.gray-bg{background:var(--gray-bg)}.content-section.white-bg{background:var(--white)}.content-section.dark-overlay{background:var(--navy-dark);padding:5rem 0;position:relative;overflow:hidden}.dark-overlay-bg{position:absolute;inset:0}.dark-overlay-bg img{object-fit:cover;opacity:.2;width:100%;height:100%}.content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}@media (width<=860px){.content-grid{direction:ltr;grid-template-columns:1fr;gap:2.5rem}.content-grid.reverse{direction:ltr}}.content-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.content-img img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:400px;display:block}.content-text .section-tag{margin-bottom:.5rem}.content-text .section-title{margin-bottom:1rem}.content-text p{color:var(--text-body);margin-bottom:.9rem;line-height:1.78}.content-list{flex-direction:column;gap:.7rem;margin:1.5rem 0;display:flex}.content-list-item{color:var(--text-body);align-items:flex-start;gap:.65rem;font-size:.92rem;display:flex}.content-list-item svg{color:var(--red);flex-shrink:0;margin-top:3px}.content-list-item strong{color:var(--navy)}.dark-cols{z-index:1;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid;position:relative}@media (width<=700px){.dark-cols{grid-template-columns:1fr}}.dark-col{text-align:center;border-radius:var(--radius-lg);background:#ffffff0f;border:1px solid #ffffff1f;padding:2rem 1.5rem}.dark-col-icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.dark-col-icon svg{color:var(--orange)}.dark-col h4{font-family:var(--font-display);color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.dark-col p{color:#ffffffa6;font-size:.88rem;line-height:1.65}.dark-section-header{z-index:1;text-align:center;position:relative}.stats-bar{background:var(--navy-dark);border-top:3px solid var(--red);padding:2.5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.stat-item{border-right:1px solid #ffffff1a;padding:1rem 1.5rem}.stat-item:last-child{border-right:none}.stat-number{font-family:var(--font-display);color:var(--orange);margin-bottom:.3rem;font-size:2.4rem;font-weight:900;line-height:1}.stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}@media (width<=640px){.stats-grid{grid-template-columns:1fr 1fr}.stat-item:nth-child(2){border-right:none}.stat-item:nth-child(3){border-top:1px solid #ffffff1a;border-right:1px solid #ffffff1a}}.why-us{background:var(--gray-bg);padding:5rem 0}.why-us-header{text-align:center;max-width:640px;margin:0 auto 3rem}.why-us-header .section-sub{margin:0 auto}.reasons-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.reasons-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.reasons-grid{grid-template-columns:1fr}}.reason-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);padding:2rem 1.75rem;position:relative;overflow:hidden}.reason-card:after{content:"";background:var(--red);height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.reason-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-4px)}.reason-card:hover:after{transform:scaleX(1)}.reason-icon{background:var(--off-white);border:2px solid var(--border);width:68px;height:68px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.reason-card:hover .reason-icon{background:var(--navy);border-color:var(--navy)}.reason-card:hover .reason-icon svg{color:#fff}.reason-icon svg{color:var(--navy)}.reason-card h4{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1rem;font-weight:700}.reason-card p{color:var(--text-body);font-size:.87rem;line-height:1.65}.emergency-section{background:var(--navy);padding:4rem 0}.emergency-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=860px){.emergency-inner{grid-template-columns:1fr;gap:2.5rem}}.emergency-text h2{font-family:var(--font-display);color:#fff;margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.emergency-text p{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.75}.emergency-text a.emergency-number{font-family:var(--font-display);color:var(--orange);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2rem;font-weight:900;display:block}.emergency-box{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);padding:2.5rem}.emergency-box-icon{background:var(--red);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;animation:2.5s infinite pulse-ring;display:flex}@keyframes pulse-ring{0%{box-shadow:0 0 #3ee5e580}70%{box-shadow:0 0 0 18px #3ee5e500}to{box-shadow:0 0 #3ee5e500}}.emergency-box-icon svg{color:#fff}.emergency-box h3{font-family:var(--font-display);color:var(--navy);margin-bottom:.65rem;font-size:1.35rem;font-weight:800}.emergency-box p{color:var(--text-body);margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.e-badges{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.25rem;display:flex}.e-badge{background:var(--off-white);color:var(--navy);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;border-radius:3px;padding:.25rem .65rem;font-size:.72rem;font-weight:700}.service-areas{background:var(--white);padding:5rem 0}.areas-inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}@media (width<=860px){.areas-inner{grid-template-columns:1fr;gap:3rem}}.areas-list{grid-template-columns:1fr 1fr;gap:.65rem;margin-top:1.5rem;display:grid}.area-tag{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-dark);transition:var(--transition);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.87rem;font-weight:600;display:flex}.area-tag:hover{border-color:var(--navy);color:var(--navy);background:#e8edf8}.area-tag svg{color:var(--red);flex-shrink:0}.areas-aside{background:var(--navy);border-radius:var(--radius-lg);color:#fff;padding:2.5rem}.areas-aside h3{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.areas-aside p{color:#ffffffb3;margin-bottom:2rem;font-size:.93rem;line-height:1.7}.aside-contact{flex-direction:column;gap:.85rem;margin-bottom:1.75rem;display:flex}.aside-contact-item{color:#ffffffbf;align-items:center;gap:.65rem;font-size:.9rem;display:flex}.aside-contact-item svg{color:var(--orange);flex-shrink:0}.aside-contact-item a{color:#fff;font-weight:700}.testimonials{background:var(--gray-bg);padding:5rem 0}.testimonials-header{text-align:center;max-width:640px;margin:0 auto 2.5rem}.testimonials-header .section-sub{margin:0 auto}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.testimonials-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.testimonials-grid{grid-template-columns:1fr}}.tcard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;padding:1.75rem;display:flex;position:relative}.tcard:before{content:"\"";color:var(--border);pointer-events:none;font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:.75rem;right:1.25rem}.tcard:hover{box-shadow:var(--shadow-md);border-color:#0000}.stars{color:#f59e0b;gap:3px;margin-bottom:1rem;display:flex}.tcard blockquote{color:var(--text-body);flex:1;margin-bottom:1.5rem;font-size:.9rem;font-style:italic;line-height:1.72}.tcard-author{align-items:center;gap:.75rem;display:flex}.author-avatar{background:var(--navy);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.88rem;font-weight:700;display:flex}.author-info strong{color:var(--text-dark);font-size:.9rem;font-weight:700;display:block}.author-info span{color:var(--gray);font-size:.78rem}.contact-section{background:var(--gray-bg-2);padding:5rem 0}.contact-inner{grid-template-columns:1fr 1.3fr;align-items:start;gap:4rem;display:grid}@media (width<=860px){.contact-inner{grid-template-columns:1fr;gap:3rem}}.contact-info h2{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:2rem;font-weight:800}.contact-info p{color:var(--text-body);margin-bottom:2rem;line-height:1.75}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-detail{align-items:center;gap:.75rem;display:flex}.contact-detail-icon{background:var(--navy);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-detail-icon svg{color:#fff}.contact-detail-text strong{color:var(--gray);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600;display:block}.contact-detail-text a,.contact-detail-text span{color:var(--text-dark);font-size:.95rem;font-weight:600}.contact-detail-text a:hover{color:var(--red)}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem}.contact-form h3{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-size:1.35rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (width<=540px){.form-row{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.form-group label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-sans);color:var(--text-dark);background:var(--white);outline:none;padding:.75rem 1rem;font-size:.93rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--navy)}.form-group textarea{resize:vertical;min-height:120px}.form-note{color:var(--gray);margin-bottom:1.25rem;font-size:.78rem}.form-note a{color:var(--navy);text-decoration:underline}.cta-banner{background:var(--red);color:var(--navy);text-align:center;padding:4.5rem 0;font-weight:700;position:relative;overflow:hidden}.cta-banner:before,.cta-banner:after{content:"";pointer-events:none;background:#ffffff0d;border-radius:50%;position:absolute}.cta-banner:before{width:350px;height:350px;top:-100px;left:-100px}.cta-banner:after{width:400px;height:400px;bottom:-120px;right:-100px}.cta-banner h2{font-family:var(--font-display);color:var(--navy);z-index:1;margin-bottom:.85rem;font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:900;position:relative}.cta-banner p{color:#0d1117b3;z-index:1;max-width:540px;margin:0 auto 2rem;line-height:1.72;position:relative}.cta-actions{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}.footer{background:var(--navy-dark);padding:4rem 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.8fr 1fr 1fr 1.3fr;gap:3rem;padding-bottom:3rem;display:grid}@media (width<=960px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.footer-grid{grid-template-columns:1fr}}.footer-brand-logo{align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.footer-logo-box{background:var(--red);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.footer-logo-box svg{color:var(--navy)}.footer-logo-name{font-family:var(--font-display);color:#fff;font-size:1.05rem;font-weight:900;line-height:1.2}.footer-logo-sub{color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;font-size:.65rem}.footer-about{color:#ffffff80;margin-bottom:1.25rem;font-size:.87rem;line-height:1.7}.footer-contact-row{color:#ffffff8c;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.86rem;display:flex}.footer-contact-row svg{color:var(--orange);flex-shrink:0}.footer-contact-row a{color:#fffc;font-weight:600;transition:color .2s}.footer-contact-row a:hover{color:var(--orange)}.footer-col h4{letter-spacing:.12em;text-transform:uppercase;color:#fff6;margin-bottom:1.25rem;font-size:.72rem;font-weight:700}.footer-links{flex-direction:column;gap:.6rem;display:flex}.footer-links a{color:#ffffff8c;font-size:.87rem;transition:color .2s}.footer-links a:hover{color:#ffffffe0}.footer-areas-wrap{flex-wrap:wrap;gap:.4rem;display:flex}.footer-area-tag{color:#ffffff80;background:#ffffff12;border:1px solid #ffffff1a;border-radius:3px;padding:.22rem .55rem;font-size:.73rem}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.5rem 0;display:flex}.footer-bottom p{color:#ffffff59;font-size:.8rem}.sticky-call{z-index:90;position:fixed;bottom:1.5rem;right:1.5rem}.sticky-call-btn{background:var(--red);color:var(--navy);transition:var(--transition);border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;animation:3s infinite pulse-btn;display:flex;box-shadow:0 6px 24px #3ee5e580}.sticky-call-btn:hover{background:var(--red-dark);transform:translateY(-2px)}@keyframes pulse-btn{0%,to{box-shadow:0 6px 24px #3ee5e580}50%{box-shadow:0 6px 32px #3ee5e5b8}}@media (width<=768px){.content-section,.why-us,.service-areas,.testimonials,.contact-section{padding:2.5rem 0}.content-img img{border-radius:var(--radius);height:220px}.section-title{font-size:1.5rem}.section-sub{font-size:.9rem}.content-grid{gap:1.5rem}.reasons-grid{gap:1rem}.reason-card{padding:1.5rem 1.25rem}.reason-icon{width:52px;height:52px;margin-bottom:1rem}.emergency-inner{gap:2rem}.emergency-text a.emergency-number{font-size:1.5rem}.stats-grid{gap:0}.stat-number{font-size:1.8rem}.footer-grid{gap:2rem}.cta-banner{padding:3rem 0}.cta-banner h2{font-size:1.5rem}.sticky-call-btn{padding:.75rem 1.2rem;font-size:.85rem}}
