/* IlajIndia — Final CTA "Take the First Step"
   Mint / teal premium card matching approved reference.
   Scoped to .ilj-fcta only. Does not affect Medical Review. */

.ilj-fcta {
  --fcta-mint: #E8F6F1;
  --fcta-mint-soft: #F3FBF8;
  --fcta-aqua: #D7F0E8;
  --fcta-teal: #0F766E;
  --fcta-teal-deep: #0B5F59;
  --fcta-teal-ink: #0A4F4A;
  --fcta-teal-mid: #14857C;
  --fcta-wa: #25D366;
  --fcta-wa-deep: #1EBE57;
  --fcta-radius: 22px;
  --fcta-shadow: 0 12px 28px rgba(10, 79, 74, 0.1), 0 2px 8px rgba(10, 79, 74, 0.05);
  position: relative;
  padding: 14px 0 18px;
  background: linear-gradient(180deg, #F7FCFA 0%, #F2F8F6 100%);
  overflow: clip;
}

.ilj-fcta__wrap {
  width: calc(100% - 20px);
  max-width: 430px;
  margin-inline: auto;
}

.ilj-fcta__card {
  position: relative;
  border-radius: var(--fcta-radius);
  background:
    radial-gradient(180px 140px at 18% 22%, rgba(255, 255, 255, 0.9), transparent 70%),
    linear-gradient(155deg, #F5FCFA 0%, #E7F5F0 42%, #DFF1EA 100%);
  box-shadow: var(--fcta-shadow);
  overflow: hidden;
  padding: 16px 14px 14px;
}

.ilj-fcta__plus {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 18px;
  height: 18px;
  opacity: 0.35;
  pointer-events: none;
  background:
    linear-gradient(var(--fcta-teal-mid), var(--fcta-teal-mid)) center / 100% 18% no-repeat,
    linear-gradient(var(--fcta-teal-mid), var(--fcta-teal-mid)) center / 18% 100% no-repeat;
}

.ilj-fcta__ekg {
  position: absolute;
  top: 42px;
  left: 8%;
  width: 90px;
  height: 28px;
  opacity: 0.2;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='28' fill='none'%3E%3Cpath d='M0 14h12l4-8 6 16 4-8h14' stroke='%230F766E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* Mobile: doctor LEFT + heading RIGHT, then full-width feats/actions */
.ilj-fcta__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(118px, 42%) minmax(0, 1fr);
  grid-template-areas:
    "visual intro"
    "feats feats"
    "actions actions";
  gap: 10px 8px;
  align-items: center;
}

.ilj-fcta__visual { grid-area: visual; }
.ilj-fcta__intro { grid-area: intro; }
.ilj-fcta__feats { grid-area: feats; }
.ilj-fcta__actions { grid-area: actions; }

.ilj-fcta__visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: stretch;
  min-height: 150px;
  max-height: 190px;
  pointer-events: none;
}

.ilj-fcta__orb {
  position: absolute;
  width: min(100%, 168px);
  aspect-ratio: 1;
  border-radius: 50%;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 42% 38%, #FFFFFF 0%, #C8EDE3 46%, rgba(15, 118, 110, 0.12) 72%, transparent 78%);
  z-index: 0;
}

.ilj-fcta__dots {
  position: absolute;
  right: -2px;
  top: 38%;
  width: 28px;
  height: 40px;
  opacity: 0.28;
  background-image: radial-gradient(circle, var(--fcta-teal-mid) 1.2px, transparent 1.4px);
  background-size: 8px 8px;
  z-index: 0;
}

.ilj-fcta__doctor {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 185px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 8px 14px rgba(10, 79, 74, 0.18));
}

.ilj-fcta__intro {
  position: relative;
  z-index: 2;
  padding-top: 2px;
  min-width: 0;
  align-self: center;
}

.ilj-fcta__title {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 6.2vw, 2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--fcta-teal-ink);
}

.ilj-fcta__title-a,
.ilj-fcta__title-b {
  display: block;
}

.ilj-fcta__title em {
  font-style: normal;
  color: var(--fcta-teal-mid);
}

.ilj-fcta__lead {
  margin: 0 0 8px;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #4A6B66;
  font-weight: 500;
  max-width: 28ch;
}

.ilj-fcta__rule {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--fcta-teal);
  position: relative;
}

.ilj-fcta__rule::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fcta-teal);
  transform: translateY(-50%);
}

[dir="rtl"] .ilj-fcta__rule::after {
  right: auto;
  left: -5px;
}

.ilj-fcta__feats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ilj-fcta__feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  min-height: 72px;
  padding: 10px 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(10, 79, 74, 0.07);
  border: 1px solid rgba(15, 118, 110, 0.06);
}

.ilj-fcta__feat-ico {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--fcta-aqua);
  color: var(--fcta-teal);
}

.ilj-fcta__feat-ico .icon {
  width: 16px;
  height: 16px;
  stroke-width: 1.75;
}

.ilj-fcta__feat-label {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--fcta-teal-deep);
  max-width: 12ch;
}

.ilj-fcta__actions {
  display: grid;
  gap: 8px;
}

.ilj-fcta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.ilj-fcta__btn:hover { transform: translateY(-1px); }

.ilj-fcta__btn .icon,
.ilj-fcta__wa-ico {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.ilj-fcta__btn--wa {
  background: linear-gradient(180deg, #2FE075 0%, #25D366 55%, #1EBE57 100%);
  color: #fff;
  box-shadow: 0 8px 16px rgba(37, 211, 102, 0.28);
  border: 0;
}

.ilj-fcta__btn--cb {
  background: #fff;
  color: var(--fcta-teal-deep);
  border: 1.5px solid rgba(15, 118, 110, 0.45);
  box-shadow: 0 2px 8px rgba(10, 79, 74, 0.06);
}

.ilj-fcta__btn--cb .icon { color: var(--fcta-teal); }

/* Stats strip */
.ilj-fcta__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 12px;
  padding: 12px 4px;
  border-radius: 16px;
  background: linear-gradient(180deg, #0B5F59 0%, #094E49 100%);
  box-shadow: 0 8px 18px rgba(9, 78, 73, 0.22);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ilj-fcta__stats::-webkit-scrollbar { display: none; }

.ilj-fcta__stat {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
  text-align: center;
  padding: 4px 3px;
  color: #fff;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.16);
  min-width: 0;
}

.ilj-fcta__stat:last-child { border-inline-end: 0; }

.ilj-fcta__stat-ico {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.92);
}

.ilj-fcta__stat-ico .icon {
  width: 14px;
  height: 14px;
}

.ilj-fcta__stat-val {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.ilj-fcta__stat-label {
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1.15;
  opacity: 0.88;
  max-width: 9ch;
}

/* Trust row */
.ilj-fcta__trust {
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(10, 79, 74, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.06);
}

.ilj-fcta__trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  padding: 2px;
}

.ilj-fcta__trust-ico {
  display: grid;
  place-items: center;
  color: var(--fcta-teal);
}

.ilj-fcta__trust-ico .icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.75;
}

.ilj-fcta__trust-label {
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--fcta-teal-deep);
  max-width: 10ch;
}

@media (min-width: 400px) {
  .ilj-fcta__title { font-size: 1.85rem; }
  .ilj-fcta__lead { font-size: 0.84rem; }
  .ilj-fcta__stat-val { font-size: 1.05rem; }
  .ilj-fcta__stat-label { font-size: 0.6rem; }
}

@media (min-width: 768px) {
  .ilj-fcta { padding: 20px 24px 22px; }

  .ilj-fcta__wrap {
    width: min(100%, 760px);
    max-width: none;
  }

  .ilj-fcta__card { padding: 22px 22px 18px; }

  /* Doctor left spanning; content stack on right */
  .ilj-fcta__layout {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.2fr);
    grid-template-areas:
      "visual intro"
      "visual feats"
      "visual actions";
    gap: 12px 18px;
    align-items: start;
  }

  .ilj-fcta__visual {
    align-self: stretch;
    min-height: 280px;
    max-height: none;
  }

  .ilj-fcta__doctor { max-height: 320px; }
  .ilj-fcta__orb { width: min(100%, 240px); top: 8%; }

  .ilj-fcta__title {
    font-size: 2.35rem;
    max-width: 14ch;
  }

  .ilj-fcta__lead {
    font-size: 0.95rem;
    max-width: 40ch;
  }

  .ilj-fcta__feats { gap: 12px; }

  .ilj-fcta__feat {
    min-height: 84px;
    padding: 12px 10px;
  }

  .ilj-fcta__feat-label { font-size: 0.84rem; }

  .ilj-fcta__actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ilj-fcta__stats {
    margin-top: 14px;
    padding: 14px 8px;
  }

  .ilj-fcta__stat-val { font-size: 1.35rem; }
  .ilj-fcta__stat-label {
    font-size: 0.72rem;
    max-width: 12ch;
  }

  .ilj-fcta__trust {
    margin-top: 12px;
    padding: 14px 10px;
  }

  .ilj-fcta__trust-label {
    font-size: 0.78rem;
    max-width: 12ch;
  }
}

@media (min-width: 1100px) {
  .ilj-fcta__wrap {
    width: min(100% - 48px, 1220px);
  }

  .ilj-fcta__card {
    padding: 26px 28px 22px;
    border-radius: 24px;
  }

  .ilj-fcta__layout {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.25fr);
    gap: 14px 28px;
  }

  .ilj-fcta__visual { min-height: 340px; }
  .ilj-fcta__doctor { max-height: 360px; }
  .ilj-fcta__orb { width: min(100%, 300px); }

  .ilj-fcta__title { font-size: 2.75rem; }
  .ilj-fcta__lead { font-size: 1.02rem; }

  .ilj-fcta__feat { min-height: 92px; }

  .ilj-fcta__feat-ico {
    width: 40px;
    height: 40px;
  }

  .ilj-fcta__feat-ico .icon {
    width: 18px;
    height: 18px;
  }

  .ilj-fcta__actions {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ilj-fcta__btn {
    min-height: 50px;
    font-size: 0.95rem;
  }

  .ilj-fcta__stat-ico {
    width: 26px;
    height: 26px;
  }

  .ilj-fcta__stat-ico .icon {
    width: 17px;
    height: 17px;
  }

  .ilj-fcta__stat-val { font-size: 1.5rem; }
}

@media (max-width: 359px) {
  .ilj-fcta__stat-val { font-size: 0.82rem; }
  .ilj-fcta__stat-label { font-size: 0.5rem; }
  .ilj-fcta__title { font-size: 1.4rem; }
}

[dir="rtl"] .ilj-fcta__title { letter-spacing: 0; }

[dir="rtl"] .ilj-fcta__stat {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.16);
}

[dir="rtl"] .ilj-fcta__stat:last-child { border-inline-end: 0; }
