.contact-page {
  --contact-red: #df1833;
  --contact-red-dark: #aa1027;
  --contact-ink: #111a25;
  --contact-slate: #536276;
  --contact-petrol: #087b79;
  --contact-green: #15945a;
  --contact-line: #dce6ef;
  overflow: hidden;
  background: #fff;
}

.contact-page .media-trust-section {
  margin-top: 18px;
}

.contact-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: #b31329;
  font-size: 11.5px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.contact-kicker span {
  width: 29px;
  height: 2px;
  border-radius: 999px;
  background: var(--contact-red);
}

.contact-kicker--light {
  color: #ffbbc4;
}

.contact-kicker--light span {
  background: #ff4058;
}

.contact-hero {
  position: relative;
  padding: clamp(58px, 7vw, 96px) 0 clamp(66px, 8vw, 108px);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 8%, rgba(223, 24, 51, .23), transparent 28rem),
    radial-gradient(circle at 7% 100%, rgba(8, 123, 121, .16), transparent 25rem),
    #111a25;
  color: #fff;
}

.contact-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(255, 255, 255, .025), 0 0 0 118px rgba(255, 255, 255, .018);
}

.contact-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(380px, .87fr);
  gap: clamp(46px, 8vw, 106px);
  align-items: center;
}

.contact-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(47px, 6vw, 82px);
  font-weight: 880;
  letter-spacing: -.05em;
  line-height: .98;
  text-wrap: balance;
}

.contact-hero h1 em {
  color: #ff4058;
  font-style: normal;
}

.contact-hero__copy > p:not(.contact-kicker) {
  max-width: 670px;
  margin: 27px 0 0;
  color: #b9c5d2;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.68;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 51px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 780;
  transition: transform .2s ease, background .2s ease;
}

.contact-button:hover {
  transform: translateY(-2px);
}

.contact-button--whatsapp {
  border-color: var(--contact-green);
  background: var(--contact-green);
  box-shadow: 0 15px 34px rgba(21, 148, 90, .19);
}

.contact-button--phone {
  background: rgba(255, 255, 255, .075);
}

.contact-hero__note {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.contact-hero__note > i {
  margin-top: 2px;
  color: #45d393;
  font-size: 17px;
}

.contact-hero__note span {
  display: grid;
  gap: 4px;
}

.contact-hero__note b {
  color: #fff;
  font-size: 13px;
}

.contact-hero__note small {
  color: #96a5b6;
  font-size: 11.5px;
  line-height: 1.5;
}

.contact-hero__channels {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.contact-hero__channels::before {
  content: "HIZLI İLETİŞİM";
  position: absolute;
  right: 18px;
  top: -26px;
  color: rgba(255, 255, 255, .34);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}

.contact-hero__channels > a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  min-height: 101px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.contact-hero__channels > a:hover {
  border-color: rgba(255, 255, 255, .23);
  background: rgba(255, 255, 255, .12);
  transform: translateX(4px);
}

.contact-channel__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff0f2;
  color: var(--contact-red);
  font-size: 21px;
}

.contact-channel__icon--green {
  background: #e6f8ef;
  color: var(--contact-green);
}

.contact-channel__icon--petrol {
  background: #e6f7f6;
  color: var(--contact-petrol);
}

.contact-hero__channels a > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.contact-hero__channels small {
  color: #9eabba;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.contact-hero__channels b {
  font-size: 17px;
  font-weight: 800;
}

.contact-hero__channels em {
  color: #b7c2ce;
  font-size: 11.5px;
  font-style: normal;
}

.contact-hero__channels > a > i {
  color: #778797;
}

.contact-routing,
.contact-location,
.contact-faq {
  padding-top: clamp(66px, 8vw, 110px);
  padding-bottom: clamp(66px, 8vw, 110px);
}

.contact-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 22px 60px;
  align-items: end;
  margin-bottom: 38px;
}

.contact-section-heading .contact-kicker {
  grid-column: 1 / -1;
  margin-bottom: -5px;
}

.contact-section-heading h2,
.contact-compose h2,
.contact-location h2 {
  max-width: 800px;
  margin: 0;
  color: var(--contact-ink);
  font-size: clamp(34px, 4.4vw, 57px);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.contact-section-heading > p:last-child {
  margin: 0;
  color: var(--contact-slate);
  font-size: 14px;
  line-height: 1.65;
}

.contact-routing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--contact-line);
  border-left: 1px solid var(--contact-line);
}

.contact-routing__grid > a {
  position: relative;
  display: grid;
  min-height: 310px;
  padding: 27px;
  overflow: hidden;
  border-right: 1px solid var(--contact-line);
  border-bottom: 1px solid var(--contact-line);
  background: #fff;
  color: var(--contact-ink);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.contact-routing__grid > a:hover {
  z-index: 2;
  background: #fff9fa;
  box-shadow: 0 22px 48px rgba(17, 26, 37, .09);
  transform: translateY(-4px);
}

.contact-routing__grid > a > span {
  position: absolute;
  right: 18px;
  top: 12px;
  color: #edf2f6;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -.07em;
}

.contact-routing__grid > a > i {
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  border-radius: 14px;
  background: #fff0f2;
  color: var(--contact-red);
  font-size: 21px;
}

.contact-routing__grid h3 {
  align-self: end;
  margin: 46px 0 9px;
  font-size: 20px;
  font-weight: 810;
}

.contact-routing__grid p {
  margin: 0;
  color: var(--contact-slate);
  font-size: 13px;
  line-height: 1.63;
}

.contact-routing__grid > a > b {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: end;
  margin-top: 24px;
  color: var(--contact-red-dark);
  font-size: 12px;
  font-weight: 800;
}

.contact-compose {
  padding: clamp(68px, 9vw, 120px) 0;
  background:
    radial-gradient(circle at 90% 0, rgba(223, 24, 51, .2), transparent 25rem),
    #111a25;
  color: #fff;
}

.contact-compose__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 8vw, 108px);
  align-items: start;
}

.contact-compose h2 {
  color: #fff;
}

.contact-compose__intro > p:not(.contact-kicker) {
  margin: 22px 0 0;
  color: #aebbc9;
  font-size: 14px;
  line-height: 1.72;
}

.contact-compose__intro ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-compose__intro li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8e0e8;
  font-size: 12.5px;
  font-weight: 650;
}

.contact-compose__intro li i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(69, 211, 147, .12);
  color: #45d393;
  font-size: 10px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(23px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 23px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
}

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

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label > span {
  color: #dce4ec;
  font-size: 11px;
  font-weight: 720;
}

.contact-form label > span b {
  color: #ff5369;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 11px;
  outline: none;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  font: inherit;
  font-size: 13px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 128px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8493a3;
}

.contact-form select option {
  background: #182331;
  color: #fff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #ff5369;
  background: rgba(255, 255, 255, .11);
  box-shadow: 0 0 0 3px rgba(223, 24, 51, .14);
}

.contact-form textarea.is-invalid {
  border-color: #ff5369;
}

.contact-form__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding-top: 3px;
}

.contact-form__footer p {
  margin: 0;
  color: #94a3b3;
  font-size: 10.5px;
  line-height: 1.45;
}

.contact-form__footer p.is-error {
  color: #ff9eab;
}

.contact-form__footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 11px;
  background: var(--contact-green);
  color: #fff;
  font-size: 12.5px;
  font-weight: 780;
  cursor: pointer;
  box-shadow: 0 13px 28px rgba(21, 148, 90, .18);
}

.contact-location {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: clamp(38px, 7vw, 88px);
  align-items: center;
}

.contact-location__map {
  position: relative;
  min-height: 520px;
  padding: 12px;
  border: 1px solid var(--contact-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 62px rgba(17, 26, 37, .12);
}

.contact-location__map iframe {
  width: 100%;
  height: 496px;
  border: 0;
  border-radius: 16px;
  filter: saturate(.85) contrast(1.03);
}

.contact-location__pin {
  position: absolute;
  right: -21px;
  top: 42px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: var(--contact-red);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 18px 38px rgba(223, 24, 51, .25);
}

.contact-location h2 {
  max-width: 500px;
}

.contact-location address {
  margin: 26px 0 0;
  color: var(--contact-slate);
  font-size: 17px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.72;
}

.contact-location__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.contact-location__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 0 13px;
  border: 1px solid var(--contact-line);
  border-radius: 10px;
  background: #fff;
  color: var(--contact-ink);
  font-size: 11.5px;
  font-weight: 750;
}

.contact-location__links a:first-child {
  border-color: var(--contact-red);
  background: var(--contact-red);
  color: #fff;
}

.contact-location__facts {
  display: grid;
  gap: 10px;
  margin-top: 33px;
  padding-top: 23px;
  border-top: 1px solid var(--contact-line);
}

.contact-location__facts span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--contact-slate);
  font-size: 12px;
}

.contact-location__facts i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #eef8f7;
  color: var(--contact-petrol);
}

.contact-faq {
  padding-top: 34px;
}

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

.contact-faq__grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--contact-line);
  border-radius: 16px;
  background: #f9fbfd;
}

.contact-faq__grid article > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #fff0f2;
  color: var(--contact-red);
  font-size: 19px;
}

.contact-faq__grid h3 {
  margin: 2px 0 7px;
  color: var(--contact-ink);
  font-size: 15px;
}

.contact-faq__grid p {
  margin: 0;
  color: var(--contact-slate);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .contact-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    gap: 42px;
  }

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

  .contact-routing__grid > a {
    min-height: 270px;
  }
}

@media (max-width: 820px) {
  .contact-hero__grid,
  .contact-compose__grid,
  .contact-location {
    grid-template-columns: 1fr;
  }

  .contact-hero__copy {
    max-width: 720px;
  }

  .contact-hero__channels {
    width: min(100%, 650px);
  }

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

  .contact-location__map {
    order: 2;
  }

  .contact-location__info {
    order: 1;
  }

  .contact-location__pin {
    right: 24px;
  }

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

@media (max-width: 560px) {
  .contact-hero {
    padding: 40px 0 54px;
  }

  .contact-hero .wrap,
  .contact-routing,
  .contact-compose .wrap,
  .contact-location,
  .contact-faq {
    width: min(100%, calc(100% - 28px));
  }

  .contact-kicker {
    margin-bottom: 12px;
    font-size: 10px;
  }

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

  .contact-hero__copy > p:not(.contact-kicker) {
    margin-top: 21px;
    font-size: 15.5px;
  }

  .contact-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .contact-button {
    width: 100%;
  }

  .contact-hero__channels {
    padding: 9px;
    border-radius: 17px;
  }

  .contact-hero__channels::before {
    display: none;
  }

  .contact-hero__channels > a {
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    min-height: 87px;
    padding: 11px;
  }

  .contact-channel__icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    font-size: 18px;
  }

  .contact-hero__channels b {
    font-size: 14px;
  }

  .contact-routing,
  .contact-location,
  .contact-faq {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .contact-section-heading h2,
  .contact-compose h2,
  .contact-location h2 {
    font-size: 32px;
  }

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

  .contact-routing__grid > a {
    min-height: 245px;
    padding: 22px;
  }

  .contact-compose {
    padding: 64px 0;
  }

  .contact-form {
    padding: 17px;
    border-radius: 17px;
  }

  .contact-form__row,
  .contact-form__footer {
    grid-template-columns: 1fr;
  }

  .contact-form__footer button {
    width: 100%;
  }

  .contact-location__map {
    min-height: 390px;
    padding: 7px;
    border-radius: 17px;
  }

  .contact-location__map iframe {
    height: 374px;
    border-radius: 12px;
  }

  .contact-location__pin {
    right: 17px;
    top: 24px;
    width: 54px;
    height: 54px;
  }

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

  .contact-location__links a {
    justify-content: center;
  }

  .contact-faq {
    padding-top: 20px;
  }

  .contact-faq__grid article {
    min-height: 0;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page *,
  .contact-page *::before,
  .contact-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
