.a11y-scan-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 78px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.10), transparent 28%),
    linear-gradient(135deg, #0e2228 0%, #12343b 55%, #18464e 100%);
  color: #fff;
}
.a11y-scan-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
}
.a11y-scan-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.a11y-scan-hero .a11y-scan-kicker { color: rgba(255,255,255,.78); }
.a11y-scan-hero h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.a11y-scan-lead {
  max-width: 760px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.82);
  font-size: 1.16rem;
  line-height: 1.75;
}
.a11y-scan-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.92);
  font-size: .95rem;
  font-weight: 700;
}
.a11y-scan-hero-points i { margin-right: 6px; }
.a11y-scan-scope-note {
  max-width: 760px;
  margin: 0;
  padding-left: 14px;
  border-left: 3px solid rgba(255,255,255,.32);
  color: rgba(255,255,255,.70);
  font-size: .9rem;
  line-height: 1.65;
}
.a11y-scan-form-card {
  position: relative;
  z-index: 2;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: #fff;
  color: #182b31;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}
.a11y-scan-form-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e8eeee;
}
.a11y-scan-form-icon {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #eef6f7;
  font-size: 1.2rem;
}
.a11y-scan-form-head h2 { margin: 0 0 4px; font-size: 1.35rem; }
.a11y-scan-form-head p { margin: 0; color: #60767b; font-size: .92rem; }
.a11y-scan-field { margin-bottom: 18px; }
.a11y-scan-field label { display: block; margin-bottom: 8px; font-weight: 800; }
.a11y-scan-input {
  min-height: 50px;
  border: 1px solid #ccd9db;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: none !important;
}
.a11y-scan-input:focus {
  border-color: currentColor;
  outline: 3px solid rgba(13,110,253,.14);
  outline-offset: 1px;
}
.a11y-scan-field-hint,
.a11y-scan-privacy-note {
  margin: 7px 0 0;
  color: #6c7f83;
  font-size: .82rem;
  line-height: 1.5;
}
.a11y-scan-turnstile-wrap { min-height: 72px; }
.a11y-scan-error,
.a11y-scan-form-message.is-error { color: #b42318; }
.a11y-scan-form-message.is-success { color: #137333; }
.a11y-scan-form-message {
  min-height: 20px;
  margin: -4px 0 12px;
  font-size: .88rem;
  font-weight: 700;
}
.a11y-scan-submit {
  min-height: 52px;
  border-radius: 12px;
  font-weight: 800;
}
.a11y-scan-submit[disabled] { cursor: progress; opacity: .78; }
.a11y-scan-trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
  color: #4d666b;
  font-size: .8rem;
  font-weight: 700;
}
.a11y-scan-trust-row i { margin-right: 4px; }
.a11y-scan-privacy-note { text-align: center; }
.a11y-scan-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.a11y-scan-strip {
  padding: 22px 0;
  border-bottom: 1px solid #e5eded;
  background: #fff;
}
.a11y-scan-strip strong,
.a11y-scan-strip span { display: block; }
.a11y-scan-strip strong { color: #1d3439; font-size: .94rem; }
.a11y-scan-strip span { margin-top: 3px; color: #71858a; font-size: .82rem; }
.a11y-scan-section { padding-top: 78px !important; padding-bottom: 78px !important; }
.a11y-scan-section-heading { max-width: 760px; }
.a11y-scan-section-heading .a11y-scan-kicker { color: #60767b; }
.a11y-scan-section-heading h2 {
  margin-bottom: 14px;
  color: #172e34;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.a11y-scan-section-heading p { color: #61777c; line-height: 1.75; }
.a11y-scan-card,
.a11y-scan-step,
.a11y-scan-status {
  border: 1px solid #e1e9ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16,46,52,.055);
}
.a11y-scan-card { padding: 24px; }
.a11y-scan-card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: #edf5f6;
  color: #24484f;
}
.a11y-scan-card h3,
.a11y-scan-step h3 { color: #1b343a; font-size: 1.08rem; }
.a11y-scan-card p,
.a11y-scan-step p,
.a11y-scan-status p { margin-bottom: 0; color: #667c81; line-height: 1.65; }
.a11y-scan-status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.a11y-scan-status { position: relative; padding: 20px 20px 20px 44px; }
.a11y-scan-status strong { display: block; margin-bottom: 4px; color: #203a40; }
.a11y-dot { position: absolute; left: 20px; top: 25px; width: 10px; height: 10px; border-radius: 50%; }
.a11y-dot-issue { background: #c8392b; }
.a11y-dot-review { background: #bc7a08; }
.a11y-dot-inconclusive { background: #637078; }
.a11y-dot-clear { background: #257a47; }
.a11y-scan-step { position: relative; padding: 26px; }
.a11y-scan-step > span {
  display: inline-block;
  margin-bottom: 22px;
  color: #72888c;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.a11y-scan-checklist { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.a11y-scan-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 18px;
  border: 1px solid #dfe8e9;
  border-radius: 14px;
  background: #fff;
  color: #29444a;
  font-weight: 700;
}
.a11y-scan-checklist i { margin-top: 3px; }
.a11y-scan-review-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 36px;
  border: 1px solid #dce7e8;
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fbfb, #fff);
}
.a11y-scan-review-box h2 { max-width: 760px; color: #19343a; font-size: 2rem; }
.a11y-scan-review-box p { max-width: 780px; margin-bottom: 0; color: #60767b; line-height: 1.7; }
.a11y-scan-review-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; min-width: 220px; }
.a11y-scan-faq-wrap { max-width: 900px; }
.a11y-scan-faq-list { display: grid; gap: 12px; }
.a11y-scan-faq-list details {
  border: 1px solid #dfe8e9;
  border-radius: 14px;
  background: #fff;
}
.a11y-scan-faq-list summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  cursor: pointer;
  color: #223d43;
  font-weight: 800;
}
.a11y-scan-faq-list summary:focus-visible { outline: 3px solid rgba(13,110,253,.25); outline-offset: 3px; }
.a11y-scan-faq-list details p { padding: 0 20px 18px; margin: 0; color: #63797e; line-height: 1.7; }
.a11y-scan-bottom-cta {
  padding: 68px 0;
  background: #112a30;
  color: #fff;
}
.a11y-scan-bottom-cta h2 { max-width: 820px; margin: 0 auto 12px; }
.a11y-scan-bottom-cta p { max-width: 760px; margin: 0 auto 24px; color: rgba(255,255,255,.75); }

@media (max-width: 991.98px) {
  .a11y-scan-hero { padding: 62px 0; }
  .a11y-scan-review-box { align-items: flex-start; flex-direction: column; }
  .a11y-scan-review-actions { width: 100%; min-width: 0; }
}
@media (max-width: 767.98px) {
  .a11y-scan-hero h1 { font-size: 2.45rem; }
  .a11y-scan-form-card { padding: 22px; }
  .a11y-scan-status-grid { grid-template-columns: 1fr; }
  .a11y-scan-section { padding-top: 58px !important; padding-bottom: 58px !important; }
  .a11y-scan-review-box { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
