/* Mindbody Alternative Page Styles */
/* Extends Bookify sintra-theme.css with page-specific components */

/* Hero Section - Alternative Positioning */
.alt-hero {
  background: linear-gradient(135deg, #0b0b0c 0%, #1a1a1c 100%);
  padding: 6rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.alt-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.alt-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.alt-hero-badge {
  display: inline-block;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: var(--nb-gold, #ffd700);
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.alt-hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #ffffff;
}

.alt-hero-title .highlight {
  color: var(--nb-gold, #ffd700);
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.alt-hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--nb-muted, #c8c8c8);
  margin-bottom: 2rem;
  font-weight: 400;
}

.alt-hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* Pain Points Grid */
.pain-points {
  background: var(--nb-bg, #0b0b0c);
  padding: 4rem 0;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.pain-card {
  background: var(--nb-card, #121214);
  border: 1px solid var(--nb-border, rgba(255,255,255,0.12));
  border-radius: 16px;
  padding: 1.8rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.1);
}

.pain-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.pain-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.pain-card p {
  color: var(--nb-muted, #c8c8c8);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Cost Calculator Section */
.calculator-section {
  background: linear-gradient(180deg, var(--nb-bg, #0b0b0c) 0%, #0f0f11 100%);
  padding: 5rem 0;
}

.calculator-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.calculator-title {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 3rem;
  color: #ffffff;
}

.calculator-box {
  background: var(--nb-card, #121214);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 16px 40px rgba(255, 215, 0, 0.08);
}

.calculator-input {
  margin-bottom: 2.5rem;
}

.calculator-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}

.revenue-display {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--nb-gold, #ffd700);
  margin-bottom: 1.5rem;
}

.slider {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  -webkit-appearance: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--nb-gold, #ffd700);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
  transition: transform 0.15s ease;
}

.slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--nb-gold, #ffd700);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
  border: none;
  transition: transform 0.15s ease;
}

.slider::-moz-range-thumb:hover {
  transform: scale(1.15);
}

.calculator-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.result-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--nb-border, rgba(255,255,255,0.12));
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}

.result-label {
  font-size: 0.85rem;
  color: var(--nb-muted, #c8c8c8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.result-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--nb-gold, #ffd700);
  line-height: 1.2;
}

/* Feature Comparison Table */
.comparison-section {
  background: var(--nb-bg, #0b0b0c);
  padding: 5rem 0;
}

.comparison-table-wrapper {
  max-width: 1000px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--nb-card, #121214);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.comparison-table thead {
  background: rgba(255, 215, 0, 0.08);
}

.comparison-table th {
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.comparison-table th:nth-child(2) {
  color: var(--nb-gold, #ffd700);
}

.comparison-table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--nb-border, rgba(255,255,255,0.08));
  font-size: 0.95rem;
}

.comparison-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

.comparison-table td:first-child {
  color: var(--nb-muted, #c8c8c8);
  font-weight: 500;
}

.comparison-table td:nth-child(2) {
  color: #ffffff;
  font-weight: 600;
}

.comparison-table td:nth-child(3) {
  color: var(--nb-muted, #a8a8a8);
}

.check-icon {
  color: #4ade80;
  font-weight: 700;
}

.x-icon {
  color: #ef4444;
  font-weight: 700;
}

/* Migration Steps */
.migration-section {
  background: linear-gradient(180deg, #0f0f11 0%, var(--nb-bg, #0b0b0c) 100%);
  padding: 5rem 0;
}

.migration-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
}

.migration-step {
  text-align: center;
  position: relative;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--nb-gold, #ffd700);
  color: #111;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.3);
}

.migration-step h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.migration-step p {
  color: var(--nb-muted, #c8c8c8);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Testimonials */
.testimonials-section {
  background: var(--nb-bg, #0b0b0c);
  padding: 5rem 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1120px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
}

.testimonial-card {
  background: var(--nb-card, #121214);
  border: 1px solid var(--nb-border, rgba(255,255,255,0.12));
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.testimonial-text {
  font-style: italic;
  color: var(--nb-muted, #c8c8c8);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.testimonial-author {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.testimonial-role {
  font-size: 0.85rem;
  color: var(--nb-muted, #a8a8a8);
}

/* FAQ Section */
.faq-section {
  background: linear-gradient(180deg, var(--nb-bg, #0b0b0c) 0%, #0f0f11 100%);
  padding: 5rem 0;
}

.faq-container {
  max-width: 800px;
  margin: 3rem auto 0;
  padding: 0 1.5rem;
}

.faq-item {
  background: var(--nb-card, #121214);
  border: 1px solid var(--nb-border, rgba(255,255,255,0.12));
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-item summary {
  padding: 1.5rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s ease;
}

.faq-item summary:hover {
  background: rgba(255, 255, 255, 0.03);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--nb-gold, #ffd700);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: var(--nb-muted, #c8c8c8);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.02) 100%);
  padding: 5rem 0;
  text-align: center;
}

.final-cta-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 2rem;
  color: #ffffff;
}

.final-cta-title .highlight {
  color: var(--nb-gold, #ffd700);
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
  color: #ffffff;
}

.section-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--nb-muted, #c8c8c8);
  max-width: 700px;
  margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .alt-hero {
    padding: 4rem 0 3rem;
  }

  .alt-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .calculator-box {
    padding: 1.8rem;
  }

  .calculator-results {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    font-size: 0.85rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.8rem 1rem;
  }

  .migration-steps {
    grid-template-columns: 1fr;
  }
}
