/* ==========================================================================
   Protectors Pass Program Page Styles
   ========================================================================== */

.protectors-pass-program-page {
  background: black;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.ppp-hero {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(180deg, #0a0025 0%, #1a0a4a 50%, #0a0025 100%);
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(
      circle,
      rgba(91, 61, 248, 0.15) 0%,
      rgba(181, 38, 188, 0.1) 40%,
      transparent 70%
    );
    pointer-events: none;
  }

  .hero-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 0;
  }

  .hero-background--desktop {
    display: block;
  }

  .hero-background--mobile {
    display: none;
  }

  .container {
    position: relative;
    z-index: 1;
  }

  .hero-content {
    text-align: center;
    color: white;
    margin: 120px 0 60px 0;
  }

  .hero-logo {
    margin-bottom: 30px;

    img {
      max-width: 520px;
      height: auto;
    }
  }

  .hero-title {
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 16px;
    color: white;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 32px;
  }

  .hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;

    .button-primary {
      transition: all 0.3s ease;

      &:hover {
        background: #2a2ae6;
        border-color: #2a2ae6;
        color: white;
      }
    }
  }
}

/* ==========================================================================
   Banner Section
   ========================================================================== */

.ppp-banner {
  padding: 12px 0;
  background: linear-gradient(90deg, #ff2e00 0%, #b526bc 100%);

  .container {
    max-width: 1300px;
  }

  .banner-content {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }
}

/* ==========================================================================
   About Section (WHAT IS IT?)
   ========================================================================== */

.ppp-about {
  padding: 70px 0;
  background: black;

  .container {
    max-width: 1300px;
  }

  .row {
    align-items: flex-start;
  }

  .section-title {
    background: linear-gradient(90deg, #ff2e00 0%, #b526bc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 76px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.15;
    margin: 0;
  }

  .section-content {
    color: white;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.7;
    letter-spacing: 0.3px;
    padding-left: 34px;
    border-left: 3px solid #5b3df8;
    text-align: left;

    p {
      margin-bottom: 16px;

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

/* ==========================================================================
   How to Qualify Section
   ========================================================================== */

.ppp-how-to-qualify {
  padding: 70px 0;
  background: black;

  .container {
    max-width: 1300px;
  }

  .row {
    align-items: flex-start;
  }

  .section-title {
    background: linear-gradient(90deg, #ff2e00 0%, #b526bc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 76px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.15;
    margin: 0;
  }

  .section-content {
    color: white;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.7;
    letter-spacing: 0.3px;
    padding-left: 34px;
    border-left: 3px solid #5b3df8;

    p {
      margin-bottom: 16px;

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

    strong {
      font-weight: 600;
    }
  }
}

/* ==========================================================================
   Pass Options Section
   ========================================================================== */

.ppp-pass-options {
  padding: 60px 0;
  background: black;

  hr {
    opacity: 1;
    border-top: 2px solid #e0e0e0;
    margin: 16px 0;
  }

  .container {
    max-width: 1300px;
  }

  .options-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: stretch;
  }

  /* Featured card (PROTECTORS PASS OPTIONS) */
  .options-featured {
    background: transparent;
    border: 2px solid #894ee9;
    border-radius: 8px;
    padding: 36px 32px;
    color: white;
    display: flex;
    flex-direction: column;

    hr {
      border-color: rgba(255, 255, 255, 0.3);
    }
  }

  .options-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: white;
    line-height: 1.2;
  }

  .options-content {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;

    p {
      margin-bottom: 0;
    }
  }

  .options-types {
    margin-top: 8px;
  }

  .options-type {
    hr {
      margin: 20px 0 16px;
    }
  }

  .type-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin: 0 0 8px 0;
    line-height: 1.2;
  }

  .type-content {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
  }

  /* White option cards */
  .options-cards {
    display: contents;
  }

  .option-card {
    background: white;
    border-radius: 8px;
    padding: 35px 29px;
    display: flex;
    flex-direction: column;
  }

  .card-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
    line-height: 25px;
  }

  /* First card (CREATORS) - red */
  .option-card:nth-of-type(1) .card-title {
    color: #f02d26;
  }

  /* Second card (DISTRIBUTORS) - purple */
  .option-card:nth-of-type(2) .card-title {
    color: #b526bc;
  }

  .card-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
  }

  .card-price {
    color: #3332ff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
  }

  .card-divider {
    border-color: #e0e0e0;
  }

  .card-description {
    font-size: 16px;
    line-height: 22px;
    color: #000;

    p {
      margin: 0;
    }
  }

  .card-list {
    list-style: disc;
    padding-left: 24px;
    margin: 0 0 24px 0;
    flex-grow: 1;
  }

  .card-item {
    display: list-item;
    padding: 4px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;

    .check-icon {
      display: none;
    }
  }

  .card-button {
    margin: auto;
    width: fit-content;
    border: 2px solid #5b3df8;
    border-radius: 100px;
    color: #5b3df8;
    background: transparent;
    padding: 11px 50px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transition: all 0.3s ease;

    &:hover {
      background: #5b3df8;
      color: white;
    }
  }
}

/* ==========================================================================
   VIP Discount Section
   ========================================================================== */

.ppp-vip-discount {
  padding: 30px 0;

  .container {
    max-width: 1300px;
  }

  .vip-wrapper {
    background: #160070;
    padding: 20px 40px;
    display: grid;
    grid-template-columns: 1fr 1.5fr auto;
    gap: 30px;
    align-items: center;
    border-radius: 8px;
  }

  .vip-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
  }

  .vip-content {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 23px;

    p {
      margin: 0;
    }
  }

  .vip-button-wrapper {
    .button-secondary {
      border: 2px solid white;
      color: var(--color-secondary-blue);
      padding: 10px 28px;
      letter-spacing: 1.5px;
      white-space: nowrap;
      transition: all 0.3s ease;

      &:hover {
        background: transparent;
        border: 2px solid white;
        color: white;
      }
    }
  }
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */

.ppp-faq {
  padding: 70px 0;
  background: black;

  .container {
    max-width: 1300px;
  }

  .faq-wrapper {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 60px;
    align-items: start;
  }

  .faq-header {
    flex-shrink: 0;
  }

  .faq-title {
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px 0;
    text-transform: none;
  }

  .faq-subtitle {
    color: var(--color-gray-2);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 300px;
  }

  .faq-content {
    flex: 1;
  }

  .faq-list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    &.active {
      .faq-icon {
        transform: rotate(180deg);
      }

      .faq-answer {
        max-height: 500px;
        padding-bottom: 16px;
      }
    }
  }

  .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
  }

  .faq-question-text {
    color: white;
    font-size: 15px;
    font-weight: 500;
    flex: 1;
  }

  .faq-icon {
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    svg {
      display: block;
      width: 18px;
      height: 18px;
    }
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.3s ease,
      padding 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;

    p {
      margin: 0 0 10px 0;
      color: white;
      line-height: normal;

      a {
        color: white;
        font-weight: 700;
      }
    }
  }
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 1024px) {
  .ppp-pass-options {
    .options-wrapper {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }

  .ppp-faq {
    .faq-wrapper {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }

  .ppp-vip-discount {
    .vip-wrapper {
      grid-template-columns: 1fr;
      gap: 20px;
      text-align: center;
      padding: 40px 20px;
    }

    .vip-button-wrapper {
      margin-top: 20px;
    }
  }
}

@media (max-width: 991px) {
  .ppp-hero {
    padding: 50px 0 40px;
    min-height: 380px;

    .hero-title {
      font-size: clamp(28px, 5vw, 40px);
      letter-spacing: 2px;
    }

    .hero-buttons {
      flex-direction: column;
      align-items: center;

      .button-primary {
        width: fit-content;
      }
    }
  }

  .ppp-about,
  .ppp-how-to-qualify {
    padding: 50px 0;

    .section-title {
      font-size: 40px;
      margin-bottom: 24px;
    }

    .section-content {
      padding-left: 0;
      border: none;
    }
  }

  .ppp-pass-options {
    padding: 40px 0;
  }

  .ppp-faq {
    padding: 50px 0;

    .faq-subtitle {
      font-size: 18px;
    }
  }
}

@media (max-width: 768px) {
  .ppp-hero {
    padding: 40px 0 30px;
    min-height: auto;

    .hero-background--desktop {
      display: none;
    }

    .hero-background--mobile {
      display: block;
    }

    .hero-content {
      margin: 160px 0 40px 0;
    }

    .hero-logo img {
      max-width: 323px;
    }

    .hero-title {
      font-size: 38px;
      letter-spacing: 1.14px;
      text-shadow: 5px 5px 20px rgba(181, 38, 188, 0.3);
    }

    .hero-subtitle {
      font-size: 16px;
      letter-spacing: 3px;
      line-height: 26px;
      margin: 40px 20px 60px 20px;
    }

    .hero-buttons {
      flex-direction: column;
      gap: 29px;
      align-items: center;

      .button-primary {
        height: 50px;
        font-size: 16px;
        letter-spacing: 1.4px;
      }
    }
  }

  .ppp-banner {
    padding: 0;
    height: 93px;
    display: flex;
    align-items: center;

    .banner-content {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 26px;
    }
  }

  .ppp-about,
  .ppp-how-to-qualify {
    padding: 40px 20px 20px;

    .container {
      max-width: 340px;
      margin: 0 auto;
      padding: 0;
    }

    .row {
      flex-direction: column;
    }

    .section-title {
      font-size: 34px;
      letter-spacing: 1.02px;
      text-shadow: 5px 5px 20px rgba(181, 38, 188, 0.3);
      margin-bottom: 10px;
    }

    .section-content {
      font-size: 16px;
      line-height: 26px;
      padding-left: 0;
      border-left: none;
      border-top: 2px solid var(--color-primary-purple);
      padding-top: 20px;
    }
  }

  .ppp-pass-options {
    padding: 30px 0;

    .container {
      max-width: 340px;
      margin: 0 auto;
      padding: 0;
    }

    .options-wrapper {
      grid-template-columns: 1fr;
      gap: 27px;
    }

    .options-featured {
      padding: 26px 23px;
      border: 2px solid #894ee9;
      border-radius: 8px;
    }

    .options-title {
      font-size: 40px;
      line-height: normal;
      margin-bottom: 16px;
    }

    .options-content {
      font-size: 16px;
      line-height: 22px;
    }

    .options-types {
      margin-top: 0;
    }

    .type-title {
      font-size: 30px;
    }

    .type-content {
      font-size: 16px;
      line-height: 22px;
    }

    hr {
      margin: 16px 0;
    }

    .option-card {
      padding: 35px 27px;
      border-radius: 8px;
    }

    .card-title {
      font-size: 40px;
      line-height: 25px;
      margin-bottom: 16px;
    }

    /* First card (CREATORS) - red */
    .option-card:nth-of-type(1) .card-title {
      color: #f02d26;
    }

    /* Second card (DISTRIBUTORS) - purple */
    .option-card:nth-of-type(2) .card-title {
      color: #b526bc;
    }

    .card-subtitle {
      font-size: 16px;
    }

    .card-price {
      font-size: 22px;
      color: #3332ff;
      margin-bottom: 0;
    }

    .card-description {
      font-size: 16px;
      line-height: 22px;
    }

    .card-list {
      list-style: disc;
      padding-left: 24px;
      margin: 0 0 24px;
    }

    .card-item {
      display: list-item;
      font-size: 16px;
      line-height: 22px;
      padding: 4px 0;

      .check-icon {
        display: none;
      }
    }

    .card-button {
      border: 2px solid #5b3df8;
      border-radius: 100px;
      color: #5b3df8;
      background: transparent;
      padding: 11px 50px;
      font-size: 16px;
      letter-spacing: 1.4px;

      &:hover {
        background: #5b3df8;
        color: white;
      }
    }
  }

  .ppp-vip-discount {
    padding: 24px 0;

    .container {
      max-width: 340px;
      margin: 0 auto;
      padding: 0;
    }

    .vip-wrapper {
      background: #0a1b6d;
      padding: 30px 23px;
      border-radius: 8px;
      grid-template-columns: 1fr;
      text-align: center;
      gap: 16px;
    }

    .vip-title {
      font-size: 26px;
      line-height: normal;
    }

    .vip-content {
      font-size: 18px;
      line-height: normal;
      margin-bottom: 20px;
    }

    .vip-button-wrapper {
      margin-top: 10px;
    }
  }

  .ppp-faq {
    padding: 40px 0;

    .container {
      max-width: 340px;
      margin: 0 auto;
      padding: 0;
    }

    .faq-wrapper {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .faq-title {
      font-size: 28px;
      line-height: normal;
    }

    .faq-subtitle {
      font-size: 16px;
      line-height: 25px;
      color: #aeaeae;
      max-width: 100%;
    }

    .faq-question-text {
      font-size: 14px;
      line-height: 20px;
    }

    .faq-icon svg {
      width: 21px;
      height: 21px;
    }
  }
}
