/* webAltyapi ana sayfa bileşenleri — SCSS kaynaklı sınıflar (Hero, CategorySection, WhyOurStory, FullImgRoadmap, ExpertTeam, SikcaSorulanCorporate, Baslik, marquee, footer-top-v2, floating) */

:root {
  --sec: var(--theme-secondary-color, #3f372f);
  --pri: var(--theme-primary-gradient, linear-gradient(120deg, #2a2622 0%, #6b5d4c 55%, #8a7355 100%));
}

/* --- Baslik / anaTitle --- */
.anaTitle .title {
  margin-bottom: 0.1rem;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  text-align: center;
  color: #111;
}
.anaTitle .desc {
  font-size: 1rem;
  text-align: center;
  color: #555;
}

#category-root .anaTitle__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: center;
  color: #8a7355;
}

@media (max-width: 768px) {
  .anaTitle .title {
    font-size: 1.5rem;
  }
  .anaTitle .desc {
    font-size: 0.8rem;
  }
  #category-root .anaTitle__eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.22em;
  }
}

/* --- FadeInSection --- */
.fade-in-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

/* Kategori bloğu — hero .container’dan biraz daha geniş; kart şeridi + oklar için nefes */
#category-root .fade-in-section {
  width: 100%;
  max-width: min(1280px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
  box-sizing: border-box;
  background: #fff;
}

/* --- Home.scss marquee --- */
.page-main.anasayfa .slider {
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.page-main.anasayfa .slider .slider-track {
  display: flex;
  gap: 24px;
  animation: home-marquee-scroll 110s linear infinite;
  width: max-content;
}
.page-main.anasayfa .slider .slide {
  flex: 0 0 auto;
  width: 120px;
  height: 100px;
}
.page-main.anasayfa .slider .slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes home-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* --- CategorySection (webAltyapi Kutuphanem/populerProduct/CategorySection/CategorySection.scss) --- */
.category-section {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.category-section--premium {
  --cat-premium-gold: #9d7f52;
  --cat-premium-gold-bright: #c9a66b;
  --cat-premium-gold-muted: rgba(157, 127, 82, 0.38);
  --cat-premium-ink: #171717;
  --cat-premium-paper: #fdfcfa;
  --cat-premium-paper-deep: #f5f2eb;
  gap: 3.25rem;
  padding-top: 3.75rem;
  padding-bottom: 4rem;
  margin-top: 0.5rem;
  border-radius: 0;
  background: #ffffff;
}

.category-section--premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(120px, 18vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cat-premium-gold), transparent);
  pointer-events: none;
}

.category-section--premium .anaTitle .title {
  font-weight: 500;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  letter-spacing: -0.02em;
  color: var(--cat-premium-ink);
}

.category-section--premium .anaTitle .desc {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
  color: #4a4a48;
}

.category-section--premium .anaTitle__eyebrow {
  color: var(--cat-premium-gold);
  letter-spacing: 0.3em;
}

.category-section__swiper {
  position: relative;
  padding-left: 4.625rem;
  padding-right: 4.625rem;
}

.category-section__swiper .swiper {
  overflow: hidden;
}

.category-section__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  padding: 0;
}

.category-section--premium .category-section__arrow {
  --cat-arrow-shine: rgba(255, 255, 255, 0.5);
  width: 52px;
  height: 52px;
  border: 1px solid rgba(157, 127, 82, 0.32);
  background: linear-gradient(
    152deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(252, 250, 246, 0.94) 48%,
    rgba(245, 242, 235, 0.9) 100%
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--cat-premium-ink);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset, 0 10px 32px rgba(20, 18, 14, 0.09), 0 0 0 1px rgba(255, 255, 255, 0.45) inset,
    0 0 24px rgba(157, 127, 82, 0.07);
  overflow: hidden;
  transition: none;
}

/* Dışa dönük “yüz”: sol ok solda keskin, sağ ok sağda keskin */
.category-section--premium .category-section__arrow--prev {
  border-radius: 6px 22px 8px 18px;
}

.category-section--premium .category-section__arrow--next {
  border-radius: 22px 6px 18px 8px;
}

.category-section--premium .category-section__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 25%, var(--cat-arrow-shine) 46%, transparent 68%);
  opacity: 0.65;
  transition: none;
}

.category-section--premium .category-section__arrow:hover {
  background: linear-gradient(152deg, #2a2826 0%, var(--cat-premium-ink) 55%, #141413 100%);
  color: #f7f4ef;
  border-color: rgba(201, 166, 107, 0.55);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 16px 40px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(201, 166, 107, 0.22) inset,
    0 0 32px rgba(157, 127, 82, 0.15);
  transform: translateY(-50%);
}

.category-section--premium .category-section__arrow:hover::before {
  opacity: 0.35;
}

.category-section--premium .category-section__arrow:active {
  transform: translateY(-50%);
}

.category-section--premium .category-section__arrow:focus-visible {
  outline: 2px solid var(--cat-premium-gold);
  outline-offset: 3px;
}

.category-section__arrow:hover {
  background: #111;
  color: white;
  border-color: #111;
}

.category-section__arrow svg {
  width: 24px;
  height: 24px;
}

.category-section--premium .category-section__arrow .category-section__arrow-icon {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  display: block;
}

.category-section--premium .category-section__arrow .category-section__arrow-icon path {
  vector-effect: non-scaling-stroke;
}

.category-section__arrow--prev {
  left: 0;
}

.category-section__arrow--next {
  right: 0;
}

/* Genişlik Swiper slidesPerView ile (.container ile hizalı, masaüstünde 3 kart) */
.category-section .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* styles.css içindeki genel .category-card kurallarından izole (CategorySection kartı düz) */
.category-section .category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
  flex: none;
  scroll-snap-align: unset;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: none;
}

.category-section .category-card:hover {
  transform: none;
}

.category-section .category-card .image {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.category-section .category-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-section .category-card .number {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
  letter-spacing: 1px;
}

.category-section .category-card h3 {
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.category-section .category-card p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

/* Premium kart — arka plan düz beyaz; çerçeve gölgelerle derinlik */
.category-section--premium .category-card {
  position: relative;
  padding: 0;
  isolation: isolate;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(23, 23, 23, 0.055);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset, 0 10px 36px rgba(20, 18, 14, 0.065),
    0 0 0 1px rgba(157, 127, 82, 0.06);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease, border-color 0.45s ease;
}

.category-section--premium .category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  opacity: 0.9;
}

.category-section--premium .category-card:hover {
  transform: translateY(-10px);
  border-color: rgba(157, 127, 82, 0.32);
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset, 0 40px 72px rgba(20, 18, 14, 0.11),
    0 0 0 1px rgba(157, 127, 82, 0.18), 0 0 48px rgba(157, 127, 82, 0.09);
}

.category-section--premium .category-card:focus-visible {
  outline: 2px solid var(--cat-premium-gold);
  outline-offset: 4px;
}

.category-section--premium .category-card__frame {
  position: relative;
  margin: -1px -1px 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  z-index: 0;
}

.category-section--premium .category-card__frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 2%,
    rgba(201, 166, 107, 0.45) 22%,
    var(--cat-premium-gold-bright) 50%,
    rgba(201, 166, 107, 0.45) 78%,
    transparent 98%
  );
  opacity: 0.75;
}

.category-section--premium .category-card__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    transparent 38%,
    rgba(23, 23, 23, 0.06) 72%,
    rgba(23, 23, 23, 0.14) 100%
  );
  opacity: 0.88;
  transition: opacity 0.55s ease, background 0.55s ease;
}

.category-section--premium .category-card:hover .category-card__frame::after {
  opacity: 0.72;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 40%,
    rgba(23, 23, 23, 0.05) 70%,
    rgba(23, 23, 23, 0.11) 100%
  );
}

.category-section--premium .category-card .image {
  height: 240px;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .category-section--premium .category-card .image {
    height: 272px;
  }
}

.category-section--premium .category-card .image img {
  transform: scale(1.001);
  filter: saturate(0.94) contrast(1.03) brightness(1.01);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.category-section--premium .category-card:hover .image img {
  transform: scale(1.055);
  filter: saturate(1.02) contrast(1.04) brightness(1.02);
}

.category-section--premium .category-card__body {
  position: relative;
  padding: 1.5rem 1.5rem 1.65rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  border-top: 1px solid rgba(157, 127, 82, 0.11);
  background: #ffffff;
  z-index: 0;
}

.category-section--premium .category-card__body::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-bottom: 0.9rem;
  border-radius: 1px;
  background: linear-gradient(90deg, var(--cat-premium-gold) 0%, rgba(201, 166, 107, 0.2) 100%);
  opacity: 0.85;
}

.category-section--premium .category-card__body h3 {
  margin: 0;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.28;
  color: var(--cat-premium-ink);
}

@media (min-width: 1024px) {
  .category-section--premium .category-card__body h3 {
    font-size: 1.25rem;
  }
}

.category-section--premium .category-card__body p {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.68;
  color: #54514c;
  flex: 1;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media (min-width: 1024px) {
  .category-section--premium .category-card__body p {
    font-size: 0.9375rem;
  }
}

.category-section--premium .category-card__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.4rem;
  margin-top: 1.2rem;
  padding-top: 0.15rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cat-premium-gold);
  transition: gap 0.4s ease, color 0.4s ease, letter-spacing 0.4s ease;
}

.category-section--premium .category-card__cta-arrow {
  display: inline-block;
  width: 1.1em;
  height: 1px;
  margin-left: 0.2rem;
  background: linear-gradient(90deg, currentColor, rgba(157, 127, 82, 0.35));
  position: relative;
  vertical-align: middle;
  transition: width 0.4s ease, opacity 0.4s ease;
}

.category-section--premium .category-card__cta-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.category-section--premium .category-card:hover .category-card__cta {
  gap: 0.55rem;
  letter-spacing: 0.24em;
  color: var(--cat-premium-ink);
}

.category-section--premium .category-card:hover .category-card__cta-arrow {
  width: 1.5em;
  background: currentColor;
}

@media (max-width: 1024px) {
  #category-root .fade-in-section {
    max-width: var(--container-max);
  }

  .category-section__swiper {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }

  .category-section__arrow--prev {
    left: 0;
  }

  .category-section__arrow--next {
    right: 0;
  }
}

@media (max-width: 768px) {
  /* Oklar kapalı: kaydırma ile gezinme, backdrop-filter yükü yok */
  .category-section__swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .category-section .category-section__arrow,
  .category-section--premium .category-section__arrow {
    display: none !important;
  }

  .category-section__swiper .swiper {
    -webkit-overflow-scrolling: touch;
  }

  .category-section .category-card .image {
    height: 140px;
  }

  .category-section--premium .category-card .image {
    height: 190px;
  }

  .category-section--premium .category-card__body {
    padding: 1.2rem 1.2rem 1.35rem;
  }

  .category-section--premium .category-card__body::before {
    width: 1.875rem;
    margin-bottom: 0.75rem;
  }

  .category-section .category-card h3 {
    font-size: 16px;
  }

  .category-section .category-card p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .category-section__swiper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (hover: none) and (max-width: 768px) {
  .category-section--premium .category-card,
  .category-section--premium .category-card__frame,
  .category-section--premium .category-card__frame::after,
  .category-section--premium .category-card .image img {
    transition: none;
  }
}

/* --- Hero (AnaProduct) — genişlik .container (styles.css); HTML sırası metin–görsel, grid 1.5fr 1fr --- */
.hero__container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero__container {
    grid-template-columns: 1fr;
  }
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  background: #e6f6f2;
  color: #0d8b6f;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 24px;
}
.hero__badge .dot {
  width: 8px;
  height: 8px;
  background: #1ec997;
  border-radius: 50%;
  margin-right: 8px;
}
.hero__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 1.5rem;
  }
}
.hero__title-gradient {
  background: var(--pri);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__desc {
  color: #6c6c6c;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 520px;
}
.hero__buttons .btn.primary {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid var(--btn-border-light);
  cursor: pointer;
  font-size: 14px;
  background: var(--btn-surface);
  color: var(--btn-ink) !important;
  box-shadow: var(--btn-shadow);
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease,
    color 0.22s ease, transform 0.15s ease;
}

.hero__buttons .btn.primary:hover {
  background: var(--btn-surface-hover);
  border-color: var(--btn-border-light-hover);
  box-shadow: var(--btn-shadow-hover);
  color: var(--btn-ink-hover) !important;
}
.hero__right {
  display: flex;
  justify-content: center;
  overflow: visible;
  padding: 12px 18px 2.25rem 12px;
}
.course-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border-radius: 16px;
  box-shadow: none;
  overflow: visible;
}
.course-card__media {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.06);
  background: #1a1816;
  line-height: 0;
}
.course-img {
  width: 100%;
  height: clamp(240px, 32vw, 340px);
  object-fit: cover;
  display: block;
}
.course-info {
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  bottom: -0.85rem;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 1.5rem);
  padding: 0.75rem 1.15rem;
  margin: 0;
  background: rgba(253, 251, 247, 0.96);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.06);
  pointer-events: none;
  backdrop-filter: blur(10px);
}
.course-info h3 {
  font-size: clamp(0.82rem, 2.1vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  color: #2a2622;
  line-height: 1.35;
  text-shadow: none;
}
.floating.progress {
  z-index: 2;
  top: auto;
  bottom: clamp(4.5rem, 14vh, 6.25rem);
  left: clamp(-10px, -1.5vw, -6px);
  display: flex;
  gap: 10px;
}
.floating.progress .bar {
  height: 6px;
  background: #eee;
  border-radius: 10px;
  width: 100px;
  margin-top: 6px;
}
.floating.progress .bar__fill {
  display: block;
  height: 100%;
  width: 70%;
  background: #ff7a3d;
  border-radius: 10px;
}
.floating {
  position: absolute;
  z-index: 2;
  background: white;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.floating.certificate {
  top: clamp(16px, 3vw, 28px);
  right: clamp(-18px, -2vw, -10px);
  display: flex;
  flex-direction: column;
}
.certificate__subtitle {
  font-size: 12px;
  color: #666;
}
@media (max-width: 900px) {
  .hero__right {
    padding: 8px 10px 2rem 8px;
  }
  .course-card__media {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
  }
  .course-info {
    bottom: -0.65rem;
    padding: 0.65rem 1rem;
    max-width: calc(100% - 1rem);
  }
  .course-info h3 {
    letter-spacing: 0.06em;
  }
  .floating.certificate {
    right: -8px;
  }
}

/* --- WhyOurStory (yumuşak nötr + hafif sıcak vurgu; site #f8fafc hattı) --- */
.whyOurStory {
  --why-accent: #9a6b2d;
  --why-accent-mid: #b8833a;
  --why-ink: #1e1b16;
  --why-muted: #5c564c;
  --why-paper: #fdfdfc;
  --why-edge: rgba(15, 23, 42, 0.07);
  position: relative;
  background: linear-gradient(
    165deg,
    color-mix(in srgb, #f8fafc 92%, #ebe4d6 8%) 0%,
    #f8fafc 46%,
    color-mix(in srgb, #fafbfc 88%, #f5f0e6 12%) 100%
  );
  color: var(--why-ink);
}
.whyOurStory__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.whyOurStory__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.4fr);
  gap: 2.5rem 3rem;
  align-items: start;
  width: 100%;
  min-height: 0;
}
.whyOurStory__intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.35rem 1.5rem 0 0;
  border-right: 1px solid var(--why-edge);
}
.whyOurStory__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--why-accent);
}
.whyOurStory__title {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--why-ink);
  margin: 0 0 0.65rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.whyOurStory__desc {
  font-size: 0.98rem;
  color: var(--why-muted);
  line-height: 1.58;
  margin: 0 0 1.35rem;
}
.whyOurStory__callout {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.6rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--why-ink);
  background: rgba(255, 255, 255, 0.55);
  padding: 0.65rem 1rem 0.65rem 0.85rem;
  border-radius: 0 10px 10px 0;
  border: 1px solid var(--why-edge);
  border-left: 3px solid var(--why-accent-mid);
  line-height: 1.45;
  max-width: 100%;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}
.whyOurStory__callout:last-child {
  margin-bottom: 0;
}
.whyOurStory__callout-icon {
  flex-shrink: 0;
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--why-accent);
  line-height: 1.2;
  margin-top: 0.05em;
}
.whyOurStory__viewport {
  position: sticky;
  top: var(--header-h, 140px);
  height: calc(100vh - var(--header-h, 140px));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem 4.25rem;
  box-sizing: border-box;
}
body.header-hidden .whyOurStory__viewport {
  top: 0;
  height: 100vh;
}
.whyOurStory__film {
  min-width: 0;
  padding-top: 0.25rem;
}
.whyOurStory__film-strip {
  position: relative;
  flex: 1;
  min-width: 0;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--why-paper);
  border-radius: 14px;
  padding: 1.35rem 0 1.5rem;
  border: 1px solid var(--why-edge);
  box-shadow:
    0 24px 48px rgba(30, 27, 22, 0.08),
    0 2px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}
.whyOurStory__film-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, transparent, var(--why-accent-mid), transparent);
  opacity: 0.45;
  pointer-events: none;
}
.whyOurStory__perfs {
  display: none;
}
.whyOurStory__strip {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  will-change: transform;
  padding-top: 0.35rem;
}
.whyOurStory__frame {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  padding: 0 1.35rem;
  box-sizing: border-box;
}
.whyOurStory__frame-inner {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 1.75rem 2rem;
  align-items: center;
  max-width: 740px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffffff 0%, #fdfcfa 100%);
  border-radius: 12px;
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(154, 107, 45, 0.12);
  box-shadow: 0 12px 32px rgba(30, 27, 22, 0.07);
}
.whyOurStory__frame-media {
  position: relative;
  order: 2;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 8px 24px rgba(30, 27, 22, 0.12);
}
.whyOurStory__frame-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.whyOurStory__frame-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.02) saturate(0.97);
}
.whyOurStory__frame-content {
  order: 1;
  padding: 0 0.35rem 0 0.15rem;
  text-align: right;
}
.whyOurStory__frame-count {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--why-accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.whyOurStory__frame-nicelik {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--why-ink);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}
.whyOurStory__frame-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--why-muted);
  margin: 0 0 0.55rem;
}
.whyOurStory__frame-desc {
  font-size: 0.88rem;
  color: var(--why-muted);
  line-height: 1.55;
  margin: 0;
}
.whyOurStory__progress {
  position: absolute;
  bottom: 3.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  padding: 0 1rem;
}
.whyOurStory__progress-track {
  height: 4px;
  background: rgba(30, 27, 22, 0.1);
  border-radius: 99px;
  margin-bottom: 0.65rem;
  overflow: hidden;
}
.whyOurStory__progress-fill {
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--why-accent),
    var(--why-accent-mid)
  );
  border-radius: 99px;
  min-width: 2px;
  box-shadow: 0 0 12px rgba(154, 107, 45, 0.35);
}
.whyOurStory__progress-frames {
  display: flex;
  justify-content: space-between;
  gap: 0.35rem;
}
.whyOurStory__progress-frame {
  flex: 1;
  height: 5px;
  max-width: 48px;
  border-radius: 99px;
  background: rgba(30, 27, 22, 0.14);
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.whyOurStory__progress-frame.active {
  background: var(--why-accent);
  box-shadow: 0 0 0 3px rgba(184, 131, 58, 0.22);
}
.whyOurStory__spacer {
  height: 400vh;
  pointer-events: none;
}
@media (max-width: 900px) {
  .whyOurStory__viewport {
    top: 110px;
    height: calc(100vh - 110px);
  }
  .whyOurStory__grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
  .whyOurStory__intro {
    padding: 0;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid var(--why-edge);
    padding-bottom: 1rem;
  }
  .whyOurStory__callout {
    display: none;
  }
  .whyOurStory__frame-inner {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    padding: 1.1rem;
  }
  .whyOurStory__frame-media {
    order: 0;
    aspect-ratio: 16 / 9;
  }
  .whyOurStory__frame-content {
    order: 1;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .whyOurStory__progress {
    bottom: 1.7rem;
    padding: 0 2rem;
  }

  .whyOurStory__grid {
    gap: 0.75rem;
  }

  .whyOurStory__intro {
    padding: 0 0 0.75rem;
  }

  .whyOurStory__viewport {
    padding: 1.5rem 1rem 3rem;
  }

  .whyOurStory__title {
    font-size: 1.4rem;
  }

  .whyOurStory__desc {
    font-size: 0.85rem;
  }

  .whyOurStory__frame {
    padding: 0 0.85rem;
  }

  .whyOurStory__frame-count {
    font-size: 1.55rem;
  }

  .whyOurStory__frame-nicelik {
    font-size: 1.08rem;
  }

  .whyOurStory__frame-desc {
    font-size: 0.84rem;
  }
}

/* --- fullImgRoadmap (beyaz zemin; vurgu sıcak espresso — maviye bağlı değil) --- */
.fullImgRoadmap {
  --rm-accent: #4f4338;
  --rm-line: #e8e3db;
  --rm-line-mid: #c9bfb2;
  --rm-line-deep: #8f8173;
  --rm-edge: #e3ddd4;
  --rm-edge-active: #d0c7bb;
  --rm-ink: #2a2520;
  position: relative;
  color: var(--color-text, #1e293b);
  overflow: hidden;
  padding: 3.25rem 0 0;
  background: #fff;
}
.fullImgRoadmap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(200px, 38vw);
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--rm-accent) 55%, transparent) 42%,
    color-mix(in srgb, var(--rm-accent) 35%, transparent) 58%,
    transparent
  );
  border-radius: 999px;
  opacity: 1;
}
.fullImgRoadmap__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}
.fullImgRoadmap__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--rm-accent) 38%, #6f6a63);
}
#fullImgRoadmap-section .anaTitle .title {
  color: #111;
  font-weight: 600;
}
#fullImgRoadmap-section .anaTitle .desc {
  color: var(--color-muted, #64748b);
  line-height: 1.55;
}
.fullImgRoadmap__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.fullImgRoadmap__timeline {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.fullImgRoadmap__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: color-mix(in srgb, var(--rm-accent) 14%, var(--rm-line));
  border-radius: 999px;
}
.fullImgRoadmap__lineFill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--rm-line-deep), var(--rm-line-mid));
  border-radius: 999px;
  transition: height 0.15s ease-out;
}
.fullImgRoadmap__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullImgRoadmap__step {
  position: relative;
  padding-bottom: 2.35rem;
  opacity: 0.62;
  transform: translateY(6px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.fullImgRoadmap__step:last-child {
  padding-bottom: 0;
}
.fullImgRoadmap__step--active {
  opacity: 1;
  transform: translateY(0);
}
.fullImgRoadmap__step--left .fullImgRoadmap__stepContent {
  margin-right: calc(50% + 1rem);
  margin-left: 0;
  max-width: calc(50% - 0.5rem);
}
.fullImgRoadmap__step--left .fullImgRoadmap__stepMarker {
  left: 50%;
  transform: translateX(-50%);
}
.fullImgRoadmap__step--right .fullImgRoadmap__stepContent {
  margin-left: calc(50% + 1rem);
  margin-right: 0;
  max-width: calc(50% - 0.5rem);
}
.fullImgRoadmap__step--right .fullImgRoadmap__stepMarker {
  left: 50%;
  transform: translateX(-50%);
}
.fullImgRoadmap__stepMarker {
  position: absolute;
  left: 50%;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.fullImgRoadmap__stepDot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid color-mix(in srgb, var(--rm-accent) 22%, var(--rm-line));
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.fullImgRoadmap__step--active .fullImgRoadmap__stepDot {
  background: color-mix(in srgb, var(--rm-accent) 78%, #faf9f7);
  border-color: color-mix(in srgb, var(--rm-accent) 48%, var(--rm-line-mid));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--rm-accent) 16%, transparent);
}
.fullImgRoadmap__stepNumber {
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--rm-accent) 28%, #8a847b);
}
.fullImgRoadmap__step--active .fullImgRoadmap__stepNumber {
  color: color-mix(in srgb, var(--rm-accent) 72%, var(--rm-ink));
}
.fullImgRoadmap__step--right .fullImgRoadmap__stepNumber {
  left: auto;
  right: calc(100% + 0.5rem);
}
.fullImgRoadmap__stepContent {
  position: relative;
  background: #fff;
  border: 1px solid var(--rm-edge);
  border-radius: 20px;
  padding: 1.45rem 1.65rem 1.5rem;
  box-shadow: 0 2px 14px rgba(42, 37, 32, 0.04), 0 10px 32px rgba(42, 37, 32, 0.03);
  overflow: hidden;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
.fullImgRoadmap__step--active .fullImgRoadmap__stepContent {
  border-color: var(--rm-edge-active);
  box-shadow: 0 4px 20px rgba(42, 37, 32, 0.07), 0 16px 40px color-mix(in srgb, var(--rm-accent) 8%, transparent);
}
.fullImgRoadmap__stepContent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--rm-accent) 32%, var(--rm-line)),
    color-mix(in srgb, var(--rm-accent) 48%, var(--rm-line-mid)) 50%,
    color-mix(in srgb, var(--rm-accent) 28%, var(--rm-line))
  );
  opacity: 0.52;
  transition: opacity 0.4s ease;
}
.fullImgRoadmap__step--active .fullImgRoadmap__stepContent::before {
  opacity: 0.88;
}
.fullImgRoadmap__stepYear {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--rm-accent) 52%, #5a544c);
  background: color-mix(in srgb, var(--rm-accent) 6%, #faf9f7);
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
  border: 1px solid var(--rm-edge);
}
.fullImgRoadmap__stepTitle {
  font-size: 1.12rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  letter-spacing: -0.015em;
  color: color-mix(in srgb, var(--rm-accent) 15%, var(--rm-ink));
  line-height: 1.38;
}
.fullImgRoadmap__stepDesc {
  font-size: 0.94rem;
  line-height: 1.62;
  margin: 0;
  color: var(--color-muted, #64748b);
}
.fullImgRoadmap__stepDesc + .fullImgRoadmap__cta {
  margin-top: 1rem;
}
.fullImgRoadmap__cta {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.58rem 1.35rem;
  background: var(--btn-surface);
  color: var(--btn-ink) !important;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid var(--btn-border-light);
  box-shadow: var(--btn-shadow);
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
.fullImgRoadmap__cta:hover {
  background: var(--btn-surface-hover);
  border-color: var(--btn-border-light-hover);
  color: var(--btn-ink-hover) !important;
  box-shadow: var(--btn-shadow-hover);
}
.fullImgRoadmap__spacer {
  height: 4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fullImgRoadmap__step--left .fullImgRoadmap__stepContent {
    margin-right: calc(50% + 0.5rem);
    max-width: calc(50% - 0.65rem);
  }
  .fullImgRoadmap__step--right .fullImgRoadmap__stepContent {
    margin-left: calc(50% + 0.5rem);
    max-width: calc(50% - 0.65rem);
  }
  .fullImgRoadmap__stepNumber {
    display: none;
  }
}

/* --- expertTeam --- */
.expertTeam {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.5rem 0 1rem;
}
.expertTeam__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}
.expertTeam__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--rm-accent, #8b7355) 42%, #64748b);
}
.expertTeam-cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 3vw, 1.75rem);
}
.expertTeam .team-card {
  background: #fff;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.35);
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.expertTeam .team-card:hover {
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
  border-color: rgba(148, 163, 184, 0.55);
  transform: translateY(-3px);
}
.expertTeam .team-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f1f5f9;
}
.expertTeam .team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.expertTeam .team-card:hover .team-card__media img {
  transform: scale(1.04);
}
.expertTeam .team-card__body {
  padding: 1.35rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.expertTeam .nameee {
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0 0 0.65rem;
  color: #0f172a;
  line-height: 1.3;
}
.expertTeam .role {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
  flex: 1;
}
.expertTeam .team-card__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.4rem;
  margin-top: 1.15rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cat-premium-gold, #9d7f52) 88%, #0f172a);
  transition: gap 0.35s ease, color 0.35s ease;
}
.expertTeam .team-card__cta-arrow {
  display: inline-block;
  width: 1.1em;
  height: 1px;
  margin-left: 0.15rem;
  background: linear-gradient(90deg, currentColor, transparent);
  position: relative;
  vertical-align: middle;
  transition: width 0.35s ease;
}
.expertTeam .team-card__cta-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.expertTeam .team-card:hover .team-card__cta {
  gap: 0.5rem;
  color: #0f172a;
}
.expertTeam .team-card:hover .team-card__cta-arrow {
  width: 1.45em;
}
@media (max-width: 768px) {
  .expertTeam-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .expertTeam {
    padding: 1.75rem 0 0.5rem;
  }
}

/* --- SikcaSorulanCorporate --- */
.sikcaSorulanCorporate {
  color: #1e293b;
  padding: 3rem 0;
}
.sikcaSorulanCorporate__container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  box-sizing: border-box;
}
.sikcaSorulanCorporate__header {
  margin-bottom: 3rem;
  text-align: center;
}
.sikcaSorulanCorporate__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--rm-accent, #8b7355) 38%, #64748b);
}
.sikcaSorulanCorporate__split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0;
  min-height: 400px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}
.sikcaSorulanCorporate__questions {
  background: #fff;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sikcaSorulanCorporate__question-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: all 0.25s ease;
  color: #64748b;
}
.sikcaSorulanCorporate__question-btn:hover {
  background: #f8fafc;
  color: #1e293b;
}
.sikcaSorulanCorporate__question-btn.is-active {
  background: #f1f5f9;
  color: #1e293b;
}
.sikcaSorulanCorporate__num {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.1em;
}
.sikcaSorulanCorporate__question-btn.is-active .sikcaSorulanCorporate__num {
  color: #64748b;
}
.sikcaSorulanCorporate__q-text {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
}
.sikcaSorulanCorporate__answer-panel {
  background: #fff;
  padding: 2.5rem 2.5rem 2.5rem 3rem;
  position: relative;
  overflow: hidden;
}
.sikcaSorulanCorporate__answer-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e2e8f0;
}
.sikcaSorulanCorporate__answer-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.15em;
  margin-bottom: 0.75rem;
}
.sikcaSorulanCorporate__answer-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
.sikcaSorulanCorporate__answer-content p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #475569;
  margin: 0;
}
.sikcaSorulanCorporate__mobile {
  display: none;
}
@media (max-width: 900px) {
  .sikcaSorulanCorporate__split {
    display: none;
  }
  .sikcaSorulanCorporate__mobile {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.sikcaSorulanCorporate__mobile-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}
.sikcaSorulanCorporate__mobile-card.is-open {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  background: #f8fafc;
}
.sikcaSorulanCorporate__mobile-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.sikcaSorulanCorporate__mobile-badge {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #64748b;
  background: #e2e8f0;
  border-radius: 50%;
}
.sikcaSorulanCorporate__mobile-question {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
}
.sikcaSorulanCorporate__mobile-chevron {
  flex-shrink: 0;
  color: #94a3b8;
  transition: transform 0.3s ease;
}
.sikcaSorulanCorporate__mobile-card.is-open .sikcaSorulanCorporate__mobile-chevron {
  transform: rotate(180deg);
}
.sikcaSorulanCorporate__mobile-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.sikcaSorulanCorporate__mobile-card.is-open .sikcaSorulanCorporate__mobile-content {
  max-height: 500px;
}
.sikcaSorulanCorporate__mobile-answer {
  padding: 0 1.5rem 1.5rem 4rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.sikcaSorulanCorporate__mobile-answer p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

#pre-footer-root {
  max-width: 100%;
  overflow-x: clip;
}

/* --- footer-top-v2 (bülten — Ares sıcak nötr / bronz vurgu) --- */
.footer-top-v2 {
  --footer-pre-ink: #f4efe6;
  --footer-pre-ink-soft: rgba(244, 239, 230, 0.76);
  --footer-pre-gold: #c4a574;
  --footer-pre-gold-deep: #9d7f52;
  margin-top: 5rem;
  padding: 2.75rem 0;
  background: linear-gradient(165deg, #1c1916 0%, #2e2820 38%, #221e1a 100%);
  color: var(--footer-pre-ink);
  border-top: 1px solid rgba(196, 165, 116, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}
.footer-top-v2 .container.footer-top-v2__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: stretch;
  min-width: 0;
}
.footer-top-v2__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.footer-top-v2__title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  color: #faf7f2;
}
.footer-top-v2__desc {
  font-size: 0.95rem;
  line-height: 1.62;
  color: var(--footer-pre-ink-soft);
  margin: 0;
}
.footer-top-v2__right {
  min-width: 0;
}
.footer-top-v2__form {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  align-items: flex-start;
}
.footer-top-v2__input {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(196, 165, 116, 0.28);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  color: #faf7f2;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.footer-top-v2__input::placeholder {
  color: rgba(244, 239, 230, 0.42);
}
.footer-top-v2__input:hover {
  border-color: rgba(196, 165, 116, 0.4);
}
.footer-top-v2__input:focus {
  outline: none;
  border-color: rgba(196, 165, 116, 0.55);
  box-shadow: 0 0 0 2px rgba(196, 165, 116, 0.14);
}
.footer-top-v2__btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.8rem 1.35rem;
  background: var(--btn-surface);
  border: 1px solid var(--btn-border-on-dark);
  border-radius: 12px;
  color: var(--btn-ink);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: var(--btn-shadow);
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}
.footer-top-v2__btn:hover {
  background: var(--btn-surface-hover);
  border-color: var(--btn-border-on-dark-hover);
  box-shadow: var(--btn-shadow-hover);
  color: var(--btn-ink-hover);
}
.footer-top-v2__shortcuts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  width: 100%;
  min-height: 100%;
}
.footer-top-v2__shortcut {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.75rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(196, 165, 116, 0.12);
  border-radius: 12px;
  color: rgba(244, 239, 230, 0.88);
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}
.footer-top-v2__shortcut:hover {
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(196, 165, 116, 0.35);
  color: #fffef9;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 900px) {
  .footer-top-v2 .container.footer-top-v2__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-top-v2__form {
    flex-direction: column;
    align-items: stretch;
  }
  .footer-top-v2__btn {
    justify-content: center;
    width: 100%;
  }
}

/* --- floating-buttons --- */
.floating-buttons {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  z-index: 99999;
}
.floating-buttons .floating-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.floating-buttons .floating-btn svg {
  width: 26px;
  height: 26px;
}
.floating-buttons .whatsapp-btn {
  background-color: #25d366;
}
.floating-buttons .phone-btn {
  background: var(--sec);
}

/* WhatsApp — sohbet balonu + daktilo hissi
   Balon mutlak konumda: yükseklik değişince telefon butonu oynamaz */
.floating-wa-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}
.floating-wa-block:hover .floating-btn.whatsapp-btn,
.floating-wa-block:focus-visible .floating-btn.whatsapp-btn {
  transform: scale(1.1);
}
.floating-wa-block:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 3px;
  border-radius: 8px;
}
.wa-typing-bubble {
  position: absolute;
  right: calc(100% + 10px);
  bottom: 0;
  width: max-content;
  max-width: min(240px, calc(100vw - 100px));
  padding: 10px 14px 10px 12px;
  background: #fff;
  color: #1a1d21;
  border-radius: 16px 16px 6px 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.01em;
  animation: wa-bubble-appear 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.wa-typing-bubble.wa-typing-bubble--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: none;
}
@keyframes wa-bubble-appear {
  from {
    opacity: 0;
    transform: translateX(12px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.wa-typing-label {
  white-space: pre-wrap;
  word-break: break-word;
}
.wa-typing-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  background: #25d366;
  vertical-align: -2px;
  animation: wa-cursor-blink 0.85s step-end infinite;
}
.wa-typing-cursor.is-done {
  animation: none;
  opacity: 0.85;
}
@keyframes wa-cursor-blink {
  50% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wa-typing-bubble {
    animation: none;
  }
  .wa-typing-cursor {
    animation: none;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .floating-buttons {
    bottom: 30px;
    right: 14px;
  }
  .floating-buttons .floating-btn {
    width: 46px;
    height: 46px;
  }
  .floating-wa-block {
    width: 46px;
    height: 46px;
  }
  .wa-typing-bubble {
    max-width: min(200px, calc(100vw - 88px));
    padding: 8px 11px;
    font-size: 0.75rem;
    right: calc(100% + 8px);
  }
}

/* --- Footer (webAltyapi) --- */
footer.footer {
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  color: #000;
}
footer.footer > .container {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
footer.footer > .container p {
  overflow-wrap: anywhere;
  max-width: 100%;
}
footer.footer .container.items {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 5rem;
  min-width: 0;
  width: 100%;
}
.footerItem {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.footerItem h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #b0b0b0;
}
.footerItem .logo img {
  width: auto;
  height: 45px;
}
.footerItem ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerItem ul li.sag {
  min-width: 0;
}
.footerItem .sag a,
.footerItem .sag .yeap {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  max-width: 100%;
}
.footerItem .sag a {
  flex-wrap: wrap;
}
.footerItem .sag a span {
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
.footerItem .sag .yeap span {
  font-family: inherit;
}

.footerItem .yeap a {
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.footerItem .footerHizmet .yeap a:hover {
  color: var(--color-accent, #8a7355);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footerItem .yeap a:hover {
  color: var(--color-accent, #8a7355);
}

.footerItem .footerHizmet .yeap a:focus-visible {
  outline: 2px solid var(--color-accent, #8a7355);
  outline-offset: 3px;
  border-radius: 2px;
}

.footerItem .yeap a:focus-visible {
  outline: 2px solid var(--color-accent, #8a7355);
  outline-offset: 3px;
  border-radius: 2px;
}

.footerItem li.sag > a {
  transition: color 0.2s ease;
}

.footerItem li.sag > a:hover {
  color: var(--color-accent, #8a7355);
}

.footerItem li.sag > a:focus-visible {
  outline: 2px solid var(--color-accent, #8a7355);
  outline-offset: 3px;
  border-radius: 2px;
}

footer.footer > .container p a {
  transition: color 0.2s ease;
}

footer.footer > .container p a:hover {
  color: var(--color-accent, #8a7355);
}

.footerItem .metin p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  footer.footer {
    gap: 3rem;
    padding-bottom: 3rem;
  }
  footer.footer .container.items {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  footer.footer .container.items .footerItem:first-child {
    grid-column: 1 / -1;
  }
}
