/* Approved full-screen homepage hero — 2026-07-31. */
body.sg-home-approved {
  background: #f5f8fa;
}

.sg-home-approved .sgu-header.sg-home-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: #fff;
  background: linear-gradient(180deg, rgba(2, 12, 24, .64), rgba(2, 12, 24, 0));
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  box-shadow: none;
  backdrop-filter: none;
}

.sg-home-approved .sg-home-header .sgu-container {
  width: min(100% - clamp(40px, 8vw, 152px), 1600px);
}

.sg-home-approved .sg-home-header .sgu-header-inner {
  min-height: 104px;
}

.sg-home-approved .sg-home-header .sgu-brand img {
  width: min(220px, 100%);
  max-width: 32vw;
}

.sg-home-approved .sg-home-header .sgu-nav {
  gap: clamp(18px, 2.2vw, 36px);
}

.sg-home-approved .sg-home-header .sgu-nav a {
  color: rgba(255, 255, 255, .86);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.sg-home-approved .sg-home-header .sgu-nav a:hover,
.sg-home-approved .sg-home-header .sgu-nav a:focus-visible {
  color: #35d5dc;
}

.sg-home-approved .sg-home-header .sgu-cta {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, .68);
  color: #fff !important;
  background: rgba(3, 15, 29, .20);
  box-shadow: none;
  backdrop-filter: blur(10px);
  font-size: .76rem;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.sg-home-approved .sg-home-header .sgu-cta:hover,
.sg-home-approved .sg-home-header .sgu-cta:focus-visible {
  color: #06182b !important;
  background: #fff;
}

.sg-home-hero {
  position: relative;
  height: max(720px, 100svh);
  min-height: 720px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #06182b;
}

.sg-home-hero .sg-compare--home-approved {
  position: absolute;
  inset: 0;
  z-index: -3;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  background: #06182b;
}

.sg-home-hero .sg-compare--home-approved img {
  object-position: center;
}

.sg-home-hero .sg-compare__range {
  touch-action: pan-y;
}

.sg-home-hero .sg-compare__handle {
  width: 3.35rem;
  height: 3.35rem;
  border: 1px solid rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
}

.sg-home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(270deg, rgba(3, 15, 29, .84) 0%, rgba(3, 15, 29, .66) 34%, rgba(3, 15, 29, .22) 62%, rgba(3, 15, 29, .03) 82%),
    linear-gradient(0deg, rgba(3, 15, 29, .68) 0%, transparent 33%),
    linear-gradient(180deg, rgba(3, 15, 29, .34) 0%, transparent 31%);
  pointer-events: none;
}

.sg-home-hero__content {
  position: absolute;
  z-index: 6;
  top: clamp(160px, 20vh, 220px);
  right: clamp(24px, 6vw, 112px);
  left: auto;
  width: min(620px, 47vw);
}

.sg-home-hero__eyebrow {
  margin: 0 0 20px;
  color: #35d5dc;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.sg-home-hero h1 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #fff;
  font-family: Outfit, Inter, Arial, sans-serif;
  font-size: clamp(3.2rem, 5.1vw, 5.75rem);
  line-height: .93;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.sg-home-hero__lead {
  max-width: 620px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.65;
}

.sg-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sg-home-hero__button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}

.sg-home-hero__button--primary {
  color: #041622;
  background: linear-gradient(135deg, #35d5dc, #1dd6a2);
  box-shadow: 0 12px 30px rgba(29, 214, 162, .20);
}

.sg-home-hero__button--secondary {
  border-color: rgba(255, 255, 255, .50);
  color: #fff;
  background: rgba(3, 15, 29, .24);
  backdrop-filter: blur(10px);
}

.sg-home-hero__button:hover,
.sg-home-hero__button:focus-visible {
  transform: translateY(-2px);
}

.sg-home-hero__microcopy {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .60);
  font-size: .74rem;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.sg-home-relationships {
  position: absolute;
  z-index: 7;
  left: clamp(24px, 6vw, 112px);
  right: clamp(24px, 6vw, 112px);
  bottom: 30px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.sg-home-relationships > p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: .67rem;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sg-home-relationships__logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(76px, 1fr));
  gap: clamp(18px, 2.5vw, 42px);
  align-items: center;
}

.sg-home-relationships__logos img {
  width: 100%;
  max-width: 122px;
  height: 42px;
  object-fit: contain;
  opacity: .72;
  filter: grayscale(1);
}

@media (max-width: 1080px) {
  .sg-home-approved .sg-home-header .sgu-header-inner { min-height: 84px; }
  .sg-home-approved .sg-home-header .sgu-menu-toggle {
    display: block;
    border-color: rgba(255, 255, 255, .48);
    background: rgba(3, 15, 29, .22);
  }
  .sg-home-approved .sg-home-header .sgu-menu-toggle span { background: #fff; }
  .sg-home-approved .sg-home-header .sgu-nav {
    top: calc(100% + 8px);
    border-color: rgba(255, 255, 255, .14);
    background: rgba(3, 15, 29, .98);
  }
  .sg-home-approved .sg-home-header .sgu-nav a { color: #fff; }
  .sg-home-relationships { grid-template-columns: 155px 1fr; }
}

@media (max-width: 760px) {
  .sg-home-approved .sg-home-header .sgu-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    margin-inline: 20px !important;
  }
  .sg-home-approved .sg-home-header .sgu-brand img {
    width: clamp(154px, 43vw, 190px) !important;
    max-width: 48vw !important;
  }
  .sg-home-hero {
    height: auto;
    min-height: 0;
    overflow: visible;
    color: #07182f;
    background: #fff;
  }
  .sg-home-hero .sg-compare--home-approved {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: clamp(370px, 118vw, 460px) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    background: #e6edf1;
  }
  .sg-home-hero .sg-compare--home-approved img {
    object-position: 22% center;
  }
  .sg-home-hero__shade {
    inset: 0 0 auto;
    z-index: 2;
    height: clamp(370px, 118vw, 460px);
    background:
      linear-gradient(180deg, rgba(3, 15, 29, .68) 0%, rgba(3, 15, 29, .12) 34%, transparent 58%),
      linear-gradient(0deg, rgba(3, 15, 29, .30) 0%, transparent 34%);
  }
  .sg-home-hero__content {
    position: relative;
    z-index: 4;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    padding: 34px 22px 30px;
    color: #07182f;
    background: #fff;
  }
  .sg-home-hero h1 {
    max-width: 100%;
    color: #07182f;
    font-size: clamp(2.55rem, 12vw, 3.75rem) !important;
    line-height: .96 !important;
    letter-spacing: -.04em !important;
  }
  .sg-home-hero__lead {
    width: 100%;
    max-width: 620px !important;
    margin-bottom: 26px;
    color: #42566a;
    line-height: 1.55;
  }
  .sg-home-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr;
    max-width: 430px;
  }
  .sg-home-hero__button { width: 100%; }
  .sg-home-hero__button--secondary {
    border-color: rgba(7, 24, 47, .30);
    color: #07182f;
    background: #f1f6f8;
    backdrop-filter: none;
  }
  .sg-home-hero__microcopy {
    color: #6b7c8d;
    line-height: 1.5;
  }
  .sg-home-relationships {
    position: relative;
    z-index: 4;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 25px 22px 27px;
    overflow: hidden;
    border-top-color: rgba(255, 255, 255, .20);
    background: #06182b;
  }
  .sg-home-relationships > p { margin-bottom: 14px; }
  .sg-home-relationships__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 18px;
    width: 100%;
  }
  .sg-home-relationships__logos img { height: 28px; }
}

@media (min-width: 761px) and (max-height: 800px) {
  .sg-home-approved .sg-home-header .sgu-header-inner { min-height: 88px; }
  .sg-home-hero__content { top: 132px; }
  .sg-home-hero h1 { font-size: clamp(3.2rem, 5.45vw, 5rem); }
  .sg-home-hero__lead { margin-bottom: 24px; font-size: 1rem; line-height: 1.55; }
  .sg-home-hero__microcopy { display: none; }
  .sg-home-relationships { bottom: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .sg-home-hero__button { transition: none; }
}
