:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --surface-3: rgba(15, 23, 42, 0.06);
  --stroke: rgba(15, 23, 42, 0.12);
  --text: #0f172a;
  --muted: #52627b;
  --muted-2: #6c7a94;
  --blue-900: #0f172a;
  --blue-700: #06b6d4;
  --orange-600: #06b6d4;
  --primary-rgb: 15, 23, 42;
  --secondary-rgb: 6, 182, 212;
  --cta-rgb: 6, 182, 212;
  --accent-color: var(--blue-700);
  --gradient-color: var(--blue-700);
  --green-600: #0a9b63;
  --shadow: 0 18px 55px rgba(var(--primary-rgb), 0.14);
  --shadow-soft: 0 12px 40px rgba(var(--primary-rgb), 0.10);
  --radius: 18px;
  --radius-lg: 24px;
  --max: 1180px;
  --ring: 0 0 0 4px rgba(var(--secondary-rgb), 0.22);
  --nav-fs: 14.5px;
  --nav-fw: 700;
  --nav-color: rgba(var(--primary-rgb), 0.86);
  --nav-color-strong: rgba(var(--primary-rgb), 0.95);
  --font-ui: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --font-head: Poppins, var(--font-ui);
}

* {
  box-sizing: border-box;
}
p{
  margin-top:0px!important;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--text);
  background:
    radial-gradient(1200px 900px at 18% -10%, rgba(var(--secondary-rgb), 0.12), transparent 60%),
    radial-gradient(1000px 700px at 95% 10%, rgba(var(--cta-rgb), 0.08), transparent 58%),
    radial-gradient(900px 700px at 10% 80%, rgba(var(--primary-rgb), 0.08), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, #ffffff 100%);
  overflow-x: hidden;
}

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

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

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(var(--primary-rgb), 0.12);
  transform: translateY(-160%);
  transition: transform 180ms ease;
  z-index: 9999;
}

.skip-link:focus {
  transform: translateY(0);
  outline: none;
  box-shadow: var(--ring);
}

.topbar {
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.98), rgba(var(--secondary-rgb), 0.92));
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 650;
  font-size: 13px;
  letter-spacing: 0.12px;
}

.topbar-item svg {
  width: 16px;
  height: 16px;
  opacity: 0.9;
}

.topbar-item:hover {
  color: rgba(255, 255, 255, 0.98);
}

.topbar-left span {
  opacity: 0.92;
}

.section {
  padding: 40px 0;
}

.section.compact {
  padding: 44px 0;
}

@media (min-width: 980px) and (max-height: 820px) {
  .topbar-inner {
    padding: 8px 0;
  }

  .nav-wrap {
    padding: 10px 0;
  }

  .section {
    padding: 44px 0;
  }

  .section-head {
    gap: 10px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: clamp(24px, 2.35vw, 34px);
  }

  .section-subtitle {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero {
    padding: 44px 0 34px;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero h1 {
    margin-top: 10px;
    font-size: clamp(28px, 3vw, 48px);
    color:#ffffff;
  }

  .lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-ctas {
    margin-top: 14px;
  }

  .hero-points {
    margin-top: 14px;
  }

  .hero-card-inner {
    padding: 14px;
    gap: 12px;
  }

  .stat {
    padding: 10px 10px;
  }

  .hero-form {
    padding: 14px;
    gap: 10px;
  }

  .field input,
  .field select {
    padding: 10px 12px;
  }

  .card-top-img {
    height: 200px;
  }
}

.section--alt {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.98));
  border-top: 1px solid rgba(11, 26, 51, 0.08);
  border-bottom: 1px solid rgba(11, 26, 51, 0.08);
}

.section--compact {
  padding-top: 0;
}

.location-schedule-section {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.location-schedule-shell {
  display: grid;
  border-radius: 32px;

  backdrop-filter: blur(16px);
}

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

.location-schedule-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 26px 22px 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(var(--cta-rgb), 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
  border: 1px solid rgba(17, 146, 204, 0.12);
  box-shadow: 0 14px 40px rgba(8, 31, 58, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.location-schedule-card:nth-child(2n) {
  background:
    radial-gradient(circle at top right, rgba(var(--secondary-rgb), 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 248, 255, 0.96));
}

.location-schedule-card:nth-child(3n) {
  background:
    radial-gradient(circle at top right, rgba(var(--primary-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
}

.location-schedule-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 146, 204, 0.24);
  box-shadow: 0 20px 44px rgba(8, 31, 58, 0.14);
}

.location-schedule-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.16), rgba(var(--primary-rgb), 0.10));
  color: var(--secondary-color);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.location-schedule-icon svg {
  width: 28px;
  height: 28px;
}

.location-schedule-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.location-schedule-card h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--primary-color);
}

.location-schedule-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted-color);
}

@media (max-width: 1180px) {
  .location-schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .location-schedule-section {
    margin-top: -44px;
  }

  .location-schedule-shell {
    padding: 22px;
  }

  .location-schedule-grid {
    grid-template-columns: 1fr;
  }
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(26px, 2.6vw, 40px);
  letter-spacing: -0.7px;
  margin: 0;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-color);
}

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

.section-subtitle {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  /* max-width: 70ch; */
  text-align: center;;
}

#courses .section-head {
  text-align: center;
  justify-items: center;
}

.badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: rgba(11, 26, 51, 0.75);
  font-weight: 700;
  letter-spacing: 0.18px;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(11, 26, 51, 0.06);
}

.pill-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, var(--blue-900), var(--orange-600));
  box-shadow: 0 0 0 4px rgba(var(--secondary-rgb), 0.14);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(11, 26, 51, 0.9);
  font-weight: 750;
  letter-spacing: 0.15px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(11, 26, 51, 0.2);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(11, 26, 51, 0.10);
}

.btn:active {
  transform: translateY(0);
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.btn.primary {
  border-color: rgba(var(--cta-rgb), 0.42);
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(var(--primary-rgb), 0.16), 0 18px 45px rgba(var(--secondary-rgb), 0.14);
}

.btn.primary:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background-position: right center;
  box-shadow: 0 24px 60px rgba(var(--primary-rgb), 0.22), 0 24px 60px rgba(var(--secondary-rgb), 0.18);
}

.btn.ghost {
  background: transparent;
}

.btn.small {
  padding: 10px 13px;
  font-size: 14px;
}

.btn-ico {
  width: 18px;
  height: 18px;
  display: block;
}

.btn.btn-call {
  border-color: rgba(var(--cta-rgb), 0.42);
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(var(--primary-rgb), 0.14), 0 18px 45px rgba(var(--secondary-rgb), 0.12);
  animation: btnCallFloat 1800ms ease-in-out infinite;
}

.btn.btn-call:hover {
  background-position: right center;
  animation-play-state: paused;
}

@keyframes btnCallFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
  100% { transform: translateY(0); }
}

.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(11, 26, 51, 0.75);
  font-weight: 650;
  font-size: 13px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.8);
  color: rgba(11, 26, 51, 0.70);
  font-weight: 650;
  font-size: 12px;
}

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

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

.cities {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

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

.city-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(11, 26, 51, 0.78);
  font-weight: 650;
  text-decoration: none;
  padding: 6px 0;
  border-radius: 0;
  border: 0;
  transition: color 140ms ease, transform 140ms ease;
}

.city-item:hover {
  color: rgba(11, 26, 51, 0.96);
  transform: translateY(-1px);
}

.city-item:focus-visible {
  outline: none;
  border-radius: 10px;
  box-shadow: 0 0 0 4px rgba(var(--cta-rgb), 0.18);
}

.city-ico {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: rgba(var(--secondary-rgb), 0.95);
}

.cities .city-ico > svg {
  width: 16px;
  height: 16px;
  display: block;
}

@media (max-width: 980px) {
  .cities-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 28px; }
}

@media (max-width: 520px) {
  .cities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
  .btn.small {
padding: 4px 8px!important;
font-size: 11px;
}
}

@media (max-width: 360px) {
  .cities-grid { grid-template-columns: 1fr; }
  .btn.small {
padding: 4px 8px!important;
font-size: 11px;
}
}

.split {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

@media (max-width: 980px) {
  .section {
    padding: 44px 0;
  }

  .section.compact {
    padding: 34px 0;
  }

  .topbar-left {
    display: none;
  }

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

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

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

@media (max-width: 520px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

header.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: saturate(130%) blur(14px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(11, 26, 51, 0.10);
}

header.site-header[data-scrolled="true"] {
  background: rgba(255, 255, 255, 0.86);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}

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

.brand-mark {
  width: 64px;
  height: auto;
}

.brand-text {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.brand-text strong {
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 16px;
  color: rgba(11, 26, 51, 0.95);
}

.brand-text span {
  font-size: 12.5px;
  font-weight: 650;
  color: rgba(11, 26, 51, 0.62);
}

@media (max-width: 520px) {
  .brand-text span {
    display: none;
  }
}

nav.primary-nav {
  display: none;
  align-items: center;
  gap: 6px;
}

.nav-link {
  position: relative;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--nav-color);
  font-size: var(--nav-fs);
  font-weight: var(--nav-fw);
  letter-spacing: 0.15px;
  transition: background 140ms ease, color 140ms ease;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.nav-link:hover,
.nav-link[aria-current="page"],
.dropdown[data-open="true"] > .nav-link {
  background: rgba(11, 26, 51, 0.05);
  color: var(--nav-color-strong);
}

.caret {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(11, 26, 51, 0.88);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.mobile-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}

.mobile-toggle:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(11, 26, 51, 0.2);
  transform: translateY(-1px);
}

@media (min-width: 980px) {
  nav.primary-nav {
    display: flex;
  }

  header.site-header .mobile-toggle {
    display: none;
  }
}

.dropdown {
  position: relative;
}

.nav-link-group {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 999px;
  transition: background 140ms ease, color 140ms ease;
}

.nav-link-group:hover,
.dropdown[data-open="true"] .nav-link-group {
  background: rgba(11, 26, 51, 0.05);
}

.nav-link-group .nav-link {
  border-radius: 0;
}

.nav-link-group .nav-link:hover {
  background: transparent;
}

.nav-toggle {
  padding-left: 6px;
  padding-right: 10px;
}

.nav-link-group > .nav-link:first-child {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.nav-link-group > .nav-link:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

.dropdown::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  height: 14px;
  pointer-events: auto;
}

.mega,
.menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 280px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  padding: 10px;
  transform: translateY(8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 140ms ease, opacity 140ms ease;
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.mega-col h4 {
  display: none;
}

.mega-list.cols-2 {
  grid-template-columns: 1fr;
}

.dropdown[data-open="true"] .mega,
.dropdown[data-open="true"] .menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

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

.mega-col h4 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  letter-spacing: -0.25px;
  font-size: 14px;
  color: rgba(11, 26, 51, 0.9);
}

.mega-list {
  display: grid;
  gap: 8px;
}

.mega-list.cols-2 {
  grid-template-columns: 1fr 1fr;
}

.mega-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  color: rgba(11, 26, 51, 0.86);
  font-weight: 700;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.mega-item:hover {
  background: rgba(11, 26, 51, 0.05);
  transform: none;
}

.mini-ico {
  width: 26px;
  height: 26px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120px 80px at 25% 25%, rgba(var(--secondary-rgb), 0.18), transparent 60%),
    radial-gradient(120px 80px at 75% 65%, rgba(var(--cta-rgb), 0.12), transparent 60%),
    rgba(11, 26, 51, 0.03);
  border: 1px solid rgba(11, 26, 51, 0.10);
}

.mini-ico svg {
  width: 16px;
  height: 16px;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(11, 26, 51, 0.40);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.mobile-drawer[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
}

.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(380px, 92vw);
  background: rgba(255, 255, 255, 0.96);
  border-left: 1px solid rgba(11, 26, 51, 0.12);
  box-shadow: var(--shadow);
  transform: translateX(18px);
  transition: transform 180ms ease;
  padding: 18px;
  overflow: auto;
}

.mobile-drawer[data-open="true"] .drawer-panel {
  transform: translateX(0);
}

.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.brand-name strong {
  font-family: var(--font-head);
  letter-spacing: -0.3px;
}

.brand-name span {
  display: block;
  margin-top: 2px;
  color: rgba(11, 26, 51, 0.62);
  font-size: 12.5px;
}

.drawer-nav {
  display: grid;
  gap: 10px;
}

.drawer-link {
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(11, 26, 51, 0.9);
  font-size: var(--nav-fs);
  font-weight: var(--nav-fw);
}

.drawer-link:hover {
  border-color: rgba(11, 26, 51, 0.18);
  background: rgba(255, 255, 255, 1);
}

.drawer-accordion {
  border-radius: 16px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.drawer-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px;
}

.drawer-parent-link {
  padding: 12px 12px;
  border-radius: 14px;
  color: rgba(11, 26, 51, 0.92);
  font-size: var(--nav-fs);
  font-weight: var(--nav-fw);
}

.drawer-parent-link:hover {
  background: rgba(11, 26, 51, 0.04);
}

.drawer-accordion .drawer-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(11, 26, 51, 0.92);
  font-size: var(--nav-fs);
  font-weight: var(--nav-fw);
  font-family: inherit;
  border-radius: 14px;
}

.drawer-accordion .drawer-toggle:hover {
  background: rgba(11, 26, 51, 0.04);
}

.drawer-accordion .drawer-toggle:focus-visible,
.drawer-parent-link:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.drawer-accordion .drawer-sub {
  padding: 10px 10px 12px;
  display: grid;
  gap: 8px;
}

.drawer-accordion[data-open="false"] .drawer-sub {
  display: none;
}

.drawer-sub a {
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(11, 26, 51, 0.86);
  font-weight: 700;
  font-size: var(--nav-fs);
  display: flex;
  gap: 10px;
  align-items: center;
}

.drawer-sub a:hover {
  border-color: rgba(var(--secondary-rgb), 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.hero {
  position: relative;
  padding: 64px 0 54px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05);
  opacity: 0.60;
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.10));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 650px at 18% 20%, rgba(var(--secondary-rgb), 0.14), transparent 60%),
    radial-gradient(1000px 560px at 88% 20%, rgba(var(--cta-rgb), 0.10), transparent 58%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
}

.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(30px, 3.2vw, 54px);
  letter-spacing: -1px;
  line-height: 1.05;
  margin: 14px 0 0;
}

.grad {
  background: linear-gradient(135deg, rgba(var(--secondary-rgb), 1), rgba(var(--cta-rgb), 0.96));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.grad2 {
  background: linear-gradient(135deg, rgba(var(--cta-rgb), 1), rgba(var(--secondary-rgb), 0.92));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin: 12px 0 0;
  color: rgba(11, 26, 51, 0.74);
  line-height: 1.75;
  font-size: 16px;
  max-width: 60ch;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-point {
  color: rgba(11, 26, 51, 0.70);
  font-weight: 650;
  font-size: 13.5px;
  letter-spacing: 0.1px;
}

.hero-points .dot {
  color: rgba(11, 26, 51, 0.35);
  font-weight: 900;
}

.hero h1,
.hero .lead,
.hero .lead p,
.hero .lead li,
.hero .lead strong,
.hero .lead a,
.hero .hero-point,
.hero .hero-points .dot,
.hero .badge,
.hero .blog-breadcrumbs,
.hero .blog-breadcrumbs a,
.hero .blog-breadcrumbs span,
.hero .content-prose,
.hero .content-prose p,
.hero .content-prose li,
.hero .content-prose strong,
.hero .content-prose a {
  color: #fff;
}

.hero .lead p,
.hero .lead li,
.hero .lead strong,
.hero .lead a,
.hero .content-prose p,
.hero .content-prose li,
.hero .content-prose strong,
.hero .content-prose a {
  color: inherit;
}

.hero .blog-breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.82);
}

.hero .pill-dot {
  background: #fff;
}

.hero-card {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.16), rgba(var(--cta-rgb), 0.14));
  opacity: 0.7;
  pointer-events: none;
}

.hero-card-inner {
  position: relative;
  padding: 18px;
  display: grid;
  gap: 16px;
}

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

.stat {
  border-radius: 16px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
  padding: 12px 12px;
}

.stat strong {
  display: block;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
}

.stat span {
  display: block;
  margin-top: 3px;
  color: rgba(11, 26, 51, 0.62);
  font-size: 12.5px;
}

.hero-form {
  border-radius: 20px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  padding: 16px;
  display: grid;
  gap: 12px;
}

.hero-form h3 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 18px;
}

.fields {
  display: grid;
  gap: 10px;
}

.field label {
  display: block;
  font-weight: 700;
  font-size: 12.5px;
  color: rgba(11, 26, 51, 0.8);
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.98);
  color: rgba(11, 26, 51, 0.9);
  font-weight: 650;
  outline: none;
  min-height: 46px;
  line-height: 1.2;
}

.field textarea {
  min-height: 110px;
  line-height: 1.6;
  resize: vertical;
}

.field select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='rgba(11,26,51,0.62)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}

.field input:focus,
.field select:focus {
  box-shadow: var(--ring);
  border-color: rgba(var(--secondary-rgb), 0.34);
}

.field small.phone-error,
small.phone-error {
  display: block;
  margin-top: 4px;
  padding: 0 2px;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #dc2626;
  font-weight: 500;
  text-align: left;
  font-style: normal;
}

.form-note {
  color: rgba(11, 26, 51, 0.62);
  font-size: 12.5px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .hero {
    padding: 46px 0 40px;
  }

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

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

.trust {
  border-radius: 18px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(11, 26, 51, 0.06);
  padding: 14px 14px;
}

.trust .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.trust strong {
  font-family: var(--font-head);
  letter-spacing: -0.35px;
}

.trust span {
  color: rgba(11, 26, 51, 0.64);
  font-weight: 650;
}

.trust .ico {
  width: 34px;
  height: 34px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background:
    radial-gradient(120px 80px at 25% 25%, rgba(var(--secondary-rgb), 0.18), transparent 60%),
    radial-gradient(120px 80px at 75% 65%, rgba(var(--cta-rgb), 0.12), transparent 60%),
    rgba(11, 26, 51, 0.03);
}

.trust .ico.green {
  background:
    radial-gradient(120px 80px at 25% 25%, rgba(10, 155, 99, 0.18), transparent 60%),
    rgba(11, 26, 51, 0.03);
}

.trust .ico.orange {
  background:
    radial-gradient(120px 80px at 25% 25%, rgba(var(--cta-rgb), 0.18), transparent 60%),
    rgba(11, 26, 51, 0.03);
}

.trust .ico svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 980px) {
  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .trust-row {
    grid-template-columns: 1fr;
  }
}

.card {
  border-radius: 20px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.08);
  padding: 16px 16px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--secondary-rgb), 0.22);
  box-shadow: 0 24px 60px rgba(11, 26, 51, 0.10);
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.card h3 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 18px;
}

.card p {
  margin: 8px 0 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.7;
}

.card-ico {
  width: 100px;
  height: 31px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background:
    radial-gradient(120px 80px at 25% 25%, rgba(var(--secondary-rgb), 0.18), transparent 60%),
    radial-gradient(120px 80px at 75% 65%, rgba(var(--cta-rgb), 0.12), transparent 60%),
    rgba(11, 26, 51, 0.03);
}

.card-thumb {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.card-top-img {
  width: calc(100% + 32px);
  max-width: none;
  height: 220px;
  object-fit: cover;
  display: block;
  margin: -16px -16px 12px -16px;
  border-radius: 20px 20px 0 0;
  background: rgba(11, 26, 51, 0.04);
}

.card.card--media-top .card-top {
  display: block;
}

.card.card--media-top .card-top > div {
  width: 100%;
}

.card.card--hover:hover .card-top-img {
  filter: brightness(0.94) saturate(1.02);
}

.card-ico svg {
  width: 20px;
  height: 20px;
}

.card.card--hover {
  position: relative;
  overflow: hidden;
}

.card.card--hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
  transform: translateY(102%);
  transition: transform 260ms ease;
  z-index: 0;
}

.card.card--hover > * {
  position: relative;
  z-index: 1;
}

.card.card--hover:hover::before {
  transform: translateY(0%);
}

.card.card--hover:hover h3,
.card.card--hover:hover p {
  color: rgba(255, 255, 255, 0.94);
}

.card.card--hover:hover .tag {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
}

.card.card--hover:hover .card-ico {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.location-course-media,
.location-course-title {
  display: block;
}

.location-course-title {
  color: inherit;
}

.location-course-title:hover {
  color: var(--secondary-color);
}

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

.course-actions {
  margin-top: 18px;
  justify-content: center;
  width: 100%;
}

.course-includes {
  color: rgba(11, 26, 51, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.drawer-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.drawer-cta .btn {
  flex: 1;
}

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

.feature {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.08);
  padding: 18px 18px;
  display: grid;
  gap: 10px;
}

.feature .ft-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature .ft-ico {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.14), rgba(var(--cta-rgb), 0.10));
}

.feature .ft-ico svg {
  width: 20px;
  height: 20px;
}

.feature strong {
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 18px;
}

.feature p {
  margin: 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.about-media {
  position: relative;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: clamp(440px, 62vh, 520px);
}

.about-media::before {
  content: "";
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(circle at 24% 26%, rgba(var(--secondary-rgb), 0.78), rgba(var(--secondary-rgb), 0.0) 58%),
    radial-gradient(circle at 78% 74%, rgba(var(--cta-rgb), 0.58), rgba(var(--cta-rgb), 0.0) 62%);
  opacity: 0.95;
  transform: rotate(-10deg);
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.25));
  pointer-events: none;
}

.about-photo {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 100%;
  width: calc(100% - 44px);
  object-fit: cover;
  object-position: top center;
  border-radius: 22px;
  z-index: 1;
  filter: saturate(1.02) contrast(1.02);
  background: rgba(255, 255, 255, 0.4);
}

.about-badge {
  position: absolute;
  left: 36px;
  top: 56%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.10);
  padding: 12px 14px;
}

.about-badge-ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--accent-color);
  background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.12), rgba(var(--cta-rgb), 0.10));
  border: 1px solid rgba(var(--secondary-rgb), 0.22);
}

.about-badge-ico svg {
  width: 22px;
  height: 22px;
  display: block;
}

.about-badge strong {
  display: block;
  font-family: var(--font-head);
  letter-spacing: -0.4px;
  font-size: 18px;
  line-height: 1.1;
}

.about-badge span {
  display: block;
  margin-top: 2px;
  color: rgba(11, 26, 51, 0.66);
  font-weight: 650;
  font-size: 12.5px;
}

.about-copy {
  display: grid;
  gap: 12px;
}

.about-kicker {
  font-weight: 850;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.about-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(28px, 2.8vw, 44px);
  letter-spacing: -0.9px;
  line-height: 1.12;
  color: rgba(11, 26, 51, 0.94);
}

.about-accent {
  color: var(--accent-color);
}

.about-text {
  margin: 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.8;
  max-width: 68ch;
}

.about-rich {
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.8;
}

.about-rich > :first-child {
  margin-top: 0;
}

.about-rich > :last-child {
  margin-bottom: 0;
}

.about-rich p {
  margin: 0 0 12px;
}

.about-rich ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 12px;
}

.about-rich ul li {
  position: relative;
  padding-left: 32px;
}

.about-rich ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(var(--secondary-rgb), 0.95);
  box-shadow: 0 10px 26px rgba(var(--primary-rgb), 0.14);
}

.about-rich ul li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 5px;
  height: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(255, 255, 255, 0.98);
  transform: rotate(40deg);
}

.about-rich--compact {
  font-size: 14px;
}

.about-rich--compact p {
  margin-bottom: 8px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  font-weight: 750;
  color: rgba(11, 26, 51, 0.86);
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-check {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(var(--secondary-rgb), 0.95);
  position: relative;
  flex: 0 0 auto;
  box-shadow: 0 10px 26px rgba(var(--primary-rgb), 0.14);
}

.about-check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(255, 255, 255, 0.98);
  transform: rotate(40deg);
}

.about-actions {
  margin-top: 8px;
}

.feature-media {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 420px;
}

.feature-media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06);
  opacity: 0.9;
}

.feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 500px at 15% 25%, rgba(var(--secondary-rgb), 0.16), transparent 60%),
    radial-gradient(900px 500px at 85% 45%, rgba(var(--cta-rgb), 0.12), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.68));
}

.feature-media-card {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.10);
  padding: 14px;
  display: grid;
  gap: 10px;
  backdrop-filter: blur(12px);
}

.feature-media-card strong {
  font-family: var(--font-head);
  letter-spacing: -0.45px;
  font-size: 20px;
}

.feature-media-card p {
  margin: 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.7;
}

.feature-copy {
  display: grid;
  gap: 0px;
}

.feature-title {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.55px;
  font-size: 24px;
}

.feature-sub {
  margin: 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.7;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.feature-pill {
  border-radius: 18px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.88);
  padding: 12px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 750;
  color: rgba(11, 26, 51, 0.84);
}

.tick {
  width: 18px;
  height: 18px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.16), rgba(var(--cta-rgb), 0.12));
  border: 1px solid rgba(var(--secondary-rgb), 0.24);
  position: relative;
  flex: 0 0 auto;
}

.tick::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid rgba(var(--secondary-rgb), 0.95);
  border-bottom: 2px solid rgba(var(--secondary-rgb), 0.95);
  transform: rotate(38deg);
}

.feature-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.features-cards {
  margin-top: 22px;
}

.mini-card {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.06);
  padding: 14px;
}

.mini-card strong {
  display: block;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
}

.mini-card span {
  display: block;
  margin-top: 4px;
  color: rgba(11, 26, 51, 0.64);
  font-weight: 650;
  font-size: 12.5px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .feature-split {
    grid-template-columns: 1fr;
  }

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

  .about-media {
    min-height: 440px;
  }

  .about-badge {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
    transform: none;
    justify-content: center;
  }

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

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

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

  .features-cards {
    margin-top: 16px;
  }
}

.bullets {
  display: grid;
  gap: 12px;
}

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

.bullets.bullets--compact {
  gap: 10px;
}

.bullets.bullets--compact .bullet {
  padding: 10px 10px;
  border-radius: 16px;
  grid-template-columns: 20px 1fr;
  gap: 10px;
}

.bullets.bullets--compact .bullet svg {
  width: 20px;
  height: 20px;
}

.bullets.bullets--compact .bullet strong {
  font-size: 15px;
}

.bullets.bullets--compact .bullet span {
  font-size: 13.5px;
  line-height: 1.6;
}

.bullet {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
}

.bullet svg {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: rgba(var(--secondary-rgb), 0.92);
}

.bullet strong {
  display: block;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
}

.bullet span {
  display: block;
  margin-top: 4px;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.7;
}

.simple-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
  color: rgba(11, 26, 51, 0.80);
  font-weight: 700;
}

.simple-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.simple-list .about-check {
  margin-top: 2px;
}

.simple-list .about-check::after {
  left: 50%;
  top: 50%;
  transform: translate(-45%, -55%) rotate(40deg);
}

.form-band {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background:
    radial-gradient(900px 360px at 18% 0%, rgba(var(--secondary-rgb), 0.12), transparent 60%),
    radial-gradient(900px 360px at 90% 30%, rgba(var(--cta-rgb), 0.10), transparent 60%),
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 14px;
  align-items: center;
}

.form-band--highlight {
  border-color: rgba(var(--secondary-rgb), 0.30);
  background:
    radial-gradient(820px 300px at 8% 0%, rgba(var(--secondary-rgb), 0.32), transparent 58%),
    radial-gradient(760px 280px at 100% 18%, rgba(var(--cta-rgb), 0.22), transparent 56%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(232, 245, 255, 0.98));
  box-shadow: 0 26px 72px rgba(4, 35, 71, 0.18);
  position: relative;
  overflow: hidden;
  padding: 22px 20px;
}

.form-band--highlight::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(180deg, rgba(var(--secondary-rgb), 0.98), rgba(var(--primary-rgb), 0.86));
}

.form-band--highlight::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--secondary-rgb), 0.20), rgba(var(--secondary-rgb), 0.00) 68%);
  pointer-events: none;
}

.form-band--highlight > * {
  position: relative;
  z-index: 1;
}

.form-band--highlight .form-band-copy strong {
  font-size: 24px;
  color: var(--primary-color);
  line-height: 1.15;
}

.form-band--highlight .form-band-copy span {
  font-size: 14px;
  color: rgba(11, 26, 51, 0.78);
  max-width: 34ch;
}

.form-band--highlight .hform .field input,
.form-band--highlight .hform .field select {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(var(--secondary-rgb), 0.18);
  box-shadow: 0 10px 24px rgba(8, 31, 58, 0.06);
}

.form-band--highlight .hform .field label {
  color: rgba(11, 26, 51, 0.76);
  font-weight: 700;
}

.form-band--highlight .hform .btn {
  min-height: 48px;
  box-shadow: 0 14px 30px rgba(var(--secondary-rgb), 0.28);
}

.form-band-copy {
  display: grid;
  gap: 6px;
}

.form-band-copy strong {
  font-family: var(--font-head);
  letter-spacing: -0.45px;
  color: rgba(11, 26, 51, 0.94);
  font-size: 18px;
}

.form-band-copy span {
  color: rgba(11, 26, 51, 0.68);
  line-height: 1.6;
  font-weight: 650;
  font-size: 13.5px;
}

.hform {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}

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

.hform .field label {
  font-size: 12px;
  margin-bottom: 6px;
}

.hform .field input,
.hform .field select {
  padding: 12px 12px;
  border-radius: 14px;
}

.hform .btn {
  white-space: nowrap;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 980px) {
  .form-band {
    grid-template-columns: 1fr;
  }

  .hform {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .fields.fields--h {
    grid-template-columns: 1fr;
  }
}

.list-note {
  margin: 10px 0 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.85;
  font-size: 14.5px;
  max-width: 68ch;
}

.promo-band {
  border-radius: 28px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  
  padding: 22px;
}

.prose.prose--wide {
  max-width: none;
}

@media (max-width: 980px) {
  .bullets.bullets--2 {
    grid-template-columns: 1fr;
  }
}

.prose {
  max-width: 78ch;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.prose h3 {
  margin: 14px 0 0;
  font-family: var(--font-head);
  letter-spacing: -0.55px;
  font-size: 22px;
  color: rgba(11, 26, 51, 0.94);
}

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

.prose p {
  margin: 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.9;
}

.legal-prose,
.content-prose {
  max-width: 82ch;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.legal-prose h1,
.legal-prose h2,
.legal-prose h3,
.content-prose h1,
.content-prose h2,
.content-prose h3 {
  margin: 14px 0 0;
  font-family: var(--font-head);
  letter-spacing: -0.55px;
  color: rgba(11, 26, 51, 0.94);
}

.legal-prose h1:first-child,
.legal-prose h2:first-child,
.legal-prose h3:first-child,
.content-prose h1:first-child,
.content-prose h2:first-child,
.content-prose h3:first-child {
  margin-top: 0;
}

.legal-prose h1,
.content-prose h1 {
  font-size: clamp(26px, 2.2vw, 34px);
}

.legal-prose h2,
.content-prose h2 {
  font-size: 22px;
}

.legal-prose h3,
.content-prose h3 {
  font-size: 18px;
  letter-spacing: -0.35px;
}

.legal-prose p,
.content-prose p {
  margin: 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.9;
}

.legal-prose ul,
.legal-prose ol,
.content-prose ul,
.content-prose ol {
  margin: 0;
  padding-left: 18px;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.9;
  display: grid;
  gap: 8px;
}

.content-prose ul {
  list-style: none;
  padding-left: 0;
  gap: 10px;
}

.content-prose ul > li {
  position: relative;
  padding-left: 28px;
}

.content-prose ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(var(--secondary-rgb), 0.95);
  box-shadow: 0 10px 26px rgba(var(--primary-rgb), 0.14);
}

.content-prose ul > li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 5px;
  height: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(255, 255, 255, 0.98);
  transform: rotate(40deg);
}

.legal-prose li,
.content-prose li {
  margin: 0;
}

.legal-prose a,
.content-prose a {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(var(--secondary-rgb), 0.4);
}

.legal-prose a:hover,
.content-prose a:hover {
  text-decoration-color: rgba(var(--secondary-rgb), 0.8);
}

.legal-prose strong,
.content-prose strong {
  color: rgba(11, 26, 51, 0.92);
}

.pipe-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.85;
  font-weight: 700;
  color: rgba(11, 26, 51, 0.76);
}

.pipe-links a {
  color: rgba(11, 26, 51, 0.86);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}

.pipe-links a:hover {
  color: var(--accent-color);
  text-decoration-color: rgba(var(--secondary-rgb), 0.6);
}

.pipe-links .sep {
  opacity: 0.35;
  font-weight: 900;
}

.media {
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.media-inner {
  position: relative;
  min-height: 500px;
}

.media-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.media-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.84);
  padding: 14px 14px;
  backdrop-filter: blur(10px);
  display: grid;
  gap: 10px;
}

.media-caption strong {
  font-family: var(--font-head);
  letter-spacing: -0.45px;
  font-size: 20px;
}

.media-caption p {
  margin: 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}

.step {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 46px rgba(11, 26, 51, 0.08);
  padding: 16px 16px;
}

.step .num {
  width: 40px;
  height: 40px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.96);
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.16);
}

.step:hover .num {
  background-position: right center;
}

.step strong {
  display: block;
  margin-top: 12px;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
}

.step p {
  margin: 8px 0 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

#work .section-head {
  text-align: center;
  justify-items: center;
}

#testimonials .section-head,
#faq .section-head,
#blogs .section-head {
  text-align: center;
  justify-items: center;
}

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

.process-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(var(--secondary-rgb), 0.22);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(11, 26, 51, 0.08);
  padding: 22px 20px;
  min-height: 176px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--accent-color) 0%, var(--gradient-color) 100%);
  transform: translateY(102%);
  transition: transform 260ms ease;
  z-index: 0;
}

.process-card > * {
  position: relative;
  z-index: 1;
}

.process-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--accent-color);
  background: rgba(var(--secondary-rgb), 0.08);
  border: 1px solid rgba(var(--secondary-rgb), 0.22);
}

.process-ico svg {
  width: 22px;
  height: 22px;
  display: block;
}

.process-title {
  display: block;
  margin-top: 14px;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 16px;
  color: rgba(11, 26, 51, 0.92);
}

.process-no {
  color: rgba(var(--secondary-rgb), 0.92);
  font-weight: 900;
}

.process-card p {
  margin: 10px 0 0;
  color: rgba(11, 26, 51, 0.62);
  line-height: 1.7;
}

.process-card:hover,
.process-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(var(--secondary-rgb), 0.34);
  box-shadow: 0 24px 60px rgba(11, 26, 51, 0.10);
}

.process-card:hover::before,
.process-card.is-active::before {
  transform: translateY(0%);
}

.process-card:hover .process-ico,
.process-card.is-active .process-ico {
  color: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.process-card:hover .process-title,
.process-card.is-active .process-title,
.process-card:hover p,
.process-card.is-active p {
  color: rgba(255, 255, 255, 0.94);
}

.process-card:hover .process-no,
.process-card.is-active .process-no {
  color: rgba(255, 255, 255, 0.96);
}

@media (max-width: 980px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-switch {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(11, 26, 51, 0.06);
  margin-bottom: 18px;
}

.switch-btn {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 13px;
  color: rgba(11, 26, 51, 0.72);
  background: transparent;
  letter-spacing: 0.12px;
}

.switch-btn.is-active {
  color: rgba(255, 255, 255, 0.98);
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  box-shadow: 0 16px 44px rgba(var(--primary-rgb), 0.14);
}

.switch-btn.is-active:hover {
  background-position: right center;
}

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

.plan {
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  padding: 18px 18px;
  display: grid;
  gap: 14px;
}

.plan.featured {
  border-color: rgba(var(--secondary-rgb), 0.24);
  box-shadow: 0 22px 60px rgba(var(--primary-rgb), 0.12), 0 22px 60px rgba(var(--secondary-rgb), 0.12);
  position: relative;
}

.plan .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  color: rgba(11, 26, 51, 0.80);
}

.plan h3 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.5px;
}

.plan .price {
  font-family: var(--font-head);
  letter-spacing: -0.6px;
  font-size: 30px;
  margin: 4px 0 0;
}

.plan .price small {
  display: inline;
  font-size: 14px;
  color: rgba(11, 26, 51, 0.62);
  font-weight: 650;
}

.plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.plan li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(11, 26, 51, 0.74);
  line-height: 1.6;
  font-weight: 650;
}

.plan li svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: rgba(10, 155, 99, 0.92);
}

.plan .plan-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .pricing {
    grid-template-columns: 1fr;
  }
}

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

.case {
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.08);
  padding: 18px 18px;
  display: grid;
  gap: 12px;
}

.case-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-title {
  display: block;
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: -0.35px;
}

.case-desc {
  margin: 8px 0 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.7;
}

.metrics {
  display: grid;
  gap: 10px;
}

.metric-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(11, 26, 51, 0.62);
  font-size: 12.5px;
  font-weight: 650;
}

.meter {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 26, 51, 0.08);
  overflow: hidden;
  border: 1px solid rgba(11, 26, 51, 0.10);
}

.meter > span {
  display: block;
  height: 100%;
  width: var(--w, 60%);
  border-radius: 999px;
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
}

@media (max-width: 980px) {
  .results {
    grid-template-columns: 1fr;
  }
}

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

.work-card {
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.08);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.work-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--secondary-rgb), 0.22);
  box-shadow: 0 24px 60px rgba(11, 26, 51, 0.10);
}

.work-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.work-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.work-body h3 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.45px;
  font-size: 18px;
}

.work-body p {
  margin: 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .work-grid {
    grid-template-columns: 1fr;
  }
}

.testimonials {
  position: relative;
}

.reviews-grid {
  display: grid;
  gap: 22px;
}

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

.review-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.08);
  background:
    radial-gradient(480px 180px at 0% 0%, rgba(var(--secondary-rgb), 0.10), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow: 0 20px 55px rgba(11, 26, 51, 0.08);
  display: grid;
  gap: 16px;
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 88px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--secondary-rgb), 1), rgba(var(--cta-rgb), 0.92));
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--secondary-rgb), 0.18);
  box-shadow: 0 28px 65px rgba(11, 26, 51, 0.12);
}

.review-card p {
  margin: 0;
  color: rgba(11, 26, 51, 0.74);
  line-height: 1.8;
  font-size: 15px;
}

.review-card .rating {
  padding-top: 10px;
}

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

.review-card .rating-text {
  color: rgba(11, 26, 51, 0.78);
  font-weight: 800;
}

.review-card .who {
  padding-top: 12px;
  border-top: 1px solid rgba(11, 26, 51, 0.08);
}

@media (max-width: 980px) {
  .reviews-grid--locations {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .reviews-grid--locations {
    grid-template-columns: 1fr;
  }
}

.slider-shell {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  padding: 20px;
}

.slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 14px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  height: 0;
}

.slider::-webkit-scrollbar-thumb {
  background: transparent;
}

.quote {
  scroll-snap-align: start;
  border-radius: 24px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: transparent;
  box-shadow: none;
  padding: 18px;
  display: grid;
  gap: 14px;
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.stars {
  letter-spacing: 2px;
  font-weight: 900;
  color: rgba(var(--secondary-rgb), 0.95);
  text-shadow: 0 10px 26px rgba(var(--primary-rgb), 0.10);
}

.rating-text {
  font-weight: 850;
  color: rgba(11, 26, 51, 0.82);
}

.quote p {
  margin: 0;
  color: rgba(11, 26, 51, 0.76);
  line-height: 1.8;
  font-weight: 600;
}

.who {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.12)),
    linear-gradient(135deg, rgba(var(--secondary-rgb), 0.26), rgba(var(--cta-rgb), 0.16));
}

.who strong {
  display: block;
  font-family: var(--font-head);
  letter-spacing: -0.25px;
}

.who span {
  display: block;
  margin-top: 2px;
  color: rgba(11, 26, 51, 0.62);
  font-size: 12.5px;
  font-weight: 650;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.08);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  z-index: 2;
}

.slider-arrow:hover {
  border-color: rgba(11, 26, 51, 0.18);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-50%) scale(1.02);
}

.slider-arrow.left {
  left: 10px;
}

.slider-arrow.right {
  right: 10px;
}
.primary-color {
color: color(srgb 0.0404 0.7088 0.8299);
}
@media (max-width: 980px) {
  .slider-shell {
    padding: 16px;
  }

  .slider {
    grid-auto-columns: 90%;
  }

  .slider-arrow {
    display: none;
  }
}

.faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: 20px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.06);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  font-weight: 850;
  color: rgba(11, 26, 51, 0.92);
  font-size: 15px;
  font-family: var(--font-ui);
}

.faq-q .caret {
  transition: transform 140ms ease;
}

.faq-item[data-open="true"] .faq-q .caret {
  transform: rotate(180deg);
}

.faq-a {
  padding: 0 16px 16px;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.75;
  display: none;
}

.qa-label {
  font-weight: 900;
  color: rgba(var(--secondary-rgb), 0.95);
  margin-right: 6px;
}

.faq-a ul,
.faq-a ol {
  margin: 10px 0 0;
  padding-left: 18px;
}

.faq-a li {
  margin: 6px 0;
}

.faq-a a {
  color: rgba(var(--secondary-rgb), 0.95);
  text-decoration: underline;
  text-decoration-color: rgba(var(--secondary-rgb), 0.45);
}

.faq-a a:hover {
  text-decoration-color: rgba(var(--secondary-rgb), 0.9);
}

.faq-item[data-open="true"] .faq-a {
  display: inline-flex;
}

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

.post {
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.08);
  overflow: hidden;
  display: grid;
}

.post-img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

.post-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.post-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.post-body .btn {
  justify-self: start;
}

.post h3 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.4px;
  font-size: 18px;
}

.post p {
  margin: 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.75;
}

.post-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 980px) {
  .posts {
    grid-template-columns: 1fr;
  }
}

.cta-band {
  border-radius: 28px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background:
    radial-gradient(1000px 400px at 20% 0%, rgba(var(--secondary-rgb), 0.16), transparent 60%),
    radial-gradient(900px 400px at 90% 30%, rgba(var(--cta-rgb), 0.12), transparent 60%),
    linear-gradient(135deg, rgba(var(--secondary-rgb), 0.08), rgba(var(--cta-rgb), 0.06));
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.cta-band h2 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.7px;
}

.cta-band p {
  margin: 8px 0 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.75;
}

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

.popup-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(11, 26, 51, 0.56);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.popup-modal[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
}

.popup-modal__dialog {
  position: relative;
  width: min(620px, 100%);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(700px 240px at 0% 0%, rgba(var(--secondary-rgb), 0.18), transparent 65%),
    radial-gradient(700px 260px at 100% 0%, rgba(var(--cta-rgb), 0.14), transparent 65%),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 80px rgba(11, 26, 51, 0.24);
}

.popup-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(11, 26, 51, 0.06);
  color: rgba(11, 26, 51, 0.82);
  cursor: pointer;
}

.popup-modal__close svg {
  width: 20px;
  height: 20px;
}

.popup-modal__content {
  padding: 28px;
  display: grid;
  gap: 18px;
}

.popup-modal__copy {
  display: grid;
  gap: 10px;
  max-width: 500px;
}

.popup-modal__copy h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.8px;
}

.popup-modal__copy p {
  margin: 0;
  color: rgba(11, 26, 51, 0.7);
  line-height: 1.7;
}

.popup-form {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.08);
}

@media (max-width: 640px) {
  .popup-modal {
    padding: 14px;
  }

  .popup-modal__content {
    padding: 22px 18px 18px;
  }
}

@media (max-width: 980px) {
  .cta-band {
    grid-template-columns: 1fr;
  }

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

footer.site-footer {
  border-top: 1px solid rgba(11, 26, 51, 0.10);
  background: linear-gradient(180deg, rgba(247, 249, 252, 0.65), rgba(255, 255, 255, 0.98));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr 1.3fr;
  gap: 16px;
  padding: 40px 0;
}

.footer-title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
}

.footer-text {
  margin: 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.8;
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links.footer-links--two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 10px;
}

.footer-links a {
  color: rgba(11, 26, 51, 0.78);
  font-weight: 650;
}

.footer-link-text {
  color: rgba(11, 26, 51, 0.78);
  font-weight: 650;
}

.footer-links a:hover {
  color: rgba(11, 26, 51, 0.95);
}

.social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.social a {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.social a:hover {
  transform: translateY(-1px);
  border-color: rgba(11, 26, 51, 0.18);
  background: rgba(255, 255, 255, 0.98);
}

.social svg {
  width: 18px;
  height: 18px;
}

.social--footer {
  margin-top: 16px;
}

.social--footer a {
  width: 34px;
  height: 34px;
  border-radius: 14px;
}

.social--footer svg {
  width: 16px;
  height: 16px;
}

.social a[aria-label="Facebook"] { color: #1877F2; }
.social a[aria-label="Instagram"] { color: #E1306C; }
.social a[aria-label="Twitter/X"] { color: #111827; }
.social a[aria-label="YouTube"] { color: #FF0000; }
.social a[aria-label="LinkedIn"] { color: #0A66C2; }
.social a[aria-label="Pinterest"] { color: #BD081C; }

.copyright {
  border-top: 1px solid rgba(11, 26, 51, 0.10);
  color: rgba(11, 26, 51, 0.62);
  padding: 14px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-lines {
  display: grid;
  gap: 12px;
}

.contact-line {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(11, 26, 51, 0.72);
}

.contact-line svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: rgba(11, 26, 51, 0.80);
}

.contact-line strong {
  display: block;
  color: rgba(11, 26, 51, 0.92);
  font-weight: 850;
}

.contact-line a {
  color: inherit;
  font-weight: 700;
}

.contact-line a:hover {
  color: rgba(11, 26, 51, 0.95);
}

.footer-actions {
  margin-top: 12px;
}

.floating-contact {
position: fixed;
left: auto;
bottom: 100px;
z-index: 9999;
display: grid;
gap: 12px;
pointer-events: none;
right: 18px;
}

.floating-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(11, 26, 51, 0.12);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.16);
  color: rgba(255, 255, 255, 0.96);
  transform: translateZ(0);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  animation: floaty 2.6s ease-in-out infinite;
  pointer-events: auto;
  isolation: isolate;
}

.floating-btn svg {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  z-index: 1;
}

.floating-btn--call {
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
}

.floating-btn--wa {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.98), rgba(16, 185, 129, 0.98));
  animation-delay: 120ms;
}

.floating-btn::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0;
  transform: scale(0.92);
  animation: pulseRing 1.9s ease-out infinite;
  pointer-events: none;
  z-index: 0;
}

.floating-btn--wa::after {
  background: rgba(34, 197, 94, 0.22);
  opacity: 0.9;
}

.floating-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.02);
  box-shadow: 0 24px 70px rgba(11, 26, 51, 0.18);
}

.floating-label {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(11, 26, 51, 0.88);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12px;
  white-space: nowrap;
  box-shadow: 0 14px 40px rgba(11, 26, 51, 0.10);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 1;
}

.floating-btn:hover .floating-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@supports (left: env(safe-area-inset-left)) {
  /* .floating-contact {
    left: calc(18px + env(safe-area-inset-left));
    bottom: calc(18px + env(safe-area-inset-bottom));
  } */
}

@keyframes floaty {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

@keyframes pulseRing {
  0% { transform: scale(0.92); opacity: 0.60; }
  70% { transform: scale(1.12); opacity: 0; }
  100% { transform: scale(1.12); opacity: 0; }
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr;
    padding: 34px 0;
  }
}

.join-split {
  display: grid;
  grid-template-columns: 0.28fr 0.72fr;
  gap: 18px;
  align-items: start;
}

.join-head .section-title {
  font-size: clamp(26px, 2.6vw, 40px);
}

.marquee {
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 14px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 26s linear infinite;
  gap: 16px;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  gap: 16px;
}

.join-card {
  width: 230px;
  flex: 0 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.06);
  overflow: hidden;
}

.join-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  background: rgba(11, 26, 51, 0.04);
}

.join-card-title {
  margin: 0;
  padding: 12px 12px 14px;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 16px;
  color: rgba(11, 26, 51, 0.92);
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .join-split {
    grid-template-columns: 1fr;
  }
}

.accordion {
  display: grid;
  gap: 10px;
}

.accordion-item {
  border-radius: 20px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.06);
  overflow: hidden;
}

.accordion-q {
  list-style: none;
  padding: 16px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-weight: 850;
  color: rgba(11, 26, 51, 0.92);
  font-size: 15px;
  font-family: var(--font-ui);
}

.accordion-q::-webkit-details-marker {
  display: none;
}

.accordion-item .caret {
  transition: transform 140ms ease;
  flex: 0 0 auto;
}

.accordion-item[open] .caret {
  transform: rotate(180deg);
}

.accordion-a {
  padding: 0 16px 16px;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.8;
  font-size: 14.5px;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
  align-items: start;
}

.curriculum-card {
  border-radius: 26px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  gap: 12px;
  position: sticky;
  top: 92px;
}

.curriculum-kicker {
  font-weight: 850;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-color);
}

.curriculum-title {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.55px;
  font-size: 22px;
  line-height: 1.15;
}

.curriculum-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-weight: 750;
  color: rgba(11, 26, 51, 0.86);
}

.curriculum-points li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.curriculum-main {
  display: grid;
  gap: 10px;
}

.curriculum-item {
  border-radius: 20px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.06);
  overflow: hidden;
}

.curriculum-q {
  list-style: none;
  cursor: pointer;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 900;
  color: rgba(11, 26, 51, 0.92);
}

.curriculum-q::-webkit-details-marker {
  display: none;
}

.curriculum-item[open] .curriculum-q {
  background: linear-gradient(135deg, rgba(var(--secondary-rgb), 0.10), rgba(var(--cta-rgb), 0.08));
}

.curriculum-a {
  padding: 0 16px 16px;
}

.curriculum-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(11, 26, 51, 0.74);
  line-height: 1.8;
  font-weight: 650;
}

.course-tile .card-top {
  align-items: center;
}

.course-tile h3 {
  font-size: 16px;
}

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

.blog-category-page .dm-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dm-tile {
  border: 1px solid rgba(11, 26, 51, 0.14);
  background: rgba(255, 255, 255, 0.98);
  border-radius: 0;
  padding: 22px 14px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  min-height: 132px;
}

.dm-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.dm-title {
  text-align: center;
  color: rgba(11, 26, 51, 0.62);
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.45;
}

.dm-tile:hover {
  border-color: rgba(11, 26, 51, 0.22);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.06);
}

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

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

@media (max-width: 520px) {
  .dm-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .curriculum-grid {
    grid-template-columns: 1fr;
  }

  .curriculum-card {
    position: relative;
    top: auto;
  }
}

.curriculum-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.curriculum-top .section-title {
  margin: 0;
}

.curriculum-top .section-subtitle {
  margin: 10px 0 0;
}

.curriculum-stats {
  margin-top: 18px;
  border-radius: 18px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.06);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.curriculum-stat {
  padding: 12px 14px;
  border-right: 1px solid rgba(11, 26, 51, 0.08);
  display: grid;
  gap: 6px;
}

.curriculum-stat:last-child {
  border-right: 0;
}

.curriculum-stat-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(11, 26, 51, 0.62);
  font-weight: 750;
  font-size: 12.5px;
}

.curriculum-stat-label svg {
  width: 16px;
  height: 16px;
  color: rgba(11, 26, 51, 0.62);
}

.curriculum-stat-value {
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-weight: 900;
  color: rgba(11, 26, 51, 0.92);
}

.curriculum-stat--support {
  position: relative;
  background:
    radial-gradient(circle at 10% 30%, rgba(var(--secondary-rgb), 0.12), transparent 55%),
    radial-gradient(circle at 72% 20%, rgba(var(--cta-rgb), 0.10), transparent 55%),
    radial-gradient(circle at 28% 78%, rgba(var(--secondary-rgb), 0.08), transparent 55%),
    rgba(255, 255, 255, 0.92);
}

.curriculum-stat--support .curriculum-stat-label svg {
  color: rgba(var(--secondary-rgb), 0.95);
}

.curriculum-modules {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.module {
  border-radius: 18px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.06);
  overflow: hidden;
}

.module-head {
  list-style: none;
  cursor: pointer;
  padding: 12px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.module-head::-webkit-details-marker {
  display: none;
}

.module-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--secondary-rgb), 0.22);
  background: rgba(var(--secondary-rgb), 0.08);
  color: rgba(11, 26, 51, 0.86);
  font-weight: 900;
  font-size: 12px;
}

.module-title {
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-weight: 900;
  color: rgba(11, 26, 51, 0.92);
}

.module-toggle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  color: rgba(11, 26, 51, 0.72);
}

.module-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 140ms ease;
}

.module[open] .module-toggle {
  background: rgba(var(--secondary-rgb), 0.10);
  border-color: rgba(var(--secondary-rgb), 0.20);
  color: rgba(var(--secondary-rgb), 0.95);
}

.module[open] .module-toggle svg {
  transform: rotate(180deg);
}

.module-body {
  padding: 0 12px 12px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.module-card {
  border-radius: 16px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 12px;
}

.module-card h4 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.3px;
  font-size: 14.5px;
  color: rgba(11, 26, 51, 0.92);
}

.module-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.7;
  font-weight: 650;
  font-size: 13.5px;
}

@media (max-width: 980px) {
  .curriculum-stats {
    grid-template-columns: 1fr;
  }

  .curriculum-stat {
    border-right: 0;
    border-top: 1px solid rgba(11, 26, 51, 0.08);
  }

  .curriculum-stat:first-child {
    border-top: 0;
  }

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

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .card,
  .feature,
  .slider-arrow,
  .mobile-toggle,
  .mega,
  .menu {
    transition: none;
  }

  .floating-btn,
  .floating-btn::after {
    animation: none;
  }
}

@media print {
  .topbar,
  header.site-header,
  .mobile-drawer,
  .slider-arrow {
    display: none !important;
  }

  body {
    background: #ffffff !important;
  }

  .section {
    padding: 18px 0 !important;
  }

  .btn {
    display: none !important;
  }
}

.blog-hero {
  padding-top: 38px;
  padding-bottom: 10px;
}

.blog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: rgba(11, 26, 51, 0.68);
  font-size: 13px;
}

.blog-breadcrumbs a {
  color: rgba(11, 26, 51, 0.78);
}

.blog-breadcrumbs a:hover {
  color: var(--accent-color);
}

.blog-hero-inner {
  margin-top: 12px;
}

.blog-title {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.9px;
  font-size: clamp(30px, 3vw, 44px);
  color: rgba(11, 26, 51, 0.96);
}

.blog-subtitle {
  margin: 10px 0 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.7;
  max-width: 70ch;
}

.blog-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.55fr;
  gap: 22px;
  align-items: start;
}

.blog-main {
  display: grid;
  gap: 16px;
}

.blog-card {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  min-height: 220px;
}

.blog-card-media {
  display: block;
  height: 100%;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-body {
  padding: 16px 16px;
  display: grid;
  gap: 10px;
}

.blog-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 750;
  color: rgba(11, 26, 51, 0.70);
  font-size: 13px;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.84);
  color: rgba(11, 26, 51, 0.74);
}

.blog-dot {
  color: rgba(11, 26, 51, 0.35);
  font-weight: 900;
}

.blog-card-title {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.5px;
  font-size: 22px;
  line-height: 1.2;
}

.blog-card-title a:hover {
  color: var(--accent-color);
}

.blog-card-excerpt {
  margin: 0;
  color: rgba(11, 26, 51, 0.70);
  line-height: 1.8;
}

.blog-card-actions {
  margin-top: 2px;
}

.blog-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.86);
  font-weight: 850;
  color: rgba(11, 26, 51, 0.80);
}

.page-link:hover {
  border-color: rgba(11, 26, 51, 0.18);
  background: rgba(255, 255, 255, 0.98);
}

.page-link.is-active {
  border-color: rgba(var(--secondary-rgb), 0.34);
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
  color: rgba(255, 255, 255, 0.98);
}

.page-ellipsis {
  color: rgba(11, 26, 51, 0.55);
  font-weight: 900;
}

.blog-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.blog-widget {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.06);
  padding: 14px;
}

.blog-widget-title {
  margin: 0 0 10px;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 18px;
}

.blog-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.blog-search input[type="search"] {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.98);
  color: rgba(11, 26, 51, 0.9);
  font-weight: 650;
  outline: none;
  min-height: 46px;
  line-height: 1.2;
}

.blog-search input[type="search"]:focus {
  box-shadow: var(--ring);
  border-color: rgba(var(--secondary-rgb), 0.34);
}

.blog-links {
  display: grid;
  gap: 10px;
}

.blog-links a {
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(11, 26, 51, 0.82);
  font-weight: 750;
}

.blog-links a:hover {
  border-color: rgba(var(--secondary-rgb), 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.blog-cats {
  display: grid;
  gap: 10px;
}

.blog-cats a {
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(11, 26, 51, 0.82);
  font-weight: 750;
}

.blog-cats a:hover {
  border-color: rgba(var(--secondary-rgb), 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.blog-cats .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(11, 26, 51, 0.03);
  color: rgba(11, 26, 51, 0.72);
  font-weight: 900;
  font-size: 12px;
}

.blog-mini-form {
  display: grid;
  gap: 10px;
}

.blog-mini-form .btn.primary {
  border-radius: 16px;
}

.blog-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(var(--secondary-rgb), 0.22);
  background:
    radial-gradient(260px 120px at 18% 15%, rgba(var(--secondary-rgb), 0.12), transparent 60%),
    radial-gradient(260px 120px at 88% 65%, rgba(var(--cta-rgb), 0.10), transparent 60%),
    rgba(255, 255, 255, 0.94);
}

.blog-phone:hover {
  border-color: rgba(var(--secondary-rgb), 0.34);
}

.phone-ico {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.98);
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
}

.phone-ico svg {
  width: 20px;
  height: 20px;
  display: block;
}

.blog-phone strong {
  display: block;
  font-family: var(--font-head);
  letter-spacing: -0.25px;
}

.blog-phone span:not(.phone-ico) {
  display: block;
  margin-top: 2px;
  color: rgba(11, 26, 51, 0.72);
  font-weight: 750;
}

.blog-modules {
  display: grid;
  gap: 10px;
}

.blog-modules .module-row {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
}

.blog-modules .module-row .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 4px;
  background-image: linear-gradient(to right, var(--accent-color) 0%, var(--gradient-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto;
}

.blog-modules strong {
  display: block;
  font-weight: 900;
  color: rgba(11, 26, 51, 0.90);
}

.blog-modules span {
  display: block;
  margin-top: 2px;
  color: rgba(11, 26, 51, 0.66);
  font-weight: 650;
  line-height: 1.6;
  font-size: 12.5px;
}

@media (max-width: 980px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    top: auto;
  }

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

  .blog-card-media img {
    height: 220px;
  }
}

.blog-hero--bg {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(11, 26, 51, 0.08);
  padding-bottom: 34px;
}

.blog-hero--location {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-hero--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(var(--primary-rgb), 0.80) 0%, rgba(var(--primary-rgb), 0.52) 45%, rgba(248, 250, 252, 1) 100%),
    var(--blog-hero-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.05);
  opacity: 1;
  pointer-events: none;
}

.blog-hero--bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 18% 10%, rgba(var(--secondary-rgb), 0.28), transparent 60%),
    radial-gradient(900px 520px at 88% 35%, rgba(var(--cta-rgb), 0.16), transparent 62%);
  pointer-events: none;
}

.blog-hero--location::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

.blog-hero--location::after {
  display: none;
}

.blog-hero--bg .container {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.blog-hero--bg .blog-breadcrumbs,
.blog-hero--bg .blog-breadcrumbs a {
  color: rgba(255, 255, 255, 0.86);
}

.blog-hero--bg .blog-breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.98);
}

.blog-hero--bg .blog-title {
  color: rgba(255, 255, 255, 0.98);
}

.blog-hero--bg .blog-subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.blog-cat {
  margin-top: 8px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.blog-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.blog-cat-title {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.5px;
  font-size: 20px;
}

.blog-carousel {
  position: relative;
}

.blog-track {
  --gap: 14px;
  display: flex;
  gap: var(--gap);
  overflow-x: auto;
  padding: 4px 2px 10px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blog-track::-webkit-scrollbar {
  display: none;
}

.blog-mini-card {
  --w: calc((100% - (var(--gap) * 2)) / 3);
  flex: 0 0 var(--w);
  scroll-snap-align: start;
  border-radius: 18px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 14px 34px rgba(11, 26, 51, 0.06);
  overflow: hidden;
}

.blog-mini-media {
  display: block;
  width: 100%;
}

.blog-mini-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.blog-mini-body {
  padding: 12px;
  display: grid;
  gap: 6px;
}

.blog-mini-meta {
  color: rgba(11, 26, 51, 0.62);
  font-weight: 750;
  font-size: 12px;
}

.blog-mini-title {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.35px;
  font-size: 15px;
  line-height: 1.35;
}

.blog-mini-title a:hover {
  color: var(--accent-color);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border: 1px solid rgba(11, 26, 51, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 44px rgba(11, 26, 51, 0.10);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
}

.carousel-btn:hover {
  border-color: rgba(11, 26, 51, 0.18);
  background: rgba(255, 255, 255, 0.98);
}

.carousel-btn.prev {
  left: -10px;
}

.carousel-btn.next {
  right: -10px;
}

.carousel-btn svg {
  width: 18px;
  height: 18px;
}

.blog-list {
  display: grid;
}

.blog-list a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(11, 26, 51, 0.08);
  color: rgba(11, 26, 51, 0.82);
  font-weight: 750;
}

.blog-list a:last-child {
  border-bottom: 0;
}

.blog-list a:hover {
  color: var(--accent-color);
}

.blog-thumb-list {
  display: grid;
  gap: 10px;
}

.blog-thumb-list .thumb-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 10px;
  border-radius: 16px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
  font-weight: 750;
  color: rgba(11, 26, 51, 0.82);
  line-height: 1.35;
}

.blog-thumb-list .thumb-row:hover {
  border-color: rgba(var(--secondary-rgb), 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.blog-thumb-list img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(11, 26, 51, 0.03);
}

.blog-checklist {
  margin: 0;
  gap: 10px;
}

.blog-checklist li {
  align-items: center;
  font-size: 14px;
}

.blog-all {
  margin-top: 12px;
}

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

.blog-all-grid .blog-mini-card {
  flex: initial;
}

.blog-all .blog-pagination {
  margin-top: 14px;
}

.blog-category-page .blog-main {
  gap: 14px;
}

.blog-detail .blog-main {
  gap: 14px;
}

.detail-cover {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.08);
  overflow: hidden;
}

.detail-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(11, 26, 51, 0.70);
  font-weight: 750;
}

.detail-intro {
  color: rgba(11, 26, 51, 0.74);
  line-height: 1.9;
}

.detail-intro p {
  margin: 0;
}

.toc {
  border-radius: 12px;
  border: 2px solid rgba(var(--primary-rgb), 0.20);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(var(--primary-rgb), 0.10);
  padding: 18px 18px;
}

.toc-title {
  font-family: var(--font-head);
  letter-spacing: -0.6px;
  font-size: clamp(22px, 2vw, 30px);
  color: rgba(11, 26, 51, 0.94);
  margin-bottom: 6px;
}

.toc-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(11, 26, 51, 0.45);
  margin: 0 0 10px;
}

.toc-tools svg {
  width: 22px;
  height: 22px;
  display: block;
}

.toc-links {
  display: grid;
  gap: 10px;
}

.toc-links a {
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(11, 26, 51, 0.82);
  font-weight: 750;
}

.toc-links a:hover {
  border-color: rgba(var(--secondary-rgb), 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
  display: grid;
  gap: 10px;
}

.toc-list > li {
  counter-increment: toc;
}

.toc-list > li > a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 2px 0;
  color: rgba(11, 26, 51, 0.88);
  font-weight: 750;
  text-decoration: none;
}

.toc-list > li > a::before {
  content: counter(toc) ".";
  width: 28px;
  flex: 0 0 auto;
  color: rgba(11, 26, 51, 0.48);
  font-weight: 900;
}

.toc-list > li > a::after {
  content: none;
}

.toc-list > li > a:hover {
  color: rgba(11, 26, 51, 0.94);
  text-decoration: underline;
  text-decoration-color: rgba(var(--secondary-rgb), 0.65);
  text-underline-offset: 3px;
}

.toc-list > li > a:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.toc-sub {
  margin: 10px 0 0;
  padding: 0 0 0 28px;
  list-style: none;
  display: grid;
  gap: 6px;
  counter-reset: toc-sub;
}

.toc-sub > li {
  counter-increment: toc-sub;
}

.toc-sub > li > a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 1px 0;
  font-size: 14px;
  color: rgba(11, 26, 51, 0.72);
  font-weight: 700;
  text-decoration: none;
}

.toc-sub > li > a::before {
  content: counter(toc) "." counter(toc-sub) ".";
  width: 34px;
  flex: 0 0 auto;
  color: rgba(11, 26, 51, 0.45);
  font-weight: 900;
}

.toc-sub > li > a:hover {
  color: rgba(11, 26, 51, 0.90);
  text-decoration: underline;
  text-decoration-color: rgba(var(--secondary-rgb), 0.65);
  text-underline-offset: 3px;
}

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

.detail-section {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.06);
  padding: 16px;
}

.detail-section h2 {
  margin: 0;
  font-family: var(--font-head);
  letter-spacing: -0.6px;
  font-size: 24px;
  color: rgba(11, 26, 51, 0.94);
}

.detail-section p {
  margin: 10px 0 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.9;
}

.detail-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(11, 26, 51, 0.74);
  line-height: 1.8;
  font-weight: 650;
}

.detail-steps {
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(11, 26, 51, 0.74);
  line-height: 1.8;
  font-weight: 650;
}

.detail-related {
  margin-top: 6px;
}

@media (max-width: 980px) {
  .toc-links--grid {
    grid-template-columns: 1fr;
  }
}

.category-intro {
  padding: 14px 0 4px;
}

.category-title {
  margin: 8px 0 0;
  font-family: var(--font-head);
  letter-spacing: -0.6px;
  font-size: clamp(22px, 2.2vw, 30px);
  color: rgba(11, 26, 51, 0.94);
}

.category-desc {
  margin: 10px 0 0;
  color: rgba(11, 26, 51, 0.72);
  line-height: 1.85;
  max-width: 80ch;
}

.category-post {
  border-radius: 22px;
  border: 1px solid rgba(11, 26, 51, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(11, 26, 51, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  min-height: 210px;
}

.category-post-media {
  display: block;
  height: 100%;
}

.category-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-post-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.category-post-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}

@media (max-width: 980px) {
  .category-post {
    grid-template-columns: 1fr;
  }

  .category-post-media img {
    height: 220px;
  }
}

@media (max-width: 980px) {
  .blog-mini-card {
    --w: calc((100% - (var(--gap) * 1)) / 2);
  }

  .carousel-btn {
    display: none;
  }

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

@media (max-width: 620px) {
  .blog-mini-card {
    --w: 86%;
  }
  .btn-ico {
width: 12px;
height: 12px;
display: block;
}
.btn.small {
padding: 4px 9px!important;
font-size: 12px!important;
}
.btn-ico {
width: 12px;
height: 12px;
display: block;
}
  .blog-all-grid {
    grid-template-columns: 1fr;
  }
}

.seo-location-page .blog-all-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .seo-location-page .blog-all-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .seo-location-page .blog-all-grid {
    grid-template-columns: 1fr;
  }
}
