.cpec-interest-page {
  min-height: 100vh;
  margin: 0;
  background: #f2efe9;
  color: #121215;
}

.interest-nav {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  min-height: 6.5rem;
  padding: 1.25rem clamp(1.25rem, 4vw, 4rem);
  background: #121215;
  color: #fff;
}

.interest-nav__logo { width: min(12rem, 38vw); }
.interest-nav__logo img { display: block; width: 100%; }
.interest-nav nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
.interest-nav a { color: inherit; font-family: Axiforma, Arial, sans-serif; font-size: .74rem; font-weight: 600; text-decoration: none; }

.interest-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(28rem, 1.1fr);
  min-height: calc(100vh - 6.5rem);
}

.interest-hero__copy,
.interest-form-card { padding: clamp(3rem, 7vw, 7.5rem) clamp(1.25rem, 5vw, 6rem); }

.interest-hero__copy {
  display: flex;
  min-height: 45rem;
  flex-direction: column;
  justify-content: center;
  background: #aa312d;
  color: #fff;
}

.interest-kicker {
  margin: 0 0 1.25rem;
  font-family: Axiforma, Arial, sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.interest-hero h1 { max-width: 8em; margin: 0; font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .88; }
.interest-hero__lead { max-width: 34rem; margin: 2rem 0 0; color: rgb(255 255 255 / 82%); font-size: clamp(1rem, 1.4vw, 1.28rem); line-height: 1.65; }
.interest-hero__note { max-width: 36rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / 30%); font-size: .84rem; line-height: 1.6; }
.interest-hero__note p { margin: .5rem 0 0; color: rgb(255 255 255 / 72%); }
.interest-form-card { display: flex; align-items: center; background: #f2efe9; }
.interest-form-card form, .interest-success { width: min(100%, 43rem); margin: auto; }
.interest-form__heading { margin-bottom: 2.5rem; }
.interest-form__heading h2, .interest-success h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.25rem); line-height: .95; }
.interest-form__split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.interest-field { margin-bottom: 1.4rem; }
.interest-field label { display: block; margin-bottom: .55rem; font-family: Axiforma, Arial, sans-serif; font-size: .72rem; font-weight: 600; }
.interest-field input {
  width: 100%;
  min-height: 3.25rem;
  box-sizing: border-box;
  padding: .75rem 0;
  border: 0;
  border-bottom: 1px solid rgb(18 18 21 / 38%);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #121215;
  font: inherit;
}
.interest-field input:focus { border-bottom-color: #aa312d; box-shadow: 0 2px 0 #aa312d; }
.interest-field input[aria-invalid="true"] { border-bottom-color: #9d1818; }
.interest-field-error { margin: .45rem 0 0; color: #9d1818; font-size: .75rem; }
.interest-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.interest-consent { display: grid; grid-template-columns: 1.2rem 1fr; gap: .8rem; margin: 1rem 0 1.5rem; font-size: .8rem; line-height: 1.55; }
.interest-consent input { width: 1rem; height: 1rem; margin-top: .18rem; accent-color: #aa312d; }
.interest-submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.4rem;
  border: 0;
  background: #121215;
  color: #fff;
  cursor: pointer;
  font-family: Axiforma, Arial, sans-serif;
  font-size: .82rem;
  font-weight: 600;
}
.interest-submit:hover { background: #aa312d; }
.interest-submit:disabled { cursor: wait; opacity: .62; }
.interest-form__status { margin-bottom: 1rem; padding: .9rem 1rem; background: rgb(157 24 24 / 10%); color: #7f1515; font-size: .82rem; line-height: 1.5; }
.interest-privacy { margin: 1rem 0 0; color: rgb(18 18 21 / 62%); font-size: .72rem; line-height: 1.55; }
.interest-privacy a { color: inherit; }
.interest-success p:not(.interest-kicker) { max-width: 32rem; margin: 1.5rem 0 2rem; line-height: 1.65; }
.interest-success a { display: inline-flex; gap: .75rem; padding-bottom: .3rem; border-bottom: 1px solid; color: #121215; font-family: Axiforma, Arial, sans-serif; font-size: .8rem; font-weight: 600; text-decoration: none; }
.interest-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem clamp(1.25rem, 4vw, 4rem); background: #121215; color: rgb(255 255 255 / 70%); font-size: .72rem; }
.interest-footer p { margin: 0; }
.interest-footer a { color: inherit; }

@media (max-width: 850px) {
  .interest-hero { grid-template-columns: 1fr; }
  .interest-hero__copy { min-height: auto; }
}

@media (max-width: 560px) {
  .interest-nav nav a:first-child { display: none; }
  .interest-form__split { grid-template-columns: 1fr; gap: 0; }
  .interest-footer { flex-direction: column; }
}
