/* ============================================
   Contact Page - Styles
   ============================================ */

/* Hero Section */
.contact-hero {
  /* background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-purple) 100%); */
  background: var(--primary-blue);
  color: white;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent),
              radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent);
  pointer-events: none;
}

.contact-hero-content {
  position: relative;
  z-index: 2;
}

.contact-title {
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-display);
}

.contact-title .highlight {
  background: linear-gradient(120deg, var(--primary-yellow), var(--secondary-yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s ease infinite;
}

.contact-subtitle {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: rgba(255, 255, 255, 0.95);
  max-width: 900px;
  margin: 0 auto 30px;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 60px 0;
  }

  .contact-title {
    font-size: 2.5rem;
  }

  .contact-subtitle {
    font-size: 1rem;
  }
}

/* ============================================
   Contact Main Section
   ============================================ */

.contact-main-section {
  padding: var(--section-padding);
  background: #f8f9fa;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}

/* Contact Info Column */
.contact-info-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-info-title {
  font-size: clamp(3.2rem, 4vw, 4rem);
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 1rem;
  font-family: var(--font-display);
}

/* Contact Cards */
.contact-card {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.contact-card .card-icon {
  width: 60px;
  height: 60px;
  background: var(--warm-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.contact-card .card-content h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.contact-card .card-content p {
  color: var(--medium-gray);
  font-size: 1.6rem;
  line-height: 1.6;
}

.contact-card .card-content a {
  color: var(--medium-gray);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-card .card-content a:hover {
  color: var(--primary-blue);
}

/* Social Media Section */
.social-media-section {
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.social-media-section h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link.facebook {
  background: linear-gradient(135deg, #1877f2, #0a66c2);
}

.social-link.facebook:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(24, 119, 242, 0.3);
}

.social-link.twitter {
  background: linear-gradient(135deg, #1da1f2, #1991da);
}

.social-link.twitter:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(29, 161, 242, 0.3);
}

.social-link.pinterest {
  background: linear-gradient(135deg, #e60023, #ad081b);
}

.social-link.pinterest:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(230, 0, 35, 0.3);
}

.social-link.instagram {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-link.instagram:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(224, 110, 118, 0.3);
}

.social-link.yelp {
  background: linear-gradient(135deg, #d32422, #af1f1f);
}

.social-link.yelp:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(211, 36, 34, 0.3);
}

.social-link.whatsapp {
  background: linear-gradient(135deg, #25d366, #1eaa42);
}

.social-link.whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(37, 211, 102, 0.3);
}

.social-link.youtube {
  background: linear-gradient(135deg, #ff0000, #cc0000);
}

.social-link.youtube:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(255, 0, 0, 0.3);
}

/* Contact Form Column */
.contact-form-column {
  display: flex;
  justify-content: center;
}

.contact-form-wrapper {
  width: 100%;
  background: white;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 0.5rem;
  font-family: var(--font-display);
}

.form-subtitle {
  color: var(--medium-gray);
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Form Groups */
.form-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.form-label .required {
  color: var(--primary-red);
  font-weight: 700;
}

.form-input,
.form-textarea {
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  background: white;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 150px;
}

/* Error and Success Messages */
.error-message {
  font-size: 2rem;
  color: var(--primary-red);
  margin-top: 0.25rem;
  display: none;
}

.form-group.has-error .error-message {
  display: block;
}

.form-group.has-error .form-input,
.form-group.has-error .form-textarea {
  border-color: var(--primary-red);
  background: rgba(220, 38, 38, 0.05);
}

.success-message {
  padding: 1rem;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  border-radius: 8px;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  animation: slideUp 0.3s ease;
}

.success-message i {
  font-size: 1.2rem;
}

.error-message-global {
  padding: 1rem;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: white;
  border-radius: 8px;
  margin-top: 1.5rem;
  font-weight: 500;
  animation: slideUp 0.3s ease;
}

/* Submit Button */
.btn-submit {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  background: var(--warm-gradient);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

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

.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Map Section */
.contact-map-section {
  padding: 6rem 1.2rem 12rem 1.2rem;
  background: white;
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  display: block;
}

/* Animations */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gradient-shift {
  0%, 100% { filter: hue-rotate(0deg); }
  50% { filter: hue-rotate(10deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-info-title {
    font-size: 1.8rem;
  }

  .form-title {
    font-size: 1.8rem;
  }

  .contact-form-wrapper {
    padding: 2rem;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .social-link {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .contact-map-section {
    padding: 2rem 0;
  }

  .map-container {
    padding: 0 1rem;
  }

  .map-container iframe {
    height: 300px !important;
  }
}

@media (max-width: 480px) {
  .contact-main-section {
    padding: 2rem 0;
  }

  .contact-info-column,
  .contact-form-column {
    gap: 1.5rem;
  }

  .contact-card {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-card .card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .contact-form-wrapper {
    padding: 1.5rem;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .social-links {
    gap: 0.75rem;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}
