:root{--bg-dark: var(--theme-bg);--bg-darker: var(--theme-bg);--text-white: var(--theme-text-heading);--text-muted: var(--theme-text-secondary);--accent: #4ADE80;--accent-teal: #4ADE80}.hero-title{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2.5rem,7.5vw,5rem);font-weight:500;line-height:1.05;color:#fff;letter-spacing:-.02em;margin-left:-.06em}.massive-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:500;line-height:1.15;color:var(--text-white);letter-spacing:-.02em;margin-bottom:2rem}.massive-headline.center{text-align:center}.section-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,3rem);font-weight:500;line-height:1.2;color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.5rem}.section-label{display:inline-block;color:var(--accent-teal);font-size:1rem;font-weight:500;margin-bottom:1rem}.text-link{text-decoration:underline;text-underline-offset:3px}.text-white{color:var(--text-white)}.text-muted{color:var(--text-muted)}.section-dark{background:var(--bg-dark);padding:3rem 0}@media(min-width:768px){.section-dark{padding:6rem 0}}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 4rem}}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--bg-darker);margin-top:calc(-1 * var(--header-height, 4.25rem));padding-top:0}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center 20%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0d1512b3,#0d1512e6)}.hero-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:6rem 2rem 2rem;max-width:800px;width:100%;margin:0 auto}@media(min-width:1200px){.hero-content{margin-left:max(calc((100% - 1200px)/2 + 2rem),6rem)}}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--theme-text-secondary, rgba(255, 255, 255, .75));margin:1.5rem 0 2.5rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;justify-content:flex-start}.btn-hero-primary{background:#000;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:transform .2s}.btn-hero-primary:hover{transform:translateY(-2px)}.btn-hero-secondary{display:flex;align-items:center;gap:.75rem;color:var(--theme-text-heading);padding:1rem 2rem;border:1px solid var(--theme-border);border-radius:8px;font-weight:500;transition:border-color .2s}.btn-hero-secondary:hover{border-color:var(--theme-overlay-strong)}.play-icon{font-size:.75rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,#FFFFFF,transparent);animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{opacity:.3}50%{opacity:1}}.fade-text{font-size:clamp(1.25rem,3vw,2rem);line-height:1.5}.fade-text span{display:block}.scroll-reveal-text{font-size:clamp(1.25rem,3vw,2rem);line-height:1.6;max-width:900px}.scroll-reveal-text .reveal-word{display:block;opacity:.62;transition:opacity .4s ease}.scroll-reveal-text .reveal-word.highlighted{opacity:1}.brand-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.brand-card{position:relative;aspect-ratio:3/4;border-radius:16px;overflow:hidden}.brand-card-image{width:100%;height:100%;background-size:cover;background-position:center}.brand-card-logo{position:absolute;bottom:1rem;left:1rem;height:24px;filter:brightness(0) invert(1)}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.stat-highlight{font-size:1.125rem;color:var(--text-muted);line-height:1.6}.stat-number{display:block;font-size:clamp(2rem,5vw,4rem);font-weight:400;color:var(--text-white);margin:.5rem 0}.journey-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.journey-card{background:var(--theme-overlay-subtle);border-radius:16px;overflow:hidden}.journey-image{aspect-ratio:4/3;background-size:cover;background-position:center}.journey-title{font-size:1.25rem;font-weight:500;color:var(--text-white);padding:1.5rem 1.5rem .5rem}.journey-desc{color:var(--text-muted);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}.btn-outline{display:inline-block;padding:1rem 2rem;border:1px solid var(--theme-overlay-strong);border-radius:8px;color:var(--text-white);font-weight:500;transition:all .2s}.btn-outline:hover{background:var(--theme-overlay-medium);border-color:var(--theme-overlay-strong)}.center-cta{text-align:center}.feature-showcase{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center;margin-bottom:4rem}.feature-desc{font-size:1.125rem;color:var(--text-muted);line-height:1.7}.dashboard-preview{position:relative}.dashboard-image{width:100%;border-radius:12px;box-shadow:0 20px 60px #0006}.dashboard-float{position:absolute;background:#fff;border-radius:8px;padding:.5rem 1rem;box-shadow:0 10px 30px #0000004d}.dashboard-float-1{top:1rem;left:-1rem}.float-badge{color:var(--accent-teal);font-weight:600;font-size:.875rem}.feature-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--theme-overlay-subtle);border-radius:16px;padding:2rem}.feature-card-visual{display:flex;gap:.5rem;margin-bottom:1.5rem}.feature-icon{width:48px;height:48px}.feature-card-title{font-size:1.125rem;font-weight:500;color:var(--text-white);margin-bottom:.75rem}.feature-card-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.speed-indicator,.accuracy-ring{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-teal))}.speed-number,.accuracy-number{font-size:1.5rem;font-weight:700;color:var(--theme-text-heading)}.speed-label{font-size:.75rem;color:var(--theme-text-heading);font-weight:500}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.carrier-hub{position:relative;width:300px;height:300px;margin:0 auto}.carrier-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:var(--bg-darker);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.carrier-logo-center{width:50px}.carrier-orbit{position:absolute;inset:0}.carrier-item{position:absolute;top:50%;left:50%;width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-120px) rotate(calc(-1 * var(--angle)))}.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{background:var(--theme-overlay-subtle);border-radius:16px;padding:2rem}.stat-icon{display:inline-block;margin-right:.5rem;color:var(--accent)}.stat-label{font-size:.75rem;letter-spacing:.05em;color:var(--accent);font-weight:500}.stat-value{display:block;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:var(--text-white);margin:.5rem 0 1rem}.stat-detail{color:var(--text-muted);font-size:.95rem;line-height:1.6;border-left:2px solid var(--accent);padding-left:1rem}.globe-section{margin-bottom:4rem}.globe-visual{position:relative}.globe-map{width:100%;opacity:.8}.globe-stats{position:absolute;bottom:2rem;left:2rem;display:flex;gap:2rem}.globe-stat{background:#0009;backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:8px}.globe-stat-number{display:block;font-size:2rem;font-weight:500;color:#fff}.globe-stat-label{font-size:.75rem;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));text-transform:uppercase;letter-spacing:.05em}.platform-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.platform-card{background:var(--theme-overlay-subtle);border-radius:16px;overflow:hidden}.platform-visual{padding:2rem;background:var(--theme-overlay-subtle)}.platform-visual-dark{background:#0000004d}.platform-image{width:100%;border-radius:8px}.platform-title{font-size:1.125rem;font-weight:500;color:var(--text-white);padding:1.5rem 1.5rem .5rem}.platform-desc{color:var(--text-muted);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}.plug-play-headline{text-align:center;margin-bottom:1rem}.plug-play-intro{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:700px;margin:0 auto 3rem;text-align:center}.plug-play-dashboard{margin-bottom:3rem}.plug-play-dashboard-image{width:100%;max-width:900px;margin:0 auto;display:block;border-radius:16px;box-shadow:0 20px 60px #0006}.integrations-intro{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:700px;margin-bottom:3rem}.integrations-wall{background:var(--theme-overlay-subtle);border-radius:16px;padding:3rem}.integrations-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}@media(min-width:768px){.integrations-row{gap:3rem}}.integrations-row img{height:32px;opacity:.7;transition:opacity .2s}.results-grid{margin:3rem 0}.result-item{background:var(--theme-overlay-subtle);border-radius:16px;padding:2.5rem}.result-title{font-size:1.5rem;font-weight:500;color:var(--text-white);margin-bottom:2rem}.result-stats{display:flex;gap:3rem;margin-bottom:2rem}.result-stat-icon{color:var(--accent);margin-right:.5rem}.result-stat-label{font-size:.75rem;letter-spacing:.05em;color:var(--accent)}.result-stat-value{display:block;font-size:2.5rem;font-weight:400;color:var(--text-white);margin-top:.25rem}.result-detail{color:var(--text-muted);line-height:1.6;border-left:2px solid var(--accent);padding-left:1rem}.globe-banner{background:linear-gradient(135deg,var(--theme-bg-tertiary),var(--theme-bg));border-radius:16px;padding:3rem;display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center;margin-top:3rem}.globe-banner-title{font-size:1.75rem;font-weight:500;color:var(--text-white);margin-bottom:1rem}.globe-banner-desc{color:var(--text-muted);line-height:1.6}.globe-banner-stats{display:flex;gap:2rem}.banner-stat{text-align:center}.banner-stat-number{display:block;font-size:2.5rem;font-weight:400;color:var(--text-white)}.banner-stat-label{font-size:.7rem;color:var(--text-muted);letter-spacing:.05em}.section-desc{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:600px;margin-bottom:3rem}.recognition-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.recognition-card{background:var(--theme-overlay-subtle);border-radius:16px;padding:2rem}.recognition-card-gradient{background:linear-gradient(135deg,var(--theme-bg-tertiary),var(--theme-bg))}.recognition-image{width:150px;border-radius:8px;margin-bottom:1.5rem}.recognition-visual{margin-bottom:1.5rem}.recognition-stat{display:block;font-size:2.5rem;font-weight:400;color:var(--text-white)}.recognition-stat-label{color:var(--text-muted);font-size:.95rem}.recognition-title{font-size:1.25rem;font-weight:500;color:var(--text-white);margin-bottom:.75rem}.recognition-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.support-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.support-img{width:100%;border-radius:16px}.support-desc{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.support-links{display:flex;flex-wrap:wrap;gap:1.5rem}.support-link{color:var(--text-white);text-decoration:underline;text-underline-offset:4px;font-weight:500}.section-cta{background:var(--accent);padding:3rem 0;text-align:center}@media(min-width:768px){.section-cta{padding:6rem 0}}.cta-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:500;line-height:1.15;color:#052e16;letter-spacing:-.02em;margin-bottom:1rem}.cta-desc{font-size:1.125rem;color:#052e16;opacity:.85;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem}.btn-cta-primary{background:#052e16;color:#4ade80;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:transform .2s}.btn-cta-primary:hover{transform:translateY(-2px)}.btn-cta-secondary{background:transparent;color:#052e16;padding:1rem 2rem;border:2px solid #052e16;border-radius:8px;font-weight:600;transition:background .2s}.btn-cta-secondary:hover{background:#0000001a}.forbes-banner-link{display:block;text-decoration:none;transition:transform .2s}.forbes-banner-link:hover{transform:translateY(-2px)}.forbes-banner-link:hover .forbes-banner{box-shadow:0 10px 40px #4ade801a}.forbes-banner{display:flex;align-items:center;gap:2rem;background:linear-gradient(135deg,var(--theme-bg-tertiary),var(--theme-bg));border-radius:16px;padding:2rem;transition:box-shadow .2s}.forbes-badge{width:150px;border-radius:8px;flex-shrink:0}.forbes-title{font-size:1.5rem;font-weight:500;color:var(--text-white);margin-bottom:.5rem}.forbes-desc{color:var(--text-muted);line-height:1.6}.trusted-section{padding:3rem 0;overflow:hidden}.trusted-label{text-align:center;color:var(--accent);font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.logo-carousel-wrapper{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.logo-carousel{width:100%;overflow:hidden}.logo-track{display:flex;align-items:center;gap:4rem;animation:scroll-logos 30s linear infinite;width:max-content}.logo-track:hover{animation-play-state:paused}.logo-track img{height:40px;width:auto;opacity:.7;filter:var(--theme-logo-filter);transition:opacity .3s,transform .3s,filter .3s;flex-shrink:0}.logo-track img:hover{opacity:1;transform:scale(1.1)}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.trusted-logos img{height:32px;opacity:.6;filter:var(--theme-logo-filter);transition:opacity .2s,filter .3s}.trusted-logos img:hover{opacity:1}.tech-dashboard{margin:3rem 0}.tech-dashboard-image{width:100%;border-radius:12px;box-shadow:0 20px 60px #0006}.tech-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;margin-top:3rem}.tech-stat{text-align:center}.tech-stat-value{display:block;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:var(--accent)}.tech-stat-label{color:var(--text-muted);font-size:.875rem}.center-text{text-align:center}.tailored-intro{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.tailored-tabs{display:flex;justify-content:center;gap:0;margin-bottom:3rem}.tailored-tab{padding:.75rem 2rem;min-height:44px;background:transparent;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;position:relative;transition:color .2s}.tailored-tab:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:transparent;transition:background .2s}.tailored-tab:hover{color:var(--text-white)}.tailored-tab.active{color:var(--accent)}.tailored-tab.active:after{background:var(--accent)}.tailored-tab-content{display:none}.tailored-tab-content.active{display:block}.tailored-interactive{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:2rem;align-items:center}.tailored-left-pillars,.tailored-right-pillars{display:flex;flex-direction:column;gap:2rem}.tailored-center{display:flex;justify-content:center;align-items:center}.pillar-item{background:transparent}.pillar-title{font-size:1rem;font-weight:600;color:var(--text-white);margin-bottom:.5rem}.pillar-desc{font-size:.875rem;color:var(--text-muted);line-height:1.5}.tailored-left-pillars .pillar-item{text-align:right}.isometric-image{width:100%;max-width:400px}.store-pick-pack{text-align:center;font-size:1.25rem;font-weight:600;color:var(--accent);margin-top:3rem;letter-spacing:.05em}.tailored-cta{margin-top:1.5rem}@media(max-width:1024px){.tailored-interactive{grid-template-columns:1fr;gap:2rem}.tailored-left-pillars,.tailored-right-pillars{flex-direction:row;flex-wrap:wrap;justify-content:center}.tailored-left-pillars .pillar-item,.tailored-right-pillars .pillar-item{text-align:center;max-width:250px}.tailored-center{order:-1}}.section-intro{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:700px;margin-bottom:3rem}.service-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.service-card{border-radius:16px;padding:2rem;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px)}.service-card-primary{background:var(--accent);color:#052e16}.service-card-primary:hover{box-shadow:0 10px 40px #4ade804d}.service-card-secondary{background:#4ade8026;border:1px solid rgba(74,222,128,.3);color:var(--text-white)}.service-card-secondary:hover{box-shadow:0 10px 40px #4ade801a}.service-card-icon{width:48px;height:48px;margin-bottom:1.5rem}.service-card-icon svg{width:100%;height:100%}.service-card-primary .service-card-icon svg{stroke:#052e16}.service-card-secondary .service-card-icon svg{stroke:var(--accent)}.service-card-title{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:1.5rem;font-weight:500;margin-bottom:.75rem}.service-card-desc{line-height:1.6;margin-bottom:1.25rem;opacity:.9}.service-card-secondary .service-card-desc{color:var(--text-muted)}.service-card-features{list-style:none;padding:0;margin:0}.service-card-features li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.service-card-features li:before{content:"✓";position:absolute;left:0;font-weight:700}.service-card-secondary .service-card-features li{color:var(--text-muted)}.service-card-secondary .service-card-features li:before{color:var(--accent)}.service-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:4rem;margin-bottom:3rem}.service-stat{text-align:center}.service-stat-value{display:block;font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--accent)}.service-stat-label{color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.service-cards-grid{grid-template-columns:1fr}.service-stats{flex-wrap:wrap;gap:2rem}}.network-intro{text-align:center;font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:700px;margin:0 auto 3rem}.network-explorer{display:grid;grid-template-columns:280px 1fr;gap:0;background:var(--theme-bg-tertiary);border-radius:16px;overflow:hidden;min-height:500px;--net-text: #FFFFFF;--net-muted: rgba(255, 255, 255, .7)}.network-regions{background:#0000004d;padding:1.5rem;border-right:1px solid var(--theme-overlay-medium)}.regions-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--theme-overlay-medium)}.regions-count{display:block;font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--accent);line-height:1}.regions-label{display:block;color:var(--net-muted, var(--text-muted));font-size:.875rem;margin-top:.25rem}.regions-countries{display:block;color:var(--net-text, var(--text-white));font-weight:500;margin-top:.25rem}.region-list{display:flex;flex-direction:column;gap:.5rem}.region-btn{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:1rem;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.region-btn:hover{background:var(--theme-overlay-light);border-color:var(--theme-overlay-medium)}.region-btn.active{background:#4ade801a;border-color:var(--accent)}.region-name{color:var(--net-text, var(--text-white));font-weight:500;font-size:1rem}.region-btn.active .region-name{color:var(--accent)}.region-stats{color:var(--net-muted, var(--text-muted));font-size:.75rem;margin-top:.25rem}.desktop-only{display:block}.mobile-only{display:none}.region-dropdown{margin-top:1rem}.region-select{width:100%;padding:1rem;background:#00000080;border:1px solid var(--theme-border, rgba(255, 255, 255, .1));border-radius:8px;color:#fff;font-size:1rem;font-family:inherit;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234ADE80' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.region-select:focus{outline:none;border-color:var(--accent)}.region-select option{background:#1a1a1a;color:#fff;padding:.5rem}.network-display{position:relative;display:flex;flex-direction:column}.global-map-container{position:absolute;top:0;left:0;right:0;height:60%;overflow:hidden;display:flex;align-items:center;justify-content:center}.global-map-svg{width:200%;height:auto;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-origin:center center}.global-map-svg.zoom-sea{transform:scale(3.5) translate(-22%,-5%)}.global-map-svg.zoom-australia{transform:scale(3.5) translate(-30%,-35%)}.global-map-svg.zoom-middle-east{transform:scale(4) translate(-6%)}.global-map-svg.zoom-usa{transform:scale(2.8) translate(22%,8%)}.region-details{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,#000000e6,#000000b3);overflow-y:auto}.details-content{display:none;padding:1.5rem}.details-content.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.details-title{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:.25rem}.details-office{color:var(--accent);font-size:.875rem;margin-bottom:1rem}.details-locations{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.location-group h4{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.location-group ul{list-style:none;padding:0;margin:0}.location-group li{color:var(--theme-text-secondary, rgba(255, 255, 255, .8));font-size:.8rem;padding:.25rem 0 .25rem 1rem;position:relative}.location-group li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--accent);border-radius:50%}@media(max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.network-explorer{grid-template-columns:1fr;min-height:auto}.network-regions{border-right:none;border-bottom:1px solid var(--theme-overlay-medium);padding:1rem}.regions-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.regions-count{font-size:2rem}.network-display{position:relative;min-height:450px}.global-map-container{height:55%}.region-details{height:45%;padding:1rem}.details-locations{grid-template-columns:repeat(2,1fr);gap:.75rem}.global-map-svg{width:250%}.global-map-svg.zoom-sea{transform:scale(3) translate(-20%,-5%)}.global-map-svg.zoom-australia{transform:scale(3) translate(-28%,-32%)}.global-map-svg.zoom-middle-east{transform:scale(3.5) translate(-5%)}.global-map-svg.zoom-usa{transform:scale(2.5) translate(20%,5%)}}.video-section{padding:4rem 0}.video-browser{background:var(--theme-bg-tertiary);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}.video-browser-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--theme-card-bg);border-bottom:1px solid var(--theme-overlay-medium);border:1px solid var(--theme-border, rgba(255, 255, 255, .05))}.video-browser-dots{display:flex;gap:6px}.video-browser-dots .dot{width:12px;height:12px;border-radius:50%}.video-browser-dots .dot.red{background:#ff5f57}.video-browser-dots .dot.yellow{background:#febc2e}.video-browser-dots .dot.green{background:#28c840}.video-browser-title{display:flex;align-items:center;gap:.5rem;color:var(--theme-text-muted);font-size:.875rem}.video-logo{height:16px;opacity:.7}@media(prefers-color-scheme:light){.video-logo{filter:invert(1)}}html:not(.dark) .video-logo{filter:invert(1)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-embed{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.youtube-facade{position:absolute;inset:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.youtube-facade .play-button{position:absolute;z-index:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5));transition:transform .2s}.youtube-facade:hover .play-button{transform:scale(1.1)}.customer-obsessed-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:center;margin-bottom:3rem}@media(min-width:768px){.customer-obsessed-layout{gap:4rem}}.customer-obsessed-desc{font-size:1.125rem;color:var(--text-muted);line-height:1.7}.customer-obsessed-image{width:100%;border-radius:12px;box-shadow:0 20px 60px #0006}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.benefit-card-v2{border-radius:16px;padding:1.5rem;transition:transform .2s}.benefit-card-v2:hover{transform:translateY(-4px)}.benefit-card-accent{background:var(--accent);color:#052e16}.benefit-card-light{background:#4ade80cc;color:#052e16}.benefit-card-lighter{background:#4ade8099;color:#fff}.benefit-card-lightest{background:#4ade8066;color:#fff}.benefit-icon{width:40px;height:40px;margin-bottom:1rem}.benefit-icon svg{width:100%;height:100%;stroke:currentColor}.benefit-text-v2{line-height:1.6;font-size:.9rem}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.benefits-grid{grid-template-columns:1fr}}.integrations-dashboard{margin-bottom:3rem}.integrations-dashboard-image{width:100%;max-width:800px;margin:0 auto;display:block;border-radius:12px;box-shadow:0 20px 60px #0006}.integrations-logos{background:var(--theme-overlay-subtle);border-radius:16px;padding:1.5rem;margin-bottom:3rem}@media(min-width:768px){.integrations-logos{padding:3rem}}.integrations-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem}.integrations-row:last-child{margin-bottom:0}.integrations-row img{height:32px;opacity:.7;transition:opacity .2s;filter:var(--theme-logo-filter)}.integrations-row img:hover{opacity:1}@media(max-width:1024px){.forbes-banner{flex-direction:column;text-align:center}.tailored-layout,.customer-obsessed-layout,.fulfillment-cards,.shipping-cards,.benefits-carousel{grid-template-columns:1fr}.tech-stats,.fulfillment-stats,.shipping-stats{flex-wrap:wrap;gap:2rem}}@media(max-width:1024px){.brand-cards,.journey-cards,.feature-cards-row{grid-template-columns:repeat(2,1fr)}.split-layout,.split-feature,.feature-showcase,.platform-showcase,.global-features,.recognition-cards,.support-split,.stats-row,.globe-banner{grid-template-columns:1fr}}@media(max-width:640px){.brand-cards,.journey-cards,.feature-cards-row{grid-template-columns:1fr}.hero-ctas{flex-direction:column}.cta-buttons{flex-direction:column;align-items:center}.result-stats{flex-direction:column;gap:1.5rem}.globe-banner-stats{flex-direction:column;gap:1rem}}
