/* ─── Shared helpers ─────────────────────────────────────────── */

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #747780;
}
.page-breadcrumb a { color: #747780; transition: color 160ms ease; }
.page-breadcrumb a:hover { color: #1eb8d4; }
.page-breadcrumb .material-symbols-outlined { font-size: 1rem; color: #c4c6d0; }
.page-breadcrumb span:last-child { color: #001736; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1eb8d4;
}
.section-label .material-symbols-outlined { font-size: 1rem; }

.section-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #001736;
  line-height: 1.1;
}

.section-desc {
  max-width: 560px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #43474f;
}

/* ─── Hero ───────────────────────────────────────────────────── */

.bizimle-hero {
  position: relative;
  background: linear-gradient(160deg, #001736 0%, #002a5c 100%);
  overflow: hidden;
  padding-bottom: 0;
}

.bizimle-hero-inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.bizimle-hero-text {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .bizimle-hero-inner {
    grid-template-columns: minmax(0, 1fr) 460px;
    min-height: 560px;
    gap: 4rem;
    padding-bottom: 5rem;
  }
  .bizimle-hero-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.bizimle-hero-image {
  position: relative;
  border-radius: 1.75rem 1.75rem 0 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}

@media (min-width: 1024px) {
  .bizimle-hero-image {
    aspect-ratio: auto;
    align-self: stretch;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.bizimle-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bizimle-hero-img-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: rgba(0, 23, 54, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.bizimle-hero-img-badge .material-symbols-outlined {
  font-size: 1.3rem;
  color: #44d8f1;
}

.bizimle-hero-img-badge strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.bizimle-hero-img-badge small {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.05rem;
}

/* ─── Split card image ───────────────────────────────────────── */

.split-card-img {
  margin: -2.5rem -2.5rem 2rem;
  aspect-ratio: 16/7;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .split-card-img { margin: -3rem -3.5rem 2.25rem; }
}

.split-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.split-card:hover .split-card-img img { transform: scale(1.03); }

/* ─── Split cards (Hastalar / Ortaklar) ──────────────────────── */

.split-grid {
  display: grid;
  gap: 1px;
  background: rgba(196, 198, 208, 0.25);
  border-radius: 1.75rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .split-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.split-card {
  padding: 2.5rem 2.5rem 3rem;
}

@media (min-width: 1024px) {
  .split-card { padding: 3rem 3.5rem 3.5rem; }
}

.split-card--patients {
  background: #ffffff;
}

.split-card--partners {
  background: #f7f9fb;
}

.split-card-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1eb8d4;
  margin-bottom: 1.5rem;
}

.split-card-label .material-symbols-outlined { font-size: 1rem; }

.split-card h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #001736;
  line-height: 1.1;
  max-width: 400px;
  margin-bottom: 1rem;
}

.split-card p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: #43474f;
  max-width: 440px;
  margin-bottom: 2rem;
}

.feature-list {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.feature-list-item {
  display: flex;
  gap: 1rem;
}

.feature-list-check {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #1eb8d4;
}

.feature-list-check .material-symbols-outlined { font-size: 1.25rem; }

.feature-list-item h3 {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #001736;
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
}

.feature-list-item p {
  font-size: 0.86rem;
  line-height: 1.65;
  color: #43474f;
  margin-bottom: 0;
}

.split-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: #001736;
  border-bottom: 2px solid #001736;
  padding-bottom: 0.1rem;
  letter-spacing: -0.01em;
  transition: color 160ms ease, border-color 160ms ease, gap 160ms ease;
}

.split-card-link .material-symbols-outlined { font-size: 1rem; transition: transform 160ms ease; }
.split-card-link:hover { color: #1eb8d4; border-color: #1eb8d4; gap: 0.5rem; }
.split-card-link:hover .material-symbols-outlined { transform: translateX(2px); }

/* ─── Partnership model cards ────────────────────────────────── */

.partner-cards-grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 768px) {
  .partner-cards-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.partner-card {
  border-radius: 1.45rem;
  border: 1px solid rgba(196, 198, 208, 0.22);
  background: #ffffff;
  padding: 2rem 2rem 2.25rem;
  box-shadow: 0 10px 28px rgba(25, 28, 30, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 184, 212, 0.2);
  box-shadow: 0 20px 40px rgba(25, 28, 30, 0.08);
}

.partner-card-icon {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.95rem;
  background: rgba(0, 23, 54, 0.07);
  color: #001736;
  margin-bottom: 1.25rem;
}

.partner-card-icon .material-symbols-outlined { font-size: 1.4rem; }

.partner-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #001736;
  margin-bottom: 0.65rem;
}

.partner-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #43474f;
  margin-bottom: 1.25rem;
}

.partner-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.partner-card-chips span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(0, 23, 54, 0.06);
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #001736;
}

/* ─── Steps / Process ────────────────────────────────────────── */

.process-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.process-step {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.process-step-num {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #001736;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}

.process-step h3 {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #001736;
}

.process-step p {
  font-size: 0.85rem;
  line-height: 1.65;
  color: #43474f;
}
