:root {
    --pma-primary: #174067;
    --pma-primary-light: #3A6897;
    --pma-text-dark: #000000;
    --pma-text-light: #F5F7FD;
    --pma-gray-bg: #F8F9FA;
    --pma-accent: #FCB01B;
    --pma-accent-hover: #e09d10;
    --pma-white: #FFFFFF;
    --pma-muted: #6b7785;
    --pma-border: #e6e9ef;
    --pma-row-hover: #fafbfd;
}

.text-darkblue{color:var(--pma-primary)!important;}
h1 {
	font-family: Roboto !important;
	font-weight: 700;
	font-size: 60px;
}

h5 {
	font-family: Roboto !important;
	font-weight: 700;
	font-size: 16px;
}

.align-self {
	align-self: center;
}

.banner-icon {
	background-color: #f5f7fd;
	padding: 8px 10px;
	border-radius: 50%;
}

.btn-secondary {
	background-color: #F5F7FD !important;
	color: #174067 !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #FFF !important;
	border-color: #FFF !important;
	color: #174067 !important;
}

.btn-secondary-outline {
	background-color: transparent;
	border-color: #F5F7FD !important;
	color: #F5F7FD !important;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
	background-color: #FFF !important;
	border-color: #FFF !important;
	color: #174067 !important;
}

.text-yellow {
	color: #FCB01B;
}

.bg-primary-gradient {
	background: radial-gradient(
		circle closest-side,
		#3A6897 0%,
		#174067 100%
	);
}

.bg-darkblue {
	background-color: #174067;
}

.bg-review {
	background-color: rgba(255, 255, 255, .8);
}

.owl-carousel .owl-item {
	color: #000;
}


.btn,
.btn:hover,
.btn:focus {
	font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

.list-unstyled {
	list-style: none;
}

.width-100 {
	width: 100%;
}

/* Mobile */
@media only screen and (max-width: 767.98px) {

	h1 {
		font-size: 32px;
	}

	.align-self {
		align-self: start;
	}

	.sm-100 {
		width: 100%;
	}

	.width-100 {
		width: 50%;
	}
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--pma-text-dark);
    -webkit-font-smoothing: antialiased;
  }

  /* Brand utility classes */
  .bg-pma-primary { background-color: var(--pma-primary) !important; }
  .bg-pma-light { background-color: var(--pma-text-light) !important; }
  .bg-pma-gray { background-color: var(--pma-gray-bg) !important; }
  .text-pma-primary { color: var(--pma-primary) !important; }
  .text-pma-accent { color: var(--pma-accent) !important; }
  .text-pma-muted { color: var(--pma-muted) !important; }

  /* Headings */
  h1, h2, h3, .h1, .h2, .h3 { font-weight: 700; color: var(--pma-primary); letter-spacing: -0.3px; }
  h1, .h1 { font-size: 3rem; line-height: 1.15; letter-spacing: -0.5px; }
  h2, .h2 { font-size: 2.25rem; line-height: 1.2; }
  h3, .h3 { font-size: 1.25rem; line-height: 1.3; }

  /* PMA buttons */
  .btn-pma {
    background: var(--pma-white);
    color: var(--pma-primary);
    border: 2px solid var(--pma-white);
    font-weight: 700;
    padding: 12px 26px;
    min-height: 52px;
    border-radius: 6px;
    transition: all 0.2s ease;
  }
  .btn-pma:hover {
    background: var(--pma-accent);
    border-color: var(--pma-accent);
    color: var(--pma-primary);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  .btn-pma-outline {
    background: transparent;
    color: var(--pma-white);
    border: 2px solid var(--pma-white);
    font-weight: 700;
    padding: 12px 26px;
    min-height: 52px;
    border-radius: 6px;
    transition: all 0.2s ease;
  }
  .btn-pma-outline:hover {
    background: var(--pma-white);
    color: var(--pma-primary);
    transform: translateY(-1px);
  }
  .btn-pma-accent {
    background: var(--pma-accent);
    color: var(--pma-primary) !important;
    border: 2px solid var(--pma-accent);
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 6px;
    transition: all 0.2s ease;
  }
  .btn-pma-accent:hover {
    background: var(--pma-accent-hover);
    border-color: var(--pma-accent-hover);
    color: var(--pma-primary);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }
  .btn-pma-navy {
    background: var(--pma-primary);
    color: var(--pma-white);
    border: 2px solid var(--pma-primary);
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 6px;
  }
  .btn-pma-navy:hover {
    background: var(--pma-primary-light);
    border-color: var(--pma-primary-light);
    color: var(--pma-white);
  }

  /* Cards — applied to .card.card-pma */
  .card-pma {
    background: var(--pma-white);
    border: 1px solid var(--pma-card-border);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.12);
  }

  /* ============================================
     VALUE PROPS BAR
     ============================================ */
  .value-prop__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pma-text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pma-primary);
    flex-shrink: 0;
  }
  .value-prop__icon--badge-placeholder {
    background: #2a1d5e;
    color: var(--pma-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1;
  }
  .value-prop__sub {
    font-size: 13px;
    color: var(--pma-muted);
    line-height: 1.4;
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .value-prop__sub { white-space: normal; font-size: 12px; }
  }

  /* ============================================
     HERO
     ============================================ */
  .hero {
    background: linear-gradient(135deg, var(--pma-primary) 0%, var(--pma-primary-light) 100%);
    padding: 72px 0;
    color: var(--pma-text-light);
  }
  .hero h1 { color: var(--pma-white); font-weight: 700; font-size: clamp(2rem, 4vw, 3.25rem); }
  .hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--pma-white);
    margin-bottom: 24px;
  }
  .hero__subtitle {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--pma-text-light);
    margin-bottom: 28px;
    max-width: 560px;
  }
  .hero__best-for {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 0.9375rem;
    color: var(--pma-white);
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .hero__features li {
    color: var(--pma-text-light);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    list-style: none;
  }
  .hero__features svg { color: var(--pma-accent); flex-shrink: 0; margin-top: 2px; }
  .hero__badge-placeholder {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #2a1d5e;
    color: var(--pma-white);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .hero__urgency {
    font-size: 0.875rem;
    font-style: italic;
    color: var(--pma-text-light);
    opacity: 0.85;
  }
  .hero__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    aspect-ratio: 4 / 3;
    background: #d4d4d4;
  }
  .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Hero testimonial — Bootstrap carousel customizations */
  .hero__testimonial {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 60px;
    background: var(--pma-white);
    border-radius: 10px;
    padding: 22px 26px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    min-height: 110px;
  }
  .hero__testimonial .carousel-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: opacity 0.5s ease;
  }
  .hero__testimonial .carousel-item.active,
  .hero__testimonial .carousel-item-next.carousel-item-left,
  .hero__testimonial .carousel-item-prev.carousel-item-right { display: flex; }
  .hero__quote-mark { color: var(--pma-primary); flex-shrink: 0; margin-top: 2px; }
  .hero__quote-text {
    color: var(--pma-text-dark);
    font-size: 0.9375rem;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
  }
  .hero__testimonial-indicators {
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hero__testimonial-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    transition: background 0.2s ease;
  }
  .hero__testimonial-indicators li.active { background: var(--pma-accent); }

  /* ============================================
     TRUST STRIP
     ============================================ */
  .trust-strip {
    background: var(--pma-primary-light);
    padding: 16px 0;
    color: var(--pma-white);
  }
  .trust-strip__inner {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--pma-white);
  }
  .trust-strip__stars { color: var(--pma-accent); font-size: 14px; letter-spacing: 0.5px; line-height: 1; }
  .trust-strip__divider {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pma-accent);
  }

  /* ============================================
     LOGO GRID
     ============================================ */
  .logo-placeholder {
    background: #e8e8e8;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #666;
    font-weight: 600;
    filter: grayscale(100%);
    opacity: 0.75;
  }

  /* ============================================
     OVERVIEW SECTION (A Proven Path)
     ============================================ */
  .sticky-sidebar { position: sticky; top: 24px; }

  /* Course tile (inside Upcoming Courses sidebar) */
  .course-tile {
    background: var(--pma-gray-bg);
    border-radius: 8px;
    padding: 14px 16px 14px 18px;
    margin-bottom: 10px;
    border-left: 4px solid var(--pma-primary);
  }
  .course-tile__date { font-size: 15px; font-weight: 700; color: var(--pma-text-dark); line-height: 1.3; }
  .course-tile__time { font-size: 13px; color: var(--pma-muted); margin-top: 2px; }
  .course-tile__cta {
    background: var(--pma-accent);
    color: var(--pma-primary);
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    flex-shrink: 0;
    transition: background 0.15s ease;
  }
  .course-tile__cta:hover { background: var(--pma-accent-hover); color: var(--pma-primary); text-decoration: none; }
  .course-tile__guarantee { color: var(--pma-text-dark); display: inline-flex; align-items: center; gap: 4px; font-size: 12px; }
  .course-tile__guarantee svg { color: var(--pma-primary); flex-shrink: 0; }
  .course-tile__location { color: var(--pma-muted); font-size: 11px; margin-top: 2px; }
  .course-tile__price { font-size: 14px; color: var(--pma-text-dark); }
  .course-tile__price-old { text-decoration: line-through; color: var(--pma-muted); font-size: 12px; margin-right: 4px; }
  .course-tile__price-new { font-weight: 700; }

  .toc-link {
    color: var(--pma-primary);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
  }
  .toc-link:hover { color: var(--pma-primary-light);}

  .courses-card__tab {
    background: none;
    border: none;
    padding: 8px 4px;
    font-family: inherit;
    font-size: 14px;
    color: var(--pma-muted);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    flex: 1;
  }
  .courses-card__tab--active { color: var(--pma-primary); font-weight: 700; border-bottom-color: var(--pma-primary); }

  /* Stat callout */
  .overview-stat { font-size: 15px; font-weight: 700; color: var(--pma-text-dark); line-height: 1.5; }

  /* Dark testimonial card (used in overview, curriculum, toolkit sections) */
  .testimonial-dark {
    background: var(--pma-primary);
    border-radius: 10px;
    padding: 28px 32px;
    color: var(--pma-white);
    position: relative;
    overflow: hidden;
  }
  .testimonial-dark::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: var(--pma-primary-light);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.5;
  }
  .testimonial-dark__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #d4d4d4;
    z-index: 1;
  }
  .testimonial-dark__avatar img { width: 100%; height: 100%; object-fit: cover; }
  .testimonial-dark__quote {
    font-size: 14px;
    font-style: italic;
    line-height: 1.55;
    z-index: 1;
    position: relative;
    color: var(--pma-white);
  }
  .testimonial-dark__attrib { font-size: 14px; font-weight: 700; z-index: 1; position: relative; color: var(--pma-white); }

  /* Benefit & toolkit card icon backgrounds */
  .icon-tile {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(23, 64, 103, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pma-primary);
  }
  .icon-tile--lg { width: 56px; height: 56px; }

  /* ============================================
     ACCORDION (Bootstrap collapse, brand styled)
     ============================================ */
  .pma-accordion .card { border: 1px solid var(--pma-card-border); border-radius: 10px; overflow: hidden; margin-bottom: 12px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .pma-accordion .card-header { background: var(--pma-white); padding: 0; border-bottom: 0; }
  .pma-accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 18px 24px;
    color: var(--pma-text-dark);
    text-decoration: none !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .pma-accordion .btn-link:hover { background: rgba(23, 64, 103, 0.02); }
  .pma-accordion .btn-link:focus { box-shadow: none; outline: 2px solid var(--pma-primary); outline-offset: -2px; }
  .pma-accordion .card-body { padding: 0 24px 22px; font-size: 15px; color: var(--pma-text-dark); line-height: 1.6; border-top: 1px solid var(--pma-border); padding-top: 18px; }
  .pma-accordion-chevron { color: var(--pma-primary); flex-shrink: 0; transition: transform 0.2s ease; }
  .pma-accordion .btn-link[aria-expanded="true"] .pma-accordion-chevron { transform: rotate(180deg); }

  /* Agenda accordion uses gray cards (sits on white section) */
  .pma-accordion--gray .card { background: var(--pma-gray-bg); }
  .pma-accordion--gray .card-header { background: var(--pma-gray-bg); }
  .pma-accordion--gray .btn-link:hover { background: rgba(23, 64, 103, 0.04); }
  .pma-accordion--gray .card-body { border-top-color: rgba(23, 64, 103, 0.1); background: var(--pma-gray-bg); }

  .accordion__eyebrow { font-size: 12px; font-weight: 700; color: var(--pma-muted); letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 4px; }
  .accordion__title { font-size: 17px; font-weight: 700; color: var(--pma-text-dark); line-height: 1.3; }
  .accordion__title--faq { font-size: 16px; font-weight: 700; }
  .accordion__pma-exclusive {
    display: inline-block;
    background: var(--pma-primary);
    color: var(--pma-white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: 10px;
    vertical-align: 2px;
  }

  /* ============================================
     TOOLKIT ITEMS (left bar + title + sub)
     ============================================ */
  .toolkit-item { padding-left: 18px; border-left: 3px solid var(--pma-primary); margin-bottom: 18px; }
  .toolkit-item__title { font-size: 15px; font-weight: 700; color: var(--pma-text-dark); line-height: 1.4; margin-bottom: 4px; }
  .toolkit-item__copy { font-size: 14px; color: var(--pma-muted); line-height: 1.5; }

  /* ============================================
     COMPARISON TABLE
     ============================================ */
  .compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--pma-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(23, 64, 103, 0.06), 0 8px 24px rgba(23, 64, 103, 0.06);
    border: 1px solid var(--pma-border);
  }
  .compare thead th {
    padding: 16px 14px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--pma-muted);
    text-transform: uppercase;
    background: var(--pma-white);
    border-bottom: 1px solid var(--pma-border);
    vertical-align: middle;
  }
  .compare thead th.col-feature { width: 30%; }
  .compare thead th.col-pma { width: 24%; background: var(--pma-primary); color: var(--pma-white); text-transform: none; font-size: 15px; font-weight: 700; letter-spacing: 0; }
  .compare thead th.col-other { width: 23%; text-transform: none; font-size: 14px; font-weight: 500; color: var(--pma-primary); }
  .compare tbody td { padding: 14px 14px; font-size: 14px; color: var(--pma-primary); border-bottom: 1px solid var(--pma-border); vertical-align: middle; }
  .compare tbody tr:last-child td { border-bottom: none; }
  .compare tbody tr:hover td { background: #fafbfd; }
  .compare tbody tr:hover td.cell-pma { background: rgba(23, 64, 103, 0.06); }
  .compare td.cell-feature { font-weight: 500; color: var(--pma-text-dark); }
  .compare td.cell-pma { background: rgba(23, 64, 103, 0.035); font-weight: 500; color: var(--pma-primary); border-left: 1px solid rgba(23, 64, 103, 0.08); border-right: 1px solid rgba(23, 64, 103, 0.08); }
  .compare th.col-divided, .compare tbody td:nth-child(3) { border-right: 1px solid var(--pma-border); }
  .status { display: inline-flex; align-items: center; gap: 8px; }
  .status__icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex-shrink: 0; }
  .status__icon--check-accent svg { color: var(--pma-accent); }
  .status__icon--check svg { color: var(--pma-primary-light); }
  .status__icon--no svg { color: #c4ccd6; }
  .status__icon--info svg { color: var(--pma-muted); }
  .status__text { font-size: 14px; color: var(--pma-primary); }
  .status__text--muted { color: var(--pma-muted); font-size: 13px; }

  /* Mobile horizontal scroll for table */
  @media (max-width: 768px) {
    .compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; }
    .compare { min-width: 640px; box-shadow: none; border: none; border-radius: 0; }
    .compare thead th.col-feature, .compare tbody td.cell-feature { width: 180px; min-width: 180px; position: sticky; left: 0; z-index: 2; background: var(--pma-white); box-shadow: 4px 0 6px -2px rgba(23, 64, 103, 0.08); }
    .compare thead th.col-pma, .compare tbody td.cell-pma { width: 160px; min-width: 160px; }
    .compare thead th.col-other, .compare tbody td:nth-child(3), .compare tbody td:nth-child(4) { width: 150px; min-width: 150px; }
    .compare thead th, .compare tbody td { padding: 12px 14px; font-size: 13px; }
    .compare thead th.col-pma { font-size: 13px; }
    .compare thead th.col-other { font-size: 12px; }
  }

  /* ============================================
     INSTRUCTORS CAROUSEL (Bootstrap carousel customized)
     ============================================ */
  .instructor-carousel { position: relative; max-width: 880px; margin: 0 auto; }
  .instructor-card { background: var(--pma-white); border: 1px solid var(--pma-card-border); border-radius: 12px; padding: 40px 48px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.12); }
  .instructor-card__head { text-align: center; padding-bottom: 28px; border-bottom: 1px solid var(--pma-border); margin-bottom: 28px; }
  .instructor-card__avatar { width: 112px; height: 112px; border-radius: 50%; overflow: hidden; background: #d4d4d4; border: 3px solid var(--pma-white); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); margin: 0 auto 18px; }
  .instructor-card__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .instructor-card__name { font-size: 26px; font-weight: 700; color: var(--pma-primary); line-height: 1.2; margin-bottom: 12px; }
  .instructor-card__cred { display: inline-block; background: rgba(23, 64, 103, 0.08); color: var(--pma-primary); font-size: 11px; font-weight: 700; letter-spacing: 0.3px; padding: 3px 9px; border-radius: 4px; margin: 0 3px 6px; }
  .instructor-card__tagline { font-size: 15px; color: var(--pma-text-dark); line-height: 1.55; font-style: italic; max-width: 600px; margin: 16px auto 0; }
  .instructor-card__bio { font-size: 16px; color: var(--pma-text-dark); line-height: 1.65; margin-bottom: 18px; }
  .instructor-card__toggle { background: none; border: none; padding: 0; font-family: inherit; color: var(--pma-primary); font-size: 14px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 24px; }
  .instructor-card__toggle:hover { color: var(--pma-primary-light); }
  .instructor-card__toggle:hover .toggle-label { text-decoration: underline; }
  .instructor-card__toggle-chevron { color: var(--pma-primary); transition: transform 0.2s ease; }
  .instructor-card__toggle[aria-expanded="true"] .instructor-card__toggle-chevron { transform: rotate(180deg); }
  .instructor-card__section-label { font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--pma-primary); margin-bottom: 12px; }
  .instructor-card__bullets { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin-bottom: 0; }
  .instructor-card__bullets li { display: flex; gap: 12px; font-size: 14px; color: var(--pma-text-dark); line-height: 1.55; }
  .instructor-card__bullets li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pma-accent); flex-shrink: 0; margin-top: 8px; }
  .instructor-card__industry { display: inline-block; background: var(--pma-gray-bg); border: 1px solid var(--pma-border); color: var(--pma-text-dark); font-size: 13px; font-weight: 500; padding: 6px 11px; border-radius: 20px; white-space: nowrap; margin: 0 3px 6px 0; }
  .instructor-arrow { position: absolute; top: 100px; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: var(--pma-primary); color: var(--pma-white); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); z-index: 2; }
  .instructor-arrow:hover { background: var(--pma-primary-light); transform: translateY(-50%) scale(1.05); color: var(--pma-white); }
  .instructor-arrow--prev { left: -22px; }
  .instructor-arrow--next { right: -22px; }
  .instructor-dots { display: flex; justify-content: center; gap: 10px; margin-top: 24px; padding: 0; list-style: none; }
  .instructor-dots li { width: 10px; height: 10px; border-radius: 50%; background: #c4ccd6; cursor: pointer; }
  .instructor-dots li.active { background: var(--pma-accent); }

  /* ============================================
     REVIEW CARDS
     ============================================ */
  .review-card { background: var(--pma-gray-bg); border: 1px solid var(--pma-card-border); border-radius: 10px; padding: 32px 28px 28px; display: flex; flex-direction: column; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.12); height: 100%; }
  .review-card__quote-mark { color: var(--pma-primary); margin-bottom: 18px; line-height: 1; }
  .review-card__quote { font-size: 15px; color: var(--pma-text-dark); line-height: 1.6; font-style: italic; flex: 1; margin-bottom: 22px; }
  .review-card__divider { border: none; border-top: 1px solid var(--pma-border); margin: 0 0 18px 0; }
  .review-card__name { font-weight: 700; font-size: 15px; margin-bottom: 2px; color: var(--pma-text-dark); }
  .review-card__role { color: var(--pma-muted); font-size: 14px; }

  /* ============================================
     FINAL CTA
     ============================================ */
  .final-cta { background: var(--pma-primary); padding: 80px 0; color: var(--pma-white); }
  .final-cta h2 { color: var(--pma-white); font-size: 38px; margin-bottom: 32px; }
  .final-cta__testimonial {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .final-cta__testimonial::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22%;
    background: rgba(255, 255, 255, 0.04);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  }
  .final-cta__avatar { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: #444; border: 2px solid rgba(255, 255, 255, 0.12); z-index: 1; }
  .final-cta__avatar img { width: 100%; height: 100%; object-fit: cover; }
  .final-cta__quote { font-size: 15px; line-height: 1.55; color: var(--pma-white); font-style: italic; margin: 0; z-index: 1; position: relative; }
  .final-cta__trust { display: inline-flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; font-size: 14px; color: var(--pma-white); }
  .final-cta__trust-stars { color: var(--pma-accent); font-size: 16px; letter-spacing: 1px; line-height: 1; }
  .final-cta__trust-divider { width: 1px; height: 18px; background: rgba(255, 255, 255, 0.25); }

  /* ============================================
     RESPONSIVE
     ============================================ */
  @media (max-width: 991px) {
    .hero { padding: 56px 0; }
    .hero__media { order: -1; max-width: 600px; margin: 0 auto 40px; }
    .sticky-sidebar { position: static; }
  }
  @media (max-width: 768px) {
    h2, .h2 { font-size: 1.625rem; }
    .hero { padding: 40px 0; }
    .hero h1 { font-size: 1.875rem; }
    .hero__testimonial { left: 16px; right: 16px; bottom: 50px; padding: 16px 20px; }
    .hero__quote-text { font-size: 0.8125rem; }
    .trust-strip__inner { flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 12px; }
    .final-cta { padding: 56px 0; }
    .final-cta h2 { font-size: 26px; }
    .final-cta__testimonial { flex-direction: column; align-items: center; text-align: center; padding: 22px; gap: 14px; }
    .instructor-card { padding: 28px 24px; }
    .instructor-card__avatar { width: 96px; height: 96px; }
    .instructor-card__name { font-size: 22px; }
    .instructor-arrow { width: 38px; height: 38px; }
    .instructor-arrow--prev { left: 8px; }
    .instructor-arrow--next { right: 8px; }
    .testimonial-dark { flex-direction: column; align-items: flex-start; gap: 16px; padding: 24px; }
  }
  @media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
