/** Shopify CDN: Minification failed

Line 745:20 Unexpected "{"
Line 745:29 Expected ":"
Line 745:36 Unexpected "{"
Line 750:20 Unexpected "{"
Line 750:29 Expected ":"
Line 755:20 Unexpected "{"
Line 755:29 Expected ":"
Line 762:20 Unexpected "{"
Line 762:29 Expected ":"
Line 769:20 Unexpected "{"
... and 25 more hidden warnings

**/

  .pulso-hero-slider {
    position: relative;
    width: 100%;
    height: clamp(430px, 33.333vw, var(--pulso-desktop-height));
    min-height: 430px;
    overflow: hidden;
    background: #08080c;
    isolation: isolate;
  }

  .pulso-hero-slider__seo-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .pulso-hero-slider__track,
  .pulso-hero-slider__slide {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
  }

  .pulso-hero-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 700ms ease, visibility 700ms ease;
  }

  .pulso-hero-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
  }

  .pulso-hero-slider__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #09080d;
  }

  .pulso-hero-slider__media--linked {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
  }

  .pulso-hero-slider__media--linked:focus-visible {
    outline: 3px solid #f60389;
    outline-offset: -6px;
  }

  .pulso-hero-slider__media picture,
  .pulso-hero-slider__media img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .pulso-hero-slider__media img {
    object-fit: var(--pulso-image-fit-desktop, contain);
    object-position: var(--pulso-object-position-desktop, center center);
    background:
      linear-gradient(135deg, #08080c 0%, #151018 48%, #08080c 100%);
  }

  .pulso-hero-slider__placeholder {
    width: 100%;
    height: 100%;
    background:
      radial-gradient(circle at 75% 45%, rgba(246, 3, 137, 0.26), transparent 32%),
      linear-gradient(135deg, #08080c 0%, #1a1a1a 55%, #08080c 100%);
  }

  .pulso-hero-slider__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  .pulso-hero-slider__overlay--none {
    background: transparent;
  }

  .pulso-hero-slider__overlay--soft {
    background:
      linear-gradient(
        90deg,
        rgba(8, 8, 12, 0.52) 0%,
        rgba(8, 8, 12, 0.24) 38%,
        rgba(8, 8, 12, 0.08) 68%,
        rgba(8, 8, 12, 0.04) 100%
      ),
      linear-gradient(
        180deg,
        rgba(8, 8, 12, 0.06) 0%,
        rgba(8, 8, 12, 0.12) 58%,
        rgba(8, 8, 12, 0.38) 100%
      );
  }

  .pulso-hero-slider__overlay--medium {
    background:
      linear-gradient(
        90deg,
        rgba(8, 8, 12, 0.74) 0%,
        rgba(8, 8, 12, 0.46) 38%,
        rgba(8, 8, 12, 0.18) 68%,
        rgba(8, 8, 12, 0.08) 100%
      ),
      linear-gradient(
        180deg,
        rgba(8, 8, 12, 0.08) 0%,
        rgba(8, 8, 12, 0.18) 58%,
        rgba(8, 8, 12, 0.56) 100%
      );
  }


  .pulso-hero-slider__overlay--strong {
    background:
      linear-gradient(
        90deg,
        rgba(8, 8, 12, 0.94) 0%,
        rgba(8, 8, 12, 0.78) 35%,
        rgba(8, 8, 12, 0.36) 64%,
        rgba(8, 8, 12, 0.16) 100%
      ),
      linear-gradient(
        180deg,
        rgba(8, 8, 12, 0.12) 0%,
        rgba(8, 8, 12, 0.22) 58%,
        rgba(8, 8, 12, 0.76) 100%
      );
  }

  .pulso-hero-slider__content {
    position: relative;
    z-index: 4;
    height: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 44px;
    pointer-events: none;
  }

  .pulso-hero-slider__content--left {
    justify-content: flex-start;
    text-align: left;
  }

  .pulso-hero-slider__content--center {
    justify-content: center;
    text-align: center;
  }

  .pulso-hero-slider__content--right {
    justify-content: flex-end;
    text-align: left;
  }

  .pulso-hero-slider__box {
    max-width: 690px;
    color: #ffffff;
  }

  .pulso-hero-slider__content--center .pulso-hero-slider__box {
    margin-left: auto;
    margin-right: auto;
  }

  .pulso-hero-slider__eyebrow {
    margin: 0 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Assistant, sans-serif;
    font-size: clamp(1.05rem, 0.95vw, 1.35rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.94;
  }

  .pulso-hero-slider__eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f60389;
    box-shadow: 0 0 20px rgba(246, 3, 137, 0.85);
    flex: 0 0 auto;
  }

  .pulso-hero-slider__heading {
    margin: 0;
    font-family: Assistant, sans-serif;
    font-size: clamp(3.6rem, 5.2vw, 6.8rem);
    line-height: 0.94;
    font-weight: 800;
    letter-spacing: 0;
    color: #ffffff;
    max-width: 760px;
  }

  .pulso-hero-slider__subheading {
    margin: 20px 0 0;
    max-width: 620px;
    font-family: Assistant, sans-serif;
    font-size: clamp(1.55rem, 1.28vw, 2.05rem);
    line-height: 1.42;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.86);
  }

  .pulso-hero-slider__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
  }

  .pulso-hero-slider__content--center .pulso-hero-slider__buttons {
    justify-content: center;
  }

  .pulso-hero-slider__button {
    pointer-events: auto;
    min-height: 50px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: Assistant, sans-serif;
    font-size: 1.52rem;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    transition:
      transform 180ms ease,
      background 180ms ease,
      border-color 180ms ease,
      color 180ms ease,
      box-shadow 180ms ease;
  }

  .pulso-hero-slider__button:hover {
    transform: translateY(-2px);
  }

  .pulso-hero-slider__button--primary {
    background: #f60389;
    color: #ffffff;
    border: 1px solid #f60389;
    box-shadow: 0 14px 36px rgba(246, 3, 137, 0.34);
  }

  .pulso-hero-slider__button--primary:hover {
    background: #ff3f8b;
    border-color: #ff3f8b;
    color: #ffffff;
  }

  .pulso-hero-slider__button--secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
  }

  .pulso-hero-slider__button--secondary:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
  }

  .pulso-hero-slider__mobile-quick-actions {
    display: none;
  }

  .pulso-hero-slider__mobile-quick-action {
    min-height: 44px;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: Assistant, sans-serif;
    font-size: 1.42rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }

  .pulso-hero-slider__mobile-quick-action--primary {
    background: #f60389;
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(246, 3, 137, 0.34);
  }

  .pulso-hero-slider__mobile-quick-action--secondary {
    background: rgba(8, 8, 12, 0.76);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(8px);
  }

  .pulso-hero-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(8, 8, 12, 0.38);
    color: #ffffff;
    font-size: 3.4rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
    backdrop-filter: blur(8px);
  }

  .pulso-hero-slider__arrow:hover {
    background: rgba(246, 3, 137, 0.9);
    border-color: #f60389;
    transform: translateY(-50%) scale(1.04);
  }

  .pulso-hero-slider__arrow--prev {
    left: 22px;
  }

  .pulso-hero-slider__arrow--next {
    right: 22px;
  }

  .pulso-hero-slider__dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 18px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
  }

  .pulso-hero-slider__dot {
    width: 34px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    transition: background 180ms ease, width 180ms ease;
  }

  .pulso-hero-slider__dot.is-active {
    width: 48px;
    background: #f60389;
  }

  .pulso-home-shortcuts {
    position: relative;
    z-index: 4;
    background: #fff7fb;
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
    padding: 18px 0 22px;
  }

  .pulso-home-shortcuts__inner {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: minmax(190px, 260px) 1fr;
    gap: 22px;
    align-items: center;
  }

  .pulso-home-shortcuts__eyebrow {
    margin: 0 0 5px;
    color: #f60389;
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 1.18rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .pulso-home-shortcuts h2 {
    margin: 0;
    color: #17151a;
    font-family: var(--font-heading-family, var(--font-body-family, Assistant, sans-serif));
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
  }

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

  .pulso-home-shortcuts__item {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 8px;
    border: 1px solid rgba(23, 21, 26, 0.1);
    background: #ffffff;
    color: #17151a;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(23, 21, 26, 0.05);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .pulso-home-shortcuts__item:hover {
    transform: translateY(-2px);
    border-color: rgba(246, 3, 137, 0.34);
    box-shadow: 0 12px 28px rgba(246, 3, 137, 0.11);
  }

  .pulso-home-shortcuts__marker {
    width: 12px;
    height: 38px;
    flex: 0 0 12px;
    border-radius: 8px;
    background: #f60389;
  }

  .pulso-home-shortcuts__item:nth-child(2) .pulso-home-shortcuts__marker { background: #1f7aec; }
  .pulso-home-shortcuts__item:nth-child(3) .pulso-home-shortcuts__marker { background: #11a36a; }
  .pulso-home-shortcuts__item:nth-child(4) .pulso-home-shortcuts__marker { background: #7c3aed; }
  .pulso-home-shortcuts__item:nth-child(5) .pulso-home-shortcuts__marker { background: #f59e0b; }
  .pulso-home-shortcuts__item:nth-child(6) .pulso-home-shortcuts__marker { background: #0f766e; }
  .pulso-home-shortcuts__item:nth-child(7) .pulso-home-shortcuts__marker { background: #111827; }
  .pulso-home-shortcuts__item:nth-child(8) .pulso-home-shortcuts__marker { background: #db2777; }

  .pulso-home-shortcuts__text {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .pulso-home-shortcuts__name {
    color: #17151a;
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 1.52rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
  }

  .pulso-home-shortcuts__hint {
    color: #5d5863;
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0;
  }

  @media screen and (max-width: 989px) {
    .pulso-home-shortcuts__inner {
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 0 20px;
    }

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

  @media screen and (max-width: 549px) {
    .pulso-home-shortcuts {
      padding: 12px 0 14px;
      background: #ffffff;
    }

    .pulso-home-shortcuts__inner {
      width: 100%;
      padding: 0;
      gap: 8px;
    }

    .pulso-home-shortcuts__header {
      padding: 0 16px;
    }

    .pulso-home-shortcuts__eyebrow {
      display: none;
    }

    .pulso-home-shortcuts h2 {
      font-size: 1.7rem;
      line-height: 1.16;
    }

    .pulso-home-shortcuts__nav {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      padding: 0 16px 2px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .pulso-home-shortcuts__nav::-webkit-scrollbar {
      display: none;
    }

    .pulso-home-shortcuts__item {
      min-height: 54px;
      flex: 0 0 136px;
      padding: 8px 10px;
      scroll-snap-align: start;
      box-shadow: none;
    }

    .pulso-home-shortcuts__marker {
      width: 9px;
      height: 34px;
      flex-basis: 9px;
    }

    .pulso-home-shortcuts__name {
      font-size: 1.34rem;
    }

    .pulso-home-shortcuts__hint {
      max-width: 96px;
      font-size: 1.08rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  @media screen and (max-width: 989px) {
    .pulso-hero-slider {
      height: var(--pulso-mobile-height);
      min-height: var(--pulso-mobile-height);
    }

    .pulso-hero-slider__media img {
      object-fit: var(--pulso-image-fit-mobile, contain);
      object-position: var(--pulso-object-position-mobile, center center);
    }

    .pulso-hero-slider__content {
      height: 100%;
      min-height: var(--pulso-mobile-height);
      align-items: flex-end;
      justify-content: flex-start !important;
      text-align: left !important;
      padding-top: 96px;
      padding-bottom: 66px;
    }

    .pulso-hero-slider__box {
      max-width: 100%;
    }

    .pulso-hero-slider__overlay--soft {
      background:
        linear-gradient(
          180deg,
          rgba(8, 8, 12, 0.04) 0%,
          rgba(8, 8, 12, 0.16) 36%,
          rgba(8, 8, 12, 0.62) 100%
        );
    }

    .pulso-hero-slider__overlay--medium {
      background:
        linear-gradient(
          180deg,
          rgba(8, 8, 12, 0.08) 0%,
          rgba(8, 8, 12, 0.32) 36%,
          rgba(8, 8, 12, 0.82) 100%
        );
    }

    .pulso-hero-slider__overlay--strong {
      background:
        linear-gradient(
          180deg,
          rgba(8, 8, 12, 0.12) 0%,
          rgba(8, 8, 12, 0.36) 36%,
          rgba(8, 8, 12, 0.92) 100%
        );
    }

    .pulso-hero-slider__heading {
      font-size: clamp(3.7rem, 12vw, 5.8rem);
      line-height: 0.94;
      letter-spacing: 0;
    }

    .pulso-hero-slider__subheading {
      margin-top: 18px;
      font-size: 1.72rem;
      line-height: 1.42;
      max-width: 96%;
    }

    .pulso-hero-slider__buttons {
      margin-top: 26px;
      gap: 12px;
    }

    .pulso-hero-slider__button {
      min-height: 50px;
      padding: 0 22px;
      font-size: 1.5rem;
    }

    .pulso-hero-slider__arrow {
      display: none;
    }

    .pulso-hero-slider__dots {
      bottom: 22px;
    }
  }

  @media screen and (max-width: 549px) {
    .pulso-hero-slider {
      height: var(--pulso-mobile-height);
      min-height: var(--pulso-mobile-height);
    }

    .pulso-hero-slider__content {
      min-height: var(--pulso-mobile-height);
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 108px;
    }

    .pulso-hero-slider__mobile-quick-actions {
      position: absolute;
      z-index: 6;
      left: 16px;
      right: 16px;
      bottom: 48px;
      display: flex;
      gap: 10px;
      pointer-events: auto;
    }

    .pulso-hero-slider__eyebrow {
      font-size: 1.1rem;
      margin-bottom: 12px;
    }

    .pulso-hero-slider__heading {
      font-size: clamp(3.2rem, 12vw, 4.7rem);
    }

    .pulso-hero-slider__subheading {
      font-size: 1.52rem;
      max-width: 100%;
    }

    .pulso-hero-slider__buttons {
      width: 100%;
      flex-direction: column;
    }

    .pulso-hero-slider__button {
      width: 100%;
    }

    .pulso-hero-slider__dot {
      width: 26px;
    }

    .pulso-hero-slider__dot.is-active {
      width: 38px;
    }
  }
  @media screen and (max-width: 549px) {
    .pulso-home-shortcuts__nav {
      padding-right: 96px;
    }

    #pulsi-floating-pulsi-chat .pulsi-trigger-bubble {
      display: none !important;
    }
  }

  /* ===== PULSO HOME FIRST SCREEN COMPACT PASS ===== */
  #PulsoHeroSlider-{{ section.id }} {
    height: clamp(340px, 29vw, 430px);
    min-height: 340px;
  }

  #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__heading {
    max-width: 690px;
    font-size: 5.2rem;
    line-height: 0.98;
    letter-spacing: 0;
  }

  #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__subheading {
    max-width: 580px;
    margin-top: 14px;
    font-size: 1.72rem;
    letter-spacing: 0;
  }

  #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__buttons {
    gap: 12px;
    margin-top: 20px;
  }

  #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__button {
    min-height: 46px;
    padding: 0 22px;
    font-size: 1.42rem;
  }

  .pulso-home-shortcuts {
    padding: 12px 0 14px;
  }

  .pulso-home-shortcuts__inner {
    padding: 0 28px;
    grid-template-columns: minmax(160px, 220px) 1fr;
    gap: 14px;
  }

  .pulso-home-shortcuts__eyebrow {
    margin-bottom: 3px;
    font-size: 1.05rem;
  }

  .pulso-home-shortcuts h2 {
    font-size: 1.85rem;
  }

  .pulso-home-shortcuts__nav {
    gap: 8px;
  }

  .pulso-home-shortcuts__item {
    min-height: 52px;
    gap: 8px;
    padding: 8px 10px;
  }

  .pulso-home-shortcuts__marker {
    height: 30px;
  }

  .pulso-home-shortcuts__name {
    font-size: 1.34rem;
  }

  .pulso-home-shortcuts__hint {
    font-size: 1.04rem;
  }

  @media screen and (max-width: 989px) {
    #PulsoHeroSlider-{{ section.id }} {
      height: clamp(320px, 38vw, 380px);
      height: min(clamp(320px, 38vw, 380px), calc(100svh - 260px));
      min-height: 320px;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__content {
      min-height: clamp(320px, 38vw, 380px);
      min-height: min(clamp(320px, 38vw, 380px), calc(100svh - 260px));
      padding-top: 54px;
      padding-bottom: 46px;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__heading {
      font-size: 4.4rem;
      line-height: 0.98;
      letter-spacing: 0;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__subheading {
      margin-top: 12px;
      font-size: 1.52rem;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__buttons {
      gap: 10px;
      margin-top: 18px;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__button {
      min-height: 46px;
      padding: 0 18px;
      font-size: 1.38rem;
    }

    .pulso-home-shortcuts__inner {
      grid-template-columns: minmax(140px, 190px) 1fr;
      gap: 12px;
      padding: 0 18px;
    }

    .pulso-home-shortcuts__nav {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
    }

    .pulso-home-shortcuts__item {
      min-height: 48px;
      padding: 7px 9px;
    }

    .pulso-home-shortcuts__marker {
      height: 28px;
    }

    .pulso-home-shortcuts__name {
      font-size: 1.22rem;
    }

    .pulso-home-shortcuts__hint {
      font-size: 0.98rem;
    }
  }

  @media screen and (max-width: 749px) {
    .pulso-home-shortcuts__inner {
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 0 16px;
    }

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

  @media screen and (max-width: 549px) {
    #PulsoHeroSlider-{{ section.id }} {
      height: min(var(--pulso-mobile-height), 380px);
      height: min(var(--pulso-mobile-height), 380px, calc(100svh - 300px));
      min-height: 340px;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__content {
      min-height: min(var(--pulso-mobile-height), 380px);
      min-height: min(var(--pulso-mobile-height), 380px, calc(100svh - 300px));
      padding-top: 46px;
      padding-bottom: 76px;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__mobile-quick-actions {
      bottom: 34px;
      gap: 8px;
    }

    #PulsoHeroSlider-{{ section.id }} .pulso-hero-slider__heading {
      font-size: 3.18rem;
    }

    .pulso-home-shortcuts__item {
      min-height: 52px;
      flex-basis: 132px;
    }
  }


  .pulso-home-shortcuts--premium {
    position: relative;
    z-index: 4;
    padding: 24px 0 28px;
    border-bottom: 1px solid rgba(23, 21, 26, 0.08);
    background:
      linear-gradient(180deg, #fff8fc 0%, #ffffff 78%),
      #ffffff;
  }

  .pulso-home-shortcuts--premium .pulso-home-shortcuts__inner {
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .pulso-home-shortcuts--premium .pulso-home-shortcuts__header {
    max-width: 760px;
    margin: 0 auto 4px;
    text-align: center;
  }

  .pulso-home-shortcuts--premium .pulso-home-shortcuts__eyebrow {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 12px;
    padding: 7px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(246, 3, 137, 0.2);
    border-radius: 999px;
    background: linear-gradient(135deg, #fff0f7 0%, #ffffff 100%);
    color: #b80f5c !important;
    -webkit-text-fill-color: #b80f5c !important;
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 1.04rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(246, 3, 137, 0.1);
  }

  .pulso-home-shortcuts--premium .pulso-home-shortcuts__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: #f60389;
    box-shadow: 0 0 0 4px rgba(246, 3, 137, 0.12);
  }

  .pulso-home-shortcuts--premium h2 {
    max-width: none;
    margin: 0;
    color: #3b1231;
    font-family: var(--font-heading-family, var(--font-body-family, Assistant, sans-serif));
    font-size: clamp(2.2rem, 2.4vw, 3.05rem);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .pulso-home-shortcuts--premium #pulso-home-shortcuts-title {
    color: #3b1231 !important;
    -webkit-text-fill-color: #3b1231 !important;
  }

  .pulso-home-shortcuts--premium h2::after {
    content: "";
    display: block;
    width: 86px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #f60389, #f7b500);
  }

  .pulso-home-shortcuts--premium .pulso-home-shortcuts__lead {
    max-width: 640px;
    margin: 14px auto 0;
    color: #5d5863 !important;
    -webkit-text-fill-color: #5d5863 !important;
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 1.22rem;
    line-height: 1.35;
    font-weight: 650;
    letter-spacing: 0;
  }

  .pulso-home-shortcuts--premium .pulso-home-shortcuts__nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .pulso-premium-category {
    --accent: #f60389;
    --accent-soft: #fff0f7;
    min-width: 0;
    min-height: 168px;
    display: grid;
    grid-template-rows: 98px 1fr;
    overflow: hidden;
    border: 1px solid rgba(23, 21, 26, 0.09);
    border-radius: 8px;
    background: #ffffff;
    color: #17151a;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(23, 21, 26, 0.07);
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease;
  }

  .pulso-premium-category:hover {
    transform: translateY(-3px);
    border-color: rgba(246, 3, 137, 0.34);
    border-color: color-mix(in srgb, var(--accent) 38%, transparent);
    box-shadow: 0 18px 36px rgba(23, 21, 26, 0.11);
  }

  .pulso-premium-category__media {
    position: relative;
    display: block;
    overflow: hidden;
    background:
      radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.95) 0 19%, transparent 20%),
      linear-gradient(135deg, var(--accent-soft), #ffffff 74%);
  }

  .pulso-premium-category__media::after {
    content: "";
    position: absolute;
    inset: auto 12px 10px 12px;
    height: 1px;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 40%, transparent), transparent);
  }

  .pulso-premium-category__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px 12px;
    transform: scale(1);
    transition: transform 220ms ease;
  }

  .pulso-premium-category:hover .pulso-premium-category__image {
    transform: scale(1.055);
  }

  .pulso-premium-category__body {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 12px 13px 13px;
  }

  .pulso-premium-category__topline {
    width: fit-content;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fff0f7;
    background: color-mix(in srgb, var(--accent) 10%, #ffffff);
    color: #ad1555;
    color: color-mix(in srgb, var(--accent) 80%, #17151a);
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 0.96rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .pulso-premium-category__name {
    display: block;
    overflow-wrap: anywhere;
    color: #17151a;
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 1.48rem;
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: 0;
  }

  .pulso-premium-category__hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #5d5863;
    font-family: var(--font-body-family, Assistant, sans-serif);
    font-size: 1.08rem;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .pulso-premium-category__arrow {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #17151a;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
    transition: background 180ms ease, transform 180ms ease;
  }

  .pulso-premium-category:hover .pulso-premium-category__arrow {
    background: var(--accent);
    transform: translateX(2px);
  }

  @media screen and (max-width: 989px) {
    .pulso-home-shortcuts--premium {
      padding: 22px 0 24px;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__inner {
      grid-template-columns: 1fr;
      gap: 14px;
      padding: 0 20px;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__header {
      max-width: none;
      margin-bottom: 2px;
    }

    .pulso-home-shortcuts--premium h2 {
      max-width: none;
      font-size: 1.95rem;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__lead {
      max-width: 560px;
      font-size: 1.12rem;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__nav {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }
  }

  @media screen and (max-width: 549px) {
    .pulso-home-shortcuts--premium {
      padding: 16px 0 18px;
      background: #ffffff;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__inner {
      width: 100%;
      padding: 0;
      gap: 10px;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__header {
      padding: 0 16px;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__eyebrow {
      margin-bottom: 9px;
      padding: 6px 10px;
      display: inline-flex;
      font-size: 0.86rem;
    }

    .pulso-home-shortcuts--premium h2 {
      font-size: 1.7rem;
      line-height: 1.12;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__lead {
      margin-top: 9px;
      font-size: 1.02rem;
      line-height: 1.32;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__nav {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 0 16px 4px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .pulso-home-shortcuts--premium .pulso-home-shortcuts__nav::-webkit-scrollbar {
      display: none;
    }

    .pulso-premium-category {
      min-height: 160px;
      flex: 0 0 164px;
      grid-template-rows: 90px 1fr;
      scroll-snap-align: start;
      box-shadow: 0 8px 22px rgba(23, 21, 26, 0.08);
    }

    .pulso-premium-category__body {
      padding: 10px 11px 11px;
    }

    .pulso-premium-category__topline {
      font-size: 0.82rem;
    }

    .pulso-premium-category__name {
      font-size: 1.28rem;
    }

    .pulso-premium-category__hint {
      font-size: 0.98rem;
    }
  }

  /* ===== PULSO HERO FINAL 10/10 PASS ===== */
  .pulso-hero-slider {
    height: clamp(380px, 32vw, 450px) !important;
    min-height: 380px !important;
    max-height: 450px !important;
    overflow: hidden;
  }

  .pulso-hero-slider__slide {
    min-height: 100%;
  }

  .pulso-hero-slider__media img,
  .pulso-hero-slider__media picture {
    object-fit: var(--pulso-image-fit-desktop, cover) !important;
    object-position: var(--pulso-object-position-desktop, center center) !important;
  }

  .pulso-hero-slider__content {
    min-height: 100%;
    padding-top: 36px;
    padding-bottom: 58px;
  }

  .pulso-hero-slider__box {
    max-width: 650px;
  }

  .pulso-hero-slider__eyebrow {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .pulso-hero-slider__heading {
    font-size: 46px;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .pulso-hero-slider__subheading {
    max-width: 540px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .pulso-hero-slider__button {
    min-height: 44px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .pulso-hero-slider__dots {
    bottom: 18px;
  }

  .pulso-hero-slider__dot {
    height: 5px;
  }

  .pulso-home-shortcuts--premium {
    padding-top: 22px;
  }

  @media screen and (max-width: 989px) {
    .pulso-hero-slider {
      height: 400px !important;
      min-height: 360px !important;
      max-height: 420px !important;
    }

    .pulso-hero-slider__heading {
      font-size: 38px;
    }
  }

  @media screen and (max-width: 549px) {
    .pulso-hero-slider {
      height: min(390px, calc(100svh - 220px)) !important;
      min-height: 342px !important;
      max-height: 390px !important;
    }

    .pulso-hero-slider__media img,
    .pulso-hero-slider__media picture {
      object-fit: var(--pulso-image-fit-mobile, contain) !important;
      object-position: var(--pulso-object-position-mobile, center center) !important;
    }

    .pulso-hero-slider__content {
      align-items: flex-end;
      min-height: 100%;
      padding: 34px 18px 92px;
    }

    .pulso-hero-slider__box {
      width: 100%;
      max-width: 100%;
      padding: 0;
    }

    .pulso-hero-slider__eyebrow {
      font-size: 11px;
      line-height: 1.2;
    }

    .pulso-hero-slider__heading {
      max-width: 340px;
      font-size: 30px;
      line-height: 1.06;
    }

    .pulso-hero-slider__subheading {
      max-width: 320px;
      font-size: 14px;
      line-height: 1.36;
    }

    .pulso-hero-slider__buttons {
      display: none !important;
    }

    .pulso-hero-slider__mobile-quick-actions {
      left: 16px;
      right: 16px;
      bottom: 30px;
      gap: 10px;
    }

    .pulso-hero-slider__mobile-button {
      min-height: 42px;
      border-radius: 8px;
      font-size: 13px;
      letter-spacing: 0;
    }

    .pulso-hero-slider__dots {
      bottom: 12px;
    }

    .pulso-home-shortcuts--premium {
      padding-top: 18px;
    }
  }

  /* ===== Categorias: foto a sangre en la tarjeta ===== */
  .pulso-premium-category { grid-template-rows: auto 1fr; min-height: 0; }
  .pulso-premium-category__media { height: auto; aspect-ratio: 16 / 9; background: #f6f2f5; }
  .pulso-premium-category__media::after { display: none; }
  .pulso-premium-category__image { display: block; width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: 50% 50%; }
  .pulso-premium-category__body { border-top: 1px solid rgba(23, 21, 26, 0.06); }
  