/* HPE Marketing Pro Assessment — readable palette, zigzag layout (matches reference) */

:root {
  --mpa-teal-dark: #0d5a63;
  --mpa-teal-deeper: #084149;
  --mpa-teal-accent: #0a7a8a;
  --mpa-green: #00c17a;
  --mpa-green-hover: #00a868;
  --mpa-purple: #5c2d91;
  --mpa-yellow: #f0c830;
  --mpa-text: #1a1a1a;
  --mpa-text-muted: #3d4d5c;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.assessment-combined main {
  background: #fff;
}

/* Logo */
.landing-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}

.landing-logo__mark {
  flex-shrink: 0;
}

.landing-logo--on-light .landing-logo__text {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--mpa-text);
  max-width: 16rem;
  line-height: 1.25;
}

.landing-logo--on-light:hover .landing-logo__text {
  color: var(--mpa-text);
  text-decoration: none;
}

.landing-lang--light select {
  background: #fff;
  border: 1px solid #b8c4ce;
  color: var(--mpa-text);
  padding: 0.45rem 2rem 0.45rem 0.65rem;
  font-size: 0.875rem;
  border-radius: 4px;
  cursor: pointer;
}

/* Anchor target: clear the top nav when scrolling from “Start Now” */
#marketing-pro-hero {
  scroll-margin-top: 4.5rem;
}

/* Compact Marketing Pro band — light, readable (no full blue photo) */
.landing-hero--compact {
  position: relative;
  background: linear-gradient(180deg, #f5f8fa 0%, #eef3f6 100%);
  border-bottom: 1px solid #dde4ea;
  color: var(--mpa-text);
  min-height: auto;
  overflow: visible;
}

.landing-hero__inner--light {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 1.25rem 1.5rem 2.25rem;
}

.landing-hero__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.landing-hero__content--light {
  max-width: 44rem;
  padding-bottom: 0;
}

.landing-hero__title {
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: var(--mpa-text);
}

.landing-hero__lead {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--mpa-text-muted);
  margin: 0 0 1.5rem;
}

/* Buttons — teal vs bright green, slight radius */
.btn-hpe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, filter 0.15s ease;
}

.btn-hpe--teal,
a.btn-hpe--teal {
  color: #fff;
  background: var(--mpa-teal-accent);
  box-shadow: 0 2px 10px rgba(10, 122, 138, 0.35);
}

.btn-hpe--teal:hover {
  color: #fff;
  filter: brightness(1.05);
}

.btn-hpe--green,
a.btn-hpe--green {
  color: #fff;
  background: var(--mpa-green);
  box-shadow: 0 2px 12px rgba(0, 193, 122, 0.4);
}

.btn-hpe--green:hover {
  color: #fff;
  filter: brightness(1.06);
}

/* Section 1 — train | white */
.landing-intro {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
}

@media (min-width: 992px) {
  .landing-intro {
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
  }
}

.landing-intro__image {
  min-height: 260px;
  background-color: #6b7280;
  background-image: url("https://images.unsplash.com/photo-1474487548417-781cb71497cc?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .landing-intro__image {
    order: -1;
  }
}

.landing-intro__content {
  padding: 2.5rem 1.75rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  color: var(--mpa-text);
}

.landing-intro__eyebrow {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.landing-intro__brand {
  font-weight: 700;
  font-size: 0.9rem;
  color: #01a982;
  margin: 0;
}

.landing-learn-more {
  font-size: 0.875rem;
  font-weight: 600;
  color: #01a982;
  text-decoration: underline;
}

.landing-intro__heading {
  font-size: clamp(1.45rem, 2.4vw, 1.8rem);
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.25;
  color: var(--mpa-text);
}

.landing-intro__body p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--mpa-text-muted);
  margin: 0 0 1rem;
}

.landing-intro__body .btn-hpe {
  margin-top: 0.35rem;
}

/* Section 2 — dark teal | white + diagram */
.landing-roadmap {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  align-items: stretch;
}

@media (min-width: 992px) {
  .landing-roadmap {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }
}

.landing-roadmap__text {
  padding: 2.75rem 1.75rem 3rem;
  background: var(--mpa-teal-dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-roadmap__text h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: #fff;
}

.landing-roadmap__text p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1rem;
}

.landing-roadmap__text .btn-hpe {
  margin-top: 0.75rem;
  align-self: flex-start;
}

.landing-roadmap__diagram-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem 3rem;
  background: #fff;
}

.landing-roadmap__diagram {
  width: 100%;
  max-width: 360px;
  height: auto;
}

/* Section 3 — methodology: white | photo */
.landing-methodology {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .landing-methodology {
    grid-template-columns: 1fr 1fr;
    min-height: 440px;
  }
}

.landing-methodology__content {
  padding: 2.75rem 1.75rem 3rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
}

.landing-methodology__image {
    min-height: 280px;
    background-color: #cbd5e0;
    background-image: url('../images/index_3.jpg');
    background-size: cover;
    background-position: center top;
    order: 0;
}

@media (min-width: 992px) {
  .landing-methodology__content {
    order: 0;
  }

  .landing-methodology__image {
    order: 1;
  }
}

@media (max-width: 991px) {
  .landing-methodology__image {
    order: -1;
  }
}

.landing-methodology__content h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--mpa-text);
}

.landing-methodology__content p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--mpa-text-muted);
  margin: 0 0 1.25rem;
}

.landing-methodology__content .btn-hpe {
  align-self: flex-start;
}

/* Section 4 — purple quote | dark teal list */
.landing-quote {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
}

@media (min-width: 992px) {
  .landing-quote {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 380px;
  }
}

.landing-quote__left {
  padding: 0;
}

.landing-quote__box {
  margin: 0;
  height: 100%;
  min-height: 280px;
  box-sizing: border-box;
}

.landing-quote__box--purple {
  background: var(--mpa-purple);
  color: #fff;
  padding: 2.25rem 1.75rem 2.5rem;
  border: 5px solid var(--mpa-yellow);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.landing-quote__box--purple p {
  margin: 0 0 1rem;
}

.landing-quote__cite {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.landing-quote__right--teal {
  background: var(--mpa-teal-deeper);
  color: #fff;
  padding: 2.25rem 1.75rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-quote__right--teal .landing-quote__lead {
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 1.25rem;
  color: #fff;
  line-height: 1.45;
}

.landing-quote__list--steps {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.landing-quote__list--steps li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.98rem;
  line-height: 1.45;
}

.landing-quote__list--steps li:last-child {
  margin-bottom: 0;
}

.landing-quote__num {
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

.landing-quote__label {
  padding-top: 0.15rem;
}

.landing-quote__right--teal .btn-hpe {
  align-self: flex-start;
  margin-top: 0.25rem;
}

/* Footer */
.landing-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem 2.5rem;
  border-top: 1px solid #e0e4e8;
  background: #fff;
  font-size: 0.8125rem;
  color: #333;
}

.landing-footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.landing-footer__company {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.35rem;
}

.landing-footer__legal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.landing-footer__legal a {
  color: #333;
  text-decoration: none;
}

.landing-footer__legal a:hover {
  text-decoration: underline;
}

.landing-footer__sep {
  opacity: 0.5;
}

/* Start-assessment modal — white header, gray body, “Login using:” + two full-width HPE teal buttons */
/* Keep modal + backdrop above Jen header / hero (stacking contexts) */
.modal.assessment-start-modal {
  z-index: 1080;
}

body.modal-open .modal-backdrop {
  z-index: 1070;
}

.assessment-start-modal__dialog {
  max-width: 520px;
  margin: 1.75rem auto;
}

.assessment-start-modal__content {
  border: none;
  border-radius: 0;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.assessment-start-modal .modal-header.assessment-start-modal__header {
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  padding: 1.35rem 1.75rem 1.25rem;
  align-items: center;
}

.assessment-start-modal .modal-title.assessment-start-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  margin: 0;
  padding-right: 0.75rem;
  text-align: left;
  flex: 1 1 auto;
}

.assessment-start-modal__close {
  flex-shrink: 0;
  margin: 0;
  padding: 0.5rem;
  opacity: 0.55;
}

.assessment-start-modal__close:hover {
  opacity: 1;
}

.assessment-start-modal .modal-body.assessment-start-modal__body {
  background: #e8e8e8;
  padding: 1.85rem 1.75rem 2rem;
}

.assessment-start-modal__login-label {
  margin: 0 0 0.9rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
}

/* Prevent global layout.css link color from affecting modal CTAs */
.assessment-start-modal .assessment-start-modal__btn,
.assessment-start-modal .assessment-start-modal__btn:hover,
.assessment-start-modal .assessment-start-modal__btn:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.assessment-start-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.assessment-start-modal__btn {
  display: block;
  width: 100%;
  padding: 0.95rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #01a982;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(1, 169, 130, 0.4);
  transition: background 0.15s ease, filter 0.15s ease;
}

.assessment-start-modal__btn:hover {
  color: #fff;
  background: #01906f;
  filter: brightness(1.02);
}

.assessment-start-modal__btn:focus-visible {
  outline: 2px solid #0d5a63;
  outline-offset: 2px;
}

.jen-home__row {
    display: flex;
    min-height: 420px;
}



/* LEFT SIDE */
.jen-home__cell--charcoal {
    background: #1e2230;
    color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jen-home__quote-frame {
    border: 10px solid #ffd100;
    padding: 40px;
    max-width: 490px;
}

.jen-home__quote {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.quote-mark {
    color: #ffd100;
    font-size: 36px;
    font-weight: bold;
    line-height: 0;
    transform: translateY(8px);
    display: inline-block;
}

.jen-home__body {
    margin-top: 20px;
    font-size: 14px;
    color: #cfcfcf;
    line-height: 1.6;
}

.jen-home__year {
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

/* RIGHT SIDE */
.jen-home__cell--teal {
    background: #0f6b6f;
    color: #fff;
    flex: 1;
    padding: 50px;
}

.jen-home__header {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .jen-home__header h2 {
        font-weight: 700;
    }

.jen-home__desc {
    margin: 20px 0 30px;
    color: #d5f3f3;
    font-size: 16px;
    max-width: 440px;
}

/* STEPS */
.jen-home__steps {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

    .jen-home__steps li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-weight: 600;
    }

        .jen-home__steps li span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            margin-right: 15px;
            color: #fff;
            font-weight: 700;
        }
            .jen-home__steps li span.one {
                border: 2px solid #29d7d2;
            }
            .jen-home__steps li span.two {
                border: 2px solid #af75bc;
            }
            .jen-home__steps li span.three {
                border: 2px solid #f99e80;
            }
            .jen-home__steps li span.four {
                border: 2px solid #819e99;
            }

/* BUTTON */
.jen-home__btn {
    display: inline-block;
    background: #18c29c;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.jen-home__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.jen-conversation {
    margin-bottom: 0;
}
.jen-home__icon {
    font-size: 28px;
    color: #00b388;
    margin: 0; /* remove old spacing */
}

.jen-home__title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}
.jen-home-hero {
    position: relative;
    background: linear-gradient(135deg, #0b0f14 0%, #111827 60%, #0b3d2e 100%);
    color: #fff;
    overflow: hidden;
}
.jen-home-hero__waves {
    position: absolute;
    inset: 0;
    z-index: 0;
    color: #00b388; /* THIS MAKES WAVES VISIBLE */
    opacity: 0.35;
}

    .jen-home-hero__waves svg {
        width: 100%;
        height: 100%;
    }

.jen-home-hero__aside {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jen-home-hero__title {
    font-size: 60px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.jen-home-hero__tagline {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.jen-home-hero__lead {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 30px;
}
.jen-home-hero__cta {
    padding: 5px 25px 7px;
    height: 40px;
    line-height: 33px;
    background-color: #01a982;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 1.125em;
    border: none;
    outline: none;
}

    .jen-home-hero__cta:hover {
        background: #009e74;
    }

.jen-home-hero__avatar-ring {
    position: relative;
    border-radius: 50%;
    padding: 10px;
}

.jen-home-hero__avatar-img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px #2d7c8e;
}

/*.jen-home-hero__avatar-ring::after {
    content: "";
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    box-shadow: 0 0 60px rgba(0, 179, 136, 0.5);
}*/

/*---*/
/* HEADER LAYOUT */
.jen-home-header {
    position: absolute;
    top: 30px;
    left: 40px;
    right: 40px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 10;
}
/* RIGHT SIDE GROUP */
.jen-home-header__right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* DROPDOWN */
.jen-home-header__select {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/* GOOGLE BUTTON */
.jen-home-header__google-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}

/* GOOGLE WIDGET PANEL */
.jen-home-header__google-widget {
    position: absolute;
    top: 60px;
    right: 40px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    z-index: 20;
}