/* =============================================
   SEO IMAGINE THIS
   InSync Agency — seo-imagine-this.css
   ============================================= */

.seo-it-section {
  background: #080808;
  padding: 60px 40px 80px;
  position: relative;
}

.seo-it-card {
  max-width: 1280px;
  margin: 0 auto;
  background: radial-gradient(
    ellipse at 70% 50%,
    rgba(124,58,237,0.35) 0%,
    rgba(60,15,85,0.4) 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 ── */
.seo-it-glow-1 {
  position: absolute;
  top: -10%;
  right: 15%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(233,30,140,0.4) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.seo-it-glow-2 {
  position: absolute;
  bottom: 10%;
  right: -5%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(124,58,237,0.5) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.seo-it-glow-3 {
  position: absolute;
  bottom: 5%;
  right: 25%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,165,80,0.25) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}

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

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

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

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

.seo-it-sub {
  font-family: var(--font-sans, 'Inter', sans-serif);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin: 0 0 36px;
  max-width: 460px;
}

.seo-it-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  background: #e91e8c;
  border-radius: 50px;
  font-family: var(--font-sans, '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.2s ease;
}
.seo-it-cta:hover { transform: translateY(-2px); color: #fff; }
.seo-it-cta svg { transition: transform 0.3s ease; }
.seo-it-cta:hover svg { transform: translate(2px, -2px); }

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

/* ── Result pill cards ── */
.seo-it-pill {
  position: absolute;
  background: rgba(15,15,15,0.85);
  backdrop-filter: blur(14px);
  border-radius: 14px;
  padding: 12px 18px;
  font-family: var(--font-sans, 'Inter', sans-serif);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}
.seo-it-pill-1 {
  top: 18%;
  left: 30%;
  transform: rotate(-4deg);
  border: 1px solid rgba(233,30,140,0.4);
  animation: seo-it-float-1 4s ease-in-out infinite;
}
.seo-it-pill-2 {
  top: 46%;
  left: 55%;
  transform: rotate(5deg);
  border: 1px solid rgba(181,155,255,0.4);
  animation: seo-it-float-2 5s ease-in-out infinite;
}
.seo-it-pill-3 {
  bottom: 16%;
  left: 25%;
  transform: rotate(-2deg);
  border: 1px solid rgba(255,255,255,0.1);
  animation: seo-it-float-3 4.5s ease-in-out infinite;
}

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

.seo-it-pill-dot {
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
}

.seo-it-pill-value {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}
.seo-it-pill-3 .seo-it-pill-value { font-size: 17px; }

/* ── Crosshair target ── */
.seo-it-target {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 26px;
  height: 26px;
  border: 1.5px solid #e91e8c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-it-target::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #e91e8c;
  border-radius: 50%;
}

/* ── Ambient dots ── */
.seo-it-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.seo-it-dot-1 {
  width: 5px;
  height: 5px;
  background: #e91e8c;
  top: 12%;
  right: 18%;
  box-shadow: 0 0 14px rgba(233,30,140,0.7);
  animation: seo-it-pulse 3s ease-in-out infinite;
}
.seo-it-dot-2 {
  width: 4px;
  height: 4px;
  background: #b59bff;
  top: 60%;
  right: 8%;
  box-shadow: 0 0 10px rgba(181,155,255,0.6);
  animation: seo-it-pulse 3.5s ease-in-out infinite 0.5s;
}
.seo-it-dot-3 {
  width: 5px;
  height: 5px;
  background: #f59e0b;
  bottom: 18%;
  right: 22%;
  box-shadow: 0 0 12px rgba(245,158,11,0.5);
  animation: seo-it-pulse 4s ease-in-out infinite 1s;
}

/* ── Animations ── */
@keyframes seo-it-float-1 {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50%       { transform: rotate(-4deg) translateY(-8px); }
}
@keyframes seo-it-float-2 {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50%       { transform: rotate(5deg) translateY(-10px); }
}
@keyframes seo-it-float-3 {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50%       { transform: rotate(-2deg) translateY(-6px); }
}
@keyframes seo-it-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(1.3); }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .seo-it-section { padding: 40px 16px 60px; }
  .seo-it-card {
    grid-template-columns: 1fr;
    padding: 40px 26px;
    gap: 30px;
    min-height: auto;
  }
  .seo-it-right { min-height: 280px; }
  .seo-it-pill { padding: 10px 14px; }
  .seo-it-pill-value { font-size: 15px; }
  .seo-it-headline { font-size: 32px; }
}
