/* ====================================================
   hero.css — TikTok Agency Hero Section (Exact 1:1 Match)
   ==================================================== */

.hero-section {
  background: #09090C;
  color: #FFFFFF;
  padding: 40px 0 60px;
  overflow: hidden;
  position: relative;
}

.hero-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Main Grid Layout */
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}

/* ─── LEFT COLUMN ─── */
.hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

/* Top Pill Badge */
.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.pill-dot {
  width: 7px;
  height: 7px;
  background-color: #FF2256;
  border-radius: 50%;
  box-shadow: 0 0 10px #FF2256;
}

/* Hero Title */
.hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin: 0 0 20px;
}

.pink-gradient-text {
  background: linear-gradient(135deg, #FF2256 0%, #E6003A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hero Subtitle */
.hero-description {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 36px;
  max-width: 480px;
}

/* 3 Feature Items Row */
.hero-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
  width: 100%;
}

.feature-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.feature-desc {
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* CTA Group */
.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: linear-gradient(135deg, #FF2256 0%, #E6003A 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(255, 34, 86, 0.5);
  transition: all 0.25s ease;
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 34, 86, 0.7);
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.3);
}

/* ─── RIGHT COLUMN (Dashboard Showcase Layout) ─── */
.hero-right {
  position: relative;
  height: 500px;
  width: 100%;
}

.orbit-lines-svg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  border-radius: 50%;
  background: #111116;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  z-index: 25;
}

.badge-heart {
  width: 44px;
  height: 44px;
  top: 48%;
  left: -5px;
  transform: translateY(-50%);
}

.badge-tiktok {
  width: 48px;
  height: 48px;
  top: 50px;
  right: 175px;
  background: #0B0B0E;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.8);
}

.badge-chart {
  width: 40px;
  height: 40px;
  bottom: 75px;
  right: 200px;
  background: #14141A;
  border-radius: 12px;
}

/* Shared Glassmorphic Card Styling */
.card-spend,
.card-conversion,
.card-monthly {
  background: rgba(18, 18, 24, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10;
}

/* CARD 1: TOP LEFT - TOPLAM HARCAMA */
.card-spend {
  top: 10px;
  left: 50px;
  width: 215px;
}

.card-spend-title {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.card-spend-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 8px;
}

.card-spend-value {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.badge-growth-green {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10.5px;
  font-weight: 700;
  color: #10B981;
  background: rgba(16, 185, 129, 0.12);
  padding: 3px 8px;
  border-radius: 9999px;
}

.card-spend-sparkline {
  height: 30px;
  width: 100%;
}

/* CARDS 2 & 3: MIDDLE LEFT - UGC THUMBNAILS */
.ugc-thumbnails-stack {
  position: absolute;
  left: 70px;
  top: 140px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 12;
}

.ugc-thumb-card {
  width: 125px;
  height: 135px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.ugc-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ugc-thumb-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  padding: 3px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #FFFFFF;
}

/* CARD 4: CENTER MAIN — TIKTOK UGC PHONE CARD */
.ugc-main-phone-card {
  position: absolute;
  left: 205px;
  top: 45px;
  width: 225px;
  height: 415px;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(255, 34, 86, 0.15);
  transform: rotate(3.5deg);
  z-index: 20;
  transition: transform 0.3s ease;
}

.ugc-main-phone-card:hover {
  transform: rotate(1deg) scale(1.02);
}

.phone-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.phone-overlay-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}

.phone-actions-sidebar {
  position: absolute;
  right: 8px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.phone-avatar-wrap {
  position: relative;
  width: 32px;
  height: 32px;
}

.phone-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #FFFFFF;
  object-fit: cover;
}

.avatar-plus-btn {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #FF2256;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #FFFFFF;
  font-size: 9.5px;
  font-weight: 600;
}

.phone-caption-area {
  position: absolute;
  bottom: 14px;
  left: 12px;
  right: 46px;
  z-index: 5;
  color: #FFFFFF;
}

.phone-author {
  font-size: 11.5px;
  font-weight: 700;
  margin: 0 0 3px;
}

.phone-text {
  font-size: 10px;
  line-height: 1.35;
  margin: 0 0 5px;
  opacity: 0.9;
}

.phone-music {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  opacity: 0.7;
}

/* CARD 5: TOP RIGHT — DÖNÜŞÜM ORANI DONUT CHART */
.card-conversion {
  top: 95px;
  right: 15px;
  width: 170px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}

.donut-chart-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-center-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.donut-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.donut-value {
  font-size: 16.5px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 2px 0;
}

.badge-growth-green-sm {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 9px;
  font-weight: 700;
  color: #10B981;
}

/* CARD 6: BOTTOM RIGHT — AYLIK SONUÇLAR */
.card-monthly {
  bottom: 20px;
  right: 15px;
  width: 205px;
  padding: 14px 16px;
  z-index: 15;
}

.card-monthly-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 10px;
}

.monthly-stats-rows {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.monthly-stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11.5px;
}

.m-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.m-val {
  font-weight: 700;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: 8px;
}

.m-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  font-weight: 700;
  color: #10B981;
  background: rgba(16, 185, 129, 0.12);
  padding: 2px 5px;
  border-radius: 5px;
}

/* ─── BOTTOM BRAND LOGOS STRIP ─── */
.hero-brands-banner {
  margin-top: 10px;
  background: rgba(18, 18, 24, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 22px 28px;
  text-align: center;
}

.brands-headline {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
  letter-spacing: 0.2px;
}

.brands-logos-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand-logo-item {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.brand-logo-item:hover {
  opacity: 1;
}

.brand-modda { font-family: Georgia, serif; font-size: 16px; }
.brand-luxera { letter-spacing: 3px; font-weight: 800; font-size: 15px; }
.brand-trendyol { font-weight: 800; font-size: 18px; }
.brand-cicek { font-weight: 700; font-size: 14.5px; }
.brand-penti { font-size: 17px; font-weight: 600; }
.brand-teknosa { font-weight: 800; font-size: 15px; }
.brand-sa-box { background: rgba(255, 255, 255, 0.15); padding: 1px 4px; border-radius: 4px; font-size: 13px; margin-left: 2px; }
.brand-defacto { font-weight: 700; font-size: 16px; }
.brand-lcw { font-weight: 800; font-size: 14.5px; letter-spacing: 0.5px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-right {
    height: 480px;
    max-width: 540px;
    margin: 0 auto;
  }
  .hero-left {
    align-items: center;
    text-align: center;
  }
  .hero-description {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-title { font-size: 40px; }
  .hero-features-row { grid-template-columns: 1fr; gap: 14px; }
  .hero-brands-banner { padding: 18px 16px; }
  .brands-logos-grid { justify-content: center; gap: 16px; }
  .hero-right { transform: scale(0.85); transform-origin: center top; height: 420px; }
}

