:root {
  --purple-deep: #100330;
  --purple: #42196f;
  --yellow: #febe10;
  --white: #ffffff;
  --off-white: #f5f3fb;
  --text: #1a0d2e;
  --text-muted: #6b5b8e;
  --radius: 8px;
  --card-shadow: 0 2px 20px rgba(16, 3, 48, 0.08);
  --hero-shadow: 0 20px 60px rgba(0, 0, 0, 0.55), 0 4px 16px rgba(0, 0, 0, 0.35);
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/wnmu/assets/fonts/Inter/Inter_28pt-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/wnmu/assets/fonts/Inter/Inter_28pt-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/wnmu/assets/fonts/Outfit/static/Outfit-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: var(--text);
  background: var(--white);
}
a {
  color: inherit;
}
button,
input,
select {
  font-family: inherit;
}

/* Visible focus styles */
:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.wnmu-logo {
  height: 54px;
  display: block;
}

/* ── HERO ───────────────────────────────────────────── */

.hero {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 50% 28%;
}

/* Gradient: dimmer on left so photo shows through, near-opaque purple on right */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(16 3 48 / 40%) 0%, rgb(16 3 48 / 75%) 35%, rgba(16, 3, 48, 0.78) 100%);
}

/* Logo */
.hero-logo-link {
  position: absolute;
  top: 26px;
  left: 36px;
  z-index: 20;
}

/* ── LEFT COLUMN ── */

.hero-brand {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
  min-height: auto;
  padding: 90px 44px 40px 60px;
}

.hero-headline {
  margin-bottom: 33px;
}

.h-dare {
  display: block;
  font-family: Montserrat, Inter, sans-serif;
  font-weight: bold;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
}

.h-dream {
  display: block;
  font-family: Montserrat, Inter, sans-serif;
  font-weight: bold;
  font-size: clamp(5.5rem, 9.5vw, 11rem);
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.8;
  margin-left: -6px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.09);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.pill strong {
  color: var(--yellow);
  font-weight: 700;
}

.hero-cta {
  display: inline-block;
  margin-top: 33px;
  padding: 14px 32px;
  background: var(--yellow);
  color: var(--text);
  font-family: Montserrat, Inter, sans-serif;
  font-weight: bold;
  font-size: 0.92rem;
  text-decoration: none;
  border-radius: 100px;
  letter-spacing: 0.03em;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
  align-self: flex-start;
}
.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  background: #e0a800;
  color: var(--white);
}

/* ── RIGHT COLUMN ── */

.hero-form {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 44px 40px 16px;
}

.signup {
  width: 100%;
  max-width: 34rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--hero-shadow);
  overflow: hidden;
}

/* Replace Element451's full-width border-top with an inset accent bar matching the benefit cards */
.signup mat-card.mdc-card {
  border-top: none !important;
  max-width: none !important;
  position: relative;
}
.signup mat-card.mdc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 5px;
  background: var(--yellow);
  border-radius: 0 0 3px 3px;
  z-index: 1;
}

.signup-body {
  overflow: hidden;
}

.signup input,
.signup select {
  color: var(--text);
}

p.lum-df-group-title.ng-star-inserted {
    display: none;
}

.signup .title-wrapper p,
p.lum-df-group-title.ng-star-inserted {
  font-family: Montserrat, Inter, sans-serif;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.35;
  color: var(--purple);
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid hsl(0 0% 89%);
}

.signup .mat-mdc-card-header {
  padding: 24px 24px 0 24px;
  background-color: transparent !important;
}

.signup .content {
  padding: 0 0 24px 0 !important;
}

.signup .mat-mdc-card-content {
  padding: 0 12px;
}

.lum-df-radio-button-wrap.ng-star-inserted {
    float: left;
}

p.lum-df-label {
  font-size: 12px !important;
  font-family: Roboto, sans-serif !important;
  color: rgba(0, 0, 0, 0.7) !important;
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
}


/* Keep label color neutral on focus — Element451 theme sets --mat-sys-primary to yellow */
.lum-df-form .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.lum-df-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label {
  color: rgba(0, 0, 0, 0.7) !important;
}

.mat-internal-form-field>label {
  font-size: 12px !important;
  font-family: Roboto, sans-serif !important;
  color: rgba(0, 0, 0, 0.7) !important;
  letter-spacing: 0.5px !important;
}

/* ── SCROLL HINT ── */

/* Hide when viewport is too narrow — form stacks fields and grows tall, covering the bar */
@media (max-width: 960px) {
  .hero-scroll { display: none !important; }
}

.hero-scroll {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

/* ── BENEFITS ───────────────────────────────────────── */

.benefits {
  background: var(--off-white);
  padding: 96px 0 104px;
}

.benefits-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 52px;
}

.benefits-header {
  max-width: 620px;
  margin-bottom: 56px;
}

.benefits-header h2 {
  font-family: Montserrat, Inter, sans-serif;
  font-weight: bold;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.18;
  color: var(--text);
  margin-bottom: 14px;
}

.benefits-header h2 em {
  font-style: normal;
  color: var(--purple);
  position: relative;
  isolation: isolate;
}

.benefits-header h2 em::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--yellow);
  border-radius: 2px;
  z-index: -1;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  min-height: 500px;
}

.benefits-photo {
  grid-row: 1 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}

.benefits-photo-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.benefit-card {
  background: linear-gradient(to bottom, #2a1453 0%, #3a1f6e 100%);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 32px rgba(42, 20, 83, 0.18);
  position: relative;
  color: #f6f2fb;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  background: var(--yellow);
  border-radius: 0 0 3px 3px;
}

.benefit-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.benefit-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}
.benefit-icon svg {
  stroke: #f8d14a;
}

.benefit-card h3 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0;
}

.benefit-card p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #d8cdea;
  margin: 0;
}

.benefit-card p strong {
  color: var(--yellow);
}

/* ── SCENIC ─────────────────────────────────────────── */

.scenic {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.scenic-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 42%;
}

.scenic-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(16, 3, 48, 0.13) 0%, rgba(16, 3, 48, 0.56) 100%);
}

.scenic-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 60px 40px;
}

.scenic-quote {
  font-family: Montserrat, Inter, sans-serif;
  font-weight: bold;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 36px;
}

.scenic-quote em {
  color: var(--yellow);
  font-style: normal;
}

.scenic-cta {
  display: inline-block;
  padding: 14px 34px;
  background: var(--yellow);
  color: var(--text);
  font-family: Montserrat, Inter, sans-serif;
  font-weight: bold;
  font-size: 0.92rem;
  text-decoration: none;
  border-radius: 100px;
  letter-spacing: 0.03em;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.scenic-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  background: #e0a800;
  color: var(--white);
}

/* ── FOOTER ─────────────────────────────────────────── */

footer {
  background: var(--purple);
  padding: 60px 60px 100px;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.footer-logo {
  height: 40px;
  margin-bottom: 16px;
  display: block;
}

.footer-text {
  font-size: 11px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.75);
}

/* ── MOBILE ─────────────────────────────────────────── */

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

  /* Gradient: dark at top (for text), lightens at bottom so photo shows behind form */
  .hero-overlay {
    background: linear-gradient(to bottom, rgba(16, 3, 48, 0.95) 0%, rgba(16, 3, 48, 0.88) 40%, rgba(16, 3, 48, 0.72) 100%);
  }

  /* Compact brand section: just enough room for logo + headline + tagline */
  .hero-brand {
    align-self: auto;
    min-height: 0;
    justify-content: flex-start;
    padding: 112px 20px 12px 20px;
  }

  .hero-headline {
    margin-bottom: 10px;
  }

  .h-dare {
    font-size: 1.55rem;
    letter-spacing: 0.06em;
  }
  .h-dream {
    font-size: clamp(3.8rem, 17vw, 5.5rem);
  }

  /* Pills give way to the form on mobile — benefits section covers same info */
  .hero-pills {
    display: none;
  }
  .hero-cta {
    margin-top: 18px;
    font-size: 0.88rem;
    padding: 13px 28px;
  }

  .hero-form {
    padding: 12px 14px 32px;
    align-items: stretch;
  }

  .signup {
    max-width: none;
    border-radius: 12px;
  }

  .hero-scroll {
    display: none !important;
  }

  /* ── Benefits mobile ── */

  .benefits {
    padding: 52px 0 60px;
  }
  .benefits-wrap {
    padding: 0 18px;
  }

  .benefits-header {
    margin-bottom: 30px;
  }
  .benefits-header h2 {
    font-size: 1.65rem;
    line-height: 1.2;
  }
  .benefits-header p {
    font-size: 0.95rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    gap: 14px;
  }
  .benefits-photo {
    grid-row: auto;
    min-height: 220px;
  }

  .benefit-card {
    padding: 22px 18px;
  }
  .benefit-card::before {
    left: 18px;
    right: 18px;
  }
  .benefit-row {
    gap: 12px;
    margin-bottom: 14px;
  }
  .benefit-icon {
    width: 38px;
    height: 38px;
  }
  .benefit-card h3 {
    font-size: 0.97rem;
  }
  .benefit-card p {
    font-size: 0.875rem;
  }

  /* ── Scenic mobile ── */

  .scenic {
    min-height: 480px;
  }
  .scenic-content {
    padding: 44px 20px;
  }
  .scenic-quote {
    font-size: clamp(1.65rem, 6.5vw, 2.2rem);
    margin-bottom: 28px;
  }
  .scenic-cta {
    padding: 13px 28px;
    font-size: 0.88rem;
  }

  /* ── Footer mobile ── */

  footer {
    padding: 44px 20px 72px;
  }
}
