/*
 * tarifas-subastas — escala compacta de "Cómo funciona".
 *
 * Esta página lleva su propio CSS dentro del contenido, guardado en la base
 * de datos. Esta hoja repite esas reglas con las tipografías y los espacios
 * ya ajustados, y se imprime después del contenido para prevalecer sobre él.
 * Generado a partir del CSS publicado; si se reedita la página en WordPress,
 * hay que regenerar este archivo.
 */

  /* =========================================================
     CORRECCIÓN DEL CONTENEDOR DE WORDPRESS
  ========================================================== */

  body.vcs-tarifas-activa,
  body:has(#vcs-tarifas-page) {
    overflow-x: hidden !important;
  }

  body.vcs-tarifas-activa main .entry-header,
  body.vcs-tarifas-activa main .page-header,
  body:has(#vcs-tarifas-page) main .entry-header,
  body:has(#vcs-tarifas-page) main .page-header {
    display: none !important;
  }

  body.vcs-tarifas-activa #secondary,
  body.vcs-tarifas-activa .sidebar,
  body.vcs-tarifas-activa .widget-area,
  body.vcs-tarifas-activa .sidebar-primary,
  body:has(#vcs-tarifas-page) #secondary,
  body:has(#vcs-tarifas-page) .content-area + .widget-area,
  body:has(#vcs-tarifas-page) .site-main + .widget-area {
    display: none !important;
  }

  body.vcs-tarifas-activa .vcs-tarifas-layout-host {
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body.vcs-tarifas-activa .vcs-tarifas-layout-wide,
  body:has(#vcs-tarifas-page) main:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) article:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) #primary:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .site-main:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .content-area:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .site-content:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .entry-content:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .page-content:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .wp-block-post-content:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .inside-article:has(#vcs-tarifas-page),
  body:has(#vcs-tarifas-page) .ast-container:has(#vcs-tarifas-page) {
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: 1 1 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  /* =========================================================
     SISTEMA VISUAL VENDECAR SUBASTAS
  ========================================================== */

  #vcs-tarifas-page,
  #vcs-tarifas-page *,
  #vcs-tarifas-page *::before,
  #vcs-tarifas-page *::after {
    box-sizing: border-box;
  }

  #vcs-tarifas-page {
    --vcs-navy: #061a45;
    --vcs-navy-2: #0a2b64;
    --vcs-blue: #0866df;
    --vcs-blue-dark: #0754bd;
    --vcs-blue-light: #eaf3ff;
    --vcs-blue-pale: #f4f8ff;
    --vcs-white: #ffffff;
    --vcs-text: #122443;
    --vcs-muted: #63718a;
    --vcs-line: #dbe5f1;
    --vcs-shadow: 0 22px 55px rgba(6, 26, 69, 0.1);

    position: relative;
    left: auto;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--vcs-white);
    color: var(--vcs-text);
    font-family:
      Inter,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Arial,
      Helvetica,
      sans-serif;
    font-size: 15px;
    line-height: 1.65;
    isolation: isolate;
  }

  #vcs-tarifas-page h1,
  #vcs-tarifas-page h2,
  #vcs-tarifas-page h3,
  #vcs-tarifas-page p {
    margin-top: 0;
  }

  #vcs-tarifas-page h1,
  #vcs-tarifas-page h2,
  #vcs-tarifas-page h3 {
    color: inherit;
    font-family: inherit;
    line-height: 1.08;
  }

  #vcs-tarifas-page a {
    text-decoration: none !important;
  }

  #vcs-tarifas-page button,
  #vcs-tarifas-page a,
  #vcs-tarifas-page summary {
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
  }

  #vcs-tarifas-page .vcs-tarifas-container {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
  }

  /* =========================================================
     HERO
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 8vw, 65px) 0;
    border-bottom: 1px solid var(--vcs-line);
    background:
      radial-gradient(
        circle at 88% 20%,
        rgba(8, 102, 223, 0.13) 0,
        rgba(8, 102, 223, 0) 30%
      ),
      linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);
  }

  #vcs-tarifas-page .vcs-tarifas-hero::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -110px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(8, 102, 223, 0.12);
    border-radius: 50%;
  }

  #vcs-tarifas-page .vcs-tarifas-hero::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -20px;
    width: 290px;
    height: 290px;
    border: 55px solid rgba(8, 102, 223, 0.045);
    border-radius: 50%;
  }

  #vcs-tarifas-page .vcs-tarifas-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.68fr);
    align-items: center;
    gap: clamp(31px, 7vw, 54px);
  }

  #vcs-tarifas-page .vcs-tarifas-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin-bottom: 17px;
    padding: 7px 12px;
    border: 1px solid #c9dcf7;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--vcs-blue-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  #vcs-tarifas-page .vcs-tarifas-label::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--vcs-blue);
    box-shadow: 0 0 0 5px rgba(8, 102, 223, 0.1);
  }

  #vcs-tarifas-page .vcs-tarifas-hero h1 {
    max-width: 760px;
    margin-bottom: 19px;
    color: var(--vcs-navy);
    font-size: clamp(34px, 5.4vw, 46px);
    font-weight: 950;
    letter-spacing: -0.045em;
  }

  #vcs-tarifas-page .vcs-tarifas-hero h1 span {
    color: var(--vcs-blue);
  }

  #vcs-tarifas-page .vcs-tarifas-intro {
    max-width: 710px;
    margin-bottom: 23px;
    color: var(--vcs-muted);
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.7;
  }

  #vcs-tarifas-page .vcs-tarifas-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }

  #vcs-tarifas-page .vcs-tarifas-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 17px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    transition:
      transform 0.18s ease,
      border-color 0.18s ease,
      background-color 0.18s ease,
      box-shadow 0.18s ease;
  }

  #vcs-tarifas-page .vcs-tarifas-button:hover {
    transform: translateY(-2px);
  }

  #vcs-tarifas-page .vcs-tarifas-button-primary {
    background: var(--vcs-blue);
    color: var(--vcs-white);
    box-shadow: 0 12px 26px rgba(8, 102, 223, 0.22);
  }

  #vcs-tarifas-page .vcs-tarifas-button-primary:hover {
    background: var(--vcs-blue-dark);
    color: var(--vcs-white);
    box-shadow: 0 15px 30px rgba(8, 102, 223, 0.28);
  }

  #vcs-tarifas-page .vcs-tarifas-button-secondary {
    border-color: #c8d6e8;
    background: var(--vcs-white);
    color: var(--vcs-navy);
  }

  #vcs-tarifas-page .vcs-tarifas-button-secondary:hover {
    border-color: var(--vcs-blue);
    background: var(--vcs-blue-light);
    color: var(--vcs-navy);
  }

  /* =========================================================
     TARJETA RESUMEN DEL HERO
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-summary {
    position: relative;
    overflow: hidden;
    padding: clamp(23px, 4vw, 28px);
    border-radius: 26px;
    background:
      radial-gradient(
        circle at 100% 0,
        rgba(45, 132, 255, 0.27),
        transparent 37%
      ),
      linear-gradient(145deg, var(--vcs-navy), var(--vcs-navy-2));
    color: var(--vcs-white);
    box-shadow: 0 28px 65px rgba(6, 26, 69, 0.22);
  }

  #vcs-tarifas-page .vcs-tarifas-summary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: var(--vcs-blue);
  }

  #vcs-tarifas-page .vcs-tarifas-summary-label {
    display: block;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  #vcs-tarifas-page .vcs-tarifas-summary-price {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    margin-bottom: 14px;
  }

  #vcs-tarifas-page .vcs-tarifas-summary-price strong {
    color: var(--vcs-white);
    font-size: clamp(35px, 6vw, 47px);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.055em;
    font-variant-numeric: tabular-nums;
  }

  #vcs-tarifas-page .vcs-tarifas-summary-price span {
    padding-bottom: 6px;
    color: #8fc2ff;
    font-size: 14px;
    font-weight: 900;
  }

  #vcs-tarifas-page .vcs-tarifas-summary-text {
    margin-bottom: 19px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.65;
  }

  #vcs-tarifas-page .vcs-tarifas-summary-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #vcs-tarifas-page .vcs-tarifas-summary-list li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 650;
  }

  #vcs-tarifas-page .vcs-tarifas-summary-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: rgba(70, 151, 255, 0.19);
    color: #a8d0ff;
    font-size: 11px;
    font-weight: 950;
  }

  /* =========================================================
     CONTENIDO PRINCIPAL
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-main {
    padding: clamp(43px, 8vw, 63px) 0;
    background: var(--vcs-white);
  }

  #vcs-tarifas-page .vcs-tarifas-section {
    scroll-margin-top: 120px;
  }

  #vcs-tarifas-page .vcs-tarifas-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
    align-items: end;
    gap: 29px;
    margin-bottom: 25px;
  }

  #vcs-tarifas-page .vcs-tarifas-overline {
    display: block;
    margin-bottom: 11px;
    color: var(--vcs-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  #vcs-tarifas-page .vcs-tarifas-section-heading h2 {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--vcs-navy);
    font-size: clamp(30px, 4.2vw, 35px);
    font-weight: 950;
    letter-spacing: -0.04em;
  }

  #vcs-tarifas-page .vcs-tarifas-section-heading p {
    margin-bottom: 2px;
    color: var(--vcs-muted);
    font-size: 15px;
    line-height: 1.75;
  }

  /* =========================================================
     TABLA DE TARIFAS
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-table-box {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid var(--vcs-line);
    border-radius: 22px;
    background: var(--vcs-white);
    box-shadow: var(--vcs-shadow);
  }

  #vcs-tarifas-page .vcs-tarifas-table {
    display: table !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    background: var(--vcs-white) !important;
  }

  #vcs-tarifas-page .vcs-tarifas-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  #vcs-tarifas-page .vcs-tarifas-table thead {
    display: table-header-group !important;
    background: var(--vcs-navy) !important;
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody {
    display: table-row-group !important;
  }

  #vcs-tarifas-page .vcs-tarifas-table tr {
    display: table-row !important;
  }

  #vcs-tarifas-page .vcs-tarifas-table th,
  #vcs-tarifas-page .vcs-tarifas-table td {
    display: table-cell !important;
    width: auto !important;
    max-width: none !important;
    border: 0 !important;
    text-align: left;
    vertical-align: middle;
  }

  #vcs-tarifas-page .vcs-tarifas-table thead th {
    padding: 19px 22px;
    background: var(--vcs-navy) !important;
    color: var(--vcs-white);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.01em;
  }

  #vcs-tarifas-page .vcs-tarifas-table thead th:last-child {
    background: var(--vcs-navy-2) !important;
    text-align: right;
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody tr {
    background: var(--vcs-white);
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody tr + tr {
    border-top: 1px solid var(--vcs-line);
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody tr:hover {
    background: #f8fbff;
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody td {
    padding: 19px 22px;
    color: var(--vcs-text);
    font-size: clamp(15px, 1.6vw, 15px);
    line-height: 1.4;
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody td:first-child {
    font-weight: 750;
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody td:last-child {
    color: var(--vcs-navy);
    font-size: clamp(14px, 1.7vw, 16px);
    font-weight: 950;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody tr:last-child {
    background: var(--vcs-blue-light);
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody tr:last-child td {
    color: var(--vcs-navy);
  }

  #vcs-tarifas-page .vcs-tarifas-table tbody tr:last-child td:last-child {
    color: var(--vcs-blue-dark);
  }

  #vcs-tarifas-page .vcs-tarifas-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid #cfe0f5;
    border-radius: 14px;
    background: var(--vcs-blue-pale);
    color: #4f627d;
    font-size: 13px;
    line-height: 1.65;
  }

  #vcs-tarifas-page .vcs-tarifas-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 23px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--vcs-blue);
    color: var(--vcs-white);
    font-size: 12px;
    font-weight: 900;
  }

  /* =========================================================
     PASOS
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-steps {
    margin-top: clamp(41px, 7vw, 49px);
  }

  #vcs-tarifas-page .vcs-tarifas-steps-header {
    max-width: 760px;
    margin-bottom: 22px;
  }

  #vcs-tarifas-page .vcs-tarifas-steps-header h2 {
    margin-bottom: 12px;
    color: var(--vcs-navy);
    font-size: clamp(30px, 3.8vw, 34px);
    font-weight: 950;
    letter-spacing: -0.035em;
  }

  #vcs-tarifas-page .vcs-tarifas-steps-header p {
    margin-bottom: 0;
    color: var(--vcs-muted);
    font-size: 15px;
  }

  #vcs-tarifas-page .vcs-tarifas-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  #vcs-tarifas-page .vcs-tarifas-step {
    padding: 20px;
    border: 1px solid var(--vcs-line);
    border-radius: 18px;
    background: var(--vcs-white);
    box-shadow: 0 13px 34px rgba(6, 26, 69, 0.06);
  }

  #vcs-tarifas-page .vcs-tarifas-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: var(--vcs-blue-light);
    color: var(--vcs-blue);
    font-size: 14px;
    font-weight: 950;
  }

  #vcs-tarifas-page .vcs-tarifas-step h3 {
    margin-bottom: 9px;
    color: var(--vcs-navy);
    font-size: 16px;
    font-weight: 900;
  }

  #vcs-tarifas-page .vcs-tarifas-step p {
    margin-bottom: 0;
    color: var(--vcs-muted);
    font-size: 13px;
    line-height: 1.7;
  }

  /* =========================================================
     REACTIVACIÓN DE CUENTA
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-reactivation {
    scroll-margin-top: 120px;
    margin-top: clamp(43px, 9vw, 66px);
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.38fr);
    align-items: center;
    gap: 28px;
    overflow: hidden;
    padding: clamp(27px, 5vw, 38px);
    border-radius: 26px;
    background:
      radial-gradient(
        circle at 100% 0,
        rgba(49, 139, 255, 0.25),
        transparent 34%
      ),
      linear-gradient(140deg, var(--vcs-navy), var(--vcs-navy-2));
    color: var(--vcs-white);
    box-shadow: 0 26px 62px rgba(6, 26, 69, 0.19);
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-box::before {
    content: "";
    position: absolute;
    right: 150px;
    bottom: -210px;
    width: 390px;
    height: 390px;
    border: 65px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-content,
  #vcs-tarifas-page .vcs-tarifas-reactivation-price {
    position: relative;
    z-index: 2;
  }

  #vcs-tarifas-page .vcs-tarifas-overline-light {
    color: #8fc2ff;
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-content h2 {
    margin-bottom: 13px;
    color: var(--vcs-white);
    font-size: clamp(30px, 4vw, 34px);
    font-weight: 950;
    letter-spacing: -0.04em;
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-content p {
    max-width: 700px;
    margin-bottom: 19px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.72;
  }

  #vcs-tarifas-page .vcs-tarifas-button-reactivation {
    background: var(--vcs-blue);
    color: var(--vcs-white);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  }

  #vcs-tarifas-page .vcs-tarifas-button-reactivation:hover {
    background: #1a78ec;
    color: var(--vcs-white);
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-price {
    padding: 21px 19px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.09);
    text-align: center;
    backdrop-filter: blur(12px);
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-price span,
  #vcs-tarifas-page .vcs-tarifas-reactivation-price strong,
  #vcs-tarifas-page .vcs-tarifas-reactivation-price small {
    display: block;
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-price span {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-price strong {
    color: var(--vcs-white);
    font-size: clamp(34px, 5vw, 40px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.05em;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }

  #vcs-tarifas-page .vcs-tarifas-reactivation-price small {
    margin-top: 7px;
    color: #9bc9ff;
    font-size: 15px;
    font-weight: 900;
  }

  /* =========================================================
     PREGUNTAS FRECUENTES
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-faq {
    margin-top: clamp(43px, 9vw, 65px);
  }

  #vcs-tarifas-page .vcs-tarifas-faq-header {
    max-width: 760px;
    margin-bottom: 21px;
  }

  #vcs-tarifas-page .vcs-tarifas-faq-header h2 {
    margin-bottom: 11px;
    color: var(--vcs-navy);
    font-size: clamp(30px, 4vw, 34px);
    font-weight: 950;
    letter-spacing: -0.04em;
  }

  #vcs-tarifas-page .vcs-tarifas-faq-header p {
    margin-bottom: 0;
    color: var(--vcs-muted);
    font-size: 15px;
  }

  #vcs-tarifas-page .vcs-tarifas-faq-list {
    display: grid;
    gap: 11px;
  }

  #vcs-tarifas-page .vcs-tarifas-question {
    overflow: hidden;
    border: 1px solid var(--vcs-line);
    border-radius: 16px;
    background: var(--vcs-white);
    box-shadow: 0 9px 25px rgba(6, 26, 69, 0.045);
  }

  #vcs-tarifas-page .vcs-tarifas-question summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 16px 36px 16px 18px;
    color: var(--vcs-navy);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
  }

  #vcs-tarifas-page .vcs-tarifas-question summary::-webkit-details-marker {
    display: none;
  }

  #vcs-tarifas-page .vcs-tarifas-question summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--vcs-blue-light);
    color: var(--vcs-blue);
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
    transition:
      transform 0.18s ease,
      background-color 0.18s ease;
  }

  #vcs-tarifas-page .vcs-tarifas-question[open] summary::after {
    background: var(--vcs-blue);
    color: var(--vcs-white);
    transform: translateY(-50%) rotate(45deg);
  }

  #vcs-tarifas-page .vcs-tarifas-answer {
    padding: 0 18px 18px;
    color: var(--vcs-muted);
    font-size: 13px;
    line-height: 1.75;
  }

  #vcs-tarifas-page .vcs-tarifas-answer p {
    margin-bottom: 0;
  }

  /* =========================================================
     CTA FINAL
  ========================================================== */

  #vcs-tarifas-page .vcs-tarifas-final-cta {
    margin-top: clamp(43px, 9vw, 65px);
    padding: clamp(29px, 6vw, 37px);
    border: 1px solid #cfdef1;
    border-radius: 24px;
    background:
      radial-gradient(
        circle at 92% 4%,
        rgba(8, 102, 223, 0.13),
        transparent 32%
      ),
      var(--vcs-blue-pale);
    text-align: center;
  }

  #vcs-tarifas-page .vcs-tarifas-final-cta h2 {
    max-width: 790px;
    margin: 0 auto 14px;
    color: var(--vcs-navy);
    font-size: clamp(30px, 4vw, 34px);
    font-weight: 950;
    letter-spacing: -0.04em;
  }

  #vcs-tarifas-page .vcs-tarifas-final-cta p {
    max-width: 710px;
    margin: 0 auto 25px;
    color: var(--vcs-muted);
    font-size: 15px;
  }

  #vcs-tarifas-page .vcs-tarifas-final-cta .vcs-tarifas-actions {
    justify-content: center;
  }

  #vcs-tarifas-page .vcs-tarifas-legal-text {
    max-width: 900px;
    margin: 24px auto 0 !important;
    color: #75839a !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  #vcs-tarifas-page .vcs-tarifas-text-link {
    color: var(--vcs-blue-dark);
    font-weight: 800;
  }

  #vcs-tarifas-page .vcs-tarifas-text-link:hover {
    color: var(--vcs-navy);
  }

  #vcs-tarifas-page a:focus-visible,
  #vcs-tarifas-page summary:focus-visible {
    outline: 3px solid rgba(8, 102, 223, 0.45);
    outline-offset: 4px;
  }

  /* =========================================================
     RESPONSIVE
  ========================================================== */

  @media (max-width: 900px) {
    #vcs-tarifas-page .vcs-tarifas-hero-grid,
    #vcs-tarifas-page .vcs-tarifas-section-heading,
    #vcs-tarifas-page .vcs-tarifas-reactivation-box {
      grid-template-columns: minmax(0, 1fr);
    }

    #vcs-tarifas-page .vcs-tarifas-summary {
      max-width: 590px;
    }

    #vcs-tarifas-page .vcs-tarifas-section-heading {
      align-items: start;
      gap: 14px;
    }

    #vcs-tarifas-page .vcs-tarifas-steps-grid {
      grid-template-columns: minmax(0, 1fr);
    }

    #vcs-tarifas-page .vcs-tarifas-reactivation-price {
      width: 100%;
    }
  }

  @media (max-width: 620px) {
    #vcs-tarifas-page {
      width: 100vw;
      max-width: 100vw;
    }

    #vcs-tarifas-page .vcs-tarifas-container {
      width: min(100% - 28px, 1200px);
    }

    #vcs-tarifas-page .vcs-tarifas-hero {
      padding: 41px 0 38px;
    }

    #vcs-tarifas-page .vcs-tarifas-hero-grid {
      gap: 28px;
    }

    #vcs-tarifas-page .vcs-tarifas-hero h1 {
      font-size: clamp(30px, 11vw, 35px);
    }

    #vcs-tarifas-page .vcs-tarifas-intro {
      font-size: 15px;
    }

    #vcs-tarifas-page .vcs-tarifas-actions {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
    }

    #vcs-tarifas-page .vcs-tarifas-button {
      width: 100%;
    }

    #vcs-tarifas-page .vcs-tarifas-summary {
      padding: 21px 19px;
      border-radius: 21px;
    }

    #vcs-tarifas-page .vcs-tarifas-main {
      padding: 37px 0 45px;
    }

    #vcs-tarifas-page .vcs-tarifas-table-box {
      border-radius: 17px;
    }

    #vcs-tarifas-page .vcs-tarifas-table col:first-child {
      width: 56% !important;
    }

    #vcs-tarifas-page .vcs-tarifas-table col:last-child {
      width: 44% !important;
    }

    #vcs-tarifas-page .vcs-tarifas-table thead th {
      padding: 14px 11px;
      font-size: 11px;
      line-height: 1.35;
    }

    #vcs-tarifas-page .vcs-tarifas-table tbody td {
      padding: 16px 11px;
      font-size: 12px;
      line-height: 1.42;
    }

    #vcs-tarifas-page .vcs-tarifas-table tbody td:last-child {
      font-size: 13px;
    }

    #vcs-tarifas-page .vcs-tarifas-note {
      padding: 14px;
    }

    #vcs-tarifas-page .vcs-tarifas-step {
      padding: 19px 17px;
    }

    #vcs-tarifas-page .vcs-tarifas-reactivation-box {
      padding: 23px 18px;
      border-radius: 21px;
    }

    #vcs-tarifas-page .vcs-tarifas-reactivation-price {
      padding: 19px 15px;
    }

    #vcs-tarifas-page .vcs-tarifas-question summary {
      min-height: 65px;
      padding: 14px 39px 14px 14px;
      font-size: 13px;
    }

    #vcs-tarifas-page .vcs-tarifas-question summary::after {
      right: 14px;
    }

    #vcs-tarifas-page .vcs-tarifas-answer {
      padding: 0 14px 15px;
    }

    #vcs-tarifas-page .vcs-tarifas-final-cta {
      padding: 27px 17px;
      border-radius: 21px;
    }
  }

  @media (max-width: 370px) {
    #vcs-tarifas-page .vcs-tarifas-table thead th,
    #vcs-tarifas-page .vcs-tarifas-table tbody td {
      padding-right: 9px;
      padding-left: 9px;
    }

    #vcs-tarifas-page .vcs-tarifas-table tbody td {
      font-size: 12px;
    }

    #vcs-tarifas-page .vcs-tarifas-table tbody td:last-child {
      font-size: 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #vcs-tarifas-page *,
    #vcs-tarifas-page *::before,
    #vcs-tarifas-page *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }
