/**
 * Sulax landing — class-based typography
 * Stiller HTML etiketine (h1, h2, p…) değil .sebil-t-* sınıflarına bağlıdır.
 * SEO için etiket değiştirildiğinde görünüm korunur.
 */

/* ------------------------------------------------------------------
 * Prose wrappers — sadece layout / spacing
 * ------------------------------------------------------------------ */

.sebil-prose {
  max-width: 100%;
  width: 100%;
}

.sebil-prose--center {
  text-align: center;
}

.sebil-prose--section {
  margin-bottom: 50px;
}

.sebil-prose--section-sm {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .sebil-prose--section {
    margin-bottom: 30px;
  }
}

.sebil-prose--about .sebil-t-lead,
.sebil-prose--about .sebil-t-body {
  margin-top: 50px;
}

.sebil-prose--about .sebil-t-body {
  margin-bottom: 30px;
}

.sebil-prose--about .sebil-t-body:last-child {
  margin-bottom: 0;
}

.sebil-prose--about .sebil-t-body + .sebil-t-body {
  margin-top: 0;
}

/* ------------------------------------------------------------------
 * Hero product name
 * ------------------------------------------------------------------ */

.sebil-t-hero-title {
  display: block;
  margin: 0;
  color: rgb(1, 150, 225);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 1280px) {
  .sebil-t-hero-title {
    font-size: 44px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .sebil-t-hero-title {
    font-size: 38px;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  .sebil-t-hero-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .sebil-t-hero-title {
    font-size: 40px;
    line-height: 1.1;
  }
}

@media (max-width: 480px) {
  .sebil-t-hero-title {
    font-size: 34px;
  }
}

/* ------------------------------------------------------------------
 * Hero
 * ------------------------------------------------------------------ */

.sebil-t-hero-subtitle {
  display: block;
  margin: 0;
  color: #324467;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-hero-body {
  margin: 0;
  color: #324467;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .sebil-t-hero-subtitle {
    font-size: 18px;
  }

  .sebil-t-hero-body {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .sebil-t-hero-subtitle {
    font-size: 19px;
    line-height: 1.35;
  }

  .sebil-t-hero-body {
    font-size: 15px;
    line-height: 1.55;
  }
}

.sebil-hero-section .sebil-t-hero-subtitle,
.sebil-hero-section .sebil-t-hero-body {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

/* ------------------------------------------------------------------
 * Section headers
 * ------------------------------------------------------------------ */

.sebil-t-section-title {
  display: block;
  margin: 0;
  color: #324467;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .sebil-t-section-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .sebil-t-section-title {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .sebil-t-section-title {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .sebil-t-section-title {
    font-size: 36px;
  }
}

.sebil-t-eyebrow {
  display: block;
  margin: 0 0 0;
  color: rgba(50, 68, 103, 0.75);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-brand {
  font-weight: 600;
}

.sebil-t-brand--blue {
  color: rgb(1, 150, 225);
}

.sebil-t-brand--magenta {
  color: #be1f4f;
}

.sebil-t-brand--white-soft {
  color: rgba(255, 255, 255, 0.65);
}

.sebil-t-brand--tracked {
  letter-spacing: 3px;
}

.sebil-t-lead {
  display: block;
  margin: 0;
  color: rgba(50, 68, 103, 0.75);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-lead--sm {
  font-size: 14px;
}

@media (max-width: 640px) {
  .sebil-t-eyebrow {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .sebil-t-eyebrow {
    font-size: 18px;
  }
}

.sebil-t-body {
  margin: 0;
  color: rgba(50, 68, 103, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.sebil-t-body--sm {
  font-size: 14px;
}

.sebil-t-body--address {
  font-size: 19px;
}

.sebil-t-body strong,
.sebil-t-body .sebil-t-emphasis,
.sebil-t-emphasis {
  font-weight: 600;
  color: inherit;
}

@media (max-width: 480px) {
  .sebil-t-body {
    font-size: 14px;
  }

  .sebil-t-body--address {
    font-size: 17px;
  }
}

/* ------------------------------------------------------------------
 * Info cards
 * ------------------------------------------------------------------ */

.sebil-t-info-title {
  display: block;
  margin: 0 0 10px;
  color: #324467;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

.sebil-t-info-body {
  margin: 0;
  color: rgba(50, 68, 103, 0.75);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sebil-t-info-title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .sebil-t-info-title {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .sebil-t-info-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .sebil-t-info-title {
    font-size: 20px;
  }

  .sebil-t-info-body {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------------
 * Testimonials
 * ------------------------------------------------------------------ */

.sebil-t-quote {
  margin: 0;
  color: rgba(50, 68, 103, 0.75);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.sebil-t-reviewer {
  margin: 0;
  color: #324467;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .sebil-t-reviewer {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .sebil-t-reviewer {
    font-size: 20px;
  }
}

/* ------------------------------------------------------------------
 * FAQ
 * ------------------------------------------------------------------ */

.sebil-t-faq-q {
  margin: 0;
  color: #324467;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.sebil-t-faq-a {
  margin: 0;
  padding-top: 5px;
  color: rgba(50, 68, 103, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}

.sebil-t-faq-a--compact {
  padding-top: 5px;
}

@media (min-width: 640px) {
  .sebil-t-faq-a {
    padding-top: 20px;
  }
}

@media (max-width: 640px) {
  .sebil-t-faq-q {
    font-size: 16px;
  }

  .sebil-t-faq-a {
    font-size: 13px;
  }

  .sebil-t-faq-a--compact {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------------
 * Discount banner
 * ------------------------------------------------------------------ */

.sebil-t-discount-eyebrow {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.sebil-t-discount-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.sebil-t-discount-body small {
  color: #fff;
}

.sebil-t-discount-value {
  display: block;
  margin: 0 0 30px;
  color: #fff385;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.sebil-t-discount-value strong {
  color: inherit;
  font-weight: inherit;
}

@media (max-width: 480px) {
  .sebil-t-discount-value {
    font-size: 60px;
  }
}

@media (min-width: 640px) {
  .sebil-t-discount-eyebrow {
    font-size: 22px;
  }

  .sebil-t-discount-body {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .sebil-t-discount-body {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------
 * Video overlay (promo)
 * ------------------------------------------------------------------ */

.sebil-t-overlay-eyebrow {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-overlay-title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-overlay-lead {
  margin: 5px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-overlay-subtitle {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-promo-eyebrow {
  display: block;
  margin: 0;
  color: rgba(50, 68, 103, 0.75);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.sebil-t-promo-title {
  display: block;
  margin: 0;
  color: #324467;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .sebil-t-overlay-title {
    font-size: 30px;
  }

  .sebil-t-overlay-lead {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .sebil-t-overlay-title {
    font-size: 34px;
  }
}

@media (min-width: 1024px) {
  .sebil-t-overlay-title {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .sebil-t-overlay-title {
    font-size: 46px;
  }

  .sebil-t-promo-title {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .sebil-t-overlay-title {
    font-size: 24px;
  }

  .sebil-t-overlay-lead {
    font-size: 16px;
  }

  .sebil-t-overlay-subtitle {
    font-size: 20px;
  }

  .sebil-t-promo-eyebrow {
    font-size: 14px;
  }
}
