.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}
.v2-catalog {
  --brand-primary: #003366;
  --brand-primary-deep: #001F3F;
  --brand-primary-soft: #E6EEF5;
  --brand-accent: #FF7A00;
  --brand-accent-deep: #E66A00;
  --brand-accent-soft: #FFF0E0;

  /* Track colors — visual grouping */
  --track-programming: #FF7A00;       /* orange — clinical programming */
  --track-programming-soft: #FFF0E0;
  --track-operations: #003366;        /* navy — clinical operations */
  --track-operations-soft: #E6EEF5;
  --track-analytics: #0E9F6E;         /* green — healthcare analytics */
  --track-analytics-soft: #E0F4EB;

  --ink: #0F172A;
  --ink-soft: #334155;
  --ink-muted: #64748B;
  --ink-on-dark: rgba(255, 255, 255, 0.92);
  --ink-on-dark-muted: rgba(255, 255, 255, 0.66);

  --paper: #F5F8FB;
  --white: #FFFFFF;

  --whatsapp: #25D366;
  --whatsapp-dark: #1da851;

  --glass-bg: rgba(255, 255, 255, 0.65);
  --glass-bg-strong: rgba(255, 255, 255, 0.78);
  --glass-border: rgba(255, 255, 255, 0.8);
  --glass-blur: 20px;

  --border: rgba(0, 51, 102, 0.14);
  --border-strong: rgba(0, 51, 102, 0.22);
  --shadow-sm: 0 2px 6px rgba(0, 51, 102, 0.06);
  --shadow-md: 0 10px 30px rgba(0, 51, 102, 0.1);
  --shadow-lg: 0 24px 60px rgba(0, 51, 102, 0.16);

  --max: 1280px;
  --radius: 16px;

  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

.v2-catalog * { box-sizing: border-box; margin: 0; padding: 0; }

.v2-catalog::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(255, 122, 0, 0.14) 0%, transparent 35%),
    radial-gradient(circle at 88% 22%, rgba(0, 51, 102, 0.12) 0%, transparent 38%),
    radial-gradient(circle at 22% 75%, rgba(14, 159, 110, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 78% 80%, rgba(0, 51, 102, 0.1) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.v2-catalog::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 51, 102, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 51, 102, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

.v2-catalog h1, .v2-catalog h2, .v2-catalog h3, .v2-catalog h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--brand-primary);
}
.v2-catalog em { font-style: italic; color: var(--brand-accent); font-weight: 600; }

.v2-cat-container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ============ PAGE HEADER ============ */
.cat-page-header {
  padding: 56px 0 32px;
  text-align: center;
}
.cat-page-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-accent);
  margin-bottom: 16px;
  padding: 6px 14px;
  background: var(--brand-accent-soft);
  border-radius: 100px;
}
.cat-page-title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.cat-page-sub {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 auto;
  line-height: 1.65;
}

/* ============ FILTER BAR ============ */
.cat-filter-bar {
  background: var(--glass-bg-strong);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 20px;
  align-items: end;
}
.cat-filter-group { min-width: 0; }
.cat-filter-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-primary);
  margin-bottom: 8px;
}
.cat-filter-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.cat-filter-chip {
  padding: 8px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.cat-filter-chip:hover {
  border-color: var(--brand-accent);
  color: var(--brand-accent);
}
.cat-filter-chip.active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--white);
}
.cat-filter-chip.active.programming {
  background: var(--track-programming);
  border-color: var(--track-programming);
}
.cat-filter-chip.active.operations {
  background: var(--track-operations);
  border-color: var(--track-operations);
}
.cat-filter-chip.active.analytics {
  background: var(--track-analytics);
  border-color: var(--track-analytics);
}
.cat-filter-reset {
  padding: 9px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-muted);
  background: transparent;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.cat-filter-reset:hover {
  color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.cat-results-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--ink-muted);
  padding: 0 4px;
}
.cat-results-count strong { color: var(--brand-primary); font-weight: 700; }

/* ============ CARD GRID ============ */
.cat-courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .cat-courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cat-filter-bar {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .cat-courses-grid {
    grid-template-columns: 1fr;
  }
  .cat-hero-title { font-size: clamp(28px, 6vw, 36px); }
  .cat-detail-hero-title { font-size: clamp(28px, 6vw, 36px); }
  .cat-detail-hero-sub { font-size: 15px; }
  .cat-hero-sub { font-size: 15px; }
  .cat-course-title { font-size: 18px; }
  .cat-course-desc { font-size: 14px; }
  .cat-section-title { font-size: clamp(22px, 5vw, 26px); }
  .cat-btn { padding: 10px 16px; font-size: 13px; min-height: 42px; }
  .cat-p { font-size: 15px; }
}

/* ============ COURSE CARD ============ */
.cat-course-card {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  border-top: 4px solid var(--track-color, var(--brand-primary));
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.5s ease-out both;
}
.cat-course-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.cat-course-card.v-programming { --track-color: var(--track-programming); }
.cat-course-card.v-operations { --track-color: var(--track-operations); }
.cat-course-card.v-analytics { --track-color: var(--track-analytics); }

.cat-course-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, var(--track-color) 0%, transparent 65%);
  opacity: 0.08;
  pointer-events: none;
  border-radius: var(--radius);
}

.cat-card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.cat-track-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--track-color);
  padding: 5px 11px;
  background: var(--white);
  border: 1px solid var(--track-color);
  border-radius: 100px;
}
.cat-track-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--track-color);
  border-radius: 50%;
}
.cat-popular-tag {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-accent);
  padding: 5px 10px;
  background: var(--brand-accent-soft);
  border-radius: 100px;
}

.cat-card-icon-row {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.cat-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--track-color);
  color: var(--white);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.03em;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--track-color) 30%, transparent);
}
.cat-card-title-block { min-width: 0; flex: 1; }
.cat-card-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 4px;
}
.cat-card-subtitle {
  font-size: 13px;
  color: var(--ink-muted);
  font-weight: 500;
}

.cat-card-desc {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

.cat-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.cat-stat { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cat-stat-value {
  font-size: 14px;
  font-weight: 800;
  color: var(--brand-primary);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.cat-stat-value.accent { color: var(--brand-accent); }
.cat-stat-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cat-price-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px dashed var(--border);
  border-bottom: 1px dashed var(--border);
  position: relative;
  z-index: 1;
}
.cat-price-option { display: flex; flex-direction: column; gap: 2px; }
.cat-price-option-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-muted);
}
.cat-price-option-amount {
  font-size: 18px;
  font-weight: 800;
  color: var(--brand-primary);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.cat-price-option-amount small { font-size: 11px; font-weight: 500; color: var(--ink-muted); margin-left: 2px; }
.cat-price-option.highlighted .cat-price-option-amount { color: var(--brand-accent); }

.cat-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.cat-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 44px;
  text-align: center;
  white-space: nowrap;
}
.cat-card-btn-secondary { background: var(--white); color: var(--brand-primary); border: 1.5px solid var(--brand-primary); }
.cat-card-btn-secondary:hover { background: var(--brand-primary); color: var(--white); }
.cat-card-btn-primary { background: var(--whatsapp); color: var(--white); box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3); }
.cat-card-btn-primary:hover { background: var(--whatsapp-dark); transform: translateY(-1px); }

/* ============ NO RESULTS ============ */
.cat-no-results {
  text-align: center;
  padding: 80px 20px;
  grid-column: 1 / -1;
  animation: fadeUp 0.3s ease-out both;
}
.cat-no-results h3 { font-size: 22px; margin-bottom: 12px; }
.cat-no-results p { color: var(--ink-muted); margin-bottom: 20px; }

/* ============ STICKY MOBILE ============ */
.cat-sticky-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(245, 248, 251, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  z-index: 99;
}
.cat-sticky-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  background: var(--whatsapp);
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 100px;
}

@media (max-width: 1100px) {
  .cat-courses-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-filter-bar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .cat-page-header { padding: 32px 0 24px; }
  .cat-filter-bar { grid-template-columns: 1fr; padding: 16px; gap: 16px; }
  .cat-filter-reset { width: 100%; padding: 11px; }
  .cat-courses-grid { grid-template-columns: 1fr; gap: 18px; }
  .cat-results-meta { flex-direction: column; align-items: flex-start; gap: 6px; }
  .cat-sticky-mobile { display: block; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
/* HomeStyles.css */

.v2-home {
  --brand-primary: #003366;
  --brand-primary-deep: #001F3F;
  --brand-primary-soft: #E6EEF5;
  --brand-accent: #FF7A00;
  --brand-accent-deep: #E66A00;
  --brand-accent-soft: #FFF0E0;

  --ink: #0F172A;
  --ink-soft: #334155;
  --ink-muted: #64748B;
  --ink-on-dark: rgba(255, 255, 255, 0.92);
  --ink-on-dark-muted: rgba(255, 255, 255, 0.66);

  --paper: #F5F8FB;
  --paper-warm: #EAF1F8;
  --white: #FFFFFF;

  --whatsapp: #25D366;
  --whatsapp-dark: #1da851;

  --glass-bg: rgba(255, 255, 255, 0.65);
  --glass-border: rgba(255, 255, 255, 0.8);
  --glass-blur: 20px;

  --border: rgba(0, 51, 102, 0.14);
  --shadow-sm: 0 2px 6px rgba(0, 51, 102, 0.06);
  --shadow-md: 0 10px 30px rgba(0, 51, 102, 0.1);
  --shadow-lg: 0 24px 60px rgba(0, 51, 102, 0.16);
  --shadow-accent: 0 8px 24px rgba(255, 122, 0, 0.32);

  --radius: 16px;
  
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

.v2-home * {
  box-sizing: border-box;
}

/* Atmospheric background */
.v2-home::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(255, 122, 0, 0.16) 0%, transparent 35%),
    radial-gradient(circle at 88% 22%, rgba(0, 51, 102, 0.14) 0%, transparent 38%),
    radial-gradient(circle at 22% 75%, rgba(255, 122, 0, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 78% 80%, rgba(0, 51, 102, 0.1) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

/* Subtle data-grid overlay */
.v2-home::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 51, 102, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 51, 102, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

.v2-home h1, .v2-home h2, .v2-home h3, .v2-home h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--brand-primary);
  margin-top: 0;
}

.v2-home em { font-style: italic; color: var(--brand-accent); font-weight: 600; }

.v2-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 54px;
  text-align: center;
  letter-spacing: 0.005em;
  white-space: nowrap;
}
.v2-btn-primary {
  background: var(--brand-accent);
  color: white;
  box-shadow: var(--shadow-accent);
}
.v2-btn-primary:hover {
  background: var(--brand-accent-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 122, 0, 0.42);
  color: white;
}
.v2-btn-secondary {
  background: var(--white);
  color: var(--brand-primary);
  border: 1.5px solid var(--brand-primary);
}
.v2-btn-secondary:hover {
  background: var(--brand-primary);
  color: var(--white);
  transform: translateY(-2px);
}
.v2-btn-whatsapp {
  background: var(--whatsapp);
  color: white;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.v2-btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-1px);
  color: white;
}
.v2-btn-arrow { display: inline-block; transition: transform 0.2s; }
.v2-btn:hover .v2-btn-arrow { transform: translateX(3px); }

/* ============================================================
   SECTION BASE
   ============================================================ */
.v2-section { padding: 96px 0; position: relative; z-index: 1; }
.v2-section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-accent);
  margin-bottom: 16px;
  padding: 6px 14px;
  background: var(--brand-accent-soft);
  border-radius: 100px;
}
.v2-section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 22ch;
  letter-spacing: -0.025em;
}
.v2-section-sub {
  font-size: 17px;
  color: var(--ink-soft);
  max-width: 60ch;
  margin-bottom: 48px;
  line-height: 1.7;
}
.v2-section-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.v2-section-header .v2-section-kicker { margin-left: auto; margin-right: auto; }
.v2-section-header .v2-section-title { margin-left: auto; margin-right: auto; }
.v2-section-header .v2-section-sub { margin-left: auto; margin-right: auto; }

/* Glass card base */
.v2-glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.v2-glass-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.v2-glass-card-dark {
  background: linear-gradient(145deg, rgba(0, 51, 102, 0.96), rgba(0, 31, 63, 0.94));
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid rgba(255, 122, 0, 0.22);
  border-radius: var(--radius);
  color: var(--ink-on-dark);
  position: relative;
  overflow: hidden;
}
.v2-glass-card-dark::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

/* ============================================================
   HERO
   ============================================================ */
.v2-hero { padding: 56px 0 80px; position: relative; }
.v2-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: start;
}
.v2-hero-left { padding-top: 8px; }
.v2-urgency-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-accent);
  margin-bottom: 28px;
  padding: 10px 18px;
  background: var(--brand-accent-soft);
  border-radius: 100px;
  border: 1px solid rgba(255, 122, 0, 0.3);
}
.v2-urgency-pill::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--brand-accent);
  border-radius: 50%;
  animation: v2-pulse 2s infinite;
}
@keyframes v2-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.5); }
  50% { opacity: 0.7; box-shadow: 0 0 0 8px rgba(255, 122, 0, 0); }
}

.v2-hero-headline {
  font-size: clamp(36px, 5.2vw, 60px);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 13ch;
}
.v2-hero-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--ink-soft);
  max-width: 56ch;
  margin-bottom: 32px;
  line-height: 1.7;
}
.v2-hero-sub strong { font-weight: 600; color: var(--brand-primary); }

.v2-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }

/* PROOF BAR */
.v2-proof-bar {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 36px;
  padding: 22px 28px;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.v2-proof-item { display: flex; flex-direction: column; gap: 4px; }
.v2-proof-num {
  font-size: 24px;
  font-weight: 800;
  color: var(--brand-primary);
  line-height: 1;
  letter-spacing: -0.02em;
}
.v2-proof-num em { font-style: normal; color: var(--brand-accent); }
.v2-proof-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.v2-proof-stars {
  display: inline-flex;
  gap: 1px;
  color: var(--brand-accent);
  font-size: 13px;
  letter-spacing: -1px;
}

.v2-partners-strip {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.v2-partners-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.v2-partners-logos { display: flex; gap: 24px; flex-wrap: wrap; }
.v2-partner-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-primary);
  opacity: 0.55;
  letter-spacing: -0.01em;
}

/* TRACK SELECTOR */
.v2-track-selector {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  text-align: left;
}
.v2-track-selector::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.v2-selector-header { margin-bottom: 18px; position: relative; }
.v2-selector-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand-accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
}
.v2-selector-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: -0.015em;
  margin-top: 0;
}
.v2-track-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 20px;
  position: relative;
}
.v2-track-tab {
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: all 0.25s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.v2-track-tab:hover { border-color: var(--brand-accent); background: var(--white); }
.v2-track-tab.v2-active {
  border-color: var(--brand-primary);
  background: var(--brand-primary);
  box-shadow: var(--shadow-md);
}
.v2-track-tab-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--brand-accent-soft);
  color: var(--brand-accent);
  transition: all 0.25s;
}
.v2-track-tab.v2-active .v2-track-tab-icon {
  background: rgba(255, 122, 0, 0.2);
  color: var(--brand-accent);
}
.v2-track-tab-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.v2-track-tab.v2-active .v2-track-tab-name { color: var(--white); }

.v2-courses-panel { display: none; animation: slideUp 0.35s ease-out; }
.v2-courses-panel.v2-active { display: flex; flex-direction: column; gap: 10px; }
@keyframes slideUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes v2marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.v2-course-card-mini {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  text-align: left;
}
.v2-course-card-mini:hover {
  border-color: var(--brand-accent);
  transform: translateX(2px);
  box-shadow: var(--shadow-sm);
}
.v2-course-card-mini.v2-recommended {
  background: linear-gradient(135deg, rgba(0, 51, 102, 0.04), rgba(255, 122, 0, 0.06));
  border-color: var(--brand-accent);
}
.v2-course-card-mini.v2-recommended::before {
  content: '★ Recommended';
  position: absolute;
  top: -10px;
  right: 14px;
  background: var(--brand-accent);
  color: var(--white);
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.v2-course-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.v2-course-card-mini.v2-recommended .v2-course-icon {
  background: var(--brand-accent);
  color: var(--white);
}
.v2-course-info { min-width: 0; text-align: left; }
.v2-course-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.v2-course-desc {
  font-size: 12px;
  color: var(--ink-muted);
  line-height: 1.4;
  margin: 0;
}
.v2-course-meta { text-align: right; flex-shrink: 0; }
.v2-course-salary {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-accent);
  line-height: 1;
  margin-bottom: 3px;
}
.v2-course-duration {
  font-size: 11px;
  color: var(--ink-muted);
  font-weight: 500;
}

.v2-selector-action {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  position: relative;
}
.v2-selector-action .v2-btn {
  flex: 1;
  padding: 13px 16px;
  min-height: 46px;
  font-size: 13px;
}

/* ============================================================
   WHY US (Section 2)
   ============================================================ */
.v2-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.v2-why-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  border: 1px solid #f1f5f9;
}
.v2-why-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  flex-shrink: 0;
  position: relative;
}
.v2-why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.v2-why-icon::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="%23ff5722" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M5 12l5 5l10 -10"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.v2-why-card h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin: 0;
  color: #0f172a;
}
.v2-why-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   OUTCOMES — Career path visualizer
   ============================================================ */
.v2-outcomes-section { padding: 96px 0; }
.v2-path-visualizer {
  padding: 48px;
  position: relative;
}

/* Path persona tabs */
.v2-path-personas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.v2-persona-tab {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  color: var(--ink-on-dark);
  transition: all 0.25s ease;
  text-align: left;
}
.v2-persona-tab:hover {
  border-color: var(--brand-accent);
  background: rgba(255, 255, 255, 0.1);
}
.v2-persona-tab.v2-active {
  background: var(--brand-accent);
  border-color: var(--brand-accent);
  color: var(--white);
}
.v2-persona-tab-from {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  margin-bottom: 4px;
}
.v2-persona-tab.v2-active .v2-persona-tab-from { opacity: 0.9; }
.v2-persona-tab-to {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* Timeline */
.v2-career-path { display: none; position: relative; z-index: 2; }
.v2-career-path.v2-active { display: block; animation: slideUp 0.4s ease-out; }

.v2-path-timeline {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 32px;
}
.v2-path-step {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-align: left;
}
.v2-path-step.v2-start { background: rgba(255, 255, 255, 0.04); }
.v2-path-step.v2-end {
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.25), rgba(255, 122, 0, 0.12));
  border-color: rgba(255, 122, 0, 0.4);
}
.v2-step-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-accent);
  margin-bottom: 8px;
}
.v2-path-step.v2-start .v2-step-label { color: var(--ink-on-dark-muted); }
.v2-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.v2-step-meta {
  font-size: 12px;
  color: var(--ink-on-dark-muted);
  margin-top: auto;
  padding-top: 8px;
}
.v2-step-meta strong { color: var(--brand-accent); font-weight: 700; }

.v2-path-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-accent);
  padding: 0 8px;
  font-size: 18px;
}

.v2-path-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.v2-summary-stat { text-align: left; }
.v2-summary-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--brand-accent);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.v2-summary-label {
  font-size: 12px;
  color: var(--ink-on-dark-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.v2-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.v2-testimonial-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.v2-testimonial-package {
  font-size: 28px;
  font-weight: 800;
  color: var(--brand-accent);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.v2-testimonial-role {
  font-size: 12px;
  color: var(--ink-muted);
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.v2-testimonial-quote {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 20px;
  flex-grow: 1;
  font-style: italic;
}
.v2-testimonial-attr {
  padding-top: 16px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 12px;
  align-items: center;
}
.v2-testimonial-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}
.v2-testimonial-attr-text { font-size: 13px; }
.v2-testimonial-name { font-weight: 700; color: var(--brand-primary); }
.v2-testimonial-company { color: var(--ink-muted); font-size: 12px; margin-top: 2px; }

/* ============================================================
   COURSES OVERVIEW
   ============================================================ */
.v2-courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.v2-course-card-full {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  text-align: left;
}
.v2-course-card-track-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-accent);
  margin-bottom: 12px;
}
.v2-course-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.v2-course-card-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 8px;
  letter-spacing: -0.015em;
  line-height: 1.3;
}
.v2-course-card-desc {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-bottom: 20px;
  flex-grow: 1;
}
.v2-course-card-stats {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 12px;
}
.v2-stat-block { flex: 1; }
.v2-stat-block-value {
  font-weight: 700;
  color: var(--brand-accent);
  font-size: 14px;
  letter-spacing: -0.01em;
}
.v2-stat-block-label {
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 10px;
  font-weight: 600;
  margin-top: 2px;
}

/* ============================================================
   FAQ
   ============================================================ */
.v2-faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.v2-faq-item { padding: 0 28px; }
.v2-faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--brand-primary);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.v2-faq-toggle {
  font-size: 24px;
  color: var(--brand-accent);
  transition: transform 0.3s;
  flex-shrink: 0;
  font-weight: 400;
}
.v2-faq-item.v2-open .v2-faq-toggle { color: var(--brand-accent); }
.v2-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.v2-faq-item.v2-open .v2-faq-answer { max-height: 500px; padding-bottom: 22px; }

/* ============================================================
   FINAL CTA STRIP
   ============================================================ */
.v2-final-cta { padding: 64px 0 96px; }
.v2-final-cta-card { padding: 56px 48px; text-align: center; }
.v2-final-cta-card h2 { color: var(--white); margin-bottom: 16px; margin-left: auto; margin-right: auto;}
.v2-final-cta-card p {
  color: var(--ink-on-dark);
  max-width: 52ch;
  margin: 0 auto 32px;
  font-size: 17px;
}
.v2-final-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .v2-hero-grid { gap: 48px; }
  .v2-why-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-courses-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-testimonials-grid { grid-template-columns: 1fr 1fr; }
  .v2-path-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .v2-path-arrow { display: none; }
}

@media (max-width: 900px) {
  .v2-section { padding: 64px 0; }
  .v2-hero { padding: 40px 0 60px; }
  .v2-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .v2-hero-headline { font-size: clamp(32px, 8vw, 44px); max-width: none; }
  .v2-hero-ctas .v2-btn { flex: 1; min-width: 0; }
  .v2-proof-bar { grid-template-columns: 1fr 1fr; gap: 20px; }
  .v2-partners-strip { gap: 12px; }
  .v2-partners-logos { gap: 16px; }

  .v2-why-grid { grid-template-columns: 1fr; }
  .v2-testimonials-grid { grid-template-columns: 1fr; }
  .v2-courses-grid { grid-template-columns: 1fr; }

  .v2-path-visualizer { padding: 28px 24px; }
  .v2-path-personas { grid-template-columns: 1fr; }
  .v2-path-timeline { grid-template-columns: 1fr; gap: 12px; }
  .v2-path-summary { grid-template-columns: 1fr; gap: 20px; }
  .v2-summary-stat { text-align: center; }

  .v2-final-cta-card { padding: 36px 24px; }
}

@media (max-width: 640px) {
  .v2-hero-headline { font-size: clamp(28px, 7vw, 34px); }
  .v2-hero-sub { font-size: 15px; }
  .v2-btn { padding: 12px 18px; font-size: 14px; min-height: 44px; }
  .v2-btn-icon { width: 14px; height: 14px; }
  .v2-kicker { font-size: 10px; padding: 4px 10px; }
  .v2-sec-title { font-size: clamp(24px, 6vw, 28px); }
  .v2-sec-desc { font-size: 15px; }
  .v2-why-card h3 { font-size: 18px; }
  .v2-why-card p { font-size: 14px; }
  .v2-course-title { font-size: 18px; }
  .v2-course-desc { font-size: 14px; }
  .v2-persona-card h3 { font-size: 16px; }
  .v2-persona-card p { font-size: 13px; }
  .v2-step-card h4 { font-size: 15px; }
  .v2-step-card p { font-size: 13px; }
  .v2-faq-question { font-size: 15px; padding: 16px 0; }
  .v2-faq-answer { font-size: 14px; }
}

@media (max-width: 480px) {
  .v2-proof-bar { grid-template-columns: 1fr; gap: 14px; }
  .v2-selector-action { flex-direction: column; }
}
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% .013 17.38);
    --color-red-100: oklch(93.6% .032 17.717);
    --color-red-400: oklch(70.4% .191 22.216);
    --color-red-500: oklch(63.7% .237 25.331);
    --color-red-600: oklch(57.7% .245 27.325);
    --color-red-700: oklch(50.5% .213 27.518);
    --color-red-800: oklch(44.4% .177 26.899);
    --color-orange-50: oklch(98% .016 73.684);
    --color-orange-100: oklch(95.4% .038 75.164);
    --color-orange-200: oklch(90.1% .076 70.697);
    --color-orange-300: oklch(83.7% .128 66.29);
    --color-orange-600: oklch(64.6% .222 41.116);
    --color-orange-800: oklch(47% .157 37.304);
    --color-amber-50: oklch(98.7% .022 95.277);
    --color-amber-100: oklch(96.2% .059 95.617);
    --color-amber-600: oklch(66.6% .179 58.318);
    --color-amber-700: oklch(55.5% .163 48.998);
    --color-yellow-100: oklch(97.3% .071 103.193);
    --color-yellow-800: oklch(47.6% .114 61.907);
    --color-green-100: oklch(96.2% .044 156.743);
    --color-green-800: oklch(44.8% .119 151.328);
    --color-emerald-50: oklch(97.9% .021 166.113);
    --color-emerald-100: oklch(95% .052 163.051);
    --color-emerald-200: oklch(90.5% .093 164.15);
    --color-emerald-400: oklch(76.5% .177 163.223);
    --color-emerald-600: oklch(59.6% .145 163.225);
    --color-emerald-700: oklch(50.8% .118 165.612);
    --color-emerald-800: oklch(43.2% .095 166.913);
    --color-emerald-900: oklch(37.8% .077 168.94);
    --color-blue-50: oklch(97% .014 254.604);
    --color-blue-100: oklch(93.2% .032 255.585);
    --color-blue-700: oklch(48.8% .243 264.376);
    --color-blue-800: oklch(42.4% .199 265.638);
    --color-slate-50: oklch(98.4% .003 247.858);
    --color-slate-100: oklch(96.8% .007 247.896);
    --color-slate-200: oklch(92.9% .013 255.508);
    --color-slate-300: oklch(86.9% .022 252.894);
    --color-slate-400: oklch(70.4% .04 256.788);
    --color-slate-500: oklch(55.4% .046 257.417);
    --color-slate-600: oklch(44.6% .043 257.281);
    --color-slate-700: oklch(37.2% .044 257.287);
    --color-slate-800: oklch(27.9% .041 260.031);
    --color-slate-900: oklch(20.8% .042 265.755);
    --color-gray-50: oklch(98.5% .002 247.839);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-gray-900: oklch(21% .034 264.665);
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --shadow-xs: 0 1px 2px 0 #0000000d;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .z-10 {
    z-index: 10;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-\[500px\] {
    min-height: 500px;
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-px {
    width: 1px;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[200px\] {
    max-width: 200px;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-ping {
    animation: var(--animate-ping);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .resize-y {
    resize: vertical;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-gray-100 > :not(:last-child)) {
    border-color: var(--color-gray-100);
  }

  :where(.divide-gray-200 > :not(:last-child)) {
    border-color: var(--color-gray-200);
  }

  :where(.divide-slate-100 > :not(:last-child)) {
    border-color: var(--color-slate-100);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-\[\#f25c27\] {
    border-color: #f25c27;
  }

  .border-emerald-100 {
    border-color: var(--color-emerald-100);
  }

  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-orange-100 {
    border-color: var(--color-orange-100);
  }

  .border-red-100 {
    border-color: var(--color-red-100);
  }

  .border-slate-100 {
    border-color: var(--color-slate-100);
  }

  .border-slate-200 {
    border-color: var(--color-slate-200);
  }

  .border-slate-300 {
    border-color: var(--color-slate-300);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[\#0F172A\] {
    background-color: #0f172a;
  }

  .bg-\[\#1e8e3e\] {
    background-color: #1e8e3e;
  }

  .bg-\[\#F8FAFC\] {
    background-color: #f8fafc;
  }

  .bg-\[\#d93025\] {
    background-color: #d93025;
  }

  .bg-\[\#e6f4ea\] {
    background-color: #e6f4ea;
  }

  .bg-\[\#f25c27\] {
    background-color: #f25c27;
  }

  .bg-\[\#fce8e6\] {
    background-color: #fce8e6;
  }

  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }

  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }

  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }

  .bg-emerald-50\/50 {
    background-color: #ecfdf580;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-50\/50 {
      background-color: color-mix(in oklab, var(--color-emerald-50) 50%, transparent);
    }
  }

  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-50\/50 {
    background-color: #f9fafb80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-50\/50 {
      background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent);
    }
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-100 {
    background-color: var(--color-red-100);
  }

  .bg-red-400 {
    background-color: var(--color-red-400);
  }

  .bg-red-500 {
    background-color: var(--color-red-500);
  }

  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }

  .bg-slate-50\/50 {
    background-color: #f8fafc80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-50\/50 {
      background-color: color-mix(in oklab, var(--color-slate-50) 50%, transparent);
    }
  }

  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }

  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .break-all {
    word-break: break-all;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#1e8e3e\] {
    color: #1e8e3e;
  }

  .text-\[\#d93025\] {
    color: #d93025;
  }

  .text-\[\#f25c27\] {
    color: #f25c27;
  }

  .text-amber-600 {
    color: var(--color-amber-600);
  }

  .text-amber-700 {
    color: var(--color-amber-700);
  }

  .text-blue-700 {
    color: var(--color-blue-700);
  }

  .text-blue-800 {
    color: var(--color-blue-800);
  }

  .text-emerald-400 {
    color: var(--color-emerald-400);
  }

  .text-emerald-600 {
    color: var(--color-emerald-600);
  }

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-emerald-900 {
    color: var(--color-emerald-900);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-800 {
    color: var(--color-green-800);
  }

  .text-orange-600 {
    color: var(--color-orange-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-slate-200 {
    color: var(--color-slate-200);
  }

  .text-slate-300 {
    color: var(--color-slate-300);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-600 {
    color: var(--color-slate-600);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

  .text-slate-800 {
    color: var(--color-slate-800);
  }

  .text-slate-900 {
    color: var(--color-slate-900);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-yellow-800 {
    color: var(--color-yellow-800);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-75 {
    opacity: .75;
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .group-hover\:bg-emerald-100:is(:where(.group):hover *) {
      background-color: var(--color-emerald-100);
    }

    .group-hover\:bg-orange-100:is(:where(.group):hover *) {
      background-color: var(--color-orange-100);
    }

    .group-hover\:text-\[\#f25c27\]:is(:where(.group):hover *) {
      color: #f25c27;
    }

    .group-hover\:text-emerald-600:is(:where(.group):hover *) {
      color: var(--color-emerald-600);
    }

    .group-hover\:text-emerald-800:is(:where(.group):hover *) {
      color: var(--color-emerald-800);
    }

    .group-hover\:text-orange-800:is(:where(.group):hover *) {
      color: var(--color-orange-800);
    }

    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }

    .hover\:border-emerald-200:hover {
      border-color: var(--color-emerald-200);
    }

    .hover\:border-orange-200:hover {
      border-color: var(--color-orange-200);
    }

    .hover\:border-orange-300:hover {
      border-color: var(--color-orange-300);
    }

    .hover\:bg-\[\#d94f20\]:hover {
      background-color: #d94f20;
    }

    .hover\:bg-emerald-50:hover {
      background-color: var(--color-emerald-50);
    }

    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }

    .hover\:bg-orange-50:hover {
      background-color: var(--color-orange-50);
    }

    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }

    .hover\:bg-slate-50:hover {
      background-color: var(--color-slate-50);
    }

    .hover\:bg-slate-50\/50:hover {
      background-color: #f8fafc80;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-slate-50\/50:hover {
        background-color: color-mix(in oklab, var(--color-slate-50) 50%, transparent);
      }
    }

    .hover\:bg-slate-100:hover {
      background-color: var(--color-slate-100);
    }

    .hover\:bg-slate-800:hover {
      background-color: var(--color-slate-800);
    }

    .hover\:text-\[\#d94f20\]:hover {
      color: #d94f20;
    }

    .hover\:text-\[\#f25c27\]:hover {
      color: #f25c27;
    }

    .hover\:text-emerald-700:hover {
      color: var(--color-emerald-700);
    }

    .hover\:text-red-500:hover {
      color: var(--color-red-500);
    }

    .hover\:text-red-600:hover {
      color: var(--color-red-600);
    }

    .hover\:text-slate-700:hover {
      color: var(--color-slate-700);
    }

    .hover\:text-slate-900:hover {
      color: var(--color-slate-900);
    }

    .hover\:shadow:hover {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-\[\#f25c27\]:focus {
    border-color: #f25c27;
  }

  .focus\:border-transparent:focus {
    border-color: #0000;
  }

  .focus\:bg-white:focus {
    background-color: var(--color-white);
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[\#f25c27\]:focus {
    --tw-ring-color: #f25c27;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }

    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:items-center {
      align-items: center;
    }

    .sm\:justify-between {
      justify-content: space-between;
    }

    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }

    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}

:root {
  --blue: #036;
  --blue-dark: #001f3f;
  --blue-mid: #004b99;
  --blue-soft: #e6eef5;
  --blue-border: #b3c9e0;
  --orange: #ff7a00;
  --orange-dark: #e66a00;
  --orange-soft: #fff0e0;
  --ink: #0f172a;
  --ink-soft: #374151;
  --ink-muted: #6b7280;
  --ink-pale: #9ca3af;
  --surface: #fff;
  --tint: #f0f5fb;
  --border: #e2e8f0;
  --border-mid: #cbd5e1;
  --green: #16a34a;
  --red: #dc2626;
  --wa: #25d366;
  --wa-dark: #1da851;
  --shadow-xs: 0 1px 3px #0033660f, 0 1px 2px #0033660a;
  --shadow-sm: 0 4px 12px #00336614;
  --shadow-md: 0 8px 24px #0033661f;
  --shadow-lg: 0 20px 48px #00336629;
  --max: 1160px;
  --r: 10px;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--surface);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  letter-spacing: -.025em;
  color: var(--ink);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 800;
  line-height: 1.15;
}

a {
  color: var(--blue);
}

em {
  color: var(--blue);
  font-style: normal;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
}

.nav {
  background: var(--blue-dark);
  z-index: 100;
  border-bottom: 1px solid #ffffff14;
  position: sticky;
  top: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  height: 68px;
  display: flex;
}

.logo {
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: flex;
}

.logo img {
  width: auto;
  height: 44px;
  display: block;
}

.logo-text {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.logo-text span {
  color: var(--orange);
}

.nav-right {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: flex;
}

.nav-link {
  color: #ffffffb8;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s;
}

.nav-link:hover, .nav-link.active {
  color: #fff;
  background: #ffffff1a;
}

.nav-cta {
  color: #fff;
  background: var(--orange);
  border-radius: var(--r);
  padding: 9px 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, transform .15s;
}

.nav-cta:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.currency-switch {
  color: #fff;
  cursor: pointer;
  background: #ffffff14;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  padding: 6px 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.currency-switch option {
  background: var(--blue-dark);
  color: #fff;
}

.nav-cart {
  position: relative;
}

.nav-cart-count {
  background: var(--orange);
  color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: -4px;
  right: -4px;
}

section {
  padding: 72px 0;
}

section.tinted {
  background: var(--tint);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

section.dark {
  background: var(--blue-dark);
  border: none;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--orange);
  margin-bottom: 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.kicker-dark {
  color: #ffffff8c;
}

.sec-title {
  letter-spacing: -.025em;
  max-width: 22ch;
  margin-bottom: 14px;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
}

.sec-title.dark {
  color: #fff;
}

.sec-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sec-sub {
  color: var(--ink-muted);
  max-width: 60ch;
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 1.7;
}

.sec-sub.dark {
  color: #fff9;
}

.sec-sub.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sec-header-center {
  text-align: center;
}

.btn {
  border-radius: var(--r);
  cursor: pointer;
  letter-spacing: .005em;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 22px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .15s;
  display: inline-flex;
}

.btn-blue {
  background: var(--blue);
  color: #fff;
}

.btn-blue:hover {
  background: var(--blue-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px #00336647;
}

.btn-orange {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 4px 14px #ff7a004d;
}

.btn-orange:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px #ff7a0066;
}

.btn-wa {
  background: var(--wa);
  color: #fff;
}

.btn-wa:hover {
  background: var(--wa-dark);
  transform: translateY(-1px);
}

.btn-outline {
  color: var(--blue);
  border: 1.5px solid var(--blue);
  background: none;
}

.btn-outline:hover {
  background: var(--blue-soft);
}

.btn-outline-orange {
  color: var(--orange);
  border: 1.5px solid var(--orange);
  background: none;
}

.btn-outline-orange:hover {
  background: var(--orange-soft);
}

.btn-ghost {
  color: var(--ink-soft);
  border: 1.5px solid var(--border);
  background: none;
}

.btn-ghost:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.btn-dark-outline {
  color: #fff;
  background: none;
  border: 1.5px solid #ffffff59;
}

.btn-dark-outline:hover {
  background: #ffffff1a;
}

.btn-sm {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 13px;
}

.btn-full {
  width: 100%;
}

.hero {
  border-bottom: 1px solid var(--border);
  padding: 72px 0 80px;
}

.hero-inner {
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 64px;
  display: grid;
}

.hero-tag {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--orange);
  background: var(--orange-soft);
  border: 1px solid #ff7a0040;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.hero-h1 {
  letter-spacing: -.03em;
  max-width: 16ch;
  margin-bottom: 22px;
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.08;
}

.hero-sub {
  color: var(--ink-soft);
  max-width: 54ch;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.7;
}

.hero-ctas {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
  display: flex;
}

.hero-trust {
  color: var(--ink-muted);
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  display: flex;
}

.trust-pill {
  align-items: center;
  gap: 7px;
  font-weight: 500;
  display: flex;
}

.trust-pill strong {
  color: var(--ink);
  font-weight: 700;
}

.stars {
  color: #f59e0b;
  letter-spacing: -1px;
}

.hero-right {
  gap: 12px;
  display: grid;
}

.hero-stat-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.hero-stat {
  background: var(--tint);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 22px 18px;
}

.hero-stat-num {
  color: var(--orange);
  letter-spacing: -.03em;
  margin-bottom: 6px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.hero-stat-label {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.course-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.course-card {
  background: var(--surface);
  border: 1px solid var(--border);
  color: inherit;
  border-radius: 14px;
  flex-direction: column;
  padding: 26px 24px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.course-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--blue-border);
  transform: translateY(-3px);
}

.course-mark {
  background: linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.course-mark.alt {
  background: linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);
}

.course-title {
  color: var(--ink);
  letter-spacing: -.015em;
  margin-bottom: 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
}

.course-desc {
  color: var(--ink-muted);
  flex-grow: 1;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.course-meta {
  color: var(--ink-muted);
  border-top: 1px solid var(--border);
  gap: 14px;
  margin-bottom: 14px;
  padding-top: 14px;
  font-size: 12px;
  display: flex;
}

.course-meta span {
  align-items: center;
  gap: 5px;
  display: flex;
}

.course-price-row {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.course-price {
  color: var(--blue);
  letter-spacing: -.02em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.course-price small {
  color: var(--ink-muted);
  margin-left: 4px;
  font-size: 12px;
  font-weight: 500;
}

.curr-grid {
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.curr-card {
  background: var(--surface);
  padding: 26px 22px;
  transition: background .15s;
}

.curr-card:hover {
  background: var(--tint);
}

.curr-num {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--orange);
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.curr-title {
  color: var(--ink);
  letter-spacing: -.015em;
  margin-bottom: 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.curr-desc {
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.6;
}

.problem-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 56px;
  display: grid;
}

.problem-list {
  margin-top: 8px;
  list-style: none;
}

.problem-list li {
  border-bottom: 1px solid var(--border);
  color: var(--ink-soft);
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  font-size: 15px;
  line-height: 1.55;
  display: flex;
}

.prob-check {
  width: 20px;
  height: 20px;
  color: var(--green);
  background: #16a34a26;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.promise-card {
  background: var(--blue-dark);
  border-radius: 14px;
  padding: 36px 32px;
}

.promise-card h3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 22px;
}

.promise-card p {
  color: #ffffffb8;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.75;
}

.promise-check {
  color: #fffc;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.check-icon {
  border: 1.5px solid var(--orange);
  color: #ffb366;
  background: #ff7a0033;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
  display: grid;
}

.price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  flex-direction: column;
  padding: 26px 22px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: relative;
}

.price-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.price-card.featured {
  background: var(--blue-dark);
  box-shadow: var(--shadow-lg);
  border-color: #0000;
}

.price-card.featured:hover {
  transform: translateY(-3px);
}

.price-badge {
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  border-radius: 6px;
  padding: 5px 14px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%);
}

.badge-pop {
  background: var(--orange);
  color: #fff;
}

.badge-val {
  background: var(--green);
  color: #fff;
}

.price-label {
  color: var(--ink);
  letter-spacing: -.015em;
  margin-bottom: 4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.price-card.featured .price-label {
  color: #fff;
}

.price-tag {
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 500;
}

.price-card.featured .price-tag {
  color: #ffffff73;
}

.price-amount {
  color: var(--blue);
  letter-spacing: -.03em;
  margin-bottom: 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.price-card.featured .price-amount {
  color: var(--orange);
}

.price-amount small {
  opacity: .5;
  font-size: 14px;
  font-weight: 500;
}

.price-features {
  border-top: 1px solid var(--border);
  flex-grow: 1;
  margin-bottom: 18px;
  padding-top: 14px;
  list-style: none;
}

.price-card.featured .price-features {
  border-color: #ffffff1f;
}

.price-features li {
  color: var(--ink-soft);
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
}

.price-card.featured .price-features li {
  color: #ffffffb3;
}

.price-check {
  color: var(--orange);
  flex-shrink: 0;
  font-weight: 700;
}

.price-card .btn {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  font-size: 13px;
}

.form-card {
  background: var(--surface);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 28px;
}

.form-card h3 {
  margin-bottom: 4px;
  font-size: 20px;
}

.form-card > p {
  color: var(--ink-muted);
  margin-bottom: 22px;
  font-size: 13px;
}

.form-field {
  margin-bottom: 14px;
}

.form-field label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--blue);
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.form-field input, .form-field select, .form-field textarea {
  border: 1.5px solid var(--border);
  background: var(--surface);
  width: 100%;
  color: var(--ink);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: border-color .15s, box-shadow .15s;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 3px #ff7a001a;
}

.form-submit {
  width: 100%;
  margin-top: 6px;
}

.form-legal {
  color: var(--ink-pale);
  text-align: center;
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.5;
}

.form-error {
  color: var(--red);
  margin-top: 6px;
  font-size: 13px;
}

.form-success {
  color: var(--green);
  margin-top: 6px;
  font-size: 13px;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  text-align: left;
  width: 100%;
  color: var(--ink);
  cursor: pointer;
  letter-spacing: -.015em;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.faq-question:hover {
  color: var(--orange);
}

@keyframes v2marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.faq-icon {
  border: 1.5px solid var(--border-mid);
  width: 28px;
  height: 28px;
  color: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  transition: background .15s;
  display: flex;
}

.faq-item.open .faq-icon {
  background: var(--orange-soft);
}

.faq-answer {
  max-height: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
  transition: max-height .3s, padding .3s;
  overflow: hidden;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  padding-bottom: 22px;
}

.testimonials-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.testimonial {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  flex-direction: column;
  padding: 28px 24px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial:before {
  content: "“";
  color: var(--orange);
  opacity: .08;
  pointer-events: none;
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: 1;
  position: absolute;
  top: -10px;
  right: 20px;
}

.testimonial:hover {
  box-shadow: var(--shadow-sm);
}

.test-quote {
  color: var(--ink-soft);
  flex-grow: 1;
  margin-bottom: 18px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
}

.test-name {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.test-co {
  color: var(--ink-muted);
  margin-top: 2px;
  font-size: 12px;
}

.footer {
  background: var(--ink);
  color: #fff9;
  padding: 56px 0 32px;
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 36px;
  display: grid;
}

.footer-col h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #ffffff8c;
  font-size: 14px;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-about {
  color: #ffffff8c;
  max-width: 38ch;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-bottom {
  color: #fff6;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 12px;
  display: flex;
}

.page-head {
  border-bottom: 1px solid var(--border);
  padding: 48px 0 32px;
}

.page-head h1 {
  margin-bottom: 8px;
  font-size: clamp(28px, 4vw, 40px);
}

.page-head p {
  color: var(--ink-muted);
  font-size: 16px;
}

.split {
  grid-template-columns: 1.4fr 1fr;
  align-items: start;
  gap: 40px;
  padding: 56px 0;
  display: grid;
}

.summary-card {
  background: var(--tint);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 26px;
  position: sticky;
  top: 88px;
}

.summary-row {
  color: var(--ink-soft);
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  display: flex;
}

.summary-row:last-child {
  border: none;
}

.summary-total {
  color: var(--blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.summary-list {
  margin-bottom: 14px;
}

.summary-item {
  border-bottom: 1px dashed var(--border);
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  font-size: 14px;
  display: flex;
}

.summary-item-info strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.summary-item-info span {
  color: var(--ink-muted);
  font-size: 12px;
}

.summary-item-price {
  white-space: nowrap;
  font-weight: 700;
}

.summary-empty {
  text-align: center;
  color: var(--ink-muted);
  padding: 24px 0;
  font-size: 14px;
}

.tab-row {
  background: var(--tint);
  border: 1px solid var(--border);
  border-radius: 10px;
  gap: 4px;
  margin-bottom: 24px;
  padding: 4px;
  display: inline-flex;
}

.tab-row button {
  color: var(--ink-muted);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 7px;
  padding: 9px 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .15s;
}

.tab-row button.active {
  background: var(--surface);
  color: var(--blue);
  box-shadow: var(--shadow-xs);
}

.table {
  border-collapse: collapse;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.table th, .table td {
  text-align: left;
  border-bottom: 1px solid var(--border);
  padding: 14px 16px;
  font-size: 14px;
}

.table th {
  background: var(--tint);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.table tr:last-child td {
  border-bottom: none;
}

.pill {
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 20px;
  padding: 4px 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.pill.green {
  color: var(--green);
  background: #16a34a1f;
  border: 1px solid #16a34a4d;
}

.pill.orange {
  background: var(--orange-soft);
  color: var(--orange);
  border: 1px solid #ff7a004d;
}

.pill.blue {
  background: var(--blue-soft);
  color: var(--blue);
  border: 1px solid var(--blue-border);
}

.toast {
  z-index: 200;
  background: var(--blue-dark);
  color: #fff;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  max-width: 320px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .25s, transform .25s;
  position: fixed;
  bottom: 24px;
  right: 24px;
  transform: translateY(10px);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.success {
  background: var(--green);
}

.toast.error {
  background: var(--red);
}

.batches-card {
  background: var(--blue-dark);
  border-radius: var(--r);
  border: 1px solid #ff7a0040;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
  display: flex;
}

.batches-header {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ffffff73;
  margin-bottom: 4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.batch-row {
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  display: flex;
}

.batch-icon {
  flex-shrink: 0;
  font-size: 18px;
}

.batch-info {
  flex: 1;
}

.batch-time {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.batch-date {
  color: #ffffff80;
  margin-top: 2px;
  font-size: 11px;
}

.batch-pill {
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
  border-radius: 20px;
  padding: 4px 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.batch-pill.filling {
  color: var(--orange);
  background: #ff7a0040;
  border: 1px solid #ff7a0066;
}

.batch-pill.open {
  color: #25d366;
  background: #25d3662e;
  border: 1px solid #25d36659;
}

.trainers-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
  display: grid;
}

.trainer-card {
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
  box-shadow: var(--shadow-xs);
  border-radius: 14px;
  padding: 28px 20px 24px;
  transition: background .2s, transform .2s;
}

.trainer-card:hover {
  background: var(--tint);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.trainer-avatar {
  background: linear-gradient(135deg,var(--orange) 0%,var(--blue-dark) 100%);
  color: #fff;
  border: 2px solid #ff7a0066;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  display: flex;
}

.trainer-name {
  color: var(--blue);
  margin-bottom: 4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.trainer-spec {
  color: var(--blue);
  font-size: 12px;
  line-height: 1.5;
}

.trainer-exp {
  color: var(--orange);
  background: #ff7a001f;
  border: 1px solid #ff7a0040;
  border-radius: 20px;
  margin-top: 12px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.pricing-tabs-wrap {
  text-align: center;
}

.pricing-tabs {
  background: var(--tint);
  border: 1px solid var(--border);
  border-radius: 10px;
  gap: 4px;
  margin-bottom: 48px;
  padding: 4px;
  display: inline-flex;
}

.pricing-tab {
  color: var(--ink-muted);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 7px;
  padding: 10px 22px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .15s;
}

.pricing-tab.active {
  background: var(--surface);
  color: var(--blue);
  box-shadow: var(--shadow-xs);
  border-bottom: 2px solid var(--orange);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: grid;
}

.price-emi {
  color: var(--ink-pale);
  margin-bottom: 16px;
  font-size: 12px;
}

.price-card.featured .price-emi {
  color: #ffffff59;
}

.badge-found {
  background: var(--blue-soft);
  color: var(--blue);
  border: 1px solid var(--blue-border);
}

.badge-spec {
  background: var(--tint);
  color: var(--ink-soft);
  border: 1px solid var(--border);
}

.pricing-note {
  text-align: center;
  color: var(--ink-muted);
  margin-top: 36px;
  font-size: 13px;
}

.pricing-note a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

.cro-logos-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 52px;
  display: grid;
}

.cro-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.cro-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cro-logo-mark {
  color: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: flex;
}

.cro-logo-name {
  color: var(--ink);
  text-align: center;
  letter-spacing: -.01em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.cro-logo-tagline {
  color: var(--ink-muted);
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
}

.video-wrap {
  width: 100%;
  max-width: 800px;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.video-placeholder {
  background: linear-gradient(135deg,var(--blue-dark) 0%,#1a3a6e 100%);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.play-btn {
  background: var(--orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 8px 24px #ff7a0073;
}

.video-placeholder:hover .play-btn {
  transform: scale(1.08);
}

.video-wrap iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.test-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
  display: flex;
}

.test-pkg {
  color: var(--orange);
  letter-spacing: -.03em;
  margin-bottom: 2px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.test-role {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-muted);
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
}

.test-stars {
  color: #f59e0b;
  letter-spacing: -1px;
  font-size: 14px;
}

.test-attr {
  border-top: 1px solid var(--border);
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  display: flex;
}

.test-avatar {
  background: linear-gradient(135deg,var(--orange),var(--blue));
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.form-section-inner {
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 72px;
  display: grid;
}

.form-left h2 {
  color: #fff;
  margin-bottom: 20px;
}

.form-left p {
  color: #ffffffa6;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.75;
}

.faq-header {
  text-align: center;
  margin-bottom: 52px;
}

.faq-header .kicker {
  text-align: center;
  display: block;
}

.faq-header .sec-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-inner {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.final-cta-inner h2 {
  color: #fff;
  max-width: 20ch;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(30px, 4vw, 44px);
}

.final-cta-inner p {
  color: #fff9;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.7;
}

.final-cta-btns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.sticky-mobile {
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  z-index: 99;
  background: #fffffff2;
  padding: 10px 16px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.sticky-mobile .btn {
  width: 100%;
}

.prob-x {
  color: #dc2626;
  background: #fee2e2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.promise-rule {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--blue-mid);
  border-top: 1px solid #ffffff26;
  margin-top: 20px;
  padding-top: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.chat-markdown-body table {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
  font-size: 13px;
}

.chat-markdown-body th {
  text-align: left;
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 4px;
}

.chat-markdown-body td {
  border: 1px solid #ddd;
  padding: 4px;
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .course-grid, .curr-grid, .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .summary-card {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .trainers-grid, .cro-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-section-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sticky-mobile {
    display: block;
  }

  body {
    padding-bottom: 72px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .hero {
    padding: 48px 0 56px;
  }

  .course-grid, .curr-grid, .pricing-grid, .trainers-grid, .cro-logos-grid {
    grid-template-columns: 1fr;
  }

  .nav-inner {
    height: 60px;
  }

  .mobile-menu-btn {
    padding: 4px;
    display: block !important;
  }

  .nav-right {
    background: var(--blue-dark);
    box-shadow: var(--shadow-lg);
    border-bottom: 1px solid #ffffff1a;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }

  .nav-right.open {
    display: flex;
  }

  .nav-right .nav-link {
    border-radius: 6px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    display: flex;
  }

  .nav-right .nav-link.keep {
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    display: flex;
  }

  .nav-right .currency-switch {
    width: 100%;
    margin: 0;
    padding: 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .btn {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 13px;
  }

  body {
    font-size: 15px;
  }

  .sec-title {
    font-size: clamp(22px, 5vw, 28px);
  }

  .sec-sub {
    font-size: 15px;
  }

  .hero-h1 {
    font-size: clamp(28px, 6vw, 36px);
  }

  .hero-sub {
    font-size: 15px;
  }

  .course-title, .curr-title, .price-label {
    font-size: 17px;
  }

  .nav-right .nav-link, .nav-right .nav-link.keep {
    padding: 10px;
    font-size: 14px;
  }

  .table th, .table td {
    padding: 10px;
    font-size: 13px;
  }

  section {
    padding: 56px 0;
  }

  .split {
    padding: 32px 0;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}
