/* ==========================================================================
   Dowsa landing — base
   ========================================================================== */
:root {
  --violet: #452F73;
  --violet-deep: #34235A;
  --violet-ink: #241839;
  --green: #51BF68;
  --green-hover: #45AC5B;
  --green-dark: #2B7A42;
  --green-ink: #0F2A17;
  --green-ink-2: #14331D;
  --yellow: #FFCB31;
  --gray: #F7F7F9;
  --line: #E8E6EE;
  --line-2: #DCD8E6;
  --line-3: #EFEDF4;
  --muted: #5C5669;
  --muted-2: #8B8698;
  --muted-3: #4A4459;
  --danger: #C2334D;
  --container: 1180px;
  --pad: 24px;
  --radius: 22px;
  --font-ar: "Cairo", "Poppins", system-ui, sans-serif;
  --font-en: "Poppins", "Cairo", system-ui, sans-serif;
  --nav-h: 68px;
  --section-y: clamp(56px, 6.5vw, 92px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #FFFFFF;
  color: var(--violet);
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  overflow-x: hidden;
}
html[lang="ar"] body { font-family: var(--font-ar); }
html[lang="en"] body { font-family: var(--font-en); }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p { margin: 0; }
img, svg { max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--yellow); color: var(--violet); }
.num { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; }
.landing-main { display: block; }

@keyframes dw-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes dw-marquee-ltr { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes dw-marquee-rtl { from { transform: translateX(0); } to { transform: translateX(50%); } }
@keyframes dw-pat-a { from { background-position: 0 0; } to { background-position: -209px -128px; } }
@keyframes dw-pat-b { from { background-position: 0 0; } to { background-position: 334px -205px; } }
@keyframes dw-pat-breathe { 0%, 100% { opacity: .13; } 50% { opacity: .2; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ---------- layout helpers ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); }
.container--narrow { max-width: 860px; }
.section { padding: var(--section-y) 0; background: #FFFFFF; position: relative; }
.section--gray { background: var(--gray); }
.section--violet { background: var(--violet); color: #FFFFFF; overflow: hidden; }
.section--deep { background: var(--violet-deep); color: #FFFFFF; overflow: hidden; }
.section--tight { padding-top: 0; }
.section--md { --section-y: clamp(52px, 6vw, 80px); }
.section--sm { --section-y: clamp(44px, 5.5vw, 68px); }

.grid { display: grid; gap: var(--gap, 14px); grid-template-columns: repeat(var(--c, 1), minmax(0, 1fr)); }
.grid--gap-lg { --gap: 16px; }
.grid--gap-sm { --gap: 10px; }
.cols-1 { --c: 1; } .cols-2 { --c: 2; } .cols-3 { --c: 3; } .cols-4 { --c: 4; }
@media (min-width: 480px) { .cols-sm-1 { --c: 1; } .cols-sm-2 { --c: 2; } .cols-sm-3 { --c: 3; } .cols-sm-4 { --c: 4; } }
@media (min-width: 640px) { .cols-md-1 { --c: 1; } .cols-md-2 { --c: 2; } .cols-md-3 { --c: 3; } .cols-md-4 { --c: 4; } .cols-md-6 { --c: 6; } }
@media (min-width: 900px) { .cols-lg-1 { --c: 1; } .cols-lg-2 { --c: 2; } .cols-lg-3 { --c: 3; } .cols-lg-4 { --c: 4; } .cols-lg-5 { --c: 5; } .cols-lg-6 { --c: 6; } }
@media (min-width: 1024px) { .cols-xl-3 { --c: 3; } .cols-xl-4 { --c: 4; } .cols-xl-5 { --c: 5; } .cols-xl-6 { --c: 6; } }

.split { display: grid; grid-template-columns: 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.split--start { align-items: start; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--hero { grid-template-columns: 1fr .95fr; }
  .split--rider { grid-template-columns: .82fr 1.18fr; }
  .split--faq { grid-template-columns: .8fr 1.2fr; gap: 30px; }
  .split--cta { grid-template-columns: 1.2fr .8fr; gap: 34px; }
  .split--form { grid-template-columns: 1.4fr .6fr; gap: 30px; }
  .split--wizard { grid-template-columns: 1.35fr .65fr; gap: 32px; }
  .split--legal { grid-template-columns: 220px 1fr; gap: 34px; }
  .split--calc { grid-template-columns: 1.15fr .85fr; gap: 28px; }
  .split--go { grid-template-columns: 1fr .9fr; }
}
@media (min-width: 1024px) {
  .split--merch { grid-template-columns: .88fr 1.12fr; }
}

/* ---------- typography ---------- */
.eyebrow { display: inline-block; color: var(--green-dark); font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--yellow { color: var(--yellow); }
.eyebrow--ink { color: var(--green-ink-2); }
.eyebrow--poppins { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 11.5px; letter-spacing: .24em; }
.h1 { font-size: clamp(38px, 5.6vw, 66px); line-height: 1.08; font-weight: 900; letter-spacing: -.02em; margin-top: 14px; }
.h1--page { font-size: clamp(28px, 4.2vw, 48px); line-height: 1.15; margin-top: 10px; }
.h1--lg { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.12; }
.h2 { font-size: clamp(24px, 3.2vw, 40px); font-weight: 900; letter-spacing: -.02em; line-height: 1.22; margin-top: 10px; }
.h2--lg { font-size: clamp(26px, 3.6vw, 44px); line-height: 1.2; }
.h2--md { font-size: clamp(23px, 2.9vw, 34px); }
.h2--sm { font-size: clamp(22px, 3vw, 32px); }
.h3 { font-size: 18px; font-weight: 900; }
.hl { color: var(--green-dark); }
.hl--green { color: var(--green); }
.lead { margin-top: 12px; color: var(--muted); font-size: 16.5px; line-height: 1.75; }
/* Cairo's Arabic glyphs need more room than the Latin metrics the design was set in:
   at the display sizes below, ink overflows a 1.08-1.22 line box and multi-line
   headings collide. Loosened for Arabic only so the English layout is untouched. */
html[lang="ar"] .h1 { line-height: 1.24; }
html[lang="ar"] .h1--page { line-height: 1.32; }
html[lang="ar"] .h1--lg { line-height: 1.32; }
html[lang="ar"] .h2, html[lang="ar"] .h2--lg, html[lang="ar"] .h2--md, html[lang="ar"] .h2--sm { line-height: 1.38; }
html[lang="ar"] .cust__title, html[lang="ar"] .final__intro h2, html[lang="ar"] .company-card h2 { line-height: 1.34; }
.lead--lg { font-size: 17.5px; }
.section--violet .lead, .section--deep .lead { color: rgba(255, 255, 255, .78); }
.intro { max-width: 56ch; }
.intro--wide { max-width: 62ch; }
.intro--mb { margin-bottom: clamp(26px, 3.4vw, 40px); }
.text-muted { color: var(--muted); }
.text-muted-2 { color: var(--muted-2); }
.text-center { text-align: center; }
.small { font-size: 13.5px; }
.mt-1 { margin-top: 10px; } .mt-2 { margin-top: 18px; } .mt-3 { margin-top: 26px; } .mt-4 { margin-top: clamp(28px, 3.4vw, 44px); }
.label { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.label--muted { color: var(--muted-2); }
.label--green { color: var(--green-dark); }
.label--yellow { color: var(--yellow); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 999px; border: 1px solid transparent; white-space: nowrap; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn--green { background: var(--green); color: var(--green-ink); }
.btn--green:hover { background: var(--green-hover); color: var(--green-ink); }
.btn--green.btn--glow { box-shadow: 0 10px 26px rgba(81, 191, 104, .3); font-weight: 800; font-size: 15.5px; padding: 14px 28px; }
.btn--green.btn--glow:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(81, 191, 104, .42); }
.btn--violet { background: var(--violet); color: #FFFFFF; }
.btn--violet:hover { background: var(--violet-deep); color: var(--yellow); }
.btn--ghost { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .32); color: #FFFFFF; }
.btn--ghost:hover { background: rgba(255, 255, 255, .18); transform: translateY(-2px); }
.btn--ghost-line { border-color: rgba(255, 255, 255, .3); color: #FFFFFF; }
.btn--ghost-line:hover { border-color: var(--yellow); color: var(--yellow); }
.btn--text { color: rgba(255, 255, 255, .9); padding: 13px 18px; }
.btn--text:hover { border-color: rgba(255, 255, 255, .3); color: #FFFFFF; }
.btn--outline { border-color: var(--line-2); color: var(--violet); background: #FFFFFF; }
.btn--outline:hover { border-color: var(--green); }
.btn--yellow-hover:hover { background: var(--yellow); color: var(--violet); }
.btn--sm { font-size: 14px; padding: 10px 18px; }
.btn--block { width: 100%; }
.link { color: var(--green-dark); font-weight: 700; font-size: 14.5px; }
.link:hover { color: var(--violet); }
.link--violet { color: var(--violet); }
.link--yellow { color: var(--yellow); }
.link--green { color: var(--green); }
.link--inline { display: inline-block; margin-top: 14px; }

/* ---------- cards ---------- */
.card { background: #FFFFFF; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; color: var(--violet); }
.card--sm { border-radius: 18px; padding: 22px; }
.card--xs { border-radius: 16px; padding: 20px; }
.card--shadow { box-shadow: 0 12px 30px rgba(69, 47, 115, .05); }
.card--hover { transition: transform .2s ease, box-shadow .2s ease, border-color .25s ease; }
.card--hover:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(51, 37, 75, .08); }
.card--link:hover { border-color: var(--green); box-shadow: 0 16px 34px rgba(69, 47, 115, .09); }
.card--violet { background: var(--violet); border-color: var(--violet); color: #FFFFFF; }
.card--violet:hover { box-shadow: 0 18px 38px rgba(69, 47, 115, .24); }
.card--green { background: var(--green); border-color: var(--green); color: var(--green-ink); position: relative; overflow: hidden; }
.card--gray { background: var(--gray); border-color: var(--gray); }
.card--glass { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .14); color: #FFFFFF; }
.card--glass-2 { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); color: #FFFFFF; }
.card--glass-green { background: rgba(81, 191, 104, .14); border-color: rgba(81, 191, 104, .4); color: #FFFFFF; }
.card--soft-green { background: #F1F9F3; border-color: #D6EEDD; }
.card__icon { width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.card__icon--lg { width: 56px; height: 56px; border-radius: 18px; }
.card__icon--sm { width: 38px; height: 38px; border-radius: 12px; }
.bg-green-soft { background: rgba(81, 191, 104, .14); }
.bg-yellow-soft { background: rgba(255, 203, 49, .24); }
.bg-violet-soft { background: rgba(69, 47, 115, .1); }
.card h3 + p, .card .card__text { margin-top: 8px; font-size: 15px; line-height: 1.7; color: var(--muted); }
.card--violet .card__text, .card--glass .card__text, .card--glass-green .card__text { color: rgba(255, 255, 255, .82); }
.card--green .card__text { color: rgba(15, 42, 23, .82); }

/* ---------- pills / tags ---------- */
.pill { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 800; letter-spacing: .1em; padding: 6px 11px; border-radius: 999px; }
.pill--green { background: rgba(81, 191, 104, .2); color: #8FD7A1; }
.pill--yellow { background: rgba(255, 203, 49, .22); color: var(--yellow); }
.pill--white { background: rgba(255, 255, 255, .14); color: #FFFFFF; }
.pill--solid-green { background: rgba(81, 191, 104, .14); color: var(--green-dark); font-size: 12.5px; letter-spacing: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.tags li { font-size: 12.5px; font-weight: 700; background: rgba(255, 255, 255, .1); padding: 6px 11px; border-radius: 999px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chips li { border: 1px solid #D8D4E2; border-radius: 999px; padding: 7px 14px; font-size: 13.5px; font-weight: 600; color: var(--muted-3); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); display: inline-block; }

/* ---------- stats ---------- */
.stats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.stat__value { display: block; font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 22px; font-weight: 800; color: var(--green); }
.stat__value--lg { font-size: 26px; }
.stat__label { font-size: 13.5px; color: rgba(255, 255, 255, .78); }
.stats--3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stats--3 .stat__value { font-size: clamp(22px, 2.6vw, 30px); }
.stats--3 .stat__label { font-size: 13px; color: rgba(255, 255, 255, .64); margin-top: 3px; }
.stat-box { background: #FFFFFF; border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.stat-box__value { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 28px; font-weight: 800; color: var(--violet); }
.stat-box__value--green { color: var(--green-dark); font-size: 32px; }
.stat-box__label { font-size: 13.5px; color: var(--muted); margin-top: 3px; }

/* ---------- patterns / reveal ---------- */
.pattern { position: absolute; inset: 0; pointer-events: none; background-image: url("../img/dowsa-cart-white.png"); background-size: 72px 60px; background-repeat: repeat; opacity: .06; }
.pattern--w { background-image: url("../img/dowsa-pattern-tile.png"); background-size: 209px 128px; opacity: .16; will-change: background-position; animation: dw-pat-a 34s linear infinite, dw-pat-breathe 12s ease-in-out infinite; }
.pattern--w2 { background-image: url("../img/dowsa-pattern-tile.png"); background-size: 334px 205px; opacity: .07; animation: dw-pat-b 62s linear infinite; }
.pattern--w2-slow { opacity: .05; animation-duration: 78s; }
.pattern--green { background-image: url("../img/dowsa-pattern-tile-green.png"); background-size: 209px 128px; opacity: .35; }
.pattern--green-strong { opacity: .5; }
.pattern--green-soft { opacity: .3; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-in { opacity: 1; transform: none; }
/* Content must never depend on JS to become visible. */
.no-js .reveal, .no-js .mpanel, .no-js .tour__panel { opacity: 1; transform: none; }
.no-js .mpanel, .no-js .tour__panel { display: block; position: static; }
.no-js .go__person, .no-js .go__merge { opacity: 1; }
.d1 { transition-delay: .06s; } .d2 { transition-delay: .12s; } .d3 { transition-delay: .18s; } .d4 { transition-delay: .24s; } .d5 { transition-delay: .3s; }

/* ---------- phone frame ---------- */
.phone { width: min(326px, 78vw); background: var(--violet-ink); border: 11px solid var(--violet-ink); border-radius: 46px; box-shadow: 0 34px 70px rgba(0, 0, 0, .42); overflow: hidden; position: relative; }
.phone--float { animation: dw-float 6s ease-in-out infinite; }
.phone__notch { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 86px; height: 20px; background: var(--violet-ink); border-radius: 999px; z-index: 3; }
.phone__screen { background: #FFFFFF; border-radius: 36px; overflow: hidden; aspect-ratio: 9 / 19; }
.phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.phone--sm { width: 108px; flex-shrink: 0; border-width: 6px; border-radius: 22px; box-shadow: 0 12px 26px rgba(20, 12, 36, .22); }
.phone--sm img { width: 100%; aspect-ratio: 9 / 13; object-fit: cover; object-position: top center; display: block; border-radius: 16px; }

/* ==========================================================================
   Nav
   ========================================================================== */
.nav { position: fixed; top: 0; inset-inline: 0; z-index: 100; background: var(--violet); transition: background .3s ease, box-shadow .3s ease; }
.nav.is-transparent:not(.is-scrolled) { background: transparent; }
.nav.is-scrolled { box-shadow: 0 8px 26px rgba(20, 12, 36, .26); }
.nav__inner { height: var(--nav-h); display: flex; align-items: center; gap: 24px; }
.nav__logo { display: flex; align-items: center; flex-shrink: 0; }
.nav__logo-img--ar { height: 40px; width: auto; display: block; }
.nav__logo-img--en { height: 31px; width: auto; display: block; }
.nav__logo-text { color: #FFFFFF; font-weight: 900; font-size: 22px; }
.nav__links { display: none; align-items: center; gap: 22px; margin-inline: auto; }
.nav__link { display: inline-flex; align-items: center; color: rgba(255, 255, 255, .86); font-size: 14.5px; font-weight: 600; transition: color .2s ease; }
.nav__link:hover { color: var(--yellow); }
.nav__link.is-active { color: var(--yellow); border-bottom: 2px solid var(--green); padding-bottom: 4px; }
.nav__badge { background: var(--green); color: var(--green-ink); font-size: 9.5px; font-weight: 800; letter-spacing: .06em; padding: 2px 7px; border-radius: 999px; margin-inline-start: 6px; font-family: "Poppins", sans-serif; }
.nav__actions { display: flex; align-items: center; gap: 10px; margin-inline-start: auto; }
.nav__lang { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .24); color: #FFFFFF; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: .06em; padding: 8px 13px; border-radius: 999px; transition: background .2s ease; }
html[lang="en"] .nav__lang { font-family: var(--font-ar); }
.nav__lang:hover { background: rgba(255, 255, 255, .2); }
.nav__cta { display: none; font-size: 14.5px; padding: 11px 20px; }
.nav__burger { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; color: #FFFFFF; }
.nav__mobile { display: none; background: var(--violet); border-top: 1px solid rgba(255, 255, 255, .12); padding: 10px 24px 18px; box-shadow: 0 18px 34px rgba(20, 12, 36, .34); max-height: calc(100vh - var(--nav-h)); overflow: auto; }
.nav__mobile.is-open { display: block; }
.nav__mobile ul { display: grid; gap: 2px; }
.nav__mobile a:not(.btn) { display: flex; align-items: center; padding: 13px 2px; color: #FFFFFF; font-size: 16px; font-weight: 600; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.nav__mobile li:last-child a:not(.btn) { border-bottom: 0; }
.nav__mobile-cta { padding-top: 14px; }
.nav__mobile-cta .btn { width: 100%; }
@media (min-width: 520px) { .nav__cta { display: inline-flex; } .nav__mobile-cta { display: none; } }
@media (min-width: 1200px) { .nav__links { display: flex; } .nav__burger, .nav__mobile { display: none !important; } }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { position: relative; background: var(--violet-deep); color: #FFFFFF; padding: clamp(52px, 6vw, 76px) 0 28px; overflow: hidden; }
.footer__pattern { opacity: .05; }
.footer__inner { position: relative; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
.footer__logo--ar { height: 38px; width: auto; display: block; }
.footer__logo--en { height: 29px; width: auto; display: block; }
.footer__tagline { font-size: 11px; letter-spacing: .42em; text-transform: uppercase; color: var(--yellow); margin-top: 11px; }
.footer__desc { margin-top: 16px; color: rgba(255, 255, 255, .58); font-size: 14.5px; line-height: 1.7; max-width: 34ch; }
.footer__social { display: flex; gap: 9px; margin-top: 18px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08); display: flex; align-items: center; justify-content: center; color: #FFFFFF; transition: background .2s ease; }
.footer__social a:hover { background: var(--green); }
.footer__title { margin: 0 0 14px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); }
.footer__links { display: grid; gap: 10px; }
.footer__links a { color: rgba(255, 255, 255, .7); font-size: 14.5px; }
.footer__links a:hover { color: var(--green); }
.footer__bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; color: rgba(255, 255, 255, .42); font-size: 13.5px; }
@media (min-width: 620px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; } }

/* ==========================================================================
   Home — hero + ticker
   ========================================================================== */
.hero { position: relative; background: var(--violet); color: #FFFFFF; padding: 124px 0 clamp(56px, 6.5vw, 88px); overflow: hidden; }
.hero__cart { position: absolute; inset-inline-start: -8%; bottom: -22%; width: min(42vw, 460px); opacity: .1; pointer-events: none; }
.hero .lead { color: rgba(255, 255, 255, .94); max-width: 46ch; margin-top: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tri { display: grid; gap: 8px; margin-top: 26px; max-width: 560px; }
.tri li { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; padding: 11px 13px; }
.tri__label { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .6); font-weight: 700; }
.tri__text { display: block; font-size: 14.5px; font-weight: 800; }
.hero__dl-label { margin-top: 26px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .55); font-weight: 700; }
.store-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.store-btn { display: flex; align-items: center; gap: 10px; background: #FFFFFF; color: var(--violet); padding: 11px 20px; border-radius: 14px; transition: transform .2s ease; }
.store-btn:hover { transform: translateY(-2px); }
.store-btn__text { display: flex; flex-direction: column; align-items: flex-start; font-family: "Poppins", sans-serif; line-height: 1.15; direction: ltr; }
.store-btn__small { font-size: 9.5px; letter-spacing: .08em; opacity: .7; }
.store-btn__big { font-size: 16px; font-weight: 700; }
.hero__phone { display: flex; justify-content: center; }

.ticker { background: var(--green); color: var(--green-ink); padding: 11px 0; overflow: hidden; }
.ticker__track { display: flex; width: max-content; white-space: nowrap; font-family: "Poppins", "Cairo", sans-serif; font-weight: 700; font-size: 14px; letter-spacing: .04em; animation: dw-marquee-ltr 34s linear infinite; }
html[dir="rtl"] .ticker__track { animation-name: dw-marquee-rtl; }
.ticker__track span { padding-inline-end: 24px; }

/* ---------- same price ---------- */
.cmp { position: relative; box-shadow: 0 14px 36px rgba(69, 47, 115, .06); padding: clamp(20px, 2.6vw, 30px); border-radius: 24px; }
.cmp__head { display: flex; align-items: center; gap: 12px; }
.cmp__icon { width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cmp__title { font-size: 20px; font-weight: 900; }
.cmp__sub { margin-top: 2px; font-size: 13.5px; color: var(--muted-2); }
.cmp__body { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.cmp__app-label { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }
.cmp__app-text { margin-top: 6px; font-size: 14.5px; line-height: 1.65; color: var(--muted); }
.cmp__rows { display: grid; gap: 10px; margin-top: 20px; }
.cmp__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--gray); border-radius: 14px; padding: 14px 16px; }
.cmp__row--dowsa { background: rgba(81, 191, 104, .1); border: 1px solid rgba(81, 191, 104, .4); }
.cmp__row-label { display: flex; align-items: center; gap: 10px; min-width: 0; }
.cmp__row-tag { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); white-space: nowrap; }
.cmp__row--dowsa .cmp__row-tag { color: var(--green-dark); }
.cmp__row-item { font-size: 15px; font-weight: 700; }
.cmp__price { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 20px; font-weight: 800; white-space: nowrap; }
.cmp__row--dowsa .cmp__price { color: var(--green-dark); }
.cmp__badge { position: absolute; inset-inline-end: clamp(20px, 2.6vw, 30px); top: clamp(20px, 2.6vw, 30px); background: var(--yellow); color: var(--violet); font-family: "Poppins", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .12em; padding: 7px 12px; border-radius: 999px; transform: rotate(4deg); }
.footnote { margin-top: 18px; font-size: 14px; color: var(--muted-2); line-height: 1.7; }
@media (min-width: 820px) { .cmp-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- ecosystem ---------- */
.eco { position: relative; }
.eco__line { display: none; position: absolute; inset-inline: 14%; top: 51px; height: 2px; background: repeating-linear-gradient(to right, var(--green) 0 6px, transparent 6px 14px); z-index: 0; }
.eco__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.eco__card { position: relative; z-index: 1; display: grid; gap: 16px; align-content: start; background: #FFFFFF; border: 1px solid var(--line); border-radius: 22px; padding: 24px; color: var(--violet); transition: transform .2s ease, border-color .25s ease, box-shadow .25s ease; }
.eco__card:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: 0 16px 34px rgba(69, 47, 115, .09); color: var(--violet); }
.eco__head { display: flex; align-items: center; gap: 14px; min-width: 0; }
.eco__icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.eco__title { font-size: 19px; font-weight: 900; }
.eco__points { display: flex; flex-wrap: wrap; gap: 8px; align-content: start; }
.eco__points li { display: inline-flex; align-items: center; gap: 7px; background: var(--gray); border: 1px solid transparent; border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 600; color: var(--muted-3); transition: background .2s ease, border-color .2s ease; }
.eco__points li::before { content: ""; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.eco__card:hover .eco__points li { background: #FFFFFF; border-color: var(--line); }

/* Tablet keeps one card per row but lays it out sideways: the points sit beside the
   title instead of stranding three short lines under a very wide card. */
@media (min-width: 620px) and (max-width: 1023.98px) {
  .eco__card { grid-template-columns: minmax(150px, 30%) 1fr; align-items: center; gap: 12px 26px; padding: 22px 26px; }
}
@media (min-width: 1024px) {
  .eco__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .eco__line { display: block; }
}

/* ---------- customer ---------- */
.cust__title { margin-top: 14px; font-size: clamp(26px, 3vw, 34px); font-weight: 900; line-height: 1.15; }
.cust__title--md { font-size: clamp(24px, 2.7vw, 30px); line-height: 1.2; }
.cust__num { margin-top: 10px; display: flex; align-items: baseline; gap: 8px; }
.cust__num-prefix { font-size: 15px; font-weight: 700; }
.cust__num-value { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: clamp(44px, 5.4vw, 64px); font-weight: 800; line-height: 1; }
.cust__num-suffix { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 800; }

.go { margin-top: clamp(34px, 4vw, 56px); background: var(--gray); border-radius: 28px; padding: clamp(22px, 3vw, 40px); }
.go__head { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: end; }
.go__play { justify-self: start; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); background: #FFFFFF; color: var(--violet); font-weight: 700; font-size: 13.5px; padding: 11px 20px; border-radius: 999px; white-space: nowrap; }
.go__grid { margin-top: clamp(24px, 3vw, 34px); align-items: start; }
.go__people { display: grid; gap: 10px; }
.go__person { display: flex; align-items: center; gap: 12px; background: #FFFFFF; border: 1px solid var(--line); border-radius: 16px; padding: 13px 15px; opacity: .42; transition: opacity .4s ease, border-color .4s ease, transform .4s ease; }
.go__person.is-on { opacity: 1; border-color: var(--green); }
.go__person.is-bump { transform: translateY(-2px); }
.go__avatar { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.go__avatar--violet { background: rgba(69, 47, 115, .12); color: var(--violet); }
.go__avatar--green { background: rgba(81, 191, 104, .16); color: var(--green-dark); }
.go__avatar--yellow { background: rgba(255, 203, 49, .28); color: var(--violet); }
.go__name { display: block; font-size: 15px; font-weight: 800; }
.go__meta { display: block; font-size: 12.5px; color: var(--muted-2); }
.go__bill { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 16px; font-weight: 800; color: var(--green-dark); white-space: nowrap; margin-inline-start: auto; }
.go__merge { opacity: .35; transition: opacity .5s ease; background: #FFFFFF; border: 1px solid var(--line); border-radius: 20px; padding: 20px; box-shadow: 0 14px 32px rgba(69, 47, 115, .06); }
.go__merge.is-on { opacity: 1; }
.go__merge-head { display: flex; align-items: center; gap: 10px; }
.go__merge-icon { width: 34px; height: 34px; border-radius: 11px; background: var(--violet); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.go__merge-rows { display: grid; gap: 8px; margin-top: 16px; }
.go__merge-row { display: flex; justify-content: space-between; font-size: 14.5px; color: var(--muted); }
.go__merge-row strong { color: var(--violet); }
.go__total { margin-top: 16px; padding-top: 16px; border-top: 1px dashed var(--line-2); display: flex; justify-content: space-between; align-items: baseline; }
.go__total-value { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 24px; font-weight: 800; color: var(--green-dark); }
@media (min-width: 760px) { .go__head { grid-template-columns: 1fr auto; } }

.feature-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; display: block; }
.feature-card__media { border-radius: 14px; overflow: hidden; margin-top: 16px; }
.feature-card h3 { margin-top: 15px; font-size: 18px; font-weight: 900; }

/* ---------- app tour ---------- */
.tour__head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; margin-bottom: clamp(24px, 3.5vw, 40px); }
.tour__ctrl { display: flex; align-items: center; gap: 8px; }
.tour__toggle { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); background: #FFFFFF; color: var(--violet); font-weight: 700; font-size: 13.5px; padding: 10px 18px; border-radius: 999px; }
.tour__count { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 13.5px; color: var(--muted-2); }
.tour__grid { position: relative; display: grid; grid-template-columns: 1fr; gap: clamp(22px, 3vw, 34px); align-items: center; justify-items: center; }
.tour__link { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: 3; }
.tour__col { display: grid; gap: 2px; width: 100%; max-width: 420px; }
.tour__btn { width: 100%; display: flex; gap: 12px; align-items: flex-start; text-align: start; background: transparent; border: 1px solid transparent; border-radius: 14px; padding: 12px 14px; color: var(--violet); transition: background .25s ease, border-color .25s ease; }
.tour__btn.is-active { background: #FFFFFF; border-color: var(--green); }
.tour__col--b .tour__btn { flex-direction: row-reverse; text-align: end; }
.tour__ic { flex-shrink: 0; width: 34px; height: 34px; border-radius: 11px; background: rgba(81, 191, 104, .12); display: flex; align-items: center; justify-content: center; color: var(--green-dark); }
.tour__btn.is-active .tour__ic { background: var(--green); color: var(--green-ink); }
.tour__title { display: block; font-size: 15px; font-weight: 800; }
.tour__desc { display: none; font-size: 13.5px; color: var(--muted); line-height: 1.6; margin-top: 3px; }
.tour__btn.is-active .tour__desc { display: block; }
.tour__bar { display: block; height: 2px; margin: 0 14px; border-radius: 999px; background: var(--green); transform: scaleX(0); transform-origin: right center; transition: transform .1s linear; }
html[dir="ltr"] .tour__bar { transform-origin: left center; }
.tour__center { order: -1; width: 100%; display: flex; justify-content: center; }
.tour__stage { position: relative; perspective: 1300px; display: flex; justify-content: center; }
.tour__phone { position: relative; transform-style: preserve-3d; transition: transform .5s cubic-bezier(.2, .7, .2, 1); width: min(316px, 80vw); background: var(--violet-ink); border: 11px solid var(--violet-ink); border-radius: 48px; box-shadow: 0 44px 84px rgba(20, 12, 36, .4); overflow: hidden; }
.tour__notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 92px; height: 22px; background: var(--violet-ink); border-radius: 999px; z-index: 5; }
.tour__screen { position: relative; background: var(--gray); border-radius: 38px; overflow: hidden; aspect-ratio: 9 / 18.2; transform-style: preserve-3d; }
.tour__panel { position: absolute; inset: 0; opacity: 0; transform: translateZ(-60px) scale(.96); transition: opacity .45s ease, transform .45s cubic-bezier(.2, .7, .2, 1); background: #FFFFFF; overflow: hidden; }
.tour__panel.is-active { opacity: 1; transform: translateZ(0) scale(1); }
.tour__panel img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.tour__cap { position: absolute; inset-inline: 0; bottom: 0; padding: 30px 16px 16px; background: linear-gradient(to top, rgba(36, 24, 57, .92) 40%, rgba(36, 24, 57, 0)); color: #FFFFFF; }
.tour__cap-title { font-size: 13px; font-weight: 800; }
.tour__cap-text { font-size: 10.5px; color: rgba(255, 255, 255, .7); line-height: 1.5; margin-top: 3px; }
@media (min-width: 1080px) {
  .tour__grid { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
  .tour__center { order: 0; }
}

/* ---------- categories ---------- */
.cats__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 26px; }
.cats__head .h2 { margin-top: 0; font-size: clamp(24px, 3vw, 34px); }
.cat { display: flex; flex-direction: column; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 18px; padding: 18px 12px; background: #FFFFFF; text-align: center; height: 100%; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.cat:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: 0 12px 26px rgba(69, 47, 115, .08); }
.cat__img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; display: block; }
.cat__icon { width: 72px; height: 72px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; color: var(--green-ink); }
.cat__name { display: block; font-weight: 700; font-size: 14.5px; }
.cat__count { display: block; font-size: 12.5px; color: var(--muted-2); margin-top: 2px; }
.cat--all { justify-content: center; border-style: dashed; border-color: #C9C4D8; background: var(--gray); }
.cat--all:hover { background: #FFFFFF; }
.cat--all .cat__icon { background: #FFFFFF; border: 1px solid var(--line); color: var(--green-dark); }

/* ---------- showcase ---------- */
.show-list { display: grid; gap: clamp(36px, 4.5vw, 60px); }
.show { display: grid; grid-template-columns: 1fr; gap: clamp(24px, 3vw, 48px); align-items: center; }
.show__media { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); }
.show__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.show .lead { font-size: 16px; line-height: 1.7; max-width: 42ch; }
@media (min-width: 900px) {
  .show { grid-template-columns: 1fr 1fr; }
  .show--flip .show__media { order: 2; }
}

/* ---------- stats block ---------- */
.about-text { margin-top: 12px; font-size: clamp(17px, 2.1vw, 22px); line-height: 1.75; font-weight: 600; }
.bigstats { margin-top: 32px; }
.press { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.press__label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }
.press ul { display: flex; flex-wrap: wrap; gap: 10px; }
.logo-ph { border: 1px dashed #D5D1DF; border-radius: 10px; padding: 10px 20px; font-family: "Poppins", monospace; font-size: 11px; color: #A29DB0; display: flex; align-items: center; justify-content: center; }
.logo-ph img { max-height: 40px; width: auto; }
.logos li { height: 58px; border-radius: 12px; }
.logos .logo-ph { height: 100%; font-size: 10.5px; }

/* ---------- how it works ---------- */
.how__banner { position: relative; border-radius: 22px; overflow: hidden; margin-bottom: 36px; }
.how__banner img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; object-position: center 60%; display: block; }
.how__cap { position: absolute; inset-inline-start: 0; bottom: 0; padding: 26px 26px 22px; background: linear-gradient(to top, rgba(36, 24, 57, .88), rgba(36, 24, 57, 0)); width: 100%; }
.how__cap p { color: #FFFFFF; font-size: clamp(15px, 1.8vw, 19px); font-weight: 700; max-width: 40ch; line-height: 1.5; }
.steps { position: relative; display: grid; grid-template-columns: 1fr; gap: 28px; }
.steps__dash { display: none; position: absolute; top: 40px; inset-inline: 14%; border-top: 2px dashed #CFCADB; }
.step { position: relative; }
.step__num { width: 80px; height: 80px; background: #FFFFFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(51, 37, 75, .08); }
.step__num span { font-family: "Poppins", sans-serif; font-size: 40px; font-weight: 800; color: var(--yellow); -webkit-text-stroke: 2px var(--violet); line-height: 1; }
.step h3 { margin: 18px 0 6px; font-size: 19px; font-weight: 800; }
.step p { color: var(--muted); font-size: 15.5px; line-height: 1.7; max-width: 34ch; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, 1fr); } .steps__dash { display: block; } }
.tracks { margin-top: clamp(30px, 3.6vw, 46px); }
.track ol { display: grid; gap: 10px; margin-top: 14px; }
.track li { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 700; }
.track__n { width: 26px; height: 26px; flex-shrink: 0; border-radius: 9px; background: rgba(81, 191, 104, .16); color: var(--green-dark); display: flex; align-items: center; justify-content: center; font-family: "Poppins", sans-serif; font-size: 12.5px; font-weight: 800; }
.track--violet .track__n { background: rgba(69, 47, 115, .1); color: var(--violet); }
.track li:last-child .track__n { background: var(--green); color: var(--green-ink); }
.track--violet li:last-child .track__n { background: var(--yellow); color: var(--violet); }
@media (min-width: 760px) { .tracks { grid-template-columns: 1fr 1fr; } }

/* ---------- features ---------- */
.feat { border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.feat svg { color: var(--green); }
.feat h3 { margin: 12px 0 6px; font-size: 17px; font-weight: 800; }
.feat p { color: var(--muted); line-height: 1.65; font-size: 15px; }

/* ---------- merchant OS ---------- */
.merch { margin-top: clamp(26px, 3.4vw, 42px); align-items: start; gap: clamp(18px, 2.6vw, 32px); }
.mtabs { display: grid; gap: 6px; }
.mtab { width: 100%; display: flex; gap: 12px; align-items: flex-start; text-align: start; background: transparent; border: 1px solid transparent; border-radius: 15px; padding: 14px 15px; color: var(--violet); transition: background .25s ease, border-color .25s ease; }
.mtab.is-active { background: #FFFFFF; border-color: var(--green); }
.mtab .tour__ic { color: var(--green-dark); }
.mtab.is-active .tour__ic { background: var(--green); color: var(--green-ink); }
.mtab .tour__desc { display: none; }
.mtab.is-active .tour__desc { display: block; }
.mstage { position: relative; background: #FFFFFF; border: 1px solid var(--line); border-radius: 24px; padding: clamp(16px, 2.2vw, 26px); box-shadow: 0 18px 44px rgba(69, 47, 115, .08); min-height: 380px; }
.mpanel { display: none; }
.mpanel.is-active { display: block; }
.mpanel__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.mpanel__head strong { font-size: 15.5px; }
.mpanel__note { margin-top: 16px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.mock-list { display: grid; gap: 10px; margin-top: 16px; }
.mock-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--gray); border-radius: 14px; padding: 14px 15px; }
.mock-row--dim { opacity: .62; }
.mock-row--warn { background: rgba(255, 203, 49, .14); border: 1px solid rgba(255, 203, 49, .5); }
.mock-row strong { display: block; font-size: 14.5px; }
.mock-row small { font-size: 12.5px; color: var(--muted-2); }
.mock-row__status { font-size: 12.5px; font-weight: 800; color: var(--green-dark); }
.mock-row__status--muted { color: var(--muted-2); }
.mock-row__status--warn { color: #8B6100; font-size: 12px; }
.mock-thumb { width: 40px; height: 40px; border-radius: 11px; background: var(--line); flex-shrink: 0; }
.mock-thumb--violet { background: rgba(69, 47, 115, .1); }
.mock-row__body { flex: 1; min-width: 0; }
.mock-row__price { font-family: "Poppins", sans-serif; direction: ltr; font-weight: 800; font-size: 15px; }
.mock-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.mock-chips span { background: var(--gray); font-size: 12.5px; font-weight: 700; padding: 6px 13px; border-radius: 999px; }
.mock-chips span.is-on { background: var(--violet); color: #FFFFFF; }
.mflow { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
.mflow > div { background: var(--gray); border-radius: 14px; padding: 14px; text-align: center; }
.mflow__label { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.mflow__num { font-family: "Poppins", sans-serif; direction: ltr; font-size: 22px; font-weight: 800; margin-top: 4px; }
.mflow__sub { font-size: 12px; color: var(--muted-2); }
.mflow__arrow { display: flex; justify-content: center; margin: 12px 0; color: var(--green); }
.inventory { background: rgba(81, 191, 104, .1); border: 1px solid rgba(81, 191, 104, .4); border-radius: 16px; padding: 16px; }
.inventory__rows { display: grid; gap: 8px; margin-top: 12px; }
.inventory__row { display: flex; justify-content: space-between; font-size: 14px; }
.inventory__row--low { color: #8B6100; }
.inventory__row span:last-child { font-family: "Poppins", sans-serif; direction: ltr; font-weight: 800; }
.avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; }
.avatar--violet { background: rgba(69, 47, 115, .12); color: var(--violet); }
.avatar--green { background: rgba(81, 191, 104, .18); color: var(--green-dark); }
.avatar--yellow { background: rgba(255, 203, 49, .3); color: var(--violet); }
.role { font-size: 11.5px; font-weight: 800; padding: 5px 10px; border-radius: 999px; font-family: "Poppins", sans-serif; }
.role--owner { background: var(--violet); color: #FFFFFF; }
.role--staff { background: rgba(81, 191, 104, .18); color: var(--green-dark); }
.role--pos { background: rgba(255, 203, 49, .3); color: #6B4E00; }
.mmark { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 16px; }
.mmark > div { background: var(--gray); border-radius: 16px; padding: 16px; }
.mmark > div.is-violet { background: var(--violet); color: #FFFFFF; }
.mmark__label { font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-family: "Poppins", sans-serif; }
.is-violet .mmark__label { color: var(--yellow); }
.mmark strong { display: block; margin-top: 8px; font-size: 15px; }
.mmark__meta { display: flex; justify-content: space-between; margin-top: 12px; font-size: 12.5px; color: var(--muted-2); }
.is-violet .mmark__meta { color: rgba(255, 255, 255, .76); }
.mmark__meta b { font-family: "Poppins", sans-serif; direction: ltr; font-weight: 800; color: var(--violet); }
.is-violet .mmark__meta b { color: #FFFFFF; }
.progress { height: 6px; border-radius: 999px; background: var(--line); margin-top: 8px; overflow: hidden; }
.is-violet .progress { background: rgba(255, 255, 255, .18); }
.progress span { display: block; height: 100%; background: var(--green); }
.progress--violet span { background: var(--violet); }
.progress--yellow span { background: var(--yellow); }
.bars { display: flex; align-items: flex-end; gap: 7px; height: 110px; margin-top: 16px; }
.bars span { flex: 1; background: var(--line); border-radius: 6px 6px 0 0; }
.bars span.is-green { background: var(--green); }
.bars span.is-violet { background: var(--violet); }
.mfin { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 16px; }
.mfin > div { background: var(--gray); border-radius: 14px; padding: 14px; }
.mfin small { font-size: 12px; color: var(--muted-2); }
.mfin strong { display: block; margin-top: 4px; font-size: 14.5px; }
.merch__cta { margin-top: clamp(24px, 3vw, 34px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: clamp(20px, 2.6vw, 30px); }
.merch__cta-num { display: flex; align-items: baseline; gap: 10px; }
.merch__cta-value { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: clamp(38px, 4.4vw, 52px); font-weight: 800; color: var(--green-dark); line-height: 1; }
@media (min-width: 520px) { .mflow { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 560px) { .mmark { grid-template-columns: 1fr 1fr; } }
@media (min-width: 620px) { .mfin { grid-template-columns: repeat(3, 1fr); } }

/* ---------- vendors ---------- */
.dash { background: #FFFFFF; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px rgba(0, 0, 0, .32); color: var(--violet); }
.dash__top { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--line-3); }
.dash__top i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dash__domain { margin-inline-start: auto; font-size: 11.5px; color: var(--muted-2); direction: ltr; }
.dash__body { padding: 18px; }
.dash__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.dash__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.dash__stat { background: var(--gray); border-radius: 12px; padding: 12px; }
.dash__stat small { font-size: 11.5px; color: var(--muted-2); display: block; }
.dash__stat b { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 20px; font-weight: 800; }
.dash__chart { display: flex; align-items: flex-end; gap: 8px; height: 96px; padding: 10px; background: var(--gray); border-radius: 12px; }
.dash__chart span { flex: 1; background: #DAD6E4; border-radius: 5px; }
.dash__chart span.is-green { background: var(--green); }
.dash__chart span.is-violet { background: var(--violet); }

/* ---------- rider ---------- */
.rider-fair { margin-top: clamp(26px, 3.2vw, 40px); }
.rider-fair h3 { margin-top: 14px; font-size: 19px; font-weight: 900; }
.rider-fair p { margin-top: 9px; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, .78); }
.rider-fair ul.plain { display: grid; gap: 6px; margin-top: 12px; }
.rider-fair ul.plain li { font-size: 14.5px; color: rgba(255, 255, 255, .82); }
.rider-fair__foot { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px dashed rgba(255, 255, 255, .2); color: var(--green); font-size: 14.5px; font-weight: 700; }
.rider-grid { margin-top: clamp(30px, 3.8vw, 52px); align-items: start; gap: clamp(22px, 3vw, 40px); }
.rider-more { display: grid; gap: 12px; }
.rider-more li { padding: 20px 22px; }
.rider-more h3 { font-size: 17.5px; font-weight: 900; }
.rider-more p { margin-top: 8px; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, .78); }
.rphone { width: min(330px, 82vw); background: var(--violet-ink); border: 11px solid var(--violet-ink); border-radius: 46px; box-shadow: 0 40px 76px rgba(0, 0, 0, .44); overflow: hidden; margin: 0 auto; }
.rphone__screen { background: #FFFFFF; border-radius: 36px; overflow: hidden; padding: 26px 16px 20px; color: var(--violet); }
.rphone__head { display: flex; align-items: center; justify-content: space-between; }
.rphone__on { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; color: var(--green-dark); }
.rphone__earn { margin-top: 12px; font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 34px; font-weight: 800; line-height: 1; }
.rphone__earn small { font-size: 16px; }
.rphone__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.rphone__stats div { background: var(--gray); border-radius: 12px; padding: 10px; }
.rphone__stats small { font-size: 11px; color: var(--muted-2); display: block; }
.rphone__stats b { font-family: "Poppins", sans-serif; direction: ltr; font-size: 16px; font-weight: 800; }
.rphone__bonus { margin-top: 14px; background: rgba(255, 203, 49, .16); border: 1px solid rgba(255, 203, 49, .5); border-radius: 14px; padding: 13px; }
.rphone__bonus-head { display: flex; align-items: center; justify-content: space-between; font-size: 13.5px; }
.rphone__bonus-bar { height: 8px; border-radius: 999px; background: rgba(69, 47, 115, .12); margin-top: 9px; overflow: hidden; }
.rphone__bonus-bar span { display: block; height: 100%; width: 0; background: var(--yellow); transition: width 1.2s cubic-bezier(.2, .7, .2, 1); }
.rphone__bonus-left { margin-top: 7px; font-size: 12px; color: #6B4E00; font-weight: 700; }
.rphone__order { margin-top: 14px; border: 1px solid var(--line); border-radius: 16px; padding: 14px; }
.rphone__order-rows { display: grid; gap: 7px; margin-top: 11px; }
.rphone__order-rows div { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); }
.rphone__order-rows b { font-weight: 700; color: var(--violet); }
.rphone__accept { margin-top: 13px; background: var(--green); color: var(--green-ink); text-align: center; font-weight: 800; font-size: 14px; padding: 12px; border-radius: 12px; }
@media (min-width: 900px) { .rider-fair { grid-template-columns: repeat(3, 1fr); } }

/* ---------- couriers card ---------- */
.couriers-card { position: relative; overflow: hidden; background: var(--green); border-radius: 24px; padding: clamp(24px, 4vw, 44px); color: var(--green-ink); }
.couriers-card > * { position: relative; }
.couriers-card .lead { color: #123C22; font-size: 16px; max-width: 46ch; margin-top: 14px; }
.couriers-card .stat__value { color: #FFFFFF; }
.couriers-card .stat__label { color: var(--green-ink-2); font-size: 13px; }
.couriers-card__media { border-radius: 18px; overflow: hidden; box-shadow: 0 22px 46px rgba(36, 24, 57, .24); }
.couriers-card__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }

/* ---------- why dowsa / problems / testimonials ---------- */
.why-col__head { display: flex; align-items: center; gap: 10px; }
.why-col__head h3 { font-size: 18.5px; font-weight: 900; }
.check-list { display: grid; gap: 9px; margin-top: 16px; }
.check-list li { display: flex; gap: 9px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.check-list li::before { content: "✓"; color: var(--green); font-weight: 800; }
.ps { display: grid; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.ps > div { padding: 22px 24px; }
.ps__problem { background: var(--gray); }
.ps__problem p { margin-top: 8px; font-size: 16.5px; font-weight: 800; line-height: 1.6; }
.ps__solution p { margin-top: 8px; font-size: 16px; line-height: 1.7; color: var(--muted); }
@media (min-width: 760px) { .ps { grid-template-columns: 1fr 1fr; } }
.quote { padding: 24px; border-radius: 18px; }
.quote__stars { color: #E0A11A; font-size: 14px; letter-spacing: 2px; }
.quote p { margin: 12px 0 18px; font-size: 16px; line-height: 1.7; }
.quote__who { display: flex; align-items: center; gap: 10px; }
.quote__avatar { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.quote__name { font-weight: 700; font-size: 14.5px; }
.quote__meta { font-size: 12.5px; color: var(--muted-2); }
.partners-label { text-align: center; margin: 40px 0 16px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; }

/* ---------- faq preview / company / story ---------- */
.faqp__item { border-bottom: 1px solid var(--line-3); padding-bottom: 12px; }
.faqp__item:last-child { border-bottom: 0; }
.faqp__item h3 { margin-bottom: 4px; font-size: 16px; font-weight: 800; }
.faqp__item p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.company-card { display: block; padding: 28px; border-radius: 20px; }
.company-card h2 { margin: 10px 0 8px; font-size: 22px; font-weight: 900; letter-spacing: -.02em; }
.company-card p { margin-bottom: 14px; font-size: 15.5px; line-height: 1.7; color: var(--muted); }
.company-card--violet p { color: rgba(255, 255, 255, .72); }
@media (min-width: 820px) { .company { grid-template-columns: 1fr 1fr; } }
.story__text { margin-top: 16px; font-size: clamp(16px, 1.8vw, 19px); line-height: 1.8; color: rgba(255, 255, 255, .8); }
.story__img { margin-top: clamp(26px, 3.5vw, 40px); border-radius: 22px; overflow: hidden; }
.story__img img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; display: block; }
.story__ms { margin-top: clamp(30px, 4vw, 48px); --gap: 16px; }
.ms { padding: 24px; border-radius: 20px; }
.ms__year { display: flex; align-items: center; gap: 12px; }
.ms__year span:first-child { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 15px; font-weight: 800; color: var(--green); }
.ms__year span:last-child { flex: 1; height: 1px; background: rgba(255, 255, 255, .12); }
.ms h3 { margin: 14px 0 8px; font-size: 18px; font-weight: 800; line-height: 1.35; }
.ms p { font-size: 15px; line-height: 1.8; color: rgba(255, 255, 255, .72); }
.story__close { margin-top: clamp(26px, 3.5vw, 40px); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; background: rgba(81, 191, 104, .12); border: 1px solid rgba(81, 191, 104, .28); border-radius: 20px; padding: 24px; }
.story__close p { font-size: clamp(16px, 2vw, 21px); font-weight: 700; line-height: 1.6; max-width: 44ch; }

/* ---------- gallery / brand ---------- */
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(214px, 1fr); gap: 16px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.gallery li { scroll-snap-align: start; }
.gallery__phone { background: var(--violet-ink); border: 7px solid var(--violet-ink); border-radius: 30px; overflow: hidden; box-shadow: 0 20px 40px rgba(36, 24, 57, .18); }
.gallery__phone img { width: 100%; aspect-ratio: 9 / 19; object-fit: cover; object-position: top center; display: block; border-radius: 24px; background: #FFFFFF; }
.gallery__title { font-size: 15px; font-weight: 800; margin-top: 12px; }
.gallery__text { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin-top: 3px; }
.brand-item { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; overflow: hidden; }
.brand-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; background: var(--violet); }
.brand-item__body { padding: 16px 18px 18px; }
.brand-item__title { font-size: 15px; font-weight: 800; }
.brand-item__text { font-size: 13px; color: rgba(255, 255, 255, .62); line-height: 1.6; margin-top: 3px; }

/* ---------- final cta / download ---------- */
.final__intro { text-align: center; max-width: 44ch; margin: 0 auto clamp(26px, 3.4vw, 42px); }
.final__intro h2 { font-size: clamp(28px, 3.8vw, 46px); line-height: 1.18; }
.final__intro p { margin-top: 12px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.final__card { display: block; border-radius: 24px; padding: 30px; position: relative; overflow: hidden; transition: box-shadow .25s ease, border-color .25s ease; }
.final__card > * { position: relative; }
.final__card h3 { margin-top: 12px; font-size: 26px; font-weight: 900; }
.final__card p { margin-top: 9px; font-size: 15px; line-height: 1.7; }
.final__card .link--inline { margin-top: 16px; font-weight: 800; font-size: 15px; }
.final__card--green { background: var(--green); color: var(--green-ink); }
.final__card--green p { color: rgba(15, 42, 23, .82); }
.final__card--green:hover { box-shadow: 0 20px 44px rgba(81, 191, 104, .32); }
.final__card--violet { background: var(--violet); color: #FFFFFF; }
.final__card--violet p { color: rgba(255, 255, 255, .84); }
.final__card--violet:hover { box-shadow: 0 20px 44px rgba(69, 47, 115, .3); }
.final__card--white { background: #FFFFFF; color: var(--violet); border: 1px solid var(--line); }
.final__card--white p { color: var(--muted); }
.final__card--white:hover { box-shadow: 0 20px 44px rgba(69, 47, 115, .12); border-color: var(--violet); }
.final__brand { text-align: center; margin-top: clamp(40px, 5vw, 68px); padding-top: clamp(32px, 4vw, 48px); border-top: 1px solid var(--line); }
.final__brand img { height: 44px; width: auto; display: inline-block; }
.final__brand-tag { margin-top: 20px; font-size: clamp(22px, 2.8vw, 34px); font-weight: 900; letter-spacing: -.02em; }
.final__brand p:last-child { margin: 12px auto 0; max-width: 52ch; font-size: 16.5px; line-height: 1.8; color: var(--muted); }

.download__cart { position: absolute; inset-inline-end: -5%; top: -28%; width: min(34vw, 380px); opacity: .13; pointer-events: none; }
.download__title { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: clamp(30px, 4.2vw, 52px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
html[dir="rtl"] .download__title { text-align: start; }
.download .lead { color: rgba(255, 255, 255, .76); font-size: 16px; max-width: 40ch; margin-top: 14px; }
.qr { display: flex; align-items: center; gap: 16px; justify-self: start; }
.qr__box { background: #FFFFFF; padding: 12px; border-radius: 16px; }
.qr__box img, .qr__box svg { width: 104px; height: 104px; display: block; }
.qr__title { font-weight: 800; font-size: 17px; }
.qr__text { color: rgba(255, 255, 255, .62); font-size: 13.5px; margin-top: 5px; max-width: 20ch; line-height: 1.6; }
.sticky-bar { display: none; position: fixed; inset-inline: 0; bottom: 0; z-index: 90; background: var(--violet); border-top: 1px solid rgba(255, 255, 255, .12); padding: 10px 16px; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -8px 24px rgba(20, 12, 36, .28); }
.sticky-bar span { color: #FFFFFF; font-size: 14px; font-weight: 700; }
@media (max-width: 719px) { .sticky-bar { display: flex; } .page-home .footer { padding-bottom: 90px; } }

/* ==========================================================================
   Inner pages
   ========================================================================== */
.page-hero { position: relative; background: var(--violet); color: #FFFFFF; padding: 108px 0 48px; overflow: hidden; }
.page-hero--lg { padding: 112px 0 56px; }
.page-hero .container { position: relative; }
.page-hero .lead { color: rgba(255, 255, 255, .74); max-width: 56ch; }
.page-hero .lead--sm { font-size: 15.5px; }
.page-hero .note { margin-top: 14px; color: rgba(255, 255, 255, .55); font-size: 13.5px; max-width: 60ch; line-height: 1.7; }
.page-hero .stats { gap: 26px; }
.page-hero__illus { display: flex; justify-content: center; }
.page-hero__illus svg { width: 100%; max-width: 400px; }
.search-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.search { flex: 1; min-width: 240px; position: relative; display: block; }
.search__icon { position: absolute; inset-inline-start: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--muted-2); display: flex; }
.search__input { width: 100%; padding: 13px 14px; padding-inline-start: 44px; border: 0; border-radius: 999px; font-size: 15px; color: var(--violet); background: #FFFFFF; }
.select { padding: 13px 16px; border: 0; border-radius: 999px; font-size: 15px; color: var(--violet); background: #FFFFFF; cursor: pointer; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.filter { border: 1px solid #E0DDE8; background: #FFFFFF; color: var(--violet); font-weight: 600; font-size: 14px; padding: 9px 18px; border-radius: 999px; }
.filter.is-on { border-color: var(--violet); background: var(--violet); color: #FFFFFF; font-weight: 700; }
.count-label { margin-bottom: 16px; font-size: 13.5px; color: var(--muted-2); }
.empty { display: none; margin: 30px 0; text-align: center; color: var(--muted-2); font-size: 15px; }
.empty.is-on { display: block; }
.store-card { display: block; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #FFFFFF; transition: transform .2s ease, box-shadow .2s ease; }
.store-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(51, 37, 75, .09); }
.store-card.is-hidden { display: none; }
.store-card__cover { height: 118px; background: repeating-linear-gradient(135deg, #EFEDF4 0 9px, #F7F7F9 9px 18px); position: relative; }
.store-card__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.store-card__badge { position: absolute; top: 10px; inset-inline-start: 10px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.store-card__badge--yellow { background: var(--yellow); color: var(--violet); }
.store-card__badge--green { background: var(--green); color: var(--green-ink); }
.store-card__badge--violet { background: var(--violet); color: #FFFFFF; }
.store-card__body { padding: 14px 16px 16px; }
.store-card__head { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.store-card__head h3 { font-size: 16px; font-weight: 800; }
.store-card__rating { font-size: 13px; font-weight: 700; color: var(--green-dark); white-space: nowrap; }
.store-card__meta { margin: 5px 0 10px; font-size: 13.5px; color: var(--muted-2); }
.store-card__foot { display: flex; gap: 14px; font-size: 13px; color: var(--muted-3); }
.area { background: #FFFFFF; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; display: flex; justify-content: space-between; gap: 8px; }
.area b { font-weight: 700; font-size: 14.5px; }
.area span { font-size: 13.5px; color: var(--muted-2); }
.cta-box { margin-top: 26px; background: var(--violet); color: #FFFFFF; border-radius: 20px; padding: 26px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.cta-box h3 { font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.cta-box p { color: rgba(255, 255, 255, .7); font-size: 15px; }
.cta-box--gray { background: var(--gray); color: var(--violet); padding: 24px; }
.cta-box--gray h2 { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.cta-box--gray p { color: var(--muted); }

/* ---------- forms ---------- */
.form-card { border: 1px solid var(--line); border-radius: 22px; padding: clamp(20px, 3vw, 32px); box-shadow: 0 14px 40px rgba(51, 37, 75, .06); background: #FFFFFF; }
.form-card__title { font-size: 22px; font-weight: 900; }
.form-card__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.form-card__step { font-size: 13px; color: var(--muted-2); }
.form-grid { display: grid; gap: 16px; }
.field { display: block; }
.field__label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.field__label small { font-weight: 400; color: var(--muted-2); }
.field__hint { display: block; font-size: 12.5px; color: #6B6579; margin-bottom: 5px; }
.input, .textarea, .field select { width: 100%; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 12px; font-size: 15px; color: var(--violet); background: #FFFFFF; }
.input[dir="ltr"] { text-align: start; }
.textarea { resize: vertical; }
.input.is-invalid, .textarea.is-invalid, .field select.is-invalid { border-color: var(--danger); }
.error { display: none; margin-top: 6px; font-size: 13px; color: var(--danger); }
.error.is-on { display: block; }
fieldset.field { border: 0; margin: 0; padding: 0; }
fieldset.field legend { font-size: 14px; font-weight: 700; margin-bottom: 9px; padding: 0; }
.radio-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.radio-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); border-radius: 999px; padding: 9px 16px; cursor: pointer; font-size: 14px; }
.radio-rows { display: grid; gap: 8px; }
.radio-row { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line-2); border-radius: 12px; padding: 12px 14px; cursor: pointer; font-size: 15px; }
input[type="radio"], input[type="checkbox"] { accent-color: var(--green); }
.check-row { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.6; color: var(--muted-3); }
.check-row input { margin-top: 3px; }
.check-row a { color: var(--green-dark); font-weight: 700; }
.form-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.form-note { font-size: 13.5px; color: var(--muted-2); }
.form-two { display: grid; grid-template-columns: 1fr; gap: 16px; }
.form-two--tight { gap: 10px; }
.docs-note { background: var(--gray); border-radius: 14px; padding: 16px; font-size: 14.5px; color: var(--muted-3); line-height: 1.7; }
.done { display: none; text-align: center; padding: 20px 0; }
.done.is-on { display: block; }
.done__icon { display: inline-flex; width: 62px; height: 62px; align-items: center; justify-content: center; background: rgba(91, 189, 114, .14); border-radius: 50%; color: var(--green-dark); }
.done h3 { margin: 16px 0 8px; font-size: 21px; font-weight: 900; }
.done p { margin: 0 auto; color: var(--muted); font-size: 15.5px; line-height: 1.7; max-width: 40ch; }
.form.is-done { display: none; }
.wizard__bars { display: flex; gap: 6px; margin: 18px 0 6px; }
.wizard__bar { height: 5px; flex: 1; border-radius: 999px; background: var(--line); }
.wizard__bar.is-on { background: var(--green); }
.wizard__label { margin-bottom: 22px; font-size: 13.5px; color: #6B6579; }
.wizard__step { display: none; gap: 16px; }
.wizard__step.is-on { display: grid; }
.wizard__nav { display: flex; gap: 10px; margin-top: 24px; }
.wizard__nav .btn { padding: 13px 24px; }
.server-error { display: none; margin-top: 12px; padding: 12px 14px; border-radius: 12px; background: rgba(194, 51, 77, .08); color: var(--danger); font-size: 14px; }
.server-error.is-on { display: block; }
@media (min-width: 620px) { .form-two { grid-template-columns: 1fr 1fr; } }
@media (min-width: 620px) { .form-two--thirds { grid-template-columns: 1fr 1fr .8fr; } }
[hidden] { display: none !important; }
.textarea { min-height: 86px; resize: vertical; line-height: 1.6; }
.upload { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 66px; padding: 12px 16px; border: 1px dashed var(--line-2); border-radius: 12px; background: var(--gray); cursor: pointer; text-align: center; transition: border-color .2s ease, background .2s ease; }
.upload:hover { border-color: var(--green); background: #FFFFFF; }
.upload input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload__text { font-size: 14px; font-weight: 700; color: var(--muted-3); word-break: break-word; }
.map-box { position: relative; display: grid; gap: 10px; }
.map-box__search { margin: 0; }
.map-box__canvas { height: 280px; border-radius: 14px; border: 1px solid var(--line-2); overflow: hidden; background: var(--gray); }
.map-box__status { margin: 0; font-size: 13px; color: var(--muted-2); }
.map-box__status.is-set { color: var(--green-dark); font-weight: 700; }

.aside { display: grid; gap: 14px; }
.aside__box { border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.aside__box h3 { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.aside__box--green { background: #F1F9F3; border-color: #D6EEDD; }
.aside__box--green p { margin-bottom: 14px; font-size: 14.5px; line-height: 1.65; }
.aside__box--gray { background: var(--gray); border-color: var(--gray); }
.aside__box--violet { background: var(--violet); border-color: var(--violet); color: #FFFFFF; }
.aside__box--violet p { font-size: 15.5px; line-height: 1.7; color: rgba(255, 255, 255, .86); }
.aside__box--violet small { display: block; margin-top: 14px; font-size: 13.5px; color: rgba(255, 255, 255, .6); }
.aside__list { display: grid; gap: 9px; font-size: 14.5px; color: var(--muted-3); line-height: 1.6; }
.aside__list--rows li { display: flex; justify-content: space-between; gap: 10px; color: var(--violet); }
.aside__list--rows li:last-child { border-top: 1px solid #D6EEDD; padding-top: 10px; }
.aside__list--gap { gap: 12px; }
.aside__list small { display: block; color: var(--muted-2); font-size: 13px; }
.aside__list b { display: block; }
.aside__list .ltr { direction: ltr; display: inline-block; font-weight: 700; }
.aside__steps { display: grid; gap: 14px; }
.aside__steps li { display: flex; gap: 12px; font-size: 14.5px; color: var(--muted-3); line-height: 1.6; }
.aside__steps li > span:first-child { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--violet); color: var(--yellow); font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.aside__steps li > span:last-child { min-width: 0; }
.aside__steps li:last-child > span:first-child { background: var(--green); color: var(--green-ink); }

/* ---------- FAQ page ---------- */
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.faq-item.is-open { border-color: var(--green); }
.faq-item.is-hidden { display: none; }
.faq-item__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 12px; text-align: start; background: #FFFFFF; border: 0; padding: 18px 20px; font-size: 16px; font-weight: 700; color: var(--violet); }
.faq-item__ic { flex-shrink: 0; font-size: 20px; color: var(--green); line-height: 1; }
.faq-item__a { display: none; padding: 0 20px 18px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-item.is-open .faq-item__a { display: block; }
.faq-cta { margin-top: 30px; }

/* ---------- pricing ---------- */
.plan { border: 1px solid var(--line); border-radius: 20px; padding: 26px; position: relative; background: #FFFFFF; }
.plan--featured { border: 2px solid var(--green); box-shadow: 0 16px 40px rgba(91, 189, 114, .14); }
.plan__badge { position: absolute; top: -12px; inset-inline-start: 24px; background: var(--green); color: var(--green-ink); font-size: 11.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.plan h2 { font-size: 18px; font-weight: 800; }
.plan__sub { margin: 6px 0 16px; font-size: 14.5px; color: var(--muted-2); line-height: 1.6; }
.plan__price { display: flex; align-items: baseline; gap: 6px; }
.plan__price b { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 42px; font-weight: 800; color: var(--violet); }
.plan__price b.is-text { font-family: inherit; direction: inherit; font-size: 34px; }
.plan--featured .plan__price b { color: var(--green-dark); }
.plan__price span { font-size: 14px; color: #6B6579; }
.plan__features { display: grid; gap: 9px; margin-top: 20px; font-size: 14.5px; color: var(--muted-3); line-height: 1.6; }
.plan__features li::before { content: "· "; }
.plan .link--inline { margin-top: 20px; }
.calc { background: #FFFFFF; border: 1px solid var(--line); border-radius: 22px; padding: clamp(20px, 3vw, 32px); }
.calc__inputs { display: grid; gap: 22px; }
.range-label { display: flex; justify-content: space-between; font-size: 14.5px; font-weight: 700; margin-bottom: 10px; }
.range-label span:last-child { color: var(--green-dark); }
input[type="range"].range { width: 100%; accent-color: var(--green); }
.calc__out { background: var(--violet); color: #FFFFFF; border-radius: 18px; padding: 24px; align-self: stretch; }
.calc__label { font-size: 13.5px; color: rgba(255, 255, 255, .62); }
.calc__label--yellow { color: var(--yellow); }
.calc__big { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 30px; font-weight: 800; margin-top: 4px; }
.calc__big--net { font-size: 34px; color: var(--green); }
.calc__sep { height: 1px; background: rgba(255, 255, 255, .12); margin: 18px 0; }
.calc__row { display: flex; justify-content: space-between; font-size: 14.5px; color: rgba(255, 255, 255, .72); }
.calc__row + .calc__row { margin-top: 8px; }
.calc__row span:last-child { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; }
.calc__note { margin-top: 14px; font-size: 12.5px; color: rgba(255, 255, 255, .5); line-height: 1.6; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.table { border-collapse: collapse; width: 100%; min-width: 520px; }
.table th { text-align: start; padding: 14px 18px; font-size: 13.5px; font-weight: 800; background: var(--gray); }
.table td { padding: 14px 18px; font-size: 14.5px; border-top: 1px solid var(--line-3); }
.table td.is-green { color: var(--green-dark); font-weight: 700; }
.actions-row { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- about / legal ---------- */
.timeline { display: grid; }
.tl { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding-bottom: 26px; border-inline-start: 2px solid #DCD8E6; padding-inline-start: 22px; margin-inline-start: 8px; }
.tl:last-child { border-inline-start-color: transparent; padding-bottom: 0; }
.tl__year { font-family: "Poppins", sans-serif; direction: ltr; unicode-bidi: isolate; font-size: 17px; color: var(--green-dark); font-weight: 700; }
.tl h3 { margin-bottom: 5px; font-size: 16.5px; font-weight: 800; }
.tl p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.principle h3 { margin-bottom: 6px; font-size: 16.5px; font-weight: 800; }
.principle p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.jobs { display: grid; gap: 10px; }
.job { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; padding: 16px 18px; color: #FFFFFF; transition: background .2s ease; }
.job:hover { background: rgba(255, 255, 255, .12); }
.job b { font-weight: 700; font-size: 15.5px; }
.job span { font-size: 13.5px; color: rgba(255, 255, 255, .6); }
.legal-toc { position: sticky; top: 90px; }
.legal-toc h2 { margin-bottom: 12px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.legal-toc ul { display: grid; gap: 9px; font-size: 14.5px; }
.legal-toc a { font-weight: 600; }
.legal-toc a:hover { color: var(--green-dark); }
.legal-body { display: grid; gap: 40px; max-width: 72ch; }
.legal-article h2 { margin-bottom: 14px; font-size: clamp(21px, 2.6vw, 28px); font-weight: 900; letter-spacing: -.02em; }
.legal-article p { margin-bottom: 14px; color: var(--muted-3); font-size: 15.5px; line-height: 1.8; }
.legal-article ul { display: grid; gap: 10px; color: var(--muted-3); font-size: 15.5px; line-height: 1.75; }
.legal-article li::before { content: "· "; }
.legal-foot { background: var(--gray); border-radius: 18px; padding: 22px; color: var(--muted-3); font-size: 15px; line-height: 1.75; }
.legal-foot a { color: var(--green-dark); font-weight: 700; }
.ltr { direction: ltr; display: inline-block; unicode-bidi: isolate; }
