/* Shared styles for /tutoring/ policy pages — matches Academic Support home */
:root {
  --ink: #2a2a2a;
  --ink-2: #4a4a4a;
  --mute: #7a7a7a;
  --line: #ebe6df;
  --bg: #faf8f5;
  --white: #fff;
  --brand: #1a4d6d;
  --brand-deep: #123a54;
  --wa: #25d366;
  --wa-ink: #053b1d;
  --max: 800px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: Outfit, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

.top {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  padding: .85rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(8px);
}
.top-inner {
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  gap: .15rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.25;
}
.brand:hover { text-decoration: none; color: var(--brand); }
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  font-size: .86rem;
  font-weight: 650;
}
.nav a { color: var(--ink-2); text-decoration: none; }
.nav a:hover { color: var(--brand); }

.hero-mini {
  background:
    radial-gradient(ellipse 80% 80% at 50% 0%, rgba(26,77,109,.06), transparent 60%),
    linear-gradient(165deg, #fff, #f3ebe3);
  border-bottom: 1px solid var(--line);
  padding: 2.25rem 0 1.85rem;
}
.hero-mini h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  margin-bottom: .4rem;
  color: #1a1a1a;
}
.hero-mini p { color: var(--mute); max-width: 46ch; }

.content { padding: 2.25rem 0 3.25rem; }
.content h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  margin: 1.75rem 0 .65rem;
  color: var(--ink);
}
.content h2:first-of-type { margin-top: 0; }
.content p, .content li { color: var(--ink-2); margin-bottom: .75rem; }
.content ul { margin: 0 0 1rem 1.2rem; }
.content li { margin-bottom: .4rem; }
.content strong { color: var(--ink); }

.note {
  background: rgba(26, 77, 109, .06);
  border-left: 3px solid var(--brand);
  border-radius: 0 12px 12px 0;
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
  color: var(--ink-2);
  font-size: .95rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 750;
  font-size: .9rem;
  padding: .9rem 1.25rem;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn-brand {
  background: var(--brand);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(26, 77, 109, .28);
}
.btn-wa {
  background: var(--wa);
  color: var(--wa-ink) !important;
  font-weight: 800;
}

.site-footer {
  background: linear-gradient(180deg, #1f1f1f 0%, #151515 100%);
  color: rgba(255,255,255,.72);
  padding: 2.75rem 0 2.5rem;
  margin-top: 1.5rem;
  text-align: center;
}
.site-footer a { color: rgba(255,255,255,.85); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-grid {
  display: grid;
  gap: 2rem;
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
}
@media (min-width: 900px) {
  .footer-grid {
    grid-template-columns: 1.15fr 1.35fr 1fr;
    text-align: left;
    align-items: start;
  }
}
.footer-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: .3rem;
}
.footer-brand span {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: .25rem;
}
.footer-tag {
  display: inline-block;
  margin-top: .7rem;
  font-size: .78rem;
  font-weight: 700;
  color: #dce9f2;
  background: rgba(26, 77, 109, .45);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: .3rem .7rem;
}
.footer-contact {
  margin-top: .9rem;
  font-size: .9rem;
  line-height: 1.7;
}
.footer-contact strong { color: #fff; }
.footer-col-title {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: .75rem;
}
.pay-note {
  font-size: .86rem;
  color: rgba(255,255,255,.7);
  margin: 0 auto .9rem;
  max-width: 34ch;
  line-height: 1.45;
}
@media (min-width: 900px) {
  .pay-note { margin-left: 0; margin-right: 0; }
}
.pay-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem;
}
@media (min-width: 900px) {
  .pay-methods { justify-content: flex-start; }
}
.pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: .3rem .6rem;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
}
.pay-badge.visa { color: #1a1f71; }
.pay-badge.mc { color: #eb001b; }
.pay-badge.amex { color: #2e77bc; }
.pay-badge.paypal { color: #003087; text-transform: none; font-size: .76rem; letter-spacing: 0; }
.pay-badge.stripe { color: #635bff; text-transform: none; font-size: .76rem; letter-spacing: 0; }
.pay-badge.apple,
.pay-badge.gpay {
  background: #111;
  color: #fff;
  text-transform: none;
  font-size: .72rem;
  letter-spacing: 0;
}
.pay-secure {
  margin-top: .8rem;
  font-size: .76rem;
  color: rgba(255,255,255,.48);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem 1rem;
  margin: 0;
  font-size: .88rem;
  font-weight: 600;
}
@media (min-width: 900px) {
  .footer-links {
    justify-content: flex-start;
    flex-direction: column;
    gap: .5rem;
  }
}
.footer-links a {
  color: rgba(255,255,255,.82);
  width: fit-content;
}
.footer-links a:hover { color: #fff; }
.footer-bottom {
  width: min(100% - 2rem, 1100px);
  margin: 2rem auto 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  gap: .7rem;
}
.footer-disclaimer {
  font-size: .8rem;
  color: rgba(255,255,255,.5);
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.5;
}
.footer-copy {
  font-size: .74rem;
  color: rgba(255,255,255,.38);
}

.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  margin-bottom: .85rem;
  box-shadow: 0 10px 28px rgba(42,42,42,.05);
}
.review-card .stars { color: #f5a623; letter-spacing: .08em; margin-bottom: .45rem; }
.review-card p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-2);
  margin-bottom: .5rem;
}
.review-card cite {
  font-style: normal;
  font-size: .85rem;
  font-weight: 700;
  color: var(--mute);
}
