﻿:root {
  --bg: #f5f8ff;
  --bg-2: #ecf3ff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --ink: #1c2746;
  --muted: #56627f;
  --line: rgba(28, 39, 70, 0.1);
  --brand: #1f55d4;
  --brand-deep: #173ba0;
  --accent: #1f55d4;
  --accent-soft: rgba(31, 85, 212, 0.11);
  --shadow: 0 24px 60px rgba(18, 43, 109, 0.12);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(31, 85, 212, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(31, 85, 212, 0.14), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, #f7f9ff 42%, #eef4fb 100%);
}

img {
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 40px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(18, 32, 23, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong,
.hero-copy h1,
.section-heading h2,
.hero-card h2,
.content-card h3 {
  font-family: "Sora", sans-serif;
}

.brand-text small,
.hero-text,
.section-heading p,
.featured-list p,
.highlight-grid p,
.course-list p,
.info-pills span,
.mini-list p,
.skills-hero p,
.topic-grid p,
.skills-steps p,
.skills-cta p,
.contact-list,
.form-note,
.form-status,
.site-footer {
  color: var(--muted);
  line-height: 1.7;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-button,
.button,
.course-tab {
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.tab-button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}

.tab-button:hover,
.tab-button:focus-visible,
.course-tab:hover,
.course-tab:focus-visible {
  color: var(--ink);
  background: rgba(31, 85, 212, 0.08);
}

.tab-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 12px 22px rgba(15, 95, 76, 0.2);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.button-small {
  min-height: 42px;
  padding: 0 14px;
  font-size: 0.9rem;
}

.button:hover,
.button:focus-visible,
.tab-button:hover,
.tab-button:focus-visible,
.course-tab:hover,
.course-tab:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 16px 32px rgba(31, 85, 212, 0.22);
}

.button-secondary {
  color: var(--brand);
  background: #fff;
  border: 1px solid rgba(31, 85, 212, 0.28);
  box-shadow: 0 10px 24px rgba(31, 85, 212, 0.08);
}

.panel {
  padding-top: 44px;
}

.hero-grid,
.split-layout,
.contact-layout {
  display: grid;
  gap: 18px;
}

.hero-grid {
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.hero-copy,
.hero-card,
.content-card,
.highlight-grid article,
.topic-grid article,
.contact-form,
.contact-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-copy,
.hero-card,
.content-card,
.contact-form,
.contact-card {
  padding: 28px;
}

.hero-copy {
  padding: 8px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 1.6vw, 18px) 0 clamp(8px, 1.6vw, 18px) clamp(6px, 1.6vw, 18px);
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-slider {
  width: min(100%, 920px);
  display: grid;
  gap: 16px;
}

.hero-slides {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(18, 32, 23, 0.1);
  background: #061321;
  box-shadow: 0 24px 50px rgba(8, 24, 46, 0.22);
}

.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 520ms ease, transform 520ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-illustration {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hero-slider-button,
.hero-dot {
  border: 1px solid rgba(31, 85, 212, 0.18);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(31, 85, 212, 0.1);
}

.hero-slider-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 800;
}

.hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 999px;
  cursor: pointer;
}

.hero-dot.is-active {
  width: 30px;
  background: var(--brand);
  border-color: var(--brand);
}

.hero-slider-button:focus-visible,
.hero-dot:focus-visible {
  outline: 3px solid rgba(31, 85, 212, 0.35);
  outline-offset: 3px;
}

.panel-visual {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  border-radius: 22px;
  border: 1px solid rgba(18, 32, 23, 0.08);
  background: #fff;
  object-fit: cover;
}

.panel-visual-wide {
  margin-bottom: 20px;
}

.skills-page-visual {
  aspect-ratio: 16 / 10;
  object-position: center;
}

.hero-copy {
  display: grid;
  align-content: center;
  min-height: 100%;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 1;
}

.hero-copy h1 span {
  display: block;
}

.headline-accent {
  color: var(--brand);
}

.hero-text {
  margin: 20px 0 0;
  max-width: 54ch;
  font-size: 1.05rem;
}

.positioning-line {
  margin: 18px 0 0;
  max-width: 52ch;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.positioning-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--brand);
}

.positioning-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-meta span,
.info-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(18, 32, 23, 0.08);
  font-weight: 700;
}

.hero-card h2 {
  margin: 16px 0 18px;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.15;
}

.card-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--accent-soft);
}

.featured-list,
.course-list,
.mini-list,
.highlight-grid,
.topic-grid,
.skills-stats,
.skills-steps,
.skills-audience-grid {
  display: grid;
  gap: 14px;
}

.featured-list article,
.course-list article,
.highlight-grid article,
.topic-grid article,
.skills-stats article,
.skills-steps article,
.skills-audience-grid article,
.mini-list article {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(18, 32, 23, 0.08);
}

.featured-list span,
.course-list h3,
.highlight-grid h3,
.topic-grid h3,
.skills-stats strong,
.skills-steps h3,
.mini-list strong,
.contact-card h3 {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
  color: var(--ink);
}

.featured-list article {
  padding: 14px 16px;
}

.featured-list span {
  margin-bottom: 0;
  font-size: 1rem;
}

.section-block {
  margin-top: 22px;
}

.feature-band {
  margin-top: 36px;
  padding: 38px 28px 32px;
  border-radius: 34px;
  background: linear-gradient(180deg, #eef4fd 0%, #e8f0fb 100%);
  border: 1px solid rgba(31, 85, 212, 0.08);
  box-shadow: 0 20px 54px rgba(30, 66, 150, 0.08);
}

.home-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.course-showcase {
  margin-top: 28px;
  padding: 34px 22px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 85, 212, 0.08);
  box-shadow: 0 16px 42px rgba(26, 58, 132, 0.08);
}

.course-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.course-tab {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 800;
  background: #fff;
  border: 1px solid rgba(31, 85, 212, 0.12);
  box-shadow: 0 8px 18px rgba(26, 58, 132, 0.05);
}

.course-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  box-shadow: 0 12px 24px rgba(31, 85, 212, 0.18);
}

.home-course-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-course-panel.is-active {
  display: grid;
}

.home-course-panel article,
.home-course-card {
  min-height: 214px;
  display: grid;
  align-content: start;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(31, 85, 212, 0.09);
  box-shadow: 0 10px 22px rgba(26, 58, 132, 0.06);
}

.home-course-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-course-card:hover,
.home-course-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(31, 85, 212, 0.28);
  box-shadow: 0 18px 38px rgba(18, 43, 109, 0.12);
  outline: 0;
}

.home-course-panel span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--brand);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--accent-soft);
}

.home-course-panel h3 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.12rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.home-course-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.course-detail-page {
  padding: 72px 0 36px;
}

.course-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: 24px;
}

.course-detail-copy,
.course-image-placeholder,
.course-detail-body > div,
.course-detail-body aside {
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.course-detail-copy {
  padding: clamp(28px, 5vw, 52px);
  min-width: 0;
}

.course-back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--brand);
  font-weight: 800;
}

.course-detail-copy h1,
.course-detail-body h2 {
  margin: 12px 0 16px;
  font-family: "Sora", sans-serif;
  color: var(--ink);
}

.course-detail-copy h1 {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.course-detail-summary {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.course-image-placeholder {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 430px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(31, 85, 212, 0.12), rgba(255, 255, 255, 0.84)),
    var(--surface-strong);
}

.course-image-placeholder span {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  width: 100%;
  min-height: 100%;
  padding: 28px;
  border: 2px dashed rgba(31, 85, 212, 0.28);
  border-radius: var(--radius-lg);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
  overflow-wrap: anywhere;
}

.course-image-placeholder span strong {
  max-width: 100%;
  font-family: "Sora", sans-serif;
  color: var(--ink);
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  line-height: 1.12;
}

.course-image-placeholder span small {
  color: var(--brand);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.course-image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 540px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.course-image-placeholder[data-image-fit="contain"] img {
  object-fit: contain;
  background: #061321;
}

.course-image-placeholder[data-image-fit="fallback"] {
  min-height: 360px;
}

.course-detail-body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
  gap: 24px;
  margin-top: 24px;
}

.course-detail-body > div,
.course-detail-body aside {
  padding: clamp(24px, 4vw, 36px);
}

.course-detail-body h2,
.course-detail-body h3 {
  margin-top: 16px;
  font-family: "Sora", sans-serif;
}

.course-detail-body p {
  color: var(--muted);
  line-height: 1.75;
}

.course-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.promo-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 1.05fr);
  align-items: center;
  gap: 8px;
  min-height: 372px;
  padding: 24px 22px 22px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcff 0%, #f1f6ff 100%);
  border: 1px solid rgba(31, 85, 212, 0.06);
  box-shadow: 0 14px 36px rgba(26, 58, 132, 0.08);
}

.promo-card-elearning {
  color: #1f376f;
}

.promo-card-skills {
  color: #197d89;
}

.promo-copy {
  padding-right: 10px;
}

.promo-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
  color: var(--ink);
}

.promo-card-skills .promo-copy h2 {
  color: #178597;
}

.title-underline {
  display: block;
  width: 32px;
  height: 4px;
  margin: 16px 0 18px;
  border-radius: 999px;
  background: var(--brand);
}

.title-underline-skills {
  background: #18a0b0;
}

.promo-copy p {
  margin: 0 0 18px;
  max-width: 36ch;
  color: var(--muted);
  line-height: 1.55;
}

.button-primary-teal {
  background: linear-gradient(135deg, #1b8ba0, #1166b5);
  box-shadow: 0 16px 32px rgba(17, 102, 181, 0.22);
}

.promo-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
}

.promo-visual img {
  width: 100%;
  max-width: 410px;
  height: auto;
  display: block;
  border-radius: 16px;
}

.core-areas {
  margin-top: 18px;
  padding: 40px 22px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 85, 212, 0.07);
  box-shadow: 0 14px 42px rgba(26, 58, 132, 0.06);
}

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.feature-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 26px;
}

.feature-heading p {
  margin-left: auto;
  margin-right: auto;
}

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

.core-areas .feature-heading {
  margin-bottom: 24px;
}

.core-areas .feature-heading h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.core-areas .feature-heading p {
  max-width: 720px;
}

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

.learning-grid article {
  min-height: 188px;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 22px 18px;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(31, 85, 212, 0.08);
  box-shadow: 0 10px 20px rgba(26, 58, 132, 0.06);
}

.learning-grid h3 {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.25;
}

.area-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.area-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.area-blue {
  color: #2f73ff;
  background: #eef5ff;
}

.area-teal {
  color: #18a0b0;
  background: #edf9fb;
}

.area-green {
  color: #1a9b69;
  background: #eefaf4;
}

.area-purple {
  color: #7d4fd7;
  background: #f4efff;
}

.area-orange {
  color: #f08a18;
  background: #fff4e8;
}

.pro-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(31, 85, 212, 0.08);
  box-shadow: 0 14px 38px rgba(26, 58, 132, 0.08);
}

.pro-copy {
  padding: 12px 10px 8px;
}

.pro-copy .eyebrow {
  margin-bottom: 10px;
}

.pro-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.05;
}

.pro-copy > p {
  max-width: 52ch;
}

.pro-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 18px;
}

.pro-points article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.mini-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  color: var(--brand);
}

.mini-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pro-points strong {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
}

.pro-visual {
  position: relative;
  min-height: 448px;
  display: grid;
  align-content: end;
  justify-items: end;
  padding: 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  overflow: hidden;
}

.pro-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(26, 58, 132, 0.16);
}

.partner-badge {
  position: absolute;
  right: 26px;
  bottom: 18px;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(31, 85, 212, 0.14);
  box-shadow: 0 10px 26px rgba(26, 58, 132, 0.12);
}

.partner-badge span {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: var(--brand);
}

.partner-badge small {
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.journey-band {
  display: grid;
  grid-template-columns: 90px 1fr auto 220px;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 24px 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #123b8a 0%, #0b2b69 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.journey-band::after {
  content: "";
  position: absolute;
  inset: auto -40px -48px auto;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 40px;
  transform: rotate(15deg);
}

.journey-icon {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.journey-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  color: #fff;
}

.journey-copy p {
  margin: 10px 0 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.8);
}

.journey-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.button-ghost {
  min-width: 160px;
}

.button-ghost-light {
  min-width: 150px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.journey-steps {
  justify-self: end;
  width: 220px;
  opacity: 0.95;
}

.journey-steps svg {
  width: 100%;
  height: auto;
  display: block;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 200px;
  padding: 28px 18px 30px;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 85, 212, 0.08);
  box-shadow: 0 10px 24px rgba(16, 40, 106, 0.08);
}

.feature-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: var(--brand);
}

.feature-card h3 {
  margin: 18px 0 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e9f1ff;
  color: var(--brand);
}

.feature-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.feature-cta .button {
  min-width: 260px;
}

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

.split-layout {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

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

.course-list article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
}

.course-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  align-self: end;
}

.course-actions .button {
  width: 100%;
  text-align: center;
}

.info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.mini-list {
  grid-template-columns: 1fr;
}

.skills-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.skills-hero > div:first-child {
  display: grid;
}

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

.skills-stats article {
  min-height: 112px;
  display: grid;
  align-content: center;
}

.skills-stats strong {
  font-size: 1.7rem;
  margin-bottom: 4px;
}

.skills-section {
  margin-top: 28px;
}

.pricing-section {
  margin: 18px 0 28px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(24, 160, 176, 0.09), rgba(31, 85, 212, 0.08)), rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 85, 212, 0.08);
  box-shadow: 0 16px 38px rgba(18, 43, 109, 0.08);
}

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

.pricing-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 388px;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(31, 85, 212, 0.1);
  box-shadow: 0 12px 28px rgba(26, 58, 132, 0.07);
}

.pricing-card-featured {
  border-color: rgba(31, 85, 212, 0.22);
}

.price-label {
  margin: 0;
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-row strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  color: var(--ink);
  line-height: 1;
}

.price-row span,
.pricing-card p,
.pricing-note {
  color: var(--muted);
  line-height: 1.65;
}

.pricing-card p {
  margin: 0;
}

.pricing-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.pricing-card .button {
  align-self: end;
  width: 100%;
  margin-top: auto;
}

.special-offer {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(135deg, #1b8ba0, var(--brand));
}

.pricing-note {
  margin: 14px 0 0;
  font-size: 0.92rem;
}

.skills-section-heading {
  margin-bottom: 14px;
}

.skills-section-heading h3 {
  margin: 4px 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

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

.skills-steps article {
  min-height: 210px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(18, 43, 109, 0.07);
}

.skills-steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #1b8ba0, var(--brand));
}

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

.skills-audience-grid article {
  min-height: 92px;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 30px rgba(18, 43, 109, 0.06);
}

.skills-cta {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  background:
    linear-gradient(135deg, rgba(31, 85, 212, 0.08), rgba(24, 160, 176, 0.13)),
    rgba(255, 255, 255, 0.9);
}

.skills-cta p {
  margin-bottom: 0;
}

.skills-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.skills-cta-actions .button {
  min-width: 210px;
}

.callout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  background: linear-gradient(135deg, rgba(15, 95, 76, 0.96), rgba(11, 67, 54, 0.92));
  color: #fff;
}

.callout .eyebrow,
.callout p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-layout {
  grid-template-columns: 0.8fr 1.2fr;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li + li {
  margin-top: 12px;
}

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

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 32, 23, 0.12);
  border-radius: 16px;
}

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

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-weight: 700;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 34px 0 0;
}

.reveal-on-load {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal-on-load.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .split-layout,
  .course-detail-hero,
  .course-detail-body,
  .skills-hero,
  .skills-steps,
  .skills-cta,
  .contact-layout,
  .callout,
  .highlight-grid,
  .topic-grid,
  .course-list,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .highlight-grid,
  .topic-grid,
  .course-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-cards,
  .pro-section,
  .journey-band {
    grid-template-columns: 1fr;
  }

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

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

  .promo-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .promo-copy {
    padding-right: 0;
  }

  .promo-copy p {
    max-width: none;
  }

  .pro-visual,
  .journey-steps {
    width: 100%;
  }

  .journey-steps {
    justify-self: start;
    max-width: 220px;
  }

  .journey-actions {
    justify-content: flex-start;
  }

  .hero-card {
    padding: 6px 0 0;
  }

  .hero-slider {
    width: min(100%, 920px);
  }

  .course-detail-page {
    padding-top: 48px;
  }

  .course-image-placeholder {
    min-height: 340px;
    padding: 18px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .topbar {
    border-radius: 28px;
    padding: 14px 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
  }

  .tab-button {
    flex: 1 1 calc(50% - 8px);
  }

  .hero-copy,
  .content-card,
  .contact-form,
  .contact-card {
    padding: 22px;
  }

  .hero-card {
    padding: 4px 0 0;
  }

  .hero-slides {
    aspect-ratio: 4 / 3;
  }

  .hero-slider-controls {
    gap: 12px;
  }

  .feature-band {
    padding: 28px 18px 22px;
  }

  .home-cards,
  .core-areas,
  .pro-section {
    gap: 14px;
  }

  .home-cards {
    margin-top: 18px;
  }

  .promo-card,
  .core-areas,
  .pro-section,
  .journey-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .learning-grid,
  .skills-audience-grid,
  .pro-points {
    grid-template-columns: 1fr;
  }

  .skills-steps article {
    min-height: auto;
  }

  .skills-cta-actions {
    justify-content: flex-start;
  }

  .skills-cta-actions .button {
    width: 100%;
  }

  .journey-band {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .journey-icon {
    width: 74px;
    height: 74px;
  }

  .journey-copy h2 {
    font-size: 1.8rem;
  }

  .journey-actions {
    width: 100%;
  }

  .course-detail-copy,
  .course-image-placeholder,
  .course-detail-body > div,
  .course-detail-body aside {
    border-radius: 22px;
  }

  .course-detail-actions .button {
    width: 100%;
  }

  .course-detail-copy h1 {
    font-size: clamp(1.85rem, 10vw, 2.7rem);
  }

  .course-image-placeholder,
  .course-image-placeholder[data-image-fit="fallback"] {
    min-height: 260px;
  }

  .highlight-grid,
  .topic-grid,
  .course-list,
  .home-course-panel,
  .skills-stats,
  .featured-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .course-actions {
    grid-template-columns: 1fr;
  }

  .form-actions {
    flex-direction: column;
  }

  .panel {
    padding-top: 36px;
  }
}
