/*@font-face {
  font-family: 'Instrument Sans';
  src: url('InstrumentSans-Regular.eot');
  src: local('Instrument Sans Regular'), local('InstrumentSans-Regular'),
    url('/fonts/InstrumentSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/InstrumentSans-Regular.woff2') format('woff2'),
    url('/fonts/InstrumentSans-Regular.woff') format('woff'),
    url('/fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/




:root {
  --main-bg: #fff;
  --overlay-bg: rgba(48, 43, 42, 0.45);
  --text-color: #fff;
  --button-bg: #fff;
  --button-text: #232323;
  --button-radius: 24px;
  --button-padding: 14px 32px;
  --container-maxwidth: 800px;
  --border-padding: 36px;
  --main-heading-size: 2.5rem;
  --subtext-size: 1.09rem;
  --button-size: 1.12rem;
  --accent-text: #F5F3E8;
  --light-text: #F5F5F5;
  --dark1-text: #090707;
  --dak-blue: #0053C4;
  --paragraph-size: 18px;
}


body {
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans";
  font-weight: normal;
  font-style: normal;
  background: var(--main-bg);
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 18px;
}

h1 {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.13;
}

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mt62 {
  margin-top: 62px;
}

.tac {
  text-align: center;
}

.navbar-toggler {
  background: #ddd;
}

.navbar-area {
    position: fixed;
    z-index: 1000;
    width: 100%;
}


.common-button {
  font-size: 18px;
  font-weight: 500;
  color: #F5F5F5;
  padding: 16px 26px;
  border-radius: 120px;
  background: #0053C4;
  text-decoration: none;
  border: 1px solid #0053C4;
}

.common-button:hover {
  background: #F5F5F5;
  border: 1px solid #0053C4;
  color: #0053C4;
}

.midlife-section {
  position: static;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--border-padding);
  box-sizing: border-box;
  background: #f7e7e0;
}

.midlife-section h1 {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.13;
}

.midlife-bg-image {
  position: absolute;
  top: var(--border-padding);
  left: var(--border-padding);
  right: var(--border-padding);
  bottom: var(--border-padding);
  background-image: url('banner.png');
  /* Ensure image.jpg is in the same directory */
  background-position: center;
  filter: brightness(0.83);
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
  overflow: hidden;
}

.midlife-overlay {
  position: absolute;
  top: var(--border-padding);
  left: var(--border-padding);
  right: var(--border-padding);
  bottom: var(--border-padding);
  background: var(--overlay-bg);
  z-index: 2;
  border-radius: 4px;
}

.midlife-content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 48px 16px 48px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--text-color);
}

.midlife-content p {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 32px;
  max-width: 600px;
  line-height: 1.5;
}

.midlife-quiz-cta {
  margin-bottom: 0;
}

.midlife-quiz-cta p {
  font-size: 18px;
  font-weight: 400;
}

.midlife-content .midlife-quiz-button {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  color: var(--light-text);
  border: 2px solid var(--accent-text);
  border-radius: 120px;
  padding: var(--button-padding);
  cursor: pointer;
  transition: background 0.22s, color 0.22s;
  box-shadow: 0 2px 16px rgba(38, 43, 55, 0.08);
}

.midlife-content .midlife-quiz-button:hover,
.midlife-content .midlife-quiz-button:focus {
  background: #efddd1;
  color: #232323;
  outline: none;
}

.effica-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 60px;
}

.effica-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.effica-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 40px;
  min-width: 280px;
  max-width: 460px;
}

.effica-subheading {
  font-size: 42px;
  font-weight: 500;
  color: var(--dark1-text);
  margin: 0 0 14px 0;
  line-height: 1.2;
}

.effica-subheading span {
  color: #0053C4;
}

.effica-description {
  color: #18181a;
  font-size: var(--paragraph-size);
  font-weight: var(--font-weight-normal);
  line-height: 1.54;
  margin: 0;
  max-width: 410px;
}

.box-section .box-inner {
  text-align: left;
  padding: 12px;
}

.box-section .item-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-section h4 {
  font-size: 26px;
  font-weight: 500;

}



.image-box-section img {
  object-fit: cover;
}


/* Section wrapper mimicking framed panel with gutters */
.assess-wrap {
  background: #F5F3E8;
  padding-block: 48px;
}

/* Inner panel */
.assess-panel {
  background: #E8DED1;
  border-radius: 2px;
}

/* Image pane */
.assess-photo {
  overflow: hidden;
}

.assess-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Right content */

/* Info cards */
.info-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
  padding: 18px 20px;
  width: 46%;
}
.info-card a {
  color: #212529;
  text-decoration: none;
}
.info-card h6 {
  font-weight: 700;
  color: var(--ink-700);
  margin-bottom: 10px;
  font-size: 15px;
}

.info-list {
  margin: 0;
  padding-left: 18px;
}

.info-list li {
  margin-bottom: 6px;
  color: var(--ink-700);
  font-size: 14px;
  line-height: 1.55;
}

/* CTA */
.assess-cta {
  background: var(--cta);
  color: var(--cta-text);
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .1px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
}

.assess-cta:hover {
  filter: brightness(.95);
  color: #fff;
}

/* Layout tweaks */
.card-row {
  gap: 20px;
}

/* Bottom bar like reference */
.assess-footer {
  background: #e8ddd2;
  height: 44px;
  margin-top: 24px;
  border-radius: 0 0 2px 2px;
}

.assess-photo {
  width: 100%;
  height: 100%;
}

.assess-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
max-height: 700px;
  display: block;
}


/* Section wrapper sets side accents similar to reference */
.empower-wrap {
  position: relative;
  background: #f5efe4;
  /* page surround */
  overflow: hidden;
}

/* top bar */
.empower-top {
  background: var(--sand);
  padding: 18px 0;
  position: relative;
  border-top: 0;
  border-bottom: 0;
}

/* left vertical rule inside the bar */
.vr-line {
  width: 3px;
  height: 44px;
  background: var(--accent);
  border-radius: 2px;
}

/* brand and nav */
.brand-text {
  font-weight: 700;
  color: var(--ink);
  font-size: 26px;
  letter-spacing: .1px;
  line-height: 1;
}

.nav-word {
  color: var(--muted);
  font-size: 14px;
  letter-spacing: .2px;
}

/* hero image directly under the bar, full width */
.empower-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  background: #ddd;
  overflow: hidden;
}

.empower-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* right page border accent (thin vertical stroke matching screenshot) */
.empower-right-border {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: var(--accent);
}

.empower-wrap span {
  font-size: 32px;
}

.empower-inner {
  width: 50%;
  justify-content: space-between;
}

.empower-inner-wrap {
  justify-content: space-between;
}

.graybg {
  background: #E8DED1;
}

.discover-wrap {
  background: #525151;
  padding-block: 48px;
}

.discover-panel h1 {
  font-size: 50px;
  color: #fff;
  ;
}

.discover-panel .info-card img {
  width: 100%;
  margin-bottom: 16px;
}

.discover-panel h1 span {
  color: #D08800;
}

.discover-panel .discover-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.discover-panel .discover-photo img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* CTA section */

.cta-hero {
  background: #D5C6B2;
  padding: 72px 0 88px;
  position: relative;
}

.common-button-secondary {
  font-size: 18px;
  font-weight: 500;
  color: #0053C4;
  padding: 16px 26px;
  border-radius: 120px;
  text-decoration: none;
  border: 1px solid #0053C4;
}

.common-button-secondary:hover {
  background: #fff;
}

/* Make image cover full height of column */
.thread-image {
  height: 100%;
}

.thread-image img.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.momentum-wrap .box {
  background: #fff;
}

.fonder-para {
  width: 50%;
  margin: 0 auto;
}

/* responsiveness */
@media (max-width: 991.98px) {
  .empower-hero {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .brand-text {
    font-size: 22px;
  }

  .empower-hero {
    height: 260px;
  }
}


@media (max-width: 900px) {
  .effica-section {
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
    padding: 15px;
  }

  .effica-left,
  .effica-right {
    padding: 0;
    min-width: 0;
    max-width: 100%;
    flex: unset;
  }

  .effica-right {
    padding: 0;
    margin-top: 24px;
    max-width: 100%;
  }

  .effica-heading {
    font-size: 2rem;
  }

  .effica-image-wrapper {
    aspect-ratio: 16/10;
  }

  .effica-subheading {
    font-size: 1.22rem;
  }

  .effica-description {
    font-size: 0.99rem;
  }
}

@media (max-width: 1024px) {
  .midlife-section {
    padding: 16px;
  }

  .midlife-bg-image,
  .midlife-overlay {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .midlife-content {
    padding: 36px 8px;
  }


}

/* Small devices mobile*/
@media (max-width: 600px) {
  .fonder-para {
    width: 100%;
}
  .common-button {
    margin-bottom: 18px;
}
  .card-row {
    flex-direction: column;
  }

  .midlife-section h1 {
    font-size: 28px;
  }

  .effica-section {

    gap: 10px;
  }

  h1 {
    font-size: 28px;
  }

  .discover-panel h1 {
    font-size: 28px;
  }

  .info-card {

    width: 100%;
  }

  .midlife-section {
    padding: 0;
  }

  .midlife-bg-image,
  .midlife-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }

  .midlife-content {
    padding: 28px 6px;
  }


  .midlife-content p {
    font-size: 0.98rem;
    margin-bottom: 24px;
  }

  .midlife-content .midlife-quiz-button {
    font-size: 1.02rem;
    padding: 12px 22px;
  }

  .effica-section {
    border-left: none;
    border-right: none;
    padding: 0;
    width: 100%;
    max-width: 100vw;
  }

  .effica-heading {
    font-size: 1.29rem;
    margin-bottom: 7px;
  }

  .effica-subheading {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .effica-description {
    font-size: 0.92rem;
  }

  .effica-right {
    margin-top: 14px;
    padding: 0;
  }
}