/* ===================================================================
   GoToTask — Modern Contact Page Design System (contact-page.css)
   Ultra-Premium UI for http://localhost/gototask/views/contact
   =================================================================== */

/* ── 1. Page Canvas & Layout ── */
.gtt-contact-page {
  color: #0f172a;
  background: #f8fafc;
  font-family: inherit;
  overflow-x: hidden;
  position: relative;
}

/* ── 2. Atmospheric Hero Section ── */
.gtt-contact-hero {
  position: relative;
  padding: 5.5rem 1.5rem 5rem;
  background: linear-gradient(165deg, #090919 0%, #0d102e 30%, #12143d 60%, #0a0b1f 100%);
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid rgba(99, 102, 241, 0.15);
}

.gtt-contact-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.gtt-contact-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.75;
}

.gtt-contact-orb--1 {
  width: 580px;
  height: 580px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.32) 0%, rgba(99, 102, 241, 0) 70%);
  top: -20%;
  left: -8%;
  animation: gttContactOrbFloat 14s ease-in-out infinite alternate;
}

.gtt-contact-orb--2 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.22) 0%, rgba(16, 185, 129, 0) 70%);
  bottom: -20%;
  right: -5%;
  animation: gttContactOrbFloat 16s ease-in-out infinite alternate-reverse;
}

.gtt-contact-orb--3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.22) 0%, rgba(139, 92, 246, 0) 70%);
  top: 30%;
  left: 45%;
  transform: translate(-50%, -50%);
  animation: gttContactOrbFloat 20s ease-in-out infinite alternate;
}

@keyframes gttContactOrbFloat {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(25px, -20px) scale(1.05); }
  100% { transform: translate(-15px, 15px) scale(0.96); }
}

.gtt-contact-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.85;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 45%, #000 35%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 45%, #000 35%, transparent 100%);
}

.gtt-contact-hero-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

.gtt-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.35);
  box-shadow: 0 0 24px rgba(99, 102, 241, 0.12);
  font-size: 0.82rem;
  font-weight: 750;
  color: #a5b4fc;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(12px);
}

.gtt-contact-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: gttContactPulse 2s ease-in-out infinite;
}

@keyframes gttContactPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1.2); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.gtt-contact-hero-title {
  font-size: 3.25rem;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.gtt-contact-gradient-text {
  background: linear-gradient(135deg, #ffffff 25%, #c7d2fe 70%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gtt-contact-hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #94a3b8;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  font-weight: 400;
}

/* ── 3. Live SLA & Response Indicators ── */
.gtt-contact-sla-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}

.gtt-contact-sla-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1.15rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  text-align: left;
  transition: all 0.25s ease;
}

.gtt-contact-sla-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-2px);
}

.gtt-contact-sla-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.gtt-contact-sla-icon--wa {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.25);
}

.gtt-contact-sla-icon--call {
  background: rgba(99, 102, 241, 0.15);
  color: #818cf8;
  border: 1px solid rgba(99, 102, 241, 0.25);
}

.gtt-contact-sla-icon--demo {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.gtt-contact-sla-icon--sec {
  background: rgba(14, 165, 233, 0.15);
  color: #38bdf8;
  border: 1px solid rgba(14, 165, 233, 0.25);
}

.gtt-contact-sla-title {
  font-size: 0.95rem;
  font-weight: 750;
  color: #f8fafc;
  line-height: 1.2;
}

.gtt-contact-sla-desc {
  font-size: 0.76rem;
  color: #94a3b8;
  margin-top: 0.15rem;
}

/* ── 4. Main Contact Command Center Section ── */
.gtt-contact-main-section {
  position: relative;
  padding: 4rem 1.5rem 5rem;
  background: #f8fafc;
  z-index: 5;
}

.gtt-contact-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 2.5rem;
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}

/* ── Left Column: Direct Communication Channels ── */
.gtt-channels-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Card Base */
.gtt-channel-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
  padding: 1.75rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.gtt-channel-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.08);
}

/* VIP WhatsApp Featured Card */
.gtt-channel-card--whatsapp {
  background: linear-gradient(145deg, #ffffff 0%, #f0fdf4 100%);
  border: 1.5px solid rgba(37, 211, 102, 0.35);
  box-shadow: 0 8px 30px -4px rgba(37, 211, 102, 0.12);
}

.gtt-channel-card--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.6);
  box-shadow: 0 20px 40px -8px rgba(37, 211, 102, 0.2);
}

.gtt-channel-badge-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #15803d;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.95rem;
}

.gtt-channel-header {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  margin-bottom: 1.15rem;
}

.gtt-channel-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gtt-channel-icon-wrap--wa {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.gtt-channel-icon-wrap--phone {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
}

.gtt-channel-icon-wrap--mail {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(139, 92, 246, 0.3);
}

.gtt-channel-icon-wrap--office {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.3);
}

.gtt-channel-title-group h3 {
  font-size: 1.15rem;
  font-weight: 750;
  color: #0f172a;
  margin: 0 0 0.25rem;
}

.gtt-channel-meta {
  font-size: 0.82rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.gtt-channel-desc {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.gtt-channel-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.gtt-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background: #25d366;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 1.4rem;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
}

.gtt-btn-wa:hover {
  background: #1eb956;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.gtt-btn-outline-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #f8fafc;
  color: #334155 !important;
  font-weight: 650;
  font-size: 0.85rem;
  padding: 0.72rem 1.15rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.gtt-btn-outline-pill:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a !important;
}

.gtt-btn-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: #64748b;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gtt-btn-copy:hover {
  color: #4f46e5;
  border-color: #818cf8;
  background: #eef2ff;
}

.gtt-channel-address-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: #334155;
  line-height: 1.5;
}

/* ── Right Column: Ultra-Modern Glassmorphic Inbound Desk ── */
.gtt-contact-form-container {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.08);
  padding: 2.75rem;
  position: relative;
}

.gtt-form-header {
  margin-bottom: 2rem;
}

.gtt-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4f46e5;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.gtt-form-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.gtt-form-subtitle {
  font-size: 0.96rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Inquiry Category Filter Chips */
.gtt-inquiry-chips-label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0.65rem;
  display: block;
}

.gtt-inquiry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.75rem;
}

.gtt-chip-btn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 650;
  padding: 0.5rem 0.95rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.gtt-chip-btn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}

.gtt-chip-btn.active {
  background: #eef2ff;
  border-color: #6366f1;
  color: #4338ca;
  font-weight: 750;
  box-shadow: 0 0 0 1px #6366f1;
}

/* Form Groups & Inputs */
.gtt-form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.gtt-form-group {
  margin-bottom: 1.25rem;
}

.gtt-input-label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.45rem;
}

.gtt-input-label .required-star {
  color: #ef4444;
  margin-left: 2px;
}

.gtt-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.gtt-input-icon {
  position: absolute;
  left: 1rem;
  color: #94a3b8;
  pointer-events: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gtt-input-field {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.75rem;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.92rem;
  font-family: inherit;
  transition: all 0.2s ease;
  outline: none;
  box-sizing: border-box;
}

.gtt-input-field:focus {
  background: #ffffff;
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}

.gtt-input-field::placeholder {
  color: #94a3b8;
}

.gtt-textarea {
  min-height: 120px;
  padding: 0.85rem 1rem;
  resize: vertical;
  line-height: 1.5;
}

/* Phone Field with Prefix */
.gtt-phone-wrap {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  overflow: hidden;
  transition: all 0.2s ease;
}

.gtt-phone-wrap:focus-within {
  background: #ffffff;
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}

.gtt-phone-flag {
  padding: 0 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #475569;
  background: #f1f5f9;
  border-right: 1px solid #e2e8f0;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  user-select: none;
}

.gtt-phone-input {
  border: none !important;
  background: transparent !important;
  padding: 0.8rem 1rem !important;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.92rem;
  color: #0f172a;
  outline: none;
}

/* Team Size Select / Radios */
.gtt-select-field {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.92rem;
  font-family: inherit;
  transition: all 0.2s ease;
  outline: none;
  cursor: pointer;
}

.gtt-select-field:focus {
  background: #ffffff;
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}

/* Numerical Captcha Modern Card */
.gtt-captcha-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.15rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.gtt-captcha-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.gtt-captcha-shield {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gtt-captcha-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gtt-captcha-math {
  font-size: 1.15rem;
  font-weight: 850;
  color: #1e1b4b;
  letter-spacing: 1px;
}

.gtt-captcha-input-wrap {
  width: 110px;
}

.gtt-captcha-input {
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 1.15rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 2px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  outline: none;
  transition: all 0.2s ease;
}

.gtt-captcha-input:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

/* Submit Button */
.gtt-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1rem 1.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #7c3aed 100%);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 750;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px -4px rgba(99, 102, 241, 0.45);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.gtt-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -4px rgba(99, 102, 241, 0.6);
}

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

.gtt-submit-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #64748b;
  text-align: center;
}

/* Alerts / Notifications */
.gtt-contact-alert {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.45;
  animation: gttAlertFade 0.3s ease;
}

@keyframes gttAlertFade {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.gtt-contact-alert--success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.gtt-contact-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

/* ── 5. Live Operational Status Bar ── */
.gtt-live-status-bar {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
}

.gtt-status-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.gtt-status-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  color: #475569;
}

.gtt-status-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
}

.gtt-status-tag--online {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

/* ── 6. Office Location & Map Section ── */
.gtt-location-section {
  padding: 5rem 1.5rem;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.gtt-location-container {
  max-width: 1240px;
  margin: 0 auto;
}

.gtt-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3.5rem;
}

.gtt-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #4f46e5;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.gtt-section-title {
  font-size: 2.35rem;
  font-weight: 850;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0 0 0.85rem;
}

.gtt-section-subtitle {
  font-size: 1.05rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

.gtt-location-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 2.5rem;
  align-items: center;
}

.gtt-location-card-info {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2.25rem;
}

.gtt-location-card-info h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

.gtt-location-card-info p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.gtt-transit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.gtt-transit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
  font-size: 0.88rem;
  color: #334155;
}

.gtt-transit-bullet {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #e0e7ff;
  color: #4338ca;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.gtt-map-embed-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px -6px rgba(15, 23, 42, 0.1);
  border: 1.5px solid #cbd5e1;
  height: 380px;
  position: relative;
  background: #e2e8f0;
}

.gtt-map-embed-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── 7. Frequently Asked Questions Accordion ── */
.gtt-contact-faq-section {
  padding: 5.5rem 1.5rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.gtt-faq-container {
  max-width: 860px;
  margin: 0 auto;
}

.gtt-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.25s ease;
}

.gtt-faq-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.gtt-faq-item.active {
  border-color: #818cf8;
  box-shadow: 0 8px 24px -4px rgba(99, 102, 241, 0.1);
}

.gtt-faq-question-btn {
  width: 100%;
  text-align: left;
  padding: 1.35rem 1.5rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.05rem;
  font-weight: 750;
  color: #0f172a;
  cursor: pointer;
  outline: none;
}

.gtt-faq-chevron {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.gtt-faq-item.active .gtt-faq-chevron {
  transform: rotate(180deg);
  background: #eef2ff;
  color: #4f46e5;
}

.gtt-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1), padding 0.35s ease;
  padding: 0 1.5rem;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.65;
}

.gtt-faq-item.active .gtt-faq-answer {
  max-height: 500px;
  padding-bottom: 1.5rem;
}

/* ── 8. Bottom Enterprise Assurance CTA ── */
.gtt-contact-cta-section {
  position: relative;
  padding: 5.5rem 1.5rem;
  background: linear-gradient(165deg, #090919 0%, #0d102e 45%, #12143d 85%, #0a0b1f 100%);
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid rgba(99, 102, 241, 0.2);
}

.gtt-cta-container {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
}

.gtt-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.15rem;
  border-radius: 9999px;
  background: rgba(99, 102, 241, 0.14);
  border: 1px solid rgba(99, 102, 241, 0.35);
  font-size: 0.8rem;
  font-weight: 750;
  color: #a5b4fc;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.gtt-cta-title {
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  color: #ffffff;
}

.gtt-cta-subtitle {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.gtt-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.gtt-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: #ffffff;
  color: #0f172a !important;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.95rem 1.85rem;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}

.gtt-cta-btn-primary:hover {
  transform: translateY(-2px);
  background: #f8fafc;
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3);
}

.gtt-cta-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: rgba(37, 211, 102, 0.15);
  color: #4ade80 !important;
  font-weight: 750;
  font-size: 1rem;
  padding: 0.95rem 1.85rem;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(37, 211, 102, 0.35);
  transition: all 0.25s ease;
}

.gtt-cta-btn-wa:hover {
  background: rgba(37, 211, 102, 0.25);
  border-color: rgba(37, 211, 102, 0.6);
  transform: translateY(-2px);
}

/* ── 9. Responsive Breakpoints ── */
@media (max-width: 1024px) {
  .gtt-contact-sla-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .gtt-contact-hub-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .gtt-location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .gtt-contact-hero {
    padding: 4rem 1.25rem 3.5rem;
  }
  .gtt-contact-hero-title {
    font-size: 2.25rem;
  }
  .gtt-contact-hero-subtitle {
    font-size: 1rem;
  }
  .gtt-contact-sla-bar {
    grid-template-columns: 1fr;
  }
  .gtt-contact-form-container {
    padding: 1.75rem 1.25rem;
  }
  .gtt-form-grid-2 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .gtt-status-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .gtt-cta-title {
    font-size: 2rem;
  }
}
