/* ===== Contactanos Page Premium Redesign - Tekno Service ===== */
:root {
  --cnt-primary: #dc3545;
  --cnt-primary-dark: #b02a37;
  --cnt-dark: #0f172a;
  --cnt-navy: #1e293b;
  --cnt-light-bg: #f8fafc;
  --cnt-card-bg: #ffffff;
}

body {
  background-color: var(--cnt-light-bg);
  font-family: 'Montserrat', sans-serif;
}

/* Contact Hero Header */
.contact-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
  color: #ffffff;
  padding: 4rem 1rem 3.5rem 1rem;
  border-radius: 0 0 2rem 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(220, 53, 69, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.4);
  color: #ff6b6b;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(10px);
}

.contact-hero h1 {
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.contact-hero h1 span {
  background: linear-gradient(135deg, #ff4d4d 0%, #f43f5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-hero .lead {
  color: #cbd5e1;
  font-size: 1.1rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Premium Social Cards (Left Column) */
.contact-section-title {
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--cnt-dark);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-card-premium {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.social-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  transition: width 0.3s ease;
}

.social-card-premium:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.social-card-premium:hover::before {
  width: 8px;
}

/* Card Specific Themes */
.social-card-premium.wa::before { background: #25d366; }
.social-card-premium.wa .social-icon-box { background: rgba(37, 211, 102, 0.12); color: #16a34a; }
.social-card-premium.wa:hover { border-color: rgba(37, 211, 102, 0.4); }

.social-card-premium.ig::before { background: #c13584; }
.social-card-premium.ig .social-icon-box { background: rgba(193, 53, 132, 0.12); color: #c13584; }
.social-card-premium.ig:hover { border-color: rgba(193, 53, 132, 0.4); }

.social-card-premium.fb::before { background: #1877f2; }
.social-card-premium.fb .social-icon-box { background: rgba(24, 119, 242, 0.12); color: #1877f2; }
.social-card-premium.fb:hover { border-color: rgba(24, 119, 242, 0.4); }

.social-card-premium.store::before { background: var(--cnt-dark); }
.social-card-premium.store .social-icon-box { background: rgba(15, 23, 42, 0.1); color: var(--cnt-dark); }
.social-card-premium.store:hover { border-color: rgba(15, 23, 42, 0.4); }

.social-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.social-card-info h6 {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--cnt-dark);
  margin-bottom: 0.15rem;
}

.social-card-info p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

.social-card-arrow {
  color: #cbd5e1;
  font-size: 1.1rem;
  transition: transform 0.25s ease, color 0.25s ease;
}

.social-card-premium:hover .social-card-arrow {
  transform: translateX(4px);
  color: var(--cnt-dark);
}

/* Executive Contact Info & Schedule Card (Right Column) */
.contact-card-executive {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.25rem 2rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.exec-info-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.exec-info-row:last-child {
  margin-bottom: 0;
}

.exec-icon {
  width: 44px;
  height: 44px;
  border-radius: 0.75rem;
  background: rgba(220, 53, 69, 0.1);
  color: var(--cnt-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.exec-label {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 0.15rem;
}

.exec-val {
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--cnt-dark);
}

.exec-val a {
  color: var(--cnt-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.exec-val a:hover {
  color: var(--cnt-primary);
}

/* Schedule Status Box */
.schedule-card-status {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 1.5rem;
  color: #ffffff;
  padding: 1.75rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  margin-bottom: 1.5rem;
}

.status-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
}

.status-badge-live.open {
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.status-badge-live.closed {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.4);
}

.schedule-list-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
}

.schedule-list-item:last-child {
  border-bottom: none;
}

/* Quick Form Card */
.contact-form-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.25rem 2rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.form-label-contact {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--cnt-dark);
  margin-bottom: 0.4rem;
}

.form-control-contact {
  border-radius: 0.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid #cbd5e1;
  font-size: 0.95rem;
}

.form-control-contact:focus {
  border-color: var(--cnt-primary);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-hero {
    padding: 3rem 1rem 2.5rem 1rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .contact-hero h1 {
    font-size: 2rem;
  }
}