.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;
  color: #202225;
  text-decoration: none;
}

.brand-logo {
  width: 142px;
  height: 120px;
  flex: 0 0 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.brand-logo img {
  width: 158%;
  height: 158%;
  display: block;
  object-fit: contain;
}

.brand-divider {
  width: 1px;
  height: 82px;
  flex: 0 0 1px;
  margin: 0 30px 0 26px;
  background: #d1d1d1;
}

.brand-text {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ozdemir-brand-main {
  display: block;
  color: #202226;
  font-size: clamp(30px, 2.05vw, 42px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -1.35px;
  white-space: nowrap;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.06);
}

.ozdemir-brand-service {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 9px;
  margin-top: 13px;
  color: #73777c;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 1.65px;
  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;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  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 EKRANLAR */

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

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

  .brand-logo img {
    width: 154%;
    height: 154%;
  }

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

  .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;
  }
}

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

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

  .brand-logo img {
    width: 150%;
    height: 150%;
  }

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

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

  .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 */

/* TABLET */

@media (max-width: 940px) {
  .header-container {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 14px 0 12px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .ozdemir-brand {
    width: 100%;
    justify-content: center;
  }

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

  .brand-logo img {
    width: 140%;
    height: 140%;
  }

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

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

  .ozdemir-brand-main {
    font-size: clamp(20px, 3.25vw, 28px);
    line-height: 1.08;
    letter-spacing: -0.7px;
  }

  .ozdemir-brand-service {
    gap: 6px;
    margin-top: 8px;
    font-size: 9px;
    letter-spacing: 0.9px;
  }

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

  .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) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .header-container {
    width: 100%;
    padding: 14px 14px 12px;
    gap: 12px;
  }

  .ozdemir-brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
    overflow: hidden;
  }

  .brand-logo {
    width: 58px;
    height: 56px;
    flex: 0 0 58px;
  }

  .brand-logo img {
    width: 125%;
    height: 125%;
  }

  .brand-divider {
    display: none;
  }

  .brand-text {
    min-width: 0;
    flex: 0 1 auto;
    align-items: center;
    text-align: center;
  }

  .ozdemir-brand-main {
    max-width: 270px;
    font-size: clamp(21px, 6.4vw, 27px);
    line-height: 1.04;
    letter-spacing: -0.7px;
    white-space: normal;
    text-align: center;
  }

  .ozdemir-brand-service {
    max-width: 270px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 7px;
    font-size: 7px;
    line-height: 1.25;
    letter-spacing: 0.55px;
    white-space: normal;
    text-align: center;
  }

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

  .header-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
  }

  .header-nav .nav-link {
    min-width: 0;
    height: auto;
    justify-content: center;
    padding: 9px 3px 10px;
    font-size: 12px;
    text-align: center;
  }

  .header-nav .nav-link::after {
    right: 12px;
    bottom: 0;
    left: 12px;
  }
}

/* KÜÇÜK TELEFON */

@media (max-width: 430px) {
  .header-container {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .brand-logo img {
    width: 122%;
    height: 122%;
  }

  .ozdemir-brand-main {
    max-width: 245px;
    font-size: clamp(20px, 6.2vw, 25px);
  }

  .ozdemir-brand-service {
    max-width: 245px;
    font-size: 6.5px;
    letter-spacing: 0.45px;
  }

  .header-nav .nav-link {
    font-size: 11px;
  }
}.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;
  }
}.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 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 100px);
  padding: 112px 24px 100px;
  background:
    radial-gradient(
      circle at 88% 5%,
      rgba(198, 40, 40, 0.1),
      transparent 27%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(12, 12, 12, 0.055),
      transparent 30%
    ),
    linear-gradient(145deg, #fbfbfb 0%, #f2f2f2 100%);
}

.contact-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -140px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(198, 40, 40, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(198, 40, 40, 0.018),
    0 0 0 140px rgba(198, 40, 40, 0.012);
}

.contact-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -250px;
  left: -220px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(20, 20, 20, 0.045);
  border-radius: 50%;
}

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

/* ÜST BAŞLIK */

.contact-heading {
  position: relative;
  max-width: 850px;
  margin-bottom: 54px;
  animation: contactFadeUp 700ms ease both;
}

.contact-heading > span,
.whatsapp-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 17px;
  color: #c62828;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2.2px;
}

.contact-heading > span::before,
.whatsapp-label::before {
  content: "";
  width: 38px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.contact-heading h2 {
  max-width: 800px;
  margin: 0 0 22px;
  color: #131313;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -3.3px;
  text-wrap: balance;
}

.contact-heading p {
  max-width: 790px;
  margin: 0;
  color: #626262;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.82;
}

/* ANA YERLEŞİM */

.contact-content {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, 0.86fr);
  gap: 26px;
  align-items: stretch;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* BİLGİ KARTLARI */

.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 220px;
  padding: 32px 28px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99),
      rgba(249, 249, 249, 0.96)
    );
  border: 1px solid rgba(18, 18, 18, 0.075);
  border-radius: 24px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 14px 35px rgba(15, 15, 15, 0.052);
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease,
    border-color 260ms ease;
  animation: contactFadeUp 700ms ease both;
}

.contact-card:nth-child(1) {
  animation-delay: 70ms;
}

.contact-card:nth-child(2) {
  animation-delay: 130ms;
}

.contact-card:nth-child(3) {
  animation-delay: 190ms;
}

.contact-card:nth-child(4) {
  animation-delay: 250ms;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 3px;
  background: #c62828;
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
  opacity: 0;
  transition:
    width 260ms ease,
    opacity 260ms ease;
}

.contact-card::after {
  content: "";
  position: absolute;
  top: -65px;
  right: -65px;
  width: 150px;
  height: 150px;
  background:
    radial-gradient(
      circle,
      rgba(198, 40, 40, 0.08),
      transparent 68%
    );
  border-radius: 50%;
  pointer-events: none;
}

.contact-card:hover {
  transform: translateY(-7px);
  border-color: rgba(198, 40, 40, 0.23);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 28px 58px rgba(15, 15, 15, 0.105);
}

.contact-card:hover::before {
  width: 104px;
  opacity: 1;
}

.contact-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  margin-bottom: 19px;
  background:
    linear-gradient(
      145deg,
      #fff9f9 0%,
      #fbe9e9 100%
    );
  border: 1px solid rgba(198, 40, 40, 0.14);
  border-radius: 19px;
  box-shadow:
    0 12px 26px rgba(198, 40, 40, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
  font-size: 25px;
  line-height: 1;
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms ease;
}

.contact-card:hover .contact-icon {
  transform: translateY(-2px) scale(1.06);
  box-shadow:
    0 16px 32px rgba(198, 40, 40, 0.15),
    0 1px 0 rgba(255, 255, 255, 0.98) inset;
}

.contact-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.contact-card h3 {
  margin: 0 0 14px;
  color: #181818;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.45px;
}

.contact-card p {
  margin: 0;
  color: #575757;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.75;
}

.contact-card p strong {
  display: inline-block;
  margin-top: 4px;
  color: #1c1c1c;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.contact-card a {
  color: #292929;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.contact-card a:hover {
  color: #c62828;
}

/* TELEFON ALANI */

.contact-phone {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: min(210px, 100%);
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}

.contact-phone:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-phone strong,
.contact-phone span {
  display: block;
}

.contact-phone strong {
  margin-bottom: 3px;
  color: #747474;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.25px;
}

.contact-phone span {
  color: #1d1d1d;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.contact-phone:hover span {
  color: #c62828;
}

/* WHATSAPP PANELİ */

.contact-whatsapp {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(44px, 5vw, 68px);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 104% -2%,
      rgba(37, 211, 102, 0.24),
      transparent 35%
    ),
    radial-gradient(
      circle at -8% 108%,
      rgba(198, 40, 40, 0.19),
      transparent 38%
    ),
    linear-gradient(145deg, #202020 0%, #0d0d0d 100%);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 28px;
  box-shadow:
    0 34px 72px rgba(10, 10, 10, 0.23),
    0 1px 0 rgba(255, 255, 255, 0.07) inset;
  animation: contactFadeUp 750ms 160ms ease both;
}

.contact-whatsapp::before {
  content: "";
  position: absolute;
  top: -105px;
  right: -95px;
  width: 275px;
  height: 275px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 50%;
  box-shadow:
    0 0 0 44px rgba(255, 255, 255, 0.018),
    0 0 0 88px rgba(255, 255, 255, 0.012);
}

.contact-whatsapp::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 25px;
  width: 170px;
  height: 170px;
  background:
    radial-gradient(
      circle,
      rgba(37, 211, 102, 0.14),
      transparent 68%
    );
  border-radius: 50%;
  filter: blur(5px);
  pointer-events: none;
}

.whatsapp-label {
  position: relative;
  z-index: 1;
  color: #2adc6d;
}

.contact-whatsapp h3 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 0 22px;
  font-size: clamp(32px, 4vw, 47px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -2px;
  text-wrap: balance;
}

.contact-whatsapp p {
  position: relative;
  z-index: 1;
  max-width: 555px;
  margin: 0 0 34px;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.82;
}

.whatsapp-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 245px;
  padding: 17px 28px;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #2ddd70 0%,
      #1ebc59 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  box-shadow:
    0 15px 32px rgba(37, 211, 102, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.1px;
  text-decoration: none;
  transition:
    transform 230ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 230ms ease,
    filter 230ms ease;
}

.whatsapp-button:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 42px rgba(37, 211, 102, 0.33),
    0 1px 0 rgba(255, 255, 255, 0.26) inset;
  filter: brightness(1.05);
}

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

.whatsapp-button:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.28);
  outline-offset: 5px;
}

.contact-whatsapp small {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-top: 20px;
  color: #9c9c9c;
  font-size: 12px;
  line-height: 1.7;
}

/* HİZMET BÖLGELERİ */

.contact-service-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  padding: 24px 30px;
  overflow: hidden;
  color: #636363;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 20, 20, 0.07);
  border-radius: 19px;
  box-shadow:
    0 14px 34px rgba(20, 20, 20, 0.045),
    0 1px 0 rgba(255, 255, 255, 0.98) inset;
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.75;
  animation: contactFadeUp 750ms 290ms ease both;
}

.contact-service-area::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 4px;
  background:
    linear-gradient(
      180deg,
      #db3d3d,
      #a91f1f
    );
  border-radius: 0 999px 999px 0;
}

.contact-service-area strong {
  color: #1f1f1f;
  font-weight: 900;
}

/* ANİMASYON */

@keyframes contactFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TABLET */

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

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

  .contact-whatsapp {
    min-height: 430px;
  }
}

/* MOBİL */

@media (max-width: 700px) {
  .contact-section {
    padding: 74px 18px 66px;
  }

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

  .contact-heading h2 {
    font-size: clamp(39px, 12vw, 53px);
    letter-spacing: -2.4px;
  }

  .contact-heading p {
    font-size: 16px;
    line-height: 1.73;
  }

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

  .contact-card {
    min-height: 210px;
    padding: 30px 24px;
  }

  .contact-whatsapp {
    min-height: auto;
    padding: 40px 26px;
    border-radius: 23px;
  }

  .contact-whatsapp h3 {
    font-size: 35px;
  }

  .whatsapp-button {
    width: 100%;
    min-width: 0;
  }

  .contact-service-area {
    padding: 21px 23px 21px 27px;
  }
}

@media (max-width: 430px) {
  .contact-section {
    padding-inline: 14px;
  }

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

  .contact-card {
    min-height: 200px;
    padding: 27px 20px;
    border-radius: 20px;
  }

  .contact-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 17px;
    border-radius: 17px;
    font-size: 23px;
  }

  .contact-card h3 {
    font-size: 19px;
  }

  .contact-card p,
  .contact-card a {
    font-size: 15px;
  }

  .contact-phone span {
    font-size: 18px;
  }

  .contact-whatsapp {
    padding: 34px 22px;
  }

  .contact-whatsapp h3 {
    font-size: 31px;
    letter-spacing: -1.35px;
  }
}

/* HAREKET AZALTMA TERCİHİ */

@media (prefers-reduced-motion: reduce) {
  .contact-heading,
  .contact-card,
  .contact-whatsapp,
  .contact-service-area {
    animation: none;
  }

  .contact-card,
  .contact-icon,
  .whatsapp-button {
    transition: none;
  }
}.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;
  }
}: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;
  }
}