/* ========================================
   Quote Page Styles - Bold Creative Design
   ======================================== */

.quote-page {
  padding: 150px 0 80px;
  min-height: 100vh;
  background: var(--bg-dark);
}

.quote-container {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--bg-card) 0%, #2d2d2d 100%);
  border-radius: 24px;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-header {
  background: var(--gradient-orange);
  color: white;
  padding: 60px 48px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.quote-header h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin: 0 0 16px 0;
  font-weight: 900;
  position: relative;
  z-index: 1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.quote-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  opacity: 0.95;
  margin: 0 0 20px 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.quote-date {
  margin-top: 16px;
  font-size: 1rem;
  opacity: 0.85;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.quote-body {
  padding: 60px 48px;
}

.quote-section {
  margin-bottom: 48px;
}

.section-title-quote {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--text-primary);
  margin: 0 0 32px 0;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--orange-primary);
}

.quote-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 32px;
}

.quote-table thead {
  background: rgba(0, 0, 0, 0.3);
}

.quote-table th {
  padding: 18px;
  text-align: left;
  font-weight: 700;
  color: var(--text-primary);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.quote-table td {
  padding: 24px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
  color: var(--text-secondary);
}

.quote-table tbody tr:hover {
  background: rgba(255, 107, 53, 0.05);
}

.service-name {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.service-description {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.price-range {
  font-weight: 700;
  color: var(--orange-primary);
  white-space: nowrap;
  font-size: 1.15rem;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 12px;
}

.one-time {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  border: 1px solid #10b981;
}

.monthly {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
  border: 1px solid #f59e0b;
}

.total-row {
  background: linear-gradient(135deg, rgba(78, 205, 196, 0.15) 0%, rgba(14, 165, 183, 0.15) 100%);
  border-top: 3px solid var(--teal-primary) !important;
}

.total-row td {
  padding: 28px 18px !important;
  font-size: 1.2rem;
  font-weight: 900;
}

.monthly-row {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.15) 100%);
}

.monthly-row td {
  padding: 28px 18px !important;
  font-size: 1.2rem;
  font-weight: 900;
}

.total-amount {
  color: var(--teal-primary);
  font-size: 1.6rem;
}

.monthly-amount {
  color: var(--yellow-primary);
  font-size: 1.6rem;
}

.quote-notes {
  background: rgba(0, 0, 0, 0.3);
  padding: 32px;
  border-radius: 16px;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-notes h3 {
  margin: 0 0 20px 0;
  font-size: 1.3rem;
  color: var(--text-primary);
  font-weight: 700;
}

.quote-notes ul {
  margin: 0;
  padding-left: 24px;
  color: var(--text-secondary);
}

.quote-notes li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.quote-notes strong {
  color: var(--orange-primary);
  font-weight: 700;
}

.quote-footer {
  padding: 48px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-button {
  display: inline-block;
  padding: 18px 48px;
  background: var(--gradient-orange);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 24px rgba(255, 107, 53, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.4);
}

.contact-info {
  margin-top: 32px;
  color: var(--text-muted);
  font-size: 1rem;
}

.contact-info a {
  color: var(--orange-primary);
  text-decoration: none;
  font-weight: 700;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-page {
    padding: 120px 0 60px;
  }
  
  .quote-header {
    padding: 40px 24px 32px;
  }
  
  .quote-body {
    padding: 40px 24px;
  }
  
  .quote-footer {
    padding: 32px 24px;
  }
  
  .quote-table {
    font-size: 0.9rem;
  }
  
  .quote-table th,
  .quote-table td {
    padding: 14px 12px;
  }
  
  .service-name {
    font-size: 1rem;
  }
  
  .price-range {
    font-size: 1rem;
  }
  
  .total-amount,
  .monthly-amount {
    font-size: 1.3rem;
  }
  
  .badge {
    display: block;
    margin: 8px 0 0 0;
    width: fit-content;
  }
}
