@charset "UTF-8";

/* İletişim sayfası — .page-il */

.page-il {
  --il-honey: #c4a574;
  --il-ink: #1c1410;
}

.page-il .head.head--ghost:not(.is-scrolled) {
  background: rgba(8, 6, 5, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-il #il-hero {
  scroll-margin-top: calc(var(--head-h) + 0.5rem);
}

/* Hero */
.il-hero {
  position: relative;
  min-height: clamp(300px, 38vw, 420px);
  display: flex;
  align-items: flex-end;
  color: #faf8f3;
  margin-top: 0;
  overflow: hidden;
  background: #0a0806;
  isolation: isolate;
}
.il-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.il-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  filter: contrast(1.05) brightness(0.75) saturate(0.85);
  transform: scale(1.03);
}
.il-hero__v {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(10, 8, 6, 0.88) 0%, rgba(10, 8, 6, 0.5) 45%, rgba(8, 6, 5, 0.75) 100%);
  pointer-events: none;
}
.il-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse 60% 80% at 0% 100%, rgba(196, 165, 116, 0.2) 0%, transparent 55%);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.5;
}
.il-hero__in {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: calc(var(--head-h) + 1.75rem) 1.5rem 2rem;
}
.il-hero__bc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 250, 245, 0.42);
}
.il-hero__bc a {
  color: rgba(255, 250, 245, 0.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(196, 165, 116, 0.35);
  transition: color 0.2s, border-color 0.2s;
}
.il-hero__bc a:hover {
  color: #fff;
  border-color: var(--il-honey);
}
.il-hero__bc li[aria-current="page"] {
  color: var(--il-honey);
}
.il-hero__bc li:not(:last-child)::after {
  content: "·";
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.25);
}
.il-hero__k {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(196, 165, 116, 0.75);
  margin: 0 0 0.4rem;
}
.il-hero__h {
  font-family: var(--font-ed);
  font-size: clamp(2rem, 2.2vw + 1rem, 3rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.4);
  max-width: 14ch;
}
.il-hero__h em {
  font-style: italic;
  font-weight: 400;
  color: #e5d4be;
}
.il-hero__p {
  max-width: 32rem;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(245, 240, 235, 0.7);
}
.il-hero__line {
  width: 3.5rem;
  height: 2px;
  margin-top: 1.1rem;
  background: linear-gradient(90deg, var(--il-honey), transparent);
  border-radius: 1px;
}

/* Ana gövde */
.il-body {
  position: relative;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(3.5rem, 8vw, 5rem);
  background: linear-gradient(185deg, #f3ebe2 0%, #e6ddd2 40%, #ddd4c6 100%);
}
.il-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 40% at 50% 0%, rgba(196, 165, 116, 0.12) 0%, transparent 55%);
  pointer-events: none;
}
.il-body__in {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
@media (max-width: 900px) {
  .il-body__in {
    grid-template-columns: 1fr;
  }
  .il-map {
    order: -1;
  }
}

.il-side {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.il-pitch {
  margin: 0 0 0.15rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--c-muted);
}
.il-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.15rem;
}
.il-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  border: 1px solid transparent;
}
.il-cta--wa {
  background: #1f7a54;
  color: #f0fff6;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px rgba(25, 90, 60, 0.25);
}
.il-cta--wa:hover {
  background: #1a6848;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(25, 90, 60, 0.32);
  color: #fff;
}
.il-cta--ph {
  background: var(--c-ink);
  color: #faf8f3;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 24px rgba(30, 20, 15, 0.15);
}
.il-cta--ph:hover {
  background: #2a1f18;
  transform: translateY(-2px);
  color: #fff;
}
.il-cta svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  opacity: 0.95;
}

.il-ch {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.il-ch__a,
.il-ch__st {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.2rem 1.05rem 1.15rem;
  background: rgba(255, 252, 248, 0.82);
  border: 1px solid rgba(44, 24, 16, 0.1);
  border-radius: 2px 16px 2px 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 36px rgba(44, 24, 16, 0.07);
  transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.25s;
}
.il-ch__a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(44, 24, 16, 0.12);
  border-color: rgba(196, 165, 116, 0.35);
}
.il-ch__ic {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(92, 61, 46, 0.12) 0%, rgba(196, 165, 116, 0.12) 100%);
  color: var(--logo-walnut);
}
.il-ch__l {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-faint);
  margin-bottom: 0.2rem;
}
.il-ch__v {
  display: block;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--c-ink);
  line-height: 1.4;
  word-break: break-word;
}

.il-map {
  position: relative;
  border-radius: 4px 20px 4px 20px;
  overflow: hidden;
  background: #1a1410;
  box-shadow: 0 24px 64px rgba(44, 24, 16, 0.18);
  border: 1px solid rgba(44, 24, 16, 0.12);
}
.il-map__rib {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem 0.7rem 1.1rem;
  background: linear-gradient(90deg, #2a221c 0%, #1e1814 100%);
  color: rgba(250, 246, 240, 0.85);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(196, 165, 116, 0.2);
}
.il-map__rib span {
  color: var(--il-honey);
  font-weight: 500;
  letter-spacing: 0.12em;
}
.il-map__wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  background: #0e0c0a;
}
.il-map__wrap .map,
.il-map__wrap iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
  filter: saturate(0.95) contrast(1.02);
}
.il-map__pin {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 20, 16, 0.85);
  background: rgba(255, 252, 248, 0.95);
  padding: 0.35rem 0.6rem 0.4rem 0.65rem;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.il-trust {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  margin-top: 2.25rem;
  position: relative;
  z-index: 1;
}
.il-trust p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--c-faint);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.il-trust code {
  font-size: 0.78rem;
  background: rgba(44, 24, 16, 0.06);
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .il-cta--wa:hover,
  .il-cta--ph:hover,
  .il-ch__a:hover {
    transform: none;
  }
}
