/* ── À La Carte Services Page ─────────────────────────────── */

/* ── Intro + Cards Section ────────────────────────────────── */
.alc-intro {
  background: var(--cream);
  padding: 120px 0 96px;
}

.alc-intro-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.alc-intro-text {
  max-width: 760px;
  margin-bottom: 64px;
}

.alc-intro-text .section-label {
  margin-bottom: 16px;
}

.alc-intro-text h1 {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin-bottom: 28px;
}

.alc-intro-body {
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--forest);
  max-width: 680px;
  margin: 0;
}

/* 2x2 card grid */
.alc-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.alc-card {
  background: #fff;
  border-top: 4px solid var(--forest);
  padding: 40px;
  box-shadow: 0 2px 12px rgba(0, 75, 66, 0.08);
  display: flex;
  flex-direction: column;
}

.alc-card-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--forest);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.alc-card-desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.alc-card-price-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 28px;
}

.alc-card-price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: #F0B429;
  line-height: 1;
  letter-spacing: -0.01em;
}

.alc-card-fee {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  color: var(--sage);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* ── Included Section ─────────────────────────────────────── */
.alc-included {
  background: var(--forest);
  padding: 80px 0;
}

.alc-included-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.alc-included-cols {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.alc-included-left {
  flex: 1 1 55%;
}

.alc-included-left h2 {
  font-family: var(--font-display);
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--cream);
  margin-bottom: 20px;
}

.alc-included-note {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  margin: 0;
}

.alc-included-right {
  flex: 0 0 auto;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.alc-included-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.alc-included-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.alc-tick {
  font-size: 0.8125rem;
  color: var(--mint);
  line-height: 1;
  flex-shrink: 0;
}

.alc-included-label {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.01em;
}

/* ── How It Works Section ─────────────────────────────────── */
.alc-how {
  background: #fff;
  padding: 88px 0 96px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.alc-how-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.alc-how-header {
  margin-bottom: 48px;
}

.alc-vsteps {
  display: flex;
  flex-direction: column;
}

.alc-vstep {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(30, 60, 45, 0.1);
}

.alc-vstep:first-child {
  padding-top: 0;
}

.alc-vstep:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.alc-vstep-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--forest);
  line-height: 1;
}

.alc-vstep-text {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text);
  line-height: 1.5;
  margin: 0;
}

/* ── CTA Section ──────────────────────────────────────────── */
.alc-cta {
  background: var(--forest);
  padding: 96px 0;
  text-align: center;
}

.alc-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.alc-cta-inner h2 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 20px;
  line-height: 1.1;
}

.alc-cta-body {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 36px;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .alc-intro {
    padding: 100px 0 72px;
  }

  .alc-intro-text h1 {
    font-size: 2.5rem;
  }

  .alc-intro-body {
    font-size: 1rem;
  }

  .alc-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .alc-included-cols {
    flex-direction: column;
    gap: 40px;
  }

  .alc-included-right {
    width: 100%;
  }

  .alc-vstep-num {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .alc-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
