:root {
    --ink: #17201c;
    --muted: #66716b;
    --paper: #fbfaf6;
    --white: #fff;
    --orange: #f04f36;
    --orange-dark: #d9422c;
    --orange-soft: #fff0e9;
    --green: #0f6b50;
    --green-soft: #eaf5ef;
    --line: rgba(23, 32, 28, .11);
    --shadow: 0 24px 70px rgba(30, 44, 37, .11);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Cairo", "Inter", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body[dir="ltr"] { font-family: "Inter", "Cairo", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--green);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.section-title { max-width: 720px; margin: 0; font-size: clamp(34px, 5vw, 62px); line-height: 1.12; letter-spacing: -.045em; }
.section-copy { max-width: 660px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 46px; }
.section-head .section-copy { max-width: 470px; margin: 0; }

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-header.scrolled { background: rgba(251, 250, 246, .92); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 24px; font-weight: 900; white-space: nowrap; }
.brand img { width: 43px; height: 43px; border-radius: 14px; box-shadow: 0 8px 24px rgba(240, 79, 54, .18); }
.brand span { color: var(--orange); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 27px; margin-inline: auto; }
.nav-links a { color: #3d4842; font-size: 14px; font-weight: 800; transition: color .2s; }
.nav-links a:hover { color: var(--orange); }
.nav-links .partner-nav-link { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.language-link, .menu-button {
    min-width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%;
    display: inline-grid; place-items: center; background: rgba(255,255,255,.55); font-size: 13px; font-weight: 900;
}
.menu-button { display: none; cursor: pointer; color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 900; transition: .2s; }
.nav-cta:hover { background: var(--orange); transform: translateY(-2px); }

.hero {
    position: relative;
    min-height: 790px;
    padding: 155px 0 95px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero::before {
    content: ""; position: absolute; width: 580px; height: 580px; border-radius: 50%; inset: -210px auto auto -180px;
    background: rgba(240,79,54,.09); filter: blur(2px);
}
body[dir="rtl"] .hero::before { inset: -210px -180px auto auto; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(48px, 6.4vw, 88px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 640px; margin: 26px 0 0; color: var(--muted); font-size: 19px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 35px; }
.button {
    min-height: 56px; padding: 0 25px; border: 1px solid transparent; border-radius: 16px;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px; font-weight: 900; transition: .22s ease;
}
.button svg { width: 19px; height: 19px; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 16px 35px rgba(240,79,54,.24); }
.button-primary:hover { background: var(--orange-dark); transform: translateY(-3px); }
.button-secondary { background: #fff; border-color: var(--line); }
.button-secondary:hover { border-color: var(--ink); transform: translateY(-3px); }
.trust-line { display: flex; align-items: center; gap: 13px; margin-top: 30px; color: var(--muted); font-size: 13px; font-weight: 700; }
.avatar-stack { display: flex; direction: ltr; }
.avatar-stack i { width: 31px; height: 31px; border: 3px solid var(--paper); border-radius: 50%; margin-left: -8px; background: linear-gradient(145deg, #ffd3c7, #f06e54); }
.avatar-stack i:nth-child(2) { background: linear-gradient(145deg, #c9e8db, #2a896d); }
.avatar-stack i:nth-child(3) { background: linear-gradient(145deg, #fff0ba, #d39a34); }

.phone-stage { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-orbit { position: absolute; width: 470px; height: 470px; border: 1px dashed rgba(15,107,80,.25); border-radius: 50%; animation: spin 32s linear infinite; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); top: 35px; left: 78px; box-shadow: 0 0 0 10px var(--orange-soft); }
.hero-orbit::after { background: var(--green); top: auto; left: auto; right: 40px; bottom: 80px; box-shadow: 0 0 0 10px var(--green-soft); }
@keyframes spin { to { transform: rotate(360deg); } }
.phone {
    position: relative; z-index: 2; width: 280px; height: 555px; padding: 12px; border-radius: 45px;
    background: #151a17; box-shadow: 0 38px 80px rgba(19,30,24,.28), inset 0 0 0 2px #343b37; transform: rotate(5deg);
}
body[dir="rtl"] .phone { transform: rotate(-5deg); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 35px; background: #f7f5ef; }
.phone-top { height: 64px; padding: 18px 17px 0; display: flex; justify-content: space-between; align-items: start; }
.phone-top b { font-size: 12px; }
.phone-top i { width: 54px; height: 18px; border-radius: 0 0 12px 12px; background: #151a17; margin-top: -18px; }
.phone-body { padding: 9px 16px; }
.phone-greeting { font-size: 12px; color: var(--muted); }
.phone-heading { margin: 3px 0 15px; font-size: 22px; line-height: 1.25; }
.phone-search { height: 42px; padding: 0 13px; border-radius: 13px; display: flex; align-items: center; gap: 8px; background: #fff; color: #8a938e; font-size: 10px; box-shadow: 0 8px 20px rgba(32,44,38,.06); }
.phone-categories { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 17px 0; }
.phone-category { text-align: center; font-size: 8px; font-weight: 800; }
.phone-category i { width: 44px; height: 44px; margin: 0 auto 6px; border-radius: 14px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-style: normal; font-size: 19px; }
.phone-category:nth-child(2) i, .phone-category:nth-child(4) i { background: var(--green-soft); color: var(--green); }
.phone-banner { min-height: 108px; padding: 15px; border-radius: 20px; background: var(--green); color: #fff; position: relative; overflow: hidden; }
.phone-banner::after { content: "25%"; position: absolute; inset-inline-end: -3px; bottom: -13px; font-size: 56px; font-weight: 900; opacity: .13; }
.phone-banner small { display: block; opacity: .75; font-size: 8px; }
.phone-banner b { display: block; width: 70%; margin-top: 5px; font-size: 15px; line-height: 1.35; }
.phone-list-title { margin: 17px 0 9px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 900; }
.phone-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.phone-card { overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 8px 20px rgba(32,44,38,.06); }
.phone-card-img { height: 68px; background: linear-gradient(145deg, #ffc477, #f04f36); position: relative; }
.phone-card:nth-child(2) .phone-card-img { background: linear-gradient(145deg, #79bea5, #0f6b50); }
.phone-card-img::after { content: "● ● ●"; position: absolute; inset: 18px; color: rgba(255,255,255,.68); font-size: 19px; letter-spacing: 5px; }
.phone-card p { margin: 7px 8px 2px; font-size: 8px; font-weight: 900; }
.phone-card small { display: block; margin: 0 8px 8px; color: var(--muted); font-size: 7px; }
.floating-card { position: absolute; z-index: 4; min-width: 180px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.floating-card strong { display: block; font-size: 13px; }
.floating-card span { color: var(--muted); font-size: 10px; }
.floating-card.one { inset-inline-start: -8px; top: 85px; animation: float 4s ease-in-out infinite; }
.floating-card.two { inset-inline-end: -10px; bottom: 92px; animation: float 4s 1.3s ease-in-out infinite; }
.floating-card .status { display: inline-block; width: 8px; height: 8px; margin-inline-end: 7px; border-radius: 50%; background: #30b27c; box-shadow: 0 0 0 5px rgba(48,178,124,.12); }
@keyframes float { 50% { transform: translateY(-11px); } }

.quick-strip { position: relative; z-index: 5; margin-top: -40px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: #fff; border-radius: 25px; overflow: hidden; box-shadow: var(--shadow); }
.quick-item { min-height: 135px; padding: 27px; display: flex; align-items: center; gap: 18px; border-inline-end: 1px solid rgba(255,255,255,.1); }
.quick-item:last-child { border: 0; }
.quick-icon { width: 50px; height: 50px; flex: 0 0 auto; border-radius: 15px; display: grid; place-items: center; background: rgba(255,255,255,.1); color: #ff8d79; font-size: 21px; }
.quick-item strong { display: block; margin-bottom: 5px; font-size: 16px; }
.quick-item span { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.7; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { min-height: 315px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .25s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-size: 25px; }
.service-card:nth-child(even) .service-icon { background: var(--green-soft); color: var(--green); }
.service-card h3 { margin: 49px 0 10px; font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.service-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--orange); font-size: 13px; font-weight: 900; }

.audiences { background: #edece6; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.audience-card { position: relative; min-height: 430px; padding: 30px; border-radius: 32px; overflow: hidden; color: #fff; background: var(--ink); display: flex; flex-direction: column; justify-content: end; }
.audience-card:nth-child(2) { background: var(--orange); }
.audience-card:nth-child(3) { background: var(--green); }
.audience-card::before { content: ""; position: absolute; width: 280px; height: 280px; top: -105px; inset-inline-end: -70px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; }
.audience-number { position: absolute; top: 25px; inset-inline-start: 28px; color: rgba(255,255,255,.5); font-size: 14px; font-weight: 900; }
.audience-symbol { position: absolute; top: 85px; inset-inline-start: 30px; font-size: 74px; filter: grayscale(1) brightness(4); opacity: .9; }
.audience-card h3 { position: relative; margin: 0 0 10px; font-size: 28px; }
.audience-card p { position: relative; min-height: 72px; margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.85; }
.audience-card a { position: relative; display: inline-flex; width: fit-content; align-items: center; gap: 8px; margin-top: 22px; font-size: 13px; font-weight: 900; }
.audience-card.active { box-shadow: 0 0 0 5px var(--paper), 0 0 0 8px var(--orange); }

.steps-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.steps-panel { padding: 18px 0; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border: 0; }
.step-number { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 14px; font-weight: 900; }
.step h3 { margin: 1px 0 7px; font-size: 19px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.dashboard-preview { position: relative; min-height: 530px; padding: 22px; border-radius: 34px; background: var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.dashboard-bar { display: flex; align-items: center; justify-content: space-between; color: #fff; }
.dashboard-dots { display: flex; gap: 6px; direction: ltr; }
.dashboard-dots i { width: 8px; height: 8px; border-radius: 50%; background: #ff7661; }
.dashboard-dots i:nth-child(2) { background: #e8b94f; }.dashboard-dots i:nth-child(3) { background: #49bd8b; }
.dashboard-content { display: grid; grid-template-columns: 78px 1fr; gap: 14px; height: 440px; margin-top: 20px; direction: ltr; }
.dash-side { border-radius: 18px; background: #242d28; padding: 15px 12px; }
.dash-side i { display: block; height: 9px; margin-bottom: 17px; border-radius: 7px; background: rgba(255,255,255,.13); }
.dash-side i:first-child { height: 30px; background: var(--orange); }
.dash-main { border-radius: 20px; background: #f4f3ef; padding: 20px; }
.dash-heading { width: 42%; height: 13px; border-radius: 8px; background: #28332d; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 19px 0; }
.dash-stat { height: 82px; padding: 14px; border-radius: 14px; background: #fff; }
.dash-stat i { display: block; width: 32%; height: 7px; border-radius: 5px; background: #c9d0cc; }
.dash-stat b { display: block; width: 53%; height: 14px; margin-top: 15px; border-radius: 6px; background: var(--green); }
.dash-chart { height: 146px; border-radius: 15px; background: #fff; position: relative; overflow: hidden; }
.dash-chart::after { content: ""; position: absolute; inset: 35px 15px 24px; background: linear-gradient(160deg, transparent 45%, rgba(240,79,54,.18) 46% 57%, transparent 58%), linear-gradient(15deg, transparent 45%, rgba(15,107,80,.15) 46% 57%, transparent 58%); }
.dash-table { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 9px; margin-top: 13px; }
.dash-table i { height: 55px; border-radius: 12px; background: #fff; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 23px 0; border: 0; background: none; color: var(--ink); display: flex; justify-content: space-between; gap: 20px; text-align: start; cursor: pointer; font-weight: 900; }
.faq-question i { width: 26px; height: 26px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-style: normal; transition: .2s; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.9; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 42px 22px 0; }
body[dir="ltr"] .faq-answer p { padding: 0 0 22px 42px; }
.faq-item.open .faq-answer { max-height: 170px; }
.faq-item.open .faq-question i { transform: rotate(45deg); background: var(--orange); border-color: var(--orange); color: #fff; }

.download { padding: 100px 0; }
.download-card { position: relative; padding: 63px; border-radius: 38px; background: var(--orange); color: #fff; overflow: hidden; }
.download-card::after { content: ""; position: absolute; width: 420px; height: 420px; inset: -190px -90px auto auto; border: 70px solid rgba(255,255,255,.09); border-radius: 50%; }
body[dir="rtl"] .download-card::after { inset: -190px auto auto -90px; }
.download-inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.download h2 { max-width: 620px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.18; }
.download p { margin: 14px 0 0; color: rgba(255,255,255,.78); font-size: 16px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.store-button { min-width: 178px; min-height: 60px; padding: 10px 17px; border-radius: 15px; display: flex; align-items: center; gap: 12px; background: #fff; color: var(--ink); transition: .2s; }
.store-button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(82,28,19,.2); }
.store-button svg { width: 27px; height: 27px; }
.store-button small { display: block; color: var(--muted); font-size: 9px; line-height: 1.1; }
.store-button strong { display: block; margin-top: 2px; font-size: 14px; }
.store-button.soon { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.3); cursor: default; }
.store-button.soon small { color: rgba(255,255,255,.7); }

.footer { padding: 70px 0 28px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.footer .brand { margin-bottom: 18px; }
.footer-intro { max-width: 370px; margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.9; }
.footer h3 { margin: 4px 0 20px; color: rgba(255,255,255,.4); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; transition: .2s; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
body[dir="rtl"] .footer-links a:hover { transform: translateX(-3px); }
.footer-bottom { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-bottom a { color: rgba(255,255,255,.7); }

/* Audience-specific visual identities */
.page-merchant {
    --orange: #f36a36;
    --orange-dark: #d95324;
    --orange-soft: #fff0e8;
    --green: #5d55c5;
    --green-soft: #efedff;
    --paper: #fbf8f4;
}
.page-driver {
    --orange: #22b989;
    --orange-dark: #168d6a;
    --orange-soft: #e9faf4;
    --green: #2365d8;
    --green-soft: #eaf1ff;
    --paper: #f7faf9;
}
.page-merchant .hero {
    color: var(--ink);
    background:
        radial-gradient(circle at 84% 13%, rgba(243,106,54,.12), transparent 31%),
        radial-gradient(circle at 9% 75%, rgba(93,85,197,.1), transparent 25%),
        #fffdf9;
}
.page-merchant .hero::before { background: rgba(243,106,54,.09); }
.page-merchant .hero-copy, .page-merchant .trust-line { color: var(--muted); }
.page-merchant .button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.page-merchant .site-header:not(.scrolled) .nav-cta { background: #28253f; }
.page-driver .hero {
    background:
        linear-gradient(rgba(35,101,216,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(35,101,216,.055) 1px, transparent 1px),
        linear-gradient(145deg, #f5fbff, #eaf4fb);
    background-size: 38px 38px, 38px 38px, auto;
}
.page-driver .hero::before { background: rgba(35,101,216,.12); }
.page-driver .quick-grid { background: #123b62; }
.page-driver .service-card { border-radius: 20px 20px 52px 20px; }
.page-merchant .service-card { border-radius: 8px; border-top: 4px solid var(--orange); }
.page-merchant .services-grid { gap: 22px; }

/* Premium phone showcases */
.partner-phone-stage { position: relative; min-height: 590px; display: grid; place-items: center; isolation: isolate; }
.partner-glow { position: absolute; z-index: -3; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(243,106,54,.17), rgba(243,106,54,.03) 60%, transparent 70%); }
.driver-phone-stage .partner-glow { background: radial-gradient(circle, rgba(34,185,137,.2), rgba(35,101,216,.05) 60%, transparent 70%); }
.partner-ring { position: absolute; z-index: -2; width: 465px; height: 465px; border: 1px dashed rgba(93,85,197,.25); border-radius: 50%; animation: spin 36s linear infinite; }
.partner-ring::before, .partner-ring::after { content: ""; position: absolute; width: 16px; height: 16px; border: 5px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 8px 20px rgba(243,106,54,.25); }
.partner-ring::before { top: 48px; left: 65px; }.partner-ring::after { right: 32px; bottom: 100px; background: var(--green); }
.partner-phone { position: relative; z-index: 3; width: 286px; height: 565px; padding: 11px; border-radius: 46px; background: #141b18; box-shadow: 0 42px 85px rgba(27,41,34,.27), inset 0 0 0 2px #39433e; transform: rotate(4deg); }
body[dir="rtl"] .partner-phone { transform: rotate(-4deg); }
.partner-phone::before { content: ""; position: absolute; z-index: 5; width: 82px; height: 24px; top: 11px; left: 50%; transform: translateX(-50%); border-radius: 0 0 16px 16px; background: #141b18; }
.partner-phone-screen { height: 100%; padding: 17px 15px; overflow: hidden; border-radius: 36px; background: #f7f6f2; }
.partner-phone-status { height: 32px; display: flex; justify-content: space-between; align-items: start; font-size: 9px; direction: ltr; }
.partner-phone-status i { width: 70px; }
.partner-floating { position: absolute; z-index: 7; min-width: 178px; padding: 14px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); box-shadow: 0 20px 55px rgba(32,45,39,.18); animation: float 4s ease-in-out infinite; }
.partner-floating small, .partner-floating strong { display: block; }.partner-floating small { color: #7b857f; font-size: 9px; }.partner-floating strong { margin-top: 2px; font-size: 13px; }
.float-icon { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-weight: 900; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #25b47e; box-shadow: 0 0 0 6px rgba(37,180,126,.12); }
.merchant-float-one { inset-inline-start: -25px; top: 90px; }.merchant-float-two { inset-inline-end: -20px; bottom: 95px; animation-delay: 1.2s; }

.merchant-mobile-head { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.merchant-mobile-head small { color: #89918d; font-size: 9px; }.merchant-mobile-head h3 { margin: 3px 0 0; font-size: 18px; }
.merchant-avatar { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: #28253f; color: #fff; font-weight: 900; }
.merchant-mobile-sales { position: relative; min-height: 132px; margin-top: 17px; padding: 17px; overflow: hidden; border-radius: 21px; background: linear-gradient(135deg, #28253f, #444062); color: #fff; }
.merchant-mobile-sales small, .merchant-mobile-sales strong, .merchant-mobile-sales span { position: relative; z-index: 2; display: block; }.merchant-mobile-sales small { color: rgba(255,255,255,.57); font-size: 8px; }.merchant-mobile-sales strong { margin: 7px 0 4px; font-size: 23px; }.merchant-mobile-sales span { color: #7ae3b4; font-size: 8px; }
.mini-bars { position: absolute; inset-inline-end: 14px; bottom: 16px; width: 95px; height: 54px; display: flex; align-items: end; gap: 5px; opacity: .8; }
.mini-bars i { flex: 1; height: 25%; border-radius: 5px 5px 1px 1px; background: rgba(255,255,255,.33); }.mini-bars i:nth-child(2){height:52%}.mini-bars i:nth-child(3){height:40%}.mini-bars i:nth-child(4){height:75%}.mini-bars i:nth-child(5){height:58%}.mini-bars i:nth-child(6){height:88%}.mini-bars i:nth-child(7){height:68%;background:var(--orange)}
.merchant-mobile-tabs { margin: 17px 0 12px; display: flex; gap: 15px; align-items: center; font-size: 9px; color: #909793; }.merchant-mobile-tabs b { color: var(--orange); }
.merchant-order-card { padding: 13px; border: 1px solid #e7e9e7; border-radius: 17px; background: #fff; box-shadow: 0 9px 22px rgba(37,45,41,.05); }
.merchant-order-top, .merchant-order-customer, .merchant-order-actions { display: flex; align-items: center; justify-content: space-between; }
.merchant-order-top strong, .merchant-order-top small { display: block; }.merchant-order-top strong { font-size: 11px; }.merchant-order-top small { color: #8a928e; font-size: 7px; }.merchant-order-top > span { padding: 5px 8px; border-radius: 999px; background: var(--orange-soft); color: var(--orange); font-size: 7px; font-weight: 900; }
.merchant-order-customer { margin: 12px 0; padding-top: 10px; border-top: 1px solid #f0f1f0; justify-content: start; gap: 8px; }.merchant-order-customer i { width: 27px; height: 27px; border-radius: 9px; display: grid; place-items: center; background: #efedff; color: var(--green); font-size: 9px; font-style: normal; font-weight: 900; }.merchant-order-customer div { flex: 1; }.merchant-order-customer strong,.merchant-order-customer small { display: block; }.merchant-order-customer strong { font-size: 8px; }.merchant-order-customer small,.merchant-order-customer b { color: #919894; font-size: 7px; }
.merchant-order-actions { gap: 7px; }.merchant-order-actions button { flex: 1; height: 30px; border: 0; border-radius: 9px; background: var(--orange); color: #fff; font-size: 8px; font-weight: 900; }.merchant-order-actions button:last-child { color: #4e5551; background: #f1f2f1; }
.merchant-order-card.compact { margin-top: 9px; }.merchant-order-card.compact .merchant-order-top > span { color: var(--green); background: var(--green-soft); }.progress-line { height: 5px; margin-top: 12px; border-radius: 4px; background: #eceeec; overflow: hidden; }.progress-line i { display: block; width: 62%; height: 100%; border-radius: inherit; background: var(--green); }
.mini-dashboard-card { position: absolute; z-index: 5; inset-inline-start: -30px; bottom: 16px; width: 220px; height: 135px; overflow: hidden; border: 6px solid #28253f; border-radius: 13px; background: #f7f6fa; box-shadow: 0 24px 50px rgba(39,36,62,.22); transform: rotate(-5deg); }
body[dir="rtl"] .mini-dashboard-card { transform: rotate(5deg); }
.mini-dashboard-top { height: 22px; padding: 0 7px; display: flex; align-items: center; justify-content: space-between; background: #28253f; color: #fff; font-size: 6px; direction: ltr; }.mini-dashboard-top span { display: flex; gap: 3px; }.mini-dashboard-top i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.mini-dashboard-body { display: grid; grid-template-columns: 28px 1fr; height: 107px; direction: ltr; }.mini-dashboard-body aside { padding: 11px 7px; background: #35314e; }.mini-dashboard-body aside i { display: block; height: 4px; margin-bottom: 9px; border-radius: 4px; background: rgba(255,255,255,.22); }.mini-dashboard-body main { padding: 11px; }.mini-dashboard-body main strong { font-size: 7px; }.mini-dashboard-body main div { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-top: 9px; }.mini-dashboard-body main div i { height: 25px; border-radius: 5px; background: #fff; box-shadow: 0 2px 7px rgba(40,37,63,.08); }.mini-dashboard-body main > span { display: block; height: 37px; margin-top: 7px; border-radius: 6px; background: linear-gradient(160deg, transparent 43%, rgba(93,85,197,.2) 44% 56%, transparent 57%), #fff; }

.driver-map-disc { position: absolute; z-index: -1; width: 485px; height: 485px; border-radius: 50%; overflow: hidden; background: #dfebe7; box-shadow: inset 0 0 0 1px rgba(22,86,64,.07); }
.driver-map-disc::before { content: ""; position: absolute; inset: 0; background: linear-gradient(33deg, transparent 42%, rgba(255,255,255,.9) 43% 51%, transparent 52%), linear-gradient(119deg, transparent 45%, rgba(255,255,255,.88) 46% 53%, transparent 54%); }
.map-line { position: absolute; display: block; height: 7px; border-radius: 8px; background: rgba(255,255,255,.9); }
.driver-map-disc .a { width: 70%; top: 25%; left: 6%; transform: rotate(18deg); }.driver-map-disc .b { width: 65%; bottom: 28%; right: 4%; transform: rotate(-24deg); }.driver-map-disc .c { width: 53%; top: 20%; right: 10%; transform: rotate(78deg); }
.driver-map-disc .map-start, .driver-map-disc .map-end { position: absolute; z-index: 2; width: 34px; height: 34px; border: 5px solid #fff; border-radius: 50%; display: grid; place-items: center; color: #fff; font-style: normal; box-shadow: 0 8px 20px rgba(25,73,57,.18); }.driver-map-disc .map-start { left: 70px; top: 90px; background: var(--green); }.driver-map-disc .map-end { right: 65px; bottom: 75px; background: var(--orange); }.driver-map-disc > b { position: absolute; z-index: 2; left: 47%; top: 47%; width: 42px; height: 42px; border: 5px solid #fff; border-radius: 50%; display: grid; place-items: center; background: #163b5a; color: #fff; transform: rotate(-35deg); }
.driver-float-one { inset-inline-start: -18px; bottom: 75px; }.driver-float-two { inset-inline-end: -20px; top: 82px; animation-delay: 1.1s; }.star { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: #fff4d5; color: #d49b25; }
.driver-phone { background: #102c42; box-shadow: 0 42px 85px rgba(16,44,66,.3), inset 0 0 0 2px #31536b; }
.driver-phone::before { background: #102c42; }.driver-phone .partner-phone-screen { background: #f7faf9; }
.driver-mobile-head { display: flex; justify-content: space-between; align-items: center; margin: 3px 0 13px; }.online-pill { display: inline-block; color: var(--orange); font-size: 7px; font-weight: 900; }.driver-mobile-head h3 { margin: 4px 0 0; font-size: 16px; }.driver-avatar { width: 35px; height: 35px; border-radius: 12px; display: grid; place-items: center; background: #163b5a; color: #fff; font-size: 10px; font-weight: 900; }
.driver-mobile-map { position: relative; height: 180px; margin-inline: -15px; overflow: hidden; background: #dfeae7; }.driver-mobile-map::before { content: ""; position: absolute; inset: 0; background: linear-gradient(35deg, transparent 43%, #fff 44% 51%, transparent 52%), linear-gradient(117deg, transparent 45%, #fff 46% 53%, transparent 54%); }.driver-mobile-map .one { width: 75%; top: 27%; left: 0; transform: rotate(18deg); }.driver-mobile-map .two { width: 70%; bottom: 24%; right: 0; transform: rotate(-23deg); }.driver-mobile-map .three { width: 50%; top: 15%; right: 0; transform: rotate(75deg); }.pickup-dot,.drop-dot { position: absolute; z-index: 2; width: 17px; height: 17px; border: 4px solid #fff; border-radius: 50%; }.pickup-dot { left: 45px; top: 45px; background: var(--green); }.drop-dot { right: 35px; bottom: 35px; background: var(--orange); }.driver-mobile-map b { position: absolute; z-index: 2; left: 47%; top: 45%; width: 31px; height: 31px; border: 4px solid #fff; border-radius: 50%; display: grid; place-items: center; background: #163b5a; color: #fff; font-size: 12px; transform: rotate(-35deg); }
.driver-mobile-request { position: relative; z-index: 3; margin: -18px -2px 0; padding: 14px; border-radius: 19px; background: #fff; box-shadow: 0 12px 30px rgba(21,61,48,.12); }.request-label { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 9px; font-weight: 900; }.request-label b { color: var(--orange); }.request-route { display: flex; gap: 9px; margin: 9px 0; }.request-route i { width: 10px; height: 10px; margin-top: 4px; border: 3px solid var(--green); border-radius: 50%; }.request-route.drop i { border-color: var(--orange); }.request-route small,.request-route strong { display: block; }.request-route small { color: #909995; font-size: 7px; }.request-route strong { margin-top: 2px; font-size: 9px; }.request-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 11px 0; }.request-numbers span { padding: 8px; border-radius: 9px; background: #f1f6f4; }.request-numbers small,.request-numbers b { display: block; }.request-numbers small { color: #88948f; font-size: 6px; }.request-numbers b { margin-top: 3px; font-size: 9px; }.driver-mobile-request button { width: 100%; height: 33px; border: 0; border-radius: 10px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 900; }
.driver-wallet-card { position: absolute; z-index: 6; inset-inline-start: -25px; top: 78px; min-width: 150px; padding: 14px 16px; border-radius: 18px; background: #163b5a; color: #fff; box-shadow: 0 20px 45px rgba(16,44,66,.25); transform: rotate(-4deg); }.driver-wallet-card small,.driver-wallet-card strong,.driver-wallet-card span { display: block; }.driver-wallet-card small,.driver-wallet-card span { color: rgba(255,255,255,.57); font-size: 8px; }.driver-wallet-card strong { margin: 5px 0; font-size: 16px; }

/* Merchant hero dashboard */
.merchant-hero-visual { position: relative; min-height: 560px; display: grid; align-items: center; }
.merchant-window { position: relative; z-index: 2; width: 650px; max-width: 112%; margin-inline-start: -20px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; overflow: hidden; background: #0e0f1b; box-shadow: 0 45px 90px rgba(0,0,0,.38); transform: perspective(1100px) rotateY(-7deg) rotateX(2deg); }
body[dir="rtl"] .merchant-window { transform: perspective(1100px) rotateY(7deg) rotateX(2deg); }
.merchant-window-bar { height: 45px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: #191a2b; color: rgba(255,255,255,.45); direction: ltr; font-size: 10px; }
.merchant-window-bar span { display: flex; gap: 6px; }
.merchant-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ff6b55; }
.merchant-window-bar i:nth-child(2) { background: #f1bf4a; }.merchant-window-bar i:nth-child(3) { background: #43bd87; }
.merchant-window-body { display: grid; grid-template-columns: 62px 1fr; min-height: 420px; direction: ltr; }
.merchant-window-body aside { padding: 17px 12px; background: #171829; }
.merchant-window-body aside strong { width: 34px; height: 34px; margin-bottom: 30px; border-radius: 10px; display: grid; place-items: center; background: var(--orange); color: #fff; }
.merchant-window-body aside i { display: block; width: 28px; height: 8px; margin: 0 auto 20px; border-radius: 8px; background: rgba(255,255,255,.13); }
.merchant-workspace { padding: 24px; background: #f6f5fa; color: #242437; }
.merchant-welcome { display: flex; align-items: center; justify-content: space-between; }
.merchant-welcome small { color: #8c8b99; font-size: 9px; }.merchant-welcome h3 { margin: 4px 0 0; font-size: 18px; }
.merchant-welcome span { padding: 8px 11px; border-radius: 8px; background: #24233e; color: #fff; font-size: 9px; }
.merchant-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 20px 0; }
.merchant-stats article { padding: 14px; border: 1px solid #e6e4ee; border-radius: 12px; background: #fff; }
.merchant-stats small { display: block; color: #9997a5; font-size: 8px; }.merchant-stats b { display: block; margin: 8px 0 3px; font-size: 20px; }.merchant-stats em { color: #24a477; font-size: 8px; font-style: normal; }
.merchant-orders { display: grid; grid-template-columns: 1.4fr .8fr; gap: 11px; }
.merchant-chart, .merchant-latest { min-height: 190px; padding: 14px; border: 1px solid #e6e4ee; border-radius: 12px; background: #fff; font-size: 9px; }
.merchant-chart span { display: block; height: 120px; margin-top: 20px; background: linear-gradient(160deg, transparent 46%, rgba(104,87,217,.2) 47% 57%, transparent 58%), linear-gradient(15deg, transparent 45%, rgba(255,138,52,.2) 46% 56%, transparent 57%); }
.merchant-latest i { display: block; height: 34px; margin-top: 10px; border-radius: 8px; background: #f1f0f5; }
.merchant-pop { position: absolute; z-index: 4; display: flex; gap: 10px; padding: 14px 16px; border-radius: 14px; background: #fff; color: #242437; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.merchant-pop.order { inset-inline-start: -35px; bottom: 58px; }.merchant-pop.sales { inset-inline-end: -15px; top: 64px; display: block; }
.merchant-pop span { color: #35b889; }.merchant-pop b { display: block; font-size: 13px; }.merchant-pop small { display: block; margin-top: 3px; color: #858392; font-size: 9px; }

/* Driver hero */
.driver-hero-visual { position: relative; min-height: 580px; }
.driver-map { position: absolute; inset: 25px 0 10px; border-radius: 48% 52% 44% 56%; overflow: hidden; background: #dfeaf0; box-shadow: inset 0 0 0 1px rgba(35,101,216,.09); }
.driver-map::before { content: ""; position: absolute; inset: 0; background: linear-gradient(36deg, transparent 43%, #fff 44% 50%, transparent 51%), linear-gradient(118deg, transparent 45%, #fff 46% 51%, transparent 52%); }
.map-road { position: absolute; display: block; height: 9px; border-radius: 9px; background: rgba(255,255,255,.85); transform-origin: left; }
.road-one { width: 80%; top: 28%; left: 5%; transform: rotate(19deg); }.road-two { width: 74%; top: 66%; left: 13%; transform: rotate(-21deg); }.road-three { width: 55%; top: 18%; left: 64%; transform: rotate(82deg); }
.driver-route { position: absolute; width: 230px; height: 290px; top: 90px; left: 130px; border: 5px dashed var(--green); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(18deg); }
.map-pin { position: absolute; z-index: 2; width: 42px; height: 42px; border: 5px solid #fff; border-radius: 50% 50% 50% 12px; display: grid; place-items: center; color: #fff; transform: rotate(-45deg); box-shadow: 0 8px 22px rgba(25,62,91,.22); }
.map-pin.pickup { top: 80px; left: 120px; background: var(--green); }.map-pin.dropoff { right: 95px; bottom: 70px; background: var(--orange); }
.map-pin::first-letter { transform: rotate(45deg); }
.driver-device { position: absolute; z-index: 3; width: 285px; min-height: 520px; top: 20px; left: 50%; padding: 20px 17px; border: 10px solid #10273b; border-radius: 38px; background: #f7fafc; box-shadow: 0 38px 80px rgba(20,55,80,.28); transform: translateX(-50%) rotate(4deg); }
body[dir="rtl"] .driver-device { transform: translateX(-50%) rotate(-4deg); }
.driver-device-top { display: flex; justify-content: space-between; font-size: 10px; }.driver-device-top span { color: var(--orange); font-weight: 900; }
.driver-earnings { margin: 22px 0 14px; padding: 17px; border-radius: 18px; background: #123b62; color: #fff; }.driver-earnings small, .driver-earnings span { display: block; color: rgba(255,255,255,.65); font-size: 9px; }.driver-earnings strong { display: block; margin: 7px 0; font-size: 25px; }
.driver-request { padding: 16px; border: 1px solid #e0e8ed; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(22,60,88,.08); }
.driver-request-head { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 11px; font-weight: 900; }.driver-request-head b { color: var(--orange); }
.driver-trip-line { position: relative; display: flex; gap: 10px; margin: 13px 0; }.driver-trip-line i { width: 10px; height: 10px; margin-top: 5px; border: 3px solid var(--green); border-radius: 50%; }.driver-trip-line:nth-child(3) i { border-color: var(--orange); }
.driver-trip-line small { display: block; color: #8b969d; font-size: 8px; }.driver-trip-line strong { display: block; margin-top: 2px; font-size: 10px; }
.driver-request-meta { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid #edf1f3; font-size: 10px; font-weight: 900; }
.driver-request button { width: 100%; height: 40px; border: 0; border-radius: 11px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 900; }
.driver-badge { position: absolute; z-index: 5; inset-inline-end: -5px; bottom: 70px; padding: 13px 18px; border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(20,55,80,.2); }.driver-badge span, .driver-badge small { display: block; }.driver-badge span { color: #d69820; font-weight: 900; }.driver-badge small { margin-top: 3px; color: #78858c; font-size: 9px; }

/* Audience-specific middle sections */
.merchant-growth-head, .driver-requirements-head { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.merchant-growth-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; margin-top: 45px; }
.growth-card { min-height: 220px; padding: 27px; border: 1px solid rgba(40,37,63,.09); border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 16px 40px rgba(40,37,63,.06); }
.growth-card.growth-main { grid-row: span 2; min-height: 458px; background: var(--orange); }
.growth-card span { color: #9995a8; font-size: 12px; font-weight: 900; }.growth-card h3 { margin: 48px 0 12px; font-size: 23px; }.growth-card p { color: var(--muted); line-height: 1.8; font-size: 13px; }
.growth-card.growth-main span { color: rgba(255,255,255,.55); }.growth-card.growth-main h3 { color: #fff; }.growth-card.growth-main p { color: rgba(255,255,255,.72); }
.growth-main h3 { margin-top: 105px; font-size: 32px; }.growth-bars { display: flex; align-items: end; gap: 10px; height: 90px; margin-top: 35px; }.growth-bars i { width: 20%; height: 35%; border-radius: 7px 7px 0 0; background: rgba(255,255,255,.3); }.growth-bars i:nth-child(2){height:70%}.growth-bars i:nth-child(3){height:52%}.growth-bars i:nth-child(4){height:90%}
.page-merchant .audiences { background: linear-gradient(135deg, #f1efff, #fff5ec); color: var(--ink); }.page-merchant .audiences .section-title { color: var(--ink); }
.driver-requirements-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 45px; }
.requirement-card { position: relative; min-height: 330px; padding: 25px; border-radius: 32px 32px 8px 32px; background: #fff; border: 1px solid rgba(35,101,216,.1); }
.requirement-card > span { position: absolute; top: 23px; inset-inline-end: 24px; color: #a8b6c0; font-size: 12px; font-weight: 900; }
.requirement-icon { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 23px; }
.requirement-card h3 { margin: 70px 0 13px; font-size: 22px; }.requirement-card p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.page-driver .audiences { background: #dfeaf1; }

.earnings-preview { min-height: 510px; padding: 38px; border-radius: 38px 38px 10px 38px; background: #123b62; color: #fff; box-shadow: 0 35px 70px rgba(20,55,80,.22); }
.earnings-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.6); font-size: 12px; }.earnings-preview > strong { display: block; margin-top: 38px; font-size: 45px; }.earnings-preview > small { color: rgba(255,255,255,.55); }
.earnings-chart { height: 210px; margin-top: 40px; padding-top: 15px; display: flex; align-items: end; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.16); }.earnings-chart i { flex: 1; border-radius: 9px 9px 2px 2px; background: linear-gradient(#39cf9c, #218c70); }
.earnings-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 27px; }.earnings-meta div { padding: 13px; border-radius: 13px; background: rgba(255,255,255,.08); }.earnings-meta b, .earnings-meta span { display: block; }.earnings-meta span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 9px; }
.order-journey-preview { position: relative; min-height: 510px; padding: 28px; border-radius: 40px; background: #e7f0eb; overflow: hidden; }
.journey-map { position: absolute; inset: 0; background: linear-gradient(35deg, transparent 42%, #fff 43% 50%, transparent 51%), linear-gradient(120deg, transparent 45%, #fff 46% 52%, transparent 53%); }
.journey-route { position: absolute; width: 250px; height: 270px; top: 100px; left: 120px; border: 5px dashed var(--green); border-left-color: transparent; border-radius: 50%; transform: rotate(-16deg); }.journey-pin { position: absolute; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-style: normal; box-shadow: 0 8px 20px rgba(15,60,45,.18); }.journey-pin.start { top: 80px; left: 110px; background: var(--green); }.journey-pin.end { right: 85px; bottom: 95px; background: var(--orange); }.journey-map b { position: absolute; left: 49%; top: 47%; font-size: 34px; }
.journey-status { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 25px; padding: 18px; border-radius: 18px; display: flex; align-items: center; gap: 13px; background: #fff; box-shadow: var(--shadow); }.journey-status .status { width: 11px; height: 11px; border-radius: 50%; background: #2aba7c; box-shadow: 0 0 0 7px rgba(42,186,124,.12); }.journey-status div { flex: 1; }.journey-status small, .journey-status strong { display: block; }.journey-status small { color: var(--muted); font-size: 9px; }.journey-status strong { margin-top: 4px; font-size: 13px; }.journey-status em { color: var(--orange); font-style: normal; font-weight: 900; font-size: 12px; }

/* Cross-audience navigation */
.join-paths { padding: 35px 0 65px; background: #fff; }
.join-paths-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.join-path { min-height: 210px; padding: 28px; border-radius: 25px; display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; align-items: center; color: #fff; transition: transform .25s, box-shadow .25s; }
.join-path:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.merchant-path { background: #24233e; }.driver-path { background: #123b62; }.customer-path { background: var(--orange); }
.join-path-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,255,255,.12); font-size: 25px; }
.join-path small { color: rgba(255,255,255,.58); font-size: 10px; }.join-path h2 { margin: 4px 0 7px; font-size: 25px; }.join-path p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.75; }.join-path > b { font-size: 24px; }

/* Distinct footers */
.footer-audience-label { display: inline-flex; margin-bottom: 28px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.footer-merchant { background: #12131f; border-top: 6px solid #ff8a34; }
.footer-driver { background: #0c304e; border-top: 6px solid #27b989; }
.footer-customer { border-top: 6px solid #f04f36; }
.footer-merchant .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
.footer-driver .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .nav-links { display: none; position: absolute; top: 75px; left: 20px; right: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); flex-direction: column; }
    .nav-links.open { display: flex; }
    .menu-button { display: inline-grid; }
    .nav-cta { display: none; }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .steps-wrap, .faq-grid { gap: 40px; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
    .merchant-window { width: 560px; }
    .partner-phone-stage { min-height: 550px; transform: scale(.92); }
    .merchant-growth-grid { grid-template-columns: 1fr 1fr; }
    .growth-card.growth-main { grid-row: span 1; min-height: 300px; }
    .growth-main h3 { margin-top: 55px; }
    .driver-requirements-grid { grid-template-columns: 1fr 1fr; }
    .footer-merchant .footer-grid, .footer-driver .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 780px) {
    .container { width: min(100% - 28px, 620px); }
    .section { padding: 75px 0; }
    .section-head { display: block; }
    .section-head .section-copy { margin-top: 18px; }
    .nav { min-height: 72px; gap: 9px; }
    .brand { font-size: 19px; margin-inline-end: auto; }
    .brand img { width: 37px; height: 37px; border-radius: 12px; }
    .hero { min-height: auto; padding: 118px 0 75px; }
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-copy { font-size: 16px; }
    .hero-actions, .trust-line { justify-content: center; }
    .phone-stage { min-height: 530px; margin-top: 25px; transform: scale(.9); }
    .merchant-hero-visual, .driver-hero-visual { min-height: 520px; margin-top: 20px; text-align: start; }
    .partner-phone-stage { min-height: 540px; margin-top: 22px; text-align: start; transform: scale(.9); }
    .partner-floating { text-align: start; }
    .mini-dashboard-card { inset-inline-start: -5px; }
    .merchant-window { width: 100%; max-width: 100%; margin: 0; transform: none !important; }
    .merchant-window-body { grid-template-columns: 50px 1fr; }
    .merchant-workspace { padding: 16px; }
    .merchant-pop.order { inset-inline-start: -6px; }.merchant-pop.sales { inset-inline-end: -5px; top: 70px; }
    .driver-device { width: 270px; }
    .quick-strip { margin-top: 0; }
    .quick-grid { grid-template-columns: 1fr; }
    .quick-item { min-height: 105px; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .services-grid, .audience-grid { grid-template-columns: 1fr; }
    .merchant-growth-head, .driver-requirements-head { display: block; }
    .merchant-growth-head .button { margin-top: 24px; }
    .merchant-growth-grid, .driver-requirements-grid { grid-template-columns: 1fr; }
    .growth-card, .growth-card.growth-main, .requirement-card { min-height: 260px; }
    .growth-main h3, .growth-card h3 { margin-top: 50px; }
    .join-paths-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 270px; }
    .service-card h3 { margin-top: 35px; }
    .audience-card { min-height: 350px; }
    .steps-wrap, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
    .dashboard-preview { min-height: 450px; padding: 15px; }
    .dashboard-content { height: 380px; grid-template-columns: 58px 1fr; }
    .dash-main { padding: 13px; }
    .download-card { padding: 38px 25px; }
    .download-inner { display: block; }
    .store-buttons { margin-top: 28px; }
    .store-button { flex: 1 1 170px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-merchant .footer-grid, .footer-driver .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .language-link { width: 39px; height: 39px; min-width: 39px; }
    .menu-button { width: 39px; height: 39px; min-width: 39px; }
    .hero h1 { font-size: 43px; }
    .hero-actions .button { width: 100%; }
    .phone-stage { transform: scale(.77); margin: -35px 0 -55px; }
    .merchant-hero-visual { min-height: 440px; margin-bottom: -10px; }
    .partner-phone-stage { min-height: 525px; margin: -15px -36px -30px; transform: scale(.78); }
    .partner-phone { width: 286px; }
    .partner-glow, .driver-map-disc { width: 450px; height: 450px; }
    .partner-ring { width: 430px; height: 430px; }
    .merchant-float-one { inset-inline-start: 0; }.merchant-float-two { inset-inline-end: 0; }
    .driver-float-one { inset-inline-start: 0; }.driver-float-two { inset-inline-end: 0; }
    .driver-wallet-card { inset-inline-start: 0; }
    .mini-dashboard-card { inset-inline-start: 0; }
    .merchant-window { transform: scale(.82) !important; transform-origin: center; width: 440px; margin-inline: calc((100% - 440px) / 2); }
    .merchant-pop { transform: scale(.85); }
    .merchant-pop.order { bottom: 28px; }.merchant-pop.sales { top: 42px; }
    .driver-hero-visual { min-height: 510px; transform: scale(.86); margin: -20px -25px -35px; }
    .floating-card.one { inset-inline-start: -33px; }
    .floating-card.two { inset-inline-end: -33px; }
    .services-grid { grid-template-columns: 1fr; }
    .dash-stats { grid-template-columns: 1fr 1fr; }
    .dash-stat:last-child { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-merchant .footer-grid, .footer-driver .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .join-path { grid-template-columns: 48px 1fr; padding: 22px; }
    .join-path > b { display: none; }
    .join-path-icon { width: 48px; height: 48px; }
    .join-path h2 { font-size: 21px; }
    .earnings-preview { min-height: 460px; padding: 25px; }
    .earnings-preview > strong { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
