.marketing-home {
  background:
    radial-gradient(circle at top right, rgba(15, 76, 129, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: #122033;
  overflow: clip;
}

.marketing-section,
.marketing-hero {
  padding: 4.5rem 0;
}

.marketing-home .container {
  position: relative;
  z-index: 1;
}

.marketing-hero {
  position: relative;
  padding-top: 5.25rem;
}

.marketing-hero::before,
.marketing-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.marketing-hero::before {
  width: 26rem;
  height: 26rem;
  right: -8rem;
  top: -6rem;
  background: radial-gradient(circle, rgba(15, 76, 129, 0.14) 0%, transparent 68%);
}

.marketing-hero::after {
  width: 18rem;
  height: 18rem;
  left: -6rem;
  bottom: -3rem;
  background: radial-gradient(circle, rgba(17, 28, 68, 0.1) 0%, transparent 72%);
}

.marketing-section--muted {
  background: rgba(255, 255, 255, 0.65);
}

.marketing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(15, 76, 129, 0.1);
  color: #0f4c81;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.marketing-title,
.marketing-section__heading h1,
.marketing-section__heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.05;
  color: #102033;
  margin-top: 1rem;
}

.marketing-title {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  max-width: 12ch;
  text-wrap: balance;
}

.marketing-subtitle,
.marketing-section__heading p,
.marketing-video-card__copy,
.marketing-proof-card p,
.marketing-step-card p,
.marketing-trust-card p,
.marketing-mode-card p,
.marketing-video-tile__body p {
  color: #4e5f73;
  font-size: 1.05rem;
  line-height: 1.7;
}

.marketing-hero__actions,
.marketing-final-cta__actions,
.tutorial-heading__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.marketing-final-cta__actions {
  justify-content: center;
  align-items: center;
}

.marketing-home .btn {
  border-radius: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 30px rgba(16, 32, 51, 0.08);
}

.marketing-final-cta__actions .btn {
  min-width: 220px;
}

.marketing-home .btn-primary {
  background: linear-gradient(135deg, #103f69, #0f4c81 58%, #1c6aa7 100%);
  border-color: #103f69;
}

.marketing-home .btn-primary:hover,
.marketing-home .btn-primary:focus {
  background: linear-gradient(135deg, #0c3557, #0f4c81 58%, #1a639b 100%);
  border-color: #0c3557;
}

.marketing-home .btn-outline-primary {
  border-width: 1.5px;
  border-color: rgba(16, 63, 105, 0.3);
  color: #103f69;
  background: rgba(255, 255, 255, 0.72);
}

.marketing-home .btn-outline-primary:hover,
.marketing-home .btn-outline-primary:focus {
  background: rgba(16, 63, 105, 0.08);
  color: #0c3557;
  border-color: rgba(16, 63, 105, 0.45);
}

.marketing-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
  margin-top: 1.5rem;
  color: #2b425d;
  font-size: 0.95rem;
}

.marketing-hero__meta span,
.tutorial-feature__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.marketing-hero__meta i {
  color: #0f4c81;
}

.marketing-hero__meta-item {
  padding: 0.8rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 76, 129, 0.12);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 32px rgba(16, 32, 51, 0.05);
}

.marketing-video-card,
.tutorial-feature,
.marketing-proof-card,
.marketing-step-card,
.marketing-trust-card,
.marketing-mode-card,
.marketing-video-tile,
.marketing-empty-card {
  border-radius: 28px;
  border: 1px solid rgba(15, 76, 129, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 50px rgba(16, 32, 51, 0.08);
}

.marketing-video-card,
.tutorial-feature {
  padding: 1.35rem;
  backdrop-filter: blur(16px);
}

.marketing-video-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.marketing-video-card__pill,
.marketing-video-tile__badge,
.tutorial-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.marketing-video-card__pill,
.marketing-video-tile__badge {
  background: rgba(15, 76, 129, 0.12);
  color: #0f4c81;
}

.marketing-video-card__duration,
.marketing-video-tile__duration,
.tutorial-feature__duration {
  color: #617184;
  font-size: 0.92rem;
  font-weight: 600;
}

.marketing-video-card__frame,
.tutorial-feature__player {
  border-radius: 22px;
  overflow: hidden;
  background: #07111f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.marketing-video-card__player,
.tutorial-feature__player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #07111f;
}

.marketing-video-card__title {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  color: #102033;
}

.marketing-video-card__empty {
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

.marketing-video-card__empty--preview {
  min-height: 100%;
  place-items: stretch;
  text-align: left;
}

.marketing-video-card__empty i {
  font-size: 3rem;
  color: #0f4c81;
  margin-bottom: 1rem;
}

.marketing-preview-workspace {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.marketing-preview-workspace__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.marketing-preview-workspace__body {
  display: grid;
  gap: 0.85rem;
}

.marketing-preview-workspace__row {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 76, 129, 0.06), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(15, 76, 129, 0.08);
}

.marketing-preview-workspace__row strong {
  color: #102033;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.marketing-preview-workspace__row span {
  color: #4e5f73;
  line-height: 1.6;
}

.marketing-section__heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.marketing-section__heading h2,
.marketing-section__heading h1 {
  max-width: 14ch;
  text-wrap: balance;
}

.marketing-section__heading--split {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.marketing-step-card,
.marketing-trust-card,
.marketing-mode-card,
.marketing-proof-card {
  padding: 1.7rem;
}

.marketing-step-card,
.marketing-trust-card,
.marketing-mode-card,
.marketing-proof-card,
.marketing-video-tile {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.marketing-step-card:hover,
.marketing-trust-card:hover,
.marketing-mode-card:hover,
.marketing-proof-card:hover,
.marketing-video-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 54px rgba(16, 32, 51, 0.12);
  border-color: rgba(15, 76, 129, 0.18);
}

.marketing-step-card__step,
.marketing-mode-card__label {
  color: #0f4c81;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-step-card__icon,
.marketing-trust-card__icon,
.marketing-mode-card__icon {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(15, 76, 129, 0.12);
  color: #0f4c81;
  font-size: 1.3rem;
  margin: 1rem 0;
}

.marketing-step-card h3,
.marketing-trust-card h3,
.marketing-mode-card h3,
.marketing-proof-card h3,
.marketing-video-tile__body h3,
.tutorial-feature h2 {
  font-size: 1.35rem;
  color: #102033;
  font-weight: 700;
}

.marketing-inline-link {
  color: #0f4c81;
  text-decoration: none;
  font-weight: 700;
}

.marketing-inline-link:hover {
  color: #0a3b66;
  text-decoration: underline;
}

.marketing-mode-card__note {
  display: inline-block;
  margin-top: 0.9rem;
  color: #8a4b10;
  font-size: 0.92rem;
  font-weight: 600;
}

.marketing-video-tile {
  overflow: hidden;
}

.marketing-video-tile__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #103f69, #0b1622);
}

.marketing-video-tile__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marketing-video-tile__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.marketing-video-tile__placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 2.5rem;
}

.marketing-video-tile__body {
  padding: 1.35rem;
}

.marketing-video-tile__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.3rem;
}

.marketing-video-tile__link::after {
  content: "\2192";
  font-size: 0.95rem;
}

.marketing-proof-card {
  background: linear-gradient(180deg, rgba(15, 76, 129, 0.08), rgba(255, 255, 255, 0.95));
}

.marketing-final-cta {
  background: linear-gradient(135deg, #0f3d66, #133b57 50%, #1d5678 100%);
  color: #f8fbff;
}

.marketing-final-cta h2,
.marketing-final-cta p {
  color: inherit;
}

.marketing-final-cta h2 {
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.marketing-final-cta .marketing-kicker {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.marketing-home--tutorial {
  min-height: 70vh;
}

.marketing-section--tutorial-head {
  padding-bottom: 2rem;
}

.tutorial-heading h1 {
  max-width: 14ch;
}

.tutorial-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tutorial-tab {
  border: 1px solid rgba(15, 76, 129, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #244462;
  text-decoration: none;
}

.tutorial-tab--active,
.tutorial-tab:hover {
  background: #0f4c81;
  color: #ffffff;
}

.tutorial-feature {
  margin-bottom: 2rem;
}

.tutorial-feature__player video {
  aspect-ratio: 16 / 9;
}

.marketing-video-tile--library .marketing-video-tile__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.tutorial-feature__meta {
  margin-top: 1.25rem;
  color: #3f556d;
  font-size: 0.95rem;
}

@media (max-width: 991.98px) {
  .marketing-hero,
  .marketing-section {
    padding: 3.4rem 0;
  }

  .marketing-hero {
    padding-top: 4rem;
  }

  .marketing-title,
  .marketing-section__heading h1,
  .marketing-section__heading h2 {
    max-width: none;
  }

  .marketing-section__heading--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .marketing-video-card,
  .tutorial-feature {
    margin-top: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .marketing-home {
    overflow: hidden;
  }

  .marketing-hero,
  .marketing-section {
    padding: 2.9rem 0;
  }

  .marketing-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .marketing-subtitle,
  .marketing-section__heading p,
  .marketing-video-card__copy,
  .marketing-proof-card p,
  .marketing-step-card p,
  .marketing-trust-card p,
  .marketing-mode-card p,
  .marketing-video-tile__body p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .marketing-hero__actions,
  .marketing-final-cta__actions,
  .tutorial-heading__actions {
    flex-direction: column;
  }

  .marketing-hero__actions .btn,
  .marketing-final-cta__actions .btn,
  .tutorial-heading__actions .btn {
    width: 100%;
  }

  .marketing-video-card,
  .tutorial-feature,
  .marketing-step-card,
  .marketing-trust-card,
  .marketing-mode-card,
  .marketing-proof-card,
  .marketing-video-tile,
  .marketing-empty-card {
    border-radius: 22px;
  }

  .marketing-video-card,
  .tutorial-feature {
    padding: 1rem;
  }

  .marketing-step-card,
  .marketing-trust-card,
  .marketing-mode-card,
  .marketing-proof-card,
  .marketing-video-tile__body {
    padding: 1.15rem;
  }

  .marketing-hero__meta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .marketing-hero__meta-item {
    width: 100%;
  }

  .tutorial-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .tutorial-tab {
    width: 100%;
    min-height: 2.9rem;
    padding-inline: 0.4rem;
  }

  .marketing-video-card__player,
  .tutorial-feature__player video,
  .marketing-video-tile__thumb {
    aspect-ratio: 16 / 11;
  }

  .tutorial-feature__meta {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .marketing-home .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .marketing-hero::before,
  .marketing-hero::after {
    display: none;
  }

  .marketing-kicker {
    font-size: 0.74rem;
  }

  .marketing-video-card__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .marketing-preview-workspace__bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .marketing-section__heading {
    margin-bottom: 1.35rem;
  }

  .marketing-section__heading h2,
  .marketing-section__heading h1 {
    margin-top: 0.8rem;
  }
}
