/* ESAProof — shared styles. Visual language: white base, AZ sunset orange,
   bold contemporary display type, verdict-as-color-block. */
:root {
  --orange: #FF5A1F;
  --orange-deep: #E64200;
  --ink: #191410;
  --ink-soft: #5C544C;
  --paper: #FFFFFF;
  --warm: #FFF5EF;
  --line: #EFE7E0;
  --green-a: #0EA45C; --green-b: #0A7C45;
  --red-a: #E5484D;   --red-b: #C53035;
  --amber-a: #F59E0B; --amber-b: #C77708;
  --blue-a: #3B82F6;  --blue-b: #2563EB;
  --gray-a: #8A8178;  --gray-b: #6E665E;
  --radius: 18px;
  --maxw: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.display { font-family: "Bricolage Grotesque", -apple-system, sans-serif; }
a { color: var(--orange-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 6px;
}
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- nav ---------- */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.18rem; color: var(--ink); letter-spacing: -0.02em; }
.brand:hover { text-decoration: none; }
.brand .mark {
  width: 32px; height: 32px; border-radius: 9px; flex: 0 0 32px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  display: grid; place-items: center; color: #fff; font-size: 1rem; font-weight: 800;
}
.nav-links { display: flex; gap: 22px; align-items: center; font-weight: 600; font-size: 0.95rem; }
.nav-links a { color: var(--ink); }
.nav-links a.pill {
  background: var(--ink); color: #fff; padding: 9px 18px; border-radius: 999px;
}
.nav-links a.pill:hover { background: #000; text-decoration: none; }
@media (max-width: 560px) { .nav-links { gap: 14px; font-size: 0.88rem; } }

/* ---------- buttons & forms ---------- */
.btn {
  display: inline-block; border: 0; cursor: pointer; font-weight: 700; font-size: 1.02rem;
  padding: 15px 28px; border-radius: 999px; color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  box-shadow: 0 6px 18px rgba(230, 66, 0, 0.28);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 9px 22px rgba(230, 66, 0, 0.34); text-decoration: none; }
.btn.secondary { background: var(--ink); box-shadow: 0 6px 16px rgba(25, 20, 16, 0.22); }
.input {
  width: 100%; font-size: 1.05rem; padding: 15px 18px; border-radius: 14px;
  border: 2px solid var(--line); background: #fff; color: var(--ink);
}
.input:focus { border-color: var(--orange); outline: none; }

/* ---------- verdict color blocks ---------- */
.v-allowed_no_docs, .v-allowed_category { background: linear-gradient(135deg, var(--green-a), var(--green-b)); }
.v-allowed_curriculum_doc, .v-conditional { background: linear-gradient(135deg, var(--amber-a), var(--amber-b)); }
.v-disability_only { background: linear-gradient(135deg, var(--blue-a), var(--blue-b)); }
.v-prohibited { background: linear-gradient(135deg, var(--red-a), var(--red-b)); }
.v-unknown { background: linear-gradient(135deg, var(--gray-a), var(--gray-b)); }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); margin-top: 90px; padding: 44px 0 56px; }
.foot-sig { font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; margin: 0 0 18px; }
.foot-sig em { color: var(--orange-deep); font-style: normal; }
.foot-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 0.92rem; font-weight: 600; margin-bottom: 18px; }
.foot-links a { color: var(--ink-soft); }
.foot-fine { color: var(--ink-soft); font-size: 0.82rem; max-width: 720px; line-height: 1.55; }

/* ---------- utilities ---------- */
.eyebrow { display: inline-block; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange-deep); margin-bottom: 14px; }
.muted { color: var(--ink-soft); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ============================================================
   v1.2 additions — hero search box + pricing section
   Buttons/inputs follow the site language: pill radius,
   sunset gradient, --radius cards.
============================================================ */

/* ---------- hero search box ---------- */
.hero-check { margin-top: 36px; max-width: 580px; }
.hero-check-label { display: block; font-weight: 700; font-size: 1.02rem; margin-bottom: 12px; }
.hero-check-row { display: flex; gap: 10px; }
.hero-check-row .input { flex: 1 1 240px; min-width: 0; }
.hero-check-btn {
  flex-shrink: 0; border: 0; cursor: pointer; font-weight: 700; font-size: 1.02rem;
  padding: 15px 26px; border-radius: 999px; color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  box-shadow: 0 6px 18px rgba(230, 66, 0, 0.28);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.hero-check-btn:hover { transform: translateY(-1px); box-shadow: 0 9px 22px rgba(230, 66, 0, 0.34); }
.hero-check-hint { font-size: 0.85rem; margin: 10px 0 0; }
@media (max-width: 560px) {
  .hero-check-row { flex-direction: column; }
  .hero-check-btn { width: 100%; }
}

/* ---------- pricing section ---------- */
.pricing { padding: 90px 0 0; }
.pricing h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -0.02em; font-weight: 800; margin: 0 0 10px; }
.pricing-intro { color: var(--ink-soft); max-width: 640px; font-size: 1.05rem; margin: 0 0 40px; }
.pricing-intro strong { color: var(--ink); }

.price-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 22px; align-items: start; }
@media (max-width: 840px) { .price-grid { grid-template-columns: 1fr; } }

.price-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; background: var(--paper);
}
.price-card-featured {
  border: 2px solid var(--orange-deep);
  box-shadow: 0 14px 40px rgba(230, 66, 0, 0.12);
}
.price-badge {
  display: inline-block; margin: 0 0 14px; padding: 6px 14px;
  font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
}
.price-name { font-size: 1.2rem; letter-spacing: -0.01em; font-weight: 800; margin: 0 0 10px; }
.price-figure { display: flex; align-items: baseline; gap: 10px; margin: 0 0 20px; }
.price-was { font-size: 1.2rem; font-weight: 600; color: var(--ink-soft); text-decoration: line-through; }
.price-amount { font-size: 2.6rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.price-unit { font-size: 0.95rem; color: var(--ink-soft); }

.price-list { list-style: none; margin: 0 0 20px; padding: 0; }
.price-list li {
  position: relative; padding-left: 26px; margin-bottom: 12px;
  font-size: 0.96rem; line-height: 1.55; color: var(--ink-soft);
}
.price-list li b, .price-list li strong { color: var(--ink); }
.price-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  font-weight: 800; color: var(--orange-deep);
}
.price-list li em { font-style: italic; }

.price-lock {
  font-size: 0.92rem; font-weight: 700; margin: 0 0 20px;
  padding: 12px 16px; border-radius: 12px;
  background: var(--warm); border: 1px solid var(--line);
}

.price-cta-quiet {
  display: inline-block; width: 100%; text-align: center; box-sizing: border-box;
  font-weight: 700; font-size: 1.02rem; padding: 13px 26px; border-radius: 999px;
  color: var(--orange-deep); border: 2px solid var(--orange-deep); background: transparent;
}
.price-cta-quiet:hover { background: var(--warm); text-decoration: none; }

.reserve-form { display: flex; flex-direction: column; gap: 12px; }
.reserve-form .btn { width: 100%; }
.reserve-msg { min-height: 1.3em; font-size: 0.94rem; font-weight: 700; margin: 12px 0 0; }
.reserve-msg-ok { color: var(--green-b); }
.reserve-msg-err { color: var(--red-b); }
.reserve-fine { font-size: 0.85rem; line-height: 1.5; margin-top: 10px; }

.pricing-foot { max-width: 640px; margin-top: 48px; }
.price-anchor { margin: 0; padding-left: 18px; border-left: 3px solid var(--orange-deep); }
.price-anchor p { margin: 0; font-size: 1.12rem; line-height: 1.6; font-style: italic; color: var(--ink-soft); }
.price-anchor-answer { font-weight: 800; font-size: 1.08rem; margin: 14px 0 24px; }
.price-why { font-size: 0.9rem; line-height: 1.55; }
