.hero{background:#061629;color:#fff;overflow:hidden}.hero-stage{display:grid;grid-template-columns:minmax(680px,54vw) 1fr;min-height:calc(100vh - 82px);position:relative}.hero-copy-panel{position:relative;z-index:2;display:flex;align-items:center;background:radial-gradient(circle at 15% 10%,rgba(22,88,146,.42),transparent 34%),linear-gradient(135deg,#051024 0%,#06284a 100%);clip-path:polygon(0 0,100% 0,78% 100%,0 100%);margin-right:-12vw;padding-left:max(54px,calc((100vw - 1220px)/2 + 34px));padding-right:8vw}.hero-copy{max-width:620px;padding:42px 0 34px}.eyebrow{display:inline-block;margin-bottom:18px;color:#28d8b8;font-size:14px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.hero-title{color:#fff;font-size:clamp(46px,4.35vw,64px);font-weight:900;line-height:1.06;letter-spacing:0;margin-bottom:18px}.hero-title span{white-space:nowrap}.hero-subtitle{max-width:550px;color:#ffffffe6;font-size:21px;line-height:1.36;margin-bottom:22px}.hero-point-list{display:grid;gap:20px;margin-bottom:26px}.hero-point{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center}.hero-point>span{width:62px;height:62px;display:inline-flex;align-items:center;justify-content:center;color:#28d8b8;border:1.5px solid #28d8b8;border-radius:50%;background:rgba(6,30,58,.52)}.hero-point strong{display:block;color:#fff;font-size:21px;line-height:1.18;margin-bottom:6px}.hero-point p{color:#ffffffe0;font-size:17px;line-height:1.45}.hero-ctas{display:flex;gap:22px;flex-wrap:wrap}.btn-primary-large,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:210px;min-height:58px;padding:15px 28px;border-radius:4px;font-size:16px;font-weight:900;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn-primary-large{color:#031525;background:#28d8b8;border:1px solid #28d8b8}.btn-secondary{color:#fff;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.68)}.btn-primary-large:hover,.btn-secondary:hover{transform:translateY(-2px)}.hero-visual{min-width:0;position:relative}.hero-truck-card{position:relative;height:100%;min-height:calc(100vh - 82px)}.hero-truck-card img{width:100%;height:100%;min-height:calc(100vh - 82px);display:block;object-fit:cover;object-position:58% center}.hero-truck-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 48%,rgba(4,15,30,.72) 100%)}.hero-truck-caption{position:absolute;left:15vw;right:clamp(32px,3vw,64px);bottom:66px;z-index:1}.hero-truck-caption span{display:block;color:#28d8b8;font-size:14px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase;margin-bottom:12px}.hero-truck-caption strong{display:block;max-width:640px;color:#fff;font-size:28px;font-weight:900;line-height:1.18}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:linear-gradient(90deg,#061629 0%,#071a31 100%);border-top:1px solid rgba(255,255,255,.16);padding:26px max(54px,calc((100vw - 1220px)/2 + 34px))}.hero-metric{display:grid;grid-template-columns:86px 1fr;gap:22px;align-items:start;padding:0 32px;border-left:1px solid rgba(255,255,255,.18)}.hero-metric:first-child{border-left:0;padding-left:0}.hero-metric svg{width:68px;height:68px;color:#28d8b8;stroke-width:1.6}.hero-metric strong{display:inline-block;color:#fff;font-size:45px;font-weight:900;line-height:.95;margin-bottom:6px}.hero-metric h3{color:#28d8b8;font-size:22px;line-height:1.08;margin-bottom:8px}.hero-metric p{color:#ffffffe0;font-size:16px;line-height:1.35}@media (max-width: 1180px){.hero-stage{grid-template-columns:minmax(560px,54vw) 1fr}.hero-metrics{grid-template-columns:repeat(3,1fr)}.hero-metric:nth-child(3){border-left:1px solid rgba(255,255,255,.18);padding-left:32px}}@media (max-width: 900px){.hero-stage{grid-template-columns:1fr}.hero-copy-panel{clip-path:none;margin-right:0;padding:54px 24px 44px}.hero-copy{max-width:none;padding:0}.hero-title{font-size:44px}.hero-title span{white-space:normal}.hero-subtitle{font-size:18px}.hero-truck-card,.hero-truck-card img{min-height:420px}.hero-truck-caption{left:24px;right:24px;bottom:30px}.hero-metrics{grid-template-columns:1fr;padding:30px 24px}.hero-metric,.hero-metric:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:24px 0 0}.hero-metric:first-child{border-top:0;padding-top:0}}@media (max-width: 560px){.hero-stage{min-height:auto}.hero-copy-panel{padding:32px 28px 28px 18px;min-width:0}.hero-copy{max-width:calc(100vw - 56px);min-width:0}.eyebrow{margin-bottom:12px;font-size:11px;letter-spacing:1.2px}.hero-title{max-width:310px;font-size:28px;line-height:1.04;margin-bottom:14px}.hero-subtitle{max-width:310px;font-size:16px;line-height:1.45;margin-bottom:20px}.hero-point-list{gap:14px;margin-bottom:22px}.hero-point{max-width:316px;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;min-width:0}.hero-point>div{min-width:0}.hero-point>span{width:42px;height:42px}.hero-point>span svg{width:22px;height:22px}.hero-point strong{font-size:16px;margin-bottom:3px}.hero-point p{font-size:13px;line-height:1.38;overflow-wrap:anywhere}.hero-ctas{display:grid;gap:10px}.btn-primary-large,.btn-secondary{width:100%;min-height:48px;padding:12px 18px;font-size:14px}.hero-truck-card,.hero-truck-card img{min-height:300px}.hero-truck-card img{object-position:66% center}.hero-truck-caption{left:18px;right:18px;bottom:22px}.hero-truck-caption span{font-size:11px;margin-bottom:8px}.hero-truck-caption strong{max-width:310px;font-size:20px;line-height:1.16}.hero-metrics{padding:18px}.hero-metric,.hero-metric:nth-child(3){grid-template-columns:38px 1fr;gap:12px;padding-top:16px}.hero-metric svg{width:34px;height:34px}.hero-metric strong{font-size:27px;margin-bottom:2px}.hero-metric h3{font-size:17px;margin-bottom:4px}.hero-metric p{font-size:13px;line-height:1.35}}.stats-header{text-align:center;margin-bottom:44px;max-width:820px;margin-left:auto;margin-right:auto}.stats-header .eyebrow{display:inline-block;color:#105f8f;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}.stats-header h2{font-size:42px;font-weight:800;margin-bottom:18px;color:#1a1a1a;line-height:1.15}.stats-header p{color:#666;font-size:17px;line-height:1.85}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stat-card{background:white;border-radius:8px;border:1px solid #e8edf8;padding:32px;box-shadow:0 14px 40px #1d3d5c14;transition:transform .3s ease,border-color .3s ease}.stat-card:hover{transform:translateY(-4px);border-color:#105f8f}.stat-value{font-size:31px;font-weight:800;color:#105f8f;margin-bottom:12px;line-height:1.1}.stat-label{font-size:15px;color:#555;line-height:1.7}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.stats-header h2{font-size:30px}}@media (max-width: 560px){.stats-header{text-align:left;margin-bottom:24px}.stats-header .eyebrow{font-size:11px;margin-bottom:10px}.stats-header h2{font-size:27px;line-height:1.18;margin-bottom:12px}.stats-header p{font-size:14px;line-height:1.55}.stats-grid{gap:12px}.stat-card{padding:20px}.stat-value{font-size:22px;margin-bottom:8px}.stat-label{font-size:14px;line-height:1.5}}.dashboard-preview{max-width:100%;background:#f1f8ff;border:1px solid #cfe1f4;border-radius:16px;padding:20px;color:#101828;box-shadow:0 24px 70px #1c539424;overflow:hidden}.dashboard-preview *{min-width:0}.dashboard-preview-top{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#ffffff;border:1px solid #d9e7f5;border-radius:12px;padding:16px;margin-bottom:20px}.dashboard-brand{display:flex;align-items:center;gap:14px;min-width:0}.dashboard-logo-mark{width:36px;height:36px;border-radius:10px;background:#eef7ff;border:1px solid #bdd8fb;flex:0 0 auto}.dashboard-brand strong{font-size:17px}.dashboard-preview-top a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:8px;background:#2f62f3;color:#fff;font-weight:800;text-decoration:none;white-space:nowrap}.dashboard-alert,.dashboard-kpi,.fuel-history{background:#ffffff;border:1px solid #dbe8f6;border-radius:12px}.dashboard-alert{padding:24px;margin-bottom:20px}.dashboard-label{color:#225df6;font-size:12px;font-weight:900;letter-spacing:5px;line-height:1.15;text-transform:uppercase;margin-bottom:14px}.dashboard-alert h3{font-size:27px;line-height:1.15;margin-bottom:8px;overflow-wrap:break-word}.dashboard-alert p:last-child{color:#405b7e;line-height:1.6;font-size:16px}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.dashboard-kpi{min-height:230px;padding:20px;display:flex;flex-direction:column}.kpi-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;margin-bottom:2px}.kpi-icon.orange{background:#ff781f;color:#0c50d8}.kpi-icon.green{background:#3bb878;color:#174388}.kpi-icon.blue{background:#2f62f3;color:#8fd0ff}.kpi-icon.sky{background:#3499dc;color:#174388}.dashboard-kpi .dashboard-label{letter-spacing:4px;margin:0 0 18px}.dashboard-kpi h4{color:#121a2f;font-size:17px;line-height:1.25;margin-bottom:14px;overflow-wrap:break-word}.dashboard-kpi strong{color:#101828;font-size:38px;line-height:1;margin-bottom:12px}.dashboard-kpi span:last-child{color:#405b7e;font-size:16px;line-height:1.35}.fuel-history{min-height:220px;padding:24px;position:relative;overflow:hidden;display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:end}.fuel-history h3{font-size:24px;line-height:1.15;margin-bottom:20px}.fuel-history strong{display:block;color:#101828;font-size:36px;line-height:1;margin-bottom:12px}.fuel-history span{color:#405b7e;font-size:16px}.fuel-bars{display:flex;align-items:end;justify-content:end;gap:10px;min-height:150px}.fuel-bars i{width:9%;max-width:52px;min-width:24px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#2869ff 0%,#6f9eff 60%,#d9e7ff 100%)}.fuel-watermark{position:absolute;right:26px;top:24px;color:#2f62f314}.dashboard-preview-compact{padding:0;border-radius:8px;overflow:hidden;transform-origin:top left}.dashboard-preview-compact .dashboard-preview-top,.dashboard-preview-compact .dashboard-alert{border-radius:0;border-left:0;border-right:0;margin-bottom:0}.dashboard-preview-compact .dashboard-preview-top{padding:14px 16px}.dashboard-preview-compact .dashboard-preview-top a{min-height:38px;padding:9px 14px;font-size:13px}.dashboard-preview-compact .dashboard-alert{padding:18px}.dashboard-preview-compact .dashboard-alert h3{font-size:21px;max-width:18ch}.dashboard-preview-compact .dashboard-alert p:last-child{font-size:13px;max-width:34ch}.dashboard-preview-compact .dashboard-kpis{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px;margin-bottom:0}.dashboard-preview-compact .dashboard-kpi{min-height:150px;padding:12px}.dashboard-preview-compact .kpi-icon{width:34px;height:34px}.dashboard-preview-compact .dashboard-label{font-size:10px;letter-spacing:3px;margin-bottom:8px}.dashboard-preview-compact .dashboard-kpi h4{font-size:13px;margin-bottom:10px}.dashboard-preview-compact .dashboard-kpi strong{font-size:28px}.dashboard-preview-compact .dashboard-kpi span:last-child{font-size:12px}.dashboard-preview-compact .fuel-history{min-height:150px;grid-template-columns:130px 1fr;padding:18px;border-radius:0;border-left:0;border-right:0;border-bottom:0}.dashboard-preview-compact .fuel-history h3{font-size:18px;margin-bottom:12px}.dashboard-preview-compact .fuel-history strong{font-size:25px}.dashboard-preview-compact .fuel-history span{font-size:12px}.dashboard-preview-compact .fuel-bars{min-height:95px;gap:6px}.dashboard-preview-compact .fuel-bars i{min-width:12px}@media (max-width: 900px){.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.fuel-history{grid-template-columns:1fr}.fuel-bars{justify-content:start}}@media (max-width: 560px){.dashboard-preview{padding:12px;border-radius:12px}.dashboard-preview-top{align-items:stretch;flex-direction:column}.dashboard-preview-top a{width:100%}.dashboard-kpis{grid-template-columns:1fr}.dashboard-kpi{min-height:0}.dashboard-alert h3{font-size:24px}.fuel-history strong{font-size:30px}.dashboard-preview-compact .dashboard-kpis,.dashboard-preview-compact .fuel-history{grid-template-columns:1fr}.dashboard-preview-compact .fuel-bars{justify-content:start}.dashboard-preview-compact .fuel-bars i{min-width:10px}}.platform-header{text-align:center;max-width:760px;margin:0 auto 48px}.eyebrow{display:inline-block;color:#105f8f;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}.platform-header h2{font-size:42px;font-weight:800;line-height:1.1;margin-bottom:18px;color:#1a1a1a}.platform-header p{font-size:17px;color:#666;line-height:1.75}.platform-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch;margin-bottom:40px}.platform-panel{background:white;border:1px solid #e8edf8;border-radius:8px;overflow:hidden;box-shadow:0 18px 48px #1c38561a}.web-panel{padding:18px;background:#eef4f8}.platform-card-copy{padding:24px 6px 4px}.platform-card-label{color:#105f8f;font-size:13px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:12px}.platform-panel h3{font-size:24px;margin-bottom:14px;line-height:1.25;color:#1a1a1a}.platform-panel p{color:#555;line-height:1.8;font-size:15px}.customer-panel{position:relative;min-height:680px;padding:64px 70px 52px;overflow:hidden;background:#07111f;border-color:#0e2135;box-shadow:0 24px 64px #0411222e}.customer-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(3,9,17,.3) 0%,rgba(4,13,24,.06) 38%,rgba(3,10,18,.72) 100%),linear-gradient(180deg,rgba(2,9,18,.16) 0%,rgba(2,9,18,.16) 50%,rgba(3,10,18,.96) 71%,rgba(3,10,18,.98) 100%)}.customer-copy{position:relative;z-index:2;min-height:560px;display:grid;grid-template-rows:auto auto auto 1fr;align-items:start;color:#fff;text-align:right}.customer-copy .platform-card-label{justify-self:end;max-width:420px;color:#fff;font-size:16px;line-height:1.34;letter-spacing:2px;text-shadow:0 2px 18px rgba(0,0,0,.42)}.customer-copy h3{justify-self:end;max-width:760px;color:#fff;font-size:clamp(44px,4.4vw,68px);font-weight:900;line-height:1.08;letter-spacing:0;margin:34px 0 22px;text-shadow:0 4px 20px rgba(0,0,0,.42)}.customer-copy>p{justify-self:end;max-width:560px;color:#ffffffeb;font-size:18px;line-height:1.45;margin-bottom:0;text-shadow:0 2px 16px rgba(0,0,0,.44)}.customer-proof-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0;align-self:end;margin-top:46px;text-align:left}.customer-proof-list>div{display:grid;grid-template-columns:68px 1fr;gap:18px;align-items:start;min-width:0;padding:0 22px;border-left:1px solid rgba(255,255,255,.34)}.customer-proof-list>div:first-child{padding-left:0;border-left:0}.customer-proof-list span{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;color:#2f80ed;background:#ffffff;border:1px solid #dce9f7;border-radius:50%;box-shadow:0 16px 32px #2365b529}.customer-proof-list strong{display:block;color:#fff;font-size:20px;line-height:1.25;margin-bottom:12px;text-shadow:0 2px 14px rgba(0,0,0,.4)}.customer-proof-list p{color:#ffffffe6;font-size:16px;line-height:1.42;text-shadow:0 2px 14px rgba(0,0,0,.42)}.customer-image-card{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;border-radius:inherit;background:#07111f}.customer-driver-photo{width:100%;height:100%;overflow:hidden}.customer-driver-photo img{width:100%;max-width:none;height:100%;display:block;object-fit:cover;object-position:top center;transform:scale(1.55);transform-origin:top center}.workflow-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.workflow-item{background:#ffffff;border:1px solid #e4ebf2;border-radius:8px;padding:24px;display:grid;gap:12px;box-shadow:0 10px 28px #1d3d5c0f}.workflow-item svg{color:#105f8f}.workflow-item h4{color:#101a28;font-size:18px}.workflow-item p{color:#596a7d;line-height:1.6;font-size:14px}.platform-stats{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center;background:#f4f8fb;border-radius:8px;padding:32px 32px 24px;border:1px solid #e1e9f0}.platform-stats h4{font-size:26px;margin-bottom:14px;color:#1a1a1a}.platform-stats p{color:#555;line-height:1.8;max-width:520px}.platform-stats ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.platform-stats li{color:#444;font-size:15px;line-height:1.7;position:relative;padding-left:22px}.platform-stats li:before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;border-radius:50%;background:#37c6a4}@media (max-width: 1024px){.workflow-strip{grid-template-columns:repeat(2,1fr)}.platform-stats{grid-template-columns:1fr}}@media (max-width: 768px){.platform-header h2{font-size:30px}.customer-panel{min-height:auto;padding:44px 28px 32px}.customer-copy h3{font-size:32px;margin:28px 0 18px}.customer-copy{min-height:560px;text-align:left}.customer-copy .platform-card-label,.customer-copy h3,.customer-copy>p{justify-self:start}.customer-copy .platform-card-label{font-size:14px}.customer-copy>p{font-size:16px;max-width:560px}.customer-proof-list{grid-template-columns:1fr;gap:22px;margin-top:38px}.customer-proof-list>div{grid-template-columns:72px 1fr;padding:0;border-left:0}.customer-image-card{padding:0}.customer-driver-photo{aspect-ratio:auto}.customer-driver-photo img{object-position:28% top}.customer-proof-list strong{font-size:19px}.customer-proof-list p{font-size:16px}.customer-proof-list span{width:56px;height:56px}}@media (max-width: 480px){.customer-panel{padding:28px 18px 22px}.customer-copy h3{font-size:26px;margin:18px 0 12px}.customer-copy{min-height:auto}.customer-copy>p{font-size:14px;line-height:1.55}.customer-proof-list{gap:16px;margin-top:26px}.customer-proof-list>div{grid-template-columns:44px 1fr;gap:12px}.customer-proof-list span{width:42px;height:42px}.customer-proof-list span svg{width:22px;height:22px}.customer-proof-list strong{font-size:16px;margin-bottom:3px}.customer-proof-list p{font-size:13px;line-height:1.4}.workflow-strip{grid-template-columns:1fr;gap:12px}.workflow-item{padding:18px}.platform-header{text-align:left;margin-bottom:24px}.platform-header h2{font-size:26px}.platform-header p{font-size:14px;line-height:1.55}.web-panel{padding:10px}}.features{padding:80px 0;background:#ffffff}.features-header{text-align:center;margin-bottom:42px;max-width:600px;margin-left:auto;margin-right:auto}.features-header h2{font-size:42px;font-weight:800;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.features-header p{font-size:18px;color:#666;line-height:1.6}.feature-story{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:34px;margin-bottom:44px;background:#f4f8fb;border:1px solid #e2eaf1;border-radius:8px;overflow:hidden}.feature-story img{width:100%;min-height:390px;height:100%;object-fit:cover}.feature-story-copy{padding:42px 42px 42px 8px}.feature-story-copy h3{font-size:34px;line-height:1.12;color:#101a28;margin-bottom:18px}.feature-story-copy p{color:#526579;line-height:1.75;font-size:16px;margin-bottom:22px}.feature-story-copy a{display:inline-flex;align-items:center;gap:8px;color:#105f8f;font-weight:800;text-decoration:none}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:#ffffff;padding:28px;border-radius:8px;border:1px solid #e7edf4;transition:all .3s ease;display:flex;flex-direction:column;gap:16px}.feature-card:hover{background:white;border-color:#b9cad9;box-shadow:0 12px 32px #1d3d5c1a;transform:translateY(-6px)}.feature-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#105f8f;color:#fff;border-radius:8px}.feature-card h3{font-size:20px;font-weight:700;color:#1a1a1a;line-height:1.3}.feature-card p{font-size:15px;color:#666;line-height:1.6;flex-grow:1}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:24px}.feature-story{grid-template-columns:1fr}.feature-story-copy{padding:0 30px 34px}}@media (max-width: 768px){.features{padding:50px 0}.features-header h2{font-size:32px}.features-header p{font-size:16px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-story img{min-height:250px}.feature-story-copy h3{font-size:28px}.feature-card{padding:28px}}@media (max-width: 560px){.features{padding:34px 0}.features-header{text-align:left;margin-bottom:24px}.features-header h2{font-size:27px;line-height:1.18}.features-header p{font-size:14px;line-height:1.55}.feature-story img{min-height:190px}.feature-story-copy{padding:0 20px 24px}.feature-story-copy h3{font-size:23px}.feature-card{padding:20px}.feature-card h3{font-size:18px}.feature-card p{font-size:14px;line-height:1.5}}.benefits{padding:80px 0;background:#f5f8fb;border-top:1px solid #e0e7ef;border-bottom:1px solid #e0e7ef}.benefits-intro{text-align:center;margin-bottom:42px}.benefits-intro h2{font-size:42px;font-weight:800;color:#1a1a1a;margin-bottom:12px}.benefits-intro p{font-size:18px;color:#666}.buyer-proof{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;margin-bottom:34px;background:#ffffff;border:1px solid #e2e9f1;border-radius:8px;overflow:hidden;box-shadow:0 18px 45px #1d3d5c14}.buyer-proof-copy{padding:44px}.buyer-proof-copy h3{color:#101a28;font-size:34px;line-height:1.14;margin-bottom:16px}.buyer-proof-copy p{color:#56687a;font-size:16px;line-height:1.75;margin-bottom:22px}.buyer-proof img{width:100%;height:100%;min-height:390px;object-fit:cover}.buyer-proof-points{display:grid;gap:12px}.buyer-proof-points span{display:flex;align-items:center;gap:10px;color:#34495f;font-weight:700}.buyer-proof-points svg{color:#0f8f74}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.benefit-card{background:white;padding:34px;border-radius:8px;border:1px solid #e0e7ef;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.benefit-card:hover{border-color:#b9cad9;box-shadow:0 16px 40px #1d3d5c1f;transform:translateY(-8px)}.benefit-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#105f8f;color:#fff;border-radius:8px}.benefit-card h3{font-size:24px;font-weight:700;color:#1a1a1a}.benefit-card p{font-size:16px;line-height:1.7;color:#666}.benefit-list{list-style:none;margin:16px 0 0;padding:16px 0 0;display:flex;flex-direction:column;gap:12px;border-top:1px solid #f0f0f0}.benefit-list li{font-size:15px;color:#555;font-weight:500;line-height:1.5;position:relative;padding-left:18px}.benefit-list li:before{content:"";width:7px;height:7px;border-radius:50%;background:#37c6a4;position:absolute;left:0;top:8px}@media (max-width: 1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.buyer-proof{grid-template-columns:1fr}}@media (max-width: 768px){.benefits{padding:50px 0}.benefits-intro h2{font-size:32px}.benefits-grid{grid-template-columns:1fr;gap:24px}.buyer-proof-copy{padding:30px}.buyer-proof-copy h3{font-size:28px}.buyer-proof img{min-height:260px}.benefit-card{padding:32px}}@media (max-width: 560px){.benefits{padding:34px 0}.benefits-intro{text-align:left;margin-bottom:24px}.benefits-intro h2{font-size:27px}.benefits-intro p{font-size:14px;line-height:1.55}.buyer-proof-copy{padding:22px}.buyer-proof-copy h3{font-size:23px}.buyer-proof-copy p,.benefit-card p{font-size:14px;line-height:1.55}.buyer-proof img{min-height:190px}.benefits-grid{gap:14px}.benefit-card{padding:22px}.benefit-card h3{font-size:20px}}.cta{padding:92px 0;background:linear-gradient(90deg,rgba(7,19,34,.92),rgba(7,19,34,.72)),url(/assets/fuel-truck-150e77d5.jpg);background-position:center;background-size:cover;color:#fff}.cta-content{text-align:left;max-width:760px;margin:0}.cta-kicker{display:inline-block;color:#37c6a4;font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px}.cta h2{font-size:48px;font-weight:800;margin-bottom:16px;line-height:1.2}.cta p{font-size:18px;line-height:1.6;opacity:.95;margin-bottom:32px}.cta-buttons{display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap;margin-bottom:24px}.btn-cta-primary{display:inline-block;background:white;color:#071322;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:700;transition:all .3s ease;border:2px solid white}.btn-cta-primary:hover{background:#e8faf4;transform:translateY(-2px);box-shadow:0 12px 24px #00000026}.btn-cta-secondary{display:inline-block;background:transparent;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:700;transition:all .3s ease;border:2px solid white}.btn-cta-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.cta-note{font-size:13px;opacity:.8;letter-spacing:.5px}@media (max-width: 768px){.cta{padding:50px 0}.cta h2{font-size:34px}.cta p{font-size:16px}.cta-buttons{flex-direction:column;gap:12px}.btn-cta-primary,.btn-cta-secondary{width:100%}}@media (max-width: 560px){.cta{padding:36px 0}.cta-kicker{font-size:11px;margin-bottom:10px}.cta h2{font-size:28px;line-height:1.18;margin-bottom:12px}.cta p{font-size:14px;line-height:1.55;margin-bottom:22px}.btn-cta-primary,.btn-cta-secondary{padding:13px 20px;font-size:14px}}.header{background:#ffffff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000000a}.header .container{display:flex;align-items:center;justify-content:space-between;padding:12px 20px}.header-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:28px}.logo{flex-shrink:0}.logo a{text-decoration:none;display:inline-flex;align-items:center}.logo img{display:block;width:142px;height:auto}.nav{display:flex;gap:clamp(18px,2.4vw,34px);flex:1;align-items:center}.nav a{color:#666;text-decoration:none;font-size:16px;font-weight:600;transition:color .3s ease}.nav a:hover{color:#105f8f}.header-actions{display:flex;align-items:center;gap:15px}.btn-login{color:#666;text-decoration:none;font-size:15px;font-weight:600;transition:color .3s ease}.btn-login:hover{color:#105f8f}.btn-primary{display:inline-block;background:#105f8f;color:#fff;padding:11px 26px;border-radius:6px;text-decoration:none;font-size:15px;font-weight:600;transition:background .3s ease}.btn-primary:hover{background:#0b496d}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#333}@media (max-width: 768px){.nav{position:absolute;top:62px;left:0;right:0;background:white;flex-direction:column;flex:none;padding:0 20px;gap:15px;border-bottom:1px solid #f0f0f0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.nav.open{max-height:300px;padding:20px}.header-content{position:relative;flex-wrap:nowrap;gap:12px}.menu-toggle{display:block;flex-shrink:0;padding:6px}.header-actions{gap:10px;margin-left:auto}.btn-login,.btn-primary{display:none}}@media (max-width: 430px){.header .container{position:relative;padding:10px 14px}.header-content{position:static}.header-actions{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.btn-primary{display:none}.logo img{width:108px}.nav{top:56px;gap:12px}.nav.open{padding:16px}.nav a{font-size:15px}.menu-toggle svg{width:22px;height:22px}.menu-toggle{position:fixed;top:17px;right:18px;z-index:2000;display:inline-flex;align-items:center;justify-content:center}}@media (max-width: 560px){.header .container{position:relative;padding:10px 14px}.header-content{position:static}.logo img{width:108px}.header-actions{position:fixed;top:17px;right:auto;left:min(calc(100vw - 52px),340px);z-index:2000;transform:none}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;padding:6px;width:34px;height:34px}.menu-toggle svg{width:22px;height:22px}.menu-toggle:before{content:"";position:absolute;width:20px;height:2px;background:#203247;border-radius:999px;box-shadow:0 6px #203247,0 -6px #203247}.menu-toggle svg{opacity:0}.nav{top:56px;gap:12px}.nav.open{padding:16px}.nav a{font-size:15px}}.footer{background:#071322;color:#ccc;padding:60px 0 0;border-top:1px solid #333}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:40px;padding:60px 0;border-bottom:1px solid #333}.footer-section h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:20px}.footer-logo{display:block;width:168px;height:auto;margin-bottom:22px;filter:drop-shadow(0 12px 28px rgba(0,0,0,.16))}.footer-section p{font-size:14px;line-height:1.6;color:#999;margin-bottom:20px}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-section a{color:#999;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-section a:hover{color:#37c6a4}.social-links{display:flex;gap:16px}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#2a2a2a;border-radius:8px;transition:all .3s ease}.social-links a:hover{background:#105f8f;color:#fff}.contact-info{display:flex;flex-direction:column;gap:16px!important}.contact-info li{display:flex;align-items:center;gap:12px;font-size:14px}.contact-info svg{color:#37c6a4;flex-shrink:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:30px 0;font-size:13px;color:#666}.footer-links{display:flex;gap:30px}.footer-links a{color:#666;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#37c6a4}@media (max-width: 1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-links{justify-content:center}}@media (max-width: 560px){.footer{padding-top:28px}.footer-content{padding:32px 0;gap:24px}.footer-logo{width:136px;margin-bottom:16px}.footer-section h4{margin-bottom:12px}.footer-section p,.footer-section a,.contact-info li{font-size:13px}.footer-bottom{padding:22px 0;gap:14px}.footer-links{gap:14px;flex-wrap:wrap}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,sans-serif;background-color:#fff;color:#1a1a1a;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-padding{padding:60px 0}@media (max-width: 768px){.section-padding{padding:40px 0}}@media (max-width: 560px){.container{padding:0 18px}.section-padding{padding:32px 0}}
