@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap";:root{--bg: #f4f7fb;--surface: #ffffff;--surface-soft: #eef3fb;--text: #0f1f3a;--text-soft: #4f5f7d;--brand: #f9b233;--brand-dark: #e39f24;--brand-soft: #ffe7ba;--line: #d9e3f3;--hero-start: #0f2141;--hero-end: #182e56;--ring: 0 0 0 3px rgba(249, 178, 51, .3);--shadow-sm: 0 8px 26px rgba(14, 30, 61, .08);--shadow-md: 0 18px 40px rgba(14, 30, 61, .14);--radius-lg: 20px;--radius-md: 14px}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,#f8fbff 0%,var(--bg) 45%,#edf2fb 100%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0 0 .65rem;font-family:Manrope,Inter,Segoe UI,Arial,sans-serif;color:var(--text);line-height:1.2}p{margin:0 0 1rem;color:var(--text-soft)}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:var(--ring)}img,video{max-width:100%;display:block}.container{max-width:1200px;margin-inline:auto;padding-inline:1rem}.page{width:min(1180px,100% - 2rem);margin:2rem auto 0;padding:0}.cta-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:.75rem 1.45rem;background:linear-gradient(135deg,var(--brand) 0%,#ffc861 100%);color:#10203b;font-size:.98rem;font-weight:700;letter-spacing:.01em;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cta-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.cta-btn.secondary{background:#fff;border-color:var(--line);color:var(--text)}ul,ol{margin:0;padding-left:1.2rem}@media (max-width: 768px){.page{width:min(1180px,100% - 1rem);margin-top:1.25rem}}body{background:linear-gradient(120deg,#f9f9f9 60%,#e6e9f0);font-family:Poppins,Open Sans,Montserrat,Arial,sans-serif;color:#1a2236;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.app-container{min-height:100vh;display:flex;flex-direction:column;background:transparent}.card,.glass-card{background:#ffffffd9;box-shadow:0 8px 32px #1a22361a;border-radius:18px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(249,178,51,.1);padding:2rem 1.5rem;margin-bottom:2rem;transition:box-shadow .3s,transform .3s}.card:hover,.glass-card:hover{box-shadow:0 16px 48px #1a22362e;transform:translateY(-6px) scale(1.02)}.navbar{top:0;z-index:1000;background:#000 url(/footer-bg.jpg) center/cover no-repeat;box-shadow:0 2px 12px #1a223614;display:flex;align-items:center;justify-content:space-between;padding:.7rem 2rem;min-height:64px;position:sticky}.navbar:before{content:"";position:absolute;inset:0;background:#0a1224c7;z-index:0;pointer-events:none;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.navbar>*{position:relative;z-index:1}.navbar .logo{font-size:1.5rem;font-weight:800;text-decoration:none;color:#f9b233;letter-spacing:1.5px;text-shadow:0 2px 8px rgba(249,178,51,.1);display:flex;align-items:center}.desktop-nav a{font-size:1.08rem;font-weight:600;color:#fff;text-decoration:none;position:relative;transition:color .2s}.desktop-nav a:after{content:"";display:block;width:0;height:2px;background:linear-gradient(90deg,#f9b233 60%,#ffe08a);transition:width .3s;border-radius:2px;margin-top:2px}.desktop-nav a:hover,.desktop-nav a.active{color:#f9b233}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.sidebar-toggle{margin-left:1.5rem}@media (max-width: 700px){.navbar{padding:.7rem}.navbar .logo{font-size:1.1rem}}.footer{background:#1a2236 url(/footer-bg.jpg) center/cover no-repeat;color:#fff;text-align:center;font-size:1rem;padding:0 0 .5rem;box-shadow:0 -2px 8px #0000000a;border-top-left-radius:24px;border-top-right-radius:24px;margin-top:2.5rem;min-height:220px;position:relative}.footer:before{content:"";position:absolute;inset:0;background:#1a2236e0;z-index:0;border-top-left-radius:24px;border-top-right-radius:24px}.footer-main,.footer-copy{position:relative;z-index:1}.footer-main{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:2.2rem;margin-bottom:.7rem;padding:2.2rem 2rem .5rem}.footer-brand{font-size:1.3rem;font-weight:700;letter-spacing:1.5px;color:#f9b233;display:flex;align-items:center}.footer-logo{font-size:1.5rem;margin-right:.5rem;text-decoration:none}.footer-links{display:flex;gap:.7rem;align-items:flex-start}.footer-link{color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;transition:color .2s;position:relative}.footer-link:after{content:"";width:0;height:2px;background:linear-gradient(90deg,#f9b233 60%,#ffe08a);transition:width .3s;border-radius:2px;margin-top:2px}.footer-link:hover,.footer-link.active{color:#f9b233}.footer-link:hover:after,.footer-link.active:after{width:100%}.footer-contact{font-size:1.01rem;color:#fff;margin-bottom:.7rem}.footer-contact a{color:#f9b233;text-decoration:none;font-weight:600}.footer-contact a:hover{text-decoration:underline}.footer-social-newsletter{display:flex;justify-content:center;align-items:center;align-content:center;gap:2.5rem;width:100%}.footer-social{display:flex;flex-direction:row;align-items:center;gap:1.1rem;margin-bottom:.5rem}.footer-social .footer-social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff2e;box-shadow:0 2px 8px #f9b23333;color:#f9b233;font-size:1.7rem;transition:background .2s,color .2s,transform .18s;cursor:pointer;border:2px solid transparent}.footer-social .footer-social-icon:hover,.footer-social .footer-social-icon:focus{background:#f9b233;color:#1a2236;border:2px solid #ffe08a;transform:scale(1.13) rotate(-6deg);outline:none}.footer-social img{filter:drop-shadow(0 2px 8px #f9b23333);border-radius:50%;background:#fff;padding:2px;transition:transform .2s}.footer-social img:hover{transform:scale(1.12) rotate(-6deg)}.footer-copy{font-size:.98rem;color:#ffe08a;margin-top:.5rem;letter-spacing:.5px}@media (max-width: 900px){.footer-main{flex-direction:column;align-items:flex-start;gap:1.2rem;padding:1.2rem .7rem .5rem}.footer-social-newsletter{flex-direction:column;align-items:stretch;gap:1.2rem;width:100%}.footer-newsletter-area{margin-right:0;min-width:0;max-width:100%;align-items:stretch}.footer-social{justify-content:flex-start;margin-bottom:.7rem}}@keyframes popSuccess{0%{transform:scale(.7);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}.about-hero{margin-bottom:2rem;padding:2rem;border-radius:15px;box-shadow:#9f9f9f;background-color:#e8e8e8}.about-mission,.about-values,.about-story,.about-team{margin-bottom:2.2rem}.about-values ul{list-style:disc inside;margin:1.2rem 0 0;padding-left:1.2rem}.contact-hero{text-align:center;margin-bottom:1rem}.contact-form-section{margin-bottom:2.2rem;border:1px solid #1a2236;padding:15px;border-radius:15px;max-width:500px}.contact-container{display:flex;justify-content:space-between;padding:20px;gap:1rem}.contact-form-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;align-self:center}.contact-form-section h2{text-align:center}.contact-form{display:flex;flex-wrap:wrap;gap:1.2rem;width:1000px}.contact-success{display:flex;flex-direction:column;gap:1.2rem;width:520px;justify-content:center;align-items:center}.contact-form label{width:90%;font-weight:500;color:#1a2236;margin-bottom:.3rem}.contact-form input,.contact-form textarea{width:100%;padding:.7rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;margin-top:.3rem;font-family:inherit;resize:vertical}.contact-form button{margin-top:.7rem;width:95%}.contact-info-section{margin-bottom:2.2rem}.contact-info-list{list-style:none;padding:0;margin:1.2rem 0 0}.contact-info-list li{margin-bottom:.7rem;font-size:1.1rem}.contact-map-section{margin-bottom:2.2rem}.contact-map iframe{width:100%;border:0;border-radius:8px;min-height:220px}.desktop-nav{display:flex;gap:2rem}@media (max-width: 900px){.desktop-nav{display:none!important}.sidebar,.sidebar-toggle{display:flex!important}.contact-form{width:300px!important}}@media (min-width: 901px){.sidebar,.sidebar-toggle{display:none!important}}.sidebar-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:1002}.sidebar-toggle .bar{width:28px;height:4px;background:#f9b233;margin:3px 0;border-radius:2px;transition:all .3s}.sidebar-overlay{position:fixed;inset:0;background:#1e223673;z-index:1001000;display:flex;justify-content:flex-end}.sidebar{background:#1a2236;color:#1a2236;width:200px;height:100vh;box-shadow:-2px 0 16px #1a22361a;display:flex;flex-direction:column;padding:2.5rem 1.5rem;gap:2rem;z-index:1002}.sidebar a{color:#d4d6db;font-size:1.2rem;text-decoration:none;margin-bottom:1.2rem;font-weight:500}.sidebar a:hover{color:#f9b233}@media (max-width: 900px){.contact-container{flex-direction:column}}.redesigned-hero{position:relative;background:linear-gradient(120deg,#1a2236 100%,#f9b233);color:#fff;margin-bottom:2.5rem;overflow:hidden;min-height:420px;box-shadow:0 6px 32px #1a22361a}.hero-flex{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;position:relative;z-index:1;padding:2.5rem 2rem}.hero-main{flex:1 1 350px;min-width:260px;max-width:520px}.hero-title{font-size:2.7rem;font-weight:700;margin-bottom:.7rem;color:#fff}.hero-title span{color:#f9b233}.hero-sub{font-size:1.3rem;margin-bottom:1.2rem;color:#fff}.hero-benefits{list-style:none;padding:0;margin:1.2rem 0 1.7rem}.hero-benefits li{margin-bottom:.7rem;font-size:1.08rem;padding-left:1.2rem;position:relative}.hero-benefits li:before{content:"";position:absolute;left:0}.hero-cta-row{display:flex;gap:1.2rem;margin-top:1.2rem}.features-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.feature-block{background:#f7f8fa;border-radius:10px;box-shadow:0 2px 8px #1a22360f;padding:1.5rem 1rem;flex:1 1 220px;min-width:200px;max-width:320px}.feature-block h4{color:#1a2236;margin-bottom:.5rem}.dispatch-details{list-style:disc inside;margin:1.2rem 0 0;padding-left:1.2rem}.serve-cards{display:flex;flex-wrap:wrap;gap:1.5rem;margin:1.5rem}.serve-card{background:#fff;border:1px solid #f9b233;border-radius:10px;padding:1.2rem 1rem;flex:1 1 220px;min-width:180px;max-width:260px}.serve-card h5{color:#f9b233;margin-bottom:.5rem}.testimonials{margin-top:2.5rem}.testimonials-list{display:flex;flex-wrap:wrap;gap:2rem}.testimonial{background:#f7f8fa;border-radius:10px;box-shadow:0 2px 8px #1a22360f;padding:1.5rem 1rem;flex:1 1 320px;min-width:220px;max-width:420px;font-style:italic}.testimonial span{display:block;margin-top:1rem;color:#1a2236;font-style:normal;font-weight:700}.services-benefits{margin:2.5rem 0}.services-benefits ul{list-style:disc inside;margin:1.2rem 0 0;padding-left:1.2rem}.faq-section{margin-top:2.5rem}.faq-list{display:flex;flex-wrap:wrap;gap:2rem}.faq-item{background:#f7f8fa;border-radius:10px;box-shadow:0 2px 8px #1a22360f;padding:1.5rem 1rem;flex:1 1 320px;min-width:220px;max-width:420px}.faq-item h4{color:#1a2236;margin-bottom:.5rem}@media (max-width: 900px){.hero-flex{flex-direction:column;gap:1rem}.hero-main,.hero-img-wrap{min-width:0;width:100%;max-width:100%}.hero-img{margin-top:1.5rem}}@media (max-width: 600px){.hero-title{font-size:2rem}.hero-sub{font-size:1.1rem}}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#1a2236 60%,#f9b233);color:#fff;margin-bottom:2.5rem;padding:2rem 1rem 2rem 2rem;box-shadow:0 4px 24px #1a223614}.hero-content{flex:1 1 320px;min-width:260px;z-index:2}.hero-content h1{font-size:2.5rem;margin-bottom:.5rem;color:#f9b233}.hero-content h2{font-size:2rem;margin-bottom:1rem;color:#fff}.hero-lead{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.cta-btn{display:inline-block;text-align:center;background:#f9b233;color:#1a2236;padding:.75rem 2rem;border-radius:30px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 2px 8px #f9b2331f;transition:background .2s,color .2s}.cta-btn:hover{background:#fff;color:#f9b233}.cta-btn.secondary{background:#1a2236;color:#fff;border:2px solid #f9b233;margin-top:1rem;text-decoration:none}.cta-btn.first{background:#f9b233;color:#fff;border:2px solid #f9b233;margin-top:1rem;text-decoration:none}.cta-btn.secondary:hover,.cta-btn.first:hover{background:#f9b233;color:#1a2236}.home-section{margin-bottom:2.5rem}.home-section.alt{background:#f7f8fa;border-radius:8px;padding:1.5rem 1rem}.features-list{list-style:none;padding:0;margin:1.5rem 0 0}.features-list li{margin-bottom:1rem;font-size:1.1rem;padding-left:1.2rem;position:relative}.features-list li:before{content:"✔";color:#f9b233;position:absolute;left:0;font-size:1.1rem}.services-hero{margin-bottom:2rem}.services-list-section{margin-bottom:2.5rem}.services-list{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:1.5rem}.service-card{background:#f7f8fa;border-radius:10px;box-shadow:0 2px 8px #1a22360f;padding:1rem;min-width:220px;max-width:320px}.service-card h3{color:#1a2236;margin-bottom:.7rem}.who-we-serve{margin-bottom:2.5rem}.serve-list{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}.serve-card{background:#fff;border:1px solid #f9b233;border-radius:10px;padding:1.2rem 1rem;flex:1 1 220px;margin-left:1.2rem;min-width:180px;max-width:260px}.serve-card h4{color:#f9b233;margin-bottom:.5rem}.cta-section{text-align:center;margin-top:2.5rem}.hero-animated{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#1a2236 70%,#f9b233);color:#fff;overflow:hidden;box-shadow:0 6px 32px #1a22361a;z-index:1}.hero-animated .hero-bg{position:absolute;inset:0;background:url(/hero-truck.jpg) center/cover no-repeat;opacity:.25;z-index:0;animation:heroBgZoom 18s ease-in-out infinite alternate}@keyframes heroBgZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-animated .hero-content{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto;padding:2.5rem 1rem;animation:fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-cta-btn{display:inline-block;background:linear-gradient(90deg,#f9b233 60%,#ffe08a);color:#1a2236;font-size:1.3rem;font-weight:700;border:none;border-radius:32px;padding:1rem 2.5rem;margin-top:2rem;box-shadow:0 4px 24px #f9b2332e;cursor:pointer;transition:background .2s,color .2s,transform .2s;text-shadow:0 2px 8px rgba(255,255,255,.12)}.hero-cta-btn:hover{background:linear-gradient(90deg,#ffe08a 60%,#f9b233);color:#1a2236;transform:scale(1.04)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-animated{animation:fadeIn 1.1s cubic-bezier(.23,1.01,.32,1) both}.navbar{position:sticky;top:0;z-index:1000;background:#1a2236fa;box-shadow:0 2px 12px #1a223614;transition:background .3s}.sidebar-overlay{animation:fadeIn .3s}.sidebar{animation:slideInRight .4s cubic-bezier(.23,1.01,.32,1)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.card-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.section-title{font-size:2.2rem;font-weight:700;color:#1a2236;margin-bottom:1.2rem;letter-spacing:1px;text-align:center}.section-sub{font-size:1.2rem;color:#555;text-align:center;margin-bottom:2.2rem}.skip-link{position:absolute;left:-999px;top:0;z-index:2000;background:#fff;color:#0f1f3a;padding:.6rem .9rem;border-radius:10px;font-weight:700}.skip-link:focus{left:1rem;top:1rem}.navbar{position:sticky;top:0;z-index:1100;min-height:74px;padding:.75rem 1.15rem;background:#0a1831e0;border-bottom:1px solid rgba(181,201,236,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar:before{background:linear-gradient(90deg,#081226bd,#12213f9e);border-radius:0}.logo-wrap{display:flex;align-items:center}.logo,.footer-logo{display:inline-flex;align-items:center;gap:.45rem;color:#fff;font-weight:800;letter-spacing:.01em}.desktop-nav{display:flex;gap:1.2rem;align-items:center}.desktop-nav a{color:#dce7fa;font-size:.95rem;font-weight:600;padding:.3rem .05rem}.desktop-nav a.active,.desktop-nav a:hover{color:#fff}.desktop-nav a:after{background:linear-gradient(90deg,#f9b233,#ffd681)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;margin-left:1rem;border-radius:999px;background:linear-gradient(135deg,#f9b233,#ffcf6f);color:#11213e;padding:.62rem 1rem;font-size:.9rem;font-weight:700}.sidebar{background:#fff;border-left:1px solid #d8e3f4;box-shadow:-8px 0 30px #08122424}.sidebar a{color:#0f1f3a;font-weight:600}.sidebar-cta{margin-top:.7rem;background:linear-gradient(135deg,#f9b233,#ffcf6f);color:#132445!important;border-radius:999px;text-align:center}main{flex:1}.home-section,.services-hero,.services-list-section,.services-benefits,.who-we-serve,.cta-section,.faq-section,.about-hero,.about-mission,.about-values,.about-story,.contact-hero,.contact-info-section,.contact-form-section,.contact-map-section,.pricing-hero,.pricing-cta,.whyus-hero{background:#fff;border:1px solid #d9e3f3;border-radius:20px;padding:clamp(1.2rem,2vw,2rem);margin-bottom:1rem;box-shadow:0 12px 30px #0c1e3b14}.whyus-cta{display:flex;align-items:center;justify-content:center}.home-section.alt,.cta-section,.pricing-cta{background:linear-gradient(160deg,#fff8eb,#fff 70%)}.home-section h2,.services-hero h1,.pricing-hero h1,.whyus-hero h1,.about-hero h1,.contact-hero h1,.faq-section h2,.cta-section h2,.pricing-cta h2,.whyus-cta h2{color:#0f1f3a}.features-grid,.serve-list,.serve-cards,.faq-list,.testimonials-list{display:grid;gap:.95rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-block,.serve-card,.faq-item,.testimonial{background:#f8fbff;border:1px solid #e1e8f5;border-radius:14px;padding:1rem;box-shadow:0 8px 18px #0f1f3a0f}.dispatch-details li,.services-benefits li,.about-values li,.contact-info-list li{margin-bottom:.7rem;color:#445470}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form label{font-weight:600;color:#183055}.contact-form input,.contact-form textarea{width:100%;border:1px solid #ccd9ee;border-radius:12px;background:#fff;color:#0f1f3a;padding:.75rem .85rem;font-family:inherit}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.footer{background:linear-gradient(130deg,#0d1e3c,#122a50);border-top:1px solid rgba(201,216,239,.22);border-top-left-radius:28px;border-top-right-radius:28px;margin-top:2rem}.footer:before{background:radial-gradient(circle at right top,#f9b23333,#0a152ae0)}.footer-main{gap:1.2rem}.footer-brand{color:#fff}.footer-links{flex-wrap:wrap}.footer-contact,.footer-copy{color:#d8e5ff}@media (max-width: 980px){.desktop-nav,.nav-cta{display:none}}@media (max-width: 900px){.contact-container{grid-template-columns:1fr}.footer-main{padding:1.4rem 1rem .4rem}}.route-loading{min-height:40vh;display:flex;align-items:center;justify-content:center;color:#3e5579;font-weight:700;font-size:1rem}.page{margin-top:clamp(.9rem,2vw,2rem)}.home-section,.services-hero,.services-list-section,.services-benefits,.who-we-serve,.cta-section,.faq-section,.about-hero,.about-mission,.about-values,.about-story,.contact-hero,.contact-info-section,.contact-form-section,.contact-map-section,.pricing-hero,.pricing-cta,.whyus-hero,.whyus-cta{padding:clamp(1rem,1.9vw,1.85rem)}.home-section h2,.services-hero h1,.pricing-hero h1,.whyus-hero h1,.about-hero h1,.contact-hero h1{font-size:clamp(1.3rem,2.1vw,2rem);margin-bottom:.55rem}.home-section p,.services-hero p,.about-hero p,.contact-hero p,.whyus-hero p,.pricing-hero p{font-size:clamp(.93rem,1.2vw,1.04rem);line-height:1.7}.feature-block,.serve-card,.faq-item,.testimonial,.service-card,.counter-card,.trust-badge,.timeline-item{transition:transform .22s ease,box-shadow .22s ease}.feature-block:hover,.serve-card:hover,.faq-item:hover,.testimonial:hover{transform:translateY(-2px)}@media (max-width: 1100px){.navbar{padding-inline:.85rem}.footer-main{gap:1rem}}@media (max-width: 768px){.navbar{min-height:66px;border-bottom:1px solid rgba(188,208,240,.22)}.logo,.footer-logo{font-size:.97rem;gap:.35rem}.sidebar{width:min(78vw,320px);padding:1rem}.sidebar a{font-size:.98rem;padding:.58rem .35rem}.card-grid{grid-template-columns:1fr}.contact-form input,.contact-form textarea{font-size:.94rem}.cta-btn,.hero-cta,.nav-cta,.sidebar-cta{min-height:42px}.footer-social-newsletter{gap:1rem}}@media (max-width: 480px){.page{width:calc(100% - .7rem)}.navbar{padding-inline:.58rem}.home-section,.services-hero,.services-list-section,.services-benefits,.who-we-serve,.cta-section,.faq-section,.about-hero,.about-mission,.about-values,.about-story,.contact-hero,.contact-info-section,.contact-form-section,.contact-map-section,.pricing-hero,.pricing-cta,.whyus-hero,.whyus-cta{border-radius:14px;padding:.85rem .78rem}}:root{--ui-accent: #f9b233;--ui-accent-soft: #fff3db;--ui-ink: #102341;--ui-muted: #4c617f;--ui-line: #d9e4f3}.service-card,.serve-card,.faq-item,.testimonial,.counter-card,.trust-badge,.timeline-item,.contact-info-section,.contact-form-section,.contact-map-section,.pricing-cta,.whyus-cta,.about-values,.services-benefits{border:1px solid var(--ui-line);border-radius:18px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 8px 20px #0e1e3d14;position:relative;overflow:hidden}.service-card:before,.serve-card:before,.faq-item:before,.testimonial:before,.counter-card:before,.trust-badge:before,.timeline-item:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#f9b233,#ffd887);opacity:.82}.service-card:hover,.serve-card:hover,.faq-item:hover,.testimonial:hover,.counter-card:hover,.trust-badge:hover,.timeline-item:hover{border-color:#c5d7ef;box-shadow:0 15px 30px #0e1e3d21;transform:translateY(-3px)}.services-hero h1,.about-hero h1,.contact-hero h1,.pricing-hero h1,.whyus-hero h1,.home-section h2{color:var(--ui-ink)}.services-hero p,.about-hero p,.contact-hero p,.pricing-hero p,.whyus-hero p,.home-section p,.faq-answer{color:var(--ui-muted)}.cta-btn,.nav-cta,.sidebar-cta,.hero-cta{background:linear-gradient(135deg,var(--ui-accent) 0%,#ffc75f 100%);color:#13213b}.cta-btn.secondary{background:var(--ui-accent-soft);border-color:#f3d79f}.newsletter-form{display:flex;align-items:center;gap:.7rem;margin-top:.5rem;background:#fffffff2;border:1px solid #dce6f5;border-radius:12px;box-shadow:0 8px 18px #0e1e3d1a;padding:.55rem;max-width:430px}.newsletter-form input[type=email]{flex:1;padding:.58rem .8rem;border:1px solid #d8e3f4;border-radius:8px;font-size:.95rem;outline:none;transition:border .2s,box-shadow .2s}.newsletter-form input[type=email].error{border:1.5px solid #e74c3c}.newsletter-form button{background:linear-gradient(135deg,#f9b233,#ffcb64);color:#122647;border:none;border-radius:10px;padding:.58rem .95rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.newsletter-form button:hover,.newsletter-form button:focus{transform:translateY(-1px);box-shadow:0 10px 18px #f9b23342}.error-msg{color:#e74c3c;font-size:.86rem;margin-left:.5rem}.success-msg{color:#27ae60;font-size:.86rem;margin-left:.5rem}@media (max-width: 700px){.newsletter-form{flex-direction:column;align-items:stretch;gap:.5rem;padding:.7rem .5rem;max-width:100%}}
