body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #f0f2f5;
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    background-color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    width: 100%;
}
.header-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}
.logo-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    fill: #007bff;
}
.logo-text-file { color: #0056b3; font-weight: 700; }
.logo-text-fusion { color: #007bff; font-weight: 500; }
.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 25px; }
.main-nav a { text-decoration: none; color: #555; font-size: 15px; font-weight: 500; transition: color 0.2s; }
.main-nav a:hover { color: #007bff; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.lang-selector { font-size: 18px; cursor: pointer; }
.header-actions .login-link { text-decoration: none; color: #555; font-size: 15px; font-weight: 500; }
.header-actions .login-link:hover { color: #007bff; }
.btn-signup { background-color: #007bff; color: white; padding: 8px 16px; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 500; border: 1px solid #007bff; }
.btn-signup:hover { background-color: #0056b3; border-color: #0056b3; }

.main-content-wrapper {
    padding: 30px 20px;
    flex-grow: 1; 
}
.container {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 1180px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.title { font-size: 28px; font-weight: 600; color: #333; margin-bottom: 12px; }
.subtitle { font-size: 15px; color: #666; margin-bottom: 25px; }
.subtitle a { color: #007bff; text-decoration: none; }
.subtitle a:hover { text-decoration: underline; }
.comparison-table { width: 100%; border-collapse: collapse; margin-bottom: 35px; font-size: 15px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;  }
.comparison-table th, .comparison-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid #e9ecef; }
.comparison-table th { background-color: #f8f9fa; font-weight: 600; color: #495057; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; width: 32%; }
.comparison-table th:not(:first-child), .comparison-table td:not(:first-child) { text-align: center; }
.comparison-table .premium-col-header, .comparison-table .premium-col-cell { background-color: #e7f3ff; }
.comparison-table .premium-col-header { color: #0056b3; }
.comparison-table thead th {
    font-family: sans-serif;
    font-size: 1.35em !important; /* Ukuran font header, !important untuk memastikan override */
    font-weight: 550; /* Bold (700). Untuk semi-bold, bisa gunakan 600 jika font mendukung */
    color: #333; /* Warna teks header, sesuaikan jika perlu */
    background-color: #f0f2f5; /* Warna background header, sesuaikan */
    padding: 15px 18px; /* Padding yang sama dengan sel isi atau sesuaikan */
    text-align: center; /* Default alignment untuk semua header */
    vertical-align: middle; /* Alignment vertikal */
}

.comparison-table thead th:first-child {
    text-align: right !important;
}

.comparison-table thead th.premium-col-header {
    background-color: #e7f3ff; 
    color: #0056b3;
}
.comparison-table tbody td:first-child {
    text-align: right !important;
    font-weight: 500;
    color: #495057;
}
.comparison-table tbody{
    font-weight: 700;
    color: #495057;
}
.icon { width: 22px; height: 22px; vertical-align: middle; }
.icon-tick { fill: #28a745; }
.icon-cross { fill: #dc3545; }
.button-container { display: flex; justify-content: center; gap: 20px; margin-top: 25px; }
.btn { padding: 10px 30px; font-size: 17px; font-weight: 500; border-radius: 6px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
.btn-order-vip { background-color: #007bff; color: white; border-color: #007bff; }
.btn-order-vip:hover { background-color: #0056b3; border-color: #0056b3; }
.btn-freemium-access { background-color: white; color: #007bff; border: 1px solid #007bff; }
.btn-freemium-access:hover { background-color: #f0f8ff; }
.btn-tutorial { background-color: white; color: #007bff; border: 1px solid #007bff; }
.btn-tutorial:hover { background-color: #f0f8ff; }
.btn .icon { margin-right: 10px; width: 20px; height: 20px; }
.btn-order-vip .icon { fill: white; }

#package-selection-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 8px;
    display: none;
    text-align: center;
}
#package-selection-section h2 { font-size: 24px; font-weight: 600; color: #333; margin-bottom: 30px; }
.package-tabs { display: inline-flex; margin-bottom: 30px; border: 1px solid #dee2e6; border-radius: 6px; padding: 5px; }
.package-tab-btn { background-color: transparent; border: none; padding: 10px 20px; font-size: 14px; font-weight: 500; color: #495057; cursor: pointer; border-radius: 4px; margin: 0 3px; transition: background-color 0.2s, color 0.2s; }
.package-tab-btn.active { background-color: #007bff; color: white; }
.package-tab-btn:not(.active):hover { background-color: #e9ecef; }
.package-cards-container { display: flex; flex-wrap: wrap; gap: 25px; justify-content: center; }
.package-card { background-color: #fff; border: 1px solid #e9ecef; border-radius: 8px; padding: 25px; width: 220px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.05); display: flex; flex-direction: column; justify-content: space-between; }
.package-card .duration { font-size: 14px; color: #007bff; margin-bottom: 10px; font-weight: 500; }
.package-card .price { font-size: 32px; font-weight: 700; color: #212529; margin-bottom: 20px; }
.package-card .btn-pay { background-color: #007bff; color: white; padding: 10px 15px; border: none; border-radius: 5px; font-size: 15px; font-weight: 500; cursor: pointer; text-decoration: none; display: inline-block; width: 100%; }
.package-card .btn-pay:hover { background-color: #0056b3; }
.package-message { font-size: 16px; color: #555; padding: 20px; }

.glitch-footer {
    background-color: transparent;
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
}
.glitch-text {
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: calc(2rem + 3vw);
    font-weight: 900;
    color: #544ff6;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1.1;
}
.glitch-text::before,
.glitch-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.glitch-text::before {
    left: 2px;
    text-shadow: -1.5px 0 #ff00c1, 1.5px 0 #00fff7;
    clip-path: inset(60% 0 15% 0);
    animation: glitch-anim-1 3s infinite linear alternate-reverse;
}
.glitch-text::after {
    left: -2px;
    text-shadow: -1.5px 0 #00ff00, 1.5px 0 #ffdd00;
    clip-path: inset(10% 0 70% 0);
    animation: glitch-anim-2 2.5s infinite linear alternate-reverse;
}

@keyframes glitch-anim-1 {
    0%   { clip-path: inset(60% 0 15% 0); transform: translate(-0.03em, 0.02em); }
    10%  { clip-path: inset(10% 0 70% 0); }
    20%  { clip-path: inset(80% 0 5% 0); }
    30%  { clip-path: inset(40% 0 40% 0); }
    40%  { clip-path: inset(65% 0 10% 0); }
    50%  { clip-path: inset(25% 0 50% 0); transform: translate(0.03em, -0.02em); }
    60%  { clip-path: inset(5% 0 80% 0); }
    70%  { clip-path: inset(90% 0 2% 0); }
    80%  { clip-path: inset(30% 0 50% 0); }
    90%  { clip-path: inset(70% 0 20% 0); }
    100% { clip-path: inset(50% 0 30% 0); transform: translate(-0.02em, 0.03em); }
}

@keyframes glitch-anim-2 {
    0%   { clip-path: inset(10% 0 70% 0); transform: translate(0.02em, -0.03em); }
    10%  { clip-path: inset(70% 0 10% 0); }
    20%  { clip-path: inset(35% 0 45% 0); }
    30%  { clip-path: inset(75% 0 8% 0); }
    40%  { clip-path: inset(15% 0 60% 0); }
    50%  { clip-path: inset(55% 0 20% 0); transform: translate(-0.02em, 0.03em); }
    60%  { clip-path: inset(8% 0 75% 0); }
    70%  { clip-path: inset(50% 0 35% 0); }
    80%  { clip-path: inset(88% 0 4% 0); }
    90%  { clip-path: inset(45% 0 25% 0); }
    100% { clip-path: inset(60% 0 15% 0); transform: translate(0.03em, -0.02em); }
}

.telegram-float {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
}

.telegram-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0088cc;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

      @keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(0, 136, 204, 0);
	}
}

.telegram-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

/* Modal Overlay & Content Styling */
.modal-overlay {
    position: fixed; /* Tetap di layar bahkan saat scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Background gelap semi-transparan */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Pastikan di atas konten lain */
    opacity: 0; /* Mulai transparan untuk animasi */
    visibility: hidden; /* Mulai tersembunyi */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background-color: #fff; /* Warna background modal (sesuaikan dengan tema Anda) */
    color: #2c2f33; /* Warna teks modal */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    width: 80%; /* Lebar modal */
    max-width: 700px; /* Lebar maksimum */
    max-height: 85vh; /* Tinggi maksimum, menyisakan sedikit ruang di atas & bawah */
    display: flex;
    flex-direction: column;
    transform: scale(0.9); /* Mulai sedikit kecil untuk animasi */
    transition: transform 0.3s ease;
}

.modal-overlay.show .modal-content {
    transform: scale(1); /* Kembali ke ukuran normal saat muncul */
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #4f545c; /* Garis pemisah header */
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.8em;
    color: #2c2f33; /* Warna judul modal */
}

.modal-close-btn {
    background: none;
    border: none;
    font-size: 2em;
    color: #a0a0a0;
    cursor: pointer;
    padding: 0 5px;
    line-height: 1;
}

.modal-close-btn:hover {
    color: #ffffff;
}

.modal-body {
    overflow-y: auto; /* Ini yang akan membuat scrollbar jika konten melebihi max-height */
    padding-right: 15px; /* Memberi ruang untuk scrollbar agar tidak menimpa konten */
    flex-grow: 1; /* Agar body mengisi sisa ruang di modal-content */
}

.modal-body img {
    max-width: 100%; /* Gambar responsif, tidak melebihi lebar modal */
    height: auto;
    display: block; /* Menghilangkan spasi ekstra di bawah gambar */
    margin-bottom: 20px; /* Jarak antar gambar */
    border-radius: 5px; /* Sedikit lengkungan pada gambar */
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.modal-body p {
    line-height: 1.6;
    margin-bottom: 15px;
}

/* IKLAN */
.multi-ads-slots-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 25px 10px 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.ads-slot-medium-rectangle {
    width: 300px;
    height: 250px;
    background-color: transparent;
    border: 1px dashed #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.ads-slot-medium-rectangle img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

@media (max-width: 680px) {
    .multi-ads-slots-container {
        flex-direction: column;
        align-items: center;
    }
    .ads-slot-medium-rectangle {
        margin-bottom: 15px;
    }
    .ads-slot-medium-rectangle:last-child {
        margin-bottom: 0;
    }
}

.skip-timer-link {
    font-size: 0.95em; /* Sedikit lebih kecil dari teks biasa */
    margin-bottom: 20px; /* Jarak ke judul di bawahnya */
    text-align: center; /* Pastikan terpusat jika container Anda juga terpusat */
}

.skip-timer-link a {
    color: #007bff; /* Warna link yang menarik (sesuaikan) */
    text-decoration: underline;
    font-weight: bold;
}

.skip-timer-link a:hover {
    color: #00ccff; /* Warna link saat hover */
    text-decoration: none;
}

#timer {
    font-weight: 900;
    color: #333;
    -webkit-text-stroke: 1.5px black;
    text-stroke: 1.5px black;
    animation: 
      rainbow-text 5s linear infinite
  }
  
  @keyframes rainbow-text {
    0% {
      color: hsl(0, 100%, 80%); /* Pink Pastel / Merah Muda Terang */
    }
    17% {
      color: hsl(45, 100%, 75%); /* Oranye Pastel / Peach */
    }
    34% {
      color: hsl(60, 100%, 75%); /* Kuning Lemon Pastel */
    }
    51% {
      color: hsl(150, 100%, 75%); /* Hijau Mint Pastel */
    }
    68% {
      color: hsl(195, 100%, 80%); /* Biru Langit Pastel / Baby Blue */
    }
    85% {
      color: hsl(270, 100%, 85%); /* Ungu Lavender Pastel */
    }
    100% {
      color: hsl(360, 100%, 80%); /* Kembali ke Pink Pastel */
    }
  }
  
  #timer {
    text-shadow: 
      3px 3px 0px rgba(0, 0, 0, 0.1), /* Bayangan tipis */
      0px 0px 20px rgba(255, 255, 255, 0.5); /* Sedikit glow putih di belakangnya */
  }

    #floating-translate-btn {
        position: fixed;
        bottom: 25px;
        left: 30px;
        z-index: 1050;
        width: 60px;
        height: 60px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        animation-name: pulses;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

    @keyframes pulses { 0% {
            box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.5);
        }
        80% {
            box-shadow: 0 0 0 14px rgba(0, 136, 204, 0);
        }
    }

    #floating-translate-btn:hover {
        transform: scale(1.1);
        background-color: #0056b3;
    }

    #google_translate_element_container {
        display: none;
        position: fixed;
        bottom: 90px;
        left: 30px;
        z-index: 1051;
        background: white;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    }

    .goog-te-gadget-simple {
        border: none !important;
        background-color: transparent !important;
    }

    iframe.goog-te-banner-frame {
        display: none !important;
    }