.hero p {
  font-size: 14.5px;
}

.hero-action a,
.outline {
  min-height: 59px;
  border-radius: 7px;
  font-size: 16px;
}

.risk-list p,
.work-cards p,
.timeline p {
  font-size: 12px;
  line-height: 1.58;
}

.urgency b {
  font-size: 12px;
}

.urgency p {
  font-size: 10.5px;
}

.lead,
.case-lead {
  font-size: 13px;
}

.outline {
  font-size: 14px;
}

.case-cards p,
.result,
.faqs p {
  font-size: 11.5px;
  line-height: 1.6;
}

.faqs h3 {
  font-size: 13.5px;
}

form button {
  height: 58px;
  border-radius: 7px;
  font-size: 15px;
}

footer {
  padding: 26px 20px 28px;
  font-size: 8px;
  line-height: 1.55;
}

footer img {
  margin-bottom: 10px;
}

.options label {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.options label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.options label span {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 8px 4px;
}

.options label:has(input:checked) {
  border-color: #0a84af;
  background: #edf9fc;
  color: #06739b;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px #0a84af;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
}

.consent {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 10px;
  color: #5d737f;
}

.consent input {
  width: 16px;
  height: 16px;
  accent-color: #068fa0;
}

form button:disabled {
  opacity: 0.72;
}

.form-message {
  min-height: 14px;
  font-size: 10px !important;
  font-weight: 750;
}

.form-message.success {
  color: #087f73;
}

.form-message.error {
  color: #d33f36;
}

/* Mobile readability pass */
.govline { font-size: 11.5px; }
header span { font-size: 11px; }
header b { font-size: 15px; }
.eyebrow, .section-kicker { font-size: 12px; }
.hero h1 { font-size: 40px; }
.hero h2 { font-size: 28px; }
.hero p { font-size: 16px; line-height: 1.62; }
.privacy { font-size: 12px; line-height: 1.55; }
.hero-action a { font-size: 17px; }
.section h2 { font-size: 32px; }
.risk-list h3 { font-size: 17px; }
.risk-list p, .work-cards p, .timeline p { font-size: 14.5px; line-height: 1.58; }
.blue-note { font-size: 15px; }
.work-no { font-size: 11px; }
.work-cards h3 { font-size: 25px; }
.work-cards h3 small { font-size: 14px; }
.urgency b { font-size: 15px; }
.urgency p { font-size: 13px; }
.metrics b { font-size: 21px; }
.metrics span { font-size: 12px; }
.lead, .case-lead { font-size: 15px; }
.timeline h3 { font-size: 16px; }
.badge { font-size: 12px; }
.badge small { font-size: 9px; }
.outline { font-size: 16px; }
.tax-cloud span { font-size: 12px; padding: 7px 11px; }
.case-label { font-size: 11px; }
.case-cards h3 { font-size: 17px; }
.case-cards h3 small { font-size: 12.5px; }
.case-cards p, .result, .faqs p { font-size: 14.5px; line-height: 1.6; }
.small-note { font-size: 11.5px; }
.faqs article > b { font-size: 12px; }
.faqs h3 { font-size: 16px; }
.apply-head > span { font-size: 12px; }
.apply-head h2 { font-size: 35px; }
.apply-head p { font-size: 15px; }
legend { font-size: 16px; margin-bottom: 12px; }
.options label span { min-height: 56px; font-size: 16px; }
.options label:not(:has(input:checked)) {
  border-color: #d9e6ec;
  background: #fff;
  color: #607783;
  font-weight: 400;
  box-shadow: none;
}
.inputs { gap: 10px; }
.inputs input { height: 54px; font-size: 16px; padding: 0 15px; }
.consent { font-size: 14px; gap: 9px; }
.consent input { width: 20px; height: 20px; }
form button { height: 64px; font-size: 18px; }
form > p { font-size: 12px; line-height: 1.5; }
.form-message { font-size: 13px !important; }
footer { font-size: 11.5px; }

/* Risk cards: six compact illustrated panels, intentionally non-clickable */
.risk-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.risk-list article {
  position: relative;
  display: flex;
  min-height: 248px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 17px 13px 16px;
  border-color: #d8e9f1;
  border-radius: 16px;
  background: linear-gradient(165deg, #ffffff 28%, #f2f9fc 100%);
  box-shadow: 0 12px 28px rgba(4, 57, 88, 0.08);
}
.risk-list article:nth-child(3n + 2),
.risk-list article:nth-child(3n + 3) {
  background: linear-gradient(165deg, #ffffff 24%, #eef9f7 100%);
}
.risk-list article i {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  font-size: 10px;
  background: #e8f6fb;
}
.risk-list article img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  margin: 1px auto 9px;
  filter: drop-shadow(0 10px 11px rgba(4, 48, 75, 0.13));
}
.risk-list article div {
  width: 100%;
  text-align: center;
}
.risk-list article h3 {
  min-height: 41px;
  margin: 0 0 7px;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.45px;
}
.risk-list article p {
  font-size: 13px;
  line-height: 1.48;
  color: #5f7784;
}
.work-cards article img {
  top: 50%;
  right: 8px;
  bottom: auto;
  width: 124px;
  height: 124px;
  object-fit: contain;
  object-position: center;
  transform: translateY(-50%);
}

/* Success cases: official notice-style summaries */
.notice-cards {
  gap: 18px;
}
.case-cards .case-notice {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 20px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(4,94,145,.035) 1px, transparent 1px),
    linear-gradient(rgba(4,94,145,.035) 1px, transparent 1px),
    #fff;
  background-size: 16px 16px;
  box-shadow: 0 16px 35px rgba(0,25,48,.26);
}
.case-notice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0879a7, #24cdbc);
}
.notice-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.notice-top > div {
  min-width: 0;
}
.notice-top span {
  display: block;
  margin-bottom: 5px;
  color: #07849b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
}
.notice-top strong {
  display: block;
  color: #102f42;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -.45px;
}
.notice-top i {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 3px double #dd3c3c;
  border-radius: 50%;
  color: #d93636;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 1px;
  display: grid;
  place-items: center;
  text-align: center;
  transform: rotate(-8deg);
  opacity: .9;
}
.notice-id {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 12px;
  padding: 8px 0;
  border-top: 1px solid #d8e4e9;
  border-bottom: 1px solid #d8e4e9;
  color: #6b7f89;
  font-size: 11px;
}
.notice-id span {
  color: #07849b;
  font-weight: 750;
}
.notice-summary {
  position: relative;
  margin-bottom: 13px;
  padding: 15px 14px 13px;
  border: 1px solid #bfe8e3;
  border-radius: 7px;
  background: linear-gradient(135deg, #eefaf8, #e7f5fa);
}
.notice-summary small {
  display: block;
  margin-bottom: 2px;
  color: #58727f;
  font-size: 12px;
  font-weight: 700;
}
.notice-summary b {
  display: block;
  color: #075b83;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.7px;
}
.notice-summary em {
  position: absolute;
  right: 12px;
  bottom: 14px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #087e94;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}
.case-notice dl {
  margin: 0;
  border-top: 2px solid #173f55;
}
.case-notice dl > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 9px;
  padding: 10px 3px;
  border-bottom: 1px solid #dce6eb;
}
.case-notice dt,
.case-notice dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.case-notice dt {
  color: #087d9e;
  font-weight: 850;
}
.case-notice dd {
  color: #294755;
}
.case-notice .final {
  margin-top: 3px;
  padding: 12px 8px;
  border-bottom: 0;
  border-radius: 6px;
  background: #edf7fa;
}
.case-notice .final dd b {
  color: #073d5f;
  font-size: 14px;
}
.cases .small-note {
  font-size: 12px;
  line-height: 1.55;
}
