body.fincaswin-theme:has(.fw-tutorials-page) {
  background: #f8fbff;
}

body.fincaswin-theme.is-tutorial-modal-open {
  overflow: hidden;
}

body.fincaswin-theme .fw-tutorials-page,
body.fincaswin-theme .fw-tutorials-page * {
  box-sizing: border-box;
}

body.fincaswin-theme .fw-tutorials-page {
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 4%, rgba(25, 151, 229, .08), transparent 31rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 38%, #ffffff 100%);
  color: var(--fw-text, #18263a);
}

body.fincaswin-theme .fw-tutorials-hero {
  position: relative;
  width: min(100% - 48px, 1390px);
  margin-inline: auto;
  padding: clamp(28px, 3vw, 38px) 0 clamp(28px, 3vw, 38px);
}

body.fincaswin-theme .fw-tutorials-eyebrow,
body.fincaswin-theme .fw-tutorials-library-kicker {
  margin: 0 0 10px;
  color: var(--fw-blue, #006cb7);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.fincaswin-theme .fw-tutorials-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 14px;
  border-radius: 999px;
  background: #eaf4ff;
  letter-spacing: .02em;
  text-transform: none;
}

body.fincaswin-theme .fw-tutorials-hero h1 {
  max-width: 880px;
  margin: 0 0 9px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

body.fincaswin-theme .fw-tutorials-hero > p:last-child {
  max-width: 900px;
  margin: 0;
  color: var(--fw-muted, #5d6b7d);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

body.fincaswin-theme .fw-tutorials-library {
  width: min(100% - 48px, 1420px);
  margin-inline: auto;
  padding-bottom: clamp(78px, 8vw, 120px);
}

body.fincaswin-theme .fw-tutorials-guides {
  width: min(100% - 48px, 1420px);
  margin-inline: auto;
  padding: 10px 0 clamp(44px, 6vw, 72px);
}

body.fincaswin-theme .fw-tutorials-guides .fw-tutorials-library-heading {
  position: static;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

body.fincaswin-theme .fw-tutorials-guides h2 {
  margin: 0 0 9px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}

body.fincaswin-theme .fw-tutorials-guides .fw-tutorials-library-heading p:last-child {
  max-width: 850px;
  margin: 0;
  color: var(--fw-muted, #5d6b7d);
  line-height: 1.65;
}

body.fincaswin-theme .fw-tutorials-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.fincaswin-theme .fw-tutorials-guide-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14, 50, 89, .05);
}

body.fincaswin-theme .fw-tutorials-guide-card > span {
  color: var(--fw-blue, #006cb7);
  font-size: 12px;
  font-weight: 900;
}

body.fincaswin-theme .fw-tutorials-guide-card h3 {
  margin: 10px 0 18px;
  color: var(--fw-navy, #081b33);
  font-size: 17px;
  line-height: 1.35;
}

body.fincaswin-theme .fw-tutorials-guide-card a,
body.fincaswin-theme .fw-tutorials-modal-guide {
  color: var(--fw-blue, #006cb7);
  font-weight: 800;
}

body.fincaswin-theme .fw-tutorials-guide-card a {
  margin-top: auto;
}

body.fincaswin-theme .fw-tutorials-library-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.fincaswin-theme .fw-tutorials-shelves {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

body.fincaswin-theme .fw-tutorials-section-column {
  display: grid;
  gap: 20px;
  min-width: 0;
}

body.fincaswin-theme .fw-tutorials-section-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 34px rgba(14, 50, 89, .045);
}

body.fincaswin-theme .fw-tutorials-section-panel.is-wide {
  grid-column: 1 / -1;
}

body.fincaswin-theme .fw-tutorials-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 13px 22px;
  border-bottom: 1px solid #dfeaf4;
  background: linear-gradient(115deg, #f2f8ff 0%, #edf5ff 55%, #f7fbff 100%);
}

body.fincaswin-theme .fw-tutorials-section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body.fincaswin-theme .fw-tutorials-section-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 108, 183, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 5px 14px rgba(0, 108, 183, .06);
  color: var(--fw-blue, #006cb7);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

body.fincaswin-theme .fw-tutorials-section-heading h3 {
  margin: 0;
  overflow: hidden;
  color: var(--fw-navy, #081b33);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: -.018em;
  text-overflow: ellipsis;
}

body.fincaswin-theme .fw-tutorials-section-count {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #dfeeff;
  color: #0060b4;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

body.fincaswin-theme .fw-tutorials-section-list {
  min-width: 0;
}

body.fincaswin-theme .fw-tutorials-section-panel.is-wide .fw-tutorials-section-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.fincaswin-theme .fw-tutorials-section-panel.is-wide .fw-tutorials-list-row:nth-child(odd) {
  border-right: 1px solid #e4ecf4;
}

body.fincaswin-theme .fw-tutorials-section-panel.is-wide.is-single .fw-tutorials-section-list {
  display: block;
}

body.fincaswin-theme .fw-tutorials-section-panel.is-wide.is-single .fw-tutorials-list-row {
  border-right: 0;
}

body.fincaswin-theme .fw-tutorials-list-row {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 58px 34px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 8px 20px;
  border: 0;
  border-bottom: 1px solid #e5edf5;
  background: #ffffff;
  color: var(--fw-navy, #081b33);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease;
}

body.fincaswin-theme .fw-tutorials-list-row:last-child {
  border-bottom: 0;
}

body.fincaswin-theme .fw-tutorials-list-row:hover,
body.fincaswin-theme .fw-tutorials-list-row:focus-visible {
  z-index: 1;
  background: #f3f9ff;
  box-shadow: inset 3px 0 0 var(--fw-blue, #006cb7);
}

body.fincaswin-theme .fw-tutorials-list-row:focus-visible {
  outline: 3px solid rgba(24, 166, 220, .24);
  outline-offset: -3px;
}

body.fincaswin-theme .fw-tutorials-list-row[data-available="false"] {
  cursor: help;
}

body.fincaswin-theme .fw-tutorials-list-id {
  color: #0871d2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .01em;
}

body.fincaswin-theme .fw-tutorials-list-title {
  min-width: 0;
  overflow: hidden;
  color: #152947;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fincaswin-theme .fw-tutorials-list-duration {
  color: #526680;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  text-align: right;
}

body.fincaswin-theme .fw-tutorials-list-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1.5px solid #1577e5;
  border-radius: 50%;
  color: #1577e5;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

body.fincaswin-theme .fw-tutorials-list-action::after {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  content: "";
}

body.fincaswin-theme .fw-tutorials-list-row:hover .fw-tutorials-list-action,
body.fincaswin-theme .fw-tutorials-list-row:focus-visible .fw-tutorials-list-action {
  background: #0871d2;
  color: #ffffff;
  transform: scale(1.08);
}

body.fincaswin-theme .fw-tutorials-list-row[data-available="false"] .fw-tutorials-list-action {
  border-color: #aeb9c7;
  color: #8794a4;
}

body.fincaswin-theme .fw-tutorials-list-row[data-available="false"]:hover .fw-tutorials-list-action,
body.fincaswin-theme .fw-tutorials-list-row[data-available="false"]:focus-visible .fw-tutorials-list-action {
  background: #7f8b9b;
  color: #ffffff;
}

body.fincaswin-theme .fw-tutorials-modal[hidden] {
  display: none;
}

body.fincaswin-theme .fw-tutorials-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
}

body.fincaswin-theme .fw-tutorials-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(4, 17, 33, .80);
  cursor: pointer;
  backdrop-filter: blur(7px);
}

body.fincaswin-theme .fw-tutorials-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 94vw);
  max-height: calc(100vh - 32px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
  animation: fw-tutorials-modal-in .28s cubic-bezier(.2, .8, .2, 1) both;
}

body.fincaswin-theme .fw-tutorials-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(7, 26, 53, .80);
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  transition: background .2s ease, transform .2s ease;
}

body.fincaswin-theme .fw-tutorials-modal-close:hover,
body.fincaswin-theme .fw-tutorials-modal-close:focus-visible {
  background: var(--fw-blue, #006cb7);
  transform: rotate(5deg) scale(1.05);
}

body.fincaswin-theme .fw-tutorials-modal-close::before,
body.fincaswin-theme .fw-tutorials-modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

body.fincaswin-theme .fw-tutorials-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.fincaswin-theme .fw-tutorials-modal-close span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

body.fincaswin-theme .fw-tutorials-modal-video {
  aspect-ratio: 16 / 9;
  background: #06182f;
}

body.fincaswin-theme .fw-tutorials-modal-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.fincaswin-theme .fw-tutorials-modal-video video:focus-visible {
  outline: 3px solid #5ad0ff;
  outline-offset: -5px;
}

body.fincaswin-theme .fw-tutorials-modal-copy {
  padding: 19px 24px 22px;
}

body.fincaswin-theme .fw-tutorials-modal-copy span {
  display: block;
  margin-bottom: 5px;
  color: var(--fw-blue, #006cb7);
  font-size: 11px;
  font-weight: 900;
}

body.fincaswin-theme .fw-tutorials-modal-copy h2 {
  margin: 0;
  color: var(--fw-navy, #081b33);
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.2;
}

body.fincaswin-theme .fw-tutorials-modal-copy p {
  margin: 10px 0 0;
  color: var(--fw-muted, #5d6b7d);
  line-height: 1.55;
}

body.fincaswin-theme .fw-tutorials-modal-guide {
  display: inline-flex;
  margin-top: 12px;
}

body.fincaswin-theme .fw-tutorials-modal-guide[hidden] {
  display: none;
}

body.fincaswin-theme .fw-tutorials-live {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100000;
  max-width: min(360px, calc(100vw - 32px));
  padding: 13px 16px;
  border-radius: 13px;
  background: #071a35;
  box-shadow: 0 14px 34px rgba(8, 27, 51, .24);
  color: #ffffff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

body.fincaswin-theme .fw-tutorials-live.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fw-tutorials-modal-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  body.fincaswin-theme .fw-tutorials-hero h1,
  body.fincaswin-theme .fw-tutorials-hero > p:last-child {
    max-width: 100%;
  }

  body.fincaswin-theme .fw-tutorials-shelves {
    grid-template-columns: 1fr;
  }

  body.fincaswin-theme .fw-tutorials-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.fincaswin-theme .fw-tutorials-section-column {
    display: contents;
  }

  body.fincaswin-theme .fw-tutorials-section-panel {
    order: var(--tutorial-order);
  }

  body.fincaswin-theme .fw-tutorials-list-row {
    grid-template-columns: 58px minmax(0, 1fr) 54px 32px;
  }
}

@media (max-width: 767px) {
  body.fincaswin-theme .fw-tutorials-hero,
  body.fincaswin-theme .fw-tutorials-library,
  body.fincaswin-theme .fw-tutorials-guides {
    width: min(100% - 24px, 680px);
  }

  body.fincaswin-theme .fw-tutorials-guide-grid {
    grid-template-columns: 1fr;
  }

  body.fincaswin-theme .fw-tutorials-hero {
    padding: 38px 0 32px;
  }

  body.fincaswin-theme .fw-tutorials-eyebrow {
    min-height: 27px;
    padding: 4px 11px;
    font-size: 11px;
  }

  body.fincaswin-theme .fw-tutorials-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  body.fincaswin-theme .fw-tutorials-shelves,
  body.fincaswin-theme .fw-tutorials-section-column {
    gap: 14px;
  }

  body.fincaswin-theme .fw-tutorials-section-panel {
    border-radius: 15px;
  }

  body.fincaswin-theme .fw-tutorials-section-head {
    min-height: 66px;
    padding: 10px 13px;
  }

  body.fincaswin-theme .fw-tutorials-section-heading {
    gap: 10px;
  }

  body.fincaswin-theme .fw-tutorials-section-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 11px;
  }

  body.fincaswin-theme .fw-tutorials-section-heading h3 {
    font-size: 16px;
  }

  body.fincaswin-theme .fw-tutorials-section-count {
    padding-inline: 9px;
    font-size: 10px;
  }

  body.fincaswin-theme .fw-tutorials-section-panel.is-wide .fw-tutorials-section-list {
    display: block;
  }

  body.fincaswin-theme .fw-tutorials-section-panel.is-wide .fw-tutorials-list-row:nth-child(odd) {
    border-right: 0;
  }

  body.fincaswin-theme .fw-tutorials-list-row {
    grid-template-columns: 46px minmax(0, 1fr) 31px;
    gap: 8px;
    min-height: 66px;
    padding: 8px 12px;
  }

  body.fincaswin-theme .fw-tutorials-list-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.fincaswin-theme .fw-tutorials-list-duration {
    display: none;
  }

  body.fincaswin-theme .fw-tutorials-list-action {
    width: 28px;
    height: 28px;
  }

  body.fincaswin-theme .fw-tutorials-modal {
    padding: 12px;
  }

  body.fincaswin-theme .fw-tutorials-modal-dialog {
    width: 100%;
    border-radius: 16px;
  }

  body.fincaswin-theme .fw-tutorials-modal-close {
    top: 9px;
    right: 9px;
    width: 44px;
    height: 44px;
  }

  body.fincaswin-theme .fw-tutorials-modal-copy {
    padding: 15px 17px 18px;
  }

  body.fincaswin-theme .fw-tutorials-live {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fincaswin-theme .fw-tutorials-page *,
  body.fincaswin-theme .fw-tutorials-page *::before,
  body.fincaswin-theme .fw-tutorials-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
body.fincaswin-theme .fw-tutorials-related {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

body.fincaswin-theme .fw-tutorials-related a {
  background: #fff;
  border: 1px solid rgba(30, 64, 175, .18);
  border-radius: 999px;
  color: #1e40af;
  font-size: .9rem;
  font-weight: 700;
  padding: .65rem .9rem;
  text-decoration: none;
}

body.fincaswin-theme .fw-tutorials-related a:hover,
body.fincaswin-theme .fw-tutorials-related a:focus-visible {
  border-color: currentColor;
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
