/* ============================================================
   LEAD GENERATION — IMAGINE THIS SECTION
   lg-imagine-this.css
   ============================================================ */

.lg-it-section {
  background: #080808;
  padding: 0 40px 100px;
  position: relative;
}

.lg-it-card {
  max-width: 1280px;
  margin: 0 auto;
  background: radial-gradient(
    ellipse at 72% 50%,
    rgba(124,58,237,0.38) 0%,
    rgba(60,15,85,0.42) 35%,
    rgba(15,5,25,0.9) 75%,
    #0a0510 100%
  );
  border-radius: 28px;
  padding: 70px 80px;
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* ── Ambient glows ── */
.lg-it-glow-1 {
  position: absolute;
  top: -10%;
  right: 15%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(233,30,140,0.42) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.lg-it-glow-2 {
  position: absolute;
  bottom: 10%;
  right: -5%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(124,58,237,0.52) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.lg-it-glow-3 {
  position: absolute;
  bottom: 5%;
  right: 28%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(233,30,140,0.18) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}

.lg-it-silhouette {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  background: radial-gradient(ellipse, rgba(15,5,25,0.65) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ── Left column ── */
.lg-it-left {
  position: relative;
  z-index: 2;
}

.lg-it-headline {
  font-family: 'Inter', sans-serif;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 24px;
}

.lg-it-italic {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #e91e8c;
  font-weight: 500;
  display: block;
  margin-top: 6px;
}

.lg-it-sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.63);
  margin: 0 0 38px;
  max-width: 460px;
}

.lg-it-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  background: #e91e8c;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 50px rgba(233,30,140,0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lg-it-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(233,30,140,0.6);
  color: #fff;
}
.lg-it-cta svg { transition: transform 0.3s ease; flex-shrink: 0; }
.lg-it-cta:hover svg { transform: translate(2px, -2px); }

/* ── Right column ── */
.lg-it-right {
  position: relative;
  z-index: 2;
  min-height: 400px;
}

/* ── Floating ambient dots ── */
.lg-it-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.lg-it-dot-1 {
  width: 5px;
  height: 5px;
  background: #e91e8c;
  top: 10%;
  right: 16%;
  box-shadow: 0 0 14px rgba(233,30,140,0.75);
  animation: lg-it-pulse 3s ease-in-out infinite;
}
.lg-it-dot-2 {
  width: 4px;
  height: 4px;
  background: #b59bff;
  top: 58%;
  right: 6%;
  box-shadow: 0 0 10px rgba(181,155,255,0.65);
  animation: lg-it-pulse 3.5s ease-in-out infinite 0.5s;
}
.lg-it-dot-3 {
  width: 5px;
  height: 5px;
  background: #4ade80;
  bottom: 20%;
  right: 24%;
  box-shadow: 0 0 12px rgba(74,222,128,0.6);
  animation: lg-it-pulse 4s ease-in-out infinite 1s;
}

/* ── Result pill cards ── */
.lg-it-pill {
  position: absolute;
  background: rgba(12,8,20,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 14px;
  padding: 13px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 12px 36px rgba(0,0,0,0.5);
}

/* Pill 1 — top left — pink (Meta / Leads) */
.lg-it-pill-1 {
  top: 16%;
  left: 28%;
  transform: rotate(-4deg);
  border: 1px solid rgba(233,30,140,0.4);
  animation: lg-it-float-1 4s ease-in-out infinite;
}

/* Pill 2 — middle right — purple (Cost per lead) */
.lg-it-pill-2 {
  top: 44%;
  left: 52%;
  transform: rotate(5deg);
  border: 1px solid rgba(181,155,255,0.4);
  animation: lg-it-float-2 5s ease-in-out infinite;
}

/* Pill 3 — bottom left — neutral (Monthly enquiries) */
.lg-it-pill-3 {
  bottom: 14%;
  left: 22%;
  transform: rotate(-2deg);
  border: 1px solid rgba(255,255,255,0.1);
  animation: lg-it-float-3 4.5s ease-in-out infinite;
}

.lg-it-pill-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.lg-it-pill-1 .lg-it-pill-label { color: #e91e8c; }
.lg-it-pill-2 .lg-it-pill-label { color: #b59bff; }
.lg-it-pill-3 .lg-it-pill-label { color: rgba(255,255,255,0.55); }

.lg-it-pill-dot {
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(74,222,128,0.8);
  animation: lg-it-pulse 2.5s ease-in-out infinite;
}

.lg-it-pill-value {
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
.lg-it-pill-3 .lg-it-pill-value { font-size: 17px; }

/* ── Crosshair / target ring ── */
.lg-it-target {
  position: absolute;
  top: 34%;
  left: 38%;
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(233,30,140,0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: lg-it-ring-pulse 3s ease-in-out infinite;
}
.lg-it-target::after {
  content: '';
  width: 9px;
  height: 9px;
  background: #e91e8c;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(233,30,140,0.8);
}

/* ── Keyframes ── */
@keyframes lg-it-float-1 {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50%       { transform: rotate(-4deg) translateY(-9px); }
}
@keyframes lg-it-float-2 {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50%       { transform: rotate(5deg) translateY(-11px); }
}
@keyframes lg-it-float-3 {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50%       { transform: rotate(-2deg) translateY(-7px); }
}
@keyframes lg-it-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(1.35); }
}
@keyframes lg-it-ring-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(233,30,140,0.3); }
  50%       { box-shadow: 0 0 0 8px rgba(233,30,140,0); }
}

/* ── Mobile ── */
@media (max-width: 900px) {
  .lg-it-section { padding: 0 20px 70px; }
  .lg-it-card {
    grid-template-columns: 1fr;
    padding: 44px 28px;
    gap: 32px;
    min-height: auto;
  }
  .lg-it-right { min-height: 300px; }
  .lg-it-pill  { padding: 10px 14px; }
  .lg-it-pill-value { font-size: 16px; }
  .lg-it-headline { font-size: clamp(28px, 7vw, 40px); }
}

@media (max-width: 480px) {
  .lg-it-card { padding: 32px 20px; }
  .lg-it-pill-1 { left: 5%; top: 8%; }
  .lg-it-pill-2 { left: 42%; top: 42%; }
  .lg-it-pill-3 { left: 5%; bottom: 8%; }
}

@media (prefers-reduced-motion: reduce) {
  .lg-it-pill-1, .lg-it-pill-2, .lg-it-pill-3,
  .lg-it-dot-1, .lg-it-dot-2, .lg-it-dot-3,
  .lg-it-target, .lg-it-pill-dot { animation: none; }
}
/* ════════════════════════════════════════════════
   ENQUIRIES INBOX INFOGRAPHIC
   📥 with a live-counting number over the arrow
   ════════════════════════════════════════════════ */
.lg-inbox {
  position: absolute;
  bottom: 12%;
  left: 14%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 18px 26px 14px;
  background: rgba(15,15,15,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.55);
  overflow: visible;
  z-index: 4;
  animation: lg-it-float-3 4.5s ease-in-out infinite;
}

/* ── The counting number, sitting over the inbox arrow ── */
.lg-inbox-count-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  color: #fff;
  text-shadow: 0 4px 18px rgba(233,30,140,0.55);
}
.lg-inbox-plus {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 20px;
  font-weight: 800;
  color: #e91e8c;
  margin-right: 1px;
}
.lg-inbox-count {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

/* ── Inbox tray emoji (its arrow points down into the tray) ── */
.lg-inbox-emoji {
  font-size: 34px;
  line-height: 1;
  margin-top: -2px;
  filter: drop-shadow(0 6px 16px rgba(233,30,140,0.45));
  animation: lg-inbox-bob 2.6s ease-in-out infinite;
}
@keyframes lg-inbox-bob {
  0%, 100% { transform: translateY(0)    scale(1);    }
  45%      { transform: translateY(-3px) scale(1.07); }
}

.lg-inbox-label {
  margin-top: 4px;
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.55);
  white-space: nowrap;
}

/* ── Enquiries dropping into the tray ── */
.lg-inbox-drops {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 30px;
  pointer-events: none;
}
.lg-inbox-drop {
  position: absolute;
  left: 50%;
  width: 13px;
  height: 10px;
  margin-left: -6.5px;
  border-radius: 2px;
  background: linear-gradient(160deg, #ffffff 0%, #f7c6e0 100%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  opacity: 0;
  animation: lg-inbox-fall 2.4s ease-in infinite;
}
.lg-inbox-drop:nth-child(2) { animation-delay: 0.8s; }
.lg-inbox-drop:nth-child(3) { animation-delay: 1.6s; }

@keyframes lg-inbox-fall {
  0%        { transform: translateY(-8px) rotate(-10deg); opacity: 0; }
  20%       { opacity: 1; }
  70%       { transform: translateY(22px) rotate(5deg);   opacity: 1; }
  86%, 100% { transform: translateY(30px) rotate(5deg);   opacity: 0; }
}

@media (max-width: 900px) {
  .lg-inbox { position: relative; bottom: auto; left: auto; margin: 22px auto 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lg-inbox,
  .lg-inbox-emoji { animation: none; }
  .lg-inbox-drop  { animation: none; opacity: 0; }
}

/* mobile readability: micro-labels under 10px are raised on phones */
@media (max-width: 768px) {
  .lg-it-pill-label { font-size: 10.5px; }
  .lg-inbox-label { font-size: 10.5px; }
}
