.inner-page .header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(43, 95, 190, 0.14);
  box-shadow: 0 2px 16px rgba(43, 95, 190, 0.06);
}

/* İç sayfa logosu — beyaz header üzerinde her zaman görünür */
.inner-page .header .header__logo {
  position: relative;
  z-index: 3;
}

.inner-page .header .header__logo-img,
.inner-page .header:not(.is-scrolled) .header__logo-img,
.inner-page .header.is-scrolled .header__logo-img {
  display: block;
  height: 76px;
  width: auto;
  min-width: 120px;
  max-width: min(240px, 36vw);
  object-fit: contain;
  opacity: 1;
  visibility: visible;
  filter: none;
  background: transparent!important;
  padding: 0.35rem 0.65rem !important;
}

.inner-page .header__toggle span{
    background: var(--brand-blue-dark)!important;
}

@media (max-width: 767px) {
  .inner-page .header .header__logo-img {
    height: 56px;
    min-width: 96px;
    max-width: min(180px, 44vw);
  }
}

/* İç sayfa menü okunurluğu */
.inner-page .header .header__menu a,
.inner-page .header:not(.is-scrolled) .header__menu a,
.inner-page .header.is-scrolled .header__menu a {
  color: #1a3568;
  font-weight: 600;
  text-shadow: none;
}

.inner-page .header .header__menu a:hover {
  color: var(--brand-orange-dark);
}

.inner-page .header .header__menu a::after {
  background: var(--brand-orange);
}

.inner-page .header .header__social-link,
.inner-page .header:not(.is-scrolled) .header__social-link,
.inner-page .header.is-scrolled .header__social-link {
  color: var(--brand-blue-dark);
  background: rgba(29, 67, 137, 0.07);
  border-color: rgba(29, 67, 137, 0.14);
}

.inner-page .header .header__social-link:hover i.fa-instagram {
  color: #e1306c;
}

.inner-page .header .header__social-link:hover i.fa-whatsapp {
  color: #25d366;
}

/* Font Awesome — Elementor/tema font override düzeltmesi */
.fa-solid,
.fa-regular,
.fa-brands,
[class*="fa-"]::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-solid,
.fa-regular,
.ip-icon-list i[class*="fa-"],
.ip-highlight-box__icon,
.header__menu i[class*="fa-"],
.header__megamenu i[class*="fa-"],
.inner-card i[class*="fa-"],
.footer i[class*="fa-"],
.elementor-widget i[class*="fa-"],
.elementor-element i[class*="fa-"] {
  font-family: "Font Awesome 6 Free", sans-serif !important;
}

.fa-brands,
i.fa-instagram,
i.fa-whatsapp,
i.fa-facebook-f,
i.fa-youtube {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400 !important;
}

.fa-solid,
.ip-icon-list .fa-solid,
.ip-highlight-box__icon {
  font-weight: 900;
}

.inner-page .header .header__menu-item.has-submenu > a i {
  color: var(--brand-orange);
}

@media (min-width: 1200px) {
  .inner-page .header__inner {
    gap: 1rem;
  }

  .inner-page .header__nav {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .inner-page .header__actions .header__cta,
  .inner-page .header__actions .header__social {
    display: none;
  }
}

.inner-hero__lead {
  font-family: var(--font-hero);
  margin-top: 1rem;
  max-width: 62ch;
  color: #e8f0ff;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
}

.inner-hero__meta {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: rgba(232, 240, 255, 0.85);
}

.inner-page--blog .team-value-card h2 a {
  color: inherit;
  text-decoration: none;
}

.inner-page--blog .team-value-card h2 a:hover {
  color: var(--brand-orange-light);
}

/* Elementor iç sayfa hero — tam genişlik arka plan */
.elementor-widget-oda_inner_hero,
.elementor-widget-oda_inner_hero .elementor-widget-container {
  width: 100%;
}

.elementor-widget-oda_inner_hero .inner-hero {
  width: 100%;
}

/* Modern görselli breadcrumb + hero */
.inner-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--header-h) + 3rem) 0 3.4rem;
  /* Yedek arka plan (görsel yüklenemezse) */
  background: linear-gradient(135deg, #0d2560 0%, #1d4389 50%, #2b5fbe 100%);
}

/* Arka plan görseli — tam opaklıkta, görünür */
.inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--oda-inner-hero-bg, url("../site-assets/images/pages/biz-kimiz.jpg"));
  background-size: cover;
  background-position: center top;
  opacity: 0.55;
  mix-blend-mode: normal;
  pointer-events: none;
  z-index: 0;
}

/* Metin okunabilirliği için karartma katmanı */
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(5, 18, 52, 0.65) 0%,
    rgba(10, 30, 80, 0.48) 55%,
    rgba(10, 30, 80, 0.30) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.inner-hero .container {
  position: relative;
  z-index: 2;
}

.inner-hero,
.inner-hero .page-title,
.inner-hero .inner-hero__lead,
.inner-hero .breadcrumb,
.inner-hero .breadcrumb a,
.inner-hero .breadcrumb span {
  color: #fff;
}

.page-title {
  font-family: var(--font-hero);
  color: #fff;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

.inner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.7fr);
  gap: clamp(1.25rem, 3vw, 2.4rem);
  align-items: start;
}

.inner-content {
  display: grid;
  gap: 1rem;
}

.breadcrumb {
  font-family: var(--font-hero);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.84rem;
  box-shadow: 0 10px 25px rgba(9, 26, 58, 0.2);
  position: relative;
  isolation: isolate;
}

.breadcrumb::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.66), rgba(242, 140, 40, 0.58));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

.breadcrumb::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.74rem;
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(242, 140, 40, 0.9);
  color: #fff;
}

.breadcrumb a {
  color: #fff;
  font-weight: 600;
}

.breadcrumb a:hover {
  color: #ffe6c7;
}

.breadcrumb span:first-of-type {
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.breadcrumb span:first-of-type::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.95);
}

.breadcrumb span:last-child {
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-weight: 600;
}

.inner-card {
  background: #fff;
  border: 1px solid rgba(43, 95, 190, 0.12);
  border-radius: var(--radius-lg);
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 10px 26px rgba(43, 95, 190, 0.08);
}

.inner-card h2 {
  font-family: var(--font-display);
  color: var(--brand-blue-dark);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  margin-bottom: 0.55rem;
}

.inner-card p {
  color: #2b3750;
  line-height: 1.72;
}

.inner-card ul {
  list-style: disc;
  padding-left: 1.1rem;
  color: #2b3750;
  line-height: 1.72;
}

.inner-media {
  position: sticky;
  top: calc(var(--header-h) + 1.25rem);
}

.inner-media img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 38px rgba(43, 95, 190, 0.16);
  object-fit: cover;
}

/* Fin model sayfası özel stilleri */
.fin-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.fin-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: rgba(43, 95, 190, 0.1);
  border: 1px solid rgba(43, 95, 190, 0.18);
  color: var(--brand-blue-dark);
  font-size: 0.82rem;
  font-weight: 600;
}

.fin-badge i {
  color: var(--brand-orange);
  font-size: 0.75rem;
}

.fin-highlight {
  border: 1px solid rgba(242, 140, 40, 0.3);
  background: linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(255, 244, 232, 0.85) 100%);
  box-shadow: 0 16px 34px rgba(242, 140, 40, 0.14);
}

.fin-pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.95rem;
}

.inner-card .fin-pillar-grid {
  margin-block: 1.25rem;
}

.fin-section-tagline {
  margin: -0.35rem 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
  color: var(--brand-blue-dark);
}

.fin-pillar {
  height: 100%;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(43, 95, 190, 0.18);
  background: linear-gradient(160deg, #ffffff 0%, #f1f7ff 100%);
  box-shadow: 0 14px 30px rgba(32, 69, 135, 0.12);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.fin-pillar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
}

.fin-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 140, 40, 0.4);
  box-shadow: 0 18px 36px rgba(32, 69, 135, 0.16);
}

.fin-pillar__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.95rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  color: var(--brand-blue-dark);
  background: linear-gradient(145deg, rgba(197, 216, 245, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: inset 0 0 0 1px rgba(43, 95, 190, 0.2), 0 10px 20px rgba(43, 95, 190, 0.15);
  font-size: 1.1rem;
}

.fin-pillar h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  color: var(--brand-blue-dark);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.005em;
}

.fin-pillar p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #3a3a3a;
}

.fin-steps {
  display: grid;
  gap: 0.75rem;
}

.fin-step {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.78rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(43, 95, 190, 0.14);
  background: rgba(248, 251, 255, 0.85);
}

.fin-step__no {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--brand-blue-dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.fin-step h4 {
  margin: 0 0 0.35rem;
  color: var(--brand-blue-dark);
  font-size: 1rem;
}

.fin-step p {
  margin: 0;
}

.fin-quote-card {
  text-align: center;
  background: linear-gradient(145deg, rgba(29, 67, 137, 0.97) 0%, rgba(43, 95, 190, 0.96) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.fin-quote-card p,
.fin-quote-card h2,
.fin-quote-card h3,
.fin-quote-card h4,
.fin-quote-card li {
  color: #ffffff;
}

.fin-quote-card .fin-quote {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.fin-side-stats {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.6rem;
}

.fin-side-stat {
  display: grid;
  gap: 0.1rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(43, 95, 190, 0.12);
  background: #fff;
  box-shadow: 0 8px 22px rgba(43, 95, 190, 0.09);
}

.fin-side-stat strong {
  color: var(--brand-blue-dark);
  font-size: 1.1rem;
}

.fin-side-stat span {
  color: var(--muted);
  font-size: 0.84rem;
}

/* ===== İÇ SAYFA SHARED COMPONENTS ===== */

/* Vurgu kutusu */
.ip-highlight-box {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  background: linear-gradient(135deg, #eef4ff 0%, #fff8f0 100%);
  border: 1px solid rgba(43, 95, 190, 0.14);
  border-left: 4px solid var(--brand-orange);
  border-radius: var(--radius-md);
  padding: 1.4rem 1.6rem;
  margin-bottom: 1.6rem;
}
.ip-highlight-box__icon {
  font-size: 1.6rem;
  color: var(--brand-orange);
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.ip-highlight-box p {
  font-size: 1rem;
  font-style: italic;
  color: var(--brand-blue-dark);
  line-height: 1.65;
  margin: 0;
  font-family: var(--font-display);
}

/* Rakam satırı */
.ip-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.6rem;
}
.ip-stat {
  background: #fff;
  border: 1px solid rgba(43, 95, 190, 0.14);
  border-radius: var(--radius-md);
  padding: 1rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(43, 95, 190, 0.07);
}
.ip-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.ip-stat span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

/* 3 sütun ilke kartları */
.ip-pillar-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.ip-pillar {
  background: #fff;
  border: 1px solid rgba(43, 95, 190, 0.12);
  border-radius: var(--radius-md);
  padding: 1.4rem 1.3rem 1.3rem;
  box-shadow: 0 4px 18px rgba(43, 95, 190, 0.07);
  text-align: left;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ip-pillar:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 167, 60, 0.35);
  box-shadow: 0 16px 36px rgba(43, 95, 190, 0.14);
}
.ip-pillar__icon {
  width: 50px;
  height: 50px;
  margin: 0 0 0.85rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-blue-light, #e7efff), #dce9ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ip-pillar__icon i {
  font-size: 1.2rem;
  color: var(--brand-blue, #2b5fbe);
}
.ip-pillar h3 {
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  font-weight: 700;
  color: var(--brand-blue-dark);
  margin: 0 0 0.5rem;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.ip-pillar p {
  font-size: 0.92rem;
  color: #3a3a3a;
  line-height: 1.65;
  margin: 0;
}

/* Icon liste */
.ip-icon-list {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.ip-icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--brand-blue-dark);
  line-height: 1.5;
}
.ip-icon-list i {
  color: var(--brand-orange);
  margin-top: 0.22rem;
  flex-shrink: 0;
}
.ip-icon-list a {
  color: var(--brand-blue-dark);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ip-icon-list a:hover {
  color: var(--brand-orange);
  border-bottom-color: rgba(242, 140, 40, 0.45);
}

/* Yemek menüsü galerisi */
.menu-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.menu-gallery__item {
  margin: 0;
}
.menu-gallery__item a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(26, 77, 122, 0.12);
  box-shadow: 0 10px 28px rgba(26, 77, 122, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.menu-gallery__item a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(26, 77, 122, 0.12);
}
.menu-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-gallery__item figcaption {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: var(--muted);
  text-align: center;
}

/* Zaman çizgisi */
.ip-timeline {
  display: grid;
  gap: 0;
  margin-bottom: 1.6rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(43, 95, 190, 0.16);
}
.ip-timeline__item {
  display: flex;
  gap: 1.1rem;
  padding: 0.75rem 0 0.75rem 1.25rem;
  position: relative;
}
.ip-timeline__dot {
  position: absolute;
  left: -1.45rem;
  top: 1rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand-orange);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--brand-orange);
  flex-shrink: 0;
}
.ip-timeline__body {
  flex: 1;
}
.ip-timeline__body strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
  margin-bottom: 0.2rem;
}
.ip-timeline__body p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* CTA çubuğu */
.ip-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(135deg, var(--brand-blue-dark) 0%, #2b5fbe 100%);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 1.3rem 1.8rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
.ip-cta-bar p {
  margin: 0;
  font-size: 0.97rem;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
}
.ip-cta-bar .btn--primary {
  white-space: nowrap;
  flex-shrink: 0;
  color: #fff !important;
  background: var(--brand-orange) !important;
}
.ip-cta-bar .btn--primary:hover {
  color: #fff !important;
  background: var(--brand-orange-dark) !important;
}

/* ============== EKİP SAYFASI ============== */
.inner-section--wide .container {
  max-width: min(1200px, calc(100% - 3rem));
}

.ip-highlight-box--center {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ip-highlight-box--center p {
  margin: 0 auto;
}

/* Kurucu Müdür - Featured Card */
.team-founder {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1.15fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid rgba(43, 95, 190, 0.12);
  border-radius: 28px;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  margin: 2.5rem 0 3.5rem;
  box-shadow: 0 30px 70px -30px rgba(43, 95, 190, 0.25);
  position: relative;
  overflow: hidden;
}

.team-founder::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(247, 167, 60, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.team-founder__photo {
  position: relative;
}
.team-founder__photo-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(43, 95, 190, 0.22);
  border: 6px solid #ffffff;
  background: #f0f4fb;
}
.team-founder__photo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-founder__photo-badge {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f7a73c 0%, #ec8b1c 100%);
  color: #fff;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-family: var(--font-display, "Outfit"), system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(236, 139, 28, 0.34);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.team-founder__photo-badge i {
  font-size: 0.9rem;
}

.team-founder__info {
  position: relative;
  z-index: 1;
}
.team-founder__role {
  display: inline-block;
  background: rgba(43, 95, 190, 0.1);
  color: var(--brand-blue-dark);
  font-family: var(--font-display, "Outfit"), system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.team-founder__name {
  font-family: var(--font-hero, "Cormorant Garamond"), serif;
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  font-weight: 600;
  color: var(--brand-blue-dark);
  margin: 0 0 0.85rem;
  line-height: 1.1;
}
.team-founder__quote {
  font-family: var(--font-hero, "Cormorant Garamond"), serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  color: var(--brand-orange-dark, #c97214);
  margin: 0 0 1.4rem;
  padding-left: 1rem;
  border-left: 3px solid var(--brand-orange, #f7a73c);
  line-height: 1.45;
}
.team-founder__bio p {
  color: #2a2a2a;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 0.9rem;
}
.team-founder__creds {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.4rem;
}
.team-founder__creds li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: var(--brand-blue-dark);
  font-weight: 500;
}
.team-founder__creds li i {
  color: var(--brand-orange, #f7a73c);
  font-size: 1rem;
  width: 22px;
  flex-shrink: 0;
}

/* Team Section Title */
.team-section-title {
  text-align: center;
  margin: 3rem auto 2rem;
  max-width: 720px;
}
.team-section-title__eyebrow {
  display: inline-block;
  font-family: var(--font-display, "Outfit"), system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-orange-dark, #c97214);
  margin-bottom: 0.6rem;
}
.team-section-title h2 {
  font-family: var(--font-hero, "Cormorant Garamond"), serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 600;
  color: var(--brand-blue-dark);
  margin: 0 0 0.8rem;
  line-height: 1.18;
}
.team-section-title p {
  color: #4a4a4a;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;
}

/* Team Values Grid */
.team-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.team-value-card {
  background: #ffffff;
  border: 1px solid rgba(43, 95, 190, 0.1);
  border-radius: 20px;
  padding: 1.6rem 1.5rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.team-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px -16px rgba(43, 95, 190, 0.22);
  border-color: rgba(247, 167, 60, 0.4);
}
.team-value-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(247, 167, 60, 0.15) 0%, rgba(43, 95, 190, 0.12) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--brand-orange-dark, #c97214);
  font-size: 1.4rem;
}
.team-value-card h3 {
  font-family: var(--font-display, "Outfit"), system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
  margin: 0 0 0.55rem;
  line-height: 1.3;
}
.team-value-card p {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

/* Kadro listesi */
.team-roster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.15rem;
  margin-bottom: 3rem;
}

.team-member-card {
  background: #ffffff;
  border: 1px solid rgba(43, 95, 190, 0.1);
  border-radius: 20px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px -16px rgba(43, 95, 190, 0.22);
  border-color: rgba(247, 167, 60, 0.4);
}

.team-member-card__avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(43, 95, 190, 0.14) 0%, rgba(247, 167, 60, 0.18) 100%);
  color: var(--brand-blue-dark);
  font-family: var(--font-display, "Outfit"), system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 20px rgba(43, 95, 190, 0.14);
}

.team-member-card__name {
  font-family: var(--font-display, "Outfit"), system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-blue-dark);
  margin: 0 0 0.45rem;
  line-height: 1.35;
}

.team-member-card__role {
  color: var(--brand-orange-dark, #c97214);
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 980px) {
  .header__nav--inner {
    display: none;
  }

  .inner-hero {
    padding-top: calc(var(--header-h) + 2.2rem);
    padding-bottom: 2.8rem;
  }

  .breadcrumb {
    border-radius: 14px;
  }

  .inner-layout {
    grid-template-columns: 1fr;
  }
  .inner-media {
    position: static;
  }

  .fin-pillar-grid {
    grid-template-columns: 1fr;
  }

  .ip-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ip-pillar-row {
    grid-template-columns: 1fr 1fr;
  }

  .team-founder {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .team-founder__photo {
    max-width: 360px;
    margin: 0 auto;
  }
  .team-founder__quote {
    text-align: left;
  }
  .team-founder__creds {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ip-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .ip-pillar-row {
    grid-template-columns: 1fr;
  }
  .ip-cta-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-founder {
    padding: 1.25rem;
  }
  .team-value-card {
    padding: 1.3rem;
  }
}

/* Günlük program tablosu */
.ip-schedule-wrap {
  overflow-x: auto;
  margin-top: 0.5rem;
}

.ip-schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.ip-schedule-table th,
.ip-schedule-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(43, 95, 190, 0.12);
  vertical-align: top;
}

.ip-schedule-table th {
  background: rgba(43, 95, 190, 0.06);
  color: var(--brand-blue-dark);
  font-weight: 700;
  white-space: nowrap;
}

.ip-schedule-table td:first-child {
  font-weight: 600;
  color: var(--brand-orange);
  white-space: nowrap;
  width: 8.5rem;
}

.ip-schedule-table tbody tr:hover {
  background: rgba(43, 95, 190, 0.03);
}

/* Elementor — orijinal iç sayfa layout’unu koru */
.inner-page .elementor .inner-section {
  padding: 4rem 0;
}

.inner-page .elementor .inner-section > .e-con-inner,
.inner-page .elementor .inner-hero + .elementor-element > .e-con-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.inner-page .elementor .inner-layout.e-flex {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.7fr);
  gap: clamp(1.25rem, 3vw, 2.4rem);
  align-items: start;
  flex-direction: unset !important;
  flex-wrap: unset !important;
}

.inner-page .elementor .inner-content,
.inner-page .elementor .inner-media,
.inner-page .elementor .elementor-widget-oda_inner_media,
.inner-page .elementor .elementor-widget-oda_atolye_aside {
  width: auto !important;
  max-width: none !important;
  flex: unset !important;
  --width: auto !important;
  --flex-basis: auto !important;
}

.inner-page .elementor .inner-content > .e-con-inner {
  display: grid;
  gap: 1rem;
  max-width: none;
  padding: 0;
}

.inner-page .elementor .inner-content .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.inner-page .elementor .elementor-element:has(> .elementor-widget-oda_inner_hero) {
  padding: 0 !important;
  max-width: none !important;
}

.inner-page .elementor .elementor-element:has(> .elementor-widget-oda_inner_hero) > .e-con-inner {
  padding: 0;
  max-width: none;
}

.inner-page .elementor .container.inner-layout {
  width: min(100% - 2rem, var(--container-width, 1200px));
  margin-inline: auto;
}

/* Sticky yan görsel — orijinal PHP sitesi gibi scroll'da sabit kalır */
.inner-page .elementor .inner-section,
.inner-page .elementor .inner-section > .e-con-inner,
.inner-page .elementor .inner-section.e-con,
.inner-page .elementor .container.inner-layout,
.inner-page .elementor .container.inner-layout.e-con,
.inner-page .elementor .inner-content,
.inner-page .elementor .inner-content.e-con {
  overflow: visible !important;
}

.inner-page .elementor .container.inner-layout > .elementor-widget-oda_inner_media,
.inner-page .elementor .container.inner-layout > .elementor-widget-oda_atolye_aside {
  position: sticky !important;
  top: calc(var(--header-h) + 1.25rem);
  align-self: start !important;
  height: fit-content;
  z-index: 2;
}

.inner-page .elementor .container.inner-layout > .elementor-widget-oda_inner_media .inner-media,
.inner-page .elementor .container.inner-layout > .elementor-widget-oda_atolye_aside .inner-media {
  position: static;
  top: auto;
}

.inner-page .elementor .elementor-widget-oda_inner_media .elementor-widget-container,
.inner-page .elementor .elementor-widget-oda_atolye_aside .elementor-widget-container {
  overflow: visible;
}

@media (max-width: 900px) {
  .inner-page .elementor .inner-layout.e-flex {
    grid-template-columns: 1fr;
  }

  .inner-page .elementor .inner-media,
  .inner-page .elementor .container.inner-layout > .elementor-widget-oda_inner_media,
  .inner-page .elementor .container.inner-layout > .elementor-widget-oda_atolye_aside {
    position: static;
    top: auto;
  }
}


/* —— Yaz Okulu Programı —— */



.yaz-okulu {
  background: linear-gradient(180deg, #fffaf3 0%, #fff 28%);
}

.yaz-okulu__intro {
  padding: 2rem 0 0.5rem;
}

.yaz-okulu__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(196, 92, 62, 0.12);
  color: #a84830;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yaz-okulu__intro-lead {
  max-width: 46rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(45, 42, 38, 0.82);
}

.yaz-okulu__block-head {
  margin-bottom: 1.5rem;
}

.yaz-okulu__block-head--center {
  text-align: center;
}

.yaz-okulu__block-head--center .yaz-okulu__block-lead {
  margin-left: auto;
  margin-right: auto;
}

.yaz-okulu__block-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  color: #2d2a26;
}

.yaz-okulu__block-lead {
  margin: 0;
  max-width: 36rem;
  font-size: 0.95rem;
  color: rgba(45, 42, 38, 0.68);
}

.yaz-okulu__themes {
  padding: 2.5rem 0;
}

.yaz-okulu__theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.yaz-okulu__theme-pill {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(45, 42, 38, 0.08);
  box-shadow: 0 8px 24px rgba(45, 42, 38, 0.05);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2d2a26;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.yaz-okulu__theme-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(196, 92, 62, 0.12);
}

.yaz-okulu__theme-pill i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #c45c3e;
  font-size: 1rem;
}

.yaz-okulu__catalog {
  padding: 1rem 0 3rem;
}

.yaz-okulu__categories {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.yaz-okulu__category {
  padding: 1.75rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(45, 42, 38, 0.07);
  box-shadow: 0 14px 40px rgba(45, 42, 38, 0.06);
}

.yaz-okulu__category-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--yaz-accent, #c45c3e);
}

.yaz-okulu__category-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: color-mix(in srgb, var(--yaz-accent, #c45c3e) 14%, white);
  color: var(--yaz-accent, #c45c3e);
  font-size: 1.25rem;
}

.yaz-okulu__category-title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #2d2a26;
}

.yaz-okulu__activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.yaz-okulu__activity-card {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
  border: 1px solid rgba(45, 42, 38, 0.06);
}

.yaz-okulu__activity-title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--yaz-accent, #c45c3e);
  line-height: 1.35;
}

.yaz-okulu__activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yaz-okulu__activity-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(45, 42, 38, 0.78);
}

.yaz-okulu__activity-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--yaz-accent, #c45c3e);
}

.yaz-okulu__extras {
  padding: 0 0 2.5rem;
}

.yaz-okulu__extras-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
}

.yaz-okulu__extra-block {
  padding: 1.75rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff8ee 0%, #fff 55%);
  border: 1px solid rgba(196, 92, 62, 0.14);
}

.yaz-okulu__extra-block--days {
  background: linear-gradient(145deg, #f3f8ff 0%, #fff 55%);
  border-color: rgba(45, 106, 159, 0.16);
}

.yaz-okulu__extra-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.yaz-okulu__extra-note {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: rgba(45, 42, 38, 0.65);
}

.yaz-okulu__chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yaz-okulu__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(196, 92, 62, 0.2);
  font-size: 0.82rem;
  font-weight: 600;
  color: #2d2a26;
}

.yaz-okulu__chip i {
  color: #c45c3e;
  font-size: 0.7rem;
}

.yaz-okulu__day-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
}

.yaz-okulu__day-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d2a26;
}

.yaz-okulu__day-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d6a9f;
  flex-shrink: 0;
}

.yaz-okulu__cta {
  padding-bottom: 3.5rem;
}

@media (max-width: 900px) {
  .yaz-okulu__extras-grid {
    grid-template-columns: 1fr;
  }

  .yaz-okulu__day-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .yaz-okulu__category {
    padding: 1.25rem;
  }

  .yaz-okulu__activity-grid {
    grid-template-columns: 1fr;
  }

  .yaz-okulu__theme-grid {
    grid-template-columns: 1fr;
  }
}

