/* ============================================
   DIVE IN HURGHADA — CONTACT PAGE STYLES
   contact.css — Used only by contact.html
   ============================================ */

/* ── PAGE HERO ── */
.page-hero {
  position: relative; z-index: 1;
  min-height: 50vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 8rem 2rem 3rem; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: -40px;
  background-size: cover; background-position: center 35%;
  filter: saturate(1.2) brightness(0.4);
  z-index: 0;
}
.page-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(2,12,24,0.4) 0%, rgba(2,12,24,0.2) 50%, rgba(2,12,24,0.95) 100%);
}
.page-hero > *:not(.page-hero-bg):not(.page-hero-overlay) { position: relative; z-index: 2; }
.page-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--glow); border: 1px solid rgba(0,200,255,0.35);
  padding: 0.35rem 1rem; border-radius: 100px; margin-bottom: 1.2rem;
  animation: fadeUp 0.7s 0.1s both;
}
.page-title {
  font-family: var(--font-display); font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700; line-height: 1.1; animation: fadeUp 0.7s 0.2s both;
}
.page-title em { font-style: italic; color: var(--glow); }
.page-sub {
  margin-top: 1.2rem; font-size: 1rem; color: var(--muted); max-width: 620px; line-height: 1.7;
  animation: fadeUp 0.7s 0.3s both;
}

/* ── SECTION LABEL ── */
.section-label {
  display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--glow); margin-bottom: 1rem;
}

/* ── CONTACT SECTION ── */
.contact-section {
  position: relative; z-index: 1;
  padding: 0 4rem 4rem;
}
.contact-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}

/* ── INFO CARDS ── */
.contact-info {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.info-card {
  background: linear-gradient(145deg, rgba(6,32,64,0.8), rgba(2,12,24,0.9));
  border: 1px solid rgba(0,200,255,0.1); border-radius: 20px;
  padding: 1.8rem; transition: all 0.4s cubic-bezier(.23,1,.32,1);
}
.info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,200,255,0.3);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4), 0 0 20px rgba(0,200,255,0.1);
}
.info-icon {
  font-size: 2rem; margin-bottom: 1rem; display: block;
}
.info-body h3 {
  font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 0.6rem;
}
.info-body p {
  font-size: 0.85rem; color: var(--muted); line-height: 1.7;
}
.info-body a {
  color: var(--glow); text-decoration: none; transition: opacity 0.2s;
}
.info-body a:hover { opacity: 0.8; }
.info-link {
  display: inline-block; margin-top: 0.5rem;
  font-size: 0.8rem; font-weight: 600;
}
.info-note {
  font-size: 0.75rem; color: var(--muted); opacity: 0.7;
  margin-top: 0.3rem;
}

/* ── MAP CARD ── */
.map-card {
  background: linear-gradient(145deg, rgba(6,32,64,0.8), rgba(2,12,24,0.9));
  border: 1px solid rgba(0,200,255,0.1); border-radius: 20px;
  padding: 1.8rem; height: 100%;
}
.map-card h3 {
  font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 1.2rem;
}
.map-embed {
  border-radius: 16px; overflow: hidden; margin-bottom: 1rem;
}
.map-address {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.85rem; color: var(--muted);
}
.map-address span:first-child { font-size: 1.1rem; }

/* ── FAQ SECTION ── */
.faq-section {
  position: relative; z-index: 1;
  padding: 4rem 4rem 6rem;
  max-width: 900px; margin: 0 auto;
}
.faq-header {
  text-align: center; margin-bottom: 3rem;
}
.faq-header h2 {
  font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  line-height: 1.2;
}
.faq-header h2 em { font-style: italic; color: var(--glow); }
.faq-list {
  display: flex; flex-direction: column; gap: 0.8rem;
}
.faq-item {
  background: linear-gradient(145deg, rgba(6,32,64,0.6), rgba(2,12,24,0.8));
  border: 1px solid rgba(0,200,255,0.1); border-radius: 16px;
  overflow: hidden; transition: border-color 0.3s;
}
.faq-item:hover { border-color: rgba(0,200,255,0.2); }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  background: transparent; border: none; padding: 1.2rem 1.5rem;
  color: var(--light); font-family: var(--font-body); font-size: 0.95rem;
  font-weight: 600; text-align: left; cursor: pointer; transition: color 0.3s;
}
.faq-question:hover { color: var(--glow); }
.faq-question[aria-expanded="true"] { color: var(--glow); }
.faq-toggle {
  font-size: 1.4rem; font-weight: 300; color: var(--glow);
  transition: transform 0.3s; flex-shrink: 0; margin-left: 1rem;
}
.faq-question[aria-expanded="true"] .faq-toggle {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0; overflow: hidden;
  padding: 0 1.5rem; transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-answer p {
  font-size: 0.88rem; color: var(--muted); line-height: 1.8;
}
.faq-answer a {
  color: var(--glow); text-decoration: none;
}
.faq-answer a:hover { text-decoration: underline; }

/* ── WHATSAPP CTA ── */
.whatsapp-cta {
  position: relative; z-index: 1;
  margin: 0 4rem 6rem;
  max-width: 800px; margin-left: auto; margin-right: auto;
  background: linear-gradient(135deg, rgba(0,60,120,0.5), rgba(0,180,255,0.1));
  border: 1px solid rgba(0,200,255,0.2); border-radius: 20px;
  padding: 3rem; text-align: center;
}
.whatsapp-icon {
  font-size: 3rem; display: block; margin-bottom: 1rem;
}
.whatsapp-cta h2 { font-family: var(--font-display); font-size: 2rem; margin-bottom: 0.8rem; }
.whatsapp-cta p { color: var(--muted); margin-bottom: 1.8rem; font-size: 0.95rem; }
.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; padding: 1rem 2.5rem; border-radius: 100px;
  font-weight: 700; font-size: 1rem; letter-spacing: 0.05em;
  text-decoration: none; transition: all 0.3s;
}
.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(37,211,102,0.4);
}
.btn-whatsapp span:first-child { font-size: 1.3rem; }

/* ── CONTACT RESPONSIVE ── */
@media (max-width: 1024px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info { order: 1; }
  .contact-map { order: -1; }
}
@media (max-width: 900px) {
  .contact-section { padding: 0 1.5rem 3rem; }
  .contact-info { grid-template-columns: 1fr; }
  .faq-section { padding: 3rem 1.5rem 4rem; }
  .whatsapp-cta { margin: 0 1.5rem 4rem; padding: 2rem; }
}
@media (max-width: 480px) {
  .faq-question { font-size: 0.85rem; padding: 1rem 1.2rem; }
  .faq-answer { padding: 0 1.2rem; }
}
