@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  min-height: 100vh;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: 1.15;
}

:target {
  scroll-margin-top: 100px;
}

body {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  color: #3d3d3d;
  background: #ffffff;
}

h1, h2, h3, h4 {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #14181f;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 1.4rem + 2.8vw, 3rem);
}

h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
}

h3 {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  line-height: 1.3;
}

h4 {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}

.measure {
  max-width: 68ch;
}

.measure--center {
  margin-inline: auto;
}

a {
  color: #153570;
  transition: color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
a:hover {
  color: #1f3f7d;
}
a:focus-visible {
  outline: 3px solid rgba(21, 53, 112, 0.45);
  outline-offset: 2px;
  border-radius: 2px;
}

strong, b {
  font-weight: 700;
}

::selection {
  background: #efe1c8;
  color: #14181f;
}

:focus-visible {
  outline: 3px solid rgba(21, 53, 112, 0.45);
  outline-offset: 2px;
}

.site-main {
  display: block;
}

.section {
  padding-block: clamp(4rem, 8vw, 8rem);
}

.section--tight {
  padding-block: clamp(3rem, 6vw, 6rem);
}

.section--soft {
  background: #f6f7fa;
}

.section--sand {
  background: #faf6ee;
}

.section--navy {
  background: #153570;
  color: rgba(255, 255, 255, 0.92);
}
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 {
  color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 2rem;
  }
}

.container--narrow {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .container--narrow {
    padding-inline: 2rem;
  }
}

.container--wide {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .container--wide {
    padding-inline: 2rem;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-text-center {
  text-align: center;
}

.u-no-wrap {
  white-space: nowrap;
}

.u-stack > * + * {
  margin-top: 1rem;
}

.u-stack-lg > * + * {
  margin-top: 1.5rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -60px;
  z-index: 1000;
  background: #153570;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  transition: top 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.skip-link:focus {
  top: 1rem;
}

@media (max-width: 767px) {
  .link-arrow,
  .site-footer__list a,
  .site-footer__contact-row a,
  .contact__row a,
  .footer-legal__links a {
    padding-block: 0.55rem;
  }
  .site-footer__list,
  .site-footer__contact-row + .site-footer__contact-row {
    gap: 0;
  }
  .cesta-step__check {
    min-width: 44px;
    min-height: 44px;
  }
}
.btn {
  --btn-bg: #153570;
  --btn-fg: #ffffff;
  --btn-bg-hover: #1f3f7d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border: 2px solid var(--btn-bg);
  border-radius: 3px;
  cursor: pointer;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn i {
  font-size: 1.15em;
}
.btn:hover {
  color: var(--btn-fg);
  background: var(--btn-bg-hover);
  border-color: var(--btn-bg-hover);
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: 3px solid rgba(21, 53, 112, 0.45);
  outline-offset: 2px;
}

.btn--accent {
  --btn-bg: #ffbd59;
  --btn-fg: #14181f;
  --btn-bg-hover: #dabb7f;
}

.btn--outline {
  --btn-bg: transparent;
  --btn-fg: #153570;
  border-color: #153570;
}
.btn--outline:hover {
  --btn-fg: #ffffff;
  background: #153570;
  border-color: #153570;
}

.btn--ghost-light {
  --btn-bg: transparent;
  --btn-fg: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
}
.btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

.btn--light {
  --btn-bg: #ffffff;
  --btn-fg: #153570;
  --btn-bg-hover: #efe1c8;
}

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

.btn--sm {
  padding: 0.6rem 1.1rem;
  font-size: 0.8125rem;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  color: #153570;
}
.link-arrow i {
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.link-arrow:hover i {
  transform: translateX(4px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #153570;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #dabb7f;
}
.eyebrow--center::before {
  display: none;
}
.eyebrow--light {
  color: #dabb7f;
}

.section-head {
  max-width: 720px;
  margin-bottom: 3rem;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head--center .eyebrow {
  justify-content: center;
}
.section-head .eyebrow {
  margin-bottom: 1rem;
}
.section-head__title {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
}
.section-head__lead {
  margin-top: 1rem;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  color: #6b7280;
  max-width: 60ch;
}
.section-head--center .section-head__lead {
  margin-inline: auto;
}

.card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  padding: 2rem;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.5rem;
  border-radius: 3px;
  background: #faf6ee;
  color: #153570;
  font-size: 1.7rem;
}
.card__title {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  margin-bottom: 0.5rem;
}
.card__text {
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.card__footer {
  margin-top: auto;
}
.card--link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  border-color: transparent;
}
.card--navy {
  background: #153570;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.85);
}
.card--navy .card__title {
  color: #ffffff;
}
.card--navy .card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #dabb7f;
}
.card--feature {
  padding: 3rem;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  color: #6b7280;
}
.card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.card-meta i {
  color: #153570;
}

.price {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  color: #14181f;
}
.price__note {
  display: block;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #6b7280;
}

.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 0.25rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 3px;
  background: #faf6ee;
  color: #153570;
}
.tag--online {
  background: rgba(21, 53, 112, 0.1);
  color: #153570;
}
.tag--onsite {
  background: rgba(47, 158, 68, 0.12);
  color: #2f9e44;
}
.tag--soldout {
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
}
.tag--new {
  background: #ffbd59;
  color: #14181f;
}

.chip {
  padding: 0.55rem 1.1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #e6e8ee;
  background: #ffffff;
  color: #3d3d3d;
  transition: all 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.chip:hover {
  border-color: #153570;
  color: #153570;
}
.chip.is-active {
  background: #153570;
  border-color: #153570;
  color: #ffffff;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.filter-bar .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.filter-bar .chip i {
  font-size: 1.1em;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 820px;
}

.accordion__item {
  border: 1px solid #e6e8ee;
  border-radius: 3px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.accordion__item[open] {
  border-color: rgba(21, 53, 112, 0.4);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
}

.accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 2rem;
  font-weight: 700;
  color: #14181f;
  list-style: none;
  cursor: pointer;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary:hover {
  color: #153570;
}
.accordion__summary .accordion__icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #153570;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.accordion__item[open] .accordion__icon {
  transform: rotate(45deg);
}

.accordion__body {
  padding: 0 2rem 1.5rem;
  color: #6b7280;
}
.accordion__body p {
  max-width: 70ch;
}

.accordion--curriculum .accordion__summary {
  font-size: 1.0625rem;
}
.accordion--curriculum .lesson-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border-top: 1px solid #e6e8ee;
  font-size: 0.9375rem;
}
.accordion--curriculum .lesson-row__icon {
  color: #153570;
}
.accordion--curriculum .lesson-row__lock {
  color: #6b7280;
  margin-left: auto;
}
.accordion--curriculum .lesson-row__title {
  flex: 1;
  color: #3d3d3d;
}
.accordion--curriculum .lesson-row__meta {
  color: #6b7280;
}
.accordion--curriculum .lesson-row__thumb {
  position: relative;
  flex-shrink: 0;
  width: 84px;
  aspect-ratio: 16/9;
  border-radius: 2px;
  overflow: hidden;
  background: #0e2550;
}
.accordion--curriculum .lesson-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion--curriculum .lesson-row__thumb i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: #ffffff;
  background: rgba(14, 37, 80, 0.35);
  opacity: 0;
  transition: opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.accordion--curriculum .lesson-row:hover .accordion--curriculum .lesson-row__thumb i {
  opacity: 1;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}
.field label, .field__label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #14181f;
}
.field label span, .field__label span {
  color: #b42318;
}

.input,
.textarea,
.select {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1.0625rem;
  color: #14181f;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 2px;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.input::placeholder,
.textarea::placeholder,
.select::placeholder {
  color: rgba(107, 114, 128, 0.7);
}
.input:focus,
.textarea:focus,
.select:focus {
  outline: none;
  border-color: #153570;
  box-shadow: 0 0 0 3px rgba(21, 53, 112, 0.12);
}

.textarea {
  min-height: 140px;
  resize: vertical;
}

.form-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-grid .field--full {
    grid-column: 1/-1;
  }
}

.form-note {
  max-width: 72ch;
  font-size: 0.9375rem;
  color: #6b7280;
}

.inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.inline-form .input {
  flex: 1 1 240px;
}

.contact-form__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-form__grid .field--full {
    grid-column: 1/-1;
  }
}
.contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.contact-form__actions .form-note {
  flex: 1 1 240px;
  margin: 0;
}
.contact-form textarea.input {
  min-height: 130px;
  resize: vertical;
}
.contact-form select.input {
  appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 18px;
}

.form-result {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.form-result.is-ok {
  background: rgba(47, 158, 68, 0.12);
  color: #1f7a32;
}
.form-result.is-error {
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
}

.steps {
  display: grid;
  gap: 1.5rem;
  counter-reset: step;
}
@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .steps--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.step {
  position: relative;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  background: #153570;
  border-radius: 3px;
}
.step__num::before {
  counter-increment: step;
  content: counter(step);
}
.step__title {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  color: #14181f;
  margin-bottom: 0.25rem;
}
.step__text {
  font-size: 0.9375rem;
  color: #6b7280;
}
.step:not(:last-child)::after {
  content: "";
  display: none;
}
@media (min-width: 1024px) {
  .step:not(:last-child)::after {
    display: block;
    position: absolute;
    top: calc(2rem + 22px);
    right: -1.5rem;
    width: 1.5rem;
    height: 2px;
    background: #e6e8ee;
  }
}

.checklist {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .checklist--2 {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 3rem;
  }
}
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.checklist i {
  flex-shrink: 0;
  margin-top: 3px;
  color: #2f9e44;
  font-size: 1.2rem;
}

.feature-list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature {
  display: flex;
  gap: 1rem;
}
.feature__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: #faf6ee;
  color: #153570;
  font-size: 1.4rem;
}
.feature__title {
  font-weight: 700;
  color: #14181f;
  margin-bottom: 2px;
}
.feature__text {
  font-size: 0.9375rem;
  color: #6b7280;
}

.entry-content {
  font-size: 17px;
  line-height: 1.8;
  color: #3d3d3d;
  max-width: 76ch;
}
.entry-content > * + * {
  margin-top: 1.5rem;
}
.entry-content h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.entry-content h3 {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.entry-content h4 {
  margin-top: 2rem;
}
.entry-content p {
  max-width: none;
}
.entry-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li + li, .entry-content ol li + li {
  margin-top: 0.5rem;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content ul li::marker {
  color: #dabb7f;
}
.entry-content ol li::marker {
  color: #153570;
  font-weight: 700;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.entry-content img, .entry-content figure {
  border-radius: 3px;
}
.entry-content__hero {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.entry-content blockquote {
  margin-inline: 0;
  padding: 1rem 0 1rem 1.5rem;
  border-left: 3px solid #dabb7f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  font-style: italic;
  color: #14181f;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content p.has-info-box {
  padding: 1.5rem;
  background: rgba(239, 225, 200, 0.5);
  border-radius: 3px;
}
.entry-content code {
  padding: 0.15em 0.4em;
  background: #f6f7fa;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  font-size: 0.9em;
}
.entry-content pre {
  padding: 1.5rem;
  background: #0e2550;
  color: rgba(255, 255, 255, 0.92);
  border-radius: 3px;
  overflow-x: auto;
}
.entry-content pre code {
  background: none;
  border: 0;
  color: inherit;
}
.entry-content hr {
  border: 0;
  height: 1px;
  background: #e6e8ee;
  margin-block: 3rem;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.entry-content table th, .entry-content table td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e6e8ee;
  text-align: left;
}
.entry-content table th {
  background: #f6f7fa;
  font-weight: 700;
  color: #14181f;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(21, 53, 112, 0.92) 0%, rgba(21, 53, 112, 0.82) 100%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  backdrop-filter: url("#forrest-glass") blur(8px) saturate(180%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 34px rgba(14, 37, 80, 0.22);
}
@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: #153570;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
.site-header__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 76px;
}
@media (min-width: 768px) {
  .site-header__inner {
    padding-inline: 2rem;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.brand__logo {
  height: 60px !important;
  width: auto;
  display: block;
}

.nav {
  display: none;
}
@media (min-width: 1280px) {
  .nav {
    display: flex;
    align-items: center;
    gap: 0;
  }
}
.nav__item {
  position: relative;
}
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.5rem 0.7rem;
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  transition: color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), background 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav__link i {
  font-size: 0.85em;
  opacity: 0.7;
}
.nav__link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.nav__icon--cesta {
  color: #dabb7f;
  font-size: 1.05em;
  vertical-align: -0.12em;
}
.nav__item--current > .nav__link {
  color: #ffffff;
}
.nav__item--current > .nav__link::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 6px;
  height: 2px;
  background: #dabb7f;
}
.nav__submenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 240px;
  padding: 0.5rem;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav__item:hover .nav__submenu, .nav__item:focus-within .nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav__sublink {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  color: #3d3d3d;
  border-radius: 2px;
}
.nav__sublink:hover {
  background: #faf6ee;
  color: #153570;
}

.header-utils {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
}
.icon-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.icon-btn--user {
  width: auto;
  gap: 6px;
  padding: 0 1rem 0 0.5rem;
}
.icon-btn__label {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}
.icon-btn[data-count]::after {
  content: attr(data-count);
  position: absolute;
  transform: translate(12px, -12px);
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #14181f;
  background: #ffbd59;
  border-radius: 3px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lang-switch a {
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.6);
}
.lang-switch a.is-active {
  color: #ffffff;
}
.lang-switch span {
  color: rgba(255, 255, 255, 0.3);
}

.header-cta {
  display: none;
}
@media (min-width: 1280px) {
  .header-cta {
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: 3px;
}
@media (min-width: 1280px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}

.mobile-nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(86vw, 360px);
  z-index: 200;
  padding: 3rem 2rem;
  background: #0e2550;
  color: #ffffff;
  transform: translateX(100%);
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow-y: auto;
}
.mobile-nav.is-open {
  transform: translateX(0);
}
.mobile-nav__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.6rem;
  color: #ffffff;
  width: 42px;
  height: 42px;
}
.mobile-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 2rem;
}
.mobile-nav a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-nav a:hover {
  color: #dabb7f;
}
.mobile-nav__sub a {
  padding-left: 1rem;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(20, 24, 31, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.site-footer {
  background: #0e2550;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 4rem;
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #dabb7f;
}
.site-footer__cols {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .site-footer__cols {
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) {
  .site-footer__cols {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .site-footer__cols {
    grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  }
}
.site-footer__logo {
  height: 58px !important;
  width: auto;
  display: block;
}
.site-footer__about {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 36ch;
}
.site-footer__heading {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}
.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.9375rem;
}
.site-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-footer__contact-row i {
  color: #dabb7f;
}
.site-footer__newsletter .form-note {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5rem;
}
.site-footer__newsletter .input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.site-footer__newsletter .input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.site-footer__socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.2rem;
}
.site-footer__social:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #dabb7f;
}

.footer-partners {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .footer-partners {
    padding-inline: 2rem;
  }
}
.footer-partners__label {
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 1.5rem;
}
.footer-partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2rem;
}
.footer-partners__logo {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  opacity: 0.8;
}
.footer-partners__logo:hover {
  opacity: 1;
  color: #ffffff;
}

.footer-legal {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-legal__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 768px) {
  .footer-legal__inner {
    padding-inline: 2rem;
  }
}
.footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb a:hover {
  color: #dabb7f;
}
.breadcrumb i {
  font-size: 0.8em;
  opacity: 0.6;
}
.breadcrumb span[aria-current] {
  color: #ffffff;
}
.breadcrumb--light {
  color: #6b7280;
}
.breadcrumb--light a {
  color: #153570;
}
.breadcrumb--light a:hover {
  color: #1f3f7d;
}
.breadcrumb--light i {
  color: #6b7280;
}
.breadcrumb--light span[aria-current] {
  color: #14181f;
}

.page-hero {
  background: radial-gradient(120% 140% at 90% 0%, rgba(31, 63, 125, 0.5) 0%, transparent 55%), linear-gradient(160deg, #0e2550 0%, #153570 70%);
  color: #ffffff;
}
.page-hero__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 3rem 4rem;
}
@media (min-width: 768px) {
  .page-hero__inner {
    padding-inline: 2rem;
  }
}
@media (min-width: 1024px) {
  .page-hero__inner {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 4rem;
    align-items: end;
  }
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #dabb7f;
}
.page-hero--compact .page-hero__inner {
  padding-block: 2rem 3rem;
}
.page-hero--compact .page-hero__title {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
}
.page-hero__title {
  font-size: clamp(2rem, 1.4rem + 2.8vw, 3rem);
  color: #ffffff;
}
.page-hero__lead {
  margin-top: 1rem;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  color: rgba(255, 255, 255, 0.82);
  max-width: 60ch;
}
.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.page-hero__aside {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .page-hero__aside {
    margin-top: 0;
  }
}
.page-hero__facts {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
}
.page-hero__facts li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.85);
}
.page-hero__facts i {
  color: #dabb7f;
  font-size: 1.2rem;
}

.hero {
  position: relative;
  background: radial-gradient(120% 120% at 85% 0%, rgba(31, 63, 125, 0.55) 0%, transparent 55%), linear-gradient(160deg, #0e2550 0%, #153570 60%);
  color: #ffffff;
  overflow: hidden;
}
.hero__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: grid;
  gap: 3rem;
  padding-block: 4rem 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .hero__inner {
    padding-inline: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 6rem;
    padding-block: 6rem;
  }
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dabb7f;
  border: 1px solid rgba(218, 187, 127, 0.35);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  backdrop-filter: blur(10px) saturate(160%);
}
.hero__title {
  font-size: clamp(2.5rem, 1.6rem + 4.2vw, 4rem);
  color: #ffffff;
  line-height: 1.08;
}
.hero__title strong {
  color: #dabb7f;
  font-weight: inherit;
}
.hero__subtitle {
  margin-top: 1.5rem;
  max-width: 54ch;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  color: rgba(255, 255, 255, 0.82);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
}
.hero__trust i {
  color: #dabb7f;
}
.hero__media {
  position: relative;
  justify-self: center;
}
.hero__portrait {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
}
.hero__badge {
  position: absolute;
  left: -1rem;
  bottom: 2rem;
  max-width: 260px;
  padding: 1rem 1.5rem;
  background: #ffffff;
  color: #14181f;
  border-radius: 3px;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
}
.hero__badge strong {
  display: block;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
}
.hero__badge span {
  font-size: 0.9375rem;
  color: #6b7280;
}
.hero__badge::before {
  content: "★";
  color: #dabb7f;
}
.hero__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4/5;
  border-radius: 4px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px dashed rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9375rem;
  text-align: center;
  flex-direction: column;
  gap: 0.5rem;
}
.hero__placeholder i {
  font-size: 3rem;
}

.hero-cover--abstract {
  background: radial-gradient(110% 130% at 82% 28%, rgba(31, 63, 125, 0.55) 0%, transparent 58%), linear-gradient(160deg, #0e2550 0%, #153570 78%);
}

.hero-cover__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-cover__art svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .hero-cover__art {
    opacity: 0.2;
  }
}

.hero-art__pulse {
  stroke-dasharray: 46 954;
  stroke-opacity: 0.9;
  animation: hero-pulse 7s linear infinite;
}

@keyframes hero-pulse {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.hero-art__ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: hero-ring 3.6s ease-in-out infinite;
  animation-delay: var(--d, 0s);
}

@keyframes hero-ring {
  0%, 100% {
    transform: scale(1);
    stroke-opacity: 0.35;
  }
  50% {
    transform: scale(1.35);
    stroke-opacity: 0.12;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art__pulse {
    animation: none;
    stroke-opacity: 0;
  }
  .hero-art__ring {
    animation: none;
  }
}
.hero-cover {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(560px, 90vh, 960px);
  min-height: clamp(560px, 90dvh, 960px);
  margin-top: -76px;
  padding-top: 76px;
  background: #0e2550;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-cover {
    align-items: center;
  }
}
.hero-cover__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% center;
}
.hero-cover__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 28, 64, 0.45) 0%, rgba(10, 28, 64, 0.2) 30%, rgba(10, 28, 64, 0.9) 100%);
}
@media (min-width: 768px) {
  .hero-cover__overlay {
    background: linear-gradient(90deg, rgba(10, 28, 64, 0.96) 0%, rgba(10, 28, 64, 0.85) 26%, rgba(10, 28, 64, 0.45) 50%, rgba(10, 28, 64, 0) 72%);
  }
}
.hero-cover__inner {
  width: 100%;
}
.hero-cover__content {
  max-width: 620px;
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .hero-cover__content {
    padding-block: 4rem;
  }
}

.hero-cover__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .hero-cover__caption {
    display: flex;
    justify-content: flex-end;
  }
}

.hero-cover__badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
}
.hero-cover__badge i {
  color: #dabb7f;
  font-size: 1.7rem;
}

.hero-cover__badge-name {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hero-cover__badge-name strong {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
}
.hero-cover__badge-name span {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.72);
}

.trust {
  padding-block: 3rem;
  border-top: 1px solid #e6e8ee;
}

.trust__label {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 2rem;
}

.trust__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
}

.trust__logo {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #153570;
  opacity: 0.7;
  filter: grayscale(1);
  transition: opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.trust__logo:hover {
  opacity: 1;
}

.trust__logo-img {
  height: 44px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 220ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.trust__logo-img:hover {
  filter: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .trust__logo-img {
    height: 34px;
    max-width: 150px;
  }
}

.stats {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .stats--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.stats--1 {
  justify-items: center;
}

.stat__value {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 1.5rem + 2.5vw, 3rem);
  color: #153570;
  line-height: 1;
}
.stat__value span {
  color: #dabb7f;
}
.stat__label {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #6b7280;
}

.calendar__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .calendar__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .calendar__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.term-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.term-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
}
.term-card__date {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: #153570;
  color: #ffffff;
}
.term-card__date strong {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.term-card__date span {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.term-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.term-card__title {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  color: #14181f;
}
.term-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9375rem;
  color: #6b7280;
}
.term-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.term-card__meta i {
  color: #153570;
}
.term-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
}

.calendar__empty {
  text-align: center;
  max-width: 540px;
  margin-inline: auto;
  padding: 3rem;
  background: #faf6ee;
  border-radius: 4px;
}
.calendar__empty i {
  font-size: 2.5rem;
  color: #153570;
}
.calendar__empty h3 {
  margin: 1rem 0 0.5rem;
}
.calendar__empty p {
  margin-inline: auto;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.courses__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .courses__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .courses__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.course-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  border-color: transparent;
}
.course-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/10;
  background: radial-gradient(120% 120% at 75% 12%, rgba(31, 63, 125, 0.65), transparent 60%), linear-gradient(135deg, #153570 0%, #0e2550 100%);
}
.course-card__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
  backdrop-filter: blur(8px) saturate(160%);
}
.course-card__thumb, .course-card__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 37, 80, 0.25) 0%, rgba(14, 37, 80, 0.45) 100%);
}
.course-card__tag, .course-card__play {
  z-index: 1;
}
.course-card__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.94);
  color: #153570;
  font-size: 1.5rem;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.course-card:hover .course-card__play {
  transform: scale(1.1);
}
.course-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  flex: 1;
}
.course-card__title {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #14181f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-card__desc {
  font-size: 0.9375rem;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.cesta-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
}
.cesta-promo__text {
  max-width: 62ch;
}
.cesta-promo__title {
  margin: 0.25rem 0 0.5rem;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
}
.cesta-promo p {
  margin: 0;
  color: #3d3d3d;
  font-size: 0.9375rem;
}

.services__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 3rem 2rem 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #153570, #dabb7f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  border-color: transparent;
}
.service-card:hover::after {
  transform: scaleX(1);
}
.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  border-radius: 3px;
  background: #faf6ee;
  color: #153570;
  font-size: 1.9rem;
}
.service-card__title {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  margin-bottom: 0.5rem;
}
.service-card__text {
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.service-card__link {
  margin-top: auto;
}

.expert__inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .expert__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 6rem;
  }
}
.expert__media {
  position: relative;
}
.expert__photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
}
.expert__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 4px;
  background: #faf6ee;
  border: 1px dashed #dabb7f;
  color: #6b7280;
  font-size: 0.9375rem;
}
.expert__placeholder i {
  font-size: 3rem;
  color: #dabb7f;
}
.expert__name {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
}
.expert__role {
  margin-top: 0.5rem;
  color: #153570;
  font-weight: 700;
}
.expert__quote {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #dabb7f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  font-style: italic;
  color: #14181f;
}
.expert__creds {
  display: grid;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
.expert__creds li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.expert__creds i {
  color: #2f9e44;
  margin-top: 3px;
  flex-shrink: 0;
}

.expert-cover {
  background: #050f1c;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.expert-cover__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(460px, 58vh, 640px);
}
@media (min-width: 768px) {
  .expert-cover__inner {
    background-image: var(--expert-photo);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
}
.expert-cover__content {
  max-width: 620px;
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .expert-cover__content {
    padding-block: 4rem;
  }
}
.expert-cover__name {
  margin-top: 0.5rem;
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  color: #ffffff;
}
.expert-cover__role {
  margin-top: 0.5rem;
  color: #dabb7f;
  font-weight: 700;
}
.expert-cover__quote {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #dabb7f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}
.expert-cover__creds {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.88);
}
.expert-cover__creds li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.expert-cover__creds i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 1.15rem;
  color: #dabb7f;
}

.eyebrow--light {
  color: #dabb7f;
}

.publication__inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .publication__inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
  }
}
.publication__cover {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 2px 4px 4px 2px;
  box-shadow: inset 3px 0 6px -3px rgba(0, 0, 0, 0.35), 0 24px 48px rgba(14, 37, 80, 0.28), 0 6px 14px rgba(14, 37, 80, 0.18);
  rotate: -3deg;
  transition: rotate 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.publication__cover:hover {
  rotate: 0deg;
}
.publication__cover-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  justify-self: center;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3/4;
  background: #153570;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  text-align: center;
  padding: 1.5rem;
}
.publication__cover-placeholder i {
  font-size: 3rem;
  color: #dabb7f;
}
.publication__title {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  margin-bottom: 1rem;
}
.publication__meta {
  font-size: 0.9375rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.publication__content p {
  max-width: 62ch;
}
.publication__features {
  display: grid;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
.publication__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.publication__features i {
  color: #153570;
  margin-top: 3px;
}
.publication__buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.pub-detail {
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 768px) {
  .pub-detail {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
  }
}
.pub-detail__title {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  margin: 0 0 0.5rem;
}
.pub-detail__buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e6e8ee;
}
.pub-detail__buy .price {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #153570;
}
.pub-detail .entry-content > p:first-child {
  margin-top: 0;
}

.pub-gallery {
  margin: 0;
}
.pub-gallery__main {
  display: block;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  background: #f6f7fa;
}
.pub-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.pub-gallery__thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  line-height: 0;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0.75;
}
.pub-gallery__thumb img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  display: block;
}
.pub-gallery__thumb:hover {
  opacity: 1;
}
.pub-gallery__thumb.is-active {
  border-color: #153570;
  opacity: 1;
}

.pub-detail__subtitle,
.publication__subtitle {
  margin: -0.25rem 0 0.5rem;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  color: #6b7280;
}

.pub-detail__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.5rem;
}

.pub-notify {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: #faf6ee;
  border: 1px solid rgba(218, 187, 127, 0.75);
  border-radius: 4px;
}
.pub-notify__text {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.pub-notify__text i {
  color: #153570;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.pub-notify__form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pub-notify__form .input {
  flex: 1 1 220px;
  max-width: 340px;
  padding: 0.7rem 1rem;
  border: 1px solid #d8dde8;
  border-radius: 3px;
  background: #ffffff;
  font: inherit;
  font-size: 0.9375rem;
}
.pub-notify__form .input:focus {
  outline: none;
  border-color: #153570;
  box-shadow: 0 0 0 3px rgba(21, 53, 112, 0.12);
}
.pub-notify .form-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #6b7280;
}
.pub-notify .form-result {
  margin-top: 0.5rem;
}

.testimonials__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
.testimonial__quote {
  position: relative;
  font-size: 1.0625rem;
  color: #3d3d3d;
  flex: 1;
}
.testimonial__quote::before {
  content: "“";
  display: block;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 0.6;
  color: #dabb7f;
  margin-bottom: 0.5rem;
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e6e8ee;
}
.testimonial__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #153570;
  color: #ffffff;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}
.testimonial__name {
  display: block;
  font-weight: 700;
  color: #14181f;
  font-size: 0.9375rem;
}
.testimonial__role {
  display: block;
  font-size: 0.8125rem;
  color: #6b7280;
}

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.55rem 1.5rem;
  border: 1px solid #e6e8ee;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
  font-size: 0.9375rem;
  color: #14181f;
  text-decoration: none;
  transition: box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.google-badge:hover {
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
}
.google-badge__stars {
  color: #ffbd59;
  letter-spacing: 2px;
}
.google-badge__count {
  color: #6b7280;
}

.leadmagnet {
  background: radial-gradient(90% 120% at 85% 20%, rgba(31, 63, 125, 0.6) 0%, transparent 60%), linear-gradient(150deg, #0e2550 0%, #153570 80%);
  color: #ffffff;
}
.leadmagnet__inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .leadmagnet__inner {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
.leadmagnet__title {
  margin: 0.5rem 0;
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  color: #ffffff;
}
.leadmagnet__lead {
  margin: 0 0 1.5rem;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.85);
}
.leadmagnet__form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.leadmagnet__form .input {
  flex: 1 1 260px;
  max-width: 380px;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  font-size: 0.9375rem;
}
.leadmagnet__form .input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.leadmagnet__form .input:focus {
  outline: none;
  border-color: #ffbd59;
  box-shadow: 0 0 0 3px rgba(255, 189, 89, 0.2);
  background: rgba(255, 255, 255, 0.12);
}
.leadmagnet__note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}
.leadmagnet .form-result {
  margin-top: 0.5rem;
}
.leadmagnet .form-result.is-ok {
  color: #9be29f;
}
.leadmagnet .form-result.is-error {
  color: #ffb4a8;
}
.leadmagnet__visual {
  display: none;
}
@media (min-width: 1024px) {
  .leadmagnet__visual {
    display: block;
  }
}
.leadmagnet__doc {
  max-width: 320px;
  margin-left: auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  color: #3d3d3d;
  transform: rotate(2deg);
}
.leadmagnet__doc > i {
  font-size: 2rem;
  color: #153570;
}
.leadmagnet__doc-title {
  display: block;
  margin-top: 0.5rem;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  color: #14181f;
}
.leadmagnet__doc-meta {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.leadmagnet__doc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leadmagnet__doc li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px dashed #e6e8ee;
}
.leadmagnet__doc li:last-child {
  border-bottom: 0;
  color: #6b7280;
}
.leadmagnet__doc li i {
  color: #2f9e44;
}
.leadmagnet__doc li:last-child i {
  color: #6b7280;
}

.articles__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .articles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
}
.article-card__media {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #153570, #1f3f7d);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 2.5rem;
}
.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  flex: 1;
}
.article-card__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.article-card__title {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #14181f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card__excerpt {
  font-size: 0.9375rem;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card__link {
  margin-top: auto;
  padding-top: 0.5rem;
}

.newsletter {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 3rem;
  background: #153570;
  color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .newsletter {
    grid-template-columns: 1.2fr 1fr;
    padding: 4rem;
  }
}
.newsletter h2, .newsletter h3 {
  color: #ffffff;
}
.newsletter__text {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
}
.newsletter__magnet {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: #dabb7f;
}
.newsletter__magnet i {
  font-size: 1.2rem;
}

.entry-content--gated {
  position: relative;
  max-height: 70rem;
  overflow: hidden;
}

.article-gate {
  position: absolute;
  inset: auto 0 0;
  padding: 14rem 1rem 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 42%);
  text-align: center;
}
.article-gate__panel {
  max-width: 560px;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
}
.article-gate__icon {
  font-size: 2.2rem;
  color: #153570;
}
.article-gate__title {
  margin: 0.5rem 0;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
}
.article-gate__text {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.article-gate__actions {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.article-gate .form-note {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.cta-band {
  position: relative;
  overflow: hidden;
  background: radial-gradient(100% 140% at 0% 0%, rgba(31, 63, 125, 0.6), transparent 50%), linear-gradient(140deg, #153570 0%, #0e2550 100%);
  color: #ffffff;
  border-radius: 4px;
}
.cta-band__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 3rem;
}
@media (min-width: 1024px) {
  .cta-band__inner {
    grid-template-columns: 1fr auto;
    padding: 4rem;
  }
}
.cta-band__title {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  color: #ffffff;
}
.cta-band__text {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
}
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.section--cta {
  padding-block: clamp(3rem, 6vw, 6rem);
}

.contact__inner {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .contact__inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 4rem;
  }
}
.contact__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact__row i {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  background: #faf6ee;
  color: #153570;
  font-size: 1.3rem;
}
.contact__row strong {
  display: block;
  color: #14181f;
}
.contact__row a, .contact__row span {
  color: #6b7280;
}
.contact__promise {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background: rgba(47, 158, 68, 0.1);
  color: #2f9e44;
  font-size: 0.9375rem;
  font-weight: 700;
  width: fit-content;
}
.contact__form {
  padding: 3rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
}
.contact__map {
  margin-top: 3rem;
  aspect-ratio: 16/7;
  border-radius: 4px;
  overflow: hidden;
  background: #f6f7fa;
  border: 1px solid #e6e8ee;
}
.contact__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact__map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 100%;
  color: #6b7280;
}
.contact__map-placeholder i {
  font-size: 1.6rem;
  color: #153570;
}

.kontakt {
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .kontakt {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.kontakt__info {
  max-width: none;
}
.kontakt__info > h2:first-child {
  margin-top: 0;
}
.kontakt__form {
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
}
@media (min-width: 1024px) {
  .kontakt__form {
    position: sticky;
    top: calc(76px + 1.5rem);
  }
}
.kontakt__form-title {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  margin: 0 0 0.5rem;
}
.kontakt__form-lead {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: #6b7280;
}
.kontakt .contact__promise {
  margin-bottom: 1.5rem;
}

.service-inquiry {
  max-width: 860px;
  margin: 0 auto;
}

.course-breadcrumb {
  margin-bottom: 1.5rem;
}

.course-intro {
  margin-bottom: 1.5rem;
}
.course-intro__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #153570;
  background: rgba(21, 53, 112, 0.08);
  border-radius: 3px;
}
.course-intro__title {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  margin: 1rem 0 0.5rem;
  max-width: 24ch;
}
.course-intro__lead {
  color: #6b7280;
  max-width: 64ch;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
}

.course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1.5rem;
}
.course-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.course-meta i {
  color: #153570;
  font-size: 1.1rem;
}

.course__layout {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .course__layout {
    grid-template-columns: 1fr 360px;
    gap: 4rem;
    align-items: start;
  }
}
.course__main {
  min-width: 0;
}
.course__main > * + * {
  margin-top: 3rem;
}
.course__section-title {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  margin-bottom: 1.5rem;
}
.course__buybox {
  position: sticky;
  top: 100px;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
}

.buybox {
  margin-top: 0.5rem;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
}
.buybox__price {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #14181f;
  line-height: 1;
}
.buybox__price-note {
  font-size: 0.9375rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.buybox__list {
  display: grid;
  gap: 0.5rem;
  margin: 1.5rem 0;
  font-size: 0.9375rem;
}
.buybox__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #3d3d3d;
}
.buybox__list i {
  color: #153570;
  font-size: 1.2rem;
}
.buybox__guarantee {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: #6b7280;
  text-align: center;
}

.outcomes {
  background: #faf6ee;
  border-radius: 4px;
  padding: 3rem;
}

.course-grid {
  display: grid;
  gap: 2rem;
  grid-template-areas: "video" "side" "content";
}
@media (min-width: 1024px) {
  .course-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(340px, 1fr);
    grid-template-areas: "video   side" "content side";
    column-gap: 4rem;
    row-gap: 3rem;
    align-items: start;
  }
}
.course-grid__video {
  grid-area: video;
  min-width: 0;
}
.course-grid__content {
  grid-area: content;
  min-width: 0;
}
.course-grid__side {
  grid-area: side;
  min-width: 0;
}
.course-grid__content > * + * {
  margin-top: 3rem;
}
.course-grid__side > * + * {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .course-grid__side {
    align-self: stretch;
  }
}

@media (min-width: 1024px) {
  .buybox--sticky {
    position: sticky;
    top: 100px;
  }
}

.video-preview {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: radial-gradient(120% 120% at 70% 10%, rgba(31, 63, 125, 0.7), transparent 60%), linear-gradient(135deg, #153570 0%, #0e2550 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.video-preview:hover {
  box-shadow: 0 26px 56px rgba(14, 37, 80, 0.28);
}
.video-preview__play {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 3px;
  background: #ffffff;
  color: #153570;
  font-size: 2.4rem;
  box-shadow: 0 8px 24px rgba(14, 37, 80, 0.35);
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.video-preview__play::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 3px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.video-preview:hover .video-preview__play {
  transform: scale(1.08);
}
.video-preview__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #14181f;
  background: #ffbd59;
  border-radius: 3px;
}
.video-preview__label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  color: #ffffff;
  background: rgba(20, 24, 31, 0.55);
  border-radius: 2px;
  backdrop-filter: blur(4px);
}

.audience {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .audience {
    grid-template-columns: repeat(2, 1fr);
  }
}

.audience__item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid #e6e8ee;
  border-radius: 3px;
}
.audience__item i {
  color: #153570;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.audience__item strong {
  display: block;
  color: #14181f;
  margin-bottom: 2px;
}
.audience__item p {
  font-size: 0.9375rem;
  color: #6b7280;
}

.forwho {
  margin-top: 3rem;
}
.forwho__cols {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .forwho__cols {
    grid-template-columns: 1fr 1fr;
  }
}
.forwho__col {
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid #e6e8ee;
}
.forwho__col h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 1.0625rem;
}
.forwho__col h3 i {
  font-size: 1.4rem;
}
.forwho__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.forwho__col li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.forwho__col li i {
  margin-top: 3px;
  flex-shrink: 0;
}
.forwho__col--yes {
  background: #f2f8f3;
  border-color: #d5e7d8;
}
.forwho__col--yes h3 i, .forwho__col--yes li i {
  color: #2f9e44;
}
.forwho__col--no {
  background: #f6f7fa;
}
.forwho__col--no h3 i, .forwho__col--no li i {
  color: #6b7280;
}

.course-faq {
  margin-top: 3rem;
}

.recos {
  margin-top: 3rem;
}
.recos__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .recos__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

.reco {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
  transition: box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reco:hover {
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
  transform: translateY(-2px);
}
.reco__media {
  display: block;
  aspect-ratio: 4/3;
  background: #f6f7fa;
}
.reco__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.reco__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  flex: 1;
}
.reco__title {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #14181f;
  text-decoration: none;
}
.reco__title:hover {
  color: #153570;
}
.reco__price {
  margin-top: auto;
  font-weight: 700;
  color: #14181f;
}
.reco .btn {
  align-self: flex-start;
}

.prep-callout {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 1.5rem;
  background: #faf6ee;
  border: 1px solid rgba(218, 187, 127, 0.75);
  border-radius: 4px;
}
.prep-callout__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: #153570;
  color: #ffbd59;
  font-size: 1.5rem;
}
.prep-callout__title {
  margin: 0 0 0.25rem;
  font-size: 1.0625rem;
}
.prep-callout p {
  margin: 0;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.prep-callout a {
  color: #153570;
}

.flms-progress {
  margin: 1rem 0;
}
.flms-progress__bar {
  height: 8px;
  border-radius: 3px;
  background: rgba(21, 53, 112, 0.12);
  overflow: hidden;
}
.flms-progress__bar span {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #153570, #dabb7f);
  transition: width 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.flms-progress__label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.lesson-video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
  background: #0e2550;
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
}
.lesson-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lesson-sidebar {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .lesson-sidebar {
    position: sticky;
    top: 100px;
  }
}

.lesson-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lesson-list__item {
  border-radius: 2px;
}
.lesson-list__item a, .lesson-list__item > span {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem;
  font-size: 0.9375rem;
  color: #3d3d3d;
  line-height: 1.4;
}
.lesson-list__item i {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: #153570;
  margin-top: 1px;
}
.lesson-list__item a:hover {
  background: #faf6ee;
  color: #153570;
}
.lesson-list__item.is-current {
  background: rgba(21, 53, 112, 0.08);
  font-weight: 700;
}
.lesson-list__item.is-done i {
  color: #2f9e44;
}
.lesson-list__item.is-free i {
  color: #ffbd59;
}
.lesson-list__item.is-locked > span {
  color: #6b7280;
  cursor: not-allowed;
}
.lesson-list__item.is-locked > span i {
  color: #6b7280;
}

.quiz {
  padding: 3rem;
  background: #faf6ee;
  border-radius: 4px;
}
.quiz__question {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(21, 53, 112, 0.12);
}
.quiz__question:last-of-type {
  border-bottom: 0;
}
.quiz__question legend {
  font-weight: 700;
  color: #14181f;
  margin-bottom: 0.5rem;
  padding: 0;
}
.quiz__option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0.25rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), background 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.quiz__option:hover {
  border-color: #153570;
}
.quiz__option input {
  margin-top: 3px;
  accent-color: #153570;
}

.quiz-result {
  display: block;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  font-weight: 600;
}
.quiz-result i {
  margin-right: 0.25rem;
}
.quiz-result a {
  text-decoration: underline;
  font-weight: 700;
}
.quiz-result--pass {
  background: rgba(47, 158, 68, 0.12);
  color: #1f7a32;
}
.quiz-result--fail {
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
}

.quiz-hints {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(180, 35, 24, 0.25);
}
.quiz-hints__title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #14181f;
  margin-bottom: 0.5rem;
}
.quiz-hints__title i {
  color: #ffbd59;
  font-size: 1.2rem;
}
.quiz-hints__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.quiz-hint {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 2px;
  color: #3d3d3d;
  font-weight: 400;
}
.quiz-hint__q {
  font-size: 0.9375rem;
  color: #14181f;
}
.quiz-hint__text {
  font-size: 0.9375rem;
  color: #6b7280;
}
.quiz-hint__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #153570;
  text-decoration: none;
}
.quiz-hint__link:hover {
  text-decoration: underline;
}
.quiz-hint__time {
  padding: 1px 6px;
  background: #faf6ee;
  border-radius: 2px;
  font-size: 0.8125rem;
  color: #14181f;
}

.materials {
  padding: 1.5rem;
  background: #f6f7fa;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
.materials__title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 1rem;
}
.materials__title i {
  color: #153570;
  font-size: 1.2rem;
}
.materials__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.materials--locked .material__link {
  cursor: default;
  opacity: 0.75;
}

.material__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 3px;
  color: #3d3d3d;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.material a.material__link:hover {
  border-color: #153570;
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
}
.material__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #faf6ee;
  color: #153570;
  font-size: 1.4rem;
}
.material__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.material__name {
  font-weight: 700;
  color: #14181f;
  font-size: 0.9375rem;
}
.material__note {
  font-size: 0.8125rem;
  color: #6b7280;
}
.material__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: #6b7280;
  white-space: nowrap;
}
.material__meta i {
  font-size: 1.1rem;
}

.lesson-preview-box {
  padding: 1.5rem;
  margin-top: 1rem;
  background: #faf6ee;
  border: 1px solid rgba(218, 187, 127, 0.8);
  border-radius: 3px;
}
.lesson-preview-box p {
  font-size: 0.9375rem;
  color: #3d3d3d;
  margin: 0.5rem 0;
}
.lesson-preview-box .price {
  display: block;
  margin-top: 0.5rem;
}

.lesson-upsell {
  margin-top: 3rem;
  padding: 3rem;
  background: #faf6ee;
  border-radius: 4px;
  text-align: center;
}
.lesson-upsell p {
  margin-inline: auto;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.lesson-upsell .btn {
  margin: 0 0.25rem;
}

.flms-notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  background: rgba(255, 189, 89, 0.16);
  border: 1px solid rgba(255, 189, 89, 0.5);
  border-radius: 3px;
  color: #14181f;
}
.flms-notice i {
  font-size: 1.3rem;
  color: #153570;
}

.article-layout {
  max-width: 820px;
  margin-inline: auto;
}

.video-parts {
  list-style: none;
  padding: 0.5rem;
  margin: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #f6f7fa;
  border: 1px solid #e6e8ee;
  border-radius: 3px;
  counter-reset: none;
}

.video-part__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 1rem;
  background: none;
  border: 0;
  border-radius: 2px;
  font: inherit;
  font-size: 0.9375rem;
  color: #3d3d3d;
  text-align: left;
  cursor: pointer;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.video-part__btn:hover {
  background: #faf6ee;
  color: #153570;
}
.video-part__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(21, 53, 112, 0.1);
  color: #153570;
  font-size: 0.8125rem;
  font-weight: 700;
}
.video-part__title {
  flex: 1;
  min-width: 0;
}
.video-part__time {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: #6b7280;
}
.video-part.is-active .video-part__btn {
  background: rgba(21, 53, 112, 0.08);
  font-weight: 700;
  color: #153570;
}
.video-part.is-active .video-part__no {
  background: #153570;
  color: #ffffff;
}

.terms__intro {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.terms-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
}
.terms-table th {
  padding: 1rem 1.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  text-align: left;
  background: #f6f7fa;
  border-bottom: 1px solid #e6e8ee;
}
.terms-table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e6e8ee;
  vertical-align: middle;
  font-size: 0.9375rem;
}
.terms-table tbody tr:last-child td {
  border-bottom: 0;
}
.terms-table tr.is-soldout td {
  color: #6b7280;
}
.terms-table__time {
  display: block;
  font-size: 0.8125rem;
  color: #6b7280;
}
.terms-table__waitlist td {
  background: #faf6ee;
}
@media (max-width: 767px) {
  .terms-table {
    display: block;
    border: 0;
    background: none;
  }
  .terms-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .terms-table tbody, .terms-table tr, .terms-table td {
    display: block;
    width: 100%;
  }
  .terms-table tr {
    margin-bottom: 1rem;
    background: #ffffff;
    border: 1px solid #e6e8ee;
    border-radius: 3px;
    overflow: hidden;
  }
  .terms-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 1rem;
  }
  .terms-table td::before {
    content: attr(data-label);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
  }
  .terms-table td:empty {
    display: none;
  }
  .terms-table .terms-table__waitlist td {
    display: block;
  }
  .terms-table .terms-table__waitlist td::before {
    display: none;
  }
}

.waitlist-form .form-note {
  margin-top: 0.5rem;
}
.waitlist-form .inline-form {
  align-items: center;
}

.cesta-hero-progress {
  max-width: 520px;
  margin-top: 2rem;
}
.cesta-hero-progress .flms-progress__bar {
  background: rgba(255, 255, 255, 0.18);
}
.cesta-hero-progress .flms-progress__bar span {
  background: linear-gradient(90deg, #dabb7f, #ffbd59);
}
.cesta-hero-progress .flms-progress__label {
  color: rgba(255, 255, 255, 0.8);
}

.page-hero--compact .page-hero__inner {
  padding-block: 1.875rem 2.5rem;
}
.page-hero--compact .breadcrumb {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}
.page-hero--compact .page-hero__title {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
}
.page-hero--compact .page-hero__lead {
  margin-top: 1rem;
  font-size: 1.0625rem;
}

.cesta-picker {
  padding-block: 1.5rem;
  background: #f6f7fa;
  border-bottom: 1px solid #e6e8ee;
}
.cesta-picker__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .cesta-picker__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.cesta-picker__label {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.cesta-picker__label strong {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  color: #14181f;
}
.cesta-picker__label span {
  font-size: 0.9375rem;
  color: #6b7280;
}
@media (min-width: 1024px) {
  .cesta-picker .chip-row {
    justify-content: flex-end;
  }
}

.cesta-test__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #e6e8ee;
}
.cesta-test__cta .btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .cesta-test__cta .btn {
    margin-left: 0;
    width: 100%;
  }
}
.cesta-test__cta-text {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #14181f;
}
.cesta-test__cta-text i {
  font-size: 1.2rem;
  color: #153570;
}
.cesta-test__cta-note {
  font-size: 0.8125rem;
  color: #6b7280;
}

.cesta-test {
  max-width: 760px;
  margin: 2rem auto 0;
  padding: 3rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
}
.cesta-test__q {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border: 0;
  border-bottom: 1px solid #e6e8ee;
}
.cesta-test__q:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.cesta-test__q legend {
  padding: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #14181f;
}
.cesta-test__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.cesta-test__result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 3px;
}
.cesta-test__result.is-warning {
  background: rgba(255, 189, 89, 0.16);
  color: #14181f;
}
.cesta-test__result.is-done {
  background: #faf6ee;
  border: 1px solid rgba(218, 187, 127, 0.7);
}
.cesta-test__result-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 3px;
  background: #153570;
  color: #dabb7f;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.cesta-test__result-text {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cesta-test__result-text strong {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  color: #14181f;
}
.cesta-test__result-text span {
  font-size: 0.9375rem;
  color: #6b7280;
}

.cesta-picker + .section {
  padding-top: 3rem;
}

.cesta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.cesta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(180deg, #dabb7f 0%, rgba(218, 187, 127, 0.5) 45%, #e6e8ee 100%);
  z-index: 0;
}
@media (min-width: 1024px) {
  .cesta::before {
    left: 50%;
  }
}

.cesta-level {
  position: relative;
  transition: opacity 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cesta-level.is-dimmed {
  opacity: 0.32;
}
.cesta-level.is-current > .cesta-level__head .cesta-level__num {
  background: #153570;
  color: #dabb7f;
  box-shadow: 0 0 0 6px rgba(21, 53, 112, 0.1);
}
.cesta-level__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .cesta-level__head {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 1rem;
  }
}
.cesta-level__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #faf6ee;
  color: #153570;
  font-size: 1.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 0 8px #ffffff;
}
@media (min-width: 1024px) {
  .cesta-level__num {
    width: 68px;
    height: 68px;
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .cesta-level__meta {
    background: #ffffff;
    padding-inline: 1.5rem;
  }
}
.cesta-level__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}
.cesta-level__title {
  font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem);
  margin-top: 0.25rem;
}
.cesta-level__desc {
  margin-top: 0.25rem;
  color: #6b7280;
}
.cesta-level__progress {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .cesta-level__progress {
    grid-column: auto;
    width: 100%;
    max-width: 260px;
    background: #ffffff;
    padding: 0.25rem 1.5rem;
  }
}

.cesta .cesta-steps {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0 0 0 64px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .cesta .cesta-steps {
    padding-left: 0;
    gap: 2rem;
  }
}

.cesta-step {
  position: relative;
  display: flex;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .cesta-step {
    width: 50%;
  }
  .cesta-step:nth-child(odd) {
    align-self: flex-start;
    padding-right: 3rem;
  }
  .cesta-step:nth-child(even) {
    align-self: flex-end;
    padding-left: 3rem;
  }
}
.cesta-step__marker {
  position: absolute;
  left: -52px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background: #ffffff;
  border: 2px solid #e6e8ee;
  color: #6b7280;
  font-size: 0.85rem;
  z-index: 1;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 768px) {
  .cesta-step__marker {
    left: -56px;
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
  }
}
@media (min-width: 1024px) {
  .cesta-step__marker {
    top: 22px;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .cesta-step:nth-child(odd) .cesta-step__marker {
    right: -17px;
  }
  .cesta-step:nth-child(even) .cesta-step__marker {
    left: -17px;
  }
}
.cesta-step:hover .cesta-step__marker {
  transform: scale(1.12);
}
.cesta-step__body {
  position: relative;
  flex: 1;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 1024px) {
  .cesta-step__body::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 3rem;
    height: 2px;
    background: #e6e8ee;
  }
}
@media (min-width: 1024px) {
  .cesta-step:nth-child(odd) .cesta-step__body::after {
    right: -3rem;
  }
  .cesta-step:nth-child(even) .cesta-step__body::after {
    left: -3rem;
  }
}
.cesta-step:hover .cesta-step__body {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
}
.cesta-step__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.cesta-step__type {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #153570;
}
.cesta-step__title {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #14181f;
}
.cesta-step__title a:hover {
  color: #153570;
}
.cesta-step__desc {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  color: #6b7280;
}
.cesta-step__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.cesta-step__foot .price {
  font-size: 1.0625rem;
}
.cesta-step__check {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9375rem;
  color: #6b7280;
  cursor: pointer;
}
.cesta-step__check i {
  font-size: 1.2rem;
}
.cesta-step__check:hover {
  color: #153570;
}
.cesta-step__check[aria-pressed=true] {
  color: #2f9e44;
  font-weight: 700;
}
.cesta-step--flms_course .cesta-step__body {
  background: rgba(21, 53, 112, 0.055);
  border-color: rgba(21, 53, 112, 0.28);
}
.cesta-step--flms_course .cesta-step__type {
  color: #153570;
}
.cesta-step--flms_course .cesta-step__marker {
  color: #153570;
  border-color: rgba(21, 53, 112, 0.45);
}
.cesta-step--flms_course .cesta-step__body::after {
  background: rgba(21, 53, 112, 0.45);
}
.cesta-step--prez_kurz .cesta-step__body {
  background: rgba(154, 107, 23, 0.1);
  border-color: rgba(154, 107, 23, 0.28);
}
.cesta-step--prez_kurz .cesta-step__type {
  color: #9a6b17;
}
.cesta-step--prez_kurz .cesta-step__marker {
  color: #9a6b17;
  border-color: rgba(154, 107, 23, 0.45);
}
.cesta-step--prez_kurz .cesta-step__body::after {
  background: rgba(154, 107, 23, 0.45);
}
.cesta-step--publikacia .cesta-step__body {
  background: rgba(15, 109, 114, 0.07);
  border-color: rgba(15, 109, 114, 0.28);
}
.cesta-step--publikacia .cesta-step__type {
  color: #0f6d72;
}
.cesta-step--publikacia .cesta-step__marker {
  color: #0f6d72;
  border-color: rgba(15, 109, 114, 0.45);
}
.cesta-step--publikacia .cesta-step__body::after {
  background: rgba(15, 109, 114, 0.45);
}
.cesta-step--post .cesta-step__body {
  background: rgba(91, 75, 138, 0.07);
  border-color: rgba(91, 75, 138, 0.28);
}
.cesta-step--post .cesta-step__type {
  color: #5b4b8a;
}
.cesta-step--post .cesta-step__marker {
  color: #5b4b8a;
  border-color: rgba(91, 75, 138, 0.45);
}
.cesta-step--post .cesta-step__body::after {
  background: rgba(91, 75, 138, 0.45);
}
.cesta-step--custom .cesta-step__body {
  background: rgba(138, 75, 42, 0.07);
  border-color: rgba(138, 75, 42, 0.28);
}
.cesta-step--custom .cesta-step__type {
  color: #8a4b2a;
}
.cesta-step--custom .cesta-step__marker {
  color: #8a4b2a;
  border-color: rgba(138, 75, 42, 0.45);
}
.cesta-step--custom .cesta-step__body::after {
  background: rgba(138, 75, 42, 0.45);
}
.cesta-step.is-done .cesta-step__marker {
  background: #2f9e44;
  border-color: #2f9e44;
  color: #ffffff;
}
.cesta-step.is-done .cesta-step__body {
  background: rgba(47, 158, 68, 0.045);
  border-color: rgba(47, 158, 68, 0.3);
}
.cesta-step.is-done .cesta-step__title {
  color: #6b7280;
}
.cesta-step.is-progress .cesta-step__marker {
  background: #ffbd59;
  border-color: #ffbd59;
  color: #14181f;
}
.cesta-step.is-progress .cesta-step__body {
  border-color: rgba(255, 189, 89, 0.6);
}

.account {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .account {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
  }
}
.account__main {
  min-width: 0;
}
.account__heading {
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  color: #14181f;
  margin: 0 0 1.5rem;
}

.account-user {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #153570 0%, #0e2550 100%);
  color: #ffffff;
}
.account-user__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 3px;
  background: rgba(218, 187, 127, 0.9);
  color: #0e2550;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.account-user__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.account-user__name {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.3;
}
.account-user__email {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .account-nav {
    position: sticky;
    top: calc(76px + 1.5rem);
  }
}
.account-nav__list {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
.account-nav__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 3px;
  color: #3d3d3d;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.account-nav__link i {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #6b7280;
  transition: color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.account-nav__link span {
  flex: 1;
  min-width: 0;
}
.account-nav__link:hover {
  background: #f6f7fa;
  color: #153570;
}
.account-nav__link:hover i {
  color: #153570;
}
.account-nav__link[aria-current=page] {
  background: rgba(21, 53, 112, 0.08);
  color: #153570;
  font-weight: 700;
}
.account-nav__link[aria-current=page] i {
  color: #153570;
}
.account-nav__badge {
  flex: 0 0 auto;
  min-width: 22px;
  padding: 1px 7px;
  border-radius: 3px;
  background: #faf6ee;
  color: #14181f;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
}
.account-nav .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e6e8ee;
}
.account-nav .woocommerce-MyAccount-navigation-link--customer-logout .account-nav__link {
  color: #6b7280;
}

.account-dash {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.account-dash__greeting {
  margin: 0;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  color: #14181f;
}
.account-dash__greeting span {
  display: block;
  margin-top: 0.25rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #6b7280;
}

.account-resume {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 4px;
  background: #faf6ee;
  border: 1px solid rgba(218, 187, 127, 0.75);
  color: #3d3d3d;
  text-decoration: none;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.account-resume:hover {
  border-color: #dabb7f;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08), 0 2px 6px rgba(16, 24, 40, 0.06);
  transform: translateY(-2px);
}
.account-resume:hover .account-resume__arrow {
  transform: translateX(4px);
}
.account-resume__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #153570;
  color: #ffffff;
  font-size: 1.5rem;
}
.account-resume__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.account-resume__eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}
.account-resume__title {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.0625rem;
  color: #14181f;
  line-height: 1.3;
}
.account-resume__lesson {
  font-size: 0.9375rem;
  color: #6b7280;
}
.account-resume .flms-progress {
  margin: 0.5rem 0 0;
}
.account-resume__arrow {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: #153570;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 767px) {
  .account-resume__arrow {
    display: none;
  }
}

.account-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 479px) {
  .account-stats {
    grid-template-columns: 1fr;
  }
}

.account-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
.account-stat i {
  font-size: 1.4rem;
  color: #153570;
  margin-bottom: 0.25rem;
}
.account-stat strong {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  color: #14181f;
}
.account-stat span {
  font-size: 0.8125rem;
  color: #6b7280;
}

.account-panel {
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
.account-panel__title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0 0 1rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}
.account-panel__title i {
  font-size: 1.2rem;
  color: #153570;
}
.account-panel .link-arrow {
  margin-top: 1rem;
}

.account-term {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.account-term__date {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 62px;
  padding: 0.5rem 0;
  flex-shrink: 0;
  border-radius: 3px;
  background: #faf6ee;
  line-height: 1.1;
}
.account-term__date strong {
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  color: #14181f;
}
.account-term__date span {
  font-size: 0.8125rem;
  color: #6b7280;
}
.account-term__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.account-term__body > a {
  font-weight: 700;
  color: #14181f;
  text-decoration: none;
}
.account-term__body > a:hover {
  color: #153570;
  text-decoration: underline;
}
.account-term__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #6b7280;
}
.account-term__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.account-term__meta i {
  font-size: 1rem;
}

.account-terms {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.account-terms > li {
  padding: 1rem;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  background: #ffffff;
}
.account-terms .account-term__order {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: #6b7280;
  white-space: nowrap;
}

.account-section-title {
  margin: 0 0 1rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}
.account-section-title + * + .account-section-title {
  margin-top: 3rem;
}

.account-terms--past {
  opacity: 0.72;
}
.account-terms--past .account-term__date {
  background: #f6f7fa;
}

.courses__grid--account {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .courses__grid--account {
    grid-template-columns: repeat(2, 1fr);
  }
}

.course-card__next {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  color: #6b7280;
}
.course-card__next i {
  flex-shrink: 0;
  color: #153570;
  margin-top: 2px;
}

.course-card__detail {
  margin-left: auto;
  font-size: 0.8125rem;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
}
.course-card__detail:hover {
  color: #153570;
  text-decoration: underline;
}

.account-orders {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.account-order {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e6e8ee;
  font-size: 0.9375rem;
}
.account-order:last-child {
  border-bottom: 0;
}
.account-order__no {
  font-weight: 700;
  color: #153570;
  text-decoration: none;
}
.account-order__no:hover {
  text-decoration: underline;
}
.account-order__date {
  color: #6b7280;
}
.account-order__total {
  margin-left: auto;
  font-weight: 700;
  color: #14181f;
  white-space: nowrap;
}
.account-order__status {
  padding: 2px 9px;
  border-radius: 3px;
  font-size: 0.8125rem;
  font-weight: 600;
  background: #f6f7fa;
  color: #6b7280;
}
.account-order__status--completed {
  background: rgba(47, 158, 68, 0.12);
  color: #1f7a32;
}
.account-order__status--processing {
  background: rgba(21, 53, 112, 0.1);
  color: #153570;
}
.account-order__status--on-hold {
  background: rgba(255, 189, 89, 0.22);
  color: #8a5a00;
}
.account-order__status--cancelled, .account-order__status--failed, .account-order__status--refunded {
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
}
@media (max-width: 479px) {
  .account-order {
    flex-wrap: wrap;
  }
  .account-order__date {
    order: 3;
    width: 100%;
  }
}

.account-empty {
  padding: 3rem 1.5rem;
  text-align: center;
  background: #f6f7fa;
  border: 1px dashed #e6e8ee;
  border-radius: 4px;
}
.account-empty > i {
  font-size: 2.5rem;
  color: #153570;
  opacity: 0.55;
}
.account-empty h3 {
  margin: 1rem 0 0.25rem;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  color: #14181f;
}
.account-empty p {
  margin: 0 auto;
  max-width: 46ch;
  font-size: 0.9375rem;
  color: #6b7280;
}
.account-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem !important;
}

.woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
.woocommerce-MyAccount-content table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0.9375rem;
}
.woocommerce-MyAccount-content table.shop_table th, .woocommerce-MyAccount-content table.shop_table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e6e8ee;
}
.woocommerce-MyAccount-content table.shop_table thead th {
  background: #f6f7fa;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}
.woocommerce-MyAccount-content table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
.woocommerce-MyAccount-content table.shop_table tbody tr:hover {
  background: rgba(21, 53, 112, 0.02);
}
.woocommerce-MyAccount-content table.shop_table a {
  color: #153570;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content table.shop_table {
    border: 0;
  }
  .woocommerce-MyAccount-content table.shop_table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .woocommerce-MyAccount-content table.shop_table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e6e8ee;
    border-radius: 4px;
    overflow: hidden;
  }
  .woocommerce-MyAccount-content table.shop_table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 1rem;
  }
  .woocommerce-MyAccount-content table.shop_table td::before {
    content: attr(data-title);
    font-weight: 700;
    color: #6b7280;
  }
}
.woocommerce-MyAccount-content form .woocommerce-form-row,
.woocommerce-MyAccount-content form p.form-row {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content form label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #14181f;
}
.woocommerce-MyAccount-content form input[type=text],
.woocommerce-MyAccount-content form input[type=email],
.woocommerce-MyAccount-content form input[type=tel],
.woocommerce-MyAccount-content form input[type=password],
.woocommerce-MyAccount-content form select,
.woocommerce-MyAccount-content form textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #e6e8ee;
  border-radius: 3px;
  background: #ffffff;
  font: inherit;
  font-size: 0.9375rem;
  color: #3d3d3d;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.woocommerce-MyAccount-content form input[type=text]:focus,
.woocommerce-MyAccount-content form input[type=email]:focus,
.woocommerce-MyAccount-content form input[type=tel]:focus,
.woocommerce-MyAccount-content form input[type=password]:focus,
.woocommerce-MyAccount-content form select:focus,
.woocommerce-MyAccount-content form textarea:focus {
  outline: none;
  border-color: #153570;
  box-shadow: 0 0 0 3px rgba(21, 53, 112, 0.12);
}
.woocommerce-MyAccount-content form fieldset {
  margin: 2rem 0 0;
  padding: 1.5rem;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
}
.woocommerce-MyAccount-content form fieldset legend {
  padding: 0 0.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #14181f;
}
.woocommerce-MyAccount-content form em {
  font-size: 0.8125rem;
  color: #6b7280;
}
.woocommerce-MyAccount-content .woocommerce-Address {
  padding: 1.5rem;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  background: #ffffff;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h2, .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: repeat(2, 1fr);
  }
}
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #153570;
  border-radius: 3px;
  background: #153570;
  color: #ffffff;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button[type=submit]:hover {
  background: #1f3f7d;
  border-color: #1f3f7d;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  margin: 0 0 1.5rem;
  list-style: none;
  border-radius: 3px;
  font-size: 0.9375rem;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  margin-left: auto;
}

.woocommerce-message {
  background: rgba(47, 158, 68, 0.1);
  color: #1f7a32;
}

.woocommerce-error {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}

.woocommerce-info {
  background: rgba(21, 53, 112, 0.06);
  color: #153570;
}

.account-upsell {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e6e8ee;
}
.account-upsell__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.25rem;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
}
.account-upsell__title i {
  color: #ffbd59;
}
.account-upsell__lead {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  color: #6b7280;
}
.account-upsell__lead a {
  color: #153570;
  font-weight: 600;
}

.woocommerce-content .woocommerce-result-count {
  margin: 0;
  font-size: 0.9375rem;
  color: #6b7280;
}
.woocommerce-content .woocommerce-ordering {
  margin: 0;
}
.woocommerce-content .woocommerce-ordering select {
  padding: 0.55rem 2.4rem 0.55rem 1rem;
  font: inherit;
  font-size: 0.9375rem;
  color: #14181f;
  background-color: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 3px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 16px;
  cursor: pointer;
}
.woocommerce-content .woocommerce-ordering select:focus {
  outline: none;
  border-color: #153570;
}
.woocommerce-content .woocommerce-result-count,
.woocommerce-content .woocommerce-ordering {
  display: inline-flex;
  align-items: center;
}
.woocommerce-content .woocommerce-notices-wrapper + .woocommerce-result-count,
.woocommerce-content > .woocommerce-result-count {
  float: none;
}

.woocommerce ul.products,
ul.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
ul.products::before,
ul.products::after {
  content: none;
}
.woocommerce ul.products li.product,
ul.products li.product {
  display: flex;
  flex-direction: column;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  background: #ffffff;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
}
.woocommerce ul.products li.product:hover,
ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 37, 80, 0.16);
  border-color: transparent;
}
.woocommerce ul.products li.product img,
ul.products li.product img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  margin: 0;
}
.woocommerce ul.products li.product img.woocommerce-placeholder,
ul.products li.product img.woocommerce-placeholder {
  object-fit: cover;
}
.woocommerce ul.products li.product > a:not(.button),
ul.products li.product > a:not(.button) {
  display: block;
  text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
  padding: 1.5rem 1.5rem 0;
  margin: 0;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  font-weight: 700;
  color: #14181f;
  line-height: 1.3;
}
.woocommerce ul.products li.product .price,
ul.products li.product .price {
  display: block;
  padding: 0.5rem 1.5rem 0;
  margin: 0 0 auto;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #153570;
}
.woocommerce ul.products li.product .price del,
ul.products li.product .price del {
  color: #6b7280;
  font-size: 0.8em;
  font-weight: 400;
  margin-right: 0.25rem;
}
.woocommerce ul.products li.product .price ins,
ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
ul.products li.product .button,
ul.products li.product .add_to_cart_button {
  align-self: flex-start;
  margin: 1.5rem;
  padding: 0.7rem 1.5rem;
  background: #153570;
  border: 1px solid #153570;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
ul.products li.product .button:hover,
ul.products li.product .add_to_cart_button:hover {
  background: #1f3f7d;
  border-color: #1f3f7d;
}
.woocommerce ul.products li.product .added_to_cart,
ul.products li.product .added_to_cart {
  margin: 0 1.5rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #153570;
}
.woocommerce ul.products li.product .onsale,
ul.products li.product .onsale {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.3rem 0.75rem;
  background: #ffbd59;
  color: #14181f;
  border-radius: 3px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.woocommerce-pagination {
  margin-top: 3rem;
}
.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}
.woocommerce-pagination li {
  border: 0;
}
.woocommerce-pagination a, .woocommerce-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.5rem;
  border: 1px solid #e6e8ee;
  border-radius: 2px;
  color: #3d3d3d;
  text-decoration: none;
  font-size: 0.9375rem;
}
.woocommerce-pagination a:hover, .woocommerce-pagination span:hover {
  border-color: #153570;
  color: #153570;
}
.woocommerce-pagination span.current {
  background: #153570;
  border-color: #153570;
  color: #ffffff;
  font-weight: 700;
}

.woocommerce-info,
.woocommerce-no-products-found .woocommerce-info {
  border-radius: 3px;
}

.app-content .button,
.app-content a.button,
.app-content a.button.alt,
.app-content button.button,
.app-content button.button.alt,
.app-content input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #153570;
  border-radius: 3px;
  background: #153570;
  color: #ffffff;
  font-family: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 220ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.app-content .button:hover,
.app-content a.button:hover,
.app-content a.button.alt:hover,
.app-content button.button:hover,
.app-content button.button.alt:hover,
.app-content input[type=submit]:hover {
  background: #1f3f7d;
  border-color: #1f3f7d;
}
.app-content .button:disabled, .app-content .button:disabled[disabled],
.app-content a.button:disabled,
.app-content a.button:disabled[disabled],
.app-content a.button.alt:disabled,
.app-content a.button.alt:disabled[disabled],
.app-content button.button:disabled,
.app-content button.button:disabled[disabled],
.app-content button.button.alt:disabled,
.app-content button.button.alt:disabled[disabled],
.app-content input[type=submit]:disabled,
.app-content input[type=submit]:disabled[disabled] {
  background: #ffffff;
  border-color: #cfd5e0;
  color: #6b7280;
  opacity: 1;
  cursor: not-allowed;
}
.app-content .checkout-button,
.app-content a.button.checkout-button,
.app-content button.button.alt#place_order,
.app-content #place_order {
  background: #ffbd59;
  border-color: #ffbd59;
  color: #14181f;
  font-weight: 700;
  padding: 0.95rem 2rem;
  width: 100%;
}
.app-content .checkout-button:hover,
.app-content a.button.checkout-button:hover,
.app-content button.button.alt#place_order:hover,
.app-content #place_order:hover {
  background: #f0a83e;
  border-color: #f0a83e;
}
.app-content input[type=text],
.app-content input[type=email],
.app-content input[type=tel],
.app-content input[type=password],
.app-content input[type=number],
.app-content select,
.app-content textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #d8dde8;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  font: inherit;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3d3d3d;
  transition: border-color 220ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.app-content input[type=text]::placeholder,
.app-content input[type=email]::placeholder,
.app-content input[type=tel]::placeholder,
.app-content input[type=password]::placeholder,
.app-content input[type=number]::placeholder,
.app-content select::placeholder,
.app-content textarea::placeholder {
  color: rgba(107, 114, 128, 0.75);
}
.app-content input[type=text]:hover,
.app-content input[type=email]:hover,
.app-content input[type=tel]:hover,
.app-content input[type=password]:hover,
.app-content input[type=number]:hover,
.app-content select:hover,
.app-content textarea:hover {
  border-color: #b9c2d4;
}
.app-content input[type=text]:focus,
.app-content input[type=email]:focus,
.app-content input[type=tel]:focus,
.app-content input[type=password]:focus,
.app-content input[type=number]:focus,
.app-content select:focus,
.app-content textarea:focus {
  outline: none;
  border-color: #153570;
  box-shadow: 0 0 0 3px rgba(21, 53, 112, 0.12);
}
.app-content textarea {
  min-height: 110px;
  resize: vertical;
}
.app-content .select2-container--default .select2-selection--single {
  height: auto;
  padding: 0.8rem 1rem;
  border: 1px solid #d8dde8;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.app-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.app-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0.5rem;
}
.app-content .form-row {
  margin: 0 0 1rem;
}
.app-content .form-row label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #14181f;
}
.app-content .form-row label .required {
  color: #b42318;
  text-decoration: none;
}
.app-content .form-row label .optional {
  color: #6b7280;
  font-weight: 400;
  font-size: 0.8125rem;
}
.app-content .woocommerce-message,
.app-content .woocommerce-info,
.app-content .woocommerce-error {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.5rem;
  margin: 0 0 1.5rem;
  padding: 1rem 1.5rem;
  background: #faf6ee;
  border: 1px solid rgba(218, 187, 127, 0.6);
  border-left-width: 4px;
  border-left-color: #dabb7f;
  border-radius: 3px;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3d3d3d;
}
.app-content .woocommerce-message::before, .app-content .woocommerce-message::after,
.app-content .woocommerce-info::before,
.app-content .woocommerce-info::after,
.app-content .woocommerce-error::before,
.app-content .woocommerce-error::after {
  display: none;
}
.app-content .woocommerce-message a:not(.button),
.app-content .woocommerce-info a:not(.button),
.app-content .woocommerce-error a:not(.button) {
  color: #153570;
  font-weight: 600;
}
.app-content .woocommerce-message .button,
.app-content .woocommerce-info .button,
.app-content .woocommerce-error .button {
  margin-left: auto;
  flex-shrink: 0;
  padding: 0.55rem 1.5rem;
}
.app-content .woocommerce-message {
  background: #f0f7f1;
  border-color: #d5e7d8;
  border-left-color: #2f9e44;
}
.app-content .woocommerce-error {
  display: block;
  background: #fdf1f0;
  border-color: #f3d4cf;
  border-left-color: #b42318;
}
.app-content .woocommerce-error li {
  margin: 0.25rem 0;
}

.woocommerce-cart .app-content table.shop_table.cart {
  width: 100%;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.woocommerce-cart .app-content table.shop_table.cart th, .woocommerce-cart .app-content table.shop_table.cart td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e6e8ee;
  font-size: 0.9375rem;
  vertical-align: middle;
}
.woocommerce-cart .app-content table.shop_table.cart thead th {
  background: #f6f7fa;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}
.woocommerce-cart .app-content table.shop_table.cart .product-remove {
  width: 40px;
}
.woocommerce-cart .app-content table.shop_table.cart .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #b42318;
  font-size: 1.1rem;
  text-decoration: none;
}
.woocommerce-cart .app-content table.shop_table.cart .product-remove a:hover {
  background: rgba(180, 35, 24, 0.08);
}
.woocommerce-cart .app-content table.shop_table.cart .product-thumbnail {
  width: 76px;
}
.woocommerce-cart .app-content table.shop_table.cart .product-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.woocommerce-cart .app-content table.shop_table.cart .product-name a {
  color: #14181f;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-cart .app-content table.shop_table.cart .product-name a:hover {
  color: #153570;
}
.woocommerce-cart .app-content table.shop_table.cart .qty {
  width: 70px;
  text-align: center;
}
.woocommerce-cart .app-content table.shop_table.cart .product-subtotal {
  font-weight: 700;
  color: #14181f;
  white-space: nowrap;
}
.woocommerce-cart .app-content table.shop_table.cart td.actions {
  background: #f6f7fa;
  border-bottom: 0;
}
.woocommerce-cart .app-content table.shop_table.cart td.actions .coupon {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.woocommerce-cart .app-content table.shop_table.cart td.actions .coupon .input-text {
  width: 160px;
}
.woocommerce-cart .app-content table.shop_table.cart td.actions > .button {
  float: right;
}
.woocommerce-cart .app-content .cart-collaterals {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .app-content .cart_totals {
  width: min(420px, 100%);
  padding: 1.5rem;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
}
.woocommerce-cart .app-content .cart_totals h2 {
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  margin: 0 0 1rem;
}
.woocommerce-cart .app-content .cart_totals table {
  width: 100%;
  border: 0;
}
.woocommerce-cart .app-content .cart_totals th, .woocommerce-cart .app-content .cart_totals td {
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  text-align: left;
  border: 0;
}
.woocommerce-cart .app-content .cart_totals td {
  text-align: right;
}
.woocommerce-cart .app-content .cart_totals .order-total th, .woocommerce-cart .app-content .cart_totals .order-total td {
  padding-top: 1rem;
  border-top: 1px solid #e6e8ee;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #14181f;
}
.woocommerce-cart .app-content .cart_totals .wc-proceed-to-checkout {
  margin-top: 1rem;
  padding: 0;
}
.woocommerce-cart .app-content .wc-empty-cart-message .cart-empty {
  padding: 3rem;
  text-align: center;
  background: #f6f7fa;
  border: 1px dashed #e6e8ee;
  border-radius: 4px;
  color: #6b7280;
}
.woocommerce-cart .app-content .return-to-shop {
  text-align: center;
  margin-top: 1.5rem;
}

.woocommerce-checkout .app-content form.checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: 1rem;
  border: 1px dashed #e6e8ee;
  border-radius: 3px;
  background: #f6f7fa;
}
.woocommerce-checkout .app-content form.checkout_coupon p {
  margin: 0;
}
.woocommerce-checkout .app-content form.checkout_coupon .form-row {
  margin: 0;
}
.woocommerce-checkout .app-content form.checkout_coupon .form-row-first {
  flex: 1 1 220px;
}
.woocommerce-checkout .app-content form.checkout {
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .woocommerce-checkout .app-content form.checkout {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  }
}
.woocommerce-checkout .app-content #customer_details {
  display: block;
  min-width: 0;
}
.woocommerce-checkout .app-content #customer_details .col-1, .woocommerce-checkout .app-content #customer_details .col-2 {
  width: 100%;
  float: none;
}
.woocommerce-checkout .app-content #customer_details .col-2 {
  margin-top: 1.5rem;
}
.woocommerce-checkout .app-content #customer_details h3 {
  position: relative;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
  margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-checkout .app-content #customer_details h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: #dabb7f;
}
.woocommerce-checkout .app-content #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
}
@media (max-width: 1023px) {
  .woocommerce-checkout .app-content #order_review_heading {
    grid-column: 1;
  }
}
.woocommerce-checkout .app-content #order_review {
  grid-column: 2;
  grid-row: 1;
  margin-top: 2.4rem;
  padding: 1.5rem;
  border: 1px solid #e6e8ee;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
}
@media (min-width: 1024px) {
  .woocommerce-checkout .app-content #order_review {
    position: sticky;
    top: calc(76px + 1.5rem);
  }
}
@media (max-width: 1023px) {
  .woocommerce-checkout .app-content #order_review {
    grid-column: 1;
    grid-row: auto;
  }
}
.woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  margin-bottom: 1rem;
  border: 0;
}
.woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table td {
  padding: 1rem 0;
  font-size: 0.9375rem;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #e6e8ee;
  vertical-align: top;
}
.woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  padding-right: 1rem;
  line-height: 1.5;
}
.woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table td.product-name .product-quantity {
  color: #6b7280;
  font-weight: 400;
}
.woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout .app-content table.shop_table.woocommerce-checkout-review-order-table .order-total td {
  border-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #14181f;
}
.woocommerce-checkout .app-content #payment {
  background: none;
}
.woocommerce-checkout .app-content #payment ul.wc_payment_methods {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.woocommerce-checkout .app-content #payment ul.wc_payment_methods li {
  padding: 0.5rem 0;
}
.woocommerce-checkout .app-content #payment ul.wc_payment_methods li label {
  font-weight: 600;
}
.woocommerce-checkout .app-content #payment ul.wc_payment_methods .payment_box {
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  background: #faf6ee;
  border-radius: 2px;
  font-size: 0.8125rem;
  color: #6b7280;
}
.woocommerce-checkout .app-content #payment ul.wc_payment_methods .payment_box::before {
  display: none;
}
.woocommerce-checkout .app-content #payment .woocommerce-privacy-policy-text {
  font-size: 0.8125rem;
  color: #6b7280;
}

.thankyou-course {
  margin: 0 0 2rem;
  padding: 2rem;
  background: #faf6ee;
  border: 1px solid rgba(218, 187, 127, 0.75);
  border-radius: 4px;
}
.thankyou-course__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.25rem);
}
.thankyou-course__title i {
  color: #153570;
  font-size: 1.5rem;
}
.thankyou-course p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: #3d3d3d;
}
.thankyou-course__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 !important;
}
