/* ============================================================
   Order Link (وارا) — public info page extras
   Reuses tokens + .website-feature-* / .wfp-* from landing.css
   ============================================================ */

.website-feature-section{
  padding-top: 150px;
}

/* ---------- Light hero (order-link-info) ---------- */
.website-feature-section--light {
  background-color: #f4f7fb;
  background-image:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(255, 195, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 20%, rgba(0, 53, 102, 0.06), transparent 50%),
    radial-gradient(ellipse 60% 45% at 0% 80%, rgba(255, 195, 0, 0.08), transparent 45%);
}

.website-feature-section--light .website-feature-section__aurora--1 {
  opacity: 0.28;
  background: radial-gradient(circle at 50% 50%, rgba(255, 195, 0, 0.35), transparent 65%);
}

.website-feature-section--light .website-feature-section__aurora--2 {
  opacity: 0.22;
  background: radial-gradient(circle at 50% 50%, rgba(0, 53, 102, 0.12), transparent 65%);
}

.website-feature-section--light .website-feature-section__grid {
  background-image:
    linear-gradient(to right, rgba(0, 53, 102, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 53, 102, 0.04) 1px, transparent 1px);
  opacity: 0.65;
}

.website-feature-section--light .website-feature-section__eyebrow {
  color: var(--color-1);
  background: rgba(0, 53, 102, 0.06);
  border-color: rgba(0, 53, 102, 0.12);
}

.website-feature-section--light .varnest-section-title h2 {
  color: var(--color-1);
}

.website-feature-section--light .varnest-section-title p {
  color: #5b6b7c;
}

.website-feature-section--light .website-feature-section__hero,
.website-feature-section--light .oli-flow-hero {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 55%, #f4f7fb 100%);
  border: 1px solid rgba(0, 53, 102, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 64px rgba(0, 53, 102, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: clamp(28px, 4vw, 44px);
  gap: clamp(32px, 5vw, 56px);
}

.website-feature-section--light .website-feature-hero__note,
.website-feature-section--light .oli-flow-hero__note {
  color: #7a8699;
}

.website-feature-section--light .website-feature-hero__btn--ghost {
  color: var(--color-1);
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.14);
}

.website-feature-section--light .website-feature-hero__btn--ghost:hover {
  background: rgba(0, 53, 102, 0.04);
}

.website-feature-section--light .website-feature-section__trust {
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.08);
  box-shadow: 0 8px 28px rgba(0, 53, 102, 0.05);
}

.website-feature-section--light .wf-trust__item span {
  color: #5b6b7c;
}

.website-feature-section--light .wf-trust__divider {
  background: rgba(0, 53, 102, 0.1);
}

.website-feature-section--light .website-feature-card {
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.08);
  box-shadow: 0 8px 28px rgba(0, 53, 102, 0.06);
}

.website-feature-section--light .website-feature-card:hover {
  box-shadow: 0 20px 50px rgba(0, 53, 102, 0.12);
  border-color: rgba(255, 195, 0, 0.35);
}

.website-feature-section--light .website-feature-card__title {
  color: var(--color-1);
}

.website-feature-section--light .website-feature-card__text {
  color: #5b6b7c;
}

.website-feature-section--light .website-feature-card__tags span {
  color: var(--color-1);
  background: rgba(255, 195, 0, 0.12);
  border-color: rgba(255, 195, 0, 0.28);
}

.oli-eyebrow{
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-1);
  background: rgba(0, 53, 102, 0.06);
  border: 1px solid rgba(0, 53, 102, 0.12);
  margin-bottom: 6px;
}

/* ============================================================
   Typographic hero (full-width, centered)
   ============================================================ */
.oli-hero {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oli-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-1);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 195, 0, 0.4);
  box-shadow: 0 4px 16px rgba(0, 53, 102, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.oli-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd60a, #ffc300);
  animation: oliDotPulse 2.4s ease-in-out infinite;
}

@keyframes oliDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 195, 0, 0.55); }
  50% { box-shadow: 0 0 0 7px rgba(255, 195, 0, 0); }
}

.oli-hero__title {
  margin: 24px 0 0;
  font-size: clamp(34px, 6.2vw, 72px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.035em;
  color: var(--color-1);
}

.oli-hero__title-grad {
  display: inline-block;
  color: var(--color-2);
  -webkit-text-fill-color: currentColor;
}

.oli-hero__lead {
  margin: 22px auto 0;
  max-width: 58ch;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.95;
  color: #5b6b7c;
}

.oli-hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.oli-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 15.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.oli-hero__btn--primary {
  position: relative;
  overflow: hidden;
  color: var(--color-3);
  background: linear-gradient(135deg, #ffd60a, #ffc300);
  box-shadow: 0 14px 32px rgba(255, 195, 0, 0.36);
}

.oli-hero__btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transition: left 0.6s ease;
}

.oli-hero__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(255, 195, 0, 0.46);
}

.oli-hero__btn--primary:hover::before { left: 100%; }
.oli-hero__btn--primary svg { transition: transform 0.26s ease; }
.oli-hero__btn--primary:hover svg { transform: translateX(-4px); }

.oli-hero__btn--ghost {
  color: var(--color-1);
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.14);
  box-shadow: 0 6px 18px rgba(0, 53, 102, 0.05);
}

.oli-hero__btn--ghost:hover {
  background: rgba(0, 53, 102, 0.04);
  transform: translateY(-3px);
}

.oli-hero__note {
  margin: 16px 0 0;
  font-size: 13px;
  color: #7a8699;
}

/* Stat tiles */
.oli-hero__stats {
  width: 100%;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.oli-hero__stat {
  position: relative;
  padding: 26px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 53, 102, 0.08);
  box-shadow: 0 10px 30px rgba(0, 53, 102, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    background 280ms ease,
    border-color 280ms ease;
}

.oli-hero__stat:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 53, 102, 0.14);
  box-shadow:
    0 4px 12px rgba(0, 53, 102, 0.04),
    0 20px 44px rgba(0, 53, 102, 0.1);
}

.oli-hero__stat-num {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-1);
  font-variant-numeric: tabular-nums;
}

.oli-hero__stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #5b6b7c;
}

/* Flow chips */
.oli-hero__flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
  margin-top: 36px;
}

.oli-hero__flow-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-1);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 53, 102, 0.1);
}

.oli-hero__flow-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: var(--color-1);
  background: linear-gradient(135deg, #ffd60a, #ffc300);
}

.oli-hero__flow-step--done b {
  color: #fff;
  background: linear-gradient(135deg, #0d9488, #14b8a6);
}

.oli-hero__flow-arrow {
  color: rgba(0, 53, 102, 0.3);
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .oli-hero__stats { grid-template-columns: repeat(2, 1fr); }
  .oli-hero__flow-arrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .oli-hero__eyebrow-dot,
  .oli-hero__stat {
    animation: none;
    transition: none;
  }

  .oli-hero__stat:hover {
    transform: none;
  }
}

/* ---------- Modern flow hero (bento + timeline) ---------- */
.oli-flow-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  margin-top: 54px;
  border-radius: clamp(22px, 3vw, 32px);
  overflow: hidden;
}

.oli-flow-hero__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.oli-flow-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oli-flow-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #3d5875;
  background: rgba(0, 53, 102, 0.05);
  border: 1px solid rgba(0, 53, 102, 0.08);
}

.oli-flow-hero__pill--accent {
  color: var(--color-1);
  background: linear-gradient(135deg, rgba(255, 195, 0, 0.18), rgba(255, 195, 0, 0.08));
  border-color: rgba(255, 195, 0, 0.35);
}

.oli-flow-hero__title {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: var(--color-1);
}

.oli-flow-hero__gradient {
  display: block;
  margin-top: 4px;
  background: linear-gradient(120deg, #833ab4 0%, #003566 45%, #ffc300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.oli-flow-hero__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5b6b7c;
  max-width: 42ch;
}

.oli-flow-steps {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.oli-flow-steps::before {
  content: '';
  position: absolute;
  top: 22px;
  bottom: 22px;
  right: 21px;
  width: 2px;
  background: linear-gradient(180deg, #833ab4, var(--color-1) 50%, #ffc300);
  border-radius: 2px;
  opacity: 0.25;
}

.oli-flow-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  position: relative;
}

.oli-flow-step__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.1);
  box-shadow: 0 4px 14px rgba(0, 53, 102, 0.06);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.oli-flow-step:hover .oli-flow-step__icon {
  transform: translateY(-2px);
  border-color: rgba(255, 195, 0, 0.45);
  box-shadow: 0 8px 22px rgba(255, 195, 0, 0.18);
}

.oli-flow-step__icon--done {
  color: #fff;
  background: linear-gradient(135deg, #0d9488, #14b8a6);
  border-color: transparent;
}

.oli-flow-step__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 2px;
}

.oli-flow-step__body strong {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--color-1);
  line-height: 1.4;
}

.oli-flow-step__body span {
  font-size: 13px;
  line-height: 1.65;
  color: #64748b;
}

.oli-flow-hero__cta {
  margin-top: 4px;
}

.oli-flow-hero__btn {
  position: relative;
  overflow: hidden;
}

.oli-flow-hero__note {
  margin: 0;
}

/* ---------- Hero showcase (phone + floating cards) ---------- */
.oli-flow-hero__visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oli-stage {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.oli-stage__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 26%, rgba(131, 58, 180, 0.16), transparent 52%),
    radial-gradient(circle at 76% 70%, rgba(255, 195, 0, 0.18), transparent 50%),
    radial-gradient(circle at 50% 92%, rgba(0, 53, 102, 0.1), transparent 48%);
  filter: blur(26px);
  pointer-events: none;
}

.oli-stage__ring {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1.5px dashed rgba(0, 53, 102, 0.12);
  animation: oliStageSpin 32s linear infinite;
  pointer-events: none;
}

.oli-stage__ring::after {
  content: '';
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 195, 0, 0.22);
}

@keyframes oliStageSpin {
  to { transform: rotate(360deg); }
}

/* Phone */
.oli-phone {
  position: relative;
  z-index: 2;
  width: clamp(230px, 80%, 252px);
  padding: 12px;
  border-radius: 42px;
  background: linear-gradient(160deg, #ffffff 0%, #eef3f9 100%);
  border: 1px solid rgba(0, 53, 102, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 36px 80px rgba(0, 53, 102, 0.18),
    0 8px 24px rgba(0, 53, 102, 0.08);
}

.oli-phone__notch {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 53, 102, 0.16);
  z-index: 1;
}

.oli-phone__screen {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 16px 16px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.05);
}

.oli-phone__brandbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(0, 53, 102, 0.1);
}

.oli-phone__logo {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  color: var(--color-1);
  background: linear-gradient(145deg, #ffd033, #ffc300);
  box-shadow: 0 4px 12px rgba(255, 195, 0, 0.35);
  flex-shrink: 0;
}

.oli-phone__brandtxt {
  min-width: 0;
  flex: 1;
}

.oli-phone__brandtxt strong {
  display: block;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--color-1);
  line-height: 1.4;
}

.oli-phone__brandtxt small {
  font-size: 10.5px;
  color: #64748b;
}

.oli-phone__secure {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  color: #0d9488;
  background: rgba(13, 148, 136, 0.1);
}

.oli-phone__rows {
  display: flex;
  flex-direction: column;
}

.oli-phone__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 12px;
  color: #475569;
}

.oli-phone__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 53, 102, 0.08);
  font-size: 13.5px;
  font-weight: 800;
  color: var(--color-1);
}

.oli-phone__bank {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 53, 102, 0.04);
  border: 1px dashed rgba(0, 53, 102, 0.14);
}

.oli-phone__bank-label {
  font-size: 10.5px;
  color: #64748b;
}

.oli-phone__bank-num {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-1);
}

.oli-phone__cta {
  display: block;
  margin-top: 2px;
  padding: 12px;
  border-radius: 14px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #004d99, var(--color-1));
  box-shadow: 0 12px 26px rgba(0, 53, 102, 0.3);
}

/* Floating cards */
.oli-fab {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 215px;
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 44px rgba(0, 53, 102, 0.16),
    0 4px 12px rgba(0, 53, 102, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.oli-fab--dm {
  top: 8px;
  right: -18px;
}

.oli-fab--done {
  bottom: 30px;
  left: -16px;
}

.oli-fab__avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #833ab4, #c13584, #e1306c);
  box-shadow: 0 6px 14px rgba(193, 53, 132, 0.3);
}

.oli-fab__check {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #0d9488, #14b8a6);
  box-shadow: 0 6px 14px rgba(13, 148, 136, 0.32);
}

.oli-fab__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.oli-fab__body strong {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--color-1);
  line-height: 1.4;
}

.oli-fab__line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #c13584;
}

.oli-fab__sub {
  font-size: 11px;
  color: #64748b;
}

/* Float motion */
.oli-stage__float {
  animation: oliStageFloat 6s ease-in-out infinite;
}

.oli-stage__float--dm { animation-delay: -2s; }
.oli-stage__float--done { animation-delay: -4s; }

@keyframes oliStageFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@media screen and (max-width: 992px) {
  .oli-flow-hero {
    grid-template-columns: 1fr;
  }

  .oli-flow-hero__visual {
    min-height: 430px;
    margin-top: 8px;
  }

  .oli-stage {
    max-width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .oli-flow-hero__lead {
    max-width: none;
  }
}

@media screen and (max-width: 400px) {
  .oli-fab {
    max-width: 185px;
    padding: 9px 12px;
  }

  .oli-fab--dm { right: -6px; }
  .oli-fab--done { left: -6px; }

  .oli-fab__avatar,
  .oli-fab__check {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oli-stage__float,
  .oli-stage__ring {
    animation: none !important;
  }
}

/* ============================================================
   Social proof — stats counter + testimonials
   ============================================================ */
.oli-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(26px, 4vw, 40px) clamp(24px, 4vw, 48px);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background-color: var(--color-3);
  background-image: radial-gradient(120% 160% at 90% 0%, #0a2e57 0%, var(--color-3) 55%, #00132a 100%);
  box-shadow: 0 30px 70px rgba(0, 10, 25, 0.28);
}

.oli-stats::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  top: -150px;
  right: -70px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 195, 0, 0.32), transparent 65%);
  filter: blur(70px);
  pointer-events: none;
}

.oli-stat {
  position: relative;
  z-index: 1;
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.oli-stat__num {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--color-2), var(--color-accent-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--color-2);
  font-variant-numeric: tabular-nums;
}

.oli-stat__label {
  font-size: clamp(12px, 1.4vw, 13.5px);
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  max-width: 18ch;
}

.oli-stat__divider {
  width: 1px;
  align-self: center;
  height: 46px;
  background: rgba(255, 255, 255, 0.14);
  flex: 0 0 auto;
}

/* ---------- Testimonials ---------- */
.oli-tm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.oli-tm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid rgba(0, 53, 102, 0.08);
  border-radius: 22px;
  box-shadow: 0 8px 28px rgba(0, 53, 102, 0.06);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease, border-color 380ms ease;
}

.oli-tm-card::before {
  content: '”';
  position: absolute;
  top: 10px;
  left: 22px;
  font-size: 64px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(255, 195, 0, 0.3);
  pointer-events: none;
}

.oli-tm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 52px rgba(0, 53, 102, 0.13);
  border-color: rgba(255, 195, 0, 0.4);
}

.oli-tm-card__stars {
  display: inline-flex;
  gap: 3px;
  color: #ffb703;
}

.oli-tm-card__stars svg {
  width: 17px;
  height: 17px;
}

.oli-tm-card__quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #45576a;
  flex: 1;
}

.oli-tm-card__person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid rgba(0, 53, 102, 0.07);
  margin-top: 4px;
}

.oli-tm-card__avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #833ab4, #c13584, #e1306c);
  box-shadow: 0 6px 16px rgba(193, 53, 132, 0.28);
  margin-top: 14px;
}

.oli-tm-card__id {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.oli-tm-card__name {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--color-1);
  line-height: 1.4;
}

.oli-tm-card__role {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  .oli-tm-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 600px) {
  .oli-stat__divider {
    display: none;
  }

  .oli-stat {
    flex-basis: 42%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oli-tm-card {
    transition: none;
  }
}
