/* =========================================================
   AIdchannels.com — Support Tools, Tiers, Forms & Articles
   Supplemental stylesheet (loads after home-business.css)
   Reuses the root design tokens defined in home-business.css
   ========================================================= */

/* ---------------------------------------------------------
   3-COLUMN PLAN OVERRIDE (Explorer / Member / VIP)
   --------------------------------------------------------- */
.bm-plans--three {
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 860px) {
  .bm-plans--three {
    grid-template-columns: 1fr;
  }
}

.bm-plans--two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 860px) {
  .bm-plans--two {
    grid-template-columns: 1fr;
  }
}

.bm-plan-cta {
  display: block;
  margin: 0 0px 0px;
  justify-content: center;
   width: 100%;
   border-radius: 0px;
}

/* ---------------------------------------------------------
   PRICING CARDS (clean card layout)
   --------------------------------------------------------- */
.bm-plans--cards {
  gap: 60px;
  align-items: start;
}

.bm-plans--cards .bm-plan {
  position: relative;
  background: #2e353f;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

/* Top tag label */
.bm-plans--cards .bm-plan-tag {
  display: block;
  background: transparent;
  color: #e7ebf0;
  font-family: var(--head);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 24px 28px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Price */
.bm-plans--cards .bm-plan-price-box {
  background: #39424e;
  border-radius: 0;
  padding: 34px 28px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bm-plans--cards .bm-plan-price {
  font-size: 44px;
}

.bm-plans--cards .bm-plan-price small {
  display: inline-block;
  margin-left: 4px;
}

.bm-plans--cards .bm-plan-sub {
  margin-top: 12px;
  margin-bottom: 0;
}

/* Includes / features */
.bm-plans--cards .bm-plan-features {
  background: transparent;
  border-top: none;
  padding: 28px 28px 26px;
  text-align: left;
}

.bm-plans--cards .bm-plan-flabel {
  text-align: center;
  letter-spacing: 2px;
  color: #e7ebf0;
  margin-bottom: 22px;
}

.bm-plans--cards .bm-plan-list li {
  font-size: 13px;
  padding-bottom: 16px;
  padding-left: 26px;
}

.bm-plans--cards .bm-plan-list li i {
  font-size: 12px;
  top: 3px;
}

/* Button */
.bm-plans--cards .bm-plan-cta {
  border-radius: 0;
  padding: 18px;
  margin: 0;
}

/* Featured (Member) middle card — full green, elevated */
.bm-plans--cards .bm-plan--featured {
  background: var(--green);
  border: 2px solid var(--green);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  transform: translateY(-18px);
  overflow: hidden;
  z-index: 2;
}

/* "Most Popular" corner ribbon */
.bm-plans--cards .bm-plan-ribbon {
  position: absolute;
  top: 20px;
  left: -44px;
  width: 160px;
  text-align: center;
  background: #2f3641;
  color: #fff;
  font-family: var(--head);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 0;
  transform: rotate(-45deg);
}

.bm-plans--cards .bm-plan--featured .bm-plan-tag {
  background: transparent;
  color: #1f2a12;
}

.bm-plans--cards .bm-plan--featured .bm-plan-price,
.bm-plans--cards .bm-plan--featured .bm-plan-flabel {
  color: #1f2a12;
}

.bm-plans--cards .bm-plan--featured .bm-plan-price small,
.bm-plans--cards .bm-plan--featured .bm-plan-sub {
  color: rgba(31, 42, 18, 0.7);
}

.bm-plans--cards .bm-plan--featured .bm-plan-price-box {
  background: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(31, 42, 18, 0.18);
}

.bm-plans--cards .bm-plan--featured .bm-plan-features {
  background: transparent;
}

.bm-plans--cards .bm-plan--featured .bm-plan-list li.on {
  color: #233010;
}

.bm-plans--cards .bm-plan--featured .bm-plan-list li.on i {
  color: #fff;
}

.bm-plans--cards .bm-plan--featured .bm-plan-list li.off {
  color: rgba(31, 42, 18, 0.45);
}

.bm-plans--cards .bm-plan--featured .bm-plan-list li.off i {
  color: rgba(31, 42, 18, 0.45);
}

@media (max-width: 860px) {
  .bm-plans--cards .bm-plan--featured {
    transform: none;
  }
}

/* ---------------------------------------------------------
   PRICING PAGE HERO + CARD OVERLAP (matches mockup)
   --------------------------------------------------------- */
   @media (max-width: 767px) {
    .page-pricing .bm-phero{
          padding: 116px 0 140px !important;
    }
   }
.page-pricing .bm-phero {
  padding: 140px 0 190px;
}

.page-pricing .bm-phero h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: none;
  font-size: 140px;
  line-height: 1.08;
  text-align: left;
  font-weight: 400;
}

.page-pricing .bm-phero h1 .g {
  display: inline-block;
  color: #fff;
  background: var(--green);
  border-radius: 14px;
  padding: 2px 22px;
}

.page-pricing .bm-plans--cards {
  margin-top: -165px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .page-pricing .bm-phero h1 {
    font-size: 37px;
  }

  .page-pricing .bm-plans--cards {
    margin-top: -130px;
  }
}

/* ---------------------------------------------------------
   TIER BADGES
   --------------------------------------------------------- */
.tier-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--head);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  line-height: 1;
}

.tier-badge i {
  font-size: 11px;
}

.tier-badge--explorer {
  background: rgba(58, 160, 224, 0.16);
  color: #6cc1f3;
  border: 1px solid rgba(58, 160, 224, 0.45);
}

.tier-badge--member {
  background: rgba(140, 198, 63, 0.16);
  color: var(--green);
  border: 1px solid rgba(140, 198, 63, 0.5);
}

.tier-badge--vip {
  background: rgba(232, 161, 60, 0.16);
  color: var(--orange);
  border: 1px solid rgba(232, 161, 60, 0.5);
}

/* ---------------------------------------------------------
   GENERIC SECTION HELPERS
   --------------------------------------------------------- */
.st-narrow {
  max-width: 820px;
  margin: 0 auto;
}

.st-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  padding: 16px 20px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
  margin: 24px 0;
}

.st-note i {
  color: var(--orange);
  margin-top: 3px;
}

.st-disclosure {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 18px;
}

.st-disclosure strong {
  color: var(--text);
}

/* ---------------------------------------------------------
   CATEGORY GRID (Resources hub)
   --------------------------------------------------------- */
.st-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.st-cat {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 30px 26px 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.st-cat:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: rgba(140, 198, 63, 0.45);
}

.st-cat-ic {
  width: 64px;
  height: 70px;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: var(--green);
  background: rgba(140, 198, 63, 0.09);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  margin-bottom: 20px;
}

.st-cat h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 10px;
}

.st-cat p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 18px;
  flex: 1;
}

.st-cat-link {
  font-family: var(--head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--green);
}

.st-cat-link i {
  font-size: 11px;
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.st-cat:hover .st-cat-link i {
  transform: translateX(4px);
}

/* ---------------------------------------------------------
   ARTICLE / BLOG CARDS
   --------------------------------------------------------- */
.st-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
}

.st-post {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.st-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.st-post-media {
  position: relative;
  display: block;
}

.st-post-media img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.st-post-tier {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
}

.st-post-body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.st-post-cat {
  font-family: var(--head);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}

.st-post-body h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 12px;
}

.st-post-body h3 a {
  color: inherit;
}

.st-post-body h3 a:hover {
  color: var(--green);
}

.st-post-body p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 16px;
  flex: 1;
}

.st-post-foot {
  font-family: var(--head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--green);
}

.st-post-foot i {
  font-size: 11px;
  margin-left: 6px;
}

/* ---------------------------------------------------------
   ARTICLE BODY (single post)
   --------------------------------------------------------- */
.st-article {
  background: var(--bg);
  padding: 60px 0 80px;
}

.st-article-wrap {
    border: 1px solid;
    padding: 40px;
    border-radius: 12px;
}
@media (max-width: 767px) {
  .st-article-wrap {
    padding: 20px;
  }
}
.st-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  font-size: 13px;
  color: var(--muted);
}

.st-article-meta .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--muted);
  display: inline-block;
}

.st-article-wrap h2 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--white);
  margin: 40px 0 16px;
}

.st-article-wrap h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  margin: 30px 0 12px;
}

.st-article-wrap p,
.st-article-wrap li {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text);
}

.st-article-wrap ul,
.st-article-wrap ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.st-article-wrap li {
  margin-bottom: 8px;
}

.st-article-wrap p {
  margin: 0 0 18px;
}

.st-article-wrap strong {
  color: var(--white);
}

.st-callout {
  background: var(--card);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  padding: 22px 26px;
  margin: 28px 0;
}

.st-callout h4 {
  font-family: var(--head);
  text-transform: uppercase;
  color: var(--white);
  font-size: 16px;
  margin: 0 0 8px;
}

.st-callout p {
  margin: 0 !important;
  font-size: 15px !important;
}

/* tier gate inside articles / tools */
.st-gate {
  position: relative;
  margin: 36px 0;
  padding: 38px 34px;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(180deg, rgba(140, 198, 63, 0.08), var(--card));
  border: 1px solid rgba(140, 198, 63, 0.35);
}

.st-gate .tier-badge {
  margin-bottom: 14px;
}

.st-gate h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 10px;
}

.st-gate p {
  font-size: 15px !important;
  line-height: 1.7;
  color: var(--text);
  max-width: 540px;
  margin: 0 auto 22px !important;
}

/* half-locked article content (first half free, second half locked) */
.st-lock {
  position: relative;
  margin-top: 10px;
}

.st-lock-fade {
  position: relative;
  max-height: 220px;
  overflow: hidden;
  filter: blur(5px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.2) 65%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.2) 65%,
    transparent 100%
  );
}

.st-lock-cta {
  position: relative;
  margin-top: -48px;
  text-align: center;
  padding: 40px 34px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(140, 198, 63, 0.1), var(--card));
  border: 1px solid rgba(140, 198, 63, 0.35);
}

.st-lock-cta .tier-badge {
  margin-bottom: 14px;
}

.st-lock-cta h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 10px;
}

.st-lock-cta p {
  font-size: 15px !important;
  line-height: 1.7;
  color: var(--text);
  max-width: 540px;
  margin: 0 auto 22px !important;
}

/* unlocked state — reveal the full article once the member has access */
.st-lock.st-unlocked .st-lock-fade {
  max-height: none;
  overflow: visible;
  filter: none;
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
  -webkit-mask-image: none;
  mask-image: none;
}

.st-lock.st-unlocked .st-lock-cta {
  display: none;
}

/* ---------------------------------------------------------
   FORMS (contact + lead capture)
   --------------------------------------------------------- */
.st-form {
  display: grid;
  gap: 18px;
}

.st-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.st-field label {
  font-family: var(--head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}

.st-field label .req {
  color: var(--orange);
}

.st-field input,
.st-field select,
.st-field textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 15px;
  color: var(--white);
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.st-field input::placeholder,
.st-field textarea::placeholder {
  color: var(--muted);
}

.st-field input:focus,
.st-field select:focus,
.st-field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.18);
}

.st-field textarea {
  min-height: 130px;
  resize: vertical;
}

.st-field-hint {
  font-size: 12.5px;
  color: var(--muted);
}

.st-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.st-form .bm-btn {
  justify-content: center;
}

.st-form-msg {
  display: none;
  align-items: center;
  gap: 10px;
  background: rgba(140, 198, 63, 0.12);
  border: 1px solid rgba(140, 198, 63, 0.45);
  border-radius: 8px;
  padding: 14px 18px;
  color: var(--white);
  font-size: 14px;
}

.st-form-msg.show {
  display: flex;
}

.st-form-msg i {
  color: var(--green);
}

/* ---------------------------------------------------------
   CONTACT LAYOUT
   --------------------------------------------------------- */
.st-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.st-contact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 34px 32px;
}

.st-contact-info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.st-contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.st-contact-item .ic {
  flex: none;
  width: 48px;
  height: 52px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: var(--green);
  background: rgba(140, 198, 63, 0.1);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.st-contact-item h4 {
  font-family: var(--head);
  text-transform: uppercase;
  font-size: 15px;
  color: var(--white);
  margin: 0 0 4px;
}

.st-contact-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}

/* ---------------------------------------------------------
   TOOLS HUB
   --------------------------------------------------------- */
.st-tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 46px;
}

.st-toolcard {
  display: flex;
  gap: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.st-toolcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: rgba(140, 198, 63, 0.45);
}

.st-toolcard-ic {
  flex: none;
  width: 64px;
  height: 70px;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #1f2a12;
  background: var(--green);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.st-toolcard h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 8px;
}

.st-toolcard p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 14px;
}

.st-toolcard-tiers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.st-toolcard-link {
  font-family: var(--head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--green);
}

.st-toolcard-link i {
  font-size: 11px;
  margin-left: 6px;
}

/* ---------------------------------------------------------
   TOOLS HERO (split layout with calculator illustration)
   --------------------------------------------------------- */
.st-toolshero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 74px 0 70px;
    background: linear-gradient(180deg, rgb(13 18 25 / 83%) 0%, rgba(14, 19, 27, 0.92) 38%, #0e131b 70%), url(../images/post-featured.jpg) center top / cover no-repeat, linear-gradient(160deg, #0e131b 0%, #141c26 50%, #19222e 100%);
}

/* Decorative gold-coin clusters (optional images; nothing breaks if missing) */
.st-toolshero::before,
.st-toolshero::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.st-toolshero::before {
  left: -10px;
  bottom: 0;
  width: 260px;
  height: 280px;
  background-image: url("../images/coins.png");
  background-position: left bottom;
}
.st-toolshero::after {
  left: -30px;
  top: 30%;
  width: 130px;
  height: 150px;
  background-image: url("../images/coin.png");
  background-position: left center;
}

.st-toolshero .bm-container {
  position: relative;
  z-index: 2;
}

.st-toolshero-title {
  font-family: var(--head);
  font-weight: 800;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0.5px;
  color: var(--white);
  text-align: center;
  margin: 0 0 10px;
}

.st-titlebox {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  padding: 0 26px 8px;
  border-radius: 16px;
  line-height: 1.15;
}

/* Cards flow on the left; the circle is positioned absolutely on the right */
.st-toolshero-grid {
  position: relative;
}

/* Left: staggered cards that curve around the circle */
.st-toolshero-cards {
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  z-index: 3;
  max-width: 640px;
}

.st-toolshero-cards .st-toolcard {
  background: rgba(18, 24, 33, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
  max-width: 430px;
  align-items: center;
  gap: 12px;
  padding: 30px 14px;
}

.st-toolshero-cards .st-toolcard .st-toolcard-ic {
  width: 38px;
  height: 42px;
  font-size: 16px;
}

.st-toolshero-cards .st-toolcard h3 {
  font-size: 13px;
  line-height: 1.15;
  margin: 0 0 2px;
}

.st-toolshero-cards .st-toolcard p {
  font-size: 10.5px;
  line-height: 1.3;
  margin: 0 0 5px;
}

.st-toolshero-cards .st-toolcard-tiers {
  margin-bottom: 5px;
  gap: 5px;
}

.st-toolshero-cards .tier-badge {
  font-size: 9px;
  padding: 3px 7px;
}

.st-toolshero-cards .st-toolcard-link {
  font-size: 10.5px;
}

.st-toolshero-cards .st-toolcard:nth-child(1) { margin-left: 175px; }
.st-toolshero-cards .st-toolcard:nth-child(2) { margin-left: 70px; }
.st-toolshero-cards .st-toolcard:nth-child(3) { margin-left: 20px; }
.st-toolshero-cards .st-toolcard:nth-child(4) { margin-left: 35px; }
.st-toolshero-cards .st-toolcard:nth-child(5) { margin-left: 110px; }
.st-toolshero-cards .st-toolcard:nth-child(6) { margin-left: 190px; }

.st-toolshero-cards .st-toolcard--featured {
  border-color: var(--orange);
  box-shadow: 0 0 0 1px var(--orange), 0 18px 44px rgba(0, 0, 0, 0.45);
}

/* Right: large calculator illustration inside an orange ring, bleeding off-screen */
.st-toolshero-visual {
  position: absolute;
  top: 50%;
  right: -280px;
  transform: translateY(-50%);
  width: 900px;
  max-width: 70vw;
  z-index: 1;
}

.st-toolshero-circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid rgba(232, 161, 60, 0.9);
  background: radial-gradient(circle at 46% 46%, #1d2733 0%, #131a23 72%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.st-toolshero-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .st-toolshero-visual { right: -220px; width: 680px; }
  .st-toolshero-cards .st-toolcard:nth-child(1) { margin-left: 120px; }
  .st-toolshero-cards .st-toolcard:nth-child(5) { margin-left: 80px; }
  .st-toolshero-cards .st-toolcard:nth-child(6) { margin-left: 140px; }
}

@media (max-width: 980px) {
  .st-toolshero-visual {
    position: static;
    transform: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 44px;
  }
  .st-toolshero-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .st-toolshero-cards {
    max-width: none;
  }
  .st-toolshero-cards .st-toolcard,
  .st-toolshero-cards .st-toolcard:nth-child(1),
  .st-toolshero-cards .st-toolcard:nth-child(2),
  .st-toolshero-cards .st-toolcard:nth-child(3),
  .st-toolshero-cards .st-toolcard:nth-child(4),
  .st-toolshero-cards .st-toolcard:nth-child(5),
  .st-toolshero-cards .st-toolcard:nth-child(6) {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 540px) {
  .st-titlebox { padding: 0 14px 6px; }
}

/* ---------------------------------------------------------
   INTERACTIVE TOOL (wizard) LAYOUT
   --------------------------------------------------------- */
.st-tool {
  background: var(--bg);
  padding: 60px 0 80px;
}

.st-tool-shell {
  max-width: 760px;
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.st-tool-head {
  padding: 26px 32px;
  background: rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.st-tool-head h2 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}

.st-progress {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.st-progress-bar {
  height: 100%;
  width: 0;
  background: var(--green);
  transition: width 0.35s ease;
}

.st-tool-body {
  padding: 34px 32px 38px;
}

.st-step {
  display: none;
}

.st-step.active {
  display: block;
  animation: stFade 0.3s ease;
}

@keyframes stFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.st-step-count {
  font-family: var(--head);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}

.st-step h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 6px;
}

.st-step > p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 24px;
}

/* choice chips */
.st-choices {
  display: grid;
  gap: 12px;
}

.st-choices.cols-2 {
  grid-template-columns: 1fr 1fr;
}

.st-choice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg2);
  cursor: pointer;
  font-size: 15px;
  color: var(--text);
  transition: all 0.18s ease;
}

.st-choice:hover {
  border-color: rgba(140, 198, 63, 0.5);
}

.st-choice input {
  accent-color: var(--green);
  width: 18px;
  height: 18px;
}

.st-choice.selected {
  border-color: var(--green);
  background: rgba(140, 198, 63, 0.1);
  color: var(--white);
}

.st-tool-nav {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
}

.st-tool-nav .bm-btn {
  justify-content: center;
}

.st-btn-ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
}

.st-btn-ghost:hover {
  border-color: var(--green);
  color: var(--white);
}

.st-hidden {
  display: none !important;
}

.st-step-warn {
  display: none;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(232, 92, 92, 0.12);
  border: 1px solid rgba(232, 92, 92, 0.4);
  color: #f3b4b4;
  font-size: 13px;
}

.st-step-warn.show {
  display: block;
}

.st-gate-form {
  max-width: 460px;
  margin: 0 auto;
}

/* ---------------------------------------------------------
   TOOL RESULTS
   --------------------------------------------------------- */
.st-result-summary {
  background: linear-gradient(180deg, rgba(140, 198, 63, 0.1), var(--bg2));
  border: 1px solid rgba(140, 198, 63, 0.4);
  border-radius: 12px;
  padding: 26px 28px;
  margin-bottom: 24px;
}

.st-result-summary h3 {
  font-family: var(--head);
  text-transform: uppercase;
  color: var(--white);
  font-size: 20px;
  margin: 0 0 10px;
}

.st-result-summary p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
}

.st-result-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.st-result-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px 20px;
}

.st-result-list li i {
  flex: none;
  width: 34px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: var(--green);
  background: rgba(140, 198, 63, 0.12);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.st-result-list h4 {
  font-family: var(--head);
  text-transform: uppercase;
  font-size: 15px;
  color: var(--white);
  margin: 0 0 4px;
}

.st-result-list p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text);
}

.st-result-list li.locked {
  opacity: 0.85;
}

.st-result-list li.locked i {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
}

.st-steps-next {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
  counter-reset: stnext;
  display: grid;
  gap: 12px;
}

.st-steps-next li {
  counter-increment: stnext;
  position: relative;
  padding-left: 44px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text);
}

.st-steps-next li::before {
  content: counter(stnext);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(232, 161, 60, 0.15);
  color: var(--orange);
  font-family: var(--head);
  font-weight: 700;
  font-size: 14px;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 991px) {
  .st-cat-grid,
  .st-posts {
    grid-template-columns: repeat(2, 1fr);
  }

  .st-tools-grid {
    grid-template-columns: 1fr;
  }

  .st-contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .st-cat-grid,
  .st-posts {
    grid-template-columns: 1fr;
  }

  .st-form-row {
    grid-template-columns: 1fr;
  }

  .st-choices.cols-2 {
    grid-template-columns: 1fr;
  }

  .st-toolcard {
    flex-direction: column;
    gap: 16px;
  }

  .st-tool-body {
    padding: 26px 20px 30px;
  }
}
.resources_images{
  width: 100%;
  height: auto;
  border-radius: 40px;
  margin-bottom: 24px;
}
.resources_image_pair{
  display: flex;
  gap: 20px;
}
.resources_image_pair > *{
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 600px){
  .resources_image_pair{
    flex-direction: column;
    gap: 0;
  }
}
.pricing-section-faq{
  padding-top: 70px;
}

/* =========================================================
   FUNDAMENTALS — BLOG LAYOUT WITH SIDEBAR (matches mockup)
   ========================================================= */
.st-blog {
  background: #171F2F;
  padding: 60px 0 80px;
}

.st-blog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 40px;
  align-items: start;
  z-index: 1;
  position: relative;
      margin-top: -121px;
}
@media (max-width: 767px) {
.st-blog-grid {
  margin-top: -21px;
}
}
@media (max-width: 991px) {
  .st-blog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}

/* ---- MAIN COLUMN ---- */
.st-main > .resources_images:first-child {
  margin-bottom: 28px;
}

.st-main h2 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.3px;
  color: var(--white);
  margin: 38px 0 16px;
  line-height: 1.2;
}

.st-main h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
  margin: 30px 0 14px;
}

.st-main > p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text);
  margin: 0 0 18px;
}

.st-main strong {
  color: var(--white);
}

/* ---- GREEN CALLOUT (highlight quote box) ---- */
.st-greenbox {
  position: relative;
  background-color: #2A84D6;
  border: 1px solid rgba(140, 198, 63, 0.4);
  border-left: 5px solid #DFA54E;
  border-radius: 14px;
  padding: 28px 30px 30px;
  margin: 30px 0;
}

.st-greenbox p {
  font-size: 17px;
  line-height: 1.7;
  color: #e7ebf0;
  margin: 0 0 18px;
  font-style: italic;
}

.st-greenbox .bm-btn {
  font-size: 12px;
  padding: 10px 22px;
}

/* ---- SPLIT: bullet list + image ---- */
.st-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin: 26px 0 30px;
}

@media (max-width: 680px) {
  .st-split {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.st-split img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

/* check / arrow bullet lists */
.st-checks {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.st-checks li {
  position: relative;
  padding: 0 0 16px 34px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
}

.st-checks li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--green);
  font-size: 18px;
}

/* ---- DARK FEATURE BLOCK (team-building) ---- */
.st-dark {
  background: #0e1620;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px;
  margin: 34px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
}

@media (max-width: 680px) {
  .st-dark {
    grid-template-columns: 1fr;
    padding: 26px;
  }
}

.st-dark h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  line-height: 1.15;
}

.st-dark h3 .g {
  color: var(--green);
}

.st-dark p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  margin: 0;
}

.st-dark img {
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

/* ---- ORANGE-BORDERED BOX ---- */
.st-orangebox {
  border: 2px solid var(--orange);
  border-radius: 16px;
  padding: 30px 34px;
  margin: 30px 0;
  background: rgba(232, 161, 60, 0.05);
}

.st-orangebox h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
  margin: 0 0 18px;
}

.st-orangelist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-orangelist li {
  position: relative;
  padding: 0 0 16px 32px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
}

.st-orangelist li:last-child {
  padding-bottom: 0;
}

.st-orangelist li::before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--orange);
  font-size: 16px;
}

/* ---- IMAGE + TEXT ROWS ---- */
.st-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
  margin: 28px 0;
}

.st-row.st-row--rev {
  grid-template-columns: 1.15fr 0.85fr;
}

.st-row.st-row--rev .st-row-img {
  order: 2;
}

@media (max-width: 680px) {
  .st-row,
  .st-row.st-row--rev {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .st-row.st-row--rev .st-row-img {
    order: 0;
  }
}

.st-row-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.st-row h3 {
  margin-top: 0;
}

.st-row p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  margin: 0;
}

/* ---- GREEN CTA BOX ---- */
.st-greencta {
  background: var(--green);
  border-radius: 16px;
  padding: 34px 38px;
  margin: 34px 0 10px;
}

.st-greencta h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #14210a;
  margin: 0 0 18px;
}

.st-greencta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-greencta li {
  position: relative;
  padding: 0 0 14px 34px;
  font-size: 15px;
  line-height: 1.7;
  color: #1f2c12;
  font-weight: 600;
}

.st-greencta li:last-child {
  padding-bottom: 0;
}

.st-greencta li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #14210a;
  font-size: 16px;
}

/* =========================================================
   SIDEBAR
   ========================================================= */
.st-aside {
  display: grid;
  gap: 28px;
  position: sticky;
  top: 20px;
}

@media (max-width: 991px) {
  .st-aside {
    position: static;
  }
}

.st-side-card {
  background: #213149;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 24px;
}

.st-side-title {
  font-family: var(--head);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

/* search */
.st-side-search {
  display: flex;
  margin-bottom: 18px;
}

.st-side-search input {
  flex: 1;
  min-width: 0;
  font-family: var(--body);
  font-size: 14px;
  color: var(--white);
  background: #18212d;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 11px 14px;
}

.st-side-search input::placeholder {
  color: var(--muted);
}

.st-side-search button {
  border: 0;
  background: var(--green);
  color: #14210a;
  padding: 0 16px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 15px;
}

/* category list */
.st-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-cat-list li {
  border-bottom: 1px solid var(--line);
}

.st-cat-list li:last-child {
  border-bottom: 0;
}

.st-cat-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  font-size: 14.5px;
  color: var(--text);
  transition: color 0.2s ease, padding 0.2s ease;
}

.st-cat-list a:hover {
  color: var(--green);
  padding-left: 6px;
}

.st-cat-list a span {
  font-size: 12px;
  color: var(--muted);
}

.st-cat-list a:hover span {
  color: var(--green);
}

/* tags */
.st-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.st-tag {
  font-size: 13px;
  color: var(--text);
  background: #18212d;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 7px 14px;
  transition: all 0.2s ease;
}

.st-tag:hover {
  background: var(--green);
  color: #14210a;
  border-color: var(--green);
}

/* recent posts */
.st-recent {
  display: grid;
  gap: 18px;
}

.st-recent-item {
  display: flex;
  gap: 14px;
  align-items: center;
}

.st-recent-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.st-recent-meta {
  font-size: 12px;
  color: var(--green);
  display: block;
  margin-bottom: 5px;
}

.st-recent-meta i {
  margin-right: 5px;
}

.st-recent-item h4 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.st-recent-item h4 a {
  color: #e7ebf0;
  transition: color 0.2s ease;
}

.st-recent-item h4 a:hover {
  color: var(--green);
}

/* help card */
.st-help-card {
  background: linear-gradient(160deg, #2b86d9, #1c5fa8);
  border-radius: 14px;
  padding: 30px 26px;
  text-align: center;
}

.st-help-card h3 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin: 0 0 22px;
}

.st-help-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.st-help-icon {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1c5fa8;
}

.st-help-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.st-help-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 4px;
}

.st-help-phone {
  font-family: var(--head);
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.st-help-phone:hover {
  color: #14210a;
}
.blow-content{
  border-left: 1px solid #343472;
    border-right: 1px solid #343472;
    padding-left: 20px;
    padding-right: 20px;
}

/* ---- TABLE OF CONTENTS ---- */
.st-toc {
  background: #0e1620;
  border: 1px solid #343472;
  border-left: 5px solid #DFA54E;
  border-radius: 14px;
  padding: 24px 28px 26px;
  margin: 0 0 34px;
}

.st-toc-title {
  margin: 0 0 14px;
  font-size: 20px;
  color: var(--white);
}

.st-toc-list {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 34px;
}

@media (max-width: 680px) {
  .st-toc-list {
    columns: 1;
  }
}

.st-toc-list li {
  margin: 0 0 9px;
  font-size: 15px;
  line-height: 1.5;
  break-inside: avoid;
}

.st-toc-list a {
  color: #c7d2e2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.st-toc-list a:hover {
  color: var(--green, #8cc63f);
}

@media (max-width: 680px) {
  .st-toc {
    display: none;
  }
}

/* ---- PLAIN BULLET LISTS ---- */
.st-bullets {
  list-style: none;
  margin: 6px 0 22px;
  padding: 0;
}

.st-bullets li {
  position: relative;
  padding: 0 0 14px 28px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
}

.st-bullets li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 1px;
  color: #DFA54E;
  font-size: 16px;
}

/* ---- NUMBERED STEP LIST ---- */
.st-steps {
  counter-reset: st-step;
  list-style: none;
  margin: 6px 0 22px;
  padding: 0;
}

.st-steps li {
  position: relative;
  padding: 4px 0 16px 46px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
}

.st-steps li::before {
  counter-increment: st-step;
  content: counter(st-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2A84D6;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- CONTENT TABLE ---- */
.st-table-wrap {
  overflow-x: auto;
  margin: 18px 0 30px;
}

.st-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 520px;
}

.st-table th,
.st-table td {
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #343472;
  line-height: 1.55;
  color: var(--text);
  vertical-align: top;
}

.st-table thead th {
  background: #2A84D6;
  color: #fff;
  font-weight: 700;
}

.st-table tbody tr:nth-child(even) {
  background: rgba(42, 132, 214, 0.08);
}

.st-table strong {
  color: var(--white);
}

/* =========================================================
   TEAM-BUILDING OVERLAY SECTION (matches mockup)
   ========================================================= */
.bm-section-team {
  background: #171f2f;
  padding: 20px 0 60px;
}

.st-teambuild {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.st-teambuild-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 13, 22, 0.94) 0%,
    rgba(8, 13, 22, 0.85) 35%,
    rgba(8, 13, 22, 0.45) 65%,
    rgba(8, 13, 22, 0.1) 100%
  );
}

.st-teambuild-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 56px;
}

.st-teambuild-content h2 {
  font-family: var(--head);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
}

.st-teambuild-content h2 .o {
  color: var(--orange);
}

.st-teambuild-content p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
  margin: 0;
}

@media (max-width: 767px) {
  .st-teambuild {
    min-height: 320px;
  }
  .st-teambuild-content {
    padding: 36px 26px;
    max-width: 100%;
  }
  .st-teambuild-content h2 {
    font-size: 34px;
  }
  .st-teambuild-overlay {
    background: linear-gradient(
      90deg,
      rgba(8, 13, 22, 0.94) 0%,
      rgba(8, 13, 22, 0.8) 60%,
      rgba(8, 13, 22, 0.55) 100%
    );
  }
}

  .highlight-box-section {
    width: 100%;
    padding: 70px 20px 40px;
    background:#3A4351;
    font-family: Arial, Helvetica, sans-serif;
  }

  .highlight-card {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    background: #3A4351;
    border: 3px solid #ff9f1c;
    border-left-width: 18px;
    border-bottom-width: 14px;
    border-radius: 72px 50px 50px 72px;
    padding: 34px 70px 42px;
    box-shadow: -4px 14px 0 rgba(255, 159, 28, 0.95);
  }

  .highlight-content h2 {
    color: #ffffff;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 24px;
    letter-spacing: -1px;
  }

  .highlight-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .highlight-content li {
    position: relative;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 400;
    padding-left: 42px;
    margin-bottom: 24px;
    max-width: 930px;
  }

  .highlight-content li:last-child {
    margin-bottom: 0;
  }

  .highlight-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    background: #ffad28;
    border-radius: 50%;
  }

  @media (max-width: 768px) {
    .highlight-box-section {
      padding: 45px 16px 65px;
    }

    .highlight-card {
      padding: 28px 26px 34px;
      border-radius: 38px;
      border-left-width: 10px;
      border-bottom-width: 10px;
    }

    .highlight-content h2 {
      font-size: 36px;
    }

    .highlight-content li {
      font-size: 16px;
      padding-left: 30px;
    }

    .highlight-content li::before {
      width: 11px;
      height: 11px;
    }
  }
.reading-section{
  background-color: #3A4351;
    padding-top: 22px;
    padding-bottom: 92px;
}

  .glow-divider-section {
    width: 100%;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3A4351;
    overflow: hidden;
  }

  .glow-divider {
    width: 70%;
    max-width: 920px;
    height: 2px;
    position: relative;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(105, 213, 224, 0.18) 18%,
      rgba(154, 240, 248, 0.85) 50%,
      rgba(105, 213, 224, 0.18) 82%,
      transparent 100%
    );
    border-radius: 50px;
  }

  .glow-divider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42%;
    height: 22px;
    transform: translate(-50%, -50%);
    background: rgba(111, 219, 232, 0.35);
    filter: blur(18px);
    border-radius: 50%;
  }

  .glow-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18%;
    height: 5px;
    transform: translate(-50%, -50%);
    background: rgba(185, 255, 255, 0.95);
    filter: blur(6px);
    border-radius: 50px;
  }

  @media (max-width: 768px) {
    .glow-divider-section {
      min-height: 120px;
    }

    .glow-divider {
      width: 82%;
    }
  }
 
  
  .resources-card-section {
    width: 100%;
    background: #88c83a;
    padding: 55px 20px 60px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .resources-card-section__container {
    max-width: 1120px;
    margin: 0 auto;
  }

  .resources-card-section__title {
    color: #ffffff;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 24px;
    letter-spacing: -1px;
  }

  .resources-card-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .resources-card-section__item {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    padding-left: 42px;
    margin-bottom: 24px;
  }

  .resources-card-section__item:last-child {
    margin-bottom: 0;
  }

  .resources-card-section__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
  }

  @media (max-width: 768px) {
    .resources-card-section {
      padding: 42px 18px 48px;
    }

    .resources-card-section__title {
      font-size: 38px;
    }

    .resources-card-section__item {
      font-size: 16px;
      padding-left: 32px;
      margin-bottom: 20px;
    }

    .resources-card-section__item::before {
      width: 12px;
      height: 12px;
      top: 6px;
    }
  }