/* Greenal Aluminium — site styles (no build step) */

:root {
  --greenal-green: #1e8f59;
  --greenal-green-dark: #167549;
  --text-dark: #2b2b2b;
  --text-muted: #6b6b6b;
  --bg-soft: #f5f5f5;
  --shadow-card: 0 8px 28px rgba(0, 0, 0, 0.08);
  --font-heading: "Mulish", system-ui, sans-serif;
  --font-body: "Mulish", system-ui, sans-serif;
  --font-nav: "Inter", system-ui, sans-serif;
  --bs-font-sans-serif: "Mulish", system-ui, sans-serif;
  --bs-body-font-family: "Mulish", system-ui, sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --container-max: 1440px;
  --bs-primary: #1e8f59;
}

/* Inter — header nav (local from Inter.zip) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/inter/Inter-Variable.woff2") format("woff2"),
    url("../fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}

/* Mulish — site-wide body + headings (local from Mulish.zip) */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../fonts/mulish/Mulish-Variable.woff2") format("woff2"),
    url("../fonts/mulish/Mulish-VariableFont_wght.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}

p {
  color: #3b3d42;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
.font-heading {
  font-family: var(--font-heading);
}

:focus-visible {
  outline: 2px solid var(--greenal-green);
  outline-offset: 2px;
}

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1030;
  padding: 1.15rem 0;
  background: #fff;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  position: fixed;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 0.75rem 0;
}

.site-header .navbar {
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: #333;
  --bs-navbar-hover-color: var(--greenal-green);
  --bs-navbar-active-color: var(--greenal-green);
  --bs-navbar-brand-padding-y: 0;
}

.site-header .nav-link {
  font-family: var(--font-nav);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem !important;
  color: #333 !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--greenal-green) !important;
}

.site-header .brand-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  color: #2b2b2b;
}

.site-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-header .btn-katalog {
  font-family: var(--font-nav);
  min-width: 118px;
  border: 1px solid #3b3d42;
  color: #333;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 0.55rem 1rem;
}

.site-header .btn-katalog:hover {
  background: rgba(30, 143, 89, 0.06);
  color: var(--greenal-green);
  border-color: var(--greenal-green);
}

.site-header .btn-lang {
  font-family: var(--font-nav);
  width: auto;
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  background: var(--greenal-green);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-header .btn-lang:hover,
.site-header .btn-lang:focus,
.site-header .btn-lang.show {
  background: var(--greenal-green-dark);
  color: #fff;
}

.site-header .btn-lang.dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.12em;
  border-top-color: currentColor;
}

.site-header .lang-dropdown {
  min-width: 4.75rem;
  padding: 0.35rem 0;
  border: 0 !important;
  border-radius: 10px;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
}

.site-header .lang-dropdown .dropdown-item {
  font-family: var(--font-nav);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  padding: 0.45rem 0.85rem;
  background: transparent;
  border: 0;
  width: 100%;
}

.site-header .lang-dropdown .dropdown-item:hover,
.site-header .lang-dropdown .dropdown-item:focus {
  background: rgba(30, 143, 89, 0.08);
  color: var(--greenal-green);
}

.site-header .lang-dropdown .dropdown-item.active {
  background: rgba(30, 143, 89, 0.12);
  color: var(--greenal-green);
}

.site-header .navbar-toggler {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
}

.site-header .navbar-toggler:hover,
.site-header .navbar-toggler:focus,
.site-header .navbar-toggler:active,
.site-header .navbar-toggler:focus-visible {
  border: 0 !important;
  outline: none;
  box-shadow: none !important;
  background: transparent;
}

.site-header .navbar-toggler-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #333;
  background-image: none !important;
  transition: background-color 0.2s ease;
}

.site-header .navbar-toggler-icon::before,
.site-header .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #333;
  transition: transform 0.2s ease, top 0.2s ease;
}

.site-header .navbar-toggler-icon::before {
  top: -7px;
}

.site-header .navbar-toggler-icon::after {
  top: 7px;
}

.site-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.site-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    background: #fff;
    margin-top: 0.75rem;
    padding: 1rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow-card);
  }
}

/* Buttons */
.btn-ghost-light {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.7rem 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  max-width: 100%;
}

.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.btn-greenal {
  background: var(--greenal-green) !important;
  color: #fff !important;
  border: 1px solid var(--greenal-green) !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.7rem 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  max-width: 100%;
}

.btn-greenal:hover {
  background: var(--greenal-green-dark) !important;
  border-color: var(--greenal-green-dark) !important;
  color: #fff !important;
}

.btn-outline-soft {
  background: #fff;
  color: var(--text-dark);
  border: 1px solid #3b3d42;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.65rem 1.4rem;
  width: auto;
  max-width: 100%;
}

.btn-outline-soft:hover {
  border-color: var(--greenal-green);
  color: var(--greenal-green);
}

/* Hero — Bootstrap Carousel */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #000;
}

.hero-carousel {
  min-height: 100vh;
  min-height: 100svh;
  background: #000;
}

.hero-carousel .carousel-inner {
  min-height: 100vh;
  min-height: 100svh;
  background: #000;
}

.hero-carousel .carousel-item {
  min-height: 100vh;
  min-height: 100svh;
  background: #000;
}

/* Carousel fade — smoother, longer crossfade */
.hero-carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-carousel.carousel-fade .carousel-item.active,
.hero-carousel.carousel-fade .carousel-item-next.carousel-item-start,
.hero-carousel.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}

.hero-carousel.carousel-fade .active.carousel-item-start,
.hero-carousel.carousel-fade .active.carousel-item-end {
  opacity: 0;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.25) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-carousel .carousel-item--video .hero__media::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.62) 45%,
    rgba(0, 0, 0, 0.42) 100%
  );
}

.hero__media img,
.hero__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Ken Burns — slow zoom/pan while slide is active */
.hero__media img {
  transform: scale(1.05);
  will-change: transform;
}

.hero-carousel .carousel-item.active .hero__media img {
  animation: kenBurnsZoom 20s ease-out forwards;
}

.hero-carousel .carousel-item:nth-child(even).active .hero__media img {
  animation-name: kenBurnsZoomAlt;
}

@keyframes kenBurnsZoom {
  from {
    transform: scale(1.05) translate(0, 0);
  }
  to {
    transform: scale(1.18) translate(-2.5%, -1.5%);
  }
}

@keyframes kenBurnsZoomAlt {
  from {
    transform: scale(1.08) translate(-1%, 0);
  }
  to {
    transform: scale(1.2) translate(2%, 1.5%);
  }
}

.hero__caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 5rem;
  padding-bottom: 4rem;
  text-align: left;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}

.hero__copy {
  max-width: 760px;
}

/* Hero caption enter / exit with carousel */
.hero-carousel .hero__copy > * {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
}

.hero-carousel .carousel-item.active .hero__copy > * {
  opacity: 1;
  transform: translateY(0);
}

.hero-carousel .carousel-item.active .hero__title {
  transition-delay: 0.25s;
}

.hero-carousel .carousel-item.active .hero__lead {
  transition-delay: 0.42s;
}

.hero-carousel .carousel-item.active .hero__actions {
  transition-delay: 0.6s;
}

.hero-carousel .carousel-item.active .hero__features {
  transition-delay: 0.78s;
}

.hero-carousel .carousel-item.active .hero__actions .btn {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.hero-carousel .carousel-item.active .hero__actions .btn:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.65s;
}

.hero-carousel .carousel-item.active .hero__actions .btn:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.hero-carousel .carousel-item.active.carousel-item-start .hero__copy > *,
.hero-carousel .carousel-item.active.carousel-item-end .hero__copy > *,
.hero-carousel .carousel-item.active.carousel-item-start .hero__actions .btn,
.hero-carousel .carousel-item.active.carousel-item-end .hero__actions .btn {
  opacity: 0;
  transform: translateY(-28px);
  transition-duration: 0.6s;
  transition-delay: 0s;
}

.hero__title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(2.15rem, 4.9vw, 3.3rem);
  line-height: 1.2;
  text-wrap: balance;
  margin-bottom: 1.25rem;
}

.hero__title .accent {
  color: var(--greenal-green);
}

.hero__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  margin-bottom: 1.75rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 3rem;
}

.hero__actions .btn-arrow-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.hero__features {
  margin-top: 0.85rem;
  font-size: 1.2rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.01em;
}

@media (min-width: 992px) {
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero__caption {
    min-height: 850px;
  }
}

.hero__nav {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: 2.5rem;
  z-index: 5;
  display: flex;
  gap: 0.65rem;
}

.hero__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hero__nav-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

/* Sections */
.section {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.section--soft {
  background: var(--bg-soft);
}

.section--europe {
  background: #f8f8f8;
}

.section-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
}

#kurumsal .section-title {
  font-weight: 600;
}

.section-title .accent {
  color: var(--greenal-green);
}

#kurumsal .section-title .accent {
  font-weight: 800;
}

.section-title--center {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-lead {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 16 / 10;
}

.about-media__cover {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.about-media__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-media .play-btn {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.about-media .play-btn__icon {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.about-media .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 0.95;
}

.about-media.is-playing .about-media__cover {
  display: none;
}

.about-media__player {
  position: absolute;
  inset: 0;
}

.about-media__player iframe,
.about-media__player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
  background: #000;
}

.europe-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 1.1rem 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
}

.europe-card__icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  color: var(--greenal-green);
}

.europe-card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--greenal-green);
  margin-bottom: 0.25rem;
}

.europe-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.europe-map {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.why-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  height: 100%;
}

.why-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.why-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.why-card:hover .why-card__img img {
  transform: scale(1.04);
}

.why-card__body {
  padding: 1.4rem 1.35rem 1.6rem;
}

.why-card h3 {
  font-family: var(--font-heading);
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.why-card p {
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

.product-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 2;
  color: #fff;
  text-decoration: none;
}

.product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
}

.product-card__meta {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.4rem;
}

.product-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.product-card .arrow {
  width: 22px;
  height: 22px;
}

.product-card:hover {
  color: #fff;
}

.product-card:hover img {
  transform: scale(1.05);
}

.cta-banner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 3rem 1.5rem;
  background-image: url("../images/bg-iletisim.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-banner__bg {
  display: none;
}

.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.cta-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.cta-banner p {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  margin-bottom: 1.5rem;
}

.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.blog-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-pagination {
  margin-top: clamp(2.25rem, 4vw, 3rem);
  display: flex;
  justify-content: center;
}

.blog-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.blog-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.85rem;
  border-radius: 12px;
  border: 1px solid #3b3d42;
  background: #fff;
  color: #3b3d42;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.blog-pagination__btn:hover {
  color: var(--greenal-green);
  border-color: var(--greenal-green);
}

.blog-pagination__btn.is-active {
  background: var(--greenal-green);
  border-color: var(--greenal-green);
  color: #fff;
  pointer-events: none;
}

.blog-pagination__btn.is-disabled,
.blog-pagination__btn[aria-disabled="true"] {
  opacity: 0.35;
  pointer-events: none;
}

.blog-pagination__btn--nav {
  padding: 0;
}

.blog-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: #6f857a;
  font-weight: 700;
  letter-spacing: 0.08em;
  user-select: none;
}

.blog-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.blog-card:hover .blog-card__img img {
  transform: scale(1.04);
}

.blog-card__body {
  padding: 1.35rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card h3 {
  font-family: var(--font-heading);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.blog-card p {
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  flex: 1;
}

.blog-card .btn {
  align-self: flex-start;
  margin-top: 1rem;
}

.site-footer {
  position: relative;
  z-index: 1;
  background: var(--bg-soft);
  padding-top: 3.5rem;
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
  font-size: 0.9375rem;
}

.site-footer__label {
  color: var(--text-muted);
}

.site-footer__value {
  font-weight: 600;
  color: var(--text-dark);
}

.site-footer__title {
  color: var(--greenal-green);
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.site-footer a {
  color: var(--text-dark);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--greenal-green);
}

.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-links li + li {
  margin-top: 0.45rem;
}

.site-footer .socials {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.site-footer .socials a {
  color: var(--greenal-green);
  display: inline-flex;
}

.site-footer .socials a:hover {
  opacity: 0.8;
}

.site-footer__bottom {
  border-top: 1px solid #ddd;
  margin-top: 2.25rem;
  padding-top: 1.1rem;
  color: #8a8a8a;
  font-size: 0.875rem;
}

.site-footer__bottom a {
  color: #8a8a8a;
}

.site-footer__bottom a:hover {
  color: var(--greenal-green);
}

.text-greenal {
  color: var(--greenal-green) !important;
}

.container-narrow {
  max-width: var(--container-max);
}

/* ── Intro page ─────────────────────────────────────────── */
.page-intro {
  margin: 0;
  background: #fff;
}

.page-intro,
.page-intro body {
  height: 100%;
}

.intro-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.intro-header {
  flex-shrink: 0;
  background: #fff;
  z-index: 20;
}

.intro-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem clamp(1.25rem, 3.5vw, 2.75rem);
  max-width: none;
}

.intro-header__brand {
  display: inline-flex;
  line-height: 0;
}

.intro-header__logo {
  height: 42px;
  width: auto;
  color: #2b2b2b;
}

.intro-header__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.btn-intro-home {
  min-width: 118px;
  padding: 0.6rem 1.25rem;
  border-radius: 12px;
  background: #1a2330;
  color: #fff !important;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn-intro-home:hover {
  background: #0f1620;
  color: #fff !important;
}

.page-intro .btn-lang {
  width: auto;
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  background: var(--greenal-green);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.page-intro .btn-lang:hover,
.page-intro .btn-lang:focus,
.page-intro .btn-lang.show {
  background: var(--greenal-green-dark);
  color: #fff;
}

.page-intro .btn-lang.dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.12em;
  border-top-color: currentColor;
}

.page-intro .lang-dropdown {
  min-width: 4.75rem;
  padding: 0.35rem 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.page-intro .lang-dropdown .dropdown-item {
  font-family: var(--font-nav);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  padding: 0.45rem 0.85rem;
  background: transparent;
  border: 0;
  width: 100%;
}

.page-intro .lang-dropdown .dropdown-item:hover,
.page-intro .lang-dropdown .dropdown-item:focus {
  background: rgba(30, 143, 89, 0.08);
  color: var(--greenal-green);
}

.page-intro .lang-dropdown .dropdown-item.active {
  background: rgba(30, 143, 89, 0.12);
  color: var(--greenal-green);
}

.intro-split {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
}

.intro-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  min-height: 420px;
  color: inherit;
}

.intro-panel__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.intro-panel__img,
.intro-panel__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
  pointer-events: none;
}

.intro-panel__img {
  transform: scale(1.08);
  transition: transform 0.9s ease, filter 0.75s ease;
}

.intro-panel:hover .intro-panel__img,
.intro-panel:focus-visible .intro-panel__img {
  transform: scale(1);
}

.intro-panel__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
  container-type: size;
}

.intro-panel.is-video-ready .intro-panel__video {
  opacity: 1;
}

.intro-panel.is-video-ready .intro-panel__img {
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Video panel: no poster image — solid fill until playback, video visible immediately */
.intro-panel--has-video .intro-panel__media {
  background: #0b0f0d;
}

.intro-panel--has-video .intro-panel__video {
  opacity: 1;
}

/* 16:9 YouTube iframe — cover crop, no visible edges */
.intro-panel__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Fallback when container query units are unavailable */
  width: 177.78%;
  height: 100%;
  min-width: 100%;
  min-height: 56.25%;
  width: max(100cqw, calc(100cqh * 16 / 9));
  height: max(100cqh, calc(100cqw * 9 / 16));
  max-width: none;
  border: 0;
  display: block;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.intro-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: background 0.75s ease, opacity 0.75s ease;
}

.intro-panel--dark .intro-panel__img {
  filter: brightness(0.62) contrast(1.18) saturate(0.35);
}

.intro-panel--dark .intro-panel__media::after {
  background:
    radial-gradient(ellipse at center, rgba(8, 12, 18, 0.28) 0%, rgba(4, 6, 10, 0.62) 100%),
    rgba(6, 10, 16, 0.38);
}

.intro-panel--dark:hover .intro-panel__img,
.intro-panel--dark:focus-visible .intro-panel__img {
  filter: brightness(0.42) contrast(1.22) saturate(0.3);
}

.intro-panel--dark:hover .intro-panel__media::after,
.intro-panel--dark:focus-visible .intro-panel__media::after {
  background:
    radial-gradient(ellipse at center, rgba(4, 6, 10, 0.45) 0%, rgba(0, 0, 0, 0.78) 100%),
    rgba(0, 0, 0, 0.55);
}

.intro-panel--light .intro-panel__img {
  filter: brightness(1.18) contrast(0.88) saturate(0.85);
}

.intro-panel--light .intro-panel__media::after {
  background: rgba(255, 255, 255, 0.52);
}

.intro-panel--light:hover .intro-panel__img,
.intro-panel--light:focus-visible .intro-panel__img {
  filter: brightness(0.88) contrast(0.92) saturate(0.8);
}

.intro-panel--light:hover .intro-panel__media::after,
.intro-panel--light:focus-visible .intro-panel__media::after {
  background: rgba(20, 24, 28, 0.42);
}

.intro-panel__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.15rem;
  padding: 2rem 1.5rem;
  transition: transform 0.35s ease;
}

.intro-panel:hover .intro-panel__content,
.intro-panel:focus-visible .intro-panel__content {
  transform: translateY(-4px);
}

.intro-panel__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.75rem, 3.2vw, 2.85rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
}

.intro-panel--dark .intro-panel__title {
  color: #fff;
}

.intro-panel--light .intro-panel__title {
  color: #000;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.75rem, 3.2vw, 2.85rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  transition: color 0.35s ease;
}

.intro-panel--light:hover .intro-panel__title,
.intro-panel--light:focus-visible .intro-panel__title {
  color: #fff;
}

.intro-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.intro-panel--dark .intro-panel__cta {
  color: rgba(255, 255, 255, 0.95);
}

.intro-panel--light .intro-panel__cta {
  color: #2b2b2b;
}

.intro-panel--light:hover .intro-panel__cta,
.intro-panel--light:focus-visible .intro-panel__cta {
  color: rgba(255, 255, 255, 0.95);
}

.intro-panel:hover .intro-panel__cta,
.intro-panel:focus-visible .intro-panel__cta {
  opacity: 1;
  transform: translateY(0);
}

.intro-panel__cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.intro-panel--dark:hover .intro-panel__cta-icon,
.intro-panel--dark:focus-visible .intro-panel__cta-icon,
.intro-panel--light:hover .intro-panel__cta-icon,
.intro-panel--light:focus-visible .intro-panel__cta-icon {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .intro-split {
    grid-template-columns: 1fr;
  }

  .intro-panel {
    min-height: 48vh;
    min-height: 48svh;
  }

  .intro-panel__cta {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .intro-header__inner {
    padding: 0.9rem max(1.25rem, calc(env(safe-area-inset-right, 0px) + 1.25rem))
      0.9rem max(1.25rem, calc(env(safe-area-inset-left, 0px) + 1.25rem));
  }

  .intro-header__logo {
    height: 34px;
  }

  .intro-header__actions {
    gap: 0.9rem;
  }

  .btn-intro-home {
    min-width: 0;
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
  }

  .page-intro .btn-lang {
    min-width: 40px;
    height: 40px;
    font-size: 0.875rem;
  }
}

/* ── Header dropdowns (interior pages) ─────────────────────── */
.site-header .dropdown-menu,
.site-header .dropdown-menu.show,
.site-header .lang-dropdown {
  --bs-dropdown-border-width: 0;
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-box-shadow: none;
  --bs-dropdown-bg: #fff;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: var(--radius-md);
  outline: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  background-clip: padding-box;
  padding: 0.6rem;
  margin-top: 0.5rem;
}

.site-header .nav-link:focus,
.site-header .nav-link:focus-visible,
.site-header .nav-link.dropdown-toggle:focus,
.site-header .nav-link.dropdown-toggle:focus-visible,
.site-header .nav-link.dropdown-toggle.show,
.site-header .btn-lang:focus,
.site-header .btn-lang:focus-visible,
.site-header .btn-lang.show,
.site-header .dropdown-menu:focus,
.site-header .dropdown-item:focus,
.site-header .dropdown-item:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (min-width: 992px) {
  .site-header .nav-item.dropdown > .dropdown-menu,
  .site-header .nav-item.dropdown > .lang-dropdown {
    margin-top: 0;
  }

  /* Invisible bridge so hover doesn't break between link and menu */
  .site-header .nav-item.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.75rem;
    height: 0.75rem;
    background: none;
    border: 0;
    box-shadow: none;
  }
}

.site-header .dropdown-item {
  font-family: var(--font-nav);
  border-radius: var(--radius-sm);
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.55rem 0.85rem;
  font-size: 0.9375rem;
  color: var(--text-dark);
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus,
.site-header .dropdown-item:focus-visible,
.site-header .dropdown-item:active {
  background: rgba(30, 143, 89, 0.08);
  color: var(--greenal-green);
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.site-header .dropdown-menu.lang-dropdown {
  min-width: 4.75rem;
  padding: 0.35rem;
  border-radius: 10px;
}

.site-header .lang-dropdown .dropdown-item {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.site-header .lang-dropdown .dropdown-item.active {
  background: rgba(30, 143, 89, 0.12);
  color: var(--greenal-green);
}

.site-header .nav-link.active,
.site-header .nav-link[aria-current="page"] {
  color: var(--greenal-green) !important;
}

/* No underline / line under active or hovered nav labels */
.site-header .nav-link.active::before,
.site-header .nav-link[aria-current="page"]::before,
.site-header .nav-link.dropdown-toggle.active::before,
.site-header .nav-link.dropdown-toggle[aria-current="page"]::before {
  content: none;
  display: none;
}

@media (max-width: 991.98px) {
  .site-header .dropdown-menu {
    background: transparent;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0.25rem 0 0.25rem 0.75rem;
  }

  .site-header .dropdown-item {
    color: var(--text-dark);
  }

  .site-header .dropdown-item:hover,
  .site-header .dropdown-item:focus {
    background: rgba(30, 143, 89, 0.08);
    color: var(--greenal-green);
  }
}

/* ── Page hero (interior pages) ─────────────────────────────── */
.page-hero {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: #0a0a0a;
}

.page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      95deg,
      rgba(8, 12, 10, 0.58) 0%,
      rgba(8, 12, 10, 0.42) 32%,
      rgba(8, 12, 10, 0.28) 58%,
      rgba(8, 12, 10, 0.18) 100%
    ),
    radial-gradient(
      ellipse 58% 78% at 100% 28%,
      rgba(30, 143, 89, 0.68) 0%,
      rgba(30, 143, 89, 0.42) 32%,
      rgba(30, 143, 89, 0.16) 55%,
      rgba(30, 143, 89, 0) 74%
    );
  pointer-events: none;
  z-index: 1;
}

.page-hero__media img {
  animation: none;
  transform: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  display: block;
  max-width: none;
}

.page-hero__photo--iletisim {
  object-position: center center;
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.page-hero__copy {
  max-width: 680px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

.page-hero__play {
  /* hide duplicate play affordance baked into some PSD hero crops */
  position: relative;
  z-index: 2;
}

/* Hide decorative PSD play mark bleeding through by covering mid-right weakly —
   actual control stays in copy column on the left */
.page-hero__media::before {
  display: none;
}

.page-hero__eyebrow {
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.page-hero__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 1.15rem;
}

.page-hero__lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  max-width: 34rem;
  opacity: 0.95;
  margin-bottom: 1.75rem;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 0.5rem;
}

.page-hero__play {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.page-hero__play-icon {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  z-index: 1;
}

.page-hero__play-icon::before,
.page-hero__play-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.page-hero__play-icon::before {
  border: 2px solid rgba(255, 255, 255, 0.55);
  animation: pageHeroPlayRing 1.6s ease-in-out infinite;
}

.page-hero__play-icon::after {
  background: rgba(255, 255, 255, 0.18);
  animation: pageHeroPlayFill 2.2s ease-in-out infinite;
}

.page-hero__play-icon img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: block;
}

.page-hero__play-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.page-hero__play:hover .page-hero__play-icon {
  background: transparent;
}

@keyframes pageHeroPlayRing {
  0% {
    transform: scale(0.72);
    opacity: 0.15;
  }
  35% {
    transform: scale(1.05);
    opacity: 0.55;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@keyframes pageHeroPlayFill {
  0%,
  100% {
    transform: scale(0.78);
    opacity: 0.12;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.28;
  }
}

.page-hero--about .page-hero__play {
  position: absolute;
  right: auto;
  left: 75%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  flex-direction: column;
  gap: 0.75rem;
}

.page-hero--about .page-hero__play-label {
  display: none;
}

/* ── Content split (image + text zig-zag) ───────────────────── */
.content-split {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.content-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.content-split__media {
  order: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-card);
}

.content-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-split__body {
  order: 2;
}

.content-split--reverse .content-split__media {
  order: 2;
}

.content-split--reverse .content-split__body {
  order: 1;
}

.content-split__eyebrow {
  color: #3b3d42;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.content-split__title {
  font-family: var(--font-heading);
  color: #3b3d42;
  font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  line-height: 1.3;
  margin-bottom: 1.1rem;
}

.content-split__title .accent {
  color: var(--greenal-green);
}

.content-split__text {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.content-split__text:last-of-type {
  margin-bottom: 1.4rem;
}

@media (max-width: 991.98px) {
  .content-split__grid {
    grid-template-columns: 1fr;
  }

  .content-split__media {
    order: 1 !important;
  }

  .content-split__body {
    order: 2 !important;
  }
}

/* ── Certificate grid ────────────────────────────────────────── */
.section--certs {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.cert-card {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(59, 61, 66, 0.12);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  cursor: zoom-in;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cert-card:hover,
.cert-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(59, 61, 66, 0.28);
  box-shadow: 0 14px 36px rgba(15, 23, 18, 0.12);
  outline: none;
}

.cert-card__media {
  display: block;
  background: #fff;
  aspect-ratio: 3 / 4;
}

.cert-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cert-lightbox .modal-dialog {
  max-width: min(920px, calc(100vw - 2rem));
}

.cert-lightbox .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.cert-lightbox .modal-header {
  border: none;
  padding: 0 0 0.75rem;
  justify-content: flex-end;
}

.cert-lightbox .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 0.65rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.cert-lightbox .modal-body {
  padding: 0;
  text-align: center;
}

.cert-lightbox .modal-body img {
  max-width: 100%;
  max-height: min(86vh, 1100px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.video-lightbox .modal-dialog {
  max-width: min(960px, calc(100vw - 1.5rem));
}

.video-lightbox .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.video-lightbox .modal-header {
  border: none;
  padding: 0 0 0.75rem;
  justify-content: flex-end;
}

.video-lightbox .btn-close {
  opacity: 1;
  border-radius: 50%;
  padding: 0.65rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.video-lightbox .modal-body {
  padding: 0;
}

.video-lightbox__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.video-lightbox__frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

@media (max-width: 767.98px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cert-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Career listings ─────────────────────────────────────────── */
.job-section__eyebrow {
  color: var(--greenal-green);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.job-section__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  line-height: 1.25;
  color: #3b3d42;
  margin-bottom: 1rem;
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.job-row {
  display: grid;
  grid-template-columns: 1.5fr 1.7fr 1fr auto;
  align-items: center;
  justify-items: start;
  gap: 1rem;
  padding: 1.35rem 1.6rem;
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.job-row:last-child {
  border-bottom: none;
}

.job-row--head {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0.35rem 1.6rem 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #3b3d42;
}

.job-row > * {
  text-align: left;
  justify-self: start;
  min-width: 0;
}

.job-row__title {
  font-family: var(--font-heading);
  font-weight: 700;
  color: #3b3d42;
  font-size: 1.1rem;
}

.job-row__location,
.job-row__dept {
  color: #3b3d42;
  font-size: 1rem;
  font-weight: 500;
}

.job-row__apply {
  justify-self: end;
  white-space: nowrap;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: var(--greenal-green);
  background: transparent;
  border: none;
  width: auto;
}

.job-row__apply:hover {
  color: var(--greenal-green-dark);
}

@media (max-width: 767.98px) {
  .job-row--head {
    display: none;
  }

  .job-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 1.25rem 1.35rem;
  }

  .job-row__apply {
    justify-self: start;
    margin-top: 0.55rem;
  }
}

/* ── Contact panel ───────────────────────────────────────────── */
.contact-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.contact-panel__eyebrow {
  font-family: var(--font-heading);
  color: var(--text-dark);
  font-weight: 800;
  font-size: clamp(1.3rem, 1.8vw, 1.45rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.contact-panel__title {
  font-family: var(--font-heading);
  color: var(--greenal-green);
  font-weight: 800;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.contact-panel__text {
  font-family: var(--font-body);
  color: var(--text-muted);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 36rem;
}

.contact-panel__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  height: 100%;
  min-height: 28rem;
}

.contact-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 1.35rem 1.45rem;
}

.contact-card--wide {
  grid-column: 1 / -1;
}

.contact-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--greenal-green);
  margin-bottom: 0.5rem;
}

.contact-card p,
.contact-card a {
  font-family: var(--font-body);
  color: var(--text-dark);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.contact-card a {
  display: block;
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--greenal-green);
}

@media (max-width: 991.98px) {
  .contact-panel__grid {
    grid-template-columns: 1fr;
  }

  .contact-panel__media {
    order: -1;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 575.98px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}

/* ── Alloy guide grid ────────────────────────────────────────── */
.alloy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.alloy-card {
  background: #fff;
  border: 1px solid rgba(59, 61, 66, 0.1);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  padding: 1.75rem 1.85rem;
}

.alloy-card__title {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--greenal-green);
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}

.alloy-card__label {
  color: var(--text-dark);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 0.55rem;
}

.alloy-card__text {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0 0 0.85rem;
}

.alloy-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.alloy-card__list li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.4rem;
}

.alloy-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--greenal-green);
}

@media (max-width: 767.98px) {
  .alloy-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Profile type cards (urunler) ────────────────────────────── */
.profile-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

.profile-carousel__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.35rem);
  min-width: 0;
}

.profile-carousel__nav {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
  outline: none;
}

.profile-carousel__nav:hover,
.profile-carousel__nav:focus,
.profile-carousel__nav:focus-visible {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.profile-carousel__nav img {
  width: 48px;
  height: 48px;
  display: block;
}

.profile-card {
  min-width: 0;
}

.profile-card__media {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.profile-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.profile-card:hover .profile-card__media img,
.profile-card:focus-within .profile-card__media img {
  transform: scale(1.05);
}

.profile-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 1.35rem 1.25rem 1.2rem;
  background: linear-gradient(180deg, rgba(8, 12, 10, 0) 0%, rgba(8, 12, 10, 0.78) 55%, rgba(8, 12, 10, 0.9) 100%);
  color: #fff;
  text-align: left;
}

.profile-card__title {
  font-family: var(--font-heading);
  font-weight: 800;
  color: #fff;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

.profile-card__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0.45rem 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    max-height 0.35s ease,
    margin-top 0.35s ease;
}

.profile-card:hover .profile-card__text,
.profile-card:focus-within .profile-card__text {
  opacity: 1;
  max-height: 6rem;
  margin-top: 0.45rem;
  transform: translateY(0);
}

/* ── Career tabs ─────────────────────────────────────────────── */
.career-tabs {
  position: relative;
  z-index: 1;
  background: #fff;
}

.career-tabs__panel {
  display: none;
}

.career-tabs__panel.is-active {
  display: block;
}

.career-tabs__panel[hidden] {
  display: none !important;
}

.career-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.career-info-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.6rem;
}

.career-info-card h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  color: #3b3d42;
  margin-bottom: 0.65rem;
}

.career-info-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.career-apply-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 1.75rem 1.85rem;
  max-width: 720px;
}

.career-apply-box p {
  margin-bottom: 1.25rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.career-apply-box a:not(.btn) {
  color: var(--greenal-green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (max-width: 767.98px) {
  .career-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Page subnav (career tabs) ───────────────────────────────── */
.page-subnav {
  position: relative;
  z-index: 3;
  background: var(--bg-soft);
  border-bottom: none;
}

.page-subnav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 1.35rem 0 1.15rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-subnav__list::-webkit-scrollbar {
  display: none;
}

.page-subnav__link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.35rem 0 0.55rem;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #3b3d42;
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-subnav__link:hover {
  color: var(--greenal-green);
  border-color: transparent;
  background: transparent;
}

.page-subnav__link.is-active {
  background: transparent;
  border-color: var(--greenal-green);
  color: var(--greenal-green);
}

/* ── Technical spec table ────────────────────────────────────── */
.tech-table {
  width: 100%;
  border-collapse: collapse;
}

.tech-table thead th {
  text-align: left;
  padding: 0.55rem 1rem 0.85rem 0;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--greenal-green);
  font-size: 1.1rem;
  border-bottom: 1px solid #ececec;
}

.tech-table thead th:last-child {
  padding-right: 0;
}

.tech-table tbody tr {
  border-bottom: 1px solid #ececec;
}

.tech-table tbody tr:last-child {
  border-bottom: none;
}

.tech-table tbody th {
  text-align: left;
  vertical-align: top;
  width: 38%;
  padding: 0.95rem 1rem 0.95rem 0;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--text-dark);
  font-size: 1.1rem;
}

.tech-table td {
  padding: 0.95rem 0;
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 575.98px) {
  .tech-table thead th,
  .tech-table tbody th,
  .tech-table td {
    font-size: 0.9375rem;
  }

  .tech-table tbody th {
    width: 44%;
  }
}

/* ── Responsive polish (all pages) ───────────────────────────── */
.container,
.container-narrow {
  padding-left: max(1.25rem, calc(env(safe-area-inset-left, 0px) + 1.25rem));
  padding-right: max(1.25rem, calc(env(safe-area-inset-right, 0px) + 1.25rem));
}

.contact-panel.section {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background: #fff;
}

.contact-map {
  border-radius: 0;
  overflow: hidden;
  line-height: 0;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
  filter: grayscale(1);
  transition: filter 0.7s ease;
}

.contact-map:hover iframe {
  filter: grayscale(0);
}

.page-hero__media img {
  max-width: none; /* override global img max-width for cover */
}

.content-split__media img,
.cert-card__media img,
.profile-card__media img,
.intro-panel__img {
  max-width: none;
}

/* Tablet nav: tighten spacing so labels fit */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .site-header .nav-link {
    padding: 0.5rem 0.55rem !important;
    font-size: 0.875rem;
  }

  .site-header .btn-katalog {
    min-width: 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
  }

  .site-header .brand-logo {
    height: 36px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    padding: 0.75rem 0;
  }

  .site-header .navbar > .container,
  .site-header .navbar > .container-fluid,
  .site-header .navbar > .container-narrow {
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0;
  }

  .site-header .navbar-brand {
    min-width: 0;
    max-width: calc(100% - 3.75rem);
    margin-right: auto;
  }

  .site-header .brand-logo {
    height: 36px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .site-header .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
  }

  .site-header .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    max-height: min(75vh, 520px);
    overflow-y: auto;
  }

  .site-header .navbar-nav {
    gap: 0.35rem;
  }

  .site-header .nav-item.ms-lg-2 {
    margin-top: 0.5rem;
  }

  .site-header .nav-link {
    font-size: 0.9375rem;
  }

  .site-header .dropdown-menu {
    background: transparent;
    box-shadow: none;
    padding: 0.25rem 0 0.5rem 0.75rem;
  }

  .site-header .dropdown-item {
    color: var(--text-dark) !important;
    font-size: 0.9375rem;
  }

  .site-header .dropdown-item:hover,
  .site-header .dropdown-item:focus,
  .site-header .dropdown-item.active {
    background: rgba(30, 143, 89, 0.08);
    color: var(--greenal-green) !important;
  }

  .page-hero {
    min-height: 420px;
  }

  .page-hero__title {
    font-size: clamp(1.75rem, 6.5vw, 2.25rem);
  }

  .page-hero__lead {
    font-size: 1.1rem;
  }

  .content-split {
    padding: 2.75rem 0;
  }

  .content-split__media {
    aspect-ratio: 16 / 10;
  }

  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .hero__actions .btn {
    width: auto;
    justify-content: center;
  }

  .hero__features {
    font-size: 1.1rem;
    line-height: 1.55;
  }

  .hero__nav {
    bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
    right: max(1rem, calc(env(safe-area-inset-right, 0px) + 0.75rem));
  }

  .page-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .page-hero__actions .btn {
    width: auto;
  }

  .cta-banner {
    padding: 2.75rem 1.35rem;
  }

  .cta-banner__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .cta-banner__actions .btn {
    width: auto;
    justify-content: center;
  }

  .intro-shell {
    min-height: 100svh;
  }

  .intro-split {
    flex: 1;
  }

  .intro-panel {
    min-height: 42svh;
  }

  .intro-panel__title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .profile-carousel {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .profile-carousel__nav {
    display: none;
  }

  .profile-carousel__track {
    grid-template-columns: 1fr;
  }

  .profile-card__text {
    -webkit-line-clamp: 4;
    opacity: 1;
    max-height: none;
    margin-top: 0.45rem;
    transform: none;
  }

  .tech-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tech-table {
    min-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .container,
  .container-narrow {
    padding-left: max(1.35rem, calc(env(safe-area-inset-left, 0px) + 1.35rem));
    padding-right: max(1.35rem, calc(env(safe-area-inset-right, 0px) + 1.35rem));
  }

  .section {
    padding: 3rem 0;
  }

  .section-title {
    font-size: clamp(1.45rem, 5.5vw, 1.75rem);
  }

  .europe-card,
  .why-card,
  .product-card,
  .blog-card {
    /* ensure cards don't overflow narrow columns */
    max-width: 100%;
  }

  .job-row__title {
    font-size: 1.1rem;
  }

  .contact-map iframe {
    height: 320px;
  }

  .site-footer .row > [class*="col-"] {
    margin-bottom: 0.25rem;
  }

  .page-subnav__list {
    padding: 0.85rem 0;
    gap: 0.75rem 1.25rem;
    justify-content: flex-start;
  }

  .page-subnav__link {
    padding: 0.3rem 0 0.45rem;
    font-size: 0.8125rem;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-narrow {
    padding-left: max(1.5rem, calc(env(safe-area-inset-left, 0px) + 1.5rem));
    padding-right: max(1.5rem, calc(env(safe-area-inset-right, 0px) + 1.5rem));
  }

  .page-hero {
    min-height: 520px;
  }

  .page-hero__inner {
    padding-top: 5.75rem;
    padding-bottom: 6.5rem;
  }

  .page-hero__play {
    margin-top: 1.75rem;
  }

  .page-hero__play-label {
    font-size: 0.9375rem;
  }

  .page-hero--about .page-hero__play {
    left: 75%;
    right: auto;
    top: auto;
    bottom: max(1.75rem, env(safe-area-inset-bottom, 0px) + 1.25rem);
    margin-top: 0;
    transform: translateX(-50%);
  }

  .page-hero--about .page-hero__play-label {
    display: none;
  }

  .page-hero__media::after {
    background:
      linear-gradient(
        180deg,
        rgba(4, 8, 6, 0.72) 0%,
        rgba(4, 8, 6, 0.62) 45%,
        rgba(4, 8, 6, 0.7) 100%
      ),
      radial-gradient(
        ellipse 70% 70% at 100% 20%,
        rgba(30, 143, 89, 0.45) 0%,
        rgba(30, 143, 89, 0.2) 40%,
        rgba(30, 143, 89, 0) 70%
      );
  }

  .hero__title {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .hero__lead {
    font-size: 1.1rem;
  }

  .hero__caption {
    padding-top: 5.5rem;
    padding-bottom: max(3.5rem, calc(env(safe-area-inset-bottom, 0px) + 2.5rem));
  }

  .intro-panel {
    min-height: 38svh;
  }

  .intro-panel__content {
    padding: 1.5rem max(1.25rem, calc(env(safe-area-inset-left, 0px) + 1.25rem));
    gap: 0.85rem;
  }

  .alloy-card {
    padding: 1.35rem 1.25rem;
  }

  .btn-ghost-light,
  .btn-greenal,
  .btn-outline-soft {
    font-size: 0.9375rem;
    padding: 0.7rem 1.2rem;
  }

  .cta-banner p {
    font-size: 1.1rem;
  }
}

/* ── Scroll reveal (WOW.js-style enter / leave) ── */
[data-reveal] {
  --reveal-distance: 48px;
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0);
  transition:
    opacity 1.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-reveal="fade-up"] {
  transform: translate3d(0, var(--reveal-distance), 0);
}

[data-reveal="fade-down"] {
  transform: translate3d(0, calc(var(--reveal-distance) * -1), 0);
}

[data-reveal="fade-left"] {
  transform: translate3d(calc(var(--reveal-distance) * -1), 0, 0);
}

[data-reveal="fade-right"] {
  transform: translate3d(var(--reveal-distance), 0, 0);
}

[data-reveal="zoom-in"] {
  transform: scale(0.92);
}

[data-reveal="fade"] {
  transform: none;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-reveal].is-leaving {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0ms;
}

[data-reveal].is-leaving[data-reveal="fade-up"] {
  transform: translate3d(0, calc(var(--reveal-distance) * -0.55), 0);
}

[data-reveal].is-leaving[data-reveal="fade-down"] {
  transform: translate3d(0, calc(var(--reveal-distance) * 0.55), 0);
}

[data-reveal].is-leaving[data-reveal="fade-left"] {
  transform: translate3d(calc(var(--reveal-distance) * 0.45), 0, 0);
}

[data-reveal].is-leaving[data-reveal="fade-right"] {
  transform: translate3d(calc(var(--reveal-distance) * -0.45), 0, 0);
}

[data-reveal].is-leaving[data-reveal="zoom-in"] {
  transform: scale(0.96);
}

[data-reveal].is-leaving[data-reveal="fade"] {
  transform: none;
}

/* Mobile: no horizontal reveal slides (prevents sideways page scroll) */
@media (max-width: 991.98px) {
  [data-reveal] {
    --reveal-distance: 28px;
  }

  [data-reveal="fade-left"],
  [data-reveal="fade-right"] {
    transform: translate3d(0, var(--reveal-distance), 0);
  }

  [data-reveal].is-leaving[data-reveal="fade-left"],
  [data-reveal].is-leaving[data-reveal="fade-right"] {
    transform: translate3d(0, calc(var(--reveal-distance) * -0.55), 0);
  }

  main,
  .section,
  .section--soft,
  .content-split,
  .page-hero,
  .hero,
  .intro-shell,
  .page-simple__head,
  .page-simple__main {
    overflow-x: clip;
    max-width: 100%;
  }

  .row {
    max-width: 100%;
  }

  .container,
  .container-narrow,
  .container-fluid {
    max-width: 100%;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
  }

  .hero__media img,
  .hero__media video,
  .page-hero__media img,
  .content-split__media img,
  .cert-card__media img,
  .profile-card__media img,
  .intro-panel__img,
  .about-media video,
  .about-media img {
    max-width: none; /* cover crops still need unconstrained size inside overflow:hidden parents */
  }

  .page-hero--iletisim .page-hero__media {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
  }

  .profile-carousel,
  .profile-carousel__viewport {
    max-width: 100%;
    overflow: hidden;
  }

  .cta-banner {
    max-width: 100%;
    overflow: hidden;
  }

  .site-footer {
    overflow-x: clip;
  }

  .btn,
  .btn-katalog,
  .btn-outline-soft,
  .btn-ghost-light,
  .btn-greenal {
    max-width: 100%;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: smooth;
  }

  [data-reveal],
  [data-reveal].is-visible,
  [data-reveal].is-leaving {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ── Simple content page (page.html) ─────────────────────── */
.page-simple {
  margin: 0;
  background: #fff;
  color: var(--text-dark);
}

.page-simple .site-header {
  position: absolute;
}

.page-simple__head {
  background: #eef2f0;
  padding: calc(7.25rem + env(safe-area-inset-top, 0px)) 0 clamp(2rem, 4vw, 3rem);
  text-align: left;
}

.page-simple__container {
  max-width: 920px;
  margin-inline: auto;
}

.page-simple__head .page-simple__container,
.page-simple__head .container-narrow {
  max-width: var(--container-max);
  margin-inline: auto;
  text-align: left;
}

.page-simple__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.25;
  color: #1a3d2e;
  margin: 0 0 0.75rem;
  text-align: left;
}

.page-simple__meta {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: #6f857a;
  margin: 0;
  text-align: left;
  max-width: 42rem;
}

.page-simple__main {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(3rem, 6vw, 4.5rem);
}

/* ── FAQ accordion ───────────────────────────────────────────── */
.faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 12px;
  --bs-accordion-inner-border-radius: 12px;
  --bs-accordion-btn-padding-x: 1.35rem;
  --bs-accordion-btn-padding-y: 1.2rem;
  --bs-accordion-body-padding-x: 1.35rem;
  --bs-accordion-body-padding-y: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-accordion__item {
  background: #fff;
  border: 1px solid rgba(59, 61, 66, 0.1) !important;
  border-radius: 12px !important;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.faq-accordion__button {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: #3b3d42;
  background: #fff;
  box-shadow: none !important;
}

.faq-accordion__button:not(.collapsed) {
  color: var(--greenal-green);
  background: #fff;
}

.faq-accordion__button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-accordion__button::after {
  background-image: none;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-left: 1rem;
  flex-shrink: 0;
}

.faq-accordion__button:not(.collapsed)::after {
  transform: rotate(-135deg);
  background-image: none;
}

.faq-accordion__body {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.7;
  padding-top: 0 !important;
}

.page-simple__media {
  margin: 0 0 1.75rem;
}

.page-simple__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.page-simple__body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
}

.page-simple__body p {
  margin: 0 0 1.15rem;
}

.page-simple__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .page-simple__head {
    padding-top: calc(6.25rem + env(safe-area-inset-top, 0px));
    padding-bottom: 1.5rem;
  }

  .page-simple__media {
    margin-bottom: 1.35rem;
  }

  .page-simple__media img {
    border-radius: 10px;
  }
}

