@font-face {
  font-family: "IBM Plex Sans";
  src: url("../v2/Fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../v2/Fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../v2/Fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Serif";
  src: url("../v2/Fonts/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Serif";
  src: url("../v2/Fonts/IBM_Plex_Serif/IBMPlexSerif-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --wrp-navy: #18336a;
  --wrp-ink: #101828;
  --wrp-muted: #667085;
  --wrp-border: #d0d5dd;
  --wrp-bg: #eef1f7;
  --wrp-card: #ffffff;
  --wrp-shadow: 0 18px 60px rgba(16, 24, 40, 0.12);
}

.wrp-body {
  background: var(--wrp-bg);
  color: var(--wrp-ink);
  font-family: "IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.wrp-shell {
  padding: 32px 16px 56px;
}

.wrp-paper {
  max-width: 920px;
  margin: 0 auto;
  background: var(--wrp-card);
  border-radius: 10px;
  box-shadow: var(--wrp-shadow);
  overflow: hidden;
}

.wrp-header {
  padding: 28px 24px 0;
}

.wrp-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wrp-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.wrp-nav-cta {
  background: var(--wrp-navy);
  color: #ffffff;
  border-radius: 9999px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.wrp-nav-cta:hover {
  background: #152c5c;
}

.wrp-logo {
  width: 300px;
  height: auto;
  display: block;
}

.wrp-logo--small {
  width: 260px;
}

.wrp-section {
  padding: 28px 72px;
}

.wrp-section--tight {
  padding-top: 18px;
  padding-bottom: 18px;
}

.wrp-section--form {
  padding-top: 20px;
  overflow: hidden;
}

.wrp-section--footer-lead {
  padding-top: 40px;
  border-top: 1px solid var(--wrp-border);
}

.wrp-title {
  font-family: "IBM Plex Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 14px;
  color: #1d2433;
}

.wrp-subtitle {
  font-family: "IBM Plex Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 16px;
}

.wrp-subheadline {
  font-family: "IBM Plex Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  margin: 18px 0 8px;
}

.wrp-lead {
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 740px;
  color: #1d2433;
}

.wrp-paragraph {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 760px;
  color: #1f2937;
}

.wrp-emphasis {
  font-weight: 600;
}

.wrp-claim-card {
  background: var(--wrp-navy);
  border-radius: 18px;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.wrp-claim-card__column {
  display: grid;
  gap: 14px;
}

.wrp-claim-card__column--address {
  align-content: start;
}

.wrp-field {
  display: grid;
  gap: 8px;
}

.wrp-label {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.wrp-input,
.wrp-textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.3;
  color: #0b1220;
  font-family: inherit;
  box-sizing: border-box;
}

.wrp-textarea {
  resize: none;
}

.wrp-textarea[readonly] {
  background: rgba(255, 255, 255, 0.92);
}

.wrp-actions {
  margin-top: 18px;
}

.wrp-hint {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: var(--wrp-muted);
}

.wrp-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.wrp-action {
  display: grid;
  gap: 10px;
}

.wrp-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: var(--wrp-navy);
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.06s ease, background-color 0.15s ease;
  user-select: none;
}

.wrp-button:hover {
  background: #152c5c;
}

.wrp-button:active {
  transform: translateY(1px);
}

.wrp-button--secondary {
  background: var(--wrp-navy);
}

.wrp-divider {
  height: 1px;
  background: var(--wrp-border);
  margin: 26px 0 18px;
}

.wrp-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-bottom: 10px;
}

.wrp-callout__icon {
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  background: var(--wrp-navy);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.wrp-callout__body {
  text-align: left;
}

.wrp-callout__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #1d2433;
}

.wrp-callout__text {
  font-size: 14px;
  color: #1d2433;
}

.wrp-callout__link {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.wrp-founder {
  margin-top: 18px;
  text-align: center;
}

.wrp-signature {
  width: 260px;
  height: auto;
  display: block;
  margin: 10px auto 0;
}

.wrp-founder__name {
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #1d2433;
}

.wrp-founder__title {
  font-size: 13px;
  color: var(--wrp-muted);
  line-height: 1.5;
}

.wrp-badges {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

.wrp-badges img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.wrp-footer {
  background: var(--wrp-navy);
  color: #ffffff;
  padding: 26px 72px 18px;
}

.wrp-footer a {
  color: inherit;
  text-decoration: none;
}

.wrp-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: start;
}

.wrp-footer__left {
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.95;
}

.wrp-footer__logo img {
  width: 170px;
  height: auto;
  display: block;
}

.wrp-footer__right {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  display: grid;
  gap: 8px;
}

.wrp-footer__row {
  display: inline-flex;
  justify-content: flex-end;
  gap: 6px;
}

.wrp-footer__bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.wrp-footer__sep {
  opacity: 0.75;
}

.wrp-blue-form {
  background: var(--wrp-navy);
  border-radius: 18px;
  padding: 28px 28px;
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.wrp-form-row {
  display: grid;
  grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.wrp-form-row--split {
  grid-template-columns: minmax(0, 100px) minmax(0, 1fr) minmax(0, 100px) minmax(0, 1fr);
}

.wrp-section--form .w-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.wrp-section--form .wrp-final-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.wrp-section--form .wrp-final-form > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.wrp-consent {
  margin-top: 14px;
  width: 100%;
  box-sizing: border-box;
}

.wrp-consent__label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
  color: #1f2937;
  width: 100%;
}

.wrp-consent .checkbox-label {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.5;
  max-width: none;
  display: inline;
}

.wrp-consent__label input[type="checkbox"] {
  margin-top: 3px;
}

.wrp-legal {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--wrp-muted);
  text-align: center;
  width: 100%;
}

.wrp-legal a {
  color: inherit;
  text-decoration: underline;
}

.wrp-submit {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.wrp-submit .wrp-button {
  max-width: 280px;
}

.submission-modal__content {
  font-family: "IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.submission-modal__title {
  font-family: "IBM Plex Serif", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}

.w-form-fail div {
  font-size: 14px;
}

@media (max-width: 860px) {
  .wrp-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .wrp-footer {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 720px) {
  .wrp-header__row {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 8px;
  }

  .wrp-nav-cta {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .wrp-logo {
    width: 250px;
  }

  .wrp-logo--small {
    width: 230px;
  }

  .wrp-title {
    font-size: 30px;
  }

  .wrp-claim-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    gap: 18px;
  }

  .wrp-actions {
    grid-template-columns: 1fr;
  }

  .wrp-callout {
    padding-bottom: 0;
  }

  .wrp-footer__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wrp-footer__right {
    text-align: center;
  }

  .wrp-footer__row {
    justify-content: center;
  }

  .wrp-form-row {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }

  .wrp-form-row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 6px 16px;
  }

  .wrp-form-row--split label:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .wrp-form-row--split input:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .wrp-form-row--split label:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .wrp-form-row--split input:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 480px) {
  .wrp-form-row--split {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .wrp-form-row--split label:nth-of-type(1),
  .wrp-form-row--split input:nth-of-type(1),
  .wrp-form-row--split label:nth-of-type(2),
  .wrp-form-row--split input:nth-of-type(2) {
    grid-column: 1;
    grid-row: auto;
  }
}
