/* ═══════════════════════════════════════════════
   WHO THIS IS FOR  –  complete section styles
   ═══════════════════════════════════════════════ */

/* Fallback for all text - override body's black color */
.for-sec {
  background: #0a0a0a;
  color: #F0EDE6;
  padding: 50px 120px;
  position: relative;
  z-index: 2;
}

.for-sec::after {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 50%;
  top:100%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 1140px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(219, 255, 0, 0.7) 0%,
    rgba(219, 255, 0, 0.15) 50%,
    rgba(219, 255, 0, 0) 100%
  );
  z-index: 20;
}

.for-sec * {
  color: #f0ede6;
}

/* Override link colors */
/* .for-sec a {
  color: #F0EDE6 !important;
  text-decoration: none !important;
} */

.for-sec a:visited {
  color: #f0ede6 !important;
}

/* ── Intro row: title left, description right ── */
.for-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* align baselines */
 
  gap: 40px;
  margin-bottom: 0;
}

.for-intro-left {
  flex: 0 1 auto;
  max-width: 500px;
   margin-bottom: 64px;
}

.for-intro-left .lbl-dk{
  color: #DBFF00 !important;
  letter-spacing: 2.42px !important;
  font-weight: 600 !important;
}

.for-intro-right {
  flex: 0 0 300px;
  text-align: right;
}

.for-intro-right p {
  font-size: 14px;
  color: #f0ede673 !important;
  line-height: 1.65;
  margin: 0;
}

/* ── TWO-column grid ── */
.for-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 32px;
  /* margin-top: 48px; */
  align-items: stretch;
}

.for-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* allow the first column's glow to extend below the section/divider */
.for-column:first-child {
  overflow: visible;
}

.for-column-glow {
  position: absolute;
  /* place glow on the right top edge */
  top: 30px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 250px;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    rgba(219, 255, 0, 0.12) 0%,
    rgba(219, 255, 0, 0) 65%
  );
  pointer-events: none;
  z-index: 1;
}

/* ── Column headings ── */
.for-col-heading {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.21px;
  /* text-transform: uppercase; */
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 8px;
  margin: 0;
  padding: 0;
  /* margin-left: 20px; */
  line-height: 1;
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}

.for-col-heading--yes {
  color: #dbff00 !important;
}

.for-col-heading--no {
  color: #ff6b6b !important;
}

/* Dot indicator before heading */
.for-col-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.for-col-dot--yes {
  background: #dbff00;
}
.for-col-dot--no {
  background: #ff6b6b;
}

/* ── Two-column wrapper with shared grid ── */
.for-twoCol-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 64px;
  row-gap: 38.55px;
  grid-column: 1 / 3;
  position: relative;
  overflow: hidden;
}

/* .for-twoCol-wrap::after {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 664px;
  height: 664px;
  border-radius: 332px;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(219, 255, 0, 0.11) 0%, rgba(219, 255, 0, 0) 68%);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
} */

.for-twoCol-headers {
  grid-column: 1 / 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  position: relative;
  z-index: 1;
}

.who-for-shared-grid {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.who-for-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.who-for-column--yes {
  display: flex;
  flex-direction: column;
}

.who-for-column--no {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 2;
}

.who-for-column--no::before {
  display: none;
}

.who-for-footers {
  grid-column: 1 / 3;
  grid-row: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

.for-footer-left,
.for-footer-right {
  position: relative;
  z-index: 1;
}

.for-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 24px 0;
  margin-bottom: 24px;
}

/* ── Individual boxes ── */
.who-for-boxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
  flex: 1;
}

.wfb {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  border-radius: 14px;
  padding: 22px 22px;
  font-size: 21px;
  color: #f0ede6 !important;
  /* line-height: 1.5; */
  height: 100%;
  box-sizing: border-box;
  align-items: start;
  font-family: Montserrat;
  font-weight: 400 !important;
}

/* YES box */
.wfb--yes {
  background: #ffffff09;
  border: 1px solid #ffffff14;
}

/* NO box */
.wfb--no {
  background: #ffffff09;
  border: 1px solid #ffffff14;
}

/* Icon circles */
.wfb-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}

.wfb-icon--yes {
  background: #dbff001f;
  color: #dbff00;
  border: 1px solid #dbff0059;
}

.wfb-icon--no {
  background: #ff3c3c1a;
  color: #ff3c3c;
  border: 1px solid #ff3c3c4d;
}

/* ── "Depending on your business" footer shared ── */
.dep-section {
  margin-top: 4px;
  position: relative;
  z-index: 1;
}

.dep-lbl {
  font-size: 10px;
  font-weight: 700;
  color: #f0ede64d !important;
  letter-spacing: 2.42px;
  /* text-transform: uppercase; */
  margin-bottom: 14px;
}

/* Pill tags (column 1) */
.stags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stag {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 400;
  color: #dbff00d9 !important;
  background: transparent;
  border: 1px solid #dbff0059;
  letter-spacing: 0.05em;
  cursor: pointer !important;
  transition:
    background 0.2s,
    color 0.2s;
}

.stag:hover {
  background: rgba(219, 255, 0, 0.12);
  color: #dbff00;
}

/* Bullet list (column 2) */
.dep-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dep-list li {
  font-size: 13px;
  font-weight: 400 !important;
  color: #f0ede6 !important;
  /* line-height: 1.5; */
  display: flex;
  align-items: center;
  gap: 8px;
}

.dep-list li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(240, 237, 230, 0.4);
}

/* ── Column 3 – scale section ── */
.for-cta {
  gap: 16px;
}

.scale-pre {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  color: #dbff00 !important;
  display: flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
}

.scale-months {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -3px;
}

.scale-months .num {
  font-size: 80px;
  color: #ffff !important;
  font-weight: 900;
}
.scale-months .text {
  font-size: 58px;
  color: #ffffff !important;
}

.scale-box {
  background: #dbff000f;
  border: 1px solid #dbff0040;
  border-radius: 14px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.scale-title {
  font-size: 22px;
  font-weight: 700;
  color: #f0ede6 !important;
  margin: 0;
  line-height: 1.25;
}

.scale-desc {
  font-size: 13px;
  color: #f0ede673 !important;
  line-height: 1.6;
  margin: 0;
}

.scale-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 24px;
  background: #dbff00;
  color: #0d0d0d !important;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  /* text-transform: uppercase; */
  cursor: pointer !important;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  margin-top: 4px;
}

.scale-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(219, 255, 0, 0.3);
}

.scale-note {
  font-size: 11px;
  color: rgba(240, 237, 230, 0.35) !important;
  text-align: center;
  margin: 0;
  width: 100%;
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .for-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .for-intro-right {
    flex: none;
    text-align: left;
    max-width: 100%;
  }

  .for-grid-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 36px;
  }

  .scale-months .num {
    font-size: 60px;
  }
  .scale-months .text {
    font-size: 44px;
  }
}

/* ── Mobile Responsive ── */
@media (max-width: 600px) {
  .for-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .for-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .for-intro-right {
    text-align: left;
  }

  .for-grid-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }

  .for-twoCol-wrap {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  /* Headers - first element on mobile */
  .for-twoCol-headers {
    grid-template-columns: 1fr;
    column-gap: auto;
    gap: 0;
    order: 1;
    grid-column: auto;
    grid-row: auto;
  }

  .for-twoCol-headers .for-col-heading--no {
    display: none;
  }

  /* YES boxes section - second element */
  .who-for-shared-grid {
    grid-template-columns: 1fr;
    column-gap: auto;
    row-gap: 14px;
    gap: 0;
    order: 2;
    display: flex;
    flex-direction: column;
    grid-column: auto;
    grid-row: auto;
  }

  .who-for-column {
    gap: 14px;
  }

  .who-for-column--yes {
    display: flex;
    flex-direction: column;
  }

  /* NO heading on mobile, NO boxes - fourth element */
  .who-for-column--no::before {
    content: "THIS IS NOT FOR";
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ff6b6b;
    display: block;
    margin: 12px 0px;
  }

  .who-for-column--no {
    gap: 14px;
    order: 4;
    display: flex;
    flex-direction: column;
    grid-column: auto;
    grid-row: auto;
  }

  /* Tags section - third element */
  .who-for-footers {
    grid-column: auto;
    grid-row: auto;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 20px;
    order: 3;
    position: relative;
  }

  .for-footer-left {
    order: 1;
  }

  .for-footer-right {
    display: none;
  }

  .wfb {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    border-radius: 14px;
    padding: 10px 10px;
    font-size: 14px;
    color: #f0ede6 !important;
    line-height: 1.5;
    height: 100%;
    box-sizing: border-box;
  }

  .wfb-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
    margin-top: 0px;
  }

  .stag{
    font-size: 14px;
  }

  .for-sec::after{
    display: none;
  }
  

  .for-col-heading {
    font-size: 14px;
    gap: 6px;
  }

  .for-col-dot {
    width: 5px;
    height: 5px;
  }

  .dep-lbl {
    font-size: 9px;
  }

  .scale-months .num {
    font-size: 40px;
  }

  .scale-months .text {
    font-size: 28px;
  }

  .scale-btn {
    padding: 10px 16px;
    font-size: 12px;
  }

  .scale-note {
    font-size: 10px;
  }

  .for-cta {
    align-items: center;
    text-align: center;
  }

  .scale-pre {
    justify-content: center;
  }

  .scale-months {
    text-align: center;
  }

  .scale-box {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .scale-title {
    font-size: 18px;
  }

  .scale-desc {
    font-size: 12px;
  }

  .scale-btn {
    width: 60%;
    justify-content: center;
  }

  .for-divider {
    display: none;
  }

  .for-column-glow {
    display: none;
  }
}
