/* ==================================================
   BOO - NEDEN ORMAN OKULU SAYFASI
   Temizlenmiş stabil sürüm
================================================== */

:root {
  --boo-green: #273e2c;
  --boo-green-dark: #103d2b;
  --boo-gold: #caa472;
  --boo-soft-green: #e6efe7;
  --boo-text: #26342d;
  --boo-header-height: 58px;
}

html {
  scroll-behavior: smooth;
}

.boo-why-page {
  background: var(--boo-green);
  color: #fff;
  overflow-x: clip;
  font-family: "Poppins", Arial, sans-serif;
}

.boo-why-page * {
  box-sizing: border-box;
}

/* ==================================================
   REVEAL ANİMASYONLARI
================================================== */

.boo-anim-ready .boo-why-journey__text p,
.boo-anim-ready .boo-why-service-card,
.boo-anim-ready .boo-why-philosophy h2,
.boo-anim-ready .boo-why-philosophy p,
.boo-anim-ready .boo-why-philosophy__image,
.boo-anim-ready .boo-why-produce__image,
.boo-anim-ready .boo-why-produce__text p,
.boo-anim-ready .boo-why-produce__text h2,
.boo-anim-ready .boo-why-produce__text span {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .65s ease,
    transform .65s ease,
    box-shadow .25s ease;
}

.boo-anim-ready .boo-why-journey__text p.is-visible,
.boo-anim-ready .boo-why-service-card.is-visible,
.boo-anim-ready .boo-why-philosophy h2.is-visible,
.boo-anim-ready .boo-why-philosophy p.is-visible,
.boo-anim-ready .boo-why-philosophy__image.is-visible,
.boo-anim-ready .boo-why-produce__image.is-visible,
.boo-anim-ready .boo-why-produce__text p.is-visible,
.boo-anim-ready .boo-why-produce__text h2.is-visible,
.boo-anim-ready .boo-why-produce__text span.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==================================================
   HERO
================================================== */

.boo-why-hero {
  position: relative;
  height: 82vh;
  min-height: 620px;
  background: url("https://www.bursaormanokulu.com/wp-content/uploads/2024/05/1-2048x945.png") center center / cover no-repeat;
  overflow: hidden;
  isolation: isolate;
}

.boo-why-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(6, 22, 13, .70), rgba(6, 22, 13, .25) 48%, rgba(6, 22, 13, .62)),
    linear-gradient(to bottom, rgba(0,0,0,.16), rgba(0,0,0,.06) 45%, rgba(39,62,44,.64));
  z-index: 1;
}

.boo-why-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.08), transparent 22%),
    radial-gradient(circle at 18% 70%, rgba(202,164,114,.12), transparent 26%);
  z-index: 2;
  pointer-events: none;
}

.boo-why-hero__overlay {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 20px 130px;
}

.boo-why-hero__content {
  width: min(980px, 92vw);
  margin: 0 auto;
  transform: translateY(12px);
}

.boo-why-hero__content h1 {
  font-family: "The Jungle", "DynaPuff", "Poppins", Arial, sans-serif;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: .96;
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 12px 38px rgba(0,0,0,.48);
  word-break: normal;
}

.boo-why-hero__content p {
  max-width: 700px;
  margin: 20px auto 0;
  color: rgba(255,255,255,.88);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 0 6px 22px rgba(0,0,0,.35);
}

.boo-why-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.boo-why-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--boo-gold);
  color: var(--boo-green-dark) !important;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  transition: transform .22s ease, background .22s ease;
}

.boo-why-hero__btn:hover {
  transform: translateY(-2px);
  background: #e0ba85;
}

.boo-why-hero__btn--ghost {
  background: rgba(255,255,255,.12);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(8px);
}

.boo-why-hero__btn--ghost:hover {
  background: rgba(255,255,255,.20);
}

.boo-why-hero__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  background: linear-gradient(to bottom, transparent, var(--boo-green) 86%);
  z-index: 4;
}

.boo-why-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: 34px;
  height: 54px;
  transform: translateX(-50%);
  border: 2px solid rgba(255,255,255,.52);
  border-radius: 999px;
  z-index: 5;
}

.boo-why-hero__scroll span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  animation: booHeroScroll 1.8s ease-in-out infinite;
}

@keyframes booHeroScroll {
  0% {
    opacity: .2;
    transform: translate(-50%, 0);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, 16px);
  }

  100% {
    opacity: .2;
    transform: translate(-50%, 0);
  }
}

/* ==================================================
   ORGANİK EĞİTİM YOLCULUĞU
================================================== */

.boo-why-journey {
  position: relative;
  background: var(--boo-green);
  padding: 120px 20px 140px;
  overflow: hidden;
}

.boo-why-journey__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.boo-why-journey h2 {
  font-family: "The Jungle", "DynaPuff", Arial, sans-serif;
  font-weight: normal;
  color: var(--boo-gold);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  text-align: center;
  margin: 0 0 30px;
}

.boo-why-journey__text {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.92);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.boo-why-journey__text p {
  margin: 0 0 14px;
}

.boo-why-diamond {
  position: absolute;
  width: 190px;
  height: 190px;
  overflow: hidden;
  transform: none !important;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(0,0,0,.28);
  z-index: 1;
  background: rgba(255,255,255,.08);
}

.boo-why-diamond::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  border: 2px solid rgba(255,255,255,.22);
  z-index: 2;
  pointer-events: none;
}

.boo-why-diamond img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: static !important;
  transform: none !important;
}

.boo-why-diamond--left {
  left: -60px;
  top: 90px;
}

.boo-why-diamond--right {
  right: -60px;
  bottom: 80px;
}

/* ==================================================
   ORMAN OKULU'NDA NELER YAPIYORUZ?
================================================== */

.boo-why-services {
  position: relative;
  padding: 100px 20px 130px;
  background:
    linear-gradient(rgba(39,62,44,.92), rgba(39,62,44,.92)),
    url("https://res.cloudinary.com/dofsakvww/image/upload/v1753696333/6213914_sbre2p.jpg") center / cover fixed;
}

.boo-why-services__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.boo-why-services h2 {
  text-align: center;
  font-family: "DynaPuff", "Poppins", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 50px;
  color: #fff;
}

.boo-why-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.boo-why-service-card {
  background: rgba(22, 31, 28, .9);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(0,0,0,.22);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.boo-why-service-card:hover {
  box-shadow: 0 28px 58px rgba(0,0,0,.28);
}

.boo-why-service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.boo-why-service-card span {
  display: block;
  font-size: 54px;
  color: var(--boo-gold);
  font-weight: 200;
  padding: 22px 22px 0;
  line-height: 1;
}

.boo-why-service-card h3 {
  font-family: "DynaPuff", "Poppins", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  margin: 10px 22px 12px;
  color: #fff;
}

.boo-why-service-card p {
  color: rgba(255,255,255,.72);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  padding: 0 22px 28px;
  flex: 1;
}

/* ==================================================
   FELSEFEMİZ + ÜRETİYORUZ
================================================== */

.boo-why-sticky-wrap {
  position: relative;
  background: var(--boo-green);
  overflow: visible !important;
}

.boo-why-scroll-scene {
  position: relative;
  background: var(--boo-green);
  overflow: visible !important;
}

.boo-why-philosophy {
  position: relative;
  z-index: 2;
  width: 100%;
  background: var(--boo-soft-green);
  color: var(--boo-green);
  border-radius: 55px 55px 0 0;
  padding: 72px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 -24px 60px rgba(0,0,0,.08);
}

.boo-why-philosophy__inner {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
  gap: 58px;
  align-items: center;
}

.boo-why-philosophy__text {
  min-width: 0;
}

.boo-why-philosophy h2 {
  font-family: "The Jungle", "DynaPuff", Arial, sans-serif;
  font-weight: normal;
  color: #2e4c3d;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  margin: 0 0 28px;
}

.boo-why-philosophy p {
  color: var(--boo-text);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.68;
  margin: 0 0 18px;
  font-style: italic;
}

.boo-why-philosophy p strong {
  display: inline-block;
  color: var(--boo-green-dark);
  font-style: normal;
  font-weight: 900;
  margin-bottom: 2px;
}

.boo-why-philosophy__image {
  position: relative;
  height: 430px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(0,0,0,.18);
  background: rgba(39,62,44,.08);
}

.boo-why-philosophy__image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.boo-why-philosophy__overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 178px;
  transform: translate(-50%, -50%);
  animation: booFloat 5s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
}

@keyframes booFloat {
  0%, 100% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(-44%, -50%);
  }
}

.boo-why-produce {
  position: relative;
  z-index: 5;
  background: var(--boo-gold);
  color: #fff;
  border-radius: 55px 55px 0 0;
  padding: 130px 20px;
  box-shadow: 0 -35px 80px rgba(0,0,0,.22);
}

.boo-why-produce__inner {
  width: min(1160px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.boo-why-produce__image {
  height: 460px;
  background: url("https://res.cloudinary.com/dofsakvww/image/upload/f_auto,q_auto,w_1200/v1751724498/DSCF0732_iqhczg.jpg") center / cover;
  clip-path: polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0% 100%, 16% 50%);
  border-radius: 30px;
  box-shadow: 0 24px 54px rgba(0,0,0,.18);
}

.boo-why-produce__text {
  min-width: 0;
}

.boo-why-produce__text p {
  margin: 0 0 8px;
  color: var(--boo-green);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
}

.boo-why-produce__text h2 {
  font-family: "DynaPuff", "Poppins", Arial, sans-serif;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 1;
  margin: 0 0 22px;
  color: #fff;
  text-transform: uppercase;
}

.boo-why-produce__text span {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
}

/* Masaüstü sticky overlap animasyon */
@media (min-width: 1025px) {
  .boo-why-scroll-scene {
    height: 225vh;
    min-height: 1500px;
  }

  .boo-why-philosophy {
    position: sticky !important;
    top: var(--boo-header-height) !important;
    height: calc(100vh - var(--boo-header-height));
    min-height: 680px;
  }

  .boo-why-produce {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 100vh;
    bottom: 0;
    margin-top: 0 !important;

    display: flex;
    align-items: center;
  }
}

/* ==================================================
   VELİ YORUMLARI
================================================== */

.boo-why-testimonials {
  position: relative;
  z-index: 6;
  background: var(--boo-green);
  padding: 70px 20px 100px;
  min-height: auto !important;
}

.boo-why-testimonials__title {
  text-align: center;
  margin-bottom: 38px;
}

.boo-why-testimonials__title p {
  margin: 0;
  color: rgba(255,255,255,.45);
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 900;
}

.boo-why-testimonials__title h2 {
  margin: 4px 0 0;
  color: #fff;
  font-family: "DynaPuff", "Poppins", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
}

.boo-why-testimonials .veli-yorumlar,
.boo-why-testimonials .veli-yorumlari,
.boo-why-testimonials .testimonial-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
  align-items: stretch !important;
}

.boo-why-testimonials .testimonial-wrapper,
.boo-why-testimonials .swiper-wrapper {
  align-items: stretch !important;
}

.boo-why-testimonials .veli-yorum,
.boo-why-testimonials .veli-yorum-karti,
.boo-why-testimonials .testimonial-card,
.boo-why-testimonials .yorum-card,
.boo-why-testimonials .swiper-slide > div,
.boo-why-testimonials .swiper-slide > article {
  height: 100% !important;
  min-height: 380px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.boo-why-testimonials .veli-yorum p,
.boo-why-testimonials .veli-yorum-karti p,
.boo-why-testimonials .testimonial-card p,
.boo-why-testimonials .yorum-card p,
.boo-why-testimonials .swiper-slide p {
  max-height: 185px !important;
  overflow-y: auto !important;
  padding-right: 6px !important;
}

.boo-why-testimonials p::-webkit-scrollbar {
  width: 4px;
}

.boo-why-testimonials p::-webkit-scrollbar-thumb {
  background: rgba(39,62,44,.25);
  border-radius: 999px;
}

/* ==================================================
   TABLET: 769px - 1024px
================================================== */

@media (min-width: 769px) and (max-width: 1024px) {
  .boo-why-hero {
    height: 82vh;
    min-height: 580px;
  }

  .boo-why-hero__content h1 {
    font-size: clamp(42px, 7vw, 64px);
  }

  .boo-why-hero__content p {
    font-size: 15px;
  }

  .boo-why-journey {
    padding: 95px 24px 110px;
  }

  .boo-why-journey__text {
    max-width: 760px;
    font-size: 14.5px;
  }

  .boo-why-diamond {
    opacity: .32;
  }

  .boo-why-diamond--left {
    left: -80px;
  }

  .boo-why-diamond--right {
    right: -80px;
  }

  .boo-why-services {
    padding: 85px 24px 105px;
  }

  .boo-why-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .boo-why-service-card img {
    height: 220px;
  }

  .boo-why-scroll-scene {
    height: auto;
    min-height: auto;
  }

  .boo-why-philosophy {
    position: relative !important;
    top: auto !important;
    height: auto;
    min-height: auto;
    padding: 72px 24px;
  }

  .boo-why-philosophy__inner {
    width: min(920px, calc(100vw - 48px));
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
    gap: 36px;
  }

  .boo-why-philosophy h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .boo-why-philosophy p {
    font-size: 13px;
    line-height: 1.58;
    margin-bottom: 13px;
  }

  .boo-why-philosophy__image {
    height: 340px;
  }

  .boo-why-philosophy__overlay {
    width: 135px;
  }

  .boo-why-produce {
    position: relative !important;
    top: auto;
    margin-top: 0 !important;
    padding: 92px 24px;
  }

  .boo-why-produce__inner {
    width: min(920px, calc(100vw - 48px));
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
    gap: 38px;
  }

  .boo-why-produce__image {
    height: 360px;
  }

  .boo-why-produce__text h2 {
    font-size: 50px;
  }

  .boo-why-produce__text span {
    font-size: 14px;
    line-height: 1.7;
  }

  .boo-why-testimonials .veli-yorumlar,
  .boo-why-testimonials .veli-yorumlari,
  .boo-why-testimonials .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .boo-why-testimonials .veli-yorum,
  .boo-why-testimonials .veli-yorum-karti,
  .boo-why-testimonials .testimonial-card,
  .boo-why-testimonials .yorum-card,
  .boo-why-testimonials .swiper-slide > div,
  .boo-why-testimonials .swiper-slide > article {
    min-height: 360px !important;
  }
}

/* ==================================================
   GENİŞ MOBİL: 481px - 768px
================================================== */

@media (min-width: 481px) and (max-width: 768px) {
  .boo-why-hero {
    height: 86vh;
    min-height: 560px;
    background-position: center;
  }

  .boo-why-hero__overlay {
    padding: 86px 18px 120px;
  }

  .boo-why-hero__content {
    transform: translateY(8px);
  }

  .boo-why-hero__content h1 {
    font-size: 44px;
    line-height: .98;
  }

  .boo-why-hero__content p {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .boo-why-hero__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .boo-why-hero__btn {
    width: 100%;
    max-width: 280px;
  }

  .boo-why-hero__scroll {
    bottom: 48px;
    width: 30px;
    height: 48px;
  }

  .boo-why-journey {
    padding: 80px 18px;
  }

  .boo-why-journey__text {
    font-size: 14px;
  }

  .boo-why-diamond {
    display: none;
  }

  .boo-why-services {
    padding: 70px 18px;
    background-attachment: scroll;
  }

  .boo-why-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .boo-why-service-card img {
    height: 160px;
  }

  .boo-why-service-card span {
    font-size: 42px;
    padding: 16px 16px 0;
  }

  .boo-why-service-card h3 {
    font-size: 17px;
    margin: 8px 16px 10px;
  }

  .boo-why-service-card p {
    font-size: 12px;
    line-height: 1.55;
    padding: 0 16px 22px;
  }

  .boo-why-scroll-scene {
    height: auto;
    min-height: auto;
  }

  .boo-why-philosophy {
    position: relative !important;
    top: auto !important;
    height: auto;
    min-height: auto;
    border-radius: 34px 34px 0 0;
    padding: 58px 18px 64px;
    display: block;
  }

  .boo-why-philosophy__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .boo-why-philosophy__image {
    order: -1;
    height: 280px;
    border-radius: 24px;
  }

  .boo-why-philosophy h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .boo-why-philosophy p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .boo-why-philosophy__overlay {
    width: 124px;
  }

  .boo-why-produce {
    position: relative !important;
    top: auto;
    margin-top: 0 !important;
    border-radius: 34px 34px 0 0;
    padding: 70px 18px;
  }

  .boo-why-produce__inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .boo-why-produce__image {
    height: 300px;
    clip-path: none;
    border-radius: 24px;
  }

  .boo-why-produce__text h2 {
    font-size: 44px;
  }

  .boo-why-produce__text span {
    font-size: 15px;
    line-height: 1.75;
  }

  .boo-why-testimonials {
    padding: 58px 18px 72px;
  }

  .boo-why-testimonials .veli-yorumlar,
  .boo-why-testimonials .veli-yorumlari,
  .boo-why-testimonials .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .boo-why-testimonials .veli-yorum,
  .boo-why-testimonials .veli-yorum-karti,
  .boo-why-testimonials .testimonial-card,
  .boo-why-testimonials .yorum-card,
  .boo-why-testimonials .swiper-slide > div,
  .boo-why-testimonials .swiper-slide > article {
    min-height: 340px !important;
  }

  .boo-why-testimonials p {
    max-height: 170px !important;
  }
}

/* ==================================================
   KÜÇÜK MOBİL: 480px ve altı
================================================== */

@media (max-width: 480px) {
  .boo-why-hero {
    height: 86vh;
    min-height: 540px;
    background-position: center;
  }

  .boo-why-hero__overlay {
    padding: 82px 18px 116px;
  }

  .boo-why-hero__content {
    transform: translateY(6px);
  }

  .boo-why-hero__content h1 {
    font-size: 36px;
    line-height: 1;
  }

  .boo-why-hero__content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .boo-why-hero__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .boo-why-hero__btn {
    width: 100%;
    max-width: 270px;
  }

  .boo-why-hero__scroll {
    bottom: 44px;
    width: 30px;
    height: 48px;
  }

  .boo-why-journey {
    padding: 70px 18px;
  }

  .boo-why-journey h2 {
    font-size: 34px;
  }

  .boo-why-journey__text {
    font-size: 14px;
  }

  .boo-why-diamond {
    display: none;
  }

  .boo-why-services {
    padding: 64px 18px;
    background-attachment: scroll;
  }

  .boo-why-services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .boo-why-service-card img {
    height: 190px;
  }

  .boo-why-scroll-scene {
    height: auto;
    min-height: auto;
  }

  .boo-why-philosophy {
    position: relative !important;
    top: auto !important;
    height: auto;
    min-height: auto;
    border-radius: 34px 34px 0 0;
    padding: 52px 18px 58px;
    display: block;
  }

  .boo-why-philosophy__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .boo-why-philosophy__image {
    order: -1;
    height: 250px;
    border-radius: 24px;
  }

  .boo-why-philosophy h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .boo-why-philosophy p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .boo-why-philosophy__overlay {
    width: 120px;
  }

  .boo-why-produce {
    position: relative !important;
    top: auto;
    margin-top: 0 !important;
    border-radius: 34px 34px 0 0;
    padding: 64px 18px;
  }

  .boo-why-produce__inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .boo-why-produce__image {
    height: 280px;
    clip-path: none;
    border-radius: 24px;
  }

  .boo-why-produce__text h2 {
    font-size: 38px;
  }

  .boo-why-produce__text span {
    font-size: 15px;
    line-height: 1.75;
  }

  .boo-why-testimonials {
    padding: 54px 18px 70px;
  }

  .boo-why-testimonials .veli-yorumlar,
  .boo-why-testimonials .veli-yorumlari,
  .boo-why-testimonials .testimonial-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .boo-why-testimonials .veli-yorum,
  .boo-why-testimonials .veli-yorum-karti,
  .boo-why-testimonials .testimonial-card,
  .boo-why-testimonials .yorum-card,
  .boo-why-testimonials .swiper-slide > div,
  .boo-why-testimonials .swiper-slide > article {
    min-height: 330px !important;
  }

  .boo-why-testimonials p {
    max-height: 190px !important;
    overflow-y: auto !important;
  }
}

/* ==================================================
   HAREKET AZALTMA TERCİHİ
================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ==================================================
   FELSEFEMİZ + ÜRETİYORUZ
   Tüm cihazlarda sticky overlap animasyon
================================================== */

.boo-why-sticky-wrap {
  position: relative;
  background: var(--boo-green);
  overflow: visible !important;
}

.boo-why-scroll-scene {
  position: relative;
  background: var(--boo-green);
  overflow: visible !important;
  height: 225vh;
  min-height: 1500px;
}

.boo-why-philosophy {
  position: sticky !important;
  top: var(--boo-header-height) !important;
  z-index: 2;

  width: 100%;
  height: calc(100vh - var(--boo-header-height));
  min-height: 680px;

  background: var(--boo-soft-green);
  color: var(--boo-green);

  display: flex;
  align-items: center;

  overflow: hidden;
}

.boo-why-produce {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 100vh;
  bottom: 0;
  z-index: 5;

  margin-top: 0 !important;

  display: flex;
  align-items: center;

  background: var(--boo-gold);
  color: #fff;
}

.boo-why-produce__inner {
  position: relative;
  z-index: 2;
}

/* ==================================================
   MOBİL/TABLET STICKY ALAN GÖRSEL + YAZI BÜYÜTME
================================================== */

/* TABLET */
@media (min-width: 769px) and (max-width: 1024px) {
  .boo-why-scroll-scene {
    height: 235vh;
    min-height: 1500px;
  }

  .boo-why-philosophy {
    position: sticky !important;
    top: var(--boo-header-height) !important;
    height: calc(100vh - var(--boo-header-height));
    min-height: 700px;
    padding: 56px 24px;
  }

  .boo-why-philosophy__inner {
    width: min(920px, calc(100vw - 48px));
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 38px;
    align-items: center;
  }

  .boo-why-philosophy__image {
    width: 100%;
    height: 390px;
  }

  .boo-why-philosophy h2 {
    font-size: 52px;
  }

  .boo-why-philosophy p {
    font-size: 13.5px;
    line-height: 1.58;
  }

  .boo-why-produce {
    top: 100vh;
    bottom: 0;
    padding: 90px 24px;
  }

  .boo-why-produce__image {
    height: 390px;
  }
}

/* MOBİL */
@media (max-width: 768px) {
  .boo-why-scroll-scene {
    height: 255vh;
    min-height: 1450px;
  }

  .boo-why-philosophy {
    position: sticky !important;
    top: 0 !important;
    height: 100svh;
    min-height: 760px;

    padding: 32px 18px 42px;
    border-radius: 30px 30px 0 0;

    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .boo-why-philosophy__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    gap: 24px;
  }

  .boo-why-philosophy__image {
    order: -1;
    width: 100% !important;
    height: 280px;
    border-radius: 24px;
  }

  .boo-why-philosophy__image > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .boo-why-philosophy__overlay {
    width: 118px;
  }

  .boo-why-philosophy h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .boo-why-philosophy p {
    font-size: 13px;
    line-height: 1.52;
    margin-bottom: 10px;
  }

  .boo-why-philosophy p strong {
    font-size: 13.2px;
  }

  .boo-why-produce {
    position: absolute !important;
    top: 100vh;
    bottom: 0;

    padding: 62px 18px;
    border-radius: 30px 30px 0 0;

    display: flex;
    align-items: center;
  }

  .boo-why-produce__inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .boo-why-produce__image {
    width: 100%;
    height: 300px;
    clip-path: none;
    border-radius: 24px;
  }

  .boo-why-produce__text p {
    font-size: 12px;
    letter-spacing: 1.6px;
  }

  .boo-why-produce__text h2 {
    font-size: 44px;
  }

  .boo-why-produce__text span {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* KÜÇÜK TELEFON */
@media (max-width: 480px) {
  .boo-why-scroll-scene {
    height: 265vh;
    min-height: 1420px;
  }

  .boo-why-philosophy {
    min-height: 740px;
    padding: 28px 18px 36px;
  }

  .boo-why-philosophy__inner {
    gap: 22px;
  }

  .boo-why-philosophy__image {
    height: 245px;
  }

  .boo-why-philosophy__overlay {
    width: 105px;
  }

  .boo-why-philosophy h2 {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .boo-why-philosophy p {
    font-size: 12.4px;
    line-height: 1.48;
    margin-bottom: 9px;
  }

  .boo-why-philosophy p strong {
    font-size: 12.6px;
  }

  .boo-why-produce {
    padding: 54px 18px;
  }

  .boo-why-produce__image {
    height: 260px;
  }

  .boo-why-produce__text h2 {
    font-size: 39px;
  }

  .boo-why-produce__text span {
    font-size: 14px;
    line-height: 1.65;
  }
}