/* ============================================================
   CHIFFREX — Page section components
   ============================================================ */

/* ---------- Hero (home) ---------- */
.hero { position: relative; padding-top: clamp(48px, 6vw, 84px); padding-bottom: clamp(56px, 7vw, 96px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -180px; right: -120px; width: 620px; height: 620px; z-index: -1;
  background: radial-gradient(circle, rgba(206,17,38,.07), transparent 62%);
}
.hero__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero__eyebrow { margin-bottom: 22px; }
.hero h1 { margin-bottom: 24px; }
.hero__sub { max-width: 540px; margin-bottom: 34px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.hero__trust { display: flex; gap: 30px; flex-wrap: wrap; }
.hero__trust-item { display: flex; flex-direction: column; }
.hero__trust-item b { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; letter-spacing: -.02em; color: var(--navy-700); }
.hero__trust-item span { font-size: .84rem; color: var(--slate-500); font-weight: 600; }

.hero__visual { position: relative; }
.hero__photo { aspect-ratio: 4 / 5; box-shadow: var(--sh-3); }
.hero__photo--frame { border: 8px solid #fff; }
.hero__badge {
  position: absolute; left: -28px; bottom: 42px; z-index: 3;
  background: #fff; border-radius: var(--r-md); box-shadow: var(--sh-3); padding: 18px 22px;
  display: flex; align-items: center; gap: 14px; max-width: 260px;
}
.hero__badge .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--green-tint); color: var(--green-600); display: grid; place-items: center; flex-shrink: 0; }
.hero__badge .ico svg { width: 24px; height: 24px; }
.hero__badge b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.hero__badge span { font-size: .82rem; color: var(--slate-500); }
.hero__chip {
  position: absolute; right: -18px; top: 32px; z-index: 3;
  background: var(--navy-800); color: #fff; border-radius: var(--r-pill); padding: 11px 20px;
  display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: .9rem; box-shadow: var(--sh-navy);
}
.hero__chip .dot { width: 9px; height: 9px; border-radius: 50%; background: #38d27e; box-shadow: 0 0 0 4px rgba(56,210,126,.25); }

/* ---------- Tracking widget ---------- */
.track-widget { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-2); padding: 26px; }
.track-widget__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.track-widget__head .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--navy-700); color: #fff; display: grid; place-items: center; }
.track-widget__head .ico svg { width: 22px; height: 22px; }
.track-widget__head h3 { font-size: 1.18rem; }
.track-widget__head p { font-size: .86rem; color: var(--slate-500); margin: 2px 0 0; }
.track-form { display: flex; gap: 10px; }
.track-form input {
  flex: 1; height: 52px; padding: 0 16px; border: 1.5px solid var(--line-strong); border-radius: var(--r-sm);
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.track-form input:focus { outline: none; border-color: var(--navy-600); box-shadow: 0 0 0 3px rgba(42,87,166,.16); }
.track-form .btn { height: 52px; }
.track-hint { font-size: .82rem; color: var(--slate-400); margin: 12px 0 0; }
.track-hint b { color: var(--navy-600); }

#track-result { display: none; margin-top: 0; }
#track-result.show { display: block; margin-top: 18px; }
.track-msg { padding: 12px 14px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 600; }
.track-msg--err { background: var(--red-tint); color: var(--red-700); }
.track-loading { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--slate-500); padding: 8px 0; }
.track-loading span { width: 7px; height: 7px; border-radius: 50%; background: var(--navy-500); animation: tdot 1s infinite ease-in-out both; }
.track-loading span:nth-child(2) { animation-delay: .15s; }
.track-loading span:nth-child(3) { animation-delay: .3s; }
@keyframes tdot { 0%, 80%, 100% { opacity: .3; transform: scale(.7); } 40% { opacity: 1; transform: scale(1); } }

.track-card { border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px; background: var(--surface); }
.track-card__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.track-card__ref { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin-right: 10px; }
.track-card__eta { font-size: .82rem; color: var(--slate-500); font-weight: 600; }
.track-route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 18px; }
.track-route__pt strong { display: block; font-family: var(--font-display); font-size: 1rem; }
.track-route__pt span { font-size: .76rem; color: var(--slate-400); }
.track-route__pt.right { text-align: right; }
.track-progress { height: 5px; background: var(--line-strong); border-radius: 3px; position: relative; overflow: hidden; }
.track-progress__fill { position: absolute; inset: 0 auto 0 0; background: linear-gradient(90deg, var(--navy-600), var(--red-600)); border-radius: 3px; }
.track-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.track-steps li { display: flex; align-items: center; gap: 11px; font-size: .9rem; color: var(--slate-400); }
.track-steps li span { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--line-strong); flex-shrink: 0; }
.track-steps li.done { color: var(--slate-700); }
.track-steps li.done span { background: var(--green-600); border-color: var(--green-600); }
.track-steps li.active { color: var(--navy-700); font-weight: 700; }
.track-steps li.active span { border-color: var(--red-600); background: var(--red-tint); box-shadow: 0 0 0 3px rgba(206,17,38,.14); }

/* ---------- Logo strip ---------- */
.logostrip { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; opacity: .9; }
.logostrip__label { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--slate-400); }
.logostrip__items { display: flex; gap: 38px; flex-wrap: wrap; align-items: center; }
.logostrip__item { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--slate-400); display: flex; align-items: center; gap: 8px; }
.logostrip__item svg { width: 22px; height: 22px; }

/* ---------- Stats band ---------- */
.statsband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.statsband__cell { background: #fff; padding: 36px 28px; text-align: center; }
.statsband .stat__value { color: var(--navy-700); }
.statsband .stat__value em { color: var(--red-600); font-style: normal; }

/* ---------- Services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card { padding: 30px 28px 28px; display: flex; flex-direction: column; min-height: 280px; position: relative; overflow: hidden; }
.svc-card__num { position: absolute; top: 22px; right: 26px; font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--line-strong); }
.svc-card__ico { width: 56px; height: 56px; border-radius: 14px; background: var(--navy-tint); color: var(--navy-700); display: grid; place-items: center; margin-bottom: 22px; transition: all .2s var(--ease); }
.svc-card__ico svg { width: 28px; height: 28px; stroke-width: 1.75; }
.svc-card:hover .svc-card__ico { background: var(--red-600); color: #fff; transform: rotate(-4deg); }
.svc-card h3 { font-size: 1.32rem; margin-bottom: 10px; }
.svc-card p { font-size: .96rem; color: var(--slate-500); margin-bottom: 18px; flex: 1; }
.svc-card .btn--link { margin-top: auto; }

/* Wide feature service row */
.svc-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.svc-feature__media { min-height: 360px; }
.svc-feature__body { padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; background: #fff; }
.svc-feature--rev .svc-feature__media { order: 2; }
.svc-feature__list { list-style: none; margin: 22px 0 28px; padding: 0; display: grid; gap: 12px; }
.svc-feature__list li { display: flex; gap: 11px; align-items: flex-start; font-size: .98rem; color: var(--slate-700); }
.svc-feature__list svg { width: 20px; height: 20px; color: var(--green-600); flex-shrink: 0; margin-top: 2px; }

/* ---------- Why us ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.why-list { display: grid; gap: 8px; }
.why-item { display: flex; gap: 18px; padding: 20px; border-radius: var(--r-md); transition: background .2s; }
.why-item:hover { background: #fff; box-shadow: var(--sh-1); }
.why-item__ico { width: 50px; height: 50px; border-radius: 12px; background: var(--red-tint); color: var(--red-600); display: grid; place-items: center; flex-shrink: 0; }
.why-item__ico svg { width: 25px; height: 25px; }
.why-item h3 { font-size: 1.15rem; margin-bottom: 5px; }
.why-item p { font-size: .94rem; color: var(--slate-500); margin: 0; }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.process__step { position: relative; }
.process__num { width: 54px; height: 54px; border-radius: 50%; background: var(--navy-800); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; margin-bottom: 20px; position: relative; z-index: 2; }
.process__step:not(:last-child) .process__num::after { content: ""; position: absolute; left: 64px; top: 50%; width: calc(100% + 24px); height: 2px; background: var(--line-strong); z-index: -1; }
.process__step h3 { font-size: 1.18rem; margin-bottom: 8px; }
.process__step p { font-size: .92rem; color: var(--slate-500); margin: 0; }
.process--light .process__num { background: var(--red-600); }

/* ---------- Coverage ---------- */
.coverage { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
.coverage__map { aspect-ratio: 5 / 4; border-radius: var(--r-lg); position: relative; }

/* RDC coverage map */
.rdc-map { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; display: block; }
.rdc-map__land {
  fill: rgba(255,255,255,.05);
  stroke: rgba(255,255,255,.28);
  stroke-width: 1.5;
  stroke-linejoin: round;
}
.rdc-map__route {
  fill: none;
  stroke: var(--red-500);
  stroke-width: 1.4;
  stroke-dasharray: 4 5;
  stroke-linecap: round;
  opacity: .65;
}
.rdc-map__dot { fill: var(--red-500); }
.rdc-map__dot--cap { fill: #fff; stroke: var(--red-500); stroke-width: 2.5; }
.rdc-map__ping { fill: none; stroke: var(--red-500); stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; }
.rdc-map__label {
  font-family: var(--font-body); font-weight: 700; font-size: 13px;
  fill: rgba(255,255,255,.92); letter-spacing: .01em;
  paint-order: stroke; stroke: rgba(12,30,69,.55); stroke-width: 3px; stroke-linejoin: round;
}
.rdc-map__label--cap { font-size: 14.5px; fill: #fff; }
@media (prefers-reduced-motion: no-preference) {
  .rdc-map__ping { animation: rdcPing 2.8s var(--ease) infinite; }
  .rdc-map__city:nth-child(5) .rdc-map__ping { animation-delay: .5s; }
  .rdc-map__city:nth-child(6) .rdc-map__ping { animation-delay: 1s; }
  .rdc-map__city:nth-child(7) .rdc-map__ping { animation-delay: 1.5s; }
  .rdc-map__city:nth-child(8) .rdc-map__ping { animation-delay: 2s; }
}
@keyframes rdcPing {
  0%   { opacity: .7; transform: scale(.6); }
  70%  { opacity: 0;  transform: scale(2.4); }
  100% { opacity: 0;  transform: scale(2.4); }
}
.coverage__points { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.coverage__points li { display: flex; gap: 11px; align-items: center; font-weight: 600; color: var(--slate-700); font-size: .96rem; }
.coverage__points svg { width: 18px; height: 18px; color: var(--red-600); flex-shrink: 0; }

/* ---------- Testimonials ---------- */
.tcarousel { position: relative; }
.tcarousel__viewport { overflow: hidden; }
.tcarousel__track { display: flex; gap: 24px; transition: transform .45s var(--ease); }
.tcard { flex: 0 0 calc((100% - 48px) / 3); background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px 28px; display: flex; flex-direction: column; box-shadow: var(--sh-1); }
.tcard__quote { font-family: var(--font-serif); font-style: italic; font-size: 1.18rem; line-height: 1.45; color: var(--ink); margin-bottom: 22px; flex: 1; }
.tcard__stars { display: flex; gap: 3px; margin-bottom: 16px; color: var(--red-600); }
.tcard__stars svg { width: 17px; height: 17px; fill: currentColor; }
.tcard__person { display: flex; align-items: center; gap: 13px; }
.tcard__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--navy-700); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; flex-shrink: 0; }
.tcard__person b { display: block; font-size: .98rem; }
.tcard__person span { font-size: .84rem; color: var(--slate-500); }
.tcarousel__nav { display: flex; gap: 10px; }
.tcarousel__btn { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line-strong); background: #fff; display: grid; place-items: center; color: var(--navy-700); transition: all .15s; }
.tcarousel__btn:hover { background: var(--navy-700); color: #fff; border-color: var(--navy-700); }
.tcarousel__btn svg { width: 20px; height: 20px; }
.tcarousel__dots { display: flex; gap: 7px; }
.tcarousel__dots button { width: 8px; height: 8px; border-radius: 50%; border: none; background: var(--line-strong); padding: 0; transition: all .2s; }
.tcarousel__dots button.active { background: var(--red-600); width: 22px; border-radius: 4px; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 820px; margin-inline: auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.faq__item.open { box-shadow: var(--sh-1); border-color: var(--line-strong); }
.faq__q { width: 100%; text-align: left; background: none; border: none; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.faq__q .icon { width: 30px; height: 30px; border-radius: 50%; background: var(--navy-tint); color: var(--navy-700); display: grid; place-items: center; flex-shrink: 0; transition: all .25s var(--ease); position: relative; }
.faq__q .icon::before, .faq__q .icon::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.faq__q .icon::before { width: 13px; height: 2px; }
.faq__q .icon::after { width: 2px; height: 13px; transition: transform .25s var(--ease); }
.faq__item.open .faq__q .icon { background: var(--red-600); color: #fff; }
.faq__item.open .faq__q .icon::after { transform: rotate(90deg); opacity: 0; }
.faq__a { max-height: 0; overflow: hidden; }
.faq__a-inner { padding: 0 24px 24px; color: var(--slate-600, var(--slate-500)); font-size: .98rem; line-height: 1.65; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--navy-800); border-radius: var(--r-xl); padding: clamp(44px, 6vw, 76px); overflow: hidden; color: #fff; }
.cta-band::before { content: ""; position: absolute; top: -120px; right: -80px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(206,17,38,.45), transparent 60%); }
.cta-band::after { content: ""; position: absolute; left: -100px; bottom: -160px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(42,87,166,.5), transparent 62%); }
.cta-band__inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 36px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; max-width: 620px; }
.cta-band p { color: rgba(255,255,255,.7); max-width: 480px; margin-top: 14px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--navy-800); color: #fff; position: relative; overflow: hidden; padding-block: clamp(64px, 8vw, 110px); }
.page-hero::before { content: ""; position: absolute; top: -160px; right: -100px; width: 540px; height: 540px; background: radial-gradient(circle, rgba(206,17,38,.32), transparent 60%); }
.page-hero::after { content: ""; position: absolute; left: -120px; bottom: -180px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(42,87,166,.4), transparent 62%); }
.page-hero__inner { position: relative; z-index: 2; max-width: 760px; }
.page-hero h1 { color: #fff; margin: 20px 0 18px; }
.page-hero .lead { color: rgba(255,255,255,.72); }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: rgba(255,255,255,.55); font-weight: 600; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { width: 14px; height: 14px; }

/* ---------- Values (about) ---------- */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-card { padding: 30px 26px; text-align: left; }
.value-card__ico { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 20px; background: var(--navy-tint); color: var(--navy-700); }
.value-card__ico svg { width: 26px; height: 26px; }
.value-card h3 { font-size: 1.2rem; margin-bottom: 9px; }
.value-card p { font-size: .93rem; color: var(--slate-500); margin: 0; }
.value-card__n { font-family: var(--font-display); font-weight: 800; font-size: .85rem; color: var(--red-600); letter-spacing: .1em; margin-bottom: 16px; }

/* Mission / vision split */
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mv-card { padding: clamp(30px, 4vw, 46px); border-radius: var(--r-lg); position: relative; overflow: hidden; }
.mv-card--mission { background: var(--surface); border: 1px solid var(--line); }
.mv-card--vision { background: var(--navy-800); color: #fff; }
.mv-card--vision h2, .mv-card--vision p { color: #fff; }
.mv-card--vision p { color: rgba(255,255,255,.75); }
.mv-card__tag { font-family: var(--font-body); font-weight: 700; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; display: inline-block; }
.mv-card--mission .mv-card__tag { color: var(--red-600); }
.mv-card--vision .mv-card__tag { color: var(--red-500); }
.mv-card .ico-lg { width: 60px; height: 60px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 22px; }
.mv-card--mission .ico-lg { background: var(--red-tint); color: var(--red-600); }
.mv-card--vision .ico-lg { background: rgba(255,255,255,.1); color: #fff; }
.mv-card .ico-lg svg { width: 30px; height: 30px; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card__photo { aspect-ratio: 3 / 4; border-radius: var(--r-md); margin-bottom: 16px; }
.team-card h3 { font-size: 1.12rem; }
.team-card .role { font-size: .88rem; color: var(--red-600); font-weight: 700; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.contact-info { display: grid; gap: 16px; }
.contact-info__card { display: flex; gap: 16px; padding: 22px; align-items: flex-start; }
.contact-info__ico { width: 48px; height: 48px; border-radius: 12px; background: var(--navy-tint); color: var(--navy-700); display: grid; place-items: center; flex-shrink: 0; }
.contact-info__ico svg { width: 23px; height: 23px; }
.contact-info__card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.contact-info__card p, .contact-info__card a { font-size: .95rem; color: var(--slate-500); margin: 0; }
.contact-info__card a:hover { color: var(--navy-700); }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-2); padding: clamp(28px, 3vw, 40px); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 8px; color: var(--slate-700); }
.field label .req { color: var(--red-600); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: var(--r-sm);
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy-600); box-shadow: 0 0 0 3px rgba(42,87,166,.16); }
.field.error input, .field.error textarea, .field.error select { border-color: var(--red-600); box-shadow: 0 0 0 3px rgba(206,17,38,.14); }
.field__err { display: none; color: var(--red-600); font-size: .82rem; font-weight: 600; margin-top: 6px; }
.field.error .field__err { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
#contact-success { display: none; text-align: center; padding: 40px 20px; }
#contact-success .ico { width: 68px; height: 68px; border-radius: 50%; background: var(--green-tint); color: var(--green-600); display: grid; place-items: center; margin: 0 auto 20px; }
#contact-success .ico svg { width: 34px; height: 34px; }

.map-embed { aspect-ratio: 16 / 7; border-radius: var(--r-lg); position: relative; overflow: hidden; border: 1px solid var(--line); }
.map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -100%); z-index: 3; color: var(--red-600); filter: drop-shadow(0 6px 10px rgba(0,0,0,.3)); }
.map-pin svg { width: 46px; height: 46px; }

/* ---------- Legal page ---------- */
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.legal-toc { position: sticky; top: 100px; display: grid; gap: 4px; }
.legal-toc a { padding: 9px 14px; border-radius: var(--r-sm); font-size: .92rem; font-weight: 600; color: var(--slate-500); border-left: 2px solid var(--line); transition: all .15s; }
.legal-toc a:hover, .legal-toc a.active { color: var(--navy-700); border-left-color: var(--red-600); background: var(--navy-tint); }
.legal-body h2 { font-size: 1.5rem; margin-bottom: 16px; }
.legal-body h2:not(:first-child) { margin-top: 48px; }
.legal-section { scroll-margin-top: 100px; }
.legal-body p { color: var(--slate-700); }
.legal-table { width: 100%; border-collapse: collapse; margin: 8px 0 16px; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.legal-table tr { border-bottom: 1px solid var(--line); }
.legal-table tr:last-child { border-bottom: none; }
.legal-table th { text-align: left; padding: 14px 18px; background: var(--surface); font-weight: 700; color: var(--navy-700); font-size: .9rem; width: 42%; vertical-align: top; }
.legal-table td { padding: 14px 18px; color: var(--slate-700); font-size: .95rem; }
.legal-fill { color: var(--slate-400); font-style: italic; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .statsband { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process__step:nth-child(2) .process__num::after { display: none; }
  .values, .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hero__grid, .why-grid, .coverage, .contact-grid, .mv-grid, .svc-feature, .svc-feature--rev .svc-feature__media { grid-template-columns: 1fr; }
  .svc-feature--rev .svc-feature__media { order: 0; }
  .hero__visual { max-width: 460px; margin-inline: auto; width: 100%; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; display: flex; flex-wrap: wrap; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .svc-grid, .statsband, .process, .values, .team-grid, .coverage__points, .field-row { grid-template-columns: 1fr; }
  .hero__badge { left: 0; }
  .hero__chip { right: 0; }
  .tcard { flex: 0 0 100%; }
}
