  /* ================================================= */
  /* PLANAZO AUTH - RESET Y OCULTAR WEB INTERNA        */
  /* ================================================= */

  body#authentication,
  body#authentication #wrapper,
  body#authentication #main,
  body#authentication #content,
  body#authentication .page-content,
  body#authentication .container {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  body#authentication header:not(.pla-gate-header),
  body#authentication #header,
  body#authentication .header-top,
  body#authentication .header-nav,
  body#authentication .planazo-header,
  body#authentication .planazo-topbar,
  body#authentication .pla-header,
  body#authentication .premium-header,
  body#authentication aside,
  body#authentication #left-column,
  body#authentication #right-column,
  body#authentication .left-column,
  body#authentication .right-column,
  body#authentication .planazo-sidebar,
  body#authentication .pla-sidebar,
  body#authentication .premium-sidebar,
  body#authentication .sidebar,
  body#authentication .menu-lateral,
  body#authentication .sidebar-planazo,
  body#authentication footer,
  body#authentication #footer,
  body#authentication .footer-container,
  body#authentication .planazo-footer,
  body#authentication .pla-footer {
    display: none !important;
  }

  body#authentication .page-container,
  body#authentication .content,
  body#authentication main,
  body#authentication #content-wrapper,
  body#authentication .content-wrapper,
  body#authentication .main-content,
  body#authentication .page-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  html {
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  body#authentication {
    height: auto !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
  }

  body#authentication #wrapper,
  body#authentication #main,
  body#authentication #content,
  body#authentication .page-container,
  body#authentication .content,
  body#authentication main,
  body#authentication #content-wrapper,
  body#authentication .content-wrapper,
  body#authentication .main-content,
  body#authentication .page-wrapper {
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    scrollbar-width: none !important;
  }

  body#authentication #wrapper::-webkit-scrollbar,
  body#authentication #main::-webkit-scrollbar,
  body#authentication #content::-webkit-scrollbar,
  body#authentication .page-container::-webkit-scrollbar,
  body#authentication .content::-webkit-scrollbar,
  body#authentication main::-webkit-scrollbar,
  body#authentication #content-wrapper::-webkit-scrollbar,
  body#authentication .content-wrapper::-webkit-scrollbar,
  body#authentication .main-content::-webkit-scrollbar,
  body#authentication .page-wrapper::-webkit-scrollbar {
    display: none !important;
  }

  /* ================================================= */
  /* PLANAZO AUTH - LANDING                            */
  /* ================================================= */

  .pla-gate {
    --pla-navy: #061b35;
    --pla-navy-2: #08284c;
    --pla-turq: #00b8c8;
    --pla-turq-2: #02d6ce;
    --pla-pink: #ee2c7e;
    --pla-yellow: #ffc400;
    --pla-purple: #8a45d6;
    --pla-text: #061b35;

    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    color: var(--pla-text);
    background: #ffffff;
    min-height: 0;
  }

  /* Header propio */
  html body.planazo-theme header:first-of-type.pla-gate-header,
  html body.planazo-theme>header.pla-gate-header {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .pla-gate-header {
    min-height: 92px;
    background: #061b35;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 18px 44px;
    box-sizing: border-box;
    gap: 34px;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .pla-gate-logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
    min-width: 180px;
  }

  .pla-gate-logo img {
    width: 245px;
    max-height: 108px;
    object-fit: contain;
    display: block;
  }

  .pla-gate-logo-fallback {
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -0.04em;
    color: #fff;
  }

  .pla-gate-logo-fallback span {
    color: var(--pla-turq);
  }

  .pla-gate-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
  }

  .pla-gate-nav a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .02em;
    opacity: .94;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
  }

  .pla-gate-nav a:hover {
    color: var(--pla-turq-2) !important;
  }

  .pla-gate-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .pla-gate-login-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .02em;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .35);
    cursor: pointer;
  }

  .pla-gate-login-link:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .55);
    color: #fff !important;
  }

  .pla-gate-header-btn {
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--pla-turq);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(0, 184, 200, .28);
  }

  /* Hero */
  .pla-gate-hero {
    background: #ffffff;
    color: var(--pla-navy);
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding: 56px 44px 60px;
    box-sizing: border-box;
  }

  .pla-gate-hero::before {
    content: '';
    position: absolute;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    right: 70px;
    top: 56px;
    border: 18px solid rgba(0, 184, 200, .55);
    box-shadow: 0 0 70px rgba(0, 184, 200, .25);
    opacity: .72;
  }

  .pla-gate-hero::after {
    content: '';
    position: absolute;
    right: -140px;
    bottom: -210px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(238, 44, 126, .38), transparent 62%);
    opacity: .86;
  }

  /* Anillos decorativos extra (derecha) */
  .pla-gate-ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 184, 200, .28);
    pointer-events: none;
  }

  .pla-gate-ring--1 {
    width: 560px;
    height: 560px;
    right: 140px;
    top: 130px;
  }

  .pla-gate-ring--2 {
    width: 900px;
    height: 900px;
    right: -20px;
    top: 30px;
    border-color: rgba(0, 184, 200, .16);
  }

  .pla-gate-ring--3 {
    width: 420px;
    height: 420px;
    right: 220px;
    top: 200px;
    border-color: rgba(255, 255, 255, .10);
  }

  @media (max-width: 767px) {
    .pla-gate-ring {
      display: none;
    }
  }

  .pla-gate-hero-inner {
    max-width: 1260px;
    margin: 0 auto;
    min-height: 560px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .pla-gate-copy {
    padding-bottom: 0;
  }

  .pla-gate-title {
    margin: 0;
    font-family: 'BrinnanBlack', 'BrinnanBold', sans-serif;
    font-size: 62px;
    line-height: 0.98;
    letter-spacing: -0.02em;
    font-weight: 950;
    color: var(--pla-navy);
  }

  .pla-gate-title strong {
    display: block;
    color: var(--pla-turq);
  }

  .pla-gate-subtitle {
    max-width: 465px;
    margin: 24px 0 28px;
    font-size: 20px;
    line-height: 1.52;
    font-weight: 600;
    color: #475569;
  }

  .pla-gate-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
  }

  .pla-gate-price span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #475569;
  }

  .pla-gate-price strong {
    font-family: 'Outfit', sans-serif;
    font-size: 74px;
    line-height: .82;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--pla-navy);
  }

  .pla-gate-price .pla-price-euro {
    display: inline-block;
    margin-left: .12em;
    font-size: .68em;
    line-height: 1;
    letter-spacing: 0;
    transform: translateY(-.14em);
  }

  .pla-gate-sticky-price .pla-price-euro {
    display: inline-block;
    margin-left: .08em;
    font-size: .72em;
    line-height: 1;
    letter-spacing: 0;
    transform: translateY(-.08em);
  }

  .pla-gate-price em {
    font-style: normal;
    font-size: 22px;
    font-weight: 950;
    margin-bottom: 8px;
    color: var(--pla-navy);
  }

  .pla-gate-discount-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    font-weight: 500;
  }

  .pla-gate-discount-pill .material-icons {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
  }

  .pla-gate-discount-pill strong {
    font-weight: 700;
    color: #fff;
  }

  .pla-gate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }

  .pla-gate-main-btn,
  .pla-gate-secondary-btn {
    height: 56px;
    padding: 0 30px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
  }

  .pla-gate-main-btn {
    background: linear-gradient(135deg, #02d6ce 0%, #00aebb 100%);
    color: #fff !important;
    border: 0;
    box-shadow: 0 16px 34px rgba(0, 184, 200, .35);
  }

  .pla-gate-secondary-btn {
    background: #f4f7fb;
    color: var(--pla-navy) !important;
    border: 1px solid #e2e8f0;
  }

  .pla-gate-cancel {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
  }

  /* Enlace "Como funciona" solo visible en movil (en escritorio ya esta en el header). */
  .pla-gate-how-link-mobile {
    display: none;
  }

  .pla-gate-cancel span {
    color: var(--pla-turq-2);
    font-size: 18px;
  }

  /* Visual derecha: tarjeta "vista previa" */
  .pla-gate-visual {
    min-height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Vista previa con pestañas */
  .pla-gate-preview-card {
    width: 100%;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, .25);
    color: #fff;
    backdrop-filter: blur(16px);
  }

  .pla-gate-preview-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .pla-gate-preview-features div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .7);
  }

  .pla-gate-preview-features .material-icons {
    font-size: 20px;
    color: var(--pla-turq-2);
    flex-shrink: 0;
  }

  .pla-gate-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .pla-gate-preview-crumb {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 600;
  }

  .pla-gate-preview-lock {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 14px;
    border-radius: 999px;
  }

  .pla-gate-preview-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
  }

  .pla-gate-preview-tab {
    display: flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .78);
    font-size: 13.5px;
    font-weight: 800;
    padding: 10px 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: background .18s, color .18s;
  }

  .pla-gate-preview-tab:hover {
    border-color: rgba(0, 184, 200, .6);
  }

  .pla-gate-preview-tab.is-active {
    background: var(--pla-turq);
    border-color: var(--pla-turq);
    color: #06222a;
  }

  .pla-gate-preview-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .pla-gate-preview-row {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    padding: 8px 14px 8px 8px;
    text-decoration: none !important;
    color: #fff !important;
    transition: background .18s, transform .18s;
  }

  .pla-gate-preview-row:hover {
    background: rgba(255, 255, 255, .09);
    transform: translateX(3px);
  }

  .pla-gate-preview-thumb {
    flex: 0 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }

  .pla-gate-preview-thumb::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 34px;
    height: 14px;
    background-image: url('/ofertas/logo-pla.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .6));
  }

  .pla-gate-preview-thumb--cine {
    background-color: #7a1730;
    background-image: url('/ofertas/themes/01grid/assets/img/planazo/banners/cinepla.png');
    background-size: 593px auto;
    background-position: -290px -4px;
  }

  .pla-gate-preview-thumb--puydufou,
  .pla-gate-preview-thumb--parques {
    background-color: #146b3e;
    background-image: url('/ofertas/themes/01grid/assets/img/planazo/banners/parquespla.png');
    background-size: 695px auto;
    background-position: -331px -96px;
  }

  .pla-gate-preview-thumb--viajes,
  .pla-gate-preview-thumb--crucero {
    background-color: #0f5c6b;
    background-image: url('/ofertas/themes/01grid/assets/img/planazo/banners/bannerviapla.png');
    background-size: 593px auto;
    background-position: -309px -57px;
  }

  .pla-gate-preview-info {
    flex: 1 1 auto;
    min-width: 0;
  }

  .pla-gate-preview-info strong {
    display: block;
    font-size: 14.5px;
    font-weight: 900;
    margin-bottom: 2px;
  }

  .pla-gate-preview-info small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 12.5px;
  }

  .pla-gate-preview-price {
    flex: 0 0 auto;
    text-align: right;
  }

  .pla-gate-preview-price strong {
    display: block;
    color: var(--pla-turq-2);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
  }

  .pla-gate-preview-price small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 11.5px;
  }

  .pla-gate-preview-chevron {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, .45);
    font-size: 22px;
  }

  @media (max-width: 640px) {
    .pla-gate-preview-info small {
      display: none;
    }
  }

  /* Visual derecha: foto emocional */
  .pla-gate-photo-hero {
    width: min(620px, 100%);
    min-height: 360px;
    border-radius: 34px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
    background:
      radial-gradient(circle at 76% 24%, rgba(0, 216, 206, .28), transparent 30%),
      linear-gradient(135deg, rgba(6, 27, 53, .92), rgba(8, 40, 76, .72));
  }

  .pla-gate-photo-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(6, 27, 53, .68) 0%, rgba(6, 27, 53, .18) 48%, rgba(6, 27, 53, .08) 100%),
      radial-gradient(circle at 70% 50%, transparent 0 44%, rgba(0, 184, 200, .85) 44.5% 47%, transparent 47.5%);
    z-index: 1;
  }

  .pla-gate-photo-hero img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .pla-gate-photo-hero--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pla-gate-photo-hero--fallback::after {
    content: 'Planazo Club';
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, .92);
    font-size: 38px;
    font-weight: 950;
    letter-spacing: -.04em;
  }

  .pla-gate-photo-perks {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 24px;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(6, 27, 53, .86);
    border: 1px solid rgba(255, 255, 255, .12);
  }

  .pla-gate-photo-perks div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
  }

  .pla-gate-photo-perks .material-icons {
    color: var(--pla-turq-2);
    font-size: 21px;
    flex: 0 0 auto;
  }

  /* Categorías */
  .pla-gate-category-strip {
    max-width: 1120px;
    margin: 34px auto 0;
    position: relative;
    z-index: 5;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
    padding: 16px 28px 18px;
  }

  .pla-gate-category-strip h2 {
    margin: 0 0 13px;
    text-align: center;
    color: var(--pla-navy);
    font-size: 15px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .pla-gate-category-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
  }

  .pla-gate-cat {
    text-decoration: none !important;
    color: var(--pla-navy) !important;
    text-align: center;
    padding: 7px 6px;
    border-radius: 16px;
    transition: background .2s, transform .2s;
  }

  .pla-gate-cat:hover {
    background: #f4f7fb;
    transform: translateY(-3px);
  }

  .pla-gate-cat-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 6px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
  }

  .pla-cat-cine {
    background: var(--pla-pink);
  }

  .pla-cat-esp {
    background: var(--pla-yellow);
  }

  .pla-cat-parques {
    background: var(--pla-turq);
  }

  .pla-cat-viajes {
    background: var(--pla-purple);
  }

  .pla-cat-hoteles {
    background: #ef3b79;
  }

  .pla-cat-shopping {
    background: #ffb51b;
  }

  .pla-cat-mas {
    background: #8a45d6;
  }

  .pla-gate-cat strong {
    display: block;
    font-size: 10.5px;
    line-height: 1.15;
    font-weight: 950;
    text-transform: uppercase;
  }


  /* Prueba: ocultar categorias y subir Ofertas destacadas */
  .pla-gate-category-strip {
    display: none;
  }

  .pla-gate-hero .pla-gate-section {
    margin-top: 34px;
  }

  /* Ofertas */
  .pla-gate-section {
    max-width: 1180px;
    margin: 34px auto 0;
    padding: 0 8px;
  }

  .pla-gate-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
  }

  .pla-gate-section-head h2 {
    margin: 0;
    color: var(--pla-navy);
    font-size: 24px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .pla-gate-section-head a {
    color: var(--pla-turq) !important;
    font-weight: 950;
    font-size: 14px;
    text-decoration: none !important;
  }

  .pla-offers-carousel {
    position: relative;
  }

  .pla-gate-offers {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: none;
    padding: 3px 4px 16px;
    -webkit-overflow-scrolling: touch;
  }

  .pla-offers-arrow {
    display: flex;
    position: absolute;
    top: calc(50% - 8px);
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: var(--pla-navy);
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(6, 27, 53, .22);
    z-index: 2;
  }

  .pla-offers-arrow:hover {
    background: var(--pla-turq);
    color: #fff;
  }

  .pla-offers-arrow-prev {
    left: -48px;
  }

  .pla-offers-arrow-next {
    right: -48px;
  }

  .pla-offer-card {
    flex: 0 0 238px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    color: var(--pla-navy) !important;
    text-decoration: none !important;
    box-shadow: none;
    border: 1px solid rgba(6, 27, 53, .10);
    scroll-snap-align: start;
    transition: transform .2s, box-shadow .2s, border-color .2s;
  }

  .pla-offer-card:hover,
  .pla-offer-card:focus,
  .pla-offer-card:focus-visible {
    transform: none;
    box-shadow: none;
    border: 1px solid rgba(6, 27, 53, .10);
    outline: none;
  }

  .pla-offers-more-btn {
    display: none;
  }

  .pla-offer-image {
    height: 158px;
    background:
      radial-gradient(circle at 70% 18%, rgba(238, 44, 126, .45), transparent 34%),
      linear-gradient(135deg, #061b35 0%, #0b284e 100%);
    position: relative;
    overflow: hidden;
  }

  .pla-offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pla-offer-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(6, 27, 53, .55) 100%);
  }

  .pla-offer-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background: var(--pla-pink);
    color: #fff;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 950;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(238, 44, 126, .35);
  }

  .pla-offer-info {
    min-height: 150px;
    padding: 12px 13px 8px;
    display: flex;
    flex-direction: column;
  }

  .pla-offer-info h3 {
    margin: 0 0 3px;
    color: var(--pla-navy);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
  }

  .pla-offer-info p {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.3;
    font-weight: 600;
  }

  .pla-offer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
  }

  .pla-offer-price strong {
    display: block;
    color: var(--pla-pink);
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
  }

  .pla-offer-price del {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 700;
  }

  .pla-offer-save {
    min-width: 74px;
    background: rgba(0, 184, 200, .16);
    color: #000;
    border: 1px solid rgba(0, 143, 157, .18);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 950;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(0, 143, 157, .12);
  }

  /* Ventajas */
  .pla-gate-benefits-box {
    max-width: 1180px;
    margin: 24px auto 0;
    background: linear-gradient(135deg, #061b35 0%, #08284c 100%);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    color: #fff;
    padding: 22px 28px 28px;
    overflow: hidden;
    position: relative;
  }

  .pla-gate-benefits-box::after {
    content: '';
    position: absolute;
    left: 120px;
    right: 120px;
    bottom: -52px;
    height: 68px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--pla-turq), var(--pla-yellow), var(--pla-pink), var(--pla-purple));
  }

  .pla-gate-benefits-box h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 0 20px;
    color: var(--pla-turq);
    font-size: 18px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .03em;
  }

  .pla-gate-benefits-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }

  .pla-gate-benefit {
    text-align: center;
    padding: 0 18px;
    border-right: 1px solid rgba(255, 255, 255, .16);
  }

  .pla-gate-benefit:last-child {
    border-right: 0;
  }

  .pla-gate-benefit span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .22);
  }

  .pla-gate-benefit:nth-child(4n+1) span {
    background: var(--pla-turq);
  }

  .pla-gate-benefit:nth-child(4n+2) span {
    background: var(--pla-yellow);
  }

  .pla-gate-benefit:nth-child(4n+3) span {
    background: var(--pla-pink);
  }

  .pla-gate-benefit:nth-child(4n+4) span {
    background: var(--pla-purple);
  }

  .pla-gate-benefit strong {
    display: block;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 6px;
  }

  .pla-gate-benefit small {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: 11.5px;
    line-height: 1.35;
  }

  /* Pasos */
  .pla-gate-steps {
    max-width: 1060px;
    margin: 28px auto 46px;
    text-align: center;
  }

  .pla-gate-steps h2 {
    color: var(--pla-navy);
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .pla-gate-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
  }

  .pla-gate-step {
    color: var(--pla-navy);
  }

  .pla-gate-step-number {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: var(--pla-turq);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
  }

  .pla-gate-step:nth-child(2) .pla-gate-step-number {
    background: var(--pla-yellow);
    color: #061b35;
  }

  .pla-gate-step:nth-child(3) .pla-gate-step-number {
    background: var(--pla-pink);
  }

  .pla-gate-step:nth-child(4) .pla-gate-step-number {
    background: var(--pla-purple);
  }

  .pla-gate-step strong {
    display: block;
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 4px;
  }

  .pla-gate-step small {
    display: block;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
  }

  /* Login modal */
  .pla-login-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(6, 27, 53, .60);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 24px;
  }

  .pla-login-panel.pla-open {
    display: flex;
  }

  .pla-login-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    animation: plaLoginPop .22s ease;
  }

  @keyframes plaLoginPop {
    from {
      transform: translateY(12px);
      opacity: 0;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .pla-login-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f4f7fb;
    color: var(--pla-navy);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pla-login-close:hover {
    background: #e8edf5;
  }

  .pla-login-card h2 {
    margin: 0 0 8px;
    color: var(--pla-navy);
    font-size: 28px;
    font-weight: 950;
  }

  .pla-login-card p {
    margin: 0 0 22px;
    color: #64748b;
    font-size: 15px;
  }

  /* Forzar el color de marca turquesa en el formulario de login, en vez del amarillo por defecto */
  .pla-login-card .ht-fl-wrap input:focus {
    border-color: var(--pla-turq) !important;
    box-shadow: 0 0 0 4px rgba(0, 172, 172, .16) !important;
  }

  .pla-login-card .ht-forgot,
  .pla-login-card .ht-eye-btn:hover {
    color: var(--pla-turq) !important;
  }

  .pla-login-card .ht-btn-submit {
    background: linear-gradient(135deg, var(--pla-turq), #00c2c2) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(0, 172, 172, .22) !important;
    text-transform: uppercase;
    letter-spacing: .02em;
  }

  .pla-login-card .ht-btn-submit:hover {
    background: linear-gradient(135deg, var(--pla-turq), #00c2c2) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(0, 172, 172, .28) !important;
  }

  /* Modal: oferta solo para socios */
  .pla-offer-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(6, 27, 53, .60);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 24px;
  }

  .pla-offer-modal.pla-open {
    display: flex;
  }

  .pla-offer-modal-card {
    position: relative;
    width: 100%;
    max-width: 460px;
    max-height: 90vh;
    overflow-y: auto;
    background: linear-gradient(135deg, #061b35 0%, #08284c 100%);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 26px;
    padding: 44px 40px 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .40);
    animation: plaLoginPop .22s ease;
    color: #ffffff;
    overflow-x: hidden;
  }

  .pla-offer-modal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--pla-turq), var(--pla-yellow), var(--pla-pink), var(--pla-purple));
  }

  .pla-offer-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .10);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pla-offer-modal-close:hover {
    background: rgba(255, 255, 255, .18);
  }

  .pla-offer-modal-eyebrow {
    display: block;
    color: var(--pla-turq-2);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px;
  }

  .pla-offer-modal-title {
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: 950;
    line-height: 1.15;
    color: #ffffff;
  }

  .pla-offer-modal-divider {
    width: 56px;
    height: 3px;
    border-radius: 99px;
    background: var(--pla-turq);
    margin-bottom: 20px;
  }

  .pla-offer-modal-text {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.5;
  }

  .pla-offer-modal-text strong {
    color: #ffffff;
  }

  .pla-offer-modal-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(0, 172, 172, .14);
    border: 1px solid rgba(0, 172, 172, .30);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
  }

  .pla-offer-modal-highlight-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pla-turq);
    color: #ffffff;
    font-size: 20px;
  }

  .pla-offer-modal-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding: 16px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pla-turq), #00c2c2);
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(0, 172, 172, .30);
    transition: transform .15s ease, box-shadow .15s ease;
  }

  .pla-offer-modal-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(0, 172, 172, .38);
  }

  .pla-offer-modal-how-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin-top: 16px;
    color: var(--pla-turq-2) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .pla-offer-modal-how-link:hover {
    color: #ffffff !important;
  }

  /* Footer CTA */
  .pla-gate-sticky-cta {
    position: static;
    z-index: 20;
    width: min(980px, calc(100vw - 120px));
    margin: 14px auto 0;
    background: #ffffff;
    color: var(--pla-navy);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 0 22px;
    box-shadow: none;
    border-top: 0;
    border-radius: 0;
  }

  .pla-gate-sticky-cta strong {
    font-size: 20px;
    line-height: 1;
  }

  .pla-gate-sticky-cta strong span {
    color: var(--pla-turq);
  }

  .pla-gate-sticky-cta a {
    height: 38px;
    padding: 0 34px;
    border-radius: 10px;
    background: var(--pla-turq);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .pla-gate-sticky-price {
    font-size: 28px;
    font-weight: 950;
  }

  .pla-gate-sticky-price small {
    font-size: 14px;
  }

  /* Responsive */
  @media (max-width: 767px) {
    .pla-gate-header {
      padding: 14px 18px;
      justify-content: space-between;
    }

    .pla-gate-logo img {
      width: 118px;
    }

    .pla-gate-nav {
      display: none;
    }

    .pla-gate-header-actions {
      gap: 8px;
    }

    .pla-gate-login-link {
      font-size: 12px;
    }

    .pla-gate-header-btn {
      height: 38px;
      padding: 0 14px;
      font-size: 12px;
    }

    .pla-gate-hero {
      padding: 28px 16px 0;
    }

    .pla-gate-hero-inner {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .pla-gate-copy {
      padding-bottom: 30px;
    }

    .pla-gate-title {
      font-size: 44px;
    }

    .pla-gate-subtitle {
      font-size: 16px;
    }

    .pla-gate-price strong {
      font-size: 56px;
    }

    .pla-gate-visual {
      min-height: auto;
    }

    .pla-gate-preview-card {
      padding: 16px;
    }

    .pla-gate-preview-features {
      grid-template-columns: 1fr;
    }

    .pla-gate-actions {
      flex-direction: column;
      align-items: stretch;
    }

    .pla-gate-main-btn,
    .pla-gate-secondary-btn {
      width: 100%;
    }

    .pla-gate-category-strip {
      margin: 22px 16px 0;
      padding: 16px 12px;
      border-radius: 20px;
    }

    .pla-gate-category-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .pla-gate-cat {
      background: #f8fafc;
    }

    .pla-gate-section {
      padding: 0 16px;
    }

    .pla-gate-section-head h2 {
      font-size: 20px;
    }

    .pla-offer-card {
      flex-basis: 218px;
    }

    .pla-gate-benefits-box {
      margin: 24px 16px 0;
      padding: 26px 18px 34px;
      border-radius: 22px;
    }

    .pla-gate-benefits-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .pla-gate-benefit {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .16);
      padding: 0 0 18px;
    }

    .pla-gate-benefit:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .pla-gate-steps {
      padding: 0 18px;
    }

    .pla-gate-steps-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .pla-login-panel {
      padding: 0 16px;
    }

    .pla-gate-sticky-cta {
      display: none;
    }

    .pla-login-card .ht-fl-wrap input {
      min-height: 52px !important;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      font-size: 15px !important;
    }

    .pla-login-card .ht-btn-submit {
      display: inline-flex !important;
      align-self: center !important;
      width: auto !important;
      min-width: 200px !important;
      margin: 6px auto 0 !important;
      padding: 12px 28px !important;
      font-size: 13px !important;
    }
  }

  /* Ajuste escritorio: hero compacto para mostrar ofertas en primera vista */
  @media (min-width: 768px) {
    .pla-gate-hero {
      padding: 16px 30px 30px;
    }

    .pla-gate-hero-inner {
      width: min(1740px, calc(100vw - 120px));
      max-width: none;
      min-height: 438px;
      grid-template-columns: .72fr 1.28fr;
      align-items: start;
      padding-top: 14px;
    }

    .pla-gate-copy {
      padding-top: 10px;
      align-self: start;
    }

    .pla-gate-title {
      font-size: 68px;
      line-height: .94;
    }

    .pla-gate-subtitle {
      max-width: 520px;
      margin: 24px 0 24px;
      font-size: 21px;
      line-height: 1.45;
    }

    .pla-gate-price {
      margin-bottom: 18px;
    }

    .pla-gate-price strong {
      font-size: 82px;
    }

    .pla-gate-price em {
      font-size: 23px;
    }

    .pla-gate-main-btn,
    .pla-gate-secondary-btn {
      height: 58px;
      padding: 0 32px;
      border-radius: 13px;
      font-size: 15px;
    }

    .pla-gate-cancel {
      margin-top: 14px;
      font-size: 14px;
    }

    .pla-gate-visual {
      min-height: 450px;
      align-items: flex-start;
      margin-top: -34px;
      margin-right: -30px;
      overflow: visible;
    }

    .pla-gate-photo-hero {
      width: calc(100% + 64px);
      min-height: 494px;
      border-radius: 32px 0 0 32px;
    }

    .pla-gate-photo-hero img {
      min-height: 494px;
    }

    .pla-gate-photo-perks {
      left: 32px;
      right: 32px;
      bottom: 28px;
      padding: 14px 18px;
    }

    .pla-gate-hero .pla-gate-section {
      width: min(1740px, calc(100vw - 120px));
      max-width: none;
      margin-top: 18px;
    }
  }

  /* Hero con imagen completa de Planazo */
  @media (min-width: 768px) {
    .pla-gate-hero {
      min-height: clamp(560px, 38.5vw, 778px);
      padding: 0;
      background-color: #061b35;
    }

    .pla-gate-hero::before,
    .pla-gate-hero::after,
    .pla-gate-ring {
      display: none;
    }

    .pla-gate-hero-inner {
      width: min(1800px, calc(100vw - 100px));
      min-height: 610px;
      grid-template-columns: 660px 1fr;
      align-items: start;
      padding-top: 64px;
    }

    .pla-gate-copy {
      padding-top: 0;
      margin-left: 28px;
      align-self: start;
      max-width: 650px;
    }

    .pla-gate-title,
    .pla-gate-price strong,
    .pla-gate-price em {
      color: #fff;
    }

    .pla-gate-title strong {
      color: var(--pla-turq);
    }

    .pla-gate-subtitle,
    .pla-gate-price span,
    .pla-gate-cancel {
      color: rgba(255, 255, 255, .9);
    }

    .pla-gate-secondary-btn {
      background: rgba(255, 255, 255, .1);
      color: #fff !important;
      border: 1px solid rgba(255, 255, 255, .35);
    }

    .pla-gate-title {
      font-size: 78px;
      line-height: .94;
    }

    .pla-gate-subtitle {
      max-width: 640px;
      margin: 30px 0 28px;
      font-size: 22px;
      line-height: 1.45;
    }

    .pla-gate-price strong {
      font-size: 94px;
    }

    .pla-gate-hero .pla-gate-section {
      width: min(1800px, calc(100vw - 100px));
      max-width: none;
      margin-top: 0;
    }

    .pla-gate>.pla-gate-section,
    .pla-gate-steps {
      width: min(1780px, calc(100vw - 120px));
      max-width: none;
    }

    .pla-gate-benefits-box {
      width: min(1420px, calc(100vw - 180px));
      max-width: none;
    }

    .pla-gate>.pla-gate-section {
      padding: 0;
    }

    .pla-gate-offers {
      gap: 18px;
      mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 54px), transparent 100%);
      -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 54px), transparent 100%);
    }



    .pla-gate>.pla-gate-section .pla-offer-card {
      flex: 0 0 clamp(250px, calc((100% - 72px) / 5), 315px);
    }
  }

  /* Ajuste final movil Planazo */
  @media (max-width: 767px) {
    body#authentication {
      background: #fff !important;
    }

    .pla-gate {
      background: #fff;
      overflow-x: hidden;
    }

    .pla-gate-header {
      position: relative;
      z-index: 50;
      min-height: 74px;
      padding: 12px 18px;
      background: var(--pla-navy);
      box-shadow: none;
      justify-content: space-between;
      gap: 14px;
    }

    .pla-gate-logo {
      min-width: 0;
      flex: 0 0 auto;
    }

    .pla-gate-logo img {
      width: 112px;
      max-height: 52px;
      object-fit: contain;
    }

    .pla-gate-login-link {
      display: none;
    }

    .pla-gate-header-actions {
      margin-left: auto;
      flex: 0 0 auto;
    }

    .pla-gate-header-btn {
      height: 40px;
      padding: 0 16px;
      font-size: 12px;
      border-radius: 11px;
      box-shadow: 0 10px 24px rgba(0, 188, 200, .28);
    }

    .pla-gate-hero {
      left: auto;
      right: auto;
      width: auto;
      margin: 0;
      padding: 22px 18px 26px;
      min-height: auto;
      background:
        radial-gradient(circle at 86% 8%, rgba(0, 188, 200, .26), transparent 36%),
        linear-gradient(145deg, #061b35 0%, #07162d 58%, #111a3c 100%);
      color: #fff;
      border-bottom: 0;
    }

    .pla-gate-hero::before,
    .pla-gate-hero::after,
    .pla-gate-ring,
    .pla-gate-visual,
    .pla-gate-category-strip {
      display: none !important;
    }

    .pla-gate-hero-inner {
      display: block;
      width: 100%;
      min-height: 0;
      padding: 0;
    }

    .pla-gate-copy {
      max-width: 100%;
      padding: 0;
    }

    .pla-gate-title {
      max-width: 350px;
      font-size: clamp(42px, 14vw, 58px);
      line-height: .94;
      color: #fff;
      letter-spacing: 0;
    }

    .pla-gate-title strong {
      color: var(--pla-turq);
    }

    .pla-gate-subtitle {
      max-width: 350px;
      margin: 18px 0 20px;
      color: rgba(255, 255, 255, .92);
      font-size: 15px;
      line-height: 1.42;
    }

    .pla-gate-price {
      margin: 0 0 18px;
      gap: 8px;
      align-items: flex-end;
      color: #fff;
    }

    .pla-gate-price span {
      margin-bottom: 8px;
      color: rgba(255, 255, 255, .88);
      font-size: 14px;
    }

    .pla-gate-price strong {
      color: #fff;
      font-size: clamp(56px, 17vw, 72px);
      letter-spacing: -.06em;
    }

    .pla-gate-price em {
      margin-bottom: 8px;
      color: #fff;
      font-size: 16px;
    }

    .pla-gate-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      width: min(100%, 340px);
    }

    .pla-gate-main-btn,
    .pla-gate-secondary-btn {
      width: 100%;
      height: 48px;
      border-radius: 12px;
      font-size: 14px;
    }

    .pla-gate-secondary-btn {
      color: #fff !important;
      background: rgba(255, 255, 255, .10);
      border-color: rgba(255, 255, 255, .34);
    }

    .pla-gate-cancel {
      margin-top: 14px;
      color: rgba(255, 255, 255, .9);
      font-size: 13px;
    }

    .pla-gate>.pla-gate-section,
    .pla-gate-steps {
      width: 100%;
      max-width: none;
      padding: 0 16px;
      margin-top: 24px;
      box-sizing: border-box;
    }

    .pla-gate-section-head {
      margin-bottom: 14px;
      align-items: flex-end;
      gap: 12px;
    }

    .pla-gate-section-head h2 {
      font-size: 22px;
      line-height: 1.05;
    }

    .pla-gate-section-head a {
      font-size: 12px;
      white-space: nowrap;
    }

    .pla-gate-offers {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
      overflow: visible;
      padding: 2px 2px 14px;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .pla-offers-arrow {
      display: none;
    }

    .pla-gate-offers .pla-offer-card:nth-child(n+7) {
      display: none !important;
    }

    .pla-gate-offers.pla-offers-expanded .pla-offer-card:nth-child(n+7) {
      display: flex !important;
    }

    .pla-gate-offers .pla-offer-card[data-pla-offer-clone],
    .pla-gate-offers.pla-offers-expanded .pla-offer-card[data-pla-offer-clone] {
      display: none !important;
    }

    .pla-offers-more-btn {
      display: flex;
      width: 100%;
      margin-top: 4px;
      height: 46px;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(0, 184, 200, .5);
      color: var(--pla-turq-2);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .02em;
      cursor: pointer;
    }

    .pla-gate>.pla-gate-section .pla-offer-card,
    .pla-offer-card {
      flex: 0 0 auto;
      width: 100%;
      min-height: 292px;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
    }

    .pla-offer-image {
      height: auto;
      aspect-ratio: 1200 / 750;
    }

    .pla-offer-info {
      min-height: 0;
      padding: 13px 14px 9px;
    }

    .pla-offer-title {
      font-size: 18px;
      line-height: 1.05;
    }

    .pla-offer-subtitle {
      margin-top: 6px;
      font-size: 13px;
      line-height: 1.25;
    }

    .pla-offer-price {
      margin-top: auto;
      align-items: flex-end;
    }

    .pla-gate-benefits-box {
      width: auto;
      max-width: none;
      margin: 22px 16px 0;
      padding: 18px 14px 18px;
      border-radius: 20px;
    }

    .pla-gate-benefits-box h2 {
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 16px;
    }

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

    .pla-gate-benefits-box::after {
      display: none;
    }

    .pla-gate-benefit:nth-child(3) {
      display: none;
    }

    /* La 3a tarjeta (rosa) se oculta en movil: reasignamos color a las que
     quedan visibles para que salgan las 4 distintas, sin repetir turquesa. */
    .pla-gate-benefit:nth-child(4) span {
      background: var(--pla-pink);
    }

    .pla-gate-benefit:nth-child(5) span {
      background: var(--pla-purple);
    }

    .pla-gate-benefit {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      min-height: 132px;
      text-align: left;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 14px;
      padding: 12px;
      background: rgba(255, 255, 255, .035);
    }

    .pla-gate-benefit:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .pla-gate-benefit-icon {
      margin: 0 0 8px;
    }

    .pla-gate-benefit strong {
      margin-top: 0;
    }

    .pla-gate-benefit p {
      margin-top: 5px;
      font-size: 12px;
      line-height: 1.24;
    }

    .pla-gate-sticky-cta {
      display: none;
    }
  }

  /* Correccion header movil visible */
  @media (max-width: 767px) {
    .pla-gate-header {
      display: flex !important;
      position: relative !important;
      top: auto !important;
      height: 82px !important;
      min-height: 82px !important;
      margin: 0 !important;
      padding: 18px 16px 10px !important;
      align-items: center !important;
      overflow: visible !important;
      border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
      background: #061b35 !important;
    }

    .pla-gate-logo img {
      width: 104px !important;
      max-height: 54px !important;
      display: block !important;
    }

    .pla-gate-header-btn {
      height: 38px !important;
      padding: 0 14px !important;
      line-height: 38px !important;
      transform: none !important;
    }

    .pla-gate-hero {
      padding-top: 18px !important;
    }
  }

  /* Reserva real de header movil */
  @media (max-width: 767px) {
    body#authentication .pla-gate {
      position: relative !important;
      padding-top: 78px !important;
    }

    body#authentication .pla-gate>.pla-gate-header {
      position: absolute !important;
      left: 0 !important;
      top: 0 !important;
      right: 0 !important;
      width: 100% !important;
      height: 78px !important;
      min-height: 78px !important;
      padding: 12px 16px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      background: #061b35 !important;
      z-index: 100 !important;
      overflow: hidden !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo,
    body#authentication .pla-gate>.pla-gate-header .pla-gate-header-actions {
      position: relative !important;
      z-index: 2 !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      width: 104px !important;
      max-height: 52px !important;
      object-fit: contain !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-header-btn {
      height: 36px !important;
      padding: 0 13px !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      white-space: nowrap !important;
    }

    body#authentication .pla-gate>.pla-gate-hero {
      margin-top: 0 !important;
    }
  }

  /* Acciones completas en header movil */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-header-actions {
      display: flex !important;
      align-items: center !important;
      gap: 7px !important;
      margin-left: auto !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-login-link {
      display: inline-flex !important;
      height: 36px !important;
      padding: 0 10px !important;
      border-radius: 10px !important;
      font-size: 0 !important;
      line-height: 1 !important;
      background: rgba(255, 255, 255, .08) !important;
      border: 1px solid rgba(255, 255, 255, .30) !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-login-link .material-icons {
      margin: 0 !important;
      font-size: 18px !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-header-btn {
      font-size: 11px !important;
      padding: 0 12px !important;
    }
  }

  /* Login movil como icono limpio */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-login-link {
      width: 30px !important;
      height: 36px !important;
      padding: 0 !important;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      color: #fff !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-login-link:hover {
      background: transparent !important;
      color: var(--pla-turq-2) !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-login-link .material-icons {
      display: block !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      color: currentColor !important;
      font-size: 22px !important;
      line-height: 1 !important;
    }
  }

  /* Alineaci�n del logo con las acciones del encabezado m�vil. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      height: 36px !important;
      display: inline-flex !important;
      align-items: center !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      width: 118px !important;
      max-height: 40px !important;
      object-fit: contain !important;
      object-position: center !important;
      transform: translateY(-8px) !important;
    }
  }

  /* Hero movil con arte final */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero {
      width: calc(100% - 16px) !important;
      max-width: 430px !important;
      aspect-ratio: 1098 / 1433 !important;
      min-height: 0 !important;
      margin: 0 auto !important;
      padding: 0 !important;
      border-radius: 0 !important;
      background: url('/ofertas/themes/01grid/assets/img/planazo/movilpla3.png?v=20260715') center top / 100% 100% no-repeat !important;
      overflow: hidden !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      position: relative !important;
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      display: block !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-copy {
      position: absolute !important;
      inset: 0 !important;
      max-width: none !important;
      padding: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      clip: rect(0 0 0 0) !important;
      white-space: nowrap !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      position: absolute !important;
      left: 5.2% !important;
      right: 5.2% !important;
      top: 68.4% !important;
      width: auto !important;
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 2.4% !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      height: auto !important;
      min-height: 0 !important;
      aspect-ratio: 9.1 / 1 !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 12px !important;
      background: transparent !important;
      box-shadow: none !important;
      color: transparent !important;
      font-size: 0 !important;
    }
  }

  /* Botones visibles sobre hero movil */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      left: 5.2% !important;
      right: 5.2% !important;
      top: 77.6% !important;
      gap: 10px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      height: 50px !important;
      min-height: 50px !important;
      aspect-ratio: auto !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      border-radius: 10px !important;
      padding: 0 16px !important;
      font-size: 14px !important;
      font-weight: 950 !important;
      text-transform: uppercase !important;
      letter-spacing: .01em !important;
      color: #fff !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn {
      background: var(--pla-turq) !important;
      border: 1px solid var(--pla-turq) !important;
      box-shadow: 0 12px 26px rgba(0, 184, 200, .28) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      background: rgba(255, 255, 255, .04) !important;
      border: 1px solid rgba(255, 255, 255, .38) !important;
      box-shadow: none !important;
    }
  }

  /* Color Planazo en Paga menos */
  .pla-gate-title strong {
    color: #00ACAC !important;
  }

  /* Verde Planazo consistente en landing auth */
  .pla-gate {
    --pla-turq: #00ACAC;
    --pla-turq-2: #20d5c7;
  }

  .pla-gate-main-btn,
  .pla-gate-header-btn,
  .pla-gate-sticky-cta a,
  .pla-gate-section-head a,
  .pla-offer-price,
  .pla-gate-sticky-cta strong span {
    color: #00ACAC !important;
  }

  .pla-gate-main-btn,
  .pla-gate-header-btn,
  .pla-gate-sticky-cta a {
    background: #00ACAC !important;
    border-color: #00ACAC !important;
    color: #fff !important;
  }

  .pla-gate-offers::-webkit-scrollbar-thumb {
    background: #00ACAC !important;
  }

  .pla-gate-offers {
    scrollbar-color: #00ACAC rgba(6, 27, 53, .16) !important;
  }

  .pla-gate-title strong,
  .pla-gate-section-head a:hover {
    color: #00ACAC !important;
  }
 
  @media (min-width: 768px) {
    .pla-gate-offers {
      mask-image: none !important;
      -webkit-mask-image: none !important;
      scrollbar-width: none !important;
    }

    .pla-gate-offers::-webkit-scrollbar {
      display: none !important;
    }
  }

  /* Hero movil a sangre completa */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero {
      width: 100% !important;
      max-width: 430px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      left: 5.6% !important;
      right: 5.6% !important;
    }
  }

  /* Ajuste fino botones hero movil */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      left: 5.6% !important;
      right: 5.6% !important;
      top: auto !important;
      bottom: 8.6% !important;
      gap: 7px !important;
      transform: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      height: 42px !important;
      min-height: 42px !important;
      border-radius: 9px !important;
      font-size: 13px !important;
    }
  }

  /* Estabilidad hero movil: altura fija y botones anclados abajo */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero {
      height: min(560px, calc(100vw * 1.31)) !important;
      max-height: 560px !important;
      background-image: url('/ofertas/themes/01grid/assets/img/planazo/movilpla3.png?v=20260717') !important;
      background-position: center top !important;
      background-size: 100% 100% !important;
      background-repeat: no-repeat !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      top: auto !important;
      bottom: 8.6% !important;
      left: 5.6% !important;
      right: 5.6% !important;
      transform: none !important;
    }
  }

  /* Ajuste final del hero de Planazo en m�vil. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      height: 42px !important;
      transform: translateY(-10px) !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      width: 138px !important;
      max-height: 44px !important;
      transform: none !important;
    }

    /* Sustituye visualmente el precio integrado en el arte por el precio vigente. */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      position: absolute !important;
      z-index: 5 !important;
      left: 6.5% !important;
      top: 39.2% !important;
      width: 286px !important;
      height: 72px !important;
      padding: 5px 8px !important;
      display: flex !important;
      align-items: baseline !important;
      gap: 7px !important;
      overflow: visible !important;
      clip: auto !important;
      white-space: nowrap !important;
      box-sizing: border-box !important;
      background: #031427 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price span {
      display: inline !important;
      width: auto !important;
      height: auto !important;
      overflow: visible !important;
      clip: auto !important;
      color: #fff !important;
      font-size: 12px !important;
      font-weight: 700 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong {
      display: inline !important;
      width: auto !important;
      height: auto !important;
      overflow: visible !important;
      clip: auto !important;
      color: #fff !important;
      font-size: 48px !important;
      font-weight: 900 !important;
      line-height: .95 !important;
      letter-spacing: -.05em !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price em {
      display: inline !important;
      width: auto !important;
      height: auto !important;
      overflow: visible !important;
      clip: auto !important;
      color: #fff !important;
      font-size: 12px !important;
      font-style: normal !important;
      font-weight: 700 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      position: absolute !important;
      z-index: 6 !important;
      top: 54.4% !important;
      left: 6.5% !important;
      right: 6.5% !important;
      width: auto !important;
      margin: 0 !important;
      padding: 7px 10px !important;
      border-radius: 999px !important;
      font-size: 10px !important;
      line-height: 1.2 !important;
      white-space: nowrap !important;
      box-sizing: border-box !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill strong {
      font-size: 12px !important;
    }
  }

  /* Pulido visual del precio y descuento en m�vil. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      height: 46px !important;
      transform: translateY(-14px) !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      width: 154px !important;
      max-height: 48px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      height: 64px !important;
      padding: 3px 6px !important;
      background: linear-gradient(90deg, #031427 0%, #031427 70%, rgba(3, 20, 39, 0) 100%) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      top: 53.2% !important;
      right: auto !important;
      width: auto !important;
      max-width: 178px !important;
      padding: 5px 8px !important;
      font-size: 9px !important;
      gap: 4px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill .material-icons {
      font-size: 12px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill strong {
      font-size: 10px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-discount-full {
      display: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-discount-short {
      display: inline !important;
    }
  }

  @media (min-width: 768px) {
    .pla-discount-short {
      display: none;
    }
  }

  /* Hero m�vil Planazo: foto transparente y contenido editable. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero {
      width: 100% !important;
      max-width: 430px !important;
      height: min(620px, calc(100vw * 1.54)) !important;
      min-height: 0 !important;
      margin: 0 auto !important;
      aspect-ratio: auto !important;
      background: linear-gradient(155deg, #061b35 0%, #031426 62%, #020d1e 100%) !important;
      overflow: hidden !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      position: relative !important;
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-copy {
      position: relative !important;
      inset: auto !important;
      z-index: 4 !important;
      display: block !important;
      width: auto !important;
      max-width: none !important;
      padding: 22px 24px 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      width: auto !important;
      height: auto !important;
      overflow: visible !important;
      clip: auto !important;
      white-space: normal !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      display: block !important;
      margin: 0 !important;
      color: #fff !important;
      font-size: clamp(34px, 9.5vw, 42px) !important;
      font-weight: 900 !important;
      line-height: .95 !important;
      letter-spacing: -.045em !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title strong {
      display: block !important;
      color: #00c6c6 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      display: block !important;
      max-width: 290px !important;
      margin: 14px 0 12px !important;
      color: rgba(255, 255, 255, .94) !important;
      font-size: 13px !important;
      font-weight: 600 !important;
      line-height: 1.35 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      position: relative !important;
      z-index: 5 !important;
      top: auto !important;
      left: auto !important;
      display: flex !important;
      align-items: baseline !important;
      gap: 6px !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      box-sizing: content-box !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price span {
      display: inline !important;
      color: #fff !important;
      font-size: 12px !important;
      font-weight: 700 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong {
      display: inline !important;
      color: #fff !important;
      font-size: 48px !important;
      font-weight: 900 !important;
      line-height: .9 !important;
      letter-spacing: -.06em !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price em {
      display: inline !important;
      color: #fff !important;
      font-size: 12px !important;
      font-style: normal !important;
      font-weight: 700 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      position: relative !important;
      z-index: 5 !important;
      top: auto !important;
      left: auto !important;
      right: auto !important;
      display: inline-flex !important;
      align-items: center !important;
      width: auto !important;
      max-width: 100% !important;
      margin: 8px 0 0 !important;
      padding: 5px 8px !important;
      border: 1px solid rgba(255, 255, 255, .3) !important;
      border-radius: 999px !important;
      background: rgba(2, 13, 30, .55) !important;
      color: #fff !important;
      font-size: 9.5px !important;
      line-height: 1.25 !important;
      white-space: normal !important;
      box-sizing: border-box !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill .material-icons {
      font-size: 11px !important;
      flex: 0 0 auto !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill strong {
      font-size: 10px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-discount-full {
      display: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-discount-short {
      display: inline !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      position: absolute !important;
      z-index: 2 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 34px !important;
      display: block !important;
      width: 100% !important;
      height: 365px !important;
      margin: 0 !important;
      margin-top: 8px !important;
      pointer-events: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero picture,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      max-width: none !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      object-fit: contain !important;
      object-position: bottom center !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      position: absolute !important;
      z-index: 6 !important;
      left: 24px !important;
      right: 24px !important;
      bottom: 42px !important;
      display: grid !important;
      gap: 8px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      height: 44px !important;
      min-height: 44px !important;
      font-size: 12px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      position: absolute !important;
      z-index: 7 !important;
      left: 24px !important;
      bottom: 14px !important;
      display: block !important;
      margin: 0 !important;
      color: #fff !important;
      font-size: 12px !important;
    }
  }

  /* Escalado proporcional hero escritorio Planazo */
  @media (min-width: 768px) {
    body#authentication .pla-gate {
      margin-top: -18px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero {
      min-height: clamp(440px, 34vw, 520px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      width: min(1800px, calc(100vw - clamp(64px, 5.2vw, 100px))) !important;
      min-height: clamp(440px, 34vw, 520px) !important;
      grid-template-columns: clamp(430px, 35vw, 660px) 1fr !important;
      padding-top: clamp(14px, 1.6vw, 28px) !important;
      align-items: end !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-copy {
      margin-left: clamp(18px, 1.7vw, 28px) !important;
      max-width: clamp(500px, 36vw, 650px) !important;
      align-self: end !important;
      padding-bottom: clamp(48px, 6vw, 90px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      font-size: clamp(54px, 4.1vw, 78px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      max-width: clamp(440px, 34vw, 640px) !important;
      margin: clamp(18px, 1.6vw, 30px) 0 clamp(18px, 1.5vw, 28px) !important;
      font-size: clamp(18px, 1.18vw, 22px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong {
      font-size: clamp(66px, 5vw, 94px) !important;
      font-family: 'Outfit', sans-serif !important;
      font-weight: 800 !important;
      letter-spacing: -0.03em !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      height: clamp(50px, 3.15vw, 58px) !important;
      padding: 0 clamp(24px, 1.7vw, 32px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      height: clamp(380px, 40vw, 600px) !important;
      min-height: 0 !important;
      margin-top: 0 !important;
      margin-right: 0 !important;
      overflow: visible !important;
      align-items: flex-end !important;
      justify-content: center !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero {
      width: 100% !important;
      max-width: 100% !important;
      height: clamp(380px, 40vw, 600px) !important;
      min-height: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      background: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      max-width: 100% !important;
      object-fit: cover !important;
      object-position: bottom center !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero::before {
      display: none !important;
    }
  }

  @media (min-width: 768px) and (max-width: 1360px) {
    body#authentication .pla-gate>.pla-gate-hero {
      min-height: clamp(420px, 40vw, 500px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      width: calc(100vw - 76px) !important;
      min-height: clamp(420px, 40vw, 500px) !important;
      grid-template-columns: clamp(390px, 39vw, 520px) 1fr !important;
      padding-top: clamp(12px, 1.8vw, 24px) !important;
      align-items: end !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-copy {
      margin-left: clamp(16px, 2.4vw, 42px) !important;
      align-self: end !important;
      padding-bottom: clamp(40px, 5vw, 70px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      font-size: clamp(48px, 5.2vw, 64px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      max-width: clamp(390px, 45vw, 560px) !important;
      font-size: clamp(16px, 1.65vw, 20px) !important;
      margin: 18px 0 20px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      margin-bottom: 16px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong {
      font-size: clamp(58px, 6.6vw, 76px) !important;
      font-family: 'Outfit', sans-serif !important;
      font-weight: 800 !important;
      letter-spacing: -0.03em !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price span,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price em {
      font-size: clamp(14px, 1.45vw, 18px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      height: clamp(46px, 4vw, 54px) !important;
      font-size: clamp(13px, 1.1vw, 15px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      margin-top: 12px !important;
      font-size: 13px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      height: clamp(320px, 38vw, 440px) !important;
      min-height: 0 !important;
      margin-top: 0 !important;
      margin-right: 0 !important;
      overflow: visible !important;
      align-items: flex-end !important;
      justify-content: center !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero {
      width: 100% !important;
      max-width: 100% !important;
      height: clamp(320px, 38vw, 440px) !important;
      min-height: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      background: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      max-width: 100% !important;
      object-fit: cover !important;
      object-position: bottom center !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero::before {
      display: none !important;
    }
  }

  /* =====================================================
   HERO MÓVIL DEFINITIVO VAYA PLANAZO
   ===================================================== */

  @media (max-width: 767px) {

    body#authentication .pla-gate {
      padding-top: 78px !important;
      background: #ffffff !important;
    }

    body#authentication .pla-gate>.pla-gate-hero {
      position: relative !important;
      width: 100% !important;
      max-width: 430px !important;
      height: auto !important;
      min-height: 680px !important;
      max-height: none !important;
      margin: 0 auto !important;
      padding: 18px 24px 20px !important;
      box-sizing: border-box !important;
      overflow: hidden !important;

      background:
        radial-gradient(circle at 78% 58%,
          rgba(0, 172, 172, .18) 0,
          rgba(0, 172, 172, .08) 34%,
          transparent 35%),
        linear-gradient(155deg,
          #061b35 0%,
          #031426 62%,
          #020d1e 100%) !important;

      background-image: none !important;
      aspect-ratio: auto !important;
    }

    body#authentication .pla-gate>.pla-gate-hero::before {
      content: '' !important;
      display: block !important;
      position: absolute !important;
      z-index: 1 !important;
      width: 410px !important;
      height: 410px !important;
      right: -115px !important;
      top: 245px !important;
      border: 8px solid rgba(0, 172, 172, .85) !important;
      border-radius: 50% !important;
      box-sizing: border-box !important;
      pointer-events: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero::after {
      content: '' !important;
      display: block !important;
      position: absolute !important;
      z-index: 1 !important;
      width: 315px !important;
      height: 315px !important;
      right: -35px !important;
      top: 290px !important;
      border: 3px solid rgba(0, 172, 172, .9) !important;
      border-radius: 50% !important;
      pointer-events: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      position: relative !important;
      z-index: 2 !important;
      display: flex !important;
      flex-direction: column !important;
      width: 100% !important;
      height: auto !important;
      min-height: 640px !important;
      padding: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-copy {
      position: static !important;
      display: contents !important;
      width: auto !important;
      padding: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      position: relative !important;
      order: 1 !important;
      display: block !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      overflow: visible !important;
      clip: auto !important;
      white-space: normal !important;

      color: #ffffff !important;
      font-size: clamp(40px, 11.5vw, 50px) !important;
      line-height: .92 !important;
      font-weight: 950 !important;
      letter-spacing: -.045em !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title strong {
      display: block !important;
      color: #00c6c6 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      position: relative !important;
      order: 2 !important;
      display: block !important;
      width: auto !important;
      height: auto !important;
      max-width: 330px !important;
      margin: 14px 0 14px !important;
      overflow: visible !important;
      clip: auto !important;
      white-space: normal !important;

      color: rgba(255, 255, 255, .94) !important;
      font-size: 14px !important;
      line-height: 1.4 !important;
      font-weight: 600 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      position: relative !important;
      order: 3 !important;
      left: auto !important;
      top: auto !important;
      z-index: 4 !important;

      display: flex !important;
      align-items: baseline !important;
      gap: 7px !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;

      overflow: visible !important;
      clip: auto !important;
      white-space: nowrap !important;
      background: transparent !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price span {
      color: #ffffff !important;
      font-size: 13px !important;
      font-weight: 700 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong {
      color: #ffffff !important;
      font-size: 57px !important;
      line-height: .9 !important;
      font-weight: 900 !important;
      letter-spacing: -.055em !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price em {
      color: #ffffff !important;
      font-size: 13px !important;
      font-style: normal !important;
      font-weight: 700 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      position: relative !important;
      order: 4 !important;
      z-index: 5 !important;
      left: auto !important;
      right: auto !important;
      top: auto !important;

      display: inline-flex !important;
      align-self: flex-start !important;
      align-items: center !important;
      gap: 5px !important;
      width: auto !important;
      max-width: 100% !important;
      margin: 10px 0 0 !important;
      padding: 4px 9px !important;

      border: 1px solid rgba(255, 255, 255, .28) !important;
      border-radius: 999px !important;
      background: rgba(255, 255, 255, .06) !important;
      color: #ffffff !important;
      font-size: 11px !important;
      white-space: nowrap !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-discount-full {
      display: inline !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-discount-short {
      display: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      position: relative !important;
      order: 5 !important;
      z-index: 3 !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;

      display: block !important;
      width: calc(100% + 48px) !important;
      height: 285px !important;
      min-height: 0 !important;
      margin: -3px -24px -10px !important;
      pointer-events: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      border-radius: 0 !important;
      overflow: visible !important;
      background: transparent !important;
      box-shadow: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero::before,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero::after {
      display: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero picture,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      object-fit: contain !important;
      object-position: center bottom !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      position: relative !important;
      order: 6 !important;
      z-index: 8 !important;
      left: auto !important;
      right: auto !important;
      bottom: auto !important;

      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 8px !important;
      width: 100% !important;
      margin: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      width: 100% !important;
      height: 44px !important;
      min-height: 44px !important;
      padding: 0 14px !important;
      border-radius: 10px !important;
      font-size: 12px !important;
      font-weight: 950 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn {
      background: #00acac !important;
      border: 1px solid #00acac !important;
      color: #ffffff !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      background: rgba(255, 255, 255, .04) !important;
      border: 1px solid rgba(255, 255, 255, .38) !important;
      color: #ffffff !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      position: relative !important;
      order: 7 !important;
      left: auto !important;
      bottom: auto !important;
      z-index: 8 !important;

      display: flex !important;
      width: auto !important;
      height: auto !important;
      margin: 10px 0 0 !important;
      overflow: visible !important;
      clip: auto !important;
      white-space: normal !important;

      color: rgba(255, 255, 255, .92) !important;
      font-size: 12px !important;
    }
  }

  /* FONDO AZUL MARINO Y SIN CÍRCULOS CSS EN MÓVIL */
  @media (max-width: 767px) {

    body#authentication .pla-gate>.pla-gate-hero {
      background: #061b35 !important;
      background-image: none !important;
    }

    /* Quita los dos círculos creados mediante CSS */
    body#authentication .pla-gate>.pla-gate-hero::before,
    body#authentication .pla-gate>.pla-gate-hero::after {
      content: none !important;
      display: none !important;
      border: 0 !important;
      background: none !important;
    }

    /* Quita otros anillos decorativos del hero */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-ring,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-ring--1,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-ring--2,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-ring--3 {
      display: none !important;
    }

    /* La caja de la familia queda transparente:
     se mantiene únicamente el círculo que ya lleva la propia imagen */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero {
      background: transparent !important;
      background-image: none !important;
      box-shadow: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero::before,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero::after {
      content: none !important;
      display: none !important;
    }
  }

  /* AJUSTES FINOS HERO MÓVIL */
  @media (max-width: 767px) {

    /* Elimina la línea blanca superior */
    html,
    body#authentication,
    body#authentication #wrapper,
    body#authentication #main,
    body#authentication #content,
    body#authentication .pla-gate {
      margin-top: 0 !important;
      padding-top: 0 !important;
      border-top: 0 !important;
    }

    body#authentication .pla-gate {
      padding-top: 78px !important;
      margin-top: -18px !important;
    }

    body#authentication .pla-gate>.pla-gate-header {
      background: #061b35 !important;
    }



    /* Descripción más pequeña y compacta */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      max-width: 315px !important;
      margin: 10px 0 6px !important;
      font-size: 13px !important;
      line-height: 1.35 !important;
      font-weight: 600 !important;
    }

    /* Precio subido y pill de descuento más pequeña, alineada con el precio */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      margin: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      margin: 6px 0 0 !important;
      padding: 3px 8px !important;
      font-size: 9px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill .material-icons {
      font-size: 10px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill strong {
      font-size: 9.5px !important;
    }

    /* Familia más grande y un poco más abajo */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      width: calc(100% + 70px) !important;
      height: 345px !important;
      margin: 6px -35px -34px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero picture,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
      object-position: center bottom !important;
      transform: scale(1.18) !important;
      transform-origin: center bottom !important;
    }

    /* Botones justo a los pies de la foto */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      margin-top: -18px !important;
    }
  }

  /* AJUSTE FINAL: logo más grande, hero más compacto (título, precio, foto y botones) */
  @media (max-width: 767px) {

    /* Logo más grande en el header */
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      height: 52px !important;
      transform: translateY(-16px) !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      width: 178px !important;
      max-height: 56px !important;
    }

    /* Menos aire arriba para subir todo el bloque de texto */
    body#authentication .pla-gate>.pla-gate-hero {
      padding-top: 10px !important;
    }

    /* Título pegado arriba */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      margin: 0 !important;
    }

    /* Subtítulo más pegado al título */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      margin: 8px 0 4px !important;
    }

    /* Precio justo debajo del subtítulo */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      margin: 0 !important;
    }

    /* Pill de descuento pegada al precio */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      margin: 4px 0 0 !important;
    }

    /* Foto de familia: se sube un poco */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      margin: -4px -35px -34px !important;
    }

    /* Botones justo a la altura de los pies de la familia */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      margin-top: -30px !important;
    }
  }

  /* AJUSTE FINO 2: logo un poco más grande, precio+pill más arriba, botones más subidos */
  @media (max-width: 767px) {

    /* Logo un pelín más grande */
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      height: 56px !important;
      transform: translateY(-18px) !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      width: 192px !important;
      max-height: 60px !important;
    }

    /* Precio y pill más pegados al subtítulo, subiendo su posición */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      margin-bottom: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      margin-top: -4px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      margin-top: 2px !important;
    }

    /* Botones más subidos, superpuestos a la foto */
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      margin-top: -85px !important;
    }
  }

  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero {
      min-height: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      min-height: 0 !important;
    }
  }

  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      width: 100% !important;
      justify-content: flex-start !important;
      align-self: stretch !important;
    }
  }

  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      padding-left: 2px !important;
    }
  }

  @media (max-width: 767px) {

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      box-sizing: border-box !important;
      position: relative !important;
      left: 0 !important;
      right: auto !important;
      margin-left: 0 !important;
      padding-left: 0 !important;
      text-indent: 0 !important;
      transform: none !important;
    }
  }

  /* Composición móvil: texto, precio y foto de familia en una columna limpia. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero {
      padding: 14px 24px 22px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      min-height: 0 !important;
      gap: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      align-self: stretch !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      font-size: clamp(38px, 10.8vw, 48px) !important;
      line-height: .94 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      max-width: 320px !important;
      margin: 10px 0 8px !important;
      font-size: 13px !important;
      line-height: 1.35 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      align-items: baseline !important;
      margin: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      align-self: flex-start !important;
      margin: 4px 0 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      order: 5 !important;
      width: calc(100% + 48px) !important;
      height: 300px !important;
      margin: -2px -24px 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero picture,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      transform: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      order: 6 !important;
      width: 100% !important;
      margin: -10px 0 0 !important;
      gap: 10px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      width: 100% !important;
      height: 48px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      order: 7 !important;
      justify-content: center !important;
      margin-top: 12px !important;
    }
  }

  /* Ajuste visual final del hero móvil. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      transform: translateY(-8px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      transform: translateY(-6px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      transform: translateY(-7px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      width: calc(100% + 70px) !important;
      height: 355px !important;
      margin: -10px -35px -20px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero picture,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      transform: scale(1.18) !important;
      transform-origin: center bottom !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      margin-top: -88px !important;
      position: relative !important;
      z-index: 6 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      position: relative !important;
      z-index: 6 !important;
    }
  }

  /* Microajuste de altura del precio y las llamadas a la acción en móvil. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price {
      transform: translateY(-20px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill {
      transform: translateY(-21px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      margin-top: -108px !important;
    }
  }






  /* Precio Planazo: tipografía más limpia y menos pesada. */
  .pla-gate-price strong,
  .pla-gate-sticky-price {
    font-family: 'Outfit', 'Segoe UI', Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.055em !important;
  }


  /* Unifica el precio grande con el estilo ligero del alta. */
  .pla-gate-price strong,
  .pla-gate-price strong .pla-price-euro,
  .pla-gate-sticky-price,
  .pla-gate-sticky-price .pla-price-euro {
    font-family: 'Outfit', 'Segoe UI', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-synthesis: none !important;
    letter-spacing: -0.055em !important;
  }


  /* Precio principal de portada: versión más ligera y editorial. */
  body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong,
  body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong .pla-price-euro {
    font-family: 'BrinnanRegular', 'Segoe UI', Arial, sans-serif !important;
    font-weight: 400 !important;
    font-synthesis: none !important;
    letter-spacing: -0.04em !important;
  }


  /* Precio unificado con el formulario de alta. */
  body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong,
  body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong .pla-price-euro {
    font-family: 'Outfit', 'Segoe UI', Arial, sans-serif !important;
    font-weight: 700 !important;
    font-synthesis: none !important;
    letter-spacing: -0.055em !important;
  }


  /* Móvil: bajar ligeramente el conjunto familia y llamadas a la acción. */
  @media (max-width: 767px) {

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel {
      transform: translateY(13px) !important;
    }
  }

  /* "Como funciona" visible en movil, debajo del bloque de cancelacion (en escritorio ya esta en el header y se mantiene oculto). */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-copy .pla-gate-how-link-mobile {
      display: block !important;
      order: 8 !important;
      width: 100% !important;
      margin-top: 12px !important;
      text-align: center !important;
      color: var(--pla-turq) !important;
      font-size: 13px !important;
      font-weight: 700 !important;
      text-decoration: underline !important;
    }
  }

  /* Foto de familia un poco mas ancha en movil. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      width: calc(100% + 110px) !important;
      margin: -10px -55px -20px !important;
    }
  }

  /* Header de la landing: ajuste estable para tablet */
  @media (min-width: 768px) and (max-width: 1200px) {
    body#authentication .pla-gate>.pla-gate-header {
      position: relative !important;
      display: flex !important;
      min-height: 72px !important;
      height: 72px !important;
      margin: 0 !important;
      padding: 8px 28px !important;
      box-sizing: border-box !important;
      overflow: hidden !important;
      align-items: center !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      min-width: 132px !important;
      height: 54px !important;
      margin: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      width: 132px !important;
      max-height: 54px !important;
      margin: 0 !important;
      object-fit: contain !important;
    }

    /* El hero se coloca siempre tras el alto real del header, sin solapes. */
    body#authentication .pla-gate>.pla-gate-hero {
      margin-top: 0 !important;
      padding-top: 34px !important;
    }
  }

  /* Header de la landing: aire visual adicional en tablet */
  @media (min-width: 768px) and (max-width: 1200px) {

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo,
    body#authentication .pla-gate>.pla-gate-header .pla-gate-nav,
    body#authentication .pla-gate>.pla-gate-header .pla-gate-header-actions {
      transform: translateY(4px) !important;
    }
  }

  /* Composición tablet fluida: evita recortes en 768–1024 px */
  @media (min-width: 768px) and (max-width: 1024px) {
    body#authentication .pla-gate>.pla-gate-hero {
      min-height: 0 !important;
      padding: 0 24px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-hero-inner {
      width: 100% !important;
      min-height: 500px !important;
      grid-template-columns: minmax(0, .95fr) minmax(280px, 1.05fr) !important;
      column-gap: 18px !important;
      padding-top: 42px !important;
      box-sizing: border-box !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-copy {
      min-width: 0 !important;
      max-width: none !important;
      margin-left: 0 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-title {
      font-size: clamp(44px, 6.6vw, 62px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-subtitle {
      max-width: 370px !important;
      margin: 16px 0 18px !important;
      font-size: clamp(14px, 1.75vw, 17px) !important;
      line-height: 1.38 !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price strong {
      font-size: clamp(56px, 7.8vw, 72px) !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price em {
      font-size: 17px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions {
      gap: 10px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-main-btn,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-secondary-btn {
      height: 46px !important;
      padding: 0 18px !important;
      font-size: 12px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual {
      min-width: 0 !important;
      min-height: 420px !important;
      height: 420px !important;
      margin: 0 !important;
      overflow: hidden !important;
      align-items: flex-end !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero {
      width: 100% !important;
      min-height: 0 !important;
      height: 100% !important;
      border-radius: 24px 24px 0 0 !important;
      box-shadow: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero::before {
      display: none !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero picture,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-photo-hero img {
      width: 100% !important;
      height: 100% !important;
      min-height: 0 !important;
      object-fit: contain !important;
      object-position: center bottom !important;
    }
  }
  /* Planazo: composición legible y alineada en monitores ultraanchos (5K). */
  @media (min-width: 3000px) {
    body#authentication .pla-gate {
      --pla-gate-ultra-width: 2400px;
    }

    body#authentication .pla-gate-header {
      min-height: 118px;
      padding-left: max(52px, calc((100vw - var(--pla-gate-ultra-width)) / 2));
      padding-right: max(52px, calc((100vw - var(--pla-gate-ultra-width)) / 2));
      gap: 42px;
    }

    body#authentication .pla-gate-logo {
      min-width: 250px;
    }

    body#authentication .pla-gate-logo img {
      width: 250px;
      max-height: 98px;
      margin-top: 16px;
    }

    body#authentication .pla-gate-nav {
      gap: 38px;
    }

    body#authentication .pla-gate-nav a {
      font-size: 16px;
    }

    body#authentication .pla-gate-header-actions {
      gap: 16px;
    }

    body#authentication .pla-gate-login-link,
    body#authentication .pla-gate-header-btn {
      height: 48px;
      padding-left: 22px;
      padding-right: 22px;
      font-size: 14px;
    }

    body#authentication .pla-login-panel {
      padding: 48px;
    }

    body#authentication .pla-login-card {
      width: min(680px, calc(100vw - 96px));
      max-width: none;
      padding: 46px;
      border-radius: 30px;
    }

    body#authentication .pla-login-card h2 {
      font-size: 38px;
    }

    body#authentication .pla-login-card p {
      font-size: 19px;
      line-height: 1.45;
    }

    body#authentication .pla-login-card .ht-fl-wrap input {
      min-height: 58px !important;
      font-size: 18px !important;
    }

    body#authentication .pla-login-card .ht-btn-submit {
      min-height: 54px !important;
      font-size: 16px !important;
    }
  }
  /* Escritorio: baja ligeramente el logo para que no roce el borde superior. */
  @media (min-width: 1201px) and (max-width: 2999px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      transform: translateY(12px) !important;
    }
  }
  /* M?vil: muestra el logo completo y da aire entre el subt?tulo y el precio. */
  @media (max-width: 767px) {
    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo {
      position: relative !important;
      top: 10px !important;
      transform: none !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-logo img {
      transform: none !important;
    }

    body#authentication .pla-gate>.pla-gate-header .pla-gate-header-actions {
      position: relative !important;
      top: 5px !important;
    }

    body#authentication .pla-gate>.pla-gate-hero .pla-gate-price,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-discount-pill,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-visual,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-actions,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-cancel,
    body#authentication .pla-gate>.pla-gate-hero .pla-gate-how-link-mobile {
      position: relative !important;
      top: 8px !important;
    }
  }
