/* Page-scoped SEO/GEO and conversion architecture for /. */

#main section,
#main [id] {
  scroll-margin-top: 112px;
}

.home-video-toggle {
  position: absolute;
  z-index: 4;
  right: max(268px, calc((100vw - var(--content-width)) / 2));
  bottom: 28px;
  display: inline-flex;
  min-height: 44px;
  padding: 10px 16px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 999px;
  background: rgba(7, 26, 54, .74);
  color: #fff;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.home-video-toggle[hidden] {
  display: none;
}

.home-video-toggle:hover,
.home-video-toggle:focus-visible {
  border-color: var(--sun);
  background: var(--navy);
}

.home-video-toggle span {
  min-width: 12px;
  color: var(--sun);
  font-size: 16px;
}

.home-hero-actions {
  align-items: center;
  flex-wrap: wrap;
}

.home-hero-actions .btn {
  min-height: 50px;
}

.home-inline-link,
.home-proof-link {
  color: #fff;
  font-weight: 750;
  text-underline-offset: 5px;
}

.home-discovery-title {
  display: block;
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.home-inline-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
}

.home-inline-link:hover,
.home-inline-link:focus-visible,
.home-proof-link:hover,
.home-proof-link:focus-visible {
  color: var(--sun);
}

.home-proof-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: 18px;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}

.home-format-grid {
  align-items: stretch;
}

.home-format-card {
  min-height: 490px;
}

.home-format-card::after {
  background: linear-gradient(180deg, rgba(2, 11, 26, .08) 16%, rgba(2, 11, 26, .98) 76%);
}

.home-format-card--primary {
  outline: 2px solid var(--sun);
  outline-offset: -2px;
}

.home-format-card > div {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: flex-end;
}

.home-format-scope {
  display: block;
  margin-bottom: 12px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-card-actions {
  display: flex;
  min-height: 100px;
  margin-top: 22px;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}

.home-card-actions button,
.home-card-actions a {
  position: relative;
  z-index: 3;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  flex: 0 0 46px;
}

.home-card-actions button {
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--sun);
  color: var(--navy);
  cursor: pointer;
}

.home-card-actions a {
  color: #fff;
  text-underline-offset: 5px;
}

.home-card-actions button:hover,
.home-card-actions button:focus-visible {
  background: #fff;
}

.home-card-actions a:hover,
.home-card-actions a:focus-visible {
  color: var(--sun);
}

.home-geography-section {
  min-height: 0;
}

.home-geography-content {
  display: grid;
  gap: 46px;
}

.home-section-heading {
  max-width: 760px;
}

.home-section-heading h2 {
  margin: 12px 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.home-section-heading p {
  margin: 0;
  color: #526174;
  font-size: 17px;
  line-height: 1.7;
}

.home-section-heading--light h2,
.home-section-heading--light p {
  color: #fff;
}

.home-section-heading--light h2 {
  margin-bottom: 18px;
  text-align: left;
}

.home-section-heading--light p {
  color: rgba(255, 255, 255, .78);
}

.home-geography-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-geography-grid article {
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(7, 26, 54, .72);
}

.home-geography-grid article:first-child {
  border-top: 4px solid var(--sun);
}

.home-geography-grid span,
.home-trust-index {
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-geography-grid h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.08;
}

.home-geography-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.home-process {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.home-process ol {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  counter-reset: home-step;
}

.home-process li {
  position: relative;
  min-height: 190px;
  padding: 58px 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, .42);
  counter-increment: home-step;
}

.home-process li::before {
  position: absolute;
  top: -14px;
  left: 24px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--navy);
  content: counter(home-step, decimal-leading-zero);
  font-size: 10px;
  font-weight: 900;
}

.home-process b,
.home-process span {
  display: block;
}

.home-process b {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.home-process span {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.6;
}

.home-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-trust-grid .union-review-card {
  min-height: 300px;
  border-top: 4px solid var(--navy);
  box-shadow: none;
}

.home-trust-grid .union-review-card:nth-child(2) {
  border-top-color: var(--sun);
}

.home-trust-grid h3 {
  margin: 30px 0 14px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
}

.home-trust-grid .union-review-card > p {
  margin: 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.65;
}

.home-inputs-section,
.home-faq-section {
  background: #f5f6f8;
}

.home-inputs-section {
  padding-bottom: 44px;
}

.home-faq-section {
  padding-top: 44px;
}

.home-inputs-layout,
.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(34px, 6vw, 92px);
}

.home-inputs-card {
  padding: clamp(28px, 4vw, 46px);
  border-top: 5px solid var(--sun);
  background: var(--navy);
  color: #fff;
}

.home-inputs-card ul {
  display: grid;
  margin: 0 0 28px;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.home-inputs-card li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

.home-inputs-card li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
  content: "";
}

.home-faq-list {
  border-top: 1px solid rgba(7, 26, 54, .2);
}

.home-faq-list details {
  border-bottom: 1px solid rgba(7, 26, 54, .2);
}

.home-faq-list summary {
  display: flex;
  min-height: 72px;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary span {
  display: grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(7, 26, 54, .28);
  border-radius: 50%;
  color: var(--navy);
  transition: transform .2s ease;
}

.home-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.home-faq-list details p {
  max-width: 70ch;
  margin: 0;
  padding: 0 64px 24px 0;
  color: #526174;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .home-video-toggle {
    right: 268px;
    bottom: 20px;
  }

  .home-format-grid,
  .home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-format-card:last-child {
    grid-column: 1 / -1;
  }

  .home-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
}

@media (max-width: 720px) {
  #main section,
  #main [id] {
    scroll-margin-top: 96px;
  }

  .hero {
    min-height: 0;
    align-items: flex-start;
  }

  .hero .hero-content {
    padding-top: 132px;
    padding-bottom: 104px;
  }

  .hero h1 {
    font-size: clamp(35px, 10.8vw, 46px);
    line-height: .96;
  }

  .home-video-toggle {
    top: 78px;
    right: 16px;
    left: auto;
    bottom: auto;
  }

  .home-video-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .home-video-toggle {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .home-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-inline-link {
    justify-content: center;
  }

  .home-format-grid,
  .home-trust-grid,
  .home-geography-grid,
  .home-inputs-layout,
  .home-faq-layout {
    grid-template-columns: 1fr;
  }

  .home-format-card:last-child {
    grid-column: auto;
  }

  .home-format-card {
    min-height: 470px;
  }

  .home-format-card > div {
    padding: 24px;
  }

  .home-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-process ol {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .home-process li {
    min-height: 0;
    padding: 42px 0 0;
  }

  .home-process li::before {
    left: 0;
  }

  .home-trust-grid .union-review-card {
    min-height: 0;
  }

  .home-inputs-section {
    padding-bottom: 32px;
  }

  .home-faq-section {
    padding-top: 32px;
  }

  .home-faq-list details p {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-format-card img,
  .home-faq-list summary span {
    transition: none;
  }

  .home-format-card:hover img {
    transform: none;
  }
}
