:root{--navy: #062b6f;--navy-dark: #031f52;--red: #ef321f;--yellow: #ffc91a;--green: #149447;--white: #ffffff;--text: #071b3d;--muted: #64748b}*{box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}button{font-family:inherit}.topbar{height:36px;background:var(--navy-dark);color:#fff}.topbar-inner{width:min(1230px,calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700}.topbar-inner a,.top-location,.social-top{display:flex;align-items:center;gap:7px}.topbar svg{color:var(--yellow)}.social-top{gap:15px}.navbar{height:75px;background:#fff;border-bottom:1px solid #e8edf5;position:relative;z-index:10}.navbar-inner{width:min(1230px,calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.navbar-logo img{width:170px;height:auto}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{position:relative;padding:28px 0;color:var(--text);font-size:14px;font-weight:700}.nav-links a:after{content:"";position:absolute;bottom:17px;left:0;width:0;height:3px;background:var(--red);transition:.25s}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.quote-button{display:flex;align-items:center;gap:8px;padding:13px 21px;background:var(--yellow);color:#111;border-radius:8px;font-size:14px;font-weight:800}.hero{height:300px;position:relative;overflow:hidden;background:#eaf5ff}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fffffffa,#ffffffed 32%,#ffffff26 70%)}.hero-container{position:relative;z-index:2;width:min(1230px,calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center}.hero-content{width:55%}.hero-badge{display:inline-block;background:var(--yellow);color:#111;padding:4px 10px;border-radius:7px;font-size:14px;font-weight:800;margin-bottom:5px}.hero-ntr{display:block;color:var(--red);font-size:70px;font-weight:900;line-height:.9}.hero-packers{display:block;color:var(--navy);font-size:37px;font-weight:900;line-height:1;letter-spacing:-1px}.hero-description{color:#111;font-size:17px;font-weight:700;margin:7px 0 15px}.hero-actions{display:flex;gap:14px}.call-button,.whatsapp-button{display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:8px;font-size:14px;font-weight:800}.call-button{background:var(--yellow);color:#111}.whatsapp-button{background:var(--green);color:#fff}.trust-section{position:relative;z-index:5;margin-top:-35px}.trust-container{width:min(1230px,calc(100% - 40px));margin:auto;background:#fff;border-radius:18px;box-shadow:0 8px 30px #0000001f;padding:12px 20px;display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:14px;padding:8px 28px;border-right:1px dashed #c7ccd4}.trust-item:last-child{border-right:none}.trust-icon{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border-radius:50%}.trust-item h3{font-size:14px;color:var(--navy);margin-bottom:3px}.trust-item p{font-size:11px;line-height:1.35}.section-heading{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px}.section-heading span{width:45px;height:3px;background:var(--yellow)}.section-heading h2{font-size:28px;color:var(--navy)}.services-section{width:min(1230px,calc(100% - 40px));margin:auto;padding:20px 0 10px}.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.service-card{background:#fff;border:1px solid #e0e5ed;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px #0000000d;transition:.25s}.service-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001f}.service-image-wrapper{height:90px;position:relative}.service-image-wrapper img{width:100%;height:100%;object-fit:cover}.service-icon{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);width:43px;height:43px;border-radius:50%;background:var(--navy);color:#fff;border:3px solid white;display:flex;align-items:center;justify-content:center}.service-body{padding:26px 8px 10px;text-align:center}.service-body h3{color:var(--navy);font-size:14px;margin-bottom:5px}.service-body p{min-height:35px;font-size:11px;line-height:1.3;color:#333}.service-body button{border:none;background:var(--yellow);color:#111;border-radius:5px;padding:5px 16px;margin-top:7px;font-size:10px;font-weight:800;cursor:pointer}.how-section{width:min(1230px,calc(100% - 40px));margin:8px auto;min-height:70px;background:var(--navy);border-radius:10px;color:#fff;display:grid;grid-template-columns:150px 1fr;align-items:center;padding:10px 20px}.how-title{border-right:1px solid rgba(255,255,255,.7)}.how-title h2{font-size:25px;line-height:.95}.steps{display:grid;grid-template-columns:repeat(5,1fr)}.step{position:relative;display:flex;align-items:center;gap:8px;padding:0 14px}.step-icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--red);border:2px solid white;border-radius:50%}.step-content h3{font-size:12px}.step-content p{font-size:9px;line-height:1.3;color:#e3ebfa;margin-top:2px}.step-arrow{position:absolute;right:-5px;font-size:22px}.bottom-grid{width:min(1230px,calc(100% - 40px));margin:0 auto 10px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.info-card{min-height:145px;background:#f8faff;border:1px solid #dce5f3;border-radius:12px;padding:13px 20px}.info-card>h2{color:var(--navy);font-size:20px;margin-bottom:10px}.info-card>h2:after{content:"";display:block;width:35px;height:3px;background:var(--red);margin-top:4px}.why-content{display:flex;justify-content:space-between;align-items:center}.why-content ul{list-style:none;display:grid;gap:6px}.why-content li{display:flex;align-items:center;gap:6px;font-size:11px}.why-content li svg{color:#168b45;flex-shrink:0}.why-content img{width:120px;height:90px;object-fit:cover;border-radius:5px}.testimonial-box{background:#fff;border-radius:10px;padding:10px 14px}.quote-mark{color:var(--red);font-size:38px;font-weight:900;line-height:.5}.testimonial-box p{font-size:11px;line-height:1.4;margin:5px 0}.stars{display:flex;color:#f4b400;gap:2px}.testimonial-box strong{display:block;font-size:10px;color:var(--navy);margin-top:3px}.testimonial-dots{display:flex;justify-content:center;gap:5px;margin-top:5px}.testimonial-dots span{width:7px;height:7px;border-radius:50%;background:#b7bdc7}.testimonial-dots span.active{background:var(--navy)}.areas-content{display:flex;justify-content:space-between;align-items:center}.areas-content ul{list-style:none;display:grid;gap:4px}.areas-content li{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700}.areas-content li svg{color:var(--navy)}.areas-content img{width:120px;height:100px;object-fit:contain}.contact-section{width:min(1230px,calc(100% - 40px));margin:auto;min-height:44px;background:var(--yellow);border-radius:11px 11px 0 0;display:grid;grid-template-columns:1.1fr 1fr 1fr 1.25fr;align-items:center;padding:5px 20px;gap:10px}.contact-item{display:flex;align-items:center;gap:9px;min-width:0;padding-right:12px;border-right:1px solid rgba(0,0,0,.3);font-size:11px}.contact-item:last-child{border-right:none}.contact-item h3{font-size:14px}.contact-item p,.contact-item span{font-size:10px}.footer{background:var(--navy-dark);color:#fff;padding:25px 0 8px}.footer-grid{width:min(1230px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.15fr 1fr;gap:25px}.footer-company img{width:150px;background:#fff;padding:3px;border-radius:3px;margin-bottom:8px}.footer h3{font-size:13px;margin-bottom:8px}.footer p,.footer a{display:flex;align-items:flex-start;gap:6px;color:#dce5f3;font-size:10px;line-height:1.55;margin-bottom:5px}.footer a:hover{color:var(--yellow)}.footer-social{display:flex;gap:13px;margin-top:10px}.footer-social svg{cursor:pointer}.footer .support{color:var(--yellow);font-weight:700}.footer-bottom{width:min(1230px,calc(100% - 40px));margin:15px auto 0;padding-top:10px;border-top:1px solid rgba(255,255,255,.15);text-align:center;color:#cbd6e6;font-size:10px}@media(max-width:1050px){.nav-links{gap:15px}.services-grid{grid-template-columns:repeat(3,1fr)}.trust-container{grid-template-columns:repeat(2,1fr)}.bottom-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:750px){.topbar{display:none}.navbar{height:65px}.nav-links{display:none}.navbar-logo img{width:145px}.quote-button{padding:10px 12px;font-size:11px}.hero{height:500px}.hero-overlay{background:linear-gradient(180deg,#fffffffa,#ffffff59)}.hero-container{align-items:flex-start;padding-top:35px}.hero-content{width:100%}.hero-ntr{font-size:58px}.hero-packers{font-size:28px}.hero-actions{flex-direction:column;width:250px}.hero-bg img{object-position:center bottom}.trust-container{grid-template-columns:1fr}.trust-item{border-right:none;border-bottom:1px dashed #ccc}.trust-item:last-child{border-bottom:none}.services-grid{grid-template-columns:repeat(2,1fr)}.how-section{grid-template-columns:1fr}.how-title{border-right:none;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:10px;margin-bottom:12px}.steps{grid-template-columns:1fr;gap:15px}.step-arrow{display:none}.contact-section{grid-template-columns:1fr;padding:12px}.contact-item{border-right:none;border-bottom:1px solid rgba(0,0,0,.2);padding:8px}.contact-item:last-child{border-bottom:none}.footer-grid{grid-template-columns:1fr}}@media(max-width:450px){.services-grid{grid-template-columns:1fr}.hero-description{font-size:14px}}html,body,#root{margin:0;padding:0;width:100%;min-height:100%}body{margin:0}
