/* İletişim — saha HUD / iş emri */

.page-contact {
  background: #F7F7F4;
}

.page-contact .archive-intro {
  background: #F7F7F4;
}

.contact-rail {
  position: fixed;
  left: 14px;
  top: 22%;
  z-index: 40;
  width: 1px;
  height: 56vh;
  pointer-events: none;
  background: rgba(7, 24, 36, .12);
}

.contact-rail i {
  display: block;
  width: 100%;
  height: 0;
  transform-origin: top;
  background: #981212;
}

.page-contact .archive-intro-media {
  isolation: isolate;
}

.contact-hud {
  position: absolute;
  inset: 18px;
  z-index: 3;
  pointer-events: none;
}

.contact-hud-coord {
  position: absolute;
  color: rgba(255, 255, 255, .72);
  font: 10px/1 ui-monospace, Consolas, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-hud-coord--tl { top: 0; left: 0; }
.contact-hud-coord--tr { top: 0; right: 0; }

.contact-hud-frame {
  position: absolute;
  inset: 22px 0 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  pointer-events: none;
}

.contact-channels {
  position: relative;
  padding: 80px 0 48px;
  background: #F7F7F4;
  color: var(--navy, #071824);
}

.contact-channels-head {
  max-width: min(100%, 22rem);
  margin-bottom: clamp(36px, 5vw, 56px);
}

.contact-channels-head .section-title {
  max-width: none;
}

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

.contact-sheet {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 32px 24px 22px;
  border: 1px solid rgba(7, 24, 36, .12);
  border-radius: 14px;
  background:
    linear-gradient(#F7F7F4, #F7F7F4) padding-box,
    repeating-linear-gradient(0deg, transparent, transparent 27px, rgba(7, 24, 36, .05) 28px);
  transform-style: preserve-3d;
  will-change: transform;
}

.contact-sheet-no {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #981212;
  font: 11px/1 ui-monospace, Consolas, monospace;
  letter-spacing: .14em;
}

.contact-sheet h3 {
  margin: 18px 0 10px;
  font-family: var(--font-display, Outfit, Arial, sans-serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.03em;
}

.contact-sheet p {
  margin: 0 0 auto;
  color: rgba(7, 24, 36, .62);
  font-size: 15px;
  line-height: 1.65;
}

.contact-sheet p a {
  color: inherit;
  text-decoration: none;
}

.contact-sheet p a:hover { color: #981212; }

.contact-sheet .text-link { margin-top: 20px; }


.contact-offer {
  position: relative;
  padding: 88px 0 96px;
  overflow: hidden;
  color: var(--navy, #071824);
  background: #F7F7F4;
}

.contact-offer-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 580px);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}

.contact-offer-copy h2 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(36px, 4.6vw, 64px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.12;
}

.contact-offer-copy > p {
  max-width: 46ch;
  margin: 22px 0 0;
  color: rgba(7, 24, 36, .62);
  font-size: 16px;
  line-height: 1.7;
}

.contact-offer-points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-offer-points li {
  position: relative;
  padding: 10px 0 10px 28px;
  color: rgba(7, 24, 36, .78);
  font-size: 15px;
  line-height: 1.5;
  border-top: 1px solid rgba(7, 24, 36, .08);
}

.contact-offer-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 2px;
  background: #981212;
}

.contact-compose {
  position: relative;
  min-width: 0;
  padding: clamp(32px, 4vw, 48px) clamp(28px, 3.5vw, 44px) clamp(28px, 3.5vw, 40px);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 24, 36, .08);
}

.contact-compose .eyebrow {
  margin-bottom: 18px;
}

.contact-compose h3 {
  margin: 0 0 10px;
  font-family: var(--font-display, Outfit, Arial, sans-serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
  color: #071824;
}

.contact-compose-lead {
  max-width: 38ch;
  margin: 0 0 40px;
  color: rgba(7, 24, 36, .55);
  font-size: 15px;
  line-height: 1.65;
}

.page-contact .contact-order-form.industrial-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 32px;
  padding: 0;
  background: transparent;
}

.contact-float--area,
.contact-send,
.page-contact .industrial-form-status {
  grid-column: 1 / -1;
}

.contact-float {
  position: relative;
  min-width: 0;
  padding-top: 6px;
}

.contact-float input,
.contact-float textarea {
  width: 100%;
  margin: 0;
  padding: 18px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(7, 24, 36, .16);
  border-radius: 0;
  color: #071824;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  appearance: none;
  transition: border-bottom-color .22s ease;
}

.contact-float textarea {
  min-height: 72px;
  resize: vertical;
}

.contact-float input:focus,
.contact-float textarea:focus {
  outline: none;
  border-bottom-color: #981212;
}

.contact-float label {
  position: absolute;
  left: 0;
  top: 22px;
  margin: 0;
  color: rgba(7, 24, 36, .38);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  pointer-events: none;
  transform-origin: left center;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), color .22s, top .28s;
}

.contact-float input:focus + label,
.contact-float input:not(:placeholder-shown) + label,
.contact-float textarea:focus + label,
.contact-float textarea:not(:placeholder-shown) + label {
  top: 0;
  color: #981212;
  transform: scale(.92);
}

.contact-float input::placeholder,
.contact-float textarea::placeholder {
  color: transparent;
}

.contact-send {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding-top: 8px;
}

.page-contact .contact-compose .industrial-submit {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0 28px;
  border: 0;
  border-radius: 12px;
  background: #981212;
  color: #fff;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background-color .25s ease, transform .25s var(--ease, cubic-bezier(.22, 1, .36, 1));
}

.page-contact .contact-compose .industrial-submit > span {
  padding-bottom: 0;
}

.page-contact .contact-compose .industrial-submit > span::after {
  content: none;
}

.page-contact .contact-compose .industrial-submit i {
  font-style: normal;
  transition: transform .25s ease;
}

.page-contact .contact-compose .industrial-submit:hover {
  background: #7e0f0f;
  color: #fff;
  border-bottom-color: transparent;
  transform: translateY(-2px);
}

.page-contact .contact-compose .industrial-submit:hover i {
  transform: translate(2px, -2px);
}

.page-contact .industrial-form-status {
  min-height: 0;
  margin: 0;
  color: #2f6b46;
  font-size: 13px;
}

.contact-order-ok {
  padding: 28px 0;
}

.contact-order-ok p {
  max-width: 36ch;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.contact-compose.is-done .contact-order-form,
.contact-compose.is-done .contact-compose-lead,
.contact-compose.is-done h3,
.contact-compose.is-done .eyebrow {
  display: none;
}

.contact-map {
  padding: 48px 0 110px;
  background: #F7F7F4;
  color: var(--navy, #071824);
}

.contact-map-frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 14px;
  background: #e6ebee;
  box-shadow: 0 24px 56px rgba(7, 24, 36, .1);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  filter: grayscale(.35) contrast(1.05);
}

.contact-map-hud {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  color: rgba(7, 24, 36, .7);
  font: 10px/1 ui-monospace, Consolas, monospace;
  letter-spacing: .14em;
  pointer-events: none;
}

.contact-map-hud i {
  width: 1px;
  height: 48px;
  background: #981212;
}

.contact-map-pulse {
  position: absolute;
  left: 58%;
  top: 46%;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: #981212;
  box-shadow: 0 0 0 0 rgba(152, 18, 18, .45);
  animation: contactPulse 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes contactPulse {
  0% { box-shadow: 0 0 0 0 rgba(152, 18, 18, .5); }
  100% { box-shadow: 0 0 0 22px rgba(152, 18, 18, 0); }
}

.contact-map-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  max-width: 340px;
  padding: 24px 26px 22px;
  background: rgba(7, 24, 36, .92);
  color: #fff;
  backdrop-filter: blur(14px);
}

.contact-map-card .eyebrow { margin-bottom: 14px; }

.contact-map-card p:not(.eyebrow) {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.6;
}

.contact-map-card .text-link { color: #fff; }

@media (max-width: 1100px) {
  .contact-rail { display: none; }
  .contact-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-offer-layout { grid-template-columns: 1fr; gap: 36px; }
  .contact-offer-copy h2 { max-width: none; }
}

@media (max-width: 767px) {
  .contact-channels { padding: 48px 0 16px; }
  .contact-channel-grid { grid-template-columns: 1fr; }
  .contact-sheet { min-height: 0; }
  .contact-offer { padding: 56px 0 64px; }
  .contact-compose {
    padding: 28px 22px 24px;
    border-radius: 14px;
  }
  .page-contact .contact-order-form.industrial-form {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 22px;
  }
  .contact-map { padding: 8px 0 72px; }
  .contact-map-frame iframe { height: 320px; }
  .contact-map-card {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
  }
  .contact-map-pulse { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-sheet {
    transition: none;
  }
  .contact-map-pulse { animation: none; }
}
