/* ============================================================
   Singdia — Why Singdia (block 9)
   Bento-grid of 6 differentiators, each with custom illustration.
   ============================================================ */

.why {
  position: relative;
  padding: 110px 0 130px;
  background: var(--cream);
  overflow: hidden;
}
.why__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.why__bg::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  top: -150px; right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 164, 65, 0.12) 0%, transparent 70%);
  filter: blur(60px);
}
.why__bg::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  bottom: -200px; left: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 79, 109, 0.12) 0%, transparent 70%);
  filter: blur(60px);
}

.why__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

.why__head {
  text-align: center;
  margin-bottom: 56px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.why__head .eyebrow {
  justify-content: center;
  margin-bottom: 16px;
}
.why__head .eyebrow::before { display: none; }
.why__head .eyebrow::after {
  content: '';
  width: 18px; height: 1px;
  background: var(--saffron);
}
.why__title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.why__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--maroon);
}

/* Bento grid */
.why__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.why__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff;
  border: 1px solid rgba(107, 18, 49, 0.08);
  border-radius: 26px;
  padding: 30px 32px 32px;
  box-shadow: 0 16px 32px -20px rgba(74, 8, 32, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.why__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 48px -22px rgba(74, 8, 32, 0.32);
}

.why__card-wide { grid-column: span 8; }
.why__card-narrow { grid-column: span 4; }

.why__card-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.why__card-title em {
  font-style: italic;
  color: var(--maroon);
}
.why__card-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  text-wrap: pretty;
}

/* ─── Card 1: Listen Before You Pay ─── */
.why__listen {
  position: relative;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(217, 164, 65, 0.18) 0%, transparent 60%),
    linear-gradient(135deg, #fff 0%, var(--cream) 100%);
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: center;
}
.why__listen-text { display: flex; flex-direction: column; gap: 14px; }
.why__listen-visual {
  position: relative;
}
.why__player {
  position: relative;
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, var(--ink) 0%, var(--maroon-deep) 100%);
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 20px 40px -16px rgba(74, 8, 32, 0.55);
}
.why__player-tag {
  position: absolute;
  top: -12px;
  right: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--saffron), var(--maroon));
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 8px 18px -6px rgba(107, 18, 49, 0.55);
}
.why__player-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.why__player-art {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-soft), var(--maroon));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why__player-eq {
  display: flex;
  gap: 2px;
  align-items: center;
  height: 14px;
}
.why__player-eq span {
  width: 3px;
  background: #fff;
  border-radius: 1px;
  animation: why-eq 1.1s ease-in-out infinite;
}
.why__player-eq span:nth-child(1) { height: 30%; animation-delay: 0.0s; }
.why__player-eq span:nth-child(2) { height: 75%; animation-delay: 0.2s; }
.why__player-eq span:nth-child(3) { height: 50%; animation-delay: 0.4s; }
.why__player-eq span:nth-child(4) { height: 90%; animation-delay: 0.6s; }
@keyframes why-eq {
  0%, 100% { transform: scaleY(0.4); }
  50%      { transform: scaleY(1); }
}
.why__player-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.why__player-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.why__player-sub {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
}
.why__player-wave {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 24px;
}
.why__player-wave span {
  flex: 1;
  background: var(--gold);
  border-radius: 1.5px;
  opacity: 0.4;
}
.why__player-wave span:nth-child(-n+12) { opacity: 0.9; }
.why__player-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  opacity: 0.65;
}
.why__listen-cost {
  position: absolute;
  bottom: -12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(107, 18, 49, 0.12);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  box-shadow: 0 6px 16px -4px rgba(74, 8, 32, 0.2);
}
.why__listen-cost strong {
  color: var(--maroon);
  font-weight: 600;
}
.why__listen-cost s { color: rgba(0,0,0,0.3); }

/* ─── Card 2: Ready in 2 Minutes ─── */
.why__speed {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(230, 122, 43, 0.14) 0%, transparent 60%),
    #fff;
}
.why__speed-ring {
  position: relative;
  width: 130px;
  height: 130px;
  margin-bottom: 8px;
}
.why__speed-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.why__speed-track {
  fill: none;
  stroke: rgba(107, 18, 49, 0.08);
  stroke-width: 8;
}
.why__speed-fill {
  fill: none;
  stroke: url(#why-grad);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 339.292; /* 2π × 54 */
  stroke-dashoffset: 0;
  animation: why-speed-fill 4s ease-in-out infinite;
}
@keyframes why-speed-fill {
  0%   { stroke-dashoffset: 339.292; }
  60%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; }
}
.why__speed-time {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.why__speed-mins {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  color: var(--maroon);
}
.why__speed-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.why__vs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: rgba(217, 164, 65, 0.12);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  align-self: flex-start;
}
.why__vs s { opacity: 0.5; }
.why__vs strong { color: var(--maroon); }

/* ─── Card 3: 2 Unique Versions ─── */
.why__versions {
  background: linear-gradient(135deg, #fff 0%, var(--rose-pale) 100%);
}
.why__discs {
  position: relative;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__disc {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 30px -12px rgba(74, 8, 32, 0.4);
}
.why__disc--1 {
  left: 50%;
  margin-left: -82px;
  transform: rotate(-7deg);
  background: linear-gradient(135deg, var(--rose), var(--maroon));
}
.why__disc--2 {
  left: 50%;
  margin-left: -28px;
  transform: rotate(7deg);
  background: linear-gradient(135deg, var(--gold-soft), var(--saffron));
}
.why__disc-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  color: rgba(255,255,255,0.9);
  line-height: 1;
}
.why__disc-wave {
  display: flex;
  gap: 2px;
  align-items: center;
  height: 36px;
}
.why__disc-wave span {
  width: 3px;
  background: rgba(255,255,255,0.85);
  border-radius: 1.5px;
}

/* ─── Card 4: Bollywood, Punjabi & More ─── */
.why__genres {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: center;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(217, 164, 65, 0.18) 0%, transparent 60%),
    linear-gradient(135deg, #fff 0%, var(--cream) 100%);
}
.why__genres-text { display: flex; flex-direction: column; gap: 14px; }
.why__genres-visual {
  position: relative;
  height: 200px;
}
.why__genre-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(107, 18, 49, 0.12);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  box-shadow: 0 8px 18px -6px rgba(74, 8, 32, 0.18);
  white-space: nowrap;
}
.why__genre-chip::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--chip-c, var(--gold));
}
.why__genre-chip:nth-child(1) { top: 10px;  left: 10%;  --chip-c: #c94f6d; transform: rotate(-3deg); }
.why__genre-chip:nth-child(2) { top: 20px;  right: 4%;  --chip-c: #d9a441; transform: rotate(4deg); }
.why__genre-chip:nth-child(3) { top: 78px;  left: 24%;  --chip-c: #e67a2b; transform: rotate(-2deg); }
.why__genre-chip:nth-child(4) { top: 84px;  right: 8%;  --chip-c: #8b4d8f; transform: rotate(5deg); }
.why__genre-chip:nth-child(5) { top: 148px; left: 6%;   --chip-c: #6b1231; transform: rotate(-4deg); }
.why__genre-chip:nth-child(6) { top: 152px; right: 18%; --chip-c: #4a6e5d; transform: rotate(3deg); }

/* ─── Card 5: Hindi & English ─── */
.why__bilingual {
  background:
    radial-gradient(ellipse at 20% 100%, rgba(201, 79, 109, 0.14) 0%, transparent 60%),
    linear-gradient(135deg, #fff 0%, var(--cream) 100%);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: center;
}
.why__bilingual-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.why__lyric-card {
  padding: 14px 18px;
  background: #fff;
  border: 1px solid rgba(107, 18, 49, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 18px -6px rgba(74, 8, 32, 0.12);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.why__lyric-lang {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--maroon);
}
.why__lyric-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.3;
  color: var(--ink);
}
.why__lyric-text--hi {
  font-family: 'Noto Serif Devanagari', var(--font-display);
  font-style: normal;
}
.why__lyric-card::after {
  content: '✓✓';
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 11px;
  color: #4ab3f4;
  letter-spacing: -1px;
}

/* ─── Card 6: Simple & Secure ─── */
.why__secure {
  background:
    radial-gradient(ellipse at 80% 100%, rgba(125, 168, 151, 0.12) 0%, transparent 60%),
    #fff;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.why__secure-lock {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ink), var(--maroon));
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  box-shadow: 0 12px 24px -10px rgba(74, 8, 32, 0.45);
}
.why__secure-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.why__pay-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(107, 18, 49, 0.12);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.why__pay-badge--visa { color: #1a1f71; letter-spacing: 0.1em; font-style: italic; }
.why__pay-badge--mc { color: #eb001b; }
.why__pay-badge--upi { background: linear-gradient(135deg, #fff 0%, #fff 100%); color: #ff5f00; }
.why__pay-badge--rp { color: #097c43; }

/* ============================================================
   Tablet
   ============================================================ */
@media (max-width: 980px) {
  .why__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .why__card-wide { grid-column: span 6; }
  .why__card-narrow { grid-column: span 6; }
  .why__listen,
  .why__genres,
  .why__bilingual {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 640px) {
  .why { padding: 72px 0 88px; }
  .why__inner { padding: 0 18px; }
  .why__head { margin-bottom: 36px; }
  .why__grid { gap: 14px; }
  .why__card { padding: 24px 24px 26px; border-radius: 22px; }
  .why__card-title { font-size: 22px; }
  .why__listen,
  .why__genres,
  .why__bilingual {
    gap: 18px;
  }
  .why__listen-visual { max-width: 320px; margin: 4px auto 14px; }
  .why__genres-visual { height: 170px; }
  .why__genre-chip { font-size: 12px; padding: 7px 12px; }
}
