:root {
  --bg: #f8f9fa;
  --surface: #ffffff;
  --surface-soft: #f0fdfa;
  --text: #002147;
  --body: #333333;
  --muted: #64748b;
  --line: #e2e8f0;
  --indigo: #2563eb;
  --indigo-dark: #1d4ed8;
  --teal: #0d9488;
  --teal-soft: #ccfbf1;
  --gold: #c5a059;
  --gold-soft: #fff7df;
  --amber: #9a6f1d;
  --amber-soft: #fff7df;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 45px rgba(15, 23, 42, 0.09);
  --radius: 6px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(240, 253, 250, 0.78), rgba(248, 249, 250, 0) 360px),
    var(--bg);
}

a {
  color: var(--indigo);
  text-decoration: none;
}

a:hover {
  color: var(--indigo-dark);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.container {
  margin-inline: auto;
  width: min(1120px, calc(100% - 32px));
}

.page-narrow {
  width: min(920px, calc(100% - 32px));
}

.skip-link {
  background: var(--text);
  border-radius: 10px;
  color: #fff;
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: -48px;
  z-index: 10;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  position: sticky;
  top: 0;
  z-index: 5;
}

.header-inner,
.footer-inner,
.site-nav,
.footer-nav,
.brand,
.meta-row {
  align-items: center;
  display: flex;
}

.header-inner {
  gap: 24px;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  color: var(--text);
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo {
  height: 48px;
  width: auto;
}

.site-nav,
.footer-nav {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.site-nav a,
.footer-nav a {
  border-radius: 6px;
  color: #334155;
  font-size: 0.94rem;
  font-weight: 800;
  padding: 8px 10px;
}

.site-nav a:hover,
.footer-nav a:hover {
  background: #ecfdf5;
  color: var(--teal);
}

.site-nav .nav-button,
.hero-action,
.card-link {
  align-items: center;
  background: var(--teal);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
}

.hero-action {
  font-size: 1rem;
  min-height: 48px;
}

.card-link {
  min-height: 44px;
}

.site-nav .nav-button {
  padding: 9px 15px;
}

.site-nav .nav-button:hover,
.hero-action:hover,
.card-link:hover {
  background: #115e59;
  color: #fff;
}

.site-main {
  min-height: 70vh;
}

.home-hero {
  padding: 58px 0 36px;
}

.home-hero-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
}

.home-hero-copy,
.home-hero-panel,
.audience-band,
.home-final-cta {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(236, 253, 245, 0.8)),
    var(--surface);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.home-hero-copy {
  padding: clamp(32px, 6vw, 70px);
}

.home-hero-copy h1 {
  max-width: 920px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-action-secondary {
  background: #fff;
  border: 1px solid #99f6e4;
  color: #115e59;
}

.hero-action-secondary:hover {
  background: #ecfdf5;
  color: #115e59;
}

.home-hero-panel {
  background:
    linear-gradient(180deg, rgba(240, 253, 250, 0.98), rgba(255, 255, 255, 0.94)),
    var(--surface);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  padding: clamp(24px, 4vw, 36px);
}

.hero-panel-row {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.hero-panel-row strong,
.hero-panel-row span {
  display: block;
}

.hero-panel-title {
  color: var(--text);
  display: block;
  font-size: 1.35rem;
  line-height: 1.15;
  margin-bottom: 8px;
}

.hero-panel-row strong {
  color: var(--text);
  font-size: 1.05rem;
}

.hero-panel-row span {
  color: var(--muted);
  margin-top: 3px;
}

.home-section {
  padding: 42px 0;
}

.support-band {
  padding: 18px 0 12px;
}

.support-band-card,
.catalog-support-note,
.supported-fee-note {
  background:
    linear-gradient(135deg, rgba(255, 247, 223, 0.72), rgba(240, 253, 250, 0.86)),
    #fff;
  border: 1px solid rgba(197, 160, 89, 0.3);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.support-band-card {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(140px, 0.22fr) minmax(0, 1fr);
  padding: clamp(20px, 3vw, 28px);
}

.support-label {
  align-self: start;
  background: rgba(197, 160, 89, 0.14);
  border: 1px solid rgba(197, 160, 89, 0.32);
  border-radius: 6px;
  color: #725117;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
}

.support-band h2,
.supported-fee-note h3 {
  color: var(--text);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.25;
  margin: 0 0 8px;
}

.support-band p,
.catalog-support-note span,
.supported-fee-note p {
  color: var(--body);
  margin: 0;
}

.campaign-deadline {
  color: var(--text) !important;
  font-weight: 850;
  margin-top: 10px !important;
}

.support-cta {
  align-items: center;
  background: var(--teal);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  margin-top: 16px;
  min-height: 44px;
  padding: 10px 16px;
}

.support-cta:hover {
  background: #115e59;
  color: #fff;
}

.section-heading {
  margin-bottom: 24px;
  max-width: 760px;
}

.section-heading h2,
.audience-band h2,
.home-final-cta h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.15;
  margin: 0;
}

.section-heading-row {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
}

.text-link {
  color: #115e59;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(15, 118, 110, 0.28);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.value-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.value-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 24px;
}

.value-icon {
  align-items: center;
  background: var(--teal-soft);
  border-radius: 6px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.value-card h3,
.audience-grid h3 {
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.25;
  margin: 0 0 10px;
}

.value-card p,
.audience-grid p {
  color: var(--muted);
  margin: 0;
}

.page-shell {
  padding: 56px 0 76px;
}

.page-header {
  margin-bottom: 28px;
}

.soft-hero,
.training-hero,
.post-index-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 253, 245, 0.8)),
    var(--surface);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: clamp(28px, 5vw, 56px);
}

.training-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(240, 253, 250, 0.86)),
    var(--surface);
}

.split-header {
  align-items: stretch;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.split-header > div:first-child {
  max-width: 760px;
}

.hero-side {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: var(--radius);
  color: var(--muted);
  display: flex;
  flex-direction: column;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-width: 190px;
  padding: 20px;
}

.hero-count {
  color: var(--text);
  font-size: 2.4rem;
  font-weight: 950;
  line-height: 1;
}

.eyebrow {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: 1.15rem;
  margin: 16px 0 0;
  max-width: 760px;
}

.trust-row,
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-row {
  margin-top: 22px;
}

.trust-row span,
.badge {
  align-items: center;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-radius: 6px;
  color: #115e59;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 7px 10px;
}

.badge-row {
  margin-bottom: 14px;
}

.badge {
  background: #f8fafc;
  border-color: #dbe4e9;
  color: #475569;
  font-size: 0.76rem;
}

.hero-action,
.card-link {
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.18);
  padding: 12px 18px;
}

.training-hero .hero-actions {
  margin-top: 22px;
}

.training-hero .hero-action:first-child {
  background: #0d9488;
  box-shadow: 0 18px 34px rgba(15, 118, 110, 0.28);
  padding-inline: 24px;
}

.hero-side .hero-action {
  margin-top: 12px;
  width: 100%;
}

.meta-row {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.meta-row span {
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  border-radius: 6px;
  color: #115e59;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 7px 12px;
}

.content-card,
.post-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.content-card {
  padding: clamp(24px, 4vw, 48px);
}

.feature-image {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin: 0 0 26px;
  width: 100%;
}

.card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.post-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.course-card {
  min-height: 100%;
}

.featured-grid,
.catalog-grid {
  align-items: stretch;
}

.featured-card {
  border-top: 4px solid var(--teal);
}

.post-card:hover {
  border-color: #99f6e4;
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.post-image {
  aspect-ratio: 16 / 10;
  background: #ecfdf5;
  object-fit: cover;
  width: 100%;
}

.post-card-body {
  flex: 1;
  padding: 24px 24px 18px;
}

.post-card h2,
.post-card h3 {
  font-size: 1.24rem;
  margin: 0 0 12px;
}

.post-card h2 a,
.post-card h3 a {
  color: var(--text);
}

.post-card h2 a:hover,
.post-card h3 a:hover {
  color: var(--indigo-dark);
}

.post-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.path-grid,
.start-grid {
  display: grid;
  gap: 22px;
}

.path-grid {
  grid-template-columns: repeat(3, 1fr);
}

.start-grid {
  grid-template-columns: repeat(4, 1fr);
}

.path-card {
  background: #fff;
  border: 1px solid rgba(0, 33, 71, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px;
}

.path-label {
  color: #0d9488;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.path-card h3 {
  color: #002147;
  font-size: 1.28rem;
  line-height: 1.25;
  margin: 0;
}

.path-card p {
  color: #333;
  margin: 0;
}

.tech-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.tech-tag-row span {
  background: rgba(13, 148, 136, 0.09);
  border: 1px solid rgba(13, 148, 136, 0.18);
  border-radius: 6px;
  color: #0f766e;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 5px 8px;
}

.path-course-list {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.path-course-item {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid rgba(0, 33, 71, 0.08);
  border-radius: 6px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
}

.path-course-item span {
  color: #333;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.3;
}

.start-card {
  border-top: 2px solid #0d9488;
}

.path-course-link {
  align-items: center;
  background: #0d9488;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  min-height: 36px;
  padding: 9px 12px;
}

.path-course-link:hover {
  background: #0f766e;
  color: #fff;
}

.catalog-section + .catalog-section {
  margin-top: 56px;
}

.archive-section {
  border-top: 1px solid var(--line);
  padding-top: 42px;
}

.catalog-support-note {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  max-width: 720px;
  padding: 16px 18px;
}

.catalog-support-note strong {
  color: var(--text);
  font-size: 1rem;
}

.catalog-price-summary {
  background: rgba(248, 249, 250, 0.95);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 6px;
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
}

.catalog-price-summary p {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.catalog-price-summary span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
  min-width: 64px;
}

.catalog-price-summary del {
  color: var(--muted);
  font-size: 0.88rem;
}

.catalog-price-summary strong {
  color: var(--text);
  font-size: 1.08rem;
}

.catalog-price-summary small {
  color: #0f766e;
  font-weight: 850;
}

.archive-grid {
  opacity: 0.92;
}

.archive-card {
  box-shadow: none;
}

.catalog-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 24px 24px;
}

.catalog-card-actions .card-link {
  flex: 1 1 150px;
  margin: 0;
  width: auto;
}

.card-link-secondary {
  background: #ecfdf5;
  border: 1px solid #99f6e4;
  box-shadow: none;
  color: #115e59;
}

.card-link-secondary:hover {
  background: #ccfbf1;
  color: #115e59;
}

.card-link-muted {
  background: #f8fafc;
  border: 1px solid var(--line);
  box-shadow: none;
  color: #334155;
}

.card-link-muted:hover {
  background: #ecfdf5;
  color: #115e59;
}

.post-date {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.post-card .card-link {
  margin: 0 24px 24px;
  width: calc(100% - 48px);
}

.prose {
  color: var(--body);
  font-size: 1.04rem;
}

.training-page {
  width: min(1160px, calc(100% - 32px));
}

.training-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.training-hero-grid.training-hero {
  padding: clamp(28px, 4.8vw, 54px);
}

.training-hero-image {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  object-fit: cover;
  width: 100%;
}

.training-layout {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 34px);
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
}

.training-sidebar {
  position: sticky;
  top: 104px;
}

.sidebar-card,
.training-final-cta,
.course-roadmap article,
.quick-decision article,
.sales-card-grid article,
.format-panel,
.legacy-content {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.sidebar-card {
  padding: 22px;
}

.decision-card {
  border-top: 4px solid var(--teal);
}

.sidebar-card h2 {
  font-size: 1.08rem;
  margin: 0 0 14px;
}

.sidebar-card ul {
  color: var(--muted);
  margin: 0 0 18px;
  padding-left: 1.1rem;
}

.sidebar-card li + li {
  margin-top: 0.55rem;
}

.sidebar-note {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: var(--radius);
  color: #0f4a5c;
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0 0 16px;
  padding: 10px 12px;
}

.sidebar-card .card-link {
  width: 100%;
}

.training-main {
  min-width: 0;
}

.quick-decision {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 28px;
}

.quick-decision article {
  padding: clamp(22px, 3vw, 28px);
}

.quick-decision h2 {
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.quick-decision p {
  color: var(--muted);
  margin: 0;
}

.course-roadmap {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

.course-roadmap article {
  padding: 20px;
}

.course-roadmap h2 {
  font-size: 1.08rem;
  margin: 0 0 8px;
}

.course-roadmap p {
  color: var(--muted);
  margin: 0;
}

.training-content {
  overflow: hidden;
}

.sales-section {
  background: var(--surface);
  border: 1px solid rgba(0, 33, 71, 0.1);
  border-top: 3px solid rgba(13, 148, 136, 0.24);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin-top: 28px;
  padding: clamp(22px, 4vw, 34px);
}

.sales-section h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  margin: 0 0 18px;
}

.sales-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.sales-card-grid article {
  box-shadow: none;
  padding: 18px;
}

.sales-card-grid h3,
.faq-grid h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.sales-card-grid p,
.faq-grid p,
.format-panel p {
  color: var(--muted);
  margin: 0;
}

.outcome-section {
  background:
    linear-gradient(180deg, rgba(240, 253, 250, 0.52), rgba(255, 255, 255, 0.98)),
    #fff;
  border-top-color: rgba(197, 160, 89, 0.36);
}

.outcome-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.outcome-grid article {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(0, 33, 71, 0.09);
  border-radius: 6px;
  display: flex;
  gap: 10px;
  padding: 15px;
}

.outcome-grid span {
  align-items: center;
  background: rgba(197, 160, 89, 0.15);
  border-radius: 6px;
  color: #725117;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 950;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.outcome-grid p,
.coding-confidence-note,
.research-practice-note p,
.study-rhythm p,
.social-proof-note {
  color: var(--body);
  margin: 0;
}

.research-practice-note,
.coding-confidence-note,
.social-proof-note {
  background: #f8f9fa;
  border: 1px solid rgba(0, 33, 71, 0.08);
  border-radius: 6px;
  margin-top: 14px;
  padding: 14px 16px;
}

.research-practice-note strong {
  color: var(--text);
  display: block;
  margin-bottom: 6px;
}

.coding-confidence-note {
  background: rgba(240, 253, 250, 0.7);
  border-color: rgba(13, 148, 136, 0.18);
}

.study-rhythm {
  border-top-color: rgba(197, 160, 89, 0.34);
}

.lesson-flow {
  counter-reset: lesson;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lesson-flow li {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid rgba(0, 33, 71, 0.09);
  border-radius: var(--radius);
  color: var(--body);
  display: flex;
  gap: 12px;
  padding: 14px 16px;
}

.lesson-flow li::before {
  align-items: center;
  background: var(--teal-soft);
  border-radius: 6px;
  color: var(--teal);
  content: counter(lesson, decimal-leading-zero);
  counter-increment: lesson;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 42px;
}

.format-panel {
  box-shadow: none;
  display: grid;
  gap: 18px;
  padding: 20px;
}

.format-panel p {
  max-width: 62ch;
}

.format-list {
  color: var(--body);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.format-list li {
  align-items: center;
  display: flex;
  gap: 8px;
  font-weight: 800;
}

.format-list li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

.certificate-section {
  border-top-color: rgba(197, 160, 89, 0.55);
}

.certificate-card {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 247, 223, 0.88), rgba(255, 255, 255, 0.96)),
    #fff;
  border: 1px solid rgba(197, 160, 89, 0.36);
  border-radius: var(--radius);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 26px);
}

.certificate-card h2 {
  margin-bottom: 10px;
}

.certificate-card p {
  color: var(--body);
  margin: 0;
  max-width: 72ch;
}

.certificate-mark {
  align-items: center;
  background: var(--gold);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.course-pricing {
  background:
    linear-gradient(135deg, rgba(240, 253, 250, 0.86), rgba(255, 255, 255, 0.98)),
    var(--surface);
  border: 1px solid rgba(13, 148, 136, 0.28);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin-top: 30px;
  padding: clamp(24px, 4vw, 40px);
  scroll-margin-top: 104px;
}

.course-pricing h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  margin: 0;
}

.pricing-intro {
  color: var(--muted);
  margin: 12px 0 12px;
  max-width: 68ch;
}

.supported-fee-note {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 18px;
}

.supported-fee-note .support-label {
  justify-self: start;
}

.course-trust-note,
.payment-note,
.pricing-support-line {
  background: var(--gold-soft);
  border: 1px solid rgba(197, 160, 89, 0.28);
  border-radius: 6px;
  color: #333;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.55;
  margin: 0 0 24px;
  padding: 12px 14px;
}

.pricing-support-line {
  background: rgba(255, 255, 255, 0.82);
  margin: 0 0 18px;
}

.payment-note {
  margin: 18px 0 0;
}

.course-pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 4vw, 30px);
  position: relative;
}

.pricing-card-featured {
  background:
    linear-gradient(180deg, rgba(240, 253, 250, 0.92), rgba(255, 255, 255, 0.98)),
    #fff;
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 22px 44px rgba(13, 148, 136, 0.14);
  transform: translateY(-4px);
}

.pricing-card h3 {
  font-size: 1.3rem;
  margin: 0 0 14px;
}

.pricing-badge {
  align-self: flex-start;
  background: var(--gold-soft);
  border: 1px solid rgba(197, 160, 89, 0.36);
  border-radius: 6px;
  color: #7a5a17;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 14px;
  padding: 7px 10px;
}

.support-badge {
  align-self: flex-start;
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.28);
  border-radius: 6px;
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 950;
  margin-bottom: 8px;
  padding: 7px 10px;
}

.regular-price {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
  margin: 0 0 8px;
}

.regular-price del {
  color: #64748b;
  margin-left: 6px;
}

.supported-price {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1;
  margin: 0 0 12px;
}

.supported-price span {
  color: #0f766e;
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
  margin-bottom: 6px;
}

.pricing-price {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1;
  margin: 0 0 12px;
}

.pricing-description {
  color: var(--muted);
  margin: 0 0 22px;
}

.pricing-button {
  align-items: center;
  background: var(--teal);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.2);
  color: #fff;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  margin-top: auto;
  min-height: 48px;
  padding: 12px 18px;
}

.pricing-button:hover {
  background: #115e59;
  color: #fff;
}

.pricing-button-secondary {
  background: #334155;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.13);
}

.pricing-button-secondary:hover {
  background: #1e293b;
}

.course-availability-note {
  background: var(--gold-soft);
  border: 1px solid rgba(197, 160, 89, 0.32);
  border-radius: var(--radius);
  color: #7a5a17;
  font-size: 0.86rem;
  font-weight: 850;
  margin-top: 14px;
  padding: 9px 10px;
}

.faq-section {
  background: #f8fafc;
}

.soon-panel {
  background: #fff;
  border: 1px solid rgba(0, 33, 71, 0.1);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 26px);
}

.soon-panel p {
  color: var(--body);
  margin: 0 0 18px;
  max-width: 76ch;
}

.course-experience {
  background:
    linear-gradient(180deg, rgba(248, 249, 250, 0.96), rgba(255, 255, 255, 0.98)),
    #fff;
}

.experience-intro {
  color: var(--muted);
  margin: -4px 0 18px;
  max-width: 78ch;
}

.testimonial-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-card {
  background: #fff;
  border: 1px solid rgba(0, 33, 71, 0.1);
  border-radius: var(--radius);
  box-shadow: none;
  padding: 18px;
}

.testimonial-card p {
  color: var(--body);
  margin: 0 0 12px;
}

.testimonial-card span {
  color: var(--teal);
  display: block;
  font-size: 0.88rem;
  font-weight: 900;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.training-final-cta {
  background:
    linear-gradient(135deg, rgba(240, 249, 255, 0.96), rgba(255, 251, 235, 0.86)),
    var(--surface);
  margin-top: 30px;
  padding: clamp(24px, 4vw, 42px);
}

.training-final-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  margin: 0;
}

.training-final-cta p:not(.eyebrow) {
  color: var(--muted);
  margin: 12px 0 22px;
  max-width: 64ch;
}

.legacy-content {
  background: #f8fafc;
  box-shadow: none;
  margin-top: 30px;
  overflow: hidden;
}

.legacy-content summary {
  color: var(--text);
  cursor: pointer;
  display: grid;
  gap: 4px;
  font-weight: 900;
  padding: 16px 20px;
}

.legacy-content summary small {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.legacy-content .content-card {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.prose > *:first-child {
  margin-top: 0;
}

.prose h2,
.prose h3,
.prose h4 {
  color: var(--text);
  margin-top: 2.1rem;
}

.prose h2 {
  border-top: 1px solid var(--line);
  font-size: 1.55rem;
  padding-top: 1.8rem;
}

.prose h3 {
  font-size: 1.22rem;
}

.prose p,
.prose ul,
.prose ol,
.prose blockquote {
  max-width: 78ch;
}

.prose ul,
.prose ol {
  padding-left: 1.3rem;
}

.prose li + li {
  margin-top: 0.4rem;
}

.prose a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(15, 118, 110, 0.28);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.prose blockquote {
  background: linear-gradient(135deg, #ecfdf5, #fffbeb);
  border: 1px solid #a7f3d0;
  border-left: 6px solid var(--teal);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(13, 148, 136, 0.08);
  color: #164e63;
  margin: 0 0 28px;
  padding: 20px 22px;
}

.prose blockquote p {
  margin: 0;
}

.prose code {
  background: #ecfdf5;
  border-radius: 6px;
  color: #115e59;
  padding: 2px 6px;
}

.prose table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
}

.prose th,
.prose td {
  border: 1px solid var(--line);
  padding: 10px 12px;
}

.prose th {
  background: #f1f5f9;
  color: var(--text);
}

.prose hr {
  border: 0;
  height: 1px;
  margin: 36px 0 0;
}

.prose hr + p {
  background: linear-gradient(135deg, #ecfdf5, #fffbeb);
  border: 1px solid #99f6e4;
  border-radius: var(--radius);
  color: #1e293b;
  font-size: 1.08rem;
  font-weight: 700;
  margin-top: 0;
  padding: 22px;
}

.prose hr + p a {
  color: #115e59;
}

.prose .btn {
  background: var(--teal);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  margin: 8px 0;
  padding: 11px 18px;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: #002147;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  background: #f8f9fa;
  border: 1px solid rgba(0, 33, 71, 0.14);
  border-radius: 6px;
  color: #333;
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  background: #0d9488;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  justify-self: start;
  min-height: 46px;
  padding: 12px 18px;
}

.contact-form button:hover {
  background: #0f766e;
}

.audience-band {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  padding: clamp(28px, 5vw, 52px);
}

.audience-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.audience-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: var(--radius);
  padding: 22px;
}

.audience-grid .text-link {
  display: inline-block;
  margin-top: 18px;
}

.home-final-cta {
  margin-bottom: 76px;
  padding: clamp(30px, 6vw, 64px);
  text-align: center;
}

.home-final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  background: #071a18;
  border-top: 1px solid rgba(153, 246, 228, 0.16);
  color: rgba(226, 232, 240, 0.74);
  padding: 34px 0 26px;
}

.footer-inner {
  align-items: flex-start;
  gap: 28px;
  justify-content: space-between;
}

.footer-brand {
  max-width: 520px;
}

.footer-logo {
  height: 46px;
  width: auto;
}

.site-footer p {
  margin: 7px 0 0;
}

.site-footer a {
  color: #ccfbf1;
}

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

.site-footer .footer-nav a {
  color: rgba(226, 232, 240, 0.86);
}

.site-footer .footer-nav a:hover {
  background: rgba(204, 251, 241, 0.1);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(226, 232, 240, 0.14);
  font-size: 0.9rem;
  margin-top: 26px;
  padding-top: 18px;
}

@media (max-width: 820px) {
  .header-inner,
  .footer-inner,
  .split-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
    width: 100%;
  }

  .site-nav a {
    padding: 7px 8px;
  }

  .hero-side {
    width: 100%;
  }

  .home-hero-grid,
  .support-band-card,
  .value-grid,
  .path-grid,
  .start-grid,
  .training-hero-grid,
  .training-layout,
  .course-roadmap,
  .quick-decision,
  .sales-card-grid,
  .outcome-grid,
  .course-pricing-grid,
  .testimonial-grid,
  .audience-band,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .certificate-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .training-sidebar {
    position: static;
  }

  .format-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .course-pricing-grid {
    gap: 24px;
  }

  .pricing-card-featured {
    transform: none;
  }

  .path-course-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .path-course-link {
    width: 100%;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .container,
  .page-narrow {
    width: min(100% - 24px, 1120px);
  }

  .header-inner {
    min-height: 0;
    padding: 16px 0;
  }

  .brand-logo {
    height: 40px;
  }

  .page-shell {
    padding: 32px 0 56px;
  }

  .soft-hero,
  .training-hero,
  .post-index-hero,
  .content-card {
    border-radius: 16px;
  }

  .soft-hero,
  .training-hero,
  .post-index-hero {
    padding: 24px;
  }

  h1 {
    font-size: 2.25rem;
  }

  .lead {
    font-size: 1rem;
  }

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

  .path-card .card-link {
    width: 100%;
  }

  .catalog-card-actions {
    flex-direction: column;
  }

  .catalog-card-actions .card-link {
    flex-basis: auto;
    width: 100%;
  }

  .trust-row span,
  .badge {
    font-size: 0.76rem;
  }
}
