body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
  }

  .logo {
    font-size: 1.5rem;
    font-weight: 600;
    justify-content: left;
  }

  .hero .poster-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .event-poster {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 0 0 50px 50px;
    display: block;
  }
  .ginofest {
    position: absolute;
    top: 10px; /* Jarak dari atas */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    margin-top: 10px;
  }

  .ginofest img {
    width: 300px;
    height: auto;
    max-width: 80vw;
    display: block;
  }

  .cta-button-overlay {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .btn {
    background-color: rgb(89, 84, 192);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .btn-wrapper {
    margin-top: 30px;
  }

  .btn:hover {
    background-color: #0233b1;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);

  }

  .info-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 2rem;
    background-color: #ffffff;
    gap: 2rem;
  }

  .text-box {
    flex: 1;
    padding-right: 2rem;
    flex: 1 1 300px;
    min-width: 0;
  }

  .text-box h1 {
    color: #1f3c88;
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .text-box p {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #444;
  }
  
  .daftar {
  list-style: disc;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.2rem;
  }

  .daftar li {
  margin-bottom: 0.5rem;
  padding-left: 0;
  }

  ol.daftar {
  list-style: decimal; 
  }
  
  .text-box .batas-daftar {
     font-size: 1.2rem !important; 
     margin-top: 1rem !important;
     line-height: 1.4 !important;
   }

  .poster-side {
    flex: 1;
    flex: 1 1 300px;
    min-width: 0;
  }

  .side-poster {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
  }

  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
  }

  footer {
    background-color: #0d1b2a;
    color: white;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
  }

  .registration-guide {
    padding: 2rem;
    background-color: #f0f4f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .registration-guide h2 {
    font-size: 1.8rem;
    color: #0d1b2a;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
  }
  
  .registration-guide p {
      font-size: 1.2rem;
      line-height: 1.6;
      color: #444; 
      text-align: justify;
    }

  .registration-guide ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #333;
  }

  .registration-guide a.btn-register {
    display: inline-block;
    margin-top: 1rem;
    background-color: #f4b400;
    color: #000;
    padding: 1px 10px;
    border-radius: 10px;
    font-weight: 550;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-left: 1px;
  }

  .registration-guide a.btn-register:hover {
    background-color: #d89e00;
  }
  
  

  @media (max-width: 768px) {
  .poster-wrapper {
     position: relative;
  }

  .cta-button-overlay {
     bottom: 60px;
  }

  .text-box h1 {
    color: #1f3c88;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
  }

  .text-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
  }
  
  .daftar {
      font-size: 1rem;
  }
  
  .daftar li {
  margin-bottom: 0.5rem;
  }

  .btn {
     font-size: 0.8rem;
     padding: 5px 10px;
  }
  
  .poster-side {
    flex: 1;
    flex: 1 1 300px;
    min-width: 0;
  }

  .side-poster {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

  
  }

  @media (max-width: 680px) {
    .poster-wrapper {
        position: relative;
    }
      
    .event-poster {
        content: url('/img/poster-mobile.jpg');
    }

    .cta-button-overlay {
        bottom: 50px;
    }

    .text-box h1 {
       color: #1f3c88;
       font-size: 0.9rem;
       margin-bottom: 1rem;
       font-weight: bold;
    }

    .text-box p {
       font-size: 0.85rem;
       line-height: 1.7;
       color: #444;
    }
    
    .text-box .batas-daftar {
       font-size: 0.8rem !important; 
    }
  
    .daftar {
       font-size: 0.9rem;
    }
  
    .daftar li {
       margin-bottom: 0.5rem;
    }

    .btn {
       font-size: 0.8rem;
       padding: 5px 10px;
  }
  
  .poster-side {
      flex: 1;
      flex: 1 1 300px;
      min-width: 0;
  }

  .side-poster {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
  }
  }

  @media (max-width: 580px) {
    .poster-wrapper {
        position: relative;
        gap: 0.2rem;
    }
      
    .event-poster {
        content: url('/img/poster-mobile.jpg');
    }

    .cta-button-overlay {
        bottom: 40px;
    }
    
    .info-section {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      background-color: #ffffff;
      gap: 0.5rem;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 1rem;
    }
    
    .text-box {
    padding-right: 0;
    padding-left: 0;
     max-width: 95%;
     margin: 0 auto;
    }

    .text-box h1 {
       color: #1f3c88;
       font-size: 0.9rem;
       margin-bottom: 0.3rem;
       font-weight: bold;
    }

   .text-box p {
     font-size: 0.8rem;
     line-height: 1.5;
     color: #444;
     width: 100%; 
     max-width: none;
     text-align: left;
  }
  
  .text-box info{
      font-size: 0.5rem;
  }
  
    .daftar {
       font-size: 0.8rem;
    }
  
    .daftar li {
       margin-bottom: 0.3rem;
       margin-left: 0.9rem;
    }
    
    .text-box .batas-daftar {
       font-size: 0.8rem !important; 
   }

    .btn {
       font-size: 0.8rem;
       padding: 5px 10px;
    }
  
    .poster-side {
       flex: 0 0 50%;
       max-width: 100%;
    }

    .side-poster {
      width: 100%; 
      height: 250px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    
    .registration-guide h2 {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #1f3c88;
      text-align: center;
    }

    .registration-guide p {
      font-size: 0.8rem;
      line-height: 1.6;
      color: #444; 
      text-align: justify;
    }
    
    .registration-guide .daftar {
      padding-left: 0.2rem;
    }
    
  }

  /*HP sedang (361px & 480px) */
  @media (max-width: 480px) {
    .poster-wrapper {
        position: relative;
        gap: 0.2rem;
    }
      
    .event-poster {
        content: url('/img/poster-mobile.jpg');
    }

    .cta-button-overlay {
        bottom: 20px;
    }
    
    .info-section {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      background-color: #ffffff;
      gap: 0.5rem;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 1rem;
    }
    
    .text-box {
    padding-right: 0;
    padding-left: 0;
     max-width: 95%;
     margin: 0 auto;
    }

    .text-box h1 {
       color: #1f3c88;
       font-size: 0.7rem;
       margin-bottom: 0.4rem;
       font-weight: bold;
    }

   .text-box p {
     font-size: 0.7rem;
     line-height: 1.5;
     color: #444;
     width: 100%; 
     max-width: none;
     text-align: left;
  }
  
  .text-box info{
      font-size: 0.5rem;
  }
  
    .daftar {
       font-size: 0.7rem;
    }
  
    .daftar li {
       margin-bottom: 0.3rem;
       margin-left: 0.5rem;
    }
    
    .text-box .batas-daftar {
       font-size: 0.7rem !important; 
       color: #000000 !important;
   }

    .btn {
       font-size: 0.8rem;
       padding: 5px 10px;
    }
  
    .poster-side {
       flex: 0 0 50%;
       max-width: 100%;
    }

    .side-poster {
      width: 100%; 
      height: 250px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    
    .registration-guide h2 {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #1f3c88;
      text-align: center;
    }

    .registration-guide p {
      font-size: 0.8rem;
      line-height: 1.6;
      color: #444; 
      text-align: justify;
    }
    
    .registration-guide .daftar {
      padding-left: 0.2rem;
    }
    
  }

 @media (max-width: 380px) {
    .poster-wrapper {
        position: relative;
        gap: 0.2rem;
    }
      
    .event-poster {
        content: url('/img/poster-mobile.jpg');
    }

    .cta-button-overlay {
        bottom: 25px;
    }
    
    .info-section {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      background-color: #ffffff;
      gap: 0.5rem;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 1rem;
    }
    
    .text-box {
      padding-right: 0;
      padding-left: 0;
      max-width: 95%;
      margin: 0 auto;
    }

    .text-box h1 {
       color: #1f3c88;
       font-size: 0.65rem;
       margin-bottom: 0.3rem;
       font-weight: bold;
    }

   .text-box p {
     font-size: 0.65rem;
     line-height: 1.5;
     color: #444;
     width: 100%; 
     max-width: none;
     text-align: left;
  }
  
  .text-box info{
      font-size: 0.5rem;
  }
  
    .daftar {
       font-size: 0.6rem;
    }
  
    .daftar li {
       margin-bottom: 0.3rem;
       margin-left: 0.5rem;
    }
    
    .text-box .batas-daftar {
       font-size: 0.6rem !important; 
   }

    .btn {
       font-size: 0.6rem;
       padding: 3px 10px;
    }
  
    .poster-side {
       flex: 0 0 50%;
       max-width: 100%;
    }

    .side-poster {
      width: 100%; 
      height: 250px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    
    .registration-guide h2 {
      font-size: 0.8rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #1f3c88;
      text-align: center;
    }

    .registration-guide p {
      font-size: 0.8rem;
      line-height: 1.6;
      color: #444; 
      text-align: justify;
    }
    
    .registration-guide .daftar {
      padding-left: 0.2rem;
    }
    
  }
      
    @media (max-width: 270px) {
    .poster-wrapper {
        position: relative;
        gap: 0.2rem;
    }
      
    .event-poster {
        content: url('/img/poster-mobile.jpg');
    }

    .cta-button-overlay {
        bottom: 10px;
    }
    
    .info-section {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      background-color: #ffffff;
      gap: 0.5rem;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 1rem;
    }
    
    .text-box {
      padding-right: 0;
      padding-left: 0;
      max-width: 95%;
      margin: 0 auto;
    }

    .text-box h1 {
       color: #1f3c88;
       font-size: 0.7rem;
       margin-bottom: 0.4rem;
       font-weight: bold;
    }

    .text-box p {
      font-size: 0.7rem;
      line-height: 1.5;
      color: #444;
      width: 100%; 
      max-width: none;
      text-align: left;
    }
  
    .text-box info{
      font-size: 0.5rem;
    }
  
    .daftar {
       font-size: 0.7rem;
    }
  
    .daftar li {
       margin-bottom: 0.3rem;
       margin-left: 0.5rem;
    }
    
    .text-box .batas-daftar {
       font-size: 0.7rem !important; 
   }

    .btn {
       font-size: 0.8rem;
       padding: 5px 10px;
    }
  
    .poster-side {
       flex: 0 0 50%;
       max-width: 100%;
    }

    .side-poster {
      width: 100%; 
      height: 250px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    
    .registration-guide h2 {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #1f3c88;
      text-align: center;
    }

    .registration-guide p {
      font-size: 0.8rem;
      line-height: 1.6;
      color: #444; 
      text-align: justify;
    }
    
    .registration-guide .daftar {
      padding-left: 0.2rem;
    }
    
  }