    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
    
    .perks-container {
      max-width: 1000px;
      margin: 40px auto;
      padding: 0 20px;
      min-height: 70vh;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    #title {
      width: 1000px;
      color: #FFF;
      text-align: center;
      font-family: Poppins;
      font-size: 52px;
      font-style: normal;
      font-weight: 800;
      line-height: 89.7%;
      margin-bottom: 15px;
    }
    
    #writetous {
      background-color: #414774;
      color: rgba(255, 255, 255, 0.5);
      padding: 12px;
      font-size: 16px;
      font-weight: 700;
      margin-top: 15px;
      margin-bottom: 40px;
      border: none;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
    }
    
    #writetous svg {
      position: relative;
      top: 1px;
    }
    
    #writetous:hover {
      cursor: pointer;
    }
    
    .hero-section {
      text-align: center;
      padding: 45px 40px;
      background: linear-gradient(180deg, #1A1D2E 0%, #272B45 24.5%);
      border-radius: 15px;
      margin-bottom: 50px;
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    
    .hero-content {
      position: relative;
      z-index: 1;
    }
    
    .hero-title {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 15px;
      color: #ffffff;
      line-height: 1.2;
    }
    
    .hero-subtitle {
      font-size: 18px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.8);
    }
    
    .requirements-list {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    
    .requirement-card {
      background: linear-gradient(180deg, #1A1D2E 0%, #272B45 24.5%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      padding: 30px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .requirement-card:hover {
      border-color: rgba(118, 115, 255, 0.4);
    }
    
    .requirement-header {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
    }
    
    .requirement-number {
      width: 50px;
      height: 50px;
      background: #414774;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 700;
      color: #ffffff;
      flex-shrink: 0;
    }
    
    .requirement-content {
      flex: 1;
    }
    
    .requirement-title {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .requirement-icon {
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-right: 6px;
    }
    
    .requirement-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #9b59b6;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      padding: 8px 12px;
      background: rgba(155, 89, 182, 0.15);
      border-radius: 8px;
      transition: all 0.3s ease;
      margin-top: 8px;
    }
    
    
    .requirement-link:hover {
      background: rgba(155, 89, 182, 0.25);
    }
    
    .requirement-link .fab.fa-youtube {
      color: #FF0000;
    }
    
    .requirement-link .fab.fa-tiktok {
      color: #000000;
    }
    
    .upload-section {
      margin-top: 20px;
      padding: 0;
      background: transparent;
      border-radius: 0;
      border: none;
      transition: all 0.3s ease;
      position: relative;
    }
    
    @keyframes shake {
      0% { transform: translateX(0); }
      20% { transform: translateX(-8px); }
      40% { transform: translateX(8px); }
      60% { transform: translateX(-8px); }
      80% { transform: translateX(8px); }
      100% { transform: translateX(0); }
    }
    
    .upload-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    .upload-label i {
      font-size: 12px;
      color: #9b59b6;
    }
    
    .file-input-wrapper {
      position: relative;
      overflow: hidden;
      display: inline-block;
      width: 100%;
    }
    
    .file-input-label {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 18px 20px;
      background: rgba(155, 89, 182, 0.08);
      border: 2px dashed rgba(155, 89, 182, 0.3);
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 14px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      overflow: visible;
      margin-bottom: 10px;
    }
    
    .file-input-label:hover {
      background: rgba(155, 89, 182, 0.12);
      border-color: rgba(155, 89, 182, 0.5);
      box-shadow: 0 0 0 2px rgba(155, 89, 182, 0.15);
    }
    
    .file-input-label i {
      font-size: 20px;
      color: #9b59b6;
    }
    
    .file-input-label span {
      flex: 1;
    }
    
    .file-input-label::after {
      content: 'Browse';
      padding: 6px 16px;
      background: #9b59b6;
      color: white;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    
    .file-input-label.login-required::after {
      content: 'Log-in';
      background: #414774;
    }
    
    .file-input-label:hover::after {
      background: #b074d4;
    }
    
    .file-input-label.login-required:hover::after {
      background: #9b59b6;
    }
    
    .file-input {
      position: absolute;
      left: -9999px;
      opacity: 0;
    }
    
    .file-preview {
      margin-top: 10px;
      display: none;
      padding: 12px 16px;
      background: rgba(34, 197, 94, 0.12);
      border: 1px solid rgba(34, 197, 94, 0.4);
      border-radius: 10px;
      font-size: 13px;
      color: #22c55e;
      align-items: center;
      gap: 10px;
      font-weight: 500;
      position: relative;
    }
    
    .remove-file {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(239, 68, 68, 0.2);
      border: none;
      color: #ef4444;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    
    .remove-file:hover {
      background: rgba(239, 68, 68, 0.4);
      transform: translateY(-50%) scale(1.1);
    }
    
    .file-preview.active {
      display: flex;
      animation: slideIn 0.3s ease;
    }
    
    .file-preview i {
      font-size: 16px;
    }
    
    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    @keyframes spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
    
    .fa-spin {
      animation: spin 1s linear infinite;
    }
    
    .submit-section {
      margin-top: 60px;
      margin-bottom: 40px;
      text-align: center;
      padding: 0;
      background: transparent;
      border: none;
    }
    
    .submit-button {
      padding: 20px 60px;
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
      border: none;
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(155, 89, 182, 0.3);
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    .submit-button:hover {
      background: linear-gradient(135deg, #b074d4 0%, #9b59b6 100%);
      box-shadow: 0 6px 20px rgba(155, 89, 182, 0.4);
      transform: translateY(-2px);
    }
    
    .submit-button:active {
      transform: translateY(0);
      box-shadow: 0 2px 10px rgba(155, 89, 182, 0.3);
    }
    
    .submit-button:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      transform: none;
    }
    
    .submit-button i {
      font-size: 18px;
    }
    
    .submit-note {
      margin-top: 16px;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 500;
    }
    
    .success-message {
      display: none;
      padding: 20px;
      background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(22, 163, 74, 0.2) 100%);
      border: 1px solid rgba(34, 197, 94, 0.5);
      border-radius: 12px;
      margin-top: 20px;
      color: #22c55e;
      font-weight: 600;
      text-align: center;
    }
    
    .error-message {
      display: none;
      padding: 20px;
      background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.2) 100%);
      border: 1px solid rgba(239, 68, 68, 0.5);
      border-radius: 12px;
      margin-top: 20px;
      color: #ef4444;
      font-weight: 600;
      text-align: center;
    }
    
    @media (max-width: 768px) {
      #title {
        font-size: 24px;
        text-wrap: wrap;
        width: auto;
      }
      
      .hero-title {
        font-size: 28px;
      }
      
      .hero-subtitle {
        font-size: 16px;
      }
      
      .requirement-card {
        padding: 20px;
      }
      
      .requirement-header {
        gap: 12px;
      }
      
      .requirement-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
      }
      
      .requirement-title {
        font-size: 16px;
      }
      
      .submit-button {
        width: 100%;
        padding: 16px 32px;
        justify-content: center;
      }
    }