/* ============================================================
   Singdia — Feelings CTA (block 7)
   Emotional pitch + realistic phone-chat mockup
   ============================================================ */

.feel {
  position: relative;
  padding: 110px 0 130px;
  background: linear-gradient(180deg, #2a0a18 0%, #1a0509 100%);
  color: #fff;
  overflow: hidden;
}

.feel__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.feel__bg::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  top: -250px;
  left: -200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 164, 65, 0.16) 0%, transparent 70%);
  filter: blur(80px);
}
.feel__bg::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 79, 109, 0.16) 0%, transparent 70%);
  filter: blur(80px);
}
.feel__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,0.04) 0.5px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgba(255,255,255,0.03) 0.5px, transparent 1px);
  background-size: 6px 6px, 9px 9px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.feel__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
}

/* Left copy column */
.feel__copy { max-width: 520px; }
.feel__copy .eyebrow {
  color: var(--gold);
  margin-bottom: 22px;
}
.feel__copy .eyebrow::before { background: var(--gold); }

.feel__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 26px;
  text-wrap: balance;
}
.feel__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold);
}
.feel__title-strike {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: rgba(255,255,255,0.62);
  opacity: 0.9;
}
.feel__title-strike::after {
  content: '';
  position: absolute;
  left: -6%;
  right: -6%;
  top: 52%;
  height: 0.07em;
  min-height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  transform: rotate(-9deg);
  transform-origin: center;
  box-shadow: 0 1px 10px rgba(230,122,43,0.45);
  pointer-events: none;
}

.feel__lede {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  margin: 0 0 24px;
  text-wrap: pretty;
  max-width: 480px;
}

.feel__micro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 14px 0 28px;
}
.feel__micro-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}

.feel__cta {
  display: inline-flex;
  align-self: flex-start;
}

/* Right phone column */
.feel__phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

/* Phone bezel */
.phone {
  --phone-w: 340px;
  --phone-h: 700px;
  --phone-radius: 50px;
  width: var(--phone-w);
  height: var(--phone-h);
  background: #0d0d0f;
  border-radius: var(--phone-radius);
  padding: 12px;
  position: relative;
  box-shadow:
    /* Outer rim */
    0 0 0 1.5px #2a2a30,
    0 0 0 3px #0d0d0f,
    /* Glossy edge */
    inset 0 0 0 1px rgba(255,255,255,0.08),
    /* Soft glow */
    0 40px 80px -20px rgba(0,0,0,0.6),
    0 60px 120px -30px rgba(217,164,65,0.25);
}
.phone::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--phone-radius);
  background: linear-gradient(
    160deg,
    rgba(255,255,255,0.1) 0%,
    transparent 30%,
    transparent 70%,
    rgba(255,255,255,0.05) 100%
  );
  pointer-events: none;
}

.phone__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--phone-radius) - 12px);
  overflow: hidden;
  background: #ece5dd; /* WhatsApp-y cream */
  display: flex;
  flex-direction: column;
}

/* Dynamic island */
.phone__island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 32px;
  background: #000;
  border-radius: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}
.phone__island-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a1a1a;
}
.phone__island-cam {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f3a4a;
  box-shadow: inset 0 0 2px rgba(255,255,255,0.2);
}

/* iOS status bar */
.phone__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px 6px;
  font-family: -apple-system, "SF Pro", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  background: #ece5dd;
  position: relative;
  z-index: 5;
}
.phone__status-time {
  width: 60px;
  text-align: left;
}
.phone__status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.phone__status-icons svg { color: #000; }

/* Chat header (WhatsApp-ish but neutral) */
.phone__chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #e9d5b6;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: relative;
  z-index: 4;
}
.phone__chat-back {
  font-size: 18px;
  color: var(--maroon);
  font-weight: 600;
  line-height: 1;
}
.phone__chat-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--maroon));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
}
.phone__chat-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.phone__chat-name {
  font-family: -apple-system, "SF Pro", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.phone__chat-status {
  font-size: 11px;
  color: var(--ink-soft);
}
.phone__chat-icons {
  display: flex;
  gap: 14px;
  color: var(--maroon);
  opacity: 0.75;
}

/* Chat body */
.phone__chat {
  flex: 1;
  padding: 14px 12px 12px;
  background:
    /* WhatsApp doodle vibe — subtle paisley pattern */
    radial-gradient(circle at 20% 20%, rgba(107,18,49,0.04) 1px, transparent 2px),
    radial-gradient(circle at 80% 60%, rgba(217,164,65,0.05) 1px, transparent 2px),
    radial-gradient(circle at 50% 90%, rgba(201,79,109,0.04) 1px, transparent 2px),
    #ece5dd;
  background-size: 80px 80px, 100px 100px, 60px 60px, 100% 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
}

.phone__day {
  align-self: center;
  font-family: -apple-system, "SF Pro", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-soft);
  background: rgba(255,255,255,0.78);
  padding: 4px 10px;
  border-radius: 8px;
  margin: 2px 0 6px;
}

.phone__row {
  display: flex;
  flex-direction: column;
  max-width: 78%;
}
.phone__row--in {
  align-self: flex-start;
}
.phone__row--out {
  align-self: flex-end;
  align-items: flex-end;
}

.phone__name {
  font-family: -apple-system, "SF Pro", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--maroon);
  padding: 0 10px 2px;
}
.phone__name--gold { color: #b07a2a; }
.phone__name--plum { color: var(--plum); }

.phone__bubble {
  position: relative;
  font-family: -apple-system, "SF Pro", system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.4;
  padding: 7px 11px 6px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 1px rgba(0,0,0,0.08);
  max-width: 100%;
  word-wrap: break-word;
}
.phone__bubble-time {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  color: rgba(0,0,0,0.42);
  vertical-align: bottom;
  transform: translateY(2px);
}

/* Incoming bubble tail */
.phone__row--in .phone__bubble::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 8px;
  height: 13px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* Outgoing bubble tail */
.phone__row--out .phone__bubble {
  background: #dcf8c6;
}
.phone__row--out .phone__bubble::before {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  width: 8px;
  height: 13px;
  background: #dcf8c6;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.phone__bubble-tick {
  display: inline-block;
  margin-left: 2px;
  color: #4ab3f4;
  font-size: 10px;
  vertical-align: bottom;
  transform: translateY(2px);
}

/* Typing indicator */
.phone__typing {
  display: inline-flex;
  gap: 3px;
  padding: 4px 0;
}
.phone__typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink-soft);
  opacity: 0.4;
  animation: phone-typing 1.4s ease-in-out infinite;
}
.phone__typing span:nth-child(2) { animation-delay: 0.18s; }
.phone__typing span:nth-child(3) { animation-delay: 0.36s; }
@keyframes phone-typing {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30%           { opacity: 1; transform: translateY(-3px); }
}

/* Voice message bubble */
.phone__voice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px 7px 6px;
  min-width: 200px;
}
.phone__voice-play {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--maroon));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.phone__voice-play:hover { transform: scale(1.06); }
.phone__voice-play:disabled { opacity: 0.4; cursor: not-allowed; }
.phone__voice-play:disabled:hover { transform: none; }
.phone__voice-spinner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: phone-voice-spin 0.7s linear infinite;
}
@keyframes phone-voice-spin { to { transform: rotate(360deg); } }
.phone__voice.is-playing .phone__voice-play {
  box-shadow: 0 0 0 4px rgba(230, 122, 43, 0.28);
}
.phone__voice.is-playing .phone__voice-wave span.is-played:last-of-type {
  animation: phone-voice-eq 0.9s ease-in-out infinite alternate;
}
@keyframes phone-voice-eq {
  from { transform: scaleY(0.7); }
  to   { transform: scaleY(1.12); }
}
.phone__voice-wave {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 20px;
}
.phone__voice.is-active .phone__voice-wave { cursor: pointer; }
.phone__voice-wave span {
  flex: 1;
  background: var(--maroon);
  border-radius: 1.5px;
  opacity: 0.35;
  min-height: 18%;
  transition: opacity 0.18s ease, background 0.18s ease;
}
.phone__voice-wave span.is-played {
  opacity: 1;
  background: linear-gradient(180deg, var(--saffron), var(--maroon));
}
.phone__voice-time {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-soft);
}

/* Meta bubble (with caption) */
.phone__meta-bubble {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-style: italic;
  color: var(--ink-soft);
}
.phone__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

/* Bottom chat input bar */
.phone__chat-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #ece5dd;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.phone__chat-input-pill {
  flex: 1;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
.phone__chat-input-send {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bottom caption under phone */
.feel__caption {
  margin-top: 28px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

/* ============================================================
   Mobile
   ============================================================ */
@media (max-width: 960px) {
  .feel { padding: 72px 0 88px; }
  .feel__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0 18px;
    text-align: center;
  }
  .feel__copy { max-width: none; margin: 0 auto; }
  .feel__copy .eyebrow { justify-content: center; }
  .feel__copy .eyebrow::before { display: none; }
  .feel__copy .eyebrow::after {
    content: '';
    width: 18px;
    height: 1px;
    background: var(--gold);
  }
  .feel__lede { margin-left: auto; margin-right: auto; }
  .feel__micro { justify-content: center; }
  .feel__cta { align-self: center; }
  .feel__phone-wrap {
    transform: scale(0.92);
    transform-origin: top center;
  }
}

@media (max-width: 420px) {
  .phone {
    --phone-w: 300px;
    --phone-h: 620px;
  }
}
