.elementor-12029 .elementor-element.elementor-element-395fb55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================================================
     CAREER CHANGE PAGE
     ============================================================ */
  .program-hero {
    position: relative; padding: 80px 0 100px; overflow: hidden;
    background:
      radial-gradient(900px 600px at 5% 0%, rgba(246,145,30,0.20), transparent 60%),
      radial-gradient(700px 500px at 95% 30%, rgba(44,232,197,0.16), transparent 60%),
      #fff;
  }
  .program-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
  .program-crumb {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    color: var(--ink-500); margin-bottom: 20px; font-weight: 600; letter-spacing: 0.06em;
  }
  .program-crumb a { color: var(--navy-800); text-decoration: none; }
  .program-crumb a:hover { color: var(--orange-500); }
  .program-crumb .sep { color: var(--ink-400); }

  .program-badge {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 14px; border-radius: 999px;
    background: var(--orange-500); border: 1px solid var(--orange-500);
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    color: #fff; font-weight: 700; letter-spacing: 0.06em;
  }
  .program-badge::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: #fff; }

  .program-hero h1 {
    font-size: clamp(40px, 5.5vw, 72px); font-weight: 800;
    line-height: 1.05; letter-spacing: -0.025em;
    margin: 18px 0 22px; color: var(--navy-800); text-wrap: balance;
  }
  .program-hero h1 .accent {
    background: linear-gradient(120deg, var(--orange-500), #FFB14D);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .program-hero p.lead { font-size: 18px; color: var(--ink-700); max-width: 560px; line-height: 1.65; margin: 0 0 32px; }
  .program-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

  .program-summary {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 12px; margin-top: 36px; max-width: 560px;
  }
  .program-summary .it { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 14px; }
  .program-summary .l { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
  .program-summary .v { font-size: 15px; font-weight: 700; color: var(--navy-800); margin-top: 4px; }

  /* Hero visual: career transition map */
  .transition-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: var(--radius-xl); padding: 26px;
    box-shadow: var(--shadow-lg); position: relative;
  }
  .transition-card::before {
    content: ""; position: absolute; inset: -2px; z-index: -1;
    background: linear-gradient(135deg, rgba(246,145,30,0.6), rgba(44,232,197,0.6));
    border-radius: var(--radius-xl); filter: blur(40px); opacity: .4;
  }
  .tc-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; margin-bottom: 18px; border-bottom: 1px solid var(--border); }
  .tc-title { font-size: 14px; font-weight: 700; color: var(--navy-800); }
  .tc-sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-500); margin-top: 2px; font-weight: 600; }
  .tc-status {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    background: var(--orange-soft); color: var(--orange-500);
    padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(246,145,30,0.4);
    font-weight: 700;
  }

  .tc-journey {
    display: grid; grid-template-columns: 1fr 32px 1fr;
    gap: 14px; align-items: center;
    background: var(--bg-soft); border: 1px solid var(--border);
    border-radius: 16px; padding: 18px; margin-bottom: 14px;
  }
  .tc-side h4 { font-size: 14px; font-weight: 700; color: var(--navy-800); margin: 0 0 4px; }
  .tc-side .meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); font-weight: 600; }
  .tc-side.from h4 { color: var(--ink-500); text-decoration: line-through; text-decoration-color: var(--ink-400); }
  .tc-arrow {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--orange-500); color: #fff;
    display: grid; place-items: center;
    font-weight: 700; font-size: 14px;
  }

  .tc-month {
    background: var(--bg-soft); border: 1px solid var(--border); border-radius: 12px;
    padding: 12px 14px; margin-bottom: 8px;
    display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center;
  }
  .tc-month-pill {
    background: var(--navy-800); color: var(--mint-300);
    text-align: center; padding: 6px 0;
    font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700;
    border-radius: 8px;
  }
  .tc-month.active .tc-month-pill { background: var(--orange-500); color: #fff; }
  .tc-month.done .tc-month-pill { background: var(--mint-soft); color: var(--navy-800); border: 1px solid rgba(44,232,197,0.4); }
  .tc-month-title { font-size: 13px; font-weight: 700; color: var(--navy-800); }
  .tc-month-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); margin-top: 2px; font-weight: 600; }
  .tc-month-badge {
    font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 700;
    padding: 4px 8px; border-radius: 6px;
  }
  .tc-month.done .tc-month-badge { background: var(--mint-soft); color: var(--navy-800); border: 1px solid rgba(44,232,197,0.4); }
  .tc-month.active .tc-month-badge { background: var(--orange-soft); color: var(--orange-500); border: 1px solid rgba(246,145,30,0.4); }
  .tc-month.queued .tc-month-badge { background: var(--bg-tint); color: var(--ink-500); border: 1px solid var(--border); }

  /* Who its for - profiles */
  .profiles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .prof-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: 22px; padding: 32px;
    display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .2s, border-color .2s;
  }
  .prof-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--orange-500); }
  .prof-icon {
    width: 56px; height: 56px; border-radius: 16px;
    background: var(--navy-800); color: var(--mint-300);
    display: grid; place-items: center;
    font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 14px;
    margin-bottom: 20px;
  }
  .prof-card:nth-child(2) .prof-icon { background: var(--orange-500); color: #fff; }
  .prof-card:nth-child(3) .prof-icon { background: var(--mint-500); color: var(--navy-800); }
  .prof-card h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.015em; color: var(--navy-800); margin: 0 0 6px; }
  .prof-card .sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--orange-500); font-weight: 600; margin-bottom: 14px; letter-spacing: 0.04em; }
  .prof-card p { font-size: 14px; color: var(--ink-700); line-height: 1.6; margin: 0 0 18px; }
  .prof-from-to {
    margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border);
    display: flex; align-items: center; gap: 8px;
    font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600;
  }
  .prof-from-to .from { color: var(--ink-500); }
  .prof-from-to .arr { color: var(--orange-500); font-weight: 700; }
  .prof-from-to .to { color: var(--navy-800); }

  /* 6 months timeline */
  .timeline-6 { display: grid; gap: 14px; margin-top: 56px; }
  .tl-row {
    display: grid; grid-template-columns: 90px 1fr; gap: 24px;
    position: relative;
  }
  .tl-month {
    background: #fff; border: 1px solid var(--border);
    border-radius: 18px; padding: 16px 12px;
    text-align: center;
    height: fit-content;
    box-shadow: var(--shadow-sm);
  }
  .tl-month .pill {
    font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 700;
    color: var(--ink-500); letter-spacing: 0.06em;
  }
  .tl-month .n { font-size: 26px; font-weight: 800; color: var(--navy-800); line-height: 1; margin-top: 2px; letter-spacing: -0.02em; }
  .tl-row:nth-child(1) .tl-month { background: var(--navy-800); }
  .tl-row:nth-child(1) .tl-month .pill { color: var(--mint-300); }
  .tl-row:nth-child(1) .tl-month .n { color: #fff; }
  .tl-row:nth-child(2) .tl-month { background: var(--orange-500); }
  .tl-row:nth-child(2) .tl-month .pill, .tl-row:nth-child(2) .tl-month .n { color: #fff; }
  .tl-row:nth-child(3) .tl-month { background: var(--mint-500); }
  .tl-row:nth-child(3) .tl-month .pill, .tl-row:nth-child(3) .tl-month .n { color: var(--navy-800); }
  .tl-row:nth-child(4) .tl-month { background: var(--navy-800); }
  .tl-row:nth-child(4) .tl-month .pill { color: var(--mint-300); }
  .tl-row:nth-child(4) .tl-month .n { color: #fff; }
  .tl-row:nth-child(5) .tl-month { background: var(--orange-500); }
  .tl-row:nth-child(5) .tl-month .pill, .tl-row:nth-child(5) .tl-month .n { color: #fff; }
  .tl-row:nth-child(6) .tl-month { background: var(--mint-500); }
  .tl-row:nth-child(6) .tl-month .pill, .tl-row:nth-child(6) .tl-month .n { color: var(--navy-800); }

  .tl-content {
    background: #fff; border: 1px solid var(--border);
    border-radius: 18px; padding: 22px 28px;
  }
  .tl-content h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.015em; color: var(--navy-800); margin: 0 0 6px; }
  .tl-content p { font-size: 14px; color: var(--ink-700); line-height: 1.6; margin: 0 0 14px; }
  .tl-content .tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .tl-content .tag {
    font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600;
    padding: 4px 8px; border-radius: 6px;
    background: var(--bg-soft); color: var(--navy-700);
    border: 1px solid var(--border);
  }
  .tl-content .tag.accent { background: var(--mint-soft); color: var(--navy-800); border-color: rgba(44,232,197,0.4); }
  .tl-content .tag.warm { background: var(--orange-soft); color: var(--orange-500); border-color: rgba(246,145,30,0.4); }

  /* Career coaching block */
  .coach-band {
    background: linear-gradient(135deg, var(--orange-500), #FFB14D);
    color: #fff;
    border-radius: 28px;
    padding: 56px;
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-lg);
  }
  .coach-band::before {
    content: ""; position: absolute; right: -100px; bottom: -100px;
    width: 380px; height: 380px; border-radius: 50%;
    border: 32px solid rgba(7,25,82,0.18);
  }
  .coach-band::after {
    content: ""; position: absolute; left: 50px; top: 50px;
    width: 80px; height: 80px; background: var(--navy-800); border-radius: 24px;
    transform: rotate(15deg); opacity: 0.4;
  }
  .coach-grid {
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px;
    align-items: center; position: relative; z-index: 1;
  }
  .coach-band .eyebrow { color: #fff; }
  .coach-band h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; color: #fff; margin: 0 0 16px; }
  .coach-band p { font-size: 16px; color: rgba(255,255,255,0.92); line-height: 1.6; margin: 0 0 28px; max-width: 520px; }
  .coach-services { display: grid; gap: 12px; }
  .coach-service {
    background: rgba(7,25,82,0.18);
    border: 1px solid rgba(7,25,82,0.25);
    border-radius: 14px; padding: 18px 22px;
    display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: center;
  }
  .coach-service .ic {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--navy-800); color: var(--mint-300);
    display: grid; place-items: center;
    font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 700;
  }
  .coach-service .t { font-size: 14px; font-weight: 700; color: #fff; }
  .coach-service .d { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: rgba(255,255,255,0.85); margin-top: 2px; font-weight: 600; }

  /* Pricing */
  .price-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; }
  .price-card {
    background: var(--navy-800); color: #fff;
    border-radius: 28px; padding: 40px;
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-lg);
  }
  .price-card::before {
    content: ""; position: absolute; right: -80px; bottom: -80px;
    width: 280px; height: 280px; border-radius: 50%;
    background: radial-gradient(circle, rgba(246,145,30,0.4), transparent 70%);
    filter: blur(30px);
  }
  .price-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--orange-500); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
  .price-card .name { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 14px; }
  .price-amount { display: flex; align-items: baseline; gap: 6px; margin: 24px 0 10px; }
  .price-amount .v { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; color: #fff; line-height: 1; }
  .price-amount .freq { color: var(--ink-300); font-size: 14px; }
  .price-note { font-size: 13px; color: var(--ink-300); margin: 0 0 22px; line-height: 1.55; position: relative; z-index: 1;}
  .price-list { list-style: none; padding: 22px 0 0; margin: 22px 0 28px; border-top: 1px solid rgba(255,255,255,0.12); display: grid; gap: 10px; position: relative; z-index: 1; }
  .price-list li { font-size: 14px; color: rgba(255,255,255,0.88); display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: center; }
  .price-list li::before { content: "✓"; color: var(--orange-500); font-weight: 700; }

  .elig-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 32px; }
  .elig-card h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy-800); margin: 0 0 8px; }
  .elig-card p { font-size: 14px; color: var(--ink-700); line-height: 1.6; margin: 0 0 18px; }
  .elig-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
  .elig-list li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; font-size: 14px; color: var(--ink-700); }
  .elig-list li .ic {
    width: 26px; height: 26px; border-radius: 8px;
    background: var(--orange-soft); border: 1px solid rgba(246,145,30,0.4);
    display: grid; place-items: center;
    font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700;
    color: var(--orange-500); margin-top: 1px;
  }

  /* FAQ */
  .faq-grid { display: grid; gap: 12px; max-width: 920px; margin: 0 auto; }
  .faq { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: border-color .2s; }
  .faq[open] { border-color: var(--orange-500); }
  .faq summary {
    list-style: none; padding: 20px 24px;
    display: flex; align-items: center; justify-content: space-between; cursor: pointer;
    font-size: 16px; font-weight: 700; color: var(--navy-800); user-select: none;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after {
    content: "+"; width: 28px; height: 28px; border-radius: 50%;
    background: var(--bg-soft); border: 1px solid var(--border);
    display: grid; place-items: center;
    font-size: 18px; font-weight: 600; color: var(--navy-800);
    transition: transform .2s, background .2s, color .2s;
  }
  .faq[open] summary::after { transform: rotate(45deg); background: var(--orange-500); color: #fff; border-color: var(--orange-500); }
  .faq-body { padding: 0 24px 22px; color: var(--ink-700); font-size: 14px; line-height: 1.65; }

  /* Related programs */
  .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .related {
    background: #fff; border: 1px solid var(--border);
    border-radius: 20px; padding: 28px;
    display: flex; flex-direction: column;
    transition: border-color .2s, box-shadow .2s, transform .2s;
  }
  .related:hover { border-color: var(--orange-500); box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .related .lab { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.06em; }
  .related h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy-800); margin: 4px 0 8px; }
  .related p { font-size: 14px; color: var(--ink-700); line-height: 1.6; margin: 0 0 18px; }
  .related .meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--orange-500); font-weight: 700; }
  .related .arrow { margin-top: auto; padding-top: 14px; }

  @media (max-width: 1024px) {
    .program-hero-grid { grid-template-columns: 1fr; }
    .profiles-grid { grid-template-columns: 1fr; }
    .coach-grid { grid-template-columns: 1fr; }
    .coach-band { padding: 36px; }
    .price-grid { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    .tl-row { grid-template-columns: 72px 1fr; gap: 16px; }
    .tl-month .n { font-size: 22px; }
  }
  @media (max-width: 640px) {
    .program-summary { grid-template-columns: 1fr 1fr; }
    .tc-journey { grid-template-columns: 1fr; }
    .tc-arrow { width: auto; height: auto; background: none; color: var(--orange-500); }
  }
  /* ============================================================
     PROGRAMS PIPELINE
     ============================================================ */
  .pp-filter {
    display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
    padding: 20px; margin-bottom: 24px;
    background: #fff; border: 1px solid var(--border);
    border-radius: 18px;
  }
  .pp-filter-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); font-weight: 700; letter-spacing: 0.08em; margin-right: 4px; }
  .pp-chip {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 9px 16px; border-radius: 999px;
    background: var(--bg-soft); border: 1px solid var(--border);
    font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600;
    color: var(--navy-800);
    transition: background .15s, border-color .15s, color .15s, transform .15s;
    cursor: pointer;
  }
  .pp-chip:hover { transform: translateY(-1px); border-color: var(--navy-800); }
  .pp-chip.active { background: var(--navy-800); color: #fff; border-color: var(--navy-800); }
  .pp-chip-dot { width: 8px; height: 8px; border-radius: 50%; }
  .pp-chip-dot-all { background: var(--ink-400); }
  .pp-chip-dot-0 { background: var(--mint-500); }
  .pp-chip-dot-1 { background: var(--orange-500); }
  .pp-chip-dot-2 { background: var(--navy-800); }
  .pp-chip-dot-3 { background: var(--orange-500); }
  .pp-chip.active .pp-chip-dot-2 { background: var(--mint-300); }

  /* ALL view */
  .pp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .pp-field {
    background: #fff; border: 1px solid var(--border);
    border-radius: 22px; padding: 26px;
    display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .2s, border-color .2s;
  }
  .pp-field:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--navy-800); }
  .pp-field-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
  .pp-field-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: grid; place-items: center;
    font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 12px;
    flex-shrink: 0;
  }
  .pp-mint .pp-field-icon { background: var(--mint-soft); border: 1px solid rgba(44,232,197,0.4); color: var(--navy-800); }
  .pp-orange .pp-field-icon { background: var(--orange-soft); border: 1px solid rgba(246,145,30,0.4); color: var(--orange-500); }
  .pp-navy .pp-field-icon { background: var(--navy-800); border: 1px solid var(--navy-800); color: var(--mint-300); }
  .pp-orange-alt .pp-field-icon { background: var(--orange-500); border: 1px solid var(--orange-500); color: #fff; }
  .pp-field h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; color: var(--navy-800); margin: 0 0 3px; }
  .pp-field-sub { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.04em; }
  .pp-flag {
    background: var(--bg-soft); border: 1px solid var(--border);
    border-radius: 14px; padding: 16px;
    margin-bottom: 14px;
    display: flex; flex-direction: column; gap: 4px;
    flex-grow: 1;
  }
  .pp-flag-tag {
    font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700;
    color: var(--orange-500); letter-spacing: 0.08em;
    display: inline-flex; align-items: center; gap: 4px; margin-bottom: 6px;
  }
  .pp-flag-tag::before { content: "★"; }
  .pp-flag-name { font-size: 16px; font-weight: 700; color: var(--navy-800); line-height: 1.25; letter-spacing: -0.01em; margin-bottom: 6px; }
  .pp-flag-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 14px; }
  .pp-flag-cta {
    margin-top: auto;
    font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700;
    color: #fff; background: var(--navy-800);
    padding: 10px 14px; border-radius: 999px;
    text-decoration: none;
    display: inline-flex; justify-content: center; text-align: center;
    transition: background .15s;
  }
  .pp-flag-cta:hover { background: var(--orange-500); }
  .pp-field-link {
    font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700;
    color: var(--navy-800); text-decoration: none;
    display: inline-flex; align-items: center; gap: 4px;
    transition: color .15s;
  }
  .pp-field-link:hover { color: var(--orange-500); }

  /* FIELD view */
  .pp-field-view { animation: fadeIn .2s ease; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(4px);} to { opacity: 1; transform: translateY(0);} }
  .pp-view-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
  .pp-view-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: grid; place-items: center;
    font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 13px;
  }
  .pp-view-mint .pp-view-icon { background: var(--mint-soft); border: 1px solid rgba(44,232,197,0.4); color: var(--navy-800); }
  .pp-view-orange .pp-view-icon { background: var(--orange-soft); border: 1px solid rgba(246,145,30,0.4); color: var(--orange-500); }
  .pp-view-navy .pp-view-icon { background: var(--navy-800); border: 1px solid var(--navy-800); color: var(--mint-300); }
  .pp-view-orange-alt .pp-view-icon { background: var(--orange-500); border: 1px solid var(--orange-500); color: #fff; }
  .pp-view-head h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy-800); margin: 0 0 4px; }
  .pp-view-sub { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.06em; }

  .pp-progs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .pp-prog {
    background: #fff; border: 1px solid var(--border);
    border-radius: 18px; padding: 24px;
    display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .2s, border-color .2s;
  }
  .pp-prog:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--navy-800); }
  .pp-prog-tag {
    align-self: flex-start;
    font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 700;
    color: var(--orange-500); background: var(--orange-soft);
    padding: 4px 8px; border-radius: 6px; letter-spacing: 0.08em;
    border: 1px solid rgba(246,145,30,0.4);
  }
  .pp-view-mint .pp-prog .pp-prog-tag { color: var(--navy-800); background: var(--mint-soft); border-color: rgba(44,232,197,0.4); }
  .pp-view-navy .pp-prog .pp-prog-tag { color: var(--mint-300); background: var(--navy-800); border-color: var(--navy-800); }
  .pp-prog-name { font-size: 17px; font-weight: 800; letter-spacing: -0.015em; color: var(--navy-800); margin: 14px 0 6px; line-height: 1.25; }
  .pp-prog-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 20px; }
  .pp-prog-cta {
    margin-top: auto;
    font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700;
    color: #fff; background: var(--navy-800);
    padding: 10px 14px; border-radius: 999px;
    text-decoration: none;
    display: inline-flex; justify-content: center; text-align: center;
    transition: background .15s;
  }
  .pp-prog-cta:hover { background: var(--orange-500); }

  .pp-view-foot { margin-top: 28px; display: flex; justify-content: center; }

  /* Common foot */
  .pp-foot { margin-top: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .pp-foot-meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.06em; }

  @media (max-width: 1024px) {
    .pp-grid, .pp-progs-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    .pp-grid, .pp-progs-grid { grid-template-columns: 1fr; }
  }


  /* ============================================================
     BROCHURE / SIGNUP FORM
     ============================================================ */
  .bf-form {
    max-width: 760px; margin: 0 auto;
    background: #fff; border: 1px solid var(--border);
    border-radius: 24px; padding: 36px;
    box-shadow: var(--shadow-sm);
  }
  .bf-radio-group { border: 0; padding: 0; margin: 0 0 20px; }
  .bf-radio-group legend { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--navy-800); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; padding: 0; }
  .bf-radio-group { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .bf-radio { display: block; cursor: pointer; }
  .bf-radio input { position: absolute; opacity: 0; pointer-events: none; }
  .bf-radio legend { grid-column: 1 / -1; }
  .bf-radio-card {
    display: flex; flex-direction: column; gap: 4px;
    background: var(--bg-soft); border: 1px solid var(--border);
    border-radius: 14px; padding: 16px;
    transition: border-color .15s, background .15s, box-shadow .15s;
    position: relative;
  }
  .bf-radio-card::after {
    content: ""; width: 16px; height: 16px; border-radius: 50%;
    border: 2px solid var(--border-strong); background: #fff;
    position: absolute; top: 16px; right: 16px;
    transition: border-color .15s, background .15s, box-shadow .15s;
  }
  .bf-radio input:checked + .bf-radio-card { border-color: var(--orange-500); background: var(--orange-soft); }
  .bf-radio input:checked + .bf-radio-card::after { border-color: var(--orange-500); background: var(--orange-500); box-shadow: inset 0 0 0 3px #fff; }
  .bf-radio-name { font-size: 15px; font-weight: 700; color: var(--navy-800); letter-spacing: -0.01em; padding-right: 28px; }
  .bf-radio-desc { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.04em; padding-right: 28px; }
  .bf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
  .bf-field { display: grid; gap: 6px; margin-bottom: 16px; }
  .bf-field label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--navy-800); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
  .bf-field input, .bf-field select {
    background: var(--bg-soft); border: 1px solid var(--border); border-radius: 12px;
    padding: 12px 14px; font: inherit; font-size: 14px; color: var(--navy-800);
    outline: none; transition: border-color .15s, background .15s;
    font-family: inherit;
    appearance: none; -webkit-appearance: none; -moz-appearance: none;
  }
  .bf-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23071952' stroke-width='1.8'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
  }
  .bf-field input:focus, .bf-field select:focus { border-color: var(--orange-500); background: #fff; }
  .bf-field input::placeholder { color: var(--ink-400); }
  .bf-submit { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 12px; padding-top: 20px; border-top: 1px solid var(--border); }
  .bf-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-500); font-weight: 600; }
  @media (max-width: 640px) {
    .bf-radio-group { grid-template-columns: 1fr; }
    .bf-row { grid-template-columns: 1fr; }
  }/* End custom CSS */