/* FDE home v2 — outcome-first hero + quiet product brand wall */

.home .nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: linear-gradient(180deg, rgba(16, 15, 14, 0.72), rgba(16, 15, 14, 0));
  border-bottom: 0;
  backdrop-filter: none;
}

.home .nav .brand-name,
.home .nav .brand-sub,
.home .nav-links > a:not(.btn) {
  color: #fff;
}

.home .nav .brand-sub,
.home .nav-links > a:not(.btn) {
  opacity: 0.76;
}

.home .nav-links > a:not(.btn):hover,
.home .nav-links > a:not(.btn).active {
  color: #fff;
  opacity: 1;
}

.home .nav a.btn-gold,
.home .nav button.btn-gold,
.home .nav .btn-gold {
  color: #171714 !important;
  background: #fff !important;
  box-shadow: none;
}

.home .nav a.btn-gold:hover,
.home .nav button.btn-gold:hover,
.home .nav .btn-gold:hover {
  color: #171714 !important;
  background: #f1efe9 !important;
}

.home .nav-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.hero-v2 {
  position: relative;
  display: block;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #171714;
}

.hero-v2::before,
.hero-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-v2::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 16, 15, 0.98) 0%, rgba(17, 16, 15, 0.93) 36%, rgba(17, 16, 15, 0.59) 63%, rgba(17, 16, 15, 0.30) 100%),
    linear-gradient(180deg, rgba(17, 16, 15, 0.20) 55%, rgba(17, 16, 15, 0.78) 100%);
}

.hero-v2::after {
  z-index: -1;
  background:
    radial-gradient(640px 520px at 75% 74%, rgba(117, 103, 255, 0.20), transparent 64%),
    linear-gradient(180deg, transparent 82%, rgba(0, 0, 0, 0.20));
}

.hero-v2-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-v2-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.025);
  filter: saturate(0.82) brightness(0.78) contrast(0.98);
}

.hero-v2-in {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  min-height: 100svh;
  padding-top: 126px;
  padding-bottom: 92px;
}

.hero-v2-copy {
  width: min(740px, 100%);
}

.hero-v2 .eyebrow {
  justify-content: flex-start;
  width: fit-content;
  margin: 0 0 28px;
  padding: 8px 15px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--font-display);
  letter-spacing: 0.12em;
  backdrop-filter: blur(12px);
}

.hero-v2 .eyebrow .dot {
  background: #8f83ff;
  box-shadow: 0 0 14px rgba(143, 131, 255, 0.9);
}

.hero-sierra.hero-v2 h1,
.hero-v2 h1 {
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.2vw, 54px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: unset;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.24);
}

.hero-v2 .hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-v2 .hero-key {
  display: inline-block;
  color: #efc35d;
  background: linear-gradient(100deg, #f7d77e 0%, #e4b34f 56%, #c99532 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 34px rgba(224, 174, 67, 0.16);
}

.hero-sierra.hero-v2 .hero-lead,
.hero-v2 .hero-lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.75;
}

.hero-sierra.hero-v2 .asset-note,
.hero-v2 .asset-note {
  max-width: 590px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.hero-v2 .hero-cta {
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.hero-v2 a.btn-gold {
  min-height: 50px;
  padding: 15px 26px;
  color: #171714 !important;
  background: #fff !important;
  box-shadow: 0 16px 36px -20px rgba(0, 0, 0, 0.7);
}

.hero-v2 a.btn-gold:hover,
.hero-v2 a.btn-gold:focus,
.hero-v2 a.btn-gold:visited {
  color: #171714 !important;
  background: #f1efe9 !important;
}

.hero-v2 .hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-v2 .hero-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.hero-v2 .hero-link::after {
  content: "→";
}

.hero-v2 .trust-strip {
  display: flex;
  grid-template-columns: none;
  gap: 0;
  max-width: 650px;
  margin: 42px 0 0;
}

.hero-v2 .trust-item {
  min-width: 0;
  padding: 0 22px;
  text-align: left;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 0;
}

.hero-v2 .trust-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-v2 .trust-v {
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.hero-v2 .trust-k {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.50);
  font-size: 11px;
  line-height: 1.4;
}

.hero-v2-proof {
  position: relative;
  align-self: end;
  justify-self: end;
  width: min(330px, 100%);
  margin-bottom: 38px;
}

.proof-status,
.proof-card,
.proof-metric {
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(30, 29, 27, 0.68);
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(18px) saturate(1.2);
}

.proof-status {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 10px auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.proof-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8df0c4;
  box-shadow: 0 0 12px rgba(141, 240, 196, 0.8);
}

.proof-card {
  display: grid;
  gap: 4px;
  padding: 22px 22px 20px;
  border-radius: 20px;
}

.proof-card .proof-label {
  color: #b8b0ff;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.proof-card strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.proof-card > span:last-child,
.proof-metric span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.proof-metric {
  position: absolute;
  right: -22px;
  bottom: -72px;
  display: grid;
  min-width: 138px;
  padding: 16px 18px;
  border-radius: 17px;
}

.proof-metric strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  letter-spacing: 0.16em;
  transform: translateX(-50%);
}

.hero-scroll i {
  position: relative;
  width: 1px;
  height: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.hero-scroll i::after {
  content: "";
  position: absolute;
  inset: -100% 0 auto;
  height: 100%;
  background: #fff;
  animation: heroScroll 2.4s ease-in-out infinite;
}

@keyframes heroScroll {
  0% { transform: translateY(0); }
  65%, 100% { transform: translateY(200%); }
}

.brand-wall {
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 10vw, 142px) 0 clamp(112px, 11vw, 154px);
  color: #272622;
  background: #f5f3ee;
  border-bottom: 1px solid rgba(23, 23, 20, 0.08);
}

.brand-wall::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 50%;
  width: 720px;
  height: 430px;
  background: radial-gradient(circle, rgba(117, 103, 255, 0.09), transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.brand-wall-in {
  position: relative;
  text-align: center;
}

.brand-wall-kicker {
  margin-bottom: 22px;
  color: #6d63df;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.brand-wall h2 {
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.brand-wall h2 span {
  background: linear-gradient(100deg, #786de7 5%, #45408d 92%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.brand-wall p {
  margin: 18px auto 0;
  color: rgba(39, 38, 34, 0.50);
  font-size: 14px;
}

.partner-groups {
  margin-top: clamp(64px, 7vw, 92px);
  border-bottom: 1px solid rgba(39, 38, 34, 0.10);
}

.partner-row {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-items: center;
  min-height: 96px;
  border-top: 1px solid rgba(39, 38, 34, 0.10);
}

.partner-row h3 {
  margin: 0;
  color: rgba(39, 38, 34, 0.38);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-align: left;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 0;
  min-height: 64px;
  padding: 10px 12px;
  border-radius: 16px;
  color: rgba(39, 38, 34, 0.58);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.partner-item img,
.partner-mark {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.partner-item img.partner-logo-wide {
  width: 44px;
  flex-basis: 44px;
}

.partner-item img {
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.52;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.partner-mark {
  display: grid;
  place-items: center;
  border: 1px solid rgba(39, 38, 34, 0.20);
  border-radius: 9px;
  color: rgba(39, 38, 34, 0.56);
  font-size: 14px;
}

.partner-mark-ogilvy {
  border-color: rgba(235, 63, 67, 0.38);
  color: #b52f33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.partner-item:hover {
  color: rgba(39, 38, 34, 0.92);
  background: rgba(255, 255, 255, 0.58);
  transform: translateY(-2px);
}

.partner-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 960px) {
  .hero-v2-in {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 28px;
  }

  .hero-sierra.hero-v2 h1,
  .hero-v2 h1 {
    font-size: clamp(40px, 5.4vw, 50px);
  }

  .hero-v2 .trust-item {
    padding-inline: 14px;
  }

  .partner-row {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .partner-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 14px 0;
  }
}

@media (max-width: 720px) {
  .home .nav-links {
    top: 72px;
    background: rgba(250, 249, 246, 0.98);
    border-bottom: 1px solid rgba(10, 10, 10, 0.10);
  }

  .home .nav-links > a:not(.btn) {
    color: #2d2c29;
    opacity: 1;
    border-bottom-color: rgba(10, 10, 10, 0.08);
  }

  .home .nav-links > a:not(.btn):hover,
  .home .nav-links > a:not(.btn).active {
    color: #171714;
  }

  .home .nav-links a.btn-gold {
    color: #fff !important;
    background: #171714 !important;
  }

  .hero-v2::before {
    background:
      linear-gradient(180deg, rgba(17, 16, 15, 0.79) 0%, rgba(17, 16, 15, 0.92) 56%, rgba(17, 16, 15, 0.97) 100%),
      linear-gradient(90deg, rgba(17, 16, 15, 0.70), rgba(17, 16, 15, 0.45));
  }

  .hero-v2-media img {
    object-position: 64% center;
    filter: saturate(0.72) brightness(0.72);
  }

  .hero-v2-in {
    display: flex;
    min-height: 100svh;
    padding-top: 116px;
    padding-bottom: 62px;
  }

  .hero-v2-copy {
    align-self: center;
  }

  .hero-v2 .eyebrow {
    margin-bottom: 22px;
  }

  .hero-sierra.hero-v2 h1,
  .hero-v2 h1 {
    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1.13;
  }

  .hero-v2 .hero-title-line {
    white-space: normal;
  }

  .hero-sierra.hero-v2 .hero-lead,
  .hero-v2 .hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-v2 .hero-cta {
    gap: 18px;
    margin-top: 26px;
  }

  .hero-v2 .trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
  }

  .hero-v2 .trust-item {
    padding: 0 10px;
  }

  .hero-v2 .trust-item:first-child {
    padding-left: 0;
  }

  .hero-v2 .trust-v {
    font-size: 13px;
  }

  .hero-v2 .trust-k {
    font-size: 10px;
  }

  .hero-v2-proof,
  .hero-scroll {
    display: none;
  }

  .brand-wall {
    padding: 94px 0 108px;
  }

  .brand-wall h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .partner-groups {
    margin-top: 58px;
  }

  .partner-row {
    display: block;
    padding: 22px 0 16px;
  }

  .partner-row h3 {
    margin-bottom: 12px;
  }

  .partner-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
    padding: 0;
  }

  .partner-item {
    justify-content: flex-start;
    min-height: 54px;
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .hero-v2 .trust-strip {
    gap: 10px 0;
  }

  .hero-v2 .trust-item {
    padding-inline: 8px;
  }

  .hero-v2 .hero-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll i::after {
    animation: none;
  }

  .partner-item,
  .partner-item img {
    transition: none;
  }
}
