/* Donegal Readiness public product introduction */
.home-readiness-section {
  overflow: hidden;
  border-top: 1px solid rgba(216,189,120,.12);
  border-bottom: 1px solid rgba(216,189,120,.12);
  background:
    radial-gradient(circle at 82% 22%,rgba(88,132,174,.16),transparent 28%),
    radial-gradient(circle at 20% 76%,rgba(35,86,78,.22),transparent 32%),
    linear-gradient(145deg,#0b1119 0%,#131d2d 52%,#0a1017 100%);
}
.home-readiness-layout {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr);
  gap: 72px;
  align-items: center;
}
.home-readiness-copy .lead { max-width: 650px; }
.readiness-method-proof {
  max-width: 610px;
  margin: 28px 0 0;
  padding: 16px 0 0 20px;
  border-top: 1px solid rgba(216,189,120,.18);
  border-left: 2px solid var(--gold-soft);
  color: #c1cad4;
  font-size: .88rem;
  line-height: 1.6;
}

.readiness-snapshot {
  position: relative;
  overflow: hidden;
  padding: 27px;
  color: #17362f;
  border: 1px solid rgba(231,212,163,.75);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 2%,rgba(183,146,58,.13),transparent 27%),
    linear-gradient(150deg,#fffdf8,#f2ecdf);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.readiness-snapshot::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .23;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20,55,46,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(20,55,46,.05) 1px,transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg,black,transparent 64%);
}
.readiness-snapshot > * { position: relative; z-index: 1; }
.snapshot-topline,
.snapshot-title,
.snapshot-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.snapshot-topline {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(23,54,47,.12);
  color: #697a72;
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.snapshot-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2d6454;
}
.snapshot-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4b8975;
  box-shadow: 0 0 0 5px rgba(75,137,117,.09);
}
.snapshot-title { padding: 23px 0 18px; }
.snapshot-title div { display: grid; }
.snapshot-title small {
  color: #77877f;
  font-size: .61rem;
  font-weight: 750;
}
.snapshot-title strong {
  margin-top: 2px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1.55rem;
  font-weight: 500;
}
.snapshot-title > span {
  padding: 5px 8px;
  color: #795d24;
  border-radius: 999px;
  background: #f2e4ba;
  font-size: .57rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.snapshot-metrics {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
}
.snapshot-metric {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid rgba(23,54,47,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.68);
}
.snapshot-metric.maturity {
  color: #fff;
  border-color: #17362f;
  background: #17362f;
}
.snapshot-metric > span {
  color: #71827a;
  font-size: .63rem;
  font-weight: 750;
}
.snapshot-metric.maturity > span { color: #afc5bc; }
.snapshot-metric strong {
  margin: 15px 0 6px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1;
}
.snapshot-metric strong small {
  margin-left: 3px;
  color: #7d8a84;
  font-family: Inter,ui-sans-serif,system-ui,sans-serif;
  font-size: .66rem;
  font-weight: 650;
}
.snapshot-metric.maturity strong small { color: #9db4aa; }
.snapshot-metric em {
  margin-top: auto;
  color: #916228;
  font-size: .6rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.snapshot-metric.maturity em { color: #d8bd78; }
.snapshot-metric.exposure em {
  align-self: flex-start;
  padding: 4px 8px;
  color: #8a3827;
  border-radius: 999px;
  background: #f2d2c3;
}
.snapshot-priority {
  display: grid;
  margin-top: 9px;
  padding: 15px;
  border: 1px solid rgba(23,54,47,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.68);
}
.snapshot-priority span {
  color: #a4472e;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.snapshot-priority strong {
  margin: 7px 0 4px;
  font-size: .79rem;
  line-height: 1.45;
}
.snapshot-priority small { color: #748179; font-size: .62rem; }
.snapshot-foot {
  justify-content: flex-start;
  padding-top: 18px;
  color: #72817a;
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.snapshot-foot i {
  width: 13px;
  height: 1px;
  background: rgba(23,54,47,.22);
}

.readiness-hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(216,189,120,.12);
  background:
    radial-gradient(circle at 84% 14%,rgba(183,146,58,.14),transparent 22%),
    radial-gradient(circle at 13% 82%,rgba(47,92,86,.28),transparent 34%),
    linear-gradient(145deg,#081018 0%,#111d2d 48%,#080e14 100%);
}
.readiness-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom,black,transparent 94%);
}
.readiness-hero-orbit {
  position: absolute;
  top: 5%;
  right: -13%;
  width: min(64vw,880px);
  aspect-ratio: 1;
  border: 1px solid rgba(216,189,120,.12);
  border-radius: 50%;
}
.readiness-hero-orbit::before,
.readiness-hero-orbit::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(216,189,120,.08);
  border-radius: 50%;
}
.readiness-hero-orbit::before { inset: 14%; }
.readiness-hero-orbit::after { inset: 31%; }
.readiness-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.02fr) minmax(470px,.98fr);
  gap: 68px;
  align-items: center;
  padding: 155px 0 88px;
}
.readiness-hero-copy h1 {
  max-width: 780px;
  margin: .45rem 0 1.45rem;
  font-size: clamp(3.5rem,5.7vw,6.15rem);
}
.readiness-hero-copy h1 em {
  color: var(--gold-soft);
  font-weight: inherit;
}
.readiness-hero-copy .lead {
  max-width: 710px;
  font-size: clamp(1.03rem,1.45vw,1.22rem);
}
.readiness-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}
.readiness-hero-tags span {
  padding: 7px 10px;
  color: #c7d0da;
  border: 1px solid rgba(216,189,120,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.027);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.readiness-availability {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 690px;
  margin: 31px 0 0;
  padding-top: 18px;
  color: #98a5b2;
  border-top: 1px solid rgba(255,255,255,.10);
  font-size: .74rem;
  line-height: 1.55;
}
.readiness-availability i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8bd78;
  box-shadow: 0 0 0 6px rgba(216,189,120,.07);
}
.readiness-availability strong { color: #e3e7ec; }
.readiness-snapshot-hero { transform: rotate(.55deg); }

.readiness-proof-band {
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #0a0f15;
}
.readiness-proof-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.readiness-proof-grid > div {
  min-height: 135px;
  display: grid;
  align-content: center;
  padding: 24px 32px;
  border-left: 1px solid rgba(255,255,255,.08);
}
.readiness-proof-grid > div:first-child { border-left: 0; }
.readiness-proof-grid strong {
  color: var(--gold-soft);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1.65rem;
  font-weight: 500;
}
.readiness-proof-grid span {
  max-width: 330px;
  margin-top: 5px;
  color: #939daa;
  font-size: .72rem;
  line-height: 1.5;
}

.readiness-method-section {
  color: #18332d;
  background:
    radial-gradient(circle at 8% 15%,rgba(183,146,58,.08),transparent 24%),
    #f3eee3;
}
.readiness-method-section .eyebrow,
.readiness-flow-section .eyebrow { color: #8b6a2c; }
.readiness-method-section .lead,
.readiness-flow-section .lead { color: #61716a; }
.readiness-dimension-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 13px;
}
.dimension-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #d8d7cb;
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 16px 42px rgba(25,52,44,.055);
}
.dimension-card > span {
  color: #b7923a;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1rem;
}
.dimension-card h3 {
  margin: 28px 0 12px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 2rem;
  font-weight: 500;
}
.dimension-card p {
  margin: 0;
  color: #637169;
  font-size: .88rem;
}
.dimension-card strong {
  margin-top: auto;
  padding-top: 23px;
  color: #2c5549;
  border-top: 1px solid #dfded3;
  font-size: .72rem;
  line-height: 1.45;
}

.readiness-lab-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%,rgba(183,146,58,.10),transparent 24%),
    linear-gradient(180deg,#101925,#0a1017);
}
.readiness-lab-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,470px);
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}
.readiness-lab-head p {
  margin: 0;
  color: #a2acb8;
  font-size: .95rem;
}
.readiness-lab {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(390px,.8fr);
  gap: 18px;
  align-items: stretch;
}
.lab-controls,
.lab-result {
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
}
.lab-controls {
  padding: 34px;
  background: rgba(255,255,255,.035);
}
.lab-question {
  margin-bottom: 31px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.lab-question span,
.lab-result-top > span,
.lab-explanation span {
  color: var(--gold-soft);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lab-question h3 {
  max-width: 800px;
  margin: 11px 0 0;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(1.55rem,2.5vw,2.4rem);
  font-weight: 500;
  line-height: 1.22;
}
.lab-fieldset {
  margin: 21px 0 0;
  padding: 0;
  border: 0;
}
.lab-fieldset legend {
  margin-bottom: 9px;
  color: #aab4bf;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lab-fieldset button {
  min-height: 40px;
  margin: 0 5px 6px 0;
  padding: 0 13px;
  color: #b8c2cd;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
  cursor: pointer;
  font-size: .73rem;
  transition: color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease;
}
.lab-fieldset button:hover {
  color: #fff;
  border-color: rgba(216,189,120,.5);
  transform: translateY(-1px);
}
.lab-fieldset button.is-selected {
  color: #111b19;
  border-color: var(--gold-soft);
  background: var(--gold-soft);
  font-weight: 800;
}
.lab-result {
  display: flex;
  flex-direction: column;
  padding: 27px;
  color: #17362f;
  border-color: rgba(231,212,163,.72);
  background:
    radial-gradient(circle at 90% 0,rgba(183,146,58,.12),transparent 28%),
    #f7f1e5;
}
.lab-result-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(23,54,47,.13);
}
.lab-result-top > span { color: #7d652f; }
.lab-result-top em {
  padding: 5px 8px;
  color: #8a3827;
  border-radius: 999px;
  background: #f2d2c3;
  font-size: .58rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.lab-result-top em.risk-critical { color: #fff; background: #7d2d25; }
.lab-result-top em.risk-moderate { color: #70530f; background: #f0df9f; }
.lab-result-top em.risk-low { color: #285b49; background: #d8e9dc; }
.lab-result-score {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  padding: 25px 0;
}
.lab-result-score > div {
  display: grid;
  padding-right: 15px;
  border-right: 1px solid rgba(23,54,47,.12);
}
.lab-result-score > div:last-child { border-right: 0; padding-right: 0; }
.lab-result-score span {
  color: #6e7e76;
  font-size: .64rem;
  font-weight: 750;
}
.lab-result-score strong {
  margin: 8px 0 2px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.lab-result-score small {
  color: #748179;
  font-size: .62rem;
}
.lab-result-score small b { color: #17362f; }
.lab-bars {
  display: grid;
  gap: 12px;
}
.lab-bars > div {
  display: grid;
  grid-template-columns: 112px 1fr 68px;
  gap: 10px;
  align-items: center;
}
.lab-bars span,
.lab-bars em {
  color: #687871;
  font-size: .61rem;
  font-style: normal;
}
.lab-bars em { text-align: right; font-weight: 750; }
.lab-bars i {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #dedfd7;
}
.lab-bars i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #b7923a;
  transition: width .25s ease;
}
.lab-explanation {
  margin-top: auto;
  padding-top: 25px;
}
.lab-explanation span { color: #a4472e; }
.lab-explanation p {
  margin: 7px 0 0;
  color: #5f7068;
  font-size: .78rem;
  line-height: 1.6;
}

.readiness-map-section {
  color: #f4f0e8;
  border-top: 1px solid rgba(216,189,120,.10);
  background:
    radial-gradient(circle at 18% 40%,rgba(32,83,72,.31),transparent 34%),
    linear-gradient(145deg,#10211e,#0c131a 66%);
}
.readiness-map-layout {
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(500px,1.08fr);
  gap: 76px;
  align-items: center;
}
.readiness-map-copy .lead { color: #bcc6c4; }
.readiness-map-note {
  margin-top: 25px;
  padding-left: 17px;
  color: #90a09c;
  border-left: 2px solid var(--gold);
  font-size: .75rem;
}
.framework-roadmap {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 19px;
  background: rgba(255,255,255,.035);
}
.framework-row {
  min-height: 100px;
  display: grid;
  grid-template-columns: 105px 1fr;
  align-content: center;
  padding: 19px 23px;
  border-top: 1px solid rgba(255,255,255,.085);
}
.framework-row:first-child { border-top: 0; }
.framework-row span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--gold-soft);
  font-size: .59rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.framework-row strong {
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1.27rem;
  font-weight: 500;
}
.framework-row em {
  margin-top: 2px;
  color: #94a3a4;
  font-size: .66rem;
  font-style: normal;
}
.framework-row.current {
  background: linear-gradient(90deg,rgba(216,189,120,.10),transparent);
}
.framework-row.current strong { color: #f0da9d; }
.framework-row.preview em { color: #d2b975; }

.readiness-flow-section {
  color: #17362f;
  background: #f3eee3;
}
.readiness-flow {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  list-style: none;
  border: 1px solid #d6d6ca;
  border-radius: 19px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
}
.readiness-flow li {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 24px 18px;
  border-left: 1px solid #dcdcd1;
}
.readiness-flow li:first-child { border-left: 0; }
.readiness-flow li > span {
  color: #b7923a;
  font-family: Georgia,"Times New Roman",serif;
  font-size: .9rem;
}
.readiness-flow li strong {
  margin: auto 0 8px;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.readiness-flow li small {
  min-height: 56px;
  color: #68776f;
  font-size: .68rem;
  line-height: 1.45;
}

.readiness-credibility-section {
  overflow: hidden;
  border-top: 1px solid rgba(216,189,120,.12);
  background:
    radial-gradient(circle at 12% 28%,rgba(216,189,120,.09),transparent 26%),
    linear-gradient(135deg,#0d1717,#101923);
}
.readiness-credibility-layout {
  display: grid;
  grid-template-columns: minmax(270px,.66fr) minmax(0,1.34fr);
  gap: 84px;
  align-items: center;
}
.readiness-credibility-number {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(216,189,120,.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 68% 18%,rgba(216,189,120,.16),transparent 30%),
    rgba(255,255,255,.025);
}
.readiness-credibility-number > span {
  color: #aab4b5;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.readiness-credibility-number strong {
  margin: 21px 0 14px;
  color: var(--gold-soft);
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(3.7rem,7vw,6.2rem);
  font-weight: 500;
  line-height: .9;
}
.readiness-credibility-number small {
  max-width: 300px;
  color: #aeb9bc;
  font-size: .77rem;
  line-height: 1.6;
}
.readiness-credibility-copy > p:last-child {
  max-width: 740px;
  color: #aab4be;
}
.readiness-cta {
  padding: 92px 0;
  color: #17362f;
  border-block: 1px solid #d4c493;
  background:
    radial-gradient(circle at 82% 50%,rgba(183,146,58,.13),transparent 31%),
    #ead9ae;
}
.readiness-cta-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 60px;
  align-items: center;
}
.readiness-cta .eyebrow { color: #745820; }
.readiness-cta h2 {
  max-width: 880px;
  margin: 11px 0 14px;
  font-size: clamp(2.5rem,4.7vw,4.9rem);
}
.readiness-cta p {
  max-width: 790px;
  margin: 0;
  color: #50665d;
}
.readiness-cta .btn-primary {
  color: #f6f0e4;
  background: #17362f;
}
.readiness-cta .btn-primary:hover { background: #224c41; }
.readiness-disclaimer {
  padding: 24px 0;
  color: #73808d;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: #080c11;
  font-size: .68rem;
  line-height: 1.6;
}

/* Form/select support shared by the Readiness inquiry path. */
.form-field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 10px;
  outline: none;
  background: #121925;
}
.form-field select:focus {
  border-color: var(--gold-soft);
  box-shadow: 0 0 0 3px rgba(216,189,120,.11);
}
.form-field select option { color: #101319; background: #fff; }
.form-privacy-note {
  margin: 16px 0 0;
  color: #8f99a6;
  font-size: .76rem;
  line-height: 1.55;
}
.form-privacy-note a { color: var(--gold-soft); }

.readiness-page :focus-visible,
.home-readiness-section :focus-visible {
  outline: 3px solid rgba(216,189,120,.66);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .home-readiness-layout,
  .readiness-hero-layout,
  .readiness-map-layout,
  .readiness-credibility-layout {
    grid-template-columns: 1fr;
  }
  .home-readiness-layout,
  .readiness-hero-layout { gap: 50px; }
  .readiness-snapshot-home,
  .readiness-snapshot-hero { width: min(700px,100%); }
  .readiness-snapshot-hero { transform: none; }
  .readiness-hero { min-height: auto; }
  .readiness-hero-layout { padding-bottom: 80px; }
  .readiness-dimension-grid { grid-template-columns: repeat(2,1fr); }
  .readiness-lab { grid-template-columns: 1fr; }
  .lab-result { min-height: 500px; }
  .readiness-flow { grid-template-columns: repeat(4,1fr); }
  .readiness-flow li:nth-child(5) { border-left: 0; border-top: 1px solid #dcdcd1; }
  .readiness-flow li:nth-child(6),
  .readiness-flow li:nth-child(7) { border-top: 1px solid #dcdcd1; }
}

@media (max-width: 760px) {
  .home-readiness-layout { gap: 42px; }
  .readiness-hero-layout { padding-top: 125px; }
  .readiness-hero-copy h1 { font-size: clamp(3rem,13vw,4.75rem); }
  .readiness-proof-grid { grid-template-columns: 1fr; }
  .readiness-proof-grid > div {
    min-height: 112px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-inline: 0;
  }
  .readiness-proof-grid > div:first-child { border-top: 0; }
  .readiness-section-head,
  .readiness-lab-head { grid-template-columns: 1fr; gap: 18px; }
  .readiness-dimension-grid { grid-template-columns: 1fr; }
  .dimension-card { min-height: 245px; }
  .readiness-map-layout { gap: 42px; }
  .framework-row { grid-template-columns: 1fr; gap: 3px; }
  .framework-row span { grid-row: auto; margin-bottom: 7px; }
  .readiness-flow { grid-template-columns: repeat(2,1fr); }
  .readiness-flow li:nth-child(odd) { border-left: 0; }
  .readiness-flow li:nth-child(n+3) { border-top: 1px solid #dcdcd1; }
  .readiness-credibility-number { min-height: 300px; }
  .readiness-cta-layout { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 520px) {
  .readiness-snapshot { padding: 18px; border-radius: 17px; }
  .snapshot-topline { align-items: flex-start; flex-direction: column; }
  .snapshot-metrics { grid-template-columns: 1fr 1fr; }
  .snapshot-metric { min-height: 118px; padding: 12px; }
  .snapshot-metric strong { font-size: 1.95rem; }
  .snapshot-foot { flex-wrap: wrap; }
  .readiness-hero-copy h1 { font-size: clamp(2.75rem,13.2vw,4rem); }
  .readiness-hero-tags span { font-size: .56rem; }
  .readiness-availability { align-items: flex-start; }
  .lab-controls,
  .lab-result { padding: 21px; }
  .lab-result { min-height: 480px; }
  .lab-result-score { grid-template-columns: 1fr; }
  .lab-result-score > div { padding: 0 0 14px; border: 0; border-bottom: 1px solid rgba(23,54,47,.12); }
  .lab-result-score > div:last-child { padding: 4px 0 0; border-bottom: 0; }
  .lab-bars > div { grid-template-columns: 95px 1fr; }
  .lab-bars em { grid-column: 2; }
  .readiness-flow { grid-template-columns: 1fr; }
  .readiness-flow li {
    min-height: 170px;
    border-left: 0;
    border-top: 1px solid #dcdcd1;
  }
  .readiness-flow li:first-child { border-top: 0; }
}
