/* =============================================
   TRANSVISION PROMO HERO - MEIRIAH! 
   Saatnya Ganti Box Baru
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Poppins:wght@400;600;700;800;900&display=swap');

/* ---- HERO SECTION ---- */
.promo-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(160deg, #0a1a6b 0%, #0d4fa8 35%, #1a8fd1 65%, #29b6e8 100%);
    overflow: hidden;
    padding: 20px 0 0 0;
    font-family: 'Poppins', 'Nunito', sans-serif;
}

/* Background rays */
.promo-hero-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 70%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.18) 0%, rgba(100,180,255,0.08) 40%, transparent 70%);
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 0;
}

.promo-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(8, 30, 100, 0.6) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

/* Sparkle animation */
@keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.2) rotate(180deg); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}

@keyframes float2 {
    0%, 100% { transform: translateY(0px) rotate(-3deg); }
    50% { transform: translateY(-8px) rotate(3deg); }
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 200, 0, 0.5), 0 0 40px rgba(255, 200, 0, 0.2); }
    50% { box-shadow: 0 0 40px rgba(255, 200, 0, 0.9), 0 0 80px rgba(255, 200, 0, 0.4); }
}

@keyframes shine {
    0% { left: -100%; }
    100% { left: 200%; }
}

@keyframes wa-pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes badgeBounce {
    0%, 100% { transform: rotate(-5deg) scale(1); }
    50% { transform: rotate(-5deg) scale(1.07); }
}

/* ---- TOP BAR: Logo & Superbrands ---- */
.promo-hero-topbar {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px 5px;
    max-width: 600px;
    margin: 0 auto;
}

.superbrands-badge {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f7c948, #c98a00, #f7c948);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(201, 138, 0, 0.6);
    animation: badgeBounce 3s ease-in-out infinite;
    padding: 5px;
}

.superbrands-badge .badge-awarded {
    font-size: 7px;
    font-weight: 700;
    color: #4a2a00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.superbrands-badge .badge-title {
    font-size: 9px;
    font-weight: 900;
    color: #4a2a00;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 2px 0;
}

.superbrands-badge .badge-sub {
    font-size: 6.5px;
    font-weight: 600;
    color: #4a2a00;
    text-transform: uppercase;
    line-height: 1;
}

.transvision-logo-hero {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.transvision-logo-hero span {
    color: #00bfff;
    font-weight: 900;
}

/* ---- MEIRIAH TITLE ---- */
.promo-hero-title-wrap {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 10px 20px 5px;
}

.meiriah-text {
    font-family: 'Nunito', 'Poppins', sans-serif;
    font-size: clamp(60px, 16vw, 110px);
    font-weight: 900;
    color: #FFD700;
    text-shadow:
        0 0 30px rgba(255, 215, 0, 0.8),
        0 4px 0 #c98000,
        0 6px 0 #8a5800,
        4px 4px 20px rgba(0,0,0,0.4);
    -webkit-text-stroke: 2px #c98000;
    letter-spacing: 2px;
    line-height: 1;
    display: block;
    position: relative;
}

.sparkle-star {
    display: inline-block;
    color: #fff;
    font-style: normal;
    text-shadow: 0 0 10px #fff, 0 0 20px #ffff00;
    animation: sparkle 1.5s ease-in-out infinite;
    font-size: 0.65em;
    vertical-align: super;
}

.meiriah-sub {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(22px, 5.5vw, 38px);
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    line-height: 1.25;
    margin-top: 2px;
}

/* ---- CHANNEL LOGOS ---- */
.promo-channels-grid {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 20px 5px;
    max-width: 520px;
    margin: 0 auto;
}

.channel-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background: linear-gradient(145deg, #0e3080, #163fa8);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 14px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
    transition: transform 0.3s ease;
    animation: float 4s ease-in-out infinite;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.channel-badge:nth-child(1) { animation-delay: 0s; }
.channel-badge:nth-child(2) { animation-delay: 0.3s; }
.channel-badge:nth-child(3) { animation-delay: 0.6s; }
.channel-badge:nth-child(4) { animation-delay: 0.9s; }
.channel-badge:nth-child(5) { animation-delay: 1.2s; }
.channel-badge:nth-child(6) { animation-delay: 1.5s; }
.channel-badge:nth-child(7) { animation-delay: 1.8s; }
.channel-badge:nth-child(8) { animation-delay: 2.1s; }
.channel-badge:nth-child(9) { animation-delay: 2.4s; }
.channel-badge:nth-child(10) { animation-delay: 2.7s; }
.channel-badge:nth-child(11) { animation-delay: 0.4s; }

.channel-badge:hover {
    transform: scale(1.15);
    animation: none;
}

.channel-badge.hbo { background: linear-gradient(145deg, #1a0533, #3d0a6e); }
.channel-badge.sports { background: linear-gradient(145deg, #003366, #0055a5); }
.channel-badge.cinemax { background: linear-gradient(145deg, #6b0000, #a80000); }
.channel-badge.cartoon { background: linear-gradient(145deg, #006400, #009900); }
.channel-badge.tvn { background: linear-gradient(145deg, #4a0080, #7200c5); }

/* ---- DECODER BOX ---- */
.promo-decoder-wrap {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 5px 20px 0;
}

.decoder-podium-container {
    position: relative;
    display: inline-block;
    animation: float2 5s ease-in-out infinite;
}

.decoder-podium-container img {
    max-width: 340px;
    width: 85vw;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

/* ---- BOTTOM PROMO BANNER ---- */
.promo-hero-bottom-banner {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: stretch;
    margin: 0 15px 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-banner-left {
    flex: 1;
    background: linear-gradient(135deg, #e07b00, #ff9d00, #ffc107);
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bottom-banner-left::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 60%;
    height: 200%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    transform: skewX(-20deg);
    animation: shine 3s ease-in-out infinite;
}

.bottom-banner-left span {
    font-size: clamp(16px, 4.5vw, 24px);
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.bottom-banner-divider {
    width: 3px;
    background: rgba(255,255,255,0.5);
}

.bottom-banner-right {
    flex: 1.5;
    background: linear-gradient(135deg, #003fa8, #0055d4, #1a75e8);
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bottom-banner-right .bonus-text {
    font-size: clamp(12px, 3.5vw, 17px);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.bottom-banner-right .bonus-text strong {
    font-size: clamp(17px, 5vw, 26px);
    font-weight: 900;
    display: block;
}

/* ---- HERO FOOTER NOTE ---- */
.promo-hero-footnote {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 15px;
    max-width: 520px;
    margin: 0 auto;
}

.promo-hero-footnote span {
    font-size: 11px;
    color: rgba(255,255,255,0.85);
    font-family: 'Poppins', sans-serif;
}

/* ======== WA CTA BUTTON (HERO) ======== */
.hero-wa-cta {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: center;
    padding: 15px 20px 0;
}

.wa-btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 3.5vw, 18px);
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
    animation: wa-pulse 2s ease-in-out infinite;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wa-btn-hero:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 35px rgba(37, 211, 102, 0.7);
    color: #fff;
}

.wa-btn-hero .wa-icon {
    font-size: 1.4em;
    line-height: 1;
}

/* ======== PRICING SECTION ======== */
.promo-pricing-section {
    background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%);
    padding: 50px 0 30px;
    font-family: 'Poppins', sans-serif;
}

.promo-pricing-section .section-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.promo-pricing-section .section-header h2 {
    font-size: clamp(22px, 5vw, 36px);
    font-weight: 900;
    color: #0a2a7a;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.hari-ini-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0a2a7a, #1a52cc);
    color: #fff;
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 900;
    padding: 6px 40px;
    border-radius: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(10, 42, 122, 0.4);
}

/* Pricing Table */
.promo-table-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: auto;
}

.promo-main-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,0.12);
}

.promo-main-table th {
    background: #0a2a7a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.promo-main-table th.harga-col {
    background: #e63232;
}

.promo-main-table td {
    padding: 18px 15px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #e8eef8;
}

.promo-main-table .label-cell {
    background: #0a2a7a;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3;
    width: 130px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 15px;
}

.promo-main-table .periode-cell {
    font-weight: 700;
    color: #333;
    font-size: 15px;
}

.promo-main-table .harga-cell {
    background: #fff5f5;
    border: 3px solid #e63232 !important;
}

.harga-value {
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 900;
    color: #e63232;
    display: block;
    line-height: 1.1;
}

.promo-main-table .tayangan-cell {
    color: #444;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.promo-main-table .dekoder-cell {
    background: #fff8e8;
    font-weight: 800;
    color: #c57200;
    font-size: 15px;
}

.satellite-note {
    text-align: right;
    font-size: 11px;
    color: #888;
    margin-top: 8px;
    padding-right: 5px;
    font-style: italic;
}

/* ======== BENEFIT STRIP ======== */
.promo-benefit-strip {
    background: linear-gradient(135deg, #1a3fcc, #0a2a7a);
    padding: 30px 15px;
    margin: 30px 0;
}

.promo-benefit-strip h3 {
    text-align: center;
    color: #fff;
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.benefit-items {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 14px;
    padding: 15px 20px;
    min-width: 120px;
    flex: 1;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.2);
}

.benefit-item .benefit-icon {
    font-size: 28px;
    line-height: 1;
}

.benefit-item .benefit-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
}

.benefit-item .benefit-value {
    font-size: 18px;
    font-weight: 900;
    color: #FFD700;
    text-shadow: 0 1px 5px rgba(0,0,0,0.3);
    letter-spacing: 1px;
}

/* ======== PACKAGE GRID SECTION ======== */
.promo-packages-section {
    padding: 30px 15px 40px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.promo-packages-section h3 {
    text-align: center;
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 800;
    color: #0a2a7a;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* ---- Satellite GOLD Table Layout ---- */
.pkg-gold-table-wrap {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(0,0,0,0.18);
}

/* Left gold label column */
.pkg-gold-label {
    background: linear-gradient(180deg, #c98a00 0%, #a36b00 40%, #7a4e00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    width: 90px;
    padding: 20px 10px;
    position: relative;
    flex-shrink: 0;
}

.pkg-gold-label::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, transparent 50%, rgba(0,0,0,0.15) 100%);
    pointer-events: none;
}

.pkg-gold-label-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2px;
    z-index: 1;
    position: relative;
}

.pkg-gold-satellite {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    font-style: italic;
    background: rgba(255,255,255,0.18);
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 4px;
}

.pkg-gold-text {
    font-size: 22px;
    font-weight: 900;
    color: #FFD700;
    text-shadow:
        0 2px 8px rgba(0,0,0,0.4),
        0 1px 0 #8a5800;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-text-stroke: 0.5px #c98a00;
}

/* Right table container */
.pkg-gold-table-container {
    flex: 1;
    overflow-x: auto;
    background: #fff;
}

.pkg-gold-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
}

/* Header row */
.pkg-gold-table thead tr {
    background: linear-gradient(135deg, #b07a00, #d4a000, #b07a00);
}

.pkg-gold-table th {
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.pkg-gold-table th.th-tayangan {
    background: linear-gradient(135deg, #a06800, #c98a00, #a06800);
    border-right: none;
}

.pkg-gold-table th.th-harga {
    min-width: 120px;
}

.pkg-gold-table th.th-tayangan {
    text-align: left;
    padding-left: 20px;
    min-width: 200px;
}

/* Body rows */
.pkg-row td {
    border-bottom: 1px solid #e8c77a;
    border-right: 1px solid #e8c77a;
    vertical-align: middle;
}

.pkg-row:last-child td {
    border-bottom: none;
}

.td-periode {
    text-align: center;
    padding: 14px 12px;
    font-size: 15px;
    color: #444;
    min-width: 70px;
    background: #fafafa;
    position: relative;
}

.td-periode strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #222;
    line-height: 1;
    margin-bottom: 1px;
}

.td-harga {
    text-align: center;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #fffdf5;
    white-space: nowrap;
    min-width: 110px;
}

.td-harga-special {
    color: #c00;
    font-weight: 900;
}

.td-tayangan {
    padding: 14px 16px;
    text-align: left;
    background: #fff;
    border-right: none;
}

.td-tayangan ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.td-tayangan ul li {
    font-size: 12.5px;
    color: #333;
    line-height: 1.7;
    padding-left: 14px;
    position: relative;
}

.td-tayangan ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #c98a00;
    font-weight: 900;
}

/* Special row */
.pkg-row-special .td-periode {
    background: #fff9f0;
}

.pkg-row-special .td-harga {
    background: #fff4f4;
}

/* SPECIAL badge */
.pkg-special-badge {
    display: inline-block;
    background: linear-gradient(135deg, #cc0000, #ff2222);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    padding: 3px 7px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
    box-shadow: 0 2px 6px rgba(200,0,0,0.4);
    transform: rotate(-5deg);
    display: block;
    width: fit-content;
    margin: 5px auto 0;
}

/* Mobile responsive for gold table */
@media (max-width: 600px) {
    .pkg-gold-label {
        min-width: 70px;
        width: 70px;
    }
    .pkg-gold-text {
        font-size: 17px;
    }
    .pkg-gold-satellite {
        font-size: 9px;
    }
    .pkg-gold-table th {
        font-size: 10px;
        padding: 10px 8px;
    }
    .td-periode {
        padding: 10px 8px;
    }
    .td-harga {
        padding: 10px 8px;
        font-size: 12px;
    }
    .td-tayangan {
        padding: 10px 10px;
    }
    .td-tayangan ul li {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .pkg-gold-label {
        min-width: 58px;
        width: 58px;
    }
    .pkg-gold-text {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* ======== WA CONTACT SECTION ======== */
.promo-wa-section {
    background: linear-gradient(135deg, #0a2a7a, #1a52cc);
    padding: 40px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.promo-wa-section h2 {
    color: #fff;
    font-size: clamp(20px, 4.5vw, 32px);
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.promo-wa-section p {
    color: rgba(255,255,255,0.85);
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 25px;
    line-height: 1.6;
}

.wa-number-display {
    font-size: clamp(22px, 5vw, 36px);
    font-weight: 900;
    color: #FFD700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.wa-cta-big {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-size: clamp(15px, 3.5vw, 20px);
    font-weight: 800;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
    animation: wa-pulse 2.5s ease-in-out infinite;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wa-cta-big:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 15px 45px rgba(37, 211, 102, 0.7);
    color: #fff;
}

.wa-cta-big .wa-icon-big {
    font-size: 1.5em;
}

/* ======== MOBILE RESPONSIVE ======== */
@media (max-width: 600px) {
    .promo-hero-topbar {
        padding: 10px 15px 0;
    }

    .superbrands-badge {
        width: 58px;
        height: 58px;
    }

    .transvision-logo-hero {
        font-size: 22px;
    }

    .promo-channels-grid {
        gap: 7px;
    }

    .channel-badge {
        width: 60px;
        height: 60px;
        font-size: 9.5px;
        border-radius: 10px;
    }

    .decoder-podium-container img {
        max-width: 280px;
    }

    .promo-hero-bottom-banner {
        margin: 0 10px;
    }

    .bottom-banner-left span {
        font-size: 14px;
    }

    .benefit-items {
        gap: 10px;
    }

    .benefit-item {
        min-width: 100px;
        padding: 12px 12px;
    }
}

@media (max-width: 400px) {
    .channel-badge {
        width: 52px;
        height: 52px;
        font-size: 8.5px;
    }
}


/* ============================================================
   CONVERSION FEATURES: Sticky Banner, Floating WA, Countdown,
   Social Proof, Testimonials, Popup
   ============================================================ */

/* ---- Sticky Top Banner ---- */
.sticky-top-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: linear-gradient(90deg, #061a55 0%, #0a2a7a 40%, #0d3494 60%, #061a55 100%);
    background-size: 200% auto;
    animation: bannerShimmer 5s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 50px 10px 20px;
    flex-wrap: wrap;
    box-shadow: 0 3px 12px rgba(0,0,0,0.4);
    border-bottom: 2px solid rgba(255, 215, 0, 0.5);
}

@keyframes bannerShimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.stb-text {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(11px, 2.5vw, 14px);
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.stb-cta {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700, #c98a00);
    color: #0a2a7a;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(201,138,0,0.4);
}

.stb-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 14px rgba(201,138,0,0.6);
    color: #061a55;
}

.stb-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}

.stb-close:hover { color: #fff; }

/* ---- Floating WhatsApp Button ---- */
@keyframes floatWA {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-6px) scale(1.03); }
}

@keyframes ringWA {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
    70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.floating-wa {
    position: fixed;
    bottom: 28px;
    right: 20px;
    z-index: 9998;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 13px 16px;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(37,211,102,0.55);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    animation: floatWA 3s ease-in-out infinite, ringWA 2.5s ease-out infinite;
    transition: all 0.3s ease;
}

.floating-wa:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 35px rgba(37,211,102,0.7);
    color: #fff;
    animation: none;
}

.fwa-icon { font-size: 22px; line-height: 1; }
.fwa-label { font-size: 13px; font-weight: 700; }

/* ---- Countdown Timer ---- */
.hero-countdown-wrap {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 12px 20px;
    margin: 10px auto 0;
    max-width: 460px;
}

.hero-countdown-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hcd-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,215,0,0.4);
    border-radius: 10px;
    padding: 8px 14px;
    min-width: 62px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.hcd-unit span {
    font-family: 'Nunito', 'Poppins', sans-serif;
    font-size: clamp(24px, 6vw, 36px);
    font-weight: 900;
    color: #FFD700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    line-height: 1;
}

.hcd-unit small {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
}

.hcd-sep {
    font-size: 28px;
    font-weight: 900;
    color: #FFD700;
    margin-bottom: 14px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    animation: blinkSep 1s step-end infinite;
}

@keyframes blinkSep {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

/* ---- Social Proof Section ---- */
.social-proof-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: linear-gradient(135deg, #7a4e00 0%, #b07a00 35%, #c98a00 50%, #b07a00 65%, #7a4e00 100%);
    background-size: 200% auto;
    animation: bannerShimmer 7s linear infinite;
    padding: 32px 20px;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.social-proof-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.social-proof-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
}

.sp-item {
    flex: 1;
    min-width: 120px;
    max-width: 200px;
    text-align: center;
    padding: 10px 20px;
}

.sp-number {
    display: block;
    font-size: clamp(28px, 7vw, 44px);
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.25);
    line-height: 1;
    font-family: 'Nunito', 'Poppins', sans-serif;
}

.sp-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sp-divider {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.35);
    flex-shrink: 0;
}

/* ---- Testimonial Section ---- */
.testimonial-section {
    background: #fffdf8;
    padding: 40px 0 30px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    border-top: 4px solid #c98a00;
}

.testimonial-section h3 {
    text-align: center;
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 800;
    color: #0a2a7a;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.testi-track-wrap {
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

.testi-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.testi-card {
    min-width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 6px 25px rgba(10,42,122,0.1);
    border: 1px solid rgba(10,42,122,0.07);
    box-sizing: border-box;
}

.testi-stars {
    font-size: 20px;
    color: #FFC107;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.testi-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 18px;
    min-height: 60px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-avatar {
    font-size: 32px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e8f0ff, #c5d5ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testi-name {
    font-size: 14px;
    font-weight: 700;
    color: #0a2a7a;
}

.testi-loc {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.testi-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.testi-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.testi-dot.active {
    background: #0a2a7a;
    transform: scale(1.3);
}

/* ---- SPECIAL row pulse glow ---- */
@keyframes specialGlow {
    0%, 100% { box-shadow: inset 0 0 0 2px rgba(200,0,0,0.3); }
    50% { box-shadow: inset 0 0 0 2px rgba(200,0,0,0.8), 0 0 15px rgba(200,0,0,0.2); }
}

.pkg-row-special {
    animation: specialGlow 2s ease-in-out infinite;
}

/* ---- Promo Popup ---- */
.promo-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 99999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.promo-popup-overlay.visible {
    opacity: 1;
    pointer-events: all;
}

.promo-popup {
    background: #fff;
    border-radius: 24px 24px 16px 16px;
    padding: 30px 24px 24px;
    max-width: 380px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.25);
    transform: translateY(100px);
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.promo-popup-overlay.visible .promo-popup {
    transform: translateY(0);
}

.popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.popup-close:hover { background: #e0e0e0; }

.popup-badge {
    display: inline-block;
    background: linear-gradient(135deg, #cc0000, #ff3333);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
    animation: wa-pulse 2s ease-in-out infinite;
}

.popup-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #0a2a7a;
    margin-bottom: 10px;
}

.popup-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.popup-desc strong { color: #c20000; }

.popup-cta {
    display: block;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37,211,102,0.45);
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.popup-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37,211,102,0.6);
    color: #fff;
}

.popup-note {
    font-size: 12px;
    color: #888;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* ---- Mobile tweaks for new features ---- */
@media (max-width: 600px) {
    .sticky-top-banner { gap: 8px; padding: 8px 40px 8px 12px; }
    .stb-text { font-size: 11px; }
    .floating-wa { bottom: 16px; right: 14px; padding: 11px 16px 11px 13px; }
    .fwa-label { display: none; }
    .floating-wa { padding: 13px; border-radius: 50%; }
    .fwa-icon { font-size: 26px; }
    .hcd-unit { min-width: 50px; padding: 6px 10px; }
    .hcd-sep { font-size: 22px; }
    .sp-divider { display: none; }
    .sp-item { min-width: 100px; padding: 10px 12px; }
}

