*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #1E2436;
  background: #FAFAF8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html { overflow-x: hidden; }

.bg-brand-grad { background: linear-gradient(135deg, #372D82 0%, #4B3AA4 55%, #6B5EC8 100%); }
.bg-brand-grad-links { background: linear-gradient(135deg, #372D82 0%, #4B3AA4 55%, #6B5EC8 100%); }
.bg-brand-grad-links .section-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #1E1B3A;
  text-align: center;
  margin-bottom: 12px;
}


.bg-brand-grad-soft { background: linear-gradient(135deg, #F5F3FF 0%, #EAE6FF 100%); }
.bg-pink-grad { background: linear-gradient(135deg, #C8405A 0%, #E0607A 100%); }
.text-brand-grad {
  background: linear-gradient(135deg, #E0607A, #6B5EC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-bg {
    position: relative;
    background-image: url(../images/yua-care-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay */
.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}

/* İçerik üste çıksın */
.hero-bg .max-w-7xl {
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .hero-bg {
        background-position: right center;
    }

    .hero-bg::before {
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.1) 100%
        );
    }
}
@media (max-width: 768px) {
    .hero-bg .text-slate,
    .hero-bg .text-brand-grad {
        color: #fff !important;
        -webkit-text-fill-color: #fff !important; /* gradient yazılar için */
        background: none !important;
    }
}
nav {
  background-color: white;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.nav-link { position: relative; transition: color .2s; }
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #E0607A, #6B5EC8);
  border-radius: 2px;
  transition: width .22s ease;
}
.nav-link:hover { color: #4B3AA4; }
.nav-link:hover::after { width: 100%; }

#mobile-menu { display: none; }
#mobile-menu.open { display: flex; flex-direction: column;}

.btn-brand {
  background: linear-gradient(135deg, #372D82 0%, #6B5EC8 100%);
  box-shadow: 0 4px 18px -4px rgba(75,58,164,.38);
  transition: transform .22s, box-shadow .22s;
}
.btn-brand:hover { transform: translateY(-2px); box-shadow: 0 8px 28px -6px rgba(75,58,164,.50); }

.btn-pink {
  background: linear-gradient(135deg, #C8405A 0%, #E0607A 100%);
  box-shadow: 0 4px 18px -4px rgba(224,96,122,.38);
  transition: transform .22s, box-shadow .22s;
}
.btn-pink:hover { transform: translateY(-2px); box-shadow: 0 8px 28px -6px rgba(224,96,122,.50); }

.btn-outline-brand { border: 2px solid #4B3AA4; color: #4B3AA4; transition: all .22s; }
.btn-outline-brand:hover { background: #F5F3FF; transform: translateY(-2px); }

.form-input { outline: none; transition: border-color .2s, box-shadow .2s; }
.form-input:focus { border-color: #4B3AA4; box-shadow: 0 0 0 3px rgba(75,58,164,.13); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .65s ease both; }
.d1 { animation-delay: .08s; }
.d2 { animation-delay: .18s; }
.d3 { animation-delay: .28s; }

.icon-brand { background: linear-gradient(135deg, #F5F3FF, #D0C8F8); }
.dot-grid { background-image: radial-gradient(circle, rgba(75,58,164,.16) 1.2px, transparent 1.2px); background-size: 22px 22px; }
.badge-brand { background: linear-gradient(135deg, #F5F3FF, #EAE6FF); border: 1px solid #C5BAEE; color: #4B3AA4; }
.star { color: #F59E0B; }
.section-alt { background: #F3F1FC; }

/* "3 adımda bakım başlar" numara rozetleri */
.step-num-brand {
  background: linear-gradient(135deg, #372D82 0%, #6B5EC8 100%);
  box-shadow: 0 6px 14px -6px rgba(75, 58, 164, 0.55);
}

.step-num-pink {
  background: linear-gradient(135deg, #C8405A 0%, #E0607A 100%);
  box-shadow: 0 6px 14px -6px rgba(224, 96, 122, 0.55);
}

/* Sticky WhatsApp */
.wa-btn {
  background: linear-gradient(135deg, #25D366 0%, #1DA851 100%);
  box-shadow: 0 10px 24px -8px rgba(29, 168, 81, 0.6);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wa-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 28px -8px rgba(29, 168, 81, 0.72);
}

/* ── STEPS (NASIL ÇALIŞIR) — on white bg ── */
  /* ===== SECTION ===== */
.light-section {
  background: #f8f7ff;
  padding: 90px 5%;
}

.light-section .section-title {
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #1E1B3A;
  text-align: center;
  margin-bottom: 12px;
}

.light-section .section-title em {
  font-style: italic;
  color: var(--purple);
}

.light-section .section-sub {
  text-align: center;
  color: #8A87A8;
  font-size: .95rem;
  max-width: 560px;
  margin: 0 auto 34px;
  line-height: 1.70;
}

/* tabs */
.steps-switcher {
  width: fit-content;
  margin: 0 auto 50px;
  background: rgba(255,255,255,0.9);
  border-radius: 0.75rem;
  padding: 6px;
  display: flex;
  gap: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.steps-tab {
  border: 0;
  background: transparent;
  color: #7A7699;
  font-size: .95rem;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all .25s ease;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

/* AKTİF TAB = BUTON GİBİ */
.steps-tab.is-active {
  background: linear-gradient(135deg, #372D82 0%, #6B5EC8 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(91,79,211,0.25);
}

/* HİZMET SAĞLAYAN AKTİF */
.steps-tab[data-target="saglayan"].is-active {
  background: linear-gradient(135deg, #C8405A 0%, #E06A80 100%);
  box-shadow: 0 12px 30px rgba(200,64,90,0.25);
}

/* HOVER */
.steps-tab:not(.is-active):hover {
  color: #1E1B3A;
  background: rgba(91,79,211,0.05);
}

/* panels */
.steps-panel {
  display: none;
}

.steps-panel.is-active {
  display: block;
}

/* grid */
.steps-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 120px;
  position: relative;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 300px);
  border-top: 2px dashed #C5BAEE;
  z-index: 0;
}

.steps-grid.steps-grid-pink::before {
  border-color: rgba(200,64,90,0.35);
}

/* cards */
.step-card {
  position: relative;
  z-index: 2;
  flex: 0 1 260px;
  max-width: 260px;
  min-height: 295px;
  padding: 32px 26px 34px;
  text-align: center;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(75,58,164,0.08);
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(91,79,211,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all .25s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(75,58,164,0.10);
  border-color: #CFC4F2;
}

.steps-grid-pink .step-card:hover {
  border-color: rgba(200,64,90,0.28);
  box-shadow: 0 18px 40px rgba(200,64,90,0.10);
}

.step-num {
  margin-bottom: 22px;
}

.nc-circle {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1.5px solid #C5BAEE;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .22s ease;
}

.nc-circle:hover {
  transform: translateY(-5px);
}

.nc-circle.brand {
  border-color: #C5BAEE;
}

.nc-circle.brand svg {
  color: #9B8FD4;
}

.nc-circle.brand.filled {
  background: #6b5ec8;
  border-color: #6b5ec8;
}

.nc-circle.brand.filled svg {
  color: #fff;
}

.nc-circle.pink {
  border-color: rgba(200,64,90,0.28);
}

.nc-circle.pink svg {
  color: #C8405A;
}

.nc-circle.pink.filled {
  background: #C8405A;
  border-color: #C8405A;
}

.nc-circle.pink.filled svg {
  color: #fff;
}

/* text */
.step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1E1B3A;
  margin-bottom: 14px;
  line-height: 1.35;
}

.step-body {
  font-size: .875rem;
  line-height: 1.75;
  color: #8A87A8;
  max-width: 190px;
  margin: 0 auto;
}

/* cta */
.steps-cta-wrap {
  text-align: center;
  margin-top: 40px;
}

.steps-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.steps-cta:hover {
  transform: translateY(-2px);
}

.steps-cta-brand {
  background: linear-gradient(135deg, #5B4FD3 0%, #8B7CF6 100%);
  box-shadow: 0 12px 28px rgba(91,79,211,0.22);
}

.steps-cta-pink {
  background: linear-gradient(135deg, #C8405A 0%, #E06A80 100%);
  box-shadow: 0 12px 28px rgba(200,64,90,0.22);
}

/* tablet */
@media (max-width: 991px) {
  .steps-grid {
    gap: 80px;
  }

  .steps-grid::before {
    width: calc(100% - 200px);
  }
}

/* mobile */
@media (max-width: 768px) {
  .light-section {
    padding: 72px 16px;
  }

  .light-section .section-sub {
    margin-bottom: 28px;
  }

  .steps-switcher {
    width: 100%;
    max-width: 420px;
    margin-bottom: 34px;
  }

  .steps-tab {
    flex: 1 1 50%;
    text-align: center;
    padding: 13px 14px;
    font-size: .9rem;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .steps-grid::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    border-top: none;
    border-left: 2px dashed #C5BAEE;
  }

  .steps-grid.steps-grid-pink::before {
    border-left-color: rgba(200,64,90,0.35);
  }

  .step-card {
    width: 100%;
    max-width: 420px;
    min-height: auto;
    padding: 30px 22px 32px;
  }

  .step-body {
    max-width: 100%;
  }

  .steps-cta {
    width: 100%;
    max-width: 420px;
    justify-content: center;
  }
}


.cta-bg-lines {
    background-image: repeating-linear-gradient(
      90deg,
      rgba(255,255,255,1) 0px,
      rgba(255,255,255,1) 1px,
      transparent 1px,
      transparent 48px
    );
  }
  .cta-title em {
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(135deg, #E0607A, #8B7CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .btn-cta-primary {
    background: linear-gradient(135deg, #372D82 0%, #6B5EC8 100%);
    box-shadow: 0 8px 24px -6px rgba(75,58,164,0.55);
    transition: transform .22s, box-shadow .22s;
  }
  .btn-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -6px rgba(75,58,164,0.70);
  }
  .btn-cta-secondary {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(197,186,238,0.22);
    transition: background .22s, border-color .22s, transform .22s;
  }
  .btn-cta-secondary:hover {
    background: rgba(107,94,200,0.12);
    border-color: rgba(107,94,200,0.45);
    transform: translateY(-2px);
  }
  .trust-check {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(107,94,200,0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .trust-check::after {
    content: '';
    display: block;
    width: 5px;
    height: 3px;
    border-left: 1.2px solid rgba(107,94,200,0.75);
    border-bottom: 1.2px solid rgba(107,94,200,0.75);
    transform: rotate(-45deg) translate(0.5px, -0.5px);
  }

    .bc-bg-lines {
    background-image: repeating-linear-gradient(
      90deg,
      rgba(255,255,255,1) 0px,
      rgba(255,255,255,1) 1px,
      transparent 1px,
      transparent 48px
    );
  }
  .bc-home-btn { transition: background .2s; }
  .bc-home-btn:hover { background: rgba(107,94,200,0.28) !important; }
  .bc-link { transition: color .2s; }
  .bc-link:hover { color: rgba(197,186,238,0.85) !important; }


 
  .footer-col-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(107,94,200,0.20);
  }
  .footer-link { transition: color .2s; }
  .footer-link:hover { color: rgba(197,186,238,0.90) !important; }
  .social-btn { transition: background .2s, border-color .2s, transform .2s; }
  .social-btn:hover {
    background: rgba(107,94,200,0.25) !important;
    border-color: rgba(107,94,200,0.45) !important;
    transform: translateY(-2px);
  }
  
  .footer-bottom-link { transition: color .2s; }
  .footer-bottom-link:hover { color: rgba(197,186,238,0.60) !important; }