/* ==========================================================================
   İLETİŞİM COMPONENT STYLESHEET (1:1 MATCHING REFERENCE DESIGN)
   ========================================================================== */

/* Global Reset & Base for Component */
* {
  box-sizing: border-box;
}

body.iletisim-page {
  margin: 0;
  padding: 0;
  font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif;
  background-color: #FAFAFC;
  color: #0F172A;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header styles are loaded from header.css for canonical theme consistency */

/* ==========================================================================
   CONTACT SECTION MAIN WRAPPER
   ========================================================================== */
.contact-section-wrap {
  padding: 60px 0 90px;
}

.contact-grid-container {
  display: grid;
  grid-template-columns: 0.88fr 1.25fr;
  gap: 36px;
  align-items: start;
}

/* ==========================================================================
   LEFT COLUMN STYLING
   ========================================================================== */
.contact-left-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Top Pill Badge */
.contact-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF0F3;
  border: 1px solid #FFE4E8;
  color: #FF2056;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  width: fit-content;
}

/* Main Heading */
.contact-main-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #0F172A;
  margin: 0;
  letter-spacing: -0.8px;
}

.contact-main-title span.highlight-pink {
  color: #FF2056;
}

/* Sub-description */
.contact-sub-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #64748B;
  margin: 0;
}

/* 3 Mini Info Cards Row */
.contact-mini-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 4px;
}

.mini-info-card {
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 16px;
  padding: 12px 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mini-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 32, 86, 0.06);
  border-color: #FCE7F0;
}

.mini-card-icon-wrap {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 10px;
  background: #FFF0F3;
  color: #FF2056;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-card-details {
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow: hidden;
}

.mini-card-title {
  font-size: 12px;
  font-weight: 800;
  color: #0F172A;
}

.mini-card-text {
  font-size: 10.5px;
  color: #64748B;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Working Hours Badge */
.contact-workhours-row {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #475569;
  font-size: 12.5px;
  font-weight: 600;
  margin-top: 2px;
}

.contact-workhours-row svg {
  color: #FF2056;
}

/* Map Box Card */
.contact-map-card {
  width: 100%;
  height: 200px;
  background: #E2E8F0;
  border-radius: 20px;
  border: 5px solid #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}

/* SVG Vector Map Container */
.vector-map-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #EBF2F7;
}

/* Floating Map Pin Info Popup */
.map-pin-popup {
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.map-pin-red {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #FF2056, #E6003A);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 6px 16px rgba(255, 32, 86, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
}

.map-pin-red::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
}

.map-info-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #F1F5F9;
}

.map-info-name {
  font-size: 12px;
  font-weight: 800;
  color: #FF2056;
  margin-bottom: 2px;
}

.map-info-address {
  font-size: 9.5px;
  color: #64748B;
  line-height: 1.25;
}

/* Map District Labels */
.map-label {
  position: absolute;
  font-size: 10px;
  font-weight: 800;
  color: #64748B;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  opacity: 0.7;
}

.map-lbl-maslak { top: 22%; left: 16%; }
.map-lbl-levent { bottom: 25%; left: 14%; }
.map-lbl-etiler { bottom: 18%; left: 45%; }
.map-lbl-bebek { bottom: 10%; right: 28%; }
.map-lbl-bogaz { top: 30%; right: 15%; color: #38BDF8; opacity: 0.8; }

/* ==========================================================================
   RIGHT COLUMN: FORM CARD STYLING (EXPANDED WIDER)
   ========================================================================== */
.contact-form-card {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 40px 38px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  border: 1px solid #F1F5F9;
  width: 100%;
}

/* Form Card Header */
.form-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.form-header-icon-box {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, #FF2056, #E6003A);
  border-radius: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(255, 32, 86, 0.3);
}

.form-header-title-group h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 4px;
  letter-spacing: -0.3px;
}

.form-header-title-group p {
  font-size: 12.5px;
  color: #94A3B8;
  margin: 0;
}

/* Contact Form Elements */
.contact-form-element {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group-field {
  display: flex;
  flex-direction: column;
}

.form-input-control {
  width: 100%;
  background: #FAFAFC;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 13.5px;
  color: #0F172A;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input-control::placeholder {
  color: #94A3B8;
}

.form-input-control:focus {
  background: #FFFFFF;
  border-color: #FF2056;
  box-shadow: 0 0 0 4px rgba(255, 32, 86, 0.1);
}

textarea.form-input-control {
  resize: vertical;
  min-height: 110px;
}

/* Submit Button */
.btn-form-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #FF2056, #E6003A);
  color: #FFFFFF;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(255, 32, 86, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  margin-top: 6px;
}

.btn-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 32, 86, 0.45);
  background: linear-gradient(135deg, #FF3366, #EE0040);
}

.btn-form-submit:active {
  transform: translateY(0);
}

/* Bottom Lock Guarantee Note */
.form-secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #94A3B8;
  font-weight: 500;
  margin-top: 16px;
}

.form-secure-note svg {
  color: #64748B;
}

/* Success Toast Notification */
.form-success-toast {
  display: none;
  background: #DCFCE7;
  border: 1px solid #86EFAC;
  color: #166534;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .contact-grid-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .contact-mini-cards-row {
    grid-template-columns: 1fr;
  }
  .form-row-2col {
    grid-template-columns: 1fr;
  }
  .contact-main-title {
    font-size: 28px;
  }
  .contact-form-card {
    padding: 24px 16px;
  }
  .map-card-wrapper {
    height: 320px;
  }
  .map-info-box {
    width: 220px;
    padding: 10px 12px;
  }
}

