:root {
  --navy: #0f1e35;
  --navy-2: #152b48;
  --navy-3: #1a3050;
  --ink: #172033;
  --muted: #64748b;
  --soft: #f5f7fa;
  --line: #e4e9ef;
  --orange: #e8601c;
  --orange-2: #f47b31;
  --green: #16a36a;
  --white: #fff;
  --shadow: 0 22px 60px rgba(15,30,53,.12);
  --radius: 20px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy); color: #fff; }
.topline { background: #091524; color: #cad5e4; font-size: 12px; }
.topline-inner { height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topline-links { display: flex; gap: 10px; align-items: center; }
.topline a:hover { color: #fff; }
.dot { opacity: .45; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(15,30,53,.07); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-mark { width: 48px; height: 42px; border-radius: 10px 16px 10px 10px; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 20px; font-weight: 900; letter-spacing: -.8px; position: relative; overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; width: 22px; height: 5px; background: var(--orange); right: -4px; top: 7px; transform: rotate(-35deg); border-radius: 4px; }
.brand-mark span { color: var(--orange-2); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: 17px; letter-spacing: -.2px; }
.brand-copy small { color: #7d8da3; font-size: 10px; text-transform: uppercase; letter-spacing: 1.15px; margin-top: 5px; }
.desktop-nav { display: flex; gap: 28px; font-size: 14px; font-weight: 700; color: #45546a; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--orange); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border-radius: 10px; padding: 13px 20px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 25px rgba(232,96,28,.22); }
.button-primary:hover { background: #d85210; box-shadow: 0 14px 30px rgba(232,96,28,.3); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.045); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.button-white { background: #fff; color: var(--navy); }
.button-sm { padding: 10px 16px; }
.button-lg { min-height: 52px; padding-inline: 24px; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }
.mobile-nav { padding: 10px 20px 22px; border-top: 1px solid var(--line); }
.mobile-nav a:not(.button) { display: block; padding: 10px 0; font-weight: 700; color: #475569; }
.hero { position: relative; overflow: hidden; padding: 105px 0 108px; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -190px; top: -260px; background: radial-gradient(circle, rgba(232,96,28,.20), rgba(232,96,28,0) 68%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent 0, #000 45%, #000 100%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
.eyebrow, .kicker { color: var(--orange); text-transform: uppercase; letter-spacing: 1.45px; font-size: 12px; font-weight: 900; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px; border: 1px solid rgba(240,115,36,.4); background: rgba(232,96,28,.08); border-radius: 999px; margin-bottom: 20px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--orange-2); box-shadow: 0 0 0 6px rgba(232,96,28,.14); }
.hero h1 { font-size: clamp(44px, 5.1vw, 70px); line-height: 1.03; letter-spacing: -3px; margin: 0 0 24px; max-width: 760px; }
.hero h1 span { color: #b7c7d9; }
.hero-lead { color: #c3cede; font-size: 18px; line-height: 1.7; max-width: 690px; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; }
.hero-trust > div { display: flex; align-items: center; gap: 9px; }
.hero-trust .check { width: 27px; height: 27px; border-radius: 50%; background: rgba(25,178,114,.14); color: #4ee1a2; display: grid; place-items: center; font-weight: 900; }
.hero-trust strong, .hero-trust small { display: block; }
.hero-trust strong { font-size: 13px; }
.hero-trust small { color: #8fa2b8; font-size: 11px; margin-top: 2px; }
.hero-visual { min-height: 560px; position: relative; display: flex; align-items: center; justify-content: center; }
.store-window { width: min(100%, 500px); background: #fff; color: var(--ink); border-radius: 20px; box-shadow: 0 45px 100px rgba(0,0,0,.34); position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.14); }
.window-bar { height: 48px; background: #f3f5f8; border-bottom: 1px solid #e5e9ef; display: flex; align-items: center; gap: 12px; padding: 0 14px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c6ced9; }
.domain-pill { flex: 1; background: #fff; border: 1px solid #dde3ea; border-radius: 7px; height: 28px; display: flex; align-items: center; padding: 0 10px; color: #68778b; font-size: 10px; }
.secure-pill { color: #138456; font-size: 9px; font-weight: 800; }
.store-head { display: flex; align-items: center; gap: 12px; padding: 18px 20px 13px; }
.mini-logo { width: 38px; height: 38px; border-radius: 10px; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 900; }
.store-head strong, .store-head small { display: block; }
.store-head strong { font-size: 13px; }
.store-head small { color: #8491a2; font-size: 9px; margin-top: 2px; }
.status-badge { margin-left: auto; font-size: 9px; font-weight: 900; color: #935118; background: #fff3e9; border: 1px solid #ffdabe; padding: 5px 8px; border-radius: 999px; }
.product-card { margin: 5px 20px 14px; border: 1px solid var(--line); border-radius: 14px; padding: 13px; display: grid; grid-template-columns: 120px 1fr; gap: 14px; background: #fff; box-shadow: 0 10px 25px rgba(15,30,53,.07); }
.product-shot { background: linear-gradient(145deg,#f4f6f9,#fff); border-radius: 10px; min-height: 138px; display: grid; place-items: center; padding: 9px; }
.product-shot img { max-height: 132px; object-fit: contain; }
.product-meta { min-width: 0; display: flex; flex-direction: column; }
.product-meta > small { color: #8997aa; font-size: 8px; letter-spacing: .8px; font-weight: 800; margin-top: 6px; }
.product-meta > strong { font-size: 14px; line-height: 1.3; margin: 6px 0 14px; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-row b { color: var(--navy); font-size: 18px; }
.price-row span { color: #168058; background: #eaf8f2; padding: 4px 7px; border-radius: 6px; font-size: 9px; font-weight: 800; }
.fulfillment { margin-top: auto; background: #fff5ed; color: #b64c10; border: 1px solid #ffe0ca; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; font-size: 9px; }
.fulfillment strong { color: #843606; }
.store-stats { margin: 0 20px 20px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.store-stats div { padding: 10px 12px; border-right: 1px solid var(--line); }
.store-stats div:last-child { border-right: 0; }
.store-stats span, .store-stats strong { display: block; }
.store-stats span { color: #8592a4; font-size: 8px; }
.store-stats strong { font-size: 11px; color: var(--navy); margin-top: 2px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.98); color: var(--ink); padding: 11px 14px; border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.22); min-width: 190px; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #8694a7; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.floating-card strong { font-size: 10px; margin-top: 2px; }
.float-icon { width: 32px; height: 32px; border-radius: 9px; background: #fff2e8; color: var(--orange); display: grid; place-items: center; font-weight: 900; }
.hub-card { right: -18px; top: 76px; }
.quote-card { left: -25px; bottom: 112px; }
.agent-card { right: 14px; bottom: 38px; }
.network-orbit { position: absolute; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; }
.orbit-a { width: 570px; height: 570px; }
.orbit-b { width: 420px; height: 420px; }
.value-strip { background: #fff; border-bottom: 1px solid var(--line); }
.value-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.value-strip-grid > div { padding: 22px 28px; display: grid; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; align-items: center; border-right: 1px solid var(--line); }
.value-strip-grid > div:last-child { border-right: 0; }
.strip-icon { grid-row: 1/3; width: 28px; height: 28px; border-radius: 8px; background: #fff1e8; color: var(--orange); display: grid; place-items: center; font-weight: 900; }
.value-strip strong { font-size: 13px; color: var(--navy); }
.value-strip small { font-size: 10px; color: #8794a6; }
.section-heading { max-width: 860px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .logistics-copy h2, .profile-copy h2, .lead-copy h2, .economics-copy h2 { color: var(--navy); font-size: clamp(34px,4vw,50px); line-height: 1.08; letter-spacing: -1.8px; margin: 12px 0 18px; }
.section-heading h2 span, .logistics-copy h2 span { color: #718097; }
.section-heading p, .profile-copy > p, .lead-copy > p, .economics-copy > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.split-heading p { padding-bottom: 6px; }
.model-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.model-card { position: relative; padding: 30px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; min-height: 360px; overflow: hidden; }
.model-card:hover { border-color: #ffc9a9; box-shadow: var(--shadow); transform: translateY(-3px); transition: .25s ease; }
.model-number { position: absolute; right: 18px; top: 12px; font-size: 58px; font-weight: 900; color: #f0f3f7; letter-spacing: -4px; }
.icon-box { width: 48px; height: 48px; border-radius: 12px; background: #fff0e7; color: var(--orange); display: grid; place-items: center; font-weight: 900; font-size: 21px; position: relative; }
.model-card h3, .benefit-card h3 { color: var(--navy); font-size: 20px; line-height: 1.25; margin: 22px 0 12px; }
.model-card p, .benefit-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.clean-list { list-style: none; padding: 0; margin: 24px 0 0; border-top: 1px solid var(--line); padding-top: 16px; }
.clean-list li { position: relative; padding: 6px 0 6px 19px; color: #435269; font-size: 12px; font-weight: 700; }
.clean-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit-card { background: #fff; border: 1px solid #e5e9ef; border-radius: 18px; padding: 25px; min-height: 245px; }
.benefit-feature { grid-column: span 2; background: var(--navy); border-color: var(--navy); color: #fff; }
.benefit-feature h3 { color: #fff; font-size: 27px; }
.benefit-feature p { color: #bac8da; max-width: 680px; }
.benefit-icon { width: 45px; height: 45px; border-radius: 12px; background: #edf2f7; color: var(--navy); display: grid; place-items: center; font-size: 19px; font-weight: 900; }
.benefit-icon.orange { background: rgba(232,96,28,.18); color: #ff8a45; }
.mini-flow { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 24px; }
.mini-flow span, .mini-flow strong { padding: 7px 10px; border-radius: 7px; font-size: 10px; }
.mini-flow span { color: #b9c7d9; background: rgba(255,255,255,.08); }
.mini-flow strong { color: #fff; background: var(--orange); }
.mini-flow i { color: #5e7189; font-style: normal; }
.logistics-section { background: var(--navy); color: #fff; overflow: hidden; }
.logistics-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.kicker.light { color: #ff9456; }
.logistics-copy h2 { color: #fff; }
.logistics-copy h2 span { color: #9eafc3; }
.logistics-copy > p { color: #bac7d6; font-size: 16px; line-height: 1.7; }
.logistics-list { margin: 32px 0; display: grid; gap: 12px; }
.logistics-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.logistics-list > div > span { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #ff8b47; font-size: 9px; font-weight: 900; }
.logistics-list p { margin: 0; color: #aebfd2; font-size: 13px; }
.logistics-list p strong { color: #fff; display: block; font-size: 14px; margin-bottom: 2px; }
.logistics-demo { position: relative; }
.map-board { position: relative; padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.map-board svg { width: 100%; border-radius: 20px; display: block; }
.eta-card { position: absolute; top: 45px; left: 45px; background: #fff; color: var(--navy); width: 190px; padding: 16px; border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.eta-card small { color: var(--orange); font-weight: 900; font-size: 8px; letter-spacing: 1px; }
.eta-card > strong { display: block; font-size: 12px; margin-top: 4px; }
.eta-time { font-size: 43px; line-height: 1; font-weight: 900; letter-spacing: -2px; margin: 10px 0; }
.eta-time span { font-size: 14px; letter-spacing: 0; }
.eta-detail { color: #738196; font-size: 9px; display: flex; gap: 5px; }
.map-label { position: absolute; display: flex; gap: 8px; align-items: center; background: rgba(6,14,25,.88); border: 1px solid rgba(255,255,255,.12); color: #fff; padding: 8px 10px; border-radius: 9px; font-size: 9px; backdrop-filter: blur(8px); }
.map-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.map-label small, .map-label span { display: block; }
.map-label small { color: #8799af; }
.map-label.origin { left: 12%; bottom: 19%; }
.map-label.destination { right: 8%; top: 18%; }
.map-label.destination i { background: #33c481; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { position: relative; padding: 25px 20px 20px; border-top: 2px solid #dce2e9; }
.step::before { content:""; position:absolute; top:-2px; left:0; width:35%; height:2px; background:var(--orange); }
.step > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; font-weight: 900; margin-bottom: 16px; }
.step h3 { color: var(--navy); margin: 0 0 7px; font-size: 17px; }
.step p { color: var(--muted); margin: 0; font-size: 13px; }
.network-economics { padding-top: 30px; }
.economics-layout { border: 1px solid var(--line); border-radius: 25px; padding: 44px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 55px; align-items: center; background: linear-gradient(135deg,#fff,#f8fafc); }
.economics-copy h2 { font-size: 38px; }
.economics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.economic-card { border: 1px solid var(--line); border-radius: 16px; padding: 22px; background: #fff; }
.economic-card.featured { border-color: #ffc7a5; box-shadow: 0 12px 32px rgba(232,96,28,.09); }
.economic-tag { display: inline-flex; background: #edf2f7; color: #516076; padding: 5px 7px; border-radius: 6px; font-size: 8px; letter-spacing: .7px; font-weight: 900; }
.featured .economic-tag { background: #fff1e8; color: #bf4f10; }
.economic-card h3 { font-size: 16px; color: var(--navy); margin: 15px 0; }
.economic-card ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.economic-card li { color:#5e6c80; font-size:11px; }
.economic-card li span { color:var(--green); font-weight:900; margin-right:5px; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.industry-card { background: #fff; border: 1px solid #e3e8ee; border-radius: 15px; padding: 20px; min-height: 150px; transition: .2s ease; }
.industry-card:hover { transform: translateY(-3px); border-color: #ffcaab; box-shadow: 0 15px 35px rgba(15,30,53,.08); }
.industry-card > span { width: 38px; height: 38px; border-radius: 10px; background: #fff1e8; color: var(--orange); display:grid; place-items:center; font-size:16px; font-weight:900; margin-bottom:16px; }
.industry-card strong, .industry-card small { display: block; }
.industry-card strong { color: var(--navy); font-size: 14px; }
.industry-card small { color: #7b899b; font-size: 10px; margin-top: 5px; line-height: 1.45; }
.profile-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.catalog-card { max-width: 520px; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); overflow:hidden; }
.catalog-head { padding:20px 22px; background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.catalog-head span { font-size:11px; font-weight:900; }
.catalog-head strong { color:#8fa4bb; font-size:9px; }
.catalog-row { display:grid; grid-template-columns:55px 1fr auto; gap:13px; align-items:center; padding:14px 18px; border-bottom:1px solid var(--line); }
.catalog-row img { width:50px; height:50px; object-fit:contain; background:#f5f7f9; border-radius:8px; padding:5px; }
.catalog-row strong, .catalog-row small { display:block; }
.catalog-row strong { color:var(--navy); font-size:12px; }
.catalog-row small { color:#8694a7; font-size:9px; margin-top:3px; }
.ready { font-size:8px; color:#168058; background:#e9f8f2; border-radius:999px; padding:5px 7px; font-weight:900; }
.fake-img { width:50px; height:50px; border-radius:8px; display:grid; place-items:center; font-weight:900; font-size:18px; }
.fake-img.electrical { background:#fff7d9; color:#b58200; }
.fake-img.auto { background:#edf2f7; color:#43546a; }
.catalog-foot { padding:14px 18px; display:flex; justify-content:space-between; color:#7c8a9d; font-size:10px; }
.catalog-foot strong { color:var(--orange); }
.large-check-list { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:16px; }
.large-check-list li { display:grid; grid-template-columns:30px 1fr; gap:12px; align-items:start; }
.large-check-list > li > span { width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:#e9f8f2; color:var(--green); font-weight:900; }
.large-check-list strong, .large-check-list small { display:block; }
.large-check-list strong { color:var(--navy); font-size:14px; }
.large-check-list small { color:#79879a; font-size:11px; margin-top:2px; }
.cta-band { background: linear-gradient(110deg,#e75b16,#f0792f); color:#fff; padding:60px 0; }
.cta-band-inner { display:flex; justify-content:space-between; align-items:center; gap:35px; }
.cta-band h2 { margin:8px 0 0; font-size:36px; line-height:1.13; letter-spacing:-1.3px; }
.lead-section { background:#f6f8fb; }
.lead-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:start; }
.lead-points { margin:30px 0; display:grid; gap:13px; }
.lead-points > div { display:grid; grid-template-columns:34px 1fr; gap:11px; align-items:center; }
.lead-points > div > span { width:32px; height:32px; border-radius:9px; display:grid; place-items:center; background:#fff0e7; color:var(--orange); font-size:10px; font-weight:900; }
.lead-points p { margin:0; }
.lead-points strong, .lead-points small { display:block; }
.lead-points strong { font-size:13px; color:var(--navy); }
.lead-points small { font-size:10px; color:#8390a2; }
.contact-mini { border-top:1px solid var(--line); padding-top:20px; display:flex; flex-direction:column; gap:3px; }
.contact-mini small { color:#8795a7; margin-bottom:3px; }
.contact-mini a { color:var(--navy); font-weight:800; font-size:13px; }
.lead-form { background:#fff; border:1px solid #e1e7ee; border-radius:22px; padding:28px; box-shadow:0 22px 55px rgba(15,30,53,.08); }
.form-head { margin-bottom:22px; }
.form-head span, .form-head strong { display:block; }
.form-head span { color:var(--orange); font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:1px; }
.form-head strong { color:var(--navy); font-size:23px; margin-top:4px; }
.field-grid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.field { display:grid; gap:6px; }
.field > span, .interests legend { color:#4d5c70; font-size:10px; font-weight:800; }
.field input, .field select, .field textarea { width:100%; border:1px solid #dbe2ea; border-radius:9px; background:#fff; color:var(--ink); padding:11px 12px; outline:none; transition:.2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:#f3a06e; box-shadow:0 0 0 3px rgba(232,96,28,.09); }
.field textarea { resize:vertical; min-height:100px; }
.field-full { grid-column:1/-1; }
.interests { margin:0; padding:0; border:0; display:flex; flex-wrap:wrap; gap:8px; }
.interests legend { width:100%; margin-bottom:4px; }
.interests label { display:inline-flex; align-items:center; gap:6px; border:1px solid #dfe5ec; border-radius:8px; padding:8px 9px; font-size:10px; color:#526176; cursor:pointer; }
.interests input { width:auto; accent-color:var(--orange); }
.consent { display:flex; gap:8px; align-items:flex-start; color:#758398; font-size:9px; line-height:1.4; }
.consent input { margin-top:2px; accent-color:var(--orange); }
.honeypot { position:absolute !important; left:-99999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.form-submit { margin-top:18px; width:100%; }
.form-submit.loading { opacity:.75; pointer-events:none; }
.form-status { min-height:20px; margin-top:10px; font-size:11px; font-weight:700; }
.form-status.success { color:#138456; }
.form-status.error { color:#b72f2f; }
.privacy-note { color:#9aa6b6; font-size:9px; text-align:center; margin:9px 0 0; }
.site-footer { background:#091524; color:#9baabd; padding:58px 0 20px; }
.footer-main { display:grid; grid-template-columns:1.7fr .8fr .9fr 1.1fr; gap:45px; }
.brand-footer .brand-mark { background:#152947; }
.brand-footer .brand-copy strong { color:#fff; }
.footer-brand p { max-width:340px; font-size:12px; line-height:1.6; margin-top:18px; }
.footer-col { display:flex; flex-direction:column; gap:9px; font-size:11px; }
.footer-col strong { color:#fff; font-size:12px; margin-bottom:6px; }
.footer-col a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); margin-top:40px; padding-top:18px; display:flex; justify-content:space-between; gap:20px; font-size:9px; color:#6f8096; }
.reveal { opacity:0; transform:translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }
.delay-2 { transition-delay:.16s; }
.delay-3 { transition-delay:.24s; }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button:hover,.industry-card:hover,.model-card:hover{transform:none} }
@media (max-width: 1040px) {
  .desktop-nav { display:none; }
  .menu-toggle { display:block; }
  .desktop-cta { margin-left:auto; }
  .hero-layout { grid-template-columns:1fr; gap:45px; }
  .hero-copy { max-width:780px; }
  .hero-visual { max-width:650px; margin-inline:auto; width:100%; }
  .model-grid { grid-template-columns:1fr 1fr; }
  .model-card:last-child { grid-column:1/-1; min-height:auto; }
  .benefit-grid { grid-template-columns:1fr 1fr; }
  .logistics-layout { grid-template-columns:1fr; }
  .logistics-copy { max-width:760px; }
  .steps { grid-template-columns:1fr 1fr; }
  .economics-layout { grid-template-columns:1fr; }
  .industry-grid { grid-template-columns:repeat(3,1fr); }
  .lead-layout, .profile-layout { grid-template-columns:1fr; }
  .profile-visual { order:2; }
  .footer-main { grid-template-columns:1.5fr 1fr 1fr; }
  .footer-col:last-child { grid-column:2/4; }
}
@media (max-width: 720px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .section { padding:72px 0; }
  .topline-inner > span { display:none; }
  .topline-inner { justify-content:center; }
  .dot { display:none; }
  .topline-links { width:100%; justify-content:space-between; }
  .desktop-cta { display:none; }
  .nav-wrap { min-height:68px; }
  .brand-mark { width:44px; height:39px; }
  .hero { padding:72px 0 74px; }
  .hero h1 { font-size:43px; letter-spacing:-2.2px; }
  .hero-lead { font-size:16px; }
  .hero-actions .button { width:100%; }
  .hero-trust { grid-template-columns:1fr; gap:14px; }
  .hero-visual { min-height:485px; align-items:flex-start; padding-top:35px; }
  .store-window { width:100%; }
  .hub-card { right:-2px; top:3px; }
  .quote-card { left:-2px; bottom:30px; }
  .agent-card { display:none; }
  .floating-card { min-width:170px; }
  .product-card { grid-template-columns:90px 1fr; margin-inline:12px; }
  .store-head { padding-inline:12px; }
  .store-stats { margin-inline:12px; }
  .value-strip-grid { grid-template-columns:1fr 1fr; }
  .value-strip-grid > div { border-bottom:1px solid var(--line); padding:17px 12px; }
  .value-strip-grid > div:nth-child(2) { border-right:0; }
  .section-heading h2, .logistics-copy h2, .profile-copy h2, .lead-copy h2, .economics-copy h2 { font-size:35px; }
  .split-heading { grid-template-columns:1fr; gap:10px; }
  .model-grid, .benefit-grid { grid-template-columns:1fr; }
  .model-card:last-child, .benefit-feature { grid-column:auto; }
  .benefit-feature h3 { font-size:23px; }
  .steps { grid-template-columns:1fr; }
  .economics-layout { padding:26px 18px; }
  .economics-grid { grid-template-columns:1fr; }
  .industry-grid { grid-template-columns:1fr 1fr; }
  .cta-band-inner { flex-direction:column; align-items:flex-start; }
  .cta-band h2 { font-size:30px; }
  .field-grid { grid-template-columns:1fr; }
  .field-full { grid-column:auto; }
  .lead-form { padding:22px 16px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-col:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .eta-card { width:155px; top:28px; left:27px; }
  .eta-time { font-size:34px; }
  .map-label { font-size:8px; }
}
@media (max-width: 430px) {
  .topline-links { font-size:10px; }
  .brand-copy strong { font-size:15px; }
  .brand-copy small { font-size:8px; }
  .hero h1 { font-size:38px; }
  .hero-visual { min-height:460px; }
  .product-meta > strong { font-size:12px; }
  .price-row b { font-size:15px; }
  .store-stats div { padding:8px; }
  .industry-grid { grid-template-columns:1fr; }
  .value-strip-grid { grid-template-columns:1fr; }
  .value-strip-grid > div { border-right:0; }
  .footer-main { grid-template-columns:1fr; }
  .footer-col:last-child { grid-column:auto; }
}
