/* ==========================================================================
   GLOBAL APPLIANCE REPAIRS - CONTACT PAGE STYLESHEET
   ========================================================================== */

/* --------------------------------------------------------------------------
   BASE & SHARED TOKENS
   -------------------------------------------------------------------------- */
.contact-page {
  background-color: #ffffff;
  color: #1a1d29;
  font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
  overflow-x: hidden;
}

.contact-badge-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e60012;
  margin-bottom: 14px;
}

.contact-badge-line::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #e60012;
  border-radius: 2px;
}

.highlight-red {
  color: #e60012;
}

/* --------------------------------------------------------------------------
   1. HERO SECTION
   -------------------------------------------------------------------------- */
.contact-hero-section {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background-color: #070a14;
  overflow: hidden;
  padding-top: calc(var(--header-height, 84px) + 2.5rem);
  padding-bottom: 4.5rem;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('service-areas-hero.jpg');
  background-size: cover;
  background-position: right 15% center;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scale(1.01);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(6, 8, 14, 0.98) 0%,
    rgba(6, 8, 14, 0.94) 40%,
    rgba(6, 8, 14, 0.75) 60%,
    rgba(6, 8, 14, 0.32) 80%,
    rgba(6, 8, 14, 0.1) 100%
  );
}

.contact-hero-vignette-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(6, 8, 14, 0.85) 0%, transparent 100%);
  pointer-events: none;
}

.contact-hero-vignette-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(6, 8, 14, 0.9) 0%, transparent 100%);
  pointer-events: none;
}

.contact-hero-container {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}

.contact-hero-content {
  max-width: 680px;
}

.contact-hero-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #ffffff;
  margin-bottom: 22px;
}

.contact-hero-desc {
  font-size: 1.05rem;
  line-height: 1.72;
  color: #d1d5e2;
  margin-bottom: 36px;
  max-width: 580px;
}

/* Quick Contact Stats Pills */
.contact-hero-pills {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-hero-pill {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-pill-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(230, 0, 18, 0.14);
  border: 1.5px solid #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e60012;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(230, 0, 18, 0.25);
  transition: transform 0.3s ease;
}

.contact-hero-pill:hover .contact-pill-icon {
  transform: translateY(-2px) scale(1.05);
}

.contact-pill-text {
  display: flex;
  flex-direction: column;
}

.contact-pill-label {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-pill-val {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.contact-pill-val:hover {
  color: #ff3344;
}

/* --------------------------------------------------------------------------
   2. THREE DIRECT CHANNELS CARDS
   -------------------------------------------------------------------------- */
.contact-channels-section {
  background-color: #f8fafc;
  padding: 85px 0 65px;
  position: relative;
  border-bottom: 1px solid #edf1f7;
}

.contact-channels-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.contact-channel-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 25px rgba(13, 19, 34, 0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.contact-channel-card:hover {
  transform: translateY(-6px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 40px rgba(13, 19, 34, 0.09);
}

.contact-channel-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e60012;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.contact-channel-card:hover::before {
  opacity: 1;
}

.contact-channel-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(230, 0, 18, 0.1);
  color: #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.contact-channel-card:hover .contact-channel-icon-wrap {
  background: #e60012;
  color: #ffffff;
  transform: scale(1.06);
}

.contact-channel-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #e60012;
  background: rgba(230, 0, 18, 0.08);
  padding: 4px 10px;
  border-radius: 9999px;
  margin-bottom: 12px;
  width: fit-content;
}

.contact-channel-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.4rem;
  font-weight: 800;
  color: #0d1322;
  margin-bottom: 8px;
}

.contact-channel-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 24px;
  flex: 1;
}

.contact-channel-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.05rem;
  font-weight: 800;
  color: #e60012;
  text-decoration: none;
  transition: transform 0.25s ease, color 0.25s ease;
}

.contact-channel-cta:hover {
  color: #cc0010;
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   3. MAIN CONTACT FORM & DETAILS SECTION
   -------------------------------------------------------------------------- */
.contact-main-section {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
}

.contact-main-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 52px;
  align-items: flex-start;
}

/* Left: Form Card */
.contact-form-wrapper {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 48px 42px;
  box-shadow: 0 16px 45px rgba(13, 19, 34, 0.06);
}

.contact-form-header {
  margin-bottom: 32px;
}

.contact-form-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.18;
  color: #0d1322;
  margin-bottom: 12px;
}

.contact-form-subtitle {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #64748b;
}

.contact-grid-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-field-label {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e293b;
}

.contact-field-input,
.contact-field-select,
.contact-field-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.95rem;
  color: #0f172a;
  background-color: #ffffff;
  transition: all 0.25s ease;
  outline: none;
}

.contact-field-input:focus,
.contact-field-select:focus,
.contact-field-textarea:focus {
  border-color: #e60012;
  box-shadow: 0 0 0 4px rgba(230, 0, 18, 0.12);
}

.contact-field-textarea {
  resize: vertical;
  min-height: 110px;
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #e60012;
  color: #ffffff !important;
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(230, 0, 18, 0.38);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  margin-top: 10px;
}

.contact-submit-btn:hover {
  background: #cc0010;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(230, 0, 18, 0.48);
}

.contact-form-footer-note {
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
  margin-top: 12px;
}

/* Right Column Sidebar */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* Urgent Hotline Card */
.contact-urgent-card {
  background: #080d1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 34px 30px;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(8, 13, 26, 0.2);
  position: relative;
  overflow: hidden;
}

.contact-urgent-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230, 0, 18, 0.2);
  color: #ff3344;
  border: 1px solid rgba(230, 0, 18, 0.4);
  padding: 5px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.contact-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e60012;
  box-shadow: 0 0 10px #e60012;
  animation: pulseDotAnim 1.8s infinite;
}

@keyframes pulseDotAnim {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.contact-urgent-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
}

.contact-urgent-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 24px;
}

.contact-urgent-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #e60012;
  color: #ffffff !important;
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  padding: 14px 26px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(230, 0, 18, 0.4);
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
}

.contact-urgent-phone-btn:hover {
  background: #cc0010;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(230, 0, 18, 0.5);
}

/* Operating Hours Card */
.contact-hours-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(13, 19, 34, 0.04);
}

.contact-hours-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.contact-hours-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(230, 0, 18, 0.1);
  color: #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hours-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.25rem;
  font-weight: 800;
  color: #0d1322;
  margin: 0;
}

.contact-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e2e8f0;
}

.contact-hours-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-hours-day {
  font-weight: 600;
  color: #334155;
}

.contact-hours-time {
  font-weight: 700;
  color: #0f172a;
}

.contact-hours-emergency {
  color: #e60012;
  font-weight: 700;
}

/* Trust Card */
.contact-guarantee-card {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 26px 28px;
}

.contact-guarantee-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0d1322;
  margin-bottom: 14px;
}

.contact-guarantee-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-guarantee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #334155;
  font-weight: 600;
}

.contact-guarantee-item svg {
  color: #e60012;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   4. FREQUENTLY ASKED QUESTIONS SECTION
   -------------------------------------------------------------------------- */
.contact-faq-section {
  background-color: #f8fafc;
  padding: 95px 0 100px;
  border-top: 1px solid #edf1f7;
}

.contact-faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 28px;
}

.contact-faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.contact-faq-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 2.85rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0d1322;
  margin-bottom: 16px;
}

.contact-faq-subtitle {
  font-size: 1.02rem;
  color: #64748b;
}

.contact-faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 28px;
  box-shadow: 0 4px 16px rgba(13, 19, 34, 0.03);
  transition: all 0.3s ease;
}

.contact-faq-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(13, 19, 34, 0.06);
}

.contact-faq-q {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 1.18rem;
  font-weight: 800;
  color: #0d1322;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-faq-q svg {
  color: #e60012;
  flex-shrink: 0;
}

.contact-faq-a {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
  padding-left: 32px;
}

/* --------------------------------------------------------------------------
   5. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .contact-main-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .contact-hero-title {
    font-size: 2.85rem;
  }

  .contact-channels-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .contact-hero-section {
    padding-top: calc(var(--header-height, 84px) + 1.5rem);
    padding-bottom: 3.5rem;
  }

  .contact-hero-title {
    font-size: 2.3rem;
  }

  .contact-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .contact-form-wrapper {
    padding: 32px 24px;
  }

  .contact-form-title {
    font-size: 2.2rem;
  }

  .contact-input-row {
    grid-template-columns: 1fr;
  }

  .contact-faq-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .contact-hero-title {
    font-size: 1.95rem;
  }
}

/* --------------------------------------------------------------------------
   6. SCROLL REVEAL ANIMATIONS & DELAYS
   -------------------------------------------------------------------------- */
.anim-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.anim-fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.22s; }
.delay-3 { transition-delay: 0.32s; }
.delay-4 { transition-delay: 0.42s; }
.delay-5 { transition-delay: 0.52s; }
.delay-6 { transition-delay: 0.62s; }

/* Subtle pulse and glow effects */
@keyframes subtleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.contact-channel-card:hover .contact-channel-icon-wrap {
  animation: subtleFloat 2s ease-in-out infinite;
}

