* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  background: #0d0d0e;
  color: #ffffff;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

/* =========================
   SAYFA
========================= */

.page {
  min-height: 100vh;
  background: #0d0d0e;
}

/* =========================
   HERO
========================= */

.hero {
  position: relative;
  height: 285px;
  overflow: visible;

  background:
    linear-gradient(
      180deg,
      #003d3b 0%,
      #00305b 42%,
      #001b70 100%
    );
}

.person {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 78px 20px 0;
}

.person h1 {
  color: #ffffff;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.7px;
}

.person p {
  margin-top: 18px;
  color: #8f949c;
  font-size: 19px;
  font-weight: 400;
}

/* Görseldeki hafif eğimli alt bölüm */

.hero-wave {
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -1px;
  height: 35px;
  background: #0d0d0e;

  clip-path: polygon(
    0 70%,
    100% 35%,
    100% 100%,
    0 100%
  );
}

/* =========================
   DİL SEÇİMİ
========================= */

.language-switcher {
  position: absolute;
  z-index: 30;
  top: 18px;
  right: 18px;

  display: flex;
  align-items: center;
  gap: 4px;

  padding: 4px;

  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.language-button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);

  height: 30px;
  min-width: 38px;
  padding: 0 9px;

  border-radius: 999px;

  font-size: 10px;
  font-weight: 600;

  cursor: pointer;

  transition: 0.2s ease;
}

.language-button.active {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

/* =========================
   HIZLI BUTONLAR
========================= */

.quick-actions {
  position: absolute;
  z-index: 10;

  left: 50%;
  bottom: -23px;

  transform: translateX(-50%);

  display: flex;
  gap: 30px;
}

.quick-button {
  width: 76px;
  height: 76px;

  flex: 0 0 76px;

  border-radius: 50%;

  background: #19191a;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #7098ed;

  font-size: 25px;

  border: 1px solid rgba(255, 255, 255, 0.025);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28);

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.quick-button:hover {
  transform: translateY(-3px);
  background: #222224;
}

/* =========================
   CONTENT
========================= */

.content {
  width: min(92%, 700px);
  margin: 65px auto 0;
  padding-bottom: 35px;
}

.contact-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

/* =========================
   SATIRLAR
========================= */

.contact-row {
  position: relative;

  display: flex;
  align-items: center;

  gap: 24px;

  min-height: 105px;

  padding: 19px 0;

  border-bottom: 1px solid #414143;
}

.contact-row[href] {
  transition: background 0.2s ease;
}

.row-icon {
  width: 58px;
  height: 58px;

  flex: 0 0 58px;

  border-radius: 50%;

  background: #19191b;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #9da1aa;

  font-size: 20px;
}

.row-content {
  min-width: 0;

  display: flex;
  flex-direction: column;

  flex: 1;
}

.label {
  color: #8e9097;

  font-size: 14px;
  font-weight: 400;

  margin-bottom: 4px;
}

.value {
  color: #ffffff;

  font-size: 18px;
  font-weight: 400;

  line-height: 1.55;

  overflow-wrap: anywhere;
}

.arrow {
  color: #57595e;
  font-size: 12px;
  margin-right: 4px;
}

/* =========================
   KONUM
========================= */

.location-row {
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 28px;
}

.location-row .row-icon {
  margin-top: 2px;
}

.map-button {
  width: fit-content;

  margin-top: 18px;

  padding: 10px 18px;

  border-radius: 999px;

  background: #435252;

  color: #ffffff;

  font-size: 12px;
  font-weight: 500;

  display: inline-flex;
  align-items: center;

  gap: 8px;

  transition: 0.2s ease;
}

.map-button:hover {
  background: #526363;
}

.last-row {
  border-bottom: 0;
}

/* =========================
   KİŞİ EKLE
========================= */

.save-contact {
  position: relative;

  width: 100%;
  height: 58px;

  margin-top: 25px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;

  background: #171719;

  color: #ffffff;

  font-size: 14px;
  font-weight: 500;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.save-contact i {
  position: absolute;
  left: 25px;

  color: #8fa9df;
  font-size: 18px;
}

.save-contact:hover {
  background: #202022;
}

.save-contact:active {
  transform: scale(0.99);
}

.footer-text {
  text-align: center;

  color: #55575d;

  font-size: 11px;

  margin-top: 24px;
}

/* =========================
   TABLET / DESKTOP
========================= */

@media (min-width: 768px) {

  .hero {
    height: 310px;
  }

  .person {
    padding-top: 90px;
  }

  .person h1 {
    font-size: 34px;
  }

  .content {
    margin-top: 72px;
  }
}

/* =========================
   TELEFON
========================= */

@media (max-width: 600px) {

  .hero {
    height: 275px;
  }

  .person {
    padding-top: 72px;
  }

  .person h1 {
    font-size: 29px;
  }

  .person p {
    margin-top: 17px;
    font-size: 17px;
  }

  .quick-actions {
    bottom: -24px;
    gap: 27px;
  }

  .quick-button {
    width: 72px;
    height: 72px;

    flex-basis: 72px;

    font-size: 23px;
  }

  .content {
    width: calc(100% - 42px);

    margin-top: 65px;

    padding-bottom:
      calc(25px + env(safe-area-inset-bottom));
  }

  .contact-row {
    min-height: 96px;

    gap: 20px;

    padding-top: 18px;
    padding-bottom: 18px;
  }

  .row-icon {
    width: 52px;
    height: 52px;

    flex-basis: 52px;

    font-size: 18px;
  }

  .value {
    font-size: 16px;
  }

  .label {
    font-size: 13px;
  }

  .location-row .value {
    line-height: 1.7;
  }

  .save-contact {
    height: 56px;
  }

  .language-switcher {
    top: 14px;
    right: 14px;
  }
}

/* =========================
   KÜÇÜK TELEFON
========================= */

@media (max-width: 370px) {

  .person h1 {
    font-size: 25px;
  }

  .quick-actions {
    gap: 20px;
  }

  .quick-button {
    width: 65px;
    height: 65px;

    flex-basis: 65px;
  }

  .content {
    width: calc(100% - 28px);
  }

  .contact-row {
    gap: 14px;
  }

  .row-icon {
    width: 48px;
    height: 48px;

    flex-basis: 48px;
  }
}