@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;450;500;550;600;650;700;750;800&display=swap');
:root{--bg:#f8f9f4;--ink:#193c33;--muted:#67766c;--line:#dce3d8;--accent:#d9f598;--dark:#102f28;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.wrap{width:min(1220px,calc(100% - 96px));margin-inline:auto}.header{height:110px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:32px}.brand{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:750;line-height:1.3}.brand>span:last-child>span{display:block;font-weight:500}.brand-mark{display:grid;place-items:center;background:var(--ink);color:var(--accent);width:43px;height:43px;border-radius:13px}.brand-mark svg{width:26px;height:26px}.header nav{display:flex;gap:32px;font-size:13px}.header nav a:hover,.email-link:hover{color:#69903a}.header-cta{display:flex;gap:16px;align-items:center;border:1px solid #bec9bb;border-radius:9px;padding:12px 18px;font-size:12px;font-weight:700}.menu{display:none}.hero{display:grid;grid-template-columns:1fr 1.02fr;align-items:center;gap:55px;padding-block:84px 102px}.eyebrow{text-transform:uppercase;letter-spacing:1.7px;font-size:10px;font-weight:750;display:flex;align-items:center;gap:10px;margin:0 0 26px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#759449;flex-shrink:0}.hero h1{font-size:clamp(44px,4.7vw,67px);line-height:1.1;letter-spacing:-3.4px;font-weight:550;margin:0 0 27px}em{font-style:normal;color:#718e4d}p{margin:0}.lead{max-width:450px;font-size:16px;line-height:1.9;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:23px;margin:32px 0}.button{display:flex;align-items:center;justify-content:center;gap:15px;min-height:55px;padding:15px 21px;background:var(--ink);color:white;border:1px solid var(--ink);border-radius:10px;font-size:13px;font-weight:650;transition:background .2s,transform .2s}.button:hover{background:#285344;transform:translateY(-2px)}.button svg{width:20px;height:20px}.text-link{font-size:12px;display:flex;align-items:center;gap:12px;white-space:nowrap}.text-link span{font-size:20px}.hero-proof{display:grid;gap:7px;color:var(--muted);font-size:11px}.hero-proof span{display:flex;gap:8px;align-items:center}.hero-proof svg{width:15px;height:15px;color:#7e975c}.hero-visual{position:relative;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 65px #223c2d0d;padding:22px;transform:rotate(-1deg)}.visual-top{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--muted);gap:10px;padding-bottom:18px;border-bottom:1px solid #edf0e9}.visual-top>span:first-child{display:flex;align-items:center;gap:7px;font-weight:700;color:var(--ink)}.visual-top i{width:6px;height:6px;background:#83a552;border-radius:50%}.demo-label{font-size:9px}.visual-title{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:10px}.visual-title small{font-size:9px;color:var(--muted)}.visual-title h2{font-size:18px;letter-spacing:-.6px;margin:3px 0 0}.live{font-size:9px;background:#edf4e6;padding:4px 9px;border-radius:6px;white-space:nowrap}.map{position:relative;background:#e9eee2;border-radius:11px;overflow:hidden}.map>svg{display:block;width:100%;height:auto;stroke:none}.river{fill:none;stroke:#c2dcd6;stroke-width:42}.roads path{fill:none;stroke:#fbfcf8;stroke-width:15}.route-shadow{fill:none;stroke:#fff;stroke-width:9}.route-line{fill:none;stroke:#668c48;stroke-width:4;stroke-dasharray:8 5;animation:route 25s linear infinite}.map-stop circle{fill:#fff;stroke:#527941;stroke-width:3}.map-label rect{fill:#fff;stroke:none}.map-label text{fill:#294c3b;font-size:11px;text-anchor:middle;stroke:none}.map-caption{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:8px;background:#fffef8ed;font-size:9px;border-radius:7px;padding:8px 11px}.route-summary{display:flex;align-items:center;justify-content:space-between;padding-top:18px;gap:12px}.route-summary>div:first-child{display:flex;gap:10px;align-items:center}.driver-avatar,.person-avatar{display:grid;place-items:center;border-radius:50%;background:#ecf0e5;width:36px;height:36px;font-size:11px}.route-summary strong{display:block;font-size:11px}.route-summary small{display:block;font-size:9px;color:var(--muted);margin-top:2px}.route-progress{width:92px}.route-progress strong{font-size:12px}.route-progress strong span{font-size:9px;font-weight:500;color:var(--muted)}.route-progress>div,.phone-progress>div{height:4px;background:#e7ecdf;border-radius:4px;margin-top:7px;overflow:hidden}.route-progress i,.phone-progress i{display:block;width:62.5%;height:100%;background:#7b9b53}.floating-note{position:absolute;right:24px;bottom:-28px;background:var(--dark);color:white;border-radius:12px;padding:14px 21px;display:flex;align-items:center;gap:13px;box-shadow:0 12px 25px #12362c26;transform:rotate(1deg)}.floating-note strong{display:block;font-size:11px}.floating-note small{font-size:9px;color:#c4d2c9}.note-icon{display:grid;place-items:center;background:#d8f49a;color:var(--ink);width:30px;height:30px;border-radius:50%}.note-icon svg{width:17px;height:17px}.benefit-strip{background:#eef1e8;border-block:1px solid var(--line)}.benefit-strip>.wrap{display:grid;grid-template-columns:repeat(4,1fr);padding-block:23px;gap:20px}.benefit-strip span{display:flex;align-items:center;justify-content:center;gap:11px;font-size:11px;font-weight:600}.benefit-strip svg{color:#6c8553;width:19px;height:19px}.section{padding-block:96px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.section-head>p{max-width:290px;color:var(--muted);font-size:13px;line-height:1.9}.section h2,.trust-section h2,.contact-section h2{font-size:clamp(30px,3vw,43px);line-height:1.23;font-weight:500;letter-spacing:-1.7px;margin:0}.section .eyebrow{margin-bottom:20px}.workspace{background:#edf0e7;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.role-tabs{display:flex;gap:7px;border-bottom:1px solid #d8e0d1;padding:17px 23px}.role-tabs button{border:0;padding:12px 30px;color:var(--muted);border-radius:9px;background:none;font-size:13px;font-weight:650}.role-tabs button[aria-selected=true]{background:var(--ink);color:#fff}.role-panel{display:grid;grid-template-columns:1fr 1.15fr;gap:40px;padding:40px}.role-tag{display:inline-block;text-transform:uppercase;letter-spacing:1px;font-size:9px;font-weight:750;color:#6c854d}.role-copy h3{font-size:30px;font-weight:550;line-height:1.3;letter-spacing:-1px;margin:16px 0}.role-copy p{font-size:13px;color:var(--muted);max-width:340px;line-height:1.9}.role-copy ul{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px;font-size:11px}.role-copy li{padding-left:23px;position:relative}.role-copy li:before{content:'✓';position:absolute;left:0;color:#6f914a}.role-preview{background:#fff;border-radius:13px;border:1px solid var(--line);padding:24px;min-width:0;align-self:center;box-shadow:0 7px 24px #243a2510;min-height:250px}.preview-header{display:flex;justify-content:space-between;gap:12px;align-items:center;font-weight:700;font-size:12px;padding-bottom:20px}.preview-header small{font-size:9px;color:var(--muted);font-weight:500}.preview-table{width:100%;border-collapse:collapse;font-size:10px}.preview-table th{font-size:8px;text-align:left;color:var(--muted);font-weight:500;padding:12px 5px;border-block:1px solid var(--line)}.preview-table td{padding:17px 5px;border-bottom:1px solid #edf0e9;white-space:nowrap}.table-status{font-size:8px;border-radius:5px;padding:5px 7px;background:#edf3e5;color:#577039}.table-status.gray{background:#f0f1ee;color:#81897c}.preview-footer{font-size:9px;color:#778574;margin-top:20px}.features-section{background:#f0f2eb}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:var(--bg);border:1px solid #dfe5d8;padding:29px;border-radius:17px;display:flex;flex-direction:column}.feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e9eddf;color:#69834d}.feature h3{font-size:16px;line-height:1.5;font-weight:650;margin:21px 0 12px}.feature p{font-size:12px;line-height:1.95;color:var(--muted);margin-bottom:25px}.mini-flow,.sync-demo,.cost-bar,.file-chip,.access-tags{margin-top:auto;min-height:44px;display:flex;align-items:center;gap:7px;font-size:9px}.mini-flow span{background:#e9eee2;border-radius:6px;padding:7px 10px;white-space:nowrap}.mini-flow .filled{background:#dbe8c7;color:#466333}.sync-demo{font-size:9px;gap:10px}.sync-demo span{flex:1;line-height:1.7}.sync-demo i{display:inline-block;width:5px;height:5px;background:#7b955e;border-radius:50%;margin-right:4px}.sync-demo svg{width:16px;height:16px;color:#8b9a7d}.cost-bar{gap:3px}.cost-bar span{display:grid;place-items:center;height:32px;background:#e5edd8;padding:0 12px;flex:1}.cost-bar span:first-child{background:#bbcda3;border-radius:6px 0 0 6px;flex:1.5}.cost-bar span:last-child{border-radius:0 6px 6px 0}.file-chip{background:#eef1e8;padding:9px;border-radius:7px;gap:8px}.file-chip svg{width:17px;height:17px}.file-chip small{color:#798875}.file-check{margin-left:auto;color:#709340}.access-tags{flex-wrap:wrap;gap:6px}.access-tags span{border:1px solid #d8dfcf;border-radius:6px;padding:5px 8px}.journey{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.section-description{max-width:415px;margin-top:23px;color:var(--muted);font-size:14px;line-height:1.9}.driver-steps{list-style:none;padding:0;display:grid;gap:25px;margin:34px 0 0}.driver-steps li{display:flex;gap:17px}.driver-steps li>span{width:31px;height:31px;display:grid;place-items:center;background:#e9eede;color:#6e874b;border-radius:50%;font-size:10px;flex-shrink:0}.driver-steps h3{font-size:14px;font-weight:700;margin:2px 0 5px}.driver-steps p{font-size:12px;color:var(--muted)}.phone-stage{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:center;background:radial-gradient(ellipse,#dde8ca 0,#edf1e3 45%,transparent 70%);min-height:530px}.phone-frame{width:265px;background:#fff;border:6px solid #203a31;border-radius:36px;position:relative;box-shadow:15px 25px 40px #26452c1a;overflow:hidden}.phone-island{position:absolute;top:0;left:50%;transform:translateX(-50%);width:80px;height:16px;border-radius:0 0 13px 13px;background:#203a31}.phone-top{display:flex;justify-content:space-between;font-size:9px;font-weight:700;padding:13px 20px 8px}.phone-top span{font-size:8px}.phone-content{padding:18px 17px}.phone-content>small{font-size:9px;color:var(--muted)}.phone-content>h3{font-size:22px;line-height:1.3;letter-spacing:-.6px;margin:10px 0 16px}.phone-progress{font-size:9px}.phone-progress>div{height:5px}.delivery-card{background:#f2f5ec;padding:15px;border:1px solid #e3e9da;border-radius:11px;margin-top:20px}.delivery-card .role-tag{font-size:7px}.delivery-card h4{font-size:15px;margin:10px 0 6px}.delivery-card>p{font-size:10px;color:var(--muted)}.order-data{display:flex;gap:30px;font-size:8px;color:var(--muted);margin:19px 0}.order-data strong{display:block;color:var(--ink);font-size:10px;margin-top:3px}.delivery-card .button{width:100%;font-size:11px;min-height:41px;padding:10px;gap:14px}.delivery-card .button svg{width:15px;height:15px}.delivery-card .demo-hint{font-size:8px;text-align:center;margin-top:9px;min-height:26px}.next-stop{display:flex;gap:10px;align-items:center;margin-top:19px;font-size:9px}.next-stop>span{background:#f0f3ea;padding:8px;border-radius:7px;color:#829674}.next-stop small{display:block;font-size:7px;color:var(--muted);margin-top:3px}.phone-home{width:80px;height:4px;border-radius:3px;background:#283e32;margin:0 auto 7px}.phone-caption{font-size:9px;color:#7d8a74;margin-top:18px}.trust-section{background:var(--dark);color:#eff3e8;padding:72px 0}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.trust-section .eyebrow{color:#b7cd9a}.trust-section em{color:#d9f49e}.trust-grid>div>p:last-child{max-width:425px;font-size:13px;line-height:1.95;color:#b1c0b5;margin-top:24px}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.metrics-grid>div{border-top:1px solid #3a5447;padding-top:19px}.metrics-grid svg{color:#d9f49e;width:20px;height:20px}.metrics-grid h3{font-size:14px;margin:12px 0 6px;font-weight:600}.metrics-grid p{font-size:11px;color:#b1c0b5}.launch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.launch-grid article{border:1px solid var(--line);border-radius:14px;padding:25px 22px;background:#f2f4ed}.launch-grid article>span{font-size:9px;color:#7a8e65;text-transform:uppercase;letter-spacing:.8px}.launch-grid h3{font-size:16px;line-height:1.5;margin:17px 0 12px}.launch-grid p{font-size:12px;color:var(--muted);line-height:1.9}.pilot-note{display:flex;gap:20px;align-items:center;background:#eaf0dd;border-radius:14px;margin-top:22px;padding:25px 29px}.pilot-note .feature-icon{background:#dbe6c7;flex-shrink:0}.pilot-note h3{font-size:14px;margin:0 0 6px}.pilot-note p{font-size:12px;color:#677858;line-height:1.9}.faq-section{padding-top:15px;display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 0;cursor:pointer;font-weight:600;font-size:13px}summary::-webkit-details-marker{display:none}summary span{font-size:23px;font-weight:400;color:#7f935d;flex-shrink:0}details[open] summary span{transform:rotate(45deg)}details>p{font-size:12px;color:var(--muted);line-height:1.9;padding:0 35px 24px 0}.contact-section{border-radius:24px;background:#e6edd9;padding:58px;display:grid;grid-template-columns:1.2fr 1fr;gap:95px;margin-bottom:60px}.contact-section .eyebrow{font-size:9px;letter-spacing:1.3px}.contact-section h2{font-size:43px}.contact-copy>p:not(.eyebrow){font-size:13px;color:#6c7b60;line-height:1.9;margin:22px 0;max-width:360px}.contact-person{display:flex;align-items:center;gap:12px;margin-top:27px}.person-avatar{width:42px;height:42px;background:#d2ddbf;font-size:14px}.contact-person strong,.contact-person div>span{display:block}.contact-person strong{font-size:12px}.contact-person div>span{font-size:10px;color:#6e7e61;margin-top:3px}.contact-actions h3{font-size:18px;margin:4px 0 12px;font-weight:650}.contact-actions>p{font-size:12px;color:#6c7b60;margin-bottom:24px;line-height:1.9}.contact-actions .button{justify-content:flex-start;margin-top:10px}.contact-actions .button>svg:last-child{margin-left:auto}.button-outline{background:transparent;color:var(--ink);border-color:#aebf99}.button-outline:hover{background:#dbe6ca}.email-link{display:block;text-align:center;margin-top:17px;font-size:12px}.download-link{display:flex;align-items:center;justify-content:center;gap:9px;color:#687d55;font-size:11px;margin-top:24px}.download-link svg{width:15px;height:15px}.footer{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-block:0 35px;font-size:10px;color:var(--muted)}.footer .brand{color:var(--ink);font-size:12px}.footer .brand-mark{width:34px;height:34px;border-radius:10px}.footer .brand-mark svg{width:22px;height:22px}.skip{position:fixed;left:10px;top:-80px;background:white;padding:15px;z-index:50}.skip:focus{top:10px}:focus-visible{outline:3px solid #8daa53;outline-offset:4px}.manager-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.manager-stats div{padding:14px 9px;background:#f0f4e8;border-radius:8px}.manager-stats small{display:block;font-size:8px;color:var(--muted)}.manager-stats strong{font-size:21px}.report-row{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);margin-top:20px;padding-top:15px;font-size:10px}.driver-preview{display:flex;align-items:center;justify-content:space-between;background:#f0f4e8;padding:18px;border-radius:10px;gap:15px}.driver-preview h4{font-size:17px;margin:8px 0}.driver-preview p{font-size:10px;color:var(--muted)}.driver-preview>svg{width:36px;height:36px;color:#769b48}.driver-preview+.preview-footer{line-height:1.9}@keyframes route{to{stroke-dashoffset:-260}}@media(min-width:1600px){.hero{padding-block:110px 130px}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero{gap:30px}.hero h1{font-size:52px}.hero-actions{flex-wrap:wrap;gap:18px}.hero .eyebrow{font-size:8px;letter-spacing:1px}.header nav{gap:20px}.feature{padding:23px}.contact-section{gap:45px;padding:40px}.contact-section h2{font-size:37px}.journey{gap:50px}.role-panel{padding:30px;gap:25px}.trust-grid{gap:45px}.benefit-strip span{font-size:10px;gap:7px}}@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header{height:85px;gap:16px}.header nav{gap:16px;font-size:11px}.header-cta{font-size:10px;padding:10px}.hero{padding-block:55px 75px;grid-template-columns:1fr;gap:45px}.hero h1{font-size:62px}.hero .eyebrow{font-size:9px}.hero-copy{max-width:550px}.hero-visual{width:100%;max-width:570px;justify-self:center;transform:none}.floating-note{transform:none}.hero-actions{flex-wrap:nowrap}.benefit-strip>.wrap{grid-template-columns:1fr 1fr;gap:19px}.benefit-strip span{justify-content:flex-start;font-size:11px}.section{padding-block:65px}.section-head{gap:25px;align-items:start;flex-direction:column;margin-bottom:30px}.section-head>p{max-width:450px}.section h2,.trust-section h2{font-size:35px}.features-grid{grid-template-columns:repeat(2,1fr)}.role-panel{grid-template-columns:1fr}.role-copy p{max-width:none}.role-copy ul{margin-top:17px}.role-copy h3 br{display:none}.role-preview{width:100%;max-width:600px}.journey{gap:30px;grid-template-columns:1fr 1fr}.journey h2{font-size:31px}.phone-frame{width:250px}.trust-grid{grid-template-columns:1fr;gap:38px}.trust-grid>div>p:last-child{max-width:600px}.launch-grid{grid-template-columns:1fr 1fr}.faq-section{grid-template-columns:1fr;gap:25px;padding-top:10px}.faq-section h2 br{display:none}.contact-section{grid-template-columns:1fr 1fr;gap:30px;padding:35px 28px}.contact-section h2{font-size:31px}.contact-section .eyebrow{font-size:8px}.contact-actions h3{font-size:16px}.contact-actions .button{font-size:11px;padding-inline:12px;gap:9px}.contact-actions .button svg{width:17px;height:17px}.footer>span{display:none}}@media(max-width:560px){.wrap{width:calc(100% - 36px)}.header{height:79px}.brand{font-size:13px;gap:9px}.brand-mark{width:37px;height:37px;border-radius:11px}.header-cta{margin-left:auto;font-size:10px;padding:9px 10px;gap:7px}.header-cta svg{width:14px;height:14px}.menu{display:flex;flex-direction:column;justify-content:center;gap:5px;width:35px;height:35px;background:transparent;border:1px solid var(--line);border-radius:8px;padding:8px}.menu span{height:1px;background:var(--ink);width:17px}.header nav{display:none;position:absolute;top:78px;left:18px;right:18px;padding:20px;background:var(--bg);box-shadow:0 15px 25px #193c331a;z-index:20;border:1px solid var(--line);border-radius:12px}.header nav.open{display:flex;flex-direction:column;gap:0}.header nav a{padding:13px;font-size:14px}.hero{padding-top:39px;gap:38px}.hero .eyebrow{font-size:8px;letter-spacing:1px;line-height:1.7;margin-bottom:20px}.hero h1{font-size:48px;letter-spacing:-2.5px;margin-bottom:22px}.lead{font-size:14px;line-height:1.9;max-width:400px}.hero-actions{display:grid;grid-template-columns:1fr;gap:12px;margin:26px 0}.hero-actions .button{justify-content:space-between;min-height:53px;font-size:13px}.text-link{border:1px solid #cdd7c4;border-radius:10px;justify-content:space-between;min-height:51px;padding:12px 21px;font-size:13px}.hero-proof{font-size:10px;gap:9px}.hero-visual{padding:15px;border-radius:14px}.visual-top{font-size:9px;padding-bottom:13px}.demo-label{font-size:8px}.visual-title{padding-block:15px}.visual-title h2{font-size:17px}.map-caption{font-size:8px;padding:6px 9px}.floating-note{right:12px;bottom:-26px;padding:11px 16px}.floating-note strong{font-size:10px}.floating-note small{font-size:8px}.route-summary{padding-bottom:15px}.benefit-strip>.wrap{gap:17px 10px;padding-block:23px}.benefit-strip span{font-size:9px;gap:7px}.benefit-strip svg{width:17px;height:17px}.section{padding-block:52px}.section .eyebrow{font-size:8px;letter-spacing:1.2px;margin-bottom:17px}.section h2,.trust-section h2{font-size:30px;letter-spacing:-1.3px;line-height:1.3}.section-head{gap:18px}.section-head>p{font-size:12px}.role-tabs{padding:11px;gap:4px}.role-tabs button{flex:1;padding:12px 7px;font-size:11px}.role-panel{padding:22px 17px;gap:25px}.role-copy h3{font-size:25px;margin-top:12px}.role-copy p{font-size:12px}.role-copy ul{font-size:10px}.role-preview{padding:16px 12px;min-height:225px}.preview-table{font-size:9px}.preview-table td{padding:15px 3px}.preview-table th{font-size:8px;padding-inline:3px}.table-status{font-size:7px;padding:4px}.preview-header{font-size:11px}.preview-header small{font-size:8px}.features-grid{grid-template-columns:1fr;gap:13px}.feature{padding:25px}.feature h3{font-size:17px;margin-top:17px}.feature p{font-size:12px;margin-bottom:18px}.mini-flow,.sync-demo,.cost-bar,.file-chip,.access-tags{font-size:10px}.feature-icon{width:39px;height:39px}.journey{grid-template-columns:1fr;gap:20px}.section-description{font-size:13px;margin-top:18px}.driver-steps{margin-top:25px;gap:22px}.phone-stage{min-height:535px}.phone-frame{width:267px}.trust-section{padding-block:48px}.trust-section .eyebrow{font-size:8px}.trust-grid{gap:32px}.metrics-grid{gap:25px 22px}.metrics-grid h3{font-size:13px}.metrics-grid p{font-size:10px}.launch-grid{gap:12px}.launch-grid article{padding:18px 15px}.launch-grid article>span{font-size:8px;letter-spacing:.2px}.launch-grid h3{font-size:14px;margin-block:14px 10px}.launch-grid p{font-size:11px}.pilot-note{align-items:start;padding:22px 18px;gap:13px}.pilot-note h3{font-size:13px}.pilot-note p{font-size:11px}.pilot-note .feature-icon{width:32px;height:32px;border-radius:9px}.pilot-note .feature-icon svg{width:18px;height:18px}.faq-section{padding-top:6px;gap:22px}.faq-list summary{font-size:12px;padding-block:21px;gap:17px}.faq-list details>p{font-size:12px;padding-right:12px}.contact-section{padding:29px 22px;grid-template-columns:1fr;gap:32px;margin-bottom:32px;border-radius:19px}.contact-section h2{font-size:34px}.contact-section .eyebrow{letter-spacing:1px}.contact-copy>p:not(.eyebrow){font-size:12px}.contact-person{margin-top:22px}.contact-actions{border-top:1px solid #c8d5b7;padding-top:25px}.contact-actions h3{font-size:17px}.contact-actions .button{font-size:13px;min-height:53px;padding-inline:17px}.contact-actions .button svg{width:20px;height:20px}.footer{padding-bottom:25px}.footer>a:last-child{font-size:11px}.manager-stats strong{font-size:19px}.manager-stats small{font-size:7px}}@media(max-width:359px){.header-cta{display:none}.menu{margin-left:auto}.hero h1{font-size:43px}.benefit-strip span{font-size:8px}.launch-grid{grid-template-columns:1fr}.section h2,.trust-section h2{font-size:27px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Keep the delivery status in the card flow, below the route summary. */
.hero-visual{transform:none}
.floating-note{position:static;transform:none;margin-top:18px;width:100%;box-shadow:none;padding:14px 16px;border-radius:10px}
@media(max-width:560px){.route-summary{padding-bottom:0}.floating-note{margin-top:15px;padding:12px 14px}}
.button .max-icon{width:20px;height:20px;object-fit:contain;flex:0 0 20px}
.contact-actions a[href*="t.me"]>svg:first-child{width:20px;height:20px;fill:currentColor;stroke:none;transform:translateX(-.5px) rotate(-1deg)}
.contact-actions .email-link{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;padding:13px 16px;border:1px solid #b9c9a6;border-radius:9px;font-size:14px;font-weight:700;background:#edf3e4;transition:background .2s,transform .2s}
.contact-actions .email-link:hover{background:#dce7cb;transform:translateY(-1px);color:var(--ink)}
.contact-actions .email-link svg{width:19px;height:19px;color:#68834b}
.contact-actions .download-link{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;padding:11px 14px;font-size:13px;font-weight:650;color:#587043}
.contact-actions .download-link svg{width:18px;height:18px}
.contact-actions .download-link .download-arrow{margin-left:2px;width:16px;height:16px}
@media(max-width:800px){.role-copy h3 br,.faq-section h2 br{display:block}}
