/* ==================================================
   SES SİGORTA - CENTRAL TYPOGRAPHY SYSTEM
   Primary Font Family: Inter, Manrope
   ================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  /* FONT FAMILY */
  --font-primary: 'Inter', 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

  /* TYPOGRAPHY SIZE SCALE (SCALED UP 1 STEP SITE-WIDE) */
  --font-size-3xs: 9.5px;
  --font-size-2xs: 10.5px;
  --font-size-xs: 11.5px;
  --font-size-sm: 12.5px;
  --font-size-base: 13.5px;
  --font-size-md: 14.5px;
  --font-size-lg: 15.5px;
  --font-size-xl: 17.5px;
  --font-size-2xl: 19.5px;
  --font-size-3xl: 22px;
  --font-size-4xl: 28px;
  --font-size-hero: 46px;

  /* FONT WEIGHTS */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;

  /* LINE HEIGHTS */
  --line-height-hero: 1.08;
  --line-height-tight: 1.15;
  --line-height-heading: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.65;

  /* BRAND COLORS FOR TYPOGRAPHY */
  --typo-navy: #15265F;
  --typo-navy-dark: #17275F;
  --typo-dark: #202938;
  --typo-body: #424B57;
  --typo-secondary: #505863;
  --typo-muted: #69727D;
  --typo-light: #8A929B;
  --typo-green: #149447;
  --typo-orange: #F47B20;
  --typo-red: #E94B5F;
}

/* GLOBAL BASE TYPOGRAPHY */
body {
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-regular);
  color: var(--typo-body);
  font-size: 14px;
  line-height: var(--line-height-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary) !important;
  color: var(--typo-navy);
}

/* Koyu / Lacivert zeminlerde ve text-white tanımlı alanlarda başlık renklerinin beyaz görünmesini garanti altına al */
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.bg-navy-900 h1,
.bg-navy-900 h2,
.bg-navy-900 h3,
.bg-navy-900 h4,
.bg-navy-950 h1,
.bg-navy-950 h2,
.bg-navy-950 h3,
.bg-navy-800 h1,
.bg-navy-800 h2,
.bg-navy-800 h3,
[class*="bg-navy"] h1,
[class*="bg-navy"] h2,
[class*="bg-navy"] h3,
[class*="bg-[#15265F]"] h1,
[class*="bg-[#15265F]"] h2,
[class*="bg-[#15265F]"] h3,
.page-banner h1,
.page-banner h2,
.page-banner h3,
.page-banner h4 {
  color: #FFFFFF !important;
}

/* 4. HERO TITLE CLASS */
.typo-hero-title {
  font-family: var(--font-primary) !important;
  font-size: 46px;
  font-weight: var(--font-weight-extrabold);
  line-height: var(--line-height-hero);
  letter-spacing: -0.8px;
}
@media (max-width: 1024px) {
  .typo-hero-title {
    font-size: 36px;
    letter-spacing: -0.6px;
  }
}
@media (max-width: 640px) {
  .typo-hero-title {
    font-size: 28px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 380px) {
  .typo-hero-title {
    font-size: 23px;
    letter-spacing: -0.3px;
  }
}

/* 6. HERO DESCRIPTION CLASS */
.typo-hero-desc {
  font-family: var(--font-primary) !important;
  font-size: 15px;
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
  color: #303640;
  max-width: 380px;
}

/* 7. HERO BADGE CLASS */
.typo-hero-badge {
  font-family: var(--font-primary) !important;
  font-size: 11px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2px;
  text-transform: uppercase;
  line-height: 1;
}

/* 8. HERO ADVANTAGES CLASS */
.typo-hero-adv {
  font-family: var(--font-primary) !important;
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: #17213D;
}

/* 9. HEADER MENU LINKS */
.typo-nav-link {
  font-family: var(--font-primary) !important;
  font-size: 14.5px !important;
  font-weight: var(--font-weight-semibold);
  line-height: 1;
  letter-spacing: -0.05px;
}
.typo-nav-link.active {
  font-weight: var(--font-weight-bold);
}

/* 11. HEADER CTA */
.typo-cta-title {
  font-size: 13.5px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  text-transform: uppercase;
}
.typo-cta-sub {
  font-size: 11px;
  font-weight: var(--font-weight-medium);
}

/* 12. TEKLIF FORM TITLE & TEXT */
.typo-form-title {
  font-size: 21px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #15265F;
}
.typo-form-sub {
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  color: #69717C;
  line-height: 1.4;
}
.typo-form-type {
  font-size: 11px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
}
.typo-form-label {
  font-size: 11px;
  font-weight: var(--font-weight-medium);
  color: #59616D;
  line-height: 1.2;
}
.typo-form-input {
  font-size: 13px;
  font-weight: var(--font-weight-regular);
  color: #333d4b;
}
.typo-form-btn {
  font-size: 13.5px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.typo-kvkk {
  font-size: 10px;
  font-weight: var(--font-weight-regular);
  line-height: 1.3;
  color: #737B84;
}

/* 18. BÖLÜM ÜST ETİKETLERİ */
.typo-section-tag {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #149447;
}

/* 19. BÖLÜM ANA BAŞLIKLARI */
.typo-section-title {
  font-size: 30px;
  font-weight: var(--font-weight-extrabold);
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #15265F;
}
@media (max-width: 1024px) {
  .typo-section-title { font-size: 26px; }
}
@media (max-width: 640px) {
  .typo-section-title { font-size: 23px; }
}

.typo-section-desc {
  font-size: 13.5px;
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: #69717C;
}

/* 21. SİGORTA KART BAŞLIĞI VEYA AÇIKLAMASI */
.typo-card-title {
  font-size: 19px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  color: #15265F;
  letter-spacing: -0.2px;
}
.typo-card-desc {
  font-size: 12.5px;
  font-weight: var(--font-weight-regular);
  line-height: 1.55;
  color: #505863;
}
.typo-card-cta {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
}

/* 24. NEDEN SES SİGORTA KARTLARI */
.typo-feature-title {
  font-size: 13px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.25;
  color: #18213A;
}
.typo-feature-desc {
  font-size: 11px;
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
  color: #68717C;
}

/* 25. İSTATİSTİK RAKAMLARI */
.typo-stat-num {
  font-size: 25px;
  font-weight: var(--font-weight-extrabold);
}
.typo-stat-label {
  font-size: 11.5px;
  font-weight: var(--font-weight-medium);
  line-height: 1.25;
}

/* 26. CTA BANNER */
.typo-cta-banner-title {
  font-size: 28px;
  font-weight: var(--font-weight-extrabold);
  line-height: 1.15;
  color: #FFFFFF;
}
.typo-cta-banner-desc {
  font-size: 13.5px;
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

/* 28. FOOTER */
.typo-footer-title {
  font-size: 12px;
  font-weight: var(--font-weight-bold);
  color: #17275F;
}
.typo-footer-link {
  font-size: 11px;
  font-weight: var(--font-weight-regular);
  line-height: 1.8;
  color: #4E5764;
}
.typo-copyright {
  font-size: 10px;
  font-weight: var(--font-weight-regular);
  color: rgba(255, 255, 255, 0.9);
}

/* 29. ANLAŞMALI SİGORTA ŞİRKETLERİ PREMIUM LOGO CAROUSEL */
.partner-marquee-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  user-select: none;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}

.partner-marquee-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  align-items: center !important;
  gap: 1.5rem;
  animation: partnerContinuousScroll 48s linear infinite !important;
  will-change: transform;
}

.partner-marquee-container:hover .partner-marquee-track,
.partner-marquee-track:hover {
  animation-play-state: paused !important;
}

.partner-card-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.partner-card-item:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

@keyframes partnerContinuousScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .partner-marquee-track {
    gap: 1.125rem;
    animation-duration: 36s !important;
  }
}

@media (max-width: 480px) {
  .partner-marquee-track {
    gap: 0.875rem;
    animation-duration: 28s !important;
  }
}
