
@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

/* @font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
} */

html, body, #root {
  height: 100%;
  margin: 0;
}

html, body {
    background-color: #1a0f30 !important;
    color: #000 !important;
    font-family: 'Jura', Arial, sans-serif;
    overflow-x: hidden;
}

body, #root, .mantine-Provider-root {
    opacity: 1 !important;
}

:root {
    --bs-light-rgb: 255, 255, 255 !important;
    --site-nav-height: 90px;
}

html[lang="ar"] .lang_bar {
    direction: ltr;
    text-align: left;
}

html[lang="ar"] .lang_bar>ul {
    direction: ltr;
    left: auto;
    right: 0;
    display: none;
}

html[lang="ar"] .lang_bar>input[type="checkbox"]:checked ~ ul {
    display: block;
}

.rtl-text-diagram {
    direction: rtl;
    text-align: right !important;
    color: #fff;
    font-size: 0.7em;
}

img {
    filter: invert(0) !important;
}

.text-white {
    color: #fff !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

p {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.hero-title {
    font-size: 2.5em;
    letter-spacing: 0.01em;
    padding-bottom: 10 copx;
}

.hero-para {
    font-size: 0.96em;
}

p {
    font-size: 1em;
    font-family: 'Jura', Arial, sans-serif;
}

.small-text {
    font-size: 0.78em;
    text-align: left;
    color: #333;
}

.mobile_br {
    display: none;
}

.white-bg {
    background-color: #fff;
}

.container-md {
    position: relative;
    z-index: 1;
    background: transparent;
}

/* ─── Site nav (modern) ─────────────────────────────────────── */
/* ── Navbar Wrapper (fixed, full width) ──────────────────────────── */
.site-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  pointer-events: none;
}

.site-nav-outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 20px 0;
  pointer-events: none;
}

/* Reserve space under the fixed nav */
.site-main {
  padding-top: var(--site-nav-height);
  min-height: calc(100vh - var(--site-nav-height));
  box-sizing: border-box;
}

/* ── Pill header ──────────────────────────────────────────────────── */
.site-nav-pill {
  background: rgba(30, 16, 52, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(255,255,255,0.06) inset;
  overflow: visible;
  pointer-events: auto;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-nav-pill.is-hovered {
  border-color: rgba(217, 197, 250, 0.18);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(255,255,255,0.08) inset;
}

/* ── Top row ──────────────────────────────────────────────────────── */
.site-nav-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 18px;
  height: 52px;
}

.site-nav-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.site-nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* ── Brand ────────────────────────────────────────────────────────── */
.site-nav-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.site-nav-brand img {
  display: block;
  height: 28px;
  width: auto;
}

/* ── Vertical divider ─────────────────────────────────────────────── */
.site-nav-pill-divider {
  display: block;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

/* ── Product switcher ─────────────────────────────────────────────── */
.site-nav-products {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav-product-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.60);
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.site-nav-product-link:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.site-nav-product-active {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 8px;
  background: rgba(217, 197, 250, 0.18);
  border: 1px solid rgba(217, 197, 250, 0.25);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.site-nav-product-sep {
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.14);
}

/* ── Language switcher ────────────────────────────────────────────── */
.site-nav-lang-btn img,
.site-nav-lang-globe {
  filter: brightness(0) invert(1) !important;
  opacity: 0.80 !important;
  margin-right: 5px;
  margin-left: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

[dir="rtl"] .site-nav-lang-globe {
  margin-right: 0;
  margin-left: 5px;
}

.site-nav-lang-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255,255,255,0.85);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  padding: 4px 8px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.site-nav-lang-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.30);
}

.site-nav-lang-chevron {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.60);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  vertical-align: middle;
}

[dir="rtl"] .site-nav-lang-chevron {
  margin-left: 0;
  margin-right: 4px;
}

.site-nav-lang-chevron.is-open {
  transform: rotate(180deg);
}

.site-nav-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1050;
  min-width: 170px;
  margin: 0;
  padding: 0.4rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(28, 18, 48, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.site-nav-lang-search {
  display: block;
  width: 97%;
  margin: 0 auto 0.4rem;
  box-sizing: border-box;
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.site-nav-lang-search::placeholder {
  color: rgba(255, 255, 255, 0.40);
}

.site-nav-lang-search:focus {
  border-color: rgba(217, 197, 250, 0.45);
  background: rgba(255, 255, 255, 0.09);
}

[dir="rtl"] .site-nav-lang-search {
  direction: ltr;
  text-align: left;
}

.site-nav-lang-list {
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(217, 197, 250, 0.25) transparent;
}

.site-nav-lang-empty {
  padding: 0.6rem 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-align: center;
}

.site-nav-lang-item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.80);
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  cursor: pointer;
}

.site-nav-lang-item:hover,
.site-nav-lang-item.is-active {
  background: rgba(217, 197, 250, 0.12);
  color: #fff;
}

/* ── CTA button ───────────────────────────────────────────────────── */
.site-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 9px 16px;
  border-radius: 999px;
  border: none;
  background: #FAA182;
  color: #281940;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(250, 161, 130, 0.30);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}

.site-nav-cta--pill {
  border-radius: 6px;
}

.site-nav-cta:hover {
  color: #281940;
  text-decoration: none;
  background: #f09070;
  box-shadow: 0 4px 16px rgba(250, 161, 130, 0.50);
  transform: translateY(-1px);
}

.site-nav-cta:hover .download-btn-icon {
  transform: translateY(2px);
}

.site-nav-cta--block {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  border-radius: 12px;
}

/* ── Hover submenu (desktop) ──────────────────────────────────────── */
.site-nav-submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

.site-nav-pill.is-hovered .site-nav-submenu {
  grid-template-rows: 1fr;
}

.site-nav-submenu-inner {
  min-height: 0;
}

.site-nav-submenu-content {
  padding: 2px 18px 14px 80px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.22s ease 0.05s, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}

.site-nav-pill.is-hovered .site-nav-submenu-content {
  opacity: 1;
  transform: translateY(0);
}

[dir="rtl"] .site-nav-submenu-content {
  padding: 2px 80px 14px 18px;
}

[dir="rtl"] .site-nav-submenu-links {
  direction: rtl;
}

.site-nav-submenu-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  padding-left: 2px;
}

.site-nav-submenu-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav-submenu-link {
  display: flex;
  align-items: center;
  height: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
}

.site-nav-submenu-link:hover {
  color: #D9C5FA;
  text-decoration: none;
}

/* ── Hamburger ────────────────────────────────────────────────────── */
.site-nav-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  padding: 0;
  border: none;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.18s ease;
}

.site-nav-burger:hover {
  background: rgba(255,255,255,0.14);
}

.site-nav-burger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 12px;
  position: absolute;
  opacity: 1;
  transform: rotate(0deg) scale(1);
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-nav-burger.is-open .site-nav-burger-lines {
  opacity: 0;
  transform: rotate(45deg) scale(0.6);
}

.site-nav-burger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.site-nav-burger-close {
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  opacity: 0;
  transform: rotate(-45deg) scale(0.6);
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-nav-burger.is-open .site-nav-burger-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* ── Mobile drawer ────────────────────────────────────────────────── */
.site-nav-mobile-drawer {
  margin-top: 6px;
  border-radius: 16px;
  background: rgba(30, 16, 52, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  transform-origin: top center;
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
}

.site-nav-mobile-drawer.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

.site-nav-drawer-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.site-nav-drawer-product-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
}

.site-nav-drawer-product-link:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.site-nav-drawer-product-active {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 8px;
  background: rgba(217, 197, 250, 0.18);
  border: 1px solid rgba(217, 197, 250, 0.25);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.site-nav-mobile-link {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255,255,255,0.80);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.site-nav-mobile-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.site-nav-mobile-divider {
  height: 1px;
  margin: 4px 0;
  background: rgba(255, 255, 255, 0.10);
}

.site-nav-mobile-lang-wrap {
  position: relative;
}

.site-nav-mobile-lang-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.80);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.site-nav-mobile-lang-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.site-nav-mobile-lang-toggle span {
  flex: 1;
  text-align: start;
}

.site-nav-mobile-langs {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 10px;
  margin-top: 6px;
}

.site-nav-mobile-lang-list {
  max-height: 35vh;
}

.site-nav-mobile-langs-icon {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1) !important;
  opacity: 0.80 !important;
}

.site-nav-mobile-lang {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  text-align: start;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.80);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
}

.site-nav-mobile-lang:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.site-nav-mobile-lang.is-active {
  color: #fff;
  font-weight: 700;
  background: rgba(217, 197, 250, 0.18);
}

/* ── Responsive: show hamburger on mobile ─────────────────────────── */
@media (max-width: 767.98px) {
  .site-nav-burger {
    display: flex;
  }
  .site-nav-products,
  .site-nav-pill-divider,
  .site-nav-submenu,
  .site-nav-lang {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .site-nav-mobile-drawer {
    display: none !important;
  }
}

/* legacy bootstrap navbar fallback */
.navbar {
    background: transparent !important;
    padding: 0 !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    position: relative;
    z-index: 2;
}

.navbar .container-fluid {
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
}

.nav_cta {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 3;
  margin-top: 50px;
}

.btn-brand-orange {
  background-color: #c44d34;
  color: #fff;
  border: none;
  font-family: 'Jura', Arial, sans-serif;
  font-weight: 600;
}

.btn-brand-orange:hover,
.btn-brand-orange:focus,
.btn-brand-orange:active {
  background-color: #c44d34;
  color: #fff;
  box-shadow: none;
}

.nav_cta .btn {
  padding: 6px 14px;
  font-size: 0.9rem;
  line-height: 1.15;
  border-radius: 6px;
}

@media (max-width: 575.98px) {
  .nav_cta { margin-top: 20px; left: 10px; top: 10px; }
  .nav_cta .btn {
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 6px;
  }
}

.center-logo {
    height: 175px;
    width: auto;
}

.store-row { width: 100%; }
.app-link { display: inline-flex; }
.svg-store { display:block; height:auto; }

.app-link {
    border: 2px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
    z-index: 200;
}

.app-link:hover {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2em;
    }

    .center-logo {
        height: 100px;
    }

    .lang_bar {
        right: 20px;
        transform: translateY(-50%);
        font-size: 0.75em;
        margin-top: 20px;
    }

    .lang_bar > label,
    .lang_bar > a[role="button"] {
        display: inline-block;
        padding: 4px 8px;
        color: #fff;
        line-height: 1.5em;
        text-decoration: none;
        border: 1px solid #8c8c8c;
        cursor: pointer;
        border-radius: 3px;
        font-family: 'Jura', Arial, sans-serif;
        font-weight: 500;
        white-space: nowrap;
        width: auto;
        max-width: none;
        overflow: visible;
    }

    .lang_bar>a[role="button"]:after,
    .lang_bar>label:after {
        content: '';
        display: none !important;
    }

    .lang_bar>ul a {
        font-size: 0.75em;
        padding: 6px 10px;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        text-align: left;
    }

    .lang_bar>ul {
        max-width: 92px;
        min-width: 70px;
        padding: 4px 0;
        word-wrap: break-word;
        white-space: normal;
    }
}

footer {
  margin-top: auto;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

.hamburger-line {
  display: block;
  width: 24px;
  height: 3px;
  margin: 3px 0;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-line.active:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger-line.active:nth-child(2) {
  opacity: 0;
}
.hamburger-line.active:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.hero-gradient-bar {
  background: radial-gradient(111.33% 512.75% at -11.33% 97.46%, #F59F86 10.58%, #A28EC2 54.86%, #61468C 91.67%);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5), 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  position: relative;
}

@media (max-width: 600px) {
  .hero-gradient-bar {
    height: 90px;
  }
}

input {
    display: none;
}

.btn-branded {
    background: #2f2f2f;
    color: #fff;
    border: none;
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 600;
}

.hero_padding {
    padding-top: 20px;
}

.hero_img {
    max-width: 430px;
    padding-top: 50px;
}

.background-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.background-wrapper h1,
.background-wrapper h2,
.background-wrapper h3,
.background-wrapper h4,
.background-wrapper h5,
.background-wrapper h6,
.background-wrapper p,
.background-wrapper .text-light {
  color: #000 !important;
}

.background-wrapper .small-text {
  color: #333 !important;
}

.btn-branded:hover,
.btn-branded:focus {
    background: -moz-linear-gradient(119deg, rgba(196, 77, 52, 1) 0%, rgba(242, 124, 90, 1) 59%, rgba(255, 166, 124, 1) 100%);
    background: -webkit-linear-gradient(119deg, rgba(196, 77, 52, 1) 0%, rgba(242, 124, 90, 1) 59%, rgba(255, 166, 124, 1) 100%);
    background: linear-gradient(119deg, rgba(196, 77, 52, 1) 0%, rgba(242, 124, 90, 1) 59%, rgba(255, 166, 124, 1) 100%);
    background-color: #c44d34;
    font-weight: 700;
}


@media (max-width: 768px) {
  div[style*="radial-gradient"] img {
    max-height: 35px !important;
  }
}

@media (max-width: 480px) {
  div[style*="radial-gradient"] img {
    max-height: 28px !important;
  }
}

.lang_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: none;
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 400;
    z-index: 3;
    margin-top: 50px;
}

.lang_bar > label,
.lang_bar > a[role="button"] {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    line-height: 1.2em;
    border: 1px solid #8c8c8c;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 0.8em;
}

.lang_bar > label:hover,
.lang_bar > a[role="button"]:hover,
.lang_bar > a[role="button"]:focus {
    border-color: #333;
}

.lang_bar > label:after,
.lang_bar > a[role="button"]:after {
    content: "\25BC";
    display: inline-block;
    margin-left: 6px;
}

.lang_bar > ul {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    z-index: 999;
    display: none;
    background: #fff;
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    margin: 0;
    padding: 6px 0;
    list-style: none;
    width: max-content;
    min-width: 170px;
    max-width: min(320px, 85vw);
    max-height: 60vh;
    overflow: auto;
}

.lang_bar > ul a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: left;
}

.lang_bar > ul a:hover,
.lang_bar > ul a:focus {
    background: #ececec;
}

.lang_bar > input[type="checkbox"]:checked ~ ul,
.lang_bar > ul:target {
    display: block;
}

.lang_bar>[type="checkbox"]:checked+label:after,
.lang_bar>ul:target~a:after {
    content: "\10005";
}

.lang_bar a.close {
    display: none;
}

.lang_bar>ul:target~a.close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-indent: -100vw;
    z-index: 1000;
}

.faq {
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 400;
}

.tab {
  width: 100%;
  color: #000;
  font-family: 'Jura', Arial, sans-serif;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tab-content-wrapper {
  display: grid;
  grid-template-rows: 0fr; 
  transition: grid-template-rows 400ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.tab-content-wrapper.is-open {
  grid-template-rows: 1fr;
    min-height: auto; 
}

.tab-content-inner {
  min-height: 0;
}



.tab-content {
  padding: 0 1em;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.tab-content-wrapper.is-open .tab-content {
  padding: 20px 1em;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tab-content.hide {
    opacity: 0;
}


.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #715899;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-label.is-active {
  background: #fff !important;
  color: #000000 !important;
  font-weight: 700 !important;
}

.tab-label:hover {
    background-color: #7a6699;
}


.tab-label::after {
  content: "\276F";
  transition: transform 0.3s ease;
}

.tab-label.is-active::after {
  transform: rotate(90deg);
}

.tab-label.open {
    padding: 1.2em;
}

.faq,
.faq .tab-label,
.faq .tab-content,
.faq .tab-content p {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
  text-rendering: optimizeLegibility;
}

.faq .tab-content,
.faq .tab-content p {
  font-weight: 500 !important;
  font-variation-settings: "wght" 500;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
  letter-spacing: 0;
  color: #333;
}

.faq .tab-content {
  background: #fff;
}

@media (max-width: 576px) {
  .faq .tab-content, .faq .tab-content p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }
}

@media print {
    .tab-content {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        padding: 20px 1em !important;
    }

    .tab-label::after {
        content: "\10005";
    }
}

#cookieConsent {
    background-color: rgba(20, 20, 20, .8);
    bottom: 0;
    color: #ccc;
    display: none;
    font-size: 14px;
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 400;
    left: 0;
    min-height: 30px;
    padding: 8px 8px 8px 30px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

#cookieConsent a {
    color: #fff;
    text-decoration: none;
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 500;
}

#cookieConsent a.cookieConsentOK {
    background-color: #2f2f2f;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    margin: 10px 60px 10px 10px;
    padding: 5px 30px;
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 600;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #f27c5a;
}

#cookieConsent a.cookieMoreLink {
  margin-left: 8px;
}

.globe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 420px;
  height: auto;
}

.globe-inner,
.globe-inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  touch-action: none;
}

.globe-inner canvas,
.globe-inner-wrapper canvas {
  display: block;
  margin: 0 auto;
  pointer-events: auto;
  max-width: 100%;
  height: auto;
}

.globe-aspect-16x9 {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 360px;
  max-height: 700px;
}

@media (max-width: 767.98px) {
  .globe-container { min-height: 400px; }

  .globe-inner,
  .globe-inner-wrapper { pointer-events: none; }

  .globe-inner canvas,
  .globe-inner-wrapper canvas { pointer-events: none; }
}

@media (min-width: 768px) {
  .globe-inner,
  .globe-inner-wrapper { pointer-events: auto; }

  .globe-inner canvas,
  .globe-inner-wrapper canvas { pointer-events: auto; }
}

/* stats + globe section: flex column so mobile can reorder */
.home-stats-globe {
  display: flex;
  flex-direction: column;
}

/* mobile: globe first, stats button right below it, then stats cards;
   desktop keeps source order (stats, globe, button) */
@media (max-width: 767.98px) {
  .home-stats-globe .home-globe-block { order: -2; }
  .home-stats-globe .home-stats-cta { order: -1; }
}

/* globe mounts inside pre-reserved space; fade it in instead of popping */
.home-globe-reserve > * {
  animation: home-globe-fade-in 0.6s ease both;
}

@keyframes home-globe-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.mantine-Tabs-list { gap: .5rem; flex-wrap: wrap; }
.mantine-Tabs-tab {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}
.mantine-Tabs-tab:hover { background: rgba(255,255,255,.12); }
.mantine-Tabs-tab[data-active="true"] {
  background: #e8663e;
  color: #000;
  border-color: transparent;
}

.recharts-tooltip-wrapper .recharts-default-tooltip {
  background-color: rgba(0,0,0,.85) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 6px !important;
  font-size: 0.875rem !important;
  box-shadow: none !important;
}

.chart-card {
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

@supports (backdrop-filter: blur(8px)) {
  .chart-card {
    background: rgba(10, 10, 10, 0.68);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}


.chart-card h5 {
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
    .hero_padding {
        padding-top: 0px;
    }

    .hero_img {
        max-width: 290px;
        margin: auto;
        width: 100%;
    }

    .tight {
        margin: auto;
        max-width: 420px;
        padding-top: 25px;
    }

    .btn-branded {
        width: 100%;
    }

    #cookieConsent {
        font-size: 12px;
    }
    .lang_bar {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
  .store-row { gap: 14px !important; }
  .svg-store { width: 110px; max-width: 92vw; }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .store-row { gap: 16px !important; }
  .svg-store { width: 145px; max-width: 92vw; }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .store-row { gap: 12px !important; }
  .svg-store { width: 190px; }
}

@media (min-width: 1200px) {
  .store-row { gap: 12px !important; }
  .svg-store { width: 145px; }
}

@media screen and (max-width: 700px) {
    .mobile_br {
        display: inline-block;
    }

    .hero-title {
        font-size: 1.8em;
    }
    #cookieConsent a.cookieMoreLink {
        display: inline-block;
        margin-left: 0;
        margin-top: 6px;
    }
}

/* ─── Hero Section (redesigned) ─────────────────────────────── */
.hero-section {
  position: relative;
  overflow-x: clip;
  direction: ltr !important;
  /* Fill first screen under the fixed nav — no peek of next section */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background:
    /* Light purple — top right, sweeping across title area */
    radial-gradient(ellipse 70% 50% at 80% 10%, rgba(217, 197, 250, 0.30) 0%, transparent 65%),
    /* Conduit Blue — soft glow upper left */
    radial-gradient(ellipse 50% 40% at 5% 20%, rgba(179, 212, 255, 0.18) 0%, transparent 60%),
    /* Very subtle peach — far right edge only */
    radial-gradient(ellipse 30% 40% at 100% 50%, rgba(250, 161, 130, 0.18) 0%, transparent 55%),
    /* Purple depth — bottom */
    radial-gradient(ellipse 80% 45% at 50% 120%, rgba(95, 67, 141, 0.50) 0%, transparent 60%),
    /* Core base */
    linear-gradient(160deg, #2e1b55 0%, #281940 50%, #1a0f30 100%);
  /* Pull up behind the fixed nav so background is seamless */
  margin-top: calc(-1 * var(--site-nav-height));
  padding-top: calc(var(--site-nav-height) + 90px);
  padding-bottom: 90px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.07) 0%, transparent 40%);
  opacity: 1;
}

.hero-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 64px 0 170px;
  position: relative;
  direction: ltr;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  flex: 1 1 auto;
}

/* Left column: phone — starts at title level, spans full column height */
.hero-phone-col {
  flex: 0 0 300px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
  padding-top: 5rem;
}

/* Right column: all text content — fills full column height */
.hero-content-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 1.5rem;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.65);
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.hero-title-main {
  position: relative;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: clamp(36px, 5.6vw, 84px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 0.6rem;
  overflow: visible;
  padding-bottom: 8px;
  filter: drop-shadow(0 2px 20px rgba(255, 255, 255, 0.10));
}

.hero-title-accent {
  color: #FAA182;
}

[dir="rtl"] .hero-title-main {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.35;
  letter-spacing: 0;
  padding-bottom: 12px;
  text-align: right;
}

html[lang="de"] .hero-title-main {
  font-size: clamp(30px, 4.2vw, 60px);
}

html[lang="fr"] .hero-title-main {
  font-size: clamp(32px, 4.4vw, 68px);
}

html[lang="de"] .hero-way {
  min-height: 240px;
  padding-top: 22px;
  padding-bottom: 22px;
}

html[lang="id"] .hero-way {
  min-height: 240px;
  padding-top: 22px;
  padding-bottom: 22px;
}

html[lang="id"] .hero-way:nth-child(2) {
  min-height: 240px !important;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

html[lang="id"] .hero-way-list li {
  font-size: 13px;
}

html[lang="ru"] .hero-ways {
  align-items: stretch;
  margin-top: -10px;
}

html[lang="ru"] .hero-way {
  min-height: 137px;
  padding-top: 10px;
  padding-bottom: 10px;
}

html[lang="ru"] .hero-way:nth-child(2) {
  min-height: 137px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.hero-para-row {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto 2rem;
  text-align: left;
}

.hero-para-main {
  color: rgba(255, 255, 255, 0.80);
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 2.25rem;
  max-width: none;
}

.hero-download {
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

/* Mobile-only button: hidden on desktop */
.hero-download-mobile {
  display: none;
}

.hero-ways {
  order: 0;
}

/* Mobile-only phone slot — hidden on desktop */
.hero-phone-mobile {
  display: none;
}

/* Two ways — unified split panel */
.hero-ways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
  width: 100%;
  max-width: none;
  overflow: visible;
  margin: 2rem 0 8px;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.hero-ways-divider {
  display: none;
}

.hero-way {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 24px 24px;
  min-width: 0;
  min-height: 260px;
  text-align: left;
  border-radius: 10px;
  border: none;
  position: relative;
  background: rgba(95, 67, 141, 0.30);
  backdrop-filter: blur(28px) saturate(130%);
  -webkit-backdrop-filter: blur(28px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.70);
  box-shadow:
    0 8px 40px rgba(20, 8, 40, 0.50),
    0 0 32px rgba(255, 255, 255, 0.18),
    0 0 8px rgba(255, 255, 255, 0.10),
    inset 0 0 20px rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: hero-way-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


.hero-way::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 11px;
  border: 1px solid rgba(217, 197, 250, 0.85);
  box-shadow:
    0 0 40px rgba(217, 197, 250, 0.35),
    0 0 12px rgba(217, 197, 250, 0.20);
  transform: rotate(1.8deg);
  pointer-events: none;
  z-index: -1;
}

/* Hosted Conduit card — bolder accent outline so it stands out from the other two */
.hero-way:nth-child(3)::before {
  border: 1.5px solid rgba(250, 161, 130, 0.90);
  box-shadow:
    0 0 48px rgba(250, 161, 130, 0.45),
    0 0 16px rgba(250, 161, 130, 0.30);
}

.hero-way:nth-child(1) { animation-delay: 0s; }
.hero-way:nth-child(2) { animation-delay: 0.12s; }
.hero-way:nth-child(3) { animation-delay: 0.24s; }

/* ── Network cards (under the carousel) ── */
.network-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  overflow: visible;
  box-shadow:
    0 8px 40px rgba(20, 8, 40, 0.55),
    0 0 36px rgba(255, 255, 255, 0.14),
    0 0 8px rgba(255, 255, 255, 0.08),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.network-card::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 22px;
  border: 1px solid rgba(217, 197, 250, 0.75);
  box-shadow:
    0 0 44px rgba(217, 197, 250, 0.30),
    0 0 14px rgba(217, 197, 250, 0.18);
  transform: rotate(1.8deg);
  pointer-events: none;
  z-index: -1;
}

/* Ryve CTA pill inside the network diagram — glow + lift so it reads as clickable */
.network-ryve-cta {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 20px rgba(58, 127, 212, 0.50);
}

.network-ryve-cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 32px rgba(58, 127, 212, 0.75);
}

@media (min-width: 901px) {
  .hero-way:nth-child(2) {
    animation-name: hero-way-in-middle;
  }
}

@keyframes hero-way-in-middle {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-way-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero-way-body {
  min-width: 0;
  width: 100%;
}

.hero-way-label {
  margin: 0 0 10px;
  color: rgba(217, 197, 250, 0.70);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
}

.hero-way-title {
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
}

.hero-way-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.hero-way-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.hero-way-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 3px;
  background-color: #D9C5FA;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.4l3 3.1 6.6-7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.4l3 3.1 6.6-7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Third card CTA button */
.hero-way-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 26px;
  border-radius: 10px;
  border: none;
  background: #E4D6FC;
  color: #281940;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(228, 214, 252, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  text-wrap: balance;
  animation: hosted-cta-pulse 2.4s ease-in-out infinite;
}

@keyframes hosted-cta-pulse {
  0%, 100% {
    box-shadow: 0 3px 12px rgba(228, 214, 252, 0.22);
  }
  50% {
    box-shadow: 0 3px 22px rgba(228, 214, 252, 0.50), 0 0 14px rgba(217, 197, 250, 0.35);
  }
}

.hero-way-cta:hover {
  background: #D9C5FA;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(228, 214, 252, 0.38);
  color: #281940;
  text-decoration: none;
  animation-play-state: paused;
}

.hero-way-cta-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.hero-way-cta:hover .hero-way-cta-arrow {
  transform: translateX(3px);
}

[dir="rtl"] .hero-way-cta-arrow {
  transform: scaleX(-1);
}

[dir="rtl"] .hero-way-cta:hover .hero-way-cta-arrow {
  transform: scaleX(-1) translateX(3px);
}

/* Private pairing — clean text under cards */
.hero-pairing-pill {
  direction: ltr;
  display: block;
  width: fit-content;
  max-width: min(520px, 92%);
  margin: 28px auto 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: center;
}

.hero-pairing-pill span {
  direction: ltr;
  display: block;
  color: rgba(255, 255, 255, 0.90);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}

/* Hosted Conduit phone — left of hero paragraph */
.hero-phones {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  overflow: visible;
  position: relative;
}

/* Secondary (background) phone */
.hero-phone-secondary {
  position: absolute;
  left: -218px;
  top: -68px;
  z-index: 3;
  transform: scale(0.72);
  transform-origin: bottom center;
  opacity: 1;
  pointer-events: auto;
  filter: blur(0px) drop-shadow(0 12px 32px rgba(20, 0, 50, 0.40));
  transition: filter 0.3s ease;
}

.hero-phone-secondary::before {
  content: "";
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(217, 197, 250, 0.28) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.hero-phone-secondary:hover::before {
  opacity: 1;
}

.hero-phone-secondary:hover .hero-phone-secondary-img {
  transform: translateY(-14px) scale(1.025);
  filter:
    drop-shadow(0 28px 56px rgba(0, 0, 0, 0.60))
    drop-shadow(0 48px 80px rgba(20, 0, 50, 0.45))
    drop-shadow(0 0 50px rgba(217, 197, 250, 0.40))
    drop-shadow(0 0 90px rgba(95, 67, 141, 0.28));
}

.hero-phone-secondary-img {
  height: 540px;
  width: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Third phone mockup */
.hero-phone-tertiary {
  position: absolute;
  left: -330px;
  top: -70px;
  z-index: 1;
  transform: scale(0.72);
  transform-origin: bottom center;
  opacity: 0.85;
  pointer-events: auto;
  filter: blur(0.5px) drop-shadow(0 12px 32px rgba(20, 0, 50, 0.35));
  transition: filter 0.3s ease;
}

.hero-phone-tertiary::before {
  content: "";
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(217, 197, 250, 0.28) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.hero-phone-tertiary:hover::before {
  opacity: 1;
}

.hero-phone-tertiary:hover .hero-phone-tertiary-img {
  transform: translateY(-14px) scale(1.025);
  filter:
    drop-shadow(0 28px 56px rgba(0, 0, 0, 0.60))
    drop-shadow(0 48px 80px rgba(20, 0, 50, 0.45))
    drop-shadow(0 0 50px rgba(217, 197, 250, 0.40))
    drop-shadow(0 0 90px rgba(95, 67, 141, 0.28));
}

.hero-phone-tertiary-img {
  height: 540px;
  width: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}


/* Ensure primary phone sits on top */
.hero-phones > .phone-mockup {
  position: relative;
  z-index: 2;
}



/* ─── Phone Mockup Component ──────────────────────────────────── */
.phone-mockup {
  position: relative;
  animation: hero-phone-float 4.5s ease-in-out infinite;
  flex-shrink: 0;
  overflow: visible;
}

.phone-mockup:hover {
  animation-play-state: paused;
}

.phone-mockup::before {
  content: "";
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(217, 197, 250, 0.28) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.phone-mockup:hover::before {
  opacity: 1;
}

.phone-mockup:hover .phone-png-wrap {
  transform: translateY(-14px) scale(1.025);
  filter:
    drop-shadow(0 28px 56px rgba(0, 0, 0, 0.60))
    drop-shadow(0 48px 80px rgba(20, 0, 50, 0.45))
    drop-shadow(0 0 50px rgba(217, 197, 250, 0.40))
    drop-shadow(0 0 90px rgba(95, 67, 141, 0.28));
}

/* Connection network background */
.phone-connect-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%);
  width: 620px;
  height: 720px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

/* Gradient hub lines — flowing dashes */
.cn-line-grad {
  stroke-width: 1.5;
  fill: none;
  stroke-dasharray: 4 9;
  animation: cn-line-fade 3.5s ease-in-out infinite, cn-flow 2s linear infinite;
}

/* Per-line flow speeds — 6 nodes */
.cn-lg-1 { animation-duration: 3.2s, 2.1s; animation-delay: 0s,    0s;    }
.cn-lg-2 { animation-duration: 2.8s, 1.7s; animation-delay: 0.7s,  0.3s;  }
.cn-lg-3 { animation-duration: 2.6s, 1.6s; animation-delay: 0.4s,  0.9s;  }
.cn-lg-4 { animation-duration: 3.0s, 2.0s; animation-delay: 0.9s,  0.4s;  }
.cn-lg-5 { animation-duration: 2.4s, 1.8s; animation-delay: 1.5s,  0.1s;  }
.cn-lg-6 { animation-duration: 3.8s, 2.5s; animation-delay: 0.2s,  0.7s;  }

@keyframes cn-flow {
  to { stroke-dashoffset: -26; }
}

@keyframes cn-line-fade {
  0%, 100% { opacity: 0.45; }
  50%       { opacity: 0.95; }
}

.cn-node {
  animation: cn-node-pulse 2.8s ease-in-out infinite;
}
.cn-node--1 { animation-delay: 0s;   }
.cn-node--2 { animation-delay: 0.7s; }
.cn-node--3 { animation-delay: 0.4s; }
.cn-node--4 { animation-delay: 0.9s; }
.cn-node--5 { animation-delay: 1.5s; }
.cn-node--6 { animation-delay: 0.2s; }

@keyframes cn-node-pulse {
  0%, 100% { opacity: 0.65; }
  50%       { opacity: 1;   }
}


.cn-pulse {
  fill: none;
  stroke-width: 1;
  animation: cn-ring-expand 2.8s ease-out infinite;
}
/* Pulse ring colors set via inline style prop in TSX */
.cn-pulse--1 { animation-delay: 0s;   }
.cn-pulse--2 { animation-delay: 0.7s; }
.cn-pulse--3 { animation-delay: 0.4s; }
.cn-pulse--4 { animation-delay: 0.9s; }
.cn-pulse--5 { animation-delay: 1.5s; }
.cn-pulse--6 { animation-delay: 0.2s; }

@keyframes cn-ring-expand {
  0%   { r: 5;  opacity: 0.65; stroke-width: 1.4; }
  100% { r: 22; opacity: 0;    stroke-width: 0.3; }
}

.cn-hub {
  /* fill comes from hub-grad SVG radialGradient */
}

.cn-hub-ring {
  fill: none;
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 1.4;
  animation: cn-hub-ring-expand 2.4s ease-out infinite;
}

.cn-hub-ring2 {
  fill: none;
  stroke: rgba(255, 255, 255, 0.30);
  stroke-width: 1;
  animation: cn-hub-ring-expand 2.4s ease-out 1.2s infinite;
}

@keyframes cn-hub-ring-expand {
  0%   { r: 10; opacity: 0.7; }
  100% { r: 28; opacity: 0;   }
}

.cn-dot {
  fill: #fff;
}
/* dot colors set via fill prop in TSX */

/* PNG phone image */
.phone-png-wrap {
  position: relative;
  z-index: 2;
  filter:
    drop-shadow(0 12px 32px rgba(0, 0, 0, 0.55))
    drop-shadow(0 28px 56px rgba(20, 0, 50, 0.40));
  transition:
    filter 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}


.phone-png {
  height: 450px;
  width: auto;
  display: block;
}

@keyframes cn-rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes cn-rotate-rtl {
  from { transform: translate(calc(-50% + 20px), -50%) rotate(0deg); }
  to   { transform: translate(calc(-50% + 20px), -50%) rotate(360deg); }
}

@keyframes hero-phone-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone-mockup {
    animation: none;
  }
  .phone-connect-bg {
    display: none !important;
  }

  .hero-way {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero-way:hover {
    transform: none;
  }

  .hero-download-btn {
    animation: none;
  }

  .hero-download-btn:hover .download-btn-icon,
  .site-nav-cta:hover .download-btn-icon,
  .statement-download-btn:hover .download-btn-icon {
    transform: none;
  }
}

.download-btn-icon {
  flex-shrink: 0;
  align-self: center;
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.2s ease;
}

.hero-download-btn span,
.site-nav-cta span,
.statement-download-btn span {
  align-self: center;
  line-height: 1;
}

.hero-download-btn .download-btn-icon {
  animation: icon-bounce 1.8s ease-in-out 1.5s infinite;
}

.hero-download-btn {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  min-height: 54px;
  padding: 14px 40px;
  border-radius: 12px;
  border: none;
  background: #FAA182;
  box-shadow: 0 4px 20px rgba(250, 161, 130, 0.45);
  color: #281940;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  animation: none;
}

.hero-download-btn:hover {
  transform: translateY(-2px);
  background: #f09070;
  box-shadow: 0 6px 28px rgba(250, 161, 130, 0.60);
  color: #281940;
  text-decoration: none;
}

.hero-download-btn:hover .download-btn-icon {
  animation: none;
  transform: translateY(3px);
}

@keyframes icon-bounce {
  0%, 100% { transform: translateY(0); }
  40%       { transform: translateY(4px); }
  60%       { transform: translateY(2px); }
}

.hero-other-devices {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.hero-other-devices:hover {
  opacity: 1;
  color: #fff;
}

/* ── RTL: start shifting earlier ── */
/* ── Phone mockup responsive scaling ── */
@media (max-width: 2400px) and (min-width: 901px) {
  .phone-png {
    height: 360px;
  }

  .hero-phone-secondary-img,
  .hero-phone-tertiary-img {
    height: 430px;
  }

  .phone-connect-bg {
    width: 500px !important;
    height: 580px !important;
  }

  .hero-phone-secondary {
    left: -173px;
    top: -55px;
    transform: scale(0.62);
    transform-origin: bottom center;
  }

  .hero-phone-tertiary {
    left: -243px;
    top: -55px;
    transform: scale(0.62);
    transform-origin: bottom center;
  }

  [dir="rtl"] .hero-phone-col {
    transform: translateX(-50px);
  }

  [dir="rtl"] .hero-phone-secondary {
    left: auto !important;
    right: -164px !important;
    top: -55px !important;
    transform: scale(0.60) !important;
    transform-origin: bottom center !important;
  }

  [dir="rtl"] .hero-phone-tertiary {
    left: auto !important;
    right: -229px !important;
    top: -55px !important;
    transform: scale(0.60) !important;
    transform-origin: bottom center !important;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hero-phone-col {
    transform: translateX(40px);
  }

  .phone-png {
    height: 340px;
  }

  .hero-phone-secondary-img,
  .hero-phone-tertiary-img {
    height: 400px;
  }

  .phone-connect-bg {
    width: 460px !important;
    height: 530px !important;
  }

  .hero-phone-secondary {
    left: -155px;
    top: -45px;
    transform: scale(0.60);
    transform-origin: bottom center;
  }

  .hero-phone-tertiary {
    left: -215px;
    top: -45px;
    transform: scale(0.60);
    transform-origin: bottom center;
  }

  [dir="rtl"] .hero-phone-secondary {
    left: auto !important;
    right: -155px !important;
    top: -45px !important;
    transform: scale(0.60) !important;
    transform-origin: bottom center !important;
  }

  [dir="rtl"] .hero-phone-tertiary {
    left: auto !important;
    right: -214px !important;
    top: -45px !important;
    transform: scale(0.60) !important;
    transform-origin: bottom center !important;
  }
}

/* ── cards stay 3-per-row across wider screens; hero padding/card sizing still eases ── */
@media (max-width: 2400px) and (min-width: 1051px) {
  .hero-way {
    min-height: 200px;
    padding: 18px 18px;
  }

  .hero-inner {
    padding: 0 32px 0 120px;
  }

  [dir="rtl"] .hero-inner {
    padding: 0 120px 0 32px;
  }
}

/* ── extra breathing room in the tight 1100–1500px band ── */
@media (max-width: 1500px) and (min-width: 1100px) {
  .hero-inner {
    padding: 0 48px 0 145px;
  }

  [dir="rtl"] .hero-inner {
    padding: 0 145px 0 48px;
  }
}

/* ── 2 cards per row (only once the screen actually narrows) ── */
@media (max-width: 1200px) and (min-width: 1051px) {
  .hero-ways {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 100%;
  }
}

/* ── 1 card per row ── */
@media (max-width: 1050px) and (min-width: 901px) {
  .hero-ways {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
  }

  .hero-way {
    min-height: unset;
    padding: 18px 18px;
  }

  .hero-inner {
    padding: 0 40px 0 100px;
  }

  [dir="rtl"] .hero-inner {
    padding: 0 80px 0 24px;
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: calc(100vh - var(--site-nav-height));
    min-height: calc(100dvh - var(--site-nav-height));
    padding-top: calc(var(--site-nav-height) - 45px);
    padding-bottom: 28px;
  }

  .hero-phones,
  .hero-phone-col {
    overflow: hidden;
  }

  /* Fix RTL mobile layout — revert row-reverse to column */
  [dir="rtl"] .hero-inner {
    flex-direction: column !important;
    gap: 24px !important;
  }

  [dir="rtl"] .hero-phone-col {
    display: none !important;
  }

  [dir="rtl"] .hero-content-col {
    width: 100% !important;
    direction: rtl;
  }

  [dir="rtl"] .hero-subtitle,
  [dir="rtl"] .hero-title-main,
  [dir="rtl"] .hero-para-main {
    text-align: center !important;
  }

  [dir="rtl"] .hero-ways {
    direction: rtl;
    width: 100% !important;
    max-width: 520px;
    margin: 0 auto;
    overflow: hidden;
  }

  [dir="rtl"] .hero-download {
    align-items: center !important;
    margin-top: 0.25rem !important;
    margin-bottom: 1.2rem !important;
  }

  [dir="rtl"] .hero-phone-mobile {
    margin-top: -1.2rem;
  }

  [dir="rtl"] .hero-phone-mobile .phone-mockup {
    z-index: 0;
  }

  [dir="rtl"] .hero-phone-mobile-secondary {
    z-index: 2;
  }

  [dir="rtl"] .hero-phone-mobile > .phone-connect-bg {
    width: 260px;
    height: 300px;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
  }

  .hero-title-main {
    font-size: 3rem;
    line-height: 1.05;
    margin-bottom: 1rem;
  }

  .hero-inner {
    flex-direction: column;
    padding: 0 20px;
    gap: 24px;
  }

  .hero-phone-col {
    display: none;
  }

  /* Mobile inline phone slot */
  .hero-phone-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0px;
    width: 100%;
    margin: 0.5rem 0;
    direction: ltr;
    position: relative;
  }

  .hero-phone-mobile > .phone-connect-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 360px;
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
  }

  .hero-phone-mobile .phone-png {
    height: 220px;
  }

  .hero-phone-mobile .phone-mockup {
    animation: none;
    position: relative;
    z-index: 1;
    margin-left: 40px;
  }

  .hero-phone-mobile-secondary {
    display: flex;
    align-items: flex-end;
    margin-left: -40px;
    transform: translateY(12px);
    position: relative;
    z-index: 2;
    position: relative;
    cursor: pointer;
  }

  .hero-phone-mobile-secondary::before {
    content: "";
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(217, 197, 250, 0.28) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
  }

  .hero-phone-mobile-secondary:hover::before {
    opacity: 1;
  }

  .hero-phone-mobile-secondary .hero-phone-secondary-img {
    height: 200px;
    width: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    position: relative;
    z-index: 1;
  }

  .hero-phone-mobile-secondary:hover .hero-phone-secondary-img {
    transform: translateY(-12px) scale(1.025);
    filter:
      drop-shadow(0 20px 40px rgba(0, 0, 0, 0.55))
      drop-shadow(0 0 40px rgba(217, 197, 250, 0.40))
      drop-shadow(0 0 70px rgba(95, 67, 141, 0.28));
  }

  .hero-phone-mobile-tertiary {
    display: flex;
    align-items: flex-end;
    margin-left: -55px;
    transform: translateY(12px);
    position: relative;
    z-index: 1;
    position: relative;
    cursor: pointer;
    opacity: 0.85;
  }

  .hero-phone-mobile-tertiary::before {
    content: "";
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(217, 197, 250, 0.28) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
  }

  .hero-phone-mobile-tertiary:hover::before {
    opacity: 1;
  }

  .hero-phone-mobile-tertiary .hero-phone-tertiary-img {
    height: 200px;
    width: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    position: relative;
    z-index: 1;
  }

  .hero-phone-mobile-tertiary:hover .hero-phone-tertiary-img {
    transform: translateY(-12px) scale(1.025);
    filter:
      drop-shadow(0 20px 40px rgba(0, 0, 0, 0.55))
      drop-shadow(0 0 40px rgba(217, 197, 250, 0.40))
      drop-shadow(0 0 70px rgba(95, 67, 141, 0.28));
  }

  .hero-content-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-subtitle {
    margin-top: 0;
  }

  .hero-subtitle,
  .hero-title-main,
  .hero-para-main {
    text-align: center !important;
  }

  [dir="rtl"] .hero-subtitle,
  [dir="rtl"] .hero-title-main,
  [dir="rtl"] .hero-para-main {
    text-align: center !important;
  }

  /* Hide desktop-centered button on mobile, show mobile-only button instead */
  .hero-download:not(.hero-download-mobile) {
    display: none;
  }

  .hero-download-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.75rem;
    text-align: center;
    order: 0;
  }

  .hero-ways {
    order: 1;
  }

  [dir="rtl"] .hero-download {
    align-items: center;
    order: 0;
  }

  .hero-ways {
    grid-template-columns: 1fr;
    max-width: 520px;
    width: 100%;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-way {
    padding: 32px 28px;
    min-height: 200px;
  }

  .hero-way-label {
    font-size: 12px;
  }

  .hero-way-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .hero-way-list {
    gap: 8px;
  }

  .hero-way-list li {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* Larger phones (481-767px) need a bit more breathing room than small phones */
@media (min-width: 481px) and (max-width: 767px) {
  .hero-section {
    padding-top: calc(var(--site-nav-height) - 15px);
  }

  .hero-subtitle {
    margin-top: 0.75rem;
  }
}

/* Tablets (iPad Mini/Air land here) need more breathing room than phones */
@media (min-width: 768px) and (max-width: 900px) {
  .hero-section {
    padding-top: calc(var(--site-nav-height) + 20px);
  }

  .hero-subtitle {
    margin-top: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-inner {
    padding: 0 16px;
  }

  .hero-title-main {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 11px;
    margin-top: 4.5rem;
  }

  .hero-ways {
    max-width: 92%;
  }

  .hero-way {
    padding: 30px 24px;
    min-height: 190px;
  }

  .hero-way-title {
    font-size: 21px;
  }

  .hero-way-list li {
    font-size: 15px;
  }

  .hero-para-row {
    max-width: 100%;
  }

  .hero-download-btn {
    height: 48px;
    padding: 0 32px;
    font-size: 15px;
  }
}

/* RTL overrides */
[dir="rtl"] .hero-section,
[dir="rtl"] .hero-inner,
[dir="rtl"] .hero-phones,
[dir="rtl"] .hero-download,
[dir="rtl"] .hero-pairing-pill,
[dir="rtl"] .hero-pairing-pill span,
[dir="rtl"] .hero-download-btn {
  direction: ltr;
}

/* Flip columns in RTL: phone on right, content on left — desktop only */
@media (min-width: 901px) {
  [dir="rtl"] .hero-inner {
    flex-direction: row-reverse;
    gap: 8px;
    padding: 0 170px 0 64px;
  }
}

@media (min-width: 901px) {
  [dir="rtl"] .hero-phone-col {
    flex: 0 0 355px;
    padding-top: 5rem;
    padding-left: 0px;
    justify-content: flex-end;
    margin-left: -100px;
  }
}

@media (min-width: 901px) {
  [dir="rtl"] .hero-content-col {
    direction: rtl;
  }
}

[dir="rtl"] .hero-subtitle,
[dir="rtl"] .hero-title-main,
[dir="rtl"] .hero-para-main {
  text-align: right;
}

[dir="rtl"] .hero-download {
  align-items: center;
  direction: ltr;
}

[dir="rtl"] .hero-way {
  width: 100%;
  justify-self: stretch;
  box-sizing: border-box;
  direction: rtl;
}


[dir="rtl"] .hero-way-label,
[dir="rtl"] .hero-way-title,
[dir="rtl"] .hero-way-list,
[dir="rtl"] .hero-way-list li {
  direction: rtl;
  text-align: right;
  width: 100%;
}

[dir="rtl"] .hero-way-list li {
  flex-direction: row;
  justify-content: flex-start;
}

[dir="rtl"] .hero-subtitle {
  text-align: right;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 13px;
}

[dir="rtl"] .hero-title-main {
  text-align: right;
}

[dir="rtl"] .hero-phones {
  justify-content: center;
}

[dir="rtl"] .hero-phone-secondary {
  left: auto;
  right: -215px;
  top: -70px;
  transform: scale(0.70);
  filter: blur(0.3px) drop-shadow(0 12px 32px rgba(20, 0, 50, 0.40));
  z-index: 2;
}

[dir="rtl"] .hero-phone-tertiary {
  left: auto;
  right: -312px;
  top: -70px;
  transform: scale(0.70);
  filter: blur(0.5px) drop-shadow(0 12px 32px rgba(20, 0, 50, 0.35));
  z-index: 1;
}

[dir="rtl"] .hero-phones > .phone-mockup {
  z-index: 0;
}

[dir="rtl"] .phone-connect-bg {
  transform: translate(-35%, -50%);
  width: 620px;
  height: 720px;
  animation-name: cn-rotate-rtl;
}

@keyframes cn-rotate-rtl {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

[dir="rtl"] .hero-ways {
  direction: rtl;
  width: 100%;
  gap: 32px;
}

[dir="rtl"] .hero-para-main {
  text-align: right;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.65;
}

[dir="rtl"] .hero-download {
  margin-top: 2.5rem;
}

.statement-section {
  background: #ffffff;
  width: 100%;
  padding: 80px 0;
  margin-bottom: 0;
}

.statement-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.statement-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  background: linear-gradient(115deg, #281940 10%, #5F438D 50%, #FAA182 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding-bottom: 6px;
  overflow: visible;
}

[dir="rtl"] .statement-title {
  line-height: 1.7;
  padding-bottom: 16px;
  letter-spacing: 0;
}

.statement-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(18px, 2.2vw, 20px);
  color: rgba(40, 25, 64, 0.65);
  margin-bottom: 48px;
  line-height: 1.5;
  font-weight: 400;
}

.statement-download-btn {
  direction: ltr;
  background: #FAA182;
  color: #281940;
  padding: 14px 40px;
  min-height: 54px;
  border-radius: 12px;
  border: none;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  box-shadow: 0 4px 20px rgba(250, 161, 130, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  margin-bottom: 16px;
}

.statement-download-btn:hover {
  transform: translateY(-2px);
  background: #f09070;
  box-shadow: 0 6px 28px rgba(250, 161, 130, 0.60);
  color: #281940;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.statement-download-btn:hover .download-btn-icon {
  transform: translateY(2px);
}

.statement-additional-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #6B7280;
  text-decoration: underline;
  margin: 0;
}

@media (max-width: 768px) {
  .statement-section {
    padding: 60px 0;
    margin-bottom: 40px;
  }
  
  .statement-container {
    padding: 0 16px;
  }
  
  .statement-download-btn {
    padding: 14px 28px;
    font-size: 16px;
  }
}

.hosted-android-wrap {
  min-height: 100vh;
  background: linear-gradient(180deg, #2D184E 0%, #61468C 50%, #A28EC2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.hosted-android-container {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.hosted-android-header {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
}

.hosted-android-title {
  font-family: Inter, sans-serif !important;
  font-size: 2.2rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  background: linear-gradient(90deg, #FFF 39.48%, #F09D89 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 400px !important;
  margin-bottom: 8px !important;
}

.hosted-android-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

.hosted-android-subtitle-highlight {
  color: #F09D89;
  font-weight: 700;
}

.hosted-android-subtitle-regular {
  color: rgba(255, 255, 255, 0.9);
}

.ltr-text {
  text-align: left;
}

.rtl-text {
  text-align: right;
}

/* desktop sizing */
@media (min-width: 768px) {
  .hosted-android-title {
    font-size: 2.8rem !important;
    max-width: 500px !important;
  }
  
  .hosted-android-subtitle {
    font-size: 1.1rem;
    max-width: 500px;
  }
}

.hosted-android-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0 60px 0;
  position: relative;
  z-index: 1;
}

.hosted-android-image {
  max-width: 260px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
}

.hosted-android-button-container {
  border-radius: 16.476px;
  background: #FFDEDA;
  box-shadow: 0 0 27.762px 0 #F09D89;
  display: flex;
  width: 384px;
  max-width: calc(100vw - 40px);
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  position: fixed;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(13vh, 130px);
}

/* responsive buttons */
@media (max-width: 768px) {
  .hosted-android-button-container {
    width: 350px;
    padding: 18px;
    bottom: max(11vh, 110px);
  }
}

@media (max-width: 480px) {
  .hosted-android-button-container {
    width: 320px;
    padding: 16px;
    bottom: max(9vh, 90px);
  }
}

@media (max-width: 400px) {
  .hosted-android-button-container {
    width: 300px;
    padding: 14px;
    bottom: max(8vh, 80px);
  }
}

@media (min-width: 1200px) {
  .hosted-android-button-container {
    bottom: max(15vh, 150px);
    width: 400px;
  }
}

@media (min-height: 900px) {
  .hosted-android-image-container {
    margin: 20px 0 -40px 0;
  }
}

.hosted-android-button {
  display: flex;
  width: 337px;
  max-width: 100%;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #000;
  color: #FFF;
  border: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hosted-android-button:hover {
  background-color: #1a1a1a;
  transform: translateY(-1px);
}

.hosted-android-button:active {
  transform: translateY(0);
}

.hosted-android-powered {
  color: #666;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

/* rtl android page */
.hosted-android-wrap.rtl {
  direction: rtl;
}

.hosted-android-wrap.rtl .hosted-android-title,
.hosted-android-wrap.rtl .hosted-android-subtitle,
.hosted-android-wrap.rtl .hosted-android-header,
.hosted-android-wrap.rtl .hosted-android-powered {
  text-align: center;
}

/* desktop responsive */
@media (min-width: 768px) {
  .hosted-android-wrap {
    padding: 60px 40px;
  }
  
  .hosted-android-container {
    max-width: 450px;
    gap: 20px;
  }
  
  .hosted-android-title {
    font-size: 2.5rem !important;
    margin-bottom: 12px !important;
  }
  
  .hosted-android-subtitle {
    font-size: 1.1rem;
    max-width: 380px;
    margin-bottom: 25px;
  }
  
  .hosted-android-image {
    max-width: 300px;
  }
  
  .hosted-android-button {
    padding: 16px 48px;
    font-size: 18px;
    min-width: 200px;
  }
  
  .hosted-android-header {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (min-width: 1024px) {
  .hosted-android-container {
    max-width: 500px;
  }
  
  .hosted-android-image {
    max-width: 320px;
  }
}

/* conduit web app (/conduitwebapp) — hosted conduit web */
.conduit-web-app-wrap {
  min-height: calc(100vh - 60px);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 43.07%, #9173C1 104.8%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.conduit-web-app-inner {
  width: 100%;
  max-width: 1110px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.conduit-web-app-content {
  flex: 1 1 0;
  min-width: 0;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.conduit-web-app-pill {
  align-items: center;
  justify-content: center;
  background: #F2E9FF;
  color: #5F438D;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  padding: 4px 22px;
  border-radius: 28px;
}

/* desktop: pill on its own line above the title */
.conduit-web-app-pill--top {
  display: inline-flex;
  margin-bottom: 16px;
}

/* inline pill (beside title) hidden on desktop */
.conduit-web-app-pill--inline {
  display: none;
}

.conduit-web-app-title {
  display: block;
  max-width: 100%;
  margin: 0 0 8px 0;
}

.conduit-web-app-title-text {
  font-family: Inter, sans-serif;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: clamp(2.6rem, 6vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -0.005em;
  background: linear-gradient(90deg, #6841A6 50.96%, #281940 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.conduit-web-app-works {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 3.5vw, 2.3rem);
  line-height: 1.06;
  letter-spacing: -0.005em;
  background: linear-gradient(90deg, #6841A6 50.96%, #281940 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 22px 0;
}

.conduit-web-app-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.35;
  color: #24133F;
  margin: 0 0 12px 0;
  max-width: 340px;
}

.conduit-web-app-subtitle-bold {
  font-weight: 600;
}

.conduit-web-app-subtitle-strong {
  font-weight: 600;
  margin-bottom: 26px;
}

.conduit-web-app-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: none;
  border-radius: 52px;
  background: #000;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 1.235rem;
  font-weight: 700;
  cursor: pointer;
  filter: drop-shadow(0 0 12px #F2E9FF);
  transition: transform 0.2s ease, background-color 0.2s ease;
  margin-bottom: 18px;
}

.conduit-web-app-button:hover {
  background-color: #1a1a1a;
  transform: translateY(-1px);
}

.conduit-web-app-button:active {
  transform: translateY(0);
}

.conduit-web-app-powered {
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.conduit-web-app-powered strong {
  font-weight: 700;
}

.conduit-web-app-image-container {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* white fade + floating cta are mobile-only */
.conduit-web-app-fade,
.conduit-web-app-cta-float {
  display: none;
}

.conduit-web-app-image {
  width: 100%;
  max-width: 300px;
  height: auto;
}

/* rtl */
.conduit-web-app-wrap.rtl {
  direction: rtl;
}

.conduit-web-app-wrap.rtl .conduit-web-app-content {
  align-items: flex-start;
  text-align: right;
}

/* mobile: single-viewport hero so the cta stays above the fold */
@media (max-width: 860px) {
  .conduit-web-app-wrap {
    /* lock hero to one viewport (minus 60px navbar) */
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    min-height: 0;
    padding: 20px 20px 0;
    align-items: stretch;
    overflow: hidden;
  }

  .conduit-web-app-inner {
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
  }

  /* mobile content: text stays left-aligned (right-aligned in RTL) but the
     whole block is inset from the LEADING edge so it sits closer to the
     trailing side — i.e. shifted right in LTR, shifted left in RTL — matching
     the Figma mockup's inset copy. padding-inline-start is direction-aware. */
  .conduit-web-app-content {
    position: relative;
    flex: 0 0 auto;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-inline-start: 28px;
  }

  .conduit-web-app-wrap.rtl .conduit-web-app-content {
    align-items: flex-start;
    text-align: right;
    padding-inline-start: 28px;
  }

  .conduit-web-app-subtitle {
    max-width: 100%;
  }

  /* NEW pill stays a standalone chip above the title on mobile too —
     keep --top visible, --inline unused. This keeps the translated title
     intact (no word-splitting) and reads correctly in LTR and RTL. */
  .conduit-web-app-pill--top {
    display: inline-flex;
    margin-bottom: 12px;
  }

  .conduit-web-app-title {
    display: block;
    position: relative;
    text-align: start;
    max-width: 8.5em;
    padding-inline-end: 4px;
  }

  .conduit-web-app-title-text {
    display: inline;
  }

  /* hide desktop cta + powered-by */
  .conduit-web-app-button--desktop,
  .conduit-web-app-powered--desktop {
    display: none;
  }

  /* phone fills remaining vertical space below the text and bleeds off the
     bottom of the screen (clipped by the wrap's overflow:hidden). */
  .conduit-web-app-image-container {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* NOTE: no overflow:hidden here — it would clip the full-bleed white fade
       below. The phone's downward bottom-bleed is clipped by the wrap's
       overflow:hidden instead. */
  }

  /* match the Figma mockup: phone is large, pinned to the TOP of its area so
     it grows DOWNWARD off the bottom edge (never upward into the text).
     Width-capped so it never spills sideways. */
  .conduit-web-app-image {
    width: min(86vw, 320px);
    max-width: 320px;
    max-height: none;
    height: auto;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
  }

  /* white fade at the bottom of the phone */
  .conduit-web-app-fade {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    height: 42%;
    max-height: 230px;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 42%,
      #ffffff 72%
    );
    z-index: 2;
  }

  /* cta group floats over the fade, lifted well clear of the bottom edge so it
     stays above the fold / mobile browser chrome on any viewport (matches the
     Figma mockup where the button sits above the bottom with margin). */
  .conduit-web-app-cta-float {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 50%;
    bottom: max(72px, 13dvh);
    transform: translateX(-50%);
    width: 100%;
    max-width: 340px;
    z-index: 3;
  }

  .conduit-web-app-cta-float .conduit-web-app-button {
    width: 100%;
    max-width: 320px;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .conduit-web-app-cta-float .conduit-web-app-powered {
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .conduit-web-app-title-text {
    font-size: clamp(2rem, 8.5vw, 2.35rem);
  }

  .conduit-web-app-works {
    font-size: clamp(1.3rem, 6vw, 1.7rem);
  }

  .conduit-web-app-subtitle {
    font-size: 1.0625rem;
  }

  .conduit-web-app-button {
    font-size: 1.125rem;
    padding: 16px 24px;
    max-width: 100%;
  }
}

/* short viewports: tighten text so phone + cta still fit */
@media (max-width: 860px) and (max-height: 720px) {
  .conduit-web-app-title-text {
    font-size: clamp(1.7rem, 7.5vw, 2.1rem);
  }

  .conduit-web-app-works {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
  }

  .conduit-web-app-subtitle {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .conduit-web-app-subtitle-strong {
    margin-bottom: 8px;
  }

  .conduit-web-app-works {
    margin-bottom: 10px;
  }
}
