/* ============================================================
   GIORGARAS — CONTACT PAGE  (page-epikoinonia.html)
   ============================================================ */

.gk-contact-page { font-family: var(--wp--preset--font-family--inter, 'Inter', sans-serif); }
.gk-contact-page *, .gk-contact-page *::before, .gk-contact-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── HERO ─────────────────────────────────────────────────── */
.gk-contact-hero {
  background: linear-gradient(160deg, #0d1b2a 0%, #1a3a6b 60%, #1e4d8c 100%);
  padding: 72px 24px 80px;
  position: relative;
  overflow: hidden;
}
.gk-contact-hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(26,142,240,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.gk-contact-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 64px;
  align-items: start;
}

/* Left */
.gk-contact-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.gk-contact-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
}
.gk-contact-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 40px;
}

/* Info cards */
.gk-info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 40px;
}
.gk-info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  position: relative;
}
.gk-info-card:hover { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.2); transform: translateY(-2px); }
.gk-info-card--primary {
  grid-column: 1 / -1;
  background: rgba(26,142,240,0.18);
  border-color: rgba(26,142,240,0.35);
}
.gk-info-card--primary:hover { background: rgba(26,142,240,0.26); border-color: rgba(26,142,240,0.5); }
.gk-info-card__icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.gk-info-card__icon svg { width: 18px; height: 18px; stroke: #fff; }
.gk-info-card__body { flex: 1; min-width: 0; }
.gk-info-card__lbl { display: block; font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 3px; }
.gk-info-card__val { display: block; font-size: 15px; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gk-info-card--primary .gk-info-card__val { font-size: 18px; }
.gk-info-card__hint { display: block; font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,0.45); margin-top: 2px; }
.gk-info-card__arrow { width: 16px; height: 16px; stroke: rgba(255,255,255,0.4); flex-shrink: 0; margin-left: auto; transition: transform 0.2s; }
.gk-info-card:hover .gk-info-card__arrow { transform: translateX(3px); stroke: rgba(255,255,255,0.7); }

/* Stats strip */
.gk-contact-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}
.gk-stat { display: flex; flex-direction: column; gap: 2px; }
.gk-stat strong { font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.gk-stat span { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.08em; }
.gk-stat-div { width: 1px; height: 36px; background: rgba(255,255,255,0.12); flex-shrink: 0; }

/* ── FORM CARD ────────────────────────────────────────────── */
.gk-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.28), 0 6px 18px rgba(0,0,0,0.10);
}
.gk-form-card__head { margin-bottom: 28px; }
.gk-form-card__head h2 { font-family: 'Outfit', 'Inter', sans-serif; font-size: 24px; font-weight: 800; color: #111; letter-spacing: -0.02em; margin-bottom: 6px; }
.gk-form-card__head p { font-size: 13.5px; color: #6b7280; line-height: 1.5; }

/* Form fields */
.gk-cform { display: flex; flex-direction: column; gap: 16px; }
.gk-cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gk-cform__field { display: flex; flex-direction: column; gap: 6px; }
.gk-cform__field label { font-size: 12px; font-weight: 600; color: #374151; letter-spacing: 0.02em; }
.gk-cform__field label span { color: #ef4444; margin-left: 2px; }
.gk-cform__field input,
.gk-cform__field select,
.gk-cform__field textarea {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #111;
  background: #f9fafb;
  outline: none;
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
  width: 100%;
}
.gk-cform__field input:focus,
.gk-cform__field select:focus,
.gk-cform__field textarea:focus {
  border-color: #1a3a6b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26,58,107,0.08);
}
.gk-cform__field input::placeholder,
.gk-cform__field textarea::placeholder { color: #9ca3af; }
.gk-cform__field textarea { resize: vertical; min-height: 110px; }
.gk-cform__field select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

.gk-cform__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 24px;
  background: linear-gradient(135deg, #1a3a6b, #0d1b2a);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  margin-top: 4px;
}
.gk-cform__submit:hover { opacity: 0.88; transform: translateY(-1px); }
.gk-cform__submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.gk-cform__submit svg { width: 16px; height: 16px; transition: transform 0.2s; }
.gk-cform__submit:hover svg { transform: translateX(4px); }

.gk-form-status {
  font-size: 13px;
  border-radius: 10px;
  padding: 0;
  transition: all 0.2s;
  min-height: 0;
}
.gk-form-status--ok { color: #15803d; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 12px 14px; }
.gk-form-status--err { color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca; padding: 12px 14px; }

/* ── MAP SECTION ──────────────────────────────────────────── */
.gk-contact-map {
  display: grid;
  grid-template-columns: 1fr 380px;
  height: 480px;
}
.gk-contact-map__embed { position: relative; overflow: hidden; }
.gk-contact-map__embed iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(20%); }
.gk-contact-map__info {
  background: #f5f3ef;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  border-left: 1px solid #e5e0d8;
}
.gk-contact-map__info h3 { font-family: 'Outfit', 'Inter', sans-serif; font-size: 22px; font-weight: 800; color: #111; letter-spacing: -0.02em; }
.gk-map-address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4b5563;
}
.gk-map-address svg { width: 16px; height: 16px; stroke: #1a3a6b; flex-shrink: 0; }

.gk-hours { display: flex; flex-direction: column; gap: 8px; }
.gk-hours__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.gk-hours__row span { color: #6b7280; }
.gk-hours__row strong { color: #111; font-weight: 600; }
.gk-hours__row--closed strong { color: #9ca3af; }

.gk-map-call-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.gk-map-call-btn:hover { opacity: 0.9; transform: translateY(-2px); }
.gk-map-call-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .gk-contact-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .gk-contact-hero { padding: 56px 20px 60px; }
  .gk-contact-hero__right { max-width: 560px; }
  .gk-contact-stats { flex-wrap: wrap; gap: 16px; }
  .gk-contact-map { grid-template-columns: 1fr; grid-template-rows: 300px auto; height: auto; }
  .gk-contact-map__info { padding: 36px 24px; }
}
@media (max-width: 640px) {
  .gk-contact-title { font-size: clamp(32px, 8vw, 48px); }
  .gk-info-cards { grid-template-columns: 1fr; }
  .gk-info-card--primary { grid-column: 1; }
  .gk-cform__row { grid-template-columns: 1fr; }
  .gk-form-card { padding: 24px 20px; border-radius: 20px; }
  .gk-contact-hero { padding: 40px 16px 48px; }
}
