/* Growth modification (offline hands-on program) */
.gm { background: #101d30; color: #eaf1f7; }

/* Hero */

/* Program content */
.gm-program { padding: 64px 24px; background: #eff5f6; color: #20364a; }
.gm-program__inner { max-width: 1280px; margin-inline: auto; }
.gm-program__label { color: #087e78; font: 100 18px/27px var(--font-heading); letter-spacing: 6.1px; }
.gm-program h2 { margin: 4px 4px 28px; font-size: 42px; line-height: 51.24px; letter-spacing: -2.1px; }
.gm-program__list { margin-bottom: 25px; padding: 26px 32px; border: 1px solid #d9e5e9; border-radius: 16px; background: #fff; color: #294456; font: 400 18px/37.8px Roboto, sans-serif; }
.gm-program__list li::before { content: "• "; }

/* Program highlights */
.gh { padding: 64px 24px; background: #eff5f6; color: #24394d; }
.gh__inner { max-width: 1280px; margin-inline: auto; }
.gh__heading { margin-bottom: 32px; }
.gh__heading span { display: block; margin-bottom: 12px; color: #128173; font-size: 12px; font-weight: 700; letter-spacing: 2px; }
.gh__heading h2 { font-size: 42px; line-height: 51.24px; letter-spacing: -.8px; }
.gh-panel { overflow: hidden; margin-top: 24px; border: 1px solid #d6e3e7; border-radius: 20px; background: #fff; box-shadow: 0 8px 25px rgba(24, 47, 71, .02); }
.gh__heading + .gh-panel { margin-top: 0; }
.gh-panel__head { display: flex; align-items: center; gap: 16px; padding: 22px 28px; border-bottom: 1px solid #dce7e9; background: #f8fbfc; }
.gh-panel__index { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border-radius: 12px; background: #ddf2eb; color: #127968; font-size: 14px; font-weight: 700; }
.gh-panel h3 { font-size: 23px; line-height: 1.22; letter-spacing: -.4px; }
.gh-panel__body { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: start; gap: 30px; padding: 28px; }
.gh-panel li { position: relative; padding: 12px 0 12px 35px; border-bottom: 1px solid #e4ecef; color: #30485b; font-size: 18px; line-height: 1.65; }
.gh-panel li:first-child { padding-top: 0; }
.gh-panel li:last-child { border-bottom: 0; }
.gh-panel li::before { content: "✓"; position: absolute; top: 15px; left: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #e9f7f1; color: #16836d; font: 600 12px/1 Arial, sans-serif; }
.gh-panel li:first-child::before { top: 3px; }
.gh-panel figure { position: sticky; top: 140px; margin: 0; }
.gh-panel figure img { display: block; width: 100%; border-radius: 14px; }
@media (hover: hover) and (pointer: fine) { .gh-panel li:hover { background: #f5faf8; } }

/* Trainers */
.gm-trainers { padding: 64px 24px 69px; background: #142238; color: #e8f0f7; }
.gm-trainers h2 { margin: 5px 0 32px; font-size: 42px; line-height: 51.24px; letter-spacing: -2.1px; text-align: center; }
.gm-trainers__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; max-width: 1270px; margin-inline: auto; }
.gm-trainer { display: flex; flex-direction: column; align-items: center; width: 407px; padding: 24px; border: 1px solid rgba(105, 131, 156, .333); border-radius: 18px; background: #22344c; text-align: center; transition: border-color .25s, box-shadow .25s, transform .25s; }
.gm-trainer img { width: 325px; height: 300px; margin-bottom: 22px; border-radius: 12px; object-fit: cover; }
.gm-trainer h3 { margin: 20px 0 10px; color: #97e9d4; font-size: 23px; font-weight: 900; line-height: 28.06px; letter-spacing: -.8px; }
.gm-trainer p { color: #e2eaf4; font-size: 17px; font-weight: 300; line-height: 30.6px; letter-spacing: 2.2px; text-transform: uppercase; }
.gm-trainer--wide-text h3 { letter-spacing: .5px; }
.gm-trainer--wide-text p { letter-spacing: .9px; }
@media (hover: hover) and (pointer: fine) { .gm-trainer:hover { border-color: #83e5ce; box-shadow: 0 12px 28px rgba(0, 0, 0, .2); transform: translateY(-4px); } }


/* Refund policy */
.gm-refund { padding: 50px 20px; background: #fff; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; text-align: center; }
.gm-refund h2 { margin-bottom: 21px; color: #212648; font-size: 42px; font-weight: 800; line-height: 51.24px; letter-spacing: -.8px; }
.gm-refund__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.gm-refund__card { flex: 1; min-width: 280px; max-width: 350px; padding: 25px; border: 1px solid #e0e0e0; border-top: 6px solid; border-radius: 8px; background: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, .05); text-align: left; }
.gm-refund__card h3 { margin-bottom: 15px; color: #333; font-family: inherit; font-size: 20px; font-weight: 700; line-height: 30px; }
.gm-refund__badge { display: inline-block; margin-bottom: 25px; padding: 8px 14px; border-radius: 4px; color: #fff; font-size: 12.8px; font-weight: 700; text-transform: uppercase; }
.gm-refund__card p:last-child { color: #666; font-size: 15.2px; line-height: 24.32px; }
.gm-refund__card--green { border-top-color: #28a745; }
.gm-refund__card--green .gm-refund__badge { background: #28a745; }
.gm-refund__card--orange { border-top-color: #f39c12; }
.gm-refund__card--orange .gm-refund__badge { background: #f39c12; }
.gm-refund__card--red { border-top-color: #d9534f; }
.gm-refund__card--red .gm-refund__badge { background: #d9534f; }

/* Benefits band */
.gm-benefits { margin-top: 40px; padding: 64px 24px; background: #192b40; }
.gm-benefits__inner { display: flex; max-width: 1280px; margin-inline: auto; }
.gm-benefits__list { display: grid; grid-template-columns: repeat(3, 309px); width: 957px; padding: 0 30px 80px 0; }
.gm-benefits__list li { padding-right: 30px; }
.gm-benefits__list li:nth-child(2) { padding-inline: 15px; }
.gm-benefits__list li:nth-child(3) { padding: 0 0 0 30px; }
.gm-benefits__list li::before { content: ""; display: block; width: 80px; height: 6px; margin: 5px 0; background: #adadad; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3E%3Cpolygon points='9.4,2 24,2 14.6,21.6 0,21.6'/%3E%3C/svg%3E") 0 0 / 20px 100% repeat-x; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3E%3Cpolygon points='9.4,2 24,2 14.6,21.6 0,21.6'/%3E%3C/svg%3E") 0 0 / 20px 100% repeat-x; }
.gm-benefits h3 { color: #fff; font-size: 25px; line-height: 35px; letter-spacing: -1.25px; }
.gm-benefits__list p { color: #e1eaf3; font: 400 18px/31.5px Roboto, sans-serif; }
.gm-benefits__cta { width: 313px; padding: 40px 40px 30px; text-align: center; }
.gm-benefits__cta p { color: #e1eaf3; font: 400 18px/27px var(--font-heading); letter-spacing: -.9px; }
.gm-benefits__cta a { display: inline-flex; align-items: center; min-height: 50px; margin-top: 25px; padding: 15px 25px; border: 1px solid #ffe066; border-radius: 10px; background: #ffe066; color: #152b35; font: 700 16px/16px Roboto, sans-serif; transition: background-color .2s, transform .2s; }
.gm-benefits__cta a:hover { background: #fff0a6; transform: translateY(-2px); }

/* Why choose us */
.gm-why { padding: 64px 24px; background: #f1f6f7; color: #233a4d; }
.gm-why__inner { display: grid; grid-template-columns: 1fr 1fr; max-width: 1280px; margin-inline: auto; }
.gm-why header { padding-right: 50px; }
.gm-why header p { color: #111; font: 400 18px/27px var(--font-heading); letter-spacing: -.9px; }
.gm-why h2 { font-size: 42px; line-height: 51.24px; letter-spacing: -2.1px; }
.gm-why__list { padding-left: 50px; }
.gm-why__list li { display: flex; gap: 15px; min-height: 91px; }
.gm-why__icon { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border-radius: 50%; background: #111; color: #fff; }
.gm-why__icon .icon { width: 18px; height: 18px; }
.gm-why h3 { color: #111; font: 600 20px/28px Roboto, sans-serif; }
.gm-why__list p { color: #395466; font: 400 18px/31.5px Roboto, sans-serif; }

@media (max-width: 1100px) {
  .gm-benefits__inner { flex-direction: column; }
  .gm-benefits__list { grid-template-columns: repeat(3, minmax(0, 1fr)); width: auto; }
  .gm-benefits__cta { width: auto; }
}
@media (max-width: 850px) {
  .gh-panel__body { grid-template-columns: 1fr; gap: 24px; }
  .gh-panel figure { position: static; width: 100%; max-width: 580px; margin: auto; }
}
@media (max-width: 767px) {
  .gm-program { padding: 42px 20px; }
  .gm-program__label { line-height: 26.53px; }
  .gm-program h2 { margin-bottom: 48px; font-size: 28px; line-height: 34.16px; letter-spacing: -1.4px; }
  .gm-program__list { margin-bottom: 26px; padding: 20px; font-size: 17px; line-height: 35.7px; }
  .gm-trainers { padding: 42px 25px 47px; }
  .gm-trainers h2 { font-size: 28px; line-height: 34.16px; letter-spacing: -1.4px; }
  .gm-trainer { width: 340px; }
  .gm-trainer img { width: 264px; height: 264px; }
  .gm-refund h2 { margin-bottom: 23.33px; font-size: 28px; line-height: 34.16px; }
  .gm-refund__grid { flex-direction: column; align-items: center; }
  .gm-refund__card { width: 100%; }
  .gm-benefits { margin-top: 60px; padding: 42px 20px; }
  .gm-benefits__list { grid-template-columns: 1fr; padding: 0; }
  .gm-benefits__list li, .gm-benefits__list li:nth-child(n) { padding: 20px 20px 20px 0; }
  .gm-benefits h3 { font-size: 22px; line-height: 32.42px; letter-spacing: -1.1px; }
  .gm-benefits__list p { font-size: 17px; line-height: 29.75px; }
  .gm-benefits__cta { padding: 80px 30px 30px; }
  .gm-benefits__cta p { line-height: 26.53px; }
  .gm-why { padding: 42px 20px 57px; margin-bottom: 84px; }
  .gm-why__inner { grid-template-columns: 1fr; }
  .gm-why header { padding: 0 0 20px; }
  .gm-why header p { line-height: 26.53px; }
  .gm-why h2 { font-size: 28px; line-height: 34.16px; letter-spacing: -1.4px; }
  .gm-why__list { padding: 0; }
  .gm-why__list li { flex-direction: column; gap: 0; min-height: 0; }
  .gm-why__list li + li { margin-top: 15px; }
  .gm-why h3 { line-height: 29.47px; }
  .gm-why__list p { font-size: 17px; line-height: 29.75px; }
}
@media (max-width: 600px) {
  .gh { padding: 42px 20px; }
  .gh__heading h2 { font-size: 28px; line-height: 34.16px; }
  .gh-panel__head { gap: 12px; padding: 20px; }
  .gh-panel__body { padding: 20px; }
  .gh-panel h3 { font-size: 21px; }
  .gh-panel li { font-size: 17px; }
}
.gm-trainer:nth-child(2) img { margin-bottom: 7px; }

/* Course fee cards: keep buttons and offer details aligned when card text differs in length */
.gm .cf-button { margin-top: auto; }
.gm .cf-features { flex: none; min-height: 150px; }
@media (max-width: 650px) { .gm .cf-features { min-height: 0; } }
