/* ==========================================================
   PARIS MINIMAL LUXE — FULLY ISOLATED EMBED VERSION
   SAFE / MERGED / PROJECTS REMOVED
   Color scheme translated to Light/Dark blue
========================================================== */

/* =========================
   ROOT TOKENS
========================= */

.ce-hero,
.ce-process,
.ak-about,
.benefits-section,
.fq-section,
.contact-section,
.ce-program-wrap,
.courses-section,
.techniques-section {
  --lux-bg-0: #F6F8FB;
  --lux-bg-1: #F6F8FB;
  --lux-bg-2: #EEF2F7;
  --lux-bg-3: #EEF2F7;

  --lux-panel-top: #FFFFFF;
  --lux-panel-bottom: #FFFFFF;
  --lux-panel-top-hover: #FFFFFF;
  --lux-panel-bottom-hover: #FFFFFF;

  --lux-panel-process-top: #FFFFFF;
  --lux-panel-process-bottom: #FFFFFF;
  --lux-panel-process-top-hover: #FFFFFF;
  --lux-panel-process-bottom-hover: #FFFFFF;

  --lux-text: #1B2430;
  --lux-text-soft: #4E5D6C;
  --lux-text-muted: #7B8794;
  --lux-placeholder: #7B8794;

  --lux-line: rgba(216, 224, 235, 0.88);
  --lux-line-strong: rgba(216, 224, 235, 1);
  --lux-line-crisp: rgba(216, 224, 235, 1);

  --lux-gold: #3B82F6;
  --lux-gold-2: #5B8CFF;
  --lux-gold-3: #2563EB;
  --lux-gold-4: #1D4ED8;
  --lux-link-active: #1D4ED8;

  --lux-shadow: 0 10px 30px rgba(27, 36, 48, 0.04);
  --lux-shadow-deep: 0 16px 40px rgba(27, 36, 48, 0.08);
  --lux-shadow-card: 0 10px 30px rgba(27, 36, 48, 0.04);
  --lux-shadow-card-hover: 0 16px 40px rgba(27, 36, 48, 0.08);
  --lux-shadow-btn: none;
  --lux-shadow-btn-hover: none;

  --lux-radius: 24px;
  --lux-radius-sm: 16px;

  --section-pad-y: clamp(56px, 8vw, 112px);
  --container-pad-x: clamp(16px, 3vw, 24px);
  --header-gap: clamp(28px, 4vw, 56px);
  --grid-gap: clamp(16px, 2vw, 24px);

  --card-pad-y: clamp(22px, 2.2vw, 30px);
  --card-pad-x: clamp(18px, 2.2vw, 26px);

  --text-body: 18px;
  --text-body-line: 1.72;
  --text-base: 1rem;
  --text-subtitle: 18px;
  --text-badge: 0.75rem;
  --text-tag: 0.72rem;
  --text-card-h3: clamp(1.5rem, 1.25rem + 0.9vw, 1.75rem);
  --text-card-body: 18px;
  --text-card-link: 0.95rem;
  --text-label: 18px;

  --text-h1: clamp(2rem, 1.5rem + 2vw, 2.5rem);
  --text-h2: clamp(1.75rem, 1.4rem + 1.2vw, 2rem);
  --text-h3: clamp(1.5rem, 1.25rem + 0.9vw, 1.75rem);
  --text-h4: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
  --text-h5: clamp(1.125rem, 1.05rem + 0.3vw, 1.25rem);
  --text-h6: 1rem;

  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-heading: "Montserrat", sans-serif;

  --max-w: 1360px;

  position: relative;
  isolation: isolate;
  color: var(--lux-text);
  font-family: var(--font-body);
  font-size: var(--text-body);
}
/* =========================
   LOCAL SAFE BASE
========================= */

.ce-hero *,
.ce-hero *::before,
.ce-hero *::after,
.ce-process *,
.ce-process *::before,
.ce-process *::after,
.ak-about *,
.ak-about *::before,
.ak-about *::after,
.benefits-section *,
.benefits-section *::before,
.benefits-section *::after,
.fq-section *,
.fq-section *::before,
.fq-section *::after,
.contact-section *,
.contact-section *::before,
.contact-section *::after,
.ce-program-wrap *,
.ce-program-wrap *::before,
.ce-program-wrap *::after,
.courses-section *,
.courses-section *::before,
.courses-section *::after,
.techniques-section *,
.techniques-section *::before,
.techniques-section *::after {
  box-sizing: border-box;
}

.ce-hero img,
.ce-hero svg,
.ce-hero video,
.ce-hero canvas,
.ce-hero iframe,
.ce-process img,
.ce-process svg,
.ce-process video,
.ce-process canvas,
.ce-process iframe,
.ak-about img,
.ak-about svg,
.ak-about video,
.ak-about canvas,
.ak-about iframe,
.benefits-section img,
.benefits-section svg,
.benefits-section video,
.benefits-section canvas,
.benefits-section iframe,
.fq-section img,
.fq-section svg,
.fq-section video,
.fq-section canvas,
.fq-section iframe,
.contact-section img,
.contact-section svg,
.contact-section video,
.contact-section canvas,
.contact-section iframe,
.ce-program-wrap img,
.ce-program-wrap svg,
.courses-section img,
.courses-section svg,
.techniques-section img,
.techniques-section svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.ce-hero button,
.ce-hero input,
.ce-hero textarea,
.ce-hero select,
.ce-process button,
.ce-process input,
.ce-process textarea,
.ce-process select,
.ak-about button,
.ak-about input,
.ak-about textarea,
.ak-about select,
.benefits-section button,
.benefits-section input,
.benefits-section textarea,
.benefits-section select,
.fq-section button,
.fq-section input,
.fq-section textarea,
.fq-section select,
.contact-section button,
.contact-section input,
.contact-section textarea,
.contact-section select,
.ce-program-wrap button,
.ce-program-wrap input,
.ce-program-wrap textarea,
.ce-program-wrap select,
.courses-section button,
.courses-section input,
.courses-section textarea,
.courses-section select,
.techniques-section button,
.techniques-section input,
.techniques-section textarea,
.techniques-section select {
  font: inherit;
}

.ce-hero a,
.ce-process a,
.ak-about a,
.benefits-section a,
.fq-section a,
.contact-section a,
.ce-program-wrap a,
.courses-section a,
.techniques-section a {
  color: inherit;
}

.ce-hero h1, .ce-hero h2, .ce-hero h3, .ce-hero h4, .ce-hero h5, .ce-hero h6,
.ce-hero p, .ce-hero a, .ce-hero span, .ce-hero li, .ce-hero div,
.ce-process h1, .ce-process h2, .ce-process h3, .ce-process h4, .ce-process h5, .ce-process h6,
.ce-process p, .ce-process a, .ce-process span, .ce-process li, .ce-process div,
.ak-about h1, .ak-about h2, .ak-about h3, .ak-about h4, .ak-about h5, .ak-about h6,
.ak-about p, .ak-about a, .ak-about span, .ak-about li, .ak-about div,
.benefits-section h1, .benefits-section h2, .benefits-section h3, .benefits-section h4, .benefits-section h5, .benefits-section h6,
.benefits-section p, .benefits-section a, .benefits-section span, .benefits-section li, .benefits-section div,
.fq-section h1, .fq-section h2, .fq-section h3, .fq-section h4, .fq-section h5, .fq-section h6,
.fq-section p, .fq-section a, .fq-section span, .fq-section li, .fq-section div,
.contact-section h1, .contact-section h2, .contact-section h3, .contact-section h4, .contact-section h5, .contact-section h6,
.contact-section p, .contact-section a, .contact-section span, .contact-section li, .contact-section div, .contact-section label,
.ce-program-wrap h1, .ce-program-wrap h2, .ce-program-wrap h3, .ce-program-wrap h4, .ce-program-wrap h5, .ce-program-wrap h6,
.ce-program-wrap p, .ce-program-wrap a, .ce-program-wrap span, .ce-program-wrap li, .ce-program-wrap div,
.courses-section h1, .courses-section h2, .courses-section h3, .courses-section h4, .courses-section h5, .courses-section h6,
.courses-section p, .courses-section a, .courses-section span, .courses-section li, .courses-section div,
.techniques-section h1, .techniques-section h2, .techniques-section h3, .techniques-section h4, .techniques-section h5, .techniques-section h6,
.techniques-section p, .techniques-section a, .techniques-section span, .techniques-section li, .techniques-section div {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.ce-hero p, .ce-hero li,
.ce-process p, .ce-process li,
.ak-about p, .ak-about li,
.benefits-section p, .benefits-section li,
.fq-section p, .fq-section li,
.contact-section p, .contact-section li,
.contact-section label,
.ce-program-wrap p, .ce-program-wrap li,
.courses-section p, .courses-section li,
.techniques-section p, .techniques-section li {
  font-size: 18px;
  line-height: 1.72;
}

.ce-hero h1, .ce-hero h2, .ce-hero h3, .ce-hero h4, .ce-hero h5, .ce-hero h6,
.ce-process h1, .ce-process h2, .ce-process h3, .ce-process h4, .ce-process h5, .ce-process h6,
.ak-about h1, .ak-about h2, .ak-about h3, .ak-about h4, .ak-about h5, .ak-about h6,
.benefits-section h1, .benefits-section h2, .benefits-section h3, .benefits-section h4, .benefits-section h5, .benefits-section h6,
.fq-section h1, .fq-section h2, .fq-section h3, .fq-section h4, .fq-section h5, .fq-section h6,
.contact-section h1, .contact-section h2, .contact-section h3, .contact-section h4, .contact-section h5, .contact-section h6,
.ce-program-wrap h1, .ce-program-wrap h2, .ce-program-wrap h3, .ce-program-wrap h4, .ce-program-wrap h5, .ce-program-wrap h6,
.courses-section h1, .courses-section h2, .courses-section h3, .courses-section h4, .courses-section h5, .courses-section h6,
.techniques-section h1, .techniques-section h2, .techniques-section h3, .techniques-section h4, .techniques-section h5, .techniques-section h6 {
  padding: 0;
  color: var(--lux-text);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* =========================
   GLOBAL HEADING SCALE
========================= */

.ce-hero h1, .ce-process h1, .ak-about h1, .benefits-section h1, .fq-section h1, .contact-section h1, .ce-program-wrap h1, .courses-section h1, .techniques-section h1 {
  font-size: var(--text-h1);
  line-height: 1.15;
}

.ce-hero h2, .ce-process h2, .ak-about h2, .benefits-section h2, .fq-section h2, .contact-section h2, .ce-program-wrap h2, .courses-section h2, .techniques-section h2 {
  font-size: var(--text-h2);
  line-height: 1.2;
}

.ce-hero h3, .ce-process h3, .ak-about h3, .benefits-section h3, .fq-section h3, .contact-section h3, .ce-program-wrap h3, .courses-section h3, .techniques-section h3 {
  font-size: var(--text-h3);
  line-height: 1.25;
}

.ce-hero h4, .ce-process h4, .ak-about h4, .benefits-section h4, .fq-section h4, .contact-section h4, .ce-program-wrap h4, .courses-section h4, .techniques-section h4 {
  font-size: var(--text-h4);
  line-height: 1.3;
}

.ce-hero h5, .ce-process h5, .ak-about h5, .benefits-section h5, .fq-section h5, .contact-section h5, .ce-program-wrap h5, .courses-section h5, .techniques-section h5 {
  font-size: var(--text-h5);
  line-height: 1.35;
}

.ce-hero h6, .ce-process h6, .ak-about h6, .benefits-section h6, .fq-section h6, .contact-section h6, .ce-program-wrap h6, .courses-section h6, .techniques-section h6 {
  font-size: var(--text-h6);
  line-height: 1.4;
}

/* =========================
   FIRST HEADINGS CENTERED
========================= */

.ce-hero .ce-title,
.ce-process .ce-process-title,
.ak-about .ak-about-card > h2:first-child,
.benefits-section .benefits-title,
.fq-section .fq-title,
.contact-section .contact-title,
.ce-program-wrap .ce-program-heading,
.courses-section .title.center h2,
.techniques-section .title.center h2 {
  text-align: center;
}

/* =========================
   FIRST DESCRIPTIONS CENTERED
========================= */

.ce-hero .ce-desc,
.ce-process .ce-process-desc,
.ak-about .ak-about-card > p:first-of-type,
.benefits-section .benefits-subtitle,
.fq-section .fq-desc,
.contact-section .contact-subtitle,
.ce-program-wrap .ce-program-desc,
.courses-section .courses-intro,
.techniques-section .title.center p {
  text-align: center;
}

/* =========================
   SHARED BACKGROUND
========================= */

.ce-hero,
.ce-process,
.ak-about,
.benefits-section,
.fq-section,
.contact-section,
.ce-program-wrap,
.courses-section,
.techniques-section {
  background: #F6F8FB;
}

/* =========================
   SHARED MARBLE TEXTURE
========================= */

.ce-hero::before,
.ce-process::before,
.ak-about::before,
.benefits-section::before,
.fq-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 2px, transparent 2px, transparent 140px),
    repeating-linear-gradient(65deg, rgba(216,224,235,0.18) 0, rgba(216,224,235,0.18) 1px, transparent 1px, transparent 120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.ce-hero::after,
.ce-process::after,
.ak-about::after,
.benefits-section::after,
.fq-section::after,
.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(27,36,48,0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,36,48,0.012) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

/* =========================
   SHARED CONTAINERS
========================= */

.ce-wrap,
.ce-process-wrap,
.ak-about-wrap,
.benefits-container,
.fq-wrap,
.ce-program-box,
.courses-section .cnt,
.techniques-section .cnt,
.contact-wrap,
.contact-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

/* =========================
   SHARED CARD GRADIENT
========================= */

.ce-card,
.ak-about-card,
.ce-step,
.benefits-card,
.fq-item,
.contact-form,
.contact-map-frame,
.ce-course-block,
.courses-section .course-item,
.technique-item {
  background: linear-gradient(180deg, var(--lux-panel-top) 0%, var(--lux-panel-bottom) 100%);
  border: 1px solid var(--lux-line);
  box-shadow: var(--lux-shadow-card);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.ce-card:hover,
.ak-about-card:hover,
.ce-step:hover,
.benefits-card:hover,
.fq-item:hover,
.ce-course-block:hover,
.courses-section .course-item:hover,
.technique-item:hover {
  transform: translateY(-3px);
  border-color: var(--lux-line-strong);
  box-shadow: var(--lux-shadow-card-hover);
  background: linear-gradient(180deg, var(--lux-panel-top-hover) 0%, var(--lux-panel-bottom-hover) 100%);
}

/* =========================
   SHARED BUTTONS
========================= */

.ce-process-btn,
.benefits-actions a,
.benefits-actions .btn,
.benefits-actions button,
.contact-btn,
.ce-cta-btn,
.courses-section .btn,
.techniques-section .btn,
.bnx-benefits__actions .bnx-btn,
.services-section.services-section--program .services-btn--primary,
.program-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #3B82F6;
  background: #3B82F6;
  color: #ffffff !important;
  box-shadow: none;
}

.ce-process-btn:hover,
.benefits-actions a:hover,
.benefits-actions .btn:hover,
.benefits-actions button:hover,
.contact-btn:hover,
.ce-cta-btn:hover,
.courses-section .btn:hover,
.techniques-section .btn:hover,
.bnx-benefits__actions .bnx-btn:hover,
.services-section.services-section--program .services-btn--primary:hover,
.program-btn--primary:hover {
  background: #2563EB;
  border-color: #2563EB;
  transform: translateY(-2px);
  color: #ffffff !important;
}

.ce-process-btn:active,
.benefits-actions a:active,
.benefits-actions .btn:active,
.benefits-actions button:active,
.contact-btn:active,
.ce-cta-btn:active,
.courses-section .btn:active,
.techniques-section .btn:active,
.bnx-benefits__actions .bnx-btn:active,
.services-section.services-section--program .services-btn--primary:active,
.program-btn--primary:active {
  transform: translateY(0);
  background: #1D4ED8;
  border-color: #1D4ED8;
  color: #ffffff !important;
}

.ce-cta-btn--dark,
.contact-btn-secondary,
.courses-section .btn-dark,
.services-section.services-section--program .services-btn--dark,
.program-btn--dark {
  background: #1B2430 !important;
  border-color: #1B2430 !important;
  color: #ffffff !important;
}


.ce-cta-btn--dark:hover,
.contact-btn-secondary:hover,
.courses-section .btn-dark:hover,
.services-section.services-section--program .services-btn--dark:hover,
.program-btn--dark:hover {
  background: #4E5D6C !important;
  border-color: #4E5D6C !important;
}

.ce-cta-btn--light,
.contact-btn-outline,
.courses-section .btn-light,
.techniques-section .btn-light,
.bnx-benefits__actions .bnx-btn--light,
.services-section.services-section--program .services-btn--ghost,
.program-btn--ghost {
  background: #ffffff !important;
  border-color: rgba(216, 224, 235, 1) !important;
  color: var(--lux-text-muted) !important;
}

.ce-cta-btn--light:hover,
.contact-btn-outline:hover,
.courses-section .btn-light:hover,
.techniques-section .btn-light:hover,
.bnx-benefits__actions .bnx-btn--light:hover,
.services-section.services-section--program .services-btn--ghost:hover,
.program-btn--ghost:hover {
  background: #EEF2F7 !important;
  border-color: #3B82F6 !important;
  color: var(--lux-text) !important;
}

.ce-cta-btn--light:active,
.contact-btn-outline:active,
.courses-section .btn-light:active,
.techniques-section .btn-light:active,
.bnx-benefits__actions .bnx-btn--light:active,
.services-section.services-section--program .services-btn--ghost:active,
.program-btn--ghost:active {
  background: #EEF2F7 !important;
}
/* =========================
   CE-HERO
========================= */

.ce-hero {
  overflow: hidden;
  padding: var(--section-pad-y) 0;
}

.ce-header {
  margin-bottom: var(--header-gap);
  text-align: center;
}

.ce-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 10px 18px;
  border: 1px solid var(--lux-line);
  border-radius: 999px;
  background: var(--lux-panel-top);
  color: var(--lux-text-soft);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ce-title {
  max-width: 1080px;
  margin: 0 auto 22px;
  color: var(--lux-text);
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.ce-title span {
  display: block;
  margin-top: 12px;
  font-size: clamp(1rem, 0.95rem + 0.5vw, 1.125rem);
  line-height: 1.45;
  font-weight: 400;
  color: var(--lux-gold-3);
}

.ce-desc {
  max-width: 820px;
  margin: 0 auto;
  color: var(--lux-text-soft);
  font-size: var(--text-subtitle);
  line-height: 1.72;
}

.ce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  max-width: var(--max-w);
  margin: 0 auto 54px;
  align-items: start;
}

.ce-col {
  min-width: 0;
}

.ce-col p {
  margin: 0;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.ce-columns a {
  color: var(--lux-gold-3);
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.26);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.ce-columns a:hover {
  color: var(--lux-gold-4);
  border-color: rgba(29, 78, 216, 0.38);
}

.ce-columns a:active {
  color: var(--lux-link-active);
  border-color: rgba(29, 78, 216, 0.38);
}

.ce-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: stretch;
}

.ce-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 28px;
  border-radius: var(--lux-radius);
}

.ce-card--accent {
  border-color: var(--lux-line-strong);
}

.ce-tag {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--lux-line);
  background: var(--lux-panel-top);
  font-size: var(--text-tag);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lux-text-muted);
}

.ce-tag--accent {
  color: var(--lux-gold-3);
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.18);
}

.ce-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.ce-card p {
  margin: 0 0 22px;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
  flex-grow: 1;
}

.ce-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: var(--text-card-link);
  font-weight: 700;
  color: var(--lux-gold-3);
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.ce-link::after {
  content: "→";
}

.ce-link:hover {
  color: var(--lux-gold-4);
  gap: 14px;
}

.ce-link:active {
  color: var(--lux-link-active);
}

/* =========================
   AK-ABOUT
========================= */

.ak-about {
  overflow: hidden;
  padding: var(--section-pad-y) 0;
}

.ak-about-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ak-about-card {
  padding: 32px 28px;
  border-radius: var(--lux-radius);
}

.ak-about-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.ak-about-card p {
  margin: 0 0 14px;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.ak-about-card p:last-of-type {
  margin-bottom: 0;
}

.ak-about-ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.ak-about-ul li {
  margin-bottom: 10px;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.ak-about-ul li:last-child {
  margin-bottom: 0;
}

.ak-about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: var(--text-card-link);
  font-weight: 700;
  color: var(--lux-gold-3);
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.26);
  padding-bottom: 2px;
  transition: color 0.25s ease, gap 0.25s ease, border-color 0.25s ease;
}

.ak-about-link:hover {
  color: var(--lux-gold-4);
  gap: 12px;
  border-color: rgba(29, 78, 216, 0.38);
}

.ak-about-link:active {
  color: var(--lux-link-active);
  border-color: rgba(29, 78, 216, 0.38);
}

/* =========================
   CE-PROCESS
========================= */

.ce-process {
  overflow: hidden;
  padding: var(--section-pad-y) 0;
}

.ce-process-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.ce-process-intro {
  position: sticky;
  top: 110px;
}

.ce-process-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--lux-line);
  background: var(--lux-panel-top);
  color: var(--lux-text-soft);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ce-process-title {
  margin: 0 0 20px;
  max-width: 560px;
  color: var(--lux-text);
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.ce-process-title span {
  display: block;
  margin-top: 10px;
  font-size: clamp(1rem, 0.95rem + 0.5vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--lux-gold-3);
}

.ce-process-desc {
  max-width: 520px;
  margin: 0 auto 28px;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.ce-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ce-step {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px 24px;
  border-radius: var(--lux-radius);
}

.ce-step__num {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--lux-text-muted);
}

.ce-step__body {
  min-width: 0;
}

.ce-step__body h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.ce-step__body p {
  margin: 0;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

/* =========================
   FAQ
========================= */

.fq-section {
  overflow: hidden;
  padding: var(--section-pad-y) 0;
}

.fq-header {
  max-width: 1360px;
  margin: 0 auto clamp(40px, 5vw, 56px);
  text-align: center;
}

.fq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--lux-line);
  background: var(--lux-panel-top);
  color: var(--lux-text-soft);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fq-title {
  max-width: 900px;
  margin: 0 auto 18px;
  color: var(--lux-text);
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.fq-desc {
  max-width: 680px;
  margin: 0 auto;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.fq-list {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fq-item {
  border-radius: var(--lux-radius);
  overflow: hidden;
}

.fq-item[open] {
  border-color: var(--lux-line-strong);
}

.fq-question {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 24px 64px 24px 24px;
  font-family: var(--font-heading);
  font-size: var(--text-h4);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.fq-question::-webkit-details-marker {
  display: none;
}

.fq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lux-text-muted);
  background: var(--lux-bg-2);
  border: 1px solid var(--lux-line);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.fq-item[open] .fq-question::after {
  content: "–";
  background: rgba(59,130,246,0.08);
  border-color: rgba(59,130,246,0.18);
  color: var(--lux-gold-3);
}

.fq-answer {
  padding: 0 24px 24px;
}

.fq-answer p {
  margin: 0;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.fq-answer a {
  color: var(--lux-gold-3);
  text-decoration: none;
  border-bottom: 1px solid rgba(37,99,235,0.26);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.fq-answer a:hover {
  color: var(--lux-gold-4);
  border-color: rgba(29,78,216,0.38);
}

.fq-answer a:active {
  color: var(--lux-link-active);
  border-color: rgba(29, 78, 216, 0.38);
}

/* =========================
   CONTACT
========================= */

.contact-section {
  overflow: hidden;
  padding: clamp(56px, 8vw, 112px) 0;
  scroll-margin-top: 80px;
  line-height: var(--text-body-line);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 42px);
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 24px);
  align-items: stretch;
}

.contact-map {
  display: flex;
  flex-direction: column;
}

.contact-map h2 {
  margin: 0 0 12px;
  color: var(--lux-text);
  font-size: var(--text-h2);
  line-height: 1.2;
}

.contact-map > p {
  margin: 0 0 20px;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.contact-map-frame {
  width: 100%;
  flex-grow: 1;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.contact-form {
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border-radius: var(--lux-radius);
}

.contact-form form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.contact-field {
  margin-bottom: 16px;
}

.contact-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--lux-text);
  font-size: var(--text-label);
  font-weight: 600;
  line-height: 1.45;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border-radius: 14px;
  box-sizing: border-box;
  border: 1px solid var(--lux-line-strong);
  background: #ffffff;
  color: var(--lux-text);
  box-shadow: none;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: var(--lux-placeholder);
  opacity: 1;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: var(--lux-line-crisp);
  background: #ffffff;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(59, 130, 246, 0.42);
  background: #ffffff;
  box-shadow: none;
}

.contact-field textarea {
  min-height: 100px;
  flex-grow: 1;
  resize: vertical;
}

.contact-consent {
  margin-top: auto;
  margin-bottom: 20px;
}

.contact-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--lux-text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.contact-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--lux-gold-3);
}

.contact-section a:active {
  color: var(--lux-link-active);
}

.contact-container {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-header {
  text-align: center;
  margin-bottom: var(--header-gap);
}

.contact-title {
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  font-weight: 700;
  color: var(--lux-text);
  margin: 0 0 12px 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.contact-subtitle {
  font-size: var(--text-subtitle);
  font-weight: 500;
  color: var(--lux-gold);
  margin: 0;
  line-height: 1.5;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4vw, 48px);
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  font-size: 18px;
  color: var(--lux-text-soft);
  line-height: 1.6;
}

.contact-info-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.contact-divider {
  color: var(--lux-line-strong);
  font-weight: 300;
}

.contact-link {
  color: var(--lux-text);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease;
  font-size: 18px;
}

.contact-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--lux-gold);
  transition: width 0.3s ease;
}

.contact-link:hover {
  color: var(--lux-gold);
}

.contact-link:hover::after {
  width: 100%;
}

.contact-link:active {
  color: var(--lux-link-active);
}

.contact-link-phone {
  font-weight: 700;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.contact-btn-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.contact-btn-primary:hover .contact-btn-icon,
.contact-btn-secondary:hover .contact-btn-icon {
  transform: translateX(3px);
}

.contact-btn-outline:hover .contact-btn-icon {
  transform: scale(1.1);
}

/* =========================
   CE PROGRAM SECTION
========================= */

.ce-program-wrap {
  position: relative;
  padding: var(--section-pad-y) 0;
  overflow: hidden;
  isolation: isolate;
  color: var(--lux-text);
  font-family: var(--font-body);
}

.ce-program-head {
  text-align: center;
  margin-bottom: 48px;
  animation: ceFadeUp 0.7s ease both;
}

.ce-program-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lux-gold-4);
  background: linear-gradient(135deg, #F6F8FB, #EEF2F7);
  border: 1px solid var(--lux-line-strong);
}

.ce-program-heading {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--lux-text);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ce-program-desc {
  max-width: 820px;
  margin: 0 auto 32px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #F6F8FB, #EEF2F7);
  border-left: 4px solid var(--lux-gold);
  border-radius: 0 12px 12px 0;
  font-size: 18px;
  line-height: 1.72;
  color: var(--lux-text-soft);
  font-weight: 500;
  text-align: left;
}

.ce-program-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0 0 52px;
  list-style: none;
}

.ce-program-tabs li {
  margin: 0;
}

.ce-tab-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid var(--lux-line-strong);
  background: var(--lux-panel-top);
  color: var(--lux-text-muted);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ce-tab-item:hover {
  border-color: var(--lux-gold-2);
  background: var(--lux-panel-bottom-hover);
  color: var(--lux-gold-4);
  transform: translateY(-1px);
}

.ce-course-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
  list-style: none;
  padding: 0;
}

.ce-course-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  animation: ceFadeUp 0.7s ease both;
}

.ce-course-block:nth-child(1) { animation-delay: 0.05s; }
.ce-course-block:nth-child(2) { animation-delay: 0.10s; }
.ce-course-block:nth-child(3) { animation-delay: 0.15s; }
.ce-course-block:nth-child(4) { animation-delay: 0.20s; }
.ce-course-block:nth-child(5) { animation-delay: 0.25s; }
.ce-course-block:nth-child(6) { animation-delay: 0.30s; }
.ce-course-block:nth-child(7) { animation-delay: 0.35s; }
.ce-course-block:nth-child(8) { animation-delay: 0.40s; }

.ce-course-body {
  display: flex;
  gap: 22px;
  padding: 24px;
  align-items: flex-start;
}

.ce-course-thumb {
  flex: 0 0 180px;
  border-radius: 12px;
  overflow: hidden;
}

.ce-course-thumb picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ce-course-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ce-course-block:hover .ce-course-thumb img {
  transform: scale(1.05);
}

.ce-course-info {
  flex: 1;
  min-width: 0;
}

.ce-course-name {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.ce-course-name span {
  background: linear-gradient(135deg, var(--lux-gold), var(--lux-gold-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ce-course-text {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.72;
  color: var(--lux-text-soft);
}

.ce-course-foot {
  padding: 16px 24px;
  border-top: 1px solid var(--lux-line);
  background: var(--lux-panel-bottom);
}

.ce-course-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lux-gold);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ce-course-more::after {
  content: "→";
  font-size: 1.1em;
  transition: transform 0.25s ease;
}

.ce-course-more:hover {
  color: var(--lux-link-active);
  gap: 12px;
}

.ce-course-more:hover::after {
  transform: translateX(3px);
}

.ce-program-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 52px;
}

.ce-cta-btn i {
  font-size: 1.1em;
  transition: transform 0.25s ease;
}

.ce-cta-btn:hover i {
  transform: translateX(3px);
}

/* =========================
   COURSES SECTION
========================= */

.courses-section {
  position: relative;
  isolation: isolate;
  padding: var(--section-pad-y) 0;
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--lux-text);
}

.courses-section .title.center {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.courses-section .title.center b {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-gold-3);
  border: 1px solid var(--lux-line-strong);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 16px;
  background: var(--lux-panel-top);
}

.courses-section .title.center h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 1.4rem + 1.2vw, 2rem);
  font-weight: 700;
  color: var(--lux-text);
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.01em;
}

.courses-section .courses-intro {
  max-width: 820px;
  margin: 0 auto clamp(36px, 5vw, 56px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
  color: var(--lux-text-soft);
  background: var(--lux-panel-top);
  border-left: 3px solid var(--lux-gold);
  border-radius: 0 var(--lux-radius-sm) var(--lux-radius-sm) 0;
  padding: var(--card-pad-y) var(--card-pad-x);
  border-top: 1px solid var(--lux-line);
  border-right: 1px solid var(--lux-line);
  border-bottom: 1px solid var(--lux-line);
}

.courses-section .courses-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin-bottom: clamp(36px, 5vw, 56px);
  justify-content: center;
}

.courses-section .courses-nav li a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--lux-text-soft);
  background: var(--lux-panel-top);
  border: 1px solid var(--lux-line-strong);
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  font-family: var(--font-body);
}

.courses-section .courses-nav li a:hover {
  background: var(--lux-gold);
  color: #ffffff;
  border-color: var(--lux-gold);
  transform: translateY(-2px);
}

.courses-section .courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}

.courses-section .course-item {
  border-radius: var(--lux-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.courses-section .course-body {
  display: flex;
  align-items: stretch;
  flex: 1;
}

.courses-section .course-img {
  flex: 0 0 160px;
  width: 160px;
  position: relative;
  overflow: hidden;
}

.courses-section .course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.97) saturate(0.9);
}

.courses-section .course-item:hover .course-img img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1);
}

.courses-section .course-step {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(59, 130, 246, 0.92);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  z-index: 2;
  backdrop-filter: blur(4px);
  font-family: var(--font-body);
}

.courses-section .course-content {
  flex: 1;
  padding: var(--card-pad-y) var(--card-pad-x);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.courses-section .course-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.15rem);
  font-weight: 700;
  color: var(--lux-text);
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.01em;
}

.courses-section .course-content h2 span {
  color: var(--lux-gold-3);
}

.courses-section .course-content p {
  font-size: 18px;
  line-height: 1.72;
  color: var(--lux-text-muted);
  margin: 0;
  flex: 1;
}

.courses-section .course-footer {
  padding: 14px var(--card-pad-x);
  border-top: 1px solid var(--lux-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--lux-bg-0);
}

.courses-section .course-footer .more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--lux-gold-3);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: gap 0.2s ease, color 0.2s ease;
  font-family: var(--font-body);
}

.courses-section .course-footer .more::after {
  content: '→';
  font-size: 14px;
  transition: transform 0.2s ease;
}

.courses-section .course-footer .more:hover {
  color: var(--lux-gold-4);
  gap: 10px;
}

.courses-section .course-footer .more:hover::after {
  transform: translateX(3px);
}

.courses-section .cert-badge {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--lux-gold-3);
  background: transparent;
  border: 1px solid var(--lux-line-strong);
  padding: 4px 12px;
  border-radius: 100px;
  font-family: var(--font-body);
}

.courses-section .courses-cta {
  margin-top: clamp(36px, 5vw, 56px);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.courses-section .btn {
  padding: 14px 30px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: var(--font-body);
}

/* =========================
   TECHNIQUES SECTION
========================= */

.techniques-section {
  position: relative;
  isolation: isolate;
  padding: var(--section-pad-y) 0;
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--lux-text);
}

.techniques-section .title.center {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.techniques-section .title.center b {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-gold-3);
  border: 1px solid var(--lux-line-strong);
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 18px;
  background: var(--lux-panel-top);
}

.techniques-section .title.center h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 1.4rem + 1.2vw, 2.25rem);
  font-weight: 700;
  color: var(--lux-text);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.techniques-section .title.center p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.72;
  color: var(--lux-text-muted);
}

.techniques-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.technique-item {
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 360px;
  border-radius: var(--lux-radius);
  overflow: hidden;
}

.technique-item:nth-child(even) {
  grid-template-columns: 1fr 420px;
}

.technique-item:nth-child(even) .technique-img {
  order: 2;
}

.technique-item:nth-child(even) .technique-body {
  order: 1;
}

.technique-img {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.technique-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  filter: brightness(0.95) saturate(0.88);
}

.technique-item:hover .technique-img img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1);
}

.technique-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    transparent 60%,
    rgba(246, 248, 251, 0.18) 100%
  );
  pointer-events: none;
}

.technique-item:nth-child(even) .technique-img::after {
  background: linear-gradient(
    to left,
    transparent 60%,
    rgba(246, 248, 251, 0.18) 100%
  );
}

.technique-step {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(59, 130, 246, 0.9);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  z-index: 2;
  backdrop-filter: blur(6px);
  font-family: var(--font-body);
}

.technique-body {
  padding: clamp(32px, 3.5vw, 52px) clamp(28px, 3.5vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 2vw, 22px);
}

.technique-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.technique-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lux-gold-3);
  font-family: var(--font-body);
}

.technique-tag::before {
  content: '✦ ';
}

.technique-divider {
  width: 32px;
  height: 1px;
  background: var(--lux-gold-2);
  display: inline-block;
}

.technique-body h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  font-weight: 700;
  color: var(--lux-text);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}

.technique-body h2 span {
  color: var(--lux-gold-3);
}

.technique-body p {
  font-size: 18px;
  line-height: 1.72;
  color: var(--lux-text-muted);
  margin: 0;
  max-width: 560px;
}

.technique-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.technique-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  color: var(--lux-text-soft);
  line-height: 1.5;
}

.technique-features li::before {
  content: '—';
  color: var(--lux-gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.technique-sep {
  width: 48px;
  height: 1px;
  background: linear-gradient(
    to right,
    var(--lux-gold),
    transparent
  );
}

.technique-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}

.technique-footer .lux-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--lux-gold-3);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
  font-family: var(--font-body);
}

.technique-footer .lux-link::after {
  content: '→';
  font-size: 15px;
  transition: transform 0.2s ease;
}

.technique-footer .lux-link:hover {
  color: var(--lux-gold-4);
  gap: 12px;
}

.technique-footer .lux-link:hover::after {
  transform: translateX(4px);
}

.technique-footer .cert-badge {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--lux-gold-3);
  border: 1px solid var(--lux-line-strong);
  padding: 4px 14px;
  border-radius: 100px;
  font-family: var(--font-body);
}

.techniques-section .techniques-cta {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.techniques-section .btn {
  padding: 14px 30px;
  border-radius: var(--lux-radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  font-family: var(--font-body);
}

/* ==========================================================
   NEW BENEFITS SECTION — FULLY ISOLATED
========================================================== */

.bnx-benefits {
  --bnx-bg: #F6F8FB;
  --bnx-panel-top: #FFFFFF;
  --bnx-panel-bottom: #FFFFFF;
  --bnx-panel-top-hover: #FFFFFF;
  --bnx-panel-bottom-hover: #FFFFFF;
  --bnx-text: #1B2430;
  --bnx-text-soft: #4E5D6C;
  --bnx-text-muted: #7B8794;
  --bnx-line: rgba(216, 224, 235, 0.88);
  --bnx-line-strong: rgba(216, 224, 235, 1);
  --bnx-gold: #3B82F6;
  --bnx-gold-2: #5B8CFF;
  --bnx-gold-3: #2563EB;
  --bnx-gold-4: #1D4ED8;
  --bnx-active: #1D4ED8;
  --bnx-radius: 24px;
  --bnx-radius-sm: 16px;
  --bnx-max: 1360px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 120px) 0;
  background: #F6F8FB;
  color: var(--bnx-text);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.bnx-benefits *,
.bnx-benefits *::before,
.bnx-benefits *::after {
  box-sizing: border-box;
}

.bnx-benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 2px, transparent 2px, transparent 140px),
    repeating-linear-gradient(65deg, rgba(216,224,235,0.18) 0, rgba(216,224,235,0.18) 1px, transparent 1px, transparent 120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.bnx-benefits::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(27,36,48,0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,36,48,0.012) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.bnx-benefits__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--bnx-max);
  margin: 0 auto;
  padding-left: clamp(16px, 3vw, 24px);
  padding-right: clamp(16px, 3vw, 24px);
}

.bnx-benefits__header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.bnx-benefits__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--bnx-line);
  background: var(--bnx-panel-top);
  color: var(--bnx-text-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bnx-benefits__title {
  max-width: 980px;
  margin: 0 auto 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 1.5rem + 2vw, 2.5rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--bnx-text);
  text-wrap: balance;
}

.bnx-benefits__subtitle {
  max-width: 920px;
  margin: 0 auto;
  color: var(--bnx-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.bnx-benefits__subtitle strong {
  color: var(--bnx-text);
  font-weight: 700;
}

.bnx-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.bnx-benefits__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 28px;
  border-radius: var(--bnx-radius);
  border: 1px solid var(--bnx-line);
  background: linear-gradient(180deg, var(--bnx-panel-top) 0%, var(--bnx-panel-bottom) 100%);
  box-shadow: 0 10px 30px rgba(27, 36, 48, 0.04);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.bnx-benefits__card:hover {
  transform: translateY(-3px);
  border-color: var(--bnx-line-strong);
  background: linear-gradient(180deg, var(--bnx-panel-top-hover) 0%, var(--bnx-panel-bottom-hover) 100%);
  box-shadow: 0 16px 40px rgba(27, 36, 48, 0.08);
}

.bnx-benefits__card--wide {
  grid-column: span 2;
}

.bnx-benefits__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  border: 1px solid var(--bnx-line);
  background: #EEF2F7;
  color: var(--bnx-gold-3);
  font-size: 1.3rem;
}

.bnx-benefits__card-title {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 1.25rem + 0.9vw, 1.75rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--bnx-text);
  text-wrap: balance;
}

.bnx-benefits__text {
  margin: 0;
  color: var(--bnx-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.bnx-benefits__text strong {
  color: var(--bnx-text);
  font-weight: 700;
}

.bnx-benefits__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.bnx-benefits__link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  text-decoration: none;
  color: var(--bnx-gold-3);
  font-size: 18px;
  line-height: 1.6;
  border-bottom: 1px solid var(--bnx-line);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.bnx-benefits__link:last-child {
  border-bottom: none;
}

.bnx-benefits__link:hover {
  color: var(--bnx-gold-4);
  padding-left: 4px;
}

.bnx-benefits__link:active {
  color: var(--bnx-active);
}

.bnx-benefits__dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.78);
}

.bnx-benefits__trust {
  margin-top: 28px;
  text-align: center;
}

.bnx-benefits__trust p {
  margin: 0;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid var(--bnx-line);
  background: rgba(255,255,255,0.55);
  color: var(--bnx-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.bnx-benefits__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.bnx-benefits__actions .bnx-btn {
  min-width: 220px;
}

.bnx-benefits__actions .bnx-btn--light {
  color: #4E5D6C !important;
}

/* ==========================================================
   SERVICES PROGRAM — ISOLATED
========================================================== */

.services-section.services-section--program {
  --lux-bg-0: #F6F8FB;
  --lux-bg-1: #F6F8FB;
  --lux-bg-2: #EEF2F7;
  --lux-bg-3: #EEF2F7;
  --lux-panel-top: #FFFFFF;
  --lux-panel-bottom: #FFFFFF;
  --lux-panel-top-hover: #FFFFFF;
  --lux-panel-bottom-hover: #FFFFFF;
  --lux-text: #1B2430;
  --lux-text-soft: #4E5D6C;
  --lux-text-muted: #7B8794;
  --lux-placeholder: #7B8794;
  --lux-line: rgba(216, 224, 235, 0.88);
  --lux-line-strong: rgba(216, 224, 235, 1);
  --lux-line-crisp: rgba(216, 224, 235, 1);
  --lux-gold: #3B82F6;
  --lux-gold-2: #5B8CFF;
  --lux-gold-3: #2563EB;
  --lux-gold-4: #1D4ED8;
  --lux-link-active: #1D4ED8;
  --lux-radius: 24px;
  --lux-radius-sm: 16px;
  --section-pad-y: clamp(56px, 8vw, 112px);
  --container-pad-x: clamp(16px, 3vw, 24px);
  --header-gap: clamp(28px, 4vw, 56px);
  --grid-gap: clamp(16px, 2vw, 24px);
  --text-body: 18px;
  --text-body-line: 1.72;
  --text-badge: 0.75rem;
  --text-card-link: 0.95rem;
  --text-h1: clamp(2rem, 1.5rem + 2vw, 2.5rem);
  --text-h2: clamp(1.75rem, 1.4rem + 1.2vw, 2rem);
  --text-h3: clamp(1.5rem, 1.25rem + 0.9vw, 1.75rem);
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --max-w: 1360px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #F6F8FB;
  color: var(--lux-text);
  font-family: var(--font-body);
  font-size: var(--text-body);
  padding: var(--section-pad-y) 0;
}

.services-section.services-section--program::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 2px, transparent 2px, transparent 140px),
    repeating-linear-gradient(65deg, rgba(216, 224, 235, 0.18) 0, rgba(216, 224, 235, 0.18) 1px, transparent 1px, transparent 120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.services-section.services-section--program::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(27, 24, 38, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 24, 38, 0.012) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.services-section.services-section--program *,
.services-section.services-section--program *::before,
.services-section.services-section--program *::after {
  box-sizing: border-box;
}

.services-section.services-section--program img,
.services-section.services-section--program svg,
.services-section.services-section--program video,
.services-section.services-section--program canvas,
.services-section.services-section--program iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

.services-section.services-section--program button,
.services-section.services-section--program input,
.services-section.services-section--program textarea,
.services-section.services-section--program select {
  font: inherit;
}

.services-section.services-section--program a {
  color: inherit;
}

.services-section.services-section--program h1,
.services-section.services-section--program h2,
.services-section.services-section--program h3,
.services-section.services-section--program h4,
.services-section.services-section--program h5,
.services-section.services-section--program h6,
.services-section.services-section--program p,
.services-section.services-section--program a,
.services-section.services-section--program span,
.services-section.services-section--program li,
.services-section.services-section--program div {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.services-section.services-section--program h1,
.services-section.services-section--program h2,
.services-section.services-section--program h3,
.services-section.services-section--program h4,
.services-section.services-section--program h5,
.services-section.services-section--program h6 {
  margin-top: 0;
  padding: 0;
  color: var(--lux-text);
  font-weight: 700;
}

.services-section.services-section--program h2 {
  font-size: var(--text-h2);
  line-height: 1.2;
}

.services-section.services-section--program h3 {
  font-size: var(--text-h3);
  line-height: 1.25;
}

.services-section.services-section--program p,
.services-section.services-section--program li {
  font-size: 18px;
  line-height: var(--text-body-line);
}

.services-section.services-section--program .services-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

.services-section.services-section--program .services-header {
  margin-bottom: var(--header-gap);
  text-align: center;
}

.services-section.services-section--program .services-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 10px 18px;
  border: 1px solid var(--lux-line);
  border-radius: 999px;
  background: var(--lux-panel-top);
  color: var(--lux-text-soft);
  font-size: var(--text-badge);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-section.services-section--program .services-title {
  max-width: 1080px;
  margin: 0 auto 22px;
  color: var(--lux-text);
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.services-section.services-section--program .services-subtitle {
  max-width: 920px;
  margin: 0 auto;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.services-section.services-section--program .services-subtitle strong {
  color: var(--lux-text);
}

.services-section.services-section--program .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: stretch;
}

.services-section.services-section--program .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--lux-radius);
  background: linear-gradient(180deg, var(--lux-panel-top) 0%, var(--lux-panel-bottom) 100%);
  border: 1px solid var(--lux-line);
  box-shadow: 0 10px 30px rgba(27, 36, 48, 0.04);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.services-section.services-section--program .service-card:hover {
  transform: translateY(-3px);
  border-color: var(--lux-line-strong);
  box-shadow: 0 16px 40px rgba(27, 36, 48, 0.08);
  background: linear-gradient(180deg, var(--lux-panel-top-hover) 0%, var(--lux-panel-bottom-hover) 100%);
}

.services-section.services-section--program .service-card--entry {
  grid-column: span 2;
  border-color: var(--lux-line-strong);
}

.services-section.services-section--program .service-card__content {
  padding: 32px 28px 20px;
  flex: 1 1 auto;
}

.services-section.services-section--program .service-card__content h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.services-section.services-section--program .service-card__content p {
  margin: 0;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.services-section.services-section--program .service-card__content strong {
  color: var(--lux-text);
}

.services-section.services-section--program .service-card__footer {
  padding: 0 28px 28px;
  margin-top: auto;
}

.services-section.services-section--program .service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: var(--text-card-link);
  font-weight: 700;
  color: var(--lux-gold-3);
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.services-section.services-section--program .service-card__link:hover,
.services-section.services-section--program .service-card:hover .service-card__link {
  color: var(--lux-gold-4);
  gap: 14px;
}

.services-section.services-section--program .service-card__link:active {
  color: var(--lux-link-active);
}

.services-section.services-section--program .services-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

.services-section.services-section--program .services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}

/* ==========================================================
   PROGRAM SECTION
========================================================== */

.program-section {
  --lux-bg-0: #F6F8FB;
  --lux-bg-1: #F6F8FB;
  --lux-bg-2: #EEF2F7;
  --lux-bg-3: #EEF2F7;
  --lux-panel-top: #FFFFFF;
  --lux-panel-bottom: #FFFFFF;
  --lux-panel-top-hover: #FFFFFF;
  --lux-panel-bottom-hover: #FFFFFF;
  --lux-text: #1B2430;
  --lux-text-soft: #4E5D6C;
  --lux-text-muted: #7B8794;
  --lux-line: rgba(216, 224, 235, 0.88);
  --lux-line-strong: rgba(216, 224, 235, 1);
  --lux-gold: #3B82F6;
  --lux-gold-2: #5B8CFF;
  --lux-gold-3: #2563EB;
  --lux-gold-4: #1D4ED8;
  --lux-link-active: #1D4ED8;
  --lux-radius: 24px;
  --section-pad-y: clamp(56px, 8vw, 112px);
  --container-pad-x: clamp(16px, 3vw, 24px);
  --header-gap: clamp(28px, 4vw, 56px);
  --list-gap: clamp(16px, 2vw, 24px);
  --text-body: 18px;
  --text-body-line: 1.72;
  --text-badge: 0.75rem;
  --text-card-link: 0.95rem;
  --text-h1: clamp(2rem, 1.5rem + 2vw, 2.5rem);
  --text-h2: clamp(1.75rem, 1.4rem + 1.2vw, 2rem);
  --text-h3: clamp(1.5rem, 1.25rem + 0.9vw, 1.75rem);
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --max-w: 1360px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #F6F8FB;
  color: var(--lux-text);
  font-family: var(--font-body);
  font-size: var(--text-body);
  padding: var(--section-pad-y) 0;
}

.program-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 2px, transparent 2px, transparent 140px),
    repeating-linear-gradient(65deg, rgba(216, 224, 235, 0.18) 0, rgba(216, 224, 235, 0.18) 1px, transparent 1px, transparent 120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.program-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(27, 24, 38, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 24, 38, 0.012) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.program-section *,
.program-section *::before,
.program-section *::after {
  box-sizing: border-box;
}

.program-section img,
.program-section svg,
.program-section video,
.program-section canvas,
.program-section iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

.program-section button,
.program-section input,
.program-section textarea,
.program-section select {
  font: inherit;
}

.program-section a {
  color: inherit;
}

.program-section h1,
.program-section h2,
.program-section h3,
.program-section h4,
.program-section h5,
.program-section h6,
.program-section p,
.program-section a,
.program-section span,
.program-section li,
.program-section div {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.program-section h1,
.program-section h2,
.program-section h3,
.program-section h4,
.program-section h5,
.program-section h6 {
  margin-top: 0;
  padding: 0;
  color: var(--lux-text);
  font-weight: 700;
}

.program-section h2 {
  font-size: var(--text-h2);
  line-height: 1.2;
}

.program-section p,
.program-section li {
  font-size: 18px;
  line-height: var(--text-body-line);
}

.program-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

.program-header {
  margin-bottom: var(--header-gap);
  text-align: center;
}

.program-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 10px 18px;
  border: 1px solid var(--lux-line);
  border-radius: 999px;
  background: var(--lux-panel-top);
  color: var(--lux-text-soft);
  font-size: var(--text-badge);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.program-title {
  max-width: 1080px;
  margin: 0 auto 22px;
  color: var(--lux-text);
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.program-subtitle {
  max-width: 920px;
  margin: 0 auto;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.program-subtitle strong {
  color: var(--lux-text);
}

.program-list {
  display: flex;
  flex-direction: column;
  gap: var(--list-gap);
}

.program-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 88px;
  align-items: stretch;
  gap: 24px;
  border-radius: var(--lux-radius);
  background: linear-gradient(180deg, var(--lux-panel-top) 0%, var(--lux-panel-bottom) 100%);
  border: 1px solid var(--lux-line);
  box-shadow: 0 10px 30px rgba(27, 36, 48, 0.04);
  padding: 28px;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.program-card:hover {
  transform: translateY(-3px);
  border-color: var(--lux-line-strong);
  background: linear-gradient(180deg, var(--lux-panel-top-hover) 0%, var(--lux-panel-bottom-hover) 100%);
  box-shadow: 0 16px 40px rgba(27, 36, 48, 0.08);
}

.program-card__number {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--lux-gold-3);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 1.5rem + 1vw, 2.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.program-card__body {
  min-width: 0;
}

.program-card__body h2 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.program-card__body p {
  margin: 0 0 20px;
  color: var(--lux-text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.program-card__body strong {
  color: var(--lux-text);
}

.program-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: var(--text-card-link);
  font-weight: 700;
  color: var(--lux-gold-3);
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.program-card:hover .program-card__link,
.program-card__link:hover {
  color: var(--lux-gold-4);
  gap: 14px;
}

.program-card__link:active {
  color: var(--lux-link-active);
}

.program-card__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--lux-gold-3);
  font-size: 34px;
  line-height: 1;
}

.program-card__icon i,
.program-card__link i,
.program-btn i {
  line-height: 1;
}

.program-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

.program-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}

/* =========================
   ACCESSIBILITY
========================= */

.ce-link:focus-visible,
.ak-about-link:focus-visible,
.ce-process-btn:focus-visible,
.benefits-links__item:focus-visible,
.benefits-actions a:focus-visible,
.benefits-actions .btn:focus-visible,
.benefits-actions button:focus-visible,
.fq-question:focus-visible,
.contact-btn:focus-visible,
.contact-link:focus-visible,
.contact-field input:focus-visible,
.contact-field textarea:focus-visible,
.contact-consent input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--lux-gold-2);
  outline-offset: 3px;
}

.contact-link:focus-visible {
  border-radius: 2px;
  outline-offset: 2px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .ce-process-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ce-process-intro {
    position: relative;
    top: auto;
  }

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

  .fq-list {
    max-width: 100%;
  }

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

@media (max-width: 1100px) {
  .ce-card {
    padding: 28px 24px;
  }

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

  .services-section.services-section--program .service-card--entry {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .ce-course-list {
    gap: 20px;
  }

  .ce-course-body {
    padding: 20px;
  }

  .ce-course-thumb {
    flex: 0 0 160px;
  }

  .technique-item,
  .technique-item:nth-child(even) {
    grid-template-columns: 320px 1fr;
  }
}

@media (max-width: 992px) {
  .ce-columns {
    gap: 24px;
    margin-bottom: 42px;
  }

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

  .ce-cards .ce-card:last-child {
    grid-column: 1 / -1;
  }

  .ce-step {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 20px;
  }

  .ce-step__num {
    justify-content: flex-start;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .contact-map-frame {
    min-height: 300px;
    flex-grow: 0;
  }
}

@media (max-width: 900px) {
  .program-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .program-card__icon {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 4px;
    font-size: 30px;
  }
}

@media (max-width: 860px) {
  .courses-section .courses-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ce-hero,
  .ce-process,
  .ak-about,
  .fq-section,
  .contact-section,
  .ce-program-wrap,
  .courses-section,
  .techniques-section {
    padding: 74px 0;
  }

  .ce-header {
    margin-bottom: 42px;
  }

  .ce-badge,
  .ce-process-badge {
    margin-bottom: 18px;
    padding: 10px 16px;
    font-size: 0.76rem;
  }

  .ce-title,
  .ce-process-title,
  .benefits-title,
  .fq-title {
    font-size: clamp(1.75rem, 1.35rem + 2vw, 2.15rem);
    line-height: 1.15;
    margin-bottom: 18px;
  }

  .ce-title span,
  .ce-process-title span {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .ce-columns {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
  }

  .ce-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ce-card,
  .ce-cards .ce-card:last-child {
    grid-column: auto;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .ce-card h3,
  .ce-step__body h3,
  .ak-about-card h2,
  .benefits-card__title,
  .fq-question,
  .contact-map h2 {
    font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.5rem);
    line-height: 1.28;
    margin-bottom: 12px;
  }

  .ce-link {
    font-size: 1rem;
  }

  .ce-process-layout {
    gap: 24px;
  }

  .ce-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .ce-step__num {
    font-size: 2rem;
    justify-content: flex-start;
  }

  .ce-process-btn,
  .benefits-actions a,
  .benefits-actions .btn,
  .benefits-actions button {
    width: 100%;
    min-height: 52px;
  }

  .ak-about-wrap {
    gap: 18px;
  }

  .ak-about-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .benefits-section {
    padding: 78px 0;
  }

  .benefits-header {
    text-align: left;
    margin-bottom: 34px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefits-card,
  .benefits-card--wide {
    grid-column: auto;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .benefits-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .fq-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fq-header {
    margin-bottom: 40px;
  }

  .fq-list {
    gap: 14px;
  }

  .fq-item {
    border-radius: 18px;
  }

  .fq-question {
    padding: 20px 56px 20px 18px;
  }

  .fq-question::after {
    right: 18px;
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .fq-answer {
    padding: 0 18px 20px;
  }

  .contact-form {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .contact-map-frame {
    min-height: 250px;
    border-radius: 18px;
  }

  .contact-info {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .contact-divider {
    display: none;
  }

  .contact-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
  }

  .ce-program-head {
    margin-bottom: 36px;
  }

  .ce-program-desc {
    padding: 16px 18px;
    margin-bottom: 28px;
    font-size: 18px;
  }

  .ce-program-tabs {
    gap: 8px;
    margin-bottom: 36px;
  }

  .ce-tab-item {
    min-height: 40px;
    padding: 10px 16px;
    font-size: 0.88rem;
  }

  .ce-course-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
  }

  .ce-course-body {
    flex-direction: column;
    padding: 18px;
    gap: 16px;
  }

  .ce-course-thumb {
    flex: 0 0 auto;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .ce-course-name {
    font-size: 1.22rem;
  }

  .ce-course-text {
    font-size: 18px;
  }

  .ce-course-foot {
    padding: 14px 18px;
  }

  .ce-program-cta {
    flex-direction: column;
    align-items: stretch;
    margin-top: 36px;
  }

  .ce-cta-btn {
    width: 100%;
    min-height: 50px;
  }

  .technique-item,
  .technique-item:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-rows: 260px auto;
  }

  .technique-item:nth-child(even) .technique-img,
  .technique-item:nth-child(even) .technique-body {
    order: unset;
  }

  .technique-img {
    min-height: 260px;
  }

  .technique-img::after,
  .technique-item:nth-child(even) .technique-img::after {
    background: linear-gradient(
      to bottom,
      transparent 60%,
      rgba(246, 248, 251, 0.2) 100%
    );
  }

  .technique-body p {
    max-width: 100%;
  }

  .techniques-section .techniques-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .techniques-section .btn {
    justify-content: center;
  }

  .bnx-benefits {
    padding: 78px 0;
  }

  .bnx-benefits__header {
    text-align: left;
    margin-bottom: 34px;
  }

  .bnx-benefits__title {
    font-size: clamp(1.75rem, 1.35rem + 2vw, 2.15rem);
    margin-bottom: 18px;
  }

  .bnx-benefits__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bnx-benefits__card,
  .bnx-benefits__card--wide {
    grid-column: auto;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .bnx-benefits__card-title {
    font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.5rem);
    line-height: 1.28;
    margin-bottom: 12px;
  }

  .bnx-benefits__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .bnx-benefits__actions .bnx-btn {
    width: 100%;
    min-width: 0;
  }

  .services-section.services-section--program .services-header {
    text-align: left;
  }

  .services-section.services-section--program .services-grid {
    grid-template-columns: 1fr;
  }

  .services-section.services-section--program .service-card--entry {
    grid-column: auto;
  }

  .services-section.services-section--program .service-card__content {
    padding: 24px 20px 18px;
  }

  .services-section.services-section--program .service-card__footer {
    padding: 0 20px 22px;
  }

  .services-section.services-section--program .services-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .services-section.services-section--program .services-btn {
    width: 100%;
  }

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

  .program-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }

  .program-card__number,
  .program-card__icon {
    justify-content: flex-start;
  }

  .program-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .program-btn {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .courses-section .course-body {
    flex-direction: column;
  }

  .courses-section .course-img {
    width: 100%;
    flex: 0 0 200px;
  }

  .courses-section .courses-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .courses-section .btn {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .ce-wrap,
  .ce-process-wrap,
  .benefits-container,
  .fq-wrap,
  .ak-about-wrap,
  .contact-wrap,
  .ce-program-box,
  .courses-section .cnt,
  .techniques-section .cnt,
  .contact-container {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .ce-badge,
  .ce-process-badge,
  .benefits-badge,
  .fq-badge {
    width: 100%;
    justify-content: center;
  }

  .ce-badge,
  .ce-process-badge,
  .fq-badge {
    padding: 10px 14px;
    font-size: 0.72rem;
  }

  .benefits-badge {
    font-size: 0.68rem;
  }

  .ce-title,
  .ce-process-title,
  .benefits-title,
  .fq-title {
    font-size: 1.75rem;
    line-height: 1.15;
    letter-spacing: -0.035em;
  }

  .ce-title span,
  .ce-process-title span {
    margin-top: 8px;
    font-size: 1rem;
  }

  .ce-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .ce-card h3,
  .ce-step__body h3,
  .ak-about-card h2,
  .benefits-card__title,
  .fq-question,
  .contact-map h2 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .ce-link {
    font-size: 0.96rem;
  }

  .ce-step {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .ce-step__num {
    font-size: 1.8rem;
  }

  .ce-process-btn,
  .benefits-actions a,
  .benefits-actions .btn,
  .benefits-actions button,
  .contact-btn,
  .ce-cta-btn,
  .courses-section .btn,
  .techniques-section .btn,
  .bnx-benefits__actions .bnx-btn,
  .services-section.services-section--program .services-btn,
  .program-btn {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.95rem;
  }

  .ak-about-wrap {
    gap: 16px;
  }

  .ak-about-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .ak-about-link {
    font-size: 0.96rem;
  }

  .benefits-card {
    padding: 18px 16px;
  }

  .fq-question {
    padding: 18px 52px 18px 16px;
  }

  .fq-answer {
    padding: 0 16px 18px;
  }

  .contact-form {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .contact-title {
    font-size: clamp(1.5rem, 5vw, 1.75rem);
  }

  .contact-subtitle {
    font-size: 18px;
  }

  .contact-info {
    font-size: 16px;
  }

  .contact-btn {
    padding: 12px 20px;
    font-size: 16px;
  }

  .contact-field input,
  .contact-field textarea {
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 12px;
  }

  .contact-btn {
    min-height: 48px;
    border-radius: 14px;
  }

  .ce-program-label {
    padding: 8px 16px;
    font-size: 0.7rem;
  }

  .ce-program-heading {
    font-size: 1.65rem;
  }

  .ce-program-desc {
    padding: 14px 16px;
    font-size: 18px;
  }

  .ce-tab-item {
    min-height: 38px;
    padding: 9px 14px;
    font-size: 0.85rem;
  }

  .ce-course-body {
    padding: 16px;
  }

  .ce-course-thumb {
    max-width: 100%;
  }

  .ce-course-name {
    font-size: 1.15rem;
  }

  .ce-course-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .ce-course-foot {
    padding: 12px 16px;
  }

  .ce-course-more {
    font-size: 0.9rem;
  }

  .ce-cta-btn {
    min-height: 48px;
    padding: 0 22px;
    font-size: 0.92rem;
  }

  .ce-hero p, .ce-hero li,
  .ce-process p, .ce-process li,
  .ak-about p, .ak-about li,
  .benefits-section p, .benefits-section li,
  .fq-section p, .fq-section li,
  .contact-section p, .contact-section li,
  .contact-section label {
    font-size: 16px;
    line-height: 1.68;
  }

  .bnx-benefits__badge {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    font-size: 0.72rem;
  }

  .bnx-benefits__title {
    font-size: 1.75rem;
    line-height: 1.15;
    letter-spacing: -0.035em;
  }

  .bnx-benefits__card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .bnx-benefits__card-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .bnx-benefits__subtitle,
  .bnx-benefits__text,
  .bnx-benefits__link,
  .bnx-benefits__trust p {
    font-size: 16px;
    line-height: 1.68;
  }

  .services-section.services-section--program .services-container,
  .program-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .services-section.services-section--program .services-badge,
  .program-badge {
    width: 100%;
    padding: 10px 14px;
    font-size: 11px;
  }

  .services-section.services-section--program .service-card,
  .program-card {
    border-radius: 20px;
  }

  .services-section.services-section--program .service-card__content {
    padding: 20px 16px 16px;
  }

  .services-section.services-section--program .service-card__footer {
    padding: 0 16px 18px;
  }

  .program-card {
    padding: 20px 16px;
  }
}

/* =========================
   REDUCED MOTION
========================= */

@media (prefers-reduced-motion: reduce) {
  .ce-hero *,
  .ce-hero *::before,
  .ce-hero *::after,
  .ce-process *,
  .ce-process *::before,
  .ce-process *::after,
  .ak-about *,
  .ak-about *::before,
  .ak-about *::after,
  .benefits-section *,
  .benefits-section *::before,
  .benefits-section *::after,
  .fq-section *,
  .fq-section *::before,
  .fq-section *::after,
  .contact-section *,
  .contact-section *::before,
  .contact-section *::after,
  .ce-program-wrap *,
  .ce-program-wrap *::before,
  .ce-program-wrap *::after,
  .courses-section *,
  .courses-section *::before,
  .courses-section *::after,
  .techniques-section *,
  .techniques-section *::before,
  .techniques-section *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .ce-course-block,
  .ce-cta-btn,
  .ce-tab-item,
  .ce-course-thumb img,
  .services-section.services-section--program .service-card,
  .services-section.services-section--program .service-card__link,
  .services-section.services-section--program .services-btn,
  .program-card,
  .program-card__link,
  .program-btn {
    animation: none !important;
    transition: none !important;
  }

  .ce-course-block:hover,
  .ce-cta-btn:hover,
  .services-section.services-section--program .service-card:hover,
  .services-section.services-section--program .services-btn:hover,
  .program-card:hover,
  .program-btn:hover {
    transform: none !important;
  }
}

/* =========================
   ANIMATION
========================= */

@keyframes ceFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   LEFT ALIGN FOR CE-PROCESS INTRO
========================= */

.ce-process-intro {
  text-align: left;
}

.ce-process-intro .ce-process-title {
  text-align: left;
}

.ce-process-intro .ce-process-desc {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.ce-process-intro .ce-process-badge {
  margin-left: 0;
}

.ce-process-intro .ce-process-btn {
  margin-left: 0;
}


```css
/* ==========================================================
   SERVICES PROGRAM — ISOLATED
========================================================== */

.services-section.services-section--program {
  --lux-bg-0: #FFFFFF;
  --lux-bg-1: #FFFFFF;
  --lux-bg-2: #F6F8FB;
  --lux-bg-3: #EEF2F7;
  --lux-panel-top: #FFFFFF;
  --lux-panel-bottom: #FFFFFF;
  --lux-panel-top-hover: #FFFFFF;
  --lux-panel-bottom-hover: #FFFFFF;
  --lux-text: #1B2430;
  --lux-text-soft: #4E5D6C;
  --lux-text-muted: #7B8794;
  --lux-placeholder: #7B8794;
  --lux-line: rgba(216, 224, 235, 0.88);
  --lux-line-strong: rgba(216, 224, 235, 1);
  --lux-line-crisp: rgba(216, 224, 235, 1);
  --lux-gold: #3B82F6;
  --lux-gold-2: #5B8CFF;
  --lux-gold-3: #2563EB;
  --lux-gold-4: #1D4ED8;
  --lux-link-active: #1D4ED8;
  --lux-radius: 24px;
  --lux-radius-sm: 16px;
  --section-pad-y: clamp(56px, 8vw, 112px);
  --container-pad-x: clamp(16px, 3vw, 24px);
  --header-gap: clamp(28px, 4vw, 56px);
  --grid-gap: clamp(16px, 2vw, 24px);
  --text-body: 16px;
  --text-body-line: 1.7;
  --text-badge: 0.75rem;
  --text-card-link: 0.95rem;
  --text-h1: clamp(2rem, 1.5rem + 2vw, 2.5rem);
  --text-h2: clamp(1.75rem, 1.4rem + 1.2vw, 2rem);
  --text-h3: clamp(1.5rem, 1.25rem + 0.9vw, 1.75rem);
  --font-body: "Inter", "Segoe UI", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --max-w: 1360px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #FFFFFF;
  color: var(--lux-text);
  font-family: var(--font-body);
  font-size: var(--text-body);
  padding: var(--section-pad-y) 0;
}

.services-section.services-section--program::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 2px, transparent 2px, transparent 140px),
    repeating-linear-gradient(65deg, rgba(216, 224, 235, 0.18) 0, rgba(216, 224, 235, 0.18) 1px, transparent 1px, transparent 120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.services-section.services-section--program::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(27, 36, 48, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 36, 48, 0.012) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.services-section.services-section--program *,
.services-section.services-section--program *::before,
.services-section.services-section--program *::after {
  box-sizing: border-box;
}

.services-section.services-section--program img,
.services-section.services-section--program svg,
.services-section.services-section--program video,
.services-section.services-section--program canvas,
.services-section.services-section--program iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

.services-section.services-section--program button,
.services-section.services-section--program input,
.services-section.services-section--program textarea,
.services-section.services-section--program select {
  font: inherit;
}

.services-section.services-section--program a {
  color: inherit;
}

.services-section.services-section--program h1,
.services-section.services-section--program h2,
.services-section.services-section--program h3,
.services-section.services-section--program h4,
.services-section.services-section--program h5,
.services-section.services-section--program h6,
.services-section.services-section--program p,
.services-section.services-section--program a,
.services-section.services-section--program span,
.services-section.services-section--program li,
.services-section.services-section--program div {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.services-section.services-section--program h1,
.services-section.services-section--program h2,
.services-section.services-section--program h3,
.services-section.services-section--program h4,
.services-section.services-section--program h5,
.services-section.services-section--program h6 {
  margin-top: 0;
  padding: 0;
  color: var(--lux-text);
  font-weight: 700;
}

.services-section.services-section--program h2 {
  font-size: var(--text-h2);
  line-height: 1.2;
}

.services-section.services-section--program h3 {
  font-size: var(--text-h3);
  line-height: 1.25;
}

.services-section.services-section--program p,
.services-section.services-section--program li {
  font-size: 16px;
  line-height: var(--text-body-line);
}

.services-section.services-section--program .services-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

.services-section.services-section--program .services-header {
  margin-bottom: var(--header-gap);
  text-align: center;
}

.services-section.services-section--program .services-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  padding: 10px 18px;
  border: 1px solid var(--lux-line);
  border-radius: 999px;
  background: var(--lux-panel-top);
  color: var(--lux-text-soft);
  font-size: var(--text-badge);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-section.services-section--program .services-title {
  max-width: 1080px;
  margin: 0 auto 22px;
  color: var(--lux-text);
  font-family: var(--font-heading);
  font-size: var(--text-h1);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.services-section.services-section--program .services-subtitle {
  max-width: 920px;
  margin: 0 auto;
  color: var(--lux-text-soft);
  font-size: 16px;
  line-height: 1.7;
}

.services-section.services-section--program .services-subtitle strong {
  color: var(--lux-text);
}

.services-section.services-section--program .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: stretch;
}

.services-section.services-section--program .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--lux-radius);
  background: linear-gradient(180deg, var(--lux-panel-top) 0%, var(--lux-panel-bottom) 100%);
  border: 1px solid var(--lux-line);
  box-shadow: 0 10px 30px rgba(27, 36, 48, 0.04);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.services-section.services-section--program .service-card:hover {
  transform: translateY(-3px);
  border-color: var(--lux-line-strong);
  box-shadow: 0 16px 40px rgba(27, 36, 48, 0.08);
  background: linear-gradient(180deg, var(--lux-panel-top-hover) 0%, var(--lux-panel-bottom-hover) 100%);
}

.services-section.services-section--program .service-card--entry {
  grid-column: span 2;
  border-color: var(--lux-line-strong);
}

/* =========================
   IMAGE CONTAINMENT
========================= */

.services-section.services-section--program .service-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}

.services-section.services-section--program .service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.services-section.services-section--program .service-card:hover .service-card__image img {
  transform: scale(1.04);
}

/* =========================
   CARD CONTENT & FOOTER
========================= */

.services-section.services-section--program .service-card__content {
  padding: 32px 28px 20px;
  flex: 1 1 auto;
}

.services-section.services-section--program .service-card__content h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--lux-text);
}

.services-section.services-section--program .service-card__content p {
  margin: 0;
  color: var(--lux-text-soft);
  font-size: 16px;
  line-height: 1.7;
}

.services-section.services-section--program .service-card__content strong {
  color: var(--lux-text);
}

.services-section.services-section--program .service-card__footer {
  padding: 0 28px 28px;
  margin-top: auto;
}

.services-section.services-section--program .service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: var(--text-card-link);
  font-weight: 700;
  color: var(--lux-gold-3);
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.services-section.services-section--program .service-card__link:hover,
.services-section.services-section--program .service-card:hover .service-card__link {
  color: var(--lux-gold-4);
  gap: 14px;
}

.services-section.services-section--program .service-card__link:active {
  color: var(--lux-link-active);
}

.services-section.services-section--program .services-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

.services-section.services-section--program .services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}
```



/* =========================
   AK-ABOUT
========================= */

.ak-about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--section-pad-y, clamp(56px, 8vw, 112px)) 0;
  background: #F6F8FB;
}

.ak-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.25) 0, rgba(255,255,255,0.25) 2px, transparent 2px, transparent 140px),
    repeating-linear-gradient(65deg, rgba(216,224,235,0.18) 0, rgba(216,224,235,0.18) 1px, transparent 1px, transparent 120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.ak-about::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(27,36,48,0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27,36,48,0.012) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.ak-about-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-w, 1360px);
  margin: 0 auto;
  padding-left: var(--container-pad-x, clamp(16px, 3vw, 24px));
  padding-right: var(--container-pad-x, clamp(16px, 3vw, 24px));
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ak-about-card {
  padding: 32px 28px;
  border-radius: var(--lux-radius, 24px);
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  border: 1px solid var(--lux-line, rgba(216, 224, 235, 0.88));
  box-shadow: 0 10px 30px rgba(27, 36, 48, 0.04);
  text-align: left;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ak-about-card:hover {
  transform: translateY(-3px);
  border-color: var(--lux-line-strong, rgba(216, 224, 235, 1));
  box-shadow: 0 16px 40px rgba(27, 36, 48, 0.08);
}

.ak-about-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-heading, "Montserrat", sans-serif);
  font-size: var(--text-h2, clamp(1.75rem, 1.4rem + 1.2vw, 2rem));
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--lux-text, #1B2430);
  text-align: left;
}

.ak-about-card p {
  margin: 0 0 14px;
  color: var(--lux-text-soft, #4E5D6C);
  font-size: 18px;
  line-height: 1.72;
}

.ak-about-card p:last-of-type {
  margin-bottom: 0;
}

.ak-about-ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.ak-about-ul li {
  margin-bottom: 10px;
  color: var(--lux-text-soft, #4E5D6C);
  font-size: 18px;
  line-height: 1.72;
}

.ak-about-ul li:last-child {
  margin-bottom: 0;
}

.ak-about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: var(--text-card-link, 0.95rem);
  font-weight: 700;
  color: var(--lux-gold-3, #2563EB);
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.26);
  padding-bottom: 2px;
  transition: color 0.25s ease, gap 0.25s ease, border-color 0.25s ease;
}

.ak-about-link:hover {
  color: var(--lux-gold-4, #1D4ED8);
  gap: 12px;
  border-color: rgba(29, 78, 216, 0.38);
}

.ak-about-link:active {
  color: var(--lux-link-active, #1D4ED8);
  border-color: rgba(29, 78, 216, 0.38);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .ak-about-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .ak-about-card h2 {
    font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.5rem);
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .ak-about-card p,
  .ak-about-ul li {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 480px) {
  .ak-about-wrap {
    padding-left: 14px;
    padding-right: 14px;
    gap: 16px;
  }

  .ak-about-card {
    padding: 22px 18px;
    border-radius: 18px;
  }
}





/* ==================== FINAL CTA ==================== */

.final-cta-section {
padding: 96px 20px;
background: linear-gradient(180deg, var(--bg) 0%, var(--surface-2) 100%);
}

.final-cta-container {
max-width: 1120px;
margin: 0 auto;
}

.final-cta-box {
max-width: 900px;
margin: 0 auto;
padding: 56px 48px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: 24px;
box-shadow:
0 10px 30px rgba(15, 23, 42, 0.05),
0 1px 2px rgba(15, 23, 42, 0.04);
text-align: center;
}

.final-cta-badge {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
padding: 8px 14px;
border: 1px solid var(--border);
border-radius: 999px;
background: var(--surface-2);
color: var(--primary);
font-size: 13px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.02em;
}

.final-cta-title {
max-width: 820px;
margin: 0 auto 20px;
color: var(--text-primary);
font-size: clamp(30px, 4vw, 46px);
line-height: 1.14;
font-weight: 800;
letter-spacing: -0.02em;
}

.final-cta-title span {
display: block;
margin-top: 10px;
color: var(--text-secondary);
font-size: clamp(18px, 2vw, 24px);
line-height: 1.35;
font-weight: 600;
letter-spacing: normal;
}

.final-cta-text-wrap {
max-width: 740px;
margin: 0 auto;
}

.final-cta-text {
margin: 0 0 14px;
color: var(--text-secondary);
font-size: 17px;
line-height: 1.75;
}

.final-cta-text:last-child {
margin-bottom: 0;
}

.final-cta-actions {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 12px;
margin-top: 32px;
}

.final-cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 0 22px;
border-radius: 12px;
border: 1px solid transparent;
text-decoration: none;
font-size: 15px;
font-weight: 700;
line-height: 1;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
box-shadow 0.2s ease,
transform 0.2s ease;
box-sizing: border-box;
white-space: nowrap;
}

.final-cta-btn:focus-visible {
outline: none;
box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.16);
}

.final-cta-btn--primary {
background: var(--primary);
color: #ffffff;
box-shadow: 0 8px 18px rgba(99, 102, 241, 0.18);
}

.final-cta-btn--primary:hover {
background: var(--primary-hover);
transform: translateY(-1px);
}

.final-cta-btn--primary:active {
background: var(--primary-active);
transform: translateY(0);
}

.final-cta-btn--secondary {
background: var(--surface);
color: var(--text-primary);
border-color: var(--border);
}

.final-cta-btn--secondary:hover {
background: var(--surface-2);
border-color: #cbd5e1;
}

.final-cta-note {
margin-top: 18px;
color: var(--text-muted);
font-size: 14px;
line-height: 1.6;
}

/* ==================== Responsive ==================== */

@media (max-width: 991px) {
.final-cta-section {
padding: 72px 16px;
}

.final-cta-box {
padding: 40px 32px;
border-radius: 20px;
}

.final-cta-text {
font-size: 16px;
}
}

@media (max-width: 767px) {
.final-cta-section {
padding: 56px 14px;
}

.final-cta-box {
padding: 30px 20px;
border-radius: 18px;
}

.final-cta-badge {
margin-bottom: 16px;
padding: 8px 12px;
font-size: 12px;
}

.final-cta-title {
font-size: 28px;
line-height: 1.18;
margin-bottom: 16px;
}

.final-cta-title span {
font-size: 17px;
margin-top: 8px;
}

.final-cta-text-wrap {
max-width: 100%;
}

.final-cta-text {
font-size: 15px;
line-height: 1.7;
margin-bottom: 12px;
}

.final-cta-actions {
flex-direction: column;
align-items: stretch;
gap: 10px;
margin-top: 24px;
}

.final-cta-btn {
width: 100%;
min-height: 50px;
padding: 0 18px;
}

.final-cta-note {
margin-top: 16px;
font-size: 13px;
}
}






/* ==================== FINAL CTA (ОБНОВЛЕННЫЕ ЦВЕТА) ==================== */

.final-cta-section {
    padding: 96px 20px;
    /* Светлый градиент как в новом стиле */
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FB 100%);
}

/* Изменяем цвет бейджа, чтобы он сочетался с синим стилем */
.final-cta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 8px 14px;
    border: 1px solid rgba(216, 224, 235, 0.88);
    border-radius: 999px;
    background: #FFFFFF;
    color: #2563EB; /* --lux-gold-3 */
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

/* Основная кнопка (Primary) — теперь синяя */
.final-cta-btn--primary {
    background: #2563EB; /* --lux-gold-3 */
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18); /* Тень в цвет кнопки */
}

.final-cta-btn--primary:hover {
    background: #1D4ED8; /* --lux-gold-4 */
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}

.final-cta-btn--primary:active {
    background: #1D4ED8;
    transform: translateY(0);
}

/* Вторичная кнопка (Secondary) — чистый стиль */
.final-cta-btn--secondary {
    background: #FFFFFF;
    color: #1B2430; /* --lux-text */
    border-color: rgba(216, 224, 235, 1); /* --lux-line-strong */
}

.final-cta-btn--secondary:hover {
    background: #F6F8FB; /* --lux-bg-2 */
    border-color: #cbd5e1;
    color: #1D4ED8; /* Цвет текста при ховере */
}

/* Обновление фокуса для соответствия синему цвету */
.final-cta-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
}


/* ==================== ИНФОРМАЦИОННЫЙ БЛОК ПОСЛЕ ЧАСТОТ ==================== */
.freq-info-box {
  margin-top: 40px;
  padding: 30px;
  background: rgba(74, 144, 226, 0.1);
  border-left: 4px solid #4a90e2;
  border-radius: 8px;
}

.freq-info-box__title {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 600;
  color: #4a90e2;
  line-height: 1.3;
}

.freq-info-box__text {
  margin: 0 0 15px 0;
  line-height: 1.7;
  color: #333;
}

.freq-info-box__text:last-child {
  margin-bottom: 0;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .freq-info-box {
    margin-top: 30px;
    padding: 20px;
  }

  .freq-info-box__title {
    font-size: 18px;
  }

  .freq-info-box__text {
    font-size: 15px;
  }
}



/* ==========================================================
   PARIS MINIMAL LUXE — COMPACT EDITION
   ========================================================== */

html {
  scroll-behavior: smooth;
}

.learning-section {
  --bg-main: #F8FAFC;
  --text-main: #1B2430;
  --text-soft: #64748B;
  --accent: #1D4ED8;
  --accent-hover: #1e3a8a;
  
  --radius: 20px;
  --shadow: 0 10px 30px rgba(27,36,48,0.04);
  --shadow-hover: 0 20px 40px rgba(27,36,48,0.08);

  --pad-x: clamp(16px, 5vw, 32px);
  --pad-y: clamp(40px, 6vw, 60px); 
  --gap: 20px;

  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--text-main);
  background: var(--bg-main);
  padding: var(--pad-y) var(--pad-x);
}

.learning-section .container {
  max-width: 1260px;
  margin: 0 auto;
}

/* Заголовок секции */
.learning-section .heading {
  text-align: center;
  margin-bottom: 30px;
}

.learning-section .heading .subtitle {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 8px;
  font-weight: 700;
}

.learning-section .heading h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0;
}

/* Компактная навигация */
.learning-nav-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  position: sticky;
  top: 12px;
  z-index: 100;
  background: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(12px);
  padding: 8px;
  border-radius: 100px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.learning-nav-top .nav-link {
  text-decoration: none;
  color: var(--text-soft);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 18px;
  border-radius: 100px;
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.learning-nav-top .nav-link:hover {
  color: var(--accent);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Список и карточки */
.learning-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.learning-item {
  display: flex;
  align-items: center; /* Центрирование для уменьшения визуальной высоты */
  gap: 30px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 24px; /* Уплотненные отступы */
  transition: all 0.4s ease;
  scroll-margin-top: 100px;
}

.learning-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

/* Компактное изображение */
.learning-img {
  flex: 0 0 300px; /* Фиксированная ширина */
  aspect-ratio: 16 / 10; /* Уменьшенная высота относительно ширины */
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.learning-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.learning-item:hover .learning-img img {
  transform: scale(1.06);
}

.learning-step {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-main);
  font-weight: 700;
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 2;
}

/* Контентная часть */
.learning-content {
  flex: 1;
}

.learning-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.learning-content p {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

/* Футер карточки */
.learning-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #F1F5F9;
  padding-top: 12px;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
}

.badge {
  font-size: 0.75rem;
  color: var(--text-soft);
  background: var(--bg-main);
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 600;
}

/* Кнопки внизу */
.learning-cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.learning-cta .btn {
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.btn-primary { background: var(--accent); color: #fff; }
.btn-dark { background: var(--text-main); color: #fff; }
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }

/* Адаптивность */
@media (max-width: 900px) {
  .learning-item {
    gap: 20px;
    padding: 20px;
  }
  .learning-img {
    flex: 0 0 240px;
  }
}

@media (max-width: 768px) {
  .learning-item {
    flex-direction: column;
    align-items: stretch;
  }
  .learning-img {
    flex: none;
    width: 100%;
    max-height: 220px;
  }
  .learning-nav-top {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px 16px;
    scrollbar-width: none;
  }
  .learning-nav-top::-webkit-scrollbar { display: none; }
  .learning-nav-top .nav-link { white-space: nowrap; }
}






 .services-section.services-section--program .academy-programs-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1000px);
    justify-content: center;
    margin-top: 25px;
  }

  .services-section.services-section--program .academy-programs-card {
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: var(--lux-radius);
    overflow: hidden;
    background: var(--lux-bg-0);
    border: 1px solid var(--lux-line);
    box-shadow: 0 10px 30px rgba(27, 36, 48, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  }

  .services-section.services-section--program .academy-programs-card:hover {
    transform: translateY(-3px);
    border-color: var(--lux-line-strong);
    box-shadow: 0 16px 40px rgba(27, 36, 48, 0.08);
  }

  .services-section.services-section--program .academy-programs-card__image {
    width: 100%;
    height: 360px;
    overflow: hidden;
  }

  .services-section.services-section--program .academy-programs-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .services-section.services-section--program .academy-programs-card:hover .academy-programs-card__image img {
    transform: scale(1.04);
  }

  .services-section.services-section--program .academy-programs-card__content {
    padding: 36px;
  }

  .services-section.services-section--program .academy-programs-card__content h3 {
    margin: 0 0 14px;
    font-family: var(--font-heading);
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--lux-text);
  }

  .services-section.services-section--program .academy-programs-card__content p {
    margin: 0 0 16px;
    color: var(--lux-text-soft);
    font-size: 16px;
    line-height: 1.7;
  }

  .services-section.services-section--program .academy-programs-card__content p:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 768px) {
    .services-section.services-section--program .academy-programs-grid {
      grid-template-columns: 1fr;
    }

    .services-section.services-section--program .academy-programs-card__image {
      height: 260px;
    }

    .services-section.services-section--program .academy-programs-card__content {
      padding: 24px;
    }

    .services-section.services-section--program .academy-programs-card__content h3 {
      font-size: 22px;
    }
  }








/* =====================================================
   MS-TRAINING-FLOW — КАК ПРОХОДИТ ОБУЧЕНИЕ
   Резиновый шаблон + ограничение 1360 + единый фон
   (классы НЕ меняем)
===================================================== */

.ms-training-flow {
  position: relative;
  overflow: hidden;
  /* единый фон секций сайта */
  background: var(--lux-bg-0, var(--color-bg-0));
  color: var(--lux-text, var(--color-text));
  padding: var(--section-pad-y) 0;
}

.ms-training-flow__wrap {
  /* резиново + max 1360 (берём из общей системы) */
  width: min(100%, var(--max-width, 1360px));
  margin-left: auto;
  margin-right: auto;

  /* единые отступы контейнера */
  padding-left: var(--container-pad-x, clamp(16px, 3vw, 24px));
  padding-right: var(--container-pad-x, clamp(16px, 3vw, 24px));

  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
}

/* --- Левая колонка: заголовок --- */
.ms-training-flow__header {
  position: sticky;
  top: 100px;
}

.ms-training-flow__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin: 0 0 22px;
  padding: 10px 18px;

  border: 1px solid var(--lux-line, var(--color-line));
  border-radius: 999px;

  /* единый фон панелей */
  background: var(--lux-panel-top, var(--color-panel-top));
  color: var(--lux-text-soft, var(--color-text-soft));

  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.ms-training-flow__title {
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--lux-text, var(--color-text));
  margin: 0 0 20px;
}

.ms-training-flow__title span {
  display: block;
  margin-top: 12px;
  font-size: var(--text-subtitle);
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--text-line);
  color: var(--lux-gold-3, var(--color-text-soft));
}

.ms-training-flow__desc {
  color: var(--lux-text-soft, var(--color-text-soft));
  font-size: var(--text-body);
  line-height: var(--text-line);
  margin: 0 0 16px;
}

.ms-training-flow__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 56px;
  padding: 0 26px;
  margin-top: 8px;

  border-radius: var(--radius-md);
  border: 1px solid transparent;

  font-size: var(--text-body);
  font-weight: 700;
  line-height: 1.2;

  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--lux-gold-3, var(--color-accent)),
    var(--lux-gold-4, var(--color-accent-2))
  );
  box-shadow: var(--shadow-btn);
  text-decoration: none;

  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.ms-training-flow__button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-hover);
  filter: brightness(1.05);
}

/* --- Правая колонка: карточки --- */
.ms-training-flow__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 20px);
}

.ms-training-flow__card {
  padding: clamp(22px, 2.2vw, 32px) clamp(20px, 2.2vw, 30px);
  border-radius: var(--lux-radius, var(--radius-xl));

  /* единый фон (без градиента) */
  background: var(--lux-panel-top, var(--color-panel-top));
  border: 1px solid var(--lux-line, var(--color-line));
  box-shadow: var(--shadow-card);

  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;

  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 20px;
  row-gap: 12px;
  align-items: start;
}

.ms-training-flow__card:hover {
  transform: translateY(-3px);
  border-color: var(--lux-line-strong, var(--color-line-strong));
  box-shadow: var(--shadow-card-hover);
}

.ms-training-flow__tag {
  grid-column: 1;
  grid-row: 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 80px;
  padding: 8px 14px;

  border-radius: 999px;
  border: 1px solid var(--lux-line, var(--color-line));
  background: var(--lux-panel-top, var(--color-panel-top));

  color: var(--lux-text-muted, var(--color-text-muted));
  font-size: var(--text-tag, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ms-training-flow__card-title {
  grid-column: 2;
  grid-row: 1;

  font-family: var(--font-heading);
  font-size: var(--text-h5);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;

  color: var(--lux-text, var(--color-text));
  margin: 0;
  align-self: center;
}

.ms-training-flow__text {
  grid-column: 1 / -1;
  grid-row: 2;

  margin: 0;
  color: var(--lux-text-soft, var(--color-text-soft));
  font-size: 18px;
  line-height: 1.72;
}

/* =====================================================
   АДАПТИВНОСТЬ
===================================================== */

@media (max-width: 1100px) {
  .ms-training-flow__wrap {
    grid-template-columns: 320px 1fr;
    gap: clamp(24px, 3vw, 40px);
  }
}

@media (max-width: 860px) {
  .ms-training-flow__wrap {
    grid-template-columns: 1fr;
    gap: clamp(32px, 4vw, 48px);
  }

  .ms-training-flow__header {
    position: static;
  }
}

@media (max-width: 600px) {
  .ms-training-flow__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .ms-training-flow__tag {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .ms-training-flow__card-title {
    grid-column: 1;
    grid-row: 2;
  }

  .ms-training-flow__text {
    grid-column: 1;
    grid-row: 3;
  }

  .ms-training-flow__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ms-training-flow__card {
    border-radius: var(--radius-lg);
    padding: 20px 16px;
  }
}


/* ==========================================
   FINAL CTA
   ========================================== */

.final-cta-section {
  padding: clamp(64px, 8vw, 110px) 0;
  background: var(--color-bg-0);
}

.final-cta-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

.final-cta-box {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--color-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(27, 36, 48, 0.05);
  text-align: center;
  overflow: hidden;
}

.final-cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #c8a96a 0%, #4d6fa8 100%);
  opacity: 0.9;
}

.final-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  margin-bottom: 20px;
  border: 1px solid var(--color-line-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(27, 36, 48, 0.03);
}

.final-cta-title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 1.5rem + 1.8vw, 2.7rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.final-cta-title span {
  display: block;
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.4vw, 1.2rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: normal;
}

.final-cta-text-wrap {
  max-width: 760px;
  margin: 28px auto 0;
}

.final-cta-text {
  margin: 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.76;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.final-cta-btn:hover {
  transform: translateY(-2px);
}

.final-cta-btn--primary {
  color: #ffffff;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: var(--shadow-btn);
}

.final-cta-btn--primary:hover {
  box-shadow: var(--shadow-btn-hover);
}

.final-cta-btn--secondary {
  color: var(--color-text);
  background: #ffffff;
  border: 1px solid var(--color-line-strong);
}

.final-cta-btn--secondary:hover {
  box-shadow: 0 10px 24px rgba(27, 36, 48, 0.05);
}

.final-cta-note {
  margin-top: 22px;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 767px) {
  .final-cta-box {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .final-cta-title {
    font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.1rem);
  }

  .final-cta-title span {
    font-size: 16px;
    line-height: 1.65;
  }

  .final-cta-text {
    font-size: 16px;
    line-height: 1.72;
  }

  .final-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .final-cta-btn {
    width: 100%;
    max-width: 360px;
  }
}



/* ==========================================
   AKX EXTRA CONTACTS
   ========================================== */

.akx-extra-contacts-section {
  padding: clamp(56px, 7vw, 96px) 0;
  background: var(--color-bg-0);
}

.akx-extra-contacts-wrap {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

.akx-extra-contacts-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  text-align: center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.akx-extra-contacts-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border: 1px solid var(--color-line-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.akx-extra-contacts-title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.akx-extra-contacts-subline {
  width: 72px;
  height: 2px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #c8a96a 0%, #4d6fa8 100%);
  opacity: 0.9;
}

.akx-extra-contacts-text {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.76;
}

.akx-extra-contacts-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.akx-extra-contacts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--color-line-strong);
  border-radius: 14px;
  background: #ffffff;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(27, 36, 48, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background-color 0.22s ease;
}

.akx-extra-contacts-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(27, 36, 48, 0.07);
  border-color: rgba(201, 169, 107, 0.45);
}

.akx-extra-contacts-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1;
}

.akx-extra-contacts-btn--primary {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
  box-shadow: var(--shadow-btn);
}

.akx-extra-contacts-btn--primary:hover {
  box-shadow: var(--shadow-btn-hover);
  border-color: var(--color-primary);
  color: #ffffff;
}

.akx-extra-contacts-btn--messenger:hover,
.akx-extra-contacts-btn--email:hover {
  color: var(--color-text);
}

.akx-extra-contacts-note {
  margin: 26px auto 0;
  max-width: 760px;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
}

.akx-extra-contacts-meta {
  margin-top: 18px;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 767px) {
  .akx-extra-contacts-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .akx-extra-contacts-text {
    font-size: 16px;
    line-height: 1.72;
  }

  .akx-extra-contacts-actions {
    flex-direction: column;
    align-items: center;
  }

  .akx-extra-contacts-btn {
    width: 100%;
    max-width: 360px;
  }

  .akx-extra-contacts-note,
  .akx-extra-contacts-meta {
    font-size: 14px;
  }
}



/* =========================================================
   AKL — PREMIUM ACADEMY SECTIONS / CLEAN LUX VERSION
   ========================================================= */

.akl-section {
  padding: var(--section-pad-y) 0;
  background: var(--color-bg-0);
}

.akl-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

.akl-head {
  max-width: 900px;
  margin: 0 auto var(--header-gap);
  text-align: center;
}

.akl-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  margin-bottom: 18px;
  border: 1px solid var(--color-line-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(27, 36, 48, 0.03);
}

.akl-title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.akl-subtitle {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-subtitle);
  line-height: 1.72;
}

/* =========================
   GRID
   ========================= */

.akl-grid {
  display: grid;
  gap: clamp(18px, 2vw, 24px);
}

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

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

/* =========================
   CARD
   ========================= */

.akl-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: clamp(24px, 2.4vw, 30px);
  border: 1px solid var(--color-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(27, 36, 48, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.akl-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-line-strong);
  box-shadow: 0 18px 40px rgba(27, 36, 48, 0.07);
}

.akl-card--accent {
  background: #ffffff;
  border-color: rgba(216, 224, 235, 1);
  box-shadow: 0 16px 38px rgba(27, 36, 48, 0.05);
}

.akl-card__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--color-line-strong);
  background: var(--color-bg-1);
  color: var(--color-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.akl-card__title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: var(--text-h5);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -0.01em;
}

.akl-card__text {
  margin: 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: var(--text-line);
}

.akl-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.akl-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--color-text-soft);
  font-size: var(--text-body);
  line-height: 1.66;
}

.akl-card__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-text-muted);
  font-weight: 600;
}

/* =========================
   CTA
   ========================= */

.akl-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 40px);
}

.akl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background-color 0.22s ease;
}

.akl-btn:hover {
  transform: translateY(-2px);
}

.akl-btn--primary {
  color: #ffffff;
  background: var(--color-primary);
  box-shadow: var(--shadow-btn);
}

.akl-btn--primary:hover {
  box-shadow: var(--shadow-btn-hover);
}

.akl-btn--ghost {
  color: var(--color-text);
  border: 1px solid var(--color-line-strong);
  background: #ffffff;
}

.akl-btn--ghost:hover {
  border-color: var(--color-line-strong);
  color: var(--color-text);
}

/* =========================
   STATS BLOCK
   ========================= */

.akl-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-bottom: clamp(22px, 3vw, 34px);
}

.akl-stat {
  padding: 24px 20px;
  border-radius: 22px;
  border: 1px solid var(--color-line);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(27, 36, 48, 0.04);
  text-align: center;
}

.akl-stat__num {
  display: block;
  margin-bottom: 8px;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 1.2rem + 1.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.akl-stat__label {
  color: var(--color-text-soft);
  font-size: 0.96rem;
  line-height: 1.5;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .akl-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .akl-grid--2,
  .akl-grid--3,
  .akl-stats {
    grid-template-columns: 1fr;
  }

  .akl-subtitle,
  .akl-card__text,
  .akl-card__list li {
    font-size: 16px;
  }

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

  .akl-btn {
    width: 100%;
  }

  .akl-card {
    border-radius: 20px;
  }

  .akl-stat {
    border-radius: 18px;
  }
}



/* ==========================================
   AK CERTIFICATES — REAL IMAGES
   ========================================== */

.ak-cert-section {
  padding: var(--section-pad-y) 0;
  background: var(--color-bg-0);
}

.ak-cert-container {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding-left: var(--container-pad-x);
  padding-right: var(--container-pad-x);
}

.ak-cert-header {
  max-width: 860px;
  margin: 0 auto var(--header-gap);
  text-align: center;
}

.ak-cert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  margin-bottom: 18px;
  border: 1px solid var(--color-line-strong);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-badge);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(27, 36, 48, 0.03);
}

.ak-cert-title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ak-cert-subtitle {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: var(--text-subtitle);
  line-height: 1.72;
}

.ak-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 26px);
}

.ak-cert-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.ak-cert-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-line-strong);
  box-shadow: var(--shadow-card-hover);
}

.ak-cert-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.36;
  background: #f3f5f8;
  overflow: hidden;
}

.ak-cert-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ak-cert-card:hover .ak-cert-card__media img {
  transform: scale(1.03);
}

.ak-cert-card__body {
  padding: 20px 20px 22px;
}

.ak-cert-card__title {
  margin: 0 0 10px;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: var(--text-h5);
  font-weight: 700;
  line-height: 1.35;
}

.ak-cert-card__text {
  margin: 0;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
}

.ak-cert-card__meta {
  margin-top: 14px;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
}

.ak-cert-note {
  max-width: 860px;
  margin: 28px auto 0;
  text-align: center;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
  .ak-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ak-cert-grid {
    grid-template-columns: 1fr;
  }

  .ak-cert-subtitle {
    font-size: 16px;
  }

  .ak-cert-card__body {
    padding: 18px 18px 20px;
  }

  .ak-cert-card__text {
    font-size: 15px;
  }
}









/* Основной контейнер секции */
.ce-resources-section {
    padding: 60px 20px;
    background-color: #f9fbfd; /* Очень светлый фон для отделения от остального контента */
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

.ce-resources-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Заголовки */
.ce-resources-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ce-resources-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.ce-resources-subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Сетка карточек */
.ce-resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

/* Карточка */
.ce-resource-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
}

.ce-resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #dbeafe;
}

/* Иконка */
.ce-resource-icon {
    font-size: 40px;
    margin-bottom: 20px;
    background: #f0f7ff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Заголовок карточки */
.ce-resource-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.ce-resource-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s;
}

.ce-resource-title a:hover {
    color: #3498db; /* Голубой при наведении */
}

/* Описание */
.ce-resource-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1; /* Чтобы кнопки/ссылки были внизу, если нужно будет добавить */
}

/* Адаптивность */
@media (max-width: 768px) {
    .ce-resources-title {
        font-size: 26px;
    }
    .ce-resources-subtitle {
        font-size: 16px;
    }
    .ce-resources-section {
        padding: 40px 15px;
    }
}