@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#fafbfc;--bg-soft:#f3f5f8;--surface:#fff;--surface-strong:#fff;--line:#e7e9ed;--line-strong:#dadde2;--text:#0e1420;--muted:#5b6472;--orange:#ff7a21;--orange-deep:#eb6410;--blue:#2f6bff;--blue-soft:#eef1f6;--shadow:0 2px 4px #0f172a08;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fafbfc;min-width:320px;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,a{font:inherit}#root{min-height:100vh}.site-shell{color:var(--text)}.container{width:min(1200px,100% - 40px);margin:0 auto}.announcement-bar{border-bottom:1px solid var(--line);background:var(--bg-soft)}.announcement-row,.utility-row,.nav-row,.section-heading,.footer-bottom,.cta-panel{justify-content:space-between;align-items:center;display:flex}.announcement-row{min-height:42px;color:var(--muted);gap:16px;font-size:.84rem}.announcement-row a{color:var(--blue);font-weight:700}.topbar{border-bottom:1px solid var(--line);background:#fff}.utility-row{min-height:42px;color:var(--muted);font-size:.84rem}.utility-left,.utility-right,.nav-actions,.hero-actions,.badge-row,.social-row,.footer-bottom div{align-items:center;gap:18px;display:flex}.utility-left a:hover,.utility-right a:hover,.footer-column a:hover,.footer-bottom a:hover{color:var(--text)}.site-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0}.nav-row{gap:24px;min-height:82px}.brand{align-items:center;gap:10px;display:inline-flex}.brand-mark{background:linear-gradient(180deg, #ff9a56 0%, var(--orange) 100%);color:#fff;border-radius:14px;place-items:center;width:42px;height:42px;font-size:1.35rem;font-weight:800;display:grid;box-shadow:0 12px 22px #ff7a213d}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{letter-spacing:-.08em;font-size:2rem}.brand-copy small{color:var(--muted);letter-spacing:.16em;margin-top:4px;font-size:.64rem;font-weight:700}.main-nav{flex:1;justify-content:center;align-items:center;gap:24px;display:flex}.main-nav a,.utility-right a,.footer-column a,.footer-bottom a{color:var(--muted);transition:color .2s}.main-nav a{font-size:.95rem;font-weight:600}.main-nav a:hover{color:var(--text)}.ghost-btn,.outline-btn,.primary-btn{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.ghost-btn,.outline-btn{border-color:var(--line);background:#fffffff2}.primary-btn{background:linear-gradient(180deg, #ff934b 0%, var(--orange) 100%);color:#fff;box-shadow:0 15px 30px #ff7a2138}.ghost-btn:hover,.outline-btn:hover,.primary-btn:hover{transform:translateY(-2px)}.arrow-link{color:var(--orange-deep);letter-spacing:.04em;text-transform:uppercase;border-bottom:2px solid var(--orange-deep);align-items:center;gap:8px;padding-bottom:3px;font-size:.86rem;font-weight:800;transition:gap .2s,opacity .2s;display:inline-flex}.arrow-link:after{content:"→";transition:transform .2s}.arrow-link:hover{gap:12px}.arrow-link:hover:after{transform:translate(2px)}.hero-section,.plans-section,.products-section,.locations-section,.feature-section,.trust-section,.site-footer{padding:56px 0 92px}.hero-grid,.locations-grid{align-items:center;gap:32px;display:grid}.hero-grid{grid-template-columns:1.02fr .98fr}.locations-grid{grid-template-columns:.44fr .56fr}.hero-copy{padding-top:14px}.eyebrow,.section-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin:0 0 14px;font-size:.74rem;font-weight:800}.hero-copy h1,.plans-section h2,.products-section h2,.locations-section h2,.feature-section h2,.trust-section h2{color:var(--text);letter-spacing:-.06em;margin:0;line-height:1.04}.plans-section h2,.products-section h2,.locations-section h2,.feature-section h2,.trust-section h2{font-size:clamp(2rem,3vw,3rem)}.hero-text,.location-copy p,.product-card p,.plan-card p,.footer-brand p,.arrow-list-item span,.map-card li,.cta-panel h3{color:var(--muted);line-height:1.75}.hero-text{max-width:620px;margin:18px 0 26px;font-size:1.08rem}.badge-row{flex-wrap:wrap;gap:10px;margin-bottom:20px}.badge-row span,.plan-label,.product-spec{background:var(--bg-soft);min-height:34px;color:var(--text);border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;font-weight:800;display:inline-flex}.stats-strip,.plans-grid,.product-grid,.feature-grid,.logo-strip,.footer-grid{gap:16px;display:grid}.stats-strip{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:26px}.plans-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.logo-strip{grid-template-columns:repeat(6,minmax(0,1fr))}.footer-grid{grid-template-columns:1.4fr repeat(4,1fr)}.stat-card,.plan-card,.product-card,.map-card,.brand-chip,.footer-brand,.footer-column,.cta-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.stat-card,.plan-card,.product-card,.brand-chip,.footer-brand,.footer-column,.cta-panel{border-radius:22px}.stat-label,.plan-card h3,.product-card h3,.map-card h3,.footer-column h3{color:var(--text);display:block}.stat-label,.plan-card h3,.product-card h3,.footer-column h3{margin-bottom:4px}.stat-sublabel,.footer-column a,.footer-bottom,.social-row a{color:var(--muted);font-size:.88rem}.promise-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;max-width:650px;margin:26px 0 0;padding:0;list-style:none;display:grid}.promise-list li{border-bottom:1px solid var(--line);align-items:baseline;gap:10px;min-height:54px;padding:15px 14px 15px 0;display:flex}.promise-list li:nth-child(odd){padding-right:22px}.promise-list li:nth-child(2n){border-left:1px solid var(--line);padding-left:14px}.promise-list span{color:var(--orange);letter-spacing:.08em;font-size:.74rem;font-weight:800}.promise-list strong{color:var(--text);font-size:.88rem;line-height:1.35}.hero-visual{background:var(--bg-soft);border:1px solid var(--line);min-height:520px;box-shadow:var(--shadow);border-radius:32px;padding:20px;position:relative}.orbital-glow{filter:blur(12px);background:radial-gradient(circle,#ff944b29 0%,#ff944b0d 42%,#0000 72%);border-radius:50%;position:absolute;inset:44px 28px 20px}.hero-visual img{object-fit:contain;width:100%;height:100%;min-height:460px;position:relative}.stat-card,.plan-card,.product-card,.feature-card,.footer-brand,.footer-column{padding:22px}.stat-value,.plan-price{color:var(--orange);letter-spacing:-.05em;font-size:2rem;font-weight:800}.plan-card p,.product-card p{margin:0 0 16px}.plan-card h3,.product-card h3,.map-card h3,.feature-card strong{font-size:1.06rem;font-weight:800}.product-card img{object-fit:cover;background:linear-gradient(#f8fbff,#edf4ff);border-radius:18px;width:100%;height:156px;margin-bottom:16px}.product-card a,.map-card a{color:var(--orange);font-size:.9rem;font-weight:800}.section-heading{gap:20px;margin-bottom:24px}.location-copy h2{margin-bottom:14px}.location-copy p{max-width:430px;margin-bottom:22px}.region-list{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.region-list span{border:1px solid var(--line);min-height:36px;color:var(--text);background:#fffffff0;border-radius:999px;align-items:center;padding:0 14px;font-size:.88rem;font-weight:700;display:inline-flex}.map-panel{border:1px solid var(--line);background:var(--bg-soft);min-height:440px;box-shadow:var(--shadow);border-radius:32px;position:relative;overflow:hidden}.map-panel img{object-fit:cover;opacity:.92;width:100%;height:100%;position:absolute;inset:0}.map-card{z-index:1;width:260px;padding:18px 20px;position:absolute;top:50%;left:48%}.map-card ul{margin:0 0 12px;padding:0;list-style:none}.map-card li{margin-bottom:7px;padding-left:14px;font-size:.84rem;position:relative}.map-card li:before,.map-dot{background:var(--orange);border-radius:50%}.map-card li:before{content:"";width:6px;height:6px;position:absolute;top:8px;left:0}.map-dot{z-index:1;width:11px;height:11px;position:absolute;box-shadow:0 0 0 8px #ff7a211f}.dot-1{top:28%;left:26%}.dot-2{top:38%;left:33%}.dot-3{top:26%;left:55%}.dot-4{top:33%;left:59%}.dot-5{top:41%;left:73%}.dot-6{top:71%;left:82%}.feature-editorial{grid-template-columns:.85fr 1.15fr;align-items:center;gap:48px;display:grid}.feature-visual{background:var(--bg-soft);border:1px solid var(--line);border-radius:28px;padding:28px;overflow:hidden}.feature-visual img{width:100%;height:auto}.feature-copy .hero-text{margin:18px 0 26px}.arrow-list{flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.arrow-list-item{align-items:flex-start;gap:12px;display:flex}.arrow-mark{color:var(--orange);flex-shrink:0;font-weight:800;line-height:1.6}.arrow-list-item strong{color:var(--text);display:block}.brand-chip{letter-spacing:-.03em;place-items:center;min-height:78px;font-size:1.06rem;font-weight:800;display:grid}.cta-panel{gap:18px;margin-top:20px;padding:24px}.cta-panel h3{max-width:620px;color:var(--text);margin:0;font-size:1.2rem;line-height:1.5}.site-footer{border-top:1px solid var(--line);background:#fff;padding-bottom:24px}.footer-brand p{max-width:280px;margin:18px 0}.footer-column{flex-direction:column;gap:10px;display:flex}.social-row a{border:1px solid var(--line);width:34px;height:34px;color:var(--text);background:#fff;border-radius:50%;place-items:center;font-size:.82rem;font-weight:800;display:grid}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);margin-top:18px;padding-top:18px;font-size:.82rem}@media (width<=1200px){.logo-strip,.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-brand{grid-column:1/-1}}@media (width<=920px){.announcement-row,.utility-row,.nav-row,.section-heading,.cta-panel,.footer-bottom{flex-direction:column;align-items:flex-start}.nav-row{padding:16px 0}.main-nav{flex-wrap:wrap;justify-content:flex-start;width:100%}.nav-actions{width:100%}.hero-grid,.locations-grid,.feature-editorial{grid-template-columns:1fr}.stats-strip,.plans-grid,.product-grid,.logo-strip,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-visual{min-height:auto}.hero-visual img{min-height:360px}.map-panel{margin-top:10px}.map-card{top:auto;bottom:24px;left:24px}}@media (width<=640px){.container{width:min(100% - 28px,1200px)}.announcement-row,.topbar,.utility-right{display:none}.brand-copy strong{font-size:1.65rem}.hero-copy h1,.plans-section h2,.products-section h2,.locations-section h2,.feature-section h2,.trust-section h2{font-size:2.25rem}.hero-actions,.nav-actions,.footer-bottom div,.cta-panel{flex-direction:column;align-items:stretch;width:100%}.promise-list,.stats-strip,.plans-grid,.product-grid,.logo-strip,.footer-grid{grid-template-columns:1fr}.badge-row{gap:8px}.map-card{width:calc(100% - 40px)}}.page-hero-section{padding:38px 0 24px}.page-hero-grid,.page-content-grid{gap:24px;display:grid}.page-hero-grid{grid-template-columns:1.02fr .98fr;align-items:center}.page-content-grid{grid-template-columns:1.15fr .85fr}.page-copy h1{letter-spacing:-.06em;margin:0;font-size:clamp(2.5rem,4vw,4.2rem);line-height:1.04}.breadcrumb-row{color:var(--muted);align-items:center;gap:10px;margin-bottom:18px;font-size:.86rem;display:flex}.breadcrumb-row a{color:var(--blue)}.page-visual-card,.metrics-band,.section-block,.sidebar-card,.mini-product-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.page-visual-card{border-radius:30px;justify-content:center;align-items:center;min-height:420px;padding:24px;display:flex}.page-visual-card img{object-fit:contain;width:100%;max-height:360px}.metrics-section{padding-bottom:24px}.metrics-band{border-radius:24px;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:18px;display:grid}.metric-block{background:var(--bg-soft);border:1px solid var(--line);border-radius:18px;padding:16px}.metric-block strong{color:var(--orange);margin-bottom:6px;font-size:1.7rem;font-weight:800;display:block}.metric-block span{color:var(--muted);font-size:.9rem}.page-content-section{padding-bottom:56px}.content-column,.sidebar-column{flex-direction:column;gap:20px;display:flex}.section-block,.sidebar-card{border-radius:24px;padding:24px}.section-block h2,.sidebar-card h3{color:var(--text);margin:0;line-height:1.15}.section-block h2{font-size:clamp(1.6rem,2vw,2.2rem)}.sidebar-card h3{margin-bottom:12px;font-size:1.2rem}.plans-hero{padding-bottom:46px}.plans-hero h1{letter-spacing:-.06em;max-width:940px;margin:0;font-size:clamp(2.5rem,4vw,4.4rem);line-height:1.05}.plans-hero .hero-text{max-width:760px}.catalog-section,.location-directory-section{padding:0 0 56px}.catalog-summary,.directory-heading{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;font-size:.88rem;display:flex}.catalog-summary span:first-child{color:var(--text);font-weight:800}.catalog-summary .arrow-link{margin-left:auto}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.catalog-plan-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-direction:column;padding:22px;display:flex}.catalog-plan-heading{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding-bottom:18px;display:flex}.catalog-plan-heading h2{margin:4px 0 0;font-size:1.22rem;line-height:1.35}.catalog-plan-heading strong{color:var(--orange-deep);white-space:nowrap;font-size:1.12rem}.plan-spec-list{gap:14px;margin:20px 0 24px;display:grid}.plan-spec-list div{gap:3px;display:grid}.plan-spec-list dt,.location-list small{color:var(--muted);font-size:.76rem}.plan-spec-list dd{color:var(--text);margin:0;font-size:.9rem;font-weight:700}.catalog-plan-card .primary-btn{justify-content:center;width:100%;margin-top:auto}.directory-heading{align-items:end;padding-top:0}.directory-heading h2{margin:4px 0 0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.13}.deployment-overview{border:1px solid var(--line);border-left:4px solid var(--orange);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:28px;margin-top:24px;padding:20px 22px;display:flex}.deployment-overview strong{max-width:470px;color:var(--text);font-size:1rem;line-height:1.45;display:block}.location-network-canvas{border:1px solid var(--line);background:#eef3fa;border-radius:10px;min-height:290px;margin-top:24px;position:relative;overflow:hidden}.location-network-canvas img{object-fit:cover;opacity:.9;width:100%;height:100%;position:absolute;inset:0}.network-canvas-copy{z-index:2;background:#fffffff0;border:1px solid #ffffffd9;border-radius:8px;gap:7px;max-width:390px;padding:18px;display:grid;position:absolute;bottom:24px;left:26px;box-shadow:0 10px 28px #0f172a1a}.network-canvas-copy strong{color:var(--text);font-size:1.05rem;line-height:1.35}.network-canvas-copy span{color:var(--muted);font-size:.82rem;line-height:1.5}.network-pin{z-index:1;background:var(--orange);border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;box-shadow:0 0 0 7px #ff7a2129}.pin-na{top:36%;left:19%}.pin-latam{top:67%;left:32%}.pin-eu{top:31%;left:50%}.pin-mea{top:48%;left:58%}.pin-apac{top:50%;left:77%}.region-coverage-list{border:1px solid var(--line);background:var(--line);border-radius:6px;grid-template-columns:repeat(5,minmax(82px,1fr));gap:1px;display:grid;overflow:hidden}.region-coverage-list span{background:var(--bg-soft);min-height:66px;color:var(--muted);flex-direction:column;gap:5px;padding:10px 12px;font-size:.7rem;font-weight:700;display:flex}.region-coverage-list b{color:var(--text);font-size:1.25rem;line-height:1}.location-search-panel{border:1px solid var(--line);background:linear-gradient(115deg,#fff 0%,#f2f5fb 100%);border-radius:10px;margin-top:24px;padding:22px}.location-search-label{color:var(--text);margin-bottom:10px;font-size:.84rem;font-weight:800;display:block}.location-search-row{align-items:center;gap:10px;display:flex}.location-search-row input{border:1px solid var(--line-strong);width:100%;min-height:48px;color:var(--text);font:inherit;background:#fff;border-radius:6px;outline:none;padding:0 15px}.location-search-row input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2f6bff1f}.location-search-row input::placeholder{color:#8a93a2}.location-search-clear,.location-empty-state button{background:var(--text);color:#fff;cursor:pointer;border:0;border-radius:6px;min-height:40px;padding:0 13px;font-size:.8rem;font-weight:800}.location-result-summary{color:var(--text);justify-content:space-between;gap:20px;margin:14px 0 0;font-size:.83rem;font-weight:800;display:flex}.location-result-summary span{color:var(--muted);text-align:right;font-weight:500}.location-region-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.location-region{border:1px solid var(--line);border-top:3px solid var(--text);background:var(--surface);border-radius:8px;overflow:hidden}.location-region-heading{background:#fff;justify-content:space-between;align-items:baseline;gap:12px;padding:14px 16px;display:flex}.location-region h3{margin:0;font-size:1.18rem}.location-region-heading span{color:var(--muted);font-size:.76rem;font-weight:700}.location-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.location-list a{background:var(--bg);border-bottom:1px solid var(--line);min-height:58px;color:var(--text);flex-direction:column;gap:3px;padding:13px 16px;font-size:.88rem;font-weight:700;display:flex}.location-list a:nth-child(odd){border-right:1px solid var(--line)}.location-list a:hover{color:var(--blue);background:#fff}.location-list .stock-available{color:#14735b;font-weight:800}.location-list .stock-check{color:#9a5a0e;font-weight:800}.location-empty-state{border:1px dashed var(--line-strong);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:28px;display:flex}.blog-hero{padding-bottom:50px}.blog-hero h1{letter-spacing:-.06em;max-width:920px;margin:0;font-size:clamp(2.5rem,4vw,4.4rem);line-height:1.05}.blog-hero .hero-text{max-width:680px}.blog-section{padding:0 0 64px}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.blog-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-direction:column;min-height:300px;padding:24px;display:flex}.blog-card-featured{background:var(--text);border-color:var(--text)}.blog-card h2{color:var(--text);margin:8px 0 12px;font-size:1.35rem;line-height:1.3}.blog-card p:not(.section-tag){color:var(--muted);margin:0 0 24px;font-size:.9rem;line-height:1.65}.blog-card .arrow-link{margin-top:auto}.blog-card-featured h2,.blog-card-featured p:not(.section-tag){color:#fff}.blog-card-featured .section-tag,.blog-card-featured .arrow-link{color:#ffac72}.solutions-hero,.industry-hero{padding-bottom:52px}.solutions-hero h1,.industry-hero h1{letter-spacing:-.06em;max-width:950px;margin:0;font-size:clamp(2.5rem,4vw,4.4rem);line-height:1.05}.solutions-hero .hero-text{max-width:760px}.solutions-section{padding:0 0 64px}.solutions-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.solution-card{border:1px solid var(--line);border-top:3px solid var(--text);background:var(--surface);border-radius:8px;flex-direction:column;min-height:276px;padding:20px;display:flex}.solution-card:hover{border-top-color:var(--orange);background:var(--bg-soft)}.solution-card h2{color:var(--text);margin:8px 0 10px;font-size:1.15rem;line-height:1.3}.solution-card p:not(.section-tag){color:var(--muted);margin:0;font-size:.84rem;line-height:1.6}.solution-card .arrow-link{margin-top:auto;padding-top:20px}.industry-hero-grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:28px;display:grid}.industry-focus-panel{border:1px solid var(--line);background:var(--text);border-radius:10px;padding:24px}.industry-focus-panel .section-tag{color:#ffac72}.industry-focus-panel ul{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.industry-focus-panel li{color:#fff;padding-left:18px;font-size:.9rem;font-weight:700;position:relative}.industry-focus-panel li:before{content:"";background:var(--orange);border-radius:50%;width:7px;height:7px;position:absolute;top:.52em;left:0}.solution-workflow-section{padding:0 0 64px}.solution-workflow-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.solution-workflow-grid>div{border-right:1px solid var(--line);padding:24px}.solution-workflow-grid>div:last-child{border-right:0}.solution-workflow-grid span{color:var(--orange-deep);margin-bottom:16px;font-size:.78rem;font-weight:800;display:block}.solution-workflow-grid strong{color:var(--text);font-size:1.05rem;display:block}.solution-workflow-grid p{color:var(--muted);margin:10px 0 0;font-size:.88rem;line-height:1.6}@media (width<=920px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.plans-hero h1{font-size:2.25rem}.catalog-summary,.directory-heading{flex-direction:column;align-items:flex-start}.catalog-summary .arrow-link{margin-left:0}.catalog-grid,.location-region-grid{grid-template-columns:1fr}.deployment-overview{flex-direction:column;align-items:flex-start}.region-coverage-list{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.location-network-canvas{min-height:330px}.network-canvas-copy{bottom:14px;left:14px;right:14px}.blog-grid{grid-template-columns:1fr}.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-hero-grid,.solution-workflow-grid{grid-template-columns:1fr}.solution-workflow-grid>div{border-right:0;border-bottom:1px solid var(--line)}.solution-workflow-grid>div:last-child{border-bottom:0}.location-search-panel{padding:16px}.location-search-row,.location-result-summary,.location-empty-state{flex-direction:column;align-items:stretch}.location-result-summary span{text-align:left}.location-search-clear{width:100%}}.content-list,.sidebar-list{flex-direction:column;gap:14px;margin-top:18px;display:flex}.content-list-item,.sidebar-list-item{align-items:flex-start;gap:12px;display:flex}.content-list-item p,.sidebar-card p,.sidebar-list-item span:last-child{color:var(--muted);margin:0;line-height:1.75}.bullet-dot,.mini-mark{background:var(--orange);border-radius:50%;flex-shrink:0;display:inline-block}.bullet-dot{width:9px;height:9px;margin-top:10px}.mini-mark{width:8px;height:8px;margin-top:8px;box-shadow:0 0 0 6px #ff7a211f}.mini-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.mini-product-card{border-radius:20px;flex-direction:column;gap:10px;padding:14px;display:flex}.mini-product-card img{object-fit:cover;background:linear-gradient(#f8fbff,#edf4ff);border-radius:14px;width:100%;height:110px}.mini-product-card strong{color:var(--text);font-size:.96rem}.mini-product-card span,.sidebar-btn{font-size:.88rem}.sidebar-btn{margin-top:18px}.soft-card{background:linear-gradient(#fff,#f3f8ff)}@media (width<=920px){.page-hero-grid,.page-content-grid,.metrics-band,.mini-product-grid{grid-template-columns:1fr}.page-visual-card{min-height:320px}}.contact-hero{padding-bottom:8px}.contact-section{padding:24px 0 64px}.contact-grid{grid-template-columns:1.35fr .65fr;align-items:start;gap:24px;display:grid}.contact-form-card,.contact-info-card{background:var(--surface);box-shadow:var(--shadow);border:1px solid #dfe9f5f2;border-radius:24px;padding:28px}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.form-field label{color:var(--text);font-size:.86rem;font-weight:700}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line);width:100%;color:var(--text);font:inherit;resize:vertical;background:#fff;border-radius:14px;padding:13px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);outline:none}.form-actions{align-items:center;gap:18px;margin-top:8px;display:flex}.form-actions button{cursor:pointer;border:none}.form-note{color:var(--muted);font-size:.86rem}.form-note-error{color:var(--orange-deep);font-weight:700}.contact-info-card{flex-direction:column;gap:18px;display:flex}.info-row{border-bottom:1px solid #dfe9f5e6;flex-direction:column;gap:4px;padding-bottom:16px;display:flex}.info-row:last-child{border-bottom:none;padding-bottom:0}.info-row strong{color:var(--text);font-size:.86rem}.info-row a,.info-row span{color:var(--muted);font-size:.95rem}.info-row a:hover{color:var(--blue)}@media (width<=920px){.contact-grid,.form-row{grid-template-columns:1fr}}@media (width<=640px){.form-actions{flex-direction:column;align-items:flex-start}}@media (width>=921px){.topbar{display:none}.nav-row{gap:18px;min-height:72px}.main-nav{gap:16px}.main-nav a{white-space:nowrap;font-size:.84rem}.nav-actions{gap:10px}.nav-actions .ghost-btn,.nav-actions .primary-btn{white-space:nowrap;min-height:42px;padding:0 16px}}.brand-mark{width:38px;height:38px;box-shadow:none;border-radius:10px}.brand-copy strong{font-size:1.72rem}.ghost-btn,.outline-btn,.primary-btn{border-radius:6px}.hero-copy h1{max-width:650px;font-size:clamp(2.7rem,4vw,4.1rem)}.hero-visual,.map-panel,.page-visual-card,.feature-visual{border-radius:14px}.promise-grid div,.stat-card,.plan-card,.product-card,.feature-card,.brand-chip,.footer-brand,.footer-column,.cta-panel,.metrics-band,.section-block,.sidebar-card,.mini-product-card,.contact-form-card,.contact-info-card{border-radius:10px}.product-card img,.mini-product-card img{border-radius:8px}.arrow-list-item span:last-child{color:var(--muted);margin-top:3px;line-height:1.65;display:block}.mobile-menu-toggle{display:none}@media (width<=640px){.nav-row{grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:0;padding:14px 0;display:grid}.mobile-menu-toggle{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:6px;place-content:center;gap:5px;width:44px;height:44px;padding:0;display:grid}.mobile-menu-toggle span{background:var(--text);width:19px;height:2px;display:block}.main-nav,.nav-actions{display:none}.main-nav.is-open,.nav-actions.is-open{grid-column:1/-1;width:100%;display:flex}.main-nav.is-open{border-top:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;margin-top:14px}.main-nav.is-open a{border-bottom:1px solid var(--line);padding:13px 0}.nav-actions.is-open{flex-direction:row;gap:10px;margin-top:14px}.nav-actions.is-open a{flex:1;min-height:44px;padding:0 10px}}
