:root {
  --elc-cream: var(--buckland-canvas);
  --elc-cream-deep: #f0ebe3;
  --elc-paper: var(--buckland-paper);
  --elc-paper-soft: var(--buckland-paper-soft);
  --elc-charcoal: var(--buckland-ink);
  --elc-muted: var(--buckland-muted);
  --elc-line: var(--buckland-line);
  --elc-coral: var(--buckland-coral-strong);
  --elc-coral-dark: var(--buckland-coral-deep);
  --elc-coral-soft: var(--buckland-coral-soft);
  --elc-sage: var(--buckland-sage-strong);
  --elc-shadow: var(--buckland-shadow);
  --elc-page-width: var(--buckland-content-width);
}

html {
  background: var(--elc-cream);
  scroll-behavior: smooth;
}

.english-level-check {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 98% 2%, rgba(237, 111, 98, 0.12), transparent 24rem),
    var(--elc-cream);
  color: var(--elc-charcoal);
  font-family: var(--buckland-font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.english-level-check *,
.english-level-check *::before,
.english-level-check *::after {
  box-sizing: border-box;
}

.english-level-check body,
.english-level-check button,
.english-level-check a {
  font: inherit;
}

.english-level-check button {
  cursor: pointer;
}

.english-level-check button,
.english-level-check a {
  -webkit-tap-highlight-color: transparent;
}

.english-level-check a {
  color: inherit;
}

.elc-page-shell {
  width: min(var(--elc-page-width), calc(100% - 3rem));
  margin: 0 auto;
}

.elc-skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.7rem 0.9rem;
  border-radius: var(--buckland-control-radius);
  background: var(--elc-charcoal);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.elc-skip-link:focus {
  transform: translateY(0);
}

.english-level-check :focus-visible {
  outline: 3px solid var(--buckland-focus);
  outline-offset: 4px;
}

.elc-site-header {
  background: color-mix(in srgb, var(--elc-cream) 92%, transparent);
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--elc-line);
}

.elc-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--buckland-header-height);
  gap: 1.25rem;
}

.elc-site-header .elc-page-shell {
  width: min(var(--buckland-header-width), calc(100% - 3rem));
}

.elc-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--elc-charcoal);
  text-decoration: none;
}

.elc-brand__copy {
  display: grid;
  gap: var(--buckland-brand-gap);
}

.elc-brand__name,
.elc-site-footer__brand {
  font-family: var(--buckland-font-display);
  font-size: var(--buckland-brand-name-size);
  font-weight: var(--buckland-brand-name-weight);
  letter-spacing: var(--buckland-brand-name-tracking);
  line-height: var(--buckland-brand-name-line-height);
}

.elc-brand__tagline {
  color: var(--elc-muted);
  font-size: var(--buckland-brand-tagline-size);
  font-weight: var(--buckland-brand-tagline-weight);
  letter-spacing: var(--buckland-brand-tagline-tracking);
  line-height: var(--buckland-brand-tagline-line-height);
}

.elc-header-actions {
  align-items: center;
  display: flex;
  gap: 1.1rem;
}

.elc-header-section {
  color: var(--elc-sage);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.elc-header-back {
  align-items: center;
  color: #56514b !important;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.5rem;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.elc-header-back:hover {
  color: var(--elc-coral-dark) !important;
}

.elc-header-back span {
  font-size: 1.1em;
  transition: transform 160ms ease;
}

.elc-header-back:hover span {
  transform: translateX(-0.14rem);
}

.elc-hero {
  position: relative;
  padding: clamp(2.65rem, 6vw, 6.25rem) 0 clamp(4.25rem, 7vw, 7.25rem);
}

.elc-hero::before {
  position: absolute;
  z-index: 0;
  top: 2.5rem;
  left: 0;
  width: min(41vw, 40rem);
  height: min(46vw, 43rem);
  border-radius: 0 9rem 9rem 0;
  background: rgba(247, 221, 214, 0.45);
  content: "";
}

.elc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(24rem, 0.95fr);
  align-items: center;
  gap: clamp(2.4rem, 6vw, 6.2rem);
}

.elc-hero__content {
  max-width: 37.5rem;
}

.elc-eyebrow,
.elc-dialog__eyebrow {
  margin: 0 0 0.78rem;
  color: var(--elc-coral-dark);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.125em;
  line-height: 1.3;
  text-transform: uppercase;
}

.elc-hero h1,
.elc-section h2,
.elc-final-cta h2,
.elc-report-preview h2,
.elc-dialog h2 {
  margin: 0;
  color: var(--elc-charcoal);
  font-family: var(--buckland-font-display);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.elc-hero h1 {
  max-width: 39rem;
  font-size: clamp(2.65rem, 4.65vw, 4.95rem);
  line-height: 0.99;
}

.elc-hero__lead {
  max-width: 36rem;
  margin: 1.5rem 0 1.7rem;
  color: var(--elc-muted);
  font-size: clamp(1.02rem, 1.45vw, 1.17rem);
  line-height: 1.7;
}

.elc-fact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.elc-fact-list li {
  display: grid;
  gap: 0.04rem;
  min-width: 8.8rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--elc-line);
  border-radius: var(--buckland-control-radius);
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 8px 20px rgba(37, 37, 34, 0.04);
}

.elc-fact-list strong {
  font-size: 0.85rem;
  line-height: 1.25;
}

.elc-fact-list span {
  color: var(--elc-muted);
  font-size: 0.7rem;
  line-height: 1.3;
}

.elc-hero-actions {
  display: grid;
  gap: .8rem;
  margin-top: 1.2rem;
  width: min(100%, 35.25rem);
}

.elc-hero-actions .elc-primary-button {
  justify-self: start;
}

.elc-screening-entry {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: 100%;
  min-height: 5.75rem;
  padding: 0.8rem 0.92rem;
  border: 1px solid color-mix(in srgb, var(--elc-coral) 34%, var(--elc-line));
  border-radius: var(--buckland-card-radius);
  background: var(--elc-paper);
  box-shadow: 0 16px 38px rgba(37, 37, 34, 0.12);
  color: var(--elc-charcoal);
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.elc-screening-entry:hover {
  transform: translateY(-3px);
  border-color: var(--elc-coral);
  box-shadow: 0 21px 42px rgba(37, 37, 34, 0.17);
}

.elc-screening-entry__icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  margin: 0.28rem 0.75rem 0 0;
  border-radius: 50%;
  background: var(--elc-coral-soft);
  color: var(--elc-coral-dark);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.elc-screening-entry__copy {
  display: grid;
  align-content: center;
  gap: 0.08rem;
}

.elc-screening-entry__eyebrow {
  color: var(--elc-coral-dark);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.elc-screening-entry__title {
  font-family: var(--buckland-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.elc-screening-entry__detail {
  color: var(--elc-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.elc-screening-entry__arrow {
  align-self: center;
  padding: 0.35rem;
  color: var(--elc-coral-dark);
  font-size: 1.25rem;
  font-weight: 800;
}

.elc-hero__note {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: var(--elc-muted);
  font-size: 0.83rem;
  line-height: 1.55;
}

.elc-hero-visual {
  position: relative;
  min-height: clamp(29.5rem, 47vw, 39.5rem);
  margin: 0;
  border: 1px solid var(--elc-line);
  border-radius: calc(var(--buckland-card-radius) + .5rem);
  background: var(--elc-cream-deep);
  box-shadow: var(--elc-shadow);
  overflow: visible;
}

.elc-hero-visual__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: inherit;
  object-fit: cover;
  object-position: 66% center;
}

.elc-hero-visual::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(37, 37, 34, 0.03), rgba(37, 37, 34, 0.17));
  content: "";
  pointer-events: none;
}

.elc-report-preview {
  position: absolute;
  z-index: 1;
  bottom: clamp(1rem, 3vw, 1.7rem);
  left: clamp(1rem, 3vw, 1.7rem);
  width: min(81%, 22.5rem);
  padding: 1.2rem;
  border: 1px solid var(--elc-line);
  border-radius: var(--buckland-card-radius);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 15px 38px rgba(37, 37, 34, 0.18);
}

.elc-report-preview__label {
  margin: 0 0 0.35rem;
  color: var(--elc-coral-dark);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.elc-report-preview h2 {
  font-size: 1.38rem;
  line-height: 1.08;
}

.elc-report-preview__estimate {
  display: grid;
  gap: 0.05rem;
  margin: 1rem 0 0.72rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.65rem;
  background: #fff2ed;
}

.elc-report-preview__estimate span {
  color: var(--elc-muted);
  font-size: 0.64rem;
  font-weight: 700;
}

.elc-report-preview__estimate strong {
  color: var(--elc-charcoal);
  font-size: 0.83rem;
}

.elc-report-preview__signals {
  display: grid;
  gap: 0.55rem;
}

.elc-report-preview__signal {
  display: grid;
  grid-template-columns: 1fr 4.5rem;
  align-items: center;
  gap: 0.5rem;
  color: var(--elc-muted);
  font-size: 0.68rem;
  font-weight: 650;
}

.elc-report-preview__signal i {
  display: block;
  height: 0.36rem;
  border-radius: 999px;
  background: #e8dfd5;
  overflow: hidden;
}

.elc-report-preview__signal b {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--elc-sage);
}

.elc-report-preview__signal + .elc-report-preview__signal b {
  width: 48%;
  background: var(--buckland-coral);
}

.elc-report-preview__footnote {
  margin: 0.75rem 0 0;
  color: var(--elc-muted);
  font-size: 0.65rem;
  line-height: 1.35;
}

.elc-hero-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: -1.75rem;
  color: var(--elc-muted);
  font-size: 0.67rem;
}

.elc-section {
  padding: clamp(4.5rem, 8vw, 8.5rem) 0;
}

.elc-section--intro {
  border-top: 1px solid var(--elc-line);
  background: var(--elc-paper);
}

.elc-section-heading {
  max-width: 44rem;
}

.elc-section h2,
.elc-final-cta h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.65rem);
  line-height: 1.05;
}

.elc-section-heading > p:last-child,
.elc-boundaries p,
.elc-final-cta p {
  margin: 1.15rem 0 0;
  color: var(--elc-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.elc-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: clamp(2.25rem, 4vw, 3.6rem);
}

.elc-value-card {
  min-height: 14.5rem;
  padding: 1.45rem;
  border: 1px solid var(--elc-line);
  border-radius: var(--buckland-card-radius);
  background: var(--elc-paper);
}

.elc-value-card__number {
  display: inline-block;
  margin-bottom: 2.65rem;
  color: var(--elc-coral-dark);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.elc-value-card h3,
.elc-step h3 {
  margin: 0;
  color: var(--elc-charcoal);
  font-family: var(--buckland-font-display);
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.elc-value-card p,
.elc-step p {
  margin: 0.68rem 0 0;
  color: var(--elc-muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.elc-funnel {
  position: relative;
  overflow: clip;
}

.elc-funnel::before {
  position: absolute;
  top: 9rem;
  right: -10rem;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: rgba(248, 223, 214, 0.58);
  content: "";
}

.elc-funnel .elc-page-shell {
  position: relative;
}

.elc-funnel__heading {
  max-width: 48rem;
}

.elc-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: clamp(2.3rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.elc-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 0.8rem;
  min-height: 16rem;
  padding: 1.3rem 1rem 1.2rem;
  border-top: 3px solid var(--elc-line);
  background: rgba(255, 253, 249, 0.55);
}

.elc-step::after {
  position: absolute;
  top: -0.2rem;
  right: -0.65rem;
  color: var(--elc-muted);
  font-size: 1.35rem;
  font-weight: 750;
  content: "→";
}

.elc-step:last-child::after {
  display: none;
}

.elc-step--supervised {
  border-top-color: var(--elc-coral);
  background: rgba(255, 248, 243, 0.8);
}

.elc-step__number {
  display: grid;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--elc-charcoal);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
  place-items: center;
}

.elc-step--supervised .elc-step__number {
  background: var(--elc-coral);
}

.elc-step__label {
  margin: 0 0 0.45rem;
  color: var(--elc-coral-dark);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.elc-boundaries {
  background: var(--buckland-navy);
  color: #fff;
}

.elc-boundaries .elc-eyebrow {
  color: #ffb8a7;
}

.elc-boundaries h2 {
  color: var(--elc-paper);
}

.elc-boundaries__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.82fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: center;
}

.elc-boundaries p {
  color: rgba(255, 253, 249, 0.76);
}

.elc-boundaries__list {
  display: grid;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  list-style: none;
}

.elc-boundaries__list li {
  position: relative;
  padding: 1rem 0 1rem 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  color: var(--elc-paper);
  font-size: 0.94rem;
  line-height: 1.45;
}

.elc-boundaries__list li::before {
  position: absolute;
  top: 1.02rem;
  left: 0.08rem;
  color: #ffb8a7;
  font-weight: 900;
  content: "×";
}

.elc-final-cta {
  padding-bottom: clamp(4.8rem, 8vw, 7.5rem);
}

.elc-final-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(1.75rem, 4vw, 3.2rem);
  border: 1px solid color-mix(in srgb, var(--elc-coral) 25%, var(--elc-line));
  border-radius: var(--buckland-card-radius);
  background: linear-gradient(110deg, #fff2ed, var(--elc-paper) 71%);
  box-shadow: 0 22px 55px rgba(37, 37, 34, 0.09);
}

.elc-primary-button,
.elc-dialog__done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 3.25rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--elc-coral);
  border-radius: var(--buckland-control-radius);
  background: var(--elc-coral);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.elc-primary-button:hover,
.elc-dialog__done:hover {
  transform: translateY(-2px);
  background: var(--elc-coral-dark);
}

.elc-site-footer {
  background: var(--elc-cream);
  border-top: 1px solid var(--elc-line);
}

.elc-site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.35rem;
  padding-bottom: calc(1.45rem + env(safe-area-inset-bottom));
}

.elc-site-footer__brand {
  color: var(--elc-charcoal);
  display: inline-grid;
  gap: 0.26rem;
  text-decoration: none;
}

.elc-site-footer__brand > span {
  color: var(--elc-muted);
  font-family: var(--buckland-font-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.35;
}

.elc-site-footer p {
  margin: 0;
  color: var(--elc-muted);
  font-size: 0.76rem;
  text-align: right;
}

.elc-site-footer__meta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.elc-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.elc-site-footer__links a {
  color: var(--elc-charcoal);
  font-size: .76rem;
  font-weight: 800;
  text-decoration-color: color-mix(in srgb, var(--elc-coral) 62%, transparent);
  text-underline-offset: .22rem;
}

.elc-site-footer__links a:hover {
  color: var(--elc-coral-dark);
}

.elc-dialog-backdrop[hidden] {
  display: none !important;
}

.elc-dialog-backdrop {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  background: rgba(38, 52, 58, 0.66);
}

.elc-dialog {
  position: relative;
  width: min(100%, 31rem);
  max-height: min(43rem, calc(100dvh - 2rem));
  padding: clamp(1.5rem, 5vw, 2.35rem);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--buckland-card-radius);
  background: var(--elc-paper);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.34);
  overflow: auto;
}

.elc-dialog__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border: 1px solid rgba(76, 73, 67, 0.18);
  border-radius: 50%;
  background: var(--elc-paper);
  color: var(--elc-charcoal);
  font-size: 1.5rem;
  line-height: 1;
  place-items: center;
}

.elc-dialog__close:hover {
  border-color: var(--elc-coral-dark);
  color: var(--elc-coral-dark);
}

.elc-dialog h2 {
  max-width: 21rem;
  font-size: clamp(2rem, 7vw, 2.7rem);
  line-height: 1.04;
}

.elc-dialog__placeholder {
  margin: 1rem 0 0;
  color: var(--elc-muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.elc-dialog__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.elc-dialog__details li {
  min-height: 3.3rem;
  padding: 0.6rem 0.7rem;
  border: 1px solid var(--elc-line);
  border-radius: var(--buckland-control-radius);
  background: var(--elc-paper-soft);
  color: var(--elc-charcoal);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.32;
}

.elc-dialog__privacy {
  margin: 0 0 1.2rem;
  padding: 0.85rem 0.95rem;
  border-left: 3px solid var(--elc-coral);
  background: var(--elc-coral-soft);
  color: #70413c;
  font-size: 0.83rem;
  font-weight: 650;
  line-height: 1.45;
}

.elc-dialog__done {
  width: 100%;
}

.elc-dialog__done--secondary {
  background: transparent;
  border-color: var(--elc-line);
  color: var(--elc-charcoal);
  margin-top: .65rem;
}

.elc-dialog__done--secondary:hover {
  background: var(--elc-paper-soft);
}

/* Overrides the page-wide link inheritance so the coral modal action remains legible. */
.english-level-check .elc-primary-button,
.english-level-check .elc-dialog__done {
  color: #fff;
}

.english-level-check .elc-dialog__done--secondary {
  color: var(--elc-charcoal);
}

.english-level-check.elc-modal-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .elc-hero__grid {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .elc-hero__content {
    max-width: 43rem;
  }

  .elc-hero-visual {
    width: min(100%, 43rem);
    min-height: 32rem;
  }

  .elc-value-grid,
  .elc-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elc-step::after {
    display: none;
  }

  .elc-boundaries__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 760px) {
  .elc-page-shell {
    width: min(calc(100% - 2rem), var(--elc-page-width));
  }

  .elc-site-header__inner {
    min-height: 4.6rem;
  }

  .elc-site-header .elc-page-shell {
    width: min(calc(100% - 2rem), var(--buckland-header-width));
  }

  .elc-brand__tagline,
  .elc-header-section {
    display: none;
  }

  .elc-hero {
    padding-top: 2.45rem;
  }

  .elc-hero h1 {
    font-size: clamp(2.48rem, 12vw, 3.5rem);
  }

  .elc-hero__lead {
    margin-top: 1.15rem;
    line-height: 1.6;
  }

  .elc-fact-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
    gap: 0.42rem;
  }

  .elc-fact-list li {
    min-width: 0;
    padding: 0.58rem 0.52rem;
  }

  .elc-fact-list strong {
    font-size: 0.72rem;
  }

  .elc-fact-list span {
    font-size: 0.62rem;
  }

  .elc-screening-entry {
    min-height: 6.4rem;
  }

  .elc-screening-entry__icon {
    width: 2.35rem;
    height: 2.35rem;
    margin-right: 0.55rem;
  }

  .elc-screening-entry__title {
    font-size: 1rem;
  }

  .elc-screening-entry__detail {
    font-size: 0.7rem;
  }

  .elc-hero-visual {
    min-height: 25.5rem;
    border-radius: 1.35rem;
  }

  .elc-report-preview {
    width: calc(100% - 1.5rem);
    bottom: 0.75rem;
    left: 0.75rem;
    padding: 1rem;
  }

  .elc-report-preview h2 {
    font-size: 1.2rem;
  }

  .elc-hero-visual figcaption {
    right: 0.25rem;
  }

  .elc-section {
    padding: 4.1rem 0;
  }

  .elc-section h2,
  .elc-final-cta h2 {
    font-size: clamp(2rem, 9.5vw, 2.72rem);
  }

  .elc-value-grid,
  .elc-steps {
    grid-template-columns: 1fr;
  }

  .elc-value-card {
    min-height: 0;
  }

  .elc-value-card__number {
    margin-bottom: 1.5rem;
  }

  .elc-step {
    min-height: 0;
    padding: 1.2rem 0.35rem 1.1rem 0;
  }

  .elc-final-cta__card {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    border-radius: 1.15rem;
  }

  .elc-primary-button {
    width: 100%;
  }

  .elc-site-footer__inner {
    display: grid;
  }

  .elc-site-footer__meta {
    align-items: flex-start;
  }

  .elc-site-footer p {
    text-align: left;
  }

  .elc-dialog-backdrop {
    align-items: end;
    padding: 0;
  }

  .elc-dialog {
    width: 100%;
    max-height: min(43rem, calc(100dvh - 0.6rem));
    padding-top: 1.8rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .elc-dialog__details {
    grid-template-columns: 1fr;
  }

  .elc-dialog__details li {
    min-height: 2.8rem;
  }
}

@media (max-width: 430px) {
  .elc-fact-list li:last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .english-level-check *,
  .english-level-check *::before,
  .english-level-check *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/*
 * Accessibility typography floor: availability, privacy, and result-boundary
 * information should be as comfortable to read as the primary screening copy.
 * The illustrative report remains compact, but never below 12px.
 */
.elc-header-section {
  font-size: .875rem;
}

.elc-header-back,
.elc-primary-button,
.elc-dialog__done {
  font-size: .9375rem;
}

.elc-eyebrow,
.elc-dialog__eyebrow,
.elc-screening-entry__eyebrow,
.elc-value-card__number,
.elc-step__label,
.elc-report-preview__label,
.elc-report-preview__estimate span,
.elc-report-preview__signal,
.elc-report-preview__footnote,
.elc-site-footer__brand > span {
  font-size: .75rem;
}

.elc-fact-list strong,
.elc-fact-list span,
.elc-screening-entry__detail,
.elc-hero__note,
.elc-hero-visual figcaption,
.elc-site-footer p,
.elc-site-footer__links a,
.elc-dialog__details li,
.elc-dialog__privacy {
  font-size: .875rem;
}

.elc-report-preview__estimate strong {
  font-size: .875rem;
}

@media (max-width: 760px) {
  .elc-fact-list strong,
  .elc-fact-list span,
  .elc-screening-entry__detail {
    font-size: .875rem;
  }
}
