/* ISO Training — aligned to Panda Core pricing color scheme */

/* Dark theme tokens — pricing section only (not the light image hero) */
.isoPricing.pricing-tiers,
.iso-included,
.iso-why,
.iso-faq,
.iso-talks,
.iso-demo {
  --iso-green: #36A946;
  --iso-green-deep: #268540;
  --iso-green-soft: rgba(54, 169, 70, 0.35);
  --iso-bg: #050806;
  --iso-panel: #0d1210;
  --iso-panel2: #171d1a;
  --iso-border: #3a4540;
  --iso-text: #f6f7f6;
  --iso-muted: #b9c0bc;
  --iso-lime: var(--iso-green);
  --iso-lime-soft: var(--iso-green-soft);
  --iso-dark: var(--iso-bg);
}

.iso-hero-section {
  --iso-hero-green: #3ddc4a;
  background: #000;
  color: #fff;
  padding: 56px 0 28px;
  margin: 0;
  overflow: hidden;
}

.iso-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px 20px;
  align-items: center;
}

.iso-hero-kicker {
  margin: 0 0 16px;
  color: var(--iso-hero-green);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.iso-hero-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.iso-hero-copy h1 span {
  color: var(--iso-hero-green);
}

.iso-hero-lead {
  margin: 0 0 26px;
  max-width: 34em;
  color: #c5cdc8;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.iso-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.iso-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 12px;
  background: var(--iso-hero-green);
  color: #06210c;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
}

.iso-hero-btn:hover,
.iso-hero-btn:focus-visible {
  background: #5ae864;
  color: #06210c;
  text-decoration: none;
}

.iso-hero-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.iso-hero-btn--ghost:hover,
.iso-hero-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.iso-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.iso-hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 18px 0 0;
  margin: 0 18px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.iso-hero-points li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.iso-hero-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--iso-hero-green);
  color: var(--iso-hero-green);
  font-size: 21px;
}

.iso-hero-note {
  margin: 0;
  max-width: 36em;
  color: #9aa39e;
  font-size: 17px;
  line-height: 1.45;
}

.iso-hero-media {
  min-width: 0;
}

.iso-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .iso-hero {
    grid-template-columns: 1fr;
  }

  .iso-hero-copy h1 {
    font-size: 40px;
  }

  .iso-hero-media {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .iso-hero-section {
    padding: 36px 0 20px;
  }

  .iso-hero-copy h1 {
    font-size: 32px;
  }

  .iso-hero-lead {
    font-size: 16px;
  }

  .iso-hero-actions,
  .iso-hero-btn {
    width: 100%;
  }

  .iso-hero-points {
    display: grid;
    gap: 16px;
  }

  .iso-hero-points li {
    margin: 0;
    padding: 0;
    border-right: 0;
  }
}

/* ---------- ISO package note ---------- */
/* ---------- Intro above the package note ---------- */
.iso-intro {
  background: #fff;
  padding: 56px 0 8px;
  margin: 0;
  text-align: center;
  color: #111;
}

.iso-intro-kicker {
  margin: 0 0 12px;
  color: #248636;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.iso-intro h2 {
  margin: 0 auto 14px;
  max-width: 14em;
  color: #111;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.iso-intro-lead {
  margin: 0 auto;
  max-width: 38em;
  color: #5f6b76;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.iso-package-note {
  background: #fff;
  padding: 22px 0 8px;
  margin: 0;
}

.iso-package-note-panel {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 16px;
  background: #eef8f1;
}

.iso-package-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

.iso-package-note-panel h2 {
  margin: 0 0 4px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.iso-package-note-panel p {
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .iso-intro {
    padding: 36px 0 4px;
  }

  .iso-intro h2 {
    font-size: 32px;
  }

  .iso-intro-lead {
    font-size: 16px;
  }

  .iso-package-note {
    padding: 20px 0 4px;
  }

  .iso-package-note-panel {
    padding: 16px;
  }

  .iso-package-note-panel h2 {
    font-size: 16px;
  }

  .iso-package-note-panel p {
    font-size: 15px;
  }
}

/* ---------- Pricing section shell ---------- */
.isoPricing.pricing-tiers {
  background: var(--iso-bg);
  color: var(--iso-text);
  padding-top: 48px;
  padding-bottom: 56px;
  margin: 0;
}

/* ---------- Billing toggle ---------- */
.iso-billing-section {
  background: #fff;
  padding: 22px 0 28px;
  margin: 0;
}

.iso-billing {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.iso-billing-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.iso-billing-option {
  appearance: none;
  margin: 0;
  min-width: 0;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6b7280;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.iso-billing-option.is-active {
  background: #248636;
  color: #fff;
  box-shadow: none;
}

.iso-billing-caption {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

/* ---------- Complete content bundle ---------- */
.iso-bundle-section {
  background: #fff;
  padding: 8px 0 28px;
  margin: 0;
}

.iso-bundle {
  display: grid;
  width: 80%;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 12px 8px;
  align-items: center;
  padding: 28px 18px 22px 32px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 40%, rgba(22, 140, 70, 0.42), transparent 46%),
    #07110d;
  color: #fff;
}

.iso-bundle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #248636;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.iso-bundle-badge i {
  color: #d6ff4a;
  font-size: 17px;
}

.iso-bundle-copy h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.iso-bundle-lead {
  margin: 0 0 18px;
  max-width: 38em;
  color: #d5ddd8;
  font-size: 20px;
  line-height: 1.5;
}

.iso-bundle-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 6px;
}

.iso-bundle-amount {
  color: #fff;
  font-size: 62px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.03em;
}

.iso-bundle-period {
  color: #c5cdc8;
  font-size: 29px;
  font-weight: 500;
}

.iso-bundle-save {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #248636;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

.iso-bundle-equiv {
  margin: 0 0 16px;
  color: #b7c0bb;
  font-size: 18px;
}

.iso-bundle-features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.iso-bundle-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
}

.iso-bundle-features li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  font-size: 11px;
}

.iso-bundle-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 12px 20px;
  border-radius: 12px;
  background: #248636;
  color: #fff;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.iso-bundle-cta:hover,
.iso-bundle-cta:focus-visible {
  background: #1f722e;
  color: #fff;
  text-decoration: none;
}

.iso-bundle-foot {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #b7c0bb;
  font-size: 17px;
  line-height: 1.4;
}

.iso-bundle-foot span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  border: 1px solid #8d9893;
  color: #d5ddd8;
  font-size: 15px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

.iso-bundle-media {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iso-bundle-media > img:first-child {
  display: block;
  width: 700px;
  max-width: 100%;
  height: 500px;
  margin-inline: auto;
  object-fit: contain;
}

.iso-bundle-caption {
  display: block;
  width: 250px;
  height: 150px;
  margin: -2px auto 0;
}

@media (max-width: 991px) {
  .iso-bundle {
    grid-template-columns: 1fr;
    padding: 24px 20px 20px;
  }

  .iso-bundle-copy h2 {
    font-size: 32px;
  }

  .iso-bundle-amount {
    font-size: 40px;
  }
}

/* ---------- Single standards ---------- */
.iso-standards {
  background: #fff;
  padding: 36px 0 56px;
  margin: 0;
  color: #111;
  text-align: center;
}

.iso-standards-kicker {
  margin: 0 0 10px;
  color: #248636;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.iso-standards h2 {
  margin: 0 auto 28px;
  max-width: 18em;
  color: #111;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.iso-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  text-align: left;
}

.iso-std {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px 22px 18px;
  border: 1px solid #e6e8ec;
  border-top-width: 4px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.iso-std--9001 { border-top-color: #1d74e8; }
.iso-std--14001 { border-top-color: #2f9e45; }
.iso-std--45001 { border-top-color: #e0a000; }

.iso-std-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.iso-std-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 32px;
}

.iso-std--9001 .iso-std-icon { background: #e8f2ff; color: #1d74e8; }
.iso-std--14001 .iso-std-icon { background: #e7f7ea; color: #2f9e45; }
.iso-std--45001 .iso-std-icon { background: #fff4dc; color: #d4920a; }

.iso-std-head h3 {
  margin: 0;
  color: #111;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.iso-std-head p {
  margin: 2px 0 0;
  color: #6b7280;
  font-size: 17px;
  line-height: 1.3;
}

.iso-std-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 16px;
}

.iso-std-amount {
  color: #111;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.iso-std-period {
  color: #6b7280;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.iso-std-save {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e7f6ea;
  color: #1c8a3c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.iso-std-save[hidden] {
  display: none !important;
}

.iso-std-features {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
  flex: 1;
}

.iso-std-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #374151;
  font-size: 18px;
  line-height: 1.45;
}

.iso-std-features li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  font-size: 9px;
}

.iso-std-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.iso-std--9001 .iso-std-cta { background: #0b6bdc; }
.iso-std--14001 .iso-std-cta { background: #249c41; }
.iso-std--45001 .iso-std-cta { background: #ca8d00; }

.iso-std--9001 .iso-std-cta:hover,
.iso-std--9001 .iso-std-cta:focus-visible { background: #085dc0; color: #fff; text-decoration: none; }
.iso-std--14001 .iso-std-cta:hover,
.iso-std--14001 .iso-std-cta:focus-visible { background: #1d8336; color: #fff; text-decoration: none; }
.iso-std--45001 .iso-std-cta:hover,
.iso-std--45001 .iso-std-cta:focus-visible { background: #b07b00; color: #fff; text-decoration: none; }

.iso-std-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.4;
}

.iso-std-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  border: 1px solid #9aa3ad;
  color: #6b7280;
  font-size: 15px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

@media (max-width: 1100px) {
  .iso-standards-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .iso-standards h2 {
    font-size: 28px;
  }

  .iso-billing-option {
    padding: 10px 14px;
    font-size: 14px;
  }

  .iso-std-amount {
    font-size: 30px;
  }
}

/* ---------- Content and Panda Core ---------- */
.iso-combine {
  background: #eaf7ee;
  padding: 48px 0 56px;
  margin: 0;
  color: #111;
}

.iso-combine h2 {
  margin: 0 auto 28px;
  max-width: 100%;
  color: #111;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}

.iso-combine-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.iso-combine-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px 22px 18px;
  border-radius: 18px;
}

.iso-combine-card--content {
  background: #fff;
  border: 1px solid #e3eee6;
  box-shadow: 0 8px 24px rgba(16, 40, 24, 0.05);
}

.iso-combine-card--core {
  background:
    radial-gradient(circle at 80% 20%, rgba(36, 140, 70, 0.35), transparent 42%),
    #06241c;
  color: #fff;
}

.iso-combine-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.iso-combine-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #e7f6ea;
  color: #248636;
  font-size: 32px;
}

.iso-combine-card--core .iso-combine-icon {
  background: rgba(61, 220, 74, 0.16);
  color: #3ddc4a;
}

.iso-combine-kicker {
  margin: 0 0 2px;
  color: #248636;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.iso-combine-card--core .iso-combine-kicker {
  color: #3ddc4a;
}

.iso-combine-head h3 {
  margin: 0;
  color: #111;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
}

.iso-combine-card--core .iso-combine-head h3 {
  color: #fff;
}

.iso-combine-features {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  display: grid;
  gap: 10px;
  flex: 1;
}

.iso-combine-card--content .iso-combine-features {
  align-content: start;
}

.iso-combine-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #374151;
  font-size: 19px;
  line-height: 1.35;
}

.iso-combine-card--core .iso-combine-features li {
  color: #fff;
}

.iso-combine-features li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  margin-top: 1px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  font-size: 13px;
}

.iso-combine-pill {
  margin: 0;
  padding: 11px 16px;
  border-radius: 999px;
  background: #e7f6ea;
  color: #1f8a3a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.iso-combine-arrow {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  min-height: 132px;
  margin: 0;
  padding: 16px 36px 16px 14px;
  background: #2f9e45;
  color: #fff;
  clip-path: polygon(0 12%, 68% 12%, 68% 0, 100% 50%, 68% 100%, 68% 88%, 0 88%);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.iso-combine-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #2aa94a;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.iso-combine-cta:hover,
.iso-combine-cta:focus-visible {
  background: #228c3d;
  color: #fff;
  text-decoration: none;
}

.iso-combine-foot {
  margin: 0;
  color: #b7c7bf;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 991px) {
  .iso-combine h2 {
    font-size: 28px;
  }

  .iso-combine-layout {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin: 0 auto;
  }

  .iso-combine-arrow {
    width: 168px;
    min-height: 118px;
    margin: 4px auto;
    padding: 12px 16px 30px;
    transform: none;
    clip-path: polygon(14% 0, 86% 0, 86% 62%, 100% 62%, 50% 100%, 0 62%, 14% 62%);
  }
}

/* ---------- How the combination works ---------- */
.iso-steps {
  background: #fff;
  padding: 48px 0 56px;
  margin: 0;
  color: #111;
  text-align: center;
}

.iso-steps-kicker {
  margin: 0 0 10px;
  color: #248636;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.iso-steps h2 {
  margin: 0 auto 28px;
  max-width: 100%;
  color: #111;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.iso-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.iso-steps-grid li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 16px 16px 16px 14px;
  border: 1px solid #e6eee8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 40, 24, 0.05);
}

.iso-steps-grid li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: #8b978f;
  font-size: 15px;
}

.iso-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.iso-steps-grid h3 {
  margin: 0 0 4px;
  color: #111;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.iso-steps-grid p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.4;
}

.iso-steps-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e7f6ea;
  color: #1f8a3a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.iso-steps-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

@media (max-width: 1100px) {
  .iso-steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .iso-steps-grid li:not(:last-child)::after {
    content: none;
  }
}

@media (max-width: 640px) {
  .iso-steps h2 {
    font-size: 28px;
  }

  .iso-steps-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Included in every package ---------- */
.iso-included {
  background: var(--iso-bg);
  color: var(--iso-text);
  padding: 8px 0 40px;
  margin: 0;
}

.iso-included-panel {
  padding: 22px 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #171717;
}

.iso-included-title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}

.iso-included-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
}

.iso-included-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 0 16px;
  min-width: 0;
}

.iso-included-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #3a3a3a;
}

.iso-included-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--iso-green);
}

.iso-included-icon svg {
  display: block;
  width: 56px;
  height: 56px;
}

.iso-included-label {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.35;
  color: #fff;
}

@media (max-width: 900px) {
  .iso-included-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .iso-included-item:nth-child(4),
  .iso-included-item:nth-child(5) {
    grid-column: span 1;
  }

  .iso-included-item:nth-child(n+4)::before {
    display: none;
  }

  .iso-included-item:nth-child(4) {
    grid-column: 1;
  }
}

@media (max-width: 640px) {
  .iso-included {
    padding-bottom: 40px;
  }

  .iso-included-panel {
    padding: 20px 18px 22px;
  }

  .iso-included-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .iso-included-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .iso-included-item::before {
    display: none;
  }

  .iso-included-item:last-child {
    grid-column: auto;
  }
}

/* ---------- Why businesses choose ---------- */
.iso-why {
  background: var(--iso-bg);
  color: var(--iso-text);
  padding: 24px 0 48px;
  margin: 0;
}

.iso-why-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-wrap: balance;
}

.iso-why-accent {
  color: var(--iso-green);
  font-weight: 600;
}

.iso-why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.iso-why-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 22px;
  min-width: 0;
}

.iso-why-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #222;
}

.iso-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--iso-green);
}

.iso-why-icon svg {
  display: block;
  width: 52px;
  height: 52px;
}

.iso-why-item-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.iso-why-item-text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--iso-muted);
  max-width: 240px;
}

/* ---------- Frequently asked questions ---------- */
.iso-faq {
  background: #fff;
  color: #111;
  padding: 48px 0 56px;
  margin: 0;
}

.iso-faq-title {
  margin: 0 auto 28px;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #111;
}

.iso-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 1435px;
  margin: 0 auto;
  align-items: start;
}

.iso-faq-item {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
}

.iso-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  user-select: none;
}

.iso-faq-item summary::-webkit-details-marker {
  display: none;
}

.iso-faq-mark {
  display: none;
}

.iso-faq-question {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
  color: #111;
}

.iso-faq-chevron {
  flex: 0 0 auto;
  color: #6b7280;
  font-size: 13px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.iso-faq-item[open] .iso-faq-chevron {
  transform: rotate(180deg);
}

.iso-faq-answer {
  padding: 0 44px 16px 16px;
}

.iso-faq-answer p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
}

@media (max-width: 900px) {
  .iso-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .iso-why-item:nth-child(3)::before {
    display: none;
  }

  .iso-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .iso-why {
    padding: 16px 0 36px;
  }

  .iso-why-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .iso-why-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .iso-why-item::before {
    display: none;
  }

  .iso-why-item-text {
    max-width: none;
  }

  .iso-faq-title {
    font-size: 28px;
    line-height: 1.25;
  }
}

/* ---------- Closing banner ---------- */
.iso-close {
  background: #fff;
  padding: 8px 0 64px;
  margin: 0;
}

.iso-close-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
  border-radius: 18px;
  background: #031a16;
  color: #fff;
}

.iso-close h2 {
  margin: 0;
  max-width: 27em;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.iso-close-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.iso-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.iso-close-btn--fill {
  background: #2a9f4a;
  color: #fff;
}

.iso-close-btn--fill:hover,
.iso-close-btn--fill:focus-visible {
  background: #228a3f;
  color: #fff;
  text-decoration: none;
}

.iso-close-btn--ghost {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #fff;
}

.iso-close-btn--ghost:hover,
.iso-close-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .iso-close-panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .iso-close h2 {
    font-size: 26px;
  }

  .iso-close-actions {
    width: 100%;
    flex-wrap: wrap;
  }
}

/* ---------- Works inside Panda Talks ---------- */
.iso-talks {
  background: var(--iso-bg);
  color: var(--iso-text);
  padding: 8px 0 28px;
  margin: 0;
}

.iso-talks-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 28px 36px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1.5px solid var(--iso-green);
  background: #000;
}

.iso-talks-main {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-right: 28px;
  min-width: 0;
}

.iso-talks-main::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: #222;
}

.iso-talks-logo {
  display: block;
  width: 88px;
  height: 101px;
  object-fit: contain;
  flex: 0 0 auto;
}

.iso-talks-copy {
  min-width: 0;
}

.iso-talks-title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.iso-talks-accent {
  color: var(--iso-green);
}

.iso-talks-lead {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}

.iso-talks-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  align-items: start;
}

.iso-talks-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.iso-talks-feature:last-child {
  grid-column: 1 / -1;
  max-width: calc(50% - 11px);
}

.iso-talks-feature-icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 36px;
  height: 36px;
  color: var(--iso-green);
}

.iso-talks-feature-icon svg,
.iso-talks-feature-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.iso-talks-feature-title {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.iso-talks-feature-text {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--iso-muted);
}

/* ---------- Demo CTA ---------- */
.iso-demo {
  background: var(--iso-bg);
  color: var(--iso-text);
  padding: 0 0 56px;
  margin: 0;
}

.iso-demo-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px 28px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1.5px solid var(--iso-green);
  background: #000;
}

.iso-demo-calendar {
  display: inline-flex;
  width: 88px;
  height: 88px;
  color: var(--iso-green);
  flex: 0 0 auto;
}

.iso-demo-calendar img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.iso-demo-copy {
  min-width: 0;
}

.iso-demo-title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.iso-demo-accent {
  color: var(--iso-green);
}

.iso-demo-lead {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: #fff;
}

.iso-demo-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.iso-demo-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.iso-demo-point-icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  color: var(--iso-green);
}

.iso-demo-point-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}

.iso-demo-point-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

.iso-demo-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-right: 36px;
}

.iso-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 10px;
  background: var(--iso-green);
  color: #050806 !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
}

.iso-demo-btn:hover {
  background: var(--iso-green-deep);
  color: #050806 !important;
  transform: translateY(-1px);
}

.iso-demo-btn-arrow {
  display: block;
}

.iso-demo-curve-arrow {
  position: absolute;
  right: -8px;
  bottom: -34px;
  width: 72px;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1100px) {
  .iso-talks-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .iso-talks-main {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .iso-talks-main::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: 1px;
  }

  .iso-talks-feature:last-child {
    max-width: none;
  }

  .iso-demo-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .iso-demo-actions {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding-right: 0;
  }

  .iso-demo-curve-arrow {
    right: auto;
    left: 180px;
    bottom: -28px;
  }
}

@media (max-width: 640px) {
  .iso-talks-panel,
  .iso-demo-panel {
    padding: 22px 18px;
  }

  .iso-talks-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .iso-talks-title,
  .iso-demo-title {
    font-size: 24px;
  }

  .iso-talks-features {
    grid-template-columns: 1fr;
  }

  .iso-demo-panel {
    grid-template-columns: 1fr;
  }

  .iso-demo-calendar {
    width: 72px;
    height: 72px;
  }

  .iso-demo-calendar img {
    width: 72px;
    height: 72px;
  }

  .iso-demo-points {
    flex-direction: column;
    gap: 12px;
  }

  .iso-demo {
    padding-bottom: 40px;
  }
}
