/* ─────────────────────────────────────────────────────────
   Instant AI — /products/instant-ai/
   ───────────────────────────────────────────────────────── */

.ia-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 14px;
}

.ia-h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin: 0;
  color: var(--black);
  text-transform: uppercase;
}
.ia-h2 em { font-style: normal; color: var(--red); font-weight: 900; }

.ia-section-header { margin-bottom: 48px; max-width: 720px; }
.ia-section-sub { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 14px 0 0; }

/* ── BUTTONS ───────────────────────────────────────── */
.ia-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.22s, color 0.22s, transform 0.22s, border-color 0.22s;
}
.ia-btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.ia-btn:hover svg { transform: translateX(4px); }
.ia-btn--primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(255,44,85,0.25);
}
.ia-btn--primary:hover { background: var(--black); transform: translateY(-2px); }
.ia-btn--ghost { background: transparent; color: inherit; border: 2px solid currentColor; }
.ia-hero .ia-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.ia-hero .ia-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.ia-cta .ia-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.ia-cta .ia-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }

/* ── HERO ──────────────────────────────────────────── */
.ia-hero {
  position: relative;
  padding: 80px 48px 96px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,44,85,0.18) 0%, transparent 45%),
    radial-gradient(circle at 0% 100%, rgba(255,44,85,0.08) 0%, transparent 50%),
    var(--black);
  color: var(--white);
  overflow: hidden;
}

.ia-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%);
}

.ia-hero-watermark {
  position: absolute;
  bottom: -36px;
  right: -24px;
  font-size: clamp(6rem, 16vw, 14rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.04);
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
}

.ia-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.ia-hero-text { min-width: 0; }

.ia-hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 16px;
}

.ia-hero-h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 18px;
  color: var(--white);
  text-transform: uppercase;
}

.ia-hero-sub {
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
  margin: 0 0 18px;
  max-width: 560px;
}
.ia-hero-sub strong { color: var(--white); font-weight: 700; }

.ia-hero-body {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.66);
  margin: 0 0 32px;
  max-width: 560px;
}

.ia-hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

.ia-hero-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.ia-hero-meta li { display: flex; flex-direction: column; gap: 4px; }
.ia-hero-meta-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--red);
  letter-spacing: -0.02em;
  line-height: 1;
}
.ia-hero-meta-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* Hero media — fake AI live-intent card */
.ia-hero-media { display: flex; justify-content: center; min-width: 0; }
.ia-hero-card {
  width: 100%;
  max-width: 440px;
  background: linear-gradient(155deg, #1a1a1a 0%, #0A0A0A 70%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
  overflow: hidden;
}
.ia-hero-card-head {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 18px;
  background: rgba(255,255,255,0.02);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ia-hero-card-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.ia-hero-card-dot--green { background: #22C55E; }
.ia-hero-card-dot--amber { background: #F59E0B; }
.ia-hero-card-dot--red   { background: #EF4444; }
.ia-hero-card-title {
  margin-left: 12px; font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.65);
}

.ia-hero-card-body { padding: 22px 22px 26px; display: grid; gap: 14px; }

.ia-hero-card-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
}
.ia-hero-card-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), #FF6B8C);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ia-hero-card-meta { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; min-width: 0; }
.ia-hero-card-name { font-size: 13.5px; font-weight: 700; color: var(--white); }
.ia-hero-card-state { font-size: 11.5px; color: rgba(255,255,255,0.55); }
.ia-hero-card-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.ia-hero-card-tag--hot  { background: rgba(255,44,85,0.18); color: #FF6B8C; }
.ia-hero-card-tag--warm { background: rgba(245,158,11,0.18); color: #FBBF24; }

.ia-hero-card-stat {
  margin-top: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ia-hero-card-stat-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--red);
  letter-spacing: -0.02em;
  line-height: 1;
}
.ia-hero-card-stat-label { font-size: 12px; color: rgba(255,255,255,0.6); font-weight: 600; }

/* ── INTRO BAND ────────────────────────────────────── */
.ia-intro { padding: 72px 48px; background: #FFF7F8; }
.ia-intro-inner { max-width: 920px; margin: 0 auto; text-align: center; }
.ia-intro .ia-eyebrow { margin-bottom: 16px; }
.ia-intro .ia-h2 { margin-bottom: 18px; }
.ia-intro-body { font-size: 18px; line-height: 1.7; color: var(--black); margin: 0; }

/* ── SERVICE TIERS ─────────────────────────────────── */
.ia-tiers { padding: 96px 48px; background: var(--white); }
.ia-tiers-inner { max-width: 1200px; margin: 0 auto; }

.ia-tier-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ia-tier {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 28px 30px;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}
.ia-tier:hover {
  transform: translateY(-4px);
  border-color: rgba(255,44,85,0.3);
  box-shadow: 0 20px 48px rgba(0,0,0,0.06);
}

.ia-tier--featured {
  background: linear-gradient(155deg, #0F0F0F 0%, #1A1A1A 100%);
  color: var(--white);
  border-color: var(--red);
  box-shadow: 0 30px 60px rgba(255,44,85,0.15);
}
.ia-tier--featured:hover { transform: translateY(-6px); box-shadow: 0 36px 70px rgba(255,44,85,0.22); }

.ia-tier-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  background: var(--red);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(255,44,85,0.35);
}

.ia-tier-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  margin-bottom: 18px;
  background: rgba(255,44,85,0.1);
  color: var(--red);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 4px;
}
.ia-tier--featured .ia-tier-tag { background: rgba(255,255,255,0.1); color: var(--white); }

.ia-tier-name {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0 0 8px;
  color: var(--black);
}
.ia-tier--featured .ia-tier-name { color: var(--white); }

.ia-tier-subtitle {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 22px;
}
.ia-tier--featured .ia-tier-subtitle { color: rgba(255,255,255,0.65); }

.ia-tier-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 22px;
}
.ia-tier--featured .ia-tier-price { border-color: rgba(255,255,255,0.1); }

.ia-tier-amount {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--red);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.ia-tier-period {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.ia-tier--featured .ia-tier-period { color: rgba(255,255,255,0.55); }

.ia-tier-features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.ia-tier-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--black);
  margin: 10px 0;
}
.ia-tier--featured .ia-tier-features li { color: rgba(255,255,255,0.85); }

.ia-tier-features svg {
  width: 16px;
  height: 16px;
  color: var(--red);
  flex-shrink: 0;
  margin-top: 2px;
}

.ia-tier-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 20px;
  background: var(--black);
  color: var(--white);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.22s, transform 0.22s;
}
.ia-tier-cta svg { width: 13px; height: 13px; transition: transform 0.22s; }
.ia-tier-cta:hover { background: var(--red); transform: translateY(-1px); }
.ia-tier-cta:hover svg { transform: translateX(3px); }
.ia-tier--featured .ia-tier-cta {
  background: var(--red) !important;
  color: var(--white) !important;
}
.ia-tier--featured .ia-tier-cta svg {
  color: var(--white) !important;
  stroke: var(--white) !important;
}
.ia-tier--featured .ia-tier-cta:hover {
  background: var(--white) !important;
  color: var(--black) !important;
}
.ia-tier--featured .ia-tier-cta:hover svg {
  color: var(--black) !important;
  stroke: var(--black) !important;
}

/* ── HOW IT WORKS ──────────────────────────────────── */
.ia-how { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); }
.ia-how-inner { max-width: 1200px; margin: 0 auto; }

.ia-how-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ia-how-grid li {
  position: relative;
  padding: 32px 24px 28px;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 12px;
  transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
}
.ia-how-grid li:hover {
  transform: translateY(-3px);
  border-color: rgba(255,44,85,0.3);
  box-shadow: 0 16px 36px rgba(0,0,0,0.05);
}

.ia-how-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: rgba(0,0,0,0.18);
  font-variant-numeric: tabular-nums;
}

.ia-how-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(155deg, rgba(255,44,85,0.18) 0%, rgba(255,44,85,0.06) 100%);
  border: 1px solid rgba(255,44,85,0.28);
  color: var(--red);
  margin-bottom: 18px;
}
.ia-how-icon svg { width: 22px; height: 22px; }

.ia-how-grid h3 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
  color: var(--black);
  text-transform: uppercase;
}
.ia-how-grid p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ── REVIEWS ───────────────────────────────────────── */
.ia-reviews { padding: 96px 48px; background: var(--white); }
.ia-reviews-inner { max-width: 1200px; margin: 0 auto; }

.ia-reviews-track {
  list-style: none;
  padding: 4px;
  margin: 0 -4px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 360px;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.ia-reviews-track::-webkit-scrollbar { display: none; }

.ia-review {
  position: relative;
  padding: 36px 32px 32px;
  background: #FBFBFB;
  border: 1px solid var(--rule);
  border-radius: 12px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ia-review-mark {
  position: absolute;
  top: 12px;
  left: 22px;
  font-size: 64px;
  line-height: 1;
  color: var(--red);
  font-family: Georgia, serif;
  font-weight: 700;
  opacity: 0.22;
  pointer-events: none;
}

.ia-review-stars { display: inline-flex; gap: 2px; color: #F59E0B; margin-top: 22px; }
.ia-review-stars svg { width: 14px; height: 14px; }

.ia-review-body { font-size: 14.5px; line-height: 1.7; color: var(--black); margin: 0; flex: 1; }

.ia-review-meta { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--rule); }
.ia-review-photo {
  width: 44px; height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255,44,85,0.08);
}
.ia-review-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.ia-review-meta-text { display: flex; flex-direction: column; font-size: 13px; line-height: 1.4; min-width: 0; }
.ia-review-meta-text strong { font-weight: 700; color: var(--black); }
.ia-review-meta-text em { font-style: normal; color: var(--muted); font-size: 12px; }
.ia-review-site { color: var(--red); font-size: 11.5px; font-weight: 600; }

.ia-reviews-nav { display: inline-flex; gap: 10px; margin-top: 24px; }
.ia-reviews-arrow {
  width: 48px; height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D8D8D8;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ia-reviews-arrow svg { width: 18px; height: 18px; }
.ia-reviews-arrow:hover { background: var(--red); color: var(--white); border-color: var(--red); }

/* ── BOTTOM CTA ────────────────────────────────────── */
.ia-cta { padding: 96px 48px 104px; background: var(--black); color: var(--white); }
.ia-cta-inner { max-width: 880px; margin: 0 auto; text-align: center; }

.ia-cta-faces { display: inline-flex; margin: 0 auto 24px; }
.ia-cta-faces img {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 3px solid var(--black);
  margin-left: -16px;
  object-fit: cover;
  object-position: top center;
  background: rgba(255,44,85,0.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.35);
}
.ia-cta-faces img:first-child { margin-left: 0; }

.ia-cta-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 18px;
}

.ia-cta-h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 36px;
  color: var(--white);
  text-transform: uppercase;
}
.ia-cta-h2 em { font-style: normal; color: var(--red); font-weight: 900; }

.ia-cta-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ── MOBILE ────────────────────────────────────────── */
@media (max-width: 1100px) {
  .ia-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ia-how-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .ia-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .ia-hero-card { max-width: 100%; }
}

@media (max-width: 640px) {
  .ia-hero { padding: 56px 24px 64px; }
  .ia-hero-watermark { display: none; }
  .ia-intro,
  .ia-tiers,
  .ia-how,
  .ia-reviews,
  .ia-cta { padding: 64px 24px; }
  .ia-tier-grid,
  .ia-how-grid { grid-template-columns: 1fr; }
  .ia-hero-actions,
  .ia-cta-actions { flex-direction: column; width: 100%; }
  .ia-btn { width: 100%; justify-content: center; }
  .ia-hero-meta { gap: 16px; }
  .ia-reviews-track { grid-auto-columns: 88%; }
}

/* ── Hero product thumbnail (replaces synthetic AI card) ── */
.ia-hero-thumb {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 28px 64px rgba(0,0,0,0.4);
}

/* ── INTRO BAND — two paragraphs of body copy ──────── */
.ia-intro { padding: 72px 48px; background: #FFEBEF; border-bottom: 1px solid var(--rule); }
.ia-intro-inner { max-width: 1080px; margin: 0 auto; }
.ia-intro-body { font-size: 18px; line-height: 1.7; color: var(--black); margin: 0 0 18px; }
.ia-intro-body:last-child { margin-bottom: 0; }

/* ── SERVICE TIER TABS ─────────────────────────────── */
.ia-tabs { padding: 96px 48px; background: var(--white); }
.ia-tabs-inner { max-width: 1200px; margin: 0 auto; }
.ia-tabs-h2 { color: var(--red); margin: 0 0 48px; text-align: left; }

.ia-tabs-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 2px solid var(--rule);
  margin-bottom: 0;
}

.ia-tab-btn {
  flex: 1 1 0;
  min-width: 140px;
  padding: 18px 22px;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.005em;
  line-height: 1.2;
  color: var(--muted);
  text-align: center;
  cursor: pointer;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}

.ia-tab-btn:hover { color: var(--black); background: #FBFBFB; }

.ia-tab-btn.is-active {
  color: var(--red);
  border-bottom-color: var(--red);
  background: transparent;
}

.ia-tab-btn:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: -2px;
}

.ia-tabs-body {
  background: #FBFBFB;
  border: 1px solid var(--rule);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  padding: 40px 44px;
}

.ia-tab-panel { display: none; }
.ia-tab-panel.is-active { display: block; }

.ia-tab-intro {
  font-size: 17px;
  line-height: 1.7;
  color: var(--black);
  margin: 0 0 22px;
}

.ia-tab-heading {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  margin: 28px 0 14px;
}

.ia-tab-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.ia-tab-bullets li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--black);
}

.ia-tab-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
}

.ia-tab-bullets--compact li { margin: 6px 0; font-size: 14.5px; }

.ia-tab-sub-intro {
  font-size: 15.5px;
  font-weight: 500;
  color: var(--black);
  margin: 18px 0 14px;
}

.ia-tab-flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.ia-tab-flow-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--black);
}

.ia-tab-flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.ia-tab-flow-group h5 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin: 12px 0 10px;
}

.ia-tab-outro {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--muted);
  margin: 20px 0 0;
  font-style: italic;
}

@media (max-width: 640px) {
  .ia-tabs-bar { flex-direction: column; border-bottom: 0; }
  .ia-tab-btn {
    text-align: left;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 0;
  }
  .ia-tab-btn.is-active { border-bottom-color: var(--red); background: rgba(255,44,85,0.04); }
  .ia-tabs-body { border-top: 1px solid var(--rule); border-radius: 0 0 12px 12px; padding: 32px 24px; }
  .ia-tab-flow-grid { grid-template-columns: 1fr; }
}
