/* ===== Muncie Moving Help — styles ===== */
:root {
  --navy: #12263a;
  --navy-2: #1b3a5b;
  --navy-deep: #0d1c2b;
  --amber: #ff7a30;
  --amber-dark: #e9651c;
  --ink: #1f2933;
  --slate: #52606d;
  --mist: #f4f7fa;
  --line: #e3e8ee;
  --white: #ffffff;
  --green: #1f9d63;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 3px rgba(18,38,58,.08), 0 1px 2px rgba(18,38,58,.06);
  --shadow: 0 10px 30px rgba(18,38,58,.10);
  --shadow-lg: 0 24px 60px rgba(18,38,58,.16);
  --maxw: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; color: var(--navy); letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 760px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 700; font-size: 1rem; cursor: pointer;
  padding: .85rem 1.4rem; border-radius: 999px; border: 2px solid transparent;
  transition: transform .12s ease, background .15s ease, box-shadow .15s ease, color .15s ease;
  white-space: nowrap; line-height: 1;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 1.05rem 1.8rem; font-size: 1.08rem; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: var(--amber); color: #fff; box-shadow: 0 8px 20px rgba(255,122,48,.32); }
.btn-primary:hover { background: var(--amber-dark); box-shadow: 0 10px 26px rgba(255,122,48,.4); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-outline:hover { border-color: var(--navy); background: var(--mist); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-size: 1.18rem; color: var(--navy); }
.brand-mark { display: inline-flex; color: var(--amber); }
.brand-text { font-weight: 500; letter-spacing: -0.02em; }
.brand-text strong { font-weight: 800; }
.site-nav { display: flex; gap: 1.6rem; }
.site-nav a { color: var(--slate); font-weight: 600; font-size: .98rem; }
.site-nav a:hover { color: var(--navy); }
.site-nav a.nav-hiring { color: var(--amber-dark); font-weight: 800; }
.site-nav a.nav-hiring:hover { color: var(--amber); }
.header-phone { display: inline-flex; align-items: center; gap: .4rem; color: var(--navy); font-weight: 700; }
.header-phone:hover { color: var(--amber-dark); }

/* ===== Hero ===== */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(255,122,48,.10), transparent 60%),
    linear-gradient(180deg, var(--mist), #fff);
  padding: 64px 0 56px;
}
.hero-grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: 48px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 800; color: var(--amber-dark); margin-bottom: .6rem; }
.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 850; }
.hero h1 .hl { color: var(--amber); }
.lede { font-size: 1.18rem; color: var(--slate); max-width: 36ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1.2rem; }
.hero-points { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 1.2rem; }
.hero-points li { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; color: var(--navy); }
.ck { color: var(--green); flex: none; }
.hero-hiring { margin: 1.1rem 0 0; font-size: .96rem; color: var(--slate); font-weight: 600; }
.hero-hiring a { color: var(--amber-dark); font-weight: 800; }
.hero-hiring a:hover { color: var(--amber); }

.hero-card { display: flex; justify-content: center; }
.quote-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 28px; width: 100%; max-width: 380px;
}
.quote-card h3 { font-size: 1.4rem; margin-bottom: .2rem; }
.quote-sub { color: var(--slate); margin-bottom: 1.2rem; }
.quote-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 18px; text-align: center; }
.quote-meta div { background: var(--mist); border-radius: 12px; padding: 12px 6px; }
.quote-meta strong { display: block; color: var(--navy); font-size: 1rem; }
.quote-meta span { display: block; font-size: .72rem; color: var(--slate); line-height: 1.3; margin-top: 2px; }

/* ===== Trust bar ===== */
.trustbar { background: var(--navy); color: #cfe0f1; }
.trustbar-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .7rem; padding: 14px 22px; font-size: .92rem; font-weight: 600; text-align: center; }
.trustbar .dot { opacity: .45; }

/* ===== Sections ===== */
.section { padding: 76px 0; }
.section-alt { background: var(--mist); }
.section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 820; }
.section-head p { font-size: 1.1rem; color: var(--slate); margin: 0; }
.section-head.light h2, .section-head.light p { color: #fff; }
.section-head.light p { color: #b9cce0; }

/* ===== Service cards ===== */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-ic {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(135deg, #fff1e8, #ffe2d1); color: var(--amber-dark); margin-bottom: 16px;
}
.card h3 { font-size: 1.18rem; }
.card p { color: var(--slate); margin: 0; font-size: .98rem; }

/* ===== Steps ===== */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.steps li { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px 26px; box-shadow: var(--shadow-sm); }
.step-num {
  display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: 14px;
}
.steps h3 { font-size: 1.22rem; }
.steps p { color: var(--slate); margin: 0; }

/* ===== Pricing ===== */
.pricing-wrap { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; max-width: 820px; margin: 0 auto; }
.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); }
.price-card.featured { border-color: var(--amber); box-shadow: var(--shadow); }
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--amber); color: #fff; font-weight: 700; font-size: .8rem;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.price-card h3 { font-size: 1.3rem; }
.price { margin: .2rem 0 .2rem; }
.price .amt { font-size: 3rem; font-weight: 850; color: var(--navy); }
.price .per { font-size: 1.1rem; color: var(--slate); font-weight: 600; }
.price-sub { color: var(--navy); font-weight: 700; font-size: 1rem; margin: 0 0 .35rem; }
.price-note { color: var(--slate); font-size: .95rem; margin-bottom: 1.2rem; }
.price-note strong { color: var(--navy); font-weight: 800; white-space: nowrap; }
.price-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.price-list li { position: relative; padding-left: 28px; margin-bottom: .6rem; color: var(--ink); }
.price-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px;
  background: var(--green); border-radius: 50%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}
.price-fineprint { text-align: center; color: var(--slate); font-size: .92rem; margin: 26px auto 0; max-width: 560px; }

/* ===== Why (navy) ===== */
.section-navy { background: linear-gradient(180deg, var(--navy), var(--navy-deep)); color: #dce7f2; }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.why-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 26px 22px; }
.why-item svg { color: var(--amber); margin-bottom: 12px; }
.why-item h3 { color: #fff; font-size: 1.15rem; }
.why-item p { color: #aec3da; margin: 0; font-size: .96rem; }

/* ===== Booking ===== */
.book-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
.book-intro h2 { font-size: clamp(1.7rem,3vw,2.3rem); }
.book-intro > p { color: var(--slate); font-size: 1.08rem; }
.book-assure { list-style: none; padding: 0; margin: 1.4rem 0; }
.book-assure li { display: flex; align-items: center; gap: .55rem; margin-bottom: .7rem; font-weight: 600; color: var(--navy); }
.book-call { margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.book-call p { font-weight: 700; color: var(--navy); margin-bottom: .6rem; }

.book-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-weight: 700; font-size: .92rem; color: var(--navy); margin-bottom: .4rem; }
.req { color: var(--amber-dark); }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .9rem; font: inherit; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 11px; background: #fff; transition: border .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(255,122,48,.16);
}
.field textarea { resize: vertical; }
.field input.invalid, .field select.invalid { border-color: #e23b3b; box-shadow: 0 0 0 3px rgba(226,59,59,.12); }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.check { display: flex; align-items: center; gap: .5rem; font-weight: 500 !important; color: var(--ink) !important; font-size: .96rem !important; cursor: pointer; margin: 0; }
.check input { width: auto; accent-color: var(--amber); width: 18px; height: 18px; }
.form-error { background: #fdecec; color: #b62020; border: 1px solid #f5c2c2; padding: .7rem .9rem; border-radius: 10px; font-size: .92rem; font-weight: 600; margin-bottom: 14px; }
.form-fineprint { font-size: .82rem; color: var(--slate); text-align: center; margin: .9rem 0 0; }
.field-hint { display: block; margin-top: .4rem; font-size: .82rem; color: var(--slate); font-weight: 500; line-height: 1.4; }

/* Success state */
.book-success { grid-column: 1 / -1; max-width: 560px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px 32px; box-shadow: var(--shadow); }
.success-ic { width: 76px; height: 76px; border-radius: 50%; background: #e7f7ee; color: var(--green); display: grid; place-items: center; margin: 0 auto 18px; }
.book-success h2 { font-size: 1.9rem; }
.book-success > p { color: var(--slate); font-size: 1.08rem; }
.success-fast { font-weight: 700; color: var(--navy) !important; margin-top: 1.4rem !important; }
.success-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: .4rem; }

/* ===== FAQ ===== */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 54px 20px 22px; font-weight: 700; color: var(--navy);
  font-size: 1.06rem; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--amber); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 22px 20px; margin: 0; color: var(--slate); }

/* ===== CTA strip ===== */
.section-cta { background: linear-gradient(135deg, var(--amber), var(--amber-dark)); text-align: center; color: #fff; padding: 64px 0; }
.section-cta h2 { color: #fff; font-size: clamp(1.7rem,3vw,2.3rem); }
.section-cta p { color: #fff; opacity: .95; font-size: 1.12rem; margin-bottom: 1.6rem; }
.section-cta .btn-primary { background: #fff; color: var(--amber-dark); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.section-cta .btn-primary:hover { background: var(--navy); color: #fff; }

/* ===== Footer ===== */
.site-footer { background: var(--navy-deep); color: #aec3da; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.brand-footer { color: #fff; margin-bottom: 12px; }
.brand-footer .brand-text { color: #fff; }
.footer-blurb { color: #8ea7c2; max-width: 34ch; font-size: .95rem; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.footer-col a, .footer-col p { display: block; color: #aec3da; margin-bottom: .5rem; font-size: .95rem; }
.footer-col a:hover { color: var(--amber); }
.footer-base { border-top: 1px solid rgba(255,255,255,.1); margin-top: 36px; padding-top: 20px; }
.footer-base p { color: #7d96b1; font-size: .86rem; margin: 0; text-align: center; }

/* ===== Sticky mobile CTA ===== */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  display: none; text-align: center; background: var(--amber); color: #fff; font-weight: 800;
  padding: 1rem; border-radius: 999px; box-shadow: 0 10px 30px rgba(255,122,48,.45);
}

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-card { justify-content: stretch; }
  .quote-card { max-width: none; }
  .cards { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .book-grid { grid-template-columns: 1fr; gap: 28px; }
  .site-nav { display: none; }
}
@media (max-width: 600px) {
  .section { padding: 56px 0; }
  .hero { padding: 40px 0 44px; }
  .header-phone span { display: none; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .pricing-wrap { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .checks { grid-template-columns: 1fr; }
  .success-actions { flex-direction: column; }
  .success-actions .btn { width: 100%; }
  .sticky-cta { display: block; }
  body { padding-bottom: 80px; }
}

/* ===== Ball State seasonal ===== */
.ballstate { background: linear-gradient(135deg, #16314c, #0d1c2b); color: #dce7f2; }
.ballstate-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.eyebrow.light { color: var(--amber); }
.ballstate h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.ballstate p { color: #b9cce0; font-size: 1.08rem; }
.ballstate-parent strong { color: #fff; }
.ballstate .btn-primary { margin-top: .6rem; }
.ballstate-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.ballstate-list li { display: flex; align-items: center; gap: .8rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 15px 18px; font-weight: 600; color: #eaf1f8; }
.ballstate-list li span { font-size: 1.35rem; line-height: 1; }

/* ===== Now hiring / Join the crew ===== */
.hiring { background: linear-gradient(135deg, var(--navy-2), var(--navy-deep)); color: #dce7f2; }
.hiring-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hiring-badge { display: inline-block; background: var(--amber); color: #fff; font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; padding: 6px 14px; border-radius: 999px; margin-bottom: 1rem; }
.hiring-copy h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.hiring-copy > p { color: #b9cce0; font-size: 1.08rem; }
.hiring-points { list-style: none; padding: 0; margin: 1.3rem 0 0; display: grid; gap: .8rem; }
.hiring-points li { display: flex; align-items: center; gap: .6rem; font-weight: 600; color: #eaf1f8; }
.hiring-points .ck { color: var(--amber); }
.hiring-cta { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 30px; }
.hiring-cta h3 { color: #fff; font-size: 1.35rem; margin-bottom: .3rem; }
.hiring-cta > p { color: #b9cce0; margin-bottom: 1.3rem; }
.hiring-actions { display: grid; gap: .7rem; }
.hiring-fine { color: #8ea7c2; font-size: .84rem; text-align: center; margin: 1.1rem 0 0; }

/* ===== Cost estimator ===== */
.estimator { max-width: 820px; margin: 28px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 30px; text-align: center; }
.est-head h3 { font-size: 1.35rem; }
.est-head p { color: var(--slate); margin-bottom: 1.3rem; }
.est-controls { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 26px; align-items: center; text-align: left; background: var(--mist); border-radius: var(--radius); padding: 22px 24px; margin-bottom: 20px; }
.est-field label { display: block; font-weight: 700; color: var(--navy); font-size: .92rem; margin-bottom: .5rem; }
.est-field select { width: 100%; padding: .7rem .8rem; border: 1.5px solid var(--line); border-radius: 11px; font: inherit; background: #fff; }
.est-field input[type="range"] { width: 100%; accent-color: var(--amber); height: 6px; }
.est-hours-val { color: var(--amber-dark); font-weight: 800; }
.est-scale { display: flex; justify-content: space-between; font-size: .74rem; color: var(--slate); margin-top: 6px; }
.est-result { text-align: center; padding-left: 8px; }
.est-result-label { display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; color: var(--slate); font-weight: 700; }
.est-result-amt { display: block; font-size: 2.5rem; font-weight: 850; color: var(--navy); line-height: 1.1; }

/* ===== Our promise ===== */
.promise { background: #fff; padding: 72px 0; text-align: center; }
.promise-eyebrow { text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--amber-dark); font-size: .82rem; margin-bottom: 1rem; }
.promise-quote { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: var(--navy); max-width: 840px; margin: 0 auto 1.1rem; line-height: 1.32; letter-spacing: -0.01em; }
.promise-sign { color: var(--slate); font-weight: 600; margin: 0; }
.cta-areas { max-width: 720px; margin-left: auto; margin-right: auto; }

/* ===== Accessibility ===== */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .card:hover { transform: none; }
}

/* ===== Responsive — new sections ===== */
@media (max-width: 940px) {
  .ballstate-grid { grid-template-columns: 1fr; gap: 30px; }
  .hiring-inner { grid-template-columns: 1fr; gap: 30px; }
  .est-controls { grid-template-columns: 1fr; gap: 18px; }
  .est-result { text-align: left; padding-left: 0; }
}
@media (max-width: 600px) {
  .estimator { padding: 22px; }
  .est-result-amt { font-size: 2.1rem; }
  .promise { padding: 56px 0; }
}

/* ===== Anchor offset (sticky header) ===== */
section[id] { scroll-margin-top: 88px; }

/* ===== Comparison ===== */
.compare-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; max-width: 880px; margin: 0 auto; }
.compare-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.compare-card.win { border-color: var(--green); box-shadow: var(--shadow); }
.compare-card.lose { background: #fbfcfd; }
.compare-card h3 { display: flex; align-items: center; gap: .6rem; font-size: 1.18rem; margin-bottom: 1.2rem; }
.compare-tag { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #fff; background: var(--green); padding: 4px 11px; border-radius: 999px; }
.compare-tag.muted { background: var(--slate); }
.compare-list { list-style: none; padding: 0; margin: 0; }
.compare-list li { position: relative; padding-left: 30px; margin-bottom: .8rem; font-size: .98rem; line-height: 1.45; }
.compare-list li::before { content: ""; position: absolute; left: 0; top: 2px; width: 19px; height: 19px; border-radius: 50%; }
.compare-list.yes li { color: var(--ink); }
.compare-list.yes li::before {
  background-color: var(--green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat;
}
.compare-list.no li { color: var(--slate); }
.compare-list.no li::before {
  background-color: #c0563f;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/11px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/11px no-repeat;
}

/* ===== Scroll reveal ===== */
.reveal-on .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal-on .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal-on .reveal { opacity: 1 !important; transform: none !important; }
}

/* ===== Active nav ===== */
.site-nav a.active { color: var(--navy); }
.site-nav a.active::after { content: ""; display: block; height: 2px; background: var(--amber); border-radius: 2px; margin-top: 3px; }

@media (max-width: 700px) {
  .compare-cards { grid-template-columns: 1fr; }
}
