/* ============================================
   HOME CSS - SesYalitimci.com
   Homepage-specific sections
   ============================================ */

/* === INTRO / ABOUT SECTION === */
.homepage-seo-intro {
  background: #ececec;
  padding: 34px 0 18px;
}

.seo-intro-box {
  background: #f3f3f3;
  border: 1px solid #d8d8d8;
  padding: 28px 30px 0;
  text-align: center;
}

.seo-intro-box h2 {
  font-size: 2.05rem;
  line-height: 1.2;
  color: #feb400;
  margin-bottom: 10px;
}

.seo-intro-slogan {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 22px;
  line-height: 1.1;
  font-family: var(--font-family);
  font-style: italic;
  letter-spacing: 0.4px;
}

.seo-intro-box p {
  font-size: 0.82rem;
  line-height: 1.8;
  color: #555;
  margin: 0 auto 12px;
  max-width: 1140px;
}

.seo-intro-box p strong {
  color: #1f1f1f;
}

.seo-intro-links {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid #d8d8d8;
}

.seo-intro-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 64px;
  padding: 10px 12px;
  border-right: 1px solid #d8d8d8;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f2a78;
}

.seo-intro-links a:last-child {
  border-right: none;
}

.seo-intro-links a:hover {
  background: #0f2a78;
  color: #fff;
}

.intro-section {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-section h2 {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.intro-section p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 25px;
}

.intro-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.intro-shortcuts a {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 30px;
  transition: var(--transition);
}

.intro-shortcuts a:hover {
  background: var(--primary);
  color: var(--white);
}

/* === SEO CONTENT SECTION === */
.seo-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.seo-content h2 {
  font-size: 2rem;
  color: #555;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.seo-content h2::before,
.seo-content h2::after {
  content: "";
  height: 1px;
  background: #d7d7d7;
  flex: 1;
  max-width: 420px;
}

.seo-content p {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.8;
  max-width: 1320px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.seo-content strong {
  color: var(--text-dark);
}

.seo-inline-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto 22px;
}

.seo-inline-gallery img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 8px;
}

/* === MAP / REGIONS SECTION === */
.regions-section {
  background: var(--gray-100);
  padding: 60px 0;
}

.regions-content {
  display: block;
}

.regions-map {
  position: relative;
}

.regions-map img {
  width: 100%;
  height: auto;
}

.regions-info h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #014b64;
  margin-bottom: 15px;
  text-align: center;
}

.regions-info p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

.regions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.regions-list a {
  display: inline-block;
  padding: 6px 14px;
  background: var(--white);
  color: var(--text-dark);
  font-size: 0.78rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-300);
  transition: var(--transition);
}

.regions-list a:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* === 5 ADIM SÜREÇ === */
.process-section {
  background: #fff;
  padding: 70px 0;
}

.process-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 38px;
  align-items: start;
}

.process-left h2 {
  font-size: 2.8rem;
  background: linear-gradient(to top right, #014b64, #01124d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  margin-bottom: 20px;
}

.process-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 28px 0;
  min-height: 170px;
  border-top: 1px solid #e8e8e8;
  opacity: 0.55;
  transition: opacity 0.25s ease;
}

.process-step.active {
  opacity: 1;
}

.process-arrow {
  font-size: 1.55rem;
  color: #d8d8d8;
  line-height: 1;
  margin-top: 5px;
}

.process-text h3 {
  color: #d1183c;
  font-size: 2rem;
  margin-bottom: 8px;
}

.process-text p {
  font-size: 0.95rem;
  color: #474747;
  line-height: 1.7;
  max-width: 520px;
}

.process-right {
  position: sticky;
  top: 80px;
}

.process-image-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.process-visual-item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.process-image {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  opacity: 0.55;
  transform: scale(0.82);
  filter: saturate(0.9);
  transition: transform 0.55s ease, opacity 0.55s ease, filter 0.55s ease;
}

.process-image.active {
  opacity: 1;
  transform: scale(1.18);
  filter: saturate(1.12);
}

.process-visual-item.active {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

/* === FAQ SECTION === */
.faq-section {
  background: #fff;
  padding: 50px 0 70px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 34px;
  align-items: start;
}

.faq-image img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.faq-eyebrow {
  display: block;
  font-size: 0.75rem;
  color: #7d7d7d;
  text-transform: lowercase;
  margin-bottom: 4px;
}

.faq-content h2 {
  font-size: 2.6rem;
  line-height: 1.15;
  background: linear-gradient(to top right, #014b64, #01124d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}

.faq-list {
  border-top: 1px solid #ececec;
}

.faq-item {
  border-bottom: 1px solid #ececec;
}

.faq-question {
  width: 100%;
  padding: 16px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f1f1f;
}

.faq-icon {
  font-size: 1.8rem;
  font-weight: 300;
  color: #222;
  line-height: 1;
}

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

.faq-answer p {
  padding: 0 0 14px;
  font-size: 0.9rem;
  color: #5b5b5b;
  line-height: 1.7;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-item.active .faq-question {
  color: #f4112f;
}

.faq-all-btn {
  display: inline-flex;
  margin-top: 18px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #f4112f;
  color: #fff;
  min-height: 42px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
}

.faq-all-btn:hover {
  background: #d70f29;
}

/* === REVIEWS SECTION === */
.reviews-section {
  background: #fff;
  padding: 70px 0 60px;
}

.reviews-eyebrow {
  display: block;
  font-size: 0.82rem;
  color: #777;
  margin-bottom: 10px;
}

.reviews-title {
  font-size: 2.55rem;
  line-height: 1.2;
  color: #141414;
  max-width: 900px;
  margin-bottom: 34px;
}

.reviews-title span {
  color: #d11f43;
}

.reviews-slider {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviews-track-wrap {
  overflow: hidden;
  flex: 1;
}

.reviews-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100% - 32px) / 3);
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 14px 14px 12px;
  background: #fff;
  min-height: 220px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.review-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4d6278;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.review-meta strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.2;
}

.review-meta span {
  font-size: 0.72rem;
  color: #8a8a8a;
}

.review-source {
  margin-left: auto;
  font-weight: 700;
  color: #4285f4;
  font-size: 0.95rem;
}

.review-stars {
  color: #fbbc05;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.review-card p {
  font-size: 0.8rem;
  color: #383838;
  line-height: 1.6;
}

.reviews-nav {
  width: 34px;
  height: 34px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  color: #555;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-nav:hover {
  background: #f5f5f5;
}

/* === CTA Banner === */
.cta-banner {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 50px 0;
  text-align: center;
  color: var(--white);
}

.cta-banner h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.cta-banner p {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner .btn-cta {
  display: inline-block;
  background: var(--accent);
  color: var(--primary);
  padding: 14px 40px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.cta-banner .btn-cta:hover {
  background: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* === More/View Button centered === */
.view-more-btn {
  text-align: center;
  margin-top: 35px;
}

/* Responsive */
@media (max-width: 992px) {
  .seo-inline-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-intro-box {
    padding: 24px 16px 0;
  }

  .seo-intro-box h2 {
    font-size: 1.55rem;
  }

  .seo-intro-slogan {
    font-size: 2.2rem;
  }

  .seo-intro-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .regions-content {
    display: block;
  }

  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-right {
    position: relative;
    top: auto;
  }

  .process-image {
    height: 215px;
  }

  .process-left h2 {
    font-size: 2.2rem;
    white-space: normal;
  }

  .process-text h3 {
    font-size: 1.6rem;
  }

  .reviews-title {
    font-size: 2rem;
  }

  .review-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-image img {
    max-width: 210px;
  }

  .faq-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .seo-inline-gallery {
    grid-template-columns: 1fr;
  }

  .seo-inline-gallery img {
    height: 220px;
  }

  .homepage-seo-intro {
    padding: 18px 0 8px;
  }

  .seo-intro-box p {
    font-size: 0.78rem;
    line-height: 1.7;
  }

  .seo-intro-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-intro-slogan {
    font-size: 1.7rem;
  }

  .seo-intro-links a {
    font-size: 0.8rem;
    min-height: 54px;
  }

  .reviews-section {
    padding: 50px 0;
  }

  .reviews-title {
    font-size: 1.55rem;
    margin-bottom: 22px;
  }

  .review-card {
    flex: 0 0 100%;
  }

  .reviews-nav {
    display: none;
  }

  .process-section {
    padding: 52px 0;
  }

  .process-left h2 {
    font-size: 1.7rem;
  }

  .process-text h3 {
    font-size: 1.3rem;
  }

  .process-text p {
    font-size: 0.86rem;
  }

  .faq-content h2 {
    font-size: 1.55rem;
  }

  .faq-question {
    font-size: 0.95rem;
  }

  .intro-section h2 {
    font-size: 1.4rem;
  }
  
  .cta-banner h2 {
    font-size: 1.3rem;
  }
}
