/* Removed @use rules that are not supported */
.starfall {
  &.main_content_section {
    display: flex;
    flex-direction: column;
    background-color: rgb(0 0 0);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    overflow: hidden;
  }

  .overview_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    margin: 0 auto;
    width: 98.62%;
    max-width: 1429px;
    gap: 0;
  }

  .intro_section {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--src) center center / cover no-repeat;
    position: relative;
    z-index: 0;
  }

  .stats_container {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }

  .access_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    margin: 11px 0 10px;
    position: relative;
    z-index: 2;
  }

  .login_section {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: linear-gradient(
      180deg,
      #000 2.67%,
      rgb(0 0 0 / 0%) 100%
    );
  }

  .info_grid {
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
    margin: 6px 3.36% 5px auto;
    width: 939px;
    max-width: 85%;
  }

  @media screen and (max-width: 576px) {
    .info_grid {
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }
  }

  .category_list {
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
    margin: 3px 0 4px;
    width: 587px;
    min-width: 0;
  }

  @media screen and (max-width: 576px) {
    .category_list {
      position: relative;
      margin: 0;
      width: 100%;
      min-width: unset;
    }
  }

  @media screen and (max-width: 400px) {
    .category_list {
      column-gap: 16px;
    }
  }

  @media screen and (max-width: 320px) {
    .category_list {
      flex-direction: column;
      align-items: center;
      gap: 32px 16px;
    }
  }

  .about_text {
    display: flex;
    justify-content: center;
    margin: 2px 0;
    font: 600 16px/1.19 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 320px) {
    .about_text {
      position: relative;
      margin: 0;
      width: 100%;
    }
  }

  .income_text {
    display: flex;
    justify-content: center;
    margin: 2px 0;
    font: 600 16px/1.19 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 320px) {
    .income_text {
      position: relative;
      margin: 0;
      width: 100%;
    }
  }

  .community_text {
    display: flex;
    justify-content: center;
    font: 600 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .community_text {
      align-items: flex-start;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 320px) {
    .community_text {
      position: relative;
      width: 100%;
      font-size: 16px;
    }
  }

  .events_text {
    display: flex;
    justify-content: center;
    margin: 2px 0;
    font: 600 16px/1.19 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 320px) {
    .events_text {
      position: relative;
      margin: 0;
      width: 100%;
    }
  }

  .affiliate_text {
    display: flex;
    justify-content: center;
    margin: 2px 0;
    font: 600 16px/1.19 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 320px) {
    .affiliate_text {
      position: relative;
      margin: 0;
      width: 100%;
    }
  }

  .login_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    min-width: 99px;
    height: 30px;
    background-color: rgb(255 255 255);
    padding: 5.5px 14px 5.5px 18px;
    border-radius: 14px;
  }

  @media screen and (max-width: 576px) {
    .login_btn {
      position: relative;
      width: 100%;
      min-width: unset;
    }
  }

  .login_text {
    display: flex;
    justify-content: center;
    margin: 0 0 1px;
    font: 600 16px/1.19 Roboto, Helvetica, Arial, serif;
    color: rgb(0 0 0);
    text-align: center;
  }

  .login_icon {
    width: 18px;
  }

  .branding_image {
    margin: 281px 0 0;
    width: 751.94px;
    max-width: 85%;
    outline-offset: 0;
    object-fit: cover;
    outline: rgb(0 0 0) solid 3px;
  }

  @media screen and (max-width: 768px) {
    .branding_image {
      position: relative;
      margin: 150px 0 0;
    }
  }

  @media screen and (max-width: 400px) {
    .branding_image {
      margin: 80px 0 0;
    }
  }

  @media screen and (max-width: 360px) {
    .branding_image {
      margin: 50px 0 0;
    }
  }

  .branding_text {
    display: inline-block;
    font-family: 'Tektur', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.37em;
    -webkit-text-stroke: 3px #000000;
    background: linear-gradient(
      135deg,
      #ffbb00 0%,
      #ffd700 25%,
      #ffbb00 50%,
      #ff6b00 75%,
      #ffbb00 100%
    );
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    animation: branding-glossy 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 187, 0, 0.5));
  }

  @keyframes branding-glossy {
    0%, 100% {
      background-position: 0% 50%;
      filter: drop-shadow(0 0 10px rgba(255, 187, 0, 0.5));
    }
    50% {
      background-position: 100% 50%;
      filter: drop-shadow(0 0 20px rgba(255, 187, 0, 0.8));
    }
  }

  .branding_text::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.3) 50%,
      transparent 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: branding-shine 2s ease-in-out infinite;
    pointer-events: none;
  }

  @keyframes branding-shine {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }

  @media screen and (max-width: 1024px) {
    .branding_text {
      font-size: 58px;
      font-weight: 700;
      padding-top: 90px;
    }
  }

  @media screen and (max-width: 768px) {
    .branding_text {
      font-size: 54px;
      font-weight: 700;
      letter-spacing: 0.28em;
      padding-top: 80px;
    }
  }

  @media screen and (max-width: 576px) {
    .branding_text {
      font-size: 52px;
      font-weight: 700;
      padding-top: 70px;
    }
  }

  @media screen and (max-width: 400px) {
    .branding_text {
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 0.22em;
      padding-top: 60px;
    }
  }

  @media screen and (max-width: 320px) {
    .branding_text {
      font-size: 48px;
      font-weight: 700;
      letter-spacing: 0.16em;
      padding-top: 50px;
    }
  }

  @media screen and (max-width: 360px) {
    .branding_text {
      font-size: 46px;
      font-weight: 700;
      letter-spacing: 0.18em;
      padding-top: 45px;
    }
  }

  .control_quote {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    width: 100%;
    font: 600 15px/1.27 "Crimson Text", Helvetica, Arial, serif;
    color: rgb(255 255 255 / 81.9%);
    text-align: center;
    letter-spacing: 5.55px;
  }

  .cta_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 99px 0 0;
    width: auto;
    max-width: 100%;
    background: var(--src) center center / cover no-repeat;
    border-radius: 14px;
  }

  @media screen and (max-width: 400px) {
    .cta_section {
      position: relative;
      margin: 80px 0 0;
    }
  }

  @media screen and (max-width: 360px) {
    .cta_section {
      margin: 50px 0 0;
    }
  }

  .join_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 88.07%;
    height: 40px;
    font: 700 16px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
    letter-spacing: 2px;
    padding: 0 20px;
    background: linear-gradient(135deg, rgba(255, 187, 0, 0.8), rgba(255, 153, 0, 0.6));
    border: 2px solid rgba(255, 187, 0, 0.3);
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(255, 187, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .join_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 187, 0, 0.3);
    border-color: rgba(255, 187, 0, 0.5);
    background: linear-gradient(135deg, rgba(255, 187, 0, 0.9), rgba(255, 153, 0, 0.7));
  }

  .join_btn:active {
    transform: translateY(1px);
  }

  @media screen and (max-width: 768px) {
    .join_btn {
      font-size: 14px;
      height: 36px;
    }
  }

  @media screen and (max-width: 320px) {
    .join_btn {
      font-size: 12px;
      height: 32px;
      letter-spacing: 1px;
    }
  }

  @media screen and (max-width: 360px) {
    .join_btn {
      position: relative;
      margin: 10px 8px;
      width: 90%;
    }
  }

  .platform_purpose {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 95.52%;
    font: 500 12px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
    position: relative;
    z-index: 0;
    pointer-events: none;
  }

  @media screen and (max-width: 768px) {
    .platform_purpose {
      position: relative;
      margin: 0 !important;
      padding-top: 0 !important;
    }
  }

  @media screen and (max-width: 400px) {
    .platform_purpose {
      margin: 0 !important;
      padding-top: 0 !important;
    }
  }

  @media screen and (max-width: 360px) {
    .platform_purpose {
      margin: 0 !important;
      padding-top: 0 !important;
    }
  }

  .income_section {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
    width: 100%;
    background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 0%) 0%,
      #fff 50%,
      rgb(153 153 153 / 0%) 100%
    );
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 360px) {
    .income_section {
      position: relative;
      margin: 50px 0 0;
    }
  }

  .income_heading {
    display: flex;
    justify-content: center;
    margin: 0 auto !important;
    width: 137px;
    max-width: 85%;
    font: 600 36px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(0 0 0);
    text-align: center;
    white-space: nowrap;
  }

  @media screen and (max-width: 1024px) {
    .income_heading {
      font-size: 34px;
      margin: 0 auto !important;
    }
  }

  @media screen and (max-width: 768px) {
    .income_heading {
      align-items: center;
      justify-content: center;
      margin: 0 auto !important;
      font-size: 32px;
      white-space: nowrap;
    }
  }

  @media screen and (max-width: 400px) {
    .income_heading {
      font-size: 28px;
      white-space: nowrap;
    }
  }

  @media screen and (max-width: 320px) {
    .income_heading {
      font-size: 26px;
      white-space: nowrap;
    }
  }

  @media screen and (max-width: 360px) {
    .income_heading {
      font-size: 24px;
      white-space: nowrap;
    }
  }

  .main_income_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    margin: 10px 0 0;
    width: 100%;
  }

  .owner_income_title {
    display: flex;
    justify-content: center;
    width: 100%;
    font: 700 16px/1.19 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 320px) {
    .owner_income_title {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 360px) {
    .owner_income_title {
      font-size: 12px;
    }
  }

  .net_worth_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    width: 100%;
    font: 700 24px/1.17 'Orbitron', sans-serif;
    color: #ffbb00;
    text-align: center;
    padding: 15px 25px;
    background: linear-gradient(135deg, 
      rgba(46, 46, 46, 0.8), 
      rgba(70, 70, 70, 0.6),
      rgba(46, 46, 46, 0.8));
    border-radius: 15px;
    border: 2px solid rgba(255, 187, 0, 0.3);
    box-shadow: 
      0 5px 20px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 30px rgba(255, 187, 0, 0.2);
    text-shadow: 0 0 15px rgba(255, 187, 0, 0.6);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
  }

  .net_worth_detail::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 70%
    );
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    animation: net-worth-shine 3s ease-in-out infinite;
  }

  @keyframes net-worth-shine {
    0% {
      transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
      transform: translateX(100%) translateY(100%) rotate(45deg);
    }
  }

  .net_worth_detail:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: rgba(255, 187, 0, 0.5);
    box-shadow: 
      0 8px 30px rgba(255, 187, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 0 40px rgba(255, 187, 0, 0.3);
  }

  @media screen and (max-width: 768px) {
    .net_worth_detail {
      align-items: flex-start;
      font-size: 22px;
    }
  }

  @media screen and (max-width: 400px) {
    .net_worth_detail {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 320px) {
    .net_worth_detail {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 360px) {
    .net_worth_detail {
      font-size: 16px;
    }
  }

  .income_grid {
    display: grid;
    align-content: start;
    gap: 46px 19px;
    margin: 71px 0 0;
    padding-bottom: 48px; /* prevent last row from being visually clipped */
    box-sizing: border-box;
    width: 93.7%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
    z-index: 2;
  }

  @media screen and (max-width: 768px) {
    .income_grid {
      gap: 40px 15px;
      margin: 65px 0 0;
      padding-bottom: 44px;
      width: 95%;
    }
  }

  @media screen and (max-width: 400px) {
    .income_grid {
      gap: 30px 15px;
      margin: 60px 0 0;
      padding-bottom: 40px;
      width: 95%;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
  }

  @media screen and (max-width: 320px) {
    .income_grid {
      gap: 20px 10px;
      margin: 50px 0 0;
      padding-bottom: 36px;
      width: 97%;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 360px) {
    .income_grid {
      position: relative;
      gap: 15px 8px;
      margin: 40px 0 0;
      padding-bottom: 36px;
      width: 98%;
    }
  }

  .income_card {
    display: flex;
    flex-direction: column;
    grid-row: span 1;
    grid-column: span 1;
    background: linear-gradient(135deg, rgba(46, 46, 46, 0.6), rgba(70, 70, 70, 0.4));
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
  }

  .income_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
  }

  .income_card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 187, 0, 0.3);
  }

  .income_card:hover::before {
    left: 100%;
  }

  .income_details {
    display: flex;
    column-gap: 12px;
    padding: 16px;
    align-items: center;
  }

  @media screen and (max-width: 320px) {
    .income_details {
      flex-direction: column;
      align-items: center;
      gap: 12px;
      padding: 16px;
    }
  }

  @media screen and (max-width: 360px) {
    .income_details {
      position: relative;
      padding: 12px;
    }
  }

  .income_image {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 12px;
    object-fit: cover;
    border: 3px solid rgba(255, 187, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
  }

  .income_image:hover {
    transform: scale(1.05);
    border-color: rgba(255, 187, 0, 0.6);
    box-shadow: 0 8px 20px rgba(255, 187, 0, 0.3);
  }

  @media screen and (max-width: 320px) {
    .income_image {
      position: relative;
      width: 100px;
      min-width: unset;
      max-width: 120px;
    }
  }

  .income_description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 513px;
    min-width: 0;
  }

  @media screen and (max-width: 320px) {
    .income_description {
      position: relative;
      margin: 0;
      width: 100%;
      min-width: unset;
    }
  }

  .income_title {
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    letter-spacing: -0.4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 187, 0, 0.3);
    transition: all 0.3s ease;
  }

  @media screen and (max-width: 1024px) {
    .income_title {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 768px) {
    .income_title {
      align-items: flex-start;
      font-size: 22px;
    }
  }

  @media screen and (max-width: 400px) {
    .income_title {
      font-size: 21px;
    }
  }

  @media screen and (max-width: 320px) {
    .income_title {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 360px) {
    .income_title {
      font-size: 18px;
    }
  }

  .income_source_detail {
    margin: 0;
    font: 700 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
  }

  @media screen and (max-width: 1024px) {
    .income_source_detail {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 768px) {
    .income_source_detail {
      align-items: flex-start;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 400px) {
    .income_source_detail {
      font-size: 17px;
    }
  }

  @media screen and (max-width: 320px) {
    .income_source_detail {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 360px) {
    .income_source_detail {
      font-size: 14px;
    }
  }

  .income_percent {
    margin: 0;
    font: 700 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255, 187, 0);
    text-align: right;
    text-shadow: 0 0 8px rgba(255, 187, 0, 0.5);
    transition: all 0.3s ease;
  }

  @media screen and (max-width: 1024px) {
    .income_percent {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 768px) {
    .income_percent {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 400px) {
    .income_percent {
      font-size: 17px;
    }
  }

  @media screen and (max-width: 320px) {
    .income_percent {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 360px) {
    .income_percent {
      font-size: 14px;
    }
  }

  .block3 {
    display: flex;
    flex-direction: column;
    grid-row: span 1;
    grid-column: span 1;
    background: linear-gradient(135deg, rgba(60, 60, 60, 0.98), rgba(80, 80, 80, 0.95)) !important;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgba(255, 187, 0, 0.5) !important;
    box-shadow:
      0 8px 32px rgba(0, 0, 0, 0.6),
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 0 25px rgba(255, 187, 0, 0.2) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1;
  }

  .block3 .info6,
  .block3 .info3,
  .block3 .info31 {
    color: rgb(255, 255, 255) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
  }

  .block3 .info31 {
    color: rgb(255, 187, 0) !important;
    text-shadow: 0 0 10px rgba(255, 187, 0, 0.8) !important;
  }

  .block3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
  }

  .block3:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 187, 0, 0.3);
  }

  .block3:hover::before {
    left: 100%;
  }

  .col {
    display: flex;
    column-gap: 12px;
    padding: 16px;
    align-items: center;
  }

  @media screen and (max-width: 320px) {
    .col {
      flex-direction: column;
      align-items: center;
      gap: 12px;
      padding: 16px;
    }
  }

  @media screen and (max-width: 360px) {
    .col {
      position: relative;
      padding: 12px;
    }
  }

  .image3 {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 12px;
    object-fit: cover;
    border: 3px solid rgba(255, 187, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
  }

  .image3:hover {
    transform: scale(1.05);
    border-color: rgba(255, 187, 0, 0.6);
    box-shadow: 0 8px 20px rgba(255, 187, 0, 0.3);
  }

  @media screen and (max-width: 320px) {
    .image3 {
      position: relative;
      width: 100px;
      min-width: unset;
      max-width: 120px;
    }
  }

  @media screen and (max-width: 768px) {
    .image3 {
      width: 100px;
      max-width: 100px;
    }
  }

  @media screen and (max-width: 576px) {
    .image3 {
      width: 90px;
      max-width: 90px;
    }
  }

  .col1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 513px;
    min-width: 0;
  }

  .col1 .info6,
  .col1 .info3,
  .col1 .info31 {
    color: rgb(255, 255, 255) !important;
  }

  .col1 .info31 {
    color: rgb(255, 187, 0) !important;
  }

  @media screen and (max-width: 320px) {
    .col1 {
      position: relative;
      margin: 0;
      width: 100%;
      min-width: unset;
    }
  }

  .info6 {
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    letter-spacing: -0.4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 187, 0, 0.3);
    transition: all 0.3s ease;
  }

  @media screen and (max-width: 1024px) {
    .info6 {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 768px) {
    .info6 {
      align-items: flex-start;
      font-size: 22px;
    }
  }

  @media screen and (max-width: 400px) {
    .info6 {
      font-size: 21px;
    }
  }

  @media screen and (max-width: 320px) {
    .info6 {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 360px) {
    .info6 {
      font-size: 18px;
    }
  }

  .info3 {
    font: 700 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
  }

  @media screen and (max-width: 1024px) {
    .info3 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 768px) {
    .info3 {
      align-items: flex-start;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 400px) {
    .info3 {
      font-size: 17px;
    }
  }

  @media screen and (max-width: 320px) {
    .info3 {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 360px) {
    .info3 {
      font-size: 14px;
    }
  }

  .info31 {
    font: 700 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255, 187, 0);
    text-align: right;
    text-shadow: 0 0 8px rgba(255, 187, 0, 0.5);
    transition: all 0.3s ease;
  }

  @media screen and (max-width: 1024px) {
    .info31 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 768px) {
    .info31 {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 400px) {
    .info31 {
      font-size: 17px;
    }
  }

  @media screen and (max-width: 320px) {
    .info31 {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 360px) {
    .info31 {
      font-size: 14px;
    }
  }

  .image4 {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 12px;
    object-fit: cover;
    border: 3px solid rgba(255, 187, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
  }

  .image4:hover {
    transform: scale(1.05);
    border-color: rgba(255, 187, 0, 0.6);
    box-shadow: 0 8px 20px rgba(255, 187, 0, 0.3);
  }

  @media screen and (max-width: 320px) {
    .image4 {
      position: relative;
      width: 100px;
      min-width: unset;
      max-width: 120px;
    }
  }

  @media screen and (max-width: 768px) {
    .image4 {
      width: 100px;
      max-width: 100px;
    }
  }

  @media screen and (max-width: 576px) {
    .image4 {
      width: 90px;
      max-width: 90px;
    }
  }

  .block {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
    width: 100%;
    padding: 5px;
    background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 0%) 0%,
      #fff 50%,
      rgb(153 153 153 / 0%) 100%
    );
    animation: block-glow 4s ease-in-out infinite;
    position: relative;
    overflow: hidden;
  }

  .block::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 70%
    );
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    animation: block-shine 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
  }

  @keyframes block-glow {
    0%, 100% {
      box-shadow: 0 0 20px rgba(255, 187, 0, 0.1);
    }
    50% {
      box-shadow: 0 0 40px rgba(255, 187, 0, 0.2);
    }
  }

  @keyframes block-shine {
    0% {
      transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
      transform: translateX(100%) translateY(100%) rotate(45deg);
    }
  }

  @media screen and (max-width: 400px) {
    .block {
      position: relative;
      margin: 80px 0 0;
    }
  }

  @media screen and (max-width: 360px) {
    .block {
      margin: 50px 0 0;
    }
  }

  .community_heading {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font: 600 36px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(0 0 0);
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .community_heading {
      align-items: flex-start;
      font-size: 32px;
    }
  }

  @media screen and (max-width: 320px) {
    .community_heading {
      font-size: 30px;
    }
  }

  .benefits_heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 30px 0 0;
    width: 100%;
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .benefits_heading {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .benefits_heading {
      font-size: 20px;
    }
  }

  .community_benefits_list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin: 30px 0 0;
    width: 87.54%;
  }

  .benefit_card,
  .col2 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
  }

  .benefit_card:hover,
  .col2:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 187, 0, 0.3);
  }

  .benefit_card:hover .image5,
  .col2:hover .image5 {
    transform: scale(1.05);
    filter: brightness(1.1);
  }

  .benefit_card {
    display: flex;
    column-gap: 20px;
    border-radius: 30px;
    overflow: hidden;
  }

  @media screen and (max-width: 768px) {
    .benefit_card {
      flex-direction: column;
      align-items: center;
      gap: 16px 20px;
    }
  }

  @media screen and (max-width: 576px) {
    .benefit_card {
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }
  }

  .image5 {
    width: 100%;
    max-width: 357px;
    min-width: 0;
    border-radius: 40px;
    object-fit: contain;
    height: auto;
    aspect-ratio: 16/9;
  }

  @media screen and (max-width: 1024px) {
    .image5 {
      position: relative;
      width: 100%;
      min-width: unset;
      max-width: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    .image5 {
      max-width: 100%;
      aspect-ratio: 4/3;
    }
  }

  @media screen and (max-width: 576px) {
    .image5 {
      aspect-ratio: 1/1;
    }
  }

  /* Mobile responsive adjustments for image5 positioning */
  @media screen and (max-width: 570px) {
    .benefit_card {
      flex-direction: column;
      align-items: center;
      gap: 15px;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      overflow: visible;
    }

    .col2 {
      flex-direction: column;
      align-items: center;
      gap: 15px;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      overflow: visible;
    }

    .image5 {
      order: -1;
      width: 95%;
      max-width: 95%;
      margin-bottom: 15px;
      height: auto;
      object-fit: contain;
      border-radius: 40px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .benefit_details,
    .col3,
    .col4,
    .col5 {
      order: 1;
      width: 100%;
      margin: 0 auto;
      padding: 0 10px;
      box-sizing: border-box;
      overflow: visible;
      display: block;
      min-width: 0;
      max-width: 100%;
    }

    .community_desc,
    .info61,
    .info62,
    .info63,
    .info64,
    .info65 {
      text-align: center !important;
      padding: 0 5px !important;
      box-sizing: border-box !important;
      overflow: visible !important;
      white-space: pre-line !important;
      word-wrap: break-word !important;
      word-break: break-word !important;
      max-width: 100% !important;
      width: auto !important;
      display: block !important;
      margin: 0 auto !important;
      min-width: 0 !important;
      flex: none !important;
      font-size: 14px !important;
      line-height: 1.4 !important;
      text-overflow: clip !important;
      hyphens: auto !important;
      position: relative !important;
      left: auto !important;
      right: auto !important;
      overflow-wrap: anywhere !important;
      text-align-last: center !important;
      justify-content: center !important;
      align-items: center !important;
    }

    .community_desc_more,
    .desc2 {
      text-align: center !important;
      padding: 0 5px !important;
      box-sizing: border-box !important;
      overflow: visible !important;
      white-space: pre-line !important;
      word-wrap: break-word !important;
      word-break: break-word !important;
      max-width: 100% !important;
      width: auto !important;
      display: block !important;
      margin: 10px auto !important;
      min-width: 0 !important;
      flex: none !important;
      font-size: 12px !important;
      line-height: 1.5 !important;
      text-overflow: clip !important;
      hyphens: auto !important;
      position: relative !important;
      left: auto !important;
      right: auto !important;
      overflow-wrap: anywhere !important;
      text-align-last: center !important;
      justify-content: center !important;
      align-items: center !important;
    }

    /* Ensure parent containers don't constrain width */
    .community_benefits_list {
      width: 100% !important;
      padding: 0 !important;
      margin: 0 auto !important;
      overflow: visible !important;
      box-sizing: border-box !important;
      max-width: 100% !important;
    }

    /* Fix any potential container overflow issues */
    .overview_section {
      overflow: visible !important;
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 !important;
      margin: 0 auto !important;
      box-sizing: border-box !important;
    }

    /* Ensure text containers have proper box model */
    .benefit_card,
    .col2,
    .benefit_details,
    .col3,
    .col4,
    .col5 {
      overflow-wrap: break-word !important;
      word-break: break-word !important;
      box-sizing: border-box !important;
      width: 100% !important;
      max-width: 100% !important;
      overflow: visible !important;
    }

    /* Proper word breaking behavior - keep words intact when wrapping */
    .community_desc,
    .community_desc_more,
    .info61,
    .info62,
    .info63,
    .info64,
    .info65,
    .desc2 {
      width: auto !important;
      max-width: 100% !important;
      min-width: 0 !important;
      flex: 0 0 auto !important;
      overflow-wrap: break-word !important;
      word-break: normal !important;
      hyphens: auto !important;
      text-align: center !important;
      text-align-last: center !important;
      justify-content: center !important;
      align-items: center !important;
      display: block !important;
      position: relative !important;
      left: auto !important;
      right: auto !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
      box-sizing: border-box !important;
      line-height: 1.4 !important;
      font-size: 14px !important;
      white-space: normal !important;
      word-wrap: normal !important;
      overflow-wrap: normal !important;
    }

    /* Fix image5 container overflow */
    .benefit_card img,
    .col2 img {
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    /* Ensure all flex children can shrink */
    .benefit_card > *,
    .col2 > * {
      flex-shrink: 0 !important;
      flex-grow: 0 !important;
    }
  }

  .benefit_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin: 13px 0 88px;
    width: 874px;
    min-width: 0;
  }

  @media screen and (max-width: 1024px) {
    .benefit_details {
      position: relative;
      margin: 0;
      width: 100%;
      min-width: unset;
    }
  }

  .community_desc {
    display: flex;
    align-items: flex-end;
    width: 645.92px;
    max-width: 85%;
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
  }

  @media screen and (max-width: 768px) {
    .community_desc {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .community_desc {
      font-size: 20px;
    }
  }

  .community_desc_more {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font: 14px/1.14 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
  }

  .col2 {
    display: flex;
    column-gap: 20px;
  }

  @media screen and (max-width: 768px) {
    .col2 {
      flex-direction: column;
      align-items: center;
      gap: 16px 20px;
    }
  }

  @media screen and (max-width: 576px) {
    .col2 {
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }
  }

  .col3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin: 13px 0 88px;
    width: 874px;
    min-width: 0;
  }

  @media screen and (max-width: 1024px) {
    .col3 {
      position: relative;
      margin: 0;
      width: 100%;
      min-width: unset;
    }
  }

  .info61 {
    display: flex;
    align-items: flex-end;
    width: 527.94px;
    max-width: 85%;
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    letter-spacing: -0.4px;
  }

  @media screen and (max-width: 768px) {
    .info61 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .info61 {
      font-size: 20px;
    }
  }

  .desc2 {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font: 14px/1.14 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
  }

  .info62 {
    display: flex;
    align-items: flex-end;
    width: 458.98px;
    max-width: 85%;
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
  }

  @media screen and (max-width: 768px) {
    .info62 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .info62 {
      font-size: 20px;
    }
  }

  .col4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    margin: 13px 0 72px;
    width: 874px;
    min-width: 0;
  }

  @media screen and (max-width: 1024px) {
    .col4 {
      position: relative;
      margin: 0;
      width: 100%;
      min-width: unset;
    }
  }

  .info63 {
    display: flex;
    align-items: flex-end;
    width: 581.95px;
    max-width: 85%;
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
  }

  @media screen and (max-width: 768px) {
    .info63 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .info63 {
      font-size: 20px;
    }
  }

  .col5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 26px;
    margin: 13px 0 72px;
    width: 874px;
    min-width: 0;
  }

  @media screen and (max-width: 1024px) {
    .col5 {
      position: relative;
      margin: 0;
      width: 100%;
      min-width: unset;
    }
  }

  .info64 {
    display: flex;
    align-items: flex-end;
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
  }

  @media screen and (max-width: 768px) {
    .info64 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .info64 {
      font-size: 20px;
    }
  }

  .info65 {
    display: flex;
    align-items: flex-end;
    width: 565.95px;
    max-width: 85%;
    font: 700 24px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    letter-spacing: -0.4px;
  }

  @media screen and (max-width: 768px) {
    .info65 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 320px) {
    .info65 {
      font-size: 20px;
    }
  }

  .block1 {
    display: flex;
    flex-direction: column;

    width: 100%;
    background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 0%) 0%,
      #fff 50%,
      rgb(153 153 153 / 0%) 100%
    );
    animation: block-glow 4s ease-in-out infinite;
    animation-delay: 0.5s;
    position: relative;
    overflow: hidden;
  }

  .block1::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 70%
    );
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    animation: block-shine 4s ease-in-out infinite;
    animation-delay: 0.5s;
    pointer-events: none;
    z-index: 0;
  }

  .info4 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    font: 600 36px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(0 0 0);
    text-align: center;
    white-space: nowrap;
    overflow: visible;
  }

  @media screen and (max-width: 768px) {
    .info4 {
      align-items: flex-start;
      font-size: 32px;
    }
  }

  @media screen and (max-width: 320px) {
    .info4 {
      font-size: 30px;
    }
  }

  .col6 {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    margin: 10px 0 0;
    width: 94.4%;
  }

  .info1 {
    display: flex;
    justify-content: center;
    font: 600 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .info1 {
      align-items: flex-start;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 320px) {
    .info1 {
      font-size: 16px;
    }
  }

  .image6 {
    margin: 10px 0 0;
    width: 100%;
    border-radius: 23px;
    object-fit: cover;
  }

  .info11 {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    font: 600 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .info11 {
      align-items: flex-start;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 320px) {
    .info11 {
      font-size: 16px;
    }
  }

  .info12 {
    display: flex;
    justify-content: center;
    margin: 26px auto 0;
    font: 600 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
    width: fit-content;
  }

  @media screen and (max-width: 768px) {
    .info12 {
      align-items: flex-start;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 320px) {
    .info12 {
      font-size: 16px;
    }
  }

  .block2 {
    display: flex;
    flex-direction: column;

    width: 100%;
    background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 0%) 0%,
      #fff 50%,
      rgb(153 153 153 / 0%) 100%
    );
    animation: block-glow 4s ease-in-out infinite;
    animation-delay: 1s;
    position: relative;
    overflow: hidden;
  }

  .block2::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 70%
    );
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    animation: block-shine 4s ease-in-out infinite;
    animation-delay: 1s;
    pointer-events: none;
    z-index: 0;
  }

  .info41 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    font: 600 36px/1.17 Roboto, Helvetica, Arial, serif;
    color: rgb(0 0 0);
    text-align: center;
    white-space: nowrap;
    overflow: visible;
  }

  @media screen and (max-width: 768px) {
    .info41 {
      align-items: flex-start;
      font-size: 32px;
    }
  }

  @media screen and (max-width: 320px) {
    .info41 {
      font-size: 30px;
    }
  }

  .col7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0;
    margin: 26px 0 0;
    width: 100%;
    padding: 0;
  }

  .info13 {
    display: flex;
    justify-content: center;
    width: 100%;
    font: 600 20px/1.15 Roboto, Helvetica, Arial, serif;
    color: rgb(255 255 255);
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .info13 {
      align-items: flex-start;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 320px) {
    .info13 {
      font-size: 16px;
    }
  }

  .image1 {
    margin: 37px 0 0;
    width: 565.02px;
    max-width: 85%;
    outline-offset: 0;
    object-fit: cover;
    outline: none;
    border: none;
  }

  .info7 {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    max-width: 85%;
    font: 600 16px/1.19 Roboto, Helvetica, Arial, serif;
    color: rgb(217 217 217);
    text-align: center;
    letter-spacing: 2px;
  }
}

/* Base styles */
.intro_section { min-height: 400px; background-position: center; background-size: cover; background-repeat: no-repeat; padding-top: 72px; }
.top_navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: linear-gradient(135deg, rgba(0,0,0,0.9), rgba(30,30,30,0.8), rgba(0,0,0,0.9)); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 2px solid rgba(255,187,0,0.5); box-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 0 40px rgba(255,187,0,0.1); animation: navbarGlow 3s ease-in-out infinite alternate; }
@keyframes navbarGlow { 0% { box-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 0 40px rgba(255,187,0,0.1); } 100% { box-shadow: 0 4px 20px rgba(0,0,0,0.6), 0 0 60px rgba(255,187,0,0.3); } }
.top_navbar .nav_inner { display: flex; align-items: center; justify-content: space-between; position: relative; padding: 8px 20px; padding-left: 140px !important; padding-right: 140px !important; max-width: 1200px; margin: 0 auto; transition: all 0.3s ease; }
.top_navbar .category_list { display: flex; align-items: center; flex-wrap: nowrap; justify-content: center; color: #fff; flex: 0 1 auto; position: relative; margin: 0; }
.top_navbar .category_list > span { padding: 10px 15px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); cursor: pointer; white-space: nowrap; position: relative; overflow: hidden; border-radius: 8px; }
.top_navbar .category_list > span::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,187,0,0.2), transparent); transition: left 0.6s; }
.top_navbar .category_list > span:hover { transform: translateY(-3px) scale(1.05); color: #ffbb00; text-shadow: 0 0 10px rgba(255,187,0,0.8); background: rgba(255,187,0,0.1); box-shadow: 0 5px 15px rgba(255,187,0,0.3); }
.top_navbar .category_list > span:hover::before { left: 100%; }
.top_navbar .category_list span { display: inline-block; line-height: 1; font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 14px; opacity: 0.9; user-select: none; font-weight: 500; letter-spacing: 0.5px; }
.login_btn { display: flex; justify-content: center; align-items: center; gap: 8px; white-space: nowrap; padding: 8px 12px; background: #fff; border: 1px solid rgba(255,255,255,0.2); color: #000; border-radius: 8px; cursor: pointer; margin: 20px auto; }
.login_btn:hover { border-color: rgba(255,255,255,0.35); filter: brightness(0.97); }
.login_text { color: #000; }
.login_icon { width: 18px; height: 18px; object-fit: contain; }
.cta_section { transition: background 180ms ease, background-color 180ms ease; }

/* Branding text responsive */
.branding_text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* Tablet responsive (768px and below) */
@media screen and (max-width: 768px) {
  .branding_text { font-size: 42px !important; letter-spacing: 0.2em !important; }
}

/* Mobile responsive (576px and below) */
@media screen and (max-width: 576px) {
  .intro_section { padding-top: 110px; }
  .login_btn {
    display: flex;
    justify-content: center;
    margin: 10px auto;
  }
  .branding_text { font-size: 28px !important; letter-spacing: 0.12em !important; -webkit-text-stroke: 1px #000000 !important; }
  .control_quote { font-size: 12px !important; letter-spacing: 2px !important; padding: 0 16px; }
  .platform_purpose { font-size: 11px !important; padding: 0 16px; margin-top: 0 !important; padding-top: 0 !important; }
  .net_worth_detail { font-size: 16px !important; padding: 0 10px; word-break: break-word; }
}

/* Small mobile responsive (400px and below) */
@media screen and (max-width: 400px) {
  .intro_section { padding-top: 120px; }
  .top_navbar .category_list span { font-size: 11px; }
  .top_navbar .category_list > span { padding: 5px 6px; }
  .branding_text { font-size: 22px !important; letter-spacing: 0.08em !important; }
  .control_quote { font-size: 11px !important; letter-spacing: 1px !important; }
}

/* Extra small mobile (320px and below) */
@media screen and (max-width: 320px) {
  .intro_section { padding-top: 130px; }
  .top_navbar .category_list { gap: 2px 4px; }
  .top_navbar .category_list span { font-size: 10px; }
  .top_navbar .category_list > span { padding: 4px 5px; }
  .branding_text { font-size: 18px !important; letter-spacing: 0.05em !important; }
}

/* Android mobile responsive adjustments */
@media screen and (max-width: 480px) {
  /* Adjust block3 text elements for better mobile readability */
  .block3 .info6 {
    font-size: 18px !important;
  }

  .block3 .info3 {
    font-size: 16px !important;
  }

  .block3 .info31 {
    font-size: 16px !important;
  }

  /* Reduce income heading size slightly for mobile */
  .income_heading {
    font-size: 28px !important;
    white-space: nowrap !important;
  }
}

  /* Even smaller mobile devices */
@media screen and (max-width: 360px) {
  /* Further adjust block3 text elements */
  .block3 .info6 {
    font-size: 16px !important;
  }

  .block3 .info3 {
    font-size: 14px !important;
  }

  .block3 .info31 {
    font-size: 14px !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  /* Further reduce income heading size */
  .income_heading {
    font-size: 26px !important;
    white-space: nowrap !important;
  }

  /* Make control_quote responsive */
  .control_quote {
    font-size: 12px !important;
    letter-spacing: 3px !important;
    padding: 0 10px !important;
  }

  /* Make image3 responsive */
  .image3 {
    width: 80px !important;
    max-width: 80px !important;
  }

  /* Make image4 responsive like image3 */
  .image4 {
    width: 80px !important;
    max-width: 80px !important;
  }

  /* Make community_heading responsive */
  .community_heading {
    font-size: 24px !important;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 320px) {
  /* Make image3 even smaller */
  .image3 {
    width: 70px !important;
    max-width: 70px !important;
  }

  /* Make image4 even smaller */
  .image4 {
    width: 70px !important;
    max-width: 70px !important;
  }

  /* Make image5 responsive for mobile */
  .image5 {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1/1 !important;
    height: auto !important;
  }

  /* Fix info31 overflow on very small screens */
  .block3 .info31 {
    font-size: 13px !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 320px) {
  /* Make image3 even smaller */
  .image3 {
    width: 70px !important;
    max-width: 70px !important;
  }
}

/* Even smaller mobile devices */
@media screen and (max-width: 480px) {
  /* Make branding text even larger on smaller mobile */
  .branding_text {
    font-size: 44px !important;
    letter-spacing: 0.22em !important;
  }

  /* Make control quote even smaller */
  .control_quote {
    font-size: 13px !important;
    letter-spacing: 2.5px !important;
  }

  /* Make income grid cards and images even smaller */
  .block3 {
    padding: 6px !important;
    gap: 6px !important;
  }

  .col {
    padding: 6px !important;
    gap: 6px !important;
  }

  .image3, .image4 {
    width: 50px !important;
    max-width: 50px !important;
    height: 50px !important;
  }

  .col1 {
    gap: 3px !important;
  }

  /* Make income grid text even smaller */
  .block3 .info6 {
    font-size: 18px !important;
  }

  .block3 .info3 {
    font-size: 15px !important;
  }

  .block3 .info31 {
    font-size: 15px !important;
  }

  /* Make income grid layout even more compact */
  .income_grid {
    gap: 10px 6px !important;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 360px) {
  /* Make branding text largest on smallest devices */
  .branding_text {
    font-size: 40px !important;
    letter-spacing: 0.2em !important;
    -webkit-text-stroke: 1.5px #000000 !important;
  }

  /* Make control quote smallest */
  .control_quote {
    font-size: 12px !important;
    letter-spacing: 2px !important;
  }

  /* Make income grid cards and images as small as possible */
  .block3 {
    padding: 4px !important;
    gap: 4px !important;
    border-radius: 8px !important;
  }

  .col {
    padding: 4px !important;
    gap: 4px !important;
  }

  .image3, .image4 {
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    border-radius: 8px !important;
  }

  .col1 {
    gap: 2px !important;
  }

  /* Make income grid text smallest */
  .block3 .info6 {
    font-size: 16px !important;
  }

  .block3 .info3 {
    font-size: 14px !important;
  }

  .block3 .info31 {
    font-size: 14px !important;
  }

  /* Make income grid layout extremely compact */
  .income_grid {
    gap: 8px 4px !important;
    margin: 30px 0 0 !important;
  }
}

/* Android responsive text sizing - text gets smaller as screen gets smaller */
@media screen and (max-width: 1024px) {
  /* Base responsive text sizes using viewport units */
  .branding_text {
    font-size: calc(32px + 2vw) !important;
  }

  .control_quote {
    font-size: calc(12px + 0.5vw) !important;
  }

  .platform_purpose {
    font-size: calc(10px + 0.3vw) !important;
  }

  .income_heading {
    font-size: calc(24px + 1vw) !important;
    white-space: nowrap !important;
  }

  .owner_income_title {
    font-size: calc(14px + 0.3vw) !important;
  }

  .net_worth_detail {
    font-size: calc(18px + 0.5vw) !important;
  }

  .info6, .info61, .info62, .info63, .info64, .info65 {
    font-size: calc(18px + 0.4vw) !important;
  }

  .info3, .info31 {
    font-size: calc(16px + 0.3vw) !important;
  }

  .community_heading {
    font-size: calc(24px + 1vw) !important;
  }

  .benefits_heading {
    font-size: calc(18px + 0.4vw) !important;
  }

  .community_desc, .community_desc_more {
    font-size: calc(16px + 0.3vw) !important;
  }

  .desc2 {
    font-size: calc(14px + 0.2vw) !important;
  }

  .info4, .info41 {
    font-size: calc(24px + 1vw) !important;
  }

  .info1, .info11, .info12 {
    font-size: calc(16px + 0.3vw) !important;
  }

  .info13 {
    font-size: calc(16px + 0.3vw) !important;
  }

  .info7 {
    font-size: calc(14px + 0.2vw) !important;
  }

  .about_text, .income_text, .community_text, .events_text, .affiliate_text {
    font-size: calc(14px + 0.3vw) !important;
  }
}

/* More aggressive text scaling for smaller Android devices */
@media screen and (max-width: 768px) {
  .branding_text {
    font-size: calc(28px + 1.5vw) !important;
  }

  .control_quote {
    font-size: calc(11px + 0.4vw) !important;
  }

  .platform_purpose {
    font-size: calc(9px + 0.25vw) !important;
  }

  .income_heading {
    font-size: calc(20px + 0.8vw) !important;
    white-space: nowrap !important;
  }

  .owner_income_title {
    font-size: calc(13px + 0.25vw) !important;
  }

  .net_worth_detail {
    font-size: calc(16px + 0.4vw) !important;
  }

  .info6, .info61, .info62, .info63, .info64, .info65 {
    font-size: calc(16px + 0.35vw) !important;
  }

  .info3, .info31 {
    font-size: calc(14px + 0.25vw) !important;
  }

  .community_heading {
    font-size: calc(20px + 0.8vw) !important;
  }

  .benefits_heading {
    font-size: calc(16px + 0.35vw) !important;
  }

  .community_desc, .community_desc_more {
    font-size: calc(14px + 0.25vw) !important;
  }

  .desc2 {
    font-size: calc(12px + 0.2vw) !important;
  }

  .info4, .info41 {
    font-size: calc(20px + 0.8vw) !important;
  }

  .info1, .info11, .info12 {
    font-size: calc(14px + 0.25vw) !important;
  }

  .info13 {
    font-size: calc(14px + 0.25vw) !important;
  }

  .info7 {
    font-size: calc(12px + 0.2vw) !important;
  }

  .about_text, .income_text, .community_text, .events_text, .affiliate_text {
    font-size: calc(13px + 0.25vw) !important;
  }
}

/* Even more aggressive scaling for very small Android devices */
@media screen and (max-width: 480px) {
  .branding_text {
    font-size: calc(24px + 1.2vw) !important;
  }

  .control_quote {
    font-size: calc(10px + 0.35vw) !important;
  }

  .platform_purpose {
    font-size: calc(8px + 0.2vw) !important;
  }

  .income_heading {
    font-size: calc(18px + 0.6vw) !important;
    white-space: nowrap !important;
  }

  .owner_income_title {
    font-size: calc(12px + 0.2vw) !important;
  }

  .net_worth_detail {
    font-size: calc(14px + 0.3vw) !important;
  }

  .info6, .info61, .info62, .info63, .info64, .info65 {
    font-size: calc(14px + 0.3vw) !important;
  }

  .info3, .info31 {
    font-size: calc(12px + 0.2vw) !important;
  }

  .community_heading {
    font-size: calc(18px + 0.6vw) !important;
  }

  .benefits_heading {
    font-size: calc(14px + 0.3vw) !important;
  }

  .community_desc, .community_desc_more {
    font-size: calc(12px + 0.2vw) !important;
  }

  .desc2 {
    font-size: calc(11px + 0.15vw) !important;
  }

  .info4, .info41 {
    font-size: calc(18px + 0.6vw) !important;
  }

  .info1, .info11, .info12 {
    font-size: calc(12px + 0.2vw) !important;
  }

  .info13 {
    font-size: calc(12px + 0.2vw) !important;
  }

  .info7 {
    font-size: calc(11px + 0.15vw) !important;
  }

  .about_text, .income_text, .community_text, .events_text, .affiliate_text {
    font-size: calc(12px + 0.2vw) !important;
  }
}

/* Most aggressive scaling for very small Android devices */
@media screen and (max-width: 360px) {
  .branding_text {
    font-size: calc(20px + 1vw) !important;
  }

  .control_quote {
    font-size: calc(9px + 0.3vw) !important;
  }

  .platform_purpose {
    font-size: calc(7px + 0.15vw) !important;
  }

  .income_heading {
    font-size: calc(16px + 0.5vw) !important;
    white-space: nowrap !important;
  }

  .owner_income_title {
    font-size: calc(11px + 0.15vw) !important;
  }

  .net_worth_detail {
    font-size: calc(12px + 0.25vw) !important;
  }

  .info6, .info61, .info62, .info63, .info64, .info65 {
    font-size: calc(12px + 0.25vw) !important;
  }

  .info3, .info31 {
    font-size: calc(11px + 0.15vw) !important;
  }

  .community_heading {
    font-size: calc(16px + 0.5vw) !important;
  }

  .benefits_heading {
    font-size: calc(12px + 0.25vw) !important;
  }

  .community_desc, .community_desc_more {
    font-size: calc(11px + 0.15vw) !important;
  }

  .desc2 {
    font-size: calc(10px + 0.1vw) !important;
  }

  .info4, .info41 {
    font-size: calc(16px + 0.5vw) !important;
  }

  .info1, .info11, .info12 {
    font-size: calc(11px + 0.15vw) !important;
  }

  .info13 {
    font-size: calc(11px + 0.15vw) !important;
  }

  .info7 {
    font-size: calc(10px + 0.1vw) !important;
  }

  .about_text, .income_text, .community_text, .events_text, .affiliate_text {
    font-size: calc(11px + 0.15vw) !important;
  }
}

/* Animation styles moved from inline CSS */
@keyframes fadeIn {
  from { opacity: 0.3; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes slideIn {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

@keyframes colorCycle {
  0% { color: #ffbb00; }
  50% { color: #ff6b00; }
  100% { color: #ffbb00; }
}

/* Apply animations to elements (except branding_text as requested) */
.control_quote {
  animation: slideIn 1.5s ease-out;
}

.join_btn {
  animation: float 3s ease-in-out infinite;
}

.income_heading {
  animation: colorCycle 4s ease-in-out infinite;
}

.community_heading {
  animation: colorCycle 5s ease-in-out infinite reverse;
}

.benefit_card {
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}

.benefit_card:nth-child(1) { animation-delay: 0.2s; }
.benefit_card:nth-child(2) { animation-delay: 0.4s; }
.benefit_card:nth-child(3) { animation-delay: 0.6s; }
.benefit_card:nth-child(4) { animation-delay: 0.8s; }
.benefit_card:nth-child(5) { animation-delay: 1.0s; }
.benefit_card:nth-child(6) { animation-delay: 1.2s; }
.benefit_card:nth-child(7) { animation-delay: 1.4s; }

/* Block3 fade-in animation - removed opacity: 0 to prevent invisible cards */
.block3 {
  transition: all 0.4s ease;
  opacity: 1;
  animation: fadeIn 1s ease-out forwards;
}

.block3:nth-child(1) { animation-delay: 0.1s; }
.block3:nth-child(2) { animation-delay: 0.2s; }
.block3:nth-child(3) { animation-delay: 0.3s; }
.block3:nth-child(4) { animation-delay: 0.4s; }
.block3:nth-child(5) { animation-delay: 0.5s; }
.block3:nth-child(6) { animation-delay: 0.6s; }

/* Hover effects */
.benefit_card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(255, 187, 0, 0.2);
}

.image5 {
  transition: transform 0.3s ease;
}

.image5:hover {
  transform: scale(1.05) rotate(2deg);
}

/* Fix image5 to landscape aspect ratio */
.image5 {
  width: 100%;
  max-width: 500px;
  height: 280px;
  object-fit: cover;
  aspect-ratio: 16/9 !important;
  border-radius: 40px;
  transition: transform 0.3s ease;
}

/* Tablet and PC - make image5 smaller */
@media (min-width: 769px) and (max-width: 1024px) {
  .image5 {
    max-width: 350px;
    height: 197px;
  }

  /* Community list: keep image5 from stretching weirdly in flex rows */
  .community_benefits_list .col2 > .image5 {
    width: 350px;
    flex: 0 0 350px;
  }
  .community_benefits_list .col2 > .col3,
  .community_benefits_list .col2 > .col4,
  .community_benefits_list .col2 > .col5 {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (min-width: 1025px) {
  .image5 {
    max-width: 400px;
    height: 225px;
  }
}

/* Android - make image5 slightly larger */
@media (max-width: 767px) {
  .image5 {
    max-width: 350px;
    height: 197px;
  }
}

/* Below 570px - make image5 smaller */
@media (max-width: 570px) {
  .benefit_card,
  .col2 {
    padding: 0 30px;
    box-sizing: border-box;
  }
  
  .image5 {
    max-width: 180px;
    height: 101px;
    margin: 0 auto;
  }
}

/* Below mobile - make image5 even smaller */
@media (max-width: 480px) {
  .image5 {
    max-width: 150px;
    height: 84px;
  }
}

/* Parallax effect removed - fixed background */
.intro_section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Add closed overlay for image6 */
.image6-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.closed-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  animation: pulse 2s ease-in-out infinite;
  white-space: nowrap;
  max-width: 80%;
  box-sizing: border-box;
}

@media (max-width: 570px) {
  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
    max-width: 75% !important;
  }
}

@media (max-width: 480px) {
  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
    letter-spacing: 0.5px;
    max-width: 70% !important;
  }
}

@media (max-width: 360px) {
  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
    max-width: 65% !important;
  }
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.05); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

/* Scroll animations */
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== ADVANCED STICKY NAVBAR ========== */
.top_navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000 !important;
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 2px solid rgba(255, 187, 0, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 
              0 0 60px rgba(255, 187, 0, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform: translateY(0) !important;
  will-change: transform, background, box-shadow !important;
}

.top_navbar.scrolled {
  background: rgba(0, 0, 0, 0.4) !important;
  border-bottom-color: rgba(255, 187, 0, 0.6) !important;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.7), 
              0 0 80px rgba(255, 187, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  padding: 5px 0 !important;
}

@media (max-width: 768px) {
  .top_navbar.scrolled {
    padding: 0 !important;
  }
  
  .top_navbar.scrolled .nav_inner {
    padding: 5px 12px !important;
  }
}

.top_navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(135deg, 
    rgba(255, 187, 0, 0.1) 0%, 
    rgba(255, 107, 0, 0.05) 50%, 
    rgba(255, 187, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.top_navbar.scrolled::before {
  opacity: 1;
}


.top_navbar .category_list > span {
  position: relative;
  padding: 12px 20px !important;
  margin: 0 5px;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}

.top_navbar .category_list > span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 187, 0, 0.3), transparent);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.top_navbar .category_list > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffbb00, transparent);
  transform: translateX(-50%);
  transition: width 0.4s ease;
}

.top_navbar .category_list > span:hover {
  transform: translateY(-2px) scale(1.05);
  color: #ffbb00 !important;
  text-shadow: 0 0 15px rgba(255, 187, 0, 0.8),
               0 0 30px rgba(255, 187, 0, 0.4);
  background: rgba(255, 187, 0, 0.1);
  box-shadow: 0 8px 25px rgba(255, 187, 0, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.top_navbar .category_list > span:hover::before {
  width: 200px;
  height: 200px;
}

.top_navbar .category_list > span:hover::after {
  width: 80%;
}

.top_navbar .category_list > span.active {
  color: #ffbb00 !important;
  background: rgba(255, 187, 0, 0.15);
  box-shadow: 0 4px 15px rgba(255, 187, 0, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.top_navbar .category_list > span.active::after {
  width: 60%;
}

/* Navbar Logo/Brand */
.navbar-brand {
  position: relative;
  font-family: 'Tektur', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffbb00;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(255, 187, 0, 0.8);
  z-index: 2;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  white-space: nowrap;
  flex: 0 0 auto;
  order: 1;
  will-change: auto;
}

/* Navbar-brand tidak dihilangkan saat scroll */
@media (max-width: 768px) {
  .navbar-brand {
    display: block !important;
  }
}

.navbar-brand:hover {
  text-shadow: 0 0 30px rgba(255, 187, 0, 1);
  transform: translateY(-50%) scale(1.05);
}

.top_navbar .nav_inner {
  position: relative;
  z-index: 1;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Desktop: Layout dengan flexbox untuk sejajar */
.top_navbar .navbar-brand {
  order: 1;
  flex: 0 0 auto;
}

.top_navbar .category_list {
  order: 2;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.top_navbar .language-switcher {
  order: 3;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .top_navbar .nav_inner {
    padding: 5px !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
  }
  
  .navbar-brand {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    flex: 1 1 auto;
    order: 2;
    margin: 0;
    margin-left: 10px;
    font-size: 18px !important;
    text-align: center;
    will-change: auto !important;
    transition: none !important;
    min-width: 0;
  }
  
  .top_navbar .category_list {
    display: none !important;
  }
  
  .language-switcher {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    flex: 0 0 auto;
    order: 3;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .top_navbar .nav_inner {
    padding: 5px !important;
  }
  
  .navbar-brand {
    font-size: 16px !important;
  }
  
  .language-switcher {
    padding: 3px 8px;
    font-size: 10px;
    gap: 3px;
  }
  
  .lang-icon {
    font-size: 12px;
  }
  
  .lang-text {
    font-size: 10px;
  }
}

/* ========== HAMBURGER MENU ========== */
.hamburger-menu {
  display: none;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10001;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  transition: all 0.3s ease;
}

.hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffbb00;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 0 10px rgba(255, 187, 0, 0.5);
}

.hamburger-menu:hover span {
  background: #ffd700;
  box-shadow: 0 0 15px rgba(255, 187, 0, 0.8);
}

.hamburger-menu.active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    order: 1;
    z-index: 10002;
    flex: 0 0 auto;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin-right: 10px;
    width: 30px;
    height: 24px;
  }
  
  .top_navbar .category_list {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 50vw !important;
    max-width: 50vw !important;
    max-height: 0 !important;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.98), rgba(20, 20, 20, 0.98)) !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    flex-direction: column !important;
    padding: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8),
                0 0 60px rgba(255, 187, 0, 0.1) !important;
    border-top: 2px solid rgba(255, 187, 0, 0.3) !important;
    border-bottom: 2px solid rgba(255, 187, 0, 0.3) !important;
    border-left: 2px solid rgba(255, 187, 0, 0.3) !important;
    border-right: 2px solid rgba(255, 187, 0, 0.3) !important;
    border-radius: 0 0 12px 0;
    transition: max-height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease !important;
    z-index: 10000 !important;
    overflow: hidden !important;
    gap: 0 !important;
    margin: 0 !important;
    display: flex !important;
  }
  
  .top_navbar .category_list.menu-open {
    max-height: 50vh !important;
    padding: 0 !important;
    gap: 6px !important;
    overflow-y: auto !important;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.98) 0%, rgba(15, 15, 15, 0.95) 50%, rgba(0, 0, 0, 0.98) 100%);
    backdrop-filter: blur(30px) saturate(180%);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.8),
                0 0 0 1.5px rgba(255, 187, 0, 0.3),
                0 0 30px rgba(255, 187, 0, 0.15),
                inset 0 1px 0 rgba(255, 187, 0, 0.2),
                inset 0 -1px 0 rgba(255, 187, 0, 0.1);
    border-radius: 0 0 20px 0;
    animation: slideDownAdvanced 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    width: 35vw !important;
    max-width: 35vw !important;
  }
  
  .top_navbar .category_list.menu-open::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 187, 0, 0.6), transparent);
    animation: shimmer 2s infinite;
  }
  
  @keyframes slideDownAdvanced {
    0% {
      opacity: 0;
      transform: translateY(-20px) scale(0.95);
      filter: blur(10px);
    }
    50% {
      transform: translateY(5px) scale(1.02);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }
  }
  
  @keyframes shimmer {
    0%, 100% {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
  }
  
  .top_navbar .category_list.menu-open > span {
    width: 100%;
    padding: 8px 12px !important;
    margin: 0 !important;
    border-radius: 8px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, rgba(255, 187, 0, 0.1) 0%, rgba(255, 187, 0, 0.05) 50%, rgba(255, 187, 0, 0.08) 100%);
    border: 1px solid rgba(255, 187, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 187, 0, 0.1);
  }
  
  .top_navbar .category_list.menu-open > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 187, 0, 0.3), transparent);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
  }
  
  .top_navbar .category_list.menu-open > span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 187, 0, 0.4), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
  }
  
  .top_navbar .category_list.menu-open > span:hover {
    background: linear-gradient(135deg, rgba(255, 187, 0, 0.25) 0%, rgba(255, 187, 0, 0.15) 50%, rgba(255, 187, 0, 0.2) 100%);
    border-color: rgba(255, 187, 0, 0.6);
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 8px 32px rgba(255, 187, 0, 0.5),
                0 0 20px rgba(255, 187, 0, 0.3),
                inset 0 1px 0 rgba(255, 187, 0, 0.3),
                0 0 0 1px rgba(255, 187, 0, 0.2);
    color: #ffbb00;
    text-shadow: 0 0 15px rgba(255, 187, 0, 0.8),
                 0 0 30px rgba(255, 187, 0, 0.4);
  }
  
  .top_navbar .category_list.menu-open > span:hover::before {
    left: 100%;
  }
  
  .top_navbar .category_list.menu-open > span:hover::after {
    width: 200px;
    height: 200px;
  }
  
  .top_navbar .category_list.menu-open > span:active {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 4px 16px rgba(255, 187, 0, 0.4),
                0 0 10px rgba(255, 187, 0, 0.2);
  }
}

/* ========== NAV LOGIN LINK ========== */
.nav-login-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  margin-left: auto;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ffbb00;
  text-decoration: none;
  border: 1.5px solid rgba(255, 187, 0, 0.35);
  border-radius: 20px;
  background: rgba(255, 187, 0, 0.08);
  transition: all 0.3s ease;
  flex-shrink: 0;
  order: 10;
}

.nav-login-link:hover {
  background: rgba(255, 187, 0, 0.2);
  border-color: rgba(255, 187, 0, 0.6);
  color: #ffdd44;
  box-shadow: 0 4px 16px rgba(255, 187, 0, 0.3);
}

.nav-user-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  order: 10;
  padding: 2px 6px 2px 8px;
  background: rgba(255, 187, 0, 0.08);
  border: 1px solid rgba(255, 187, 0, 0.35);
  border-radius: 20px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.nav-user-wrap:hover {
  background: rgba(255, 187, 0, 0.12);
  border-color: rgba(255, 187, 0, 0.5);
}

.nav-user-photo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 187, 0, 0.4);
}

.nav-user-name {
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #ffbb00;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-user-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  min-width: 100%;
  background: rgba(18, 18, 28, 0.98);
  border: 1px solid rgba(255, 187, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  z-index: 10002;
  overflow: hidden;
}

.nav-user-dropdown.is-open {
  display: block;
}

.nav-user-logout {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-family: 'Orbitron', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ff6b6b;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

.nav-user-logout:hover {
  background: rgba(255, 107, 107, 0.15);
}

/* ========== LANGUAGE SWITCHER ========== */
.language-switcher {
  position: relative !important;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  padding-right: 18px;
  background: rgba(255, 187, 0, 0.1);
  border: 1.5px solid rgba(255, 187, 0, 0.3);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10001;
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  color: #ffbb00;
  font-size: 11px;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}

.language-switcher:hover {
  background: rgba(255, 187, 0, 0.2);
  border-color: rgba(255, 187, 0, 0.6);
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(255, 187, 0, 0.4);
}

.language-switcher:active {
  transform: scale(0.95);
}

.lang-icon {
  font-size: 14px;
  filter: drop-shadow(0 0 5px rgba(255, 187, 0, 0.6));
  transition: transform 0.3s ease;
}

.language-switcher:hover .lang-icon {
  transform: rotate(15deg);
}

.lang-text {
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 187, 0, 0.6);
}

/* ========== LOADING SCREEN DARK THEME ========== */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  overflow: hidden;
}

.loader-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 187, 0, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 107, 0, 0.08) 0%, transparent 50%);
  animation: loader-bg-pulse 4s ease-in-out infinite;
}

@keyframes loader-bg-pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.5; }
}

.loader-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 187, 0, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: loader-outer-glow 3s ease-in-out infinite;
}

@keyframes loader-outer-glow {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
}

.loader-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader {
  display: none; /* Hidden, using eclipse-loader instead */
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 187, 0, 0.15);
  border-top-color: #ffbb00;
  border-right-color: #ff6b00;
  border-radius: 50%;
  animation: spin-loader 1s linear infinite;
  position: relative;
  box-shadow: 
    0 0 20px rgba(255, 187, 0, 0.3),
    0 0 40px rgba(255, 187, 0, 0.15);
}

@keyframes spin-loader {
  to { transform: rotate(360deg); }
}

/* ========== ECLIPSE LOADER (GERHANA BULAN) ========== */
.eclipse-loader {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.eclipse-moon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at 30% 30%, #ffbb00, #ff6b00);
  border-radius: 50%;
  box-shadow: 
    0 0 30px rgba(255, 187, 0, 0.6),
    0 0 60px rgba(255, 187, 0, 0.3),
    inset -10px -10px 20px rgba(0, 0, 0, 0.3);
  animation: moon-glow 2s ease-in-out infinite alternate;
}

.eclipse-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0.85) 50%, transparent 70%);
  border-radius: 50%;
  /* move into the center and stop there */
  animation: eclipse-center-stop 2.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  z-index: 2;
}

@keyframes moon-glow {
  0% {
    box-shadow: 
      0 0 30px rgba(255, 187, 0, 0.6),
      0 0 60px rgba(255, 187, 0, 0.3),
      inset -10px -10px 20px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 
      0 0 50px rgba(255, 187, 0, 0.8),
      0 0 100px rgba(255, 187, 0, 0.5),
      inset -10px -10px 20px rgba(0, 0, 0, 0.3);
  }
}

@keyframes eclipse-center-stop {
  0% {
    transform: translate(-50%, -50%) translateX(-70px);
    opacity: 0.9;
  }
  65% {
    transform: translate(-50%, -50%) translateX(0px);
    opacity: 0.98;
  }
  100% {
    transform: translate(-50%, -50%) translateX(0px);
    opacity: 0.98;
  }
}

.loader-text {
  margin-top: 30px;
  color: #ffbb00;
  font-family: 'Tektur', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 6px;
  text-shadow: 0 0 15px rgba(255, 187, 0, 0.6);
  position: relative;
}

.loader-text::after {
  content: '...';
  animation: dots-loader 1.5s steps(4, end) infinite;
}

@keyframes dots-loader {
  0%, 20% { content: '.'; }
  40% { content: '..'; }
  60%, 100% { content: '...'; }
}

.loader-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.loader-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 187, 0, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 187, 0, 0.8);
  animation: loader-particle-float 3s ease-in-out infinite;
}

@keyframes loader-particle-float {
  0%, 100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  50% {
    transform: translateY(-100px) translateX(50px) scale(1.5);
    opacity: 1;
  }
}

/* ========== ADVANCED PARTICLE SYSTEM ========== */
.particles-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.particle {
  position: absolute;
  border-radius: 50%;
  animation: float-particle 25s infinite linear;
  box-shadow: 0 0 10px currentColor;
}

.particle.small {
  width: 3px;
  height: 3px;
  background: rgba(255, 187, 0, 0.6);
  color: rgba(255, 187, 0, 0.8);
}

.particle.medium {
  width: 5px;
  height: 5px;
  background: rgba(255, 187, 0, 0.5);
  color: rgba(255, 187, 0, 0.7);
  box-shadow: 0 0 15px currentColor;
}

.particle.large {
  width: 8px;
  height: 8px;
  background: rgba(255, 187, 0, 0.4);
  color: rgba(255, 187, 0, 0.6);
  box-shadow: 0 0 20px currentColor;
}

@keyframes float-particle {
  0% {
    transform: translateY(100vh) translateX(0) rotate(0deg) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: translateY(90vh) translateX(20px) rotate(36deg) scale(1);
  }
  50% {
    transform: translateY(50vh) translateX(100px) rotate(180deg) scale(1.2);
  }
  90% {
    opacity: 1;
    transform: translateY(10vh) translateX(150px) rotate(324deg) scale(1);
  }
  100% {
    transform: translateY(-10vh) translateX(200px) rotate(360deg) scale(0);
    opacity: 0;
  }
}

/* ========== SCROLL PROGRESS BAR ADVANCED ========== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, 
    #ffbb00 0%, 
    #ff6b00 50%, 
    #ffbb00 100%);
  z-index: 10001;
  transition: width 0.1s ease;
  box-shadow: 0 0 20px rgba(255, 187, 0, 0.8),
              0 0 40px rgba(255, 187, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.scroll-progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.5), 
    transparent);
  animation: progress-shimmer 2s infinite;
}

@keyframes progress-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ========== STATS SECTION ADVANCED ========== */
.stats_section {
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0 !important;
  width: 100%;
}

.stats_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  justify-items: center;
  padding: 15px 20px;
  box-sizing: border-box;
}

/* Tablet - 1 baris */
@media (min-width: 769px) and (max-width: 1024px) {
  .stats_grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

/* Mobile - 2x2 grid */
@media (max-width: 768px) {
  .stats_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.stat_card {
  background: linear-gradient(135deg, 
    rgba(46,46,46,0.9), 
    rgba(70,70,70,0.7),
    rgba(46,46,46,0.9));
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  border: 2px solid rgba(255,187,0,0.2);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(60px) scale(0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stat_card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  animation: stat-glossy-shine 3s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes stat-glossy-shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

@keyframes rotate-conic {
  to { transform: rotate(360deg); }
}

.stat_card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, 
    rgba(255,187,0,0.05) 0%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}

.stat_card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.stat_card:hover {
  transform: translateY(-15px) scale(1.05) rotateY(5deg);
  border-color: rgba(255,187,0,0.6);
  box-shadow: 0 4px 12px rgba(255,187,0,0.2);
}

.stat_card:hover::after {
  opacity: 1;
}

.stat_number {
  font-family: 'Orbitron', sans-serif;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffbb00, #ff6b00, #ffbb00);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(255,187,0,0.5);
  animation: gradient-shift-stat 3s ease infinite;
  position: relative;
}

@keyframes gradient-shift-stat {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.stat_number::after {
  content: attr(data-target);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffbb00, #ff6b00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(10px);
  opacity: 0.5;
  z-index: -1;
}

.stat_label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.95);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
}

.stat_label::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffbb00, transparent);
  transition: width 0.6s ease;
}

.stat_card:hover .stat_label::after {
  width: 60%;
}

/* ========== TESTIMONIALS ADVANCED ========== */
.testimonials_section {
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.testimonials_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  max-width: 1400px;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 1080px) {
  .testimonials_grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.testimonial_card {
  background: linear-gradient(135deg, 
    rgba(46,46,46,0.95), 
    rgba(70,70,70,0.8),
    rgba(46,46,46,0.95));
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-radius: 25px;
  padding: 30px 25px;
  border: 2px solid rgba(255,187,0,0.2);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  opacity: 0;
  transform: scale(0.9) rotateY(15deg) translateZ(-30px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.testimonial_card::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 120px;
  font-family: 'Georgia', serif;
  color: rgba(255,187,0,0.1);
  line-height: 1;
  z-index: 0;
}

.testimonial_card.visible {
  opacity: 1;
  transform: scale(1) rotateY(0deg) translateZ(0);
}

.testimonial_card:hover {
  transform: translateY(-10px) rotateY(0deg) scale(1.02) translateZ(15px);
  border-color: rgba(255,187,0,0.5);
  box-shadow: 0 25px 60px rgba(255,187,0,0.25),
              0 0 80px rgba(255,187,0,0.15),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.testimonial_text {
  font-style: italic;
  color: rgba(255,255,255,0.95);
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 17px;
  position: relative;
  z-index: 1;
  font-family: 'Rajdhani', sans-serif;
}

.testimonial_author {
  color: #ffbb00;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-left: 25px;
}

.testimonial_author::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: linear-gradient(90deg, #ffbb00, transparent);
}

/* ========== FEATURES GALLERY ADVANCED ========== */
.features_gallery {
  padding: 50px 20px;
  background: transparent;
  position: relative;
}

.gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 50px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}

/* Tablet and PC - fix overflow */
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery_grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 0 15px;
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .gallery_grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding: 0 20px;
  }
}

.gallery_item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  opacity: 1;
  transform: scale(1) rotateX(0deg);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255,187,0,0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .gallery_item {
    opacity: 1;
    transform: scale(1) rotateX(0deg);
  }
}

.gallery_item.visible {
  opacity: 1;
  transform: scale(1) rotateX(0deg);
}

.gallery_item:hover {
  transform: scale(1.08) rotateY(8deg) rotateX(-5deg) translateZ(30px);
  z-index: 10;
  border-color: rgba(255,187,0,0.5);
  box-shadow: 0 30px 80px rgba(255,187,0,0.3),
              0 0 100px rgba(255,187,0,0.2);
}

.gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              filter 0.6s ease;
  filter: brightness(0.8) contrast(1.1);
}

.gallery_item:hover img {
  transform: scale(1.3) rotate(2deg);
  filter: brightness(1.1) contrast(1.2);
}

.gallery_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, 
    rgba(0,0,0,0.95) 0%, 
    rgba(0,0,0,0.7) 50%,
    transparent 100%);
  padding: 30px 25px;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
}

.gallery_item:hover .gallery_overlay {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .gallery_overlay {
    transform: translateY(0);
    opacity: 1;
    padding: 20px 15px;
  }
}

@media (max-width: 390px) {
  .gallery_overlay {
    padding: 15px 10px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  
  .gallery_overlay .gallery_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .gallery_overlay .gallery_desc {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (max-width: 375px) {
  .gallery_overlay {
    padding: 8px 5px !important;
    font-size: 10px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  .gallery_overlay .gallery_title {
    font-size: 10px !important;
    margin-bottom: 2px !important;
    letter-spacing: 0.3px !important;
    line-height: 1.1 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  
  .gallery_overlay .gallery_desc {
    font-size: 8px !important;
    line-height: 1.1 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}

.gallery_title {
  color: #ffbb00;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(255,187,0,0.8);
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
}

.gallery_desc {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Rajdhani', sans-serif;
}

/* ========== 3D CARD EFFECTS ADVANCED ========== */
/* Advanced 3D block3 effects - ensure visibility */
.block3 {
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  animation: card-float 6s ease-in-out infinite;
  opacity: 1 !important;
  visibility: visible !important;
}

@keyframes card-float {
  0%, 100% { 
    transform: translateY(0) rotateY(0deg);
  }
  50% { 
    transform: translateY(-8px) rotateY(2deg);
  }
}

.block3::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.block3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(255,187,0,0.15) 0%, 
    transparent 50%,
    rgba(255,107,0,0.15) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
}

.block3:hover {
  transform: translateY(-5px) scale(1.02);
  animation: none;
  box-shadow: 
    0 10px 30px rgba(255,187,0,0.2),
    0 0 40px rgba(255,187,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

.block3:hover::before {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

.block3:hover::after {
  opacity: 1;
}

/* ========== ADVANCED BUTTON EFFECTS ========== */
.join_btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.join_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, 
    rgba(255,255,255,0.4), 
    rgba(255,187,0,0.3));
  transform: translate(-50%, -50%);
  transition: width 0.8s ease, height 0.8s ease;
  z-index: -1;
}

.join_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255,255,255,0.3), 
    transparent);
  transition: left 0.6s ease;
  z-index: -1;
}

.join_btn:hover::before {
  width: 400px;
  height: 400px;
}

.join_btn:hover::after {
  left: 100%;
}

.join_btn span {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: transform 0.3s ease;
}

.join_btn:hover span {
  transform: scale(1.05);
}

/* ========== FLOATING ELEMENTS ADVANCED ========== */
.floating-elements {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.floating-element {
  position: absolute;
  border-radius: 50%;
  animation: float-around 25s infinite ease-in-out;
  box-shadow: 0 0 20px rgba(255,187,0,0.4);
}

.floating-element:nth-child(1) {
  width: 25px;
  height: 25px;
  border: 3px solid rgba(255,187,0,0.4);
  background: radial-gradient(circle, rgba(255,187,0,0.2), transparent);
}

.floating-element:nth-child(2) {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255,107,0,0.3);
  background: radial-gradient(circle, rgba(255,107,0,0.15), transparent);
}

.floating-element:nth-child(3) {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,187,0,0.5);
  background: radial-gradient(circle, rgba(255,187,0,0.25), transparent);
}

.floating-element:nth-child(4) {
  width: 35px;
  height: 35px;
  border: 3px solid rgba(255,187,0,0.3);
  background: radial-gradient(circle, rgba(255,187,0,0.2), transparent);
}

@keyframes float-around {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(150px, -150px) rotate(90deg) scale(1.2);
  }
  50% {
    transform: translate(-100px, -250px) rotate(180deg) scale(0.8);
  }
  75% {
    transform: translate(-150px, 100px) rotate(270deg) scale(1.1);
  }
}

/* ========== SECTION DIVIDERS ADVANCED ========== */
.section-divider {
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255,187,0,0.3) 20%,
    #ffbb00 50%,
    rgba(255,187,0,0.3) 80%,
    transparent 100%);
  margin: 10px auto;
  max-width: 1400px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(255,187,0,0.3);
}

.section-divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255,255,255,0.8), 
    transparent);
  animation: shimmer-divider 4s infinite;
}

.section-divider::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #ffbb00;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255,187,0,0.8),
              0 0 40px rgba(255,187,0,0.4);
  animation: pulse-center-divider 2s ease-in-out infinite;
}

@keyframes shimmer-divider {
  to { left: 100%; }
}

@keyframes pulse-center-divider {
  0%, 100% { 
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% { 
    transform: translateX(-50%) scale(1.5);
    opacity: 0.7;
  }
}

/* ========== BRANDING TEXT ADVANCED ========== */
.branding_text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}

.branding_text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
  opacity: 0.6;
  z-index: -1;
  animation: gradient-shift-branding 4s ease infinite;
  pointer-events: none;
}

@keyframes gradient-shift-branding {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.branding_text:hover {
  transform: scale(1.05);
}

.branding_text:hover::before {
  opacity: 0.8;
  filter: blur(20px);
}

/* ========== RESPONSIVE ADVANCED ========== */
@media (max-width: 768px) {
  .stats_grid, .testimonials_grid, .gallery_grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .stat_number {
    font-size: 42px;
  }
  
  .top_navbar .category_list {
    flex-wrap: wrap;
    gap: 5px;
  }
  
  .top_navbar .category_list > span {
    padding: 8px 12px !important;
    font-size: 12px;
  }
  
  .navbar-brand {
    font-size: 16px;
    left: 10px;
  }

  .testimonial_card {
    padding: 25px 20px !important;
  }

  .testimonial_text {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
  }

  .testimonial_author {
    font-size: 13px !important;
  }

  .testimonial_card::before {
    font-size: 100px !important;
  }

  .testimonials_section {
    padding: 80px 20px !important;
  }

  .testimonials_grid {
    gap: 25px !important;
  }
}

@media (max-width: 480px) {
  .stat_number {
    font-size: 36px;
  }
  
  .stat_card, .testimonial_card {
    padding: 20px 15px;
  }

  .testimonial_text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
  }

  .testimonial_author {
    font-size: 12px !important;
    letter-spacing: 1px !important;
  }

  .testimonial_card::before {
    font-size: 80px !important;
    top: -15px !important;
    left: 15px !important;
  }

  .testimonials_section {
    padding: 60px 15px !important;
  }

  .testimonials_grid {
    gap: 20px !important;
    margin: 30px auto 0 !important;
  }
}

/* ========== SMOOTH SCROLL ========== */
html {
  scroll-behavior: smooth;
}

/* ========== BODY PADDING FOR STICKY NAVBAR ========== */
body {
  padding-top: 0 !important;
}

.intro_section {
  margin-top: 0 !important;
  padding-top: 120px !important;
}

@media (max-width: 768px) {
  .intro_section {
    padding-top: 140px !important;
  }
}

/* ========== ADVANCED EVENT SECTION ========== */
.block1 {
  position: relative;
  padding: 5px;
  overflow: hidden;
}

.block1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffbb00, transparent);
  animation: event-line-glow 3s ease-in-out infinite;
}

@keyframes event-line-glow {
  0%, 100% { 
    width: 200px;
    box-shadow: 0 0 20px rgba(255,187,0,0.5);
  }
  50% { 
    width: 300px;
    box-shadow: 0 0 40px rgba(255,187,0,0.8);
  }
}

.info4 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  font-size: 48px;
  background: linear-gradient(135deg, #ffbb00, #ff6b00, #ffbb00);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(255,187,0,0.5);
  animation: gradient-shift-stat 3s ease infinite;
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: visible;
}

.info4::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffbb00, transparent);
  animation: event-underline-expand 1s ease forwards 0.5s;
}

@keyframes event-underline-expand {
  to { width: 80%; }
}

.col6 {
  padding: 10px 10px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .col6 {
    padding: 5px 5px;
  }
}

.col6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255,187,0,0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.info1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 20px;
  background: rgba(46,46,46,0.3);
  border-radius: 15px;
  border: 1px solid rgba(255,187,0,0.1);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

.info1:hover {
  border-color: rgba(255,187,0,0.3);
  background: rgba(46,46,46,0.5);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255,187,0,0.2);
}

.image6-container {
  position: relative;
  margin: 0;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: scale(0.9) rotateY(10deg);
  animation: event-image-fadein 1s ease forwards;
}

@keyframes event-image-fadein {
  to {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
  }
}

.image6-container:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 80px rgba(255,187,0,0.3);
}

.image6 {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.85) contrast(1.1);
  transition: filter 0.6s ease;
}

.image6-container:hover .image6 {
  filter: brightness(1) contrast(1.2);
}

.closed-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(255,0,0,0.95), rgba(200,0,0,0.95));
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 900;
  font-family: 'Orbitron', sans-serif;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 20px rgba(255,0,0,0.6),
              0 0 40px rgba(255,0,0,0.3);
  border: 2px solid rgba(255,255,255,0.4);
  z-index: 10;
  animation: closed-pulse 2s ease-in-out infinite;
  backdrop-filter: blur(10px);
  white-space: nowrap;
  max-width: 80%;
  box-sizing: border-box;
}

@media (max-width: 570px) {
  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
    max-width: 75% !important;
  }
}

@media (max-width: 480px) {
  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
    letter-spacing: 0.5px;
    max-width: 70% !important;
  }
}

@media (max-width: 360px) {
  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
    max-width: 65% !important;
  }
}

@keyframes closed-pulse {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 40px rgba(255,0,0,0.8),
                0 0 80px rgba(255,0,0,0.4),
                inset 0 2px 10px rgba(255,255,255,0.3);
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 0 60px rgba(255,0,0,1),
                0 0 120px rgba(255,0,0,0.6),
                inset 0 2px 15px rgba(255,255,255,0.4);
  }
}

.info11 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  font-style: italic;
  margin: 30px 0;
  padding: 25px;
  background: rgba(46,46,46,0.3);
  border-radius: 15px;
  border-left: 4px solid #ffbb00;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.info11:hover {
  border-left-width: 6px;
  background: rgba(46,46,46,0.5);
  transform: translateX(5px);
  box-shadow: 0 10px 30px rgba(255,187,0,0.2);
}

.info12 {
  font-family: 'Orbitron', sans-serif;
  font-size: 20px;
  color: #ffbb00;
  text-align: center;
  margin: 40px auto 0;
  padding: 15px 30px;
  background: rgba(255,187,0,0.1);
  border-radius: 25px;
  border: 2px solid rgba(255,187,0,0.3);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  cursor: pointer;
  display: block;
  width: fit-content;
}

.info12:hover {
  background: rgba(255,187,0,0.2);
  border-color: rgba(255,187,0,0.5);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255,187,0,0.3);
}

.info12::before {
  content: '⏳';
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
  animation: clock-rotate 2s linear infinite;
}

@keyframes clock-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.info12:hover::before {
  animation: clock-rotate 1s linear infinite;
}

/* ========== ADVANCED AFFILIATE SECTION ========== */
.block2 {
  position: relative;
  padding: 5px;
  overflow: hidden;
}

.block2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffbb00, transparent);
  animation: affiliate-line-glow 3s ease-in-out infinite;
}

@keyframes affiliate-line-glow {
  0%, 100% { 
    width: 200px;
    box-shadow: 0 0 20px rgba(255,187,0,0.5);
  }
  50% { 
    width: 300px;
    box-shadow: 0 0 40px rgba(255,187,0,0.8);
  }
}

.info41 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  font-size: 48px;
  background: linear-gradient(135deg, #ffbb00, #ff6b00, #ffbb00);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(255,187,0,0.5);
  animation: gradient-shift-stat 3s ease infinite;
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: visible;
}

.info41::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffbb00, transparent);
  animation: affiliate-underline-expand 1s ease forwards 0.5s;
}

@keyframes affiliate-underline-expand {
  to { width: 80%; }
}

.col7 {
  padding: 20px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255,187,0,0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ========== REFERRAL CARD ========== */
.referral_card {
  background: linear-gradient(135deg, 
    rgba(46,46,46,0.95), 
    rgba(70,70,70,0.85),
    rgba(46,46,46,0.95));
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-radius: 25px;
  padding: 35px 30px;
  border: 2px solid rgba(255,187,0,0.3);
  position: relative;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  animation: referral-fadein 1s ease forwards;
  box-shadow: 0 15px 50px rgba(0,0,0,0.4),
              0 0 60px rgba(255,187,0,0.15),
              inset 0 1px 0 rgba(255,255,255,0.1);
  max-width: 600px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1024px) {
  .referral_card {
    max-width: 100%;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .referral_card {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 15px;
  }
}

.referral_card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    from 0deg,
    transparent,
    rgba(255,187,0,0.1),
    transparent 30%,
    transparent,
    rgba(255,107,0,0.1),
    transparent 60%,
    transparent,
    rgba(255,187,0,0.1),
    transparent
  );
  animation: rotate-conic-referral 8s linear infinite;
  z-index: -1;
}

@keyframes rotate-conic-referral {
  to { transform: rotate(360deg); }
}

@keyframes referral-fadein {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.referral_card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(255,187,0,0.6);
  box-shadow: 0 25px 70px rgba(255,187,0,0.3),
              0 0 100px rgba(255,187,0,0.2),
              inset 0 1px 0 rgba(255,255,255,0.2);
}

.referral_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255,187,0,0.2);
  gap: 20px;
}

.referral_title {
  font-family: 'Orbitron', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #ffbb00;
  margin: 0;
  text-shadow: 0 0 20px rgba(255,187,0,0.6);
  letter-spacing: 1px;
  flex: 1;
  margin-right: auto;
}

.referral_icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  animation: icon-glow 3s ease-in-out infinite;
  flex-shrink: 0;
  border-radius: 12px;
  margin-left: auto;
}

@keyframes icon-glow {
  0%, 100% { 
    filter: brightness(1) drop-shadow(0 0 5px rgba(255, 187, 0, 0.5));
  }
  50% { 
    filter: brightness(1.2) drop-shadow(0 0 15px rgba(255, 187, 0, 0.8));
  }
}

/* ========== DOWNLOAD BUTTON ========== */
.download_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 35px;
  margin: 25px auto;
  background: linear-gradient(135deg,
    rgba(255,187,0,0.2),
    rgba(255,150,0,0.25),
    rgba(255,187,0,0.2));
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  border: 2px solid rgba(255,187,0,0.5);
  border-radius: 18px;
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffbb00;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3),
              0 0 40px rgba(255,187,0,0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.15);
  z-index: 1;
  min-width: 200px;
  width: fit-content;
}

.download_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent);
  transition: left 0.6s ease;
  z-index: -1;
}

.download_btn:hover {
  transform: translateY(-3px) scale(1.05);
  border-color: rgba(255,187,0,0.8);
  background: linear-gradient(135deg,
    rgba(255,187,0,0.3),
    rgba(255,150,0,0.35),
    rgba(255,187,0,0.3));
  box-shadow: 0 15px 50px rgba(255,187,0,0.5),
              0 0 60px rgba(255,150,0,0.4),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #ffdd44;
}

.download_btn:hover::before {
  left: 100%;
}

.download_btn:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 5px 25px rgba(255,187,0,0.4),
              0 0 40px rgba(255,150,0,0.3);
}

.download_icon {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: download-bounce 2s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255,187,0,0.7));
}

@keyframes download-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.download_btn:hover .download_icon {
  animation: download-bounce-fast 0.5s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(255,187,0,1));
}

@keyframes download-bounce-fast {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.download_text {
  position: relative;
  text-shadow: 0 0 15px rgba(255,187,0,0.7);
  transition: text-shadow 0.3s ease;
}

.download_btn:hover .download_text {
  text-shadow: 0 0 20px rgba(255,187,0,1),
               0 0 30px rgba(255,150,0,0.6);
}

@media (max-width: 768px) {
  .download_btn {
    padding: 16px 28px;
    font-size: 14px;
    min-width: 200px;
    gap: 10px;
  }
  
  .download_icon {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .download_btn {
    padding: 14px 24px;
    font-size: 13px;
    min-width: 180px;
    letter-spacing: 1px;
  }
}

.referral_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.referral_item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: rgba(255,187,0,0.05);
  border-radius: 15px;
  border: 1px solid rgba(255,187,0,0.2);
  transition: all 0.4s ease;
}

.referral_item:hover {
  background: rgba(255,187,0,0.1);
  border-color: rgba(255,187,0,0.4);
  transform: translateX(5px);
}

.referral_flag {
  font-size: 32px;
  line-height: 1;
}

.referral_info {
  flex: 1;
}

.referral_amount {
  font-family: 'Orbitron', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #ffbb00;
  margin-bottom: 5px;
  text-shadow: 0 0 15px rgba(255,187,0,0.5);
}

.referral_label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.referral_desc {
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  margin-top: 10px;
  padding: 20px;
  background: rgba(0,0,0,0.3);
  border-radius: 12px;
  border-left: 4px solid #ffbb00;
  text-align: left;
}

.referral_link {
  color: #ffbb00;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 187, 0, 0.5);
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.referral_link:hover {
  color: #ffd700;
  border-bottom-color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 187, 0, 0.6);
  transform: translateY(-1px);
}

.referral_link::after {
  content: ' ↗';
  font-size: 0.9em;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.referral_link:hover::after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .referral_card {
    padding: 25px 20px;
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  
  .referral_header {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .referral_title {
    font-size: 20px;
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
  }
  
  .referral_icon {
    width: 40px;
    height: 40px;
  }
  
  .referral_desc {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .referral_item {
    padding: 12px 15px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .referral_card {
    padding: 20px 15px;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  
  .referral_title {
    font-size: 18px;
  }
  
  .referral_icon {
    width: 35px;
    height: 35px;
  }
  
  .referral_amount {
    font-size: 16px;
  }
  
  .referral_desc {
    font-size: 12px;
    padding: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .referral_item {
    padding: 10px 12px;
  }
}

@keyframes clock-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.image1 {
  margin: 30px auto;
  max-width: 600px;
  width: 100%;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: scale(0.85) rotateY(15deg);
  animation: affiliate-image-fadein 1s ease forwards 0.3s;
  filter: brightness(0.9) contrast(1.1);
  display: block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .image1 {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@keyframes affiliate-image-fadein {
  to {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
  }
}

.image1:hover {
  transform: scale(1.05) rotateY(-5deg);
  box-shadow: none;
  filter: brightness(1) contrast(1.2);
}


.info7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background: rgba(46,46,46,0.3);
  border-radius: 15px;
  border-top: 2px solid rgba(255,187,0,0.2);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.info7:hover {
  color: rgba(255,255,255,0.9);
  border-top-color: rgba(255,187,0,0.4);
  background: rgba(46,46,46,0.5);
}

@media (max-width: 768px) {
  .info7 {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin: 40px auto 0 !important;
    padding: 15px !important;
    font-size: 12px !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  
  .info4, .info41 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .info7 {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin: 40px auto 0 !important;
    padding: 12px !important;
    font-size: 11px !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}

/* ========== AFFILIATE GRID ========== */
.affiliate_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
  width: 100%;
}

/* ========== PREMIUM JOIN SECTION ========== */
.premium_join_section {
  margin: 36px 0 40px;
  width: 100%;
}

.premium_join_card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(26, 26, 40, 0.95), rgba(18, 18, 32, 0.98));
  border: 1px solid rgba(255, 187, 0, 0.25);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 80px rgba(255, 187, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.premium_join_card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 187, 0, 0.45);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45), 0 0 100px rgba(255, 187, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.premium_join_glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(255, 187, 0, 0.12), transparent 55%);
  pointer-events: none;
}

.premium_join_content {
  position: relative;
  padding: 32px 40px 36px;
  text-align: center;
}

.premium_join_title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 700;
  color: #ffbb00;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 30px rgba(255, 187, 0, 0.4);
}

.premium_join_desc {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  max-width: 520px;
  margin: 0 auto 24px;
}

.premium_join_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0a0a0a;
  background: linear-gradient(135deg, #ffbb00, #ff9500);
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(255, 187, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.premium_join_btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 36px rgba(255, 187, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  filter: brightness(1.08);
}

.premium_join_btn:active {
  transform: scale(0.98);
}

.premium_join_btn_icon {
  font-size: 1.2em;
}

/* Premium Modal */
.premium_modal_overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.premium_modal_overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.premium_modal {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: 90vh;
  overflow-y: auto;
  background: linear-gradient(165deg, rgba(22, 22, 38, 0.98), rgba(14, 14, 28, 0.99));
  border: 1px solid rgba(255, 187, 0, 0.3);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 60px rgba(255, 187, 0, 0.12);
  padding: 32px 28px 28px;
  transform: scale(0.92);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.premium_modal_overlay[aria-hidden="false"] .premium_modal {
  transform: scale(1);
}

.premium_modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  line-height: 1;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.premium_modal_close:hover {
  background: rgba(255, 187, 0, 0.2);
  color: #ffbb00;
}

.premium_modal_title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffbb00;
  margin: 0 0 8px;
  text-align: center;
}

.premium_modal_subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0 0 24px;
  line-height: 1.45;
}

.premium_modal_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.premium_form_group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.premium_form_group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.premium_input {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 187, 0, 0.25);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.premium_input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.premium_input:focus {
  border-color: rgba(255, 187, 0, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 187, 0, 0.15);
}

.premium_proof_hint {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.premium_upload_block {
  position: relative;
}

.premium_upload_label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 100px;
  padding: 16px;
  border: 2px dashed rgba(255, 187, 0, 0.35);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
}

.premium_file_input_hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.premium_upload_label:hover {
  border-color: rgba(255, 187, 0, 0.55);
  background: rgba(255, 187, 0, 0.06);
}

.premium_upload_label.premium_upload_dragover {
  border-color: rgba(255, 187, 0, 0.7);
  background: rgba(255, 187, 0, 0.1);
}

.premium_upload_icon {
  font-size: 2rem;
  opacity: 0.9;
}

.premium_upload_preview {
  margin-top: 0;
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 187, 0, 0.25);
  text-align: center;
}

.premium_upload_preview img {
  display: block;
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  border-radius: 8px;
  object-fit: contain;
}

.premium_upload_remove {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(200, 60, 60, 0.9);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.premium_upload_remove:hover {
  background: rgba(220, 80, 80, 1);
}

.premium_form_error {
  padding: 10px 14px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #ff8585;
  background: rgba(255, 80, 80, 0.12);
  border: 1px solid rgba(255, 100, 100, 0.35);
  border-radius: 10px;
}

.premium_modal_progress {
  padding: 24px 0 8px;
}

.premium_progress_bar_wrap {
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.premium_progress_bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ffbb00, #ff9500);
  border-radius: 8px;
  transition: width 0.15s linear;
}

.premium_progress_text {
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.premium_progress_close {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-family: 'Orbitron', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  background: linear-gradient(135deg, #ffbb00, #ff9500);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.premium_progress_close:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 187, 0, 0.4);
}

.premium_form_fields_wrap {
  margin-top: 4px;
}

.premium_submit_btn {
  margin-top: 8px;
  padding: 16px 24px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0a0a0a;
  background: linear-gradient(135deg, #ffbb00, #ff9500);
  border: none;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(255, 187, 0, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}

.premium_submit_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 187, 0, 0.5);
}

/* Premium Loading Overlay */
.premium_loading_overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.premium_loading_overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.premium_loading_content {
  text-align: center;
  padding: 40px;
}

.premium_loading_spinner {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border: 4px solid rgba(255, 187, 0, 0.2);
  border-top-color: #ffbb00;
  border-radius: 50%;
  animation: premium_spin 0.9s linear infinite;
}

@keyframes premium_spin {
  to { transform: rotate(360deg); }
}

.premium_loading_text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Premium Success Overlay */
.premium_success_overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.premium_success_overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.premium_success_content {
  text-align: center;
  max-width: 380px;
  padding: 40px 32px;
  background: linear-gradient(165deg, rgba(28, 28, 45, 0.98), rgba(18, 18, 32, 0.99));
  border: 1px solid rgba(255, 187, 0, 0.35);
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 187, 0, 0.1);
}

.premium_success_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #ffbb00, #ff9500);
  color: #0a0a0a;
  font-size: 36px;
  font-weight: bold;
  line-height: 72px;
  border-radius: 50%;
  box-shadow: 0 8px 30px rgba(255, 187, 0, 0.45);
}

.premium_success_title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffbb00;
  margin: 0 0 12px;
}

.premium_success_msg {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0 0 24px;
}

.premium_success_close {
  padding: 12px 28px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0a0a0a;
  background: linear-gradient(135deg, #ffbb00, #ff9500);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.premium_success_close:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 187, 0, 0.45);
}

/* ========== EXNESS AFFILIATE CARD ========== */
.exness-card {
  background: linear-gradient(135deg,
    rgba(46,46,46,0.95),
    rgba(70,70,70,0.85),
    rgba(46,46,46,0.95));
  border-color: rgba(255,187,0,0.3);
  box-shadow: 0 15px 50px rgba(0,0,0,0.4),
              0 0 60px rgba(255,187,0,0.15),
              inset 0 1px 0 rgba(255,255,255,0.1);
}

.exness-card::before {
  background: conic-gradient(
    from 0deg,
    transparent,
    rgba(255,187,0,0.1),
    transparent 30%,
    transparent,
    rgba(255,107,0,0.1),
    transparent 60%,
    transparent,
    rgba(255,187,0,0.1),
    transparent
  );
}

.exness-card:hover {
  border-color: rgba(255,187,0,0.6);
  box-shadow: 0 25px 70px rgba(255,187,0,0.3),
              0 0 100px rgba(255,187,0,0.2),
              inset 0 1px 0 rgba(255,255,255,0.2);
}

.exness_start_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 35px;
  margin: 25px auto;
  background: linear-gradient(135deg,
    rgba(255,187,0,0.2),
    rgba(255,150,0,0.25),
    rgba(255,187,0,0.2));
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  border: 2px solid rgba(255,187,0,0.5);
  border-radius: 18px;
  font-family: 'Orbitron', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffbb00;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3),
              0 0 40px rgba(255,187,0,0.3),
              inset 0 1px 0 rgba(255,255,255,0.15);
  z-index: 1;
  min-width: 220px;
  width: fit-content;
}

.exness_start_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent);
  transition: left 0.6s ease;
  z-index: -1;
}

.exness_start_btn:hover {
  transform: translateY(-3px) scale(1.05);
  border-color: rgba(255,187,0,0.8);
  background: linear-gradient(135deg,
    rgba(255,187,0,0.3),
    rgba(255,150,0,0.35),
    rgba(255,187,0,0.3));
  box-shadow: 0 15px 50px rgba(255,187,0,0.5),
              0 0 60px rgba(255,150,0,0.4),
              inset 0 1px 0 rgba(255,255,255,0.25);
  color: #ffdd44;
}

.exness_start_btn:hover::before {
  left: 100%;
}

.start_icon {
  font-size: 20px;
  animation: start-pulse 2s ease-in-out infinite;
}

@keyframes start-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}


.exness_image {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 2px solid rgba(255,187,0,0.3);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
  object-fit: cover;
}

.exness_image:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255,187,0,0.3);
  border-color: rgba(255,187,0,0.6);
}

.exness_desc {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}

/* ========== HACKTOOLS REF IMAGE ========== */
.hacktools_ref_image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  margin: 20px 0;
  border: 2px solid rgba(255,187,0,0.3);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
}

.hacktools_ref_image:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255,187,0,0.3);
  border-color: rgba(255,187,0,0.6);
}

/* ========== EXNESS CODE CONTAINER ========== */
.exness_code_container {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 10px;
}

.exness_code_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg,
    rgba(46,46,46,0.95),
    rgba(70,70,70,0.85),
    rgba(46,46,46,0.95));
  border: 2px solid rgba(255,187,0,0.3);
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3),
              0 0 30px rgba(255,187,0,0.1),
              inset 0 1px 0 rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

.exness_code_wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255,187,0,0.2),
              0 0 40px rgba(255,187,0,0.15),
              inset 0 1px 0 rgba(255,255,255,0.2);
  border-color: rgba(255,187,0,0.5);
}

.exness_code_label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,187,0,0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

.exness_code_text {
  font-family: 'Orbitron', monospace;
  font-size: 16px;
  font-weight: 700;
  color: #ffbb00;
  background: rgba(255,187,0,0.1);
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255,187,0,0.3);
  text-shadow: 0 0 10px rgba(255,187,0,0.5);
  user-select: all;
  cursor: text;
  min-width: 100px;
  text-align: center;
  letter-spacing: 1px;
}

.exness_copy_btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: linear-gradient(135deg,
    rgba(255,187,0,0.2),
    rgba(255,150,0,0.25),
    rgba(255,187,0,0.2));
  border: 1px solid rgba(255,187,0,0.4);
  border-radius: 8px;
  color: #ffbb00;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255,187,0,0.2);
  text-shadow: 0 0 8px rgba(255,187,0,0.6);
}

.exness_copy_btn:hover {
  transform: translateY(-2px) scale(1.05);
  background: linear-gradient(135deg,
    rgba(255,187,0,0.3),
    rgba(255,150,0,0.35),
    rgba(255,187,0,0.3));
  box-shadow: 0 6px 20px rgba(255,187,0,0.4),
              0 0 25px rgba(255,150,0,0.3);
  color: #ffdd44;
  text-shadow: 0 0 12px rgba(255,187,0,1);
}

.exness_copy_btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 10px rgba(255,187,0,0.3);
}

.copy_icon {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.exness_copy_btn:hover .copy_icon {
  transform: scale(1.1);
}

.copy_text {
  transition: all 0.3s ease;
}


/* Responsive design for affiliate grid */
@media (max-width: 1024px) {
  .affiliate_grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }


  .exness_image {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  .exness_desc {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .affiliate_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }


  .exness_image {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  .exness_desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .affiliate_grid {
    gap: 15px;
  }


  .exness_image {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

  .exness_desc {
    font-size: 13px;
  }
}

/* ========== EXNESS CODE RESPONSIVE ========== */
@media (max-width: 768px) {
  .exness_code_wrapper {
    padding: 10px 14px;
    gap: 8px;
  }

  .exness_code_label {
    font-size: 12px;
  }

  .exness_code_text {
    font-size: 14px;
    padding: 5px 10px;
    min-width: 80px;
  }

  .exness_copy_btn {
    padding: 6px 10px;
    font-size: 11px;
    gap: 4px;
  }

  .copy_icon {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .exness_code_container {
    margin-bottom: 20px;
  }

  .exness_code_wrapper {
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px;
  }

  .exness_code_label {
    align-self: flex-start;
    font-size: 13px;
  }

  .exness_code_text {
    font-size: 15px;
    padding: 6px 12px;
    width: 100%;
    text-align: center;
  }

  .exness_copy_btn {
    align-self: stretch;
    justify-content: center;
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* ========== HACKTOOLS REF IMAGE RESPONSIVE ========== */
@media (max-width: 768px) {
  .hacktools_ref_image {
    height: 250px;
    margin: 15px 0;
  }
}

@media (max-width: 480px) {
  .hacktools_ref_image {
    height: 200px;
    margin: 12px 0;
    border-radius: 12px;
  }
}

/* ========== ARROW ANIMATION FOR JOIN BUTTON ========== */
.arrow-left,
.arrow-right {
  font-size: 32px;
  color: #ffbb00;
  font-weight: 900;
  animation: arrow-pulse 2s ease-in-out infinite;
  text-shadow: 0 0 20px rgba(255, 187, 0, 0.8);
  pointer-events: none;
  user-select: none;
}

.arrow-left {
  animation-delay: 0s;
}

.arrow-right {
  animation-delay: 0.5s;
}

@keyframes arrow-pulse {
  0%, 100% {
    transform: translateX(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateX(10px) scale(1.2);
    opacity: 1;
  }
}

.arrow-left {
  animation-name: arrow-pulse-right;
}

.arrow-right {
  animation-name: arrow-pulse-left;
}

@keyframes arrow-pulse-left {
  0%, 100% {
    transform: translateX(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-10px) scale(1.2);
    opacity: 1;
  }
}

@keyframes arrow-pulse-right {
  0%, 100% {
    transform: translateX(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateX(10px) scale(1.2);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .arrow-left,
  .arrow-right {
    font-size: 24px;
  }
  
  .cta_section {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .arrow-left,
  .arrow-right {
    font-size: 20px;
  }
  
  .cta_section {
    gap: 10px;
  }
}
  
  .info1, .info11 {
    font-size: 16px;
    padding: 15px;
  }
  
  .info13 {
    font-size: 24px;
    padding: 20px 30px;
  }
  
  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
  }


/*
  NOTE:
  income_grid + gallery_grid entrance animations are handled by the IntersectionObserver
  in index.html using `.pre-animate-card` + stagger. Keeping CSS keyframe-based entrance
  animations here causes double-animations / stutter.
*/

@media (max-width: 480px) {
  .info4, .info41 {
    font-size: 28px;
  }

  .info1, .info11 {
    font-size: 14px;
  }

  .info13 {
    font-size: 20px;
    padding: 15px 20px;
  }

  .closed-overlay {
    font-size: 15px !important;
    padding: 7px 10px !important;
  }
}
