*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{min-height:100vh;font-family:var(--font-primary);font-size:1rem;font-weight:400;line-height:1.6;color:var(--color-text);background:var(--color-white);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}img,picture,svg,video,canvas{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{border:0;background:none;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--color-primary:#006fd6;--color-primary-light:#0b8cff;--color-primary-dark:#004fa8;--color-navy:#071b4d;--color-navy-2:#0b255f;--color-blue-soft:#eaf5ff;--color-white:#ffffff;--color-black:#07101f;--color-text:#4f5f76;--color-heading:#071b4d;--color-muted:#7a889b;--color-border:#e4edf7;--color-section:#f7fbff;--color-yellow:#ffcc00;--color-red:#f44336;--color-green:#13b66b;--gradient-primary:linear-gradient(135deg,#005fbd 0%,#0077df 55%,#0095ff 100%);--gradient-navy:linear-gradient(135deg,#061642 0%,#005fbd 100%);--font-primary:"Poppins",Arial,sans-serif;--font-script:"Caveat",cursive;--container-width:1180px;--container-padding:24px;--section-padding:96px;--header-height:104px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-pill:999px;--shadow-sm:0 8px 24px rgba(7,27,77,0.08);--shadow-md:0 16px 40px rgba(7,27,77,0.12);--shadow-lg:0 24px 70px rgba(7,27,77,0.16);--transition-fast:180ms ease;--transition-default:260ms ease}.container{width:min(100% - calc(var(--container-padding) * 2),var(--container-width));margin-inline:auto}.section{position:relative;padding-block:var(--section-padding)}h1,h2,h3,h4,h5,h6{color:var(--color-heading);font-weight:800;line-height:1.08;letter-spacing:-0.04em}h1{font-size:clamp(3.4rem,5.6vw,5.65rem)}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:clamp(1.25rem,2vw,1.65rem)}p{color:var(--color-text)}.section-label{display:inline-block;margin-bottom:12px;color:var(--color-primary);font-size:0.78rem;font-weight:800;line-height:1;letter-spacing:0.16em;text-transform:uppercase}.text-accent{color:var(--color-primary)}.text-script{font-family:var(--font-script);font-weight:700;letter-spacing:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border-radius:var(--radius-sm);font-size:0.92rem;font-weight:700;line-height:1;transition:transform var(--transition-default),box-shadow var(--transition-default),background var(--transition-default),color var(--transition-default),border-color var(--transition-default)}.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--color-white);background:var(--gradient-primary);box-shadow:0 12px 28px rgba(0,111,214,0.28)}.btn-primary:hover{box-shadow:0 18px 36px rgba(0,111,214,0.36)}.btn-outline{color:var(--color-primary);border:1px solid rgba(0,111,214,0.5);background:rgba(255,255,255,0.72)}.btn-outline:hover{color:var(--color-white);border-color:var(--color-primary);background:var(--color-primary)}.btn-white{color:var(--color-primary);background:var(--color-white);box-shadow:var(--shadow-sm)}.btn-icon,.btn-arrow{width:18px;height:18px;fill:currentColor}.d-none{display:none !important}.text-center{text-align:center}.text-white{color:var(--color-white)}.bg-white{background:var(--color-white)}.bg-soft{background:var(--color-section)}.bg-blue{background:var(--gradient-navy)}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-white);box-shadow:var(--shadow-sm)}.site-header{position:fixed;top:0;left:0;z-index:1000;width:100%;background:linear-gradient(180deg,rgba(255,255,255,0.96) 0%,rgba(255,255,255,0.76) 78%,rgba(255,255,255,0) 100%);border-bottom:1px solid transparent;transition:background var(--transition-default),box-shadow var(--transition-default),border-color var(--transition-default),backdrop-filter var(--transition-default)}.site-header.is-scrolled,.site-header.is-menu-open{background:rgba(255,255,255,0.94);border-bottom-color:rgba(228,237,247,0.9);box-shadow:0 12px 36px rgba(7,27,77,0.08);backdrop-filter:blur(18px)}.header-container{min-height:var(--header-height);display:grid;grid-template-columns:235px 1fr auto;align-items:center;gap:34px}.site-logo{display:inline-flex;align-items:center;width:232px;transform:translateY(2px)}.site-logo img{width:100%;height:auto}.main-nav{justify-self:end;display:flex;align-items:center;gap:clamp(18px,2.1vw,34px);color:var(--color-navy);font-size:0.79rem;font-weight:700;line-height:1}.main-nav a{position:relative;padding-block:12px;white-space:nowrap;transition:color var(--transition-fast)}.main-nav a::after{content:"";position:absolute;left:50%;bottom:3px;width:0;height:2px;border-radius:var(--radius-pill);background:var(--color-primary);transform:translateX(-50%);transition:width var(--transition-default)}.main-nav a:hover,.main-nav a.is-active{color:var(--color-primary)}.main-nav a:hover::after,.main-nav a.is-active::after{width:18px}.header-whatsapp{justify-self:end;min-height:46px;padding-inline:22px;border-radius:12px;font-size:0.88rem;box-shadow:0 14px 28px rgba(0,111,214,0.24)}.mobile-menu-btn{display:none;width:48px;height:48px;border-radius:14px;background:var(--color-primary);box-shadow:0 12px 26px rgba(0,111,214,0.24)}.mobile-menu-btn span{display:block;width:22px;height:2px;margin:5px auto;border-radius:var(--radius-pill);background:var(--color-white);transition:transform var(--transition-default),opacity var(--transition-default)}.hero-section{position:relative;isolation:isolate;min-height:785px;padding-top:calc(var(--header-height)+24px);overflow:hidden;background:radial-gradient(circle at 7% 14%,rgba(0,111,214,0.08),transparent 18%),linear-gradient(90deg,#ffffff 0%,#ffffff 45%,#edf7ff 100%)}.hero-section::before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0.98) 0%,rgba(255,255,255,0.93) 31%,rgba(255,255,255,0.42) 48%,rgba(255,255,255,0) 62%);pointer-events:none}.hero-container{position:relative;display:grid;grid-template-columns:minmax(380px,0.82fr) minmax(560px,1.18fr);align-items:center;min-height:calc(785px - var(--header-height))}.hero-content{position:relative;z-index:6;max-width:510px;padding-top:8px;padding-bottom:80px}.hero-logo{width:min(270px,70%);margin-bottom:24px}.hero-dots{display:flex;align-items:center;gap:14px}.hero-dots-top{display:none;margin-bottom:16px}.dot{width:16px;height:16px;border-radius:50%;box-shadow:0 8px 18px rgba(7,27,77,0.12)}.dot-red{background:#ff2412}.dot-yellow{background:#ffbd00}.dot-green{background:#06ad47}.hero-content h1{max-width:500px;margin-bottom:22px;color:var(--color-navy);font-size:clamp(3.5rem,6.1vw,5.85rem);line-height:0.98;letter-spacing:-0.065em}.hero-content h1 span{display:block;color:var(--color-primary)}.hero-text{max-width:450px;margin-bottom:30px;color:#42536b;font-size:1.02rem;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:18px;margin-bottom:34px}.hero-actions .btn{min-width:168px;min-height:52px}.hero-benefits{display:grid;grid-template-columns:repeat(4,minmax(78px,1fr));gap:18px;max-width:515px}.hero-benefit{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:9px;color:var(--color-navy);font-size:0.72rem;font-weight:600;line-height:1.18}.hero-benefit svg{width:28px;height:28px;fill:var(--color-primary)}.hero-visual{position:absolute;z-index:2;top:0;right:min(-7vw,-58px);width:min(72vw,1040px);height:100%;min-height:760px}.hero-image-wrap{position:absolute;inset:0;overflow:hidden;border-bottom-left-radius:46% 22%}.hero-bg-img{position:absolute;top:0;right:0;width:104%;height:76%;object-fit:cover;object-position:center top;filter:saturate(1.04) contrast(1.02)}.hero-image-wrap::before{content:"";position:absolute;z-index:2;left:-8%;top:0;width:56%;height:78%;background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,0.85) 52%,rgba(255,255,255,0) 100%);pointer-events:none}.hero-blue-wave{position:absolute;z-index:3;right:-9%;bottom:45px;width:110%;height:310px;background:linear-gradient(135deg,#004da7 0%,#006bd1 48%,#0091ff 100%);clip-path:polygon(8% 47%,33% 36%,58% 42%,82% 20%,100% 0,100% 100%,0 100%,0 62%);box-shadow:inset 0 20px 65px rgba(255,255,255,0.1)}.hero-blue-wave::before{content:"";position:absolute;left:12%;top:53px;width:66%;height:2px;background:rgba(255,255,255,0.75);transform:rotate(-8deg)}.hero-blue-wave::after{content:"";position:absolute;left:22%;top:24px;width:61%;height:4px;border-radius:var(--radius-pill);background:#ffcc00;transform:rotate(-8deg)}.hero-fleet-img{position:absolute;z-index:4;right:-8px;bottom:75px;width:min(91%,880px);height:520px;object-fit:cover;object-position:center bottom;clip-path:ellipse(74% 54% at 55% 52%);mix-blend-mode:normal;filter:drop-shadow(0 24px 32px rgba(7,27,77,0.2))}.location-card{position:absolute;z-index:8;top:120px;right:86px;display:grid;grid-template-columns:42px 1fr;gap:13px;width:235px;padding:22px;border:1px solid rgba(228,237,247,0.98);border-radius:24px;background:rgba(255,255,255,0.96);box-shadow:0 22px 48px rgba(7,27,77,0.16);backdrop-filter:blur(10px)}.location-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;color:var(--color-primary);background:var(--color-blue-soft)}.location-icon svg{width:24px;height:24px;fill:currentColor}.location-card strong{display:block;margin-bottom:8px;color:var(--color-navy);font-size:0.82rem;font-weight:800;line-height:1.25}.location-card p{margin-bottom:9px;color:#637186;font-size:0.67rem;line-height:1.5}.location-card a{color:var(--color-primary);font-size:0.75rem;font-weight:800}.hero-dots-bottom{position:absolute;z-index:8;right:150px;bottom:78px}.hero-decor{position:absolute;z-index:1;width:245px;height:245px;opacity:0.32;pointer-events:none;background-image:radial-gradient(circle,rgba(0,111,214,0.7) 1.4px,transparent 1.4px);background-size:18px 18px}.hero-decor-top{top:82px;right:48px}.hero-decor-bottom{left:0;bottom:12px;transform:translateX(-35%)}.services-section{background:var(--color-white)}.about-section{background:var(--color-white)}.fleet-section{color:var(--color-white);background:var(--gradient-navy)}.benefits-section{background:var(--color-white)}.steps-section{color:var(--color-white);background:var(--gradient-navy)}.testimonials-section{background:var(--color-white)}.faq-section{background:var(--color-white)}.site-footer{padding-block:72px 28px;color:var(--color-white);background:var(--gradient-navy)}@media (max-width:1120px){.header-container{grid-template-columns:210px 1fr auto;gap:22px}.site-logo{width:205px}.main-nav{gap:18px;font-size:0.74rem}.header-whatsapp{padding-inline:18px}.hero-container{grid-template-columns:minmax(360px,0.9fr) minmax(500px,1.1fr)}.hero-content{max-width:470px}.hero-visual{right:-170px;width:860px}.location-card{right:170px}}@media (max-width:980px){:root{--section-padding:80px;--header-height:86px}.header-container{grid-template-columns:190px 1fr auto}.site-logo{width:188px}.main-nav{position:fixed;top:calc(var(--header-height)+10px);left:var(--container-padding);right:var(--container-padding);z-index:1001;display:grid;gap:4px;padding:18px;border:1px solid rgba(228,237,247,0.95);border-radius:24px;background:rgba(255,255,255,0.98);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-12px);pointer-events:none;transition:opacity var(--transition-default),visibility var(--transition-default),transform var(--transition-default);backdrop-filter:blur(20px)}.main-nav.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.main-nav a{padding:15px 16px;border-radius:14px;font-size:0.95rem}.main-nav a::after{display:none}.main-nav a:hover,.main-nav a.is-active{background:var(--color-blue-soft)}.header-whatsapp{display:none}.mobile-menu-btn{justify-self:end;display:block}.mobile-menu-btn.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.is-active span:nth-child(2){opacity:0}.mobile-menu-btn.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.hero-section{min-height:auto;padding-top:calc(var(--header-height)+40px);background:var(--color-white)}.hero-section::before{display:none}.hero-container{display:flex;flex-direction:column;min-height:auto}.hero-content{max-width:680px;width:100%;padding-bottom:34px}.hero-logo{width:220px;margin-bottom:22px}.hero-content h1{max-width:620px;font-size:clamp(3rem,11vw,5.1rem)}.hero-text{max-width:580px}.hero-visual{position:relative;right:auto;width:calc(100%+48px);height:560px;min-height:0;margin-inline:-24px}.hero-bg-img{height:100%;object-position:center bottom}.hero-image-wrap::before{display:none}.hero-blue-wave{bottom:0;height:160px}.hero-fleet-img{right:0;bottom:12px;width:100%;height:430px;clip-path:ellipse(80% 52% at 55% 54%)}.location-card{top:24px;right:24px;width:220px}.hero-dots-bottom{right:34px;bottom:30px}.hero-decor-top{top:90px;right:-80px}}@media (max-width:680px){.hero-content{text-align:left}.hero-logo{width:190px}.hero-actions{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:28px}.hero-actions .btn{width:100%}.hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.hero-benefit{padding:12px;border:1px solid var(--color-border);border-radius:16px;background:rgba(255,255,255,0.76);box-shadow:var(--shadow-sm);font-size:0.76rem}.location-card{display:none}.hero-visual{height:520px}.hero-dots-bottom{right:24px;bottom:24px}}@media (max-width:560px){:root{--container-padding:16px;--section-padding:64px;--header-height:78px}.header-container{grid-template-columns:155px 1fr auto;gap:14px}.site-logo{width:154px}.mobile-menu-btn{width:44px;height:44px;border-radius:13px}.main-nav{top:calc(var(--header-height)+8px)}.hero-section{padding-top:calc(var(--header-height)+30px)}.hero-content h1{margin-bottom:18px;font-size:clamp(2.85rem,15vw,4.4rem)}.hero-text{font-size:0.95rem;line-height:1.65}.hero-visual{width:calc(100%+32px);height:480px;margin-inline:-16px}.hero-fleet-img{height:370px}.hero-bg-img{object-position:58% bottom}.hero-decor{width:180px;height:180px;background-size:14px 14px}}@media (max-width:420px){.hero-benefits{grid-template-columns:1fr}.hero-visual{height:420px}.hero-fleet-img{height:335px}}@media (max-width:380px){.header-container{grid-template-columns:138px 1fr auto}.site-logo{width:138px}}.hero-banner-only{min-height:auto;padding:0;padding-top:0;background:var(--color-white);overflow:hidden}.hero-banner-only::before{display:none}.hero-banner-only picture{display:block;width:100%}.hero-banner-img{display:block;width:100%;height:auto;object-fit:cover}@media (min-width:981px){.hero-banner-only{margin-top:0}}@media (max-width:768px){.hero-banner-img{width:100%;height:auto}}.site-header,.site-header.is-scrolled,.site-header.is-menu-open{border-bottom:none !important;box-shadow:none !important}.header-container{grid-template-columns:170px 1fr auto}.site-logo{width:168px}.main-nav a::after{display:none}@media (max-width:1120px){.header-container{grid-template-columns:150px 1fr auto}.site-logo{width:148px}}@media (max-width:980px){.header-container{grid-template-columns:145px 1fr auto}.site-logo{width:142px}}@media (max-width:560px){.header-container{grid-template-columns:125px 1fr auto}.site-logo{width:124px}}@media (max-width:380px){.header-container{grid-template-columns:112px 1fr auto}.site-logo{width:112px}}.hero-banner-only{margin:0;padding:0;line-height:0}.hero-banner-only picture{display:block;width:100%;margin:0;padding:0;line-height:0}.hero-banner-img{display:block;width:100%;max-width:none;height:auto;margin:0;padding:0;object-fit:contain;object-position:top center}@media (max-width:768px){body{background:#ffffff}.site-header{background:transparent !important;border-bottom:none !important;box-shadow:none !important;backdrop-filter:none !important}.site-header.is-scrolled,.site-header.is-menu-open{background:rgba(255,255,255,0.94) !important;backdrop-filter:blur(18px) !important}.hero-banner-only{width:100%;min-height:auto;overflow:hidden}.hero-banner-img{width:100vw;height:auto}.mobile-menu-btn{position:relative;z-index:1002}}@media (max-width:560px){.header-container{min-height:72px}.site-logo{width:118px}.mobile-menu-btn{width:42px;height:42px}}@media (max-width:390px){.site-logo{width:108px}.mobile-menu-btn{width:40px;height:40px}}@media (max-width:768px){html,body{width:100%;max-width:100%;overflow-x:hidden}.hero-banner-only{width:100%;min-height:auto !important;height:auto !important;margin:0 auto;padding:0 !important;overflow:visible !important;background:#ffffff}.hero-banner-only picture{width:100%;height:auto;display:block;overflow:visible !important}.hero-banner-img{width:100% !important;max-width:100% !important;height:auto !important;min-height:0 !important;object-fit:contain !important;object-position:top center !important}main{width:100%;overflow:visible}}@media (max-width:768px) and (max-height:620px){.hero-banner-only{display:flex;justify-content:center;align-items:flex-start}.hero-banner-img{width:auto !important;max-width:100% !important;max-height:none !important}}@media (max-width:430px){.hero-banner-img{width:100% !important;height:auto !important}}@media (max-width:768px){.site-header{position:fixed;top:0;left:0;background:transparent !important;border-bottom:none !important;box-shadow:none !important;backdrop-filter:none !important}.site-header.is-scrolled,.site-header.is-menu-open{background:rgba(255,255,255,0.92) !important;backdrop-filter:blur(16px) !important}.header-container{min-height:76px;align-items:center}.site-logo{width:122px;transform:translateY(2px)}.mobile-menu-btn{width:44px;height:44px;border-radius:14px;background:var(--color-primary);box-shadow:0 12px 26px rgba(0,111,214,0.24)}.hero-banner-only{width:100%;margin:0 !important;padding:0 !important;min-height:auto !important;height:auto !important;overflow:hidden !important;background:#ffffff;line-height:0}.hero-banner-only picture{display:block;width:100%;margin:0 !important;padding:0 !important;line-height:0}.hero-banner-img{display:block;width:100% !important;max-width:100% !important;height:auto !important;margin:0 !important;padding:0 !important;object-fit:contain !important;object-position:top center !important}main{padding-top:0 !important}}@media (max-width:430px){.header-container{min-height:72px;padding-top:4px}.site-logo{width:116px}.mobile-menu-btn{width:42px;height:42px}}@media (max-width:380px){.site-logo{width:108px}.mobile-menu-btn{width:40px;height:40px}}@media (max-width:768px){.site-header{background:transparent !important;border-bottom:none !important;box-shadow:none !important;backdrop-filter:none !important}.header-container{min-height:62px !important;padding-top:8px;padding-bottom:0;align-items:start}.site-logo{width:96px !important;transform:none !important;align-self:start}.site-logo img{width:100%;height:auto}.mobile-menu-btn{width:40px !important;height:40px !important;margin-top:2px;border-radius:13px}.hero-banner-only{overflow:hidden !important;background:#ffffff}.hero-banner-only picture{display:block;width:100%;line-height:0}.hero-banner-img{display:block;width:100% !important;height:auto !important;margin:0 !important;object-fit:contain !important;object-position:top center !important}}@media (max-width:430px){.header-container{min-height:58px !important;padding-top:6px}.site-logo{width:90px !important}.mobile-menu-btn{width:38px !important;height:38px !important;margin-top:1px}}@media (max-width:380px){.site-logo{width:86px !important}.mobile-menu-btn{width:36px !important;height:36px !important}}@media (max-width:768px){.hero-banner-only{padding-top:18px !important;background:#ffffff}.hero-banner-only picture{display:block;width:100%}.hero-banner-img{display:block;width:100% !important;height:auto !important}}@media (max-width:430px){.hero-banner-only{padding-top:22px !important}}@media (max-width:380px){.hero-banner-only{padding-top:24px !important}}@media (max-width:768px){.hero-banner-only{padding-top:22px !important;overflow:hidden !important;background:#ffffff !important}.hero-banner-only picture{display:block !important;width:100% !important;line-height:0 !important}.hero-banner-img{display:block !important;width:100% !important;max-width:100% !important;height:auto !important;margin:0 !important;object-fit:contain !important;object-position:top center !important}}@media (max-width:768px){.hero-banner-only{padding-top:0 !important;margin-top:0 !important}.hero-banner-only picture,.hero-banner-img{margin-top:0 !important;padding-top:0 !important}}.services-section{position:relative;isolation:isolate;padding-block:78px 86px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#ffffff 72%,#fbfdff 100%)}.services-bg-detail{position:absolute;z-index:-1;top:-130px;left:-170px;width:520px;height:360px;border-radius:50%;background:radial-gradient(circle at 42% 38%,rgba(0,111,214,0.13),rgba(0,111,214,0.05) 42%,transparent 68%);pointer-events:none}.services-bg-detail::after{content:"";position:absolute;right:64px;bottom:18px;width:210px;height:130px;opacity:0.18;background-image:radial-gradient(circle,rgba(0,111,214,0.8) 1.3px,transparent 1.3px);background-size:15px 15px}.services-container{display:grid;grid-template-columns:285px 1fr;align-items:start;gap:38px}.services-heading{padding-top:18px}.services-heading .section-label{margin-bottom:16px}.services-heading h2{max-width:285px;color:var(--color-navy);font-size:clamp(2.05rem,3.15vw,3rem);line-height:1.08;letter-spacing:-0.045em}.services-heading h2 span{display:block;color:var(--color-primary)}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service-card{position:relative;min-height:218px;padding:30px 24px 26px;border:1px solid rgba(218,231,246,0.9);border-radius:22px;background:rgba(255,255,255,0.96);box-shadow:0 18px 45px rgba(7,27,77,0.075),inset 0 1px 0 rgba(255,255,255,0.95);transition:transform var(--transition-default),box-shadow var(--transition-default),border-color var(--transition-default)}.service-card::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(0,111,214,0.045),transparent 42%);opacity:0;transition:opacity var(--transition-default);pointer-events:none}.service-card:hover{transform:translateY(-6px);border-color:rgba(0,111,214,0.22);box-shadow:0 24px 62px rgba(7,27,77,0.12),inset 0 1px 0 rgba(255,255,255,0.95)}.service-card:hover::before{opacity:1}.service-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:22px;border:1px solid rgba(0,111,214,0.18);border-radius:16px;color:var(--color-primary);background:linear-gradient(180deg,#ffffff 0%,#edf7ff 100%)}.service-icon svg{width:30px;height:30px;fill:currentColor}.service-card h3{margin-bottom:12px;color:var(--color-primary);font-size:1.02rem;font-weight:800;line-height:1.23;letter-spacing:-0.025em}.service-card p{color:#5d6b7f;font-size:0.84rem;line-height:1.62}@media (max-width:1120px){.services-container{grid-template-columns:1fr;gap:30px}.services-heading{padding-top:0}.services-heading h2{max-width:560px}.services-heading h2 span{display:inline}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:198px}}@media (max-width:768px){.services-section{padding-block:58px 68px}.services-bg-detail{top:-155px;left:-240px;width:500px;height:330px}.services-heading{text-align:left}.services-heading h2{max-width:360px;font-size:clamp(2rem,9vw,2.75rem)}.services-grid{grid-template-columns:1fr;gap:16px}.service-card{min-height:auto;padding:24px 22px;border-radius:20px}.service-icon{width:46px;height:46px;margin-bottom:18px}.service-card h3{font-size:1rem}.service-card p{font-size:0.86rem}}@media (max-width:430px){.services-section{padding-block:48px 58px}.services-container{gap:24px}.services-heading .section-label{font-size:0.72rem}}.about-section{position:relative;isolation:isolate;padding-block:18px 86px;overflow:hidden;background:#ffffff}.about-section::before{content:"";position:absolute;z-index:-1;top:22px;left:0;width:34%;height:78%;background:linear-gradient(135deg,rgba(0,111,214,0.08),rgba(255,255,255,0));clip-path:polygon(0 0,100% 0,72% 100%,0 100%);pointer-events:none}.about-container{display:grid;grid-template-columns:minmax(340px,1.02fr) minmax(300px,0.78fr) minmax(260px,0.72fr);align-items:center;gap:42px}.about-image-main{position:relative;min-height:330px;overflow:hidden;border-radius:0 28px 28px 0;box-shadow:0 24px 60px rgba(7,27,77,0.16);clip-path:polygon(0 0,100% 0,88% 100%,0 100%)}.about-image-main::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,111,214,0.08),rgba(255,255,255,0));pointer-events:none}.about-image-main img{width:100%;height:100%;min-height:330px;object-fit:cover;object-position:center center}.about-content{padding-block:22px}.about-content .section-label{margin-bottom:16px}.about-content h2{max-width:380px;margin-bottom:20px;color:var(--color-navy);font-size:clamp(2rem,3.2vw,3rem);line-height:1.07;letter-spacing:-0.045em}.about-content h2 span{display:block;color:var(--color-primary)}.about-content p{max-width:430px;margin-bottom:28px;color:#536378;font-size:0.95rem;line-height:1.78}.about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:430px}.about-stat{display:grid;grid-template-columns:32px 1fr;column-gap:9px;align-items:center}.about-stat-icon{grid-row:span 2;display:grid;place-items:center;width:32px;height:32px;color:var(--color-primary);border-radius:11px;background:var(--color-blue-soft)}.about-stat-icon svg{width:20px;height:20px;fill:currentColor}.about-stat strong{display:block;color:var(--color-primary);font-size:1.3rem;font-weight:800;line-height:1;letter-spacing:-0.04em}.about-stat span{display:block;margin-top:3px;color:var(--color-navy);font-size:0.68rem;font-weight:600;line-height:1.18}.about-video-area{position:relative;display:flex;align-items:center;min-height:350px}.about-video-card{position:relative;width:100%;max-width:275px;overflow:hidden;border-radius:24px;box-shadow:0 22px 56px rgba(7,27,77,0.16)}.about-video-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,27,77,0.02),rgba(7,27,77,0.16));pointer-events:none}.about-video-card img{width:100%;aspect-ratio:0.78 / 1;object-fit:cover;object-position:center center}.about-play-btn{position:absolute;z-index:3;top:50%;right:-26px;display:grid;place-items:center;width:66px;height:66px;border:7px solid #ffffff;border-radius:50%;color:#ffffff;background:var(--gradient-primary);box-shadow:0 16px 36px rgba(0,111,214,0.34);transform:translateY(-50%);transition:transform var(--transition-default),box-shadow var(--transition-default)}.about-play-btn:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 20px 46px rgba(0,111,214,0.42)}.about-play-btn svg{width:24px;height:24px;margin-left:3px;fill:currentColor}.about-handwritten{position:absolute;top:86px;right:-22px;width:155px;color:var(--color-primary);transform:rotate(-4deg)}.about-handwritten span{display:block;font-family:var(--font-script);font-size:1.6rem;font-weight:700;line-height:0.95}.about-handwritten svg{width:128px;height:auto;margin-top:8px;overflow:visible}.about-handwritten path{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}@media (max-width:1120px){.about-section{padding-top:26px}.about-container{grid-template-columns:1fr 1fr;gap:34px}.about-image-main{grid-column:span 1}.about-content{grid-column:span 1}.about-video-area{grid-column:1 / -1;justify-content:center;min-height:auto;padding-top:8px}.about-video-card{max-width:360px}.about-video-card img{aspect-ratio:1.12 / 1}.about-handwritten{top:18px;right:calc(50% - 330px)}}@media (max-width:820px){.about-section{padding-block:34px 70px}.about-section::before{width:80%;height:360px;opacity:0.8}.about-container{grid-template-columns:1fr;gap:28px}.about-content{order:1;padding-block:0}.about-image-main{order:2;min-height:265px;border-radius:24px;clip-path:none}.about-image-main img{min-height:265px}.about-video-area{order:3;justify-content:flex-start;padding-top:4px}.about-content h2{max-width:390px;font-size:clamp(2rem,8.8vw,2.75rem)}.about-content p{max-width:100%;margin-bottom:24px;font-size:0.93rem}.about-stats{grid-template-columns:1fr;gap:14px;max-width:100%}.about-stat{grid-template-columns:38px 1fr;padding:14px;border:1px solid var(--color-border);border-radius:16px;background:rgba(255,255,255,0.86);box-shadow:var(--shadow-sm)}.about-stat-icon{width:38px;height:38px}.about-stat strong{font-size:1.35rem}.about-stat span{font-size:0.75rem}.about-video-card{max-width:min(100%,390px)}.about-video-card img{aspect-ratio:1.04 / 1}.about-play-btn{right:18px;width:58px;height:58px;border-width:6px}.about-handwritten{top:auto;right:14px;bottom:-28px;width:130px}.about-handwritten span{font-size:1.35rem}.about-handwritten svg{width:96px}}@media (max-width:430px){.about-section{padding-block:28px 62px}.about-image-main,.about-image-main img{min-height:230px}.about-video-card img{aspect-ratio:0.92 / 1}.about-handwritten{display:none}}.about-video-area{justify-content:flex-start !important;min-height:300px !important;padding-left:6px}.about-video-card{max-width:245px !important;border-radius:22px !important}.about-video-card img{aspect-ratio:0.86 / 1 !important;object-fit:cover !important;object-position:center center !important}.about-play-btn{right:-24px !important;width:58px !important;height:58px !important;border-width:6px !important}.about-handwritten{top:86px !important;right:-10px !important;width:132px !important;z-index:4}.about-handwritten span{font-size:1.35rem !important}.about-handwritten svg{width:104px !important}@media (max-width:1120px){.about-video-area{justify-content:center !important;padding-left:0}.about-video-card{max-width:330px !important}.about-video-card img{aspect-ratio:1.05 / 1 !important}.about-handwritten{top:22px !important;right:calc(50% - 315px) !important}}@media (max-width:820px){.about-video-area{justify-content:flex-start !important;min-height:auto !important}.about-video-card{max-width:100% !important;width:100%}.about-video-card img{aspect-ratio:1.08 / 1 !important}.about-play-btn{right:18px !important;width:56px !important;height:56px !important}.about-handwritten{right:16px !important;bottom:-24px !important;top:auto !important}}@media (max-width:430px){.about-video-card img{aspect-ratio:1 / 0.92 !important}}.about-video-area{justify-content:center !important;padding-left:0 !important}.about-video-card{position:relative;max-width:248px !important;overflow:visible !important}.about-video-card img{display:block}.about-play-btn{top:58% !important;right:-8px !important;width:54px !important;height:54px !important;border-width:5px !important}.about-handwritten{top:82px !important;right:-2px !important;width:112px !important;transform:rotate(-3deg) !important}.about-handwritten span{font-size:1.18rem !important;line-height:0.95 !important;text-align:left}.about-handwritten svg{width:82px !important;margin-top:4px !important}.about-handwritten path{stroke-width:3.5 !important}@media (max-width:1120px){.about-video-card{max-width:300px !important}.about-play-btn{right:8px !important;top:56% !important}.about-handwritten{top:70px !important;right:10px !important;width:118px !important}}@media (max-width:820px){.about-video-area{justify-content:flex-start !important}.about-video-card{max-width:min(100%,390px) !important;width:100%}.about-play-btn{top:50% !important;right:16px !important;width:56px !important;height:56px !important}.about-handwritten{top:auto !important;right:18px !important;bottom:14px !important;width:126px !important}.about-handwritten span{font-size:1.2rem !important}.about-handwritten svg{width:88px !important}}@media (max-width:430px){.about-play-btn{right:12px !important;width:52px !important;height:52px !important}.about-handwritten{display:none !important}}.about-video-area{position:relative !important;justify-content:center !important;align-items:center !important;min-height:320px !important;padding-left:0 !important}.about-video-card{position:relative !important;width:100% !important;max-width:246px !important;margin:0 auto !important;overflow:hidden !important;border-radius:24px !important}.about-video-card img{width:100% !important;aspect-ratio:0.82 / 1 !important;object-fit:cover !important;object-position:center center !important}.about-play-btn{top:58% !important;right:-6px !important;width:56px !important;height:56px !important;border-width:6px !important;z-index:5 !important}.about-handwritten{position:absolute !important;top:78px !important;right:6px !important;width:118px !important;z-index:6 !important;transform:rotate(-4deg) !important}.about-handwritten span{font-size:1.22rem !important;line-height:0.95 !important}.about-handwritten svg{width:88px !important;margin-top:4px !important}.about-handwritten path{stroke-width:3.2 !important}@media (min-width:1280px){.about-video-area{min-height:336px !important}.about-video-card{max-width:258px !important}.about-handwritten{right:10px !important;top:82px !important}}@media (max-width:1120px){.about-video-area{justify-content:center !important}.about-video-card{max-width:310px !important}.about-video-card img{aspect-ratio:1 / 1 !important}.about-play-btn{right:12px !important;top:54% !important}.about-handwritten{top:58px !important;right:20px !important;width:128px !important}.about-handwritten span{font-size:1.3rem !important}.about-handwritten svg{width:96px !important}}@media (max-width:820px){.about-video-area{justify-content:flex-start !important;min-height:auto !important}.about-video-card{max-width:min(100%,390px) !important}.about-video-card img{aspect-ratio:1.04 / 1 !important}.about-play-btn{right:14px !important;top:50% !important;width:56px !important;height:56px !important}.about-handwritten{top:auto !important;right:18px !important;bottom:18px !important;width:132px !important}}@media (max-width:430px){.about-play-btn{right:12px !important;width:52px !important;height:52px !important}.about-handwritten{display:none !important}}.about-section{padding-block:24px 56px !important}.about-container{grid-template-columns:minmax(320px,1.08fr) minmax(290px,0.9fr) minmax(170px,0.5fr) !important;align-items:center !important;gap:24px !important}.about-image-main{min-height:246px !important;max-width:470px !important;margin-left:8px !important;border-radius:22px 22px 22px 22px !important;clip-path:polygon(0 0,100% 0,86% 100%,0 100%) !important;box-shadow:0 18px 42px rgba(7,27,77,0.12) !important}.about-image-main img{min-height:246px !important;height:246px !important;object-fit:cover !important}.about-content{padding-block:0 !important;max-width:380px}.about-content .section-label{margin-bottom:10px !important;font-size:0.72rem !important}.about-content h2{max-width:330px !important;margin-bottom:16px !important;font-size:clamp(2rem,2.7vw,2.7rem) !important;line-height:1.02 !important;letter-spacing:-0.045em !important}.about-content p{max-width:360px !important;margin-bottom:18px !important;font-size:0.82rem !important;line-height:1.65 !important}.about-stats{max-width:360px !important;gap:14px !important}.about-stat{grid-template-columns:24px 1fr !important;column-gap:7px !important}.about-stat-icon{width:24px !important;height:24px !important;border-radius:8px !important}.about-stat-icon svg{width:14px !important;height:14px !important}.about-stat strong{font-size:0.96rem !important;line-height:1 !important}.about-stat span{font-size:0.62rem !important;line-height:1.12 !important;margin-top:2px !important}.about-video-area{justify-content:flex-start !important;align-items:center !important;min-height:246px !important}.about-video-card{width:100% !important;max-width:170px !important;border-radius:20px !important;box-shadow:0 16px 36px rgba(7,27,77,0.12) !important}.about-video-card img{aspect-ratio:0.75 / 1 !important;object-fit:cover !important;object-position:center center !important}.about-play-btn{top:64% !important;right:-18px !important;width:46px !important;height:46px !important;border-width:5px !important;box-shadow:0 12px 24px rgba(0,111,214,0.28) !important}.about-play-btn svg{width:18px !important;height:18px !important}.about-handwritten{top:52px !important;right:-8px !important;width:112px !important;transform:rotate(-3deg) !important}.about-handwritten span{font-size:1.1rem !important;line-height:0.95 !important}.about-handwritten svg{width:88px !important;margin-top:3px !important}.about-handwritten path{stroke-width:3px !important}@media (max-width:1260px){.about-container{grid-template-columns:minmax(300px,1.05fr) minmax(270px,0.9fr) minmax(160px,0.48fr) !important;gap:20px !important}.about-image-main{max-width:430px !important}.about-video-card{max-width:160px !important}.about-handwritten{right:-2px !important;width:104px !important}}@media (max-width:1120px){.about-section{padding-block:28px 62px !important}.about-container{grid-template-columns:1fr 1fr !important;gap:26px !important}.about-image-main{max-width:none !important;min-height:260px !important;margin-left:0 !important}.about-image-main img{height:260px !important}.about-content{max-width:none !important}.about-content h2{max-width:360px !important;font-size:clamp(2rem,4vw,2.45rem) !important}.about-content p{max-width:100% !important;font-size:0.88rem !important}.about-stats{max-width:100% !important}.about-video-area{grid-column:1 / -1 !important;justify-content:flex-end !important;padding-right:36px !important;min-height:auto !important}.about-video-card{max-width:200px !important}.about-video-card img{aspect-ratio:0.78 / 1 !important}.about-play-btn{top:60% !important;right:-14px !important;width:50px !important;height:50px !important}.about-handwritten{top:44px !important;right:-8px !important;width:112px !important}}@media (max-width:820px){.about-container{grid-template-columns:1fr !important;gap:24px !important}.about-content{order:2 !important}.about-image-main{order:1 !important;min-height:240px !important;clip-path:none !important;border-radius:22px !important}.about-image-main img{height:240px !important;min-height:240px !important}.about-content h2{max-width:360px !important;font-size:clamp(2rem,8vw,2.6rem) !important}.about-content p{font-size:0.92rem !important;line-height:1.7 !important}.about-stats{grid-template-columns:1fr !important;gap:12px !important}.about-stat{grid-template-columns:34px 1fr !important;padding:12px !important;border:1px solid var(--color-border) !important;border-radius:14px !important;background:rgba(255,255,255,0.92) !important}.about-stat-icon{width:34px !important;height:34px !important}.about-stat-icon svg{width:18px !important;height:18px !important}.about-stat strong{font-size:1.15rem !important}.about-stat span{font-size:0.72rem !important}.about-video-area{order:3 !important;justify-content:flex-start !important;padding-right:0 !important}.about-video-card{max-width:210px !important}.about-play-btn{right:-12px !important}.about-handwritten{top:38px !important;right:-2px !important;width:108px !important}}@media (max-width:430px){.about-section{padding-block:24px 56px !important}.about-image-main img{height:220px !important;min-height:220px !important}.about-video-card{max-width:190px !important}.about-video-card img{aspect-ratio:0.8 / 1 !important}.about-play-btn{width:48px !important;height:48px !important;right:-10px !important}.about-handwritten{width:98px !important;top:36px !important}.about-handwritten span{font-size:1rem !important}.about-handwritten svg{width:76px !important}}.about-section{padding-block:14px 14px !important;background:#ffffff !important}.about-section::before{top:6px !important;left:0 !important;width:31% !important;height:255px !important;opacity:0.7 !important}.about-container{grid-template-columns:minmax(420px,1.05fr) minmax(300px,0.83fr) minmax(225px,0.52fr) !important;gap:18px !important;align-items:center !important;min-height:220px !important}.about-image-main{max-width:430px !important;min-height:204px !important;margin-left:18px !important;border-radius:18px !important;clip-path:polygon(0 0,100% 0,88% 100%,0 100%) !important;box-shadow:none !important}.about-image-main::after{display:none !important}.about-image-main img{width:100% !important;height:204px !important;min-height:204px !important;object-fit:cover !important}.about-content{max-width:300px !important;padding:0 !important}.about-content .section-label{margin-bottom:8px !important;font-size:0.62rem !important;letter-spacing:0.14em !important}.about-content h2{max-width:285px !important;margin-bottom:10px !important;font-size:clamp(1.95rem,2.4vw,2.55rem) !important;line-height:0.98 !important;letter-spacing:-0.05em !important}.about-content p{max-width:300px !important;margin-bottom:14px !important;color:#59687b !important;font-size:0.68rem !important;line-height:1.52 !important}.about-stats{max-width:305px !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important}.about-stat{grid-template-columns:18px 1fr !important;column-gap:5px !important;align-items:center !important}.about-stat-icon{width:18px !important;height:18px !important;border-radius:6px !important;background:#eaf5ff !important}.about-stat-icon svg{width:11px !important;height:11px !important}.about-stat strong{font-size:0.82rem !important;line-height:1 !important}.about-stat span{font-size:0.48rem !important;line-height:1.08 !important;margin-top:1px !important}.about-video-area{position:relative !important;justify-content:flex-start !important;align-items:center !important;min-height:210px !important}.about-video-card{max-width:170px !important;width:170px !important;border-radius:18px !important;overflow:hidden !important;box-shadow:none !important}.about-video-card::after{display:none !important}.about-video-card img{width:100% !important;height:180px !important;aspect-ratio:auto !important;object-fit:cover !important;object-position:center center !important}.about-play-btn{top:64% !important;right:-10px !important;width:38px !important;height:38px !important;border-width:4px !important;box-shadow:none !important}.about-play-btn svg{width:14px !important;height:14px !important}.about-handwritten{top:58px !important;right:-2px !important;width:100px !important;transform:rotate(-4deg) !important}.about-handwritten span{font-size:0.96rem !important;line-height:0.94 !important}.about-handwritten svg{width:72px !important;margin-top:2px !important}.about-handwritten path{stroke-width:2.6 !important}@media (max-width:1260px){.about-container{grid-template-columns:minmax(390px,1fr) minmax(290px,0.82fr) minmax(210px,0.5fr) !important;gap:16px !important}.about-image-main{max-width:400px !important;margin-left:8px !important}.about-image-main img{height:196px !important}.about-content h2{font-size:clamp(1.85rem,2.3vw,2.35rem) !important}.about-video-card{width:160px !important;max-width:160px !important}.about-video-card img{height:172px !important}}@media (max-width:1120px){.about-section{padding-block:24px 44px !important}.about-container{grid-template-columns:1fr 1fr !important;gap:22px !important;min-height:auto !important}.about-image-main{max-width:none !important;min-height:240px !important;margin-left:0 !important;clip-path:polygon(0 0,100% 0,90% 100%,0 100%) !important}.about-image-main img{height:240px !important;min-height:240px !important}.about-content{max-width:none !important}.about-content h2{max-width:340px !important;margin-bottom:14px !important;font-size:clamp(2rem,4vw,2.35rem) !important}.about-content p{max-width:100% !important;font-size:0.86rem !important;line-height:1.62 !important}.about-stats{max-width:100% !important}.about-stat{grid-template-columns:22px 1fr !important}.about-stat-icon{width:22px !important;height:22px !important}.about-stat-icon svg{width:12px !important;height:12px !important}.about-stat strong{font-size:0.92rem !important}.about-stat span{font-size:0.56rem !important}.about-video-area{grid-column:1 / -1 !important;justify-content:flex-end !important;padding-right:14px !important;min-height:auto !important}.about-video-card{width:185px !important;max-width:185px !important}.about-video-card img{height:192px !important}.about-play-btn{width:42px !important;height:42px !important;right:-8px !important}.about-handwritten{top:48px !important;right:0 !important;width:102px !important}}@media (max-width:820px){.about-section{padding-block:22px 54px !important}.about-container{grid-template-columns:1fr !important;gap:20px !important}.about-image-main{order:1 !important;min-height:220px !important;clip-path:none !important;border-radius:20px !important}.about-image-main img{height:220px !important;min-height:220px !important}.about-content{order:2 !important;max-width:100% !important}.about-content h2{max-width:340px !important;font-size:clamp(1.95rem,8vw,2.55rem) !important}.about-content p{font-size:0.92rem !important;line-height:1.68 !important}.about-stats{grid-template-columns:1fr !important;gap:12px !important}.about-stat{grid-template-columns:34px 1fr !important;padding:12px !important;border:1px solid var(--color-border) !important;border-radius:14px !important;background:rgba(255,255,255,0.96) !important}.about-stat-icon{width:34px !important;height:34px !important}.about-stat-icon svg{width:17px !important;height:17px !important}.about-stat strong{font-size:1.12rem !important}.about-stat span{font-size:0.72rem !important}.about-video-area{order:3 !important;justify-content:flex-start !important;padding-right:0 !important}.about-video-card{width:200px !important;max-width:200px !important}.about-video-card img{height:210px !important}.about-play-btn{width:48px !important;height:48px !important;right:-10px !important}.about-handwritten{top:56px !important;right:-2px !important;width:104px !important}}@media (max-width:430px){.about-image-main img{height:208px !important;min-height:208px !important}.about-video-card{width:190px !important;max-width:190px !important}.about-video-card img{height:198px !important}.about-play-btn{width:44px !important;height:44px !important}.about-handwritten{display:none !important}}.about-section{padding-block:42px 44px !important}.about-section::before{top:18px !important;left:0 !important;width:34% !important;height:320px !important;opacity:0.72 !important}.about-container{grid-template-columns:minmax(420px,1.05fr) minmax(360px,0.94fr) minmax(220px,0.58fr) !important;gap:34px !important;align-items:center !important;min-height:auto !important}.about-image-main{max-width:470px !important;min-height:270px !important;margin-left:12px !important;border-radius:22px !important;clip-path:polygon(0 0,100% 0,88% 100%,0 100%) !important}.about-image-main img{height:270px !important;min-height:270px !important}.about-content{max-width:390px !important}.about-content .section-label{margin-bottom:12px !important;font-size:0.72rem !important;letter-spacing:0.15em !important}.about-content h2{max-width:370px !important;margin-bottom:18px !important;font-size:clamp(2.45rem,3vw,3.25rem) !important;line-height:1.02 !important}.about-content p{max-width:390px !important;margin-bottom:26px !important;font-size:1rem !important;line-height:1.72 !important;color:#516176 !important}.about-stats{max-width:390px !important;gap:18px !important}.about-stat{grid-template-columns:28px 1fr !important;column-gap:9px !important}.about-stat-icon{width:28px !important;height:28px !important;border-radius:9px !important}.about-stat-icon svg{width:16px !important;height:16px !important}.about-stat strong{font-size:1.35rem !important;line-height:1 !important}.about-stat span{font-size:0.72rem !important;line-height:1.14 !important;margin-top:2px !important;color:var(--color-navy) !important}.about-video-area{justify-content:flex-start !important;align-items:center !important;min-height:270px !important}.about-video-card{width:200px !important;max-width:200px !important;border-radius:22px !important}.about-video-card img{width:100% !important;height:220px !important;object-fit:cover !important;object-position:center center !important}@media (max-width:1120px){.about-section{padding-block:34px 42px !important}.about-container{grid-template-columns:1fr 1fr !important;gap:30px !important}.about-image-main{max-width:none !important;min-height:260px !important;margin-left:0 !important}.about-image-main img{height:260px !important;min-height:260px !important}.about-content{max-width:none !important}.about-content h2{max-width:380px !important;font-size:clamp(2.2rem,4vw,2.8rem) !important}.about-content p{max-width:100% !important;font-size:0.95rem !important;line-height:1.68 !important}.about-stats{max-width:100% !important;gap:14px !important}.about-stat strong{font-size:1.12rem !important}.about-stat span{font-size:0.64rem !important}.about-video-area{grid-column:1 / -1 !important;justify-content:flex-start !important;min-height:auto !important;padding-top:4px !important}.about-video-card{width:230px !important;max-width:230px !important}.about-video-card img{height:230px !important}}@media (max-width:820px){.about-section{padding-block:28px 48px !important}.about-container{grid-template-columns:1fr !important;gap:24px !important}.about-image-main{min-height:235px !important;clip-path:none !important;border-radius:22px !important}.about-image-main img{height:235px !important;min-height:235px !important}.about-content h2{max-width:360px !important;margin-bottom:16px !important;font-size:clamp(2.1rem,8.2vw,2.75rem) !important}.about-content p{font-size:0.94rem !important;line-height:1.7 !important;margin-bottom:20px !important}.about-stats{grid-template-columns:1fr !important;gap:12px !important}.about-stat{grid-template-columns:38px 1fr !important;padding:12px !important;border:1px solid var(--color-border) !important;border-radius:14px !important;background:rgba(255,255,255,0.96) !important}.about-stat-icon{width:38px !important;height:38px !important}.about-stat-icon svg{width:18px !important;height:18px !important}.about-stat strong{font-size:1.2rem !important}.about-stat span{font-size:0.76rem !important}.about-video-area{justify-content:flex-start !important}.about-video-card{width:100% !important;max-width:260px !important}.about-video-card img{height:250px !important}}@media (max-width:430px){.about-section{padding-block:24px 42px !important}.about-image-main img{height:215px !important;min-height:215px !important}.about-content h2{font-size:clamp(1.95rem,9vw,2.45rem) !important}.about-content p{font-size:0.92rem !important}.about-video-card{max-width:220px !important}.about-video-card img{height:220px !important}}.fleet-section{position:relative;overflow:hidden;padding-block:0;background:linear-gradient(90deg,#083985 0%,#0a4ba7 38%,#0e63c5 100%);isolation:isolate}.fleet-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 35%,rgba(255,255,255,0.08),transparent 28%),linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0));pointer-events:none;z-index:-1}.fleet-blueprint{position:absolute;inset:0;z-index:-1;opacity:0.26;pointer-events:none}.fleet-blueprint::before,.fleet-blueprint::after{content:"";position:absolute;inset:auto 0 0 auto;pointer-events:none}.fleet-blueprint::before{top:14px;right:-40px;width:50%;height:100%;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,0.13) 0 1px,transparent 1px 88px),repeating-linear-gradient(0deg,rgba(255,255,255,0.11) 0 1px,transparent 1px 66px);mask-image:linear-gradient(90deg,transparent 8%,rgba(0,0,0,0.95) 34%,rgba(0,0,0,1) 100%);-webkit-mask-image:linear-gradient(90deg,transparent 8%,rgba(0,0,0,0.95) 34%,rgba(0,0,0,1) 100%)}.fleet-blueprint::after{top:20px;right:80px;width:420px;height:140px;border:2px solid rgba(255,255,255,0.11);border-radius:20px 100px 20px 20px;transform:rotate(-2deg);box-shadow:110px 8px 0 -108px rgba(255,255,255,0.12),165px 14px 0 -163px rgba(255,255,255,0.12),215px 44px 0 -213px rgba(255,255,255,0.12),-48px 90px 0 -46px rgba(255,255,255,0.12)}.fleet-container{display:grid;grid-template-columns:minmax(320px,0.95fr) minmax(420px,1.22fr);align-items:end;gap:28px;min-height:220px;padding-block:30px 18px}.fleet-content{max-width:390px;color:#ffffff;padding-block:8px 20px}.section-label--light{color:rgba(255,255,255,0.84)}.fleet-content h2{margin-bottom:14px;color:#ffffff;font-size:clamp(2rem,2.7vw,3rem);line-height:1.06;letter-spacing:-0.045em}.fleet-content p{margin-bottom:24px;color:rgba(255,255,255,0.83);font-size:0.95rem;line-height:1.72}.fleet-btn{display:inline-flex;align-items:center;gap:10px;padding-inline:20px 18px;min-height:48px;border-radius:14px;color:#ffffff;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.16);box-shadow:0 12px 28px rgba(4,23,66,0.18);backdrop-filter:blur(8px)}.fleet-btn:hover{background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.24)}.fleet-btn svg{width:17px;height:17px;fill:currentColor}.fleet-visual{position:relative;display:flex;align-items:end;justify-content:flex-end;min-height:170px}.fleet-visual img{display:block;width:min(100%,760px);max-width:100%;height:auto;object-fit:contain;object-position:bottom right;filter:drop-shadow(0 18px 36px rgba(3,15,38,0.22));transform:translateY(6px)}@media (max-width:1120px){.fleet-container{grid-template-columns:1fr;align-items:start;gap:20px;padding-block:34px 22px}.fleet-content{max-width:620px;padding-block:0}.fleet-visual{justify-content:center;min-height:auto}.fleet-visual img{width:min(100%,700px);transform:none}.fleet-blueprint::before{width:100%;opacity:0.8}.fleet-blueprint::after{right:24px;top:18px;width:320px;height:120px}}@media (max-width:768px){.fleet-section{padding-block:0}.fleet-container{gap:18px;min-height:auto;padding-block:34px 20px}.fleet-content h2{font-size:clamp(2rem,8vw,2.55rem)}.fleet-content p{font-size:0.92rem;line-height:1.66;margin-bottom:20px}.fleet-btn{min-height:46px;padding-inline:18px 16px}.fleet-visual img{width:100%;max-width:560px}.fleet-blueprint::after{display:none}}@media (max-width:430px){.fleet-container{padding-block:30px 18px}.fleet-content{max-width:100%}.fleet-content h2{margin-bottom:12px}.fleet-content p{font-size:0.9rem}}.fleet-section{background:#1269ce !important}.fleet-section::before{background:none !important}.fleet-blueprint,.fleet-blueprint::before,.fleet-blueprint::after{display:none !important}.fleet-visual{background:transparent !important}.fleet-visual img{filter:none !important;box-shadow:none !important;display:block !important}@media (min-width:1121px){.fleet-container{grid-template-columns:minmax(470px,0.92fr) minmax(540px,1.08fr) !important;align-items:center !important;gap:18px !important;min-height:236px !important;padding-block:26px 14px !important}.fleet-content{display:grid !important;grid-template-columns:238px 1fr !important;grid-template-areas:"label copy" "title copy" "title button" !important;column-gap:34px !important;row-gap:8px !important;align-items:start !important;max-width:100% !important;padding-block:0 !important}.fleet-content .section-label{grid-area:label !important;align-self:end !important;margin-bottom:6px !important}.fleet-content h2{grid-area:title !important;margin:0 !important;max-width:238px !important;font-size:2.15rem !important;line-height:1.03 !important}.fleet-content p{grid-area:copy !important;margin:0 !important;max-width:255px !important;padding-top:8px !important;font-size:0.93rem !important;line-height:1.68 !important}.fleet-btn{grid-area:button !important;justify-self:start !important;margin-top:2px !important}.fleet-visual{min-height:182px !important;align-items:center !important;justify-content:flex-end !important}.fleet-visual img{width:min(100%,690px) !important;transform:none !important}}@media (max-width:1120px){.fleet-container{padding-block:30px 18px !important}.fleet-content{max-width:560px !important}.fleet-content h2{margin-bottom:12px !important}.fleet-content p{max-width:420px !important;margin-bottom:22px !important}}.benefits-section{background:#ffffff;padding-block:34px 28px}.benefits-layout{display:grid;grid-template-columns:minmax(250px,0.86fr) minmax(620px,1.14fr);align-items:center;gap:24px}.benefits-intro{max-width:290px}.benefits-intro h2{margin:10px 0 0;color:#10295d;font-size:clamp(2rem,2.5vw,2.75rem);line-height:1.08;letter-spacing:-0.045em}.benefits-intro h2 span{color:#0d6be0;font-style:italic}.benefits-panel{background:#ffffff;border-radius:22px;padding:26px 24px;box-shadow:0 14px 38px rgba(15,45,106,0.08);border:1px solid #edf2fa}.benefits-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.benefit-item{text-align:center}.benefit-icon{width:54px;height:54px;margin:0 auto 14px;border-radius:16px;display:grid;place-items:center;background:#f4f8ff}.benefit-icon svg{width:28px;height:28px;fill:currentColor}.benefit-icon--blue{color:#1f7cf0;background:#eef5ff}.benefit-icon--red{color:#ff5a5f;background:#fff2f2}.benefit-icon--yellow{color:#f4b000;background:#fff8e8}.benefit-icon--green{color:#40b95f;background:#eefaf2}.benefit-icon--sky{color:#4f8dff;background:#edf4ff}.benefit-item h3{margin:0 0 8px;color:#10295d;font-size:1.05rem;line-height:1.22;letter-spacing:-0.02em}.benefit-item p{margin:0;color:#5f6f91;font-size:0.9rem;line-height:1.55}@media (max-width:1180px){.benefits-layout{grid-template-columns:1fr;gap:22px}.benefits-intro{max-width:100%}.benefits-panel{padding:22px 20px}.benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 16px}}@media (max-width:768px){.benefits-section{padding-block:32px 24px}.benefits-panel{padding:18px;border-radius:18px}.benefits-grid{grid-template-columns:1fr;gap:14px}.benefit-item{text-align:left;display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;padding:16px;border:1px solid #edf2fa;border-radius:18px;box-shadow:0 8px 24px rgba(15,45,106,0.05)}.benefit-icon{margin:0}.benefit-item h3{margin-bottom:6px}}.benefits-section{background:#ffffff !important;padding-block:18px 22px !important}.benefits-layout{display:grid !important;grid-template-columns:292px minmax(0,1fr) !important;align-items:center !important;gap:20px !important}.benefits-intro{max-width:292px !important}.benefits-intro .section-label{margin-bottom:8px !important;font-size:0.72rem !important;letter-spacing:0.14em !important}.benefits-intro h2{margin:0 !important;color:#122d63 !important;font-size:clamp(2.15rem,2.9vw,3.05rem) !important;line-height:1.04 !important;letter-spacing:-0.05em !important;max-width:275px !important}.benefits-intro h2 span{color:#0f6de1 !important;font-style:italic !important}.benefits-panel{background:#ffffff !important;border:1px solid #edf1f7 !important;border-radius:20px !important;padding:20px 14px !important;box-shadow:0 10px 28px rgba(15,45,106,0.08) !important}.benefits-grid{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:0 !important;align-items:stretch !important}.benefit-item{position:relative !important;text-align:center !important;padding:4px 14px 2px !important;min-height:136px !important;display:flex !important;flex-direction:column !important;align-items:center !important}.benefit-item+.benefit-item::before{content:"" !important;position:absolute !important;left:0 !important;top:8px !important;bottom:8px !important;width:1px !important;background:#eef2f7 !important}.benefit-icon{width:auto !important;height:auto !important;margin:0 0 10px !important;border-radius:0 !important;background:transparent !important;display:grid !important;place-items:center !important}.benefit-icon svg{width:34px !important;height:34px !important;fill:none !important;stroke:currentColor !important;stroke-width:1.8 !important;stroke-linecap:round !important;stroke-linejoin:round !important}.benefit-icon--blue,.benefit-icon--sky{color:#1f78ee !important}.benefit-icon--red{color:#ff5d62 !important}.benefit-icon--yellow{color:#f2b321 !important}.benefit-icon--green{color:#39b86a !important}.benefit-item h3{margin:0 0 8px !important;color:#142d63 !important;font-size:0.98rem !important;line-height:1.22 !important;letter-spacing:-0.02em !important;max-width:150px !important}.benefit-item p{margin:0 !important;color:#617294 !important;font-size:0.83rem !important;line-height:1.42 !important;max-width:160px !important}.benefit-item:nth-child(1) .benefit-icon svg path{d:path("M16 18v-1.25c0-1.83-1.79-3.25-4-3.25s-4 1.42-4 3.25V18M12 10.5a3 3 0 1 0-3-3 3 3 0 0 0 3 3Z")}.benefit-item:nth-child(2) .benefit-icon svg path{d:path("M12 3l6 2.5v5.13c0 3.39-2.22 6.78-6 8.37-3.78-1.59-6-4.98-6-8.37V5.5Z")}.benefit-item:nth-child(3) .benefit-icon svg path{d:path("M8 5h8M9 5V3.75h6V5M6.75 7H5.5V9.5a3.5 3.5 0 0 0 3.5 3.5H9.5M17.25 7h1.25V9.5a3.5 3.5 0 0 1-3.5 3.5h-.5M8.75 9h6.5v2.25A4.25 4.25 0 0 1 11 15.5h0a4.25 4.25 0 0 1-4.25-4.25Z M11 15.5V19 M8 20.25h6")}.benefit-item:nth-child(4) .benefit-icon svg path{d:path("M12 4.25A7.75 7.75 0 1 0 19.75 12 7.75 7.75 0 0 0 12 4.25Z M12 7.5v4.5l2.75 1.75")}.benefit-item:nth-child(5) .benefit-icon svg path{d:path("M12 4.25c-1.99 0-3.6 1.2-3.6 2.68S10.01 9.6 12 9.6s3.6 1.2 3.6 2.67-1.61 2.68-3.6 2.68-3.6-1.2-3.6-2.68M12 2.75v13.5")}@media (max-width:1180px){.benefits-layout{grid-template-columns:1fr !important;gap:18px !important}.benefits-intro,.benefits-intro h2{max-width:100% !important}.benefits-panel{padding:18px 12px !important}.benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:12px !important}.benefit-item{min-height:0 !important;padding:12px 10px !important;border:1px solid #edf1f7 !important;border-radius:16px !important}.benefit-item+.benefit-item::before{display:none !important}}@media (max-width:768px){.benefits-section{padding-block:24px 18px !important}.benefits-intro h2{font-size:2rem !important;line-height:1.08 !important}.benefits-panel{padding:0 !important;border:none !important;box-shadow:none !important;background:transparent !important}.benefits-grid{grid-template-columns:1fr !important;gap:12px !important}.benefit-item{display:grid !important;grid-template-columns:42px 1fr !important;align-items:start !important;gap:12px !important;text-align:left !important;padding:16px 14px !important;background:#ffffff !important;border:1px solid #edf1f7 !important;border-radius:16px !important;box-shadow:0 8px 24px rgba(15,45,106,0.05) !important}.benefit-icon{margin:0 !important;justify-self:start !important}.benefit-icon svg{width:28px !important;height:28px !important}.benefit-item h3,.benefit-item p{max-width:none !important}.benefit-item h3{font-size:0.98rem !important;margin-bottom:5px !important}.benefit-item p{font-size:0.84rem !important;line-height:1.45 !important}}.steps-section{position:relative;overflow:hidden;background:radial-gradient(circle at 74% 36%,rgba(18,142,239,0.35),transparent 30%),linear-gradient(90deg,#07327c 0%,#0750aa 48%,#0874d9 100%);padding-block:36px 34px;isolation:isolate}.steps-bg-detail{position:absolute;inset:0;z-index:-1;opacity:0.18;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,0.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.09) 1px,transparent 1px);background-size:96px 70px;background-position:right center}.steps-bg-detail::after{content:"";position:absolute;right:-40px;top:18px;width:460px;height:150px;border:2px solid rgba(255,255,255,0.11);border-radius:28px 110px 28px 28px}.steps-layout{display:grid;grid-template-columns:minmax(230px,0.62fr) minmax(720px,1.38fr);align-items:center;gap:34px}.steps-intro{color:#ffffff}.steps-intro .section-label{display:block;margin-bottom:12px;color:rgba(255,255,255,0.86)}.steps-intro h2{margin:0;color:#ffffff;font-size:clamp(2.05rem,2.65vw,3rem);line-height:1.08;letter-spacing:-0.045em}.steps-intro h2 span{display:inline-block;color:#bfe7ff;font-style:italic;font-weight:500;letter-spacing:-0.035em}.steps-timeline{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:26px}.steps-timeline::before{content:"";position:absolute;top:34px;left:52px;right:52px;height:2px;background-image:linear-gradient(90deg,rgba(255,255,255,0.72) 50%,transparent 0);background-size:12px 2px;background-repeat:repeat-x;opacity:0.8}.step-item{position:relative;z-index:1;color:#ffffff;min-width:0}.step-marker{position:relative;height:74px;margin-bottom:8px}.step-number{position:absolute;left:-10px;top:24px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;color:#ffffff;font-size:0.82rem;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,0.16);z-index:2}.step-icon{width:68px;height:68px;margin-inline:auto;border-radius:50%;display:grid;place-items:center;border:2px solid currentColor;background:rgba(255,255,255,0.08);box-shadow:inset 0 0 0 8px rgba(255,255,255,0.02)}.step-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.step-item--one{color:#39a8ff}.step-item--two{color:#ff5f64}.step-item--three{color:#ffc226}.step-item--four{color:#2fd16b}.step-item--five{color:#38bdf8}.step-item--one .step-number{background:#1f91ef}.step-item--two .step-number{background:#ff3f48}.step-item--three .step-number{background:#f5b600}.step-item--four .step-number{background:#23b95d}.step-item--five .step-number{background:#1597d3}.step-item h3{margin:0 0 7px;color:#ffffff;font-size:1rem;line-height:1.2;letter-spacing:-0.02em}.step-item p{margin:0;color:rgba(255,255,255,0.78);font-size:0.83rem;line-height:1.48}@media (max-width:1180px){.steps-layout{grid-template-columns:1fr;gap:28px}.steps-intro h2 br{display:none}.steps-timeline{gap:18px}}@media (max-width:820px){.steps-section{padding-block:34px 36px}.steps-timeline{grid-template-columns:1fr;gap:18px}.steps-timeline::before{top:22px;left:33px;right:auto;bottom:22px;width:2px;height:auto;background-image:linear-gradient(180deg,rgba(255,255,255,0.7) 50%,transparent 0);background-size:2px 12px;background-repeat:repeat-y}.step-item{display:grid;grid-template-columns:78px 1fr;align-items:start;gap:14px}.step-marker{height:74px;margin:0}.step-number{left:0;top:20px;width:26px;height:26px}.step-icon{margin:0 0 0 12px;width:62px;height:62px}.step-icon svg{width:28px;height:28px}.step-item h3{margin-top:5px}.step-item p{max-width:360px}}@media (max-width:430px){.steps-intro h2{font-size:2rem}.step-item{grid-template-columns:70px 1fr;gap:12px}.step-icon{width:56px;height:56px}}.steps-section{padding-block:28px 28px !important;background:radial-gradient(circle at 78% 38%,rgba(34,146,242,0.22),transparent 28%),linear-gradient(90deg,#08367f 0%,#0a53ad 52%,#0d73d7 100%) !important}.steps-bg-detail{opacity:0.11 !important;background-size:90px 64px !important}.steps-bg-detail::after{right:-20px !important;top:14px !important;width:380px !important;height:118px !important;border-width:2px !important;border-color:rgba(255,255,255,0.10) !important;border-radius:24px 88px 24px 24px !important}.steps-layout{grid-template-columns:270px minmax(0,1fr) !important;align-items:center !important;gap:28px !important}.steps-intro{max-width:270px !important}.steps-intro .section-label{margin-bottom:10px !important;font-size:0.72rem !important;letter-spacing:0.15em !important}.steps-intro h2{max-width:255px !important;font-size:clamp(2.2rem,2.9vw,3rem) !important;line-height:1.04 !important;letter-spacing:-0.05em !important}.steps-intro h2 span{color:#d3efff !important;font-style:italic !important;font-family:"Brush Script MT","Segoe Script",cursive !important;font-weight:500 !important;letter-spacing:0 !important}.steps-timeline{grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:16px !important;align-items:start !important}.steps-timeline::before{top:35px !important;left:54px !important;right:54px !important;height:2px !important;background-image:linear-gradient(90deg,rgba(255,255,255,0.72) 50%,transparent 0) !important;background-size:10px 2px !important;opacity:0.72 !important}.step-item{text-align:center !important;max-width:145px !important;justify-self:center !important}.step-marker{height:78px !important;margin-bottom:10px !important}.step-number{left:8px !important;top:23px !important;width:24px !important;height:24px !important;font-size:0.76rem !important;box-shadow:0 8px 18px rgba(0,0,0,0.14) !important}.step-icon{width:70px !important;height:70px !important;margin-inline:auto !important;border-width:2px !important;background:rgba(255,255,255,0.06) !important;box-shadow:inset 0 0 0 7px rgba(255,255,255,0.02),0 8px 18px rgba(3,22,58,0.08) !important}.step-icon svg{width:30px !important;height:30px !important;stroke-width:1.65 !important}.step-item h3{margin:0 0 7px !important;font-size:0.97rem !important;line-height:1.18 !important;letter-spacing:-0.02em !important}.step-item p{margin:0 !important;color:rgba(255,255,255,0.80) !important;font-size:0.79rem !important;line-height:1.45 !important}@media (max-width:1180px){.steps-section{padding-block:30px 30px !important}.steps-layout{grid-template-columns:1fr !important;gap:22px !important}.steps-intro,.steps-intro h2{max-width:100% !important}.steps-intro h2{font-size:clamp(2.1rem,4.5vw,2.7rem) !important}.steps-timeline{gap:14px !important}.step-item{max-width:none !important}.step-item h3{font-size:0.92rem !important}.step-item p{font-size:0.76rem !important}}@media (max-width:820px){.steps-section{padding-block:30px 34px !important}.steps-bg-detail::after{display:none !important}.steps-intro h2{font-size:2.05rem !important;line-height:1.06 !important}.steps-timeline{grid-template-columns:1fr !important;gap:14px !important}.steps-timeline::before{top:22px !important;left:30px !important;right:auto !important;bottom:22px !important;width:2px !important;height:auto !important;background-image:linear-gradient(180deg,rgba(255,255,255,0.70) 50%,transparent 0) !important;background-size:2px 10px !important;background-repeat:repeat-y !important}.step-item{display:grid !important;grid-template-columns:72px 1fr !important;gap:12px !important;text-align:left !important;max-width:100% !important;align-items:start !important}.step-marker{height:72px !important;margin-bottom:0 !important}.step-number{left:0 !important;top:23px !important;width:23px !important;height:23px !important}.step-icon{width:58px !important;height:58px !important;margin:0 0 0 10px !important;box-shadow:inset 0 0 0 6px rgba(255,255,255,0.02),0 6px 14px rgba(3,22,58,0.08) !important}.step-icon svg{width:25px !important;height:25px !important}.step-item h3{margin-top:6px !important;margin-bottom:4px !important;font-size:0.98rem !important}.step-item p{max-width:360px !important;font-size:0.84rem !important;line-height:1.45 !important}}@media (max-width:430px){.steps-intro h2{font-size:1.95rem !important}.step-item{grid-template-columns:66px 1fr !important;gap:10px !important}.step-icon{width:54px !important;height:54px !important;margin-left:8px !important}.step-item p{font-size:0.82rem !important}}.steps-section{padding-block:30px 30px !important;min-height:258px !important;background:radial-gradient(circle at 78% 44%,rgba(20,137,239,0.26),transparent 28%),linear-gradient(90deg,#0a377f 0%,#0a55b2 50%,#0e76dc 100%) !important}.steps-bg-detail{opacity:0.09 !important;background-size:84px 62px !important}.steps-bg-detail::after{right:28px !important;top:18px !important;width:360px !important;height:112px !important;border:2px solid rgba(255,255,255,0.10) !important;border-radius:22px 92px 22px 22px !important}.steps-layout{grid-template-columns:250px minmax(0,1fr) !important;align-items:center !important;gap:36px !important}.steps-intro{max-width:250px !important}.steps-intro .section-label{margin-bottom:10px !important;color:rgba(255,255,255,0.88) !important;font-size:0.7rem !important;letter-spacing:0.16em !important}.steps-intro h2{max-width:245px !important;margin:0 !important;color:#ffffff !important;font-size:clamp(2.15rem,2.7vw,2.9rem) !important;line-height:1.02 !important;letter-spacing:-0.052em !important}.steps-intro h2 span{color:#d8efff !important;font-family:"Caveat","Brush Script MT","Segoe Script",cursive !important;font-size:1.16em !important;font-weight:700 !important;font-style:normal !important;letter-spacing:-0.02em !important}.steps-timeline{grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:18px !important;align-items:start !important;padding-top:2px !important}.steps-timeline::before{top:37px !important;left:66px !important;right:66px !important;height:2px !important;background-image:linear-gradient(90deg,rgba(255,255,255,0.72) 48%,transparent 0) !important;background-size:11px 2px !important;opacity:0.74 !important}.step-item{max-width:136px !important;justify-self:center !important;text-align:center !important}.step-marker{height:78px !important;margin-bottom:9px !important}.step-number{left:11px !important;top:23px !important;width:24px !important;height:24px !important;font-size:0.74rem !important;line-height:1 !important;box-shadow:0 8px 18px rgba(0,0,0,0.16) !important}.step-icon{width:70px !important;height:70px !important;margin-inline:auto !important;border-radius:50% !important;border:2px solid currentColor !important;background:rgba(255,255,255,0.055) !important;box-shadow:inset 0 0 0 7px rgba(255,255,255,0.018) !important}.step-icon svg{width:29px !important;height:29px !important;stroke-width:1.6 !important}.step-item h3{margin:0 0 6px !important;color:#ffffff !important;font-size:0.96rem !important;line-height:1.18 !important;letter-spacing:-0.02em !important}.step-item p{max-width:132px !important;margin:0 auto !important;color:rgba(255,255,255,0.79) !important;font-size:0.78rem !important;line-height:1.42 !important}.step-item--one{color:#38a8ff !important}.step-item--two{color:#ff5d64 !important}.step-item--three{color:#ffc326 !important}.step-item--four{color:#33d06e !important}.step-item--five{color:#42c7ff !important}.step-item--one .step-number{background:#2093f3 !important}.step-item--two .step-number{background:#ff4651 !important}.step-item--three .step-number{background:#f3b600 !important}.step-item--four .step-number{background:#28ba61 !important}.step-item--five .step-number{background:#1597d7 !important}@media (max-width:1180px){.steps-section{padding-block:32px 34px !important;min-height:auto !important}.steps-layout{grid-template-columns:1fr !important;gap:24px !important}.steps-intro,.steps-intro h2{max-width:100% !important}.steps-intro h2 br{display:none !important}.steps-intro h2{font-size:clamp(2.15rem,4.4vw,2.8rem) !important}.steps-timeline{gap:14px !important}.step-item{max-width:148px !important}.step-item p{max-width:145px !important;font-size:0.76rem !important}}@media (max-width:820px){.steps-section{padding-block:30px 34px !important}.steps-bg-detail::after{display:none !important}.steps-timeline{grid-template-columns:1fr !important;gap:16px !important;padding-top:0 !important}.steps-timeline::before{top:20px !important;left:31px !important;right:auto !important;bottom:20px !important;width:2px !important;height:auto !important;background-image:linear-gradient(180deg,rgba(255,255,255,0.70) 48%,transparent 0) !important;background-size:2px 11px !important;background-repeat:repeat-y !important}.step-item{max-width:100% !important;display:grid !important;grid-template-columns:76px 1fr !important;align-items:start !important;gap:12px !important;text-align:left !important;justify-self:stretch !important}.step-marker{height:70px !important;margin-bottom:0 !important}.step-number{left:0 !important;top:21px !important;width:23px !important;height:23px !important}.step-icon{width:58px !important;height:58px !important;margin:0 0 0 11px !important;box-shadow:inset 0 0 0 6px rgba(255,255,255,0.018) !important}.step-icon svg{width:25px !important;height:25px !important}.step-item h3{margin-top:5px !important;margin-bottom:4px !important;font-size:0.98rem !important}.step-item p{max-width:360px !important;margin:0 !important;font-size:0.84rem !important;line-height:1.44 !important}}@media (max-width:430px){.steps-intro h2{font-size:1.95rem !important}.step-item{grid-template-columns:68px 1fr !important}.step-icon{width:54px !important;height:54px !important;margin-left:8px !important}.step-item p{font-size:0.82rem !important}}.steps-section{position:relative !important;isolation:isolate !important;overflow:hidden !important;min-height:232px !important;padding-block:26px 24px !important;background:linear-gradient(90deg,#0b3d92 0%,#0c5fbd 56%,#1286ef 100%) !important}.steps-section::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:-2 !important;background:radial-gradient(circle at 78% 42%,rgba(255,255,255,0.10),transparent 26%),linear-gradient(180deg,rgba(255,255,255,0.035),rgba(255,255,255,0)) !important;pointer-events:none !important}.steps-bg-detail{position:absolute !important;inset:0 !important;z-index:-1 !important;opacity:0.12 !important;background-image:linear-gradient(rgba(255,255,255,0.10) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.10) 1px,transparent 1px) !important;background-size:86px 64px !important;background-position:right center !important;pointer-events:none !important}.steps-bg-detail::after{content:"" !important;position:absolute !important;right:46px !important;top:20px !important;width:380px !important;height:118px !important;border:2px solid rgba(255,255,255,0.10) !important;border-radius:22px 96px 22px 22px !important}.steps-layout{display:grid !important;grid-template-columns:265px minmax(0,1fr) !important;align-items:center !important;gap:34px !important}.steps-intro{max-width:265px !important;color:#ffffff !important}.steps-intro .section-label{display:block !important;margin-bottom:10px !important;color:rgba(255,255,255,0.88) !important;font-size:0.68rem !important;font-weight:800 !important;letter-spacing:0.17em !important}.steps-intro h2{max-width:255px !important;margin:0 !important;color:#ffffff !important;font-size:clamp(2.1rem,2.65vw,2.85rem) !important;line-height:1.03 !important;letter-spacing:-0.052em !important}.steps-intro h2 span{display:inline-block !important;color:#d7f0ff !important;font-family:"Brush Script MT","Segoe Script","Caveat",cursive !important;font-style:normal !important;font-weight:700 !important;font-size:1.12em !important;line-height:0.9 !important;letter-spacing:-0.015em !important}.steps-timeline{position:relative !important;display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;align-items:start !important;gap:18px !important;padding-top:4px !important}.steps-timeline::before{content:"" !important;position:absolute !important;top:35px !important;left:58px !important;right:58px !important;height:2px !important;background-image:linear-gradient(90deg,rgba(255,255,255,0.72) 48%,transparent 0) !important;background-size:11px 2px !important;background-repeat:repeat-x !important;opacity:0.72 !important}.step-item{position:relative !important;z-index:1 !important;max-width:138px !important;justify-self:center !important;color:#ffffff !important;text-align:center !important}.step-marker{position:relative !important;height:74px !important;margin:0 0 8px !important}.step-number{position:absolute !important;left:10px !important;top:22px !important;z-index:2 !important;width:24px !important;height:24px !important;border-radius:50% !important;display:grid !important;place-items:center !important;color:#ffffff !important;font-size:0.72rem !important;font-weight:800 !important;box-shadow:0 8px 18px rgba(0,0,0,0.16) !important}.step-icon{width:68px !important;height:68px !important;margin-inline:auto !important;border-radius:50% !important;display:grid !important;place-items:center !important;border:2px solid currentColor !important;background:rgba(255,255,255,0.055) !important;box-shadow:inset 0 0 0 7px rgba(255,255,255,0.018) !important}.step-icon svg{width:29px !important;height:29px !important;fill:none !important;stroke:currentColor !important;stroke-width:1.62 !important;stroke-linecap:round !important;stroke-linejoin:round !important}.step-item--one{color:#3db0ff !important}.step-item--two{color:#ff5f66 !important}.step-item--three{color:#ffc328 !important}.step-item--four{color:#35d36f !important}.step-item--five{color:#41c9ff !important}.step-item--one .step-number{background:#2092ef !important}.step-item--two .step-number{background:#ff4650 !important}.step-item--three .step-number{background:#f2b600 !important}.step-item--four .step-number{background:#28bb62 !important}.step-item--five .step-number{background:#1598d8 !important}.step-item h3{margin:0 0 6px !important;color:#ffffff !important;font-size:0.96rem !important;font-weight:800 !important;line-height:1.18 !important;letter-spacing:-0.02em !important}.step-item p{max-width:132px !important;margin:0 auto !important;color:rgba(255,255,255,0.80) !important;font-size:0.78rem !important;line-height:1.42 !important}@media (max-width:1180px){.steps-section{min-height:auto !important;padding-block:30px 32px !important}.steps-layout{grid-template-columns:1fr !important;gap:24px !important}.steps-intro,.steps-intro h2{max-width:100% !important}.steps-intro h2 br{display:none !important}.steps-timeline{gap:14px !important}.step-item{max-width:148px !important}.step-item p{max-width:145px !important;font-size:0.76rem !important}}@media (max-width:820px){.steps-section{padding-block:30px 34px !important}.steps-bg-detail::after{display:none !important}.steps-intro h2{font-size:2rem !important;line-height:1.06 !important}.steps-timeline{grid-template-columns:1fr !important;gap:16px !important;padding-top:0 !important}.steps-timeline::before{top:20px !important;left:31px !important;right:auto !important;bottom:20px !important;width:2px !important;height:auto !important;background-image:linear-gradient(180deg,rgba(255,255,255,0.70) 48%,transparent 0) !important;background-size:2px 11px !important;background-repeat:repeat-y !important}.step-item{display:grid !important;grid-template-columns:76px 1fr !important;gap:12px !important;align-items:start !important;max-width:100% !important;justify-self:stretch !important;text-align:left !important}.step-marker{height:70px !important;margin:0 !important}.step-number{left:0 !important;top:21px !important;width:23px !important;height:23px !important}.step-icon{width:58px !important;height:58px !important;margin:0 0 0 11px !important;box-shadow:inset 0 0 0 6px rgba(255,255,255,0.018) !important}.step-icon svg{width:25px !important;height:25px !important}.step-item h3{margin-top:5px !important;margin-bottom:4px !important;font-size:0.98rem !important}.step-item p{max-width:360px !important;margin:0 !important;font-size:0.84rem !important;line-height:1.44 !important}}@media (max-width:430px){.steps-intro h2{font-size:1.92rem !important}.step-item{grid-template-columns:68px 1fr !important;gap:10px !important}.step-icon{width:54px !important;height:54px !important;margin-left:8px !important}.step-item p{font-size:0.82rem !important}}.steps-timeline::before{display:none !important}.step-item:not(:last-child)::after{content:"" !important;position:absolute !important;top:35px !important;left:calc(50%+34px) !important;width:54px !important;height:2px !important;background-image:linear-gradient(90deg,rgba(255,255,255,0.72) 48%,transparent 0) !important;background-size:11px 2px !important;background-repeat:repeat-x !important;opacity:0.74 !important;pointer-events:none !important}@media (max-width:1180px){.step-item:not(:last-child)::after{width:44px !important;left:calc(50%+34px) !important}}@media (max-width:820px){.steps-timeline::before{display:block !important}.step-item:not(:last-child)::after{display:none !important}}.testimonials-section{background:#ffffff;padding-block:42px 44px}.testimonials-layout{display:grid;grid-template-columns:minmax(250px,0.58fr) minmax(680px,1.42fr);align-items:start;gap:34px}.testimonials-intro{max-width:275px}.testimonials-intro .section-label{display:block;margin-bottom:10px}.testimonials-intro h2{margin:0;color:#122d63;font-size:clamp(2rem,2.65vw,2.85rem);line-height:1.06;letter-spacing:-0.048em}.testimonials-intro h2 span{color:#0d6be0;font-style:italic}.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.testimonial-card{min-height:238px;display:flex;flex-direction:column;justify-content:space-between;padding:26px 24px 22px;background:#ffffff;border:1px solid #edf1f7;border-radius:20px;box-shadow:0 12px 34px rgba(15,45,106,0.075)}.testimonial-stars{margin-bottom:14px;color:#ffc226;font-size:1.08rem;letter-spacing:0.08em;line-height:1}.testimonial-text{margin:0 0 22px;color:#415174;font-size:0.94rem;line-height:1.62}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-author img{width:52px;height:52px;flex:0 0 52px;border-radius:50%;object-fit:cover;box-shadow:0 8px 18px rgba(15,45,106,0.12)}.testimonial-author h3{margin:0 0 3px;color:#10295d;font-size:0.98rem;line-height:1.15;letter-spacing:-0.02em}.testimonial-author span{display:block;color:#5f6f91;font-size:0.78rem;line-height:1.2}@media (max-width:1180px){.testimonials-layout{grid-template-columns:1fr;gap:24px}.testimonials-intro{max-width:100%}.testimonials-grid{gap:16px}}@media (max-width:820px){.testimonials-section{padding-block:34px 36px}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{min-height:auto;padding:22px 20px;border-radius:18px}.testimonial-text{margin-bottom:20px}}@media (max-width:430px){.testimonials-intro h2{font-size:2rem}.testimonial-card{padding:20px 18px}}.faq-section{background:#ffffff;padding-block:42px 48px}.faq-layout{display:grid;grid-template-columns:minmax(260px,0.72fr) minmax(520px,1.28fr);align-items:start;gap:34px}.faq-intro{max-width:320px}.faq-intro .section-label{display:block;margin-bottom:10px}.faq-intro h2{margin:0;color:#122d63;font-size:clamp(2rem,2.7vw,2.9rem);line-height:1.06;letter-spacing:-0.048em}.faq-accordion{display:grid;gap:10px}.faq-item{overflow:hidden;background:#ffffff;border:1px solid #edf1f7;border-radius:14px;box-shadow:0 10px 28px rgba(15,45,106,0.055)}.faq-question{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px 0 20px;color:#10295d;background:transparent;border:0;font-family:inherit;font-size:0.95rem;font-weight:800;line-height:1.25;text-align:left;cursor:pointer}.faq-icon{position:relative;width:22px;height:22px;flex:0 0 22px;border-radius:50%;color:#0d6be0}.faq-icon::before,.faq-icon::after{content:"";position:absolute;left:50%;top:50%;width:13px;height:2px;border-radius:2px;background:currentColor;transform:translate(-50%,-50%);transition:transform 220ms ease,opacity 220ms ease}.faq-icon::after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.is-open .faq-icon::after{opacity:0;transform:translate(-50%,-50%) rotate(0deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 280ms ease}.faq-answer p{margin:0;padding:0 20px 18px;color:#5f6f91;font-size:0.88rem;line-height:1.58}.faq-item.is-open .faq-answer{max-height:170px}@media (max-width:980px){.faq-layout{grid-template-columns:1fr;gap:22px}.faq-intro{max-width:100%}}@media (max-width:560px){.faq-section{padding-block:34px 38px}.faq-intro h2{font-size:2rem}.faq-question{min-height:56px;padding-inline:16px;font-size:0.9rem}.faq-answer p{padding-inline:16px;font-size:0.84rem}}.site-footer{position:relative;overflow:hidden;color:#ffffff;background:radial-gradient(circle at 86% 24%,rgba(24,145,242,0.32),transparent 26%),linear-gradient(90deg,#07327c 0%,#0752ab 50%,#0876dc 100%);padding-block:42px 0;isolation:isolate}.footer-bg-detail{position:absolute;inset:0;z-index:-1;opacity:0.16;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,0.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.08) 1px,transparent 1px);background-size:96px 70px;background-position:right center}.footer-bg-detail::after{content:"";position:absolute;right:-70px;top:36px;width:430px;height:180px;border:2px solid rgba(255,255,255,0.10);border-radius:140px 0 0 140px}.footer-main{display:grid;grid-template-columns:minmax(230px,1.05fr) minmax(260px,1.05fr) minmax(180px,0.8fr) minmax(180px,0.75fr);gap:42px;align-items:start;padding-bottom:34px}.footer-logo{display:inline-flex;margin-bottom:16px}.footer-logo img{width:210px;max-width:100%;height:auto;filter:brightness(0) invert(1)}.footer-brand p{max-width:255px;margin:0;color:rgba(255,255,255,0.84);font-size:0.92rem;line-height:1.58}.footer-column h3{margin:0 0 16px;color:#ffffff;font-size:1rem;line-height:1.2;letter-spacing:-0.02em}.footer-contact ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.footer-contact li{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;color:rgba(255,255,255,0.84);font-size:0.88rem;line-height:1.45}.footer-contact svg,.footer-social svg{width:20px;height:20px;fill:none;stroke:#ffffff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:0.95}.footer-contact a,.footer-contact span,.footer-nav a{color:rgba(255,255,255,0.84)}.footer-contact a:hover,.footer-nav a:hover{color:#ffffff}.footer-nav nav{display:grid;grid-template-columns:1fr 1fr;gap:9px 22px}.footer-nav a{font-size:0.88rem;line-height:1.3}.social-links{display:flex;align-items:center;gap:14px;margin-bottom:24px}.social-links a{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#ffffff;transition:transform 180ms ease,background 180ms ease}.social-links a:hover{background:rgba(255,255,255,0.12);transform:translateY(-2px)}.social-links svg{width:22px;height:22px;stroke:none;fill:currentColor}.footer-whatsapp{min-height:42px;display:inline-flex;align-items:center;gap:10px;padding:0 20px;color:#ffffff;border:1px solid rgba(255,255,255,0.38);border-radius:10px;background:rgba(255,255,255,0.06);font-size:0.88rem;font-weight:800}.footer-whatsapp svg{width:19px;height:19px;fill:#ffffff;stroke:none}.footer-whatsapp:hover{background:rgba(255,255,255,0.12)}.footer-bottom{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.74);font-size:0.78rem}.footer-bottom p{margin:0}.footer-bottom span{color:#ff4d5f}@media (max-width:1100px){.footer-main{grid-template-columns:1fr 1fr;gap:34px 28px}}@media (max-width:720px){.site-footer{padding-top:34px}.footer-main{grid-template-columns:1fr;gap:28px;padding-bottom:30px}.footer-logo img{width:190px}.footer-brand p{max-width:100%}.footer-nav nav{grid-template-columns:1fr;gap:10px}.footer-bottom{min-height:auto;padding-block:14px;flex-direction:column;align-items:flex-start;gap:6px}}.footer-logo img{filter:none !important;width:220px !important;height:auto !important}.site-footer{position:relative !important;overflow:hidden !important;padding-block:30px 0 !important;color:#ffffff !important;background:radial-gradient(circle at 88% 26%,rgba(28,146,242,0.26),transparent 27%),linear-gradient(90deg,#08367f 0%,#0a55b2 52%,#0d76da 100%) !important}.footer-bg-detail{opacity:0.12 !important;background-size:86px 64px !important}.footer-bg-detail::after{right:-96px !important;top:22px !important;width:360px !important;height:180px !important;border-color:rgba(255,255,255,0.08) !important;border-radius:140px 0 0 140px !important}.footer-main{display:grid !important;grid-template-columns:1.28fr 1.05fr 0.92fr 0.78fr !important;gap:42px !important;align-items:start !important;padding-bottom:22px !important}.footer-logo{margin-bottom:10px !important}.footer-logo img{width:188px !important;max-width:100% !important;height:auto !important;filter:none !important}.footer-brand p{max-width:245px !important;margin:0 !important;color:rgba(255,255,255,0.83) !important;font-size:0.82rem !important;line-height:1.48 !important}.footer-column h3{margin:0 0 12px !important;color:#ffffff !important;font-size:0.88rem !important;font-weight:800 !important;line-height:1.2 !important}.footer-contact ul{gap:8px !important}.footer-contact li{grid-template-columns:18px 1fr !important;gap:9px !important;color:rgba(255,255,255,0.84) !important;font-size:0.78rem !important;line-height:1.35 !important}.footer-contact svg{width:17px !important;height:17px !important;margin-top:1px !important;stroke-width:1.75 !important}.footer-contact a,.footer-contact span,.footer-nav a{color:rgba(255,255,255,0.84) !important}.footer-contact a:hover,.footer-nav a:hover{color:#ffffff !important}.footer-nav nav{display:grid !important;grid-template-columns:1fr 1fr !important;gap:8px 24px !important}.footer-nav a{font-size:0.78rem !important;line-height:1.28 !important}.social-links{gap:13px !important;margin-bottom:18px !important}.social-links a{width:26px !important;height:26px !important}.social-links svg{width:18px !important;height:18px !important}.footer-whatsapp{min-height:38px !important;padding:0 18px !important;gap:9px !important;border-radius:9px !important;border:1px solid rgba(255,255,255,0.36) !important;background:rgba(255,255,255,0.055) !important;color:#ffffff !important;font-size:0.78rem !important;font-weight:800 !important;box-shadow:none !important}.footer-whatsapp svg{width:17px !important;height:17px !important}.footer-bottom{min-height:34px !important;padding-block:0 !important;border-top:1px solid rgba(255,255,255,0.12) !important;color:rgba(255,255,255,0.74) !important;font-size:0.68rem !important}.footer-bottom span{color:#ff445b !important}@media (max-width:1100px){.footer-main{grid-template-columns:1fr 1fr !important;gap:28px 30px !important;padding-bottom:26px !important}.footer-logo img{width:180px !important}}@media (max-width:720px){.site-footer{padding-top:30px !important}.footer-main{grid-template-columns:1fr !important;gap:24px !important;padding-bottom:26px !important}.footer-logo img{width:170px !important}.footer-brand p{max-width:100% !important}.footer-nav nav{grid-template-columns:1fr !important;gap:8px !important}.footer-bottom{min-height:auto !important;padding-block:12px !important;flex-direction:column !important;align-items:flex-start !important;gap:5px !important;font-size:0.68rem !important}}html{scroll-behavior:smooth;scroll-padding-top:110px}.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:9999;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#13b857;color:#ffffff;box-shadow:0 14px 32px rgba(13,132,67,0.34);transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease}.floating-whatsapp:hover{transform:translateY(-3px);background:#0fad50;box-shadow:0 18px 38px rgba(13,132,67,0.42)}.floating-whatsapp svg{width:31px;height:31px;fill:currentColor}@media (max-width:640px){html{scroll-padding-top:92px}.floating-whatsapp{right:18px;bottom:18px;width:54px;height:54px}.floating-whatsapp svg{width:29px;height:29px}}.fleet-section{padding-top:26px !important;padding-bottom:26px !important}.fleet-section .container,.fleet-wrapper,.fleet-content,.fleet-inner{align-items:center}.fleet-wrapper{min-height:auto !important;padding-top:10px !important;padding-bottom:10px !important}@media (max-width:768px){.fleet-section{padding-top:22px !important;padding-bottom:22px !important}.fleet-wrapper{padding-top:6px !important;padding-bottom:6px !important}}.fleet-section{min-height:236px !important;height:236px !important;padding-top:0 !important;padding-bottom:0 !important;display:flex !important;align-items:center !important;overflow:hidden !important}.fleet-section .fleet-container,.fleet-container{min-height:236px !important;height:236px !important;padding-top:0 !important;padding-bottom:0 !important;align-items:center !important}.fleet-content{padding-top:0 !important;padding-bottom:0 !important}.fleet-content h2{margin-bottom:12px !important}.fleet-content p{margin-bottom:14px !important}.fleet-btn{min-height:42px !important}.fleet-visual{min-height:236px !important;height:236px !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;overflow:visible !important}.fleet-visual img{max-height:218px !important;width:auto !important;max-width:100% !important;object-fit:contain !important;object-position:right center !important;transform:none !important}@media (max-width:1120px){.fleet-section{height:auto !important;min-height:auto !important;padding-top:28px !important;padding-bottom:22px !important}.fleet-section .fleet-container,.fleet-container{height:auto !important;min-height:auto !important;padding-top:0 !important;padding-bottom:0 !important}.fleet-visual{height:auto !important;min-height:auto !important;margin-top:12px !important}.fleet-visual img{max-height:220px !important;width:min(100%,680px) !important}}@media (max-width:768px){.fleet-section{padding-top:24px !important;padding-bottom:20px !important}.fleet-visual img{max-height:190px !important}}*,*::before,*::after{box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden !important}img,picture,video,canvas,svg{max-width:100%}body{-webkit-text-size-adjust:100%}.container{width:min(100% - 40px,var(--container-width,1180px));margin-inline:auto}section,header,footer,main{max-width:100%}a,button{touch-action:manipulation}.btn,.header-whatsapp,.footer-whatsapp,.fleet-btn,.faq-question{min-height:44px}.site-header{width:100%;max-width:100vw}.header-container{max-width:100%}.menu-toggle{cursor:pointer}@media (min-width:981px) and (max-width:1280px){.container{width:min(100% - 56px,1120px)}.site-logo{width:185px !important}.main-nav{gap:18px !important;font-size:0.78rem !important}.header-whatsapp{min-height:46px !important;padding-inline:20px !important}.hero-section{min-height:auto !important}.hero-banner-img,.hero-banner-only img,.hero-section picture img{max-width:100%;height:auto}.services-grid{gap:18px !important}.about-layout,.about-grid{gap:34px !important}.fleet-section{height:236px !important;min-height:236px !important}}@media (max-width:980px){:root{--header-height:84px}.container{width:min(100% - 32px,760px)}.site-header{min-height:var(--header-height)}.header-container{min-height:var(--header-height);display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:14px !important}.site-logo{width:150px !important;max-width:42vw !important}.menu-toggle{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:48px !important;height:48px !important;border-radius:14px !important;border:0 !important;background:#0d78df !important;color:#ffffff !important;z-index:1003 !important}.menu-toggle span,.menu-toggle::before,.menu-toggle::after{background:#ffffff !important}.main-nav{position:fixed !important;top:calc(var(--header-height)+10px) !important;left:16px !important;right:16px !important;z-index:1002 !important;display:grid !important;gap:4px !important;padding:16px !important;border-radius:22px !important;border:1px solid rgba(223,234,248,0.95) !important;background:rgba(255,255,255,0.98) !important;box-shadow:0 18px 48px rgba(9,31,72,0.14) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important;pointer-events:none !important;transition:opacity 220ms ease,visibility 220ms ease,transform 220ms ease !important}.main-nav.is-open,.main-nav.active,.main-nav.open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}.main-nav a{display:flex !important;align-items:center !important;min-height:44px !important;padding:10px 14px !important;border-radius:14px !important;color:#10295d !important;font-size:0.95rem !important}.main-nav a:hover,.main-nav a.active{background:#eef6ff !important;color:#0d6be0 !important}.header-whatsapp{display:none !important}.hero-section{margin-top:0 !important;padding-top:var(--header-height) !important;min-height:auto !important}.hero-banner-only,.hero-section{overflow:hidden !important}.hero-banner-img,.hero-banner-only img,.hero-section picture img{display:block !important;width:100% !important;height:auto !important;max-width:none !important;object-fit:contain !important;object-position:top center !important}.services-section{padding-block:44px 28px !important}.services-layout,.services-header{grid-template-columns:1fr !important;gap:22px !important}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important}.service-card{min-height:auto !important}.about-section{padding-block:42px 34px !important}.about-layout,.about-grid{grid-template-columns:1fr !important;gap:24px !important}.about-image-main,.about-image-side,.about-photo,.about-video{max-width:100% !important}.about-image-main img,.about-image-side img,.about-photo img,.about-video img{width:100% !important;height:auto !important;object-fit:cover !important}.about-stats{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:12px !important}.fleet-section{height:auto !important;min-height:auto !important;padding-block:28px 22px !important}.fleet-container{height:auto !important;min-height:auto !important;grid-template-columns:1fr !important;gap:18px !important;padding-block:0 !important}.fleet-content{max-width:100% !important}.fleet-content h2{max-width:520px !important}.fleet-content p{max-width:560px !important}.fleet-visual{width:100% !important;height:auto !important;min-height:0 !important;justify-content:center !important;overflow:hidden !important}.fleet-visual img{width:min(100%,740px) !important;max-height:none !important;height:auto !important;object-fit:contain !important}.benefits-layout,.testimonials-layout,.faq-layout,.steps-layout,.footer-main{grid-template-columns:1fr !important}.benefits-grid,.testimonials-grid{grid-template-columns:1fr 1fr !important}.steps-timeline{grid-template-columns:1fr !important}.footer-main{gap:28px !important}}@media (max-width:640px){:root{--header-height:78px}.container{width:min(100% - 24px,100%)}.site-logo{width:126px !important;max-width:44vw !important}.menu-toggle{width:46px !important;height:46px !important;border-radius:13px !important}.hero-section{padding-top:var(--header-height) !important}.hero-banner-img,.hero-banner-only img,.hero-section picture img{width:100vw !important;max-width:100vw !important;margin-inline:calc(50% - 50vw) !important}.section,.services-section,.about-section,.benefits-section,.testimonials-section,.faq-section{padding-block:30px !important}.section-label{font-size:0.68rem !important}h1,.hero-title{font-size:clamp(2.15rem,11vw,3.2rem) !important;line-height:1.02 !important}h2,.services-title,.about-content h2,.benefits-intro h2,.testimonials-intro h2,.faq-intro h2,.steps-intro h2{font-size:clamp(1.9rem,8.5vw,2.35rem) !important;line-height:1.08 !important}p{overflow-wrap:anywhere}.services-grid,.benefits-grid,.testimonials-grid{grid-template-columns:1fr !important;gap:14px !important}.service-card,.benefit-item,.testimonial-card,.faq-item{border-radius:16px !important}.service-card{padding:20px !important}.about-stats{grid-template-columns:1fr !important}.fleet-section{padding-block:24px 18px !important}.fleet-content h2{font-size:clamp(2rem,10vw,2.65rem) !important;line-height:1.03 !important}.fleet-content p{font-size:0.92rem !important;line-height:1.55 !important}.fleet-btn{width:100% !important;justify-content:center !important;min-height:48px !important}.fleet-visual img{width:116% !important;max-width:none !important;margin-left:-8% !important}.steps-section{padding-block:30px 32px !important}.steps-intro h2 br{display:none !important}.step-item{display:grid !important;grid-template-columns:68px 1fr !important;gap:10px !important;align-items:start !important;text-align:left !important}.steps-timeline::before{left:30px !important}.faq-question{min-height:54px !important;padding:0 14px !important;font-size:0.88rem !important}.footer-logo img{width:160px !important}.footer-main{gap:24px !important}.footer-bottom{text-align:left !important}.floating-whatsapp{right:16px !important;bottom:16px !important;width:54px !important;height:54px !important}}@media (max-width:380px){.container{width:min(100% - 20px,100%)}.main-nav{left:10px !important;right:10px !important}.site-logo{width:116px !important}.menu-toggle{width:44px !important;height:44px !important}.fleet-content h2{font-size:2rem !important}.step-item{grid-template-columns:62px 1fr !important}.floating-whatsapp{width:50px !important;height:50px !important}}:focus-visible{outline:3px solid rgba(13,107,224,0.42);outline-offset:3px}img{height:auto}[hidden]{display:none !important}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}@media (min-width:981px){.menu-toggle,.mobile-menu-toggle,.hamburger{display:none !important}.main-nav{opacity:1 !important;visibility:visible !important;transform:none !important;pointer-events:auto !important}}@media (max-width:980px){.menu-toggle,.mobile-menu-toggle,.hamburger{display:inline-flex !important;position:relative !important}.menu-toggle span,.menu-toggle::before,.menu-toggle::after{content:"" !important;display:block !important;position:absolute !important;left:13px !important;right:13px !important;height:2px !important;border-radius:999px !important;background:#ffffff !important;transition:transform 220ms ease,opacity 220ms ease,top 220ms ease !important}.menu-toggle::before{top:15px !important}.menu-toggle span{top:22px !important}.menu-toggle::after{top:29px !important}.menu-toggle.is-active::before,.menu-toggle.active::before,.menu-toggle.open::before{top:22px !important;transform:rotate(45deg) !important}.menu-toggle.is-active span,.menu-toggle.active span,.menu-toggle.open span{opacity:0 !important}.menu-toggle.is-active::after,.menu-toggle.active::after,.menu-toggle.open::after{top:22px !important;transform:rotate(-45deg) !important}.main-nav{opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important;pointer-events:none !important}.main-nav.is-open,.main-nav.active,.main-nav.open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}}.faq-answer{max-height:0 !important;overflow:hidden !important;transition:max-height 280ms ease !important}.faq-item.is-open .faq-answer{max-height:260px !important}.faq-question{cursor:pointer !important}.faq-icon::after{opacity:1 !important}.faq-item.is-open .faq-icon::after{opacity:0 !important}.menu-toggle{display:none !important}@media (min-width:981px){.mobile-menu-btn{display:none !important}.main-nav{position:static !important;display:flex !important;opacity:1 !important;visibility:visible !important;transform:none !important;pointer-events:auto !important}}@media (max-width:980px){.mobile-menu-btn{display:inline-flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;justify-self:end !important;width:48px !important;height:48px !important;padding:0 !important;border:0 !important;border-radius:14px !important;background:#0d78df !important;color:#ffffff !important;box-shadow:0 12px 26px rgba(0,111,214,0.24) !important;cursor:pointer !important;z-index:1004 !important}.mobile-menu-btn span{display:block !important;width:22px !important;height:2px !important;margin:3px 0 !important;border-radius:999px !important;background:#ffffff !important;transition:transform 220ms ease,opacity 220ms ease !important}.mobile-menu-btn.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg) !important}.mobile-menu-btn.is-active span:nth-child(2){opacity:0 !important}.mobile-menu-btn.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg) !important}.main-nav{position:fixed !important;top:calc(var(--header-height,84px)+10px) !important;left:16px !important;right:16px !important;z-index:1002 !important;display:grid !important;gap:4px !important;padding:16px !important;border-radius:22px !important;border:1px solid rgba(223,234,248,0.95) !important;background:rgba(255,255,255,0.98) !important;box-shadow:0 18px 48px rgba(9,31,72,0.14) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important;pointer-events:none !important;transition:opacity 220ms ease,visibility 220ms ease,transform 220ms ease !important}.main-nav.is-open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}.main-nav a{display:flex !important;align-items:center !important;min-height:44px !important;padding:10px 14px !important;border-radius:14px !important}}.faq-answer{max-height:0 !important;overflow:hidden !important;transition:max-height 280ms ease !important}.faq-item.is-open .faq-answer{max-height:260px !important}.faq-question{cursor:pointer !important}.site-header .mobile-menu-btn{display:none}.site-header .mobile-menu-btn,.site-header .mobile-menu-btn *{box-sizing:border-box}@media (min-width:981px){.site-header .main-nav{position:static !important;display:flex !important;opacity:1 !important;visibility:visible !important;transform:none !important;pointer-events:auto !important}.site-header .mobile-menu-btn{display:none !important}}@media (max-width:980px){.site-header .header-container{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important}.site-header .header-whatsapp{display:none !important}.site-header .mobile-menu-btn{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;justify-self:end !important;position:relative !important;z-index:10050 !important;width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:14px !important;background:#0d78df !important;box-shadow:0 12px 26px rgba(0,111,214,0.24) !important;cursor:pointer !important;appearance:none !important}.site-header .mobile-menu-btn span{display:block !important;width:22px !important;height:2px !important;margin:3px 0 !important;padding:0 !important;border-radius:999px !important;background:#ffffff !important;opacity:1 !important;transform:none !important;transition:transform 220ms ease,opacity 220ms ease !important}.site-header .mobile-menu-btn.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg) !important}.site-header .mobile-menu-btn.is-active span:nth-child(2){opacity:0 !important}.site-header .mobile-menu-btn.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg) !important}.site-header .main-nav{position:fixed !important;top:calc(var(--header-height,84px)+10px) !important;left:16px !important;right:16px !important;z-index:10040 !important;display:grid !important;grid-template-columns:1fr !important;gap:4px !important;padding:16px !important;border-radius:22px !important;border:1px solid rgba(223,234,248,0.95) !important;background:rgba(255,255,255,0.98) !important;box-shadow:0 18px 48px rgba(9,31,72,0.14) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important;pointer-events:none !important;transition:opacity 220ms ease,visibility 220ms ease,transform 220ms ease !important}.site-header .main-nav.is-open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}.site-header .main-nav a{display:flex !important;align-items:center !important;min-height:44px !important;padding:10px 14px !important;border-radius:14px !important;color:#10295d !important;font-size:0.95rem !important}}.site-header .menu-toggle,.site-header .mobile-menu-toggle,.site-header .hamburger{display:none !important}@media (min-width:981px){.site-header .header-container{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important}.site-header .main-nav{position:static !important;display:flex !important;align-items:center !important;justify-content:center !important;opacity:1 !important;visibility:visible !important;transform:none !important;pointer-events:auto !important}.site-header .mobile-menu-btn{display:none !important}}@media (max-width:980px){.site-header{z-index:10000 !important}.site-header .header-container{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:12px !important}.site-header .site-logo{grid-column:1 !important}.site-header .header-whatsapp{display:none !important}.site-header .mobile-menu-btn{grid-column:3 !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;position:relative !important;z-index:10003 !important;width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important;padding:0 !important;margin:0 !important;border:none !important;border-radius:14px !important;background:#0d78df !important;box-shadow:0 12px 26px rgba(0,111,214,0.24) !important;cursor:pointer !important;appearance:none !important;-webkit-appearance:none !important}.site-header .mobile-menu-btn span{display:block !important;width:22px !important;height:2px !important;margin:3px 0 !important;border-radius:999px !important;background:#ffffff !important;opacity:1 !important;transform:none !important;transition:transform 220ms ease,opacity 220ms ease !important}.site-header .mobile-menu-btn.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg) !important}.site-header .mobile-menu-btn.is-active span:nth-child(2){opacity:0 !important}.site-header .mobile-menu-btn.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg) !important}.site-header .main-nav{position:fixed !important;top:calc(var(--header-height,84px)+8px) !important;left:16px !important;right:16px !important;z-index:10002 !important;display:grid !important;grid-template-columns:1fr !important;gap:4px !important;padding:16px !important;border-radius:22px !important;border:1px solid rgba(223,234,248,0.95) !important;background:rgba(255,255,255,0.98) !important;box-shadow:0 18px 48px rgba(9,31,72,0.18) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important;pointer-events:none !important;transition:opacity 220ms ease,visibility 220ms ease,transform 220ms ease !important}.site-header .main-nav.is-open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}.site-header .main-nav a{display:flex !important;align-items:center !important;width:100% !important;min-height:44px !important;padding:10px 14px !important;border-radius:14px !important;color:#10295d !important;font-size:0.95rem !important}.site-header .main-nav a:hover,.site-header .main-nav a.is-active{background:#eef6ff !important;color:#0d6be0 !important}}.faq-answer{max-height:0 !important;overflow:hidden !important;transition:max-height 260ms ease !important}.faq-item.is-open .faq-answer{max-height:260px !important}.site-header .menu-toggle,.site-header .mobile-menu-toggle,.site-header .hamburger{display:none !important}.site-header .mobile-menu-btn{display:none}@media (min-width:981px){.site-header .header-container{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important}.site-header .main-nav{position:static !important;display:flex !important;align-items:center !important;justify-content:center !important;opacity:1 !important;visibility:visible !important;transform:none !important;pointer-events:auto !important}.site-header .mobile-menu-btn{display:none !important}}@media (max-width:980px){.site-header{z-index:10000 !important}.site-header .header-container{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:12px !important}.site-header .header-whatsapp{display:none !important}.site-header .mobile-menu-btn{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;justify-self:end !important;position:relative !important;z-index:10003 !important;width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important;padding:0 !important;margin:0 !important;border:none !important;border-radius:14px !important;background:#0d78df !important;box-shadow:0 12px 26px rgba(0,111,214,0.24) !important;cursor:pointer !important;appearance:none !important;-webkit-appearance:none !important}.site-header .mobile-menu-btn span{display:block !important;width:22px !important;height:2px !important;margin:3px 0 !important;border-radius:999px !important;background:#ffffff !important;opacity:1 !important;transform:none !important;transition:transform 220ms ease,opacity 220ms ease !important}.site-header .mobile-menu-btn.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg) !important}.site-header .mobile-menu-btn.is-active span:nth-child(2){opacity:0 !important}.site-header .mobile-menu-btn.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg) !important}.site-header .main-nav{position:fixed !important;top:calc(var(--header-height,84px)+8px) !important;left:16px !important;right:16px !important;z-index:10002 !important;display:grid !important;grid-template-columns:1fr !important;gap:4px !important;padding:16px !important;border-radius:22px !important;border:1px solid rgba(223,234,248,0.95) !important;background:rgba(255,255,255,0.98) !important;box-shadow:0 18px 48px rgba(9,31,72,0.18) !important;opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important;pointer-events:none !important;transition:opacity 220ms ease,visibility 220ms ease,transform 220ms ease !important}.site-header .main-nav.is-open{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;pointer-events:auto !important}.site-header .main-nav a{display:flex !important;align-items:center !important;width:100% !important;min-height:44px !important;padding:10px 14px !important;border-radius:14px !important;color:#10295d !important;font-size:0.95rem !important}}.faq-answer{max-height:0 !important;overflow:hidden !important;transition:max-height 260ms ease !important}.faq-item.is-open .faq-answer{max-height:280px !important}@media (max-width:640px){html,body{width:100% !important;overflow-x:hidden !important}body{background:#f3f6fb !important}.container{width:min(100% - 24px,100%) !important;max-width:100% !important}.site-header{position:sticky !important;top:0 !important;height:78px !important;min-height:78px !important;background:rgba(255,255,255,0.96) !important;backdrop-filter:blur(16px) !important;box-shadow:0 10px 30px rgba(9,31,72,0.08) !important}.site-header .header-container{height:78px !important;min-height:78px !important;padding-block:0 !important}.site-header .site-logo img,.site-logo img{width:126px !important;height:auto !important;display:block !important}.site-header .mobile-menu-btn{width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important}.site-header .main-nav{top:88px !important}main{overflow:hidden !important}section{scroll-margin-top:90px !important}.hero-section,.hero-banner-only{padding-top:0 !important;margin-top:0 !important;background:#ffffff !important}.hero-section picture,.hero-banner-only picture{display:block !important;width:100% !important}.hero-banner-img,.hero-banner-only img,.hero-section picture img{width:100% !important;max-width:100% !important;height:auto !important;margin:0 !important;object-fit:contain !important;object-position:top center !important;display:block !important}.services-section{background:#ffffff !important;padding:34px 0 28px !important}.services-section .container,.services-container{display:block !important}.services-intro,.services-header{margin-bottom:20px !important}.services-section h2,.services-title{font-size:2rem !important;line-height:1.08 !important;letter-spacing:-0.045em !important;max-width:100% !important}.services-grid{display:grid !important;grid-template-columns:1fr !important;gap:14px !important}.service-card{min-height:0 !important;padding:20px !important;border-radius:16px !important}.service-card h3{font-size:1rem !important;line-height:1.25 !important;margin:12px 0 8px !important}.service-card p{font-size:.92rem !important;line-height:1.55 !important}.about-section{background:#ffffff !important;padding:34px 0 34px !important}.about-container{display:grid !important;grid-template-columns:1fr !important;gap:20px !important}.about-image-main{order:1 !important}.about-content{order:2 !important}.about-image-side{order:3 !important}.about-image-main img,.about-image-side img{width:100% !important;height:auto !important;max-height:none !important;border-radius:18px !important;object-fit:cover !important}.about-content h2{font-size:2rem !important;line-height:1.07 !important;letter-spacing:-0.05em !important;margin:8px 0 16px !important;max-width:100% !important}.about-content h2 span{display:inline !important}.about-content p{font-size:.95rem !important;line-height:1.65 !important;max-width:100% !important;overflow-wrap:normal !important;word-break:normal !important}.about-stats{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;margin-top:20px !important}.about-stat{display:grid !important;grid-template-columns:46px auto 1fr !important;align-items:center !important;gap:10px !important;min-height:74px !important;padding:14px !important;border:1px solid #e8eef7 !important;border-radius:14px !important;background:#ffffff !important}.about-stat-icon{width:38px !important;height:38px !important;margin:0 !important}.about-stat strong{font-size:1.35rem !important;line-height:1 !important}.about-stat span{font-size:.78rem !important;line-height:1.15 !important}.fleet-section{height:auto !important;min-height:auto !important;padding:30px 0 24px !important;overflow:hidden !important}.fleet-container{display:grid !important;grid-template-columns:1fr !important;gap:18px !important;height:auto !important;min-height:auto !important;padding:0 !important}.fleet-content{max-width:100% !important;padding:0 !important}.fleet-content h2{font-size:2.1rem !important;line-height:1.04 !important;letter-spacing:-0.055em !important;margin:8px 0 14px !important;max-width:100% !important}.fleet-content p{font-size:.95rem !important;line-height:1.55 !important;max-width:100% !important;margin:0 0 16px !important}.fleet-btn{width:100% !important;min-height:48px !important;justify-content:center !important;border-radius:14px !important}.fleet-visual{width:100% !important;height:auto !important;min-height:0 !important;overflow:visible !important;justify-content:center !important}.fleet-visual img{width:112% !important;max-width:none !important;height:auto !important;max-height:none !important;margin-left:-6% !important;object-fit:contain !important;object-position:center !important;display:block !important}.benefits-section{background:#ffffff !important;padding:34px 0 34px !important}.benefits-layout{display:grid !important;grid-template-columns:1fr !important;gap:18px !important}.benefits-intro h2{font-size:2rem !important;line-height:1.08 !important;max-width:100% !important}.benefits-panel{padding:0 !important;background:transparent !important;box-shadow:none !important;border:0 !important}.benefits-grid{display:grid !important;grid-template-columns:1fr !important;gap:14px !important}.benefit-item{display:grid !important;grid-template-columns:42px 1fr !important;grid-template-areas:"icon title" "icon text" !important;column-gap:12px !important;row-gap:4px !important;align-items:start !important;min-height:0 !important;padding:18px 16px !important;text-align:left !important;border:1px solid #e8eef7 !important;border-radius:16px !important;background:#ffffff !important;box-shadow:0 8px 24px rgba(15,45,106,0.05) !important}.benefit-item::before{display:none !important}.benefit-icon{grid-area:icon !important;width:36px !important;height:36px !important;margin:0 !important;align-self:start !important;justify-self:start !important}.benefit-icon svg{width:28px !important;height:28px !important}.benefit-item h3{grid-area:title !important;margin:0 !important;font-size:1rem !important;line-height:1.25 !important;max-width:none !important;width:auto !important}.benefit-item p{grid-area:text !important;margin:0 !important;font-size:.9rem !important;line-height:1.45 !important;max-width:none !important;width:auto !important;overflow-wrap:normal !important;word-break:normal !important}.steps-section{padding:34px 0 36px !important;min-height:auto !important;overflow:hidden !important}.steps-layout{display:grid !important;grid-template-columns:1fr !important;gap:24px !important}.steps-intro h2{font-size:2rem !important;line-height:1.05 !important;max-width:100% !important;margin:0 !important}.steps-intro h2 br{display:none !important}.steps-timeline{display:grid !important;grid-template-columns:1fr !important;gap:18px !important;position:relative !important}.steps-timeline::before{top:20px !important;left:31px !important;bottom:24px !important;right:auto !important;width:2px !important;height:auto !important}.step-item{display:grid !important;grid-template-columns:74px 1fr !important;grid-template-areas:"marker title" "marker text" !important;gap:4px 12px !important;align-items:start !important;max-width:100% !important;width:100% !important;text-align:left !important}.step-item::after{display:none !important}.step-marker{grid-area:marker !important;height:70px !important;margin:0 !important;position:relative !important}.step-icon{width:58px !important;height:58px !important;margin:0 0 0 10px !important}.step-number{left:0 !important;top:20px !important;width:23px !important;height:23px !important}.step-item h3{grid-area:title !important;margin:5px 0 0 !important;font-size:1rem !important;line-height:1.2 !important}.step-item p{grid-area:text !important;margin:0 !important;max-width:none !important;width:auto !important;font-size:.88rem !important;line-height:1.45 !important;overflow-wrap:normal !important;word-break:normal !important}.testimonials-section{background:#ffffff !important;padding:34px 0 !important}.testimonials-layout{display:grid !important;grid-template-columns:1fr !important;gap:18px !important}.testimonials-intro h2{font-size:2rem !important;line-height:1.08 !important;max-width:100% !important}.testimonials-grid{display:grid !important;grid-template-columns:1fr !important;gap:14px !important}.testimonial-card{min-height:0 !important;padding:20px !important;border-radius:16px !important}.testimonial-text{font-size:.92rem !important;line-height:1.55 !important}.faq-section{background:#ffffff !important;padding:34px 0 34px !important}.faq-layout{display:grid !important;grid-template-columns:1fr !important;gap:18px !important}.faq-intro h2{font-size:2rem !important;line-height:1.08 !important}.faq-question{min-height:56px !important;padding:0 16px !important;font-size:.9rem !important;line-height:1.25 !important}.faq-answer p{padding:0 16px 18px !important;font-size:.86rem !important;line-height:1.55 !important}.site-footer{padding:34px 0 0 !important}.footer-main{display:grid !important;grid-template-columns:1fr !important;gap:26px !important;padding-bottom:24px !important}.footer-logo img{width:170px !important;height:auto !important}.footer-brand p,.footer-contact li,.footer-nav a{font-size:.86rem !important;line-height:1.45 !important}.footer-nav nav{display:grid !important;grid-template-columns:1fr !important;gap:9px !important}.footer-bottom{display:grid !important;grid-template-columns:1fr !important;gap:6px !important;padding:14px 0 !important;min-height:0 !important;font-size:.72rem !important}.floating-whatsapp{right:14px !important;bottom:14px !important;width:52px !important;height:52px !important}}@media (max-width:390px){.container{width:min(100% - 20px,100%) !important}.site-header .site-logo img,.site-logo img{width:118px !important}.site-header .mobile-menu-btn{width:46px !important;height:46px !important;min-width:46px !important;min-height:46px !important}.services-section h2,.about-content h2,.benefits-intro h2,.steps-intro h2,.testimonials-intro h2,.faq-intro h2,.fleet-content h2{font-size:1.86rem !important}.benefit-item,.step-item{column-gap:10px !important}}@media (max-width:640px){.fleet-section{padding-bottom:26px !important}.fleet-visual{width:100% !important;overflow:visible !important;display:flex !important;justify-content:center !important;align-items:center !important;margin-top:8px !important}.fleet-visual img{width:100% !important;max-width:100% !important;margin-left:0 !important;transform:none !important;object-fit:contain !important;object-position:center center !important}}@media (max-width:390px){.fleet-visual img{width:98% !important;max-width:98% !important}}@media (max-width:640px){.steps-timeline::before,.steps-timeline::after,.step-item::before,.step-item::after{display:none !important;content:none !important;opacity:0 !important;visibility:hidden !important}}.site-footer .footer-bottom,.site-footer .footer-bottom p{color:rgba(255,255,255,0.92) !important}.site-footer .footer-bottom span{color:#ffffff !important}.testimonial-avatar{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#0d6be0,#18a5ff);color:#ffffff;font-size:1.05rem;font-weight:800;box-shadow:0 8px 18px rgba(15,45,106,0.12)}.testimonial-avatar--google{position:relative}.testimonial-avatar--google::after{content:"G";position:absolute;right:-2px;bottom:-2px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#ffffff;color:#0d6be0;font-size:0.62rem;font-weight:900;border:1px solid #dbe8f8}.testimonial-card{justify-content:flex-start}.testimonial-text{min-height:82px}@media (max-width:640px){.testimonial-text{min-height:0 !important}}.testimonials-google-cta{display:flex;justify-content:center;margin-top:24px}.google-review-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border-radius:14px;border:1px solid #dbe8f8;background:#ffffff;color:#10295d;font-size:0.92rem;font-weight:800;box-shadow:0 12px 30px rgba(15,45,106,0.08);transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease}.google-review-btn:hover{transform:translateY(-2px);border-color:#b9d8ff;box-shadow:0 16px 36px rgba(15,45,106,0.12)}.google-review-icon,.footer-google-review span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#ffffff;color:#0d6be0;font-size:0.88rem;font-weight:900;border:1px solid #dbe8f8}.footer-google-review{min-height:38px;display:inline-flex;align-items:center;gap:9px;margin-top:12px;padding:0 16px;border-radius:9px;border:1px solid rgba(255,255,255,0.36);background:rgba(255,255,255,0.055);color:#ffffff;font-size:0.78rem;font-weight:800}.footer-google-review:hover{background:rgba(255,255,255,0.12)}.footer-google-review strong{color:#ffffff;font-size:inherit;font-weight:800}@media (max-width:640px){.testimonials-google-cta{margin-top:18px}.google-review-btn{width:100%;min-height:50px}.footer-google-review{width:fit-content;min-height:40px}}.hero-section,.hero-banner-only{position:relative !important}.hero-banner-click-actions{position:absolute;inset:0;z-index:6;pointer-events:none}.hero-banner-click{position:absolute;display:block;pointer-events:auto;border-radius:999px;background:transparent}.hero-banner-click-primary{left:6.9%;top:75.35%;width:15.7%;height:4.25%}.hero-banner-click-whatsapp{left:25.6%;top:75.35%;width:15.9%;height:4.25%}@media (max-width:1180px) and (min-width:769px){.hero-banner-click-primary{left:6.9%;top:75.15%;width:16.2%;height:4.45%}.hero-banner-click-whatsapp{left:25.8%;top:75.15%;width:16.4%;height:4.45%}}@media (max-width:768px){.hero-banner-click-primary{left:17.2%;top:61.25%;width:37.4%;height:2.85%}.hero-banner-click-whatsapp{left:17.2%;top:66.75%;width:37.4%;height:2.85%}}@media (max-width:390px){.hero-banner-click-primary{left:17.1%;top:61.1%;width:37.6%;height:2.95%}.hero-banner-click-whatsapp{left:17.1%;top:66.6%;width:37.6%;height:2.95%}}@media (max-width:640px){.steps-intro h2{word-spacing:0.08em !important}}.hero-section,.hero-banner-only{position:relative !important}.hero-banner-click-actions{position:absolute;inset:0;z-index:6;pointer-events:none}.hero-banner-click{position:absolute;display:block;pointer-events:auto;border-radius:999px;background:transparent}.hero-banner-click-primary{left:6.9%;top:75.35%;width:15.7%;height:4.25%}.hero-banner-click-whatsapp{left:25.6%;top:75.35%;width:15.9%;height:4.25%}@media (max-width:1180px) and (min-width:769px){.hero-banner-click-primary{left:6.9%;top:75.15%;width:16.2%;height:4.45%}.hero-banner-click-whatsapp{left:25.8%;top:75.15%;width:16.4%;height:4.45%}}@media (max-width:768px){.hero-banner-click-primary{left:17.2%;top:59.75%;width:37.4%;height:2.95%}.hero-banner-click-whatsapp{left:17.2%;top:65.25%;width:37.4%;height:2.95%}}@media (max-width:390px){.hero-banner-click-primary{left:17.1%;top:59.6%;width:37.6%;height:3.05%}.hero-banner-click-whatsapp{left:17.1%;top:65.1%;width:37.6%;height:3.05%}}@media (max-width:768px){.hero-banner-click-primary{left:8.6% !important;top:55.05% !important;width:56.5% !important;height:5.05% !important}.hero-banner-click-whatsapp{left:8.6% !important;top:61.35% !important;width:48.6% !important;height:5.2% !important}}@media (max-width:390px){.hero-banner-click-primary{left:8.6% !important;top:55.05% !important;width:56.5% !important;height:5.05% !important}.hero-banner-click-whatsapp{left:8.6% !important;top:61.35% !important;width:48.6% !important;height:5.2% !important}}.hero-banner-only,.hero-section.hero-banner-only{min-height:auto !important;overflow:hidden !important;background:#ffffff !important}.hero-banner-only picture,.hero-section.hero-banner-only picture{display:block !important;width:100% !important;aspect-ratio:1672 / 941 !important;overflow:hidden !important}.hero-banner-img,.hero-banner-only picture img,.hero-section.hero-banner-only picture img{display:block !important;width:100% !important;height:auto !important;aspect-ratio:1672 / 941 !important;object-fit:cover !important;object-position:center center !important}.about-image-main,.about-image-side,.fleet-visual,.testimonial-avatar,.service-card,.benefit-item,.faq-item{contain:layout paint}.about-image-main img,.about-image-side img,.fleet-visual img,.service-card img,.testimonial-card img{display:block;height:auto}@media (max-width:768px){.hero-banner-only picture,.hero-section.hero-banner-only picture{aspect-ratio:941 / 1672 !important}.hero-banner-img,.hero-banner-only picture img,.hero-section.hero-banner-only picture img{aspect-ratio:941 / 1672 !important;object-fit:contain !important;object-position:top center !important}.site-header{min-height:78px !important}.site-header .header-container{min-height:78px !important}}:root{--font-primary:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important}body,button,input,textarea,select{font-family:var(--font-primary) !important}@media (max-width:768px){.hero-section.hero-banner-only,.hero-banner-only{min-height:calc(100vw * 1672 / 941) !important}.hero-banner-only picture,.hero-section.hero-banner-only picture{min-height:calc(100vw * 1672 / 941) !important}}@media (min-width:769px){.hero-section.hero-banner-only,.hero-banner-only{min-height:calc(100vw * 941 / 1672) !important}.hero-banner-only picture,.hero-section.hero-banner-only picture{min-height:calc(100vw * 941 / 1672) !important}}
@media (max-width:640px){.footer-social .footer-whatsapp,.footer-social .footer-google-review{display:flex !important;width:fit-content !important;max-width:100% !important}.footer-social .footer-google-review{margin-top:10px !important}}

/* Ajuste solicitado: ícones da seção benefícios */
.benefit-icon--handshake svg{
  width:32px !important;
  height:32px !important;
  display:block !important;
  fill:currentColor !important;
}
.benefit-icon--dollar{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.benefit-icon--dollar span{
  display:block !important;
  color:currentColor !important;
  font-size:31px !important;
  font-weight:900 !important;
  line-height:1 !important;
  font-family:Arial, sans-serif !important;
}

/* ajuste do ícone de aperto de mão enviado pelo usuário */
.benefit-icon--handshake{display:flex !important;align-items:center !important;justify-content:center !important;}
.benefit-icon--handshake img{display:block !important;width:34px !important;height:auto !important;max-width:34px !important;filter:none !important;}

/* alinhamento final dos itens da seção benefícios */
@media (min-width: 769px){
  .benefits-grid{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:0 !important;
    align-items:start !important;
  }
  .benefit-item{
    position:relative !important;
    display:grid !important;
    grid-template-rows:40px 64px auto !important;
    justify-items:center !important;
    align-items:start !important;
    text-align:center !important;
    padding:4px 14px 2px !important;
    min-height:168px !important;
  }
  .benefit-item + .benefit-item::before{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    top:8px !important;
    bottom:8px !important;
    width:1px !important;
    background:#eef2f7 !important;
  }
  .benefit-icon{
    grid-row:1 !important;
    width:34px !important;
    height:34px !important;
    margin:0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
    border-radius:0 !important;
  }
  .benefit-icon svg{
    width:30px !important;
    height:30px !important;
  }
  .benefit-icon--handshake img{
    width:28px !important;
    height:auto !important;
    display:block !important;
  }
  .benefit-icon--yellow{
    color:#f2b321 !important;
  }
  .benefit-item h3{
    grid-row:2 !important;
    margin:0 !important;
    min-height:64px !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    text-align:center !important;
    max-width:150px !important;
    color:#142d63 !important;
    font-size:0.98rem !important;
    line-height:1.22 !important;
    letter-spacing:-0.02em !important;
  }
  .benefit-item p{
    grid-row:3 !important;
    margin:0 !important;
    max-width:160px !important;
    color:#617294 !important;
    font-size:0.83rem !important;
    line-height:1.42 !important;
  }
}
@media (max-width: 768px){
  .benefit-icon--handshake img{
    width:26px !important;
    height:auto !important;
    display:block !important;
  }
}

/* ajuste fino do cifrão para combinar com os outros ícones */
.benefit-icon--dollar span{display:none !important;}
.benefit-icon--dollar svg{width:30px !important;height:30px !important;display:block !important;fill:none !important;stroke:currentColor !important;stroke-width:1.8 !important;stroke-linecap:round !important;stroke-linejoin:round !important;}
@media (min-width:769px){.benefit-icon--dollar svg{width:28px !important;height:28px !important;}}
@media (max-width:768px){.benefit-icon--dollar svg{width:26px !important;height:26px !important;}}

/* correção final do cifrão: fino, centralizado e sem corte */
.benefit-icon--dollar{
  overflow: visible !important;
}
.benefit-icon--dollar svg{
  display:none !important;
}
.benefit-icon--dollar span{
  display:block !important;
  width:34px !important;
  height:34px !important;
  color:#1f78ee !important;
  font-family:Arial, Helvetica, sans-serif !important;
  font-size:28px !important;
  font-weight:400 !important;
  line-height:34px !important;
  text-align:center !important;
  overflow:visible !important;
}
@media (max-width:768px){
  .benefit-icon--dollar span{
    width:30px !important;
    height:30px !important;
    font-size:25px !important;
    line-height:30px !important;
  }
}

/* correção de alinhamento dos traços da seção como funciona */
@media (min-width: 821px){
  .steps-timeline::before{display:none !important;}
  .step-item{position:relative !important;}
  .step-marker{position:relative !important;height:78px !important;margin-bottom:10px !important;}
  .step-icon{width:70px !important;height:70px !important;margin-inline:auto !important;}
  .step-item:not(:last-child)::after{
    content:"" !important;
    position:absolute !important;
    top:35px !important;
    left:calc(50% + 35px) !important;
    width:calc(100% - 70px + 16px) !important;
    height:2px !important;
    background-image:linear-gradient(90deg,rgba(255,255,255,0.72) 50%,transparent 0) !important;
    background-size:10px 2px !important;
    background-repeat:repeat-x !important;
    opacity:0.72 !important;
    z-index:0 !important;
    pointer-events:none !important;
  }
  .step-item .step-marker,
  .step-item .step-icon,
  .step-item .step-number{z-index:2 !important;}
}

/* correção definitiva: escudo sem risco interno */
.benefit-item:nth-child(2) .benefit-icon svg path{
  d:path("M12 3l6 2.5v5.13c0 3.39-2.22 6.78-6 8.37-3.78-1.59-6-4.98-6-8.37V5.5Z") !important;
}

/* ajuste solicitado: espaçamento do título dos cards apenas no mobile */
@media (max-width: 768px){
  .service-icon{margin-bottom:24px !important;}
  .service-card h3{margin-top:2px !important;}
}

/* ajuste solicitado: mais espaço entre o título da seção e os cards, apenas no mobile */
@media (max-width: 768px){
  .services-container{gap:32px !important;}
  .services-grid{margin-top:10px !important;}
}
