:root {
  --font-family: Inter, Helvetica, Arial, sans-serif;
  --font-size: 19px;
  --line-height: 29px;
  --color-wnmu-orange: hsl(19deg 89% 54%);
  --color-wnmu-blue: hsl(176deg 81% 36%);
  --color-wnmu-yellow: hsl(41deg 97% 59%);
  --color-wnmu-purple: hsl(269deg 63% 27%);
  --max-width: 100%;
}

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

/* Default styles */
*, *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: var(--font-family); font-size: var(--font-size); line-height: var(--line-height); }
p { margin: 0; }
header { font-family: Montserrat, Inter, Helvetica, Arial, sans-serif; }
h2 { font-size: 1.8rem; }
button, input { font-family: var(--font-family); border-radius: 3px; }
input[type="text"], input[type="email"], input[type="tel"] { width: 100%; height: 6ex; padding: 0 0.7rem; border: none; border-radius: 2px; }
input[type="submit"] { width: 100%; height: 6ex; border: none; border-radius: 2px; background: var(--color-wnmu-yellow); }


/* Reusable stuff */
.hide { display: none; }
.com-background { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: 50% 50%; }
.com-background-overlay:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: var(--color-wnmu-purple); opacity: 0.76; }
.wnmu-logo { height: 60px; }
@media (max-width: 700px) {
  .wnmu-logo { height: 50px; }
}
.icon-word-marker { position: relative; display: inline-block; }


/* Main content */
main { max-width: var(--max-width); margin: 0 auto; }


/* Section: Fold */
.section-fold { position: relative; z-index: 10; height: 100vh; min-height: 600px; }
.section-fold-logo-container { position: absolute; top: 20px; left: 20px; z-index: 1000; }
.section-fold-content { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.section-fold-text { max-width: min(1000px, 70%); }
.scroller {
  position: absolute; bottom: 4px; width: 100%;
  font-size: 14px; letter-spacing: 1px; text-align: center; text-transform: uppercase;
  color: hsl(0 0% 100%);
}
.scroller svg { transform: translateY(-2px); }
@media (max-width: 700px) {
  .section-fold-text { max-width: 83%; }
  .scroller { font-size: 12px; }
}


/* Section: Info */
.section-info { position: relative; max-width: 1600px; margin: auto; padding: 100px 80px 100px 10px; background: hsl(0 0% 100%); }
.section-info-main-grid { display: grid; grid-template-columns: 360px 1fr; grid-gap: 0 30px; }
.section-info-nav { padding-left: 20px; }
.section-info-nav-content { position: sticky; top: 40px; }
.section-info-nav header { font-family: Inter, Helvetica, Arial, sans-serif; font-weight: bold; margin-bottom: 3px; color: var(--color-wnmu-blue); }
.section-info-nav ul { list-style-position: inside; }
.section-info-nav li { font-size: 16px; text-decoration: none; list-style-type: disclosure-closed; }
.section-info-nav a { color: hsl(0 0% 0%); text-decoration: none; }
.section-info-nav a:hover, .section-info-nav a:focus, .section-info-nav a:active { color: hsl(0 0% 80% / 1); }
.section-info-nav .section-info-nav-signup { font-weight: bold; color: var(--color-wnmu-orange); }
.section-info-grid { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 24px 0; }
.section-info-point { position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 0 32px 0 hsl(0deg 0% 0% / 40%); transition: all ease-out 0.1s; }
.section-info-point-content { display: flex; }
.section-info-img { position: absolute; width: 260px; height: 100%; background-size: cover; background-position: 50% 50%; }
.section-info-point-text { padding-left: 260px; }
.section-info-point header, .section-info-point p { padding: 0 32px; }
.section-info-point header { position: relative; margin: 25px 0 11px; font-family: 'Inter'; font-size: 29px; line-height: 41px; font-weight: bold; }
.section-info-point p { position: relative; margin: 10px 0; }
.section-info-point p:last-child { padding-bottom: 19px; }
.section-info .icon-word-marker { color: hsl(41 100% 47% / 1); }
.icon-word-marker .section-info-icon { height: 180px; transform: translate(-41px, -63px) scale(4); }
@media (max-width: 700px) {
  .section-info { padding-left: 20px; padding-right: 20px; }
  .section-info-main-grid { grid-template-columns: 0 1fr; grid-gap: 0; }
  .section-info-nav { visibility: hidden; }
  .section-info-grid {}
  .section-info-point-content { flex-direction: column; }
  .section-info-img { position: relative; width: 100%; height: 200px; }
  .section-info-point-text { padding-left: 0; }
  .section-info-point header, .section-info-point p { padding: 0 24px; }
  .section-info header { margin-bottom: 11px; font-size: 23px; line-height: 30px; }
  .section-info-point p { font-size: 16px; line-height: 26px; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .section-info-main-grid { grid-template-columns: 280px 1fr; }
}


/* Section: Signup */
.section-signup { padding-top: 60px; color: hsl(0 0% 100%); background: hsl(0 0% 0%); }
.section-signup header { text-align: center; }
.keap-custom-form { background: hsl(0 0% 0%); }
#infFormDiv_0 { background: hsl(0 0% 0%); }
@media (max-width: 700px) {
  .keap-custom-form { padding: 18px 16px 11px; }
}


/* Section: Footer */
footer {
  position: relative; z-index: 10;
  padding: 60px 52px 160px;
  font-size: 12px; line-height: 25px; text-transform: uppercase;
  color: hsl(0 0% 100%); background: var(--color-wnmu-purple);
}
.footer-logo { height: 40px; margin-bottom: 12px; }
@media (max-width: 700px) {
  footer { padding-left: 27px; padding-right: 27px; }
}
