/* Start custom CSS for html, class: .elementor-element-4eb84ce *//* =====================================================
   AFTAŞ LEGAL PAGE
   KVKK Aydınlatma Metni
   ===================================================== */

.aftas-legal-page,
.aftas-legal-page * {
  box-sizing: border-box;
}

.aftas-legal-page {
  --aftas-dark: #081120;
  --aftas-dark-soft: #101a2c;
  --aftas-text: #101828;
  --aftas-muted: #667085;
  --aftas-accent: #d9c7b2;
  --aftas-accent-soft: #f4ede7;
  --aftas-line: rgba(16,24,40,.08);
  --mouse-x: 50%;
  --mouse-y: 20%;

  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px clamp(18px, 3.2vw, 64px) 108px;
  background:
    radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(217,199,178,.20), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f8f8f7 52%, #eef1f5 100%);
}

.aftas-legal-page__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.68), transparent 94%);
  pointer-events: none;
}

.aftas-legal-page__shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.aftas-legal-page__shape--one {
  width: 460px;
  height: 460px;
  right: -160px;
  top: 150px;
  border-radius: 50%;
  border: 1px solid rgba(8,17,32,.08);
}

.aftas-legal-page__shape--two {
  width: 260px;
  height: 260px;
  left: -120px;
  top: 920px;
  border-radius: 62px;
  background: rgba(217,199,178,.16);
  transform: rotate(18deg);
}

.aftas-legal-page__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

/* BREADCRUMB */

.aftas-legal-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  max-width: 1480px;
  margin: 0 auto 24px;
  color: var(--aftas-muted);
  font-size: 13px;
  font-weight: 750;
  opacity: 0;
  transform: translateY(18px);
  transition: all .7s ease;
}

.aftas-legal-page__breadcrumb.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-legal-page__breadcrumb a,
.aftas-legal-page__breadcrumb a:hover,
.aftas-legal-page__breadcrumb a:focus,
.aftas-legal-page__breadcrumb a:active {
  color: var(--aftas-muted) !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.aftas-legal-page__breadcrumb a:hover {
  color: var(--aftas-dark) !important;
}

.aftas-legal-page__breadcrumb strong {
  color: var(--aftas-dark);
}

/* HERO */

.aftas-legal-page__hero {
  position: relative;
  overflow: hidden;
  max-width: 1480px;
  min-height: 560px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 58px;
  align-items: center;
  border-radius: 54px;
  background:
    radial-gradient(circle at 92% 12%, rgba(217,199,178,.16), transparent 30%),
    linear-gradient(135deg, #081120 0%, #101a2c 100%);
  box-shadow: 0 36px 100px rgba(8,17,32,.22);
  opacity: 0;
  transform: translateY(28px);
  transition: all .75s ease;
}

.aftas-legal-page__hero.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-legal-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .42;
  pointer-events: none;
}

.aftas-legal-page__hero-content,
.aftas-legal-page__hero-card {
  position: relative;
  z-index: 2;
}

.aftas-legal-page__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(217,199,178,.24);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.aftas-legal-page__label::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--aftas-accent);
  box-shadow: 0 0 0 7px rgba(217,199,178,.13);
}

.aftas-legal-page h1 {
  max-width: 880px;
  margin: 24px 0 22px;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 84px);
  line-height: .94;
  letter-spacing: -3.4px;
  font-weight: 950;
}

.aftas-legal-page h1 span {
  display: block;
  color: var(--aftas-accent);
}

.aftas-legal-page__hero-content > p {
  max-width: 740px;
  margin: 0;
  color: rgba(255,255,255,.70);
  font-size: 18px;
  line-height: 1.76;
}

.aftas-legal-page__hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 760px;
  margin-top: 36px;
}

.aftas-legal-page__hero-meta div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.aftas-legal-page__hero-meta strong {
  display: block;
  margin-bottom: 7px;
  color: var(--aftas-accent);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.aftas-legal-page__hero-meta span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

/* HERO CARD */

.aftas-legal-page__hero-card {
  padding: 36px;
  border-radius: 38px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
  box-shadow: 0 26px 70px rgba(0,0,0,.16);
}

.aftas-legal-page__hero-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(217,199,178,.14);
  border: 1px solid rgba(217,199,178,.22);
  color: var(--aftas-accent);
  font-size: 12px;
  font-weight: 850;
}

.aftas-legal-page__hero-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.04;
  letter-spacing: -1.7px;
  font-weight: 950;
}

.aftas-legal-page__hero-card p {
  margin: 0;
  color: rgba(255,255,255,.70);
  font-size: 16px;
  line-height: 1.7;
}

.aftas-legal-page__hero-card-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.aftas-legal-page__hero-card-list div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 750;
}

/* LAYOUT */

.aftas-legal-page__layout {
  max-width: 1480px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

/* TOC */

.aftas-legal-page__toc {
  position: sticky;
  top: 110px;
  overflow: hidden;
  padding: 22px;
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(16,24,40,.075);
  box-shadow: 0 24px 60px rgba(15,23,42,.065);
  opacity: 0;
  transform: translateY(24px);
  transition: all .75s ease;
}

.aftas-legal-page__toc.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-legal-page__toc strong {
  display: block;
  margin-bottom: 14px;
  color: var(--aftas-dark);
  font-size: 17px;
  font-weight: 950;
}

.aftas-legal-page__toc a,
.aftas-legal-page__toc a:hover,
.aftas-legal-page__toc a:focus,
.aftas-legal-page__toc a:active {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--aftas-muted) !important;
  background: transparent !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  transition: all .22s ease;
}

.aftas-legal-page__toc a:hover {
  color: var(--aftas-dark) !important;
  background: var(--aftas-accent-soft) !important;
}

/* CONTENT */

.aftas-legal-page__content {
  display: grid;
  gap: 18px;
}

.aftas-legal-block {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 130px;
  padding: 36px;
  border-radius: 34px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(16,24,40,.075);
  box-shadow: 0 20px 54px rgba(15,23,42,.055);
  opacity: 0;
  transform: translateY(28px);
  transition: all .75s ease;
}

.aftas-legal-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-legal-block::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -95px;
  top: -95px;
  border-radius: 50%;
  background: rgba(217,199,178,.20);
}

.aftas-legal-block > span,
.aftas-legal-block h2,
.aftas-legal-block p,
.aftas-legal-block ul,
.aftas-legal-info-grid,
.aftas-legal-list,
.aftas-legal-transfer,
.aftas-legal-rights,
.aftas-legal-contact-card {
  position: relative;
  z-index: 2;
}

.aftas-legal-block > span {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: var(--aftas-accent-soft);
  color: var(--aftas-dark);
  font-size: 14px;
  font-weight: 900;
}

.aftas-legal-block h2 {
  margin: 0 0 16px;
  color: var(--aftas-dark);
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  font-weight: 950;
}

.aftas-legal-block p {
  margin: 0 0 14px;
  color: var(--aftas-muted);
  font-size: 16px;
  line-height: 1.72;
}

.aftas-legal-block p:last-child {
  margin-bottom: 0;
}

.aftas-legal-block strong {
  color: var(--aftas-dark);
}

/* INFO GRID */

.aftas-legal-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.aftas-legal-info-grid div,
.aftas-legal-contact-card div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(8,17,32,.045);
  border: 1px solid rgba(16,24,40,.055);
}

.aftas-legal-info-grid small,
.aftas-legal-contact-card small {
  display: block;
  margin-bottom: 6px;
  color: var(--aftas-muted);
  font-size: 12px;
  font-weight: 850;
}

.aftas-legal-info-grid strong,
.aftas-legal-contact-card strong {
  display: block;
  color: var(--aftas-dark);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

/* LISTS */

.aftas-legal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.aftas-legal-list div {
  padding: 20px;
  border-radius: 22px;
  background: rgba(8,17,32,.045);
  border: 1px solid rgba(16,24,40,.055);
}

.aftas-legal-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--aftas-dark);
  font-size: 17px;
  font-weight: 900;
}

.aftas-legal-list p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
}

.aftas-legal-check-list {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.aftas-legal-check-list li {
  position: relative;
  padding: 15px 18px 15px 44px;
  border-radius: 18px;
  background: rgba(8,17,32,.045);
  border: 1px solid rgba(16,24,40,.055);
  color: var(--aftas-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.aftas-legal-check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--aftas-accent);
}

/* TRANSFER */

.aftas-legal-transfer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.aftas-legal-transfer div {
  padding: 20px;
  border-radius: 22px;
  background: var(--aftas-accent-soft);
  border: 1px solid rgba(217,199,178,.55);
}

.aftas-legal-transfer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--aftas-dark);
  font-size: 16px;
  font-weight: 900;
}

.aftas-legal-transfer span {
  display: block;
  color: var(--aftas-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

/* RIGHTS */

.aftas-legal-rights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.aftas-legal-rights div {
  position: relative;
  padding: 18px 18px 18px 46px;
  border-radius: 20px;
  background: rgba(8,17,32,.045);
  border: 1px solid rgba(16,24,40,.055);
  color: var(--aftas-muted);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 700;
}

.aftas-legal-rights div::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--aftas-accent);
  color: var(--aftas-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

/* CONTACT CARD */

.aftas-legal-contact-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

/* CTA */

.aftas-legal-page__cta {
  position: relative;
  overflow: hidden;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217,199,178,.14), transparent 34%),
    linear-gradient(135deg, #081120 0%, #101a2c 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 28px 76px rgba(8,17,32,.22);
  opacity: 0;
  transform: translateY(28px);
  transition: all .75s ease;
}

.aftas-legal-page__cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aftas-legal-page__cta span {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(217,199,178,.22);
  color: var(--aftas-accent);
  font-size: 12px;
  font-weight: 850;
}

.aftas-legal-page__cta h2 {
  max-width: 820px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.07;
  letter-spacing: -1.5px;
  font-weight: 950;
}

.aftas-legal-page__cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 15.5px;
  line-height: 1.65;
  font-weight: 600;
}

.aftas-legal-page__cta a,
.aftas-legal-page__cta a:hover,
.aftas-legal-page__cta a:focus,
.aftas-legal-page__cta a:active {
  min-height: 58px;
  padding: 0 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff !important;
  color: var(--aftas-dark) !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: none !important;
  outline: none !important;
  transition: transform .28s ease;
}

.aftas-legal-page__cta a:hover {
  transform: translateY(-3px);
}

/* ELEMENTOR HOVER FIX */

.aftas-legal-page a,
.aftas-legal-page a:hover,
.aftas-legal-page a:focus,
.aftas-legal-page a:active,
.aftas-legal-page button,
.aftas-legal-page button:hover,
.aftas-legal-page button:focus,
.aftas-legal-page button:active {
  box-shadow: none !important;
  outline: none !important;
}

/* TABLET */

@media (max-width: 1100px) {
  .aftas-legal-page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 76px 22px 92px;
  }

  .aftas-legal-page__container {
    max-width: 100%;
  }

  .aftas-legal-page__hero {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 42px;
  }

  .aftas-legal-page__layout {
    grid-template-columns: 1fr;
  }

  .aftas-legal-page__toc {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .aftas-legal-page__toc strong {
    grid-column: 1 / -1;
  }

  .aftas-legal-transfer,
  .aftas-legal-contact-card {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .aftas-legal-page {
    padding: 62px 18px 78px;
  }

  .aftas-legal-page__breadcrumb {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .aftas-legal-page__hero {
    padding: 28px 20px;
    border-radius: 32px;
    gap: 34px;
  }

  .aftas-legal-page h1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.8px;
  }

  .aftas-legal-page__hero-content > p {
    font-size: 16px;
    line-height: 1.68;
  }

  .aftas-legal-page__hero-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .aftas-legal-page__hero-card {
    padding: 24px;
    border-radius: 28px;
  }

  .aftas-legal-page__hero-card h2 {
    font-size: 29px;
  }

  .aftas-legal-page__layout {
    margin-top: 18px;
    gap: 18px;
  }

  .aftas-legal-page__toc {
    padding: 18px;
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

  .aftas-legal-block {
    padding: 24px;
    border-radius: 28px;
  }

  .aftas-legal-block h2 {
    font-size: 26px;
    letter-spacing: -1px;
  }

  .aftas-legal-block p {
    font-size: 15px;
    line-height: 1.65;
  }

  .aftas-legal-info-grid,
  .aftas-legal-list,
  .aftas-legal-rights {
    grid-template-columns: 1fr;
  }

  .aftas-legal-check-list li {
    font-size: 14.5px;
  }

  .aftas-legal-page__cta {
    padding: 28px 22px;
    display: grid;
    border-radius: 30px;
  }

  .aftas-legal-page__cta h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .aftas-legal-page__cta a {
    width: 100%;
  }
}

/* SMALL MOBILE */

@media (max-width: 420px) {
  .aftas-legal-page {
    padding: 56px 16px 70px;
  }

  .aftas-legal-page h1 {
    font-size: 33px;
  }

  .aftas-legal-page__label {
    font-size: 12px;
  }

  .aftas-legal-page__hero {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .aftas-legal-block {
    padding: 22px;
  }
}/* End custom CSS */