@font-face {
  font-family: "Inter";
  src:
    local("Inter Regular"),
    local("Inter"),
    url("https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Inter";
  src:
    local("Inter Bold"),
    local("Inter"),
    url("https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Inter";
  src:
    local("Inter ExtraBold"),
    local("Inter"),
    url("https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf")
      format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Light"),
    local("Open Sans"),
    url("https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans"),
    url("https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Semibold"),
    local("Open Sans"),
    url("https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Bold"),
    local("Open Sans"),
    url("https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    local("Open Sans Extrabold"),
    local("Open Sans"),
    url("https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf")
      format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelClear";
  src:
    url("https://cdn.prod.website-files.com/693b2fe644539f4afe4cb9dd/693b32234ce0e466fae48e34_intelclear_lt-webfont.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/693b2fe644539f4afe4cb9dd/693b322382e529088a02fa45_intelclear_lt-webfont.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "IntelClear";
  src:
    url("https://cdn.prod.website-files.com/693b2fe644539f4afe4cb9dd/693b322342ac64473b55bbd5_intelclear_rg-webfont.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/693b2fe644539f4afe4cb9dd/693b3223bc4c8b00dc0cbbee_intelclear_rg-webfont.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "IntelClear";
  src:
    url("https://cdn.prod.website-files.com/693b2fe644539f4afe4cb9dd/693b32235fe8808418513982_intelclear_bd-webfont.woff2")
      format("woff2"),
    url("https://cdn.prod.website-files.com/693b2fe644539f4afe4cb9dd/693b322378d37683a1bad80d_intelclear_bd-webfont.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "IntelClear", "Open Sans", Arial, sans-serif;
  color: #0e2a45;
  background: rgb(135, 132, 135);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: #f0f2f5;
  box-shadow: 0 24px 60px rgba(6, 20, 36, 0.16);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2.4vw, 24px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  padding: 10px 18px;
  font-family: "Open Sans", Arial, sans-serif;
}

.utility {
  background: #0f0f11;
  color: #ffffff;
  font-size: 0.825rem;
  line-height: 1.5;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  padding: 0.5rem 0;
}

.utility-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.utility-cta {
  font-weight: 300;
  letter-spacing: 0;
}

.utility-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.button-utility {
  background: #2ba3d8;
  color: #ffffff;
  padding: 0.3125rem 1rem;
  border-radius: 100rem;
  font-size: 0.825rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e6ebf2;
  backdrop-filter: blur(10px);
}

.main-header-wrapper.header-container {
  height: 4rem;
  display: flex;
  align-items: center;
}

.header-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-label {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid #d7e1ec;
  border-radius: 999px;
  background: #ffffff;
  color: #183a60;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(7, 31, 54, 0.08);
}

.nav-toggle-label span,
.nav-toggle-label::before,
.nav-toggle-label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.24s ease,
    opacity 0.24s ease;
}

.nav-toggle-label::before {
  transform: translateY(-6px);
}

.nav-toggle-label::after {
  transform: translateY(6px);
}

.header-logo {
  width: 10rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
}

.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  margin-left: auto;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  height: 100%;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  font-size: 0.9375rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #183a60;
}

.nav-link:hover {
  color: #2ba3d8;
}

.hero.is-wave-2 {
  position: relative;
  z-index: 0;
  overflow: visible;
  background: transparent;
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #003b5c;
  color: #ffffff;
  margin-bottom: clamp(-5rem, -6vw, -2.5rem);
  padding-top: 2.25rem;
  padding-bottom: 0;
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2.4vw, 24px) 0;
}

.hero-title-wrap {
  color: #ffffff;
}

.hero-title {
  margin: 0;
  display: block;
  font-family: "Inter", "IntelClear", Arial, sans-serif;
  font-size: clamp(5.25rem, calc(3.9rem + 4.25vw), 8.25rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.hero-title strong {
  color: #71c2e5;
  display: block;
  margin: 0 0 -0.88em 2.02em;
  font-size: clamp(2.35rem, calc(1.85rem + 1.3vw), 3rem);
  font-weight: 700;
}

.hero-title-main {
  display: block;
}

.hero-wave-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 40 / 7;
  margin-bottom: 0;
  pointer-events: none;
  z-index: -1;
  transform: rotate(180deg);
}

.hero-wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0%;
}

.hero-wave.is-back {
  z-index: 10;
  top: 3.5%;
}

.hero-wave.is-mid {
  z-index: 20;
  top: 2%;
}

.hero-wave.is-front {
  z-index: 30;
}

.hero-subtitle-wrap {
  position: relative;
  z-index: 1;
  background: #f0f2f5;
  padding: 32px 24px 56px;
}

.hero-subtitle {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
  font-size: clamp(1.4rem, 2.3vw, 2.1rem);
  line-height: 1.3;
  color: #102f4d;
  font-weight: 300;
}

.footer {
  margin-top: auto;
  background: #003b5c;
  color: #d9e7f5;
  padding: 54px 24px 32px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-logo {
  width: 160px;
}

.footer-logo img {
  display: block;
  width: 100%;
  filter: brightness(0) invert(1);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.footer-nav-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
}

.footer-nav-section a {
  font-family: "IntelClear", Arial, sans-serif;
  font-weight: 300;
}

.footer-nav-section h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 0.95rem;
}

.footer-nav-section a:hover {
  color: #ffffff;
}

.footer-copyright {
  font-size: 0.79rem;
  line-height: 1.45;
  color: #bdd0e5;
}

#main-wrapper.refresh-page-shell,
.refresh-page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main-content {
  flex: 1 0 auto;
}

.main-content-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2.4vw, 24px) 72px;
}

.secondary-content-wrapper {
  margin-top: 28px;
}

#main-content > .refresh-banner {
  width: 100%;
}

.main-content-inner > .refresh-banner {
  margin-left: calc(clamp(16px, 2.4vw, 24px) * -1);
  margin-right: calc(clamp(16px, 2.4vw, 24px) * -1);
}

.content-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.content-wrapper.is-single-panel {
  display: block;
}

.content-wrapper.is-single-panel > .content-panel {
  max-width: 920px;
  margin: 0 auto;
}

.t-page-left,
.content-primary {
  flex: 1 1 0;
  min-width: 0;
}

.t-page-right,
.content-secondary {
  flex: 0 0 320px;
  max-width: 320px;
}

.content-wrapper > :only-child,
.secondary-content-wrapper > .content-wrapper:not(:has(.t-page-right)) {
  width: 100%;
}

.content-card,
.content-wrapper > div,
.secondary-content-wrapper > div,
.secondary-content-wrapper > .content-wrapper > :first-child,
.secondary-content-wrapper > .content-wrapper > :last-child,
.secondary-content-wrapper .content-wrapper,
.secondary-content-wrapper .t-page-left,
.secondary-content-wrapper .t-page-right {
  min-width: 0;
}

.secondary-content-wrapper .content-wrapper > :not(.t-page-right):not(.t-page-left),
.secondary-content-wrapper .content-wrapper > .t-page-left,
.secondary-content-wrapper .content-wrapper > .t-page-right,
.standalone-message {
  background: #ffffff;
  border: 1px solid #e1e9f2;
  border-radius: 28px;
  box-shadow: 0 24px 40px rgba(6, 20, 36, 0.08);
}

.secondary-content-wrapper .content-wrapper > :not(.t-page-right):not(.t-page-left),
.secondary-content-wrapper .content-wrapper > .t-page-left,
.standalone-message {
  padding: clamp(24px, 3vw, 40px);
}

.secondary-content-wrapper .content-wrapper > .t-page-right {
  padding: 24px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.secondary-content-wrapper .content-wrapper.content-wrapper-t-page {
  display: block;
  background: #ffffff;
  border: 1px solid #e1e9f2;
  border-radius: 28px;
  box-shadow: 0 24px 40px rgba(6, 20, 36, 0.08);
  padding: clamp(24px, 3vw, 40px);
}

.secondary-content-wrapper .content-wrapper.content-wrapper-t-page > * {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.secondary-content-wrapper .content-wrapper.content-wrapper-t-page > :not(.t-page-right):not(.t-page-left),
.secondary-content-wrapper .content-wrapper.content-wrapper-t-page > .t-page-left,
.secondary-content-wrapper .content-wrapper.content-wrapper-t-page > .t-page-right {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.close-account-content {
  display: grid;
  gap: 10px;
}

.close-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
}

.upgrade-action-row {
  clear: both;
  margin-top: 14px;
}

.close-account-content hr {
  margin: 14px 0;
}

.close-account-content p {
  margin: 0;
}

.close-account-actions .btn,
.content-wrapper .close-account-actions a.btn,
.content-wrapper .close-account-actions a.btn:hover,
.content-wrapper .close-account-actions a.btn:visited {
  color: #ffffff;
}

.secondary-content-wrapper .content-wrapper.content-wrapper-t-page > .close-account-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.standalone-message h1,
.standalone-message h2,
.standalone-message h3 {
  margin-top: 0;
  color: #102f4d;
}

.secondary-content-wrapper .content-wrapper.content-wrapper-t-page > .close-account-content {
  border-radius: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .secondary-content-wrapper .content-wrapper.content-wrapper-t-page > :not(.t-page-right):not(.t-page-left),
  .secondary-content-wrapper .content-wrapper.content-wrapper-t-page > .t-page-left,
  .secondary-content-wrapper .content-wrapper.content-wrapper-t-page > .t-page-right {
    border-radius: 0;
    padding: 0;
  }
}

.content-wrapper h1,
.standalone-message h1 {
  font-family: "Inter", "IntelClear", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.content-wrapper h2,
.standalone-message h2 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.2;
  font-weight: 300;
}

.content-wrapper p,
.content-wrapper li,
.standalone-message p,
.standalone-message li,
.content-wrapper label,
.content-wrapper span,
.standalone-message label,
.standalone-message span {
  font-size: 1rem;
  line-height: 1.6;
}

.content-panel > *:last-child,
.standalone-message > *:last-child {
  margin-bottom: 0;
}

.content-panel > p + p,
.content-panel > div + p,
.content-panel > p + div,
.content-panel > h2 + p,
.content-panel > h1 + p,
.content-panel > h1 + h2,
.content-panel > h2 + div {
  margin-top: 1rem;
}

.content-panel-copy {
  display: grid;
  gap: 1rem;
}

.content-panel-copy > * {
  margin: 0;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.content-wrapper a,
.standalone-message a {
  color: #0a63ff;
}

.content-wrapper a:hover,
.standalone-message a:hover {
  color: #2ba3d8;
}

.notop {
  margin-top: 0;
}

.sm,
.ms,
.md {
  color: #4b6279;
}

.sm {
  font-size: 0.875rem;
}

.ms {
  font-size: 0.8125rem;
}

.md {
  font-size: 1rem;
}

ul.bullet {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
}

ul.bullet li {
  margin-bottom: 0.7rem;
}

.formfields,
.input-group {
  display: grid;
  gap: 10px;
}

.inline-label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.inline-email-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.inline-email-row .form-control,
.inline-email-row .itxtlg,
.inline-email-row input[type="text"],
.inline-email-row input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
}

.inline-email-row .btn-continue,
.inline-email-row input.btn-continue,
.inline-email-row button.btn-continue {
  flex: 0 0 auto;
  white-space: nowrap;
}

.input-group {
  margin-bottom: 1.25rem;
}

.register-form-wrapper .input-group {
  margin-bottom: 0.75rem;
  gap: 6px;
}

.register-form-wrapper .inline-label-row > label {
  display: inline;
}

.register-form-wrapper .inline-label-row .sm,
.register-form-wrapper .inline-label-row .xs {
  white-space: nowrap;
}

.register-form-wrapper .register-optin-row,
.register-form-wrapper .register-optin-copy,
.register-form-wrapper .register-optin-text {
  white-space: nowrap;
}

.demographic-form-wrapper .input-group {
  margin-bottom: 0.75rem;
  gap: 6px;
}

.demographic-form-wrapper .input-group > p {
  margin: 0;
  display: grid;
  gap: 6px;
}

.form-control,
.itxtlg,
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #cfdae5;
  border-radius: 14px;
  background: #ffffff;
  color: #102f4d;
  font: inherit;
  box-shadow: inset 0 1px 2px rgba(6, 20, 36, 0.04);
}

textarea {
  min-height: 120px;
}

.form-control:focus,
.itxtlg:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #2ba3d8;
  box-shadow: 0 0 0 3px rgba(43, 163, 216, 0.18);
}

.btn,
input[type="submit"],
input[type="button"],
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary,
input.btn-primary,
button.btn-primary {
  background: #2ba3d8;
  color: #ffffff;
}

.btn-success,
input.btn-success,
button.btn-success {
  background: #003b5c;
  color: #ffffff;
}

.btn-continue {
  min-width: 148px;
}

.btn-link {
  background: transparent;
  color: #2ba3d8;
  padding-left: 0;
  padding-right: 0;
}

.error,
.validation-summary-errors,
span.error {
  display: block;
  color: #b42318;
  font-size: 0.9rem;
}

.formfields .error,
.formfields span.error {
  margin-top: 2px;
}

.formfields .error > br:first-child,
.formfields span.error > br:first-child,
.formfields .error > br:first-child + br,
.formfields span.error > br:first-child + br {
  display: none;
}

hr {
  border: 0;
  border-top: 1px solid #e1e9f2;
  margin: 28px 0;
}

.steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.steps-wrapper h2 {
  margin: 0;
  font-family: "Inter", "IntelClear", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.steps-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.steps-wrapper li {
  position: relative;
  padding: 14px 16px 14px 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dce8f3;
  color: #35516d;
}

.steps-wrapper .step-active {
  background: #ffffff;
  border-color: #2ba3d8;
  color: #102f4d;
  box-shadow: 0 14px 28px rgba(43, 163, 216, 0.12);
}

.steps-wrapper .step-normal {
  background: rgba(255, 255, 255, 0.9);
}

.steps-wrapper .step-disabled {
  opacity: 0.8;
}

.step-num {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
}

.step-num-active {
  background: #2ba3d8;
  color: #ffffff;
}

.step-num-normal {
  background: #003b5c;
  color: #ffffff;
}

.step-num-disabled {
  background: #d0dbe7;
  color: #35516d;
}

.standalone-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.standalone-content {
  flex: 1 0 auto;
}

.standalone-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px clamp(16px, 2.4vw, 24px) 72px;
}

.standalone-message {
  margin: 0 auto;
  max-width: 920px;
}

.landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: start;
}

.landing-section {
  max-width: none;
}

.landing-intro,
.landing-note {
  margin-top: 0;
  color: #4b6279;
}

.landing-group + .landing-group {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e1e9f2;
}

.landing-group h2 {
  margin-bottom: 12px;
}

.landing-link-list,
.landing-sublist {
  margin: 0;
  padding-left: 1.1rem;
}

.landing-link-list {
  display: grid;
  gap: 10px;
}

.landing-link-list a {
  font-weight: 600;
  text-decoration: none;
}

.landing-sublist {
  margin-top: 10px;
}

.landing-sublist li + li {
  margin-top: 8px;
}

.landing-field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 16px 0;
}

.landing-field-row input[type="text"] {
  width: 200px;
  max-width: 100%;
}

.landing-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.footer.is-simple {
  padding: 40px 24px 28px;
}

.footer-simple-container {
  align-items: center;
  text-align: center;
}

.refresh-banner {
  position: relative;
  background: #003b5c;
  color: #ffffff;
  overflow: hidden;
}

.refresh-banner.has-wave {
  z-index: 0;
  overflow: visible;
  background: transparent;
}

.refresh-banner-surface {
  position: relative;
  z-index: 2;
  padding: 40px 0 20px;
}

.refresh-banner.has-wave .refresh-banner-surface {
  overflow: hidden;
  background: #003b5c;
  padding-bottom: 0;
  margin-bottom: clamp(-4rem, -4vw, -2rem);
}

.refresh-banner.has-wave.is-condensed .refresh-banner-surface {
  padding-top: 34px;
  padding-bottom: 10px;
  margin-bottom: clamp(-3rem, -3vw, -1.5rem);
}

.refresh-banner.is-compact .refresh-banner-surface {
  padding: 28px 0 18px;
}

.refresh-banner-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.refresh-banner-copy {
  max-width: 880px;
}

.refresh-banner-eyebrow {
  margin: 0 0 10px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71c2e5;
}

.refresh-banner-title {
  margin: 0;
  font-family: "Inter", "IntelClear", Arial, sans-serif;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.refresh-banner.is-compact .refresh-banner-title {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.refresh-banner.has-wave.is-condensed .refresh-banner-title {
  font-size: clamp(2.85rem, 5vw, 4.25rem);
}

.refresh-banner-subtitle {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5;
  color: #d9e7f5;
}

.refresh-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.refresh-section-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.refresh-section-nav-link:hover {
  border-color: #71c2e5;
  background: rgba(113, 194, 229, 0.18);
  color: #ffffff;
}

.refresh-banner-wave-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 40 / 7;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  transform: rotate(180deg);
  pointer-events: none;
  z-index: -1;
}

.refresh-banner.has-wave.is-condensed .refresh-banner-wave-wrap {
  aspect-ratio: 40 / 5.6;
}

.refresh-banner-wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0%;
  display: block;
}

.refresh-banner-wave.is-back {
  z-index: 10;
  top: 3.5%;
}

.refresh-banner-wave.is-mid {
  z-index: 20;
  top: 2%;
}

.refresh-banner-wave.is-front {
  z-index: 30;
  top: 0;
}

@media (max-width: 960px) {
  .main-header-wrapper.header-container {
    height: auto;
    min-height: 4rem;
    padding: 8px 0;
  }

  .header-navigation {
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
  }

  .nav-toggle-label {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 24px;
    right: 24px;
    margin-left: 0;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      opacity 0.24s ease,
      transform 0.24s ease;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid #e1e9f2;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 40px rgba(6, 20, 36, 0.14);
  }

  .nav-link {
    min-height: 48px;
    padding: 12px 16px;
    justify-content: flex-start;
    border-radius: 14px;
  }

  .nav-link:hover {
    background: #f2f7fc;
  }

  .nav-toggle:checked + .nav-toggle-label span {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label::before {
    transform: rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label::after {
    transform: rotate(-45deg);
  }

  .nav-toggle:checked ~ .nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .refresh-banner-surface {
    padding: 32px 0 18px;
  }

  .refresh-banner.is-compact .refresh-banner-surface {
    padding: 24px 0 16px;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .inline-email-row {
    flex-direction: column;
    align-items: stretch;
  }

  .inline-email-row .btn-continue,
  .inline-email-row input.btn-continue,
  .inline-email-row button.btn-continue {
    width: 100%;
  }

  .content-wrapper.is-single-panel {
    display: block;
  }

  .landing-grid {
    grid-template-columns: 1fr;
  }

  .t-page-right,
  .content-secondary {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .utility-container {
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
  }

  .utility-nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-wrapper {
    padding-top: 32px;
  }

  .hero-title-wrap {
    text-align: left;
  }

  .hero-wave-wrap {
    aspect-ratio: 40 / 8.8;
  }

  .hero-subtitle-wrap {
    padding: 24px 24px 44px;
  }

  .hero-title {
    font-size: clamp(4rem, 11vw, 6rem);
  }

  .hero-title strong {
    margin: 0 0 -0.82em 1.55em;
    font-size: clamp(2rem, 5.8vw, 2.6rem);
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .refresh-banner-wave-wrap {
    aspect-ratio: 40 / 8.8;
  }

  .refresh-banner.has-wave .refresh-banner-wave-wrap {
    aspect-ratio: 40 / 8.8;
  }

  .refresh-banner.has-wave.is-condensed .refresh-banner-wave-wrap {
    aspect-ratio: 40 / 6.8;
  }

  .main-content-inner,
  .standalone-inner {
    padding-bottom: 48px;
  }
}

@media (max-width: 560px) {
  .site-shell {
    box-shadow: none;
  }

  .utility-container {
    gap: 10px;
  }

  .utility-cta {
    display: block;
    font-size: 0.82rem;
  }

  .button-utility {
    width: 100%;
    max-width: 220px;
  }

  .nav {
    left: 16px;
    right: 16px;
  }

  .hero-wrapper {
    margin-bottom: -1.75rem;
    padding-top: 24px;
  }

  .hero-title {
    font-size: clamp(3rem, 16vw, 4.2rem);
    line-height: 0.98;
  }

  .hero-title strong {
    margin: 0 0 -0.76em 0.9em;
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .hero-wave-wrap {
    aspect-ratio: 18 / 7;
  }

  .hero-subtitle-wrap {
    padding: 18px 16px 36px;
  }

  .hero-subtitle {
    font-size: clamp(1.15rem, 6vw, 1.4rem);
  }

  .footer {
    padding-top: 42px;
  }

  .footer-container,
  .footer-nav-section {
    text-align: center;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .refresh-banner-container {
    text-align: center;
    align-items: center;
  }

  .refresh-section-nav {
    justify-content: center;
  }

  .refresh-banner-wave-wrap {
    aspect-ratio: 18 / 7;
  }

  .refresh-banner.has-wave .refresh-banner-wave-wrap {
    aspect-ratio: 18 / 7;
  }

  .refresh-banner.has-wave.is-condensed .refresh-banner-wave-wrap {
    aspect-ratio: 18 / 5.8;
  }

  .secondary-content-wrapper .content-wrapper > :not(.t-page-right):not(.t-page-left),
  .secondary-content-wrapper .content-wrapper > .t-page-left,
  .secondary-content-wrapper .content-wrapper > .t-page-right,
  .standalone-message {
    border-radius: 22px;
    padding: 22px 18px;
  }
}
