/* Ancient Languages — Tuition page.
   Page-specific rules extracted from /proofs/ancient-languages-tuition.html.
   Shared rules (nav, footer, breadcrumb, .eyebrow, .section-eyebrow, .section-heading,
   .btn-primary/.btn-secondary, testimonials) live in nav.css / utilities.css. */

/* HERO */
.page-hero { padding: 4.5rem 0 3.5rem; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 600; font-style: italic; color: var(--text); line-height: 1.1; margin-bottom: 1.25rem; }
.page-hero p { font-size: 18px; color: var(--text-mid); line-height: 1.75; max-width: 640px; }

/* OPTIONS */
.options-section { padding: 4rem 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.option-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 2.25rem; display: flex; flex-direction: column; }
.option-card.featured { border: 2px solid var(--blue); }
.option-label { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.75rem; }
.option-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 500; color: var(--text); margin-bottom: 0.75rem; line-height: 1.2; }
.option-card p { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-bottom: 1.5rem; }
.option-details { list-style: none; margin-bottom: 2rem; flex: 1; }
.option-details li { font-size: 13px; color: var(--text-muted); padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.option-details li:last-child { border-bottom: none; }
.option-details li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 6px; }
.option-price { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 600; color: var(--blue); margin-bottom: 1.25rem; line-height: 1; }
.option-price span { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: var(--text-muted); }
/* option-card buttons are full-width in the proof (global .btn-* are auto-width) */
.option-card .btn-primary, .option-card .btn-secondary { width: 100%; }

/* HOW IT WORKS */
.how-section { padding: 4.5rem 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.step { padding: 1.75rem; background: var(--surface); border-radius: 4px; border: 1px solid var(--border); }
.step-number { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: var(--blue); opacity: 0.2; line-height: 1; margin-bottom: 0.75rem; }
.step h4 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--text); margin-bottom: 0.5rem; }
.step p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

/* LANGUAGES */
.languages-section { padding: 4.5rem 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.languages-intro { font-size: 15px; color: var(--text-mid); line-height: 1.75; max-width: 640px; margin-bottom: 2rem; }
.language-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.language-tag { font-size: 12px; font-weight: 500; color: var(--blue); background: var(--white); border: 1px solid var(--border); padding: 6px 14px; border-radius: 3px; letter-spacing: 0.02em; transition: all 0.2s; }
.language-tag:hover { background: var(--blue-light); border-color: var(--blue); }

/* PRICING TABLE */
.pricing-section { padding: 4.5rem 0; }
.pricing-table { width: 100%; border-collapse: collapse; }
.pricing-table th { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); padding: 12px 16px; border-bottom: 2px solid var(--border); text-align: left; }
.pricing-table td { font-size: 14px; color: var(--text-mid); padding: 16px; border-bottom: 1px solid var(--border); line-height: 1.5; }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table .price { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--blue); }
.pricing-table tr:hover td { background: var(--surface); }
.pricing-note { font-size: 13px; color: var(--text-muted); margin-top: 1.25rem; line-height: 1.65; }

/* TESTIMONIALS (tuition uses a 2-col grid — matches utilities default) */
.testimonials-section { padding: 4.5rem 0; background: var(--surface); border-top: 1px solid var(--border); }

/* BOOKING FORM */
.booking-section { padding: 4.5rem 0; }
.booking-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.booking-intro h2 { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 500; color: var(--text); margin-bottom: 1rem; line-height: 1.2; }
.booking-intro p { font-size: 15px; color: var(--text-mid); line-height: 1.75; margin-bottom: 1rem; }
.booking-intro .response-note { font-size: 13px; color: var(--text-muted); font-style: italic; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 3px; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--text); background: var(--white); transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); }
.form-group textarea { height: 120px; resize: vertical; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-submit { background: var(--blue); color: var(--white); border: none; padding: 14px 28px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; cursor: pointer; width: 100%; transition: background 0.2s; }
.form-submit:hover { background: var(--blue-dark); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .options-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .booking-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .page-hero h1 { font-size: 40px; }
}
@media (max-width: 600px) {
  .page-hero h1 { font-size: 32px; }
  .steps-grid { grid-template-columns: 1fr; }
}
