      :root {
        --primary-blue: #00d1ff;
        --font-main: "Archivo", sans-serif;
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body,
      html {
        width: 100%;
        min-height: 100vh;
        font-family: var(--font-main);
        background-color: #000;
        background-image: url("https://estadisticas.ecuavisa.com/sites/gestor/2026/mediakit/background.png");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        color: #fff;
        overflow-x: hidden;
        scroll-behavior: smooth;
        line-height: 1.5;
      }

      .section-spacing {
        margin-bottom: 4rem;
      }

      .main-container {
        min-height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        padding: 4rem 8%;
        position: relative;
        overflow: hidden;
      }

      /* Header Content */
      .header-content {
        text-align: right;
        margin-bottom: 4rem;
      }

      .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 1.5rem;
      }

      .play-icon {
        width: 60px;
        height: 60px;
      }

      h1 {
        font-size: 3.8rem;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -1px;
      }

      .subtitle {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 3px;
        opacity: 0.8;
        margin-top: 0.5rem;
      }

      /* Body Content */
      .content-body {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        gap: 5%;
      }

      .visuals {
        position: relative;
        width: 55%;
      }

      .laptop-wrapper {
        width: 100%;
        max-width: 800px;
      }

      .img-desktop {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
      }

      .phone-wrapper {
        position: absolute;
        bottom: -5%;
        right: -5%;
        width: 30%;
        max-width: 200px;
      }

      .img-mobile {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
      }

      /* Stats */
      .stats {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        text-align: left;
      }

      .stat-item h2 {
        font-size: 3rem;
        font-weight: 900;
        color: var(--primary-blue);
        line-height: 1;
      }

      .stat-item h2 span {
        display: block;
        font-size: 1.1rem;
        color: #fff;
        font-weight: 700;
        margin-top: 0.8rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.9;
      }

      .source {
        font-size: 0.9rem;
        opacity: 0.6;
        margin-top: 1.5rem;
        font-weight: 500;
      }

      /* Footer elements */
      .swipe-icon {
        position: absolute;
        bottom: 3rem;
        right: 5%;
        width: 50px;
        opacity: 0.8;
      }

      /* Responsive Youtube Section */
      @media (max-width: 1200px) {
        .header-content h1 {
          font-size: 3rem;
        }
        .stat-item h2 {
          font-size: 2.5rem;
        }
      }

      @media (max-width: 768px) {
        .main-container {
          padding: 2.5rem 6%;
          min-height: auto;
          gap: 2rem;
        }

        .content-body {
          flex-direction: column;
          justify-content: center;
          gap: 1.5rem;
        }

        .visuals,
        .stats {
          width: 100%;
        }

        .header-content {
          text-align: center;
          margin-bottom: 2.5rem;
        }

        .title-wrapper {
          justify-content: center;
          gap: 1rem;
          margin-bottom: 0.5rem;
        }

        h1 {
          font-size: 1.6rem;
          line-height: 1.2;
        }

        .subtitle {
          font-size: 0.85rem;
          letter-spacing: 1px;
          line-height: 1.4;
          max-width: 85%;
          margin: 0.5rem auto 0;
        }

        .stat-item h2 {
          font-size: 1.8rem;
        }

        .stat-item h2 span {
          font-size: 0.8rem;
          margin-top: 0.4rem;
        }

        .play-icon {
          width: 40px;
          height: 40px;
          flex-shrink: 0;
        }

        .phone-wrapper {
          position: relative;
          right: auto;
          bottom: auto;
          width: 60%;
          margin: -2rem auto 0;
          max-width: 180px;
        }
      }

      /* ==========================================================================
      SECCIÓN: NOTICIEROS EN VIVO
      ========================================================================== */

      #noticieros-section {
        justify-content: flex-start;
        padding-top: 6rem;
      }

      .header-content-v2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 4rem;
      }

      .title-wrapper-v2 {
        display: flex;
        align-items: center;
        gap: 1.5rem;
      }

      .play-icon-v2 {
        width: 50px;
        height: 50px;
      }

      .header-content-v2 h1 {
        font-size: 2.8rem;
        font-weight: 800;
        line-height: 1.1;
      }

      .header-content-v2 h1 span {
        color: var(--primary-blue);
      }

      .commercial-tag {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 2px;
        margin-top: 2rem;
        opacity: 0.8;
        align-self: center;
      }

      /* Container de Tarjetas */
      .cards-container {
        display: flex;
        justify-content: space-between;
        gap: 2.5rem;
        width: 100%;
        margin-top: 1rem;
      }

      .program-card {
        flex: 1;
        background: rgb(30 58 138);
        border-radius: 24px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: 1px solid rgba(255, 255, 255, 0.05);
      }

      .program-card:hover {
        transform: translateY(-12px);
        /* background: rgba(30, 58, 138, 0.5); */
        border-color: rgba(0, 209, 255, 0.3);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
      }

      .card-image {
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
      }

      .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .card-info {
        padding: 2.5rem 2rem;
        text-align: left;
      }

      .card-info h3 {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
        line-height: 1.2;
      }

      .card-info .time {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 2.5rem;
        opacity: 0.7;
      }

      /* Stats dentro de la card */
      .card-stat {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
      }

      .card-stat p {
        font-size: 0.85rem;
        font-weight: 700;
        color: var(--primary-blue);
        letter-spacing: 1px;
        text-transform: uppercase;
      }

      .stat-number {
        font-size: 1.4rem;
        font-weight: 800;
        color: var(--primary-blue);
      }

      /* Footer de la sección */
      .footer-info-v2 {
        margin-top: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding-bottom: 2rem;
      }

      .source-v2 {
        font-size: 0.9rem;
        opacity: 0.6;
        font-weight: 600;
      }

      .swipe-icon-v2 {
        position: absolute;
        right: 0;
        width: 45px;
      }

      /* Responsive Noticieros */
      @media (max-width: 1024px) {
        .cards-container {
          flex-wrap: wrap;
          gap: 1.5rem;
        }
        .program-card {
          flex: none;
          width: calc(50% - 0.75rem);
        }
      }

      @media (max-width: 768px) {
        .program-card {
          width: 100%;
        }

        .header-content-v2 {
          align-items: center;
          margin-bottom: 2rem;
        }

        .title-wrapper-v2 {
          gap: 1rem;
          justify-content: center;
          width: 100%;
        }

        .play-icon-v2 {
          width: 40px;
          height: 40px;
          flex-shrink: 0;
        }

        .header-content-v2 h1 {
          font-size: 1.5rem;
          text-align: center;
          line-height: 1.2;
        }

        .commercial-tag {
          font-size: 0.8rem;
          margin-top: 0.8rem;
          text-align: center;
        }

        .card-info {
          padding: 1.5rem 1.2rem;
        }

        .card-info h3 {
          font-size: 1.3rem;
        }

        .card-info .time {
          font-size: 0.9rem;
          margin-bottom: 1.5rem;
        }

        .stat-number {
          font-size: 1.1rem;
        }
      }

      /* ==========================================================================
      SECCIÓN: AUSPICIOS (TEMPO DESIGN & SUEROX)
      ========================================================================== */

      #auspicios-section {
        justify-content: flex-start;
        padding-top: 5rem;
      }

      .auspicios-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        width: 100%;
        margin-top: 2rem;
        flex: 1;
      }

      .auspicio-panel {
        flex: 1;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      }

      .full-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      /* Footer de la sección Auspicios */
      .footer-info-v3 {
        margin-top: 3rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-bottom: 3rem;
      }

      .references-title {
        font-size: 1.5rem;
        font-weight: 800;
        letter-spacing: 3px;
        text-transform: uppercase;
        opacity: 0.9;
      }

      /* Responsive Auspicios */
      @media (max-width: 1024px) {
        .auspicios-container {
          flex-direction: column;
          gap: 2rem;
        }
        .auspicio-panel {
          width: 100%;
        }
      }

      @media (max-width: 768px) {
        .auspicios-container {
          gap: 1.5rem;
        }
      }

      /* ==========================================================================
      SECCIÓN: SOBREIMPOSICIÓN
      ========================================================================== */

      #sobreimposicion-section {
        justify-content: center;
      }

      .single-visual-container {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.08);
      }

      .full-width-img {
        width: 100%;
        height: auto;
        display: block;
      }

      /* ==========================================================================
      SECCIÓN: CAPÍTULOS PRODUCCIÓN NACIONAL
      ========================================================================== */

      #produccion-section .content-body {
        align-items: center;
        gap: 6rem;
        margin-top: 2rem;
      }

      .visuals-v2 {
        width: 55%;
      }

      .video-frame {
        width: 100%;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        margin-bottom: 2rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
      }

      .img-fluid-rounded {
        width: 100%;
        height: auto;
        display: block;
      }

      .image-caption {
        font-size: 1.6rem;
        font-weight: 800;
        letter-spacing: 1px;
        line-height: 1.2;
      }

      .image-caption span {
        font-size: 1.1rem;
        opacity: 0.7;
        font-weight: 600;
      }

      .stats-v2 {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
      }

      .stat-block h3 {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 1rem;
        opacity: 0.9;
      }

      .cyan-highlight {
        font-size: 3.5rem;
        font-weight: 900;
        color: var(--primary-blue);
        line-height: 1;
      }

      .info-block p {
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 1px;
        opacity: 0.9;
      }

      .package-block p {
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 1px;
        opacity: 0.8;
      }

      .package-block p span {
        font-weight: 800;
        color: #fff;
      }

      .source-v2-alt {
        font-size: 1rem;
        opacity: 0.6;
        font-weight: 600;
      }

      /* Responsive Producción Nacional */
      @media (max-width: 1024px) {
        #produccion-section .content-body {
          flex-direction: column;
          align-items: center;
          gap: 2rem;
        }
        .visuals-v2,
        .stats-v2 {
          width: 100%;
        }
        .stats-v2 {
          text-align: center;
          align-items: center;
          gap: 1.5rem;
        }
        .image-caption {
          font-size: 1.3rem;
          text-align: center;
          line-height: 1.3;
        }
        .image-caption span {
          font-size: 0.9rem;
        }
        .cyan-highlight {
          font-size: 2.2rem;
        }
        .info-block p,
        .package-block p {
          font-size: 1rem;
        }
      }

      /* ==========================================================================
      SECCIÓN FINAL
      ========================================================================== */

      #final-section {
        background-color: #160763 !important;
        background-image: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
      }

      .final-logo-container {
        width: 100%;
        max-width: 600px;
        padding: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .final-logo {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
      }

      /* ==========================================================================
      CSS DE index.html - Secciones integradas
      ========================================================================== */

      :root {
        --primary-bg: #1a0b70;
        --dark-bg: #0a0532;
        --accent-blue: #00bfff;
        --white: #ffffff;
        --soft-gray: #e0e0e0;
        --chart-ecuavisa: #00e5ff;
        --chart-tctv: #2d3436;
        --chart-teleama: #74b9ff;
        --chart-rts: #a29bfe;
        --chart-televic: #dfe6e9;
        --chart-oromar: #0984e3;
      }

      .c-blanco {
        color: var(--white);
      }

      /* --- COMÚN --- */
      section {
        min-height: 100vh;
        padding: 80px 4%;
        position: relative;
      }

      .nav-brands {
        display: flex;
        gap: 15px;
        font-weight: 700;
        font-size: 0.9rem;
        margin-bottom: 50px;
        color: var(--white);
        justify-content: flex-end;
        width: 100%;
        top: 30px;
        left: 0;
      }

      .nav-brands b {
        color: var(--accent-blue);
      }

      /* --- SECCIÓN 1: HERO --- */
      .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: radial-gradient(
          circle at center,
          var(--primary-bg) 0%,
          var(--dark-bg) 100%
        );
      }

      .ecuavisa-tag {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--accent-blue);
        letter-spacing: 4px;
        margin-bottom: 1rem;
        text-transform: uppercase;
      }

      .main-title {
        font-size: clamp(3.5rem, 10vw, 7rem);
        font-weight: 900;
        line-height: 0.9;
        text-transform: uppercase;
        margin-bottom: 2rem;
      }

      .logo-container {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .slogan {
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 2px;
        color: var(--accent-blue);
        text-transform: uppercase;
      }

      /* --- SECCIÓN 2: QUIÉNES SOMOS --- */
      .about {
        display: flex;
        align-items: center;
        background: linear-gradient(
          135deg,
          var(--dark-bg) 0%,
          var(--primary-bg) 100%
        );
      }

      .about-content {
        flex: 1;
        z-index: 2;
        max-width: 600px;
      }

      .about-title {
        color: var(--accent-blue);
      }

      .about-subtitle {
        font-size: 1.5rem;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 25px;
      }

      .about-text {
        font-size: 25px;
        color: var(--soft-gray);
        margin-bottom: 20px;
      }

      .about-image-container {
        flex: 1;
        display: flex;
        justify-content: flex-end;
      }

      .talents-placeholder {
        width: 100%;
        max-width: 550px;
      }

      .all-logos {
        width: 400px;
      }

      @media (max-width: 767px) {
        .all-logos {
          width: 100%;
        }
      }

      /* --- SECCIÓN 3: DATA SHARE --- */
      .data-share {
        text-align: center;
        background: #0d064d;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .share-title {
        font-size: clamp(2rem, 5vw, 4rem);
        font-weight: 900;
        text-transform: uppercase;
        margin-top: 40px;
        margin-bottom: 40px;
      }

      .monitor-container {
        width: 100%;
        max-width: 1000px;
        border-radius: 20px;
        position: relative;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px;
        min-height: 520px;
      }

      .share-charts-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(280px, 1fr));
        gap: 20px;
        align-items: stretch;
      }

      .share-chart-item {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        padding: 14px;
        display: flex;
        flex-direction: column;
        overflow: visible;
      }

      .share-chart-title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.95rem;
        letter-spacing: 0.3px;
        margin-bottom: 10px;
        color: var(--accent-blue);
      }

      .share-pie-chart {
        width: 100%;
        height: 500px;
        min-height: 500px;
      }

      .chart-error {
        color: #ffd9d9;
        font-size: 0.95rem;
        text-align: center;
        margin-top: 10px;
      }

      @media (max-width: 900px) {
        .share-charts-grid {
          grid-template-columns: 1fr;
        }

        .share-pie-chart {
          height: 420px;
          min-height: 420px;
        }
      }

      .charts-flex {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
      }

      .chart-box {
        width: 45%;
        min-width: 300px;
      }

      .chart-img-mockup {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }

      .source-tag {
        margin-top: 50px;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.8;
      }

      @media (max-width: 992px) {
        .about {
          flex-direction: column;
          text-align: center;
        }

        .about-image-container {
          margin-top: 40px;
        }

        .chart-box {
          width: 100%;
        }
      }

      /* Estilos específicos Seccion 4 */
      .ecosystem-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        margin-top: 30px;
        border-top: 1px solid var(--border-line);
        padding-top: 40px;
      }

      .linea-l {
        border-left: 2px solid var(--white);
        padding-left: 30px;
      }

      .card-title {
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 20px;
      }

      .eco-tele {
        display: flex;
        gap: 20px;
        align-items: center;
      }

      .met-apps {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        font-size: 16px;
        margin-top: 20px;
      }

      .met-apps span {
        display: flex;
        align-items: center;
      }

      .met-apps span img {
        width: 40px;
        height: 25px;
      }

      .metric-big {
        font-size: 32px;
        font-weight: 700;
        line-height: 1;
        color: var(--white);
        padding: 10px 0;
      }

      .metric-label {
        font-size: 21px;
        font-weight: 700;
        color: var(--accent-blue);
        text-transform: uppercase;
      }

      .social-item {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 8px 0;
        font-weight: 700;
        font-size: 1.1rem;
      }

      .social-circle {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: inline-block;
      }

      @media (max-width: 992px) {
        .ecosystem-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 767px) {
        .eco-tele {
          flex-direction: column;
          align-items: flex-start;
        }

        .metric-label {
          font-size: 16px;
        }
      }

      /* SECCIÓN 5: PILARES */
      .pilares {
        text-align: center;
        display: block;
        padding-top: 100px;
      }

      .pilares-title {
        font-size: 60px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 60px;
      }

      .pilares-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        width: 100%;
      }

      .pilar-card {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .pilar-img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        margin-bottom: 20px;
        object-fit: cover;
      }

      .pilar-content-box {
        background-color: var(--pilar-box-bg);
        border-radius: 20px;
        padding: 20px 0;
        width: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
      }

      .pilar-category {
        font-size: 1rem;
        font-weight: 800;
        text-transform: uppercase;
        border-bottom: 2px solid var(--accent-blue);
        display: inline-block;
        background: #00c6ff;
        width: min-content;
        margin: 0;
        text-align: center;
        color: #2827b9;
        border-radius: 30px;
        padding: 10px 20px;
        position: absolute;
        top: -5px;
      }

      .pilar-text {
        color: var(--white);
        text-align: left;
        font-weight: 400;
        background: #088ed9;
        border-radius: 20px;
        padding: 53px 20px 20px 20px;
      }

      @media (max-width: 1200px) {
        .pilares-grid {
          grid-template-columns: repeat(3, 1fr);
        }
      }

      @media (max-width: 768px) {
        .pilares-grid {
          grid-template-columns: 1fr 1fr;
        }

        .pilar-card {
          margin-bottom: 30px;
        }
      }

      /* SECCIÓN 6 y 7: SOMOS LÍDERES Y ENTRETENIMIENTO */
      .somos-lideres {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 80px;
      }

      /* ==========================================================================
      CSS DE auspicio-digitales/index.html - Secciones integradas (scoped)
      ========================================================================== */

      :root {
        --bg-dark: #000b2e;
      }

      .ad-wrapper .main-container {
        min-height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        padding: 2rem 10%;
        position: relative;
        overflow: hidden;
        justify-content: center;
      }

      .ad-wrapper .top-logo {
        position: absolute;
        top: 5.5rem;
        right: 10%;
        width: 180px;
        z-index: 10;
      }

      .ad-wrapper .top-logo img {
        width: 100%;
        height: auto;
      }

      .ad-wrapper .content-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5%;
        width: 100%;
      }

      .ad-wrapper .visuals {
        width: 45%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .ad-wrapper .main-image {
        width: 100%;
        max-width: 480px;
        height: auto;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
      }

      .ad-wrapper .text-content {
        margin-top: 4rem;
        width: 45%;
        text-align: left;
      }

      .ad-wrapper h1 {
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -1px;
        text-transform: uppercase;
      }

      .ad-wrapper h1 .highlight {
        display: block;
        color: var(--primary-blue);
        margin-top: 0.5rem;
      }

      @keyframes swipeHint {
        0%,
        100% {
          transform: translateX(0);
        }
        50% {
          transform: translateX(-10px);
        }
      }

      @media (max-width: 1200px) {
        .ad-wrapper h1 {
          font-size: 3.5rem;
        }
      }

      @media (max-width: 768px) {
        .ad-wrapper .main-container {
          padding: 3rem 6%;
          justify-content: flex-start;
          padding-top: 8rem;
        }
        .ad-wrapper .top-logo {
          top: 2rem;
          /* right: 50%; */
          transform: translateX(50%);
          width: 140px;
        }
        .ad-wrapper .content-body {
          flex-direction: column-reverse;
          gap: 3rem;
          text-align: center;
        }
        .ad-wrapper .visuals,
        .ad-wrapper .text-content {
          width: 100%;
        }
        .ad-wrapper .text-content {
          text-align: center;
        }
        .ad-wrapper h1 {
          font-size: 2.2rem;
          letter-spacing: -1px;
        }
        .ad-wrapper .main-image {
          max-width: 450px;
          margin: 0 auto;
        }
        .ad-wrapper .swipe-icon {
          right: 50%;
          transform: translateX(50%);
          bottom: 2rem;
        }
      }

      .ad-wrapper .header-title-grid {
        text-align: right;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.5rem;
        letter-spacing: 1px;
        margin-bottom: 3rem;
        width: 100%;
        max-width: 1400px;
        margin-left: auto;
      }

      .ad-wrapper .header-title-grid span {
        color: var(--primary-blue);
      }

      .ad-wrapper .products-grid {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
      }

      .ad-wrapper .product-row {
        display: grid;
        grid-template-columns: 400px 1.5fr 1fr 1fr;
        align-items: center;
        gap: 3rem;
      }

      .ad-wrapper .show-logo {
        width: 100%;
        display: flex;
        justify-content: center;
      }

      .ad-wrapper .show-logo img {
        width: 100%;
        height: auto;
        max-height: 100px;
        object-fit: contain;
      }

      .ad-wrapper .product-visual {
        width: 100%;
        display: flex;
        justify-content: center;
      }

      .ad-wrapper .product-visual img {
        width: 100%;
        height: auto;
        max-width: 400px;
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
      }

      .ad-wrapper .description p {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.5;
        opacity: 0.95;
      }

      .ad-wrapper .social-col {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }

      .ad-wrapper .social-item {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .ad-wrapper .social-icon {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
      }

      .ad-wrapper .social-text {
        opacity: 0.8;
      }

      .ad-wrapper .stats-col {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
      }

      .ad-wrapper .stat-line {
        font-size: 0.95rem;
        font-weight: 600;
        text-transform: uppercase;
      }

      .ad-wrapper .stat-line strong {
        font-weight: 900;
      }
      .ad-wrapper .stat-line.promedio {
        margin-bottom: 0.5rem;
      }

      .ad-wrapper .link-btn {
        color: #fff;
        text-decoration: underline;
        font-weight: 900;
        font-size: 1rem;
        letter-spacing: 1px;
        margin-top: 0.5rem;
        display: inline-block;
      }

      .ad-wrapper .footer-note {
        margin-top: 5rem;
        text-align: center;
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.7;
        width: 100%;
      }

      @media (max-width: 1300px) {
        .ad-wrapper .product-row {
          grid-template-columns: 350px 1.2fr 1fr 1fr;
          gap: 2rem;
        }
        .ad-wrapper .product-visual img {
          max-width: 350px;
        }
      }

      @media (max-width: 1024px) {
        .ad-wrapper .product-row {
          grid-template-columns: 1fr;
          gap: 2rem;
          text-align: center;
        }
        .ad-wrapper .product-visual {
          margin: 0 auto;
        }
        .ad-wrapper .social-col {
          align-items: center;
        }
      }

      @media (max-width: 768px) {
        .ad-wrapper .header-title-grid {
          position: relative;
          top: 0;
          right: 0;
          text-align: center;
          margin-bottom: 3rem;
          font-size: 1.2rem;
        }
        .ad-wrapper .product-row {
          grid-template-columns: 1fr;
          gap: 2rem;
        }
        .ad-wrapper .description,
        .ad-wrapper .social-col,
        .ad-wrapper .stats-col {
          grid-column: span 1;
        }
        .ad-wrapper .description p {
          font-size: 1rem;
        }
        .ad-wrapper .host-circle {
          width: 150px;
          height: 150px;
        }
      }

      .ad-wrapper .group-product-container {
        display: grid;
        grid-template-columns: 400px 1fr;
        gap: 40px;
        align-items: start;
        margin-bottom: 60px;
      }

      .ad-wrapper .group-visual img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      }

      .ad-wrapper .group-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
      }

      .ad-wrapper .group-entry {
        display: grid;
        grid-template-columns: 1fr 250px;
        gap: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        align-items: center;
      }

      .ad-wrapper .group-entry:last-child {
        border-bottom: none;
      }
      .ad-wrapper .group-info .social-text {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500;
      }
      .ad-wrapper .group-stats .stat-line {
        font-size: 13px;
        margin-bottom: 5px;
      }
      .ad-wrapper .group-stats .promedio {
        margin-bottom: 15px;
      }

      @media (max-width: 1024px) {
        .ad-wrapper .group-product-container {
          grid-template-columns: 1fr;
        }
        .ad-wrapper .group-visual {
          max-width: 400px;
          margin: 0 auto;
        }
        .ad-wrapper .group-entry {
          grid-template-columns: 1fr;
          text-align: center;
        }
        .ad-wrapper .group-info .social-item {
          justify-content: center;
        }
      }

      /* ==========================================================================
      SECCIÓN: PAQUETES
      ========================================================================== */

      .package-card-image {
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
      }

      .package-card-image.package-1 {
        background: linear-gradient(135deg, #088ed9 0%, #0ab2f5 100%);
      }

      .package-card-image.package-2 {
        background: linear-gradient(135deg, #160763 0%, #00d4ff 100%);
      }

      .package-card-image.package-3 {
        background: linear-gradient(135deg, #0a0532 0%, #088ed9 100%);
      }

      .package-card-image svg {
        width: 100px;
        height: 100px;
        filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.4));
        transition: transform 0.4s ease;
      }

      .program-card:hover .package-card-image svg {
        transform: scale(1.15) rotate(-5deg);
      }

      .package-badge {
        position: absolute;
        top: 1.2rem;
        right: 1.2rem;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 0.4rem 1rem;
        border-radius: 30px;
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.2);
      }

      .package-features {
        list-style: none;
        padding: 0;
        margin: 1.5rem 0 0;
      }

      .package-features li {
        font-size: 0.9rem;
        font-weight: 500;
        opacity: 0.85;
        padding: 0.4rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }

      .package-features li::before {
        content: "✓";
        color: var(--primary-blue);
        font-weight: 900;
        font-size: 1rem;
      }

      .paquetes-loading,
      .paquetes-error {
        width: 100%;
        text-align: center;
        padding: 3rem 1rem;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1px;
        opacity: 0.8;
      }

      .paquetes-error {
        color: #ffd9d9;
        background: rgba(255, 80, 80, 0.08);
        border: 1px solid rgba(255, 80, 80, 0.35);
        border-radius: 12px;
      }

      /* ==========================================================================
      SECCIÓN: FORMULARIO
      ========================================================================== */

      #form-section {
        /* background: linear-gradient(135deg, #0a0532 0%, #1a0b70 50%, #0a0532 100%); */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        padding: 6rem 8%;
      }

      .form-container {
        width: 100%;
        max-width: 720px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 24px;
        padding: 3.5rem 3rem;
        backdrop-filter: blur(12px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
      }

      .form-title {
        font-size: 2.6rem;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0.8rem;
        letter-spacing: -1px;
        line-height: 1.1;
      }

      .form-title span {
        color: var(--primary-blue);
      }

      .form-subtitle {
        text-align: center;
        font-size: 1rem;
        opacity: 0.75;
        margin-bottom: 2.8rem;
        letter-spacing: 1px;
        font-weight: 500;
      }

      .form-group {
        margin-bottom: 1.4rem;
      }

      .form-group label {
        display: block;
        font-size: 0.8rem;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 0.6rem;
        color: var(--primary-blue);
      }

      .form-group input,
      .form-group textarea,
      .form-group select {
        width: 100%;
        padding: 1rem 1.2rem;
        background: rgba(0, 0, 0, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        color: #fff;
        font-family: var(--font-main);
        font-size: 1rem;
        transition: all 0.3s ease;
      }

      .form-group select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300d1ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1rem;
        padding-right: 2.8rem;
        cursor: pointer;
      }

      .form-group select:disabled {
        opacity: 0.6;
        cursor: not-allowed;
      }

      .form-group select option {
        background: #0a0532;
        color: #fff;
      }

      .form-group input::placeholder,
      .form-group textarea::placeholder {
        color: rgba(255, 255, 255, 0.4);
      }

      .form-group input:focus,
      .form-group textarea:focus,
      .form-group select:focus {
        outline: none;
        border-color: var(--primary-blue);
        background-color: rgba(0, 0, 0, 0.55);
        box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.15);
      }

      .form-group textarea {
        resize: vertical;
        min-height: 130px;
        line-height: 1.5;
      }

      .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.4rem;
      }

      .form-submit {
        width: 100%;
        padding: 1.2rem 2rem;
        background: var(--primary-blue);
        color: #0a0532;
        border: none;
        border-radius: 12px;
        font-family: var(--font-main);
        font-size: 1.05rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 3px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 1.2rem;
        box-shadow: 0 8px 20px rgba(0, 209, 255, 0.25);
      }

      .form-submit:hover {
        background: #fff;
        color: #0a0532;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 209, 255, 0.4);
      }

      .form-submit:active {
        transform: translateY(0);
      }

      .form-success-message {
        background: rgba(0, 209, 255, 0.1);
        border: 1px solid var(--primary-blue);
        color: #fff;
        padding: 1rem 1.2rem;
        border-radius: 12px;
        margin-top: 1.2rem;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.5px;
        display: none;
      }

      .form-success-message.show {
        display: block;
        animation: fadeIn 0.4s ease;
      }

      .form-error-message {
        background: rgba(255, 80, 80, 0.1);
        border: 1px solid rgba(255, 80, 80, 0.6);
        color: #ffd9d9;
        padding: 1rem 1.2rem;
        border-radius: 12px;
        margin-top: 1.2rem;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.5px;
        display: none;
      }

      .form-error-message.show {
        display: block;
        animation: fadeIn 0.4s ease;
      }

      .form-submit:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateY(-10px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @media (max-width: 768px) {
        #form-section {
          padding: 4rem 5%;
        }
        .form-row {
          grid-template-columns: 1fr;
        }
        .form-container {
          padding: 2.2rem 1.5rem;
        }
        .form-title {
          font-size: 1.8rem;
        }
        .form-subtitle {
          font-size: 0.9rem;
        }
      }

      /* ==========================================================================
      SECCIÓN: WIZARD COTIZADOR
      ========================================================================== */

      #wizard-section {
        justify-content: flex-start;
        padding-top: 6rem;
      }

      .wizard-grid {
        width: 100%;
        display: grid;
        grid-template-columns: 1.4fr 1fr;
        gap: 2.5rem;
        align-items: start;
      }

      .wizard-panel {
        background: rgb(0 4 91 / 75%);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 24px;
        padding: 3rem 2.5rem;
        backdrop-filter: blur(12px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
      }

      /* Progress indicator */
      .wizard-progress {
        display: flex;
        align-items: flex-start;
        margin-bottom: 2.8rem;
      }

      .wizard-progress-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.6rem;
        opacity: 0.5;
        transition: opacity 0.3s ease;
      }

      .wizard-progress-step.active,
      .wizard-progress-step.completed {
        opacity: 1;
      }

      .wizard-progress-number {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        flex-shrink: 0;
      }

      .wizard-progress-step.active .wizard-progress-number {
        border-color: var(--primary-blue);
        background: var(--primary-blue);
        color: #0a0532;
      }

      .wizard-progress-step.completed .wizard-progress-number {
        border-color: var(--primary-blue);
        color: var(--primary-blue);
      }

      .wizard-progress-label {
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        white-space: nowrap;
      }

      .wizard-progress-line {
        flex: 1;
        height: 2px;
        background: rgba(255, 255, 255, 0.15);
        margin: 17px 0.5rem 0;
        transition: background 0.3s ease;
      }

      .wizard-progress-line.completed {
        background: var(--primary-blue);
      }

      /* Steps */
      .wizard-step {
        display: none;
      }

      .wizard-step.active {
        display: block;
        animation: fadeIn 0.4s ease;
      }

      .wizard-step-title {
        font-size: 1.3rem;
        font-weight: 900;
        margin-bottom: 1.8rem;
        letter-spacing: -0.5px;
      }

      /* Pill selector (Producto / Servicio) */
      .wizard-pill-group {
        display: flex;
        gap: 1rem;
      }

      .wizard-pill {
        flex: 1;
        position: relative;
        cursor: pointer;
      }

      .wizard-pill input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
      }

      .wizard-pill span {
        display: block;
        text-align: center;
        padding: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.35);
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.9rem;
        transition: all 0.3s ease;
      }

      .wizard-pill input:checked + span {
        border-color: var(--primary-blue);
        background: rgba(0, 209, 255, 0.15);
        color: var(--primary-blue);
        box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.15);
      }

      /* Package calculator */
      .wizard-packages {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }

      .wizard-package-option {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 0.3rem 1rem;
        padding: 1.2rem 1.5rem;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 14px;
        background: rgba(0, 0, 0, 0.35);
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .wizard-package-option:hover {
        border-color: rgba(0, 209, 255, 0.4);
      }

      .wizard-package-option input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
      }

      .wizard-package-option.selected {
        border-color: var(--primary-blue);
        background: rgba(0, 209, 255, 0.1);
        box-shadow: 0 0 0 4px rgba(0, 209, 255, 0.12);
      }

      .wizard-package-name {
        grid-column: 1;
        font-weight: 900;
        font-size: 1.05rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .wizard-package-desc {
        grid-column: 1;
        font-size: 0.85rem;
        opacity: 0.7;
        font-weight: 500;
        margin-top: 0.3rem;
        text-transform: uppercase;
      }

      .wizard-package-price {
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: center;
        font-size: 1.3rem;
        font-weight: 900;
        color: var(--primary-blue);
        white-space: nowrap;
      }

      .wizard-price-note {
        font-size: 0.8rem;
        opacity: 0.6;
        margin-top: 1.2rem;
        font-style: italic;
      }

      /* Navigation */
      .wizard-nav {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        margin-top: 2.5rem;
      }

      .wizard-btn {
        padding: 1rem 2rem;
        border-radius: 12px;
        font-family: var(--font-main);
        font-size: 0.9rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
      }

      .wizard-btn-back {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #fff;
      }

      .wizard-btn-back:hover:not(:disabled) {
        border-color: #fff;
      }

      .wizard-btn-back:disabled {
        opacity: 0.3;
        cursor: not-allowed;
      }

      .wizard-btn-next {
        background: var(--primary-blue);
        color: #0a0532;
        box-shadow: 0 8px 20px rgba(0, 209, 255, 0.25);
        margin-left: auto;
      }

      .wizard-btn-next:hover {
        background: #fff;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 209, 255, 0.4);
      }

      .wizard-field-error {
        border-color: rgba(255, 80, 80, 0.7) !important;
        box-shadow: 0 0 0 4px rgba(255, 80, 80, 0.15) !important;
      }

      .wizard-field-msg {
        display: none;
        margin-top: 0.5rem;
        font-family: var(--font-main);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.2px;
        color: #ff8585;
        line-height: 1.3;
      }

      .wizard-field-msg.show {
        display: block;
      }

      /* Preview panel (right side) */
      .wizard-preview {
        position: sticky;
        top: 2rem;
        background: rgb(0 4 91 / 75%);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 24px;
        padding: 2.6rem 2rem;
        backdrop-filter: blur(12px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
      }

      .wizard-preview-tag {
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 2px;
        color: var(--primary-blue);
        margin-bottom: 0.5rem;
      }

      .wizard-preview-title {
        font-size: 1.6rem;
        font-weight: 900;
        margin-bottom: 1.8rem;
        letter-spacing: -0.5px;
      }

      .wizard-preview-row {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.55rem 0;
        font-size: 0.88rem;
      }

      .wizard-preview-label {
        opacity: 0.6;
        font-weight: 600;
        flex-shrink: 0;
      }

      .wizard-preview-value {
        font-weight: 700;
        text-align: right;
        overflow-wrap: anywhere;
      }

      .wizard-preview-divider {
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        margin: 0.8rem 0;
      }

      .wizard-preview-package {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        padding: 1.2rem;
        border-radius: 14px;
        background: rgba(0, 209, 255, 0.08);
        border: 1px solid rgba(0, 209, 255, 0.25);
        margin: 1rem 0 1.5rem;
      }

      .wizard-preview-package-name {
        font-size: 1.15rem;
        font-weight: 900;
        color: var(--primary-blue);
      }

      .wizard-preview-total {
        text-align: center;
        padding-top: 1rem;
        border-top: 1px dashed rgba(255, 255, 255, 0.15);
      }

      .wizard-preview-total span {
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        opacity: 0.7;
      }

      .wizard-preview-total h2 {
        font-size: 2.8rem;
        font-weight: 900;
        color: var(--primary-blue);
        margin-top: 0.4rem;
        line-height: 1;
      }

      @media (max-width: 1000px) {
        .wizard-grid {
          grid-template-columns: 1fr;
        }
        .wizard-preview {
          position: static;
        }
      }

      @media (max-width: 768px) {
        #wizard-section {
          padding: 4rem 5% 2.5rem;
        }
        .wizard-panel,
        .wizard-preview {
          padding: 2.2rem 1.5rem;
        }
        .wizard-progress-label {
          display: none;
        }
        .wizard-package-option {
          grid-template-columns: 1fr;
        }
        .wizard-package-price {
          grid-column: 1;
          grid-row: auto;
          margin-top: 0.6rem;
        }
        .wizard-preview-total h2 {
          font-size: 2.2rem;
        }
      }
