:root {
  --blue: #073b78;
  --blue-hover: #0b5db7;
  --navy: #07192f;
  --ink: #10233d;
  --muted: #526987;
  --line: #d6e0ec;
  --page: #f2f6fb;
  --content: 1480px;
  --menu: 1540px;
  --shadow: 0 24px 60px rgba(7, 25, 47, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

/* One header system only. Hover changes colour, never size or position. */
.top-accent {
  position: sticky;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 5px;
  background: var(--blue);
}
.navbar {
  position: sticky;
  top: 5px;
  z-index: 1000;
  width: 100%;
  min-height: 107px;
  background: #fff;
  border-bottom: 1px solid rgba(8, 30, 56, .08);
  box-shadow: 0 8px 24px rgba(8, 30, 56, .05);
}
.nav-inner {
  width: min(calc(100% - 32px), var(--menu));
  height: 107px;
  min-height: 107px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.logo img {
  width: 246px;
  height: 84px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}
.links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 2vw, 38px);
}
.links a,
.links .claim-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #090909;
  font-size: clamp(15px, .95vw, 17px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease;
}
.links a:hover,
.links a:focus-visible,
.links a[aria-current],
.links a.active,
.links .claim-link:hover,
.links .claim-link:focus-visible,
.links .claim-link.active {
  color: var(--blue-hover);
  background: transparent;
  transform: none;
}
.links a:focus-visible { outline: 2px solid var(--blue-hover); outline-offset: 4px; }
.links a::before,
.links a::after { display: none; content: none; }

.burger {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.burger-lines,
.burger-lines::before,
.burger-lines::after {
  position: absolute;
  left: 9px;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: var(--blue);
  content: "";
  transition: transform .2s ease, opacity .2s ease;
}
.burger-lines { top: 22px; }
.burger-lines::before { left: 0; top: -9px; }
.burger-lines::after { left: 0; top: 9px; }
.burger[aria-expanded="true"] .burger-lines { background: transparent; }
.burger[aria-expanded="true"] .burger-lines::before { transform: translateY(9px) rotate(45deg); background: #fff; }
.burger[aria-expanded="true"] .burger-lines::after { transform: translateY(-9px) rotate(-45deg); background: #fff; }

/* RAF banner */
.service-detail-hero {
  min-height: clamp(410px, 34vw, 570px);
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 42, 86, .94) 0%, rgba(7, 59, 120, .74) 42%, rgba(7, 59, 120, .14) 78%),
    url("/assets/raf-third-party-claims.webp?v=20260801-2") center / cover no-repeat;
}
.service-detail-inner {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 14px;
  color: #0864bd;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.service-detail-hero .eyebrow { color: #fff; }
.service-detail-hero h1,
.assessment-help-card h2,
.assessment-form-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}
.service-detail-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: .98;
}
.service-detail-hero .lead {
  max-width: 820px;
  margin: 0;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.55;
}

/* Claim content */
.section {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
}
.assessment-page-grid {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(26px, 3vw, 48px);
  padding: 72px 0 88px;
}
.assessment-help-card,
.assessment-report-card {
  border: 3px solid transparent;
  border-radius: 28px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(110deg, rgba(7, 59, 120, .96), rgba(47, 55, 104, .78) 58%, rgba(180, 35, 61, .92)) border-box;
  box-shadow: 0 24px 60px rgba(7, 25, 47, .09);
}
.assessment-help-card {
  position: sticky;
  top: 130px;
  padding: 42px;
}
.assessment-help-card h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.04;
}
.assessment-help-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.process-bubble,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 18px;
  padding: 14px 24px;
  border: 1px solid var(--blue);
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
}
.process-bubble:hover,
.process-bubble:focus-visible,
.btn:hover,
.btn:focus-visible { background: #052f61; border-color: #052f61; }
.assessment-report-card {
  overflow: hidden;
  border-radius: 28px;
}
.report-body {
  padding: clamp(42px, 4.2vw, 64px) clamp(34px, 4.5vw, 66px) clamp(52px, 5vw, 76px);
}
.assessment-form-intro { margin-bottom: 34px; }
.assessment-form-intro .eyebrow {
  margin-bottom: 20px;
  color: #075cab;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: .28em;
}
.assessment-form-intro h2 {
  margin: 0 0 14px;
  color: #171f2b;
  font-size: clamp(42px, 3.3vw, 56px);
  font-weight: 800;
  line-height: 1.05;
}
.assessment-form-intro > p:not(.eyebrow):not(.note) {
  margin: 0 0 22px;
  color: #07192f;
  font-size: 16px;
  line-height: 1.55;
}
.assessment-form-intro .note,
.report-note {
  margin: 0;
  padding: 20px 20px;
  border: 0;
  border-left: 6px solid #075cab;
  border-radius: 15px;
  background: #eef3f9;
  color: #07192f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.48;
}
.report-section-title {
  margin: 0 0 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8d7e8;
  color: #075cab;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2vw, 32px);
  font-weight: 800;
  line-height: 1.15;
}
.report-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 0;
}
.report-field { margin-bottom: 22px; }
.report-field label {
  display: block;
  margin-bottom: 10px;
  color: #07192f;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
}
.report-field input,
.report-field select,
.report-field textarea {
  width: 100%;
  min-height: 62px;
  padding: 15px 16px;
  border: 1px solid #bfd2e8;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
}
.report-field textarea { min-height: 122px; resize: vertical; }
.report-field input:focus,
.report-field select:focus,
.report-field textarea:focus {
  outline: 3px solid rgba(11, 93, 183, .14);
  border-color: var(--blue-hover);
}
.report-spacer { height: 22px; }
.form-actions-row { display: flex; justify-content: flex-start; }

/* Footer */
.footer {
  margin-top: 0;
  padding: 68px 0 26px;
  background: var(--navy);
  color: #fff;
}
.footer-inner {
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr .8fr 1.35fr;
  gap: clamp(34px, 5vw, 80px);
}
.footer-inner > div:first-child { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo {
  width: 260px;
  height: 128px;
  object-fit: contain;
  object-position: left center;
}
.footer h3 { margin: 0 0 16px; font-size: 19px; }
.footer h4 { margin: 0 0 8px; font-size: 15px; }
.footer p,
.footer a { color: rgba(255, 255, 255, .82); line-height: 1.65; }
.footer a { display: block; margin: 8px 0; }
.footer .btn {
  width: fit-content;
  margin-top: 18px;
  border: 2px solid #fff;
  background: #fff;
  color: var(--blue);
}
.footer .btn:hover { background: transparent; color: #fff; }
.footer-social-link {
  width: fit-content;
  margin-top: 22px !important;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 9px;
}
.footer-branch { margin-bottom: 22px; }
.footer address { font-style: normal; }
.footer-contact-line { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.footer-contact-line a { margin: 0; }
.copyright {
  width: min(calc(100% - 40px), var(--content));
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

@media (max-width: 920px) {
  .navbar { min-height: 100px; }
  .nav-inner { height: 100px; min-height: 100px; }
  .logo img { width: min(52vw, 220px); height: 76px; }
  .burger { display: block; z-index: 1003; }
  .links {
    position: fixed;
    inset: 105px 0 0;
    z-index: 1002;
    width: 100vw;
    height: calc(100dvh - 105px);
    padding: 36px 22px 50px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    background: var(--navy);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .2s ease, visibility 0s linear .28s;
  }
  .links.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: transform .28s ease, opacity .2s ease;
  }
  .links a,
  .links .claim-link {
    width: min(100%, 520px);
    min-height: 62px;
    padding: 18px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 5vw, 30px);
    font-weight: 700;
  }
  .links a:hover,
  .links a:focus-visible,
  .links a[aria-current],
  .links a.active,
  .links .claim-link:hover,
  .links .claim-link.active { color: #58a8ff; }
  .service-detail-hero {
    min-height: 500px;
    background:
      linear-gradient(180deg, rgba(4, 42, 86, .90), rgba(7, 59, 120, .56)),
      url("/assets/raf-third-party-claims.webp?v=20260801-2") 68% center / cover no-repeat;
  }
  .assessment-page-grid { grid-template-columns: 1fr; padding-top: 42px; }
  .assessment-help-card { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .navbar { min-height: 92px; }
  .nav-inner { width: calc(100% - 22px); height: 92px; min-height: 92px; }
  .logo img { width: min(58vw, 200px); height: 68px; }
  .links { inset: 97px 0 0; height: calc(100dvh - 97px); }
  .service-detail-hero { min-height: 450px; }
  .service-detail-inner,
  .section,
  .footer-inner,
  .copyright { width: calc(100% - 28px); }
  .service-detail-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .assessment-page-grid { gap: 22px; padding-bottom: 54px; }
  .assessment-help-card,
  .report-body { padding: 30px 22px 38px; }
  .assessment-help-card,
  .assessment-report-card {
    border-width: 2px;
    border-radius: 20px;
  }
  .assessment-form-intro .eyebrow {
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: .22em;
  }
  .assessment-form-intro h2 { font-size: clamp(35px, 10.5vw, 44px); }
  .assessment-form-intro > p:not(.eyebrow):not(.note) { font-size: 15px; }
  .assessment-form-intro .note,
  .report-note {
    padding: 17px 16px;
    border-left-width: 5px;
    border-radius: 13px;
    font-size: 13px;
  }
  .report-section-title { font-size: 25px; }
  .report-field label { font-size: 16px; }
  .report-field input,
  .report-field select { min-height: 56px; }
  .report-field-grid { grid-template-columns: 1fr; gap: 0; }
  .process-bubble,
  .btn { width: 100%; }
  .footer { padding-top: 52px; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; }
  .footer-inner > div:first-child { grid-column: auto; align-items: center; }
  .footer-logo { margin: 0 auto; object-position: center; }
  .footer-contact-line { justify-content: center; }
  .footer .btn,
  .footer-social-link { margin-inline: auto; }
}

/* Final deployment lock: exact desktop header and gradient card borders. */
@media (min-width: 921px) {
  body .navbar {
    width: 100% !important;
    height: 107px !important;
    min-height: 107px !important;
  }
  body .navbar .nav-inner {
    width: min(calc(100% - 32px), 1540px) !important;
    height: 107px !important;
    min-height: 107px !important;
  }
  body .navbar .nav-inner .logo img {
    width: 246px !important;
    min-width: 246px !important;
    max-width: 246px !important;
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }
}

body .assessment-page-grid > .assessment-help-card,
body .assessment-page-grid > .assessment-report-card {
  border: 3px solid transparent !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(110deg, #073b78 0%, #303868 58%, #b4233d 100%) border-box !important;
}

@media (max-width: 620px) {
  body .assessment-page-grid > .assessment-help-card,
  body .assessment-page-grid > .assessment-report-card {
    border-width: 2px !important;
  }
}
/* Site-wide navbar standard: match the main homepage header.
   Tablet and desktop stay horizontal; hamburger is phone-only. */
body .top-accent {
  position: sticky !important;
  top: 0 !important;
  z-index: 1001 !important;
  display: block !important;
  width: 100% !important;
  height: 5px !important;
  min-height: 5px !important;
  background: #073b78 !important;
  background-image: none !important;
}
body .navbar,
body .navbar.service-navbar {
  position: sticky !important;
  top: 5px !important;
  z-index: 1000 !important;
  width: 100% !important;
  background: rgba(255,255,255,.98) !important;
  border-bottom: 1px solid rgba(8,30,56,.08) !important;
  box-shadow: 0 10px 35px rgba(8,30,56,.06) !important;
}
@media (min-width: 761px) {
  body .navbar,
  body .navbar.service-navbar {
    height: 110px !important;
    min-height: 110px !important;
  }
  body .navbar .nav-inner {
    position: relative !important;
    width: 100% !important;
    height: 110px !important;
    min-height: 110px !important;
    margin-inline: auto !important;
    padding-left: clamp(24px,calc(-50.3px + 9.68vw),134px) !important;
    padding-right: clamp(48px,calc(-282.22px + 36.3vw),146px) !important;
    gap: 24px !important;
  }
  body .navbar .nav-inner .logo {
    position: static !important;
    flex: 0 0 auto !important;
    transform: none !important;
  }
  body .navbar .nav-inner .logo img {
    width: clamp(137px,calc(106.4px + 4.38vw),155px) !important;
    min-width: 0 !important;
    max-width: 155px !important;
    height: clamp(64px,calc(58.4px + .71vw),72px) !important;
    min-height: 0 !important;
    max-height: 72px !important;
  }
  body .navbar .burger {
    display: none !important;
  }
  body .navbar .links {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    gap: clamp(2px,calc(-6.75px + 1.14vw),15px) !important;
    overflow: visible !important;
    background: transparent !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  body .navbar .links a,
  body .navbar .links .claim-link {
    width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 12px clamp(6px,calc(3px + .37vw),10px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: Inter,"Segoe UI",Arial,sans-serif !important;
    font-size: clamp(12px,calc(9.63px + .309vw),15.5px) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }
  body .navbar .links a:hover,
  body .navbar .links a:focus-visible,
  body .navbar .links a:active,
  body .navbar .links a[aria-current],
  body .navbar .links a.active,
  body .navbar .links .claim-link:hover,
  body .navbar .links .claim-link:focus-visible,
  body .navbar .links .claim-link:active,
  body .navbar .links .claim-link[aria-current],
  body .navbar .links .claim-link.active {
    background: transparent !important;
    color: var(--blue) !important;
  }
}
@media (max-width: 760px) {
  body .navbar,
  body .navbar.service-navbar {
    min-height: 100px !important;
  }
  body .navbar .nav-inner {
    width: min(calc(100% - 20px), var(--content)) !important;
    height: 100px !important;
    min-height: 100px !important;
  }
  body .navbar .logo img {
    width: clamp(155px,34vw,170px) !important;
    height: 74px !important;
  }
  body .navbar .burger {
    display: block !important;
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
  }
  body .navbar .links {
    position: fixed !important;
    inset: 106px 0 0 !important;
    z-index: 1002 !important;
    display: flex !important;
    width: 100vw !important;
    height: calc(100dvh - 106px) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 46px 24px 54px !important;
    overflow-y: auto !important;
    background: var(--navy) !important;
    transform: translateX(102%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: transform .38s cubic-bezier(.22,1,.36,1) !important;
  }
  body .navbar .links.open {
    transform: translateX(0) !important;
  }
  body .navbar .links a,
  body .navbar .links .claim-link {
    width: min(100%,520px) !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 22px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.13) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: Georgia,"Times New Roman",serif !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    text-align: center !important;
  }
  body .navbar .links a:hover,
  body .navbar .links a:focus-visible,
  body .navbar .links a:active,
  body .navbar .links a[aria-current],
  body .navbar .links a.active,
  body .navbar .links .claim-link:hover,
  body .navbar .links .claim-link:focus-visible,
  body .navbar .links .claim-link:active,
  body .navbar .links .claim-link[aria-current],
  body .navbar .links .claim-link.active {
    background: transparent !important;
    color: #58a8ff !important;
  }
}
/* Final RAF/home navbar + banner parity lock. */
body .navbar,
body .navbar.service-navbar{
  height:110px!important;
  min-height:110px!important;
  background:rgba(255,255,255,.98)!important;
  border-bottom:1px solid rgba(8,30,56,.08)!important;
  box-shadow:0 10px 35px rgba(8,30,56,.06)!important;
}
body .navbar .nav-inner{
  width:100%!important;
  height:110px!important;
  min-height:110px!important;
  padding-left:clamp(24px,calc(-50.3px + 9.68vw),134px)!important;
  padding-right:clamp(48px,calc(-282.22px + 36.3vw),146px)!important;
  gap:24px!important;
}
body .navbar .nav-inner .logo img{
  width:clamp(137px,calc(106.4px + 4.38vw),155px)!important;
  min-width:0!important;
  max-width:155px!important;
  height:clamp(64px,calc(58.4px + .71vw),72px)!important;
  min-height:0!important;
  max-height:72px!important;
}
body .navbar .links{gap:clamp(2px,calc(-6.75px + 1.14vw),15px)!important}
body .navbar .links a,
body .navbar .links .claim-link{
  padding:12px clamp(6px,calc(3px + .37vw),10px)!important;
  font-size:clamp(12px,calc(9.63px + .309vw),15.5px)!important;
}
body .hero,
body .raf-locked-banner,
body .page-hero.service-hero.assessment-raf-banner{
  width:100%!important;
  max-width:none!important;
  height:421px!important;
  min-height:421px!important;
  max-height:421px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
}
body .hero-content,
body .raf-locked-banner>.service-detail-inner,
body .raf-locked-banner>div,
body .page-hero.service-hero.assessment-raf-banner>div{
  box-sizing:border-box!important;
  width:min(calc(100% - 40px),1480px)!important;
  max-width:1480px!important;
  min-height:244.39px!important;
  margin-inline:auto!important;
  padding:0!important;
}
body .hero .eyebrow,
body .raf-locked-banner .eyebrow,
body .assessment-raf-banner .eyebrow{
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 14px!important;
  font-size:13px!important;
  line-height:1.299!important;
  letter-spacing:.2em!important;
}
body .hero .site-h1,
body .raf-locked-banner h1,
body .assessment-raf-banner h1{
  width:100%!important;
  max-width:790px!important;
  margin:0!important;
  font-size:68px!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
}
body .hero .lead,
body .raf-locked-banner .lead,
body .raf-locked-banner>div>p:last-child,
body .assessment-raf-banner>div>p:last-child{
  width:100%!important;
  max-width:660px!important;
  margin:18px 0 0!important;
  font-size:16px!important;
  line-height:1.65!important;
}
body .hero-actions{margin-top:24px!important}
@media(max-width:920px){
  body .hero,
  body .raf-locked-banner,
  body .page-hero.service-hero.assessment-raf-banner{height:421px!important;min-height:421px!important;max-height:none!important}
  body .hero .site-h1,
  body .raf-locked-banner h1,
  body .assessment-raf-banner h1{font-size:clamp(42px,7vw,58px)!important}
}
@media(max-width:760px){
  body .navbar,
  body .navbar.service-navbar{height:100px!important;min-height:100px!important}
  body .navbar .nav-inner{height:100px!important;min-height:100px!important;width:min(calc(100% - 20px),1480px)!important;padding:0!important}
  body .navbar .nav-inner .logo img{width:clamp(155px,34vw,170px)!important;height:74px!important;max-width:170px!important;max-height:74px!important}
  body .navbar .burger{display:block!important}
  body .navbar .links a,
  body .navbar .links .claim-link{font-size:29px!important;padding:22px 10px!important}
  body .hero,
  body .raf-locked-banner,
  body .page-hero.service-hero.assessment-raf-banner{height:421px!important;min-height:421px!important}
  body .hero-content,
  body .raf-locked-banner>.service-detail-inner,
  body .raf-locked-banner>div,
  body .page-hero.service-hero.assessment-raf-banner>div{width:calc(100% - 28px)!important;min-height:0!important}
  body .hero .site-h1,
  body .raf-locked-banner h1,
  body .assessment-raf-banner h1{font-size:40px!important;line-height:1.04!important}
}
/* Optional document upload field for RAF form. */
.upload-field input[type="file"]{
  display:block;
  width:100%;
  padding:14px;
  border:1px dashed #9db4d0;
  border-radius:10px;
  background:#fff;
  color:#10233d;
  cursor:pointer;
}
.upload-field .field-help{
  margin:10px 0 0;
  color:#526987;
  font-size:14px;
  line-height:1.55;
}
/* Center optional supporting document upload between financial impact and submit. */
.upload-section-title{
  max-width:760px!important;
  margin:26px auto 14px!important;
  text-align:center!important;
}
.upload-field{
  max-width:760px!important;
  margin:0 auto 18px!important;
}
.upload-field input[type="file"]{
  text-align:center!important;
}
.report-note{
  max-width:760px!important;
  margin:18px auto 22px!important;
  text-align:center!important;
}
.assessment-actions{
  justify-content:center!important;
}
