/* ============================================
   HİZMET LANDING PAGE - ORTAK STİLLER
   NextCode Collective
   ============================================ */

/* --- BİLGİLENDİRME SECTION --- */
.hl-info-section {
  padding: 5.5rem 0;
  background: rgba(0, 0, 0, 0.12);
}

.hl-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.hl-info-block {
  padding: 2rem 1.75rem 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color 0.3s ease, transform 0.3s ease;
  position: relative;
}

.hl-info-block:hover {
  border-color: rgba(0, 255, 102, 0.3);
  transform: translateY(-4px);
}

.hl-info-num {
  display: inline-block;
  font-family: var(--font-exo);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--green);
  background: rgba(0, 255, 102, 0.08);
  border: 1px solid rgba(0, 255, 102, 0.2);
  border-radius: 4px;
  padding: 0.2rem 0.6rem;
  margin-bottom: 1rem;
}

.hl-info-block h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.hl-info-block p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 0.85rem;
}

.hl-info-block p:last-child {
  margin-bottom: 0;
}

.hl-info-block p strong {
  color: var(--text-white);
  font-weight: 600;
}

@media (max-width: 1024px) {
  .hl-info-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hl-info-block:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .hl-info-grid {
    grid-template-columns: 1fr;
  }
  .hl-info-block:last-child {
    grid-column: span 1;
  }
}

/* --- HERO CLEAN (yeni minimal stil) --- */
.hl-hero-clean {
  padding: 8rem 0 5rem;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.hl-hero-clean::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 255, 102, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.hl-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hl-eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 3px;
  background: var(--green);
  border-radius: 2px;
  flex-shrink: 0;
}

.hl-eyebrow-text {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
}

.hl-hero-title-clean {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 1.5rem;
  color: var(--text-white);
  max-width: 780px;
}

.hl-title-muted {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
}

.hl-hero-desc-clean {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.85;
  max-width: 660px;
  margin-bottom: 2.25rem;
}

/* Platform pills (yeni sade) */
.hl-hero-platforms-clean {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

.hl-hero-platforms-clean span {
  padding: 0.3rem 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
  transition: all 0.2s ease;
}

.hl-hero-platforms-clean span:hover {
  border-color: rgba(0, 255, 102, 0.3);
  color: var(--text-white);
}

/* CTA Butonlar (clean) */
.hl-hero-ctas-clean {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hl-cta-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.75rem;
  background: var(--green);
  color: #000;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
}

.hl-cta-primary:hover {
  background: #00e55a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 255, 102, 0.3);
}

.hl-cta-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hl-cta-ghost:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--text-white);
}

/* --- HERO (eski - artık kullanılmıyor, geriye dönük uyumluluk) --- */
.hl-hero {
  position: relative;
  padding: 7rem 0 5rem;
  overflow: hidden;
  text-align: center;
}



.hl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 255, 102, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.hl-hero-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(0, 255, 102, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.hl-geo-glow {
  background: radial-gradient(ellipse at center, rgba(0, 180, 255, 0.1) 0%, rgba(0, 255, 102, 0.06) 40%, transparent 65%);
}

.hl-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(0, 255, 102, 0.1);
  border: 1px solid rgba(0, 255, 102, 0.3);
  border-radius: 50px;
  font-size: 0.8rem;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

.hl-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.hl-hero-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto 2.5rem;
  line-height: 1.85;
}

/* Hero Stats */
.hl-hero-stats {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  background: rgba(46, 51, 56, 0.7);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem 2.5rem;
  backdrop-filter: blur(10px);
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.hl-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.hl-stat-num {
  font-family: var(--font-exo);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--green);
  text-shadow: 0 0 20px rgba(0, 255, 102, 0.4);
  line-height: 1;
}

.hl-stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 500;
  text-align: center;
  max-width: 120px;
  line-height: 1.3;
}

.hl-stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  flex-shrink: 0;
}

.hl-hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* GEO Platform Pills */
.hl-geo-platforms {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hl-platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
  transition: all 0.2s;
}

.hl-platform-pill:hover {
  border-color: rgba(0, 255, 102, 0.4);
  color: var(--green);
}

/* ============================================
   PROBLEM & SOLUTION SECTION
   ============================================ */
.hl-problem-section {
  padding: 5rem 0;
  background: rgba(0, 0, 0, 0.15);
}

.hl-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.hl-col-tag {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.hl-tag-red {
  background: rgba(255, 80, 80, 0.1);
  border: 1px solid rgba(255, 80, 80, 0.3);
  color: #ff7070;
}

.hl-tag-green {
  background: rgba(0, 255, 102, 0.1);
  border: 1px solid rgba(0, 255, 102, 0.3);
  color: var(--green);
}

.hl-col-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.hl-problem-list,
.hl-solution-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hl-problem-list li,
.hl-solution-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.hl-prob-icon {
  color: #ff7070;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.hl-sol-icon {
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.hl-problem-col,
.hl-solution-col {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2.5rem;
  transition: all 0.3s ease;
}

.hl-solution-col {
  border-color: rgba(0, 255, 102, 0.2);
  background: rgba(0, 255, 102, 0.03);
}

/* ============================================
   FEATURES GRID
   ============================================ */
.hl-features-section {
  padding: 6rem 0;
}

.hl-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.hl-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.hl-feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hl-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hl-feature-card:hover {
  border-color: rgba(0, 255, 102, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 255, 102, 0.08);
}

.hl-feature-card:hover::before {
  opacity: 1;
}

.hl-feature-icon {
  width: 48px;
  height: 48px;
  color: var(--green);
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}

.hl-feature-card:hover .hl-feature-icon {
  filter: drop-shadow(0 0 10px var(--green));
}

.hl-feature-icon svg {
  width: 100%;
  height: 100%;
}

.hl-feature-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-white);
}

.hl-feature-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.hl-process-section {
  padding: 6rem 0;
  background: rgba(0, 0, 0, 0.12);
}

.hl-process-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.hl-process-step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hl-process-step:hover {
  border-color: rgba(0, 255, 102, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.hl-process-num {
  font-family: var(--font-exo);
  font-size: 2.5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 255, 102, 0.3);
  line-height: 1;
  margin-bottom: 1rem;
}

.hl-process-step h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-white);
}

.hl-process-step p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.hl-process-arrow {
  font-size: 1.5rem;
  color: var(--green);
  opacity: 0.5;
  flex-shrink: 0;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.hl-faq-section {
  padding: 6rem 0;
}

.hl-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hl-faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.hl-faq-item.open {
  border-color: rgba(0, 255, 102, 0.4);
}

.hl-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.35rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
  cursor: pointer;
  text-align: left;
  transition: color 0.2s;
}

.hl-faq-item.open .hl-faq-question {
  color: var(--green);
}

.hl-faq-arrow {
  font-size: 1.4rem;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.2s;
}

.hl-faq-item.open .hl-faq-arrow {
  transform: rotate(90deg);
  color: var(--green);
}

.hl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.hl-faq-item.open .hl-faq-answer {
  max-height: 300px;
}

.hl-faq-answer p {
  padding: 0 1.75rem 1.5rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ============================================
   OTHER SERVICES
   ============================================ */
.hl-other-services {
  padding: 5rem 0;
  background: rgba(0, 0, 0, 0.12);
}

.hl-other-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.hl-other-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.hl-other-card:hover {
  border-color: rgba(0, 255, 102, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.hl-other-icon {
  font-size: 1.75rem;
  margin-bottom: 0.85rem;
}

.hl-other-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.hl-other-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ============================================
   GEO EXPLAINER SECTION
   ============================================ */
.hl-explainer-section {
  padding: 5rem 0;
}

.hl-explainer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hl-explainer-text {
  padding-right: 1rem;
}

/* AI Demo Card */
.hl-ai-demo-card {
  background: #1a1f24;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hl-ai-demo-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.hl-ai-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: blink 2s ease-in-out infinite;
}

.hl-ai-demo-prompt {
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-style: italic;
}

.hl-ai-demo-response {
  padding: 1.25rem;
}

.hl-ai-demo-response p {
  font-size: 0.9rem;
  color: var(--text-white);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.hl-ai-source {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  background: rgba(0, 255, 102, 0.08);
  border: 1px solid rgba(0, 255, 102, 0.2);
  border-radius: 6px;
  font-size: 0.78rem;
  color: var(--green);
}

/* ============================================
   GEO COMPARE TABLE
   ============================================ */
.hl-compare-section {
  padding: 5rem 0;
  background: rgba(0, 0, 0, 0.12);
}

.hl-compare-table {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.hl-compare-row,
.hl-compare-col.hl-compare-header-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.hl-compare-row:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.hl-compare-cell {
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-right: 1px solid var(--border);
  display: flex;
  align-items: center;
}

.hl-compare-cell:last-child {
  border-right: none;
}

.hl-compare-label {
  font-weight: 600;
  color: var(--text-white);
  font-size: 0.85rem;
}

.hl-compare-header-row {
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--border);
}

.hl-compare-header-row .hl-compare-seo {
  font-weight: 700;
  color: var(--text-muted);
  font-size: 0.85rem;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hl-compare-header-row .hl-compare-geo-col {
  font-weight: 700;
  color: var(--green);
  font-size: 0.85rem;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hl-compare-geo-col {
  background: rgba(0, 255, 102, 0.03);
  color: var(--text-white);
}

/* ============================================
   TECHNOLOGY SECTION
   ============================================ */
.hl-tech-section {
  padding: 5rem 0;
}

.hl-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.hl-tech-category {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
}

.hl-tech-cat-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green);
  margin-bottom: 1rem;
}

.hl-tech-pills {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hl-tech-pill {
  display: block;
  padding: 0.4rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: all 0.2s;
}

.hl-tech-pill:hover {
  border-color: rgba(0, 255, 102, 0.3);
  color: var(--green);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hl-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hl-tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hl-other-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hl-process-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .hl-process-arrow {
    transform: rotate(90deg);
    text-align: center;
    display: block;
  }
}

@media (max-width: 768px) {
  .hl-hero {
    padding: 5rem 0 3.5rem;
  }

  .hl-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }

  .hl-two-col {
    grid-template-columns: 1fr;
  }

  .hl-features-grid {
    grid-template-columns: 1fr;
  }

  .hl-other-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hl-tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hl-explainer-grid {
    grid-template-columns: 1fr;
  }

  .hl-compare-table {
    overflow-x: auto;
  }

  .hl-hero-stats {
    padding: 1rem 1.25rem;
    gap: 1.25rem;
  }

  .hl-stat-divider {
    display: none;
  }

  .hl-stat-num {
    font-size: 1.35rem;
  }
}

@media (max-width: 480px) {
  .hl-other-grid {
    grid-template-columns: 1fr;
  }

  .hl-tech-grid {
    grid-template-columns: 1fr;
  }

  .hl-hero-ctas {
    flex-direction: column;
  }

  .hl-hero-ctas .btn-primary,
  .hl-hero-ctas .btn-outline {
    width: 100%;
    text-align: center;
  }
}
