.support-page {
    padding: 34px;
    max-width: 1480px;
    margin: 0 auto;
}

.support-hero {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 36px;
    align-items: start;
    margin-bottom: 34px;
}

.support-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #b28700;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.support-hero h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 950;
    letter-spacing: -1.5px;
    color: #111;
}

.support-hero p {
    margin: 10px 0 28px;
    color: #6b7280;
    font-size: 16px;
}

.support-search {
    width: min(760px, 100%);
    height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #eadcc3;
    border-radius: 16px;
    padding: 0 8px 0 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.045);
}

.support-search input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 15px;
}

.support-search button {
    width: 48px;
    height: 44px;
    border: 0;
    border-radius: 13px;
    background: #f0df00;
    color: #111;
    cursor: pointer;
}

.support-contact-card {
    display: flex;
    gap: 22px;
    padding: 28px;
    background: #fff;
    border: 1px solid #eadcc3;
    border-radius: 24px;
    box-shadow: 0 16px 44px rgba(0,0,0,.055);
}

.support-contact-icon,
.support-category-icon,
.support-playlist-icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 18px;
    background: #fff3bf;
    color: #111;
    display: grid;
    place-items: center;
}

.support-contact-icon span {
    font-size: 38px;
}

.support-contact-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #111;
}

.support-contact-card p {
    margin: 0 0 18px;
    color: #6b7280;
}

.support-contact-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 16px;
    border-radius: 13px;
    border: 1px solid #eadcc3;
    color: #111;
    text-decoration: none;
    font-weight: 900;
    background: #fff;
}

.support-section-head {
    margin: 28px 0 18px;
}

.support-section-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 950;
    color: #111;
}

.support-section-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-section-between a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0070c9;
    text-decoration: none;
    font-weight: 900;
}

.support-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 18px;
}

.support-category-card,
.support-video-card,
.support-playlist-card {
    background: #fff;
    border: 1px solid #eadcc3;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,.045);
}

.support-category-card {
    padding: 24px;
    min-height: 190px;
}

.support-category-card h3 {
    margin: 18px 0 8px;
    color: #111;
    font-size: 16px;
    font-weight: 950;
}

.support-category-card p {
    margin: 0 0 16px;
    color: #6b7280;
    line-height: 1.45;
}

.support-category-card small {
    color: #4b5563;
}

.support-category-card.blue .support-category-icon { background: #e0f2fe; color: #0284c7; }
.support-category-card.green .support-category-icon { background: #dcfce7; color: #16a34a; }
.support-category-card.purple .support-category-icon { background: #f3e8ff; color: #7e22ce; }
.support-category-card.yellow .support-category-icon { background: #fff7d6; color: #b28700; }
.support-category-card.red .support-category-icon { background: #ffe4e6; color: #e11d48; }
.support-category-card.cyan .support-category-icon { background: #ccfbf1; color: #0f766e; }
.support-category-card.gray .support-category-icon { background: #f3f4f6; color: #374151; }

.support-video-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.support-video-card {
    overflow: hidden;
}

.support-video-thumb {
    height: 150px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 0%, rgba(240,223,0,.18), transparent 30%),
        #f6f1e8;
    display: grid;
    place-items: center;
}

.support-video-bg {
    font-size: 72px;
    color: rgba(17,17,17,.16);
}

.support-play {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 0;
    background: rgba(17,17,17,.58);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.support-video-thumb small {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(17,17,17,.72);
    color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: 900;
}

.support-video-card h3 {
    margin: 18px 18px 8px;
    color: #111;
    font-size: 16px;
    font-weight: 950;
}

.support-video-card p {
    margin: 0 18px 20px;
    color: #6b7280;
    line-height: 1.45;
}

.support-playlist-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.support-playlist-card {
    display: flex;
    gap: 18px;
    padding: 22px;
}

.support-playlist-icon span {
    font-size: 34px;
    color: #b28700;
}

.support-playlist-card h3 {
    margin: 0 0 4px;
    color: #111;
    font-size: 16px;
    font-weight: 950;
}

.support-playlist-card small {
    color: #6b7280;
}

.support-playlist-card p {
    color: #6b7280;
    line-height: 1.45;
}

.support-progress {
    display: flex;
    align-items: center;
    gap: 10px;
}

.support-progress span {
    font-size: 12px;
    color: #4b5563;
    font-weight: 900;
}

.support-progress div {
    flex: 1;
    height: 7px;
    border-radius: 999px;
    background: #edf0ec;
    overflow: hidden;
}

.support-progress i {
    display: block;
    height: 100%;
    background: #22c55e;
    border-radius: inherit;
}

.support-footer-help {
    margin-top: 34px;
    padding: 26px;
    border-radius: 22px;
    background: #fff8ec;
    border: 1px solid #eadcc3;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 16px;
    align-items: center;
}

.support-footer-help h2 {
    margin: 0 0 6px;
    color: #111;
    font-size: 20px;
}

.support-footer-help p {
    margin: 0;
    color: #6b7280;
}

.support-footer-help a {
    height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid #eadcc3;
    border-radius: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 1300px) {
    .support-category-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .support-video-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .support-playlist-grid,
    .support-footer-help {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-footer-help > div {
        grid-column: span 2;
    }
}

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

    .support-category-grid,
    .support-video-grid,
    .support-playlist-grid,
    .support-footer-help {
        grid-template-columns: 1fr;
    }

    .support-footer-help > div {
        grid-column: auto;
    }
}
.support-category-card {
    cursor: pointer;
    transition: .2s ease;
}

.support-category-card:hover,
.support-category-card.active {
    transform: translateY(-3px);
    border-color: #f0df00;
    box-shadow: 0 18px 44px rgba(240,223,0,.18);
}

.support-detail-panels {
    margin-top: 34px;
}

.support-detail-panel {
    display: none;
    background: #ffffff;
    border: 1px solid #eadcc3;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 16px 44px rgba(0,0,0,.055);
}

.support-detail-panel.active {
    display: block;
}

.support-detail-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 26px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 0%, rgba(240,223,0,.22), transparent 32%),
        #fff8ec;
    border: 1px solid #eadcc3;
    margin-bottom: 24px;
}

.support-detail-hero h2 {
    margin: 0 0 8px;
    font-size: 34px;
    font-weight: 950;
    color: #111;
    letter-spacing: -1px;
}

.support-detail-hero p {
    margin: 0;
    max-width: 760px;
    color: #6b7280;
    line-height: 1.6;
}

.support-detail-icon {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    background: #f0df00;
    color: #111;
    box-shadow: 0 18px 36px rgba(240,223,0,.28);
}

.support-detail-icon span {
    font-size: 48px;
}

.support-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.support-guide-card {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #eadcc3;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(0,0,0,.045);
}

.support-guide-card span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: #111;
    color: #f0df00;
    font-weight: 950;
}

.support-guide-card h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 17px;
    font-weight: 950;
}

.support-guide-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.5;
}

.support-workflow-card,
.support-info-panel,
.support-video-highlight,
.support-faq-box {
    background: #ffffff;
    border: 1px solid #eadcc3;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(0,0,0,.045);
}

.support-workflow-card {
    padding: 26px;
    margin-bottom: 24px;
}

.support-workflow-card h3,
.support-info-panel h3,
.support-video-highlight h3,
.support-faq-box h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 20px;
    font-weight: 950;
}

.support-workflow-card p {
    margin: 0 0 24px;
    color: #6b7280;
}

.support-flow {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.support-flow div {
    flex: 1;
    min-height: 118px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 16px;
    border-radius: 18px;
    background: #fffdf8;
    border: 1px solid #eadcc3;
}

.support-flow div span {
    color: #b28700;
    font-size: 32px;
}

.support-flow div strong {
    margin-top: 8px;
    color: #111;
    font-weight: 950;
}

.support-flow div small {
    color: #6b7280;
}

.support-flow i {
    width: 24px;
    position: relative;
}

.support-flow i::before {
    content: "→";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #b28700;
    font-weight: 950;
}

.support-two-columns {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    margin-bottom: 24px;
}

.support-info-panel,
.support-video-highlight,
.support-faq-box {
    padding: 26px;
}

.support-check-list {
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.support-check-list li {
    position: relative;
    padding-left: 34px;
    color: #374151;
    font-weight: 700;
}

.support-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #dcfce7;
    color: #16a34a;
    font-weight: 950;
}

.support-video-highlight {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 22px;
    align-items: center;
}

.support-video-thumb.big {
    height: 170px;
    border-radius: 20px;
}

.support-video-highlight p {
    color: #6b7280;
    line-height: 1.5;
}

.support-video-highlight a {
    display: inline-flex;
    margin-top: 8px;
    color: #111;
    font-weight: 950;
    text-decoration: none;
}

.support-faq-box details {
    border-top: 1px solid #eadcc3;
    padding: 16px 0;
}

.support-faq-box summary {
    cursor: pointer;
    color: #111;
    font-weight: 950;
}

.support-faq-box details p {
    color: #6b7280;
    margin: 12px 0 0;
    line-height: 1.5;
}

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

    .support-flow {
        flex-direction: column;
    }

    .support-flow i {
        width: 100%;
        height: 18px;
    }

    .support-flow i::before {
        content: "↓";
    }

    .support-two-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .support-detail-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .support-guide-grid,
    .support-video-highlight {
        grid-template-columns: 1fr;
    }
}
.support-faq-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
}

.support-faq-index {
    position: sticky;
    top: 96px;
    align-self: start;
    display: grid;
    gap: 10px;
    padding: 18px;
    background: #fffdf8;
    border: 1px solid #eadcc3;
    border-radius: 22px;
}

.support-faq-index button {
    height: 46px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #374151;
    text-align: left;
    padding: 0 16px;
    font-weight: 900;
    cursor: pointer;
}

.support-faq-index button.active,
.support-faq-index button:hover {
    background: #f0df00;
    color: #111;
}

.support-faq-content {
    display: grid;
    gap: 12px;
}

.support-faq-item {
    background: #ffffff;
    border: 1px solid #eadcc3;
    border-radius: 18px;
    padding: 0 18px;
    box-shadow: 0 10px 26px rgba(0,0,0,.035);
}

.support-faq-item[style*="display: none"] {
    display: none !important;
}

.support-faq-item summary {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    list-style: none;
}

.support-faq-item summary::-webkit-details-marker {
    display: none;
}

.support-faq-item summary span {
    color: #111;
    font-weight: 950;
}

.support-faq-item summary i {
    color: #b28700;
    transition: .2s ease;
}

.support-faq-item[open] summary i {
    transform: rotate(180deg);
}

.support-faq-item p {
    margin: 0;
    padding: 0 0 18px;
    color: #6b7280;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .support-faq-layout {
        grid-template-columns: 1fr;
    }

    .support-faq-index {
        position: static;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .support-faq-index {
        grid-template-columns: 1fr;
    }
}

.support-whatsapp-link {
    border-color: #25D366 !important;
}

.support-whatsapp-link:hover {
    background: #25D366;
    color: #fff;
}
.support-search-empty {
    margin-top: 24px;
    padding: 34px;
    text-align: center;
    background: #fffdf8;
    border: 1px dashed #eadcc3;
    border-radius: 24px;
}

.support-search-empty span {
    font-size: 42px;
    color: #b28700;
}

.support-search-empty h3 {
    margin: 10px 0 6px;
    color: #111;
    font-size: 22px;
    font-weight: 950;
}

.support-search-empty p {
    margin: 0;
    color: #6b7280;
}
.support-video-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 28px !important;
}

.support-video-modal.open {
    display: flex !important;
}

.support-video-modal-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0,0,0,.72) !important;
    backdrop-filter: blur(10px) !important;
}

.support-video-modal-dialog {
    position: relative !important;
    z-index: 2 !important;
    width: min(1100px, 96vw) !important;
    background: #0b0b0b !important;
    border-radius: 26px !important;
    padding: 24px !important;
    box-shadow: 0 34px 90px rgba(0,0,0,.45) !important;
}

.support-video-modal-dialog h3 {
    margin: 0 56px 20px 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 950 !important;
}

.support-video-modal-close {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
    cursor: pointer !important;
}

.support-video-modal-frame {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #000 !important;
}

.support-video-modal-frame iframe {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}
.support-video-image-thumb {
    position: relative;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.support-video-image-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
    border-radius: inherit;
}

.support-video-image-thumb .support-play,
.support-video-image-thumb small {
    position: relative;
    z-index: 2;
}
.support-playlist-accordion {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.support-playlist-accordion.open {
    display: grid;
}

.support-video-mini {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid #ead8aa;
    border-radius: 22px;
    background: #fff;
}

.support-video-mini-thumb {
    height: 105px;
    border-radius: 18px;
    background: linear-gradient(135deg, #111827, #facc15);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.support-video-mini .support-play {
    position: absolute;
    inset: 0;
    margin: auto;
}

.support-video-mini small {
    color: #b08913;
    font-weight: 900;
}

.support-video-mini h4 {
    margin: 4px 0;
    font-size: 20px;
}

.support-video-mini p {
    color: #6b7280;
}


.support-youtube-playlist-card {
    margin-top: 32px;
    padding: 28px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(217, 180, 84, .32);
    box-shadow: 0 22px 60px rgba(17, 24, 39, .08);
}

.support-youtube-playlist-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}

.support-youtube-playlist-header h3 {
    margin: 8px 0;
    font-size: 30px;
    font-weight: 950;
    color: #111827;
}

.support-youtube-playlist-header p {
    color: #667085;
    font-size: 17px;
    line-height: 1.5;
}

.support-youtube-playlist-header a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #f5d400;
    color: #111827;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.support-youtube-playlist-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
    background: #000;
}

.support-youtube-playlist-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .support-youtube-playlist-header {
        flex-direction: column;
    }

    .support-youtube-playlist-header a {
        width: 100%;
        justify-content: center;
    }
}
.support-public-body{
    margin:0;
    background:#fbf4ea;
}

.support-public-main{
    width:100%;
    max-width:1800px;
    margin:0 auto;
    padding:32px;
}

.support-public-body{
    margin:0;
    background:#fbf4ea;
}

.support-public-main{
    width:100%;
    max-width:1800px;
    margin:0 auto;
    padding:32px;
}

.support-public-main .support-page{
    display:block;
}
.support-public-body{
    margin:0;
    background:#fbf4ea;
}

.support-public-shell{
    min-height:100vh;
    display:grid;
    grid-template-columns:260px 1fr;
}

.support-public-sidebar{
    position:sticky;
    top:0;
    height:100vh;
    background:#050505;
    padding:38px 18px;
    border-right:1px solid rgba(240,223,0,.18);
}

.support-public-logo{
    display:flex;
    justify-content:center;
    margin-bottom:52px;
}

.support-public-logo img{
    width:185px;
    max-width:100%;
}

.support-public-title{
    color:#f0df00;
    font-size:12px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
    margin-bottom:18px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.support-public-nav{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.support-public-nav a{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:46px;
    padding:0 16px;
    border-radius:16px;
    color:#cfd3dc;
    text-decoration:none;
    font-size:15px;
    font-weight:800;
}

.support-public-nav a span{
    font-size:22px;
    color:#aeb4c0;
}

.support-public-nav a.active,
.support-public-nav a:hover{
    background:rgba(240,223,0,.14);
    color:#fff;
    outline:1px solid rgba(240,223,0,.5);
}

.support-public-nav a.active span,
.support-public-nav a:hover span{
    color:#f0df00;
}

.support-public-main{
    width:100%;
    max-width:1800px;
    padding:32px;
}

@media(max-width:900px){
    .support-public-shell{
        grid-template-columns:1fr;
    }

    .support-public-sidebar{
        position:relative;
        height:auto;
        padding:22px;
    }

    .support-public-logo{
        justify-content:flex-start;
        margin-bottom:22px;
    }

    .support-public-nav{
        flex-direction:row;
        overflow-x:auto;
    }

    .support-public-nav a{
        white-space:nowrap;
    }

    .support-public-main{
        padding:18px;
    }
}
.support-public-body{
    margin:0;
    background:#fbf4ea;
}

.support-public-shell{
    min-height:100vh;
    display:grid;
    grid-template-columns:260px 1fr;
}

.support-public-sidebar{
    position:sticky;
    top:0;
    height:100vh;
    background:#050505;
    padding:38px 18px;
    border-right:1px solid rgba(240,223,0,.18);
}

.support-public-logo{
    display:flex;
    justify-content:center;
    margin-bottom:52px;
}

.support-public-logo img{
    width:185px;
    max-width:100%;
}

.support-public-title{
    color:#f0df00;
    font-size:12px;
    font-weight:900;
    letter-spacing:.14em;
    text-transform:uppercase;
    margin-bottom:18px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.support-public-nav{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.support-public-nav a{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:46px;
    padding:0 16px;
    border-radius:16px;
    color:#cfd3dc;
    text-decoration:none;
    font-size:15px;
    font-weight:800;
}

.support-public-nav a span{
    font-size:22px;
    color:#aeb4c0;
}

.support-public-nav a.active,
.support-public-nav a:hover{
    background:rgba(240,223,0,.14);
    color:#fff;
    outline:1px solid rgba(240,223,0,.5);
}

.support-public-nav a.active span,
.support-public-nav a:hover span{
    color:#f0df00;
}

.support-public-main{
    width:100%;
    padding:32px;
}
.support-youtube-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
    margin-top:30px;
}

.support-youtube-card{
    background:#fff;
    border:1px solid #ece3c7;
    border-radius:18px;
    overflow:hidden;
    cursor:pointer;
    transition:.25s;
}

.support-youtube-card:hover{
    transform:translateY(-4px);
}

.support-youtube-thumb{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat;
}

.support-youtube-thumb .support-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:64px;
    height:64px;
    border-radius:50%;
    border:none;
    background:#f0df00;
    color:#000;
    cursor:pointer;
}

.support-youtube-info{
    padding:16px;
}

.support-youtube-info small{
    display:block;
    margin-bottom:8px;
    color:#9a7a00;
    font-weight:700;
}

.support-youtube-info h3{
    margin:0;
    font-size:16px;
    line-height:1.4;
}

.support-youtube-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
    margin-top:32px;
}

.support-playlist-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px;
}

.support-playlist-header a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:48px;
    padding:0 22px;
    border-radius:16px;
    background:#f0df00;
    color:#050505;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 14px 28px rgba(240,223,0,.28);
    transition:.2s ease;
    white-space:nowrap;
}

.support-playlist-header a:hover{
    transform:translateY(-2px);
    background:#050505;
    color:#f0df00;
}

.support-playlist-header a span{
    font-size:20px;
}

.support-youtube-card{
    background:#fff;
    border:1px solid #eadfbd;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 14px 30px rgba(15,23,42,.08);
    transition:.25s ease;
}

.support-youtube-card:hover{
    transform:translateY(-4px);
}

.support-youtube-thumb{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    background-size:cover !important;
    background-position:center !important;
}

.support-youtube-info{
    padding:16px 18px 20px;
}

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

@media(max-width:900px){
    .support-youtube-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:560px){
    .support-youtube-grid{
        grid-template-columns:1fr;
    }

    .support-playlist-header{
        flex-direction:column;
    }
}
/* ================================
   YOCUTZ SUPPORT - NETFLIX STYLE
================================ */

.support-youtube-playlist {
    background: #050505;
    border-radius: 28px;
    padding: 34px;
    border: 1px solid rgba(240, 223, 0, .22);
    box-shadow: 0 30px 80px rgba(0,0,0,.45);
    color: #fff;
    overflow: hidden;
}

.support-playlist-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.support-playlist-header .support-kicker {
    color: #f0df00;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.support-playlist-header h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.05;
    margin: 10px 0;
}

.support-playlist-header p {
    color: rgba(255,255,255,.68);
    font-size: 16px;
    max-width: 680px;
}

.support-playlist-header a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0df00;
    color: #050505;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 18px 35px rgba(240,223,0,.25);
    transition: all .25s ease;
}

.support-playlist-header a:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 45px rgba(240,223,0,.35);
}

.support-youtube-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.support-youtube-card {
    position: relative;
    background: #111;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    transition: all .28s ease;
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.support-youtube-card:hover {
    transform: scale(1.045);
    z-index: 5;
    border-color: rgba(240,223,0,.65);
    box-shadow: 0 28px 70px rgba(0,0,0,.65);
}

.support-youtube-thumb {
    position: relative;
    height: 155px;
    background-size: cover;
    background-position: center;
}

.support-youtube-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.05) 0%,
        rgba(0,0,0,.2) 45%,
        rgba(0,0,0,.85) 100%
    );
}

.support-youtube-thumb .support-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    border: none;
    background: #f0df00;
    color: #050505;
    display: grid;
    place-items: center;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 14px 35px rgba(240,223,0,.45);
    transition: all .25s ease;
}

.support-youtube-thumb .support-play span {
    font-size: 34px;
}

.support-youtube-card:hover .support-play {
    transform: scale(1.12);
    background: #fff;
}

.support-youtube-info {
    padding: 16px 18px 20px;
}

.support-youtube-info small {
    display: inline-flex;
    margin-bottom: 8px;
    color: #f0df00;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.support-youtube-info h3 {
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
    font-weight: 900;
}

.support-youtube-loading {
    grid-column: 1 / -1;
    padding: 40px;
    text-align: center;
    color: rgba(255,255,255,.65);
}

/* Tabs tipo Netflix */
.support-tutorial-tabs {
    display: flex;
    gap: 12px;
    margin: 28px 0;
    background: #070707;
    border: 1px solid rgba(255,255,255,.08);
    padding: 8px;
    border-radius: 999px;
    width: fit-content;
}

.support-tutorial-tabs button {
    border: none;
    background: transparent;
    color: rgba(255,255,255,.65);
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .25s ease;
}

.support-tutorial-tabs button.active {
    background: #f0df00;
    color: #050505;
    box-shadow: 0 14px 30px rgba(240,223,0,.25);
}

.support-tutorial-panel {
    display: none;
}

.support-tutorial-panel.active {
    display: block;
}

/* Responsive */
@media (max-width: 1200px) {
    .support-youtube-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .support-playlist-header {
        flex-direction: column;
    }

    .support-youtube-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .support-youtube-playlist {
        padding: 22px;
        border-radius: 22px;
    }

    .support-youtube-grid {
        grid-template-columns: 1fr;
    }

    .support-playlist-header h2 {
        font-size: 26px;
    }

    .support-tutorial-tabs {
        width: 100%;
        border-radius: 22px;
        flex-direction: column;
    }

    .support-tutorial-tabs button {
        justify-content: center;
    }
}
.support-tutorial-panel {
    display: none;
}

.support-tutorial-panel.active {
    display: block;
}