/* CIVIQ 3.0 visual system */
:root {
  --navy: #0a1929;
  --navy-2: #112d43;
  --ink: #132333;
  --text: #536575;
  --muted: #7b8a97;
  --line: #e4e9e8;
  --line-strong: #cfd8d7;
  --surface: #ffffff;
  --surface-soft: #f5f6f2;
  --surface-blue: #eef4f5;
  --teal: #0caf94;
  --teal-dark: #07856f;
  --teal-soft: #e3f6f1;
  --blue: #2a5fc0;
  --blue-soft: #eaf0fb;
  --orange: #c97a2c;
  --orange-soft: #fff3e8;
  --red: #bd4d4d;
  --red-soft: #fceeee;
  --green: #168463;
  --green-soft: #e8f6ef;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 10px 30px rgba(10, 25, 41, 0.055);
  --shadow-md: 0 22px 56px rgba(10, 25, 41, 0.095);
  --shadow-lg: 0 40px 100px rgba(10, 25, 41, 0.17);
}

html { scroll-padding-top: 92px; }
body {
  color: var(--ink);
  font-family: "Segoe UI Variable", "Aptos", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

.container { width: min(1240px, calc(100% - 64px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(220, 228, 228, 0.86);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(140%);
  box-shadow: none;
}

.header-inner { min-height: 78px; gap: 34px; }
.brand { gap: 12px; color: var(--navy); letter-spacing: 0.19em; }
.brand-word { font-size: 1.2rem; font-weight: 850; }
.brand-mark {
  width: 36px;
  height: 40px;
  border-width: 8px;
  border-color: var(--navy);
  filter: none;
}
.brand-mark::after { background: var(--teal); }
.brand-mark span { background: #a3e4d8; }
.main-nav, .app-nav { gap: 30px; font-size: 0.83rem; font-weight: 720; }
.main-nav > a:not(.nav-action), .app-nav a { position: relative; }
.main-nav > a:not(.nav-action)::after, .app-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--teal);
  transition: right 0.2s ease;
}
.main-nav > a:not(.nav-action):hover::after, .app-nav a:hover::after { right: 0; }
.nav-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(10, 25, 41, 0.14);
}

.button {
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 11px;
  font-size: 0.82rem;
  font-weight: 780;
  letter-spacing: -0.005em;
  box-shadow: none;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); box-shadow: 0 12px 28px rgba(10, 25, 41, 0.15); }
.button-primary:hover { background: #102b40; box-shadow: 0 16px 34px rgba(10, 25, 41, 0.19); }
.button-secondary { border-color: var(--line-strong); background: #fff; }
.button-secondary:hover { border-color: #9dacab; background: #fbfcfb; }
.button-ghost { border-color: var(--line); background: #f1f3ef; }
.button-back { background: #fff; }
.button-large { min-height: 54px; padding: 14px 22px; border-radius: 12px; }

/* Home */
.home-v3 { background: #fff; }
.home-v3 main { overflow: hidden; }
.v3-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 0;
  background:
    linear-gradient(180deg, #fbfcfa 0%, #f5f7f4 100%);
}
.v3-hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  right: -130px;
  top: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 175, 148, 0.11), rgba(12, 175, 148, 0) 68%);
  pointer-events: none;
}
.hero-contours {
  position: absolute;
  width: 760px;
  height: auto;
  right: -100px;
  top: 20px;
  color: rgba(10, 25, 41, 0.055);
  pointer-events: none;
}
.v3-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.9fr);
  gap: 76px;
  align-items: center;
  min-height: 700px;
  padding-bottom: 72px;
}
.v3-hero-copy { max-width: 720px; }
.v3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #536d76;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.145em;
  text-transform: uppercase;
}
.v3-eyebrow i {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
}
.v3-eyebrow.light { color: #a9c3ca; }
.v3-eyebrow.light i { background: #70d7c5; }
.v3-hero-copy h1 {
  max-width: 740px;
  margin: 22px 0 24px;
  color: var(--navy);
  font-size: clamp(3.45rem, 5.3vw, 5.45rem);
  line-height: 0.96;
  letter-spacing: -0.072em;
  font-weight: 780;
}
.v3-hero-copy h1 span { display: block; color: #49616f; font-weight: 590; }
.v3-lead {
  max-width: 680px;
  margin: 0;
  color: #5b6d7b;
  font-size: clamp(1.02rem, 1.35vw, 1.17rem);
  line-height: 1.65;
}
.route-picker { display: grid; gap: 12px; margin-top: 34px; }
.route-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px 48px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.route-card:hover { transform: translateY(-3px); }
.route-primary {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
  box-shadow: 0 22px 44px rgba(10, 25, 41, 0.16);
}
.route-primary:hover { background: #102c42; box-shadow: 0 28px 54px rgba(10, 25, 41, 0.21); }
.route-secondary { color: var(--navy); background: rgba(255, 255, 255, 0.9); }
.route-secondary:hover { border-color: #b4c2c1; box-shadow: var(--shadow-sm); }
.route-index {
  align-self: start;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.route-secondary .route-index { color: #9ba8b1; }
.route-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #9ce7d9;
  background: rgba(255, 255, 255, 0.08);
}
.route-secondary .route-icon { color: var(--teal-dark); background: var(--teal-soft); }
.route-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.route-copy { display: grid; min-width: 0; }
.route-copy small {
  color: #9fb4c0;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.route-secondary .route-copy small { color: #7b8d97; }
.route-copy strong { margin-top: 3px; font-size: 1.08rem; letter-spacing: -0.02em; }
.route-copy em { margin-top: 3px; color: #c1d0d8; font-size: 0.75rem; font-style: normal; }
.route-secondary .route-copy em { color: #677986; }
.route-arrow {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  transition: transform 0.22s ease, background 0.22s ease;
}
.route-secondary .route-arrow { color: var(--navy); border-color: var(--line-strong); }
.route-card:hover .route-arrow { transform: rotate(45deg); background: var(--teal); border-color: var(--teal); color: white; }
.v3-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 27px;
  color: #71818d;
  font-size: 0.72rem;
  font-weight: 700;
}
.v3-assurance span { display: inline-flex; gap: 7px; align-items: center; }
.v3-assurance b { color: var(--teal-dark); font-size: 0.62rem; letter-spacing: 0.08em; }

.decision-board {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbe3e2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 38px 90px rgba(10, 25, 41, 0.16);
  transform: translateY(8px);
}
.board-topbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
  color: #788995;
  background: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.board-topbar > div { display: flex; align-items: center; gap: 9px; }
.board-topbar b { color: var(--navy); font-size: 0.72rem; }
.board-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px var(--teal-soft); }
.board-map { position: relative; height: 284px; overflow: hidden; border-bottom: 1px solid var(--line); }
.board-map > svg { width: 100%; height: 100%; display: block; object-fit: cover; }
.board-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(218, 225, 224, 0.95);
  border-radius: 999px;
  color: #324958;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(10, 25, 41, 0.09);
  font-size: 0.66rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.board-chip span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 0.62rem; }
.board-chip-b span { background: #d29450; }
.board-chip-a { top: 18px; left: 18px; }
.board-chip-b { right: 18px; bottom: 18px; }
.board-summary { padding: 24px; }
.board-score { display: flex; align-items: center; gap: 17px; }
.board-ring {
  width: 78px;
  height: 78px;
  display: grid;
  place-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: conic-gradient(var(--teal) 0 82%, #e5ecea 82%);
  box-shadow: inset 0 0 0 9px #fff;
  text-align: center;
}
.board-ring strong { font-size: 1.25rem; line-height: 1; letter-spacing: -0.04em; }
.board-ring span { color: var(--muted); font-size: 0.55rem; }
.board-score small, .board-score b, .board-score p { display: block; }
.board-score small { color: var(--teal-dark); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.1em; }
.board-score b { margin-top: 4px; font-size: 1rem; }
.board-score p { margin: 2px 0 0; color: #738491; font-size: 0.7rem; }
.board-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 21px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.board-kpis > div { padding: 13px 14px; background: #fafbf9; }
.board-kpis span, .board-kpis strong { display: block; }
.board-kpis span { color: #7b8a96; font-size: 0.61rem; }
.board-kpis strong { margin-top: 3px; color: var(--navy); font-size: 0.88rem; }
.board-action { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 0.68rem; }
.board-action span { color: var(--teal-dark); font-weight: 850; text-transform: uppercase; letter-spacing: 0.07em; }
.board-action b { color: var(--navy); }
.board-action i { margin-left: 5px; font-style: normal; }
.capability-ribbon {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #dce4e2;
  border-bottom: 1px solid #dce4e2;
  background: rgba(255, 255, 255, 0.72);
}
.capability-ribbon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  color: #627480;
  font-size: 0.69rem;
  font-weight: 780;
  letter-spacing: 0.03em;
}
.capability-ribbon span:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 22px; bottom: 22px; width: 1px; background: #dce4e2; }

.v3-section { padding: 112px 0; }
.v3-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 50px;
}
.v3-section-heading h2, .outcome-copy h2, .method-v3-copy h2, .v3-final-card h2 {
  margin: 15px 0 0;
  color: var(--navy);
  font-size: clamp(2.55rem, 4.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.062em;
  font-weight: 720;
}
.v3-section-heading > p { max-width: 500px; margin: 0; color: #607380; font-size: 0.98rem; line-height: 1.7; }
.capabilities-section { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article {
  position: relative;
  min-height: 270px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
}
.capability-grid article:hover { z-index: 2; background: #f8faf7; transform: translateY(-2px); }
.capability-number { position: absolute; right: 26px; top: 24px; color: #b4c0c4; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.1em; }
.capability-grid svg { width: 40px; height: 40px; fill: none; stroke: var(--teal-dark); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.capability-grid h3 { margin: 31px 0 10px; color: var(--navy); font-size: 1.12rem; letter-spacing: -0.02em; }
.capability-grid p { max-width: 330px; margin: 0; color: #667884; font-size: 0.83rem; line-height: 1.65; }

.method-v3 { background: #f4f6f2; }
.method-v3-shell {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 92px;
  padding: 64px;
  border-radius: 30px;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow-lg);
}
.method-v3-copy h2 { color: #fff; }
.method-v3-copy > p { max-width: 510px; margin: 20px 0 0; color: #b6c7d0; font-size: 0.96rem; line-height: 1.72; }
.text-link-light { display: inline-flex; gap: 10px; align-items: center; margin-top: 30px; color: #fff; font-size: 0.8rem; font-weight: 820; }
.text-link-light span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 50%; transition: transform 0.2s ease, background 0.2s ease; }
.text-link-light:hover span { transform: rotate(45deg); background: var(--teal); border-color: var(--teal); }
.method-v3-list { list-style: none; padding: 0; margin: 0; }
.method-v3-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.method-v3-list li:first-child { border-top: 0; padding-top: 0; }
.method-v3-list li:last-child { padding-bottom: 0; }
.method-v3-list > li > span { color: #75ddca; font-size: 0.69rem; font-weight: 900; letter-spacing: 0.1em; }
.method-v3-list h3 { margin: -3px 0 4px; color: #fff; font-size: 1.08rem; }
.method-v3-list p { margin: 0; color: #aebfc8; font-size: 0.8rem; line-height: 1.6; }

.outcome-section { background: #fff; }
.outcome-grid { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: 88px; align-items: center; }
.outcome-copy > p { max-width: 580px; margin: 22px 0 0; color: #60727f; font-size: 0.98rem; line-height: 1.72; }
.outcome-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.outcome-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.outcome-list span { color: var(--teal-dark); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.08em; }
.outcome-list p { margin: 0; color: #667884; font-size: 0.82rem; }
.outcome-list b { color: var(--navy); }
.outcome-panel {
  overflow: hidden;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(145deg, #081827, #143a50);
  box-shadow: 0 36px 80px rgba(10, 25, 41, 0.19);
}
.outcome-panel-head { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: #91a9b6; font-size: 0.61rem; font-weight: 850; letter-spacing: 0.09em; }
.outcome-panel-head b { color: #dce7eb; font-size: 0.62rem; }
.outcome-verdict { display: flex; align-items: center; gap: 18px; padding: 28px 28px 24px; }
.outcome-signal { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--navy); background: #77ddca; font-size: 1.35rem; font-weight: 900; }
.outcome-verdict small, .outcome-verdict strong, .outcome-verdict p { display: block; }
.outcome-verdict small { color: #75ddca; font-size: 0.59rem; font-weight: 900; letter-spacing: 0.1em; }
.outcome-verdict strong { margin-top: 4px; font-size: 1.18rem; }
.outcome-verdict p { margin: 4px 0 0; color: #adc0ca; font-size: 0.72rem; }
.outcome-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 28px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 14px; overflow: hidden; background: rgba(255, 255, 255, 0.1); }
.outcome-metrics > div { position: relative; padding: 18px; background: rgba(255, 255, 255, 0.04); }
.outcome-metrics span, .outcome-metrics strong { display: block; }
.outcome-metrics span { color: #91a8b5; font-size: 0.61rem; }
.outcome-metrics strong { margin-top: 4px; font-size: 1.28rem; }
.outcome-metrics i { position: absolute; left: 18px; right: 18px; bottom: 10px; height: 2px; background: linear-gradient(90deg, #74ddc9 0 82%, rgba(255, 255, 255, 0.1) 82%); }
.outcome-metrics > div:nth-child(1) i { background: linear-gradient(90deg, #74ddc9 0 76%, rgba(255, 255, 255, 0.1) 76%); }
.outcome-metrics > div:nth-child(2) i { background: linear-gradient(90deg, #74ddc9 0 88%, rgba(255, 255, 255, 0.1) 88%); }
.outcome-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 24px 28px; }
.outcome-scenarios > div { padding: 14px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; }
.outcome-scenarios > div.active { border-color: rgba(117, 221, 202, 0.42); background: rgba(12, 175, 148, 0.13); }
.outcome-scenarios span, .outcome-scenarios b, .outcome-scenarios em { display: block; }
.outcome-scenarios span { color: #95aab6; font-size: 0.6rem; }
.outcome-scenarios b { margin-top: 4px; font-size: 1rem; }
.outcome-scenarios em { margin-top: 2px; color: #8198a6; font-size: 0.56rem; font-style: normal; }
.outcome-next { padding: 18px 28px 22px; border-top: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.035); }
.outcome-next span, .outcome-next strong { display: block; }
.outcome-next span { color: #75ddca; font-size: 0.58rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.outcome-next strong { margin-top: 4px; color: #e1eaee; font-size: 0.78rem; }

.v3-final { padding: 20px 0 108px; background: #fff; }
.v3-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
  padding: 56px 60px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(130deg, #071827, #123b50);
  box-shadow: var(--shadow-lg);
}
.v3-final-card h2 { max-width: 700px; color: #fff; font-size: clamp(2.2rem, 3.7vw, 3.8rem); }
.v3-final-card p { max-width: 700px; margin: 16px 0 0; color: #b3c5ce; font-size: 0.88rem; }
.v3-final-actions { display: flex; flex: 0 0 auto; gap: 11px; }
.v3-footer { border-top: 1px solid rgba(255, 255, 255, 0.05); background: #061521; }
.v3-footer .footer-inner { align-items: center; }
.v3-footer .footer-inner > p { color: #8299a6; text-align: right; }

/* Application shell */
.app-page, .result-page { background: #f2f4f1; }
.app-header { position: sticky; }
.header-mode { color: #71818d; font-size: 0.76rem; font-weight: 780; }
.header-mode span { width: 28px; height: 28px; color: var(--teal-dark); background: var(--teal-soft); font-size: 0.65rem; }
.app-intro {
  padding: 34px 0 30px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}
.app-intro-inner { align-items: center; }
.back-link { margin-bottom: 10px; color: #71838f; font-size: 0.72rem; }
.app-intro h1 { max-width: 780px; margin-bottom: 7px; color: var(--navy); font-size: clamp(2rem, 3.6vw, 3.35rem); line-height: 1.02; letter-spacing: -0.058em; }
.app-intro p { max-width: 760px; color: #61737f; font-size: 0.9rem; }
.analysis-workspace { padding: 32px 0 82px; }
.workspace-grid { grid-template-columns: 264px minmax(0, 1fr); gap: 24px; }
.progress-panel {
  top: 104px;
  overflow: hidden;
  padding: 26px;
  border: 0;
  border-radius: 22px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 22px 50px rgba(10, 25, 41, 0.15);
}
.progress-panel .section-label { color: #79ddcb; }
.progress-intro h2 { margin: 8px 0 7px; color: #fff; font-size: 1.5rem; }
.progress-intro p { color: #9fb3be; font-size: 0.76rem; line-height: 1.55; }
.progress-list { gap: 22px; padding: 25px 0; margin: 25px 0; border-color: rgba(255, 255, 255, 0.11); }
.progress-list li { color: #7f96a4; }
.progress-list li:not(:last-child)::after { background: rgba(255, 255, 255, 0.12); }
.progress-list li > span { color: #9bb0bc; border-color: rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.04); }
.progress-list b { color: #b5c5cd; font-size: 0.8rem; }
.progress-list small { color: #7f96a4; font-size: 0.64rem; }
.progress-list li.active > span, .progress-list li.completed > span { color: var(--navy); border-color: #75ddca; background: #75ddca; }
.progress-list li.active b { color: #fff; }
.progress-list li.completed:not(:last-child)::after { background: #75ddca; }
.progress-note { border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.05); }
.progress-note > span { color: var(--navy); background: #75ddca; }
.progress-note p { color: #9fb3be; font-size: 0.67rem; }
.form-card {
  padding: 38px 40px;
  border-color: #dfe5e3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(10, 25, 41, 0.055);
}
.form-heading { padding-bottom: 24px; margin-bottom: 30px; border-color: var(--line); }
.step-caption { color: var(--teal-dark); font-size: 0.62rem; letter-spacing: 0.13em; }
.form-heading h2 { margin: 8px 0 6px; color: var(--navy); font-size: clamp(1.7rem, 2.6vw, 2.45rem); line-height: 1.08; letter-spacing: -0.05em; }
.form-heading p { color: #687986; font-size: 0.83rem; }
.heading-icon { width: 50px; height: 50px; border: 1px solid #cfe9e3; border-radius: 14px; color: var(--teal-dark); background: #edf8f5; }
.heading-icon svg { width: 26px; height: 26px; }
.field-grid { gap: 18px; }
.field { gap: 8px; }
.field > span, .location-search > label { color: #243645; font-size: 0.75rem; font-weight: 780; }
.field small { color: #80909b; font-size: 0.66rem; }
.field input, .field select, .field textarea {
  min-height: 50px;
  padding: 12px 14px;
  border-color: #d6dfdd;
  border-radius: 11px;
  color: #142638;
  background: #fbfcfa;
  font-family: inherit;
  font-size: 0.82rem;
}
.field input::placeholder, .field textarea::placeholder { color: #9ba8b0; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #bac7c5; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(12, 175, 148, 0.09); }
.input-unit { min-height: 50px; border-color: #d6dfdd; border-radius: 11px; background: #fbfcfa; }
.input-unit input { min-height: 48px; background: transparent; }
.input-unit i { color: #7b8b96; font-size: 0.72rem; }
.input-unit:focus-within { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(12, 175, 148, 0.09); }
.subsection-title { margin-bottom: 17px; }
.subsection-title > span { color: var(--navy); font-size: 0.94rem; }
.subsection-title p { color: #7e8d98; font-size: 0.68rem; }
.subsection-title.spaced { margin-top: 34px; padding-top: 28px; }
.search-control { min-height: 54px; border-color: #d6dfdd; border-radius: 12px; background: #fbfcfa; }
.search-control input { height: 52px; background: transparent; font-family: inherit; }
.search-control button { padding: 0 24px; background: var(--navy); font-size: 0.75rem; }
.search-control:focus-within { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(12, 175, 148, 0.09); }
.search-results { border-radius: 13px; box-shadow: var(--shadow-md); }
.map-shell { height: 360px; border-color: #d5dfdd; border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35); }
.compact-map { height: 300px; }
.map-hint { border: 1px solid rgba(210, 221, 219, 0.9); box-shadow: 0 8px 22px rgba(10, 25, 41, 0.08); }
.financial-callout { padding: 19px 20px; border-color: #cfe8e2; border-radius: 14px; background: #f1f9f6; }
.financial-callout > div > span { color: var(--teal-dark); font-size: 0.6rem; }
.financial-callout strong { color: var(--navy); font-size: 1rem; }
.financial-callout p { color: #687a86; font-size: 0.72rem; }
.financial-badge { border: 1px solid #cae9e2; background: #e4f6f1; }
.advanced-panel { border-color: #dce3e1; border-radius: 13px; background: #f8faf7; }
.advanced-panel summary { padding: 16px 18px; color: #263847; font-size: 0.76rem; }
.advanced-panel[open] summary { background: #fff; }
.advanced-panel .panel-explainer { color: #73838f; }
.step-actions { padding-top: 16px; }
.step-actions .button { min-width: 130px; }
.button-submit { min-width: 250px !important; }
.form-alert { border-radius: 11px; font-size: 0.78rem; }
.review-grid { gap: 10px; }
.review-grid > div { padding: 15px; border-color: #e0e6e4; border-radius: 11px; background: #f8faf7; }
.review-grid span { color: #84929c; font-size: 0.61rem; }
.review-grid strong { color: #203442; font-size: 0.8rem; }
.review-notice { border-color: #edd8bd; border-radius: 12px; background: #fff7ed; }
.review-notice p { color: #765d43; }
.consent-row { color: #657681; font-size: 0.7rem; }
.upload-zone { min-height: 160px; border-color: #abc9c2; border-radius: 15px; background: #f5faf8; }
.upload-icon { border: 1px solid #cae8e1; border-radius: 14px; }
.upload-zone p { color: #7e8e98; }
.file-chip { border-radius: 10px; background: #f9faf8; }
.extraction-result { border-radius: 13px; background: #f3faf7; }

/* Results */
.result-shell { padding: 30px 0 84px; }
.result-hero-v2 {
  grid-template-columns: minmax(0, 1fr) 310px;
  border-radius: 26px;
  background: linear-gradient(135deg, #071724, #133a4e);
  box-shadow: 0 34px 86px rgba(10, 25, 41, 0.2);
}
.result-main-copy { padding: 46px 50px; }
.result-main-copy h1 { font-size: clamp(2.6rem, 5vw, 4.9rem); }
.result-address { color: #b8cad3; }
.result-verdict { border-radius: 14px; }
.result-score-block { background: rgba(255, 255, 255, 0.045); }
.result-score-ring::before { background: #123247; }
.result-summary-grid { gap: 12px; }
.summary-result-card { border-color: #dee5e3; border-radius: 14px; box-shadow: none; }
.result-section { margin-top: 18px; padding: 34px; border-color: #dee5e3; border-radius: 20px; box-shadow: 0 12px 36px rgba(10, 25, 41, 0.045); }
.result-section-heading h2 { color: var(--navy); }
.proposal-tabs button { border-radius: 12px; }
.financial-kpi, .chart-card, .decision-card, .scenario-panel, .finding-card, .budget-overview > div, .transparency-grid article { border-radius: 13px; box-shadow: none; }
.scenario-table th, .cost-table th { color: #6e7f8b; background: #f5f7f4; }
.scenario-table td, .cost-table td { border-color: #e5eae8; }
.result-cta-card { border-radius: 22px; background: linear-gradient(135deg, #071724, #133a4e); }
.error-page { background: #f3f5f2; }
.error-card { border-radius: 22px; box-shadow: var(--shadow-md); }

/* Responsive */
@media (max-width: 1120px) {
  .container { width: min(100% - 40px, 1240px); }
  .v3-hero-grid { grid-template-columns: 1fr; gap: 54px; min-height: auto; padding-bottom: 62px; }
  .v3-hero-copy { max-width: 860px; }
  .decision-board { width: min(760px, 100%); }
  .v3-section-heading, .outcome-grid { gap: 54px; }
  .method-v3-shell { gap: 58px; padding: 52px; }
  .workspace-grid { grid-template-columns: 235px minmax(0, 1fr); }
  .v3-final-card { align-items: flex-start; flex-direction: column; gap: 30px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 30px, 1240px); }
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    top: calc(100% + 8px);
    display: none;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--shadow-md);
  }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 13px; }
  .main-nav .nav-action { margin-top: 4px; justify-content: center; }
  .main-nav > a:not(.nav-action)::after { display: none; }
  .v3-hero { padding-top: 60px; }
  .v3-hero-copy h1 { font-size: clamp(3.25rem, 10vw, 5.3rem); }
  .capability-ribbon { grid-template-columns: repeat(3, 1fr); }
  .capability-ribbon span:nth-child(3)::after { display: none; }
  .capability-ribbon span:nth-child(-n+3) { border-bottom: 1px solid #dce4e2; }
  .v3-section { padding: 86px 0; }
  .v3-section-heading, .outcome-grid, .method-v3-shell { grid-template-columns: 1fr; }
  .v3-section-heading { gap: 22px; }
  .v3-section-heading > p { max-width: 700px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .method-v3-shell { gap: 45px; }
  .outcome-copy { max-width: 740px; }
  .outcome-panel { width: min(760px, 100%); }
  .app-nav { display: none; }
  .workspace-grid { grid-template-columns: 1fr; }
  .progress-panel { position: static; padding: 18px 20px; border-radius: 17px; }
  .progress-intro, .progress-note { display: none; }
  .progress-list { grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 0; margin: 0; border: 0; }
  .progress-list li { display: grid; justify-items: center; gap: 7px; text-align: center; }
  .progress-list li:not(:last-child)::after { left: calc(50% + 17px); top: 16px; width: calc(100% - 34px); height: 2px; }
  .progress-list b { color: #9db2bd; font-size: 0.65rem; }
  .progress-list li.active b { color: #fff; }
  .progress-list small { display: none; }
  .form-card { padding: 30px; }
  .field-grid-3 { grid-template-columns: 1fr 1fr; }
  .result-hero-v2 { grid-template-columns: 1fr; }
  .result-score-block { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
}

@media (max-width: 650px) {
  .container { width: calc(100% - 22px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 31px; height: 35px; border-width: 7px; }
  .brand-word { font-size: 1.03rem; }
  .v3-hero { padding-top: 46px; }
  .hero-contours { width: 520px; right: -250px; top: 0; }
  .v3-hero-grid { gap: 42px; padding-bottom: 46px; }
  .v3-hero-copy h1 { margin-top: 18px; font-size: clamp(2.95rem, 15vw, 4.45rem); }
  .v3-lead { font-size: 0.94rem; }
  .route-card { grid-template-columns: 42px minmax(0, 1fr) 34px; min-height: 112px; padding: 16px; }
  .route-index { display: none; }
  .route-icon { width: 42px; height: 42px; }
  .route-copy strong { font-size: 0.98rem; }
  .route-copy em { font-size: 0.68rem; line-height: 1.45; }
  .route-arrow { width: 32px; height: 32px; }
  .v3-assurance { display: grid; gap: 9px; }
  .decision-board { border-radius: 20px; }
  .board-map { height: 230px; }
  .board-summary { padding: 19px; }
  .board-score { align-items: flex-start; }
  .board-ring { width: 68px; height: 68px; }
  .board-kpis { grid-template-columns: 1fr 1fr; }
  .board-chip { max-width: 210px; font-size: 0.58rem; }
  .capability-ribbon { grid-template-columns: repeat(2, 1fr); }
  .capability-ribbon span:nth-child(3)::after { display: block; }
  .capability-ribbon span:nth-child(even)::after { display: none; }
  .capability-ribbon span:nth-child(-n+4) { border-bottom: 1px solid #dce4e2; }
  .v3-section { padding: 72px 0; }
  .v3-section-heading h2, .outcome-copy h2, .method-v3-copy h2 { font-size: clamp(2.25rem, 12vw, 3.35rem); }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 230px; padding: 28px; }
  .method-v3-shell { padding: 32px 24px; border-radius: 21px; }
  .method-v3-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .outcome-panel { border-radius: 20px; }
  .outcome-verdict { padding: 23px 20px 20px; }
  .outcome-metrics { margin: 0 20px; }
  .outcome-scenarios { grid-template-columns: 1fr; padding: 20px; }
  .outcome-next { padding: 17px 20px 20px; }
  .v3-final { padding-bottom: 72px; }
  .v3-final-card { padding: 34px 24px; border-radius: 21px; }
  .v3-final-card h2 { font-size: 2.35rem; }
  .v3-final-actions { width: 100%; display: grid; }
  .v3-final-actions .button { width: 100%; }
  .v3-footer .footer-inner { align-items: flex-start; flex-direction: column; }
  .v3-footer .footer-inner > p { text-align: left; }
  .app-intro { padding: 28px 0 24px; }
  .app-intro-inner { align-items: flex-start; flex-direction: column; }
  .app-intro h1 { font-size: 2.25rem; }
  .header-mode { display: none; }
  .form-card { padding: 22px 19px; border-radius: 17px; }
  .form-heading { gap: 13px; }
  .heading-icon { width: 42px; height: 42px; }
  .field-grid-2, .field-grid-3 { grid-template-columns: 1fr; }
  .field-wide, .field-span-2 { grid-column: auto; }
  .subsection-title { align-items: flex-start; flex-direction: column; gap: 4px; }
  .map-shell { height: 300px; }
  .upload-zone { grid-template-columns: auto 1fr; padding: 20px; }
  .upload-zone .button { grid-column: 1 / -1; }
  .step-actions { align-items: stretch; flex-direction: column-reverse; }
  .step-actions .button, .button-submit { width: 100%; }
  .review-grid { grid-template-columns: 1fr; }
  .result-main-copy { padding: 30px 22px; }
  .result-section { padding: 23px 18px; border-radius: 17px; }
}

/* CIVIQ 5.0 brand mark: C + directional arrow + parcel map */
.brand-mark {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px;
  border: 0 !important;
  border-radius: 0 !important;
  background: url('/brand/civiq-mark.svg') center / contain no-repeat !important;
  transform: none !important;
}
.brand-mark::after,
.brand-mark > span { display: none !important; }
.brand-light .brand-mark { filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
@media (max-width: 650px) {
  .brand-mark { width: 36px !important; height: 36px !important; flex-basis: 36px; }
}

/* CIVIQ 5.0 · official evidence in results */
.official-context-section { overflow: hidden; }
.official-context-state { display: flex; align-items: center; gap: 9px; max-width: 280px; padding: 9px 12px; border-radius: 11px; }
.official-context-state > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #fff; font-size: .65rem; font-weight: 900; }
.official-context-state strong, .official-context-state small { display: block; }
.official-context-state strong { color: var(--navy); font-size: .66rem; }
.official-context-state small { margin-top: 2px; color: #71838e; font-size: .54rem; }
.official-context-state.guided { border: 1px solid #d4e3e8; background: #f2f8fa; }
.official-context-state.guided > span { background: #4b7889; }
.official-context-state.structured { border: 1px solid #c9e8df; background: #effaf6; }
.official-context-state.structured > span { background: #0b927b; }
.official-context-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 14px; margin-top: 24px; }
.official-parcel-card, .official-program-card { padding: 23px; border: 1px solid #dfe7e5; border-radius: 14px; background: #fbfcfb; }
.official-card-kicker { margin-bottom: 13px; color: #71848e; font-size: .55rem; font-weight: 850; letter-spacing: .13em; }
.official-parcel-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.official-parcel-facts > div { position: relative; min-height: 66px; padding: 11px 30px 11px 12px; border: 1px solid #e1e8e6; border-radius: 10px; background: #fff; }
.official-parcel-facts span { display: block; color: #86959d; font-size: .53rem; text-transform: uppercase; letter-spacing: .07em; }
.official-parcel-facts strong { display: block; margin-top: 5px; color: var(--navy); font-size: .68rem; line-height: 1.4; }
.official-parcel-facts i { position: absolute; right: 11px; top: 11px; width: 8px; height: 8px; border-radius: 50%; }
.official-parcel-facts i.structured { background: #0fb89c; box-shadow: 0 0 0 4px #e1f7f2; }
.official-parcel-facts i.drawn { background: #427b96; box-shadow: 0 0 0 4px #e5f1f6; }
.official-parcel-facts i.pending { background: #c89646; box-shadow: 0 0 0 4px #fff2dd; }
.official-parcel-card > p { margin: 15px 0 0; color: #72858f; font-size: .61rem; line-height: 1.6; }
.official-program-card #officialPrograms { display: grid; gap: 8px; }
.official-program-card a { display: block; padding: 11px 12px; border: 1px solid #e1e8e6; border-radius: 10px; color: inherit; background: #fff; text-decoration: none; }
.official-program-card a:hover { border-color: #a8d9cf; }
.official-program-card a > span { display: block; color: #0a8a75; font-size: .51rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.official-program-card a strong { display: block; margin: 4px 0; color: var(--navy); font-size: .65rem; line-height: 1.4; }
.official-program-card a small { display: block; color: #819098; font-size: .54rem; line-height: 1.45; }
.official-source-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 14px; }
.official-source-card { min-height: 148px; padding: 15px; border: 1px solid #dfe7e5; border-radius: 12px; background: #fff; }
.official-source-card > div { display: flex; align-items: center; gap: 7px; }
.official-source-card > div i { width: 8px; height: 8px; border-radius: 50%; background: #aebbb8; }
.official-source-card.available > div i { background: #0fb89c; box-shadow: 0 0 0 4px #e3f7f2; }
.official-source-card.limited > div i { background: #d79b42; box-shadow: 0 0 0 4px #fff1dc; }
.official-source-card > div span { color: #71838d; font-size: .52rem; font-weight: 800; }
.official-source-card h3 { margin: 12px 0 5px; color: var(--navy); font-size: .72rem; }
.official-source-card p { margin: 0; color: #778993; font-size: .56rem; line-height: 1.45; }
.official-source-card a { display: inline-block; margin-top: 12px; color: #087f6e; font-size: .55rem; font-weight: 800; text-decoration: none; }
.official-evidence-legend { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 16px; padding: 13px 15px; border-radius: 11px; color: #71828c; background: #f5f8f6; font-size: .56rem; }
.official-evidence-legend span { display: flex; align-items: center; gap: 7px; }
.official-evidence-legend i { width: 8px; height: 8px; border-radius: 50%; }
.official-evidence-legend i.structured { background: #0fb89c; }
.official-evidence-legend i.drawn { background: #427b96; }
.official-evidence-legend i.pending { background: #c89646; }
.official-evidence-legend b { color: #425b67; }
.proposal-compatibility { display: flex; align-items: center; gap: 9px; margin: 15px 0; padding: 11px 12px; border: 1px solid #dce6e3; border-radius: 10px; background: #f8faf8; }
.proposal-compatibility > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #fff; background: #67818e; font-size: .6rem; font-weight: 900; }
.proposal-compatibility.official { border-color: #c7e9df; background: #f0faf6; }
.proposal-compatibility.official > span { background: #0a9079; }
.proposal-compatibility small { display: block; color: #809098; font-size: .5rem; font-weight: 850; letter-spacing: .1em; }
.proposal-compatibility strong { display: block; margin-top: 2px; color: var(--navy); font-size: .62rem; }
.proposal-market-note { margin-top: 12px; padding: 12px; border-radius: 10px; background: #f0f6f4; }
.proposal-market-note > span { display: block; color: #0a8773; font-size: .5rem; font-weight: 850; letter-spacing: .1em; }
.proposal-market-note strong { display: block; margin: 4px 0; color: var(--navy); font-size: .67rem; }
.proposal-market-note small { display: block; color: #74868f; font-size: .54rem; line-height: 1.45; }
.transparency-grid a { color: #087f6e; text-decoration: none; }
@media (max-width: 1080px) {
  .official-source-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .official-context-grid { grid-template-columns: 1fr; }
  .official-parcel-facts { grid-template-columns: 1fr; }
  .official-source-grid { grid-template-columns: 1fr 1fr; }
  .official-context-state { width: 100%; max-width: none; }
}
@media (max-width: 520px) {
  .official-source-grid { grid-template-columns: 1fr; }
}
.residual-land-callout { margin-top: 13px; padding: 13px; border: 1px solid #c8e8df; border-radius: 10px; background: #eff9f5; }
.residual-land-callout span { display: block; color: #0a806d; font-size: .5rem; font-weight: 850; letter-spacing: .1em; }
.residual-land-callout strong { display: block; margin: 5px 0 3px; color: var(--navy); font-size: 1.18rem; }
.residual-land-callout small { display: block; color: #71858e; font-size: .54rem; line-height: 1.45; }

.brand-icon { width: 40px; height: 40px; display: block; flex: 0 0 auto; object-fit: contain; }
.app-header .brand-icon { width: 36px; height: 36px; }

/* CIVIQ v7 · resolución pública de uso de suelo */
.public-program-verdict{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:start;margin:0 0 18px;padding:20px 22px;border:1px solid #d9e3ec;border-radius:18px;background:linear-gradient(135deg,#f8fbfd 0%,#fff 58%);box-shadow:0 10px 30px rgba(15,32,61,.05)}
.public-program-verdict.confirmed{border-color:#bfe5d8;background:linear-gradient(135deg,#f1fbf7 0%,#fff 58%)}
.public-program-verdict-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eaf1f8;color:#14335b;font-weight:900;font-size:18px}
.public-program-verdict.confirmed .public-program-verdict-icon{background:#dff5ec;color:#087a58}
.public-program-verdict-copy>span{display:block;font-size:11px;letter-spacing:.12em;font-weight:800;color:#60758c;margin-bottom:5px}
.public-program-verdict-copy h3{margin:0;color:#0d2748;font-size:25px;line-height:1.12}
.public-program-verdict-copy p{margin:8px 0 0;color:#53677c;max-width:850px;line-height:1.55}
.public-project-families{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px;align-items:center}
.public-project-families small{width:100%;font-size:10px;letter-spacing:.1em;color:#718399;font-weight:800}
.public-project-families b{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef4fb;color:#17375f;font-size:12px;font-weight:800}
.public-program-verdict.confirmed .public-project-families b{background:#e9f8f2;color:#0d7255}
.public-project-families.empty b{background:#fff6df;color:#8d6311}
.public-program-verdict-meta{min-width:210px;padding-left:18px;border-left:1px solid #e1e8ef}
.public-program-verdict-meta span,.public-program-verdict-meta small{display:block;color:#708298;font-size:11px}
.public-program-verdict-meta strong{display:block;margin:5px 0;color:#17375f;font-size:13px}
@media(max-width:800px){.public-program-verdict{grid-template-columns:auto 1fr}.public-program-verdict-meta{grid-column:1/-1;border-left:0;border-top:1px solid #e1e8ef;padding:12px 0 0}.public-program-verdict-copy h3{font-size:21px}}

/* CIVIQ v9 · evidencia espacial SHP del REOTPU */
.shape-proof{margin-top:12px;padding:12px 14px;border:1px solid #bfe5d8;border-radius:12px;background:#effaf6;display:grid;gap:3px}
.shape-proof span{font-size:9px;letter-spacing:.12em;font-weight:900;color:#0b8063}
.shape-proof strong{font-size:12px;color:#123452}
.shape-proof small{font-size:10px;color:#60758c;line-height:1.45}
.shape-evidence-details{grid-column:1/-1;margin-top:12px;border-top:1px solid #dce7ef;padding-top:12px}
.shape-evidence-details summary{cursor:pointer;color:#17375f;font-weight:850;font-size:12px}
.shape-evidence-details>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
.shape-evidence-details article{padding:11px 12px;border:1px solid #dde7ef;border-radius:11px;background:#fff;display:grid;gap:3px}
.shape-evidence-details article span{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#73869b;font-weight:850}
.shape-evidence-details article strong{font-size:11px;line-height:1.35;color:#17375f}
.shape-evidence-details article small{font-size:10px;color:#687d91}
.shape-evidence-details article a{font-size:10px;font-weight:800;color:#087a58;text-decoration:none;margin-top:3px}
@media(max-width:700px){.shape-evidence-details>div{grid-template-columns:1fr}}

/* CIVIQ 11 · actualización visible de fuentes públicas */
.button-accent{background:#79ead7!important;color:#07372f!important;border-color:#79ead7!important}.button-accent:hover{filter:brightness(.97)}.button-accent:disabled{opacity:.7;cursor:wait}.official-refresh-message{margin-top:12px;padding:11px 13px;border-radius:10px;background:rgba(255,255,255,.1);color:#d8e7ee;font-size:13px;line-height:1.45}.official-refresh-message.visible{display:block}.official-refresh-message.success{display:block;background:rgba(35,201,172,.14);color:#baf8eb}.official-refresh-message.error{display:block;background:rgba(231,83,97,.18);color:#ffd9dd}.official-heading-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.button-small{padding:9px 13px!important;font-size:12px!important}
@media(max-width:720px){.official-heading-actions{align-items:flex-start;flex-direction:column}.result-actions .button-accent{width:100%}}

/* CIVIQ 18 · resumen urbanístico tipo property-zoning */
.zoning-summary-card{margin:22px 0 0;padding:20px 22px;border-radius:18px;background:#f4f8f8;border:1px solid #d8e7e5;display:grid;gap:10px}.zoning-summary-card>div:first-child{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.zoning-summary-card span{font-size:.75rem;font-weight:800;letter-spacing:.12em;color:#087f73}.zoning-summary-card strong{font-size:1rem;color:#10243a}.zoning-summary-card p{margin:0;color:#52677e;line-height:1.55}.zoning-summary-card small{color:#708196}.zoning-summary-tags{display:flex;gap:8px;flex-wrap:wrap}.zoning-summary-tags b{font-size:.82rem;font-weight:700;background:#fff;border:1px solid #cfe0de;border-radius:999px;padding:7px 10px;color:#173047}
