:root {
  --aid-red: #ff1b08;
  --aid-paper: #f5f5f5;
  --aid-soft: #faf4f4;
  --page-gutter: clamp(16px, 6vw, 96px);
  --nav-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --nav-speed: 240ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.page {
  width: 100%;
}

.site-header,
.footer {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.nav a,
.footer__nav a,
.footer__list a,
.quick-find a {
  transform: translateY(0);
  will-change: transform, color, opacity;
  transition:
    color var(--nav-speed) var(--nav-ease),
    opacity var(--nav-speed) var(--nav-ease),
    transform var(--nav-speed) var(--nav-ease);
}

.site-header {
  flex-wrap: wrap;
  row-gap: clamp(6px, 1vw, 12px);
  height: auto;
  min-height: clamp(52px, 4vw, 68px);
  padding: 10px clamp(16px, 5.6vw, 96px);
  gap: 14px;
}

.brand {
  flex: 0 0 auto;
  row-gap: clamp(6px, 1vw, 12px);
  max-width: 100%;
  line-height: 1.2;
  font-size: clamp(24px, 1.9vw, 34px);
}

.nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  max-width: 100%;
  padding-inline: clamp(0px, 2vw, 16px);
  flex-wrap: wrap;
  gap: clamp(10px, 3.5vw, 72px);
  font-size: clamp(11px, 0.95vw, 18px);
}

.nav a:hover,
.nav a:focus-visible,
.footer__nav a:hover,
.footer__nav a:focus-visible,
.footer__list a:hover,
.footer__list a:focus-visible,
.quick-find a:hover,
.quick-find a:focus-visible {
  color: var(--aid-red);
  transform: translateY(-1px);
  opacity: 1;
  outline: none;
}

.footer__list a,
.footer__nav a {
  text-decoration: none;
}

.footer__list a {
  width: fit-content;
}

.hero:not(.hero--home) {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.hero__shape {
  width: clamp(230px, 42vw, 780px);
}

.hero__title-wrap {
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(88vw, 1120px);
}

.hero__title {
  font-size: clamp(46px, 7.5vw, 130px);
  letter-spacing: 0;
}

.hero__copy {
  width: min(78vw, 980px);
  font-size: clamp(12px, 1.4vw, 24px);
  line-height: 1.18;
}


body.page--automation .hero {
  height: clamp(260px, 52vw, 980px);
}

body.page--automation .hero__title-wrap {
  top: 48%;
}

body.page--automation .small-exp {
  margin-bottom: clamp(28px, 4.5vw, 88px);
}

body.page--automation .about-content__visuals {
  justify-items: center;
}

body.page--automation .about-content__visuals img {
  width: min(90vw, 760px);
  margin: 0 auto;
}

body.page--automation .info-image {
  width: min(82vw, 1120px);
  margin-top: clamp(46px, 6vw, 96px);
}

body.page--marketing .hero {
  height: clamp(260px, 54vw, 980px);
}

body.page--marketing .hero__title-wrap {
  top: 48%;
}

body.page--marketing .small-exp {
  margin-bottom: clamp(30px, 5vw, 96px);
}

body.page--marketing .small-exp__copy {
  max-width: min(70ch, 100%);
  line-height: 1.2;
}

body.page--automation .apps-section,
body.page--marketing .apps-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(28px, 5vw, 92px);
  padding-top: clamp(26px, 3vw, 40px);
  padding-bottom: clamp(32px, 4vw, 56px);
}

body.page--automation .apps-section .app-card,
body.page--marketing .apps-section .app-card {
  width: min(calc(1506 * var(--u)), 87vw);
  max-width: calc(1506 * var(--u));
}

body.page--automation .apps-section .app-card:nth-child(odd),
body.page--marketing .apps-section .app-card:nth-child(odd) {
  align-self: flex-start;
  margin-left: calc(26 * var(--u));
}

body.page--automation .apps-section .app-card:nth-child(even),
body.page--marketing .apps-section .app-card:nth-child(even) {
  align-self: flex-end;
  margin-right: calc(26 * var(--u));
}

body.page--marketing .apps-section {
  gap: clamp(24px, 4vw, 76px) clamp(16px, 3vw, 52px);
  margin-top: clamp(32px, 5vw, 110px);
}
.hero--home {
  height: auto;
  min-height: 0;
  margin-bottom: clamp(54px, 8vw, 150px);
}

.hero--home .hero_img {
  display: block;
  width: 100%;
  height: auto;
}

.quick-find {
  min-height: clamp(430px, 62vw, 980px);
  padding: clamp(46px, 6vw, 92px) clamp(18px, 7vw, 128px);
}

.quick-find__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 0;
}

.quick-find__panel {
  left: auto;
  top: auto;
  width: min(860px, 64vw);
  max-width: 100%;
  margin-right: clamp(0px, 6vw, 110px);
}

.more-band {
  height: clamp(360px, 51vw, 884px);
}

.more-band__here {
  right: clamp(24px, 4vw, 65px);
  bottom: clamp(52px, 7vw, 126px);
  font-size: clamp(96px, 18.5vw, 320px);
}

.about {
  height: clamp(720px, 78vw, 1356px);
}

.about__title {
  left: clamp(22px, 3vw, 50px);
  top: clamp(90px, 12vw, 218px);
  font-size: clamp(74px, 8.2vw, 142px);
}

.about__oval {
  right: clamp(-90px, 2.3vw, 40px);
  width: clamp(520px, 54vw, 933px);
}

.about__text {
  left: clamp(390px, 47vw, 810px);
  top: clamp(140px, 12vw, 210px);
  width: min(640px, 42vw);
  font-size: clamp(18px, 2.25vw, 39px);
}
body.lang-en .about__more{
  left: clamp(590px, 65vw, 1600px);
  top: clamp(500px, 45vw, 850px);
  font-size: clamp(54px, 6.3vw, 110px);
}
body.lang-tr .about__more{
  left: clamp(590px, 65vw, 1450px);
  top: clamp(550px, 45vw, 750px);
  font-size: clamp(50px, 6.3vw, 110px);
}

body.lang-nl .about__more{
  left: clamp(590px, 65vw, 1600px);
  top: clamp(500px, 45vw, 850px);
  font-size: clamp(54px, 6.3vw, 110px);
}

.about__more {
  left: clamp(430px, 51vw, 882px);
  top: clamp(500px, 45vw, 850px);
  font-size: clamp(54px, 6.3vw, 110px);
}

.small-exp {
  height: auto;
  min-height: clamp(360px, 40vw, 720px);
  margin-bottom: clamp(36px, 6vw, 120px);
  padding: clamp(50px, 5.5vw, 94px) clamp(20px, 5.5vw, 94px) 0;
}

.small-exp__shape {
  top: auto;
  right: clamp(-80px, 2vw, 20px);
  bottom: 0;
  width: clamp(230px, 40vw, 890px);
  z-index: 0;
}

body.lang-tr .small-exp__title {
  position: relative;
  left: auto;
  top: -100px;
  z-index: 1;
  font-size: clamp(72px, 10vw, 176px);
  letter-spacing: 0;
}
body.lang-en .small-exp__title {
  position: relative;
  left: auto;
  top: -100px;
  z-index: 1;
  font-size: clamp(72px, 10vw, 176px);
  letter-spacing: 0;
}
body.lang-nl .small-exp__title {
  position: relative;
  left: auto;
  top: -100px;
  z-index: 1;
  font-size: clamp(72px, 10vw, 176px);
  letter-spacing: 0;
}
.small-exp__title {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  font-size: clamp(72px, 10vw, 176px);
  letter-spacing: 0;
}

.small-exp__copy {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  width: min(1140px, 100%);
  margin: clamp(18px, 2vw, 34px) 0 0;
  font-size: clamp(17px, 2.35vw, 42px);
  line-height: 1.1;
}

.apps-section {
  min-height: 0;
  gap: clamp(28px, 5vw, 92px);
  margin-top: clamp(40px, 6vw, 126px);
  padding-top: clamp(26px, 3vw, 40px);
  padding-bottom: clamp(32px, 4vw, 56px);
}

.app-card {
  height: auto;
  min-height: 0;
  aspect-ratio: 1728 / 873;
  border-radius: 0;
}

.app-card img {
  display: block;
}

.tool-label {
  min-height: clamp(28px, 2.5vw, 42px);
  padding: 0 clamp(9px, 0.9vw, 14px);
  font-size: clamp(12px, 1.25vw, 22px);
}

.info-images {
  height: auto;
  min-height: 0;
  margin-top: clamp(48px, 7vw, 120px);
  padding: 0 clamp(18px, 5vw, 80px) clamp(40px, 5vw, 80px);
}

.carousel-container {
  width: min(90vw, 1200px);
  height: auto;
  aspect-ratio: 2 / 1;
}

.carousel-controls {
  width: min(90vw, 1200px);
  gap: clamp(10px, 1.8vw, 24px);
}

.arrow,
.carousel-controls .arrow {
  width: clamp(42px, 3.3vw, 56px);
  height: clamp(42px, 3.3vw, 56px);
  border-color: var(--aid-red);
  border-radius: 8px;
  background: var(--aid-red);
  color: #fff;
}

.dot.active {
  background: var(--aid-red);
}

.impact__inner {
  padding: clamp(40px, 5vw, 60px) clamp(18px, 5vw, 80px);
}

.impact-title {
  font-size: clamp(64px, 8.1vw, 140px);
}

.info-image,
.about-content__img {
  max-width: min(90vw, 1468px);
}

.footer {
  margin-top: clamp(48px, 7vw, 120px);
}

.footer__inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: clamp(32px, 3.5vw, 60px) clamp(22px, 7vw, 120px);
}

.footer__logo {
  font-size: clamp(18px, 1.5vw, 26px);
}

.footer__heading {
  font-size: clamp(12px, 1.05vw, 18px);
}

.footer__list a,
.footer__contact p {
  font-size: clamp(12px, 0.9vw, 15px);
}

.footer__bottom {
  padding: clamp(14px, 1.1vw, 18px) clamp(22px, 7vw, 120px);
}

.footer__legal {
  font-size: clamp(11px, 0.8vw, 13px);
}

.footer__certs img {
  height: clamp(22px, 1.9vw, 32px);
  object-fit: contain;
}

.aid-marquee {
  font-size: clamp(110px, 30vw, 520px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.category-nav__button {
  position: fixed;
  top: 50%;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 4vw, 64px);
  height: clamp(44px, 4vw, 64px);
  transform: translateY(-50%);
  border: 2px solid var(--aid-red);
  border-radius: 8px;
  background: var(--aid-red);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 900;
  line-height: 1;
}

.category-nav__button--prev {
  left: clamp(10px, 1.4vw, 24px);
}

.category-nav__button--next {
  right: clamp(10px, 1.4vw, 24px);
}

.category-nav__button:hover,
.category-nav__button:focus-visible {
  background: #000;
  border-color: #000;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .nav a,
  .footer__nav a,
  .footer__list a,
  .quick-find a,
  .category-nav__button {
    transition-duration: 1ms;
    transition-delay: 0ms;
  }

  .nav a:hover,
  .nav a:focus-visible,
  .footer__nav a:hover,
  .footer__nav a:focus-visible,
  .footer__list a:hover,
  .footer__list a:focus-visible,
  .quick-find a:hover,
  .quick-find a:focus-visible,
  .category-nav__button:hover,
  .category-nav__button:focus-visible {
    transform: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    min-height: 0;
    padding: 10px 14px;
  }

  .brand {
    font-size: clamp(22px, 6vw, 28px);
  }

  .nav {
    flex: 1 1 230px;
    row-gap: 7px;
    column-gap: clamp(8px, 3vw, 14px);
    font-size: clamp(9px, 2.6vw, 12px);
  }

  .hero:not(.hero--home) {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 320px;
    padding: 76px 18px 42px;
  }

  .hero__shape {
    width: min(65vw, 270px);
    opacity: 0.55;
  }

  .hero__title-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    text-align: left;
  }

  .hero__title {
    font-size: clamp(46px, 14vw, 84px);
  }

  .hero__copy {
    width: min(100%, 520px);
    margin: 8px 0 0;
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.25;
  }

  .quick-find {
    min-height: 0;
    padding: 40px 18px 54px;
  }

  .quick-find__shape {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: min(86vw, 520px);
    margin: 0 auto 26px 0;
  }

  .quick-find__inner {
    display: block;
  }

  .quick-find__panel {
    width: 100%;
    margin: 0;
  }

  .quick-find__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .more-band {
    display: flex;
    min-height: 360px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    padding: 52px 20px;
  }

  .more-band__copy,
  .more-band__here {
    position: relative;
    inset: auto;
    transform: none;
    opacity: 1;
  }

  .more-band__copy {
    width: min(100%, 620px);
  }

  .more-band__here {
    align-self: flex-end;
    font-size: clamp(92px, 31vw, 150px);
  }

  .about {
    height: auto;
    padding: 58px 20px 64px;
  }

  .about__title {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    font-size: clamp(68px, 19vw, 96px);
  }

  .about__oval {
    right: -280px;
    top: 90px;
    width: 520px;
    opacity: 0.18;
  }

  .about__text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 24px;
    color: #111;
    font-size: clamp(15px, 4.1vw, 18px);
    line-height: 1.25;
    transform: none;
    opacity: 1;
  }

  .about__more {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-top: 28px;
    color: var(--aid-red);
    font-size: clamp(54px, 16vw, 78px);
    transform: none;
    opacity: 1;
  }

  .small-exp {
    min-height: 0;
    margin-bottom: 42px;
    padding: 42px 20px 0;
  }

  .small-exp__shape {
    right: -100px;
    bottom: -30px;
    width: 300px;
    opacity: 0.23;
  }

  .small-exp__title {
    font-size: clamp(62px, 20vw, 92px);
  }

  .small-exp__copy {
    font-size: clamp(15px, 4.1vw, 18px);
    line-height: 1.24;
  }

  .apps-section {
    gap: 24px;
    margin-top: 38px;
    padding: 0 16px 36px;
  }

  .app-card {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tool-label {
    left: 10px;
    bottom: 10px;
    min-height: 28px;
    max-width: calc(100% - 20px);
    padding: 0 9px;
    font-size: 12px;
  }

  .info-images {
    gap: 20px;
    margin-top: 42px;
    padding: 0 16px 34px;
  }

  .info-image-left,
  .info-image-center,
  .info-image-right,
  .info-image,
  .about-content__img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .carousel-container,
  .carousel-controls {
    width: 100%;
  }

  .carousel-counter {
    font-size: 13px;
  }

  .footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 28px 22px;
  }

  .footer__bottom {
    padding: 14px 22px;
  }

  .category-nav__button {
    top: auto;
    bottom: 24px;
    width: 44px;
    height: 44px;
    transform: none;
    font-size: 32px;
  }

  body.page--automation .hero:not(.hero--home) {
    min-height: 280px;
    padding: 64px 18px 34px;
  }

  body.page--automation .hero__shape {
    width: min(60vw, 240px);
    opacity: 0.5;
  }

  body.page--automation .about-content__visuals {
    gap: 16px;
  }

  body.page--automation .about-content__visuals img {
    width: min(92vw, 520px);
  }

  body.page--automation .info-image {
    width: min(92vw, 520px);
    margin-top: 32px;
  }

  body.page--marketing .hero:not(.hero--home) {
    min-height: 280px;
    padding: 64px 18px 36px;
  }

  body.page--marketing .small-exp__copy {
    max-width: 100%;
  }

  body.page--marketing .apps-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  body.page--automation .apps-section .app-card,
  body.page--marketing .apps-section .app-card {
    width: min(92vw, 520px);
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    align-self: center;
  }
}

@media (max-width: 520px) {
  .site-header {
    display: block;
  }

  .nav {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .quick-find__links {
    grid-template-columns: 1fr;
  }

  .footer__inner {
    grid-template-columns: 1fr;
  }

  .footer__certs {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* Cross-language responsive safeguards */
.nav a {
  white-space: nowrap;
}

.lang-switcher {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lang-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  line-height: 1;
  text-transform: uppercase;
}

.lang-btn.active {
  color: var(--aid-red);
}

.lang-btn:hover:not(.active) {
  opacity: 0.7;
}

@media (min-width: 901px) {
  .page .hero:not(.hero--home) .hero__title-wrap {
    left: 50% !important;
    top: 50% !important;
    width: min(82vw, 1120px) !important;
    transform: translate(-50%, -50%) !important;
    animation: none !important;
    opacity: 1 !important;
  }

  .page .hero:not(.hero--home) .hero__title {
    max-width: 100%;
    font-size: clamp(54px, 7vw, 118px) !important;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .page .hero:not(.hero--home) .hero__copy {
    width: min(100%, 980px) !important;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .site-header .nav {
    align-items: center;
    gap: 8px 14px;
    padding-inline: 0;
    line-height: 1.15;
  }

  .site-header .lang-switcher {
    gap: 5px;
  }

  .page .hero:not(.hero--home) {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: clamp(260px, 58vw, 370px) !important;
    margin-bottom: clamp(30px, 6vw, 56px) !important;
    padding: clamp(64px, 12vw, 86px) 20px clamp(34px, 7vw, 52px) !important;
  }

  .page .hero:not(.hero--home) .hero__shape {
    left: auto !important;
    right: clamp(-92px, -9vw, -24px) !important;
    top: 0 !important;
    width: min(62vw, 280px) !important;
    opacity: 0.34 !important;
  }

  .page .hero:not(.hero--home) .hero__title-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: min(100%, 680px) !important;
    padding: 0 !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
    text-align: left !important;
  }

  .page .hero:not(.hero--home) .hero__title {
    max-width: 100%;
    font-size: clamp(38px, 10.2vw, 72px) !important;
    line-height: 0.98 !important;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .page .hero:not(.hero--home) .hero__copy {
    width: min(100%, 620px) !important;
    max-width: 100%;
    margin: 10px 0 0 !important;
    font-size: clamp(13px, 3.4vw, 18px) !important;
    line-height: 1.25 !important;
    text-align: left !important;
    overflow-wrap: break-word;
  }

  body.page--automation .apps-section .app-card:nth-child(n),
  body.page--marketing .apps-section .app-card:nth-child(n) {
    align-self: center;
    width: min(90vw, 520px);
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 520px) {
  .site-header .nav {
    display: flex;
    justify-content: flex-start;
    gap: 8px 13px;
  }

  .site-header .lang-switcher {
    gap: 4px;
    font-size: inherit;
  }

  .page .hero:not(.hero--home) {
    min-height: 280px !important;
    padding-inline: 20px !important;
  }

  .page .hero:not(.hero--home) .hero__title {
    font-size: clamp(34px, 9.6vw, 50px) !important;
  }
}

/* ─── Kategori Dropdown ───────────────────────────────────────────── */

.nav__dropdown {
  position: relative;
}

.nav__dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  transition: color 180ms ease;
}

.nav__dropdown-toggle:hover,
.nav__dropdown-toggle[aria-expanded="true"] {
  color: var(--aid-red, #ff1b08);
}

.nav__dropdown-arrow {
  display: inline-block;
  font-size: 0.65em;
  transition: transform 200ms ease;
  line-height: 1;
}

.nav__dropdown-toggle[aria-expanded="true"] .nav__dropdown-arrow {
  transform: rotate(180deg);
}

.nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  background: var(--aid-paper, #f5f5f5);
  border-top: 2px solid var(--aid-red, #ff1b08);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav__dropdown-menu.is-open,
.nav__dropdown:hover .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav__dropdown-menu li {
  margin: 0;
  padding: 0;
}

.nav__dropdown-menu a {
  display: block;
  padding: 8px 18px;
  color: #000;
  font-size: clamp(10px, 0.95vw, 16px);
  font-weight: 700;
  font-family: var(--nav-font, Arial, sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none;
  transition: color 140ms ease, background 140ms ease;
}

.nav__dropdown-menu a:hover {
  color: var(--aid-red, #ff1b08);
  background: rgba(255,27,8,0.06);
}

@media (max-width: 760px) {
  .nav__dropdown-menu {
    left: 0;
    transform: translateX(0) translateY(-6px);
  }
  .nav__dropdown-menu.is-open,
  .nav__dropdown:hover .nav__dropdown-menu {
    transform: translateX(0) translateY(0);
  }
  .nav__dropdown-menu a {
    font-size: clamp(8px, 2.1vw, 11px);
    padding: 6px 12px;
  }
}

/* ─── Dile özgü ince ayarlar ──────────────────────────────────────
   Kullanım: hangi element kayıyorsa buraya ekle.
   Örnek:
     body.lang-tr .more-band__here { font-size: clamp(28px, 5vw, 60px); }
     body.lang-nl .hero__title     { letter-spacing: -0.02em; }
   ─────────────────────────────────────────────────────────────── */

/* Türkçe */
body.lang-tr {

}

/* Hollandaca */
body.lang-nl {

}

/* İngilizce (gerekirse) */
body.lang-en {

}
