/* ============================================================
   features.css - Oravio Features Landing Page
   ============================================================ */

/* ── Design tokens ─────────────────────────────────────── */
:root {
  --feat-brand:        #5f43d0;
  --feat-brand-dark:   #4830b8;
  --feat-brand-light:  #ede9ff;
  --feat-text-dark:    #1a0e4a;
  --feat-text-mid:     #4b4568;
  --feat-text-soft:    #7b74a0;
  --feat-bg-white:     #ffffff;
  --feat-bg-light:     #faf9ff;
  --feat-bg-section:   #f5f3ff;
  --feat-border:       #e8e4f8;
  --feat-radius-card:  20px;
  --feat-radius-sm:    12px;
  --feat-section-py:   88px;
  --feat-inner-max:    1200px;
}

/* Dot indicators hidden on desktop */
.feat-grid-dots { display: none; }

/* ── Shared inner container ────────────────────────────── */
.feat-hero__inner,
.feat-stats__inner,
.feat-grid-inner,
.feat-dive__inner,
.feat-platforms__inner,
.feat-industries__inner,
.feat-testimonial__inner,
.feat-faq__inner,
.feat-cta__inner {
  max-width: var(--feat-inner-max);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

/* ── Shared section labels & headings ──────────────────── */
.feat-section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feat-brand);
  background: var(--feat-brand-light);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 16px;
}

.feat-section-h2 {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--feat-text-dark);
  margin: 0 0 14px;
  line-height: 1.2;
}

.feat-section-sub {
  font-size: 1.0625rem;
  color: var(--feat-text-mid);
  margin: 0 0 52px;
  max-width: 600px;
  line-height: 1.65;
}

/* ── Pill badge ─────────────────────────────────────────── */
.feat-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--feat-brand);
  background: var(--feat-brand-light);
  border: 1.5px solid #d4c9ff;
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 20px;
}

.feat-pill--sm {
  font-size: 0.72rem;
  padding: 5px 14px;
  margin-bottom: 16px;
}

.feat-pill--white {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

/* ── Buttons ────────────────────────────────────────────── */
.feat-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--feat-brand);
  color: #fff;
  font-family: 'PlusJakartaSans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  padding: 15px 36px;
  box-shadow: 0 4px 20px rgba(95, 67, 208, 0.4);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.feat-btn-primary:hover {
  background: var(--feat-brand-dark);
  box-shadow: 0 6px 28px rgba(95, 67, 208, 0.52);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

.feat-btn-primary--sm {
  font-size: 0.9375rem;
  padding: 12px 28px;
}

.feat-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--feat-brand);
  font-family: 'PlusJakartaSans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px 32px;
  border: 2px solid var(--feat-brand);
  transition: background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
  cursor: pointer;
}

.feat-btn-ghost:hover {
  background: var(--feat-brand-light);
  text-decoration: none;
  color: var(--feat-brand);
}

.feat-btn-ghost--light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.feat-btn-ghost--light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.feat-btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--feat-brand);
  font-family: 'PlusJakartaSans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px 32px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.18s ease, transform 0.12s ease;
  white-space: nowrap;
  cursor: pointer;
}

.feat-btn-white:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
  color: var(--feat-brand);
  text-decoration: none;
}

/* ════════════════════════════════════════════════════════
   HERO
════════════════════════════════════════════════════════ */
.feat-hero {
  background: linear-gradient(155deg, #fbfaff 0%, #ffffff 45%, #f0edff 100%);
  padding: 100px 24px 80px;
  text-align: center;
}

.feat-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.feat-hero__h1 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  font-weight: 800;
  color: var(--feat-text-dark);
  line-height: 1.18;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.feat-hero__accent {
  background: linear-gradient(90deg, #5f43d0 0%, #9b77ff 60%, #5f43d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

.feat-hero__sub {
  font-size: clamp(1rem, 1.6vw, 1.175rem);
  color: var(--feat-text-mid);
  max-width: 640px;
  line-height: 1.7;
  margin: 0 0 36px;
}

.feat-hero__ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ════════════════════════════════════════════════════════
   STATS STRIP
════════════════════════════════════════════════════════ */
.feat-stats {
  background: var(--feat-bg-white);
  border-top: 1px solid var(--feat-border);
  border-bottom: 1px solid var(--feat-border);
  padding: 0;
}

.feat-stats__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 24px;
}

.feat-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 40px;
  gap: 5px;
  flex: 1;
  min-width: 160px;
}

.feat-stat__num {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: var(--feat-brand);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.feat-stat__label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--feat-text-soft);
  text-align: center;
}

.feat-stat__div {
  width: 1px;
  height: 40px;
  background: var(--feat-border);
  flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════
   FEATURE CARDS GRID
════════════════════════════════════════════════════════ */
.feat-grid-section {
  background: var(--feat-bg-light);
  padding: var(--feat-section-py) 0;
}

.feat-grid-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.feat-card {
  background: var(--feat-bg-white);
  border: 1.5px solid var(--feat-border);
  border-radius: var(--feat-radius-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.feat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  border-radius: var(--feat-radius-card) var(--feat-radius-card) 0 0;
}

.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(95, 67, 208, 0.12);
}

.feat-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feat-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--feat-text-dark);
  margin: 4px 0 0;
  line-height: 1.35;
}

.feat-card__desc {
  font-size: 0.9rem;
  color: var(--feat-text-mid);
  line-height: 1.65;
  margin: 0;
}

.feat-card__list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.feat-card__list li {
  font-size: 0.84rem;
  color: var(--feat-text-mid);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.feat-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 0.8rem;
}

/* Card colour variants */
.feat-card--purple::before { background: linear-gradient(90deg, #5f43d0, #9b77ff); }
.feat-card--purple .feat-card__icon { background: #ede9ff; color: #5f43d0; }
.feat-card--purple .feat-card__list li::before { color: #5f43d0; }

.feat-card--blue::before { background: linear-gradient(90deg, #2563eb, #60a5fa); }
.feat-card--blue .feat-card__icon { background: #eff6ff; color: #2563eb; }
.feat-card--blue .feat-card__list li::before { color: #2563eb; }

.feat-card--green::before { background: linear-gradient(90deg, #16a34a, #4ade80); }
.feat-card--green .feat-card__icon { background: #f0fdf4; color: #16a34a; }
.feat-card--green .feat-card__list li::before { color: #16a34a; }

.feat-card--orange::before { background: linear-gradient(90deg, #ea580c, #fb923c); }
.feat-card--orange .feat-card__icon { background: #fff7ed; color: #ea580c; }
.feat-card--orange .feat-card__list li::before { color: #ea580c; }

.feat-card--pink::before { background: linear-gradient(90deg, #db2777, #f472b6); }
.feat-card--pink .feat-card__icon { background: #fdf2f8; color: #db2777; }
.feat-card--pink .feat-card__list li::before { color: #db2777; }

.feat-card--indigo::before { background: linear-gradient(90deg, #4338ca, #818cf8); }
.feat-card--indigo .feat-card__icon { background: #eef2ff; color: #4338ca; }
.feat-card--indigo .feat-card__list li::before { color: #4338ca; }

/* ════════════════════════════════════════════════════════
   DEEP DIVE SECTIONS
════════════════════════════════════════════════════════ */
.feat-dive {
  padding: var(--feat-section-py) 0;
}

.feat-dive--light {
  background: var(--feat-bg-white);
}

.feat-dive--purple {
  background: linear-gradient(135deg, #3b22a8 0%, #5f43d0 50%, #7c5cfc 100%);
}

.feat-dive__inner {
  display: flex;
  align-items: center;
  gap: 72px;
}

.feat-dive__inner--reverse {
  flex-direction: row-reverse;
}

.feat-dive__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.feat-dive__h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  font-weight: 800;
  color: var(--feat-text-dark);
  line-height: 1.22;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.feat-dive__desc {
  font-size: 1.0rem;
  color: var(--feat-text-mid);
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 480px;
}

.feat-dive__points {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feat-dive__points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.9375rem;
  color: var(--feat-text-mid);
  line-height: 1.6;
}

.feat-dive__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--feat-brand-light);
  color: var(--feat-brand);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.feat-dive__check--white {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.feat-dive__points--light li {
  color: rgba(255, 255, 255, 0.78);
}

.feat-dive__visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-dive__img-wrap {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
}

.feat-dive--purple .feat-dive__img-wrap {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.feat-dive__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* ════════════════════════════════════════════════════════
   PLATFORMS
════════════════════════════════════════════════════════ */
.feat-platforms {
  background: var(--feat-bg-light);
  padding: var(--feat-section-py) 0;
}

.feat-platforms__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feat-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.feat-platform-card {
  border-radius: var(--feat-radius-card);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.feat-platform-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}

.feat-platform-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feat-platform-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.feat-platform-card__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.feat-platform-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  align-self: flex-start;
}

.feat-platform-badge--primary {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* Platform card colours */
.feat-platform-card--wa {
  background: linear-gradient(145deg, #075e54, #128c7e);
}
.feat-platform-card--wa .feat-platform-icon {
  background: rgba(255, 255, 255, 0.15);
}

.feat-platform-card--ig {
  background: linear-gradient(145deg, #833ab4, #fd1d1d, #fcb045);
}
.feat-platform-card--ig .feat-platform-icon {
  background: rgba(255, 255, 255, 0.15);
}

.feat-platform-card--ms {
  background: linear-gradient(145deg, #0066ff, #0084ff);
}
.feat-platform-card--ms .feat-platform-icon {
  background: rgba(255, 255, 255, 0.15);
}

.feat-platform-card--tg {
  background: linear-gradient(145deg, #1c8fcf, #229ED9);
}
.feat-platform-card--tg .feat-platform-icon {
  background: rgba(255, 255, 255, 0.15);
}

/* ════════════════════════════════════════════════════════
   INDUSTRIES
════════════════════════════════════════════════════════ */
.feat-industries {
  background: var(--feat-bg-white);
  padding: var(--feat-section-py) 0;
}

.feat-industries__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feat-ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.feat-ind-card {
  background: var(--feat-bg-light);
  border: 1.5px solid var(--feat-border);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.feat-ind-card:hover {
  border-color: #c4b5f8;
  box-shadow: 0 8px 24px rgba(95, 67, 208, 0.1);
  transform: translateY(-3px);
}

.feat-ind-icon {
  font-size: 2rem;
  line-height: 1;
}

.feat-ind-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--feat-text-dark);
  margin: 0;
}

.feat-ind-desc {
  font-size: 0.875rem;
  color: var(--feat-text-mid);
  line-height: 1.6;
  margin: 0;
}

/* ════════════════════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════════════════════ */
.feat-testimonial {
  background: var(--feat-bg-section);
  padding: var(--feat-section-py) 0;
}

.feat-testimonial__outer {
  max-width: var(--feat-inner-max);
  margin: 0 auto;
  padding: 0 24px;
}

.feat-testimonial__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feat-test-card {
  background: var(--feat-bg-white);
  border: 1.5px solid var(--feat-border);
  border-radius: var(--feat-radius-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.feat-test-quote {
  font-size: 4rem;
  line-height: 0.8;
  color: var(--feat-brand);
  font-family: Georgia, serif;
  margin-bottom: 12px;
  opacity: 0.5;
}

.feat-test-text {
  font-size: 0.9375rem;
  color: var(--feat-text-mid);
  line-height: 1.7;
  margin: 0 0 24px;
  flex: 1;
}

.feat-test-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.feat-test-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5f43d0, #9b77ff);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feat-test-avatar--blue {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.feat-test-avatar--green {
  background: linear-gradient(135deg, #16a34a, #4ade80);
}

.feat-test-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--feat-text-dark);
}

.feat-test-role {
  display: block;
  font-size: 0.78rem;
  color: var(--feat-text-soft);
  margin-top: 1px;
}

.feat-test-stars {
  font-size: 0.9rem;
  color: #f59e0b;
  letter-spacing: 0.05em;
}

/* ════════════════════════════════════════════════════════
   FAQ
════════════════════════════════════════════════════════ */
.feat-faq {
  background: var(--feat-bg-white);
  padding: var(--feat-section-py) 0;
}

.feat-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feat-faq__inner .feat-section-h2 {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 52px;
}

.feat-faq-list {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feat-faq-item {
  border-bottom: 1.5px solid var(--feat-border);
}

.feat-faq-item:first-child {
  border-top: 1.5px solid var(--feat-border);
}

.feat-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  font-size: 1.0rem;
  font-weight: 600;
  color: var(--feat-text-dark);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color 0.15s ease;
}

.feat-faq-q::-webkit-details-marker { display: none; }
.feat-faq-q::marker { display: none; }

.feat-faq-q::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--feat-brand);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s ease;
}

.feat-faq-item[open] > .feat-faq-q {
  color: var(--feat-brand);
}

.feat-faq-item[open] > .feat-faq-q::after {
  content: '-';
}

.feat-faq-a {
  font-size: 0.9375rem;
  color: var(--feat-text-mid);
  line-height: 1.7;
  margin: 0 0 20px;
  padding: 0 4px;
  text-align: left;
  max-width: 700px;
}

/* ════════════════════════════════════════════════════════
   CTA SECTION
════════════════════════════════════════════════════════ */
.feat-cta {
  background: linear-gradient(135deg, #3b22a8 0%, #5f43d0 55%, #7c5cfc 100%);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feat-cta::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.feat-cta::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.feat-cta__inner {
  position: relative;
  z-index: 1;
}

.feat-cta__h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}

.feat-cta__sub {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.feat-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.feat-cta__note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE - tablet (≤ 1024px)
════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feat-platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feat-dive__inner {
    gap: 48px;
  }

  .feat-stat {
    padding: 28px 24px;
  }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE - mobile (≤ 767px)
════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

  :root {
    --feat-section-py: 60px;
  }

  /* Hero */
  .feat-hero {
    padding: 72px 20px 48px;
  }

  .feat-hero__ctas {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  /* Section label + heading left-align fine on mobile but sub text full width */
  .feat-grid-inner,
  .feat-platforms__inner,
  .feat-industries__inner {
    align-items: flex-start;
  }

  .feat-btn-primary,
  .feat-btn-ghost,
  .feat-btn-white {
    width: 100%;
    text-align: center;
  }

  /* Stats - single row on mobile */
  .feat-stats__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    gap: 0;
  }

  .feat-stat {
    flex: 1;
    padding: 18px 6px;
    min-width: 0;
    border-bottom: none;
  }

  .feat-stat__num {
    font-size: 1.15rem;
  }

  .feat-stat__label {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .feat-stat__div {
    width: 1px;
    height: 36px;
    align-self: center;
    flex-shrink: 0;
  }

  /* Feature cards - horizontal swipe on mobile */
  .feat-grid-section {
    overflow: visible;
  }

  /* Parent .feat-grid-inner already has padding: 0 24px on both sides.
     Card fills 100% of that content width → naturally equal 24px on each side. */
  .feat-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .feat-grid::-webkit-scrollbar {
    display: none;
  }

  .feat-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  /* Dot indicators - centered */
  .feat-grid-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
    align-self: center;
  }

  .feat-grid-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d4c9ff;
    transition: width 0.25s ease, background 0.25s ease;
    cursor: pointer;
    flex-shrink: 0;
  }

  .feat-grid-dot--active {
    width: 22px;
    border-radius: 4px;
    background: var(--feat-brand);
  }

  /* Deep dive */
  .feat-dive__inner,
  .feat-dive__inner--reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .feat-dive__text {
    width: 100%;
  }

  .feat-dive__visual {
    order: -1;
    width: 100%;
  }

  .feat-dive__img-wrap {
    max-width: 100%;
  }

  .feat-dive__h2 {
    font-size: 1.5rem;
  }

  .feat-dive__desc {
    max-width: 100%;
    font-size: 0.9375rem;
  }

  /* Platforms */
  .feat-platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Industries - horizontal slider */
  .feat-industries__inner {
    overflow: visible;
  }

  .feat-ind-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .feat-ind-grid::-webkit-scrollbar { display: none; }

  .feat-ind-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .feat-ind-dots {
    align-self: center;
  }

  /* Testimonials - horizontal slider */
  .feat-testimonial__outer {
    max-width: var(--feat-inner-max);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feat-testimonial__inner {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 8px;
    scrollbar-width: none;
    width: 100%;
  }

  .feat-testimonial__inner::-webkit-scrollbar { display: none; }

  .feat-test-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .feat-test-dots {
    margin-top: 20px;
    align-self: center;
  }

  /* CTA */
  .feat-cta__actions {
    flex-direction: column;
    align-items: center;
  }

  .feat-cta__actions .feat-btn-primary,
  .feat-cta__actions .feat-btn-ghost {
    width: 100%;
    max-width: 320px;
  }

  /* Shared headings */
  .feat-section-sub {
    max-width: 100%;
    margin-bottom: 36px;
  }

  /* Deep dive buttons - full width on mobile */
  .feat-dive .feat-btn-primary--sm,
  .feat-dive .feat-btn-white {
    align-self: stretch;
    justify-content: center;
  }

  /* Platform cards padding reduction */
  .feat-platform-card {
    padding: 24px 20px;
  }

  /* Industry cards padding reduction */
  .feat-ind-card {
    padding: 20px 18px;
  }

  /* Testimonial padding */
  .feat-test-card {
    padding: 24px 20px;
  }

  /* FAQ - left-align on mobile */
  .feat-faq__inner {
    align-items: flex-start;
    text-align: left;
  }

  .feat-faq__inner .feat-section-h2 {
    text-align: left;
    margin: 0 0 36px;
  }

  .feat-faq-list {
    max-width: 100%;
  }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE - small mobile (≤ 480px)
════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .feat-platform-grid {
    grid-template-columns: 1fr;
  }

  .feat-ind-grid {
    grid-template-columns: 1fr;
  }

  .feat-card {
    padding: 24px 20px;
  }

  .feat-test-card {
    padding: 24px 20px;
  }
}
