:root{
    --ink:#1e2530;
    --ink-soft:#38414c;
    --muted:#717b88;
    --line:#eadfd7;
    --paper:#fffaf6;
    --white:#ffffff;
    --orange:#ff520f;
    --orange-deep:#f31f0a;
    --orange-soft:#fff0e8;
    --green:#5f9f57;
    --green-soft:#eef8eb;
    --dark:#202326;
    --dark-2:#2b2e32;
    --shadow:0 28px 80px rgba(66,41,26,.12);
    --shell:min(1240px,calc(100vw - 56px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Poppins,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{display:block;max-width:100%}
.shell{width:var(--shell);margin:0 auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;padding:11px 16px;border-radius:10px;background:#111;color:#fff;font-weight:700}
.skip-link:focus{top:16px}
a:focus-visible,button:focus-visible{outline:3px solid rgba(255,82,15,.28);outline-offset:4px}

/* Header */
.public-header{position:sticky;top:0;z-index:100;background:rgba(255,250,246,.82);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s ease}
.public-header.is-scrolled{background:rgba(255,255,255,.94);border-bottom-color:#ece3dc;box-shadow:0 8px 30px rgba(42,30,22,.05)}
.public-header__inner{width:var(--shell);height:88px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand img{width:172px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:31px;margin-left:auto;margin-right:8px}
.desktop-nav a,.header-login{position:relative;color:#505b67;font-size:13.5px;font-weight:600;letter-spacing:-.01em;transition:.2s ease}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--orange);transition:.2s ease}
.desktop-nav a:hover{color:var(--ink)}
.desktop-nav a:hover:after{right:0}
.public-header__actions{display:flex;align-items:center;gap:15px}
.header-login:hover{color:var(--orange)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;font-weight:700;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px)}
.button--brand{background:linear-gradient(135deg,#fa8b03 0%,var(--orange) 52%,var(--orange-deep) 100%);color:#fff;box-shadow:0 12px 26px rgba(255,82,15,.19)}
.button--brand:hover{box-shadow:0 17px 36px rgba(255,82,15,.25)}
.button--small{padding:13px 19px;font-size:12px;border-radius:12px}
.button--large{padding:16px 21px;font-size:12px}
.button--ghost{background:rgba(255,255,255,.72);border:1px solid #eadfd7;color:var(--ink);box-shadow:0 8px 20px rgba(47,34,24,.03)}
.button--ghost:hover{background:#fff}
.button--light{padding:15px 19px;background:#fff;color:#222;border-radius:13px;font-size:12px}
.button--dark{padding:15px 19px;background:#202326;color:#fff;font-size:12px}
.button--white{padding:15px 19px;background:#fff;color:#202326;font-size:12px}
.mobile-menu-button{display:none;width:42px;height:42px;border:1px solid #e8ddd5;border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}
.mobile-menu-button span{width:17px;height:2px;background:#26303a;border-radius:3px;transition:.2s ease}
.mobile-menu-button.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mobile-menu-button.is-open span:nth-child(2){opacity:0}
.mobile-menu-button.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-menu{display:none}

/* Reusable */
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.eyebrow>span{width:22px;height:2px;border-radius:2px;background:var(--orange)}
.eyebrow--light{color:#ff8c5e}
.eyebrow--light>span{background:#ff8c5e}
.section-heading{max-width:800px}
.section-heading--center{margin:0 auto 48px;text-align:center}
.section-heading h2,.journey h2,.feature-story h2,.network h2,.partner-card h2,.download h2{margin:12px 0 14px;font:900 clamp(36px,4.4vw,57px)/1.02 Nunito,sans-serif;letter-spacing:-.035em}
.section-heading h2 em,.journey h2 em,.feature-story h2 em,.network h2 em,.download h2 em{color:var(--orange);font-style:normal}
.section-heading p{max-width:700px;margin:0 auto;color:var(--muted);font-size:14px;line-height:1.85}
[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
[data-reveal].is-visible{opacity:1;transform:none}

/* Hero */
.hero{position:relative;min-height:760px;overflow:hidden;border-bottom:1px solid #eee3db;background:linear-gradient(180deg,#fffaf6 0%,#fffdfb 67%,#f8f9f3 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#e9d9ce 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to right,transparent,rgba(0,0,0,.35),transparent);opacity:.2;pointer-events:none}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.hero-orb--orange{width:620px;height:620px;right:-220px;top:-170px;background:radial-gradient(circle,#ffe0cf 0%,rgba(255,229,214,.35) 48%,transparent 70%)}
.hero-orb--green{width:500px;height:500px;left:-260px;bottom:-230px;background:radial-gradient(circle,#dff0dc 0%,rgba(226,242,222,.28) 50%,transparent 72%)}
.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:72px;align-items:center;min-height:680px;padding:74px 0 82px}
.hero__copy{padding-top:10px}
.hero h1{max-width:690px;margin:14px 0 18px;font:900 clamp(50px,6.2vw,80px)/.93 Nunito,sans-serif;letter-spacing:-.045em}
.hero h1 em{color:var(--orange);font-style:normal}
.hero__lead{max-width:650px;margin:0;color:#66717e;font-size:15px;line-height:1.85}
.hero__actions{display:flex;align-items:center;gap:11px;margin-top:28px;flex-wrap:wrap}
.hero__proof{display:grid;grid-template-columns:repeat(3,1fr);max-width:670px;margin-top:38px;border-top:1px solid #e8ddd5}
.hero__proof>div{padding:16px 18px 0 0}
.hero__proof>div+div{padding-left:18px;border-left:1px solid #e8ddd5}
.hero__proof strong,.hero__proof span{display:block}
.hero__proof strong{font:800 12px Nunito,sans-serif}
.hero__proof span{margin-top:4px;color:#8a939e;font-size:9px;line-height:1.45}
.hero-visual{position:relative;min-height:585px;display:flex;align-items:center;justify-content:center}
.phone{position:absolute;width:260px;height:526px;border:7px solid #25282b;border-radius:39px;background:#24272a;box-shadow:0 34px 75px rgba(44,33,25,.18);overflow:hidden}
.phone__speaker{position:absolute;z-index:4;top:11px;left:50%;width:72px;height:17px;transform:translateX(-50%);border-radius:12px;background:#24272a}
.phone__screen{position:absolute;inset:0;border-radius:31px;padding:30px 15px 14px;background:linear-gradient(#fff,#fffcfa);overflow:hidden}
.phone--front{z-index:3;right:65px;top:20px;transform:rotate(2.5deg)}
.phone--back{z-index:1;left:26px;bottom:2px;transform:rotate(-7deg) scale(.92);filter:saturate(.92)}
.fake-status{display:flex;align-items:center;justify-content:space-between;color:#333;font-size:6px;font-weight:700}
.fake-status i{width:29px;height:5px;border-radius:5px;background:linear-gradient(90deg,#2a2f34 30%,transparent 30% 38%,#2a2f34 38% 64%,transparent 64% 71%,#2a2f34 71%)}
.fake-location{margin-top:14px}
.fake-location span,.fake-location strong{display:block}
.fake-location span{color:#9aa1a9;font-size:6px}
.fake-location strong{margin-top:1px;font-size:8px}
.fake-greeting{margin-top:16px}
.fake-greeting small{color:#9a9fa5;font-size:7px}
.fake-greeting h2{margin:3px 0 12px;font:900 17px/1.05 Nunito,sans-serif;letter-spacing:-.02em}
.fake-search{display:flex;align-items:center;gap:7px;height:31px;padding:0 10px;border-radius:9px;background:#f3f5f6;color:#a1a8b0;font-size:6px}
.fake-search b{margin-left:auto;color:#ff6a31;font-size:9px}
.fake-promo{position:relative;margin-top:10px;padding:14px 13px;border-radius:13px;background:linear-gradient(135deg,#ff8b15,#ff4b10 72%);color:#fff;overflow:hidden}
.fake-promo:after{content:"";position:absolute;width:100px;height:100px;right:-27px;bottom:-48px;border-radius:50%;border:13px solid rgba(255,255,255,.13)}
.fake-promo small,.fake-promo strong,.fake-promo span{display:block;position:relative;z-index:1}
.fake-promo small{font-size:5px;font-weight:700;letter-spacing:.09em;opacity:.85}
.fake-promo strong{margin-top:4px;font:900 12px/1.05 Nunito,sans-serif}
.fake-promo span{margin-top:9px;font-size:6px;font-weight:700}
.fake-section-title{display:flex;align-items:center;justify-content:space-between;margin-top:12px}
.fake-section-title strong{font:800 8px Nunito,sans-serif}
.fake-section-title span{color:#ff5b1e;font-size:5px;font-weight:700}
.fake-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:6px}
.fake-categories div{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:47px;border:1px solid #f0e7e1;border-radius:10px;background:#fff;font-size:15px}
.fake-categories span{color:#606974;font-size:5px;font-weight:600}
.fake-store{display:flex;align-items:center;gap:7px;margin-top:6px;padding:8px;border:1px solid #f0e7e1;border-radius:11px;background:#fff}
.fake-store>i{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#fff1e9;color:#ff520f;font-style:normal;font:900 9px Nunito,sans-serif}
.fake-store span{min-width:0;flex:1}
.fake-store b,.fake-store small{display:block}
.fake-store b{font:800 6px Nunito,sans-serif}
.fake-store small{margin-top:2px;color:#979ea6;font-size:4.8px}
.fake-store em{color:#5f6c5b;font-size:5px;font-style:normal;font-weight:700}
.hero-app-badge{position:absolute;z-index:6;display:flex;align-items:center;gap:10px;min-width:175px;padding:11px 13px;border:1px solid rgba(255,255,255,.85);border-radius:15px;background:rgba(255,255,255,.91);box-shadow:0 18px 40px rgba(51,35,25,.12);backdrop-filter:blur(10px)}
.hero-app-badge--one{left:2px;top:105px}
.hero-app-badge--two{right:2px;bottom:55px}
.hero-app-badge strong,.hero-app-badge small{display:block}
.hero-app-badge strong{font:800 9px Nunito,sans-serif}
.hero-app-badge small{margin-top:2px;color:#8b939c;font-size:6px}
.mini-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fff0e8;color:#ff520f;font-size:13px;font-weight:900}
.mini-icon--green{background:#edf8e9;color:#58944e}
.phone__screen--tracking{background:#eff2ed;padding:0}
.phone__screen--tracking .fake-status{position:absolute;z-index:3;top:28px;left:15px;right:15px}
.map-grid{position:absolute;inset:0;background-color:#edf0eb;background-image:linear-gradient(#d9dfd5 1px,transparent 1px),linear-gradient(90deg,#d9dfd5 1px,transparent 1px);background-size:31px 31px;transform:rotate(20deg) scale(1.4);opacity:.6}
.map-route{position:absolute;top:102px;left:84px;width:100px;height:190px;border-left:4px solid #ff6a2e;border-bottom:4px solid #ff6a2e;border-radius:0 0 0 35px;transform:rotate(-18deg)}
.map-route i,.map-route span{position:absolute;width:13px;height:13px;border:4px solid #fff;border-radius:50%;background:#ff520f;box-shadow:0 3px 10px #0002}
.map-route i{left:-8px;top:-4px}
.map-route span{right:-5px;bottom:-8px;background:#5f9f57}
.map-route b{position:absolute;left:-18px;top:90px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#222;color:#fff;font-size:12px;box-shadow:0 5px 15px #0003}
.tracking-card{position:absolute;left:12px;right:12px;bottom:12px;padding:17px 14px;border-radius:18px;background:#fff;box-shadow:0 12px 30px #2c372b1f}
.tracking-card>small{color:#ff520f;font-size:5px;font-weight:800;letter-spacing:.08em}
.tracking-card>strong{display:block;margin-top:4px;font:900 15px Nunito,sans-serif}
.tracking-card>p{margin:4px 0 12px;color:#8b939d;font-size:5.5px}
.tracking-person{display:flex;align-items:center;gap:8px;padding-top:10px;border-top:1px solid #eee}
.tracking-person>i{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#202326;color:#fff;font-style:normal;font:800 7px Nunito,sans-serif}
.tracking-person span{flex:1}
.tracking-person b,.tracking-person small{display:block}
.tracking-person b{font-size:6px}
.tracking-person small{margin-top:1px;color:#9299a0;font-size:4.6px}
.tracking-person em{font-size:8px;font-style:normal}

/* Ecosystem */
.ecosystem{padding:110px 0 118px;background:#fff}
.app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.app-card{position:relative;min-height:620px;padding:28px 28px 0;border:1px solid #e9e1db;border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 15px 45px rgba(58,39,26,.04)}
.app-card--customer{background:linear-gradient(180deg,#fff 0,#fff 53%,#fff7f2 100%)}
.app-card--vendor{background:linear-gradient(180deg,#fff 0,#fff 53%,#f5f5f5 100%)}
.app-card--driver{background:linear-gradient(180deg,#fff 0,#fff 53%,#f5faf2 100%)}
.app-card__top{display:flex;align-items:center;gap:12px}
.app-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#fff;font:900 23px Nunito,sans-serif;box-shadow:0 10px 24px #00000012}
.app-icon--customer{background:linear-gradient(135deg,#ff8a0b,#ff4811)}
.app-icon--customer span{font-style:italic}
.app-icon--vendor{background:#26292c}
.app-icon--driver{background:linear-gradient(135deg,#6dab61,#3d7c46)}
.app-card__meta span,.app-card__meta b{display:block}
.app-card__meta span{color:#9a8280;font-size:8px;font-weight:800;letter-spacing:.1em}
.app-card__meta b{margin-top:3px;font:900 15px Nunito,sans-serif}
.app-card h3{margin:24px 0 12px;font:900 30px/1.05 Nunito,sans-serif;letter-spacing:-.025em}
.app-card>p{min-height:76px;margin:0;color:#697480;font-size:12px;line-height:1.75}
.app-card ul{display:grid;gap:8px;margin:19px 0 19px;padding:0;list-style:none}
.app-card li{display:flex;align-items:center;gap:8px;color:#4f5964;font-size:11px;font-weight:600}
.app-card li:before{content:"✓";display:grid;place-items:center;width:17px;height:17px;border-radius:6px;background:#fff0e8;color:#ff520f;font-size:8px;font-weight:800}
.app-card--vendor li:before{background:#f0f1f2;color:#333}
.app-card--driver li:before{background:#edf7ea;color:#4e8b48}
.app-card>a{display:inline-flex;align-items:center;gap:8px;color:#ff520f;font-size:10.5px;font-weight:800}
.app-card--vendor>a{color:#30363c}
.app-card--driver>a{color:#568f4e}
.app-card__visual{position:absolute;left:20px;right:20px;bottom:-18px;height:195px;border:1px solid rgba(255,255,255,.9);border-radius:23px 23px 0 0;background:#fff;box-shadow:0 20px 50px rgba(54,38,27,.11);overflow:hidden}
.customer-mini-ui{padding:18px;background:#fff}
.mini-ui-search{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-radius:10px;background:#f4f5f6;color:#9099a3;font-size:7px}
.mini-ui-search b{font-size:12px;color:#ff5d22}
.mini-ui-products{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.mini-ui-products i{display:grid;place-items:center;height:67px;border-radius:12px;background:#fff5ef;font-size:25px;font-style:normal}
.mini-ui-products i:nth-child(2){background:#f0f8ed}.mini-ui-products i:nth-child(3){background:#fff8e8}
.mini-ui-cart{position:absolute;left:18px;right:18px;bottom:15px;display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-radius:11px;background:linear-gradient(135deg,#ff7511,#ff4c0f);color:#fff}
.mini-ui-cart small,.mini-ui-cart strong{display:block}.mini-ui-cart small{font-size:5px;opacity:.8}.mini-ui-cart strong{font-size:7px}.mini-ui-cart b{font-size:8px}
.vendor-mini-ui{padding:18px;background:#282b2f;color:#fff}
.vendor-stat{padding:13px;border:1px solid #ffffff19;border-radius:13px;background:#ffffff09}
.vendor-stat small,.vendor-stat strong,.vendor-stat span{display:block}.vendor-stat small{color:#aeb4ba;font-size:5px}.vendor-stat strong{margin-top:3px;font:900 20px Nunito,sans-serif}.vendor-stat span{color:#aeb4ba;font-size:5px}
.vendor-orders{display:grid;grid-template-columns:1fr repeat(3,auto);align-items:center;gap:8px;margin-top:12px;padding:11px;border-radius:12px;background:#fff;color:#292d31}
.vendor-orders>b{font:800 8px Nunito,sans-serif}.vendor-orders span{display:flex;align-items:center;gap:3px;color:#747d86;font-size:5px}.vendor-orders i{display:grid;place-items:center;width:16px;height:16px;border-radius:5px;background:#fff0e8;color:#ff520f;font-style:normal;font-weight:800}
.driver-mini-ui{background:#e9efe6}
.driver-map{position:absolute;inset:0;background-image:linear-gradient(#d7ded4 1px,transparent 1px),linear-gradient(90deg,#d7ded4 1px,transparent 1px);background-size:26px 26px;opacity:.8}
.driver-map:after{content:"";position:absolute;left:40px;top:50px;width:190px;height:70px;border-top:4px solid #5e9857;border-right:4px solid #5e9857;border-radius:0 40px 0 0;transform:rotate(-11deg)}
.driver-map i{position:absolute;left:36px;top:44px;width:15px;height:15px;border:4px solid white;border-radius:50%;background:#ff520f;z-index:2}
.driver-map b{position:absolute;right:58px;top:102px;z-index:2;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#2a2e31;color:#fff;box-shadow:0 7px 15px #0003}
.driver-job{position:absolute;left:12px;right:12px;bottom:10px;padding:12px;border-radius:14px;background:#fff;box-shadow:0 10px 26px #2430221f}
.driver-job small,.driver-job strong,.driver-job span{display:block}.driver-job small{color:#5a9451;font-size:5px;font-weight:800}.driver-job strong{margin-top:3px;font:900 12px Nunito,sans-serif}.driver-job span{margin-top:1px;color:#8a939b;font-size:5px}.driver-job button{position:absolute;right:10px;bottom:11px;border:0;border-radius:7px;background:#5b9252;color:#fff;padding:7px 8px;font-size:5px;font-weight:700}

/* Journey */
.journey{position:relative;padding:105px 0 112px;background:#212427;color:#fff;overflow:hidden}
.journey:before{content:"";position:absolute;right:-130px;top:-190px;width:520px;height:520px;border-radius:50%;border:80px solid rgba(255,82,15,.08)}
.journey__head{position:relative;display:grid;grid-template-columns:1fr .72fr;gap:80px;align-items:end}
.journey h2{margin-bottom:0}.journey h2 em{color:#ff7641}
.journey__head>p{margin:0 0 7px;color:#c0c5ca;font-size:13.5px;line-height:1.85}
.journey-track{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:62px;border-top:1px solid #ffffff1b}
.journey-track:after{content:"";position:absolute;left:0;top:-1px;width:20%;height:2px;background:linear-gradient(90deg,#ff7d42,#ff520f)}
.journey-track article{position:relative;padding:30px 24px 6px 0;min-height:228px}
.journey-track article+article{padding-left:24px;border-left:1px solid #ffffff12}
.journey-track article>span{position:absolute;right:16px;top:24px;color:#ffffff33;font:900 32px Nunito,sans-serif}
.journey-icon{display:grid;place-items:center;width:46px;height:46px;border:1px solid #ffffff22;border-radius:14px;background:#ffffff0d;color:#ff9268;font-size:17px;font-weight:900}
.journey-track h3{margin:19px 0 9px;font:900 19px Nunito,sans-serif}.journey-track p{margin:0;color:#bcc2c7;font-size:11.5px;line-height:1.72}
.journey__action{margin-top:35px}

/* Feature story */
.feature-story{padding:118px 0;background:#fff}
.feature-story__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:85px;align-items:center}
.feature-story h2{font-size:clamp(37px,4vw,54px)}
.feature-story__copy>p{max-width:540px;color:#697480;font-size:13.5px;line-height:1.85}
.feature-points{display:grid;gap:14px;margin-top:27px}
.feature-points>div{display:flex;align-items:center;gap:14px}.feature-points i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff2ea;color:#ff520f;font-style:normal;font-weight:800}.feature-points span{display:block}.feature-points b,.feature-points small{display:block}.feature-points b{font:800 12.5px Nunito,sans-serif}.feature-points small{margin-top:3px;color:#7f8994;font-size:9.5px}
.search-showcase{padding:32px;border-radius:32px;background:linear-gradient(145deg,#fff1e9,#f0f8ed)}
.search-window{overflow:hidden;border:1px solid #eadfd8;border-radius:21px;background:#fff;box-shadow:0 24px 60px rgba(56,37,25,.12)}
.search-window__header{display:flex;align-items:center;gap:5px;height:42px;padding:0 14px;border-bottom:1px solid #eee7e2;background:#fafafa}.search-window__header i{width:7px;height:7px;border-radius:50%;background:#e3dbd5}.search-window__header i:first-child{background:#ff8f6a}.search-window__header i:nth-child(2){background:#f7c66f}.search-window__header i:nth-child(3){background:#8bc987}.search-window__header span{margin-left:auto;margin-right:auto;color:#969da5;font-size:7.5px}
.search-window__body{padding:22px}.search-demo{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #ebe5e0;border-radius:11px;color:#31373e;font-size:10.5px}.search-demo>span{color:#ff520f;font-size:14px}.search-demo b{flex:1}.search-demo i{color:#65a15d;font-style:normal;font-size:12px}.search-label{display:block;margin:18px 0 8px;color:#959ca3;font-size:6.5px;font-weight:800;letter-spacing:.09em}
.search-results{display:grid;gap:7px}.search-results article{display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid #eee8e3;border-radius:11px}.search-results article>i{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#fff6ef;font-size:19px;font-style:normal}.search-results article>span{flex:1}.search-results b,.search-results small{display:block}.search-results b{font:800 9.5px Nunito,sans-serif}.search-results small{margin-top:2px;color:#87919a;font-size:6.5px}.search-results em{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#fff0e8;color:#ff520f;font-style:normal;font-size:12px;font-weight:800}.smart-basket{display:flex;align-items:center;gap:10px;margin-top:11px;padding:12px;border-radius:12px;background:#23272b;color:#fff}.smart-basket>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#ff5a1c;color:#fff}.smart-basket div{flex:1}.smart-basket small,.smart-basket b{display:block}.smart-basket small{color:#ff9973;font-size:6.5px;font-weight:800}.smart-basket b{margin-top:2px;font:800 9.5px Nunito,sans-serif}.smart-basket>i{font-style:normal;color:#ff8d62}

/* Network */
.network{padding:0 0 115px;background:#fff}
.network__panel{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:60px;min-height:460px;padding:62px;border-radius:33px;background:linear-gradient(135deg,#222629,#282c2f);color:#fff;overflow:hidden}
.network__panel:after{content:"";position:absolute;right:-110px;bottom:-140px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(110,166,92,.22),transparent 68%)}
.network__copy{position:relative;z-index:2}
.network h2{font-size:clamp(37px,4vw,53px)}
.network h2 em{color:#ff8050}
.network__copy>p{max-width:590px;color:#c2c7cc;font-size:13px;line-height:1.9}
.network__actions{display:flex;align-items:center;gap:22px;margin-top:27px}.text-link{font-size:11.5px;font-weight:700;color:#e3e6e8}.text-link span{color:#ff7847}
.network-graphic{position:relative;z-index:2;min-height:320px}
.network-node{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid #ffffff1b;border-radius:14px;background:#ffffff0d;box-shadow:0 15px 30px #0002;backdrop-filter:blur(8px)}
.network-node b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#ffffff10;color:#fff;font:900 15px Nunito,sans-serif}.network-node span{font:800 10.5px Nunito,sans-serif}.network-node--center{left:50%;top:50%;transform:translate(-50%,-50%);padding:16px 19px;background:#fff;color:#222}.network-node--center b{background:linear-gradient(135deg,#ff8b0b,#ff4d10);color:#fff}.network-node--customer{left:0;top:21%}.network-node--store{right:0;top:10%}.network-node--driver{right:8%;bottom:7%}
.network-line{position:absolute;z-index:1;height:1px;background:linear-gradient(90deg,#ffffff09,#ff7544,#ffffff09);transform-origin:left center}.network-line--a{left:22%;top:38%;width:37%;transform:rotate(15deg)}.network-line--b{left:50%;top:48%;width:34%;transform:rotate(-30deg)}.network-line--c{left:49%;top:53%;width:35%;transform:rotate(35deg)}

/* Partner CTA */
.partner-cta{padding:0 0 115px;background:#fff}
.partner-cta__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.partner-card{position:relative;min-height:340px;padding:44px;border-radius:27px;overflow:hidden}.partner-card:after{content:"";position:absolute;width:260px;height:260px;right:-75px;bottom:-110px;border-radius:50%;border:42px solid rgba(255,255,255,.18)}
.partner-card--store{background:linear-gradient(135deg,#fff1e8,#ffe0ce);color:#21262c}.partner-card--driver{background:linear-gradient(135deg,#4f8b50,#2e6841);color:#fff}.partner-card__kicker{font-size:8.5px;font-weight:800;letter-spacing:.1em;color:#ff520f}.partner-card--driver .partner-card__kicker{color:#d8f2d1}.partner-card h2{position:relative;z-index:2;margin-top:11px;font-size:36px}.partner-card>p{position:relative;z-index:2;max-width:490px;margin:0 0 24px;color:#65707b;font-size:12px;line-height:1.8}.partner-card--driver>p{color:#d4e5d2}.partner-card .button{position:relative;z-index:2}

/* Download */
.download{padding:0 0 120px;background:#fff}
.download__panel{position:relative;display:grid;grid-template-columns:1.02fr .98fr;min-height:505px;padding:62px;border:1px solid #eadfd8;border-radius:34px;background:radial-gradient(circle at 96% 0,#e7f5e3 0,transparent 37%),radial-gradient(circle at 5% 100%,#ffe7d8 0,transparent 38%),#fffaf7;overflow:hidden}
.download__copy{position:relative;z-index:2;align-self:center}.download h2{font-size:clamp(40px,4.5vw,60px)}.download__copy>p{max-width:560px;color:#697480;font-size:13px;line-height:1.85}.store-buttons{display:flex;gap:9px;margin-top:24px;flex-wrap:wrap}.store-button{display:flex;align-items:center;gap:9px;min-width:144px;padding:9px 13px;border-radius:10px;background:#222629;color:#fff}.store-button>i{font-style:normal;font-size:17px}.store-button b{font:700 11px Poppins,sans-serif}.store-button small{display:block;color:#c4c7ca;font-size:6px;font-weight:500;letter-spacing:.04em}.launch-note{display:block;margin-top:11px;color:#8d969f;font-size:8px}.download__visual{position:relative;min-height:380px}.download-phone{position:absolute;right:72px;bottom:-92px;width:225px;height:430px;border:7px solid #24272a;border-radius:37px;background:#24272a;box-shadow:0 30px 70px #3f2d2021;transform:rotate(5deg)}.download-phone__screen{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:29px;background:linear-gradient(160deg,#fff,#fff5ef);text-align:center}.download-logo{display:grid;place-items:center;width:61px;height:61px;border-radius:17px;background:linear-gradient(135deg,#ff8a0b,#ff4d11);color:#fff;font:italic 900 34px Nunito,sans-serif;box-shadow:0 12px 25px #ff520f36}.download-phone__screen>strong{margin-top:13px;font:900 22px Nunito,sans-serif}.download-phone__screen>span{margin-top:5px;color:#9199a2;font-size:7px;line-height:1.55}.download-phone__screen>button{margin-top:23px;border:0;border-radius:10px;background:#ff520f;color:#fff;padding:11px 31px;font-size:7px;font-weight:800}.qr-placeholder{position:absolute;z-index:4;left:5px;bottom:40px;padding:10px;border:1px solid #eee5df;border-radius:14px;background:#fff;box-shadow:0 17px 36px #3f2d2014;text-align:center}.qr-placeholder span{display:block;margin-top:5px;color:#8d959d;font-size:5px}.qr-grid{width:65px;height:65px;background:repeating-linear-gradient(0deg,#25292d 0 3px,#fff 3px 6px),repeating-linear-gradient(90deg,#25292d 0 3px,#fff 3px 6px);background-blend-mode:multiply;mask:linear-gradient(90deg,#000 60%,transparent 60% 66%,#000 66%)}

/* Legal placeholder pages */
.legal-page{min-height:560px;padding:100px max(24px,12vw);background:#fff}.legal-page>span{color:#ff520f;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.legal-page h1{margin:10px 0 18px;font:900 clamp(42px,5vw,62px) Nunito,sans-serif;letter-spacing:-.035em}.legal-page p{max-width:760px;color:#6f7883;font-size:13px;line-height:1.9}

/* Footer */
.public-footer{border-top:1px solid #e9e2dc;background:#1f2326;color:#fff}
.public-footer__top{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:62px;padding-top:72px;padding-bottom:62px}
.footer-brand img{width:176px;filter:brightness(0) invert(1);opacity:.96}.footer-brand>p{max-width:385px;margin:19px 0;color:#c0c6ca;font-size:12px;line-height:1.8}.footer-social-placeholder{margin-top:24px}.footer-social-placeholder span{color:#8b949b;font-size:8.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.footer-support{display:inline-flex;margin-top:13px;color:#e0e4e7;font-size:10.5px;font-weight:600}.footer-support:hover{color:#ff8a5d}
.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column h3{margin:0 0 8px;color:#fff;font:800 13px Nunito,sans-serif}.footer-column a{color:#bbc1c5;font-size:11px;transition:.2s}.footer-column a:hover{color:#ff8455;transform:translateX(2px)}
.public-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;padding-bottom:27px;border-top:1px solid #ffffff14;color:#99a1a7;font-size:9px}

@media(max-width:1080px){
    .desktop-nav{gap:20px}.desktop-nav a{font-size:11.5px}.header-login{display:none}
    .hero__grid{gap:30px}.hero-visual{transform:scale(.92)}
    .phone--front{right:25px}.phone--back{left:5px}
    .app-card{padding-left:22px;padding-right:22px}.app-card h3{font-size:25px}
    .feature-story__grid{gap:48px}.network__panel{padding:50px}
}
@media(max-width:900px){
    :root{--shell:min(calc(100% - 34px),760px)}
    .desktop-nav,.header-login{display:none}.mobile-menu-button{display:flex}.public-header__inner{height:74px}.brand img{width:145px}.public-header__actions{gap:9px}.public-header__actions>.button{display:none}
    .mobile-menu{position:fixed;left:16px;right:16px;top:78px;z-index:120;display:flex;flex-direction:column;gap:0;padding:12px;border:1px solid #e8ded7;border-radius:20px;background:#fff;box-shadow:0 25px 70px rgba(43,31,22,.17);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s ease}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu>a:not(.button){padding:13px 12px;border-bottom:1px solid #f0e9e4;color:#4a5560;font-size:12px;font-weight:600}.mobile-menu .button{margin-top:9px;padding:14px}
    .hero{min-height:auto}.hero__grid{grid-template-columns:1fr;padding:60px 0 75px}.hero__copy{text-align:center}.hero .eyebrow{justify-content:center}.hero h1{margin-left:auto;margin-right:auto}.hero__lead{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__proof{margin-left:auto;margin-right:auto;text-align:left}.hero-visual{min-height:560px;max-width:560px;width:100%;margin:0 auto;transform:none}.phone--front{right:70px}.phone--back{left:55px}.hero-app-badge--one{left:0}.hero-app-badge--two{right:0}
    .app-grid{grid-template-columns:1fr}.app-card{min-height:560px}.app-card>p{min-height:0;max-width:570px}.app-card__visual{left:auto;width:42%;min-width:290px;top:150px;bottom:20px;height:auto;border-radius:22px}.app-card h3,.app-card>p,.app-card ul,.app-card>a{max-width:50%}
    .journey__head{grid-template-columns:1fr;gap:16px}.journey-track{grid-template-columns:1fr;border-top:0;margin-top:45px}.journey-track:after{display:none}.journey-track article{min-height:0;padding:22px 15px 22px 68px;border-top:1px solid #ffffff12}.journey-track article+article{padding-left:68px;border-left:0}.journey-icon{position:absolute;left:5px;top:19px}.journey-track article>span{top:22px}.journey-track h3{margin-top:0}
    .feature-story__grid,.network__panel,.download__panel{grid-template-columns:1fr}.search-showcase{margin-top:20px}.network-graphic{min-height:300px}.download__visual{min-height:370px}.download-phone{right:calc(50% - 140px)}.qr-placeholder{left:calc(50% - 205px)}
    .partner-cta__grid{grid-template-columns:1fr}.public-footer__top{grid-template-columns:1.4fr 1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}.public-footer__bottom{flex-direction:column}
}
@media(max-width:620px){
    :root{--shell:calc(100% - 28px)}
    .public-header__inner{width:calc(100% - 28px);height:70px}.brand img{width:138px}
    .hero__grid{padding-top:42px}.hero h1{font-size:47px}.hero__lead{font-size:12px}.hero__actions{align-items:stretch;flex-direction:column;max-width:330px;margin-left:auto;margin-right:auto}.hero__proof{grid-template-columns:1fr;margin-top:28px}.hero__proof>div{padding:11px 0}.hero__proof>div+div{padding-left:0;border-left:0;border-top:1px solid #e8ddd5}.hero-visual{min-height:505px;margin-top:5px;transform:scale(.86);transform-origin:top center}.phone--front{right:25px}.phone--back{left:13px}.hero-app-badge--one{left:-12px}.hero-app-badge--two{right:-14px}.hero{padding-bottom:0}
    .ecosystem,.feature-story{padding:85px 0}.section-heading--center{margin-bottom:32px}.section-heading h2,.journey h2,.feature-story h2,.network h2,.download h2{font-size:39px}.app-card{min-height:620px;padding:24px}.app-card h3,.app-card>p,.app-card ul,.app-card>a{max-width:none}.app-card__visual{left:16px;right:16px;top:auto;bottom:-10px;width:auto;min-width:0;height:195px}.app-card h3{font-size:27px}
    .journey{padding:82px 0}.journey__head>p{font-size:11.5px}.journey__action .button{width:100%}
    .feature-story__grid{gap:35px}.search-showcase{padding:16px;border-radius:22px}.search-window__body{padding:14px}.feature-points small{font-size:7px}
    .network{padding-bottom:85px}.network__panel{padding:34px 25px;gap:30px;border-radius:25px}.network__actions{align-items:flex-start;flex-direction:column}.network-graphic{min-height:255px;transform:scale(.9);transform-origin:center}.network-node--customer{left:-10px}.network-node--store{right:-10px}.network-node--driver{right:-5px}
    .partner-cta{padding-bottom:85px}.partner-card{min-height:315px;padding:34px 28px}.partner-card h2{font-size:32px}
    .download{padding-bottom:85px}.download__panel{padding:37px 25px 0;border-radius:25px}.download__visual{min-height:395px}.store-buttons{flex-direction:column;align-items:flex-start}.download-phone{right:calc(50% - 125px);bottom:-82px;width:205px}.qr-placeholder{left:4px;bottom:40px}
    .public-footer__top{grid-template-columns:1fr 1fr;padding-top:52px;gap:34px}.footer-brand{grid-column:1/-1}.public-footer__bottom{font-size:8px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}[data-reveal]{opacity:1;transform:none}}


/* Real app screens */
.phone__screen--image{padding:0;overflow:hidden;background:#fff}
.screen-image{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.phone--front .screen-image,.phone--back .screen-image{border-radius:28px}
.hero .phone--back .screen-image{object-position:center top}
.hero .phone--front .screen-image{object-position:center top}
.app-card__visual--screen{display:flex;align-items:flex-start;justify-content:center;padding:8px 8px 0;background:linear-gradient(180deg,#fff 0,#f8f4f1 100%);overflow:hidden}
.app-card__visual--screen img{display:block;width:100%;height:auto;border-radius:18px 18px 0 0;box-shadow:0 18px 38px rgba(30,24,18,.10)}
.app-card__visual--vendor,.app-card__visual--driver{padding-top:14px;background:linear-gradient(180deg,#f7f7f7 0,#f3f1ef 100%)}
.search-showcase--image{padding:18px}
.search-window--image{height:100%;padding:14px;border-radius:24px;background:#fff;box-shadow:inset 0 0 0 1px #efe7e1;overflow:hidden}
.search-window--image img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:18px}
.download-phone--real{height:440px;bottom:-72px;overflow:hidden}
.download-phone__screen--image{padding:0;overflow:hidden;background:#ff6a00}
.download-phone__screen--image img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
@media(max-width:900px){.app-card__visual--screen img{width:100%;max-width:330px;margin:0 auto}.search-window--image{padding:10px}.download-phone--real{height:420px;bottom:-74px}}
@media(max-width:620px){.app-card__visual--screen{padding:8px 8px 0}.app-card__visual--screen img{width:100%;max-width:none;border-radius:16px 16px 0 0}.search-showcase--image{padding:14px}.search-window--image{padding:8px;border-radius:18px}.download-phone--real{width:210px;height:410px;right:calc(50% - 122px);bottom:-78px}}


/* Real-screen presentation refinement */
@media(min-width:901px){
    .hero-visual{min-height:625px}
    .hero-visual .phone{width:282px;height:570px;border-width:7px}
    .hero-visual .phone--front{right:26px;top:8px;transform:rotate(2.2deg)}
    .hero-visual .phone--back{left:0;bottom:0;transform:rotate(-6.5deg) scale(.94)}
    .hero-visual .hero-app-badge--one{left:-12px;top:88px}
    .hero-visual .hero-app-badge--two{right:-4px;bottom:82px}
}

.app-card__visual--screen{height:218px;bottom:-22px;padding:7px 7px 0}
.app-card__visual--screen img{
    width:112%;
    max-width:none;
    margin-left:-6%;
    border-radius:18px 18px 0 0;
}
.app-card__visual--vendor img,.app-card__visual--driver img{
    width:108%;
    margin-left:-4%;
}
.app-card__visual--vendor,.app-card__visual--driver{padding-top:10px}

/* Real AI / smart-list screens */
.search-showcase--real{
    position:relative;
    min-height:560px;
    padding:0;
    border-radius:34px;
    background:
        radial-gradient(circle at 18% 15%,rgba(255,82,15,.09),transparent 34%),
        radial-gradient(circle at 88% 84%,rgba(59,139,69,.10),transparent 34%),
        linear-gradient(145deg,#fff8f3,#f4f9f2);
    overflow:hidden;
}
.feature-device{
    position:absolute;
    width:238px;
    height:515px;
    padding:6px;
    border-radius:31px;
    background:#24272a;
    box-shadow:0 28px 58px rgba(34,28,24,.20);
}
.feature-device__screen{
    width:100%;
    height:100%;
    border-radius:25px;
    overflow:hidden;
    background:#fff;
}
.feature-device__screen img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top center;
}
.feature-device--back{
    left:42px;
    top:34px;
    transform:rotate(-7deg) scale(.91);
    opacity:.98;
}
.feature-device--front{
    right:46px;
    top:20px;
    transform:rotate(4deg);
    z-index:2;
}
.feature-screen-label{
    position:absolute;
    z-index:4;
    min-width:150px;
    padding:11px 13px;
    border:1px solid #eadfd7;
    border-radius:14px;
    background:rgba(255,255,255,.94);
    box-shadow:0 16px 34px rgba(50,38,29,.12);
    backdrop-filter:blur(10px);
}
.feature-screen-label b{display:block;font:800 10px Nunito,sans-serif;color:#252a2f}
.feature-screen-label span{display:block;margin-top:2px;color:#78818a;font-size:7px}
.feature-screen-label--one{left:18px;top:95px}
.feature-screen-label--two{right:16px;bottom:72px}

@media(max-width:1080px) and (min-width:901px){
    .hero-visual .phone{width:265px;height:535px}
    .hero-visual .phone--front{right:18px}
    .feature-device{width:215px;height:470px}
    .feature-device--back{left:22px}.feature-device--front{right:25px}
}
@media(max-width:900px){
    .app-card__visual--screen{height:auto}
    .app-card__visual--screen img{width:106%;max-width:360px;margin-left:-3%}
    .search-showcase--real{min-height:560px;margin-top:22px}
    .feature-device--back{left:calc(50% - 225px)}
    .feature-device--front{right:calc(50% - 225px)}
}
@media(max-width:620px){
    .app-card__visual--screen{height:205px}
    .app-card__visual--screen img{width:110%;margin-left:-5%}
    .search-showcase--real{min-height:470px;border-radius:24px}
    .feature-device{width:185px;height:400px;border-radius:25px}
    .feature-device__screen{border-radius:20px}
    .feature-device--back{left:6px;top:42px;transform:rotate(-6deg) scale(.88)}
    .feature-device--front{right:8px;top:24px;transform:rotate(4deg)}
    .feature-screen-label{display:none}
}


/* Header / hero / footer polish */
.public-header{background:rgba(255,250,246,.86)}
.public-header.is-scrolled{background:rgba(255,255,255,.96);box-shadow:0 10px 34px rgba(42,30,22,.07)}
.public-header__inner{height:94px;gap:26px}
.brand{position:relative;display:flex;align-items:center;padding:10px 0}
.brand img{width:180px}
.desktop-nav{gap:8px;margin-right:0;padding:7px 10px;border:1px solid #ebe0d8;border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 10px 24px rgba(58,38,24,.05)}
.desktop-nav a{padding:10px 13px;border-radius:999px;color:#4f5964;font-size:13px}
.desktop-nav a:after{display:none}
.desktop-nav a:hover{background:#fff2e9;color:#1f252c}
.public-header__actions{gap:12px}
.header-login{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border:1px solid #eadfd7;border-radius:999px;background:rgba(255,255,255,.75);font-size:12.5px;color:#4f5964;box-shadow:0 8px 20px rgba(58,38,24,.04)}
.header-login:hover{background:#fff4ec;color:var(--orange)}
.button--small{padding:14px 20px;font-size:12.5px;border-radius:999px}
.button--large{padding:17px 24px;font-size:12.5px;border-radius:15px}
.button--ghost{background:rgba(255,255,255,.82)}

.hero{min-height:790px;background:linear-gradient(180deg,#fffaf6 0%,#fffcfa 60%,#f7faf2 100%)}
.hero__copy{padding-top:20px}
.hero h1{max-width:720px;margin:16px 0 20px;font-size:clamp(54px,6.4vw,86px);line-height:.92}
.hero__lead{max-width:610px;font-size:15.5px;line-height:1.9}
.hero__actions{gap:13px;margin-top:30px}
.hero__platforms{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero__platforms span{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #eadfd7;border-radius:999px;background:rgba(255,255,255,.8);box-shadow:0 10px 24px rgba(60,40,26,.04);color:#4e5864;font-size:11px;font-weight:700}
.hero__platforms i{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#fa8b03,#ff520f);box-shadow:0 0 0 4px rgba(255,82,15,.12)}
.hero__platforms span:nth-child(2) i{background:#22272b;box-shadow:0 0 0 4px rgba(34,39,43,.10)}
.hero__platforms span:nth-child(3) i{background:#5f9f57;box-shadow:0 0 0 4px rgba(95,159,87,.12)}
.hero__proof{max-width:720px;gap:14px;margin-top:28px;border-top:0}
.hero__proof>div{padding:16px 16px 14px;border:1px solid #eadfd7;border-radius:18px;background:rgba(255,255,255,.74);box-shadow:0 16px 34px rgba(60,40,26,.05)}
.hero__proof>div+div{padding-left:16px;border-left:1px solid #eadfd7}
.hero__proof strong{font-size:13px}
.hero__proof span{font-size:9.5px;line-height:1.5}
.hero-app-badge{border-radius:17px;background:rgba(255,255,255,.95);box-shadow:0 22px 48px rgba(51,35,25,.14)}
.hero-app-badge strong{font-size:9.4px}
.hero-app-badge small{font-size:6.3px}

.public-footer{position:relative;overflow:hidden;border-top:1px solid #2b3036;background:radial-gradient(circle at 6% 8%,rgba(255,82,15,.08),transparent 28%),radial-gradient(circle at 96% 100%,rgba(95,159,87,.10),transparent 32%),linear-gradient(180deg,#1d2125,#171b1e)}
.public-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent)}
.public-footer__top{gap:56px;padding-top:80px;padding-bottom:66px}
.footer-brand img{width:184px}
.footer-brand>p{max-width:400px;margin:18px 0 16px;color:#ccd2d6;font-size:12.5px;line-height:1.85}
.footer-social-placeholder span{color:#9aa3aa;font-size:9px;letter-spacing:.1em}
.footer-contact-card{display:grid;gap:4px;max-width:340px;margin-top:16px;padding:14px 16px;border:1px solid #ffffff14;border-radius:16px;background:rgba(255,255,255,.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.footer-contact-card small{color:#ff9a6e;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.footer-contact-card strong{color:#fff;font:900 18px Nunito,sans-serif;letter-spacing:-.02em}
.footer-contact-card span{color:#b8c0c6;font-size:10px;line-height:1.7}
.footer-support{margin-top:14px;font-size:11px;color:#fff}
.footer-column h3{position:relative;padding-top:12px;margin-bottom:10px;font-size:14px}
.footer-column h3:before{content:"";position:absolute;left:0;top:0;width:26px;height:2px;border-radius:2px;background:#ff6d2f}
.footer-column a{font-size:11.5px;line-height:1.5}
.public-footer__bottom{padding-top:24px;padding-bottom:30px;font-size:9.5px;color:#a7afb6}

@media(max-width:1080px){
  .desktop-nav{padding:6px 8px}.desktop-nav a{padding:9px 11px;font-size:12px}
  .brand img{width:170px}
  .header-login{padding:11px 12px;font-size:12px}
}
@media(max-width:900px){
  .public-header__inner{height:78px}
  .brand img{width:150px}
  .hero__platforms{justify-content:center}
  .hero__proof{grid-template-columns:1fr;gap:10px}
  .hero__proof>div+div{padding-left:16px;border-left:1px solid #eadfd7}
  .footer-contact-card{max-width:none}
}
@media(max-width:620px){
  .public-header{background:rgba(255,250,246,.94)}
  .public-header__inner{height:72px}
  .brand img{width:142px}
  .hero h1{font-size:49px}
  .hero__lead{font-size:12px}
  .hero__platforms{display:grid;grid-template-columns:1fr;max-width:330px;margin:18px auto 0}
  .hero__platforms span{justify-content:center}
  .hero__proof{margin-top:18px}
  .hero__proof>div{padding:13px 14px}
  .hero__proof>div+div{padding-left:14px;border-left:1px solid #eadfd7}
  .public-footer__top{gap:32px;padding-top:58px;padding-bottom:48px}
  .footer-contact-card strong{font-size:16px}
}


/* =========================================================
   Premium homepage direction — minimal product-first system
   ========================================================= */
body{background:#fff;color:#1d1d1f}

/* Premium header */
.premium-header{position:sticky;top:0;z-index:200;background:rgba(250,250,250,.78);border-bottom:1px solid rgba(0,0,0,.04);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}
.premium-header.is-scrolled{background:rgba(250,250,250,.9);border-bottom-color:rgba(0,0,0,.07);box-shadow:none}
.premium-header__inner{width:min(1120px,calc(100% - 42px));height:62px;margin:0 auto;display:grid;grid-template-columns:180px 1fr 160px;align-items:center;gap:24px}
.premium-brand{display:flex;align-items:center}
.premium-brand img{width:136px;height:auto}
.premium-nav{display:flex;justify-content:center;align-items:center;gap:31px;margin:0;padding:0;border:0;background:transparent;box-shadow:none}
.premium-nav a{padding:0;border-radius:0;color:#27272a;font-size:11px;font-weight:500;letter-spacing:-.01em;white-space:nowrap}
.premium-nav a:hover{background:transparent;color:#ff520f}
.premium-header__actions{display:flex;justify-content:flex-end;align-items:center}
.premium-header__cta{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;border-radius:999px;background:#1d1d1f;color:#fff;font-size:11px;font-weight:600;transition:.25s ease}
.premium-header__cta span{color:#ff7440;font-size:13px}
.premium-header__cta:hover{background:#ff520f;transform:translateY(-1px)}

/* Premium hero */
.premium-hero{position:relative;min-height:1040px;padding:100px 0 72px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fff 70%,#f5f5f7 100%);border-bottom:0}
.premium-hero:before{display:none}
.premium-hero__glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.28}
.premium-hero__glow--orange{width:500px;height:500px;left:calc(50% - 250px);top:160px;background:#ffb185}
.premium-hero__glow--green{width:420px;height:420px;left:calc(50% + 70px);top:360px;background:#d9f0d4;opacity:.38}
.premium-hero__content{position:relative;z-index:4;max-width:930px;text-align:center}
.premium-hero__eyebrow{margin-bottom:18px;color:#ff520f;font-size:13px;font-weight:700;letter-spacing:.02em}
.premium-hero h1{max-width:none;margin:0;font:900 clamp(64px,7.1vw,104px)/.94 Nunito,sans-serif;letter-spacing:-.055em;color:#1d1d1f}
.premium-hero h1 em{display:inline-block;color:#ff520f;font-style:normal}
.premium-hero__content>p{max-width:740px;margin:28px auto 0;color:#6e6e73;font-size:20px;line-height:1.55;letter-spacing:-.015em}
.premium-hero__actions{display:flex;justify-content:center;align-items:center;gap:26px;margin-top:30px}
.premium-link{display:inline-flex;align-items:center;gap:5px;color:#1d1d1f;font-size:15px;font-weight:600}
.premium-link span{font-size:24px;font-weight:400;line-height:0;transform:translateY(-1px)}
.premium-link:hover{color:#ff520f}
.premium-link--primary{padding:12px 21px;border-radius:999px;background:#ff520f;color:#fff}
.premium-link--primary:hover{background:#e94709;color:#fff}

.premium-hero__stage{position:relative;z-index:3;height:590px;margin-top:50px}
.premium-device{position:absolute;top:0;left:50%;filter:drop-shadow(0 35px 60px rgba(0,0,0,.16));transition:transform .45s ease}
.premium-device__shell{width:285px;height:575px;padding:7px;border-radius:42px;background:#1d1d1f;overflow:hidden}
.premium-device__shell img{display:block;width:100%;height:100%;border-radius:35px;object-fit:cover;object-position:top center;background:#fff}
.premium-device--center{z-index:5;transform:translateX(-50%) translateY(-2px) scale(1.05)}
.premium-device--center .premium-device__shell{width:310px;height:625px}
.premium-device--left{z-index:3;transform:translateX(-144%) translateY(58px) rotate(-7deg) scale(.88)}
.premium-device--right{z-index:2;transform:translateX(45%) translateY(72px) rotate(7deg) scale(.86)}
.premium-hero__stage:hover .premium-device--left{transform:translateX(-149%) translateY(48px) rotate(-8deg) scale(.9)}
.premium-hero__stage:hover .premium-device--right{transform:translateX(49%) translateY(62px) rotate(8deg) scale(.88)}
.premium-hero__stage:hover .premium-device--center{transform:translateX(-50%) translateY(-8px) scale(1.06)}

.premium-hero__features{position:relative;z-index:6;display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:900px;margin-top:28px;border-top:1px solid #d8d8dc}
.premium-hero__features>div{padding:24px 34px 0;text-align:center}
.premium-hero__features>div+div{border-left:1px solid #e1e1e5}
.premium-hero__features span{display:block;margin-bottom:7px;color:#86868b;font-size:10px;font-weight:700;letter-spacing:.09em}
.premium-hero__features strong{display:block;color:#1d1d1f;font:900 16px Nunito,sans-serif}
.premium-hero__features small{display:block;max-width:210px;margin:6px auto 0;color:#86868b;font-size:10px;line-height:1.6}

/* Premium footer */
.premium-footer{position:relative;overflow:hidden;border-top:0;background:#f5f5f7;color:#1d1d1f}
.premium-footer:before{display:none}
.premium-footer__lead{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end;padding-top:84px;padding-bottom:52px}
.premium-footer__eyebrow{display:block;margin-bottom:14px;color:#ff520f;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.premium-footer__lead h2{margin:0;font:900 clamp(38px,4.3vw,62px)/1 Nunito,sans-serif;letter-spacing:-.045em;color:#1d1d1f}
.premium-footer__support{padding-bottom:4px}
.premium-footer__support p{max-width:380px;margin:0 0 14px;color:#6e6e73;font-size:12px;line-height:1.7}
.premium-footer__support a{display:inline-flex;align-items:center;gap:7px;color:#1d1d1f;font-size:13px;font-weight:700}
.premium-footer__support a span{color:#ff520f}
.premium-footer__rule{height:1px;background:#d2d2d7}
.premium-footer__grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:60px;padding-top:42px;padding-bottom:48px}
.premium-footer__brand img{width:150px;filter:none;opacity:1}
.premium-footer__brand p{max-width:310px;margin:16px 0 0;color:#6e6e73;font-size:11px;line-height:1.75}
.premium-footer .footer-column{gap:9px}
.premium-footer .footer-column h3{margin:0 0 7px;padding:0;color:#1d1d1f;font:800 11px Nunito,sans-serif}
.premium-footer .footer-column h3:before{display:none}
.premium-footer .footer-column a{color:#515154;font-size:10.5px;line-height:1.6}
.premium-footer .footer-column a:hover{color:#ff520f;transform:none}
.premium-footer__bottom{display:flex;justify-content:space-between;gap:24px;padding:20px 0 28px;border-top:1px solid #d2d2d7;color:#86868b;font-size:9.5px}

@media(max-width:1080px){
  .premium-header__inner{grid-template-columns:155px 1fr 135px}
  .premium-nav{gap:19px}
  .premium-brand img{width:128px}
  .premium-hero{min-height:980px}
  .premium-device__shell{width:250px;height:505px}
  .premium-device--center .premium-device__shell{width:285px;height:575px}
  .premium-hero__stage{height:545px}
}
@media(max-width:900px){
  .premium-header__inner{display:flex;width:calc(100% - 30px);height:64px;justify-content:space-between}
  .premium-nav,.premium-header__cta{display:none}
  .premium-brand img{width:132px}
  .premium-hero{min-height:980px;padding-top:84px}
  .premium-hero__content>p{font-size:17px}
  .premium-hero__stage{height:560px;max-width:650px}
  .premium-device__shell{width:230px;height:465px}
  .premium-device--center .premium-device__shell{width:270px;height:545px}
  .premium-device--left{transform:translateX(-135%) translateY(72px) rotate(-7deg) scale(.83)}
  .premium-device--right{transform:translateX(36%) translateY(82px) rotate(7deg) scale(.82)}
  .premium-hero__features{max-width:640px}
  .premium-hero__features>div{padding-left:18px;padding-right:18px}
  .premium-footer__lead{grid-template-columns:1fr;gap:28px}
  .premium-footer__grid{grid-template-columns:1.5fr 1fr 1fr;gap:34px}
  .premium-footer__brand{grid-column:1/-1}
}
@media(max-width:620px){
  .premium-hero{min-height:auto;padding:70px 0 52px}
  .premium-hero__eyebrow{font-size:11px}
  .premium-hero h1{font-size:54px;line-height:.96}
  .premium-hero__content>p{max-width:340px;margin-top:20px;font-size:14px;line-height:1.6}
  .premium-hero__actions{gap:18px;margin-top:24px}
  .premium-link{font-size:13px}
  .premium-link--primary{padding:11px 18px}
  .premium-hero__stage{height:440px;margin-top:38px;overflow:visible}
  .premium-device__shell{width:175px;height:355px;padding:5px;border-radius:29px}
  .premium-device__shell img{border-radius:24px}
  .premium-device--center .premium-device__shell{width:205px;height:415px}
  .premium-device--center{transform:translateX(-50%) scale(1)}
  .premium-device--left{transform:translateX(-128%) translateY(60px) rotate(-8deg) scale(.79)}
  .premium-device--right{transform:translateX(28%) translateY(65px) rotate(8deg) scale(.78)}
  .premium-hero__stage:hover .premium-device--left{transform:translateX(-128%) translateY(60px) rotate(-8deg) scale(.79)}
  .premium-hero__stage:hover .premium-device--right{transform:translateX(28%) translateY(65px) rotate(8deg) scale(.78)}
  .premium-hero__stage:hover .premium-device--center{transform:translateX(-50%) scale(1)}
  .premium-hero__features{grid-template-columns:1fr;margin-top:20px;border-top:1px solid #d8d8dc}
  .premium-hero__features>div{padding:17px 0;text-align:left}
  .premium-hero__features>div+div{border-left:0;border-top:1px solid #e1e1e5}
  .premium-hero__features small{max-width:none;margin-left:0}
  .premium-footer__lead{padding-top:58px;padding-bottom:38px}
  .premium-footer__grid{grid-template-columns:1fr 1fr;padding-top:34px;padding-bottom:40px}
  .premium-footer__brand{grid-column:1/-1}
  .premium-footer__bottom{flex-direction:column;padding-bottom:24px}
}


/* Premium motion + interaction v2 */
:root{
    --hero-mx:0;
    --hero-my:0;
    --hero-scroll:0;
}
.premium-hero{
    isolation:isolate;
}
.premium-hero:after{
    content:"";
    position:absolute;
    z-index:0;
    left:50%;
    bottom:4%;
    width:min(880px,76vw);
    height:280px;
    transform:translateX(-50%) scale(calc(1 + var(--hero-scroll)*.08));
    background:
        radial-gradient(ellipse at 36% 48%,rgba(255,82,15,.13),transparent 48%),
        radial-gradient(ellipse at 66% 52%,rgba(95,159,87,.12),transparent 48%);
    filter:blur(34px);
    opacity:calc(.72 - var(--hero-scroll)*.34);
    pointer-events:none;
}
.premium-hero .premium-device-stage,
.premium-hero .hero-visual{
    position:relative;
    z-index:2;
    perspective:1300px;
}
.premium-hero .premium-device--center,
.premium-hero .phone--front{
    transform:
        translate3d(calc(var(--hero-mx)*12px),calc(var(--hero-my)*9px + var(--hero-scroll)*16px),0)
        rotateY(calc(var(--hero-mx)*-2.2deg))
        rotateX(calc(var(--hero-my)*1.6deg));
    transition:transform .18s ease-out;
}
.premium-hero .premium-device--left,
.premium-hero .phone--back{
    transform:
        translate3d(calc(var(--hero-mx)*-15px),calc(var(--hero-my)*8px + var(--hero-scroll)*24px),0)
        rotate(-7deg)
        rotateY(calc(var(--hero-mx)*2.5deg));
    transition:transform .2s ease-out;
}
.premium-hero .premium-device--right{
    transform:
        translate3d(calc(var(--hero-mx)*15px),calc(var(--hero-my)*8px + var(--hero-scroll)*24px),0)
        rotate(7deg)
        rotateY(calc(var(--hero-mx)*-2.5deg));
    transition:transform .2s ease-out;
}

/* Gentle autonomous device float */
@keyframes premiumFloatCenter{
    0%,100%{translate:0 0}
    50%{translate:0 -8px}
}
@keyframes premiumFloatSide{
    0%,100%{translate:0 0}
    50%{translate:0 6px}
}
.premium-hero .premium-device--center{animation:premiumFloatCenter 7s ease-in-out infinite}
.premium-hero .premium-device--left,
.premium-hero .premium-device--right{animation:premiumFloatSide 8.5s ease-in-out infinite}

/* Scroll-entry motion */
[data-motion-section]{
    --motion-y:34px;
}
[data-motion-section] .section-heading,
[data-motion-section] .journey__head,
[data-motion-section] .feature-story__copy,
[data-motion-section] .network__copy,
[data-motion-section] .download__copy{
    opacity:.01;
    transform:translateY(var(--motion-y));
    transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1);
}
[data-motion-section].motion-in .section-heading,
[data-motion-section].motion-in .journey__head,
[data-motion-section].motion-in .feature-story__copy,
[data-motion-section].motion-in .network__copy,
[data-motion-section].motion-in .download__copy{
    opacity:1;
    transform:none;
}

/* Stagger ecosystem cards */
.app-grid .app-card{
    opacity:.01;
    transform:translateY(42px) scale(.985);
    transform-style:preserve-3d;
    transition:
        opacity .75s cubic-bezier(.2,.7,.2,1),
        transform .75s cubic-bezier(.2,.7,.2,1),
        box-shadow .35s ease,
        border-color .35s ease;
}
.ecosystem.motion-in .app-card{opacity:1;transform:translateY(0) scale(1)}
.ecosystem.motion-in .app-card:nth-child(1){transition-delay:.08s}
.ecosystem.motion-in .app-card:nth-child(2){transition-delay:.17s}
.ecosystem.motion-in .app-card:nth-child(3){transition-delay:.26s}
.app-card[data-tilt]{
    transform:perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
}
.app-card[data-tilt]:hover{
    border-color:#ddd3cc;
    box-shadow:0 26px 70px rgba(54,38,27,.10);
}
.ecosystem.motion-in .app-card[data-tilt]{
    transform:perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
}

/* Journey becomes a subtle animated timeline */
.journey-track article{
    opacity:.35;
    transform:translateY(14px);
    transition:opacity .55s ease,transform .55s ease;
}
.journey.motion-in .journey-track article{opacity:1;transform:none}
.journey.motion-in .journey-track article:nth-child(1){transition-delay:.12s}
.journey.motion-in .journey-track article:nth-child(2){transition-delay:.2s}
.journey.motion-in .journey-track article:nth-child(3){transition-delay:.28s}
.journey.motion-in .journey-track article:nth-child(4){transition-delay:.36s}
.journey.motion-in .journey-track article:nth-child(5){transition-delay:.44s}
.journey-track:after{
    transform-origin:left center;
    transform:scaleX(0);
    transition:transform 1.25s cubic-bezier(.2,.7,.2,1) .14s;
}
.journey.motion-in .journey-track:after{transform:scaleX(1)}
.journey-icon{
    transition:transform .3s ease,background .3s ease,border-color .3s ease;
}
.journey-track article:hover .journey-icon{
    transform:translateY(-4px) rotate(-3deg);
    background:rgba(255,82,15,.12);
    border-color:rgba(255,128,78,.38);
}

/* Glow-follow panels */
[data-glow]{position:relative;isolation:isolate}
[data-glow]:after{
    content:"";
    position:absolute;
    z-index:-1;
    width:280px;
    height:280px;
    left:calc(var(--glow-x,50%) - 140px);
    top:calc(var(--glow-y,50%) - 140px);
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,82,15,.11),rgba(95,159,87,.05) 42%,transparent 72%);
    filter:blur(12px);
    opacity:0;
    transition:opacity .35s ease;
    pointer-events:none;
}
[data-glow]:hover:after{opacity:1}

/* Premium image stage reveal */
.search-showcase--real,
.network__panel,
.download__panel{
    opacity:.01;
    transform:translateY(30px) scale(.99);
    transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease;
}
.feature-story.motion-in .search-showcase--real,
.network.motion-in .network__panel,
.download.motion-in .download__panel{
    opacity:1;
    transform:none;
}
.search-showcase--real{transition-delay:.16s}
.network__panel{transition-delay:.12s}
.download__panel{transition-delay:.12s}

.search-showcase--real[data-tilt]{
    transform:perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
}
.feature-story.motion-in .search-showcase--real[data-tilt]{
    transform:perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));
}

/* Partner cards lift like product tiles */
.partner-card{
    opacity:.01;
    transform:translateY(30px);
    transition:opacity .7s ease,transform .7s ease,box-shadow .35s ease;
}
.partner-cta.motion-in .partner-card{opacity:1;transform:none}
.partner-cta.motion-in .partner-card:nth-child(1){transition-delay:.06s}
.partner-cta.motion-in .partner-card:nth-child(2){transition-delay:.16s}
.partner-card:hover{transform:translateY(-6px)!important;box-shadow:0 28px 65px rgba(54,38,27,.10)}

/* Buttons: subtle premium sheen */
.button--brand,
.store-button{
    position:relative;
    overflow:hidden;
}
.button--brand:after,
.store-button:after{
    content:"";
    position:absolute;
    top:-120%;
    left:-35%;
    width:34%;
    height:340%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
    transform:rotate(18deg);
    transition:left .7s ease;
}
.button--brand:hover:after,
.store-button:hover:after{left:120%}

/* Header feels lighter while scrolling down */
@media(min-width:901px){
    body.scrolling-down .public-header{
        transform:translateY(-18px);
        opacity:.97;
    }
    body.scrolling-up .public-header{
        transform:translateY(0);
    }
    .public-header{transition:transform .35s ease,background .25s ease,box-shadow .25s ease,border-color .25s ease}
}

/* Reduced motion: restore static state */
@media(prefers-reduced-motion:reduce){
    .premium-hero .premium-device--center,
    .premium-hero .premium-device--left,
    .premium-hero .premium-device--right{
        animation:none!important;
        transform:none!important;
        translate:none!important;
    }
    [data-motion-section] .section-heading,
    [data-motion-section] .journey__head,
    [data-motion-section] .feature-story__copy,
    [data-motion-section] .network__copy,
    [data-motion-section] .download__copy,
    .app-grid .app-card,
    .journey-track article,
    .search-showcase--real,
    .network__panel,
    .download__panel,
    .partner-card{
        opacity:1!important;
        transform:none!important;
        transition:none!important;
    }
    .journey-track:after{transform:scaleX(1)!important;transition:none!important}
}


/* Brand assets update */
.premium-brand img{width:auto;height:34px;display:block}
.premium-footer__brand img{width:auto;height:52px;display:block}
@media(max-width:620px){.premium-brand img{height:28px}.premium-footer__brand img{height:44px}}

.premium-hero__features{gap:18px;margin-top:34px;border-top:0}
.premium-hero__features>div{padding:18px 22px 0;border:1px solid #e6e7eb;border-radius:24px;background:rgba(255,255,255,.56);backdrop-filter:blur(8px);box-shadow:0 18px 40px rgba(17,17,17,.04)}
.premium-hero__features>div+div{border-left:1px solid #e6e7eb}
.premium-hero__feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 10px;border-radius:16px;background:linear-gradient(180deg,#fff,#f7f3ef);box-shadow:0 14px 28px rgba(17,17,17,.06)}
.premium-hero__feature-icon img{display:block;max-width:32px;max-height:32px;height:auto;width:auto}
.premium-hero__features small{max-width:240px}
@media(max-width:900px){.premium-hero__features{gap:12px}.premium-hero__features>div+div{border-left:1px solid #e6e7eb}}
@media(max-width:620px){.premium-hero__features{gap:10px}.premium-hero__features>div{padding:14px 16px}.premium-hero__feature-icon{width:42px;height:42px;margin:0 0 10px;border-radius:14px}.premium-hero__feature-icon img{max-width:28px;max-height:28px}}


/* =========================================================
   Premium homepage V3 — product theatre + bigger brand
   ========================================================= */

/* Header: stronger brand without becoming bulky */
.premium-header__inner{width:min(1180px,calc(100% - 44px));height:72px;grid-template-columns:235px 1fr 150px}
.premium-brand img{height:44px!important;width:auto!important;max-width:225px}
.premium-nav{gap:28px}
.premium-nav a{font-size:11.5px}
.premium-header__cta{padding:10px 17px;font-size:11.5px}
@media(max-width:1080px){
    .premium-header__inner{grid-template-columns:200px 1fr 142px}
    .premium-brand img{height:40px!important}
    .premium-nav{gap:18px}
}
@media(max-width:900px){
    .premium-header__inner{height:68px}
    .premium-brand img{height:36px!important}
}

/* Hero: restore all three screens and give the composition room */
.premium-hero{min-height:1110px;padding-top:88px;background:
    radial-gradient(circle at 50% 31%,rgba(255,82,15,.055),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fff 72%,#f5f5f7 100%)}
.premium-hero__mark{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 15px;border-radius:15px;overflow:hidden;box-shadow:0 14px 34px rgba(255,82,15,.16)}
.premium-hero__mark img{width:100%;height:100%;object-fit:cover}
.premium-hero__eyebrow{margin-bottom:12px;font-size:12px}
.premium-hero h1{font-size:clamp(68px,7.5vw,110px)}
.premium-hero__content>p{max-width:690px;margin-top:24px;font-size:18px}
.premium-hero__stage{height:620px;max-width:1100px;margin-top:48px;perspective:1400px}
.premium-device{left:50%;top:0}
.premium-device__shell{width:274px;height:552px;padding:7px;border-radius:40px}
.premium-device__shell img{border-radius:33px}
.premium-device--center{z-index:5;transform:translateX(-50%) translateY(0) scale(1.075)!important}
.premium-device--center .premium-device__shell{width:322px;height:648px}
.premium-device--left{z-index:3;transform:translateX(calc(-50% - 305px)) translateY(70px) rotate(-7deg) scale(.92)!important}
.premium-device--right{z-index:3;transform:translateX(calc(-50% + 305px)) translateY(78px) rotate(7deg) scale(.91)!important}
.premium-hero .premium-device--center{
    transform:translateX(-50%) translate3d(calc(var(--hero-mx)*12px),calc(var(--hero-my)*9px + var(--hero-scroll)*16px),0) rotateY(calc(var(--hero-mx)*-2deg)) rotateX(calc(var(--hero-my)*1.4deg)) scale(1.075)!important
}
.premium-hero .premium-device--left{
    transform:translateX(calc(-50% - 305px)) translate3d(calc(var(--hero-mx)*-14px),calc(70px + var(--hero-my)*8px + var(--hero-scroll)*22px),0) rotate(-7deg) rotateY(calc(var(--hero-mx)*2deg)) scale(.92)!important
}
.premium-hero .premium-device--right{
    transform:translateX(calc(-50% + 305px)) translate3d(calc(var(--hero-mx)*14px),calc(78px + var(--hero-my)*8px + var(--hero-scroll)*22px),0) rotate(7deg) rotateY(calc(var(--hero-mx)*-2deg)) scale(.91)!important
}
.premium-hero__features{max-width:960px;gap:14px;margin-top:42px}
.premium-hero__features>div{min-height:164px;padding:20px 24px;border-radius:26px;background:rgba(255,255,255,.72)}
.premium-hero__feature-icon{width:52px;height:52px;margin-bottom:12px}
.premium-hero__features strong{font-size:17px}
.premium-hero__features small{font-size:10.5px;line-height:1.55}
@media(max-width:1080px){
  .premium-hero__stage{height:560px;max-width:850px}
  .premium-device--center .premium-device__shell{width:285px;height:575px}
  .premium-device__shell{width:235px;height:474px}
  .premium-hero .premium-device--left{transform:translateX(calc(-50% - 240px)) translateY(74px) rotate(-7deg) scale(.9)!important}
  .premium-hero .premium-device--right{transform:translateX(calc(-50% + 240px)) translateY(80px) rotate(7deg) scale(.9)!important}
}
@media(max-width:620px){
  .premium-hero{padding-top:66px}
  .premium-hero__mark{width:44px;height:44px;border-radius:13px}
  .premium-hero h1{font-size:55px}
  .premium-hero__stage{height:470px;max-width:100%}
  .premium-device--center .premium-device__shell{width:205px;height:415px}
  .premium-device__shell{width:160px;height:324px}
  .premium-hero .premium-device--center{transform:translateX(-50%) scale(1)!important}
  .premium-hero .premium-device--left{transform:translateX(calc(-50% - 135px)) translateY(66px) rotate(-8deg) scale(.76)!important}
  .premium-hero .premium-device--right{transform:translateX(calc(-50% + 135px)) translateY(70px) rotate(8deg) scale(.76)!important}
  .premium-hero__features{grid-template-columns:1fr;gap:10px;border-top:0}
  .premium-hero__features>div{min-height:0;padding:14px 16px 14px 70px;position:relative;text-align:left}
  .premium-hero__feature-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);margin:0}
}

/* Ecosystem: replace narrow cards with large, cinematic product tiles */
.premium-platforms{padding:138px 0;background:#fff}
.premium-section-heading{max-width:760px;margin:0 0 60px}
.premium-section-heading h2{font-size:clamp(48px,5.6vw,76px);line-height:.97;text-align:left}
.premium-section-heading p{max-width:650px;margin-left:0;text-align:left;font-size:14px}
.premium-platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.premium-platform-card{position:relative;min-height:700px;border:1px solid #e5e5e7;border-radius:38px;overflow:hidden;background:#f5f5f7;box-shadow:0 20px 60px rgba(0,0,0,.045);transform-style:preserve-3d;transition:border-color .3s ease,box-shadow .35s ease}
.premium-platform-card--customer{grid-column:1/-1;min-height:650px;display:grid;grid-template-columns:.82fr 1.18fr;background:
    radial-gradient(circle at 82% 30%,rgba(255,82,15,.11),transparent 31%),
    linear-gradient(135deg,#fff9f5,#f5f5f7)}
.premium-platform-card--vendor{background:
    radial-gradient(circle at 85% 16%,rgba(255,117,17,.10),transparent 30%),
    linear-gradient(160deg,#f7f7f8,#fff)}
.premium-platform-card--driver{background:
    radial-gradient(circle at 84% 16%,rgba(81,157,86,.14),transparent 30%),
    linear-gradient(160deg,#f4faf3,#fff)}
.premium-platform-card:hover{border-color:#d2d2d7;box-shadow:0 34px 90px rgba(0,0,0,.08)}
.premium-platform-card__copy{position:relative;z-index:3;padding:52px}
.premium-platform-card--customer .premium-platform-card__copy{align-self:center;padding:64px}
.premium-platform-card__app{display:flex;align-items:center;gap:14px}
.premium-platform-card__app>img{width:56px;height:56px;border-radius:16px;object-fit:cover;box-shadow:0 12px 28px rgba(0,0,0,.10)}
.premium-platform-card__app span small,.premium-platform-card__app span b{display:block}
.premium-platform-card__app small{color:#86868b;font-size:8px;font-weight:800;letter-spacing:.1em}
.premium-platform-card__app b{margin-top:3px;font:900 15px Nunito,sans-serif}
.premium-platform-card h3{margin:34px 0 18px;font:900 clamp(40px,4.8vw,67px)/.98 Nunito,sans-serif;letter-spacing:-.045em}
.premium-platform-card:not(.premium-platform-card--customer) h3{font-size:44px}
.premium-platform-card p{max-width:540px;margin:0;color:#6e6e73;font-size:13px;line-height:1.8}
.premium-platform-card__links{display:flex;align-items:center;gap:18px;margin-top:28px;flex-wrap:wrap}
.premium-platform-card__links a,.premium-platform-card__cta{display:inline-flex;align-items:center;gap:5px;margin-top:26px;color:#ff520f;font-size:13px;font-weight:700}
.premium-platform-card__links span{color:#86868b;font-size:10px}
.premium-platform-card__visual{position:absolute;left:54px;right:54px;bottom:-70px;height:375px;display:flex;justify-content:center;align-items:flex-start}
.premium-platform-card__visual img{width:270px;height:auto;border:7px solid #1d1d1f;border-radius:34px;box-shadow:0 35px 75px rgba(0,0,0,.16)}
.premium-platform-card--customer .premium-platform-card__visual{position:relative;left:auto;right:auto;bottom:auto;height:auto;min-height:650px;align-items:flex-end;padding:58px 80px 0 30px}
.premium-platform-card--customer .premium-platform-card__visual img{width:330px;transform:rotate(3deg);margin-bottom:-90px}
.premium-platform-card--driver .premium-platform-card__visual img{border-color:#202326}
@media(max-width:900px){
  .premium-platform-card--customer{grid-template-columns:1fr}
  .premium-platform-card--customer .premium-platform-card__copy{padding:46px}
  .premium-platform-card--customer .premium-platform-card__visual{min-height:430px;padding:0 30px}
  .premium-platform-card--customer .premium-platform-card__visual img{width:280px}
  .premium-platform-grid{grid-template-columns:1fr}
  .premium-platform-card{min-height:660px}
}
@media(max-width:620px){
  .premium-platforms{padding:90px 0}
  .premium-section-heading{margin-bottom:34px}
  .premium-section-heading h2{font-size:44px}
  .premium-platform-card{min-height:610px;border-radius:28px}
  .premium-platform-card__copy,.premium-platform-card--customer .premium-platform-card__copy{padding:30px 26px}
  .premium-platform-card h3,.premium-platform-card:not(.premium-platform-card--customer) h3{font-size:38px}
  .premium-platform-card__visual{left:24px;right:24px;bottom:-88px}
  .premium-platform-card--customer .premium-platform-card__visual{min-height:360px}
  .premium-platform-card--customer .premium-platform-card__visual img{width:240px;margin-bottom:-70px}
}

/* Journey: richer, larger, less spreadsheet-like */
.journey{padding:128px 0 135px;background:#17191b}
.journey__head{grid-template-columns:1fr 1fr;gap:120px}
.journey h2{font-size:clamp(49px,5.4vw,74px)}
.journey__head>p{max-width:490px;font-size:14px}
.journey-track--art{margin-top:72px}
.journey-track--art article{min-height:270px;padding-top:34px}
.journey-track--art article>span{font-size:26px}
.journey-icon--image{width:58px;height:58px;padding:8px;border:0;background:rgba(255,255,255,.06);overflow:hidden}
.journey-icon--image img{display:block;width:100%;height:100%;object-fit:contain}
.journey-icon--rider img{transform:scale(1.35)}
.journey-track--art h3{font-size:19px}
.journey-track--art p{font-size:11px}
@media(max-width:900px){
  .journey__head{grid-template-columns:1fr;gap:24px}
}

/* Discovery section: more product-like */
.feature-story{padding:145px 0;background:#fff}
.feature-story__grid{grid-template-columns:.75fr 1.25fr;gap:100px}
.feature-story h2{font-size:clamp(48px,5vw,68px)}
.search-showcase--real{min-height:620px;border-radius:42px;box-shadow:0 24px 70px rgba(0,0,0,.06)}
.feature-device{box-shadow:0 35px 70px rgba(0,0,0,.17)}
.feature-device--back{left:56px;top:52px}
.feature-device--front{right:56px;top:34px}

/* Network: give it a hero-card scale */
.network{padding:0 0 130px;background:#fff}
.network__panel{min-height:500px;padding:72px;border-radius:40px}
.network h2{font-size:clamp(48px,5.4vw,72px)}
.network__copy>p{max-width:560px;font-size:13px}

/* Partner choices: cleaner and larger */
.partner-cta{padding-bottom:130px}
.partner-cta__grid{gap:24px}
.partner-card{min-height:360px;padding:48px 44px;border-radius:32px}
.partner-card h2{font-size:42px}
.partner-card>p{font-size:12px}

/* Download: bigger finish before footer */
.download{padding-bottom:145px}
.download__panel{min-height:560px;padding:70px;border-radius:40px}
.download h2{font-size:clamp(48px,5vw,68px)}

/* Footer logo should be a real anchor */
.premium-footer__brand img{height:58px!important;width:auto!important;max-width:280px}
@media(max-width:620px){
  .premium-footer__brand img{height:48px!important}
}


/* =========================================================
   PREMIUM HOMEPAGE V4
   ========================================================= */

/* Correct logo sizing after trimming transparent canvas */
.premium-brand{height:48px;display:flex;align-items:center}
.premium-brand img{height:48px!important;width:auto!important;max-width:270px!important;object-fit:contain}
.premium-footer__brand img{height:66px!important;width:auto!important;max-width:330px!important}
@media(max-width:900px){.premium-brand img{height:42px!important}}
@media(max-width:620px){.premium-brand img{height:38px!important}.premium-footer__brand img{height:56px!important}}

/* Slightly tighter hero while retaining all three devices */
.premium-hero{min-height:1040px;padding-top:74px}
.premium-hero__stage{margin-top:34px;height:590px}
.premium-hero__features{margin-top:20px}

/* Product-theatre section */
.premium-platforms{padding-top:126px}
.premium-platform-card--customer .premium-platform-card__visual{overflow:hidden}
.premium-platform-card--customer .premium-platform-card__visual img{width:355px;margin-bottom:-58px}
.premium-platform-card__visual{bottom:-25px;height:410px}
.premium-platform-card__visual img{width:290px}
.premium-platform-card__copy p{font-size:14px}
.premium-platform-card__app b{font-size:16px}
.premium-platform-card__app small{font-size:8.5px}

/* Cinematic Journey */
.journey-cinematic{position:relative;padding:142px 0 118px;background:#111315;color:#fff;overflow:hidden}
.journey-cinematic:before{content:"";position:absolute;right:-180px;top:-220px;width:680px;height:680px;border:100px solid rgba(255,82,15,.07);border-radius:50%}
.journey-cinematic__intro{max-width:820px}
.journey-cinematic__intro h2{margin:14px 0 18px;font:900 clamp(52px,6vw,82px)/.96 Nunito,sans-serif;letter-spacing:-.045em}
.journey-cinematic__intro h2 em{color:#ff7240;font-style:normal}
.journey-cinematic__intro>p{max-width:620px;margin:0;color:#b8bec3;font-size:14px;line-height:1.85}

.journey-cinematic__stage{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:86px;padding-top:40px}
.journey-route{position:absolute;left:5%;right:5%;top:18px;height:5px}
.journey-route__line{position:absolute;inset:0;border-radius:999px;background:linear-gradient(90deg,#ff520f,#ff8a2b 45%,#5b9f59);opacity:.35}
.journey-route__pulse{position:absolute;left:0;top:-4px;width:13px;height:13px;border-radius:50%;background:#ff6d2c;box-shadow:0 0 0 8px rgba(255,82,15,.10);animation:journeyPulse 7s linear infinite}
@keyframes journeyPulse{0%{left:0}50%{left:50%;background:#ff8a2b}100%{left:calc(100% - 13px);background:#63a05c}}
.journey-stop{position:relative;min-height:300px;padding:30px 22px 26px;border:1px solid rgba(255,255,255,.09);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));backdrop-filter:blur(12px);transition:transform .35s ease,border-color .35s ease,background .35s ease}
.journey-stop:hover{transform:translateY(-8px);border-color:rgba(255,128,78,.25);background:rgba(255,255,255,.07)}
.journey-stop figure{display:grid;place-items:center;width:64px;height:64px;margin:0 0 40px;padding:8px;border-radius:20px;background:#fff}
.journey-stop figure img{max-width:100%;max-height:100%;object-fit:contain}
.journey-stop__rider img{transform:scale(1.25)}
.journey-stop>span{position:absolute;right:20px;top:22px;color:rgba(255,255,255,.23);font:900 28px Nunito,sans-serif}
.journey-stop h3{margin:0 0 10px;font:900 21px Nunito,sans-serif}
.journey-stop p{margin:0;color:#b6bcc1;font-size:11.5px;line-height:1.75}
.journey-cinematic__footer{display:flex;align-items:center;gap:14px;margin-top:42px;color:#8f989e;font-size:10px}
.journey-cinematic__footer i{width:34px;height:1px;background:#34383b}
.journey-cinematic__footer a{margin-left:auto;color:#fff;font-weight:700;font-size:12px}
.journey-cinematic__footer a b{color:#ff6d2c;font-size:18px}
@media(max-width:900px){
    .journey-cinematic__stage{grid-template-columns:1fr 1fr}
    .journey-route{display:none}
    .journey-stop:last-child{grid-column:1/-1}
}
@media(max-width:620px){
    .journey-cinematic{padding:95px 0}
    .journey-cinematic__intro h2{font-size:46px}
    .journey-cinematic__stage{grid-template-columns:1fr;margin-top:45px}
    .journey-stop:last-child{grid-column:auto}
    .journey-cinematic__footer{flex-wrap:wrap}.journey-cinematic__footer a{width:100%;margin:12px 0 0}
}

/* AI story */
.feature-story-premium{padding:150px 0 160px;background:#fff}
.feature-story-premium__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center}
.feature-story-premium__copy h2{margin:14px 0 22px;font:900 clamp(48px,5.5vw,76px)/.97 Nunito,sans-serif;letter-spacing:-.045em}
.feature-story-premium__copy h2 em{color:#ff520f;font-style:normal}
.feature-story-premium__copy>p{max-width:520px;color:#6e747b;font-size:14px;line-height:1.9}
.feature-story-premium__stats{display:grid;grid-template-columns:1fr;gap:10px;margin-top:30px}
.feature-story-premium__stats div{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #ece8e4}
.feature-story-premium__stats strong{color:#ff520f;font:900 13px Nunito,sans-serif}
.feature-story-premium__stats span{font-size:11.5px;font-weight:700}
.premium-inline-link{display:inline-flex;align-items:center;gap:6px;margin-top:28px;color:#ff520f;font-size:12px;font-weight:800}
.premium-inline-link span{font-size:20px}
.feature-story-premium__visual{position:relative;min-height:660px;border-radius:46px;background:linear-gradient(145deg,#fff7f1,#f1f8ef);overflow:hidden}
.feature-story-premium__halo{position:absolute;left:50%;top:46%;width:480px;height:480px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,82,15,.10),rgba(95,159,87,.08) 38%,transparent 68%);filter:blur(18px)}
.feature-story-premium__visual .feature-device{width:255px;height:552px}
.feature-story-premium__visual .feature-device--back{left:70px;top:70px}
.feature-story-premium__visual .feature-device--front{right:72px;top:42px}
@media(max-width:900px){.feature-story-premium__grid{grid-template-columns:1fr;gap:50px}}
@media(max-width:620px){
    .feature-story-premium{padding:95px 0}
    .feature-story-premium__copy h2{font-size:45px}
    .feature-story-premium__visual{min-height:500px}
    .feature-story-premium__visual .feature-device{width:180px;height:390px}
    .feature-story-premium__visual .feature-device--back{left:12px;top:66px}
    .feature-story-premium__visual .feature-device--front{right:14px;top:42px}
}

/* Network story */
.network-premium{padding:0 0 145px;background:#fff}
.network-premium__panel{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;min-height:620px;padding:82px;border-radius:46px;background:
    radial-gradient(circle at 90% 15%,rgba(95,159,87,.16),transparent 28%),
    radial-gradient(circle at 12% 90%,rgba(255,82,15,.10),transparent 31%),
    #171a1c;color:#fff;overflow:hidden}
.network-premium__copy{align-self:center}
.network-premium__copy h2{margin:14px 0 20px;font:900 clamp(50px,5.5vw,76px)/.98 Nunito,sans-serif;letter-spacing:-.045em}
.network-premium__copy h2 em{color:#ff7440;font-style:normal}
.network-premium__copy>p{max-width:540px;color:#bec4c8;font-size:13.5px;line-height:1.85}
.network-premium__actions{display:flex;align-items:center;gap:20px;margin-top:28px}
.network-premium__map{position:relative;min-height:450px}
.network-premium__orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:translate(-50%,-50%)}
.network-premium__orbit--one{width:380px;height:380px}
.network-premium__orbit--two{width:270px;height:270px}
.network-premium__node{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.07);box-shadow:0 15px 40px rgba(0,0,0,.20);backdrop-filter:blur(10px)}
.network-premium__node span{font-size:10px;font-weight:700}
.network-premium__node b{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#fff;color:#1d1f21;font-size:8px}
.network-premium__node img{width:34px;height:34px;border-radius:10px;object-fit:cover}
.network-premium__node--center{left:50%;top:50%;transform:translate(-50%,-50%);padding:14px 17px;background:#fff;color:#1d1f21}
.network-premium__node--customer{left:4%;top:25%}
.network-premium__node--store{right:2%;top:18%}
.network-premium__node--driver{right:10%;bottom:15%}
.network-premium__line{position:absolute;z-index:1;height:1px;transform-origin:left;background:linear-gradient(90deg,rgba(255,82,15,.65),rgba(255,255,255,.08))}
.network-premium__line--a{left:22%;top:35%;width:190px;transform:rotate(18deg)}
.network-premium__line--b{left:53%;top:46%;width:180px;transform:rotate(-22deg)}
.network-premium__line--c{left:54%;top:55%;width:170px;transform:rotate(28deg)}
.network-premium__dot{position:absolute;z-index:2;width:7px;height:7px;border-radius:50%;background:#ff6b2c;box-shadow:0 0 0 7px rgba(255,82,15,.08);animation:networkBlink 2.8s ease-in-out infinite}
.network-premium__dot--a{left:39%;top:41%}.network-premium__dot--b{left:67%;top:33%;animation-delay:.7s}.network-premium__dot--c{left:70%;top:66%;animation-delay:1.4s}
@keyframes networkBlink{0%,100%{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}
@media(max-width:900px){.network-premium__panel{grid-template-columns:1fr;padding:58px}.network-premium__map{min-height:380px}}
@media(max-width:620px){.network-premium__panel{padding:36px 26px;border-radius:30px}.network-premium__copy h2{font-size:44px}.network-premium__map{min-height:320px;transform:scale(.88);transform-origin:center}}

/* Partner choices */
.partner-cta-premium{padding:0 0 145px;background:#fff}
.partner-cta-premium__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.partner-choice{position:relative;display:grid;grid-template-columns:110px 1fr;gap:28px;align-items:center;min-height:360px;padding:46px;border:1px solid #e5e5e7;border-radius:34px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}
.partner-choice:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(0,0,0,.08)}
.partner-choice--vendor{background:linear-gradient(145deg,#fff7f1,#fff)}
.partner-choice--driver{background:linear-gradient(145deg,#eff8ee,#fff)}
.partner-choice__icon img{width:96px;height:96px;border-radius:27px;object-fit:cover;box-shadow:0 20px 45px rgba(0,0,0,.12)}
.partner-choice__copy>span{font-size:8px;font-weight:800;letter-spacing:.1em;color:#8a8f95}
.partner-choice__copy h2{margin:12px 0 14px;font:900 39px/.98 Nunito,sans-serif;letter-spacing:-.035em}
.partner-choice__copy p{margin:0;color:#6e747b;font-size:11.5px;line-height:1.75}
.partner-choice__copy a{display:inline-flex;align-items:center;gap:5px;margin-top:23px;color:#1d1d1f;font-size:12px;font-weight:800}
.partner-choice__copy a b{color:#ff520f;font-size:20px}
@media(max-width:900px){.partner-cta-premium__grid{grid-template-columns:1fr}}
@media(max-width:620px){.partner-choice{grid-template-columns:75px 1fr;padding:28px 24px;min-height:280px}.partner-choice__icon img{width:68px;height:68px;border-radius:20px}.partner-choice__copy h2{font-size:31px}}

/* Download finale */
.download-premium{padding:0 0 150px;background:#fff}
.download-premium__panel{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;min-height:690px;padding:80px;border:1px solid #e5e5e7;border-radius:46px;background:
    radial-gradient(circle at 88% 18%,rgba(95,159,87,.12),transparent 26%),
    radial-gradient(circle at 12% 92%,rgba(255,82,15,.12),transparent 30%),
    #fbfbfc;overflow:hidden}
.download-premium__copy{align-self:center;position:relative;z-index:3}
.download-premium__icon{width:88px;height:88px;border-radius:25px;box-shadow:0 20px 45px rgba(255,82,15,.15);margin-bottom:24px}
.download-premium__copy h2{margin:13px 0 20px;font:900 clamp(52px,5.8vw,80px)/.96 Nunito,sans-serif;letter-spacing:-.045em}
.download-premium__copy h2 em{color:#ff520f;font-style:normal}
.download-premium__copy>p{max-width:530px;color:#6e747b;font-size:14px;line-height:1.85}
.download-premium__visual{position:relative;min-height:520px}
.download-premium__glow{position:absolute;left:50%;top:50%;width:430px;height:430px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,82,15,.12),rgba(95,159,87,.08) 38%,transparent 70%);filter:blur(20px)}
.download-premium__phone{position:absolute;right:85px;bottom:-115px;width:300px;height:610px;padding:8px;border-radius:43px;background:#202326;box-shadow:0 40px 90px rgba(0,0,0,.18);transform:rotate(5deg)}
.download-premium__phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:35px}
.download-premium__qr{position:absolute;left:30px;bottom:70px;padding:13px;border:1px solid #e5e5e7;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.08);text-align:center}
.download-premium__qr span{display:block;margin-top:6px;color:#858b91;font-size:6px}
@media(max-width:900px){.download-premium__panel{grid-template-columns:1fr;padding:58px}.download-premium__visual{min-height:500px}.download-premium__phone{right:calc(50% - 150px)}}
@media(max-width:620px){.download-premium{padding-bottom:95px}.download-premium__panel{padding:34px 24px 0;border-radius:30px}.download-premium__copy h2{font-size:46px}.download-premium__phone{width:225px;height:455px;right:calc(50% - 112px);bottom:-90px}.download-premium__qr{left:4px;bottom:45px}}

/* Footer breathing room */
.premium-footer{padding-top:10px}
.premium-footer__lead{padding-top:88px}
.premium-footer__grid{padding-top:42px}
.premium-footer__bottom{padding-bottom:34px}

.journey-stop{opacity:.45;transform:translateY(20px)}
.journey-stop.is-active{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}
.network-premium__node{translate:var(--network-x,0px) var(--network-y,0px);transition:translate .18s ease-out}
.network-premium__node--customer{translate:calc(var(--network-x,0px)*-.6) calc(var(--network-y,0px)*-.6)}
.network-premium__node--store{translate:calc(var(--network-x,0px)*.75) calc(var(--network-y,0px)*-.5)}
.network-premium__node--driver{translate:calc(var(--network-x,0px)*.55) calc(var(--network-y,0px)*.75)}
@media(prefers-reduced-motion:reduce){.journey-stop{opacity:1;transform:none}.network-premium__node{translate:none!important}}


/* =========================================================
   ESSENTILY PREMIUM HOMEPAGE V5
   Coherent product-story reset
   ========================================================= */

body{background:#fff}
.v5-kicker{display:block;color:#ff520f;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.v5-kicker--light{color:#ff8b5f}
.v5-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;font-size:12px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}
.v5-button:hover{transform:translateY(-2px)}
.v5-button--orange{background:#ff520f;color:#fff;box-shadow:0 12px 28px rgba(255,82,15,.18)}
.v5-button--white{background:#fff;color:#17191b}
.v5-link{display:inline-flex;align-items:center;gap:5px;color:#1d1d1f;font-size:12px;font-weight:700}
.v5-link span{font-size:19px;line-height:1}
.v5-link--orange{color:#ff520f}.v5-link--green{color:#4d8f4b}.v5-link--light{color:#fff}

/* header */
.premium-header__inner{width:min(1280px,calc(100% - 48px));height:78px;grid-template-columns:255px 1fr 155px}
.premium-brand img{height:50px!important;width:auto!important;max-width:250px!important}
.premium-nav{gap:30px}
.premium-nav a{font-size:12.5px;color:#3f444a}
.premium-header__cta{padding:11px 18px;font-size:12px}

/* hero */
.v5-hero{position:relative;overflow:hidden;padding:74px 0 70px;background:linear-gradient(180deg,#fff 0%,#fff 78%,#f5f5f7 100%)}
.v5-hero__glow{position:absolute;border-radius:50%;filter:blur(75px);pointer-events:none}
.v5-hero__glow--orange{width:460px;height:460px;left:50%;top:200px;transform:translateX(-62%);background:rgba(255,82,15,.09)}
.v5-hero__glow--green{width:380px;height:380px;left:50%;top:260px;transform:translateX(18%);background:rgba(95,159,87,.08)}
.v5-hero__copy{position:relative;z-index:3;text-align:center;max-width:880px}
.v5-hero__icon{width:58px;height:58px;margin:0 auto 15px;border-radius:17px;box-shadow:0 16px 35px rgba(255,82,15,.15)}
.v5-hero__copy h1{margin:12px 0 20px;font:900 clamp(70px,8.2vw,116px)/.9 Nunito,sans-serif;letter-spacing:-.055em}
.v5-hero__copy h1 em{color:#ff520f;font-style:normal}
.v5-hero__copy>p{max-width:680px;margin:0 auto;color:#6e6e73;font-size:17px;line-height:1.7}
.v5-hero__actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:28px}
.v5-hero__devices{position:relative;z-index:2;height:620px;max-width:1050px;margin-top:42px;perspective:1400px}
.v5-phone{position:absolute;overflow:hidden;padding:7px;border-radius:39px;background:#1d1d1f;box-shadow:0 38px 85px rgba(0,0,0,.15);transition:transform .25s ease-out}
.v5-phone img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;border-radius:32px}
.v5-phone--center{left:50%;top:0;width:310px;height:625px;transform:translateX(-50%);z-index:5}
.v5-phone--left{left:50%;top:82px;width:245px;height:495px;transform:translateX(calc(-50% - 285px)) rotate(-7deg);z-index:3}
.v5-phone--right{left:50%;top:86px;width:245px;height:495px;transform:translateX(calc(-50% + 285px)) rotate(7deg);z-index:3}
.v5-hero__proof{position:relative;z-index:4;display:grid;grid-template-columns:repeat(3,1fr);max-width:920px;margin-top:24px;border-top:1px solid #dedee2}
.v5-hero__proof>div{padding:24px 34px 0;text-align:center}
.v5-hero__proof>div+div{border-left:1px solid #e4e4e7}
.v5-hero__proof strong,.v5-hero__proof span{display:block}
.v5-hero__proof strong{font:900 16px Nunito,sans-serif}.v5-hero__proof span{max-width:240px;margin:6px auto 0;color:#86868b;font-size:10px;line-height:1.55}

/* section intro */
.v5-section-intro{padding-top:145px;padding-bottom:58px;max-width:900px}
.v5-section-intro h2,.v5-partners__intro h2{margin:14px 0 18px;font:900 clamp(54px,6.3vw,86px)/.95 Nunito,sans-serif;letter-spacing:-.05em}
.v5-section-intro h2 em{color:#ff520f;font-style:normal}
.v5-section-intro p{max-width:670px;margin:0;color:#6e6e73;font-size:14px;line-height:1.85}

/* platform stories */
.v5-platforms{padding-bottom:145px;background:#fff}
.v5-story{display:grid;grid-template-columns:1fr 1.05fr;min-height:640px;margin-bottom:26px;border-radius:42px;overflow:hidden;background:#f5f5f7}
.v5-story--customer{background:radial-gradient(circle at 80% 20%,rgba(255,82,15,.09),transparent 30%),#f7f7f8}
.v5-story--vendor{background:radial-gradient(circle at 16% 24%,rgba(255,130,34,.09),transparent 29%),#f7f7f8}
.v5-story--driver{background:radial-gradient(circle at 82% 18%,rgba(82,154,82,.12),transparent 29%),#f4f8f3}
.v5-story__copy{display:flex;flex-direction:column;justify-content:center;padding:68px 72px}
.v5-app-label{display:flex;align-items:center;gap:13px}
.v5-app-label img{width:54px;height:54px;border-radius:16px;object-fit:cover;box-shadow:0 13px 30px rgba(0,0,0,.10)}
.v5-app-label small,.v5-app-label b{display:block}.v5-app-label small{color:#86868b;font-size:8px;font-weight:800;letter-spacing:.1em}.v5-app-label b{margin-top:3px;font:900 15px Nunito,sans-serif}
.v5-story h3{margin:30px 0 18px;font:900 clamp(46px,5vw,70px)/.96 Nunito,sans-serif;letter-spacing:-.045em}
.v5-story__copy>p{max-width:510px;margin:0 0 26px;color:#6e6e73;font-size:13.5px;line-height:1.85}
.v5-story__visual{position:relative;min-height:640px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.v5-story-phone{position:absolute;overflow:hidden;padding:6px;border-radius:35px;background:#202326;box-shadow:0 34px 75px rgba(0,0,0,.14)}
.v5-story-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:29px}
.v5-story-phone--single{width:285px;height:575px;bottom:-70px}
.v5-story-phone--back{width:220px;height:445px;left:16%;bottom:45px;transform:rotate(-7deg)}
.v5-story-phone--front{width:290px;height:585px;right:15%;bottom:-75px;transform:rotate(3deg)}

/* journey */
.v5-journey{padding:150px 0;background:#141618;color:#fff}
.v5-journey__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:105px;align-items:start}
.v5-journey__intro{position:sticky;top:135px}
.v5-journey h2{margin:16px 0 22px;font:900 clamp(54px,6vw,80px)/.95 Nunito,sans-serif;letter-spacing:-.05em}
.v5-journey h2 em{color:#ff7440;font-style:normal}
.v5-journey__intro>p{max-width:500px;margin:0 0 30px;color:#bac0c4;font-size:14px;line-height:1.85}
.v5-timeline{position:relative;display:grid;gap:0}
.v5-timeline:before{content:"";position:absolute;left:35px;top:50px;bottom:50px;width:1px;background:linear-gradient(#ff520f,#ff8a28 50%,#5c9d58)}
.v5-timeline__item{position:relative;display:grid;grid-template-columns:70px 1fr;gap:24px;padding:32px 0 42px;border-bottom:1px solid rgba(255,255,255,.08);opacity:.45;transform:translateY(18px);transition:.55s ease}
.v5-timeline__item.is-active{opacity:1;transform:none}
.v5-timeline__item figure{position:relative;z-index:2;display:grid;place-items:center;width:70px;height:70px;margin:0;padding:9px;border-radius:22px;background:#fff}
.v5-timeline__item figure img{max-width:100%;max-height:100%;object-fit:contain}
.v5-timeline__rider img{transform:scale(1.2)}
.v5-timeline__item span{display:block;color:#ff8658;font-size:9px;font-weight:800;letter-spacing:.1em}.v5-timeline__item h3{margin:5px 0 7px;font:900 28px Nunito,sans-serif}.v5-timeline__item p{margin:0;color:#aeb5ba;font-size:12px;line-height:1.7}

/* AI */
.v5-ai{padding:145px 0;background:#fff}
.v5-ai__panel{display:grid;grid-template-columns:.8fr 1.2fr;min-height:700px;border-radius:46px;background:radial-gradient(circle at 78% 20%,rgba(95,159,87,.10),transparent 28%),radial-gradient(circle at 28% 80%,rgba(255,82,15,.09),transparent 30%),#f7f7f8;overflow:hidden}
.v5-ai__copy{align-self:center;padding:76px}
.v5-ai__copy h2{margin:14px 0 20px;font:900 clamp(52px,5.8vw,78px)/.96 Nunito,sans-serif;letter-spacing:-.05em}.v5-ai__copy h2 em{color:#ff520f;font-style:normal}
.v5-ai__copy>p{max-width:500px;margin:0;color:#6e6e73;font-size:14px;line-height:1.85}
.v5-ai__steps{display:flex;gap:10px;margin-top:30px;flex-wrap:wrap}.v5-ai__steps span{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#fff;font-size:10px;font-weight:700}.v5-ai__steps b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff0e8;color:#ff520f;font-size:8px}
.v5-ai__visual{position:relative;min-height:700px}
.v5-ai-phone{top:70px;width:255px;height:515px}.v5-ai-phone--back{left:18%;transform:rotate(-7deg)}.v5-ai-phone--front{right:16%;transform:rotate(5deg)}

/* network */
.v5-network{padding:0 0 145px;background:#fff}
.v5-network__panel{display:grid;grid-template-columns:.9fr 1.1fr;min-height:620px;padding:80px;border-radius:46px;background:radial-gradient(circle at 90% 10%,rgba(95,159,87,.15),transparent 27%),radial-gradient(circle at 10% 90%,rgba(255,82,15,.09),transparent 29%),#17191b;color:#fff;overflow:hidden}
.v5-network__copy{align-self:center}.v5-network__copy h2{margin:14px 0 20px;font:900 clamp(52px,5.8vw,78px)/.97 Nunito,sans-serif;letter-spacing:-.05em}.v5-network__copy h2 em{color:#ff7440;font-style:normal}.v5-network__copy>p{max-width:520px;color:#bac0c4;font-size:13.5px;line-height:1.85}.v5-network__actions{display:flex;align-items:center;gap:18px;margin-top:30px}
.v5-network__visual{position:relative;min-height:455px}
.v5-network__ring{position:absolute;left:50%;top:50%;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:translate(-50%,-50%)}.v5-network__ring--1{width:390px;height:390px}.v5-network__ring--2{width:270px;height:270px}
.v5-network-node{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.07);box-shadow:0 16px 40px rgba(0,0,0,.22);backdrop-filter:blur(10px);font-size:9px;font-weight:700}.v5-network-node img{width:31px;height:31px;border-radius:9px;object-fit:cover}.v5-network-node--center{left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;color:#1d1d1f}.v5-network-node--customers{left:2%;top:27%}.v5-network-node--stores{right:3%;top:19%}.v5-network-node--delivery{right:9%;bottom:16%}
.v5-network-line{position:absolute;height:1px;background:linear-gradient(90deg,rgba(255,82,15,.8),rgba(255,255,255,.08));transform-origin:left}.v5-network-line--1{left:22%;top:37%;width:190px;transform:rotate(18deg)}.v5-network-line--2{left:54%;top:46%;width:170px;transform:rotate(-24deg)}.v5-network-line--3{left:54%;top:56%;width:165px;transform:rotate(27deg)}

/* partners */
.v5-partners{padding:0 0 145px;background:#fff}.v5-partners__intro{margin-bottom:44px}.v5-partners__intro h2{font-size:clamp(48px,5.5vw,72px)}
.v5-partners__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.v5-partner{display:grid;grid-template-columns:100px 1fr;gap:28px;align-items:center;min-height:330px;padding:44px;border-radius:34px;border:1px solid #e5e5e7}.v5-partner--vendor{background:#fff8f3}.v5-partner--driver{background:#f1f8ef}.v5-partner>img{width:90px;height:90px;border-radius:25px;box-shadow:0 18px 38px rgba(0,0,0,.10)}.v5-partner span{font-size:8px;font-weight:800;letter-spacing:.1em;color:#898f95}.v5-partner h3{margin:10px 0 12px;font:900 38px/.98 Nunito,sans-serif}.v5-partner p{margin:0;color:#6e747b;font-size:11.5px;line-height:1.75}.v5-partner a{display:inline-flex;align-items:center;gap:5px;margin-top:20px;color:#1d1d1f;font-size:12px;font-weight:800}.v5-partner a b{color:#ff520f;font-size:18px}

/* download */
.v5-download{padding:0 0 150px;background:#fff}.v5-download__panel{display:grid;grid-template-columns:.86fr 1.14fr;min-height:720px;padding:82px;border-radius:46px;border:1px solid #e5e5e7;background:radial-gradient(circle at 85% 18%,rgba(95,159,87,.12),transparent 28%),radial-gradient(circle at 12% 86%,rgba(255,82,15,.11),transparent 31%),#fafafa;overflow:hidden}.v5-download__copy{align-self:center}.v5-download__copy>img{width:88px;height:88px;border-radius:25px;margin-bottom:24px;box-shadow:0 20px 45px rgba(255,82,15,.16)}.v5-download__copy h2{margin:14px 0 18px;font:900 clamp(54px,6vw,82px)/.96 Nunito,sans-serif;letter-spacing:-.05em}.v5-download__copy h2 em{color:#ff520f;font-style:normal}.v5-download__copy>p{max-width:500px;color:#6e6e73;font-size:14px;line-height:1.85}.v5-download__visual{position:relative;min-height:530px}.v5-download__halo{position:absolute;left:50%;top:48%;width:430px;height:430px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,82,15,.12),rgba(95,159,87,.08) 40%,transparent 70%);filter:blur(20px)}.v5-download__phone{right:80px;bottom:-120px;width:305px;height:615px;transform:rotate(5deg)}.v5-download__qr{position:absolute;left:25px;bottom:68px;padding:12px;border:1px solid #e5e5e7;border-radius:17px;background:#fff;box-shadow:0 18px 44px rgba(0,0,0,.08);text-align:center}.v5-download__qr span{display:block;margin-top:6px;color:#86868b;font-size:6px}

/* motion */
[data-motion-section] .v5-section-intro,[data-motion-section] .v5-story,[data-motion-section] .v5-ai__panel,[data-motion-section] .v5-network__panel,[data-motion-section] .v5-partners__intro,[data-motion-section] .v5-partners__grid,[data-motion-section] .v5-download__panel{opacity:.01;transform:translateY(28px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
[data-motion-section].motion-in .v5-section-intro,[data-motion-section].motion-in .v5-story,[data-motion-section].motion-in .v5-ai__panel,[data-motion-section].motion-in .v5-network__panel,[data-motion-section].motion-in .v5-partners__intro,[data-motion-section].motion-in .v5-partners__grid,[data-motion-section].motion-in .v5-download__panel{opacity:1;transform:none}
.v5-platforms.motion-in .v5-story:nth-of-type(2){transition-delay:.08s}.v5-platforms.motion-in .v5-story:nth-of-type(3){transition-delay:.16s}.v5-platforms.motion-in .v5-story:nth-of-type(4){transition-delay:.24s}

/* responsive */
@media(max-width:1050px){
  .premium-nav{gap:18px}.premium-nav a{font-size:11.5px}
  .v5-story__copy{padding:54px}
  .v5-ai__copy{padding:58px}
}
@media(max-width:900px){
  .v5-hero__devices{height:540px}.v5-phone--center{width:270px;height:545px}.v5-phone--left,.v5-phone--right{width:200px;height:405px}.v5-phone--left{transform:translateX(calc(-50% - 215px)) translateY(35px) rotate(-7deg)}.v5-phone--right{transform:translateX(calc(-50% + 215px)) translateY(35px) rotate(7deg)}
  .v5-story,.v5-ai__panel,.v5-network__panel,.v5-download__panel{grid-template-columns:1fr}
  .v5-story--vendor .v5-story__visual{order:2}.v5-story__visual{min-height:500px}
  .v5-journey__grid{grid-template-columns:1fr;gap:50px}.v5-journey__intro{position:static}
  .v5-ai__visual{min-height:560px}.v5-network__panel{padding:56px}.v5-network__visual{min-height:390px}
  .v5-partners__grid{grid-template-columns:1fr}.v5-download__visual{min-height:520px}.v5-download__phone{right:calc(50% - 150px)}
}
@media(max-width:620px){
  .premium-header__inner{height:70px}.premium-brand img{height:40px!important}
  .v5-hero{padding-top:55px}.v5-hero__copy h1{font-size:56px}.v5-hero__copy>p{font-size:13px}.v5-hero__devices{height:440px;margin-top:28px}.v5-phone--center{width:205px;height:415px}.v5-phone--left,.v5-phone--right{width:148px;height:300px}.v5-phone--left{transform:translateX(calc(-50% - 135px)) translateY(55px) rotate(-8deg)}.v5-phone--right{transform:translateX(calc(-50% + 135px)) translateY(55px) rotate(8deg)}.v5-hero__proof{grid-template-columns:1fr;margin-top:14px}.v5-hero__proof>div{padding:14px 0;text-align:left}.v5-hero__proof>div+div{border-left:0;border-top:1px solid #e4e4e7}.v5-hero__proof span{margin-left:0}
  .v5-section-intro{padding-top:95px}.v5-section-intro h2{font-size:46px}
  .v5-story{min-height:620px;border-radius:30px}.v5-story__copy{padding:34px 28px}.v5-story h3{font-size:43px}.v5-story__visual{min-height:370px}.v5-story-phone--single{width:225px;height:455px}.v5-story-phone--front{width:220px;height:445px;right:7%;bottom:-80px}.v5-story-phone--back{width:160px;height:325px;left:5%;bottom:38px}
  .v5-journey{padding:95px 0}.v5-journey h2{font-size:47px}.v5-timeline__item{grid-template-columns:58px 1fr;gap:17px}.v5-timeline__item figure{width:58px;height:58px;border-radius:18px}.v5-timeline:before{left:29px}
  .v5-ai{padding:95px 0}.v5-ai__panel{border-radius:30px}.v5-ai__copy{padding:36px 28px}.v5-ai__copy h2{font-size:45px}.v5-ai__visual{min-height:470px}.v5-ai-phone{width:175px;height:355px;top:62px}.v5-ai-phone--back{left:5%}.v5-ai-phone--front{right:5%}
  .v5-network__panel{padding:38px 27px;border-radius:30px}.v5-network__copy h2{font-size:45px}.v5-network__visual{min-height:330px;transform:scale(.88);transform-origin:center}
  .v5-partners{padding-bottom:95px}.v5-partners__intro h2{font-size:43px}.v5-partner{grid-template-columns:74px 1fr;padding:28px 24px;min-height:270px}.v5-partner>img{width:68px;height:68px;border-radius:20px}.v5-partner h3{font-size:30px}
  .v5-download{padding-bottom:95px}.v5-download__panel{padding:40px 26px 0;border-radius:30px}.v5-download__copy h2{font-size:46px}.v5-download__visual{min-height:500px}.v5-download__phone{width:225px;height:455px;right:calc(50% - 112px);bottom:-90px}.v5-download__qr{left:2px;bottom:45px}
}
@media(prefers-reduced-motion:reduce){
  [data-motion-section] .v5-section-intro,[data-motion-section] .v5-story,[data-motion-section] .v5-ai__panel,[data-motion-section] .v5-network__panel,[data-motion-section] .v5-partners__intro,[data-motion-section] .v5-partners__grid,[data-motion-section] .v5-download__panel,.v5-timeline__item{opacity:1!important;transform:none!important;transition:none!important}
}


/* =========================================================
   ESSENTILY PREMIUM HOMEPAGE V6
   Wider, bolder, less boxed
   ========================================================= */

:root{--shell:min(1440px,calc(100vw - 80px))}

/* Header */
.premium-header__inner{width:min(1440px,calc(100% - 70px));height:82px;grid-template-columns:290px 1fr 165px}
.premium-brand img{height:54px!important;max-width:285px!important}
.premium-nav{gap:34px}
.premium-nav a{font-size:13px}
.premium-header__cta{padding:12px 19px;font-size:12.5px}
@media(max-width:1180px){
  .premium-header__inner{grid-template-columns:245px 1fr 155px}
  .premium-brand img{height:48px!important}
  .premium-nav{gap:22px}.premium-nav a{font-size:12px}
}

/* Hero becomes a true product launch scene */
.v5-hero{padding-top:86px;padding-bottom:82px}
.v5-hero__copy{max-width:1020px}
.v5-hero__icon{width:64px;height:64px;border-radius:19px}
.v5-hero__copy h1{font-size:clamp(78px,8.5vw,124px);margin-top:14px}
.v5-hero__copy>p{max-width:760px;font-size:18px;line-height:1.75}
.v5-hero__devices{height:700px;max-width:1250px;margin-top:50px}
.v5-phone--center{width:346px;height:700px}
.v5-phone--left,.v5-phone--right{width:275px;height:557px;top:96px}
.v5-phone--left{transform:translateX(calc(-50% - 330px)) rotate(-7deg)}
.v5-phone--right{transform:translateX(calc(-50% + 330px)) rotate(7deg)}
.v5-hero__proof{max-width:1080px;margin-top:32px}
.v5-hero__proof strong{font-size:18px}
.v5-hero__proof span{font-size:11px;max-width:280px}

/* Intro scale */
.v5-section-intro{max-width:1060px;padding-top:165px;padding-bottom:70px}
.v5-section-intro h2{font-size:clamp(62px,6.7vw,94px)}
.v5-section-intro p{max-width:760px;font-size:15px}

/* Product stories: wider and more confident */
.v5-platforms{padding-bottom:165px}
.v5-story{min-height:760px;margin-bottom:32px;border-radius:50px}
.v5-story__copy{padding:84px 90px}
.v5-story h3{font-size:clamp(54px,5.5vw,78px)}
.v5-story__copy>p{max-width:570px;font-size:14.5px}
.v5-app-label img{width:62px;height:62px;border-radius:18px}
.v5-app-label b{font-size:17px}
.v5-story__visual{min-height:760px}
.v5-story-phone--single{width:330px;height:665px;bottom:-74px}
.v5-story-phone--back{width:255px;height:516px;left:14%;bottom:68px}
.v5-story-phone--front{width:335px;height:675px;right:12%;bottom:-82px}

/* Journey: bigger reading scale and stronger rhythm */
.v5-journey{padding:175px 0}
.v5-journey__grid{grid-template-columns:.78fr 1.22fr;gap:145px}
.v5-journey h2{font-size:clamp(62px,6.7vw,92px)}
.v5-journey__intro>p{font-size:15px;max-width:560px}
.v5-timeline__item{grid-template-columns:82px 1fr;gap:30px;padding:38px 0 48px}
.v5-timeline:before{left:41px}
.v5-timeline__item figure{width:82px;height:82px;border-radius:25px}
.v5-timeline__item h3{font-size:32px}
.v5-timeline__item p{font-size:13px}

/* AI showcase */
.v5-ai{padding:165px 0}
.v5-ai__panel{min-height:790px;border-radius:52px}
.v5-ai__copy{padding:92px}
.v5-ai__copy h2{font-size:clamp(62px,6.5vw,90px)}
.v5-ai__copy>p{font-size:15px;max-width:570px}
.v5-ai__visual{min-height:790px}
.v5-ai-phone{width:290px;height:585px;top:88px}
.v5-ai-phone--back{left:16%}.v5-ai-phone--front{right:14%}

/* Full-bleed network break */
.v6-network{padding:0;background:
  radial-gradient(circle at 83% 12%,rgba(95,159,87,.16),transparent 25%),
  radial-gradient(circle at 8% 90%,rgba(255,82,15,.10),transparent 28%),
  #16191b;color:#fff}
.v6-network__inner{display:grid;grid-template-columns:.88fr 1.12fr;gap:120px;min-height:760px;padding-top:110px;padding-bottom:110px}
.v6-network .v5-network__copy{align-self:center}
.v6-network .v5-network__copy h2{font-size:clamp(62px,6.7vw,92px)}
.v6-network .v5-network__copy>p{font-size:15px;max-width:580px}
.v6-network .v5-network__visual{min-height:540px;align-self:center}
.v6-network .v5-network__ring--1{width:470px;height:470px}
.v6-network .v5-network__ring--2{width:320px;height:320px}
.v6-network .v5-network-node{padding:13px 16px;font-size:10px}
.v6-network .v5-network-node img{width:36px;height:36px}

/* Partner area: larger, no cramped cards */
.v5-partners{padding:150px 0 165px}
.v5-partners__intro{max-width:1050px;margin-bottom:58px}
.v5-partners__intro h2{font-size:clamp(58px,6vw,82px)}
.v5-partners__grid{gap:30px}
.v5-partner{min-height:390px;padding:56px;border-radius:40px;grid-template-columns:125px 1fr}
.v5-partner>img{width:112px;height:112px;border-radius:31px}
.v5-partner h3{font-size:45px}
.v5-partner p{font-size:12.5px}

/* Download finale */
.v5-download{padding-bottom:175px}
.v5-download__panel{min-height:810px;padding:96px;border-radius:52px}
.v5-download__copy>img{width:104px;height:104px;border-radius:29px}
.v5-download__copy h2{font-size:clamp(64px,6.8vw,96px)}
.v5-download__copy>p{font-size:15px;max-width:560px}
.v5-download__visual{min-height:610px}
.v5-download__phone{width:345px;height:695px;right:95px;bottom:-145px}
.v5-download__qr{left:40px;bottom:85px;padding:15px}

/* Footer */
.premium-footer__lead{padding-top:110px}
.premium-footer__lead h2{font-size:clamp(46px,4.8vw,66px)}
.premium-footer__grid{padding-top:52px;padding-bottom:52px}
.premium-footer__brand img{height:72px!important;max-width:360px!important}
.footer-column h3{font-size:13px}
.footer-column a{font-size:12px}

/* large screens get more breathing room */
@media(min-width:1600px){
  :root{--shell:min(1520px,calc(100vw - 100px))}
  .premium-header__inner{width:min(1520px,calc(100% - 90px))}
}

/* tablet */
@media(max-width:1050px){
  :root{--shell:min(100%,calc(100vw - 46px))}
  .v5-hero__devices{height:560px}
  .v5-phone--center{width:275px;height:555px}
  .v5-phone--left,.v5-phone--right{width:205px;height:415px}
  .v5-phone--left{transform:translateX(calc(-50% - 220px)) translateY(35px) rotate(-7deg)}
  .v5-phone--right{transform:translateX(calc(-50% + 220px)) translateY(35px) rotate(7deg)}
  .v5-story__copy{padding:58px}
  .v6-network__inner{grid-template-columns:1fr;gap:55px}
  .v6-network .v5-network__visual{min-height:450px}
}

/* mobile */
@media(max-width:620px){
  :root{--shell:calc(100vw - 28px)}
  .premium-header__inner{width:calc(100% - 28px);height:72px}
  .premium-brand img{height:42px!important}
  .v5-hero{padding-top:62px}
  .v5-hero__copy h1{font-size:58px}
  .v5-hero__copy>p{font-size:13px}
  .v5-hero__devices{height:455px}
  .v5-phone--center{width:210px;height:425px}
  .v5-phone--left,.v5-phone--right{width:150px;height:304px}
  .v5-phone--left{transform:translateX(calc(-50% - 135px)) translateY(55px) rotate(-8deg)}
  .v5-phone--right{transform:translateX(calc(-50% + 135px)) translateY(55px) rotate(8deg)}
  .v5-section-intro{padding-top:100px}
  .v5-section-intro h2{font-size:48px}
  .v5-story{min-height:640px;border-radius:30px}
  .v5-story__copy{padding:36px 28px}
  .v5-story h3{font-size:44px}
  .v5-story__visual{min-height:380px}
  .v5-story-phone--single{width:228px;height:460px}
  .v5-story-phone--front{width:225px;height:455px}
  .v5-story-phone--back{width:158px;height:320px}
  .v5-journey{padding:100px 0}
  .v5-journey h2{font-size:48px}
  .v5-timeline__item{grid-template-columns:60px 1fr;gap:18px}
  .v5-timeline:before{left:30px}
  .v5-timeline__item figure{width:60px;height:60px;border-radius:18px}
  .v5-timeline__item h3{font-size:25px}
  .v5-ai{padding:100px 0}
  .v5-ai__panel{min-height:670px;border-radius:30px}
  .v5-ai__copy{padding:38px 28px}
  .v5-ai__copy h2{font-size:47px}
  .v5-ai__visual{min-height:470px}
  .v5-ai-phone{width:175px;height:355px;top:62px}
  .v6-network__inner{padding-top:90px;padding-bottom:90px}
  .v6-network .v5-network__copy h2{font-size:47px}
  .v6-network .v5-network__visual{min-height:330px;transform:scale(.88)}
  .v5-partners{padding:95px 0}
  .v5-partners__intro h2{font-size:44px}
  .v5-partner{grid-template-columns:76px 1fr;min-height:280px;padding:28px 24px}
  .v5-partner>img{width:70px;height:70px;border-radius:20px}
  .v5-partner h3{font-size:31px}
  .v5-download{padding-bottom:100px}
  .v5-download__panel{min-height:750px;padding:42px 26px 0;border-radius:30px}
  .v5-download__copy h2{font-size:48px}
  .v5-download__visual{min-height:500px}
  .v5-download__phone{width:230px;height:465px;right:calc(50% - 115px);bottom:-95px}
  .v5-download__qr{left:2px;bottom:48px}
  .premium-footer__brand img{height:58px!important}
}


/* =========================================================
   DOWNLOAD SECTION V6.2 — full reset
   Removes the oversized rounded promo card and QR placeholder.
   ========================================================= */
.v62-download{
    position:relative;
    overflow:hidden;
    padding:150px 0 0;
    background:
        radial-gradient(circle at 76% 25%,rgba(95,159,87,.11),transparent 24%),
        radial-gradient(circle at 28% 86%,rgba(255,82,15,.10),transparent 28%),
        #151719;
    color:#fff;
}
.v62-download__inner{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:90px;
    align-items:center;
    min-height:780px;
}
.v62-download__copy{
    align-self:center;
    padding-bottom:130px;
}
.v62-download__icon{
    width:82px;
    height:82px;
    margin-bottom:26px;
    border-radius:24px;
    box-shadow:0 24px 60px rgba(255,82,15,.22);
}
.v62-download__copy h2{
    margin:14px 0 22px;
    color:#fff;
    font:900 clamp(62px,6.7vw,94px)/.94 Nunito,sans-serif;
    letter-spacing:-.055em;
}
.v62-download__copy h2 em{
    color:#ff7440;
    font-style:normal;
}
.v62-download__copy>p{
    max-width:560px;
    margin:0;
    color:#b9c0c5;
    font-size:15px;
    line-height:1.85;
}
.v62-download__availability{
    display:flex;
    align-items:center;
    gap:11px;
    margin-top:31px;
    color:#b8bec3;
    font-size:10px;
}
.v62-download__availability>span{
    color:#ff8a5b;
    font-weight:800;
    letter-spacing:.07em;
    text-transform:uppercase;
}
.v62-download__availability i{
    width:4px;
    height:4px;
    border-radius:50%;
    background:#5e6469;
}
.v62-download__availability b{
    color:#fff;
    font-weight:700;
}
.v62-store-buttons{
    margin-top:20px;
}
.v62-store-buttons .store-button{
    min-width:165px;
    border:1px solid rgba(255,255,255,.12);
    background:#fff;
    color:#17191b;
    box-shadow:none;
}
.v62-store-buttons .store-button small{
    color:#777d83;
}
.v62-download__visual{
    position:relative;
    min-height:760px;
    align-self:end;
    perspective:1500px;
}
.v62-download__glow{
    position:absolute;
    border-radius:50%;
    filter:blur(65px);
    pointer-events:none;
}
.v62-download__glow--orange{
    width:390px;
    height:390px;
    left:28%;
    bottom:110px;
    background:rgba(255,82,15,.20);
}
.v62-download__glow--green{
    width:360px;
    height:360px;
    right:2%;
    top:150px;
    background:rgba(94,159,87,.16);
}
.v62-device{
    position:absolute;
    overflow:hidden;
    padding:7px;
    border-radius:42px;
    background:#202326;
    box-shadow:0 40px 95px rgba(0,0,0,.34);
    transition:transform .4s cubic-bezier(.2,.7,.2,1);
}
.v62-device img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    border-radius:34px;
}
.v62-device--main{
    z-index:4;
    left:50%;
    bottom:-105px;
    width:330px;
    height:666px;
    transform:translateX(-50%) rotate(1.5deg);
}
.v62-device--left{
    z-index:2;
    left:4%;
    bottom:-10px;
    width:230px;
    height:465px;
    transform:rotate(-9deg);
}
.v62-device--right{
    z-index:3;
    right:1%;
    bottom:28px;
    width:235px;
    height:475px;
    transform:rotate(8deg);
}
.v62-download__visual:hover .v62-device--main{
    transform:translateX(-50%) translateY(-10px) rotate(1deg);
}
.v62-download__visual:hover .v62-device--left{
    transform:translate(-8px,-5px) rotate(-10deg);
}
.v62-download__visual:hover .v62-device--right{
    transform:translate(8px,-5px) rotate(9deg);
}

@media(max-width:1050px){
    .v62-download__inner{
        grid-template-columns:1fr;
        gap:20px;
    }
    .v62-download__copy{
        padding-bottom:0;
        text-align:center;
    }
    .v62-download__copy>p{
        margin-left:auto;
        margin-right:auto;
    }
    .v62-download__icon{
        margin-left:auto;
        margin-right:auto;
    }
    .v62-download__availability,
    .v62-store-buttons{
        justify-content:center;
    }
    .v62-download__visual{
        min-height:680px;
        width:min(760px,100%);
        margin:0 auto;
    }
}
@media(max-width:620px){
    .v62-download{
        padding-top:95px;
    }
    .v62-download__inner{
        gap:0;
    }
    .v62-download__copy h2{
        font-size:48px;
    }
    .v62-download__copy>p{
        font-size:13px;
    }
    .v62-download__availability{
        justify-content:center;
    }
    .v62-store-buttons{
        flex-direction:column;
        align-items:center;
    }
    .v62-download__visual{
        min-height:510px;
        margin-top:25px;
    }
    .v62-device--main{
        width:220px;
        height:445px;
        bottom:-72px;
    }
    .v62-device--left{
        width:150px;
        height:305px;
        left:-4px;
        bottom:10px;
    }
    .v62-device--right{
        width:150px;
        height:305px;
        right:-4px;
        bottom:25px;
    }
}
@media(prefers-reduced-motion:reduce){
    .v62-device{transition:none!important}
}


/* =========================================================
   HEADER ALIGNMENT FIX — V6.1
   Keep the navigation mathematically centered regardless
   of logo / CTA widths.
   ========================================================= */
@media(min-width:901px){
    .premium-header__inner{
        display:grid!important;
        grid-template-columns:1fr auto 1fr!important;
        align-items:center!important;
        width:min(1520px,calc(100% - 64px))!important;
        height:82px!important;
        margin:0 auto!important;
        padding:0!important;
        gap:24px!important;
    }

    .premium-brand{
        justify-self:start!important;
        align-self:center!important;
        display:flex!important;
        align-items:center!important;
        height:100%!important;
        margin:0!important;
        padding:0!important;
    }

    .premium-brand img{
        display:block!important;
        width:auto!important;
        height:52px!important;
        max-width:285px!important;
        margin:0!important;
        object-fit:contain!important;
    }

    .premium-nav{
        justify-self:center!important;
        align-self:center!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        gap:30px!important;
        margin:0!important;
        padding:0!important;
        white-space:nowrap!important;
    }

    .premium-header__actions{
        justify-self:end!important;
        align-self:center!important;
        display:flex!important;
        align-items:center!important;
        margin:0!important;
        padding:0!important;
    }

    .premium-header__cta{
        margin:0!important;
        white-space:nowrap!important;
    }
}

@media(min-width:901px) and (max-width:1180px){
    .premium-header__inner{
        width:min(1120px,calc(100% - 40px))!important;
        gap:18px!important;
    }

    .premium-brand img{
        height:46px!important;
    }

    .premium-nav{
        gap:18px!important;
    }

    .premium-nav a{
        font-size:11.5px!important;
    }
}




/* =========================================================
   V6.3 FINAL POLISH
   Typography, spacing, image crop and micro-motion only.
   No structural redesign.
   ========================================================= */

/* Header: more presence, same centered geometry */
@media(min-width:901px){
    .premium-header__inner{
        height:86px!important;
    }
    .premium-brand img{
        height:56px!important;
        max-width:300px!important;
    }
    .premium-nav a{
        font-size:13px!important;
        font-weight:600!important;
        color:#34383d!important;
    }
    .premium-nav{
        gap:32px!important;
    }
    .premium-header__cta{
        padding:12px 19px!important;
        font-size:12.5px!important;
        font-weight:700!important;
    }
}

/* Hero: slightly larger product, less empty space */
.v5-hero{
    padding-top:76px!important;
    padding-bottom:58px!important;
}
.v5-hero__copy h1{
    margin-bottom:16px!important;
}
.v5-hero__devices{
    height:660px!important;
    margin-top:34px!important;
}
.v5-phone--center{
    width:360px!important;
    height:727px!important;
}
.v5-phone--left,
.v5-phone--right{
    width:286px!important;
    height:579px!important;
    top:82px!important;
}
.v5-phone--left{
    transform:translateX(calc(-50% - 340px)) rotate(-7deg)!important;
}
.v5-phone--right{
    transform:translateX(calc(-50% + 340px)) rotate(7deg)!important;
}
.v5-hero__proof{
    margin-top:10px!important;
    max-width:1120px!important;
}
.v5-hero__proof>div{
    padding-top:20px!important;
}

/* Product stories: crop each app screenshot more intentionally */
.v5-story{
    min-height:745px!important;
}
.v5-story__visual{
    min-height:745px!important;
}
.v5-story-phone--single{
    width:320px!important;
    height:646px!important;
    bottom:-35px!important;
}
.v5-story--vendor .v5-story-phone--single{
    width:330px!important;
    height:667px!important;
    bottom:-78px!important;
}
.v5-story--vendor .v5-story-phone--single img{
    object-position:center top!important;
}
.v5-story--driver .v5-story-phone--single{
    width:326px!important;
    height:658px!important;
    bottom:-88px!important;
}
.v5-story--driver .v5-story-phone--single img{
    object-position:center top!important;
}
.v5-story-phone--front{
    width:340px!important;
    height:687px!important;
    bottom:-74px!important;
}
.v5-story-phone--back{
    width:258px!important;
    height:522px!important;
    bottom:70px!important;
}
.v5-story__copy>p{
    font-size:14.5px!important;
}
.v5-story h3{
    margin-bottom:16px!important;
}

/* Journey: stronger path and active progression */
.v5-timeline:before{
    width:2px!important;
    background:linear-gradient(
        180deg,
        rgba(255,82,15,.95) 0%,
        rgba(255,138,40,.92) 52%,
        rgba(92,157,88,.95) 100%
    )!important;
    box-shadow:0 0 18px rgba(255,82,15,.12);
}
.v5-timeline__item{
    opacity:.32!important;
    transition:
        opacity .55s ease,
        transform .55s ease,
        border-color .35s ease!important;
}
.v5-timeline__item.is-active{
    opacity:1!important;
}
.v5-timeline__item.is-active figure{
    transform:scale(1.04);
    box-shadow:0 16px 36px rgba(0,0,0,.18);
}
.v5-timeline__item figure{
    transition:transform .35s ease,box-shadow .35s ease!important;
}
.v5-timeline__item h3{
    font-size:31px!important;
}
.v5-timeline__item p{
    font-size:13px!important;
    max-width:520px;
}

/* AI: let the product screens dominate */
.v5-ai__panel{
    min-height:780px!important;
}
.v5-ai__visual{
    min-height:780px!important;
}
.v5-ai-phone{
    width:305px!important;
    height:616px!important;
    top:80px!important;
}
.v5-ai-phone--back{
    left:13%!important;
    transform:rotate(-8deg)!important;
}
.v5-ai-phone--front{
    right:12%!important;
    transform:rotate(5deg)!important;
}
.v5-ai__copy>p{
    font-size:14.5px!important;
}

/* Network: only increase readability; keep the current composition */
.v6-network__inner{
    min-height:735px!important;
}
.v6-network .v5-network__copy>p{
    font-size:14.5px!important;
}
.v6-network .v5-network__visual{
    transform:scale(1.04);
    transform-origin:center;
}

/* Partner conversion: make it feel important after the dark network story */
.v5-partners{
    padding-top:150px!important;
}
.v5-partners__grid{
    gap:28px!important;
}
.v5-partner{
    min-height:420px!important;
    padding:58px!important;
    grid-template-columns:135px 1fr!important;
    border-radius:40px!important;
}
.v5-partner>img{
    width:120px!important;
    height:120px!important;
    border-radius:33px!important;
}
.v5-partner h3{
    font-size:47px!important;
    margin-bottom:14px!important;
}
.v5-partner p{
    font-size:13px!important;
    max-width:480px;
}
.v5-partner a{
    margin-top:24px!important;
    font-size:12.5px!important;
}

/* V6.2 download finale: larger left copy and phones rise into the scene */
.v62-download{
    padding-top:165px!important;
}
.v62-download__inner{
    min-height:820px!important;
}
.v62-download__copy h2{
    font-size:clamp(68px,7vw,102px)!important;
}
.v62-download__copy>p{
    max-width:590px!important;
    font-size:15.5px!important;
}
.v62-download__icon{
    width:92px!important;
    height:92px!important;
    border-radius:26px!important;
}
.v62-download__visual{
    min-height:800px!important;
}
.v62-device--main{
    width:350px!important;
    height:707px!important;
    bottom:-75px!important;
}
.v62-device--left{
    width:248px!important;
    height:501px!important;
    bottom:42px!important;
}
.v62-device--right{
    width:252px!important;
    height:509px!important;
    bottom:68px!important;
}
.v62-store-buttons .store-button{
    min-width:178px!important;
}

/* Footer: finish at the same visual scale as the rest of the homepage */
.premium-footer__lead{
    padding-top:118px!important;
}
.premium-footer__lead h2{
    font-size:clamp(50px,5vw,72px)!important;
}
.premium-footer__support p{
    font-size:12.5px!important;
}
.premium-footer__brand img{
    height:78px!important;
    max-width:390px!important;
}
.premium-footer__brand p{
    max-width:390px!important;
    font-size:12.5px!important;
    line-height:1.8!important;
}
.footer-column h3{
    font-size:14px!important;
}
.footer-column a{
    font-size:12.5px!important;
}
.premium-footer__bottom{
    font-size:10px!important;
}

/* Desktop hover details */
@media(min-width:901px){
    .v5-story{
        transition:transform .35s ease,box-shadow .35s ease!important;
    }
    .v5-story:hover{
        transform:translateY(-4px)!important;
        box-shadow:0 36px 90px rgba(0,0,0,.07)!important;
    }
    .v5-partner{
        transition:transform .35s ease,box-shadow .35s ease!important;
    }
    .v5-partner:hover{
        transform:translateY(-6px)!important;
        box-shadow:0 30px 80px rgba(0,0,0,.08)!important;
    }
}

/* Tablet */
@media(max-width:1050px){
    .v5-phone--center{
        width:286px!important;
        height:578px!important;
    }
    .v5-phone--left,.v5-phone--right{
        width:214px!important;
        height:433px!important;
    }
    .v5-phone--left{
        transform:translateX(calc(-50% - 225px)) translateY(32px) rotate(-7deg)!important;
    }
    .v5-phone--right{
        transform:translateX(calc(-50% + 225px)) translateY(32px) rotate(7deg)!important;
    }
    .v5-ai-phone{
        width:245px!important;
        height:495px!important;
    }
    .v5-partner{
        grid-template-columns:110px 1fr!important;
        padding:44px!important;
    }
    .v5-partner>img{
        width:98px!important;
        height:98px!important;
    }
    .v62-download__copy{
        padding-bottom:0!important;
    }
}

/* Mobile */
@media(max-width:620px){
    .premium-brand img{
        height:42px!important;
    }
    .v5-hero{
        padding-top:56px!important;
    }
    .v5-hero__devices{
        height:455px!important;
    }
    .v5-phone--center{
        width:212px!important;
        height:429px!important;
    }
    .v5-phone--left,.v5-phone--right{
        width:150px!important;
        height:304px!important;
    }
    .v5-phone--left{
        transform:translateX(calc(-50% - 135px)) translateY(55px) rotate(-8deg)!important;
    }
    .v5-phone--right{
        transform:translateX(calc(-50% + 135px)) translateY(55px) rotate(8deg)!important;
    }
    .v5-story-phone--single{
        width:228px!important;
        height:460px!important;
        bottom:-70px!important;
    }
    .v5-story-phone--front{
        width:225px!important;
        height:455px!important;
    }
    .v5-story-phone--back{
        width:158px!important;
        height:320px!important;
    }
    .v5-ai-phone{
        width:177px!important;
        height:358px!important;
        top:60px!important;
    }
    .v5-partner{
        min-height:280px!important;
        grid-template-columns:76px 1fr!important;
        padding:28px 24px!important;
    }
    .v5-partner>img{
        width:70px!important;
        height:70px!important;
        border-radius:20px!important;
    }
    .v5-partner h3{
        font-size:31px!important;
    }
    .v62-download{
        padding-top:100px!important;
    }
    .v62-download__inner{
        min-height:auto!important;
    }
    .v62-download__copy h2{
        font-size:50px!important;
    }
    .v62-download__visual{
        min-height:520px!important;
    }
    .v62-device--main{
        width:225px!important;
        height:455px!important;
        bottom:-75px!important;
    }
    .v62-device--left,.v62-device--right{
        width:150px!important;
        height:305px!important;
    }
    .v62-device--left{bottom:20px!important}
    .v62-device--right{bottom:35px!important}
    .premium-footer__brand img{
        height:60px!important;
    }
}


/* =========================================================
   ESSENTILY HOMEPAGE V6.4 — FINAL MICRO POLISH
   No structural changes. This is the freeze-candidate pass.
   ========================================================= */

/* Hero: reduce the gap between actions and the product stage */
@media(min-width:901px){
    .v5-hero__devices{
        margin-top:12px!important;
    }
    .v5-hero__proof{
        margin-top:4px!important;
    }
    .v5-hero__proof strong{
        font-size:19px!important;
    }
    .v5-hero__proof span{
        font-size:11.5px!important;
        line-height:1.6!important;
    }
}

/* Vendor / Driver: reveal more of the real dashboard screens */
@media(min-width:901px){
    .v5-story--vendor .v5-story-phone--single{
        bottom:-18px!important;
    }
    .v5-story--driver .v5-story-phone--single{
        bottom:-28px!important;
    }
}

/* How It Works: balance the left editorial copy against the taller timeline */
@media(min-width:901px){
    .v5-journey__grid{
        align-items:center!important;
    }
    .v5-journey__intro{
        align-self:center!important;
        top:150px!important;
    }
    .v5-journey__intro>p{
        font-size:15.5px!important;
        line-height:1.9!important;
    }
    .v5-timeline__item p{
        font-size:13.5px!important;
        line-height:1.75!important;
    }
}

/* AI showcase: product screens carry more of the composition */
@media(min-width:901px){
    .v5-ai-phone{
        width:328px!important;
        height:663px!important;
        top:62px!important;
    }
    .v5-ai-phone--back{
        left:9%!important;
        transform:rotate(-8deg)!important;
    }
    .v5-ai-phone--front{
        right:8%!important;
        transform:rotate(5deg)!important;
    }
}

/* Partner cards: stronger conversion moment */
@media(min-width:901px){
    .v5-partner{
        min-height:455px!important;
        padding:64px!important;
        grid-template-columns:148px 1fr!important;
    }
    .v5-partner>img{
        width:132px!important;
        height:132px!important;
        border-radius:36px!important;
    }
    .v5-partner h3{
        font-size:50px!important;
        line-height:.97!important;
    }
    .v5-partner p{
        font-size:13.5px!important;
        line-height:1.8!important;
    }
}

/* Download finale: make the phones rise more decisively into the scene */
@media(min-width:901px){
    .v62-device--main{
        bottom:-28px!important;
    }
    .v62-device--left{
        bottom:78px!important;
    }
    .v62-device--right{
        bottom:100px!important;
    }
}

/* Footer: final readability increase */
@media(min-width:901px){
    .premium-footer__grid{
        row-gap:34px!important;
    }
    .footer-column h3{
        margin-bottom:17px!important;
        font-size:14.5px!important;
    }
    .footer-column a{
        font-size:13px!important;
        line-height:1.65!important;
        margin-bottom:7px!important;
    }
    .premium-footer__brand p{
        font-size:13px!important;
        line-height:1.85!important;
    }
    .premium-footer__bottom{
        padding-top:28px!important;
        padding-bottom:38px!important;
        font-size:10.5px!important;
    }
}

/* Keep the final polish restrained on tablet and mobile */
@media(max-width:900px){
    .v5-hero__devices{
        margin-top:22px!important;
    }
    .v5-story--vendor .v5-story-phone--single,
    .v5-story--driver .v5-story-phone--single{
        bottom:-58px!important;
    }
    .v5-journey__intro{
        position:static!important;
    }
    .v5-ai-phone{
        width:245px!important;
        height:495px!important;
        top:64px!important;
    }
    .v5-partner{
        min-height:320px!important;
    }
    .v62-device--main{
        bottom:-52px!important;
    }
    .v62-device--left{
        bottom:38px!important;
    }
    .v62-device--right{
        bottom:54px!important;
    }
}

@media(max-width:620px){
    .v5-story--vendor .v5-story-phone--single,
    .v5-story--driver .v5-story-phone--single{
        bottom:-64px!important;
    }
    .v5-ai-phone{
        width:177px!important;
        height:358px!important;
        top:60px!important;
    }
    .v5-partner{
        min-height:280px!important;
    }
    .v62-device--main{
        bottom:-72px!important;
    }
    .v62-device--left{
        bottom:20px!important;
    }
    .v62-device--right{
        bottom:35px!important;
    }
}




/* =========================================================
   ESSENTILY V7 — GROCERY DELIVERY APP SHOWCASE
   Consumer-first homepage reset
   ========================================================= */

.g7-kicker{display:block;color:#ff520f;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.g7-kicker--light{color:#ff966d}
.g7-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border-radius:999px;font-size:12px;font-weight:800}
.g7-button--orange{background:linear-gradient(135deg,#ff7d11,#ff4b0f);color:#fff;box-shadow:0 15px 34px rgba(255,82,15,.22)}
.g7-text-link{display:inline-flex;align-items:center;gap:5px;color:#1d1d1f;font-size:12px;font-weight:800}.g7-text-link span{font-size:20px}.g7-text-link--orange{color:#ff520f}
.g7-heading{max-width:900px;text-align:center}
.g7-heading h2{margin:13px 0 16px;font:900 clamp(50px,5.8vw,78px)/.98 Nunito,sans-serif;letter-spacing:-.045em}
.g7-heading p{max-width:700px;margin:0 auto;color:#6e747b;font-size:14px;line-height:1.85}

/* Header — consumer site scale */
@media(min-width:901px){
  .premium-header__inner{height:82px!important}
  .premium-brand img{height:54px!important}
  .premium-nav a{font-size:12.5px!important}
}

/* HERO */
.g7-hero{position:relative;overflow:hidden;padding:86px 0 78px;background:linear-gradient(180deg,#fffaf7 0%,#fff 72%,#f7faf5 100%)}
.g7-hero__wash{position:absolute;border-radius:50%;filter:blur(85px);pointer-events:none}
.g7-hero__wash--orange{width:620px;height:620px;right:23%;top:40px;background:rgba(255,101,28,.10)}
.g7-hero__wash--green{width:520px;height:520px;right:-30px;bottom:-120px;background:rgba(91,157,82,.10)}
.g7-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;min-height:790px}
.g7-hero__copy{padding-left:18px}
.g7-app-mark{display:flex;align-items:center;gap:11px;margin-bottom:23px}.g7-app-mark img{width:52px;height:52px;border-radius:15px;box-shadow:0 14px 28px rgba(255,82,15,.16)}.g7-app-mark span{color:#ff520f;font-size:9px;font-weight:800;letter-spacing:.12em}
.g7-hero h1{margin:0;font:900 clamp(66px,6.7vw,96px)/.93 Nunito,sans-serif;letter-spacing:-.052em}.g7-hero h1 em{display:inline-block;color:#ff520f;font-style:normal}
.g7-hero__copy>p{max-width:650px;margin:25px 0 0;color:#66717b;font-size:16px;line-height:1.85}
.g7-hero__actions{display:flex;align-items:center;gap:17px;margin-top:30px}
.g7-hero__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px;max-width:720px}.g7-hero__proof>div{padding:16px 0;border-top:1px solid #e6ded8}.g7-hero__proof b,.g7-hero__proof span{display:block}.g7-hero__proof b{font:900 13px Nunito,sans-serif}.g7-hero__proof span{margin-top:4px;color:#8b9299;font-size:9px;line-height:1.5}
.g7-hero__visual{position:relative;min-height:760px;perspective:1500px}
.g7-phone{position:absolute;overflow:hidden;padding:7px;border-radius:40px;background:#1f2123;box-shadow:0 42px 90px rgba(37,28,22,.18)}.g7-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:33px}
.g7-phone--home{z-index:5;left:50%;top:28px;width:330px;height:666px;transform:translateX(-50%) rotate(1deg)}
.g7-phone--categories{z-index:3;left:4%;top:128px;width:220px;height:475px;transform:rotate(-8deg)}
.g7-phone--tracking{z-index:3;right:0;top:142px;width:220px;height:475px;transform:rotate(8deg)}
.g7-float{position:absolute;z-index:8;padding:12px 14px;border:1px solid rgba(255,255,255,.9);border-radius:16px;background:rgba(255,255,255,.93);box-shadow:0 18px 45px rgba(44,32,24,.13);backdrop-filter:blur(12px)}.g7-float strong,.g7-float span{display:block}.g7-float strong{font:900 14px Nunito,sans-serif}.g7-float span{margin-top:2px;color:#878f97;font-size:7px}
.g7-float--eta{right:2%;top:86px}.g7-float--basket{left:1%;bottom:98px}.g7-float--fresh{left:52%;bottom:35px;display:flex;align-items:center;gap:8px}.g7-float--fresh i{width:10px;height:10px;border-radius:50%;background:#5f9f57;box-shadow:0 0 0 5px rgba(95,159,87,.12)}.g7-float--fresh span{margin:0;color:#42504a;font-size:8px;font-weight:700}

/* WHAT TO SHOP */
.g7-shop{padding:145px 0;background:#fff}
.g7-category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:48px}.g7-category-strip>div{padding:19px 17px;border:1px solid #ece6e1;border-radius:20px;background:#fff;box-shadow:0 13px 32px rgba(45,31,22,.04)}.g7-category-strip b,.g7-category-strip small{display:block}.g7-category-strip b{margin-top:12px;font:900 13px Nunito,sans-serif}.g7-category-strip small{margin-top:3px;color:#8a9298;font-size:8px}
.g7-cat-icon{display:block;width:32px;height:32px;border-radius:11px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}.g7-cat-icon--green{background:linear-gradient(135deg,#d9f4cf,#65a956)}.g7-cat-icon--blue{background:linear-gradient(135deg,#e7f5ff,#8fc5e8)}.g7-cat-icon--amber{background:linear-gradient(135deg,#fff2cd,#dba64a)}.g7-cat-icon--orange{background:linear-gradient(135deg,#ffe4ce,#ff7f3a)}.g7-cat-icon--pink{background:linear-gradient(135deg,#ffe6ee,#d998ae)}.g7-cat-icon--teal{background:linear-gradient(135deg,#dcf5f0,#5eb4a6)}
.g7-screen-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.g7-screen-card{position:relative;min-height:610px;padding:28px;border-radius:30px;overflow:hidden;background:#f7f7f8}.g7-screen-card:nth-child(2){background:#f3f9f1}.g7-screen-card:nth-child(3){background:#fff8f2}.g7-screen-card:nth-child(4){background:#f6f5fb}
.g7-screen-card__copy{position:relative;z-index:2}.g7-screen-card__copy>span{color:#ff520f;font-size:8px;font-weight:800}.g7-screen-card h3{margin:8px 0 8px;font:900 25px/1 Nunito,sans-serif}.g7-screen-card p{margin:0;max-width:220px;color:#7c848b;font-size:9px;line-height:1.6}
.g7-screen-card__device{position:absolute;left:50%;bottom:-82px;width:225px;height:487px;padding:5px;border-radius:31px;background:#202326;transform:translateX(-50%);box-shadow:0 28px 55px rgba(0,0,0,.13)}.g7-screen-card__device img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:26px}

/* SMART */
.g7-smart{padding:0 0 150px;background:#fff}.g7-smart__panel{display:grid;grid-template-columns:.85fr 1.15fr;min-height:720px;border-radius:44px;background:radial-gradient(circle at 80% 20%,rgba(95,159,87,.12),transparent 28%),radial-gradient(circle at 25% 85%,rgba(255,82,15,.10),transparent 30%),#f7f7f8;overflow:hidden}.g7-smart__copy{align-self:center;padding:74px}.g7-smart h2{margin:14px 0 20px;font:900 clamp(52px,5.5vw,76px)/.96 Nunito,sans-serif;letter-spacing:-.048em}.g7-smart h2 em{color:#ff520f;font-style:normal}.g7-smart__copy>p{max-width:530px;margin:0;color:#6e747b;font-size:14px;line-height:1.9}
.g7-smart__examples{display:flex;gap:9px;flex-wrap:wrap;margin-top:27px}.g7-smart__examples span{padding:9px 12px;border-radius:999px;background:#fff;color:#4f575e;font-size:9px;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.04)}
.g7-smart__visual{position:relative;min-height:720px}.g7-device{position:absolute;overflow:hidden;padding:6px;border-radius:36px;background:#202326;box-shadow:0 34px 75px rgba(0,0,0,.17)}.g7-device img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:30px}.g7-device--smart-back{left:11%;top:95px;width:250px;height:540px;transform:rotate(-7deg)}.g7-device--smart-front{right:10%;top:58px;width:280px;height:605px;transform:rotate(5deg)}

/* ORDER FLOW */
.g7-journey{padding:150px 0;background:#151719;color:#fff}.g7-journey__intro{max-width:880px}.g7-journey h2{margin:14px 0 18px;font:900 clamp(54px,6vw,82px)/.96 Nunito,sans-serif;letter-spacing:-.05em}.g7-journey__intro>p{max-width:650px;margin:0;color:#bbc1c5;font-size:14px;line-height:1.85}
.g7-order-stage{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px;align-items:center;margin-top:80px}.g7-order-copy{display:grid;gap:0}.g7-order-copy article{position:relative;padding:26px 0 29px 54px;border-bottom:1px solid rgba(255,255,255,.08)}.g7-order-copy article:before{content:"";position:absolute;left:16px;top:0;bottom:0;width:1px;background:rgba(255,255,255,.10)}.g7-order-copy article>span{position:absolute;left:0;top:27px;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff;color:#ff520f;font-size:8px;font-weight:900}.g7-order-copy h3{margin:0 0 6px;font:900 24px Nunito,sans-serif}.g7-order-copy p{margin:0;color:#aeb5ba;font-size:11px;line-height:1.65}
.g7-order-devices{position:relative;min-height:650px}.g7-order-phone{position:absolute;overflow:hidden;padding:6px;border-radius:35px;background:#202326;box-shadow:0 35px 75px rgba(0,0,0,.28)}.g7-order-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:29px}.g7-order-phone--cart{left:2%;top:108px;width:220px;height:475px;transform:rotate(-7deg)}.g7-order-phone--checkout{z-index:3;left:50%;top:22px;width:280px;height:605px;transform:translateX(-50%)}.g7-order-phone--tracking{right:0;top:112px;width:220px;height:475px;transform:rotate(7deg)}

/* LOCAL STORE */
.g7-local{padding:150px 0;background:#fff}.g7-local__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;min-height:700px;align-items:center}.g7-local__copy h2{margin:14px 0 20px;font:900 clamp(52px,5.6vw,78px)/.96 Nunito,sans-serif;letter-spacing:-.048em}.g7-local__copy h2 em{color:#ff520f;font-style:normal}.g7-local__copy>p{max-width:540px;color:#6e747b;font-size:14px;line-height:1.85}.g7-local__copy .g7-text-link{margin-top:26px}
.g7-local__visual{position:relative;min-height:650px;border-radius:44px;background:radial-gradient(circle at 75% 20%,rgba(255,82,15,.10),transparent 28%),#f7f7f8;overflow:hidden}.g7-local-phone{position:absolute;left:50%;bottom:-105px;width:325px;height:700px;padding:7px;border-radius:40px;background:#202326;transform:translateX(-50%) rotate(3deg);box-shadow:0 36px 82px rgba(0,0,0,.16)}.g7-local-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:33px}.g7-local-card{position:absolute;z-index:3;left:35px;bottom:45px;width:210px;padding:16px;border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.10)}.g7-local-card span,.g7-local-card strong,.g7-local-card small{display:block}.g7-local-card span{color:#ff520f;font-size:7px;font-weight:800;letter-spacing:.1em}.g7-local-card strong{margin-top:6px;font:900 16px/1.1 Nunito,sans-serif}.g7-local-card small{margin-top:6px;color:#7f878e;font-size:8px;line-height:1.55}

/* PARTNERS */
.g7-partners{padding:145px 0;background:#f7f7f8}.g7-partners__heading{max-width:920px;margin-bottom:48px}.g7-partners__heading h2{margin:13px 0 0;font:900 clamp(48px,5.5vw,74px)/.98 Nunito,sans-serif;letter-spacing:-.045em}
.g7-partners__grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.g7-partner{position:relative;min-height:485px;padding:48px;border-radius:34px;overflow:hidden;background:#fff}.g7-partner--driver{background:#f0f8ef}.g7-partner>img{width:74px;height:74px;border-radius:21px;box-shadow:0 16px 36px rgba(0,0,0,.10)}.g7-partner>div:not(.g7-partner__phone){position:relative;z-index:3;max-width:390px}.g7-partner span{display:block;margin-top:20px;color:#888f95;font-size:8px;font-weight:800;letter-spacing:.1em}.g7-partner h3{margin:9px 0 12px;font:900 39px/.98 Nunito,sans-serif}.g7-partner p{margin:0;color:#6e747b;font-size:11px;line-height:1.7}.g7-partner a{display:inline-flex;align-items:center;gap:4px;margin-top:20px;color:#1d1d1f;font-size:11px;font-weight:800}.g7-partner a b{color:#ff520f;font-size:18px}
.g7-partner__phone{position:absolute;right:32px;bottom:-115px;width:215px;height:462px;padding:5px;border-radius:29px;background:#202326;box-shadow:0 28px 60px rgba(0,0,0,.14)}.g7-partner__phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:24px}

/* DOWNLOAD */
.g7-download{position:relative;overflow:hidden;padding:155px 0 0;background:radial-gradient(circle at 78% 15%,rgba(95,159,87,.16),transparent 25%),radial-gradient(circle at 15% 90%,rgba(255,82,15,.12),transparent 28%),#151719;color:#fff}.g7-download__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center;min-height:780px}.g7-download__copy{padding-bottom:110px}.g7-download__copy>img{width:86px;height:86px;margin-bottom:25px;border-radius:24px;box-shadow:0 22px 50px rgba(255,82,15,.22)}.g7-download h2{margin:14px 0 20px;font:900 clamp(60px,6.6vw,92px)/.94 Nunito,sans-serif;letter-spacing:-.052em}.g7-download h2 em{color:#ff7440;font-style:normal}.g7-download__copy>p{max-width:560px;margin:0;color:#bac0c4;font-size:15px;line-height:1.85}.g7-download__status{display:flex;align-items:center;gap:10px;margin-top:28px;color:#b7bdc2;font-size:10px}.g7-download__status span{color:#ff8d61;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.g7-download__status i{width:4px;height:4px;border-radius:50%;background:#70777c}.g7-download__status b{color:#fff}.g7-store-buttons{margin-top:20px}.g7-store-buttons .store-button{border:1px solid rgba(255,255,255,.11);background:#fff;color:#17191b}
.g7-download__visual{position:relative;min-height:760px;perspective:1500px}.g7-download__device{position:absolute;overflow:hidden;padding:7px;border-radius:40px;background:#202326;box-shadow:0 40px 90px rgba(0,0,0,.35)}.g7-download__device img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:33px}.g7-download__device--center{z-index:4;left:50%;bottom:-90px;width:330px;height:666px;transform:translateX(-50%)}.g7-download__device--left{z-index:2;left:3%;bottom:40px;width:225px;height:485px;transform:rotate(-8deg)}.g7-download__device--right{z-index:3;right:1%;bottom:64px;width:225px;height:485px;transform:rotate(8deg)}

/* Motion */
@keyframes g7Float{0%,100%{translate:0 0}50%{translate:0 -8px}}
.g7-phone--home,.g7-download__device--center{animation:g7Float 7s ease-in-out infinite}
.g7-float{animation:g7Float 6s ease-in-out infinite}.g7-float--basket{animation-delay:1s}.g7-float--fresh{animation-delay:2s}
[data-motion-section] .g7-heading,[data-motion-section] .g7-smart__panel,[data-motion-section] .g7-journey__intro,[data-motion-section] .g7-order-stage,[data-motion-section] .g7-local__grid,[data-motion-section] .g7-partners__heading,[data-motion-section] .g7-partners__grid,[data-motion-section] .g7-download__grid{opacity:.01;transform:translateY(26px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
[data-motion-section].motion-in .g7-heading,[data-motion-section].motion-in .g7-smart__panel,[data-motion-section].motion-in .g7-journey__intro,[data-motion-section].motion-in .g7-order-stage,[data-motion-section].motion-in .g7-local__grid,[data-motion-section].motion-in .g7-partners__heading,[data-motion-section].motion-in .g7-partners__grid,[data-motion-section].motion-in .g7-download__grid{opacity:1;transform:none}

/* Tablet */
@media(max-width:1050px){
  .g7-hero__grid{grid-template-columns:1fr;gap:30px}.g7-hero__copy{text-align:center;padding-left:0}.g7-app-mark,.g7-hero__actions{justify-content:center}.g7-hero__copy>p{margin-left:auto;margin-right:auto}.g7-hero__proof{margin-left:auto;margin-right:auto;text-align:left}.g7-hero__visual{min-height:660px;width:min(760px,100%);margin:0 auto}
  .g7-category-strip{grid-template-columns:repeat(3,1fr)}.g7-screen-gallery{grid-template-columns:1fr 1fr}.g7-screen-card{min-height:590px}
  .g7-smart__panel,.g7-local__grid,.g7-download__grid{grid-template-columns:1fr}.g7-smart__copy{text-align:center}.g7-smart__copy>p{margin-left:auto;margin-right:auto}.g7-smart__examples{justify-content:center}
  .g7-order-stage{grid-template-columns:1fr;gap:40px}.g7-order-devices{width:min(760px,100%);margin:0 auto}.g7-local__visual{min-height:620px}.g7-partners__grid{grid-template-columns:1fr}
  .g7-download__copy{text-align:center;padding-bottom:0}.g7-download__copy>img{margin-left:auto;margin-right:auto}.g7-download__copy>p{margin-left:auto;margin-right:auto}.g7-download__status,.g7-store-buttons{justify-content:center}.g7-download__visual{width:min(760px,100%);margin:0 auto}
}

/* Mobile */
@media(max-width:620px){
  .g7-hero{padding-top:55px}.g7-hero__grid{min-height:auto}.g7-hero h1{font-size:54px}.g7-hero__copy>p{font-size:13px}.g7-hero__actions{flex-direction:column}.g7-hero__proof{grid-template-columns:1fr}.g7-hero__visual{min-height:510px}.g7-phone--home{width:205px;height:415px}.g7-phone--categories,.g7-phone--tracking{width:145px;height:313px;top:115px}.g7-phone--categories{left:0}.g7-phone--tracking{right:0}.g7-float--eta,.g7-float--basket{display:none}.g7-float--fresh{left:50%;bottom:18px;transform:translateX(-50%)}
  .g7-shop{padding:95px 0}.g7-heading h2{font-size:45px}.g7-category-strip{grid-template-columns:1fr 1fr;gap:9px}.g7-screen-gallery{grid-template-columns:1fr}.g7-screen-card{min-height:560px}
  .g7-smart{padding-bottom:95px}.g7-smart__panel{border-radius:30px}.g7-smart__copy{padding:36px 26px}.g7-smart h2{font-size:45px}.g7-smart__visual{min-height:480px}.g7-device--smart-back{left:5px;top:76px;width:165px;height:356px}.g7-device--smart-front{right:5px;top:50px;width:185px;height:400px}
  .g7-journey{padding:95px 0}.g7-journey h2{font-size:47px}.g7-order-stage{margin-top:48px}.g7-order-devices{min-height:485px}.g7-order-phone--checkout{width:195px;height:421px}.g7-order-phone--cart,.g7-order-phone--tracking{width:140px;height:302px;top:90px}.g7-order-phone--cart{left:-3px}.g7-order-phone--tracking{right:-3px}
  .g7-local{padding:95px 0}.g7-local__copy h2{font-size:46px}.g7-local__visual{min-height:520px;border-radius:30px}.g7-local-phone{width:225px;height:485px;bottom:-70px}.g7-local-card{left:14px;bottom:22px;width:170px}
  .g7-partners{padding:95px 0}.g7-partners__heading h2{font-size:43px}.g7-partner{min-height:430px;padding:28px}.g7-partner__phone{width:175px;height:377px;right:16px;bottom:-120px}.g7-partner>div:not(.g7-partner__phone){max-width:250px}
  .g7-download{padding-top:100px}.g7-download h2{font-size:48px}.g7-download__copy>p{font-size:13px}.g7-store-buttons{flex-direction:column;align-items:center}.g7-download__visual{min-height:520px}.g7-download__device--center{width:220px;height:445px;bottom:-65px}.g7-download__device--left,.g7-download__device--right{width:150px;height:323px}.g7-download__device--left{left:-4px;bottom:25px}.g7-download__device--right{right:-4px;bottom:38px}
}
@media(prefers-reduced-motion:reduce){.g7-phone--home,.g7-download__device--center,.g7-float{animation:none!important}[data-motion-section] .g7-heading,[data-motion-section] .g7-smart__panel,[data-motion-section] .g7-journey__intro,[data-motion-section] .g7-order-stage,[data-motion-section] .g7-local__grid,[data-motion-section] .g7-partners__heading,[data-motion-section] .g7-partners__grid,[data-motion-section] .g7-download__grid{opacity:1!important;transform:none!important;transition:none!important}}




/* =========================================================
   ESSENTILY V8 — ULTIMATE GROCERY APP SHOWCASE
   Inspired by retail, mobile-app and editorial landing-page
   patterns, rebuilt as a custom Essentily system.
   ========================================================= */

:root{
  --u8-orange:#ff520f;
  --u8-orange-2:#ff8a22;
  --u8-green:#5f9f57;
  --u8-green-dark:#173e2a;
  --u8-ink:#17191b;
  --u8-muted:#69727a;
  --u8-cream:#fff8f2;
  --u8-line:#e9e5e1;
}
.u8-body{background:#fff;color:var(--u8-ink)}
.u8-shell{width:min(1420px,calc(100vw - 72px));margin:0 auto}
.u8-eyebrow{display:flex;align-items:center;gap:9px;color:var(--u8-orange);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.u8-eyebrow>span{width:28px;height:2px;border-radius:2px;background:currentColor}
.u8-eyebrow--light{color:#ff9c74}
.u8-btn{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:0 21px;border-radius:999px;font-size:12px;font-weight:800;transition:transform .22s ease,box-shadow .22s ease}.u8-btn:hover{transform:translateY(-2px)}
.u8-btn--orange{background:linear-gradient(135deg,var(--u8-orange-2),var(--u8-orange));color:#fff;box-shadow:0 14px 32px rgba(255,82,15,.20)}
.u8-btn--dark{background:#191c1d;color:#fff}.u8-btn--white{background:#fff;color:#151719}
.u8-link{display:inline-flex;align-items:center;gap:5px;color:#1d1f21;font-size:12px;font-weight:800}.u8-link span{font-size:19px}

/* utility + header */
.u8-utility{background:#245f3d;color:#fff}
.u8-utility__inner{height:31px;display:flex;align-items:center;justify-content:space-between;font-size:8.5px}
.u8-utility__message{display:flex;align-items:center;gap:8px;font-weight:600}.u8-utility__message span{width:7px;height:7px;border-radius:50%;background:#9ee36e;box-shadow:0 0 0 4px rgba(158,227,110,.13)}
.u8-utility__links{display:flex;gap:20px}.u8-utility a{color:rgba(255,255,255,.83)}
.u8-header{position:sticky;top:0;z-index:90;border-bottom:1px solid rgba(22,24,26,.07);background:rgba(255,255,255,.91);backdrop-filter:blur(18px)}
.u8-header__inner{height:82px;display:grid;grid-template-columns:260px 1fr 250px;align-items:center;gap:24px}
.u8-brand{display:flex;align-items:center;justify-self:start}.u8-brand img{display:block;height:52px;width:auto}
.u8-nav{display:flex;justify-content:center;align-items:center;gap:28px}.u8-nav a{color:#3f464c;font-size:11.5px;font-weight:600;white-space:nowrap;transition:color .2s}.u8-nav a:hover{color:var(--u8-orange)}
.u8-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.u8-vendor-login{color:#596169;font-size:10.5px;font-weight:600}.u8-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 17px;border-radius:999px;background:#17191b;color:#fff;font-size:10.5px;font-weight:700}
.u8-menu-button{display:none}.u8-mobile-menu{background:#fff}

/* hero */
.u8-hero{position:relative;overflow:hidden;padding:76px 0 90px;background:linear-gradient(135deg,#fff7ef 0%,#fff 55%,#eef8ea 100%)}
.u8-hero__shape{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.u8-hero__shape--one{width:620px;height:620px;right:-170px;top:-250px;border:90px solid rgba(95,159,87,.08)}.u8-hero__shape--two{width:520px;height:520px;left:-260px;bottom:-260px;border:75px solid rgba(255,82,15,.07)}
.u8-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center;min-height:760px}
.u8-hero__copy h1{margin:18px 0 22px;font:900 clamp(66px,6.8vw,98px)/.92 Nunito,sans-serif;letter-spacing:-.055em}.u8-hero__copy h1 em{color:var(--u8-orange);font-style:normal}
.u8-hero__copy>p{max-width:660px;margin:0;color:#657079;font-size:15.5px;line-height:1.85}
.u8-hero__search{display:flex;align-items:center;gap:12px;max-width:610px;height:54px;margin-top:28px;padding:0 14px 0 17px;border:1px solid #eadfd6;border-radius:17px;background:#fff;box-shadow:0 18px 45px rgba(65,45,32,.08);color:#9aa0a6}.u8-hero__search i{font-style:normal;font-size:22px;color:#5d646b}.u8-hero__search span{flex:1;font-size:11px}.u8-hero__search b{padding:8px 11px;border-radius:999px;background:#f3f7ef;color:#538f4d;font-size:8px}
.u8-hero__actions{display:flex;align-items:center;gap:18px;margin-top:24px}
.u8-hero__meta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:690px;margin-top:34px}.u8-hero__meta>div{padding-top:14px;border-top:1px solid #e5ddd6}.u8-hero__meta strong,.u8-hero__meta span{display:block}.u8-hero__meta strong{font:900 12px Nunito,sans-serif}.u8-hero__meta span{margin-top:3px;color:#8c9399;font-size:8px}
.u8-hero__visual{position:relative;min-height:730px;perspective:1600px}
.u8-hero-phone{position:absolute;overflow:hidden;padding:7px;border-radius:42px;background:#202326;box-shadow:0 45px 100px rgba(31,25,20,.20);transition:transform .3s ease}.u8-hero-phone img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;border-radius:34px}
.u8-hero-phone--center{z-index:5;left:50%;top:10px;width:330px;height:668px;transform:translateX(-50%) rotate(1deg)}
.u8-hero-phone--left{z-index:3;left:1%;top:110px;width:230px;height:496px;transform:rotate(-8deg)}
.u8-hero-phone--right{z-index:3;right:0;top:120px;width:230px;height:496px;transform:rotate(8deg)}
.u8-bubble{position:absolute;z-index:7;display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.8);border-radius:17px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(50,36,26,.13);backdrop-filter:blur(12px)}.u8-bubble>span{grid-row:1/3;font-size:19px}.u8-bubble b,.u8-bubble small{display:block}.u8-bubble b{font:900 11px Nunito,sans-serif}.u8-bubble small{color:#8a9298;font-size:7px}.u8-bubble--fresh{left:4%;top:50px}.u8-bubble--eta{right:1%;top:55px}.u8-bubble--basket{left:11%;bottom:40px}

/* marquee */
.u8-marquee{position:relative;z-index:4;overflow:hidden;transform:rotate(-1deg);margin:-18px -10px 0;background:linear-gradient(90deg,#ff520f,#ff8a22);box-shadow:0 18px 35px rgba(255,82,15,.15)}
.u8-marquee__track{display:flex;align-items:center;gap:24px;width:max-content;padding:15px 0;color:#fff;animation:u8Marquee 25s linear infinite}.u8-marquee span{font:900 13px Nunito,sans-serif;letter-spacing:.04em}.u8-marquee i{font-style:normal;color:#ffe5d6}
@keyframes u8Marquee{to{transform:translateX(-50%)}}

/* section heads */
.u8-section-head{max-width:880px;padding-top:145px}.u8-section-head--center{text-align:center}.u8-section-head--center .u8-eyebrow{justify-content:center}.u8-section-head h2{margin:14px 0 18px;font:900 clamp(54px,5.8vw,80px)/.96 Nunito,sans-serif;letter-spacing:-.05em}.u8-section-head h2 em{color:var(--u8-orange);font-style:normal}.u8-section-head p{max-width:680px;margin:0;color:#6d767d;font-size:14px;line-height:1.85}.u8-section-head--center p{margin-left:auto;margin-right:auto}

/* category shelf */
.u8-shop{padding-bottom:155px;background:#fff}
.u8-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:13px;margin-top:50px}.u8-categories article{padding:22px 18px;border:1px solid #ece7e2;border-radius:22px;background:#fff;box-shadow:0 14px 32px rgba(47,33,24,.04);transition:transform .25s ease,box-shadow .25s ease}.u8-categories article:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(47,33,24,.08)}.u8-categories article>div{font-size:31px}.u8-categories h3{margin:13px 0 6px;font:900 14px Nunito,sans-serif}.u8-categories p{margin:0;color:#8b9298;font-size:8px;line-height:1.55}
.u8-shop-mosaic{display:grid;grid-template-columns:1.35fr .825fr .825fr;gap:18px;margin-top:30px}.u8-shop-mosaic>div{position:relative;min-height:610px;border-radius:32px;overflow:hidden}.u8-shop-mosaic__large{background:linear-gradient(145deg,#fff2e8,#fff8f4)}.u8-shop-mosaic__small--green{background:#eff8ed}.u8-shop-mosaic__small--peach{background:#fff3eb}.u8-shop-mosaic__copy{position:relative;z-index:3;padding:32px}.u8-shop-mosaic__copy span{color:#ff520f;font-size:8px;font-weight:800;letter-spacing:.1em}.u8-shop-mosaic__copy h3{margin:7px 0 8px;font:900 30px/1 Nunito,sans-serif}.u8-shop-mosaic__copy p{max-width:330px;margin:0;color:#747d84;font-size:10px;line-height:1.65}
.u8-shop-phone{position:absolute;left:50%;bottom:-85px;width:240px;height:515px;padding:6px;border-radius:33px;background:#202326;transform:translateX(-50%);box-shadow:0 32px 68px rgba(0,0,0,.14)}.u8-shop-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:27px}.u8-shop-phone--large{width:290px;height:622px;right:7%;left:auto;bottom:-90px;transform:rotate(3deg)}

/* editorial experience chapters */
.u8-experience{background:#f7f7f8;padding-bottom:0}.u8-experience>.u8-section-head{padding-bottom:65px}
.u8-chapter{padding:125px 0;overflow:hidden}.u8-chapter--discover{background:#fff}.u8-chapter--smart{background:linear-gradient(135deg,#f6faf2,#fffaf5)}.u8-chapter--delivery{background:#151719;color:#fff}
.u8-chapter__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center;min-height:650px}.u8-chapter__grid--reverse{grid-template-columns:1.1fr .9fr}
.u8-chapter__copy{position:relative}.u8-chapter__number{display:block;margin-bottom:24px;color:rgba(23,25,27,.12);font:900 74px Nunito,sans-serif;line-height:.8}.u8-chapter--delivery .u8-chapter__number{color:rgba(255,255,255,.10)}
.u8-chapter h3{margin:14px 0 20px;font:900 clamp(50px,5.5vw,76px)/.97 Nunito,sans-serif;letter-spacing:-.05em}.u8-chapter--delivery h3{color:#fff}.u8-chapter__copy>p{max-width:560px;margin:0;color:#6d767d;font-size:14px;line-height:1.9}.u8-chapter--delivery .u8-chapter__copy>p{color:#b9c0c5}
.u8-chapter__copy ul{display:grid;gap:11px;margin:26px 0 0;padding:0;list-style:none}.u8-chapter__copy li{position:relative;padding-left:22px;color:#535b61;font-size:11px;font-weight:600}.u8-chapter__copy li:before{content:"";position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%;background:#ff520f;box-shadow:0 0 0 5px rgba(255,82,15,.10)}
.u8-prompt-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.u8-prompt-list span{padding:10px 13px;border-radius:999px;background:#fff;color:#485057;font-size:9px;font-weight:700;box-shadow:0 9px 22px rgba(0,0,0,.05)}
.u8-chapter__visual{position:relative;min-height:650px}.u8-chapter-phone{position:absolute;overflow:hidden;padding:6px;border-radius:37px;background:#202326;box-shadow:0 36px 78px rgba(0,0,0,.16)}.u8-chapter-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:31px}.u8-chapter-phone--one{left:10%;top:100px;width:250px;height:538px;transform:rotate(-7deg)}.u8-chapter-phone--two{right:10%;top:35px;width:295px;height:635px;transform:rotate(5deg)}
.u8-order-steps{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}.u8-order-steps span{display:flex;align-items:center;gap:9px;color:#d5d9dc;font-size:10px;font-weight:600}.u8-order-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#fff;color:#ff520f;font-size:8px}
.u8-chapter__visual--triple{perspective:1300px}.u8-order-phone{position:absolute;overflow:hidden;padding:6px;border-radius:37px;background:#202326;box-shadow:0 40px 90px rgba(0,0,0,.30)}.u8-order-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:31px}.u8-order-phone--center{z-index:4;left:50%;top:18px;width:285px;height:612px;transform:translateX(-50%)}.u8-order-phone--left{z-index:2;left:0;top:120px;width:210px;height:452px;transform:rotate(-8deg)}.u8-order-phone--right{z-index:3;right:0;top:118px;width:210px;height:452px;transform:rotate(8deg)}

/* benefits band */
.u8-benefits{padding:54px 0;background:linear-gradient(90deg,#ff520f,#ff7b19 55%,#6ba35d);color:#fff}.u8-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr)}.u8-benefits__grid>div{padding:10px 28px}.u8-benefits__grid>div+div{border-left:1px solid rgba(255,255,255,.24)}.u8-benefits span{color:rgba(255,255,255,.65);font-size:9px;font-weight:800}.u8-benefits strong{display:block;margin-top:7px;font:900 19px Nunito,sans-serif}.u8-benefits p{margin:5px 0 0;color:rgba(255,255,255,.82);font-size:9px;line-height:1.55}

/* stores */
.u8-stores{padding:150px 0;background:#fff}.u8-stores__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center;min-height:710px}.u8-stores__copy h2{margin:14px 0 20px;font:900 clamp(54px,5.9vw,82px)/.96 Nunito,sans-serif;letter-spacing:-.05em}.u8-stores__copy h2 em{color:#ff520f;font-style:normal}.u8-stores__copy>p{max-width:550px;margin:0;color:#6b747c;font-size:14px;line-height:1.9}.u8-stores__actions{display:flex;align-items:center;gap:17px;margin-top:29px}
.u8-stores__visual{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:14px;min-height:650px}.u8-stores__visual>div{position:relative;border-radius:30px;overflow:hidden;padding:22px;background:#f7f7f8}.u8-stores__customer{background:linear-gradient(145deg,#fff3e9,#fff)!important}.u8-stores__vendor{background:linear-gradient(145deg,#f1f8ee,#fff)!important}.u8-stores__visual>div>span{position:relative;z-index:3;color:#7c848b;font-size:8px;font-weight:800;letter-spacing:.1em}.u8-stores-phone{position:absolute;left:50%;bottom:-100px;width:235px;height:505px;padding:5px;border-radius:31px;background:#202326;transform:translateX(-50%);box-shadow:0 30px 65px rgba(0,0,0,.14)}.u8-stores-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:26px}

/* delivery */
.u8-delivery{padding:135px 0;background:radial-gradient(circle at 18% 30%,rgba(95,159,87,.15),transparent 25%),#153423;color:#fff;overflow:hidden}.u8-delivery__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center;min-height:650px}.u8-delivery__visual{position:relative;min-height:620px}.u8-delivery__route{position:absolute;left:7%;right:8%;top:52%;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.05),#ff8a22,rgba(255,255,255,.05));transform:rotate(-9deg)}.u8-delivery__rider{position:absolute;left:6%;top:28%;width:145px;filter:drop-shadow(0 26px 30px rgba(0,0,0,.25))}.u8-delivery-phone{position:absolute;right:18%;bottom:-65px;width:300px;height:642px;padding:7px;border-radius:40px;background:#202326;transform:rotate(4deg);box-shadow:0 44px 90px rgba(0,0,0,.32)}.u8-delivery-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:33px}
.u8-delivery__badge{position:absolute;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.18);backdrop-filter:blur(12px)}.u8-delivery__badge span,.u8-delivery__badge b{display:block}.u8-delivery__badge span{color:#a7c9ae;font-size:7px;font-weight:800;letter-spacing:.1em}.u8-delivery__badge b{margin-top:4px;color:#fff;font:900 12px Nunito,sans-serif}.u8-delivery__badge--one{left:24%;top:16%}.u8-delivery__badge--two{right:0;top:24%}
.u8-delivery__copy h2{margin:14px 0 20px;font:900 clamp(54px,5.8vw,80px)/.96 Nunito,sans-serif;letter-spacing:-.05em}.u8-delivery__copy h2 em{color:#b4ef8b;font-style:normal}.u8-delivery__copy>p{max-width:530px;margin:0 0 28px;color:#c2d1c6;font-size:14px;line-height:1.9}

/* download */
.u8-download{padding:145px 0;background:#fff}.u8-download__panel{display:grid;grid-template-columns:.86fr 1.14fr;gap:75px;min-height:720px;padding:76px;border:1px solid #e9e5e1;border-radius:44px;background:radial-gradient(circle at 85% 18%,rgba(95,159,87,.12),transparent 26%),radial-gradient(circle at 12% 86%,rgba(255,82,15,.11),transparent 30%),#fbfbfb;overflow:hidden}.u8-download__copy{align-self:center}.u8-download__copy>img{width:88px;height:88px;margin-bottom:24px;border-radius:25px;box-shadow:0 20px 45px rgba(255,82,15,.17)}.u8-download__copy h2{margin:14px 0 20px;font:900 clamp(58px,6.2vw,88px)/.95 Nunito,sans-serif;letter-spacing:-.052em}.u8-download__copy h2 em{color:#ff520f;font-style:normal}.u8-download__copy>p{max-width:540px;margin:0;color:#6c757c;font-size:14px;line-height:1.9}.u8-download__status{display:flex;align-items:center;gap:10px;margin-top:28px;color:#757d83;font-size:10px}.u8-download__status b{color:#ff520f;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.u8-download__status i{width:4px;height:4px;border-radius:50%;background:#c1c5c8}.u8-store-buttons{margin-top:20px}
.u8-download__visual{position:relative;min-height:610px;perspective:1500px}.u8-download-phone{position:absolute;overflow:hidden;padding:6px;border-radius:39px;background:#202326;box-shadow:0 38px 82px rgba(0,0,0,.18)}.u8-download-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:32px}.u8-download-phone--center{z-index:4;left:50%;bottom:-115px;width:315px;height:675px;transform:translateX(-50%)}.u8-download-phone--left{z-index:2;left:2%;bottom:28px;width:215px;height:462px;transform:rotate(-8deg)}.u8-download-phone--right{z-index:3;right:0;bottom:48px;width:215px;height:462px;transform:rotate(8deg)}

/* footer */
.u8-footer{padding-top:90px;background:#111712;color:#fff}.u8-footer__top{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:end}.u8-footer__statement>img{width:58px;height:58px;border-radius:17px;margin-bottom:16px}.u8-footer__statement>span{display:block;color:#ff936b;font-size:8px;font-weight:800;letter-spacing:.12em}.u8-footer__statement h2{margin:9px 0 0;font:900 clamp(42px,4.4vw,62px)/.98 Nunito,sans-serif;letter-spacing:-.04em}.u8-footer__download p{max-width:390px;margin:0 0 16px;color:#aeb9b0;font-size:11px;line-height:1.7}.u8-footer .store-button{background:#fff;color:#17191b}
.u8-footer__rule{height:1px;margin-top:64px;background:rgba(255,255,255,.10)}.u8-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:60px;padding:52px 0}.u8-footer__brand img{height:60px;width:auto}.u8-footer__brand p{max-width:350px;margin:16px 0;color:#aab5ac;font-size:10.5px;line-height:1.75}.u8-footer__brand>a{color:#fff;font-size:10px;font-weight:700}.u8-footer__grid h3{margin:0 0 14px;color:#fff;font-size:11px}.u8-footer__grid>div:not(.u8-footer__brand){display:flex;flex-direction:column}.u8-footer__grid a{margin-bottom:9px;color:#9faa9f;font-size:10px}.u8-footer__grid a:hover{color:#fff}.u8-footer__bottom{display:flex;justify-content:space-between;padding:24px 0 30px;border-top:1px solid rgba(255,255,255,.08);color:#758079;font-size:8.5px}

/* reveal motion */
[data-u8-section] .u8-section-head,[data-u8-section] .u8-chapter__grid,[data-u8-section] .u8-stores__grid,[data-u8-section] .u8-delivery__grid,[data-u8-section] .u8-download__panel{opacity:.01;transform:translateY(30px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
[data-u8-section].u8-in .u8-section-head,[data-u8-section].u8-in .u8-chapter__grid,[data-u8-section].u8-in .u8-stores__grid,[data-u8-section].u8-in .u8-delivery__grid,[data-u8-section].u8-in .u8-download__panel{opacity:1;transform:none}
@keyframes u8Float{0%,100%{translate:0 0}50%{translate:0 -8px}}
.u8-hero-phone--center,.u8-download-phone--center{animation:u8Float 7s ease-in-out infinite}
.u8-bubble{animation:u8Float 6.5s ease-in-out infinite}.u8-bubble--eta{animation-delay:1s}.u8-bubble--basket{animation-delay:2s}

/* responsive */
@media(max-width:1180px){
  .u8-shell{width:min(100%,calc(100vw - 48px))}
  .u8-header__inner{grid-template-columns:220px 1fr 220px}.u8-brand img{height:46px}.u8-nav{gap:18px}.u8-nav a{font-size:10.5px}
  .u8-hero__grid{gap:35px}.u8-hero-phone--center{width:290px;height:586px}.u8-hero-phone--left,.u8-hero-phone--right{width:195px;height:420px}
  .u8-shop-mosaic{grid-template-columns:1.2fr .9fr .9fr}
}
@media(max-width:900px){
  .u8-utility{display:none}.u8-header__inner{display:flex;height:72px}.u8-brand img{height:44px}.u8-nav,.u8-vendor-login{display:none}.u8-header__actions{margin-left:auto}.u8-menu-button{display:inline-flex}
  .u8-hero__grid,.u8-chapter__grid,.u8-chapter__grid--reverse,.u8-stores__grid,.u8-delivery__grid,.u8-download__panel{grid-template-columns:1fr}
  .u8-hero__copy{text-align:center}.u8-hero__copy .u8-eyebrow,.u8-hero__actions{justify-content:center}.u8-hero__copy>p,.u8-hero__search,.u8-hero__meta{margin-left:auto;margin-right:auto}.u8-hero__visual{min-height:650px;width:min(720px,100%);margin:0 auto}
  .u8-categories{grid-template-columns:repeat(3,1fr)}.u8-shop-mosaic{grid-template-columns:1fr 1fr}.u8-shop-mosaic__large{grid-column:1/-1}
  .u8-chapter__grid--reverse .u8-chapter__visual{order:2}.u8-chapter__visual{width:min(720px,100%);margin:0 auto}.u8-chapter__copy{text-align:center}.u8-chapter__copy .u8-eyebrow{justify-content:center}.u8-chapter__copy>p{margin-left:auto;margin-right:auto}.u8-chapter__copy ul{justify-items:center}.u8-prompt-list,.u8-order-steps{justify-content:center}
  .u8-benefits__grid{grid-template-columns:1fr 1fr}.u8-benefits__grid>div:nth-child(3){border-left:0}
  .u8-stores__visual{min-height:600px}.u8-delivery__visual{order:2;width:min(720px,100%);margin:0 auto}.u8-delivery__copy{text-align:center}.u8-delivery__copy .u8-eyebrow{justify-content:center}.u8-delivery__copy>p{margin-left:auto;margin-right:auto}
  .u8-download__copy{text-align:center}.u8-download__copy>img{margin-left:auto;margin-right:auto}.u8-download__copy .u8-eyebrow{justify-content:center}.u8-download__copy>p{margin-left:auto;margin-right:auto}.u8-download__status,.u8-store-buttons{justify-content:center}.u8-download__visual{width:min(720px,100%);margin:0 auto}
  .u8-footer__top{grid-template-columns:1fr}.u8-footer__grid{grid-template-columns:1.4fr 1fr 1fr}.u8-footer__brand{grid-column:1/-1}
}
@media(max-width:620px){
  .u8-shell{width:calc(100vw - 28px)}.u8-header__inner{height:68px}.u8-brand img{height:40px}.u8-header__cta{display:none}
  .u8-hero{padding-top:58px}.u8-hero__copy h1{font-size:53px}.u8-hero__copy>p{font-size:13px}.u8-hero__search{height:50px}.u8-hero__meta{grid-template-columns:1fr}.u8-hero__visual{min-height:500px}.u8-hero-phone--center{width:205px;height:415px}.u8-hero-phone--left,.u8-hero-phone--right{width:145px;height:313px;top:105px}.u8-hero-phone--left{left:-2%}.u8-hero-phone--right{right:-2%}.u8-bubble--fresh,.u8-bubble--basket{display:none}.u8-bubble--eta{right:0;top:48px}
  .u8-marquee span{font-size:11px}.u8-section-head{padding-top:95px}.u8-section-head h2{font-size:44px}
  .u8-categories{grid-template-columns:1fr 1fr}.u8-shop-mosaic{grid-template-columns:1fr}.u8-shop-mosaic__large{grid-column:auto}.u8-shop-mosaic>div{min-height:560px}
  .u8-chapter{padding:95px 0}.u8-chapter h3{font-size:44px}.u8-chapter__number{font-size:58px}.u8-chapter__visual{min-height:500px}.u8-chapter-phone--one{left:2%;top:85px;width:170px;height:366px}.u8-chapter-phone--two{right:2%;top:40px;width:195px;height:420px}.u8-order-phone--center{width:195px;height:420px}.u8-order-phone--left,.u8-order-phone--right{width:140px;height:302px;top:90px}.u8-order-phone--left{left:-4px}.u8-order-phone--right{right:-4px}.u8-order-steps{grid-template-columns:1fr}
  .u8-benefits__grid{grid-template-columns:1fr}.u8-benefits__grid>div+div{border-left:0;border-top:1px solid rgba(255,255,255,.24)}
  .u8-stores{padding:95px 0}.u8-stores__copy h2{font-size:45px}.u8-stores__visual{grid-template-columns:1fr;min-height:900px}.u8-stores__visual>div{min-height:440px}
  .u8-delivery{padding:95px 0}.u8-delivery__copy h2{font-size:45px}.u8-delivery__visual{min-height:500px}.u8-delivery-phone{right:calc(50% - 115px);width:230px;height:493px;bottom:-70px}.u8-delivery__rider{width:100px;left:2%}
  .u8-download{padding:95px 0}.u8-download__panel{padding:34px 24px 0;border-radius:30px}.u8-download__copy h2{font-size:47px}.u8-download__visual{min-height:490px}.u8-download-phone--center{width:220px;height:472px;bottom:-70px}.u8-download-phone--left,.u8-download-phone--right{width:150px;height:323px}.u8-download-phone--left{left:-4px;bottom:20px}.u8-download-phone--right{right:-4px;bottom:34px}.u8-store-buttons{flex-direction:column;align-items:center}
  .u8-footer{padding-top:70px}.u8-footer__statement h2{font-size:39px}.u8-footer__grid{grid-template-columns:1fr 1fr;gap:38px}.u8-footer__brand{grid-column:1/-1}.u8-footer__bottom{flex-direction:column;gap:8px}
}
@media(prefers-reduced-motion:reduce){.u8-marquee__track,.u8-hero-phone--center,.u8-download-phone--center,.u8-bubble{animation:none!important}[data-u8-section] .u8-section-head,[data-u8-section] .u8-chapter__grid,[data-u8-section] .u8-stores__grid,[data-u8-section] .u8-delivery__grid,[data-u8-section] .u8-download__panel{opacity:1!important;transform:none!important;transition:none!important}}




/* =========================================================
   ESSENTILY V8.1 — HORIZONTAL OVERFLOW / PAGE SCROLL FIX
   The scrollbar visible at the bottom is horizontal overflow,
   not intended page scrolling.
   ========================================================= */

/* Prevent decorative/transformed elements from expanding the page canvas */
html,
body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

/* Keep the main page shell bounded to the viewport */
main,
.u8-body,
.u8-header,
.u8-footer,
.u8-hero,
.u8-shop,
.u8-experience,
.u8-benefits,
.u8-stores,
.u8-delivery,
.u8-download{
    max-width:100%;
    overflow-x:clip;
}

/* The angled ticker was the main overflow risk */
.u8-marquee{
    width:100%;
    max-width:100%;
    margin:-18px 0 0!important;
    overflow:hidden!important;
    transform:none!important;
}

/* Keep the visual angle inside the ticker rather than rotating the whole element */
.u8-marquee__track{
    position:relative;
    transform:rotate(-1deg);
    transform-origin:center;
    padding:18px 0;
}

/* Absolute decorative elements must stay clipped by their section */
.u8-hero__visual,
.u8-chapter__visual,
.u8-stores__visual,
.u8-delivery__visual,
.u8-download__visual{
    overflow:visible;
    max-width:100%;
}

/* Safety for images / devices */
.u8-hero-phone,
.u8-chapter-phone,
.u8-order-phone,
.u8-stores-phone,
.u8-delivery-phone,
.u8-download-phone{
    max-width:100%;
}

/* Prevent long flex/grid content from forcing width */
.u8-hero__grid > *,
.u8-chapter__grid > *,
.u8-stores__grid > *,
.u8-delivery__grid > *,
.u8-download__panel > *,
.u8-footer__top > *,
.u8-footer__grid > *{
    min-width:0;
}

/* Mobile: extra guard for rotated phones */
@media(max-width:620px){
    .u8-hero__visual,
    .u8-chapter__visual,
    .u8-delivery__visual,
    .u8-download__visual{
        overflow:hidden;
    }
}




/* =========================================================
   ESSENTILY V8.2 — RETAIL POLISH
   More grocery energy, better readability, stronger chapters.
   ========================================================= */

/* General reading scale */
.u8-hero__copy>p,
.u8-section-head p,
.u8-chapter__copy>p,
.u8-stores__copy>p,
.u8-delivery__copy>p,
.u8-download__copy>p{
    font-size:15px!important;
    line-height:1.9!important;
}
.u8-section-head{padding-top:125px!important}
.u8-section-head p{max-width:760px!important}

/* Hero: keep the successful composition but make supporting UI more legible */
.u8-hero__search span{font-size:12px!important}
.u8-hero__meta strong{font-size:13px!important}
.u8-hero__meta span{font-size:9.5px!important}
.u8-bubble b{font-size:12px!important}
.u8-bubble small{font-size:8px!important}

/* Real grocery category cards */
.u82-categories{
    grid-template-columns:repeat(3,1fr)!important;
    gap:18px!important;
    margin-top:54px!important;
}
.u82-categories article{
    display:grid!important;
    grid-template-columns:118px 1fr!important;
    grid-template-rows:1fr auto!important;
    gap:0 18px!important;
    min-height:176px!important;
    padding:16px!important;
    border-radius:26px!important;
    background:#fff!important;
    overflow:hidden;
}
.u82-categories figure{
    grid-row:1/3;
    width:118px;
    height:142px;
    margin:0;
    border-radius:19px;
    overflow:hidden;
    background:#fbfaf8;
}
.u82-categories figure img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.u82-categories article>div{
    align-self:center;
}
.u82-categories h3{
    margin:0 0 7px!important;
    font-size:18px!important;
}
.u82-categories p{
    max-width:235px;
    font-size:9.5px!important;
    line-height:1.65!important;
}
.u82-categories article>span{
    align-self:end;
    color:#ff520f;
    font-size:9px;
    font-weight:800;
}
.u82-categories article>span b{font-size:14px}

/* Grocery promo panels */
.u82-promo-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:26px;
}
.u82-promo{
    position:relative;
    display:grid;
    grid-template-columns:1fr 155px;
    min-height:215px;
    border-radius:28px;
    overflow:hidden;
}
.u82-promo>div{position:relative;z-index:2;align-self:center;padding:28px 8px 28px 28px}
.u82-promo span{font-size:7.5px;font-weight:900;letter-spacing:.12em}
.u82-promo h3{margin:8px 0 8px;font:900 24px/1.02 Nunito,sans-serif}
.u82-promo p{margin:0;color:#6e767d;font-size:9px;line-height:1.6}
.u82-promo img{align-self:end;width:170px;height:160px;object-fit:cover;mix-blend-mode:multiply}
.u82-promo--orange{background:linear-gradient(135deg,#fff0e6,#fff7f1)}
.u82-promo--orange span{color:#ff520f}
.u82-promo--green{background:linear-gradient(135deg,#edf8e9,#f9fcf7)}
.u82-promo--green span{color:#4f8b4b}
.u82-promo--cream{background:linear-gradient(135deg,#fff9e9,#fffdf6)}
.u82-promo--cream span{color:#c98620}

/* App mosaic: more presence */
.u8-shop-mosaic{margin-top:22px!important}
.u8-shop-mosaic>div{min-height:650px!important}
.u8-shop-mosaic__copy h3{font-size:32px!important}
.u8-shop-mosaic__copy p{font-size:10.5px!important}

/* Experience intro: reduce dead space and increase editorial clarity */
.u8-experience>.u8-section-head{
    padding-top:105px!important;
    padding-bottom:45px!important;
}
.u8-experience>.u8-section-head h2{
    max-width:900px;
}

/* Chapter styling: larger content, visible screens, stronger backgrounds */
.u8-chapter{padding:108px 0!important}
.u8-chapter__grid{min-height:690px!important}
.u8-chapter__number{font-size:86px!important}
.u8-chapter h3{font-size:clamp(54px,5.7vw,80px)!important}
.u8-chapter__copy li{font-size:12px!important}
.u8-chapter-phone--one{
    width:270px!important;
    height:581px!important;
    top:82px!important;
}
.u8-chapter-phone--two{
    width:315px!important;
    height:677px!important;
    top:14px!important;
}
.u8-chapter--discover{
    background:
        radial-gradient(circle at 88% 25%,rgba(95,159,87,.10),transparent 25%),
        #fff!important;
}
.u8-chapter--smart{
    background:
        radial-gradient(circle at 10% 80%,rgba(255,82,15,.08),transparent 28%),
        linear-gradient(135deg,#f4faef,#fffaf4)!important;
}
.u8-prompt-list span{
    font-size:10px!important;
    padding:10px 14px!important;
}

/* Order chapter: more substantial devices and labels */
.u8-order-phone--center{
    width:305px!important;
    height:655px!important;
    top:0!important;
}
.u8-order-phone--left,
.u8-order-phone--right{
    width:225px!important;
    height:485px!important;
}
.u8-order-steps span{font-size:11px!important}

/* Benefits band: stop looking like a thin divider */
.u8-benefits{padding:70px 0!important}
.u8-benefits__grid>div{padding:14px 34px!important}
.u8-benefits span{font-size:9px!important}
.u8-benefits strong{font-size:22px!important}
.u8-benefits p{font-size:10.5px!important;line-height:1.65!important}

/* Store story: larger dual app visual with explicit network connector */
.u8-stores{padding:130px 0!important}
.u8-stores__grid{min-height:760px!important}
.u8-stores__visual{min-height:700px!important}
.u8-stores__visual>div:not(.u82-store-connector){
    border-radius:34px!important;
}
.u8-stores-phone{
    width:260px!important;
    height:560px!important;
    bottom:-72px!important;
}
.u82-store-connector{
    position:absolute!important;
    z-index:8;
    left:50%;
    top:77px;
    display:flex;
    align-items:center;
    gap:8px;
    width:auto!important;
    min-height:0!important;
    padding:9px 12px!important;
    border:1px solid #e6e1dc;
    border-radius:999px!important;
    background:#fff!important;
    box-shadow:0 16px 35px rgba(0,0,0,.08);
    transform:translateX(-50%);
}
.u82-store-connector span,
.u82-store-connector b{font-size:8px!important;white-space:nowrap}
.u82-store-connector b{color:#ff520f}
.u82-store-connector i{display:block;width:18px;height:1px;background:#d9d6d2}

/* Delivery story */
.u8-delivery{padding:125px 0!important}
.u8-delivery__grid{min-height:700px!important}
.u8-delivery-phone{
    width:320px!important;
    height:685px!important;
    bottom:-80px!important;
}
.u8-delivery__rider{width:160px!important}

/* Download & footer readability */
.u8-download__panel{min-height:760px!important}
.u8-download-phone--center{width:330px!important;height:707px!important}
.u8-footer__download p,
.u8-footer__brand p{font-size:11.5px!important}
.u8-footer__grid h3{font-size:12px!important}
.u8-footer__grid a{font-size:10.8px!important}

/* Gentle hover depth */
@media(min-width:901px){
    .u8-shop-mosaic>div,
    .u82-promo,
    .u8-stores__visual>div:not(.u82-store-connector){
        transition:transform .3s ease,box-shadow .3s ease;
    }
    .u82-promo:hover,
    .u8-shop-mosaic>div:hover{
        transform:translateY(-5px);
        box-shadow:0 28px 70px rgba(54,38,27,.08);
    }
}

/* Tablet */
@media(max-width:1050px){
    .u82-categories{grid-template-columns:1fr 1fr!important}
    .u82-promo-row{grid-template-columns:1fr}
    .u82-promo{grid-template-columns:1fr 190px}
    .u8-chapter-phone--one{width:235px!important;height:505px!important}
    .u8-chapter-phone--two{width:275px!important;height:591px!important}
}

/* Mobile */
@media(max-width:620px){
    .u82-categories{grid-template-columns:1fr!important}
    .u82-categories article{grid-template-columns:100px 1fr!important;min-height:150px!important}
    .u82-categories figure{width:100px;height:118px}
    .u82-promo{grid-template-columns:1fr 125px;min-height:190px}
    .u82-promo img{width:135px;height:130px}
    .u82-promo h3{font-size:21px}
    .u8-shop-mosaic>div{min-height:560px!important}
    .u8-chapter{padding:90px 0!important}
    .u8-chapter-phone--one{width:170px!important;height:366px!important}
    .u8-chapter-phone--two{width:195px!important;height:420px!important}
    .u8-order-phone--center{width:195px!important;height:420px!important}
    .u8-order-phone--left,.u8-order-phone--right{width:140px!important;height:302px!important}
    .u8-benefits{padding:48px 0!important}
    .u8-stores-phone{width:220px!important;height:474px!important}
    .u82-store-connector{top:16px}
    .u8-delivery-phone{width:230px!important;height:493px!important}
}




/* =========================================================
   ESSENTILY V8.3 — FINAL BRAND POLISH
   Final scale, retail campaign polish and closing hierarchy.
   ========================================================= */

/* Header — slightly more confident without becoming bulky */
@media(min-width:901px){
    .u8-header__inner{
        height:88px!important;
        grid-template-columns:290px 1fr 270px!important;
    }
    .u8-brand img{
        height:58px!important;
    }
    .u8-nav{
        gap:31px!important;
    }
    .u8-nav a{
        font-size:12.25px!important;
        font-weight:700!important;
    }
    .u8-vendor-login{
        font-size:11px!important;
    }
    .u8-header__cta{
        min-height:42px!important;
        padding:0 19px!important;
        font-size:11px!important;
    }
}

/* Hero — support the big headline with stronger UI scale */
.u8-hero__copy>p{
    max-width:690px!important;
    font-size:16px!important;
}
.u8-hero__search{
    max-width:630px!important;
    height:58px!important;
}
.u8-hero__search span{
    font-size:12.5px!important;
}
.u8-hero__meta{
    max-width:735px!important;
}
.u8-hero__meta strong{
    font-size:13.5px!important;
}
.u8-hero__meta span{
    font-size:9.8px!important;
}
.u8-bubble{
    padding:13px 15px!important;
}
.u8-bubble b{
    font-size:12.5px!important;
}
.u8-bubble small{
    font-size:8.2px!important;
}

/* Category shelf — a little more retail confidence */
.u82-categories article{
    min-height:188px!important;
    grid-template-columns:126px 1fr!important;
    padding:18px!important;
}
.u82-categories figure{
    width:126px!important;
    height:150px!important;
}
.u82-categories h3{
    font-size:19px!important;
}
.u82-categories p{
    font-size:10px!important;
}

/* Campaign promo cards — now feel like true grocery advertising tiles */
.u82-promo-row{
    gap:20px!important;
    margin-top:32px!important;
}
.u82-promo{
    min-height:270px!important;
    grid-template-columns:1fr 190px!important;
    border-radius:32px!important;
}
.u82-promo>div{
    padding:36px 8px 34px 34px!important;
}
.u82-promo span{
    font-size:8.5px!important;
}
.u82-promo h3{
    max-width:260px;
    margin:10px 0 10px!important;
    font-size:30px!important;
    line-height:.98!important;
}
.u82-promo p{
    max-width:280px;
    font-size:10px!important;
    line-height:1.7!important;
}
.u82-promo img{
    width:205px!important;
    height:205px!important;
    margin-right:-12px;
}
.u82-promo--orange:after,
.u82-promo--green:after,
.u82-promo--cream:after{
    content:"";
    position:absolute;
    right:-55px;
    bottom:-70px;
    width:190px;
    height:190px;
    border-radius:50%;
    border:35px solid rgba(255,255,255,.27);
}

/* Grocery app mosaic — screens dominate more */
.u8-shop-mosaic{
    gap:20px!important;
    margin-top:26px!important;
}
.u8-shop-mosaic>div{
    min-height:690px!important;
    border-radius:34px!important;
}
.u8-shop-mosaic__copy{
    padding:38px!important;
}
.u8-shop-mosaic__copy h3{
    font-size:34px!important;
}
.u8-shop-phone{
    width:255px!important;
    height:548px!important;
    bottom:-70px!important;
}
.u8-shop-phone--large{
    width:320px!important;
    height:687px!important;
    bottom:-82px!important;
}

/* Experience chapters — better use of width */
.u8-chapter__grid{
    grid-template-columns:.82fr 1.18fr!important;
    gap:80px!important;
}
.u8-chapter__grid--reverse{
    grid-template-columns:1.18fr .82fr!important;
}
.u8-chapter__copy>p{
    max-width:620px!important;
}
.u8-chapter-phone--one{
    width:286px!important;
    height:614px!important;
    left:7%!important;
}
.u8-chapter-phone--two{
    width:332px!important;
    height:714px!important;
    right:6%!important;
}
.u8-chapter--smart .u8-chapter-phone--one{
    left:5%!important;
}
.u8-chapter--smart .u8-chapter-phone--two{
    right:4%!important;
}

/* Checkout chapter remains a hero moment */
.u8-order-phone--center{
    width:320px!important;
    height:687px!important;
}
.u8-order-phone--left,
.u8-order-phone--right{
    width:235px!important;
    height:506px!important;
}
.u8-order-steps span{
    font-size:11.5px!important;
}

/* Benefit strip — real Essentily artwork and scan-friendly hierarchy */
.u83-benefits{
    padding:68px 0!important;
}
.u83-benefits .u8-benefits__grid>div{
    position:relative;
    display:grid;
    grid-template-columns:54px 1fr;
    grid-template-rows:auto auto auto;
    column-gap:17px;
    align-items:center;
    padding:14px 30px!important;
}
.u83-benefits figure{
    grid-row:1/4;
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    margin:0;
    padding:7px;
    border-radius:17px;
    background:rgba(255,255,255,.94);
    box-shadow:0 14px 30px rgba(121,50,11,.12);
}
.u83-benefits figure img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}
.u83-benefits span{
    font-size:8px!important;
    letter-spacing:.08em;
}
.u83-benefits strong{
    margin-top:3px!important;
    font-size:21px!important;
}
.u83-benefits p{
    margin-top:3px!important;
    font-size:10px!important;
}

/* Store relationship — clearly customer ↔ platform ↔ merchant */
.u8-stores{
    padding:145px 0!important;
}
.u8-stores__grid{
    grid-template-columns:.76fr 1.24fr!important;
    gap:78px!important;
    min-height:800px!important;
}
.u8-stores__copy h2{
    font-size:clamp(58px,6.2vw,86px)!important;
}
.u8-stores__visual{
    min-height:760px!important;
    gap:18px!important;
}
.u8-stores__visual>div:not(.u82-store-connector){
    padding:24px!important;
}
.u83-store-label{
    position:relative;
    z-index:4;
    display:flex;
    align-items:center;
    gap:9px;
}
.u83-store-label img{
    width:32px;
    height:32px;
    border-radius:10px;
    object-fit:cover;
}
.u83-store-label span{
    color:#687178!important;
    font-size:8px!important;
    font-weight:900!important;
    letter-spacing:.1em!important;
}
.u8-stores-phone{
    width:282px!important;
    height:607px!important;
    bottom:-62px!important;
}
.u82-store-connector{
    top:48px!important;
    padding:11px 15px!important;
}
.u82-store-connector span,
.u82-store-connector b{
    font-size:9px!important;
}
.u82-store-connector i{
    width:27px!important;
}

/* Delivery story */
.u8-delivery__grid{
    grid-template-columns:1.2fr .8fr!important;
    min-height:735px!important;
}
.u8-delivery-phone{
    width:338px!important;
    height:725px!important;
    right:17%!important;
    bottom:-95px!important;
}
.u8-delivery__rider{
    width:170px!important;
}
.u8-delivery__copy h2{
    font-size:clamp(58px,6.2vw,86px)!important;
}

/* Final customer CTA — broad branded closing scene, not a card sitting on white */
.u8-download{
    padding:145px 0 120px!important;
    background:
        radial-gradient(circle at 83% 18%,rgba(95,159,87,.13),transparent 27%),
        radial-gradient(circle at 14% 88%,rgba(255,82,15,.12),transparent 30%),
        linear-gradient(180deg,#fff8f2,#f6f8f3)!important;
}
.u8-download__panel{
    min-height:790px!important;
    padding:82px 0 0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    overflow:visible!important;
}
.u8-download__copy{
    padding-left:48px;
}
.u8-download__copy h2{
    font-size:clamp(64px,6.8vw,96px)!important;
}
.u8-download__copy>p{
    font-size:15px!important;
}
.u8-download-phone--center{
    width:348px!important;
    height:747px!important;
    bottom:-92px!important;
}
.u8-download-phone--left,
.u8-download-phone--right{
    width:230px!important;
    height:495px!important;
}
.u8-download-phone--left{
    bottom:46px!important;
}
.u8-download-phone--right{
    bottom:64px!important;
}

/* Footer — readable enough to be useful */
.u8-footer{
    padding-top:105px!important;
}
.u8-footer__statement>img{
    width:66px!important;
    height:66px!important;
    border-radius:19px!important;
}
.u8-footer__statement h2{
    font-size:clamp(46px,4.8vw,68px)!important;
}
.u8-footer__download p{
    font-size:12px!important;
}
.u8-footer__grid{
    gap:70px!important;
    padding:60px 0!important;
}
.u8-footer__brand img{
    height:68px!important;
}
.u8-footer__brand p{
    font-size:12px!important;
}
.u8-footer__brand>a{
    font-size:11px!important;
}
.u8-footer__grid h3{
    margin-bottom:17px!important;
    font-size:13px!important;
}
.u8-footer__grid a{
    margin-bottom:10px!important;
    font-size:11.5px!important;
    line-height:1.6!important;
}
.u8-footer__bottom{
    padding:28px 0 36px!important;
    font-size:9.5px!important;
}

/* Tablet guard */
@media(max-width:1050px){
    .u82-promo{grid-template-columns:1fr 205px!important}
    .u8-chapter__grid,
    .u8-chapter__grid--reverse,
    .u8-stores__grid,
    .u8-delivery__grid{
        grid-template-columns:1fr!important;
    }
    .u8-stores__copy,
    .u8-delivery__copy{
        text-align:center;
    }
    .u8-stores__copy .u8-eyebrow,
    .u8-delivery__copy .u8-eyebrow,
    .u8-stores__actions{
        justify-content:center;
    }
    .u8-stores__copy>p,
    .u8-delivery__copy>p{
        margin-left:auto!important;
        margin-right:auto!important;
    }
    .u8-download__copy{
        padding-left:0;
    }
}

/* Mobile guard */
@media(max-width:620px){
    .u82-promo{
        grid-template-columns:1fr 125px!important;
        min-height:205px!important;
    }
    .u82-promo>div{padding:27px 0 27px 25px!important}
    .u82-promo h3{font-size:22px!important}
    .u82-promo img{width:135px!important;height:135px!important}
    .u8-shop-mosaic>div{min-height:575px!important}
    .u8-shop-phone{width:220px!important;height:472px!important}
    .u8-shop-phone--large{width:245px!important;height:526px!important}
    .u8-chapter-phone--one{width:170px!important;height:366px!important;left:2%!important}
    .u8-chapter-phone--two{width:195px!important;height:420px!important;right:2%!important}
    .u8-order-phone--center{width:195px!important;height:420px!important}
    .u8-order-phone--left,.u8-order-phone--right{width:140px!important;height:302px!important}
    .u83-benefits .u8-benefits__grid>div{
        grid-template-columns:48px 1fr!important;
        padding:18px 0!important;
    }
    .u83-benefits figure{width:48px;height:48px}
    .u8-stores__grid{min-height:auto!important}
    .u8-stores__visual{min-height:930px!important}
    .u8-stores-phone{width:220px!important;height:474px!important}
    .u8-delivery-phone{width:230px!important;height:493px!important;right:calc(50% - 115px)!important}
    .u8-download{padding:100px 0 80px!important}
    .u8-download__panel{padding-top:30px!important}
    .u8-download-phone--center{width:220px!important;height:472px!important}
    .u8-download-phone--left,.u8-download-phone--right{width:150px!important;height:323px!important}
    .u8-footer__grid{gap:38px!important}
}




/* =========================================================
   ESSENTILY V8.4 — BOTTOM-SECTIONS REBUILD
   Store → Delivery → Download → White-logo Footer
   ========================================================= */

/* ---------------------------------------------------------
   LOCAL STORES
   --------------------------------------------------------- */
.u84-store{
    position:relative;
    overflow:hidden;
    padding:155px 0;
    background:
        radial-gradient(circle at 82% 12%,rgba(255,141,65,.12),transparent 25%),
        linear-gradient(180deg,#fff 0%,#fff8f2 100%);
}
.u84-store__grid{
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:90px;
    align-items:center;
    min-height:780px;
}
.u84-store__copy h2{
    margin:15px 0 22px;
    font:900 clamp(58px,6vw,86px)/.95 Nunito,sans-serif;
    letter-spacing:-.052em;
}
.u84-store__copy h2 em{
    color:#ff520f;
    font-style:normal;
}
.u84-store__copy>p{
    max-width:580px;
    margin:0;
    color:#687178;
    font-size:15px;
    line-height:1.9;
}
.u84-store__features{
    display:grid;
    gap:0;
    margin-top:31px;
    max-width:610px;
}
.u84-store__features>div{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:13px;
    align-items:center;
    padding:14px 0;
    border-bottom:1px solid #eadfd6;
}
.u84-store__features b{
    color:#ff520f;
    font-size:9px;
    letter-spacing:.08em;
}
.u84-store__features span strong,
.u84-store__features span small{
    display:block;
}
.u84-store__features span strong{
    font:900 13px Nunito,sans-serif;
}
.u84-store__features span small{
    margin-top:3px;
    color:#858d93;
    font-size:9px;
}
.u84-store__actions{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:30px;
}
.u84-store__stage{
    position:relative;
    min-height:760px;
}
.u84-store__halo{
    position:absolute;
    left:50%;
    top:50%;
    width:640px;
    height:640px;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:
        radial-gradient(circle,rgba(255,82,15,.09),rgba(95,159,87,.07) 42%,transparent 70%);
}
.u84-store-phone{
    position:absolute;
    z-index:3;
    overflow:hidden;
    padding:7px;
    border-radius:40px;
    background:#202326;
    box-shadow:0 42px 90px rgba(37,29,22,.18);
}
.u84-store-phone img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    border-radius:33px;
}
.u84-store-phone--customer{
    left:9%;
    bottom:5px;
    width:300px;
    height:645px;
    transform:rotate(-4deg);
}
.u84-store-phone--vendor{
    right:7%;
    top:18px;
    width:305px;
    height:655px;
    transform:rotate(4deg);
}
.u84-store__label{
    position:absolute;
    z-index:7;
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border:1px solid #ece6e1;
    border-radius:16px;
    background:#fff;
    box-shadow:0 18px 44px rgba(0,0,0,.09);
}
.u84-store__label img{
    width:34px;
    height:34px;
    border-radius:10px;
}
.u84-store__label span small,
.u84-store__label span b{
    display:block;
}
.u84-store__label span small{
    color:#92999f;
    font-size:6px;
    font-weight:900;
    letter-spacing:.1em;
}
.u84-store__label span b{
    margin-top:2px;
    font:900 10px Nunito,sans-serif;
}
.u84-store__label--customer{
    left:0;
    top:67px;
}
.u84-store__label--vendor{
    right:0;
    bottom:78px;
}
.u84-store__bridge{
    position:absolute;
    z-index:8;
    left:50%;
    top:48%;
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:118px;
    padding:13px 15px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 20px 52px rgba(0,0,0,.12);
    transform:translate(-50%,-50%);
}
.u84-store__bridge img{
    width:38px;
    height:38px;
    border-radius:11px;
}
.u84-store__bridge strong{
    margin-top:5px;
    font:900 11px Nunito,sans-serif;
}
.u84-store__bridge span{
    margin-top:1px;
    color:#9a9fa4;
    font-size:6px;
}
.u84-store__line{
    position:absolute;
    z-index:2;
    top:48%;
    width:170px;
    height:1px;
    background:linear-gradient(90deg,rgba(255,82,15,.55),rgba(95,159,87,.38));
}
.u84-store__line--left{
    left:25%;
    transform:rotate(8deg);
}
.u84-store__line--right{
    right:25%;
    transform:rotate(-8deg);
}

/* ---------------------------------------------------------
   DELIVERY PARTNERS
   --------------------------------------------------------- */
.u84-delivery{
    position:relative;
    overflow:hidden;
    padding:145px 0;
    background:
        radial-gradient(circle at 13% 24%,rgba(126,204,113,.17),transparent 25%),
        radial-gradient(circle at 72% 78%,rgba(255,138,34,.08),transparent 28%),
        #123921;
    color:#fff;
}
.u84-delivery__glow{
    position:absolute;
    left:-180px;
    bottom:-300px;
    width:700px;
    height:700px;
    border:90px solid rgba(255,255,255,.035);
    border-radius:50%;
}
.u84-delivery__grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:90px;
    align-items:center;
    min-height:760px;
}
.u84-delivery__visual{
    position:relative;
    min-height:740px;
}
.u84-delivery-phone{
    position:absolute;
    z-index:4;
    left:50%;
    bottom:-82px;
    width:340px;
    height:730px;
    padding:7px;
    border-radius:42px;
    background:#202326;
    box-shadow:0 45px 100px rgba(0,0,0,.33);
    transform:translateX(-50%) rotate(3deg);
}
.u84-delivery-phone img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    border-radius:35px;
}
.u84-delivery__rider{
    position:absolute;
    z-index:5;
    left:4%;
    top:38%;
    width:170px;
    filter:drop-shadow(0 26px 35px rgba(0,0,0,.25));
}
.u84-delivery__route{
    position:absolute;
    z-index:1;
    height:2px;
    background:linear-gradient(90deg,rgba(255,255,255,.04),#ff8b28,rgba(255,255,255,.04));
    transform-origin:left;
}
.u84-delivery__route--one{
    left:13%;
    top:40%;
    width:300px;
    transform:rotate(-12deg);
}
.u84-delivery__route--two{
    right:4%;
    top:50%;
    width:260px;
    transform:rotate(17deg);
}
.u84-delivery__badge{
    position:absolute;
    z-index:7;
    min-width:158px;
    padding:13px 15px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:17px;
    background:rgba(255,255,255,.09);
    box-shadow:0 18px 45px rgba(0,0,0,.18);
    backdrop-filter:blur(14px);
}
.u84-delivery__badge span,
.u84-delivery__badge b,
.u84-delivery__badge small{
    display:block;
}
.u84-delivery__badge span{
    color:#9fd99b;
    font-size:7px;
    font-weight:900;
}
.u84-delivery__badge b{
    margin-top:4px;
    color:#fff;
    font:900 12px Nunito,sans-serif;
}
.u84-delivery__badge small{
    margin-top:3px;
    color:#b9c9bd;
    font-size:7px;
}
.u84-delivery__badge--pickup{
    left:15%;
    top:13%;
}
.u84-delivery__badge--route{
    right:1%;
    top:24%;
}
.u84-delivery__badge--handoff{
    right:5%;
    bottom:13%;
}
.u84-delivery__copy h2{
    margin:15px 0 22px;
    font:900 clamp(58px,6vw,86px)/.95 Nunito,sans-serif;
    letter-spacing:-.052em;
}
.u84-delivery__copy h2 em{
    color:#b7f18d;
    font-style:normal;
}
.u84-delivery__copy>p{
    max-width:560px;
    margin:0;
    color:#c3d2c7;
    font-size:15px;
    line-height:1.9;
}
.u84-delivery__features{
    display:grid;
    gap:0;
    max-width:550px;
    margin:30px 0 30px;
}
.u84-delivery__features>div{
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.11);
}
.u84-delivery__features strong,
.u84-delivery__features span{
    display:block;
}
.u84-delivery__features strong{
    color:#fff;
    font:900 13px Nunito,sans-serif;
}
.u84-delivery__features span{
    margin-top:3px;
    color:#9fb0a4;
    font-size:9px;
}

/* ---------------------------------------------------------
   CUSTOMER APP CLOSING SCENE
   --------------------------------------------------------- */
.u84-download{
    position:relative;
    overflow:hidden;
    padding:150px 0 70px;
    background:
        linear-gradient(135deg,#fff6ee 0%,#fff 48%,#edf7ea 100%);
}
.u84-download__wash{
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
    pointer-events:none;
}
.u84-download__wash--orange{
    width:430px;
    height:430px;
    left:18%;
    bottom:-120px;
    background:rgba(255,82,15,.09);
}
.u84-download__wash--green{
    width:420px;
    height:420px;
    right:7%;
    top:80px;
    background:rgba(95,159,87,.10);
}
.u84-download__grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:75px;
    align-items:center;
    min-height:800px;
}
.u84-download__copy{
    padding-bottom:80px;
}
.u84-download__icon{
    width:94px;
    height:94px;
    margin-bottom:24px;
    border-radius:27px;
    box-shadow:0 22px 52px rgba(255,82,15,.18);
}
.u84-download__copy h2{
    margin:15px 0 21px;
    font:900 clamp(62px,6.5vw,94px)/.94 Nunito,sans-serif;
    letter-spacing:-.055em;
}
.u84-download__copy h2 em{
    color:#ff520f;
    font-style:normal;
}
.u84-download__copy>p{
    max-width:600px;
    margin:0;
    color:#697178;
    font-size:15px;
    line-height:1.9;
}
.u84-download__chips{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:26px;
}
.u84-download__chips span{
    padding:9px 12px;
    border:1px solid #eadfd7;
    border-radius:999px;
    background:rgba(255,255,255,.75);
    color:#4c555b;
    font-size:9px;
    font-weight:700;
}
.u84-download__status{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:26px;
    color:#71797f;
    font-size:10px;
}
.u84-download__status b{
    color:#ff520f;
    font-size:9px;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.u84-download__status i{
    width:4px;
    height:4px;
    border-radius:50%;
    background:#b8bdc0;
}
.u84-store-buttons{
    margin-top:20px;
}
.u84-download__visual{
    position:relative;
    min-height:770px;
    perspective:1500px;
}
.u84-download-phone{
    position:absolute;
    overflow:hidden;
    padding:7px;
    border-radius:42px;
    background:#202326;
    box-shadow:0 42px 92px rgba(35,27,21,.20);
}
.u84-download-phone img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    border-radius:35px;
}
.u84-download-phone--center{
    z-index:5;
    left:50%;
    bottom:-80px;
    width:350px;
    height:750px;
    transform:translateX(-50%);
}
.u84-download-phone--left{
    z-index:3;
    left:1%;
    bottom:45px;
    width:230px;
    height:495px;
    transform:rotate(-8deg);
}
.u84-download-phone--right{
    z-index:4;
    right:0;
    bottom:65px;
    width:230px;
    height:495px;
    transform:rotate(8deg);
}
.u84-download__category{
    position:absolute;
    z-index:7;
    display:flex;
    align-items:center;
    gap:9px;
    padding:9px 12px;
    border:1px solid #ece6e1;
    border-radius:15px;
    background:#fff;
    box-shadow:0 17px 42px rgba(0,0,0,.09);
}
.u84-download__category img{
    width:42px;
    height:35px;
    border-radius:8px;
    object-fit:cover;
}
.u84-download__category span{
    font-size:8px;
    font-weight:800;
}
.u84-download__category--one{
    left:3%;
    top:105px;
}
.u84-download__category--two{
    right:2%;
    top:162px;
}

/* ---------------------------------------------------------
   WHITE-LOGO FOOTER
   --------------------------------------------------------- */
.u84-footer{
    padding-top:100px;
    background:
        radial-gradient(circle at 78% 10%,rgba(74,129,78,.14),transparent 25%),
        #0d1710;
    color:#fff;
}
.u84-footer__lead{
    display:grid;
    grid-template-columns:1fr auto;
    gap:80px;
    align-items:end;
}
.u84-footer__brandlead>img{
    display:block;
    width:auto;
    height:70px;
    margin-bottom:26px;
}
.u84-footer__brandlead h2{
    margin:0;
    max-width:850px;
    color:#fff;
    font:900 clamp(44px,4.8vw,68px)/.98 Nunito,sans-serif;
    letter-spacing:-.04em;
}
.u84-footer__brandlead p{
    max-width:540px;
    margin:18px 0 0;
    color:#9ead9f;
    font-size:12px;
    line-height:1.8;
}
.u84-footer__app>span{
    color:#ff936a;
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
}
.u84-footer__app>p{
    max-width:360px;
    margin:8px 0 16px;
    color:#a9b5aa;
    font-size:11px;
}
.u84-footer .store-button{
    background:#fff;
    color:#17191b;
}
.u84-footer__rule{
    height:1px;
    margin-top:66px;
    background:rgba(255,255,255,.10);
}
.u84-footer__grid{
    display:grid;
    grid-template-columns:1.45fr repeat(3,1fr);
    gap:65px;
    padding:58px 0;
}
.u84-footer__about>img{
    display:block;
    width:auto;
    height:58px;
}
.u84-footer__about p{
    max-width:350px;
    margin:17px 0;
    color:#94a095;
    font-size:11px;
    line-height:1.75;
}
.u84-footer__about>a{
    color:#fff;
    font-size:10.5px;
    font-weight:700;
}
.u84-footer__column{
    display:flex;
    flex-direction:column;
}
.u84-footer__column h3{
    margin:0 0 17px;
    color:#fff;
    font-size:12px;
}
.u84-footer__column a{
    margin-bottom:10px;
    color:#94a095;
    font-size:11px;
}
.u84-footer__column a:hover{
    color:#fff;
}
.u84-footer__bottom{
    display:flex;
    justify-content:space-between;
    padding:27px 0 35px;
    border-top:1px solid rgba(255,255,255,.08);
    color:#69766c;
    font-size:9px;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media(max-width:1100px){
    .u84-store__grid,
    .u84-delivery__grid,
    .u84-download__grid{
        grid-template-columns:1fr;
        gap:45px;
    }
    .u84-store__copy,
    .u84-delivery__copy,
    .u84-download__copy{
        text-align:center;
    }
    .u84-store__copy .u8-eyebrow,
    .u84-delivery__copy .u8-eyebrow,
    .u84-download__copy .u8-eyebrow,
    .u84-store__actions,
    .u84-download__chips,
    .u84-download__status,
    .u84-store-buttons{
        justify-content:center;
    }
    .u84-store__copy>p,
    .u84-delivery__copy>p,
    .u84-download__copy>p{
        margin-left:auto;
        margin-right:auto;
    }
    .u84-store__features,
    .u84-delivery__features{
        margin-left:auto;
        margin-right:auto;
        text-align:left;
    }
    .u84-store__stage,
    .u84-delivery__visual,
    .u84-download__visual{
        width:min(760px,100%);
        margin:0 auto;
    }
    .u84-delivery__visual{
        order:2;
    }
    .u84-download__copy{
        padding-bottom:0;
    }
    .u84-footer__lead{
        grid-template-columns:1fr;
    }
}
@media(max-width:760px){
    .u84-store,
    .u84-delivery,
    .u84-download{
        padding-top:95px;
        padding-bottom:90px;
    }
    .u84-store__copy h2,
    .u84-delivery__copy h2,
    .u84-download__copy h2{
        font-size:46px;
    }
    .u84-store__stage{
        min-height:580px;
    }
    .u84-store-phone--customer{
        width:220px;
        height:473px;
        left:2%;
    }
    .u84-store-phone--vendor{
        width:220px;
        height:473px;
        right:2%;
    }
    .u84-store__label{
        display:none;
    }
    .u84-store__bridge{
        top:45%;
        min-width:100px;
    }
    .u84-delivery__visual{
        min-height:560px;
    }
    .u84-delivery-phone{
        width:230px;
        height:493px;
        bottom:-55px;
    }
    .u84-delivery__rider{
        width:100px;
        left:0;
    }
    .u84-delivery__badge{
        min-width:125px;
        padding:10px 11px;
    }
    .u84-delivery__badge--pickup{
        left:0;
    }
    .u84-delivery__badge--handoff{
        right:0;
    }
    .u84-download__visual{
        min-height:510px;
    }
    .u84-download-phone--center{
        width:220px;
        height:472px;
        bottom:-65px;
    }
    .u84-download-phone--left,
    .u84-download-phone--right{
        width:150px;
        height:323px;
    }
    .u84-download-phone--left{
        left:-4px;
        bottom:20px;
    }
    .u84-download-phone--right{
        right:-4px;
        bottom:35px;
    }
    .u84-download__category{
        display:none;
    }
    .u84-store-buttons{
        flex-direction:column;
        align-items:center;
    }
    .u84-footer{
        padding-top:75px;
    }
    .u84-footer__brandlead>img{
        height:54px;
    }
    .u84-footer__brandlead h2{
        font-size:39px;
    }
    .u84-footer__grid{
        grid-template-columns:1fr 1fr;
        gap:38px;
    }
    .u84-footer__about{
        grid-column:1/-1;
    }
    .u84-footer__bottom{
        flex-direction:column;
        gap:8px;
    }
}

@media(prefers-reduced-motion:reduce){
    .u84-store-phone,
    .u84-delivery-phone,
    .u84-download-phone{
        transition:none!important;
    }
}




/* =========================================================
   ESSENTILY V8.6 — SURGICAL VISUAL CORRECTION
   Built from V8.4 to avoid the V8.5 regressions.
   ========================================================= */

/* ---------------------------------------------------------
   SHOP MOSAIC — no heading overlap, no cut-off phone
   --------------------------------------------------------- */
@media(min-width:901px){
    .u8-shop-mosaic__large{
        min-height:660px!important;
        display:grid!important;
        grid-template-columns:48% 52%!important;
        align-items:stretch!important;
    }
    .u8-shop-mosaic__large .u8-shop-mosaic__copy{
        position:relative!important;
        z-index:4!important;
        width:auto!important;
        max-width:none!important;
        padding:38px 16px 38px 38px!important;
    }
    .u8-shop-mosaic__large .u8-shop-mosaic__copy h3{
        max-width:280px!important;
        margin-top:9px!important;
        font-size:32px!important;
        line-height:1.02!important;
    }
    .u8-shop-mosaic__large .u8-shop-mosaic__copy p{
        max-width:270px!important;
        font-size:10.5px!important;
        line-height:1.7!important;
    }
    .u8-shop-phone--large{
        position:absolute!important;
        z-index:2!important;
        right:18px!important;
        left:auto!important;
        top:122px!important;
        bottom:auto!important;
        width:255px!important;
        height:548px!important;
        transform:rotate(2deg)!important;
    }

    .u8-shop-mosaic__small{
        min-height:660px!important;
    }
    .u8-shop-mosaic__small .u8-shop-phone{
        width:225px!important;
        height:485px!important;
        bottom:-36px!important;
    }
}

/* ---------------------------------------------------------
   EXPERIENCE CHAPTERS — fit devices inside the section,
   don't clip them with overflow:hidden
   --------------------------------------------------------- */
@media(min-width:901px){
    .u8-chapter__visual{
        overflow:visible!important;
        min-height:660px!important;
    }
    .u8-chapter-phone--one{
        left:12%!important;
        top:95px!important;
        width:245px!important;
        height:527px!important;
    }
    .u8-chapter-phone--two{
        right:10%!important;
        top:30px!important;
        width:285px!important;
        height:612px!important;
    }
    .u8-chapter--smart .u8-chapter-phone--one{
        left:10%!important;
    }
    .u8-chapter--smart .u8-chapter-phone--two{
        right:9%!important;
    }

    .u8-order-phone--center{
        top:24px!important;
        width:290px!important;
        height:623px!important;
    }
    .u8-order-phone--left,
    .u8-order-phone--right{
        top:125px!important;
        width:205px!important;
        height:441px!important;
    }
}

/* ---------------------------------------------------------
   STORE — replace floating clutter with two clear app panels
   --------------------------------------------------------- */
.u86-store{
    position:relative;
    overflow:hidden;
    padding:145px 0;
    background:
        radial-gradient(circle at 82% 12%,rgba(255,141,65,.10),transparent 26%),
        linear-gradient(180deg,#fff,#fff8f2);
}
.u86-store__grid{
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:84px;
    align-items:center;
    min-height:760px;
}
.u86-store__copy h2{
    margin:15px 0 22px;
    font:900 clamp(56px,5.9vw,84px)/.95 Nunito,sans-serif;
    letter-spacing:-.052em;
}
.u86-store__copy h2 em{color:#ff520f;font-style:normal}
.u86-store__copy>p{
    max-width:580px;
    margin:0;
    color:#687178;
    font-size:15px;
    line-height:1.9;
}
.u86-store__features{
    display:grid;
    margin-top:30px;
    max-width:600px;
}
.u86-store__features>div{
    display:grid;
    grid-template-columns:40px 1fr;
    gap:12px;
    align-items:center;
    padding:13px 0;
    border-bottom:1px solid #eadfd6;
}
.u86-store__features b{color:#ff520f;font-size:9px}
.u86-store__features strong,.u86-store__features small{display:block}
.u86-store__features strong{font:900 13px Nunito,sans-serif}
.u86-store__features small{margin-top:3px;color:#858d93;font-size:9px}
.u86-store__actions{display:flex;gap:18px;align-items:center;margin-top:30px}

.u86-store__visual{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    min-height:680px;
}
.u86-store-card{
    position:relative;
    min-height:680px;
    padding:22px;
    border-radius:34px;
    overflow:hidden;
}
.u86-store-card--customer{background:linear-gradient(150deg,#fff1e6,#fff)}
.u86-store-card--vendor{background:linear-gradient(150deg,#eff8ec,#fff)}
.u86-store-card__head{
    position:relative;
    z-index:5;
    display:flex;
    align-items:center;
    gap:10px;
}
.u86-store-card__head img{
    width:36px;
    height:36px;
    border-radius:11px;
}
.u86-store-card__head small,.u86-store-card__head b{display:block}
.u86-store-card__head small{
    color:#8b9298;
    font-size:6px;
    font-weight:900;
    letter-spacing:.1em;
}
.u86-store-card__head b{
    margin-top:2px;
    font:900 11px Nunito,sans-serif;
}
.u86-store-phone{
    position:absolute;
    left:50%;
    bottom:-58px;
    width:245px;
    height:527px;
    padding:6px;
    border-radius:33px;
    background:#202326;
    box-shadow:0 28px 65px rgba(0,0,0,.14);
    transform:translateX(-50%);
}
.u86-store-phone img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    border-radius:27px;
}
.u86-store__flow{
    position:absolute;
    z-index:9;
    left:50%;
    top:72px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:8px 10px;
    border:1px solid #e8e2dd;
    border-radius:999px;
    background:#fff;
    box-shadow:0 14px 32px rgba(0,0,0,.07);
    transform:translateX(-50%);
}
.u86-store__flow span,.u86-store__flow b{font-size:7px;white-space:nowrap}
.u86-store__flow b{color:#ff520f}
.u86-store__flow i{width:16px;height:1px;background:#d9d5d1}

/* ---------------------------------------------------------
   DELIVERY — real app first, CSS route story, no blurry rider
   --------------------------------------------------------- */
.u86-delivery{
    position:relative;
    overflow:hidden;
    padding:140px 0;
    background:
        radial-gradient(circle at 15% 30%,rgba(128,205,116,.15),transparent 27%),
        #123921;
    color:#fff;
}
.u86-delivery__grid{
    display:grid;
    grid-template-columns:1.12fr .88fr;
    gap:90px;
    align-items:center;
    min-height:730px;
}
.u86-delivery__visual{
    position:relative;
    min-height:700px;
}
.u86-delivery-phone{
    position:absolute;
    z-index:5;
    left:50%;
    bottom:-55px;
    width:315px;
    height:675px;
    padding:7px;
    border-radius:40px;
    background:#202326;
    box-shadow:0 42px 90px rgba(0,0,0,.30);
    transform:translateX(-50%) rotate(2deg);
}
.u86-delivery-phone img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    border-radius:33px;
}
.u86-delivery__route{
    position:absolute;
    z-index:1;
    left:7%;
    right:6%;
    top:50%;
    height:2px;
    background:linear-gradient(90deg,rgba(255,255,255,.08),#ff8a22 48%,rgba(255,255,255,.08));
    transform:rotate(-7deg);
}
.u86-route-card{
    position:absolute;
    z-index:7;
    display:flex;
    align-items:center;
    gap:10px;
    min-width:170px;
    padding:12px 14px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:16px;
    background:rgba(255,255,255,.075);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
    backdrop-filter:blur(12px);
}
.u86-route-card>span{
    display:grid;
    place-items:center;
    width:29px;
    height:29px;
    border-radius:9px;
    background:#fff;
    color:#ff520f;
    font-size:7px;
    font-weight:900;
}
.u86-route-card b,.u86-route-card small{display:block}
.u86-route-card b{font:900 11px Nunito,sans-serif}
.u86-route-card small{margin-top:2px;color:#aebfb2;font-size:7px}
.u86-route-card--pickup{left:4%;top:14%}
.u86-route-card--navigate{right:1%;top:26%}
.u86-route-card--handoff{right:5%;bottom:15%}
.u86-route-pin{
    position:absolute;
    z-index:4;
    display:flex;
    align-items:center;
    gap:7px;
    color:#b8c7bb;
    font-size:7px;
}
.u86-route-pin i{
    width:12px;
    height:12px;
    border:3px solid rgba(255,255,255,.78);
    border-radius:50%;
    background:#ff7a1c;
}
.u86-route-pin--store{left:12%;top:47%}
.u86-route-pin--customer{right:8%;top:57%}
.u86-delivery__copy h2{
    margin:15px 0 22px;
    font:900 clamp(58px,6vw,86px)/.95 Nunito,sans-serif;
    letter-spacing:-.052em;
}
.u86-delivery__copy h2 em{color:#b7f18d;font-style:normal}
.u86-delivery__copy>p{
    max-width:560px;
    color:#c2d1c6;
    font-size:15px;
    line-height:1.9;
}
.u86-delivery__features{
    display:grid;
    margin:30px 0;
    max-width:550px;
}
.u86-delivery__features>div{
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.11);
}
.u86-delivery__features strong,.u86-delivery__features span{display:block}
.u86-delivery__features strong{font:900 13px Nunito,sans-serif}
.u86-delivery__features span{margin-top:3px;color:#9fb0a4;font-size:9px}

/* ---------------------------------------------------------
   FINAL APP + FOOTER — keep V8.4 composition, clean footer
   --------------------------------------------------------- */
.u84-download-phone--center{bottom:-62px!important}
.u84-download__category--one{left:2%!important}
.u84-download__category--two{right:2%!important}

.u84-footer__brandlead>img{height:74px!important}
.u86-footer__micro{
    display:block;
    margin-bottom:12px;
    color:#ff936a;
    font-size:8px;
    font-weight:900;
    letter-spacing:.13em;
}
.u84-footer__about p{
    margin-top:0!important;
    font-size:11.5px!important;
}
.u84-footer__column h3{font-size:12.5px!important}
.u84-footer__column a{font-size:11.2px!important}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media(max-width:1050px){
    .u86-store__grid,.u86-delivery__grid{grid-template-columns:1fr}
    .u86-store__copy,.u86-delivery__copy{text-align:center}
    .u86-store__copy .u8-eyebrow,.u86-delivery__copy .u8-eyebrow,.u86-store__actions{justify-content:center}
    .u86-store__copy>p,.u86-delivery__copy>p{margin-left:auto;margin-right:auto}
    .u86-store__features,.u86-delivery__features{margin-left:auto;margin-right:auto;text-align:left}
    .u86-store__visual,.u86-delivery__visual{width:min(760px,100%);margin:0 auto}
    .u86-delivery__visual{order:2}
}
@media(max-width:620px){
    .u8-shop-mosaic__large{display:block!important;min-height:575px!important}
    .u8-shop-mosaic__large .u8-shop-mosaic__copy{padding:28px 25px!important}
    .u8-shop-phone--large{
        top:auto!important;
        right:-28px!important;
        bottom:-55px!important;
        width:210px!important;
        height:452px!important;
    }

    .u86-store,.u86-delivery{padding:95px 0}
    .u86-store__copy h2,.u86-delivery__copy h2{font-size:45px}
    .u86-store__visual{grid-template-columns:1fr;min-height:900px}
    .u86-store-card{min-height:430px}
    .u86-store-phone{width:210px;height:452px}
    .u86-store__flow{display:none}

    .u86-delivery__visual{min-height:520px}
    .u86-delivery-phone{width:225px;height:483px;bottom:-55px}
    .u86-route-card{min-width:128px;padding:9px 10px}
    .u86-route-card--pickup{left:0}
    .u86-route-card--navigate{right:0}
    .u86-route-card--handoff{right:0}
    .u86-route-pin{display:none}
}
