/* ===== Block 1 ===== */
.preview,
  .m-product-preview__glider,
  .glide,
  .glide__track {
    overflow: hidden !important;
    max-width: 100% !important;
  }

  
  .glide__slides {
    display: flex !important;       
    margin: 0 !important;
    
    contain: none !important;
  }

  
  .glide__slide img,
  .m-product-preview__glider-img img,
  .preview .jsProductMainImage {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  
  html, body { overflow-x: hidden !important; }

/* ===== Block 2 ===== */
.m-top-banner,
.m-top-banner .free-shipping {
  background-color: #000000 !important;
}


.m-top-banner,
.m-top-banner .free-shipping,
.m-top-banner .free-shipping strong,
.m-top-banner .free-shipping span {
  color: #ffffff !important;
}


.m-top-banner a,
.m-top-banner a:link,
.m-top-banner a:visited,
.m-top-banner a:hover,
.m-top-banner a:active {
  color: #260000 !important;
  text-decoration: none !important;
}


.m-top-banner img,
.m-top-banner svg {
  filter: none !important;
}

/* ===== Block 3 ===== */
/* wrapper biar sejajar kiri kanan */
.btn-wrapper{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;          /* jarak antar tombol */
}

/* style dasar tombol */
.btn-pill{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 10px 26px !important;
  border-radius: 999px !important;

  background-color: #8b1a2b !important; /* MERAH */
  color: #ffffff !important;            /* PUTIH */

  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1 !important;

  white-space: nowrap !important;
}

/* hover effect */
.btn-pill:hover{
  filter: brightness(0.9) !important;
}

/* ===== Block 4 ===== */
.toto-toto-btn{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;font-weight:700}.toto-toto-btn a{text-align:center;text-decoration:none;border-radius:12px;padding:15px 10px;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.3)}.toto-toto-btn a:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgb(255, 255, 255)}.toto-toto-btn a::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0, 40, 30, 1),transparent);transition:left .5s ease}.toto-toto-btn a:hover::before{left:100%}.login,.login-button{color:#ffffff;background:linear-gradient(135deg, #8b1a2b 0%, #8b1a2b 25%, #000000 50%, #8b1a2b 75%, #000000 100%);background-size:200% 200%;border:2px solid #bb2626;animation:gradientShift 3s ease infinite}.register,.register-button{color:#ffffff;background:linear-gradient(135deg, #8b1a2b 0%, #8b1a2b 25%, #000000 50%, #8b1a2b 75%, #8b1a2b 75%, #000000 100%);background-size:200% 200%;border:2px solid #2b2b2b;animation:gradientShift 3s ease infinite;animation-delay:1.5s}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.toto-toto-btn a:active{transform:translateY(1px);box-shadow:0 2px 10px rgba(0,0,0,0.3)}

/* ===== Block 5 ===== */
:root {
            --gold: #000000;
            --gold-light: #000000;
            --gold-dark: #000000;
            --gray-dark: #ffffff;
            --gray-medium: #ffffff;
            --gray-light: #F5F5F5;
            --white: #FFFFFF;
        }
        
        body {
            background-color: var(--gray-dark);
            color: var(--gray-light);
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header */
        header {
    background: linear-gradient(135deg, #000000 0%, #2b2b2b 100%);
    padding: 10px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 5px double #8b1a2b;
    border-bottom: 5px double #8b1a2b;
}
.m-explore-nav.jsExploreNav {
    background: #1a1a1a;
    border-bottom: 5px double #8b1a2b;
}
.m-footer__legal-bar {
    background-color: #1a1a1a;
}
        header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%);
            animation: shine 8s infinite linear;
        }
        
        @keyframes shine {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }
        
        .logo {
            font-size: 3.5rem;
            color: #8b1a2b;
            margin-bottom: 10px;
            animation: pulse 3s infinite alternate;
        }
        
        @keyframes pulse {
            0% { text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
            100% { text-shadow: 0 0 20px rgba(212, 175, 55, 0.8), 0 0 30px rgba(212, 175, 55, 0.6); }
        }
        
        h1 {
            font-size: 2.2rem;
            margin-bottom: 15px;
            color: var(--black);
        }
        
        .description {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            color: var(--gray-light);
        }
        
        /* Artikel */
        .article {
            padding: 60px 0;
            background: rgba(255, 255, 255, 0.05);
        }
        
        .article p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            text-align: justify;
        }
        
        /* Keunggulan */
        .features {
            padding: 60px 0;
            background: rgba(214, 214, 214, 0.973);
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            color: #8b1a2b;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            width: 100px;
            height: 3px;
            background: #8b1a2b;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            animation: linePulse 2s infinite;
        }
        
        @keyframes linePulse {
            0%, 100% { width: 100px; }
            50% { width: 150px; }
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .feature-card {
            background: linear-gradient(145deg, var(--gray-medium) 0%, var(--gray-dark) 100%);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            border: 1px solid rgba(212, 175, 55, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #8b1a2b, #8b1a2b);
            transform: translateX(-100%);
            animation: slideIn 1s forwards;
        }
        
        .feature-card:nth-child(1)::before { animation-delay: 0.2s; }
        .feature-card:nth-child(2)::before { animation-delay: 0.4s; }
        .feature-card:nth-child(3)::before { animation-delay: 0.6s; }
        
        @keyframes slideIn {
            to { transform: translateX(0); }
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.2);
        }
        
        .feature-icon {
            font-size: 3rem;
            color: #000000;
            margin-bottom: 20px;
        }
        
        .feature-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #000000;
        }
        
        /* Testimoni */
        .testimonials {
            padding: 60px 0;
        }
        
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .testimonial-card {
            background: linear-gradient(145deg, var(--gray-medium) 0%, var(--gray-dark) 100%);
            border-radius: 15px;
            padding: 30px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            border: 1px solid rgba(212, 175, 55, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .testimonial-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(212, 175, 55, 0.1), transparent);
            transform: rotate(45deg);
            transition: all 0.4s ease;
        }
        
        .testimonial-card:hover::before {
            animation: cardShine 1.5s;
        }
        
        @keyframes cardShine {
            0% { transform: rotate(45deg) translateX(-100%); }
            100% { transform: rotate(45deg) translateX(100%); }
        }
        
        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(212, 175, 55, 0.2);
        }
        
        .member-info {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .member-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #8b1a2b;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.5rem;
            color: var(--gray-dark);
            border: 2px solid #000000;
        }
        
        .member-details h3 {
            font-size: 1.3rem;
            margin-bottom: 5px;
            color: #8b1a2b;
        }
        
        .member-details p {
            color: var(--gray-light);
            font-size: 0.9rem;
        }
        
        .testimonial-text {
            font-style: italic;
            position: relative;
            padding-left: 20px;
        }
        
        .testimonial-text::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -10px;
            font-size: 3rem;
            color: #8b1a2b;
            opacity: 0.7;
        }
        
        .rating {
            margin-top: 15px;
            color: #8b1a2b;
        }
        
        /* TIMNAS4D */
        .TIMNAS4D {
            padding: 60px 0;
            background: rgba(255, 255, 255, 0.03);
        }
        
        .TIMNAS4D-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .TIMNAS4D-item {
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }
        
        .TIMNAS4D-item:hover {
            border-color: #8b1a2b;
        }
        
        .TIMNAS4D-question {
            background: linear-gradient(90deg, var(--gray-medium) 0%, var(--gray-dark) 100%);
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .TIMNAS4D-question:hover {
            background: linear-gradient(90deg, var(--gray-medium) 0%, #3a3a3a 100%);
        }
        
        .TIMNAS4D-question h3 {
            font-size: 1.2rem;
            color: var(--white);
        }
        
        .TIMNAS4D-icon {
            color: #8b1a2b;
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }
        
        .TIMNAS4D-answer {
            background: var(--gray-dark);
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.3s ease;
        }
        
        .TIMNAS4D-answer p {
            padding: 20px 0;
            color: var(--gray-light);
        }
        
        .TIMNAS4D-item.active .TIMNAS4D-answer {
            max-height: 500px;
            padding: 0 20px;
        }
        
        .TIMNAS4D-item.active .TIMNAS4D-icon {
            transform: rotate(180deg);
        }
        
        /* Footer */
        footer {
            background: var(--gray-dark);
            padding: 40px 0;
            text-align: center;
            border-top: 1px solid #8b1a2b;
        }
        
        .footer-logo {
            font-size: 2rem;
            color: #8b1a2b;
            margin-bottom: 20px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            h1 { font-size: 1.8rem; }
            .description { font-size: 1rem; }
            .section-title h2 { font-size: 2rem; }
            .features-grid, .testimonials-grid { grid-template-columns: 1fr; }
            .article p { font-size: 1rem; }
        }
        .wt-grid .wt-grid__item-xs-12 {
        background-color: #ffffff8f;
        border-radius: 7px;
        box-shadow: 0 0 35px #3a0f14;
        border: solid 1px #8b1a2b;
    }
    a {
    color: #000000;
}
.wt-sem-text-primary {
    color: #000000 !important;
}
.wt-sem-text-secondary {
    color: #000000 !important;
}
.wt-btn.wt-btn--transparent {
    background-color: #3a3a3a;
}

/* ===== Block 6 ===== */
/* === Artikel Container Tema TIMNAS4D (SILVER CLEAN) === */
.article-container {
  margin: 30px auto;
  padding: 25px 20px;
  background-color: #ffffff; /* background putih */
  border-radius: 15px;
  border: 1px solid rgba(200, 200, 200, 0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  font-family: "Poppins", sans-serif;
  color: #222; /* teks jadi gelap biar kebaca */
  line-height: 1.7;
  position: relative;
  overflow: hidden;
}

/* Paragraf */
.article-container p {
  font-size: 15px;
  margin-bottom: 18px;
  text-align: justify;
}

/* Link */
.article-container a {
  color: #666;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.article-container a:hover {
  color: #000;
  text-shadow: 0 0 6px rgba(192,192,192,0.7);
}

/* List */
.article-container ul,
.article-container ol {
  margin-left: 20px;
  margin-bottom: 18px;
}

/* Blockquote */
.article-container blockquote {
  border-left: 4px solid #c0c0c0; /* silver */
  padding-left: 15px;
  margin: 18px 0;
  font-style: italic;
  color: #444;
  background-color: #f9f9f9;
  border-radius: 6px;
}

/* Responsif */
@media (max-width: 600px) {
  .article-container {
    padding: 15px 12px;
  }

  .article-container p {
    font-size: 14px;
  }
}

/* === Efek Kilap Silver === */
.article-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.9) 45%,
    rgba(200,200,200,0.7) 50%,
    rgba(255,255,255,0.9) 55%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: shineArticle 3s infinite;
  pointer-events: none;
  mix-blend-mode: screen;
  border-radius: inherit;
  z-index: 2;
  filter: blur(1px);
  opacity: 0.8;
}

/* Animasi kilap */
@keyframes shineArticle {
  0% { left: -150%; }
  100% { left: 150%; }
}

/* ===== Block 7 ===== */
/* ===== WRAP ===== */
  .tn4d-wrap{
    margin: 0 auto;
    position: relative;
    padding: 16px;
    border-radius: 28px;
  }
  .tn4d-wrap::before{
    content:"";
    position:absolute;
    inset:-12px;
    border-radius: 36px;
    background: rgba(139, 26, 43, 0.18);
    filter: blur(20px);
    opacity: .6;
    z-index: 0;
  }
  .tn4d-inner{
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    padding: 28px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
  }

  /* ===== SECTION TITLE ===== */
  .tn4d-section-title{
    text-align:center;
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 800;
    color: #1a1a1a;
    font-family: Arial, Helvetica, sans-serif;
  }
  .tn4d-section-title span{ color:#8b1a2b; }

  /* ===== LIVE DRAW / PASARAN TABLE ===== */
  .tn4d-market{ max-width:820px; margin:0 auto 32px; font-family:Arial,Helvetica,sans-serif; }
  .tn4d-market-head{
    display:flex; align-items:center; justify-content:center; gap:8px;
    margin-bottom:16px;
  }
  .tn4d-market-dot{
    width:8px; height:8px; border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 3px rgba(34,197,94,.2);
    animation:tn4dPulseDot 1.6s ease-in-out infinite;
  }
  @keyframes tn4dPulseDot{ 0%,100%{opacity:1;} 50%{opacity:.35;} }
  .tn4d-market-scroll{
    overflow-x:auto;
    border:1px solid #ece0e1;
    border-radius:16px;
    box-shadow:0 6px 18px rgba(139,26,43,0.08);
  }
  .tn4d-market-table{
    width:100%;
    border-collapse:collapse;
    font-size:13.5px;
    min-width:480px;
  }
  .tn4d-market-table thead th{
    background:linear-gradient(135deg,#8b1a2b,#4a0f17);
    color:#fff;
    text-align:left;
    padding:12px 14px;
    font-weight:700;
    letter-spacing:.3px;
    white-space:nowrap;
  }
  .tn4d-market-table thead th:first-child{ width:52px; text-align:center; }
  .tn4d-market-table thead th:last-child{ width:90px; text-align:center; }
  .tn4d-market-table tbody td{
    padding:11px 14px;
    border-bottom:1px solid #f1e6e7;
    color:#1a1a1a;
    font-weight:600;
  }
  .tn4d-market-table tbody tr:last-child td{ border-bottom:none; }
  .tn4d-market-table tbody tr:nth-child(even){ background:#faf0f1; }
  .tn4d-market-table tbody tr:hover{ background:#f5dde0; }
  .tn4d-market-table td:first-child{ text-align:center; color:#9ca3af; font-weight:700; }
  .tn4d-market-code{
    display:inline-block;
    min-width:52px;
    text-align:center;
    background:#8b1a2b;
    color:#fff;
    font-size:11.5px;
    font-weight:700;
    letter-spacing:.4px;
    padding:4px 8px;
    border-radius:999px;
  }
  .tn4d-market-table td:last-child{ text-align:center; }

  /* ===== FAQ ACCORDION ===== */
  .tn4d-faq{ max-width:820px; margin:0 auto; font-family:Arial,Helvetica,sans-serif; }
  .tn4d-faq-item{
    border:1px solid #ece0e1;
    border-radius:14px;
    margin-bottom:10px;
    overflow:hidden;
    background:#fff;
    transition: border-color .2s ease;
  }
  .tn4d-faq-item.is-open{ border-color:#8b1a2b; }
  .tn4d-faq-q{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 16px;
    cursor:pointer;
    user-select:none;
  }
  .tn4d-faq-q strong{ font-size:15px; color:#1a1a1a; font-weight:700; }
  .tn4d-faq-toggle{
    flex-shrink:0;
    width:26px; height:26px;
    border-radius:50%;
    background:#8b1a2b;
    color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-size:16px; font-weight:700; line-height:1;
    transition: transform .25s ease;
  }
  .tn4d-faq-item.is-open .tn4d-faq-toggle{ transform:rotate(45deg); }
  .tn4d-faq-a{
    display:none;
    padding:0 16px 16px 16px;
    font-size:14px;
    line-height:1.7;
    color:#4b5563;
    border-top:1px solid #f1e6e7;
  }
  .tn4d-faq-item.is-open .tn4d-faq-a{ display:block; }
  .tn4d-faq-note{
    margin-top:12px;
    font-size:12px;
    line-height:1.6;
    color:#6b7280;
    text-align:center;
  }

  /* ===== TESTIMONI ===== */
  .tn4d-testi{ max-width:920px; margin:32px auto 0; font-family:Arial,Helvetica,sans-serif; }
  .tn4d-testi-grid{ display:flex; flex-wrap:wrap; gap:14px; }
  .tn4d-testi-card{
    flex:1 1 280px;
    border:1px solid #ece0e1;
    border-radius:16px;
    padding:16px;
    background:#fff;
    box-shadow:0 6px 18px rgba(139,26,43,0.07);
  }
  .tn4d-testi-top{ display:flex; align-items:center; gap:10px; }
  .tn4d-testi-avatar{
    width:38px; height:38px;
    border-radius:50%;
    background:linear-gradient(135deg,#8b1a2b,#4a0f17);
    color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-weight:700; font-size:14px;
    flex-shrink:0;
  }
  .tn4d-testi-name{ font-weight:700; color:#1a1a1a; font-size:14px; }
  .tn4d-testi-loc{ font-size:12px; color:#6b7280; font-weight:400; }
  .tn4d-testi-check{ margin-left:auto; color:#8b1a2b; font-size:14px; }
  .tn4d-testi-stars{ color:#8b1a2b; font-size:13px; letter-spacing:1px; margin:8px 0 6px; }
  .tn4d-testi-quote{ font-size:13.5px; line-height:1.65; color:#374151; margin:0; }
  .tn4d-testi-bottom{ margin-top:12px; display:flex; align-items:center; justify-content:space-between; gap:10px; }
  .tn4d-testi-time{ font-size:11.5px; color:#9ca3af; }
  .tn4d-testi-badge{ font-size:11px; color:#8b1a2b; background:#faf0f1; border:1px solid #ece0e1; padding:3px 10px; border-radius:999px; font-weight:600; }
  .tn4d-testi-foot{ margin-top:14px; font-size:12px; line-height:1.6; color:#6b7280; text-align:center; }

  /* ===== MOBILE ===== */
  @media (max-width: 520px){
    .tn4d-wrap{ padding: 12px; border-radius: 24px; }
    .tn4d-wrap::before{ inset:-10px; filter: blur(18px); border-radius: 30px; }
    .tn4d-inner{ border-radius: 18px; padding: 22px 14px; }
  }

/* ===== Block 8 ===== */
nav.detail-sidebar {
     background: #9b5252;
    }
  
     canvas {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      z-index: 9999;
    }
  .overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
  }


  .bg-gif {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
    animation: showGif 5s ease-in-out forwards;
  }


  .main-image {
    position: absolute;
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
    width: 400px;
    opacity: 0;
    z-index: 2;
    animation: flyAndPause 5s ease-in-out forwards;
  }


  @keyframes flyAndPause {
    0% {
      bottom: -200px;
      opacity: 0;
    }
    40% {
      bottom: 50%;
      transform: translate(-50%, 50%);
      opacity: 1;
    }
    90% {
      bottom: 50%;
      transform: translate(-50%, 50%);
      opacity: 1;
    }
    100% {
      bottom: 50%;
      transform: translate(-50%, 50%);
      opacity: 0;
    }
  }


   @keyframes showGif {
    0% { opacity: 0; }
    39% { opacity: 0; }
    40% { opacity: 0.3; }
    90% { opacity: 0.3; }
    100% { opacity: 0; }
  }

/* ===== Block 9 ===== */
.tn4d-kw-wrap{ max-width:820px; margin:24px auto; padding:16px; position:relative; }
  .tn4d-kw-wrap::before{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:32px;
    background: rgba(139, 26, 43, 0.18);
    filter: blur(18px);
    opacity:.6;
    z-index:0;
  }
  .tn4d-kw-inner{
    position:relative;
    z-index:1;
    background:#fff;
    border-radius:20px;
    padding:22px 20px;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    font-family:Arial,Helvetica,sans-serif;
    text-align:center;
  }
  .tn4d-kw-title{ font-size:15px; font-weight:800; color:#1a1a1a; margin:0 0 14px; letter-spacing:.3px; }
  .tn4d-kw-title span{ color:#8b1a2b; }
  .tn4d-kw-list{ display:flex; flex-wrap:wrap; justify-content:center; gap:8px; }
  .tn4d-kw-tag{
    display:inline-block;
    font-size:12.5px;
    font-weight:600;
    color:#8b1a2b;
    background:#faf0f1;
    border:1px solid #e6bfc4;
    padding:7px 14px;
    border-radius:999px;
    transition:.2s ease;
    cursor:default;
  }
  .tn4d-kw-tag:hover{ background:#8b1a2b; color:#fff; border-color:#8b1a2b; transform:translateY(-1px); }
  #tn4d-snow{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:9999;}
  .tn4d-snowflake{position:absolute;top:-40px;background-image:url('https://www.niftytest.com/marijuana.png');background-size:contain;background-repeat:no-repeat;opacity:.85;animation-name:tn4dSnowFall;animation-timing-function:linear;animation-iteration-count:infinite;}
  @keyframes tn4dSnowFall{
    0%{transform:translateY(0) rotate(0deg);}
    100%{transform:translateY(110vh) rotate(360deg);}
  }
