@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }

  .title-white {
    text-align: left;
    font-weight: 600;
    line-height: 40px;
  }

  .body {
    text-align: left;
  }

  /* Hero Section */
  .hero {
    .inner {
      padding: 90px 0;
    }

    .powered-logo {
      max-height: 58px;
    }

    .subheading {
      margin-bottom: 40px;
      font-weight: 500;
    }

    .logo img {
      width: 350px;
    }

    .hero-button {
      width: 100%;
      justify-content: center;
    }
  }

  .hero-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-form-wrapper {
    input:not([type="submit"]) {
      width: 100%;
    }

    input[type="submit"] {
      width: 100%;
    }
  }

  .sponsors-grid-section {
    .sponsor-logo img {
      max-height: 100px;
    }
  }

  /* Subscribe Section */
  .subscribe {
    height: 100%;

    input:not([type="submit"]) {
      width: 100%;
    }

    input[type="submit"] {
      width: 100%;
    }
  }

  /* About Section */
  .about {
    padding: 75px 20px;
    height: 100%;

    .circle-about {
      position: absolute;
      left: 0px;
      width: 100%;
      top: -20%;
    }
  }

  /* Schedule Section */
  .schedule {
    padding: 0;

    .tabs {
      margin-top: 36px;
      gap: 16px;
      justify-content: center;
      text-align: left;
    }

    .tab {
      width: 100%;
      max-width: 260px;
      padding: 16px 0;
      border-radius: 999px;
      border: none;
      font-size: 14px;
      letter-spacing: 0.18em;
      background: #3332ff;
      border: 2px solid #3332ff;
      color: whitefff;
      justify-content: center;
      width: 45%;
      margin: 0px 5px 15px 5px;

      &:hover {
        color: whitefff;
        transform: translateY(-2px);
      }

      &.is-active {
        background: transparent;
        border: 2px solid #ef32af;
        color: whitefff;
      }
    }

    .panel {
      padding: 0 20px;
    }

    .panel-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }

    .divider {
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #b526bc, #ff2e00);
      opacity: 0.65;
    }

    .list {
      gap: 8px;
    }

    .item {
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 18px 0;
      border: none;
      position: relative;

      &::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1.5px;
        background: linear-gradient(90deg, #b526bc, #ff2e00);
        opacity: 0.65;
      }

      &:last-child::after {
        display: none;
      }
    }

    .details {
      h3 {
        font-size: 15px;
        line-height: 1.4;
      }
    }

    .location {
      display: block;
      margin-top: 4px;
      font-size: 13px;
    }

    .schedule-item-title {
      color: var(--color-primary);
    }
  }

  /* General Sections */
  .section {
    padding: 70px 0;
  }

  .audience,
  .topics,
  .pass,
  .speaker,
  .sponsor,
  .insider {
    padding: 50px 0;
  }

  .audience {
    .grid {
      margin-top: 0;
    }

    .card {
      background:
        linear-gradient(#0f0f0f, #0f0f0f) padding-box,
        linear-gradient(180deg, #b526bc, #ff2e00) border-box;
    }
  }

  .topics {
    background: #160070;
  }

  .pass {
    background: linear-gradient(100deg, #ff2e00 -5%, #b526bc 80%);
  }

  .insider {
    .insider-form-container {
      display: block;
    }
  }

  .speaker {
    .subtitle {
      line-height: 32px;
    }
  }

  .sponsor {
    background: #3332ff;
  }

  .insider {
    .inner {
      padding: 0 40px;
    }
  }

  /* Banner */
  .banner {
    padding: 24px 0;
  }

  /* Typography */
  .title {
    font-size: clamp(40px, 6vw, 64px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    max-width: 90%;
    letter-spacing: 1px;
  }

  .text {
    font-size: 15px;
    letter-spacing: 0.14em;
  }

  /* Content */
  .content {
    text-align: left;
    z-index: 1;
    position: relative;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
  }

  .copy {
    .heading {
      font-size: 40px;
      letter-spacing: 1.2px;
    }

    > div {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.5px;
    }
  }

  /* Layout */
  .actions {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
  }

  /* Cards */
  .card {
    padding: 28px 15px;
  }

  /* Grid */
  .grid {
    grid-template-columns: 1fr;
  }

  .item {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 4px;
    font-size: 18px;
  }

  .time {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
  }

  .details {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .panel {
    padding: 0;
  }

  /* Forms */
  .form {
    margin-top: 10px;
    max-width: 100%;

    form {
      flex-direction: column;
      align-items: stretch;
    }

    input[type="email"],
    input[type="text"] {
      width: 100%;
      min-width: 100%;
    }

    input[type="submit"],
    button {
      margin-left: 0;
      width: 100%;
      max-width: 280px;
      padding: 0 36px;
      font-size: 18px;
      width: fit-content;
      margin-top: 24px;
    }

    .sponsors-grid-section {
      .sponsor-logo img {
        max-height: 100px;
      }
    }
  }

  /* Tabs */
  .tab {
    padding: 14px 20px;
    font-size: 14px;
    flex: 1 1 100%;
    margin-right: 0;
  }

  /* Images */
  .image--desktop {
    display: none;
  }

  .image--mobile {
    display: block;
  }

  /* Footer */
  footer {
    padding: 20px 0;
    min-height: auto;

    .col-12 {
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

@media (max-width: 1024px) {
  .nav {
    .toggle {
      display: flex;
    }

    .menu {
      position: fixed;
      inset: 0;
      background: rgba(5, 2, 18, 0.97);
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      gap: 40px;
      padding: 120px 32px 80px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    }

    &.is-open .menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .list {
      flex-direction: column;
      gap: 24px;
      align-items: center;

      a {
        font-size: 15px;
        letter-spacing: 0.16em;

        &::after {
          bottom: -6px;
          height: 3px;
        }
      }
    }
  }

  .actions {
    width: 100%;
    justify-content: center;
  }

  .title {
    text-align: center;
    max-width: 100%;
    top: auto;
    left: auto;
    transform: none;
  }

  .content {
    margin: 10px;
    text-align: center;
    z-index: 1;
    position: relative;
  }

  .button {
    width: 100%;
    justify-content: center;
  }

  .item {
    grid-template-columns: 140px 1fr;
    gap: 24px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1600px;
    padding: 0;
  }
}

#header .navbar {
  padding: 20px 0;
}

/* Register Page Responsive Styles are now in register.css */
