/* ============================================================
   Tutoring sub-pages — shared styling (Acrylic Sunset / wc-design)
   Used by the subject + location landing pages. The main
   tutoring.html hub keeps its own inline <style> block.
   ============================================================ */
html, body { margin: 0; background: var(--adv-bg, #f9efe1); }
.wc-scope { height: auto; min-height: 100vh; overflow: visible; padding-bottom: 64px; }
.wc-topbar-link { color: var(--adv-ink-soft); text-decoration: none; font-weight: 600; font-size: 14px; padding: 7px 12px; border-radius: 99px; }
.wc-topbar-link:hover { background: var(--adv-soft); color: var(--adv-ink); }
.ic { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ── About-me card in hero ── */
.tut-about { background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.24); border-radius: var(--adv-r-lg); padding: 22px 24px; }
.tut-about-eye { font-family: var(--adv-display); font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--adv-gold); margin-bottom: 10px; }
.tut-about h3 { color: #fff; font-size: 24px; margin: 0 0 2px; }
.tut-about-meta { color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.tut-about-list { display: flex; flex-direction: column; gap: 11px; }
.tut-about-row { display: flex; align-items: flex-start; gap: 11px; color: #fff; font-size: 13.5px; font-weight: 600; line-height: 1.4; }
.tut-about-ic { width: 30px; height: 30px; border-radius: 9px; flex-shrink: 0; background: rgba(255,255,255,0.14); color: var(--adv-gold); display: grid; place-items: center; }
.tut-about-ic .ic { width: 15px; height: 15px; }

/* ── Prose / intro ── */
.tut-prose { margin: 0 20px; max-width: 760px; }
.tut-prose p { color: var(--adv-ink-soft); font-size: 15px; line-height: 1.68; margin: 0 0 15px; }
.tut-prose strong { color: var(--adv-ink); }

/* ── Two-column content cards ── */
.tut-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 20px; }
.tut-card { padding: 28px 28px 26px; }
.tut-card-tag { font-family: var(--adv-display); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--adv-rose-deep); margin-bottom: 10px; }
.tut-card h2 { font-size: 23px; margin: 0 0 10px; }
.tut-card-lead { color: var(--adv-ink-soft); font-size: 14.5px; line-height: 1.6; margin: 0 0 16px; }
.tut-list { list-style: none; margin: 0 0 4px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.tut-list li { position: relative; padding-left: 24px; color: var(--adv-ink); font-size: 14px; line-height: 1.45; }
.tut-list li::before { content: ''; position: absolute; left: 5px; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--adv-rose); }

/* ── FAQ ── */
.tut-faq { margin: 0 20px; max-width: 820px; display: flex; flex-direction: column; gap: 12px; }
.tut-faq details { background: var(--adv-panel); border: 1.5px solid var(--adv-rule); border-radius: var(--adv-r); padding: 4px 18px; }
.tut-faq summary { cursor: pointer; list-style: none; padding: 14px 0; font-family: var(--adv-display); font-weight: 700; font-size: 15.5px; color: var(--adv-ink); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.tut-faq summary::-webkit-details-marker { display: none; }
.tut-faq summary::after { content: '+'; font-size: 22px; font-weight: 700; color: var(--adv-rose-deep); }
.tut-faq details[open] summary::after { content: '\2013'; }
.tut-faq details > p { color: var(--adv-ink-soft); font-size: 14.5px; line-height: 1.65; margin: 0 0 16px; }
.tut-faq details > p a { color: var(--adv-rose-deep); font-weight: 600; }

/* ── Form ── */
.tut-form-card { margin: 0 20px; padding: 30px 30px 32px; }
.tut-form-card h2 { font-size: 24px; margin: 0 0 4px; }
.tut-form-card > p { color: var(--adv-ink-soft); font-size: 14px; margin: 0 0 22px; line-height: 1.55; }
.tut-form { display: grid; gap: 16px; max-width: 640px; }
.tut-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tut-field label { display: block; font-family: var(--adv-display); font-size: 12px; font-weight: 700; letter-spacing: 0.02em; color: var(--adv-ink); margin-bottom: 6px; }
.tut-field input[type="text"], .tut-field input[type="email"], .tut-field select, .tut-field textarea {
  width: 100%; padding: 12px 13px; font-family: var(--adv-body); font-size: 14.5px; color: var(--adv-ink);
  background: #fff; border: 1.5px solid var(--adv-rule); border-radius: var(--adv-r-sm); transition: border-color .12s;
}
.tut-field textarea { min-height: 96px; resize: vertical; }
.tut-field input:focus, .tut-field select:focus, .tut-field textarea:focus { outline: none; border-color: var(--adv-rose); }
.tut-checks { display: flex; flex-wrap: wrap; gap: 10px; }
.tut-checks label { display: inline-flex; align-items: center; gap: 7px; font-family: var(--adv-body); font-weight: 600; font-size: 14px; color: var(--adv-ink-soft); background: var(--adv-panel); border: 1.5px solid var(--adv-rule); border-radius: 99px; padding: 8px 14px; cursor: pointer; }
.tut-checks input { accent-color: var(--adv-rose); }
#tutoringStatus { min-height: 20px; font-size: 13.5px; font-weight: 600; }
.tut-submit:disabled { opacity: 0.65; cursor: default; }

.tut-footer { max-width: 1180px; margin: 28px auto 0; padding: 22px 24px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; border-top: 1.5px solid var(--adv-rule); }
.tut-footer a { color: var(--adv-ink-soft); text-decoration: none; font-size: 14px; font-weight: 600; }
.tut-footer a:hover { color: var(--adv-ink); }
.tut-footer .tut-copy { font-size: 12px; color: var(--adv-muted); width: 100%; text-align: center; }

@media (max-width: 820px) {
  .wc-hero-inner { grid-template-columns: 1fr; }
  .tut-cols { grid-template-columns: 1fr; }
  .tut-row2 { grid-template-columns: 1fr; }
}
