/* ═══════════════════════════════════════════════════════════════════════════
   COMMERCIAL LANDING CLUSTER (Device Locking / EMI Collection / Android Financing)
   Namespaced .lcl-*  — reuses .dfrm-* shared heads/buttons and .lp-cmp comparison.
═══════════════════════════════════════════════════════════════════════════ */

.lcl-section { padding: 96px 0; }
.lcl-bg-white { background: #FFFFFF; }
.lcl-bg-soft { background: var(--dfrm-bg-soft, #F8FAFC); }
.lcl-bg-dark {
  background:
    radial-gradient(900px 460px at 88% 0%, rgba(124,58,237,0.30) 0%, transparent 60%),
    linear-gradient(165deg, #14122E 0%, #1B1840 55%, #221C5A 100%);
}
.lcl-accent {
  background: linear-gradient(90deg, #4338CA, #7C3AED);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
@media (max-width: 640px) { .lcl-section { padding: 64px 0; } }

/* ── HERO ── */
.lcl-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(124,58,237,0.12) 0%, transparent 60%),
    radial-gradient(900px 500px at 0% 0%, rgba(67,56,202,0.10) 0%, transparent 55%),
    linear-gradient(180deg, #F7F8FE 0%, #FFFFFF 72%);
  padding: 92px 0 84px;
}
.lcl-hero__inner { max-width: 920px; margin: 0 auto; text-align: center; }
.lcl-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.8); border: 1px solid #C7D2FE; backdrop-filter: blur(8px);
  color: #4338CA; font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 100px; margin-bottom: 24px;
}
.lcl-hero__eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 0 4px rgba(34,197,94,0.18); }
.lcl-hero__title {
  font-size: clamp(40px, 4.8vw, 60px); font-weight: 800; line-height: 1.05;
  color: #0B0F1A; letter-spacing: -0.035em; margin-bottom: 20px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
}
.lcl-hero__lead { font-size: 18px; line-height: 1.7; color: #475569; max-width: 720px; margin: 0 auto 32px; }
.lcl-hero__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 34px; }
.lcl-hero__badges { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.lcl-hero__badge { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #1E293B; }
.lcl-hero__badge svg { width: 16px; height: 16px; color: #16A34A; }

/* ── VERTICAL FLOW ── */
.lcl-vflow { max-width: 600px; margin: 0 auto; position: relative; }
.lcl-vflow__step { display: flex; gap: 20px; padding-bottom: 20px; position: relative; }
.lcl-vflow__step:last-child { padding-bottom: 0; }
.lcl-vflow__step::before {
  content: ''; position: absolute; left: 23px; top: 48px; bottom: -2px; width: 2px;
  background: linear-gradient(180deg, #C7D2FE, #DDD6FE);
}
.lcl-vflow__step:last-child::before { display: none; }
.lcl-vflow__marker {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; position: relative; z-index: 1;
  font-size: 14px; font-weight: 800; color: white;
  background: linear-gradient(135deg, #4338CA, #7C3AED);
}
.lcl-vflow__body {
  flex: 1; background: white; border: 1.5px solid var(--dfrm-border, #E2E8F0); border-radius: 14px;
  padding: 16px 20px; transition: all 0.2s ease;
}
.lcl-vflow__step:hover .lcl-vflow__body { border-color: #C7D2FE; box-shadow: 0 12px 30px rgba(67,56,202,0.10); }
.lcl-vflow__title { font-size: 16px; font-weight: 800; color: #0B1020; }
.lcl-vflow__sub { font-size: 13.5px; color: #64748B; margin-top: 3px; }
/* fail tone (problem flow) */
.lcl-vflow__step.is-fail .lcl-vflow__marker { background: linear-gradient(135deg, #EF4444, #DC2626); }
.lcl-vflow__step.is-fail::before { background: linear-gradient(180deg, #FECACA, #FCA5A5); }
/* highlighted step */
.lcl-vflow__step.is-highlight .lcl-vflow__body { border-color: #4338CA; box-shadow: 0 14px 36px rgba(67,56,202,0.16); }
.lcl-vflow__step.is-highlight .lcl-vflow__title { color: #4338CA; }

/* ── HORIZONTAL WORKFLOW ── */
.lcl-wf__rail { display: flex; align-items: stretch; overflow-x: auto; padding: 18px 0 10px; }
.lcl-wf__item { display: flex; align-items: center; flex: 1; min-width: 150px; }
.lcl-wf__node {
  position: relative; flex: 1; background: white; border: 1.5px solid var(--dfrm-border, #E2E8F0);
  border-radius: 16px; padding: 22px 14px 18px; text-align: center; transition: all 0.25s ease;
}
.lcl-wf__node:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,0.10); }
.lcl-wf__node.is-highlight { border-color: #4338CA; box-shadow: 0 16px 44px rgba(67,56,202,0.18); }
.lcl-wf__tag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: #4338CA; color: white; font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 11px; border-radius: 100px;
}
.lcl-wf__num { display: block; font-size: 11px; font-weight: 800; color: #CBD2E0; margin-bottom: 8px; }
.lcl-wf__icon { width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.lcl-wf__icon svg { width: 21px; height: 21px; }
.lcl-wf__title { font-size: 14px; font-weight: 800; color: #0B1020; margin-bottom: 3px; }
.lcl-wf__sub { font-size: 12px; color: #64748B; }
.lcl-wf__down { flex: 0 0 28px; text-align: center; color: #C7D2FE; font-size: 20px; font-weight: 700; transform: rotate(-90deg); }
/* tones */
.tone-red .lcl-wf__icon { background: #FEE2E2; color: #DC2626; }
.tone-amber .lcl-wf__icon { background: #FEF3C7; color: #D97706; }
.tone-green .lcl-wf__icon { background: #DCFCE7; color: #16A34A; }
.tone-violet .lcl-wf__icon { background: #EDE9FE; color: #7C3AED; }
.tone-indigo .lcl-wf__icon { background: #E0E7FF; color: #4338CA; }
.tone-blue .lcl-wf__icon { background: #DBEAFE; color: #2563EB; }
@media (max-width: 1024px) {
  .lcl-wf__rail { flex-direction: column; }
  .lcl-wf__item { flex-direction: column; width: 100%; }
  .lcl-wf__node { width: 100%; }
  .lcl-wf__down { transform: none; flex: 0 0 24px; padding: 6px 0; }
}

/* ── CARD GRID ── */
.lcl-cards { display: grid; gap: 20px; }
.lcl-cards.cols-2 { grid-template-columns: repeat(2, 1fr); }
.lcl-cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.lcl-cards.cols-4 { grid-template-columns: repeat(4, 1fr); }
.lcl-card {
  background: white; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 16px;
  padding: 24px 22px; transition: all 0.25s ease;
}
.lcl-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(15,23,42,0.09); border-color: #DDD6FE; }
.lcl-card__icon {
  width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #EEF2FF, #F5F3FF); color: #4338CA; margin-bottom: 16px;
}
.lcl-card__icon svg { width: 22px; height: 22px; }
.lcl-card__title { font-size: 18px; font-weight: 700; color: #0B0F1A; margin-bottom: 7px; letter-spacing: -0.01em; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.lcl-card__desc { font-size: 14px; line-height: 1.6; color: #475569; }
/* check variant (benefits) */
.lcl-card.is-check { display: flex; align-items: center; gap: 14px; padding: 22px 22px; }
.lcl-card.is-check .lcl-card__icon { margin-bottom: 0; width: 38px; height: 38px; background: #DCFCE7; color: #16A34A; flex-shrink: 0; }
.lcl-card.is-check .lcl-card__icon svg { width: 18px; height: 18px; }
.lcl-card.is-check .lcl-card__title { margin-bottom: 0; }
@media (max-width: 1024px) { .lcl-cards.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .lcl-cards.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .lcl-cards { grid-template-columns: 1fr !important; } }

/* ── STATS ── */
.lcl-stats { display: grid; gap: 20px; }
.lcl-stats.cols-2 { grid-template-columns: repeat(2, 1fr); }
.lcl-stats.cols-3 { grid-template-columns: repeat(3, 1fr); }
.lcl-stats.cols-4 { grid-template-columns: repeat(4, 1fr); }
.lcl-stat {
  background: white; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 18px;
  padding: 30px 26px; text-align: center;
}
.lcl-stat.is-dark { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); backdrop-filter: blur(6px); }
.lcl-stat__value {
  font-size: 42px; font-weight: 800; line-height: 1; color: #4338CA;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; letter-spacing: -0.02em;
}
.lcl-stat.is-dark .lcl-stat__value { color: #fff; }
.lcl-stat__arrow { font-size: 30px; font-weight: 800; }
.lcl-stat__arrow.up { color: #22C55E; }
.lcl-stat__arrow.down { color: #34D399; }
.lcl-stat__label { font-size: 14.5px; font-weight: 600; color: #475569; margin-top: 12px; }
.lcl-stat.is-dark .lcl-stat__label { color: rgba(255,255,255,0.78); }
.lcl-stat__sub { font-size: 12.5px; color: #94A3B8; margin-top: 4px; }
@media (max-width: 900px) { .lcl-stats.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lcl-stats { grid-template-columns: 1fr !important; } }

/* ── DASHBOARD ── */
.lcl-dash {
  max-width: 980px; margin: 0 auto; background: white;
  border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 20px; overflow: hidden;
  box-shadow: 0 24px 70px rgba(15,23,42,0.10);
}
.lcl-dash__bar { display: flex; align-items: center; gap: 7px; padding: 14px 20px; border-bottom: 1px solid #F1F5F9; background: #FCFCFF; }
.lcl-dash__dot { width: 10px; height: 10px; border-radius: 50%; background: #E2E8F0; }
.lcl-dash__dot:nth-child(1) { background: #FCA5A5; }
.lcl-dash__dot:nth-child(2) { background: #FCD34D; }
.lcl-dash__dot:nth-child(3) { background: #86EFAC; }
.lcl-dash__bar-title { margin-left: 10px; font-size: 13px; font-weight: 700; color: #475569; }
.lcl-dash__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.lcl-dash__metric { padding: 26px 24px; border-right: 1px solid #F1F5F9; border-bottom: 1px solid #F1F5F9; }
.lcl-dash__metric:nth-child(3n) { border-right: none; }
.lcl-dash__metric:nth-last-child(-n+3) { border-bottom: none; }
.lcl-dash__metric-label { font-size: 12.5px; font-weight: 600; color: #94A3B8; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.lcl-dash__metric-value { font-size: 26px; font-weight: 800; color: #0B1020; line-height: 1; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.lcl-dash__metric-trend { font-size: 12px; font-weight: 600; margin-top: 8px; }
.lcl-dash__metric-trend.up { color: #16A34A; }
.lcl-dash__metric-trend.down { color: #16A34A; }
@media (max-width: 760px) { .lcl-dash__grid { grid-template-columns: repeat(2, 1fr); } .lcl-dash__metric:nth-child(3n) { border-right: 1px solid #F1F5F9; } .lcl-dash__metric:nth-child(2n) { border-right: none; } }
@media (max-width: 460px) { .lcl-dash__grid { grid-template-columns: 1fr; } .lcl-dash__metric { border-right: none !important; } }

/* ── EDUCATIONAL ── */
.lcl-edu { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: start; }
.lcl-edu__left .dfrm-section-title { margin-bottom: 0; }
.lcl-edu__body p { font-size: 16.5px; line-height: 1.75; color: #475569; margin-bottom: 16px; }
.lcl-edu__body p:last-child { margin-bottom: 0; }
.lcl-edu__highlights { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.lcl-edu__hl { display: flex; align-items: center; gap: 9px; background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 100px; padding: 9px 16px; font-size: 13.5px; font-weight: 600; color: #1E293B; }
.lcl-edu__hl-icon { display: inline-flex; color: #4338CA; }
.lcl-edu__hl-icon svg { width: 15px; height: 15px; }
@media (max-width: 860px) { .lcl-edu { grid-template-columns: 1fr; gap: 22px; } }

/* ── INDUSTRIES / CHIPS ── */
.lcl-ind { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.lcl-ind__item {
  display: flex; align-items: center; gap: 12px;
  background: white; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 14px;
  padding: 16px 24px; transition: all 0.22s ease;
}
.lcl-ind__item:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(15,23,42,0.09); border-color: #DDD6FE; }
.lcl-ind__icon { width: 40px; height: 40px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #EEF2FF, #F5F3FF); color: #4338CA; flex-shrink: 0; }
.lcl-ind__icon svg { width: 20px; height: 20px; }
.lcl-ind__name { font-size: 15px; font-weight: 700; color: #0B1020; }
/* On mobile, stack the pills in a single centered column where every card is
   the same width — the container shrink-wraps to the widest card and each card
   fills it. max-width:100% caps it so nothing overflows on narrow phones. */
@media (max-width: 760px) {
  .lcl-ind {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }
  .lcl-ind__item { justify-content: flex-start; padding: 16px 18px; }
}

/* ── RELATED SOLUTIONS ── */
.lcl-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lcl-related__card {
  display: block; background: white; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 18px;
  padding: 28px 26px; text-decoration: none !important; transition: all 0.25s ease;
}
.lcl-related__card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(67,56,202,0.12); border-color: #C7D2FE; }
.lcl-related__icon { width: 50px; height: 50px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #4338CA, #7C3AED); color: white; margin-bottom: 18px; }
.lcl-related__icon svg { width: 23px; height: 23px; }
.lcl-related__title { font-size: 18px; font-weight: 800; color: #0B1020; margin-bottom: 7px; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.lcl-related__desc { font-size: 14px; line-height: 1.6; color: #64748B; margin-bottom: 16px; }
.lcl-related__link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #4338CA; }
@media (max-width: 900px) { .lcl-related { grid-template-columns: 1fr; } }

/* ── FAQ ── */
.lcl-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.lcl-faq__item { background: white; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 14px; overflow: hidden; transition: border-color 0.2s ease; }
.lcl-faq__item.is-open { border-color: #C7D2FE; box-shadow: 0 12px 30px rgba(67,56,202,0.08); }
.lcl-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; cursor: pointer; text-align: left;
  padding: 20px 24px; font-size: 16px; font-weight: 700; color: #0B1020; font-family: inherit;
}
.lcl-faq__toggle { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; background: #EEF2FF; color: #4338CA; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.lcl-faq__a-wrap { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.lcl-faq__item.is-open .lcl-faq__a-wrap { max-height: 320px; }
.lcl-faq__a { padding: 0 24px 22px; font-size: 14.5px; line-height: 1.7; color: #64748B; margin: 0; }

/* ═══════════════════════════════════════════════════════════════════════════
   ANDROID FINANCING HERO  (split copy + financing visual)
═══════════════════════════════════════════════════════════════════════════ */
.afh {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 88% -10%, rgba(124,58,237,0.12) 0%, transparent 60%),
    radial-gradient(900px 500px at 0% 0%, rgba(67,56,202,0.10) 0%, transparent 55%),
    linear-gradient(180deg, #F7F8FE 0%, #FFFFFF 75%);
  padding: 84px 0 80px;
}
.afh__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
@media (max-width: 980px) { .afh__grid { grid-template-columns: 1fr; gap: 56px; } }

/* Left copy */
.afh__eyebrow { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.8); border: 1px solid #C7D2FE; backdrop-filter: blur(8px); color: #4338CA; font-size: 13px; font-weight: 600; padding: 7px 16px; border-radius: 100px; margin-bottom: 24px; }
.afh__eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: #22C55E; box-shadow: 0 0 0 4px rgba(34,197,94,0.18); }
.afh__title { font-size: clamp(36px, 4.2vw, 54px); font-weight: 800; line-height: 1.06; color: #0B0F1A; letter-spacing: -0.035em; margin-bottom: 20px; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.afh__lead { font-size: 18px; line-height: 1.7; color: #475569; max-width: 520px; margin-bottom: 30px; }
.afh__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.afh__badges { display: flex; flex-wrap: wrap; gap: 20px; }
.afh__badge { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #1E293B; }
.afh__badge svg { width: 16px; height: 16px; color: #16A34A; }

/* Right visual */
.afh__visual { position: relative; }
.afh__card {
  position: relative; z-index: 2;
  background: #fff; border: 1px solid #ECECF5; border-radius: 22px;
  box-shadow: 0 30px 80px rgba(15,23,42,0.14);
  padding: 22px; max-width: 440px; margin: 0 auto;
}
.afh__card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #F1F2F8; margin-bottom: 16px; }
.afh__device { display: flex; align-items: center; gap: 12px; }
.afh__device-icon { width: 42px; height: 42px; border-radius: 11px; background: linear-gradient(135deg, #1E1B6B, #4338CA); color: #fff; display: flex; align-items: center; justify-content: center; }
.afh__device-icon svg { width: 20px; height: 20px; }
.afh__device-name { font-size: 15px; font-weight: 800; color: #0B0F1A; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.afh__device-loan { font-size: 12px; color: #94A3B8; margin-top: 2px; }
.afh__status { font-size: 11px; font-weight: 700; color: #16A34A; background: #DCFCE7; border-radius: 100px; padding: 5px 12px; }

.afh__loan { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.afh__loan-item { background: #F7F8FD; border: 1px solid #EEF0F6; border-radius: 12px; padding: 12px 14px; }
.afh__loan-item span { display: block; font-size: 11px; color: #94A3B8; font-weight: 500; margin-bottom: 4px; }
.afh__loan-item strong { font-size: 17px; font-weight: 800; color: #0B0F1A; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; letter-spacing: -0.01em; }

.afh__sched-title { font-size: 12px; font-weight: 700; color: #64748B; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.afh__sched { display: flex; flex-direction: column; gap: 2px; margin-bottom: 20px; }
.afh__sched-row { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid #F4F5F9; }
.afh__sched-row:last-child { border-bottom: none; }
.afh__sched-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.afh__sched-dot.paid { background: #22C55E; }
.afh__sched-dot.due { background: #F59E0B; }
.afh__sched-dot.next { background: #CBD5E1; }
.afh__sched-month { font-size: 13px; font-weight: 600; color: #334155; }
.afh__sched-amount { font-size: 13px; font-weight: 700; color: #0B0F1A; }
.afh__sched-status { font-size: 10.5px; font-weight: 700; padding: 3px 9px; border-radius: 100px; }
.afh__sched-status.paid { color: #16A34A; background: #DCFCE7; }
.afh__sched-status.due { color: #D97706; background: #FEF3C7; }
.afh__sched-status.next { color: #64748B; background: #F1F5F9; }

.afh__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; background: linear-gradient(135deg, #1E1B6B 0%, #3730A3 100%); border-radius: 14px; padding: 16px; }
.afh__metric { text-align: center; }
.afh__metric-val { font-size: 17px; font-weight: 800; color: #fff; line-height: 1; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; letter-spacing: -0.01em; }
.afh__metric-label { font-size: 10px; color: rgba(255,255,255,0.7); margin-top: 5px; }

/* Floating badges */
.afh__float {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid #EEF0F6; border-radius: 13px;
  padding: 9px 13px 9px 10px; box-shadow: 0 16px 38px rgba(15,23,42,0.16);
  animation: afh-float 4.5s ease-in-out infinite;
}
.afh__float-icon { width: 32px; height: 32px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.afh__float-icon svg { width: 16px; height: 16px; }
.afh__float-title { font-size: 12.5px; font-weight: 800; color: #0B0F1A; line-height: 1.15; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.afh__float-sub { font-size: 10.5px; color: #64748B; margin-top: 2px; }
.afh__float--approved { top: 8px; left: -18px; }
.afh__float--approved .afh__float-icon { background: #DCFCE7; color: #16A34A; }
.afh__float--collect { bottom: 22px; right: -16px; animation-delay: 1.6s; }
.afh__float--collect .afh__float-icon { background: #EEF2FF; color: #4338CA; }
@keyframes afh-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .afh__float { animation: none; } }
@media (max-width: 1180px) { .afh__float--approved { left: -4px; } .afh__float--collect { right: -2px; } }
@media (max-width: 480px) { .afh__float { display: none; } .afh { padding: 64px 0; } }

/* ═══════════════════════════════════════════════════════════════════════════
   DEVICE LOCKING HERO  (premium dark fintech — phone + glass metric cards)
═══════════════════════════════════════════════════════════════════════════ */
.dlh {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0F172A 0%, #1E1B4B 40%, #312E81 100%);
  padding: 124px 0 136px;
}
/* subtle grid pattern, faded toward edges */
.dlh__grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 50% 36%, #000 0%, transparent 72%);
  mask-image: radial-gradient(circle at 50% 36%, #000 0%, transparent 72%);
}
/* soft radial glows */
.dlh::before {
  content: ''; position: absolute; top: -160px; left: 50%; transform: translateX(-50%);
  width: 1000px; height: 760px; pointer-events: none;
  background: radial-gradient(circle, rgba(124,58,237,0.30) 0%, transparent 60%);
}
.dlh::after {
  content: ''; position: absolute; bottom: -200px; right: -120px;
  width: 620px; height: 620px; pointer-events: none;
  background: radial-gradient(circle, rgba(56,189,248,0.14) 0%, transparent 65%);
}

.dlh__inner {
  position: relative; z-index: 2; text-align: center; max-width: 880px; margin: 0 auto;
  animation: dlh-fade 0.8s ease both;
}
@keyframes dlh-fade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.dlh__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  color: #C7D2FE; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 100px; margin-bottom: 26px; backdrop-filter: blur(10px);
}
.dlh__badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #34D399; box-shadow: 0 0 0 4px rgba(52,211,153,0.18); }
.dlh__title { font-size: clamp(34px, 4.6vw, 58px); font-weight: 800; line-height: 1.07; color: #fff; letter-spacing: -0.035em; margin-bottom: 20px; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.dlh__sub { font-size: 18px; line-height: 1.7; color: rgba(255,255,255,0.72); max-width: 560px; margin: 0 auto 36px; }
.dlh__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.dlh__trust { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }
.dlh__trust-item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.82); }
.dlh__trust-item svg { width: 16px; height: 16px; color: #34D399; }

/* Stage */
.dlh__stage { position: relative; height: 470px; margin-top: 80px; }
.dlh__glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 540px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,0.35) 0%, transparent 70%);
  animation: dlh-pulse 4s ease-in-out infinite; pointer-events: none;
}
@keyframes dlh-pulse { 0%, 100% { opacity: 0.6; transform: translate(-50%,-50%) scale(0.9); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.1); } }

/* Floating lock-screen card — centerpiece (no phone frame) */
.dlh__lockcard {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3;
  width: 432px; background: #fff; border-radius: 22px; padding: 26px 28px;
  box-shadow: 0 50px 110px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06);
}
.dlh__lockcard-head { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid #EEF0F6; margin-bottom: 18px; }
.dlh__lockcard-icon {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 13px; color: #fff;
  background: linear-gradient(135deg, #F43F5E, #E11D48);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(225,29,72,0.35);
}
.dlh__lockcard-icon svg { width: 23px; height: 23px; }
.dlh__lockcard-headtext { flex: 1; min-width: 0; }
.dlh__lockcard-title { font-size: 20px; font-weight: 800; color: #0B0F1A; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; letter-spacing: -0.01em; }
.dlh__lockcard-device { font-size: 13.5px; color: #5A6473; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dlh__lockcard-flag { font-size: 12px; font-weight: 700; color: #E11D48; background: #FFE4E6; border-radius: 100px; padding: 6px 13px; flex-shrink: 0; }

.dlh__lockcard-rows { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.dlh__lockcard-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dlh__lockcard-row-label { font-size: 15.5px; color: #475569; font-weight: 500; }
.dlh__lockcard-row-status { font-size: 15.5px; font-weight: 700; color: #E11D48; }
.dlh__lockcard-row-amount { font-size: 27px; font-weight: 800; color: #0B0F1A; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; letter-spacing: -0.01em; }

.dlh__lockcard-btn {
  background: linear-gradient(135deg, #4338CA, #6366F1); color: #fff; text-align: center;
  border-radius: 13px; padding: 16px; font-size: 16px; font-weight: 700;
  box-shadow: 0 12px 28px rgba(67,56,202,0.4);
}

/* Glass metric cards — sit BEHIND the lock card and peek from its corners */
.dlh__card {
  position: absolute; z-index: 2; width: 196px; text-align: left;
  background: rgba(255,255,255,0.13); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.22); border-radius: 18px;
  padding: 17px 19px; box-shadow: 0 18px 44px rgba(0,0,0,0.3);
  animation: dlh-cardfloat 5s ease-in-out infinite;
}
.dlh__card-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.dlh__card-icon svg { width: 17px; height: 17px; }
.dlh__card-icon.red { background: rgba(244,63,94,0.22); color: #FDA4AF; }
.dlh__card-icon.violet { background: rgba(139,92,246,0.22); color: #C4B5FD; }
.dlh__card-icon.green { background: rgba(52,211,153,0.22); color: #6EE7B7; }
.dlh__card-icon.blue { background: rgba(56,189,248,0.22); color: #7DD3FC; }
.dlh__card-label { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 6px; }
.dlh__card-value { font-size: 28px; font-weight: 800; color: #fff; line-height: 1; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; letter-spacing: -0.02em; }

/* Corner layout — cards tuck behind the lock card's four corners */
.dlh__card--tl { top: 24px; left: 4%; animation-delay: 0.6s; }      /* Devices Locked — top-left */
.dlh__card--tr { top: 24px; right: 4%; animation-delay: 0s; }       /* Recovery Rate — top-right */
.dlh__card--bl { bottom: 24px; left: 4%; animation-delay: 0.9s; }   /* Payments Received — bottom-left */
.dlh__card--br { bottom: 24px; right: 4%; animation-delay: 1.6s; }  /* Collection Efficiency — bottom-right */
@keyframes dlh-cardfloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (prefers-reduced-motion: reduce) {
  .dlh__inner, .dlh__glow, .dlh__card { animation: none; }
}
@media (max-width: 1000px) { .dlh__card { width: 168px; } .dlh__card--tl { left: 4%; } .dlh__card--br { right: 4%; } }
@media (max-width: 860px) {
  .dlh__stage { height: auto; display: flex; flex-direction: column; align-items: center; gap: 16px; }
  .dlh__lockcard { position: relative; left: auto; top: auto; transform: none; order: -1; width: 100%; max-width: 372px; margin-bottom: 8px; }
  .dlh__glow { display: none; }
  .dlh__card { position: relative; inset: auto; width: 100%; max-width: 320px; animation: none; display: flex; align-items: center; gap: 12px; text-align: left; }
  .dlh__card-icon { margin-bottom: 0; flex-shrink: 0; }
  .dlh__card-label { margin-bottom: 1px; }
}
@media (max-width: 560px) { .dlh { padding: 72px 0 80px; } .dlh__stage { margin-top: 64px; } }

/* ═══════════════════════════════════════════════════════════════════════════
   ABOUT PAGE HERO  (.abh)
═══════════════════════════════════════════════════════════════════════════ */
.abh {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0F172A 0%, #1E1B4B 40%, #312E81 100%);
  padding: 120px 0 96px;
}
.abh__grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 70%);
  mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 70%);
}
.abh::before {
  content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 700px; pointer-events: none;
  background: radial-gradient(circle, rgba(124,58,237,0.28) 0%, transparent 60%);
}
.abh::after {
  content: ''; position: absolute; bottom: -180px; right: -80px;
  width: 540px; height: 540px; pointer-events: none;
  background: radial-gradient(circle, rgba(56,189,248,0.12) 0%, transparent 65%);
}
.abh__inner {
  position: relative; z-index: 2; text-align: center; max-width: 880px; margin: 0 auto;
  animation: dlh-fade 0.8s ease both;
}
.abh__title {
  font-size: clamp(32px, 4.4vw, 56px); font-weight: 800; line-height: 1.09;
  color: #fff; letter-spacing: -0.035em; margin-bottom: 22px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
}
.abh__title-accent {
  background: linear-gradient(90deg, #818CF8 0%, #C4B5FD 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.abh__sub {
  font-size: 18px; line-height: 1.72; color: rgba(255,255,255,0.70);
  max-width: 600px; margin: 0 auto 36px;
}
.abh__ctas {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px;
}
.abh__metrics {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.abh__metric {
  background: rgba(255,255,255,0.09);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.16); border-radius: 20px;
  padding: 28px 20px; text-align: center;
  box-shadow: 0 12px 32px rgba(0,0,0,0.22);
}
.abh__metric-value {
  font-size: 36px; font-weight: 800; color: #fff;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
  letter-spacing: -0.02em; line-height: 1; margin-bottom: 10px;
}
.abh__metric-label {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.58); line-height: 1.4;
}
@media (max-width: 860px) {
  .abh__metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .abh { padding: 72px 0 72px; }
  .abh__metrics { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .abh__metric-value { font-size: 28px; }
  .abh__ctas { margin-bottom: 48px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ABOUT — WHY WE EXIST  (.ab-why)
═══════════════════════════════════════════════════════════════════════════ */
.ab-why {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
  max-width: 1040px; margin: 0 auto;
}
.ab-why__illus { display: flex; align-items: center; justify-content: center; }
.ab-why__svg { width: 100%; max-width: 420px; height: auto; display: block; }
.ab-why__title {
  font-size: clamp(24px, 2.8vw, 36px); font-weight: 800; color: #0B1020;
  line-height: 1.16; letter-spacing: -0.025em; margin: 10px 0 22px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
}
.ab-why__body p { font-size: 16px; line-height: 1.78; color: #475569; margin: 0 0 16px; }
.ab-why__body p:last-child { margin-bottom: 0; }
.ab-why__trust {
  display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px;
}
.ab-why__trust-item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 600; color: #4338CA;
}
.ab-why__trust-item svg { color: #16A34A; flex-shrink: 0; }
@media (max-width: 860px) {
  .ab-why { grid-template-columns: 1fr; gap: 40px; }
  .ab-why__illus { order: -1; }
  .ab-why__svg { max-width: 320px; margin: 0 auto; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ABOUT — PLATFORM FLOW  (.ab-platform)
═══════════════════════════════════════════════════════════════════════════ */
.ab-platform { max-width: 560px; margin: 0 auto; }
.ab-platform__flow { display: flex; flex-direction: column; align-items: center; }
.ab-platform__step {
  display: flex; align-items: center; gap: 16px; width: 100%;
  background: white; border: 1.5px solid #E2E8F0; border-radius: 14px;
  padding: 18px 22px; box-shadow: 0 2px 8px rgba(15,23,42,0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ab-platform__step--highlight {
  border-color: #4338CA; background: linear-gradient(135deg, #EEF2FF 0%, #F5F3FF 100%);
  box-shadow: 0 8px 28px rgba(67,56,202,0.16);
}
.ab-platform__step-num {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 11px;
  background: linear-gradient(135deg, #4338CA, #6366F1);
  color: white; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
}
.ab-platform__step--highlight .ab-platform__step-num {
  background: linear-gradient(135deg, #312E81, #4338CA);
}
.ab-platform__step-body { flex: 1; }
.ab-platform__step-title { font-size: 15px; font-weight: 700; color: #0B1020; margin-bottom: 2px; }
.ab-platform__step-desc { font-size: 13px; color: #64748B; }
.ab-platform__step-badge {
  font-size: 11px; font-weight: 700; color: #4338CA; background: #E0E7FF;
  border-radius: 100px; padding: 4px 12px; flex-shrink: 0; white-space: nowrap;
}
.ab-platform__arrow {
  display: flex; align-items: center; justify-content: center;
  height: 28px; color: #C7D2FE;
}

/* ═══════════════════════════════════════════════════════════════════════════
   ABOUT — COMPANY TIMELINE  (.ab-timeline)
═══════════════════════════════════════════════════════════════════════════ */
.ab-timeline {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative;
}
.ab-timeline::before {
  content: ''; position: absolute; top: 22px; left: calc(100% / 8); right: calc(100% / 8);
  height: 2px; background: linear-gradient(90deg, #C7D2FE, #DDD6FE 50%, #C7D2FE);
}
.ab-timeline__item { display: flex; flex-direction: column; align-items: center; padding: 0 16px; }
.ab-timeline__connector { position: relative; display: flex; justify-content: center; margin-bottom: 24px; width: 100%; }
.ab-timeline__line {
  position: absolute; top: 22px; right: 50%; width: 50%;
  height: 2px; background: transparent;
}
.ab-timeline__dot {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; position: relative; z-index: 1;
  background: linear-gradient(135deg, #4338CA, #6366F1);
  color: white; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
  box-shadow: 0 4px 18px rgba(67,56,202,0.32);
}
.ab-timeline__card { text-align: center; }
.ab-timeline__year {
  font-size: 20px; font-weight: 800; color: #4338CA;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; margin-bottom: 6px;
}
.ab-timeline__event { font-size: 14.5px; font-weight: 700; color: #0B1020; margin-bottom: 8px; }
.ab-timeline__desc { font-size: 13px; color: #64748B; line-height: 1.55; margin: 0; }
@media (max-width: 760px) {
  .ab-timeline { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .ab-timeline::before { display: none; }
}
@media (max-width: 480px) {
  .ab-timeline { grid-template-columns: 1fr; gap: 32px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CONTACT PAGE HERO  (.cth)
═══════════════════════════════════════════════════════════════════════════ */
.cth {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0F172A 0%, #1E1B4B 40%, #312E81 100%);
  padding: 116px 0 104px;
}
.cth__grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 70%);
  mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 70%);
}
.cth::before {
  content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 880px; height: 680px; pointer-events: none;
  background: radial-gradient(circle, rgba(124,58,237,0.28) 0%, transparent 60%);
}
.cth::after {
  content: ''; position: absolute; bottom: -180px; right: -80px;
  width: 520px; height: 520px; pointer-events: none;
  background: radial-gradient(circle, rgba(56,189,248,0.12) 0%, transparent 65%);
}
.cth__inner {
  position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto;
  animation: dlh-fade 0.8s ease both;
}
.cth__title {
  font-size: clamp(32px, 4.4vw, 54px); font-weight: 800; line-height: 1.09;
  color: #fff; letter-spacing: -0.035em; margin-bottom: 22px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
}
.cth__title-accent {
  background: linear-gradient(90deg, #818CF8 0%, #C4B5FD 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cth__sub {
  font-size: 18px; line-height: 1.72; color: rgba(255,255,255,0.70);
  max-width: 600px; margin: 0 auto 36px;
}
.cth__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 560px) { .cth { padding: 76px 0 76px; } }

/* ═══════════════════════════════════════════════════════════════════════════
   CONTACT — OPTIONS GRID  (.ct-options)
═══════════════════════════════════════════════════════════════════════════ */
.ct-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ct-option {
  display: flex; flex-direction: column; align-items: flex-start;
  background: white; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 18px;
  padding: 28px 26px; transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.ct-option:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(15,23,42,0.09); border-color: #DDD6FE; }
.ct-option__icon {
  width: 50px; height: 50px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #EEF2FF, #F5F3FF); color: #4338CA; margin-bottom: 18px;
}
.ct-option__icon svg { width: 24px; height: 24px; }
.ct-option__title {
  font-size: 18px; font-weight: 800; color: #0B1020; margin-bottom: 8px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
}
.ct-option__desc { font-size: 14px; color: #64748B; line-height: 1.6; margin: 0 0 20px; flex: 1; }
.ct-option__btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--dfrm-primary), var(--dfrm-secondary));
  color: #fff !important; border-radius: 11px; padding: 11px 20px;
  font-size: 14px; font-weight: 700; text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(67,56,202,0.28); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ct-option__btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(67,56,202,0.38); }
.ct-option__email {
  display: inline-flex; align-items: center; font-size: 15px; font-weight: 700;
  color: #4338CA !important; text-decoration: none !important; transition: color 0.2s ease;
}
.ct-option__email:hover { color: #312E81 !important; text-decoration: underline !important; }
@media (max-width: 900px) { .ct-options { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ct-options { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════════════════
   CONTACT — DIRECT INFO  (.ct-direct)
═══════════════════════════════════════════════════════════════════════════ */
.ct-direct {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
  max-width: 760px; margin: 0 auto;
}
.ct-direct__item {
  display: flex; align-items: center; gap: 16px;
  background: white; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 14px;
  padding: 22px 24px;
}
.ct-direct__icon {
  width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #4338CA, #6366F1); color: white;
}
.ct-direct__icon svg { width: 21px; height: 21px; }
.ct-direct__label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #94A3B8; margin-bottom: 4px; }
.ct-direct__value { font-size: 15.5px; font-weight: 700; color: #0B1020; }
.ct-direct__value--link { text-decoration: none !important; transition: color 0.2s ease; }
.ct-direct__value--link:hover { color: #4338CA; }
@media (max-width: 760px) { .ct-direct { grid-template-columns: 1fr; max-width: 460px; } }

/* ═══════════════════════════════════════════════════════════════════════════
   CONTACT — GLOBAL PRESENCE  (.ct-global)
═══════════════════════════════════════════════════════════════════════════ */
.ct-global {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center;
  max-width: 1060px; margin: 0 auto;
}
.ct-global__title {
  font-size: clamp(24px, 2.8vw, 36px); font-weight: 800; color: #0B1020;
  line-height: 1.16; letter-spacing: -0.025em; margin: 10px 0 18px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
}
.ct-global__lead { font-size: 16px; line-height: 1.75; color: #475569; margin: 0 0 24px; }
.ct-global__regions { display: flex; flex-wrap: wrap; gap: 10px; }
.ct-global__region {
  display: inline-flex; align-items: center; gap: 7px;
  background: #EEF2FF; border: 1px solid #C7D2FE; color: #4338CA;
  font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 100px;
}
.ct-global__region svg { color: #4338CA; flex-shrink: 0; }
.ct-global__map { display: flex; align-items: center; justify-content: center; }
.ct-map__svg { width: 100%; max-width: 540px; height: auto; display: block; }
@media (max-width: 860px) {
  .ct-global { grid-template-columns: 1fr; gap: 36px; }
  .ct-global__map { order: -1; }
  .ct-map__svg { max-width: 440px; margin: 0 auto; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   LEGAL PAGES  (.legal — privacy policy, terms, etc.)
═══════════════════════════════════════════════════════════════════════════ */

/* Reading progress bar */
.legal-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: transparent; z-index: 1001; pointer-events: none;
}
.legal-progress__bar {
  height: 100%; width: 0;
  background: linear-gradient(90deg, #4338CA, #7C3AED, #38BDF8);
  transition: width 0.08s linear;
}

/* Hero (compact) */
.legal-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0F172A 0%, #1E1B4B 40%, #312E81 100%);
  padding: 54px 0 50px;
}
.legal-hero__grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 50% 45%, #000 0%, transparent 74%);
  mask-image: radial-gradient(circle at 50% 45%, #000 0%, transparent 74%);
}
.legal-hero__inner { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; }
.legal-hero__title {
  font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; line-height: 1.1;
  color: #fff; letter-spacing: -0.03em; margin-bottom: 14px;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif;
}
.legal-hero__dates { display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px; }
.legal-hero__date {
  font-size: 12.5px; color: #C7D2FE;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  padding: 5px 13px; border-radius: 100px; backdrop-filter: blur(8px);
}
.legal-hero__date strong { color: #fff; font-weight: 700; }
.legal-hero__sub { font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,0.7); margin: 0; }
@media (max-width: 560px) { .legal-hero { padding: 40px 0 38px; } }

/* Privacy at a Glance */
.legal-glance-section { padding-top: 72px; padding-bottom: 72px; }
.legal-glance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.legal-glance__card {
  background: #fff; border: 1px solid #E6E8F0; border-top: 3px solid; border-radius: 18px;
  padding: 26px 24px;
}
.legal-glance__card--indigo { border-top-color: #4338CA; }
.legal-glance__card--green { border-top-color: #16A34A; }
.legal-glance__card--violet { border-top-color: #7C3AED; }
.legal-glance__icon { width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.legal-glance__card--indigo .legal-glance__icon { background: #EEF2FF; color: #4338CA; }
.legal-glance__card--green .legal-glance__icon { background: #DCFCE7; color: #16A34A; }
.legal-glance__card--violet .legal-glance__icon { background: #F3E8FF; color: #7C3AED; }
.legal-glance__icon svg { width: 22px; height: 22px; }
.legal-glance__title { font-size: 17px; font-weight: 800; color: #0B1020; margin-bottom: 14px; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.legal-glance__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.legal-glance__list li { position: relative; padding-left: 24px; font-size: 14.5px; line-height: 1.5; color: #475569; }
.legal-glance__list li::before { content: ''; position: absolute; left: 2px; top: 6px; width: 7px; height: 7px; border-radius: 50%; }
.legal-glance__card--indigo .legal-glance__list li::before { background: #4338CA; }
.legal-glance__card--green .legal-glance__list li::before { background: #16A34A; }
.legal-glance__card--violet .legal-glance__list li::before { background: #7C3AED; }
@media (max-width: 820px) { .legal-glance { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* Terms at a Glance — checklist */
.legal-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 880px; margin: 0 auto; }
.legal-checklist__item {
  display: flex; align-items: flex-start; gap: 13px;
  background: #fff; border: 1px solid #E6E8F0; border-radius: 14px; padding: 16px 18px;
}
.legal-checklist__check {
  width: 26px; height: 26px; flex-shrink: 0; border-radius: 8px;
  background: #DCFCE7; color: #16A34A; display: flex; align-items: center; justify-content: center;
}
.legal-checklist__check svg { width: 14px; height: 14px; }
.legal-checklist__text { font-size: 14.5px; font-weight: 600; color: #1E293B; line-height: 1.45; }
@media (max-width: 700px) { .legal-checklist { grid-template-columns: 1fr; } }

/* Layout: sticky TOC + content */
.legal-layout {
  display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 52px;
  align-items: start; max-width: 1160px; margin: 0 auto;
}
.legal-toc-side { position: sticky; top: 96px; }
.legal-toc-side__print {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  margin-bottom: 20px; background: #fff; border: 1.5px solid var(--dfrm-border, #E2E8F0);
  border-radius: 10px; padding: 10px 14px; font-size: 13.5px; font-weight: 700; color: #1E1B4B;
  cursor: pointer; transition: all 0.18s ease; font-family: inherit;
}
.legal-toc-side__print:hover { border-color: #C7D2FE; background: #F8FAFC; color: #4338CA; }
.legal-toc-side__print svg { width: 15px; height: 15px; }
.legal-toc-side__title { font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: #94A3B8; margin-bottom: 12px; }
.legal-toc-side__list { list-style: none; margin: 0; padding: 0; border-left: 2px solid #EEF0F6; }
.legal-toc-side__list a {
  display: block; padding: 7px 0 7px 16px; margin-left: -2px; border-left: 2px solid transparent;
  font-size: 13.5px; line-height: 1.4; color: #64748B; text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.legal-toc-side__list a:hover { color: #4338CA; }
.legal-toc-side__list a.is-active { color: #4338CA; border-left-color: #4338CA; font-weight: 700; }
@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 10px; }
  .legal-toc-side { position: static; margin-bottom: 12px; }
  .legal-toc-side__inner { background: #F8FAFC; border: 1px solid #E6E8F0; border-radius: 14px; padding: 18px 20px; }
  .legal-toc-side__list { border-left: none; columns: 2; column-gap: 24px; }
  .legal-toc-side__list a { padding: 5px 0; border-left: none; }
  .legal-toc-side__list a.is-active { border-left: none; }
}
@media (max-width: 520px) { .legal-toc-side__list { columns: 1; } }

/* Body */
.legal { max-width: 100%; }
.legal p { font-size: 15.5px; line-height: 1.8; color: #475569; margin: 0 0 16px; }
.legal__intro { font-size: 16.5px; color: #334155; }
.legal a { color: #4338CA; font-weight: 600; text-decoration: none; word-break: break-word; }
.legal a:hover { text-decoration: underline; }
.legal__h2 {
  font-size: clamp(21px, 2.4vw, 27px); font-weight: 800; color: #0B1020;
  line-height: 1.25; letter-spacing: -0.02em; margin: 56px 0 14px;
  padding-top: 28px; border-top: 1px solid #EEF0F6;
  font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; scroll-margin-top: 96px;
}
.legal__h3 { font-size: 17px; font-weight: 800; color: #1E1B4B; margin: 28px 0 10px; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.legal__list { margin: 0 0 16px; padding-left: 4px; list-style: none; }
.legal__list li {
  position: relative; padding-left: 26px; margin-bottom: 9px;
  font-size: 15.5px; line-height: 1.7; color: #475569;
}
.legal__list li::before {
  content: ''; position: absolute; left: 4px; top: 10px;
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(135deg, #4338CA, #7C3AED);
}
.legal__list li strong { color: #1E1B4B; }

/* Enhanced contact block */
.legal-contact {
  background: linear-gradient(135deg, #1E1B4B 0%, #312E81 100%);
  border-radius: 20px; padding: 30px; color: #fff; margin-top: 12px;
  box-shadow: 0 24px 60px rgba(30,27,75,0.28);
}
.legal-contact__head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.legal-contact__head-icon {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 13px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #C7D2FE;
  display: flex; align-items: center; justify-content: center;
}
.legal-contact__head-icon svg { width: 23px; height: 23px; }
.legal-contact__title { font-size: 20px; font-weight: 800; margin-bottom: 4px; font-family: var(--font-jakarta,'Plus Jakarta Sans'),var(--font-inter,'Inter'),sans-serif; }
.legal-contact__text { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.55; margin: 0; }
.legal-contact__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.legal-contact__item {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: 13px;
  padding: 14px 16px; text-decoration: none !important; transition: background 0.18s ease, border-color 0.18s ease;
}
.legal-contact__item:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.28); }
.legal-contact__item-icon {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px;
  background: rgba(124,58,237,0.3); color: #C4B5FD;
  display: flex; align-items: center; justify-content: center;
}
.legal-contact__item-icon svg { width: 16px; height: 16px; }
.legal-contact__item-text { min-width: 0; }
.legal-contact__item-label { display: block; font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }
.legal-contact__item-value { display: block; font-size: 13.5px; color: #fff; font-weight: 600; word-break: break-word; margin-top: 2px; }
.legal-contact__addr { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 16px; }
@media (max-width: 640px) { .legal-contact__items { grid-template-columns: 1fr; } }

/* Related documents */
.legal-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.legal-related__card {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--dfrm-border, #E2E8F0); border-radius: 14px; padding: 16px 18px;
  text-decoration: none !important; transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.legal-related__card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15,23,42,0.08); border-color: #C7D2FE; }
.legal-related__icon {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px;
  background: linear-gradient(135deg, #EEF2FF, #F5F3FF); color: #4338CA;
  display: flex; align-items: center; justify-content: center;
}
.legal-related__icon svg { width: 18px; height: 18px; }
.legal-related__name { font-size: 14.5px; font-weight: 700; color: #0B1020; }
@media (max-width: 640px) { .legal-related { grid-template-columns: 1fr; } }

/* Print / PDF */
@media print {
  .legal-progress, .legal-hero__grid-bg, .legal-toc-side, .legal-glance-section,
  .header, .lp-footer, .body-overlay-1, .back-to-top, #scrollUp { display: none !important; }
  .legal-layout { grid-template-columns: 1fr; gap: 0; max-width: 100%; }
  .legal-hero { background: none; padding: 0 0 16px; }
  .legal-hero__title { color: #000; }
  .legal-hero__date { color: #000; background: none; border: 1px solid #ccc; }
  .legal-hero__sub { color: #333; }
  .legal-contact { background: none; color: #000; box-shadow: none; border: 1px solid #ccc; }
  .legal-contact__title, .legal-contact__item-value { color: #000; }
  .legal-contact__text, .legal-contact__item-label, .legal-contact__addr { color: #333; }
  .lcl-section { padding: 0 !important; }
}
