* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    background: #f9f9f9;
    line-height: 1.6;
  }
  
  .hero {
    background: url('images/hero-bg.jpg') no-repeat center center/cover;
    color: #030303;
    padding: 6rem 2rem;
    text-align: center;
    position: relative;
  }
  
  
  .hero-img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin-top: 2rem;
    border-radius: 10px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .btn {
    background: #1057da;
    color: white;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .features {
    padding: 3rem 2rem;
    background: #fff;
    text-align: center;
  }
  
  .feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
  }
  
  .feature {
    max-width: 250px;
  }
  
  .feature img {
    width: 100px;
    margin-bottom: 1rem;
  }
  
  .testimonials {
    background: #eee;
    padding: 3rem 2rem;
    text-align: center;
  }
  
  .testimonials blockquote {
    font-size: 1.2rem;
    font-style: italic;
  }
  
  .testimonials cite {
    display: block;
    margin-top: 1rem;
    font-weight: bold;
  }
  
  .cta {
    background: #1057da;
    color: #fff;
    padding: 3rem 2rem;
    text-align: center;
  }
  
  .cta .btn {
    background: #fff;
    color: #1057da;
    margin-top: 1rem;
  }
  
  footer {
    text-align: center;
    padding: 1rem;
    background: #222;
    color: #ccc;
  }
  
  .how-to-join {
    padding: 4rem 1.5rem;
    background: #fff;
    text-align: center;
  }
  
  .how-to-join h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #222;
  }
  
  .steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .step {
    display: flex;
    align-items: flex-start;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-left: 5px solid #1057da;
    border-radius: 12px;
    padding: 1.5rem;
    gap: 1.5rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s;
  }
  
  .step:hover {
    transform: translateY(-3px);
  }
  
  .circle {
    min-width: 45px;
    height: 45px;
    background-color: #1057da;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
  }
  
  .step-text {
    text-align: left;
  }
  
  .step-text h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #222;
  }
  
  .step-text p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
  }
  
  .step-text a {
    color: #1057da;
    font-weight: 600;
    text-decoration: underline;
  }
  
  .vip-benefits {
    background: #21212250;
    padding: 4rem 2rem;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .benefits-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  
  .vip-benefits h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #222;
  }
  
  .highlight-text {
    color: #ff4d4d;
  }
  
  .benefit-columns {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .benefit-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    flex: 1 1 350px;
    max-width: 500px;
    transition: transform 0.3s ease;
  }
  
  .benefit-card:hover {
    transform: translateY(-5px);
  }
  
  .benefit-label {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
  }
  
  .benefit-label.red {
    color: #ff0000;
  }
  
  .benefit-label.green {
    color: #2dbf6c;
  }
  
  .benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  
  .benefit-list li {
    font-size: 1rem;
    padding-left: 1.2rem;
    position: relative;
    color: #333;
  }
  
  .benefit-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ff4d4d;
  }
  
  .benefit-label.green + .benefit-list li::before {
    color: #2dbf6c;
  }
  
  @media (max-width: 768px) {
    .benefit-columns {
      flex-direction: column;
      align-items: center;
    }
  }
  
  .card-no {
    position: relative;
    overflow: hidden;
  }
  
  .big-x-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    color: rgba(52, 151, 6, 0.781); /* merah muda transparan */
    font-weight: 900;
    z-index: 0;
    pointer-events: none;
  }
  
  .card-no .benefit-label,
  .card-no .benefit-list {
    position: relative;
    z-index: 1;
  }
  
  .testimoni-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch;
    
  }
  
  .testimoni-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border-radius: 1rem;
    overflow: hidden;
    width: 250px;
    height: 250px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .testimoni-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1rem;
  }
  
  .testimoni-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch;
    
    /* Sembunyikan scrollbar di semua browser */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE & Edge */
  }
  
  .testimoni-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  
  .testimoni-auto-scroll-wrapper {
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
    padding: 2rem 0;
  }
  
  .testimoni-auto-scroll {
    display: flex;
    gap: 2rem;
    animation: scrollLeft 30s linear infinite;
    width: max-content;
  }
  
  .testimoni-auto-scroll img {
    height: 200px;
    width: auto;
    flex-shrink: 0;
    border-radius: 1rem;
  }
  
  /* Animasi scroll ke kiri */
  @keyframes scrollLeft {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  

  .gallery-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 1rem 0;
  }
  
  .gallery img {
    height: 200px;
    margin-right: 1rem;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  .gallery img:hover {
    transform: scale(1.05);
  }

  
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
  }
  
  .close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  