@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--bg-white:#fff;--bg-light-alt:#f8fafc;--bg-light-slate:#f1f5f9;--primary-green:#75b025;--primary-green-dark:#568518;--primary-green-light:rgba(117,176,37,.1);--primary-green-border:rgba(117,176,37,.3);--text-dark:#000;--text-body:#1e293b;--text-muted:#475569;--text-subtle:#94a3b8;--border-light:#e2e8f0;--border-subtle:#f1f5f9;--font-heading:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 2px 8px rgba(0,0,0,.03);--shadow-md:0 6px 20px rgba(0,0,0,.05);--shadow-lg:0 12px 32px rgba(0,0,0,.08);--shadow-green:0 6px 20px rgba(140,198,63,.28)}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:transparent}:focus,:focus-visible,:focus-within,a:focus,a:focus-visible,button:focus,button:focus-visible{outline:none!important;box-shadow:none!important}a,body,button,div,footer,h1,h2,h3,h4,h5,h6,header,label,li,main,p,section,span{caret-color:transparent}[contenteditable=true],input,textarea{caret-color:auto!important}body,html{width:100%;max-width:100vw;overflow-x:hidden;font-family:var(--font-body);color:var(--text-body);background-color:var(--bg-white);line-height:1.55;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);line-height:1.2;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:4px}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}.badge-tag-light{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;background:var(--primary-green-light);border:1px solid var(--primary-green-border);border-radius:var(--radius-full);color:var(--primary-green-dark);font-family:var(--font-heading);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.pulse-dot-green{width:7px;height:7px;background-color:var(--primary-green);border-radius:50%;box-shadow:0 0 8px var(--primary-green);animation:pulseGlowGreen 2s infinite}@keyframes pulseGlowGreen{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(140,198,63,.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(140,198,63,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(140,198,63,0)}}.light-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:var(--shadow-md)}.light-card:hover{transform:translateY(-4px);border-color:var(--primary-green);box-shadow:var(--shadow-lg),0 0 16px rgba(140,198,63,.12)}.btn-primary-green{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 24px;background:linear-gradient(135deg,#8cc63f,#6fa62c);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:.88rem;border-radius:var(--radius-full);letter-spacing:.03em;box-shadow:var(--shadow-green);transition:all .25s cubic-bezier(.16,1,.3,1)}.btn-primary-green:hover{background:linear-gradient(135deg,#98d447,#8cc63f);transform:translateY(-2px);box-shadow:0 8px 24px rgba(140,198,63,.4)}.btn-outline-dark{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;background:#fff;color:var(--text-dark);border:1.5px solid var(--border-light);font-family:var(--font-heading);font-weight:700;font-size:.88rem;border-radius:var(--radius-full);transition:all .25s ease;box-shadow:var(--shadow-sm)}.btn-outline-dark:hover{border-color:var(--primary-green);color:var(--primary-green-dark);background:var(--bg-light-alt);transform:translateY(-2px);box-shadow:var(--shadow-md)}.header-sticky-light{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%}.nav-container-full{width:100%;padding:0 45px;display:flex;justify-content:space-between;align-items:center}@media (max-width:900px){.nav-container-full{padding:0 20px}}.top-bar-light{background:#f4f5f7;border-bottom:1px solid #e2e8f0;padding:8px 0;font-size:.82rem;color:#475569}.top-bar-flex{display:flex;justify-content:space-between;align-items:center}.top-bar-socials{gap:14px}.top-bar-socials,.top-bar-socials a{display:flex;align-items:center;color:#64748b}.top-bar-socials a{transition:color .2s ease}.top-bar-socials a:hover{color:var(--primary-green)}.top-bar-info-right,.top-bar-item{display:flex;align-items:center}.top-bar-item{gap:8px;font-size:.82rem;font-weight:700;color:#1e293b;transition:color .2s ease;padding:0 16px}.top-bar-item:first-child{padding-left:0}.address-item{border-left:1px solid #cbd5e1;font-weight:500;color:#475569}.top-bar-item svg{color:var(--text-dark)}.top-bar-item:hover{color:var(--primary-green-dark)}.navbar-light{background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 0;transition:all .25s ease;box-shadow:0 4px 12px rgba(0,0,0,.04)}.nav-flex-container{display:flex;justify-content:space-between;align-items:center}.nav-links-desktop{display:flex;align-items:center;gap:28px;list-style:none}.nav-link-item{font-family:var(--font-heading);font-size:.82rem;font-weight:700;color:#000;transition:all .2s ease;padding:6px 0;letter-spacing:.02em;position:relative}.nav-link-item.active,.nav-link-item:hover{color:var(--primary-green-dark)}.nav-link-item.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--primary-green)}.mobile-toggle{display:none;color:var(--text-dark)}@media (max-width:1080px){.nav-links-desktop{display:none}.mobile-toggle{display:block}}.mobile-drawer-light{background:#fff;border-bottom:1px solid var(--border-light);padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-lg)}.mobile-drawer-link{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:var(--bg-light-alt);border-radius:var(--radius-sm);font-family:var(--font-heading);font-weight:700;font-size:.88rem;color:var(--text-dark)}.mobile-drawer-link:hover{background:var(--primary-green-light);color:var(--primary-green-dark)}.hero-section-light{position:relative;min-height:60vh;padding:70px 0 80px;display:flex;align-items:center;overflow:hidden;background-size:cover;background-position:100%;background-repeat:no-repeat}.hero-overlay-light{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.94),rgba(15,23,42,.75) 50%,rgba(15,23,42,.25))}.hero-content-light{position:relative;z-index:2;max-width:640px;padding:20px 0}.hero-headline-light{font-size:2.8rem;font-weight:800;line-height:1.15;color:#fff;margin-bottom:18px;letter-spacing:-.03em}@media (max-width:768px){.hero-headline-light{font-size:2.1rem}}.hero-desc-light{font-size:1.05rem;color:#e2e8f0;font-weight:400;margin-bottom:28px;max-width:560px;line-height:1.65}.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:30px}.hero-cta-group .btn-outline-dark{background:hsla(0,0%,100%,.12);color:#fff;border-color:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-cta-group .btn-outline-dark:hover{background:#fff;color:var(--text-dark);border-color:#fff}.hero-highlights-strip{display:flex;gap:12px;flex-wrap:wrap}.feature-pill-light{display:flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:#f8fafc;background:rgba(15,23,42,.65);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:7px 16px;border-radius:var(--radius-full);border:1px solid hsla(0,0%,100%,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}.metrics-section-light{background:var(--bg-light-alt);padding:40px 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.metrics-4col-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;text-align:center}@media (max-width:768px){.metrics-4col-grid{grid-template-columns:repeat(2,1fr);gap:24px}}.metric-number-light{font-family:var(--font-heading);font-size:2.3rem;font-weight:800;color:var(--text-dark);line-height:1;margin-bottom:6px;letter-spacing:-.02em}.metric-number-light span{color:var(--primary-green)}.metric-title-light{font-family:var(--font-heading);font-size:.78rem;font-weight:800;letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase}.section-header-center{text-align:center;max-width:640px;margin:0 auto 40px}.section-title-dark{font-size:2.1rem;font-weight:800;color:var(--text-dark);margin-top:6px}.expertise-section-light{padding:90px 0;background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.expertise-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@media (max-width:1024px){.expertise-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.expertise-cards-grid{grid-template-columns:1fr}}.expertise-card-fancy{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);padding:34px 26px;overflow:hidden;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 6px 20px rgba(0,0,0,.03);display:flex;flex-direction:column}.expertise-card-fancy:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-green) 0,var(--primary-green-dark) 100%);opacity:0;transition:opacity .3s ease}.expertise-card-fancy:hover{transform:translateY(-8px);border-color:rgba(117,176,37,.4);box-shadow:0 18px 40px rgba(117,176,37,.15),0 4px 12px rgba(0,0,0,.04)}.expertise-card-fancy:hover:before{opacity:1}.card-number-watermark{position:absolute;top:18px;right:22px;font-family:var(--font-heading);font-size:2.2rem;font-weight:900;color:#e2e8f0;letter-spacing:-.05em;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .3s ease}.expertise-card-fancy:hover .card-number-watermark{color:var(--primary-green-light)}.expertise-icon-fancy{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,rgba(117,176,37,.12),rgba(117,176,37,.04));border:1.5px solid rgba(117,176,37,.25);display:flex;align-items:center;justify-content:center;color:var(--primary-green-dark);margin-bottom:24px;transition:all .3s ease}.expertise-card-fancy:hover .expertise-icon-fancy{background:var(--primary-green);color:#fff;border-color:var(--primary-green);box-shadow:0 8px 20px rgba(117,176,37,.35)}.expertise-card-fancy h3{font-size:1.15rem;font-weight:800;color:#000;margin-bottom:12px;line-height:1.35}.expertise-card-fancy p{font-size:.9rem;color:#475569;line-height:1.65;margin:0}.ratings-section-light{padding:95px 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#fff);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);position:relative;overflow:hidden}.ratings-section-light:before{content:"";position:absolute;top:50%;right:10%;width:350px;height:350px;background:radial-gradient(circle,rgba(117,176,37,.08) 0,rgba(117,176,37,0) 70%);transform:translateY(-50%);pointer-events:none}.ratings-grid-2col{display:grid;grid-template-columns:1fr 1fr;grid-gap:45px;gap:45px;align-items:center}@media (max-width:900px){.ratings-grid-2col{grid-template-columns:1fr;gap:35px}}.ratings-grid-2col h2{font-size:2.1rem;font-weight:800;color:#000;margin-top:6px;margin-bottom:14px}.ratings-desc-light{font-size:.98rem;color:#475569;line-height:1.7;margin-bottom:20px}.ratings-proof-pills{display:flex;flex-direction:column;gap:10px;margin:18px 0 10px}.proof-pill-item{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:700;color:#1e293b}.gauge-cards-flex{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:500px){.gauge-cards-flex{grid-template-columns:1fr}}.dial-top-badge{display:flex;justify-content:center;align-items:center;margin-bottom:14px}.stars-flex{gap:3px;background:#fef3c7;border-radius:var(--radius-full);border:1px solid #fde68a}.stars-flex,.thumbs-flex{display:flex;padding:4px 10px}.thumbs-flex{align-items:center;gap:6px;background:var(--primary-green-light);border-radius:var(--radius-full);border:1px solid var(--primary-green-border);font-size:.72rem;font-weight:800;color:var(--primary-green-dark)}.gauge-card-box-light{position:relative;text-align:center;padding:32px 22px;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:0 10px 30px rgba(0,0,0,.04);transition:all .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.gauge-card-box-light:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-green) 0,var(--primary-green-dark) 100%);opacity:0;transition:opacity .3s ease}.gauge-card-box-light:hover{border-color:rgba(117,176,37,.4);box-shadow:0 18px 40px rgba(117,176,37,.16),0 4px 12px rgba(0,0,0,.04);transform:translateY(-6px)}.gauge-card-box-light:hover:before{opacity:1}.gauge-svg-circle{position:relative;width:135px;height:135px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.gauge-svg-circle svg{display:block}.gauge-percent-dark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.85rem;font-weight:900;color:var(--text-dark);line-height:1;pointer-events:none}.gauge-card-box-light h4{font-size:.82rem;font-weight:800;letter-spacing:.06em;color:var(--text-dark);margin-bottom:6px}.gauge-card-box-light p{font-size:.85rem;color:var(--text-muted);line-height:1.55}.fleet-section-light{padding:70px 0;background:#fff}.fleet-cards-3col{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:900px){.fleet-cards-3col{grid-template-columns:1fr}}.fleet-card-light{display:flex;flex-direction:column;justify-content:space-between;padding:20px}.fleet-card-img-box{border-radius:var(--radius-sm);overflow:hidden;margin-bottom:16px}.fleet-card-light h3{font-size:1.25rem;font-weight:800;color:var(--text-dark);margin-bottom:6px}.fleet-specs-row{display:flex;gap:12px;margin:12px 0 18px;font-size:.82rem;color:var(--text-muted)}.spec-badge-light{display:flex;align-items:center;gap:5px;background:var(--bg-light-alt);border:1px solid var(--border-light);padding:4px 10px;border-radius:var(--radius-sm);font-weight:600;color:var(--text-dark)}.testimonials-section-light{padding:95px 0;background:#fff}.reviews-cards-3col{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:900px){.reviews-cards-3col{grid-template-columns:1fr}}.testimonial-card-fancy{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);padding:32px 26px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 6px 20px rgba(0,0,0,.03);transition:all .35s cubic-bezier(.16,1,.3,1);overflow:hidden}.testimonial-card-fancy:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-green) 0,var(--primary-green-dark) 100%);opacity:0;transition:opacity .3s ease}.testimonial-card-fancy:hover{transform:translateY(-8px);border-color:rgba(117,176,37,.4);box-shadow:0 18px 40px rgba(117,176,37,.15),0 4px 12px rgba(0,0,0,.04)}.testimonial-card-fancy:hover:before{opacity:1}.testimonial-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.testimonial-text{font-size:.95rem;color:#1e293b;line-height:1.7;font-style:italic;margin-bottom:24px}.testimonial-author-flex{display:flex;align-items:center;gap:14px;padding-top:16px;border-top:1px solid #f1f5f9}.reviewer-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-green)}.reviewer-avatar-initials{width:48px;height:48px;border-radius:50%;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:800;font-size:.95rem}.reviewer-info h4{font-size:.98rem;font-weight:800;color:#000;margin-bottom:2px}.reviewer-info span{font-size:.8rem;color:#64748b}.app-section-light{padding:70px 0;background:#fff;text-align:center}.app-badges-flex{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:30px}.footer-wrapper-light{background:#f8fafc;border-top:1px solid #e2e8f0;padding:65px 0 0;color:#475569}.footer-grid-3col{display:grid;grid-template-columns:2fr 1fr 1.5fr;grid-gap:50px;gap:50px;margin-bottom:50px}@media (max-width:900px){.footer-grid-3col{grid-template-columns:1fr;gap:32px}}.footer-brand-text{font-size:.92rem;margin:16px 0 20px;line-height:1.65;color:#475569;max-width:360px}.footer-social-links{display:flex;gap:12px}.footer-social-links a{width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;color:#000;display:flex;align-items:center;justify-content:center;transition:all .25s ease;box-shadow:0 2px 6px rgba(0,0,0,.03)}.footer-social-links a:hover{background:var(--primary-green);color:#fff;border-color:var(--primary-green);transform:translateY(-2px)}.footer-col-title-dark{font-size:1.05rem;font-weight:800;color:#000;margin-bottom:20px;letter-spacing:-.01em}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:12px;font-size:.9rem;font-weight:600}.footer-links-list a{color:#334155;transition:all .2s ease}.footer-links-list a:hover{color:var(--primary-green-dark);padding-left:4px}.footer-contact-items{display:flex;flex-direction:column;gap:14px;font-size:.9rem}.footer-phone-link{display:inline-flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:800;color:#000;transition:color .2s ease}.footer-phone-link svg,.footer-phone-link:hover{color:var(--primary-green-dark)}.footer-address-row{display:flex;align-items:flex-start;gap:10px;color:#475569;font-size:.88rem;line-height:1.5}.footer-address-row svg{color:var(--text-dark);flex-shrink:0;margin-top:3px}.footer-live-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(117,176,37,.1);border:1px solid rgba(117,176,37,.3);padding:6px 14px;border-radius:var(--radius-full);font-size:.76rem;font-weight:800;color:var(--primary-green-dark);margin-top:4px;width:-moz-fit-content;width:fit-content}.footer-bottom-bar-light{background:#0b0f19;color:#94a3b8;padding:18px 0;border-top:1px solid hsla(0,0%,100%,.08)}.footer-bottom-flex{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:500}.footer-bottom-flex strong{color:#fff}.back-to-top-btn-light{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);color:#fff;padding:6px 16px;border-radius:var(--radius-full);font-size:.76rem;font-weight:800;letter-spacing:.04em;transition:all .25s ease}.back-to-top-btn-light:hover{background:var(--primary-green);border-color:var(--primary-green);color:#fff;transform:translateY(-2px)}.subpage-hero-light{padding:55px 0 65px;background:var(--bg-light-alt);border-bottom:1px solid var(--border-light);text-align:center}.subpage-hero-light h1{font-size:2.6rem;font-weight:800;color:var(--text-dark);margin-top:10px;margin-bottom:12px}.subpage-hero-light p{font-size:1.05rem;color:var(--text-body);max-width:620px;margin:0 auto;line-height:1.6}.app-showcase-6grid{display:grid;grid-template-columns:1fr 310px 1fr;grid-gap:32px;gap:32px;align-items:center;margin:40px 0}@media (max-width:992px){.app-showcase-6grid{grid-template-columns:1fr;gap:28px}}.app-features-col{display:flex;flex-direction:column;gap:22px}.app-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);padding:22px 24px;display:flex;align-items:center;gap:18px;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px rgba(0,0,0,.03);text-align:left}.app-feature-card:hover{transform:translateY(-5px);border-color:rgba(117,176,37,.4);box-shadow:0 16px 36px rgba(117,176,37,.16),0 4px 12px rgba(0,0,0,.04)}.app-feature-icon{width:52px;height:52px;flex-shrink:0;border-radius:14px;background:linear-gradient(135deg,rgba(117,176,37,.12),rgba(117,176,37,.04));border:1.5px solid rgba(117,176,37,.25);display:flex;align-items:center;justify-content:center}.app-feature-icon,.app-feature-icon svg{color:var(--primary-green-dark);transition:all .3s ease}.app-feature-icon svg{stroke:var(--primary-green-dark)}.app-feature-card:hover .app-feature-icon{background:var(--primary-green);border-color:var(--primary-green);color:#fff;box-shadow:0 6px 16px rgba(117,176,37,.35)}.app-feature-card:hover .app-feature-icon svg{color:#fff!important;stroke:#fff!important}.app-feature-text h4{font-size:1.02rem;font-weight:800;color:#0f172a;margin-bottom:4px}.app-feature-text p{font-size:.85rem;color:#64748b;margin:0;line-height:1.5}.partners-section-light{background:#fff;padding:40px 0 50px;border-top:1px solid #e2e8f0;overflow:hidden}.partners-marquee-container{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent)}.partners-marquee-track{display:flex;align-items:center;gap:75px;width:max-content;animation:marqueeContinuous 55s linear infinite}.partners-marquee-track:hover{animation-play-state:paused}.partner-logo-item{height:85px;width:auto;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .25s ease,transform .25s ease;flex-shrink:0}.partner-logo-item img{max-height:80px;width:auto;object-fit:contain}.partner-logo-item:hover{opacity:1;transform:scale(1.1)}@keyframes marqueeContinuous{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.app-phone-center img{filter:drop-shadow(0 20px 35px rgba(0,0,0,.14));transition:transform .35s ease}.app-phone-center:hover img{transform:scale(1.04)}.milestones-horizontal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-top:36px}.milestone-step-card{background:#fff;border:1px solid #e2e8f0;border-top:4px solid #75b025;border-radius:16px;padding:24px 20px;box-shadow:0 8px 24px rgba(0,0,0,.04);transition:all .3s ease;display:flex;flex-direction:column}.milestone-step-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(117,176,37,.15);border-color:#75b025}.milestone-header-flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.milestone-num-tag{font-size:1.25rem;font-weight:900;color:#75b025;background:rgba(117,176,37,.12);width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.milestone-year-text{font-size:.8rem;font-weight:800;color:#475569;letter-spacing:.04em;background:#f1f5f9;padding:4px 10px;border-radius:9999px}.milestone-step-card h3{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:8px;line-height:1.35}.milestone-step-card p{font-size:.88rem;color:#64748b;line-height:1.6;margin:0}@media (max-width:1024px){.milestones-horizontal-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.milestones-horizontal-grid{grid-template-columns:1fr}}.timeline-year-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(117,176,37,.12);color:#568518;font-weight:900;font-size:.82rem;letter-spacing:.04em;padding:6px 14px;border-radius:9999px;margin-bottom:14px}.grid-2x2-balanced{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px}@media (max-width:768px){.grid-2x2-balanced{grid-template-columns:1fr}.about-vertical-timeline{padding-left:20px}.timeline-v-dot{left:-33px}}.three-cards-grid-responsive{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}@media (max-width:992px){.three-cards-grid-responsive{grid-template-columns:repeat(2,1fr)}.three-cards-grid-responsive>div:nth-child(3){grid-column:1/-1}}@media (max-width:640px){.three-cards-grid-responsive{grid-template-columns:1fr}.three-cards-grid-responsive>div:nth-child(3){grid-column:auto}}