/* ==========================================================================
   TIKTOK REKLAM AJANSI — ÜCRETSİZ STRATEJİ GÖRÜŞMESİ STYLESHEET
   ========================================================================== */

.strateji-section {
  background-color: #06070A;
  background-image: 
    radial-gradient(circle at 10% 15%, rgba(255, 34, 86, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 90% 70%, rgba(255, 34, 86, 0.08) 0%, transparent 45%);
  color: #FFFFFF;
  padding: 60px 0 90px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}

.strateji-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* ==========================================================================
   1. HERO TOP GRID (Text & 3D Showcase)
   ========================================================================== */
.strateji-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

/* Hero Left Column */
.strateji-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

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

.badge-tag-text {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #FF2256;
  text-transform: uppercase;
}

.strateji-hero-title {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  margin-bottom: 18px;
}

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

.strateji-hero-subtitle {
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  margin-bottom: 28px;
  max-width: 500px;
}

/* Checklist */
.strateji-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0;
}

.strateji-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.check-icon-wrap {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #FF2256;
  color: #FF2256;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Hero Right Column: 3D Showcase */
.strateji-hero-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase-visual-wrapper {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Floating Showcase Cards */
.floating-showcase-card {
  position: absolute;
  background: rgba(18, 21, 31, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 12px 16px;
  z-index: 10;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.showcase-card-title {
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 6px;
}

/* Card 1: UGC */
.card-ugc {
  top: 20px;
  left: 0;
  width: 130px;
}

.ugc-thumb-preview {
  height: 54px;
  background: linear-gradient(135deg, #2D3748 0%, #1A202C 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  overflow: hidden;
}

.ugc-views-count {
  font-size: 11px;
  font-weight: 800;
  color: #FFFFFF;
}

/* Card 2: AI Strateji */
.card-ai {
  top: 30px;
  right: 10px;
  width: 130px;
}

.ai-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #FFFFFF;
}

.ai-card-sub {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.5);
}

/* Card 3: Performance Bar Chart */
.card-perf {
  bottom: 40px;
  right: 0;
  width: 140px;
}

.equalizer-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 28px;
  padding-top: 6px;
}

.equalizer-bars .bar {
  flex: 1;
  background: #FF2256;
  border-radius: 3px;
}
.equalizer-bars .bar-1 { height: 40%; }
.equalizer-bars .bar-2 { height: 75%; }
.equalizer-bars .bar-3 { height: 50%; }
.equalizer-bars .bar-4 { height: 90%; }
.equalizer-bars .bar-5 { height: 60%; }

/* Smartphone Frame */
.phone-frame-container {
  width: 200px;
  height: 350px;
  background: #090B10;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  padding: 10px;
  transform: rotate(-4deg);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(255, 34, 86, 0.25);
  z-index: 5;
}

.phone-inner-screen {
  width: 100%;
  height: 100%;
  background: #0D0F17;
  border-radius: 24px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.phone-tiktok-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #FFFFFF;
}

.phone-chart-area {
  position: relative;
  padding-top: 20px;
}

.growth-chart-svg {
  width: 100%;
  height: auto;
}

.growth-stat-badge {
  text-align: center;
  margin-top: 10px;
}

.stat-number {
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  display: block;
  line-height: 1;
}

.stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

/* 3D Target Dartboard Icon */
.3d-target-dartboard {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 12;
}

.target-glow-ring {
  position: absolute;
  inset: -10px;
  background: rgba(255, 34, 86, 0.35);
  filter: blur(12px);
  border-radius: 50%;
}

.target-center-circle {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #2D3748 0%, #0F172A 100%);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
   2. MAIN FORM & SIDE CARDS GRID
   ========================================================================== */
.strateji-form-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.85fr;
  gap: 32px;
  align-items: flex-start;
}

/* Left Main Form Container (White Card) */
.strateji-form-card {
  background: #FFFFFF;
  color: #0F172A;
  border-radius: 32px;
  padding: 44px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.form-card-title {
  font-size: 32px;
  font-weight: 900;
  color: #0F172A;
  margin: 0 0 8px;
  letter-spacing: -0.5px;
}

.form-card-subtitle {
  font-size: 14.5px;
  color: #64748B;
  margin: 0 0 32px;
}

.strateji-lead-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-field-icon {
  position: absolute;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.str-form-input,
.str-form-select {
  width: 100%;
  height: 52px;
  padding: 0 18px 0 46px;
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #0F172A;
  outline: none;
  transition: all 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}

.str-form-input::placeholder {
  color: #94A3B8;
}

.str-form-input:focus,
.str-form-select:focus {
  background: #FFFFFF;
  border-color: #FF2256;
  box-shadow: 0 0 0 4px rgba(255, 34, 86, 0.12);
}

.full-width-input {
  width: 100%;
}

.select-chevron-icon {
  position: absolute;
  right: 16px;
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* Segmented Question Option Groups */
.segmented-question-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.question-lbl {
  font-size: 13.5px;
  font-weight: 700;
  color: #0F172A;
}

.segmented-pill-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.seg-pill-item {
  position: relative;
  cursor: pointer;
}

.seg-pill-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.seg-pill-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #64748B;
  transition: all 0.2s ease;
}

.seg-pill-item input[type="radio"]:checked + .seg-pill-button {
  background: #FFFFFF;
  border-color: #FF2256;
  color: #FF2256;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 34, 86, 0.12);
}

/* Submit CTA Button */
.btn-strateji-submit {
  width: 100%;
  height: 56px;
  margin-top: 10px;
  background: linear-gradient(135deg, #FF2256 0%, #E6003A 100%);
  color: #FFFFFF;
  font-size: 15.5px;
  font-weight: 800;
  border: none;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 30px rgba(255, 34, 86, 0.45);
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-strateji-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 34, 86, 0.65);
}

/* Right Side Info Cards Stack */
.strateji-side-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.str-info-card {
  background: rgba(20, 23, 36, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.str-info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 34, 86, 0.3);
}

.str-card-icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 34, 86, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.str-card-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.str-card-title {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.3;
}

.str-card-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.5;
}

/* ==========================================================================
   3. BOTTOM TRUST NOTE
   ========================================================================== */
.strateji-trust-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lock-icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 34, 86, 0.1);
  border: 1px solid rgba(255, 34, 86, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-text-group {
  display: flex;
  flex-direction: column;
}

.trust-bold {
  font-size: 15px;
  font-weight: 800;
  color: #FFFFFF;
}

.trust-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   4. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1080px) {
  .strateji-hero-grid,
  .strateji-form-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .strateji-hero-left {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .strateji-checklist {
    align-items: center;
  }
}

@media (max-width: 640px) {
  .strateji-hero-title {
    font-size: 38px;
  }

  .strateji-form-card {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .form-row-2col {
    grid-template-columns: 1fr;
  }

  .showcase-visual-wrapper {
    transform: scale(0.85);
    height: 320px;
  }
}
