/* =========================================================
   HOW IT WORKS — TWO LEVELS / ONE JOURNEY
   Recreates the supplied mockup content area while preserving
   the existing inner-page hero/banner, pre-footer and footer.
   ========================================================= */

.path-page{
  background:#f5f4f1;
}

.path-page .hero h1{
  max-width:660px;
}

.path-page .hero-lead{
  max-width:560px;
}

.path-container{
  width:min(1280px,calc(100% - 72px));
}

.path-membership-section{
  position:relative;
  padding:34px 0 42px;
  background:
    radial-gradient(circle at 50% -10%,rgba(255,255,255,.96),rgba(255,255,255,0) 46%),
    linear-gradient(180deg,#fafafa 0%,#f2f1ee 100%);
}

/* Section heading */
.path-section-heading{
  text-align:center;
  color:#071d3e;
  margin:0 auto 18px;
}

.path-heading-row{
  width:max-content;
  max-width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:72px auto 72px;
  align-items:center;
  gap:18px;
}

.path-heading-line{
  height:2px;
  background:linear-gradient(90deg,transparent,#d79a32);
}

.path-heading-line:last-child{
  background:linear-gradient(90deg,#d79a32,transparent);
}

.path-section-heading h2{
  margin:0;
  font-size:clamp(28px,2.35vw,38px);
  line-height:1;
  letter-spacing:.015em;
  text-transform:uppercase;
  font-weight:900;
}

.path-section-heading p{
  margin:8px 0 0;
  color:#4f5660;
  font-size:15px;
  line-height:1.3;
}

.path-section-heading strong{
  display:block;
  margin-top:1px;
  color:#15243b;
  font-size:15px;
  line-height:1.3;
  font-weight:800;
}

/* Membership cards */
.path-level-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
  align-items:stretch;
  margin-top:12px;
}

.path-level-card{
  --level:#d99a2b;
  --level-dark:#b6720b;
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:648px;
  padding:23px 30px 24px;
  border:1px solid #c9cccf;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  box-shadow:0 4px 12px rgba(4,24,49,.08);
  overflow:hidden;
}

.accelerator-card{
  --level:#1f78b3;
  --level-dark:#075b96;
}

.level-kicker{
  display:grid;
  grid-template-columns:80px auto auto 80px;
  justify-content:center;
  align-items:center;
  gap:10px;
  min-height:27px;
  color:var(--level);
  text-transform:uppercase;
  font-size:15px;
  line-height:1;
  font-weight:900;
}

.level-rule{
  height:1px;
  background:linear-gradient(90deg,transparent,currentColor);
}

.level-rule:last-child{
  background:linear-gradient(90deg,currentColor,transparent);
}

.level-kicker-icon{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  color:var(--level);
  font-size:24px;
  line-height:1;
}

.rocket-kicker svg{
  width:24px;
  height:24px;
  stroke-width:1.9;
}

.path-level-card h3{
  margin:11px 0 10px;
  color:#071d3e;
  text-align:center;
  text-transform:uppercase;
  font-size:clamp(34px,3vw,48px);
  line-height:.94;
  letter-spacing:-.025em;
  font-weight:900;
}

.unlock-badge{
  align-self:center;
  min-width:68%;
  padding:6px 14px 5px;
  border:1.5px solid var(--level);
  border-radius:5px;
  color:var(--level-dark);
  text-align:center;
  text-transform:uppercase;
  font-size:12px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.015em;
  background:#fff;
}

.level-lead{
  margin:14px auto 12px;
  max-width:93%;
  color:#1f242b;
  text-align:center;
  font-size:14px;
  line-height:1.45;
}

.level-lead strong{
  color:var(--level-dark);
  font-size:16px;
}

.level-emblem{
  width:82px;
  height:82px;
  margin:0 auto 2px;
  color:var(--level);
}

.level-emblem svg{
  overflow:visible;
}

.level-emblem polygon{
  fill:#06172a;
  stroke:var(--level);
  stroke-width:1.7;
}

.level-emblem path,
.level-emblem circle{
  stroke:var(--level);
  stroke-width:2.7;
}

.level-benefit-box{
  margin-top:0;
  padding:11px 15px 10px;
  border:1px solid #dcdde0;
  border-radius:9px;
  background:linear-gradient(180deg,#f3f3f2,#ededeb);
}

.level-benefit-box ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:6px;
}

.level-benefit-box li{
  display:grid;
  grid-template-columns:18px 1fr;
  gap:8px;
  align-items:start;
  color:#1e2630;
  font-size:12px;
  line-height:1.28;
}

.level-benefit-box .check{
  display:block;
  color:var(--level);
  font-size:17px;
  line-height:1;
  font-weight:900;
}

.real-world-row{
  display:grid;
  grid-template-columns:1fr 72px;
  gap:18px;
  align-items:center;
  min-height:92px;
  padding:12px 14px 8px;
}

.real-world-copy h4{
  margin:0 0 4px;
  color:#5f6266;
  text-transform:uppercase;
  font-size:12px;
  line-height:1.1;
  font-weight:900;
}

.real-world-copy p{
  margin:0;
  color:#27323e;
  font-size:11px;
  line-height:1.35;
}

.accelerator-card .real-world-copy p strong{
  color:#0f669e;
}

.example-icon{
  width:58px;
  height:58px;
  justify-self:end;
  color:var(--level);
}

.example-icon svg{
  stroke-width:1.7;
}

.level-cta{
  margin-top:auto;
  min-height:55px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:12px 18px;
  border-radius:6px;
  color:#fff;
  text-transform:uppercase;
  text-align:center;
  font-size:14px;
  line-height:1.05;
  font-weight:900;
  box-shadow:0 6px 14px rgba(0,0,0,.08);
  transition:transform .2s ease,filter .2s ease;
}

.level-cta:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
}

.founders-cta{
  background:linear-gradient(100deg,#c77708 0%,#e09514 100%);
}

.accelerator-cta{
  background:linear-gradient(100deg,#092b5a 0%,#062a61 100%);
}

.cta-arrow{
  font-size:27px;
  line-height:.8;
  font-weight:400;
}

/* Investor journey panel */
.investor-journey{
  margin-top:18px;
  padding:17px 28px 16px;
  border:1px solid rgba(216,138,18,.28);
  border-radius:12px;
  color:#fff;
  background:
    radial-gradient(circle at 16% 40%,rgba(19,54,88,.36),transparent 34%),
    linear-gradient(120deg,#021426 0%,#031626 52%,#02101c 100%);
  box-shadow:0 3px 9px rgba(0,0,0,.08);
}

.investor-journey > h2{
  margin:0 0 9px;
  text-align:center;
  text-transform:uppercase;
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.01em;
}

.journey-flow{
  display:grid;
  grid-template-columns:1fr 70px 1fr 70px 1fr 70px 1fr;
  align-items:start;
  gap:4px;
}

.journey-step{
  --journey:#dc9624;
  text-align:center;
  min-width:0;
}

.journey-step-blue{
  --journey:#1e77b8;
}

.journey-icon-wrap{
  position:relative;
  width:76px;
  height:76px;
  margin:0 auto 6px;
}

.journey-icon{
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  padding:17px;
  border:1.5px solid var(--journey);
  border-radius:50%;
  color:#fff;
}

.journey-icon svg{
  stroke-width:1.7;
}

.journey-badge{
  position:absolute;
  top:-4px;
  right:-5px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:var(--journey);
  font-size:15px;
  line-height:1;
  font-weight:900;
  box-shadow:0 2px 5px rgba(0,0,0,.18);
}

.check-badge{
  font-size:16px;
}

.journey-step h3{
  margin:0 0 5px;
  color:var(--journey);
  text-transform:uppercase;
  font-size:13px;
  line-height:1.1;
  font-weight:900;
}

.journey-step p{
  margin:0;
  color:#fff;
  font-size:10.5px;
  line-height:1.35;
}

.journey-arrow{
  position:relative;
  height:76px;
}

.journey-arrow::before{
  content:"";
  position:absolute;
  top:38px;
  left:5px;
  right:11px;
  height:1.5px;
  background:#fff;
}

.journey-arrow::after{
  content:"";
  position:absolute;
  top:34px;
  right:5px;
  width:8px;
  height:8px;
  border-top:1.5px solid #fff;
  border-right:1.5px solid #fff;
  transform:rotate(45deg);
}

.journey-message{
  margin-top:12px;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:10px 20px;
  border:1px solid #c47d1b;
  border-radius:7px;
  color:#fff;
}

.journey-message p{
  margin:0;
  font-size:12px;
  line-height:1.25;
  text-align:center;
}

.journey-star{
  color:#dfa12e;
  font-size:28px;
  line-height:1;
}

/* Tablet */
@media (max-width:980px){
  .path-container{
    width:min(100% - 40px,900px);
  }

  .path-level-grid{
    gap:18px;
  }

  .path-level-card{
    padding:21px 22px 22px;
  }

  .level-kicker{
    grid-template-columns:48px auto auto 48px;
  }

  .path-level-card h3{
    font-size:37px;
  }

  .unlock-badge{
    min-width:80%;
    font-size:10.5px;
  }

  .journey-flow{
    grid-template-columns:1fr 42px 1fr 42px 1fr 42px 1fr;
  }
}

/* Mobile */
@media (max-width:760px){
  .path-membership-section{
    padding:28px 0 34px;
  }

  .path-container{
    width:calc(100% - 28px);
  }

  .path-heading-row{
    width:100%;
    grid-template-columns:28px minmax(0,1fr) 28px;
    gap:10px;
  }

  .path-section-heading h2{
    font-size:24px;
    line-height:1.06;
  }

  .path-section-heading p,
  .path-section-heading strong{
    font-size:13px;
  }

  .path-level-grid{
    grid-template-columns:1fr;
  }

  .path-level-card{
    min-height:0;
  }

  .level-kicker{
    grid-template-columns:52px auto auto 52px;
  }

  .path-level-card h3{
    font-size:40px;
  }

  .level-cta{
    margin-top:8px;
  }

  .investor-journey{
    padding:18px 18px 16px;
  }

  .journey-flow{
    grid-template-columns:1fr;
    gap:0;
  }

  .journey-step{
    padding:4px 0;
  }

  .journey-arrow{
    width:1px;
    height:46px;
    margin:0 auto;
  }

  .journey-arrow::before{
    top:4px;
    bottom:10px;
    left:0;
    right:auto;
    width:1.5px;
    height:auto;
    background:#fff;
  }

  .journey-arrow::after{
    top:auto;
    bottom:6px;
    right:auto;
    left:-4px;
    transform:rotate(135deg);
  }

  .journey-message{
    align-items:flex-start;
  }
}

@media (max-width:480px){
  .path-level-card{
    padding:20px 16px;
  }

  .level-kicker{
    grid-template-columns:34px auto auto 34px;
    gap:7px;
    font-size:13px;
  }

  .path-level-card h3{
    font-size:35px;
  }

  .unlock-badge{
    width:100%;
    min-width:0;
    font-size:10px;
  }

  .level-lead{
    max-width:100%;
  }

  .real-world-row{
    grid-template-columns:1fr 58px;
    gap:10px;
    padding-inline:4px;
  }

  .example-icon{
    width:50px;
    height:50px;
  }

  .level-cta{
    gap:12px;
    font-size:12px;
  }

  .journey-message{
    gap:10px;
    padding:10px 12px;
  }
}

/* =========================================================
   HOW IT WORKS HERO — TWO-LINE HEADING LOCK
   Keep “Build Wealth Faster.” on one line directly below
   “Choose Your Path.” on desktop/tablet widths.
   ========================================================= */
.path-page .hero#overview .hero-copy{
  max-width:610px !important;
}

.path-page .hero#overview h1{
  max-width:610px !important;
}

.path-page .hero#overview h1 span{
  display:inline-block !important;
  white-space:nowrap !important;
}

@media (max-width:680px){
  .path-page .hero#overview h1 span{
    white-space:normal !important;
  }
}



/* =========================================================
   HOW IT WORKS HERO — MEMBERSHIP CARD FINAL ALIGNMENT
   Fine-tune the card upward to match the established inner-page
   membership-card baseline. Mobile/tablet placement is unchanged.
   ========================================================= */
@media (min-width:861px){
  .path-page .hero#overview .seat-card{
    transform:translateY(-16px) !important;
  }
}
