﻿/* Section 6 - landing/home marketing */

    .landingPage {
      display: grid;
      gap: 22px;
    }

    .landingHero {
      position: relative;
      min-height: 420px;
      overflow: hidden;
      border-radius: 16px;
      background-image: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.78)), url("/static/image/BannerNkechiAsugha.jpeg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #020617;
      color: white;
      padding: 34px;
    }

    .heroCompactAd {
      display: none;
    }

    .heroOverlayCard {
      position: absolute;
      top: 22px;
      right: 18px;
      z-index: 1;
      width: min(70%, 980px);
      background: linear-gradient(135deg, rgba(122, 45, 131, 0.78), rgba(16, 31, 84, 0.78));
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 14px;
      padding: 14px 18px;
      box-shadow: 0 12px 34px rgba(0,0,0,0.28);
      color: #ffffff;
      text-align: center;
    }

    .heroOverlayCard h3 {
      margin: 0 0 10px;
      font-size: 28px;
      line-height: 1.05;
      font-weight: 900;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    }

    .heroTickerWrap {
      width: 100%;
      overflow: hidden;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 6px 0;
      margin-top: 2px;
    }

    .heroTickerTrack {
      display: inline-flex;
      gap: 48px;
      white-space: nowrap;
      min-width: 100%;
      animation: heroTickerScroll 24s linear infinite;
      font-weight: 900;
      font-size: 18px;
      line-height: 1.2;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    }

    @keyframes heroTickerScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .landingHero h1 {
      margin: 0 0 10px;
      font-size: 42px;
      line-height: 1.1;
      color: white;
    }

    .landingHero p {
      margin: 0 0 22px;
      max-width: 640px;
      color: #f8fafc;
      font-size: 20px;
      line-height: 1.45;
      font-weight: 700;
    }

    .landingStartBtn {
      display: inline-flex;
      align-items: flex-start;
      justify-content: center;
      border: none;
      background: #facc15;
      color: #123d74;
      padding: 14px 26px;
      border-radius: 12px;
      cursor: pointer;
      font-size: 18px;
      font-weight: 900;
      box-shadow: 0 12px 28px rgba(0,0,0,0.24);
      box-sizing: border-box;
      max-width: 100%;
    }

    .landingStartBtn:hover {
      background: #fde047;
    }

    .landingGrid {
      display: grid;
      grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
      gap: 18px;
      align-items: stretch;
    }

    .profilePanel,
    .assessmentPanel {
      border: 1px solid #dbe3ef;
      border-radius: 14px;
      overflow: hidden;
      background: #f8fafc;
    }

    .profilePanel {
      display: grid;
      grid-template-columns: 130px minmax(0, 1fr);
      align-items: flex-start;
      padding: 18px;
      gap: 16px;
    }

    .profilePanel img {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      object-fit: cover;
    }

    .profilePanel h2,
    .assessmentPanel h2 {
      margin: 0 0 8px;
      color: #123d74;
    }

    .profilePanel p,
    .assessmentPanel p {
      margin: 0;
      color: #334155;
      line-height: 1.45;
      font-weight: 700;
    }

    .profileContent {
      display: grid;
      gap: 12px;
      align-content: center;
    }

    .bookSessionBtn {
      justify-self: start;
      text-decoration: none;
      box-shadow: none;
    }

    .orderNowBtn {
      justify-self: center;
    }

    .assessmentPanel {
      display: grid;
      justify-items: center;
      align-content: center;
      gap: 16px;
      padding: 28px;
      text-align: center;
      background: linear-gradient(135deg, #ffffff 0%, #eef2ff 100%);
    }

    .assessmentPanel.faqMode {
      padding: 0;
      gap: 0;
      justify-items: stretch;
      align-content: stretch;
      background: #eef2ff;
    }

    .assessmentLogo {
      width: 74px;
      height: 74px;
      object-fit: contain;
    }

    .assessmentPanel h2 {
      font-size: 28px;
      line-height: 1.15;
    }

    .assessmentPanel p {
      font-size: 18px;
      max-width: 700px;
    }

    .assessmentPanel .landingStartBtn {
      justify-self: center;
      box-shadow: none;
    }

    .landingFaqCard {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 0;
      background: #eef2ff;
      overflow: hidden;
      text-align: left;
      display: grid;
      grid-template-rows: auto auto minmax(260px, 1fr) auto;
      min-height: 100%;
    }

    .landingFaqHeader {
      box-sizing: border-box;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      min-height: 56px;
      background: #1e2f6f;
      color: #fff;
      font-weight: 900;
      letter-spacing: 0;
      padding: 0 14px;
      font-family: Arial, Helvetica, sans-serif;
    }

    .landingFaqCrta {
      font-size: 30px;
      line-height: 1;
    }

    .landingFaqBadge {
      box-sizing: border-box;
      position: absolute;
      right: 10px;
      top: 8px;
      display: inline-grid;
      place-items: center;
      min-width: 70px;
      min-height: 36px;
      border-radius: 999px;
      background: #79e3d6;
      color: #072b3a;
      font-size: 22px;
      font-weight: 900;
      padding: 0 14px;
      white-space: nowrap;
    }

    .landingFaqQuestion {
      box-sizing: border-box;
      margin: 10px 14px;
      padding: 12px 14px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.7);
      color: #111827;
      font-size: 22px;
      line-height: 1.35;
      font-weight: 900;
      text-align: center;
      overflow-wrap: anywhere;
      font-family: Arial, Helvetica, sans-serif;
    }

    .landingFaqAnswer {
      box-sizing: border-box;
      margin: 0 14px 10px;
      padding: 14px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.62);
      color: #1f2937;
      font-size: 19px;
      line-height: 1.45;
      white-space: pre-wrap;
      overflow-y: auto;
      overflow-wrap: anywhere;
      font-family: Arial, Helvetica, sans-serif;
    }

    .landingFaqProgressRow {
      margin: 0 14px 12px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 36px 36px;
      gap: 8px;
      align-items: flex-start;
    }

    .landingFaqProgress {
      height: 16px;
      border: 3px solid #3346c6;
      border-radius: 2px;
      background: #9bb2ff;
      overflow: hidden;
      position: relative;
    }

    .landingFaqProgressFill {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #111827;
      transition: width 0.12s linear;
    }

    .landingFaqProgressBtn {
      position: absolute;
      left: 6px;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      background: transparent;
      color: #111827;
      font-size: 12px;
      font-weight: 900;
      cursor: pointer;
      padding: 0;
      z-index: 2;
      line-height: 1;
      font-family: Arial, Helvetica, sans-serif;
    }

    .landingFaqNavBtn {
      box-sizing: border-box;
      width: 36px;
      height: 24px;
      border: 2px solid #3346c6;
      border-radius: 4px;
      background: #dbe4ff;
      color: #1f2c89;
      font-size: 16px;
      font-weight: 900;
      cursor: pointer;
      line-height: 1;
      padding: 0;
      font-family: Arial, Helvetica, sans-serif;
    }

    .navBtn.mini {
      min-width: 21px;
      min-height: 36px;
      font-size: 18px;
      border-radius: 10px;
      box-shadow: none;
    }

    @media (max-width: 1024px) {
      .landingHero {
        min-height: 380px;
        padding: 24px;
      }

      .landingHero h1 {
        font-size: 34px;
      }

      .landingHero p {
        font-size: 18px;
      }

      .landingGrid {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    @media (max-width: 900px) {
      .crtaIdentifyGrid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
      }

      .crtaIdentifyPane > img:first-child {
        width: min(56vw, 180px);
        max-width: 180px;
        min-width: 110px;
      }

      .crtaMidArrow {
        font-size: 96px;
      }
    }

    @media (max-width: 700px) {
      .container {
        padding: 10px;
      }

      .mainBox {
        padding: 22px 16px;
      }

      .landingHero {
        min-height: 0;
        padding: 18px;
      }

      .heroCompactAd {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-height: none;
        margin-bottom: 18px;
      }

      .heroOverlayCard {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 16px;
        padding: 16px;
        text-align: left;
      }

      .heroOverlayCard h3 {
        font-size: 24px;
      }

      .heroTickerTrack {
        font-size: 16px;
      }

      .landingHero h1 {
        font-size: 28px;
      }

      .landingHero p {
        font-size: 16px;
      }

      .landingGrid,
      .profilePanel,
      .assessmentPanel {
        grid-template-columns: minmax(0, 1fr);
      }

      .profilePanel {
        justify-items: center;
        text-align: center;
        padding: 14px;
        gap: 12px;
        overflow: hidden;
      }

      .profileContent {
        justify-items: center;
        text-align: center;
      }

      .profilePanel p {
        width: 100%;
      }

      .passwordSuggestRow {
        flex-direction: column;
        align-items: stretch;
      }

      .assessmentPanel .landingStartBtn {
        justify-self: center;
      }

      .bookSessionBtn {
        justify-self: center;
        width: auto;
        text-align: center;
      }

      .assessmentPanel {
        padding: 18px 12px;
      }

      .assessmentPanel h2 {
        font-size: 24px;
      }

      .assessmentPanel p {
        font-size: 16px;
      }

      .landingStartBtn {
        width: auto;
      }

      .heroOverlayCard h3 {
        font-size: 20px;
      }

      .heroTickerTrack {
        font-size: 14px;
      }
    }

