.footer {
  width: 100%;
  margin-top: 64px;
  padding: 0 22px 28px;
  background: transparent;
}

.footer-container {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 24px 20px 25px;

  text-align: center;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(248, 249, 251, 0.72) 100%
    );

  border: 1px solid rgba(215, 220, 226, 0.58);
  border-radius: 26px;

  box-shadow:
    0 18px 50px rgba(15, 23, 42, 0.035),
    0 4px 16px rgba(15, 23, 42, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.footer-title {
  margin: 0;

  color: #555c65;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12px;
}

/* Tablet */

@media (max-width: 900px) {
  .footer {
    margin-top: 52px;
    padding: 0 16px 24px;
  }

  .footer-container {
    padding: 22px 18px 23px;
    border-radius: 22px;
  }

  .footer-title {
    font-size: 12px;
  }
}

/* Mobil */

@media (max-width: 640px) {
  .footer {
    margin-top: 38px;
    padding: 0 10px 18px;
  }

  .footer-container {
    padding: 19px 14px 20px;
    border-radius: 18px;

    box-shadow:
      0 12px 32px rgba(15, 23, 42, 0.035),
      0 3px 10px rgba(15, 23, 42, 0.02);
  }

  .footer-title {
    max-width: 300px;
    margin: 0 auto;
    font-size: 10.8px;
    line-height: 1.55;
  }
}.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  width: 100%;

  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e9e9e9;

  box-shadow:
    0 6px 24px rgba(20, 20, 20, 0.055);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-container {
  width: calc(100% - 56px);
  max-width: 1840px;
  min-height: 128px;

  margin: 0 auto;
  padding: 0 12px;

  display: flex;
  align-items: center;
  gap: 34px;

  box-sizing: border-box;
}

/* ============================== */
/* MARKA ALANI */
/* ============================== */

.ozdemir-brand {
  min-width: 0;
  flex: 1 1 auto;

  display: flex;
  align-items: center;

  padding-left: 18px;

  color: #202225;
  text-decoration: none;
}

.brand-logo {
  width: 122px;
  height: 122px;
  flex: 0 0 122px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 82px;
  flex: 0 0 1px;

  margin: 0 26px;

  background: #d1d1d1;
}

.brand-text {
  min-width: 0;
  flex: 0 1 auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  text-align: left;
}

.ozdemir-brand-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.28em;

  color: #1b1d21;

  font-size: clamp(30px, 2.05vw, 42px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.35px;

  text-align: left;
  white-space: nowrap;

  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 3px 5px rgba(0, 0, 0, 0.14),
    0 10px 22px rgba(0, 0, 0, 0.1);

  transition:
    transform 250ms ease,
    text-shadow 250ms ease;
}

.ozdemir-brand:hover .ozdemir-brand-main {
  transform: translateY(-1px);

  text-shadow:
    0 1px 0 rgba(255, 255, 255, 1),
    0 4px 7px rgba(0, 0, 0, 0.17),
    0 15px 30px rgba(0, 0, 0, 0.13);
}

.brand-line-1,
.brand-line-2,
.brand-line-3 {
  display: inline-block;

  width: auto;
  margin: 0;

  font-size: inherit;
  font-weight: inherit;

  text-align: left;
  white-space: nowrap;
}

.ozdemir-brand-service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 9px;

  margin-top: 13px;

  color: #73777c;

  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 1.65px;

  text-align: left;
  white-space: nowrap;
}

.brand-service-dot {
  color: #8a8e93;

  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-branch {
  color: #c62828;
  font-weight: 950;
}

/* ============================== */
/* MENÜ */
/* ============================== */

.header-nav {
  flex: 0 0 auto;

  margin-left: auto;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(34px, 2.8vw, 54px);
}

.header-nav .nav-link {
  position: relative;

  height: 128px;

  display: flex;
  align-items: center;

  color: #25272a;

  font-size: 15px;
  font-weight: 800;

  text-decoration: none;
  white-space: nowrap;

  transition: color 180ms ease;
}

.header-nav .nav-link::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;

  height: 3px;

  background: #c62828;
  border-radius: 999px;

  opacity: 0;

  transform: scaleX(0.35);
  transform-origin: center;

  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.header-nav .nav-link:hover,
.header-nav .nav-link.active {
  color: #c62828;
}

.header-nav .nav-link:hover::after,
.header-nav .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* ============================== */
/* ORTA BOY EKRAN */
/* ============================== */

@media (max-width: 1450px) {
  .header-container {
    width: calc(100% - 36px);
    min-height: 116px;
    gap: 24px;
  }

  .ozdemir-brand {
    padding-left: 12px;
  }

  .brand-logo {
    width: 108px;
    height: 108px;
    flex-basis: 108px;
  }

  .brand-divider {
    height: 72px;
    margin: 0 21px;
  }

  .ozdemir-brand-main {
    font-size: clamp(25px, 2vw, 35px);
    letter-spacing: -1px;
  }

  .ozdemir-brand-service {
    gap: 8px;
    margin-top: 11px;

    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .brand-service-dot {
    font-size: 10px;
  }

  .header-nav {
    gap: 30px;
  }

  .header-nav .nav-link {
    height: 116px;
    font-size: 14px;
  }

  .header-nav .nav-link::after {
    bottom: 27px;
  }
}

/* ============================== */
/* KÜÇÜK MASAÜSTÜ */
/* ============================== */

@media (max-width: 1200px) {
  .header-container {
    min-height: 106px;
    gap: 18px;
  }

  .ozdemir-brand {
    padding-left: 8px;
  }

  .brand-logo {
    width: 94px;
    height: 94px;
    flex-basis: 94px;
  }

  .brand-divider {
    height: 62px;
    margin: 0 16px;
  }

  .ozdemir-brand-main {
    font-size: clamp(20px, 1.85vw, 27px);
    letter-spacing: -0.7px;
    column-gap: 0.24em;
  }

  .ozdemir-brand-service {
    gap: 6px;
    margin-top: 9px;

    font-size: 9px;
    letter-spacing: 1.05px;
  }

  .brand-service-dot {
    font-size: 8px;
  }

  .header-nav {
    gap: 22px;
  }

  .header-nav .nav-link {
    height: 106px;
    font-size: 12px;
  }

  .header-nav .nav-link::after {
    bottom: 23px;
  }
}

/* ============================== */
/* TABLET */
/* ============================== */

@media (max-width: 940px) {
  .site-header {
    position: relative;
  }

  .header-container {
    width: calc(100% - 28px);
    min-height: auto;

    padding: 16px 0 13px;

    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .ozdemir-brand {
    width: 100%;

    justify-content: center;
    padding-left: 0;
  }

  .brand-logo {
    width: 96px;
    height: 96px;
    flex-basis: 96px;
  }

  .brand-divider {
    height: 66px;
    margin: 0 18px;
  }

  .brand-text {
    flex: 0 1 auto;
  }

  .ozdemir-brand-main {
    font-size: clamp(22px, 3.4vw, 30px);
  }

  .ozdemir-brand-service {
    font-size: 9px;
  }

  .header-nav {
    width: 100%;

    margin-left: 0;

    justify-content: center;
    gap: 42px;
  }

  .header-nav .nav-link {
    height: auto;

    padding: 8px 0 11px;

    font-size: 13px;
  }

  .header-nav .nav-link::after {
    bottom: 0;
  }
}

/* ============================== */
/* TELEFON */
/* ============================== */

@media (max-width: 700px) {
  .header-container {
    width: 100%;

    padding: 17px 14px 15px;

    gap: 16px;
  }

  .ozdemir-brand {
    width: 100%;
    max-width: 360px;

    margin: 0 auto;
    padding-left: 0;

    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;

    column-gap: 12px;

    text-align: center;
  }

  .brand-logo {
    width: 92px;
    height: 92px;
    flex: none;

    justify-self: center;
  }

  .brand-divider {
    display: none;
  }

  .brand-text {
    width: 100%;
    min-width: 0;

    align-items: center;
    justify-content: center;

    overflow: visible;
    text-align: center;
  }

  .ozdemir-brand-main {
    width: 100%;
    max-width: 245px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    row-gap: 2px;
    column-gap: 0;

    font-size: 21px;
    line-height: 1.02;
    letter-spacing: -0.4px;

    text-align: center;
    white-space: normal;

    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9),
      0 2px 4px rgba(0, 0, 0, 0.11),
      0 7px 14px rgba(0, 0, 0, 0.07);
  }

  .ozdemir-brand:hover .ozdemir-brand-main {
    transform: none;
  }

  .brand-line-1,
  .brand-line-2,
  .brand-line-3 {
    display: block;

    width: 100%;
    margin: 0;

    text-align: center;
    white-space: normal;
  }

  .ozdemir-brand-service {
    width: 100%;

    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;

    margin-top: 7px;

    font-size: 6.8px;
    letter-spacing: 0.5px;

    text-align: center;
    white-space: normal;
  }

  .brand-service-dot {
    font-size: 6px;
  }

  .header-nav {
    width: 100%;

    margin: 0;

    justify-content: center;
    flex-wrap: wrap;

    gap: 26px;
  }

  .header-nav .nav-link {
    height: auto;

    padding: 7px 0 9px;

    font-size: 12px;
  }
}

/* ============================== */
/* KÜÇÜK TELEFON */
/* ============================== */

@media (max-width: 390px) {
  .header-container {
    padding: 15px 11px 14px;
    gap: 14px;
  }

  .ozdemir-brand {
    max-width: 340px;

    grid-template-columns: 82px minmax(0, 1fr);

    column-gap: 9px;
  }

  .brand-logo {
    width: 82px;
    height: 82px;
  }

  .ozdemir-brand-main {
    max-width: 225px;

    font-size: 18px;
    letter-spacing: -0.25px;
  }

  .ozdemir-brand-service {
    font-size: 6.2px;
    letter-spacing: 0.4px;
  }

  .header-nav {
    gap: 20px;
  }

  .header-nav .nav-link {
    font-size: 11px;
  }
}

/* ============================== */
/* HAREKET AZALTMA */
/* ============================== */

@media (prefers-reduced-motion: reduce) {
  .ozdemir-brand-main,
  .header-nav .nav-link,
  .header-nav .nav-link::after {
    transition: none;
  }
}
/* Masaüstünde & göster */
.brand-ampersand{
  display:inline-block;
}

/* Mobilde & gizle */
@media (max-width:700px){
  .brand-ampersand{
    display:none;
  }
}.atlas-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns:
    minmax(430px, 0.82fr)
    minmax(560px, 1.18fr);
  align-items: center;
  gap: 24px;
  margin: 28px 0 34px;
  padding: 58px 46px 48px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 45%,
      rgba(198, 40, 40, 0.045),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fdfdfd 58%,
      #fafafa 100%
    );
  border: 1px solid #e9e9e9;
  border-radius: 28px;
  box-shadow:
    0 22px 65px rgba(25, 25, 25, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.atlas-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 8px;
}

.atlas-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #bd2020;
  background: rgba(198, 40, 40, 0.07);
  border: 1px solid rgba(198, 40, 40, 0.11);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.atlas-hero-badge > span {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  flex: 0 0 19px;
  color: #ffffff;
  background: #c62828;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.atlas-hero h1 {
  max-width: 620px;
  margin: 27px 0 22px;
  color: #1f2124;
  font-size: clamp(49px, 4.65vw, 75px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -4px;
}

.atlas-hero h1 strong {
  color: #d71920;
  font-weight: inherit;
}

.atlas-hero-content > p {
  max-width: 530px;
  margin: 0;
  color: #62686e;
  font-size: 16px;
  line-height: 1.75;
}

.atlas-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.atlas-hero-actions button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 21px;
  border-radius: 12px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.atlas-hero-primary-button {
  color: #ffffff;
  background: #d71920;
  border: 1px solid #d71920;
  box-shadow: 0 11px 26px rgba(215, 25, 32, 0.23);
}

.atlas-hero-primary-button:hover {
  background: #b8141a;
  border-color: #b8141a;
  box-shadow: 0 15px 31px rgba(215, 25, 32, 0.29);
  transform: translateY(-2px);
}

.atlas-hero-primary-button > span {
  font-size: 20px;
  line-height: 1;
}

.atlas-hero-secondary-button {
  color: #272a2e;
  background: #ffffff;
  border: 1px solid #dadde0;
  box-shadow: 0 8px 20px rgba(30, 30, 30, 0.04);
}

.atlas-hero-secondary-button:hover {
  color: #c62828;
  border-color: rgba(198, 40, 40, 0.32);
  box-shadow: 0 11px 24px rgba(30, 30, 30, 0.07);
  transform: translateY(-2px);
}

.atlas-hero-secondary-button > span {
  font-size: 17px;
}

.atlas-hero-actions button:focus-visible {
  outline: 3px solid rgba(198, 40, 40, 0.22);
  outline-offset: 3px;
}

.atlas-hero-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 36px;
}

.atlas-hero-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.atlas-hero-feature > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  color: #d71920;
  background: rgba(215, 25, 32, 0.07);
  border: 1px solid rgba(215, 25, 32, 0.09);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}

.atlas-hero-feature div {
  min-width: 0;
}

.atlas-hero-feature strong,
.atlas-hero-feature small {
  display: block;
}

.atlas-hero-feature strong {
  color: #292c30;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.atlas-hero-feature small {
  margin-top: 4px;
  color: #73787e;
  font-size: 10px;
  line-height: 1.25;
}

.atlas-hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atlas-hero-image-glow {
  position: absolute;
  z-index: 0;
  right: 2%;
  bottom: 8%;
  width: 88%;
  height: 32%;
  background:
    radial-gradient(
      ellipse,
      rgba(25, 25, 25, 0.2) 0%,
      rgba(25, 25, 25, 0.08) 36%,
      transparent 72%
    );
  border-radius: 50%;
  filter: blur(22px);
  transform: scaleY(0.55);
  opacity: 0.58;
}

.atlas-hero-image {
  position: relative;
  z-index: 1;
  width: 119%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 18px 15px rgba(20, 20, 20, 0.12))
    drop-shadow(0 34px 42px rgba(20, 20, 20, 0.1));
  transform: translateX(2%) scale(1.03);
  transform-origin: center;
  transition:
    filter 300ms ease,
    transform 420ms ease;
}

.atlas-hero-visual:hover .atlas-hero-image {
  filter:
    drop-shadow(0 20px 17px rgba(20, 20, 20, 0.14))
    drop-shadow(0 38px 48px rgba(20, 20, 20, 0.12));
  transform: translateX(2%) scale(1.045);
}

@media (max-width: 1280px) {
  .atlas-hero {
    grid-template-columns:
      minmax(390px, 0.85fr)
      minmax(500px, 1.15fr);
    gap: 15px;
    padding: 50px 38px 44px;
  }

  .atlas-hero h1 {
    font-size: clamp(47px, 4.8vw, 66px);
  }

  .atlas-hero-visual {
    min-height: 500px;
  }

  .atlas-hero-image {
    width: 116%;
  }

  .atlas-hero-features {
    gap: 15px;
  }
}

@media (max-width: 1020px) {
  .atlas-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 46px 40px 35px;
  }

  .atlas-hero-content {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }

  .atlas-hero-content > p {
    max-width: 650px;
  }

  .atlas-hero-actions,
  .atlas-hero-features {
    justify-content: center;
  }

  .atlas-hero-visual {
    width: 100%;
    min-height: 470px;
  }

  .atlas-hero-image {
    width: min(112%, 850px);
    transform: scale(1.02);
  }

  .atlas-hero-visual:hover .atlas-hero-image {
    transform: scale(1.035);
  }
}

@media (max-width: 768px) {
  .atlas-hero {
    gap: 25px;
    margin: 18px 0 25px;
    padding: 30px 20px 24px;
    border-radius: 20px;
  }

  .atlas-hero h1 {
    margin-top: 22px;
    font-size: clamp(40px, 12.5vw, 54px);
    line-height: 1;
    letter-spacing: -2.6px;
  }

  .atlas-hero-content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .atlas-hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .atlas-hero-actions button {
    width: 100%;
  }

  .atlas-hero-features {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .atlas-hero-feature {
    width: 100%;
  }

  .atlas-hero-visual {
    min-height: 320px;
  }

  .atlas-hero-image {
    width: 130%;
    transform: translateX(1%) scale(1);
  }

  .atlas-hero-visual:hover .atlas-hero-image {
    transform: translateX(1%) scale(1.015);
  }

  .atlas-hero-image-glow {
    right: -8%;
    bottom: 4%;
    width: 112%;
  }
}
@media (max-width: 768px) {
  .atlas-hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 16px 0;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .atlas-hero-content {
    order: 1;
    align-items: center;
    padding-left: 0;
    text-align: center;
  }

  .atlas-hero-badge {
    font-size: 10px;
  }

  .atlas-hero h1 {
    max-width: 100%;
    margin: 18px 0;
    font-size: clamp(36px, 11vw, 42px);
    line-height: 1.05;
    letter-spacing: -1px;
  }

  .atlas-hero-content > p {
    max-width: 100%;
    font-size: 15px;
  }

  .atlas-hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .atlas-hero-actions button {
    width: 100%;
  }

  .atlas-hero-features {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .atlas-hero-feature {
    width: 100%;
    justify-content: flex-start;
  }

  .atlas-hero-visual {
    order: 2;
    width: 100%;
    min-height: 280px;
  }

  .atlas-hero-image {
    width: 115%;
    max-width: 520px;
    transform: none;
  }

  .atlas-hero-visual:hover .atlas-hero-image {
    transform: none;
  }

  .atlas-hero-image-glow {
    right: 0;
    bottom: 3%;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .atlas-hero {
    padding: 22px 14px;
  }

  .atlas-hero h1 {
    font-size: clamp(32px, 10.5vw, 39px);
  }

  .atlas-hero-visual {
    min-height: 240px;
  }

  .atlas-hero-image {
    width: 120%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-hero-actions button,
  .atlas-hero-image {
    transition: none;
  }
}.brand-logos {
  width: 100%;
  margin: 6px 0 24px;
  padding: 24px 20px 26px;
  background: #fff;
}

.brand-logos-title {
  margin: 0 0 22px;
  color: #a4adb8;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.6px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.brand-logos-list {
  width: min(100%, 1380px);
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 24px 30px;
}

.brand-logo-item {
  width: 158px;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 1 158px;
}

.brand-logo-item img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: contain;

  opacity: .78;
  filter: grayscale(100%);

  transition:
    opacity .22s ease,
    transform .22s ease,
    filter .22s ease;
}

.brand-logo-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-3px) scale(1.05);
}

.brand-disclaimer {
  max-width: 850px;

  margin: 20px auto 0;

  padding: 0 16px;

  color: #aeb5be;

  font-size: 9.5px;

  line-height: 1.65;

  text-align: center;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width:1000px){

.brand-logos{

padding:22px 16px 24px;

margin-bottom:22px;

}

.brand-logos-list{

gap:20px 24px;

}

.brand-logo-item{

width:136px;

height:70px;

flex-basis:136px;

}

}

/* ========================= */
/* MOBİL */
/* ========================= */

@media (max-width:640px){

.brand-logos{

margin:4px 0 18px;

padding:18px 8px 22px;

}

.brand-logos-title{

margin-bottom:18px;

font-size:9px;

letter-spacing:1.4px;

}

.brand-logos-list{

gap:16px 14px;

}

.brand-logo-item{

width:104px;

height:56px;

flex-basis:104px;

}

.brand-logo-item:hover img{

transform:none;

}

.brand-disclaimer{

margin-top:18px;

padding:0 8px;

font-size:8.5px;

line-height:1.55;

}

}

/* ========================= */
/* KÜÇÜK TELEFON */
/* ========================= */

@media (max-width:390px){

.brand-logo-item{

width:92px;

height:50px;

flex-basis:92px;

}

.brand-logos-list{

gap:14px 10px;

}

}

@media (prefers-reduced-motion:reduce){

.brand-logo-item img{

transition:none;

}

}.main-categories {
  margin: 28px 0 34px;
  padding: 38px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(25, 25, 25, 0.055);
}

.main-categories-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.main-categories-heading > span {
  display: inline-block;
  color: #c62828;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.main-categories-heading h2 {
  margin: 10px 0 10px;
  color: #242424;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.7px;
}

.main-categories-heading p {
  max-width: 700px;
  margin: 0;
  color: #686d72;
  font-size: 15px;
  line-height: 1.7;
}

.main-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.main-category-card {
  position: relative;
  min-width: 0;
  min-height: 260px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  color: inherit;
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fafafa 100%
    );
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(25, 25, 25, 0.045);
  cursor: pointer;
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.main-category-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #c62828;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.main-category-card::after {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 150px;
  height: 150px;
  background: rgba(198, 40, 40, 0.045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.main-category-card:hover {
  border-color: rgba(198, 40, 40, 0.35);
  box-shadow: 0 16px 30px rgba(25, 25, 25, 0.09);
  transform: translateY(-4px);
}

.main-category-card:hover::before,
.main-category-card.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.main-category-card.active {
  background:
    linear-gradient(
      145deg,
      rgba(198, 40, 40, 0.075),
      #ffffff 70%
    );
  border-color: rgba(198, 40, 40, 0.45);
  box-shadow: 0 15px 32px rgba(198, 40, 40, 0.1);
}

.main-category-number {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: #c62828;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}

.main-category-tag {
  position: absolute;
  z-index: 1;
  top: 27px;
  right: 25px;
  padding: 7px 10px;
  color: #c62828;
  background: rgba(198, 40, 40, 0.075);
  border: 1px solid rgba(198, 40, 40, 0.1);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.main-category-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #252525;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}

.main-category-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6c7176;
  font-size: 14px;
  line-height: 1.65;
}

.main-category-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 22px;
  color: #343434;
  font-size: 13px;
  font-weight: 800;
}

.main-category-footer span:last-child {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  color: #ffffff;
  background: #252b31;
  border-radius: 50%;
  font-size: 16px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.main-category-card:hover .main-category-footer span:last-child,
.main-category-card.active .main-category-footer span:last-child {
  background: #c62828;
  transform: translateX(3px);
}

.main-category-card:focus-visible {
  outline: 3px solid rgba(198, 40, 40, 0.25);
  outline-offset: 3px;
}

@media (max-width: 1000px) {
  .main-categories {
    padding: 30px;
  }

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

  .main-category-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  .main-categories {
    margin: 22px 0 28px;
    padding: 22px;
    border-radius: 19px;
  }

  .main-categories-heading {
    margin-bottom: 22px;
  }

  .main-categories-heading h2 {
    font-size: 27px;
  }

  .main-categories-grid {
    grid-template-columns: 1fr;
  }

  .main-category-card,
  .main-category-card:last-child {
    grid-column: auto;
  }

  .main-category-card {
    min-height: 235px;
    padding: 22px;
  }

  .main-category-tag {
    top: 23px;
    right: 21px;
  }
}.part-card {
  width: 380px;
  max-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.055);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.part-card:hover {
  border-color: rgba(198, 40, 40, 0.22);
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.1);
  transform: translateY(-6px);
}

.part-image-link {
  width: 100%;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #fafafa 0%,
      #ffffff 100%
    );
  text-decoration: none;
}

.part-image {
  width: 100%;
  height: 280px;
  display: block;
  padding: 18px;
  object-fit: contain;
  object-position: center;
  transition: transform 260ms ease;
}

.part-card:hover .part-image {
  transform: scale(1.025);
}

.part-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.part-category {
  display: inline-flex;
  margin-bottom: 8px;
  color: #c62828;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.part-card h2 {
  min-height: 68px;
  margin: 0;
  color: #222426;
  font-size: 29px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.8px;
}

.part-description {
  min-height: 78px;
  display: -webkit-box;
  margin: 16px 0 0;
  overflow: hidden;
  color: #5f6469;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.detail-button {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 13px 18px;
  color: #ffffff;
  background: #c62828;
  border-radius: 11px;
  box-shadow: 0 9px 20px rgba(198, 40, 40, 0.17);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.detail-button:hover {
  background: #a91f1f;
  box-shadow: 0 12px 24px rgba(198, 40, 40, 0.23);
  transform: translateY(-1px);
}

.detail-button:focus-visible,
.part-image-link:focus-visible {
  outline: 3px solid rgba(198, 40, 40, 0.22);
  outline-offset: 3px;
}

.parts-list {
  width: min(1400px, calc(100% - 60px));
  display: grid;
  grid-template-columns: repeat(
    3,
    minmax(0, 380px)
  );
  align-items: stretch;
  justify-content: center;
  gap: 60px;
  margin: 60px auto;
  padding: 0;
}

@media (max-width: 1220px) {
  .parts-list {
    grid-template-columns: repeat(
      2,
      minmax(0, 380px)
    );
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .parts-list {
    width: min(100% - 32px, 1400px);
    gap: 30px;
  }
}

@media (max-width: 720px) {
  .parts-list {
    grid-template-columns: minmax(0, 420px);
  }

  .part-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .part-image {
    height: 235px;
    padding: 14px;
  }

  .part-content {
    padding: 21px;
  }

  .part-card h2 {
    min-height: auto;
    font-size: 25px;
  }

  .part-description {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .part-card,
  .part-image,
  .detail-button {
    transition: none;
  }
}
.atlas-work-photo-gallery {
  margin-top: 48px;
}

.atlas-work-photo-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.atlas-work-photo-label {
  display: block;
  margin-bottom: 7px;
  color: #c62828;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.atlas-work-photo-gallery h2 {
  margin: 0;
  color: #222426;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -1.2px;
}

.atlas-work-photo-counter {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #676c71;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.atlas-work-photo-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 22px;
  box-shadow: 0 15px 40px
    rgba(24, 24, 24, 0.06);
}

.atlas-work-photo-image-area {
  position: relative;
  width: 100%;
  height: clamp(360px, 55vw, 680px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #fafafa 0%,
      #ffffff 100%
    );
}

.atlas-work-photo-image-area img,
.atlas-work-photo-image-area video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.atlas-work-photo-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(24, 24, 24, 0.72);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 22px
    rgba(20, 20, 20, 0.18);
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  font-weight: 800;
  transform: translateY(-50%);
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.atlas-work-photo-arrow:hover {
  background: #c62828;
  transform:
    translateY(-50%)
    scale(1.05);
}

.atlas-work-photo-arrow-left {
  left: 20px;
}

.atlas-work-photo-arrow-right {
  right: 20px;
}

.atlas-work-photo-expand {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 15px;
  color: #ffffff;
  background: rgba(12, 12, 12, 0.78);
  border: 1px solid
    rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  box-shadow: 0 8px 24px
    rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.atlas-work-photo-expand span {
  font-size: 18px;
  line-height: 1;
}

.atlas-work-photo-expand:hover {
  background: #c62828;
  transform: translateY(-2px);
}

.atlas-work-photo-story {
  padding: 27px 30px 30px;
  border-top: 1px solid #ededed;
}

.atlas-work-photo-story-index {
  display: inline-block;
  margin-bottom: 10px;
  color: #c62828;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.atlas-work-photo-story h3 {
  margin: 0;
  color: #222426;
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.7px;
}

.atlas-work-photo-description {
  max-width: 100%;
  margin: 15px 0 0;
  color: #61666b;
  font-size: 15px;
  line-height: 1.75;
  white-space: pre-line;
}

.atlas-work-photo-details {
  display: grid;
  grid-template-columns: repeat(
    3,
    minmax(0, 1fr)
  );
  gap: 12px;
  margin-top: 24px;
}

.atlas-work-photo-details div {
  min-width: 0;
  padding: 14px 16px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 13px;
}

.atlas-work-photo-details span,
.atlas-work-photo-details strong {
  display: block;
}

.atlas-work-photo-details span {
  color: #85898d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.atlas-work-photo-details strong {
  margin-top: 6px;
  color: #2c2f32;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.atlas-work-photo-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 30px 25px;
}

.atlas-work-photo-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  background: #d5d5d5;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease;
}

.atlas-work-photo-dot-active {
  width: 28px;
  background: #c62828;
}

.atlas-work-photo-empty {
  padding: 46px 28px;
  background: #ffffff;
  border: 1px dashed #dcdcdc;
  border-radius: 20px;
  text-align: center;
}

.atlas-work-photo-empty strong {
  display: block;
  color: #292c2f;
  font-size: 18px;
}

.atlas-work-photo-empty p {
  max-width: 520px;
  margin: 9px auto 0;
  color: #74797e;
  font-size: 14px;
  line-height: 1.65;
}

/* BÜYÜK FOTOĞRAF */

.atlas-work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.93);
  backdrop-filter: blur(7px);
}

.atlas-work-lightbox-panel {
  width: min(1450px, 100%);
  max-height: calc(100vh - 36px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #050505;
  border: 1px solid
    rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: 0 30px 100px
    rgba(0, 0, 0, 0.65);
}

.atlas-work-lightbox-image {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050505;
}

.atlas-work-lightbox-zoom-stage {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
  touch-action: none;
  user-select: none;
}

.atlas-work-lightbox-zoom-stage-active {
  cursor: grab;
}

.atlas-work-lightbox-zoom-stage-dragging {
  cursor: grabbing;
}

.atlas-work-lightbox-zoom-image {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 285px);
  display: block;
  object-fit: contain;
  object-position: center;
  transform-origin: center center;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 120ms ease;
}

.atlas-work-lightbox-zoom-stage-dragging
  .atlas-work-lightbox-zoom-image {
  transition: none;
}

.atlas-work-lightbox-count {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 7;
  padding: 9px 13px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid
    rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 850;
}

.atlas-work-lightbox-toolbar {
  position: absolute;
  top: 16px;
  right: 74px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid
    rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  backdrop-filter: blur(8px);
}

.atlas-work-lightbox-zoom-button,
.atlas-work-lightbox-zoom-percent,
.atlas-work-lightbox-zoom-reset {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 0 11px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid
    rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  transition:
    background 160ms ease,
    transform 160ms ease,
    opacity 160ms ease;
}

.atlas-work-lightbox-zoom-button {
  min-width: 36px;
  padding: 0;
  font-size: 21px;
}

.atlas-work-lightbox-zoom-percent {
  min-width: 58px;
}

.atlas-work-lightbox-zoom-reset {
  padding-right: 12px;
  padding-left: 12px;
}

.atlas-work-lightbox-zoom-button:hover:not(:disabled),
.atlas-work-lightbox-zoom-percent:hover,
.atlas-work-lightbox-zoom-reset:hover:not(:disabled) {
  background: #c62828;
  transform: translateY(-1px);
}

.atlas-work-lightbox-zoom-button:disabled,
.atlas-work-lightbox-zoom-reset:disabled {
  opacity: 0.35;
  cursor: default;
}

.atlas-work-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 8;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid
    rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.atlas-work-lightbox-close:hover {
  background: #c62828;
  transform: rotate(5deg);
}

.atlas-work-lightbox-arrow {
  position: absolute;
  top: 50%;
  z-index: 7;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.66);
  border: 1px solid
    rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  cursor: pointer;
  font: inherit;
  font-size: 25px;
  font-weight: 800;
  transform: translateY(-50%);
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.atlas-work-lightbox-arrow:hover {
  background: #c62828;
  transform:
    translateY(-50%)
    scale(1.06);
}

.atlas-work-lightbox-arrow-left {
  left: 20px;
}

.atlas-work-lightbox-arrow-right {
  right: 20px;
}

.atlas-work-lightbox-story {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns:
    minmax(220px, 0.8fr)
    minmax(300px, 1.6fr)
    auto;
  align-items: center;
  gap: 26px;
  padding: 22px 28px;
  color: #ffffff;
  background:
    linear-gradient(
      180deg,
      rgba(24, 24, 24, 0.9),
      rgba(5, 5, 5, 0.98)
    );
  border-top: 1px solid
    rgba(255, 255, 255, 0.12);
}

.atlas-work-lightbox-heading span {
  display: block;
  margin-bottom: 7px;
  color: #ef5350;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.atlas-work-lightbox-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.atlas-work-lightbox-description {
  max-height: 125px;
  margin: 0;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.93);
  font-size: 14px;
  line-height: 1.75;
  white-space: pre-line;
}

.atlas-work-lightbox-meta {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.atlas-work-lightbox-meta div {
  min-width: 105px;
  padding: 10px 12px;
  background:
    rgba(255, 255, 255, 0.08);
  border: 1px solid
    rgba(255, 255, 255, 0.11);
  border-radius: 11px;
}

.atlas-work-lightbox-meta span,
.atlas-work-lightbox-meta strong {
  display: block;
}

.atlas-work-lightbox-meta span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.atlas-work-lightbox-meta strong {
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

@media (max-width: 1050px) {
  .atlas-work-lightbox-story {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .atlas-work-lightbox-meta {
    justify-content: flex-start;
  }

  .atlas-work-lightbox-zoom-image {
    max-height: calc(100vh - 410px);
  }
}

@media (max-width: 760px) {
  .atlas-work-photo-header {
    align-items: flex-start;
  }

  .atlas-work-photo-image-area {
    height: 420px;
  }

  .atlas-work-photo-story {
    padding: 23px 21px 25px;
  }

  .atlas-work-photo-details {
    grid-template-columns: 1fr;
  }

  .atlas-work-photo-arrow {
    width: 42px;
    height: 42px;
  }

  .atlas-work-photo-arrow-left {
    left: 12px;
  }

  .atlas-work-photo-arrow-right {
    right: 12px;
  }

  .atlas-work-photo-expand {
    right: 12px;
    bottom: 12px;
  }

  .atlas-work-lightbox {
    padding: 7px;
  }

  .atlas-work-lightbox-panel {
    max-height: calc(100vh - 14px);
    border-radius: 14px;
  }

  .atlas-work-lightbox-story {
    padding: 18px;
  }

  .atlas-work-lightbox-zoom-image {
    max-height: calc(100vh - 410px);
  }

  .atlas-work-lightbox-toolbar {
    top: auto;
    right: 50%;
    bottom: 12px;
    transform: translateX(50%);
  }

  .atlas-work-lightbox-zoom-reset {
    display: none;
  }

  .atlas-work-lightbox-arrow {
    width: 44px;
    height: 44px;
  }

  .atlas-work-lightbox-arrow-left {
    left: 9px;
  }

  .atlas-work-lightbox-arrow-right {
    right: 9px;
  }
}

@media (max-width: 480px) {
  .atlas-work-photo-gallery {
    margin-top: 36px;
  }

  .atlas-work-photo-header {
    gap: 14px;
  }

  .atlas-work-photo-image-area {
    height: 320px;
  }

  .atlas-work-photo-arrow {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .atlas-work-photo-description {
    font-size: 14px;
  }

  .atlas-work-photo-progress {
    padding-right: 20px;
    padding-left: 20px;
  }

  .atlas-work-photo-expand {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 11px;
  }

  .atlas-work-lightbox-close {
    top: 9px;
    right: 9px;
    width: 40px;
    height: 40px;
  }

  .atlas-work-lightbox-count {
    top: 10px;
    left: 10px;
  }

  .atlas-work-lightbox-zoom-image {
    max-height: calc(100vh - 445px);
  }

  .atlas-work-lightbox-heading h3 {
    font-size: 20px;
  }

  .atlas-work-lightbox-description {
    max-height: 105px;
    font-size: 13px;
  }

  .atlas-work-lightbox-meta div {
    min-width: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlas-work-photo-arrow,
  .atlas-work-photo-expand,
  .atlas-work-photo-dot,
  .atlas-work-lightbox-close,
  .atlas-work-lightbox-arrow,
  .atlas-work-lightbox-zoom-image,
  .atlas-work-lightbox-zoom-button,
  .atlas-work-lightbox-zoom-percent,
  .atlas-work-lightbox-zoom-reset {
    transition: none;
  }
}


/* FOTOĞRAF + VİDEO DESTEĞİ */

.atlas-work-photo-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #050505;
}

.atlas-work-photo-image-area video {
  background: #050505;
}

.atlas-work-lightbox-video {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 285px);
  display: block;
  object-fit: contain;
  background: #050505;
}

@media (max-width: 1050px) {
  .atlas-work-lightbox-video {
    max-height: calc(100vh - 410px);
  }
}

@media (max-width: 480px) {
  .atlas-work-lightbox-video {
    max-height: calc(100vh - 445px);
  }
}.technical-document-panel {
  margin-top: 48px;
}

.document-panel-heading {
  margin-bottom: 20px;
}

.document-panel-heading > span {
  display: block;
  margin-bottom: 7px;
  color: #c62828;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.document-panel-heading h2 {
  margin: 0;
  color: #222426;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -1.2px;
}

.document-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  box-shadow: 0 13px 34px rgba(24, 24, 24, 0.05);
}

.document-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #c62828;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 900;
}

.document-content {
  min-width: 0;
}

.document-content > span {
  color: #c62828;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.document-content h3 {
  margin: 5px 0 0;
  color: #282b2e;
  font-size: 19px;
  line-height: 1.3;
}

.document-content p {
  margin: 6px 0 0;
  color: #74797e;
  font-size: 12px;
}

.document-item > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  color: #ffffff;
  background: #c62828;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.document-item > a:hover {
  background: #a91f1f;
  transform: translateY(-1px);
}

.document-empty {
  padding: 34px 26px;
  background: #ffffff;
  border: 1px dashed #dadada;
  border-radius: 18px;
  text-align: center;
}

.document-empty strong {
  display: block;
  color: #292c2f;
  font-size: 17px;
}

.document-empty p {
  max-width: 540px;
  margin: 9px auto 0;
  color: #74797e;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .document-item {
    grid-template-columns: auto 1fr;
  }

  .document-item > a {
    grid-column: 1 / -1;
    justify-content: center;
  }
}.detail-page {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 80px;
}

.detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
  color: #85898e;
  font-size: 12px;
}

.detail-breadcrumb a {
  color: #656a70;
  font-weight: 750;
  text-decoration: none;
  transition: color 160ms ease;
}

.detail-breadcrumb a:hover {
  color: #c62828;
}

.detail-breadcrumb strong {
  color: #2d3033;
  font-weight: 800;
}

.part-detail-layout {
  display: grid;
  grid-template-columns: minmax(360px, 480px) minmax(0, 1fr);
  align-items: stretch;
  gap: 32px;
}

.part-detail-sidebar {
  position: sticky;
  top: 110px;
  min-width: 0;
  height: 100%;
  align-self: stretch;
  padding: 34px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  box-shadow: 0 16px 42px
    rgba(22, 22, 22, 0.055);
  scrollbar-width: thin;
  scrollbar-color: #d2d2d2 transparent;
  box-sizing: border-box;
}

.part-detail-sidebar::-webkit-scrollbar {
  width: 6px;
}

.part-detail-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.part-detail-sidebar::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 999px;
}

.part-detail-category {
  display: inline-flex;
  padding: 7px 12px;
  color: #c62828;
  background: rgba(198, 40, 40, 0.07);
  border: 1px solid
    rgba(198, 40, 40, 0.11);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.part-detail-sidebar > h1 {
  margin: 21px 0 0;
  color: #202225;
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2.6px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.part-detail-system {
  margin: 13px 0 0;
  color: #73787d;
  font-size: 13px;
  font-weight: 700;
}

.part-detail-divider {
  width: 100%;
  height: 1px;
  margin: 27px 0;
  background: #ececec;
}

.part-detail-section {
  margin-top: 27px;
}

.part-detail-section:first-of-type {
  margin-top: 0;
}

.part-detail-label {
  display: block;
  margin-bottom: 11px;
  color: #c62828;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.part-detail-description p,
.part-technical-article p {
  margin: 0;
  color: #5d6268;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-line;
}

.part-location-card {
  margin-top: 27px;
  padding: 18px;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
}

.part-location-card > span,
.part-location-card > strong {
  display: block;
}

.part-location-card > span {
  color: #8a8e93;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.part-location-card > strong {
  margin-top: 7px;
  color: #282b2e;
  font-size: 14px;
  line-height: 1.45;
}

.part-location-card p {
  margin: 8px 0 0;
  color: #6b7075;
  font-size: 12px;
  line-height: 1.65;
}

.part-detail-gallery {
  min-width: 0;
  height: 100%;
}

.detail-state {
  min-height: 420px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
}

.detail-state h1,
.detail-state p {
  margin: 0;
}

.detail-state h1 {
  color: #26282b;
  font-size: 30px;
}

.detail-state p {
  color: #6e7378;
}

.back-link {
  display: inline-flex;
  align-items: center;
  color: #62676c;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.back-link:hover {
  color: #c62828;
}

.part-detail-sidebar
  .technical-document-panel {
  margin-top: 28px;
}

.part-detail-sidebar
  .document-panel-heading {
  margin-bottom: 13px;
}

.part-detail-sidebar
  .document-panel-heading h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
}

.part-detail-sidebar
  .document-item {
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 15px;
}

.part-detail-sidebar
  .document-icon {
  width: 43px;
  height: 43px;
  border-radius: 11px;
  font-size: 10px;
}

.part-detail-sidebar
  .document-content h3 {
  font-size: 14px;
}

.part-detail-sidebar
  .document-item > a {
  grid-column: 1 / -1;
  justify-content: center;
  width: 100%;
}

.part-detail-sidebar
  .document-empty {
  padding: 23px 18px;
}

@media (max-width: 1100px) {
  .part-detail-layout {
    grid-template-columns:
      minmax(310px, 0.8fr)
      minmax(480px, 1.2fr);
    gap: 20px;
  }

  .part-detail-sidebar {
    padding: 27px;
  }
}

@media (max-width: 900px) {
  .part-detail-layout {
    grid-template-columns: 1fr;
  }

  .part-detail-sidebar {
    position: static;
    top: auto;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .part-detail-gallery {
    height: auto;
  }
}

@media (max-width: 640px) {
  .detail-page {
    width: min(100% - 26px, 1500px);
    padding-top: 20px;
  }

  .part-detail-sidebar {
    padding: 24px 21px;
    border-radius: 18px;
  }

  .part-detail-sidebar > h1 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .part-detail-description p,
  .part-technical-article p {
    font-size: 13px;
  }
}.about-page {
  min-height: 100vh;
  background: #ffffff;
  color: #171717;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

.about-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* HERO */

.about-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.97) 0%,
      rgba(10, 10, 10, 0.88) 48%,
      rgba(10, 10, 10, 0.5) 100%
    ),
    url("/images/home/atlas-hero-composition.png") center right / contain
      no-repeat;
  background-color: #101010;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.24) 100%
    );
  pointer-events: none;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 78px;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 48px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
}

.about-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 180ms ease;
}

.about-breadcrumb a:hover {
  color: #ffffff;
}

.about-eyebrow,
.about-section-label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 2.4px;
  color: #c62828;
}

.about-hero h1 {
  max-width: 830px;
  margin: 18px 0 24px;
  font-size: clamp(46px, 6.1vw, 82px);
  line-height: 0.98;
  letter-spacing: -4px;
  color: #ffffff;
}

.about-hero h1 span {
  color: #d83535;
}

.about-hero p {
  max-width: 690px;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.74);
}

/* BİZ KİMİZ */

.about-story-section {
  padding: 112px 0;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 86px;
  align-items: center;
}

.about-story-visual {
  position: relative;
  min-height: 530px;
}

.about-image-frame {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background:
    linear-gradient(135deg, #f7f7f7 0%, #e9e9e9 100%);
}

.about-image-frame img {
  width: 112%;
  height: 112%;
  object-fit: contain;
  transition: transform 500ms ease;
}

.about-image-frame:hover img {
  transform: scale(1.025);
}

.experience-card {
  position: absolute;
  right: -34px;
  bottom: 0;
  width: 210px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 28px;
  background: #c62828;
  box-shadow: 0 24px 54px rgba(126, 0, 0, 0.28);
}

.experience-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -2px;
  color: #ffffff;
}

.experience-card span {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.82);
}

.about-story-content h2,
.about-section-heading h2,
.value-panel h2,
.about-cta h2 {
  margin: 18px 0 26px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -2.2px;
}

.about-story-content > p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.82;
  color: #5d5d5d;
}

.about-signature {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid #e8e8e8;
}

.about-signature span {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
}

.about-signature small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  color: #c62828;
}

/* ÇALIŞMA ANLAYIŞI */

.about-mission-section {
  padding: 106px 0 116px;
  background: #f5f5f4;
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.about-section-heading h2 {
  margin-bottom: 0;
}

.about-section-heading > p {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.8;
  color: #626262;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

.principle-card {
  position: relative;
  min-height: 285px;
  padding: 34px 28px 31px;
  background: #ffffff;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.principle-card:hover {
  z-index: 2;
  transform: translateY(-7px);
  background: #151515;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.13);
}

.principle-number {
  display: block;
  margin-bottom: 60px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  color: #c62828;
}

.principle-card h3 {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: -0.7px;
  transition: color 220ms ease;
}

.principle-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #6a6a6a;
  transition: color 220ms ease;
}

.principle-card:hover h3 {
  color: #ffffff;
}

.principle-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

/* UZMANLIK */

.about-specialties-section {
  padding: 112px 0;
  background: #ffffff;
}

.specialties-heading {
  margin-bottom: 62px;
}

.specialties-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.specialty-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.specialty-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.11);
}

.specialty-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 92px;
}

.specialty-top span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #c62828;
}

.specialty-line {
  height: 1px;
  flex: 1;
  background: #dedede;
}

.specialty-card h3 {
  margin: 0 0 17px;
  font-size: 29px;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.specialty-card p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.78;
  color: #656565;
}

.specialty-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: auto;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #191919;
  text-decoration: none;
}

.specialty-link span {
  font-size: 18px;
  color: #c62828;
  transition: transform 180ms ease;
}

.specialty-link:hover span {
  transform: translateX(5px);
}

/* MİSYON VİZYON */

.about-values-section {
  padding: 0 0 112px;
  background: #ffffff;
}

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

.value-panel {
  min-height: 440px;
  padding: 62px 58px;
}

.value-panel h2 {
  max-width: 500px;
  font-size: clamp(34px, 3.3vw, 48px);
}

.value-panel p {
  max-width: 530px;
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}

.value-panel-dark {
  background: #151515;
  color: #ffffff;
}

.value-panel-dark p {
  color: rgba(255, 255, 255, 0.65);
}

.value-panel-light {
  background: #ededeb;
  color: #171717;
}

.value-panel-light p {
  color: #616161;
}

/* CTA */

.about-cta-section {
  padding: 88px 0;
  background: #c62828;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-cta .about-section-label {
  color: rgba(255, 255, 255, 0.68);
}

.about-cta h2 {
  max-width: 760px;
  margin-top: 14px;
  margin-bottom: 17px;
  color: #ffffff;
}

.about-cta p {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
}

.about-cta-button {
  min-width: 205px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 17px 25px;
  background: #ffffff;
  color: #171717;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.about-cta-button:hover {
  transform: translateY(-3px);
  background: #f1f1f1;
}

.about-cta-button span {
  font-size: 19px;
}

/* TABLET */

@media (max-width: 1024px) {
  .about-hero {
    min-height: 480px;
    background-position: 135% center;
    background-size: 70%;
  }

  .about-story-grid {
    gap: 54px;
  }

  .experience-card {
    right: -15px;
  }

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

  .about-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .specialty-card {
    min-height: 300px;
  }

  .specialty-top {
    margin-bottom: 55px;
  }
}

/* MOBİL */

@media (max-width: 760px) {
  .about-container {
    width: min(100% - 30px, 1180px);
  }

  .about-hero {
    min-height: 540px;
    background:
      linear-gradient(
        180deg,
        rgba(10, 10, 10, 0.86) 0%,
        rgba(10, 10, 10, 0.97) 100%
      ),
      url("/images/home/atlas-hero-composition.png") center 18% / 115% auto
        no-repeat;
    background-color: #101010;
  }

  .about-hero-content {
    padding-top: 92px;
    padding-bottom: 54px;
  }

  .about-breadcrumb {
    margin-bottom: 34px;
  }

  .about-hero h1 {
    margin-top: 15px;
    font-size: clamp(43px, 13vw, 64px);
    line-height: 1;
    letter-spacing: -3px;
  }

  .about-hero p {
    font-size: 16px;
    line-height: 1.68;
  }

  .about-story-section,
  .about-specialties-section {
    padding: 78px 0;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .about-story-visual {
    min-height: auto;
  }

  .about-image-frame {
    height: 340px;
  }

  .experience-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 30px);
    min-height: 115px;
    margin: -25px 15px 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
  }

  .experience-card strong {
    margin: 0;
    font-size: 42px;
  }

  .experience-card span {
    max-width: 120px;
  }

  .about-story-content h2,
  .about-section-heading h2,
  .value-panel h2,
  .about-cta h2 {
    font-size: 36px;
    letter-spacing: -1.6px;
  }

  .about-mission-section {
    padding: 76px 0;
  }

  .about-section-heading {
    margin-bottom: 42px;
  }

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

  .principle-card {
    min-height: 240px;
  }

  .principle-number {
    margin-bottom: 42px;
  }

  .specialty-card {
    min-height: 330px;
    padding: 28px;
  }

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

  .about-values-section {
    padding-bottom: 76px;
  }

  .value-panel {
    min-height: 390px;
    padding: 45px 30px;
  }

  .about-cta-section {
    padding: 68px 0;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }

  .about-cta-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .about-container {
    width: min(100% - 24px, 1180px);
  }

  .about-hero h1 {
    font-size: 42px;
    letter-spacing: -2.5px;
  }

  .about-image-frame {
    height: 290px;
  }

  .about-story-content h2,
  .about-section-heading h2,
  .value-panel h2,
  .about-cta h2 {
    font-size: 32px;
  }
}.contact-section {
  min-height: calc(100vh - 100px);
  padding: 96px 24px 90px;

  background:
    radial-gradient(
      circle at 86% 10%,
      rgba(198, 40, 40, 0.055),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f8fa 100%
    );
}

.contact-container {
  width: min(1280px, 100%);
  margin: 0 auto;
}

/* ÜST BAŞLIK */

.contact-heading {
  max-width: 900px;
  margin-bottom: 56px;
}

.contact-eyebrow {
  display: inline-block;
  margin-bottom: 19px;

  color: #c62828;

  font-size: 11px;
  font-weight: 800;
  line-height: 1;

  letter-spacing: 2.8px;
}

.contact-heading h1 {
  max-width: 890px;
  margin: 0;

  color: #17191c;

  font-size: clamp(43px, 5.6vw, 74px);
  font-weight: 650;
  line-height: 1.02;

  letter-spacing: -3.5px;
  text-wrap: balance;
}

.contact-heading h1 strong {
  display: block;

  color: #c62828;

  font-weight: 650;
}

.contact-heading p {
  max-width: 680px;
  margin: 27px 0 0;

  color: #686f78;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

/* ANA YERLEŞİM */

.contact-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(390px, 0.95fr);

  gap: 24px;
  align-items: stretch;
}

/* SOL KIRMIZI BİLGİ ALANI */

.contact-information {
  padding: 44px 46px 30px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, 0.13),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #db3035 0%,
      #c82328 55%,
      #b91f24 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;

  box-shadow:
    0 30px 70px rgba(198, 40, 40, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.contact-information-heading {
  padding-bottom: 30px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.contact-information-heading span {
  color: rgba(255, 255, 255, 0.68);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.2px;
}

.contact-information-heading h2 {
  margin: 9px 0 0;

  color: #ffffff;

  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.1px;
}

/* BİLGİ SATIRLARI */

.contact-list {
  width: 100%;
}

.contact-row {
  display: grid;

  grid-template-columns: 48px minmax(0, 1fr);

  gap: 22px;

  padding: 28px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row-number {
  padding-top: 5px;

  color: rgba(255, 255, 255, 0.46);

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 1px;
}

.contact-row-content {
  min-width: 0;
}

.contact-row-label {
  display: inline-block;

  margin-bottom: 12px;
  padding: 6px 10px;

  color: #17191c;
  background: rgba(255, 255, 255, 0.91);

  border-radius: 999px;

  box-shadow:
    0 5px 14px rgba(85, 0, 0, 0.08);

  font-size: 9px;
  font-weight: 900;
  line-height: 1;

  letter-spacing: 1.5px;
}
.contact-row-content p {
  margin: 0;

  color: #ffffff;

  font-size: 18px;
  font-weight: 850;
  line-height: 1.55;
  letter-spacing: 0.2px;
}

.contact-row-content p strong {
  color: #ffffff;
  font-size: inherit;
  font-weight: 850;
}

.contact-phone-list {
  display: flex;
  flex-wrap: wrap;

  gap: 14px 34px;
}

.contact-phone-list a {
  display: flex;
  flex-direction: column;

  color: inherit;

  text-decoration: none;
}

.contact-phone-list a span {
  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.7);

  font-size: 12px;
  font-weight: 700;
}

.contact-phone-list a strong {
  color: #ffffff;

  font-size: 18px;
  font-weight: 850;

  letter-spacing: 0.2px;

  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.contact-phone-list a:hover strong {
  opacity: 0.78;
  transform: translateX(2px);
}

.contact-website {
  display: block;
  width: fit-content;
  margin-top: 2px;

  color: #ffffff;

  font-size: 18px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0.1px;

  text-decoration: none;
  overflow-wrap: anywhere;

  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.contact-website:hover {
  opacity: 0.78;
  transform: translateX(2px);
}

/* SAĞ WHATSAPP PANELİ */

.contact-action-panel {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 590px;
  padding: 36px;

  overflow: hidden;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(198, 40, 40, 0.3),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #25282d 0%,
      #111316 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;

  box-shadow:
    0 34px 80px rgba(10, 14, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.contact-action-panel::before {
  content: "";

  position: absolute;
  right: -115px;
  bottom: -125px;

  width: 330px;
  height: 330px;

  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;

  box-shadow:
    0 0 0 54px rgba(255, 255, 255, 0.014),
    0 0 0 108px rgba(255, 255, 255, 0.01);

  pointer-events: none;
}

.contact-action-top {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 16px;
}

.contact-action-label {
  color: #c5c9ce;

  font-size: 10px;
  font-weight: 750;

  letter-spacing: 2px;
}

.contact-action-status {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  color: #d9dde1;

  font-size: 12px;
  font-weight: 600;
}

.contact-action-status i {
  width: 8px;
  height: 8px;

  background: #25d366;

  border-radius: 50%;

  box-shadow:
    0 0 0 5px rgba(37, 211, 102, 0.12);
}

.contact-action-content {
  position: relative;
  z-index: 1;

  max-width: 470px;
  margin: auto 0;
}

.contact-action-content h2 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(35px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.05;

  letter-spacing: -2.1px;
  text-wrap: balance;
}

.contact-action-content p {
  margin: 24px 0 32px;

  color: #b5bac1;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}


.contact-action-footer {
  position: relative;
  z-index: 1;

  display: flex;
  flex-wrap: wrap;

  gap: 8px;
}

.contact-action-footer span {
  padding: 7px 10px;

  color: #90969d;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: 1px;
}

/* HİZMET BÖLGELERİ */

.contact-service-area {
  display: flex;
  align-items: center;

  gap: 20px;

  margin-top: 24px;
  padding: 18px 24px;

  background: rgba(255, 255, 255, 0.7);

  border: 1px solid rgba(30, 36, 44, 0.065);
  border-radius: 18px;
}

.contact-service-area span {
  flex: 0 0 auto;

  color: #a0a6ad;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: 1.6px;
}

.contact-service-area p {
  margin: 0;

  color: #686f78;

  font-size: 12px;
  line-height: 1.6;
}

/* TABLET */

@media (max-width: 1040px) {
  .contact-section {
    padding-top: 82px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-action-panel {
    min-height: 500px;
  }
}

/* MOBİL */

@media (max-width: 700px) {
  .contact-section {
    padding: 64px 14px 60px;
  }

  .contact-heading {
    margin-bottom: 40px;
  }

  .contact-heading h1 {
    font-size: clamp(40px, 12vw, 54px);
    letter-spacing: -2.6px;
  }

  .contact-heading p {
    margin-top: 21px;

    font-size: 15px;
    line-height: 1.7;
  }

  .contact-information {
    padding: 28px 22px 18px;

    border-radius: 23px;
  }

  .contact-information-heading {
    padding-bottom: 24px;
  }

  .contact-information-heading h2 {
    font-size: 27px;
  }

  .contact-row {
    grid-template-columns: 34px minmax(0, 1fr);

    gap: 14px;

    padding: 24px 0;
  }

  .contact-phone-list {
    flex-direction: column;

    gap: 14px;
  }

  .contact-action-panel {
    min-height: auto;
    padding: 28px 22px;

    border-radius: 23px;
  }

  .contact-action-content {
    margin: 70px 0;
  }

  .contact-action-content h2 {
    font-size: 37px;
  }

  .contact-whatsapp-button {
    max-width: none;
  }

  .contact-service-area {
    align-items: flex-start;
    flex-direction: column;

    gap: 8px;

    padding: 18px 20px;
  }
}

/* KÜÇÜK TELEFON */

@media (max-width: 390px) {
  .contact-heading h1 {
    font-size: 39px;
  }

  .contact-action-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-action-content {
    margin: 54px 0;
  }

  .contact-action-content h2 {
    font-size: 33px;
  }

  .contact-whatsapp-button {
    padding-left: 18px;

    font-size: 13px;
  }
}

/* HAREKET AZALTMA */

@media (prefers-reduced-motion: reduce) {
  .contact-whatsapp-button {
    transition: none;
  }
}
/* HIZLI İLETİŞİM BUTONLARI */

.contact-action-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  gap: 14px;
}

.contact-whatsapp-button,
.contact-map-button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  min-height: 74px;
  padding: 17px 18px 17px 22px;

  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;

  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;

  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    filter 200ms ease;
}

.contact-whatsapp-button {
  background:
    linear-gradient(
      135deg,
      #2bd873 0%,
      #25c866 52%,
      #1eb65a 100%
    );

  box-shadow:
    0 16px 34px rgba(37, 200, 102, 0.24),
    0 0 25px rgba(37, 211, 102, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.contact-map-button {
  background:
    linear-gradient(
      135deg,
      #ff5257 0%,
      #e62d34 48%,
      #c91820 100%
    );

  box-shadow:
    0 17px 38px rgba(230, 45, 52, 0.38),
    0 0 30px rgba(255, 70, 76, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.contact-button-text {
  min-width: 0;
}

.contact-button-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 38px;

  width: 38px;
  height: 38px;
  margin-left: 16px;

  background: rgba(255, 255, 255, 0.16);
  border-radius: 11px;

  font-size: 17px;
  line-height: 1;
}

.contact-whatsapp-button:hover,
.contact-map-button:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}

.contact-whatsapp-button:hover {
  box-shadow:
    0 23px 45px rgba(37, 200, 102, 0.32),
    0 0 32px rgba(37, 211, 102, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.contact-map-button:hover {
  box-shadow:
    0 24px 48px rgba(230, 45, 52, 0.48),
    0 0 38px rgba(255, 70, 76, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.contact-whatsapp-button:active,
.contact-map-button:active {
  transform: translateY(-1px);
}

.contact-whatsapp-button:focus-visible,
.contact-map-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.25);
  outline-offset: 4px;
}

/* MOBİL BUTON AYARLARI */

@media (max-width: 700px) {
  .contact-action-buttons {
    width: 100%;
    max-width: none;
    gap: 12px;
  }

  .contact-whatsapp-button,
  .contact-map-button {
    width: 100%;
    min-height: 68px;
    padding: 15px 14px 15px 18px;

    font-size: 13.5px;
    border-radius: 14px;
  }

  .contact-button-arrow {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    margin-left: 12px;
    border-radius: 10px;
  }
}

@media (max-width: 390px) {
  .contact-whatsapp-button,
  .contact-map-button {
    min-height: 64px;
    padding-left: 16px;
    font-size: 12.5px;
  }

  .contact-button-arrow {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-whatsapp-button,
  .contact-map-button {
    transition: none;
  }
}.application-page {
  min-height: 100vh;

  color: #1b1d21;

  background:
    radial-gradient(
      circle at 90% 8%,
      rgba(198, 40, 40, 0.055),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f8fa 100%
    );
}

.application-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* ============================== */
/* HERO */
/* ============================== */

.application-hero {
  padding: 92px 0 58px;
}

.application-eyebrow {
  display: inline-block;

  margin-bottom: 18px;

  color: #c62828;

  font-size: 11px;
  font-weight: 850;
  line-height: 1;

  letter-spacing: 2.8px;
}

.application-hero h1 {
  max-width: 940px;

  margin: 0;

  color: #17191c;

  font-size: clamp(46px, 5.5vw, 76px);
  font-weight: 700;
  line-height: 1;

  letter-spacing: -3.5px;

  text-wrap: balance;
}

.application-hero h1 strong {
  display: block;

  color: #c62828;

  font-weight: 700;
}

.application-hero p {
  max-width: 720px;

  margin: 27px 0 0;

  color: #686f78;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

/* ============================== */
/* ANA YERLEŞİM */
/* ============================== */

.application-content {
  padding: 0 0 96px;
}

.application-layout {
  display: grid;

  grid-template-columns:
    minmax(290px, 0.72fr)
    minmax(0, 1.55fr);

  gap: 28px;

  align-items: start;
}

/* ============================== */
/* SOL BİLGİ PANELİ */
/* ============================== */

.application-intro {
  position: sticky;
  top: 154px;

  padding: 38px 34px;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(198, 40, 40, 0.28),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      #25282d 0%,
      #111316 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;

  box-shadow:
    0 30px 80px rgba(12, 16, 22, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.application-intro-label {
  color: #d3d6da;

  font-size: 10px;
  font-weight: 850;

  letter-spacing: 2.3px;
}

.application-intro h2 {
  margin: 18px 0 0;

  color: #ffffff;

  font-size: 36px;
  font-weight: 650;
  line-height: 1.08;

  letter-spacing: -1.5px;
}

.application-intro > p {
  margin: 20px 0 0;

  color: #b5bac1;

  font-size: 14px;
  line-height: 1.75;
}

.application-values {
  margin-top: 42px;
}

.application-value {
  display: grid;

  grid-template-columns: 34px 1fr;

  gap: 14px;

  padding: 22px 0;

  border-top: 1px solid
    rgba(255, 255, 255, 0.08);
}

.application-value > span {
  padding-top: 2px;

  color: #c62828;

  font-size: 10px;
  font-weight: 850;

  letter-spacing: 0.8px;
}

.application-value strong {
  display: block;

  color: #f4f5f6;

  font-size: 14px;
  font-weight: 750;
}

.application-value p {
  margin: 7px 0 0;

  color: #8f959d;

  font-size: 12px;
  line-height: 1.6;
}

/* ============================== */
/* FORM KARTI */
/* ============================== */

.application-form-card {
  padding: 44px;

  background:
    rgba(255, 255, 255, 0.92);

  border: 1px solid
    rgba(30, 36, 44, 0.08);

  border-radius: 30px;

  box-shadow:
    0 28px 72px
      rgba(18, 25, 35, 0.06),
    inset 0 1px 0
      rgba(255, 255, 255, 0.95);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.application-form-heading {
  padding-bottom: 30px;

  border-bottom: 1px solid #e6e8eb;
}

.application-form-heading > span {
  color: #c62828;

  font-size: 10px;
  font-weight: 850;

  letter-spacing: 2.1px;
}

.application-form-heading h2 {
  margin: 9px 0 0;

  color: #1c1f23;

  font-size: 32px;
  font-weight: 680;

  letter-spacing: -1.2px;
}

.application-form-heading p {
  margin: 10px 0 0;

  color: #8b929a;

  font-size: 13px;
  line-height: 1.6;
}

/* ============================== */
/* FORM */
/* ============================== */

.application-form {
  margin-top: 32px;
}

.application-form-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 24px 20px;
}

.application-field {
  min-width: 0;
}

.application-field--wide {
  grid-column: 1 / -1;
}

.application-field label {
  display: block;

  margin-bottom: 9px;

  color: #454a51;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 0.35px;
}

.application-field label span {
  margin-left: 3px;

  color: #c62828;
}

.application-field input,
.application-field select,
.application-field textarea {
  width: 100%;

  box-sizing: border-box;

  color: #202328;

  background: #f8f9fa;

  border: 1px solid #dde1e5;
  border-radius: 13px;

  outline: none;

  font: inherit;
  font-size: 14px;

  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.application-field input,
.application-field select {
  height: 52px;

  padding: 0 15px;
}

.application-field textarea {
  min-height: 110px;

  padding: 14px 15px;

  line-height: 1.65;

  resize: vertical;
}

.application-field input::placeholder,
.application-field textarea::placeholder {
  color: #a7adb5;
}

.application-field input:focus,
.application-field select:focus,
.application-field textarea:focus {
  background: #ffffff;

  border-color:
    rgba(198, 40, 40, 0.55);

  box-shadow:
    0 0 0 4px
      rgba(198, 40, 40, 0.07);
}

/* ============================== */
/* MAAŞ */
/* ============================== */

.application-money-field {
  position: relative;
}

.application-money-field input {
  padding-right: 52px;
}

.application-money-field > span {
  position: absolute;

  top: 50%;
  right: 15px;

  color: #8b9199;

  font-size: 11px;
  font-weight: 850;

  transform: translateY(-50%);

  pointer-events: none;
}

/* ============================== */
/* ONAY */
/* ============================== */

.application-consent {
  position: relative;

  display: grid;

  grid-template-columns: 22px 1fr;

  gap: 12px;

  margin-top: 30px;
  padding: 18px;

  background: #f8f9fa;

  border: 1px solid #e2e5e8;
  border-radius: 14px;

  cursor: pointer;
}

.application-consent input {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.application-consent-box {
  position: relative;

  width: 20px;
  height: 20px;

  margin-top: 1px;

  background: #ffffff;

  border: 1px solid #cfd4d9;
  border-radius: 6px;

  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.application-consent
  input:checked
  + .application-consent-box {
  background: #c62828;

  border-color: #c62828;

  box-shadow:
    0 5px 14px
      rgba(198, 40, 40, 0.2);
}

.application-consent
  input:checked
  + .application-consent-box::after {
  content: "";

  position: absolute;

  top: 4px;
  left: 7px;

  width: 4px;
  height: 8px;

  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;

  transform: rotate(45deg);
}

.application-consent
  > span:last-child {
  color: #666d75;

  font-size: 12px;
  line-height: 1.65;
}

.application-consent strong {
  margin-left: 3px;

  color: #c62828;
}

/* ============================== */
/* MESAJ */
/* ============================== */

.application-form-message {
  margin-top: 20px;
  padding: 14px 16px;

  border-radius: 12px;

  font-size: 12px;
  font-weight: 650;
  line-height: 1.6;
}

.application-form-message--error {
  color: #a61f1f;

  background:
    rgba(198, 40, 40, 0.06);

  border: 1px solid
    rgba(198, 40, 40, 0.16);
}

.application-form-message--success {
  color: #24653d;

  background:
    rgba(45, 150, 85, 0.07);

  border: 1px solid
    rgba(45, 150, 85, 0.17);
}

/* ============================== */
/* GÖNDER */
/* ============================== */

.application-submit-area {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 28px;
  padding-top: 28px;

  border-top: 1px solid #e6e8eb;
}

.application-submit-area
  > div
  > span {
  color: #a1a7ae;

  font-size: 9px;
  font-weight: 850;

  letter-spacing: 1.45px;
}

.application-submit-area p {
  margin: 6px 0 0;

  color: #80868e;

  font-size: 11px;
}

.application-submit-button {
  min-width: 210px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  padding: 16px 16px 16px 20px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #d12e2e,
      #b91f1f
    );

  border: 1px solid
    rgba(255, 255, 255, 0.12);

  border-radius: 14px;

  box-shadow:
    0 15px 32px
      rgba(198, 40, 40, 0.22),
    inset 0 1px 0
      rgba(255, 255, 255, 0.18);

  font-size: 13px;
  font-weight: 800;

  cursor: pointer;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.application-submit-button span {
  display: grid;
  place-items: center;

  width: 32px;
  height: 32px;

  background:
    rgba(255, 255, 255, 0.13);

  border-radius: 9px;
}

.application-submit-button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 20px 38px
      rgba(198, 40, 40, 0.27),
    inset 0 1px 0
      rgba(255, 255, 255, 0.18);
}

/* ============================== */
/* TABLET */
/* ============================== */

@media (max-width: 1040px) {
  .application-layout {
    grid-template-columns: 1fr;
  }

  .application-intro {
    position: static;
  }

  .application-values {
    display: grid;

    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    gap: 16px;
  }

  .application-value {
    display: block;

    padding: 18px 0 0;
  }

  .application-value > span {
    display: block;

    margin-bottom: 10px;
  }
}

/* ============================== */
/* MOBİL */
/* ============================== */

@media (max-width: 700px) {
  .application-container {
    width: calc(100% - 28px);
  }

  .application-hero {
    padding: 58px 0 40px;
  }

  .application-hero h1 {
    font-size:
      clamp(40px, 12vw, 54px);

    letter-spacing: -2.5px;
  }

  .application-hero p {
    margin-top: 20px;

    font-size: 15px;
  }

  .application-content {
    padding-bottom: 62px;
  }

  .application-intro {
    padding: 30px 24px;

    border-radius: 23px;
  }

  .application-intro h2 {
    font-size: 31px;
  }

  .application-values {
    display: block;
  }

  .application-form-card {
    padding: 30px 20px;

    border-radius: 23px;
  }

  .application-form-heading h2 {
    font-size: 27px;
  }

  .application-form-grid {
    grid-template-columns: 1fr;

    gap: 20px;
  }

  .application-field--wide {
    grid-column: auto;
  }

  .application-submit-area {
    align-items: stretch;
    flex-direction: column;
  }

  .application-submit-button {
    width: 100%;
  }
}

/* ============================== */
/* KÜÇÜK TELEFON */
/* ============================== */

@media (max-width: 390px) {
  .application-container {
    width: calc(100% - 22px);
  }

  .application-hero h1 {
    font-size: 38px;
  }

  .application-form-card {
    padding: 26px 16px;
  }

  .application-consent {
    padding: 15px;
  }
}

/* ============================== */
/* HAREKET AZALTMA */
/* ============================== */

@media (prefers-reduced-motion: reduce) {
  .application-field input,
  .application-field select,
  .application-field textarea,
  .application-submit-button,
  .application-consent-box {
    transition: none;
  }
}
/* ============================== */
/* BAŞVURU BUTONU DURUMU */
/* ============================== */

.application-submit-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

/* Mobilde yatay taşmayı önle */
@media (max-width: 700px) {
  .application-page {
    overflow-x: hidden;
  }

  .application-form-card,
  .application-intro,
  .application-field,
  .application-field input,
  .application-field select,
  .application-field textarea {
    max-width: 100%;
  }
}.admin-login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #f5f5f5;
}

.admin-login-card {
  width: 100%;
  max-width: 390px;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.admin-login-card h1 {
  margin: 0;
  color: #222222;
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 1px;
}

.admin-login-card p {
  margin: 0 0 12px;
  color: #777777;
  font-size: 16px;
  text-align: center;
}

.admin-login-card input {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  color: #222222;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
}

.admin-login-card input:focus {
  border-color: #c62828;
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
}

.admin-login-card button {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  color: #ffffff;
  background: #c62828;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.admin-login-card button:hover {
  background: #a91919;
}

.admin-error-message {
  margin: -4px 0 0;
  padding: 10px 12px;
  color: #b71c1c;
  background: #ffebee;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}

.admin-login-card button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.admin-dashboard-page {
  min-height: 100vh;
  padding: 35px 20px;
  background: #f5f5f5;
}

.admin-dashboard {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.admin-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}

.admin-dashboard-header h1 {
  margin: 0;
  font-size: 28px;
}

.admin-dashboard-header p {
  margin: 5px 0 0;
  color: #777777;
}

.admin-logout-button {
  padding: 11px 16px;
  color: #333333;
  background: #eeeeee;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}

.admin-dashboard-actions {
  margin: 22px 0;
}

.admin-new-work-button {
  width: 100%;
  min-height: 54px;
  color: #ffffff;
  background: #c62828;
  border: 0;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.admin-works-section {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}

.admin-works-section h2 {
  margin: 0 0 20px;
  font-size: 22px;
}

.admin-empty-message {
  margin: 0;
  color: #777777;
}

.admin-work-form {
  margin-bottom: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}

.admin-work-form h2 {
  margin: 0;
  font-size: 22px;
}

.admin-work-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #333333;
  font-weight: 700;
}

.admin-work-form input,
.admin-work-form select,
.admin-work-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: #222222;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 9px;
  font-size: 16px;
  outline: none;
}

.admin-work-form textarea {
  resize: vertical;
}

.admin-work-form input:focus,
.admin-work-form select:focus,
.admin-work-form textarea:focus {
  border-color: #c62828;
  box-shadow:
    0 0 0 3px
    rgba(198, 40, 40, 0.1);
}

.admin-file-help {
  color: #777777;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.admin-selected-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: #333333;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.admin-selected-file strong {
  color: #c62828;
  font-size: 13px;
}

.admin-selected-file span {
  min-width: 0;
  overflow: hidden;
  color: #555555;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-save-button {
  min-height: 50px;
  color: #ffffff;
  background: #c62828;
  border: 0;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}

.admin-save-button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.admin-panel-message {
  margin: 0 0 22px;
  padding: 13px 15px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.admin-works-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.admin-work-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.admin-work-media {
  width: 180px;
  height: 130px;
  display: block;
  object-fit: cover;
  background: #111111;
  border-radius: 9px;
}

.admin-work-card h3 {
  margin: 8px 0;
  font-size: 19px;
}

.admin-work-card p {
  margin: 0;
  color: #666666;
  line-height: 1.55;
  white-space: pre-line;
}

.admin-work-category,
.admin-work-media-badge {
  display: inline-block;
  margin-right: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.admin-work-category {
  color: #c62828;
  background: #ffebee;
}

.admin-work-media-badge {
  color: #333333;
  background: #eeeeee;
}

@media (max-width: 600px) {
  .admin-dashboard-page {
    padding: 16px 12px;
  }

  .admin-dashboard-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-logout-button {
    width: 100%;
  }

  .admin-work-form {
    padding: 18px;
  }

  .admin-work-card {
    grid-template-columns: 1fr;
  }

  .admin-work-media {
    width: 100%;
    height: 210px;
  }

  .admin-selected-file {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .admin-login-page {
    padding: 16px;
  }

  .admin-login-card {
    padding: 30px 22px;
  }

  .admin-login-card h1 {
    font-size: 29px;
  }
}.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom));
  z-index: 1200;

  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 8px 18px 8px 8px;

  color: #ffffff;
  background: #20c765;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow:
    0 14px 36px rgba(16, 120, 66, 0.28),
    0 4px 12px rgba(20, 20, 20, 0.12);

  text-decoration: none;

  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.floating-whatsapp:hover {
  color: #ffffff;
  background: #18ad55;
  box-shadow:
    0 18px 42px rgba(16, 120, 66, 0.35),
    0 6px 15px rgba(20, 20, 20, 0.14);
  transform: translateY(-3px);
}

.floating-whatsapp-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.floating-whatsapp-icon svg {
  width: 29px;
  height: 29px;
  display: block;
}

.floating-whatsapp-text {
  display: flex;
  flex-direction: column;

  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}

.floating-whatsapp-text small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1px;
}

.floating-whatsapp:focus-visible {
  outline: 4px solid rgba(32, 199, 101, 0.28);
  outline-offset: 4px;
}

/* Tablet */

@media (max-width: 900px) {
  .floating-whatsapp {
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
  }
}

/* Telefon */

@media (max-width: 640px) {
  .floating-whatsapp {
    right: 16px;
    bottom: calc(18px + env(safe-area-inset-bottom));

    width: 58px;
    min-height: 58px;
    height: 58px;

    justify-content: center;
    padding: 0;
    border-radius: 50%;

    box-shadow:
      0 12px 28px rgba(16, 120, 66, 0.32),
      0 4px 10px rgba(20, 20, 20, 0.13);
  }

  .floating-whatsapp-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    background: transparent;
  }

  .floating-whatsapp-icon svg {
    width: 34px;
    height: 34px;
  }

  .floating-whatsapp-text {
    display: none;
  }

  .floating-whatsapp:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp {
    transition: none;
  }
}
/* PREMIUM WHATSAPP AÇILIŞ ANİMASYONU */

@keyframes whatsappPremiumEntrance {
  0% {
    opacity: 0;
    transform: translateX(28px) scale(0.92);
  }

  35% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  52% {
    transform: scale(1.055);
  }

  66% {
    transform: scale(1);
  }

  80% {
    transform: scale(1.04);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.pulse-on-load {
  animation:
    whatsappPremiumEntrance
    2.2s
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}

/* Sabit, hafif ve kurumsal ışık */

.floating-whatsapp {
  overflow: visible;
}

.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 1px solid rgba(32, 199, 101, 0.22);
  border-radius: inherit;
  box-shadow: 0 0 22px rgba(32, 199, 101, 0.16);
  pointer-events: none;
}

/* Hareket azaltma ayarı açık kullanıcılar */

@media (prefers-reduced-motion: reduce) {
  .pulse-on-load {
    animation: none;
  }

  .floating-whatsapp {
    transition: none;
  }
}:root {
  font-family:
    Inter,
    Arial,
    Helvetica,
    sans-serif;

  color: #292929;
  background: #fafafa;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  --atlas-red: #c62828;
  --atlas-red-dark: #a91919;
  --atlas-background: #fafafa;
  --atlas-surface: #ffffff;
  --atlas-soft-surface: #f7f7f7;
  --atlas-text: #292929;
  --atlas-muted: #6f7378;
  --atlas-border: #e8e8e8;
  --atlas-success: #2e7d32;
  --atlas-warning: #f9a825;
}

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

html {
  width: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
  overflow-x: hidden;

  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

 body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;

  color: var(--atlas-text);

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(198, 40, 40, 0.035),
      transparent 32%
    ),
    var(--atlas-background);
}


#root {
  min-height: 100vh;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

main {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.page {
  min-height: 100vh;
  padding: 40px 0;
}

/* Başlıklar */

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0 0 18px;
  color: var(--atlas-text);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
}

/* Eski genel hero alanı */

.hero {
  max-width: 850px;
  margin: 55px auto 40px;
  text-align: center;
}

.hero h1 {
  margin: 0 0 18px;
}

.hero p {
  color: var(--atlas-muted);
  font-size: 19px;
  line-height: 1.7;
}

/* Genel kartlar */

.cards {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.card {
  width: 260px;
  padding: 24px;
  color: var(--atlas-text);
  text-align: center;
  background: var(--atlas-surface);
  border: 1px solid var(--atlas-border);
  border-radius: 18px;
  box-shadow:
    0 8px 24px
    rgba(25, 25, 25, 0.04);
}

.card span {
  font-size: 42px;
}

.card h2 {
  color: var(--atlas-red);
}

.card p {
  color: var(--atlas-muted);
}

/* Parçalar bölümü */

#parts-section {
  scroll-margin-top: 120px;
  padding: 34px 0 72px;
}

.parts-list {
  width: 100%;
}

.parts-state-message {
  margin: 0;
  padding: 28px;
  color: var(--atlas-muted);
  text-align: center;
  background: var(--atlas-surface);
  border: 1px solid var(--atlas-border);
  border-radius: 18px;
}

.parts-state-message--error {
  color: var(--atlas-red);
}

.empty-parts-message {
  padding: 42px 28px;
  text-align: center;
  background: var(--atlas-surface);
  border: 1px solid var(--atlas-border);
  border-radius: 20px;
  box-shadow:
    0 8px 24px
    rgba(25, 25, 25, 0.035);
}

.empty-parts-message h3 {
  margin: 0 0 10px;
  color: var(--atlas-text);
  font-size: 24px;
}

.empty-parts-message p {
  max-width: 540px;
  margin: 0 auto;
  color: var(--atlas-muted);
  line-height: 1.65;
}

/* Detay sayfası */

.detail-page {
  width: min(1180px, calc(100% - 48px));
  margin: 38px auto 70px;
  padding: 0;
  color: var(--atlas-text);
}

.back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  color: var(--atlas-red);
  font-weight: 700;
  text-decoration: none;
}

.back-link:hover {
  color: var(--atlas-red-dark);
}

.detail-hero {
  margin-top: 8px;
  padding: 38px;
  background: var(--atlas-surface);
  border: 1px solid var(--atlas-border);
  border-radius: 22px;
  box-shadow:
    0 10px 30px
    rgba(25, 25, 25, 0.045);
}

.detail-category {
  display: inline-flex;
  padding: 7px 11px;
  color: var(--atlas-red);
  background: rgba(198, 40, 40, 0.07);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.detail-hero h2 {
  margin: 15px 0 12px;
  color: var(--atlas-text);
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.1;
}

.detail-description {
  max-width: 760px;
  margin: 0;
  color: var(--atlas-muted);
  font-size: 18px;
  line-height: 1.7;
}

.detail-grid {
  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 25px;
}

.detail-card {
  min-width: 0;
  padding: 25px;
  color: var(--atlas-text);
  background: var(--atlas-surface);
  border: 1px solid var(--atlas-border);
  border-radius: 18px;
  box-shadow:
    0 8px 24px
    rgba(25, 25, 25, 0.035);
}

.detail-card h3 {
  margin-top: 0;
  color: var(--atlas-red);
}

.detail-card p {
  color: var(--atlas-muted);
  line-height: 1.55;
}

.detail-card strong {
  color: var(--atlas-text);
}

/* Ortak butonlar */

button,
.primary-button {
  border: 0;
  border-radius: 11px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 14px 22px;

  color: #ffffff;
  background: var(--atlas-red);

  font-weight: 700;
  text-align: center;
  text-decoration: none;

  transition:
    background 160ms ease,
    transform 160ms ease;
}

.primary-button:hover {
  background: var(--atlas-red-dark);
  transform: translateY(-1px);
}

/* Tablet */

@media (max-width: 900px) {
  main {
    width: min(1440px, calc(100% - 28px));
  }

  .page {
    padding: 28px 0;
  }

  .detail-page {
    width: min(1180px, calc(100% - 28px));
    margin-top: 28px;
  }

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

  .detail-hero {
    padding: 27px;
  }

  #parts-section {
    padding-top: 26px;
  }
}

/* Mobil */

@media (max-width: 640px) {
  main {
    width: calc(100% - 24px);
  }

  h1 {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.02;
  }

  .hero {
    margin: 34px auto 28px;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.6;
  }

  .cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .card {
    width: 100%;
    padding: 20px;
  }

  #parts-section {
    scroll-margin-top: 90px;
    padding: 22px 0 48px;
  }

  .parts-state-message {
    padding: 22px 18px;
    border-radius: 15px;
  }

  .empty-parts-message {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .empty-parts-message h3 {
    font-size: 21px;
  }

  .detail-page {
    width: calc(100% - 24px);
    margin: 22px auto 48px;
  }

  .detail-hero {
    padding: 22px 18px;
    border-radius: 17px;
  }

  .detail-hero h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .detail-description {
    font-size: 16px;
    line-height: 1.65;
  }

  .detail-grid {
    gap: 14px;
    margin-top: 16px;
  }

  .detail-card {
    padding: 20px 18px;
    border-radius: 15px;
  }

  .primary-button {
    width: 100%;
  }
}

/* Çok küçük telefonlar */

@media (max-width: 380px) {
  main,
  .detail-page {
    width: calc(100% - 18px);
  }

  .detail-hero {
    padding: 19px 15px;
  }

  .detail-card {
    padding: 18px 15px;
  }
}