/* =========================================================
   METHOD PAGE ONLY (method.css)
   - Hero image defined ONLY here
   - Features = ONE strip behind cards on wide screens
   - Below-fold water texture comes from global .below-fold (DO NOT OVERRIDE)
   - Below fold: Coverage header + Coverage Model (two columns) + Pricing + FAQ
   ========================================================= */


/* =========================================================
   FIX: Prevent stray sliders/range inputs from bleeding through
   ========================================================= */
.method-hero input[type="range"],
.method-features input[type="range"],
.below-fold.method-content input[type="range"],
.method-practice input[type="range"]{
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* =========================================================
   1) METHOD HERO (LOCKED POSITION)
   ========================================================= */
.method-hero{
  position: relative;
  min-height: clamp(420px, 56vh, 620px);
  padding-top: var(--topbar-h);
  padding-bottom: 96px;
  overflow: hidden;
  isolation: isolate;
}

.method-hero-bg{
  position: absolute;
  inset: 0;

  background-image:
    /* stronger de-fog (still subtle, but you’ll actually see it) */
    linear-gradient(180deg,
      rgba(10,20,32,.18) 0%,
      rgba(10,20,32,.12) 60%,
      rgba(10,20,32,.08) 100%
    ),
    linear-gradient(
      180deg,
      var(--hero-top) 0%,
      var(--hero-mid) 58%,
      var(--hero-bottom) 100%
    ),
    url("assets/images/method-hero-3.jpg") !important;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 55%;
  transform: translateY(0);
  will-change: transform;
  pointer-events: none;
  z-index: 0;
}

/* Wide screens: lock to bottom so the ship sits higher in the visible crop */
@media (min-width: 1200px){
  .method-hero-bg{ background-position: center 82%; }
}

.method-hero > .container{
  position: relative;
  z-index: 1;
}

.method-hero-inner{
  padding-top: 100px;
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
}

.method-hero .hero-title{
  margin: 0;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.96);
  text-shadow: 0 12px 26px rgba(0,0,0,.30);
}

.method-hero .hero-subtitle{
  margin: 14px auto 0;
  max-width: 680px;
  font-size: 24px;
  color: rgba(255,255,255,.78);
  text-shadow:
    0 2px 8px rgba(0,0,0,.35),
    0 0 24px rgba(0,0,0,.25);
}

/* Optional secondary hero line */
.method-hero .hero-subtitle.hero-subtitle-muted{
  margin: 10px auto 0;
  max-width: 780px;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255,255,255,.66);
  letter-spacing: 0;
  text-shadow:
    0 2px 8px rgba(0,0,0,.28),
    0 0 18px rgba(0,0,0,.18);
}

/* =========================================================
   METHOD — HOME-STYLE FEATURES BAND
   Use global .features/.feature-grid/.feature from main.css
   ========================================================= */

/* If Method page needs slightly different spacing, scope it here */
.features.features-method{
  /* optional: match your Method section spacing */
  margin: 0;
}

/* Method band: allow chosen icon to be wider, same height */
.features .feature svg.icon-wide{
  height: 28px;
  width: auto;
  display: block;
  margin: 0 auto 14px;
}

/* =========================================================
   4) BELOW-FOLD (spacing only; water comes from global .below-fold)
   ========================================================= */
.below-fold.method-content{
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  padding-top: 24px !important;
}


/* =========================================================
   5) COVERAGE IN PRACTICE — HEADER
   ========================================================= */
.method-practice{
  position: relative;
  padding: 26px 0 32px;
  background: transparent;
}

.method-practice .mp-head{
  text-align: center;
  max-width: 900px;
  margin: 0 auto 22px;
}

.method-practice .mp-title{
  margin: 0 0 16px;
  font-size: 44px;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.95);
}

.method-practice .mp-lead{
  margin: 0;
  font-size: 18px;
  line-height: 1.32;
  color: rgba(255,255,255,.78);
  -webkit-hyphens: none;
  hyphens: none;
}

.method-practice .mp-head .mp-lead + .mp-lead{
  margin-top: 14px;
}


/* =========================================================
   6) COVERAGE MODEL (two cards)
   ========================================================= */
.method-practice .mp-delivery-block{
  margin: 28px auto 0;
  text-align: center;
}

.method-practice .mp-delivery-title{
  margin: 0 0 22px;
  font-size: 14px;
  letter-spacing: .34em;
  font-weight: 760;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}

.method-practice .mp-delivery-cards{
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 26px);
  align-items: stretch;
}

.method-practice .mp-card{
  position: relative;
  padding: clamp(22px, 2.6vw, 30px);
  display: flex;
  flex-direction: column;
  text-align: left;

  background: linear-gradient(180deg,
    rgba(10,20,32,.32) 0%,
    rgba(10,20,32,.18) 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 18px 48px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(7px);
}

.method-practice .mp-card-label{
  margin: 0 0 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .28em;
  font-weight: 740;
  text-transform: uppercase;
  color: rgba(255,255,255,.66);
}

.method-practice .mp-capacity-note{
  margin: 8px auto 14px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,.60);
}

/* Subtitle under card label */
.method-practice .mp-card-subtitle{
  margin: 0 0 18px;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,.68);
}

.method-practice .mp-card-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-grow: 1;
}

.method-practice .mp-card-list li{
  position: relative;
  padding-left: 34px;
}

.method-practice .mp-card-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;

  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;

  border-radius: 50%;
  border: 1px solid rgba(160,205,255,.28);
  background: rgba(15,35,58,.28);

  color: rgba(195,230,255,.88);
  font-size: 12px;
  font-weight: 760;
}

.method-practice .mp-card-list strong{
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 660;
  letter-spacing: -0.012em;
  color: rgba(255,255,255,.94);
}

.method-practice .mp-card-list span{
  display: block;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.72);

  overflow-wrap: break-word;
  word-break: normal;
}

/* Mobile */
@media (max-width: 820px){
  .method-practice .mp-delivery-cards{
    grid-template-columns: 1fr;
  }
  .method-practice .mp-card-subtitle{
    font-size: 13.5px;
  }
}


/* =========================================================
   6b) CTA FOOTER (kicker + link) — FINAL ALIGNMENT
   Works with .mp-card-footer (preferred) OR your old .mp-card-cta
   ========================================================= */
.method-practice .mp-card-footer,
.method-practice .mp-card-cta{
  margin-top: 22px;
  padding-top: 18px;

  /* Align kicker + link with list-item TEXT edge (not the check icon) */
  padding-left: 34px;
  padding-right: 6px;

  text-align: left;
  position: relative;

  border-top: 0;
}

.method-practice .mp-card-footer::before,
.method-practice .mp-card-cta::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255,255,255,.08);
}

/* Kicker line ("See how…") */
.method-practice .mp-card-footer .mp-cta-kicker,
.method-practice .mp-card-cta .mp-cta-kicker{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255,255,255,.70);
}

/* Link — hard reset so it cannot be offset by any older rules */
.method-practice .mp-card-footer .inline-learn-more,
.method-practice .mp-card-cta .inline-learn-more{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;

  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(127,177,234,.95);
  text-decoration: none;

  transition: opacity .2s ease;
}

.method-practice .mp-card-footer .inline-learn-more:hover,
.method-practice .mp-card-cta .inline-learn-more:hover{
  opacity: .85;
}


/* =========================================================
   7) PRICING (centered)
   ========================================================= */
.method-practice .mp-pricing{
  text-align: center;
  margin: 28px auto 0;
  max-width: 720px;
}

.method-practice .mp-goal-price{
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: rgba(127, 177, 234, 0.95);
  text-shadow: 0 12px 26px rgba(0,0,0,.28);
}

.method-practice .mp-cta-lead{
  margin: 10px auto 18px;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,.72);
}

.method-practice .mp-actions{
  margin-bottom: 18px;
}

.method-practice .mp-price-note{
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,.55);
}

.method-practice .mp-divider{
  height: 1px;
  margin: 44px auto 0;
  max-width: 900px;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0),
    rgba(255,255,255,.28),
    rgba(255,255,255,0)
  );
}


/* =========================================================
   FAQ (Method page)
   ========================================================= */
.method-practice .mp-faq{
  max-width: 980px;
  margin: 52px auto 26px;
}

.method-practice .mp-faq-title{
  margin: 0 0 22px;
  text-align: center;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,.92);
}

.method-practice .mp-faq-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 72px;
}

.method-practice .mp-faq-grid::after{
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(255,255,255,.12),
    rgba(255,255,255,0)
  );
  pointer-events: none;
}

.method-practice .mp-faq-item{
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  position: relative;
  min-width: 0;
}

.method-practice .mp-faq-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 2px;
  height: 18px;
  background: rgba(127,177,234,.45);
  border-radius: 2px;
}

.method-practice .mp-q{
  margin: 0 0 8px;
  padding-left: 14px;
  font-size: 16.75px;
  font-weight: 600;
  line-height: 1.28;
  color: rgba(255,255,255,.93);
  letter-spacing: -0.01em;

  max-width: none;
  overflow-wrap: break-word;
  word-break: normal;
}

.method-practice .mp-a{
  margin: 0;
  padding-left: 14px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.80);
  max-width: 52ch;

  overflow-wrap: break-word;
  word-break: normal;
}

@media (hover:hover){
  .method-practice .mp-faq-item:hover::before{
    background: rgba(127,177,234,.70);
  }
  .method-practice .mp-faq-item:hover .mp-q{
    color: rgba(255,255,255,.98);
  }
}

.method-practice .mp-faq-item.mp-faq-centered{
  max-width: 620px;
  margin: 36px auto 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 16px;
}

.method-practice .mp-faq-item.mp-faq-centered::before{
  display: none;
}

.method-practice .mp-faq-item.mp-faq-centered .mp-q,
.method-practice .mp-faq-item.mp-faq-centered .mp-a{
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

.method-practice .mp-faq-item.mp-faq-centered .mp-a{
  max-width: 62ch;
}

@media (max-width: 820px){
  .method-practice .mp-faq-grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .method-practice .mp-faq-grid::after{
    display: none;
  }
  .method-practice .mp-a{
    max-width: 60ch;
  }
}


/* =========================================================
   8) WIDE SCREEN LOCK: fixed strip (prevents grey slab)
   ========================================================= */
@media (min-width: 981px){
  .method-features{
    --spill: 24px;
    --band-extra: 54px;
    height: calc(var(--band-h) + var(--band-extra));
  }

  .method-features::before{
    height: calc(var(--band-h) + var(--band-extra));
  }

  .method-feature .mf-inner{
    min-height: var(--card-h);
  }
}


/* =========================================================
   9) RESPONSIVE
   ========================================================= */
@media (max-width: 980px){
  .method-features{
    --gap: 20px;
    --spill: 18px;
  }

  .method-feature-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-feature:not(:last-child)::after{
    display: none;
  }
}

/* Match Insights-style breakpoint behavior */
@media (max-width: 920px){
  /* Move Method hero text UP on mobile/tablet */
  .method-hero .method-hero-inner{
    padding-top: 66px !important; /* desktop is 100px */
  }
}

@media (max-width: 640px){
  .method-feature-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .method-practice .mp-title{
    font-size: 36px;
  }

  .method-practice .mp-goal-price{
    font-size: 28px;
  }
}
