/* HERO */
    .hero {
      position: relative;
      min-height: 94vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      opacity: 0.15;
    }

    .hero-glow-wrap {
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
    }

    .hero-glow-1 {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translateX(-50%);
      width: 800px;
      height: 700px;
      background: radial-gradient(ellipse, rgba(217, 28, 181, 0.2) 0%, rgba(139, 0, 212, 0.1) 45%, transparent 70%);
      border-radius: 50%;
      animation: glow 4s ease-in-out infinite;
    }

    .hero-glow-2 {
      position: absolute;
      top: 25%;
      right: 10%;
      width: 400px;
      height: 400px;
      background: radial-gradient(ellipse, rgba(255, 122, 26, 0.15) 0%, transparent 65%);
      border-radius: 50%;
      animation: glow 5.5s ease-in-out infinite 1.2s;
    }

    .hero-content {
      position: relative;
      text-align: center;
      max-width: 980px;
      padding: 80px 40px;
      animation: fadeUp 0.9s ease both;
    }

    .hero-logo {
      height: 110px;
      margin-bottom: 40px;
      filter: drop-shadow(0 0 48px rgba(217, 28, 181, 0.5));
    }

    .hero-eyebrow {
      font-size: 10px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: #444;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .hero-h1 {
      font-family: 'League Spartan', sans-serif;
      font-size: clamp(60px, 11vw, 128px);
      font-weight: 900;
      line-height: 0.85;
      color: #f0f0f0;
      margin-bottom: 28px;
      letter-spacing: -0.025em;
    }

    .hero-sub {
      font-size: clamp(16px, 2vw, 22px);
      color: #484858;
      margin-bottom: 52px;
      font-weight: 300;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5;
    }

    .btn-primary {
      background: linear-gradient(135deg, #FF7A1A, #D91CB5, #8B00D4);
      color: #fff;
      text-decoration: none;
      padding: 18px 48px;
      border-radius: 8px;
      font-size: 17px;
      font-weight: 700;
      display: inline-block;
      transition: opacity 0.2s;
    }

    .btn-primary:hover {
      opacity: 0.88;
    }

    /* ABOUT */
    .about {
      padding: 100px 40px;
      position: relative;
      overflow: hidden;
    }

    .about-glow {
      position: absolute;
      top: -80px;
      right: -80px;
      width: 500px;
      height: 500px;
      background: radial-gradient(ellipse, rgba(139, 0, 212, 0.08) 0%, transparent 65%);
      border-radius: 50%;
      pointer-events: none;
    }

    .about-grid {
      max-width: 1240px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 5fr 7fr;
      gap: 80px;
      align-items: center;
    }

    .section-eyebrow {
      font-size: 10px;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: #FF7A1A;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .section-h2 {
      font-family: 'League Spartan', sans-serif;
      font-size: clamp(40px, 5.5vw, 72px);
      font-weight: 900;
      line-height: 0.88;
      color: #f0f0f0;
      margin-bottom: 28px;
      letter-spacing: -0.02em;
    }

    .body-text {
      font-size: 16px;
      line-height: 1.75;
      color: #484858;
    }

    .about-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 36px;
    }

    .stat-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 20px;
    }

    .stat-card-val {
      font-family: 'League Spartan', sans-serif;
      font-size: 28px;
      font-weight: 900;
      color: #f0f0f0;
      line-height: 1;
    }

    .stat-card-label {
      font-size: 12px;
      color: #2a2a2a;
      margin-top: 5px;
    }

    .about-img-wrap {
      position: relative;
    }

    .about-img {
      width: 100%;
      aspect-ratio: 3/4;
      object-fit: cover;
      border-radius: 2px;
      display: block;
    }

    .about-img-bar {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #FF7A1A, #D91CB5, #8B00D4);
    }

    /* CLUB */
    .club {
      padding: 110px 40px;
      position: relative;
      overflow: hidden;
      background: #070709;
    }

    .club-glow-wrap {
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
    }

    .club-glow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 1000px;
      height: 600px;
      background: radial-gradient(ellipse, rgba(217, 28, 181, 0.13) 0%, rgba(139, 0, 212, 0.07) 45%, transparent 70%);
      border-radius: 50%;
    }

    .club-inner {
      max-width: 840px;
      margin: 0 auto;
      text-align: center;
      position: relative;
    }

    .club-h2 {
      font-family: 'League Spartan', sans-serif;
      font-size: clamp(48px, 8vw, 96px);
      font-weight: 900;
      line-height: 0.85;
      color: #f0f0f0;
      margin-bottom: 24px;
      letter-spacing: -0.025em;
    }

    .club-sub {
      font-size: 18px;
      color: #404050;
      line-height: 1.65;
      margin-bottom: 52px;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
    }

    .club-features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      max-width: 600px;
      margin: 0 auto 48px;
      text-align: left;
    }

    .feature-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.04);
      border-radius: 10px;
      padding: 18px 20px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .feature-check {
      color: #D91CB5;
      font-size: 14px;
      flex-shrink: 0;
      font-weight: 800;
    }

    .feature-text {
      font-size: 14px;
      color: #555;
      line-height: 1.45;
    }

    .btn-secondary {
      background: linear-gradient(135deg, #FF7A1A, #D91CB5, #8B00D4);
      color: #fff;
      text-decoration: none;
      padding: 17px 44px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      transition: opacity 0.2s;
    }

    .btn-secondary:hover {
      opacity: 0.88;
    }

    /* CONTACT */
    .contact {
      padding: 100px 40px;
      position: relative;
      overflow: hidden;
      background: #07070a;
    }

    .contact-glow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 900px;
      height: 600px;
      background: radial-gradient(ellipse, rgba(217, 28, 181, 0.09) 0%, rgba(139, 0, 212, 0.05) 45%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .contact-inner {
      max-width: 680px;
      margin: 0 auto;
      position: relative;
    }

    .contact-header {
      text-align: center;
      margin-bottom: 48px;
    }

    .contact-h2 {
      font-family: 'League Spartan', sans-serif;
      font-size: clamp(48px, 7vw, 90px);
      font-weight: 900;
      line-height: 0.85;
      color: #f0f0f0;
      letter-spacing: -0.025em;
      margin-bottom: 16px;
    }

    .contact-sub {
      font-size: 16px;
      color: #3a3a3a;
      line-height: 1.6;
    }

    .contact-links {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-bottom: 36px;
      flex-wrap: wrap;
    }

    .contact-link {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 8px;
      padding: 10px 18px;
      text-decoration: none;
      color: #666;
      font-size: 13px;
      transition: border-color 0.2s, color 0.2s;
    }

    .contact-link:hover {
      border-color: rgba(255, 255, 255, 0.15);
      color: #ddd;
    }

    .contact-card {
      background: rgba(255, 255, 255, 0.015);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 40px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .form-label {
      display: block;
      font-size: 11px;
      font-weight: 600;
      color: #333;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .form-input {
      width: 100%;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 8px;
      padding: 13px 16px;
      color: #f0f0f0;
      font-size: 15px;
      outline: none;
      display: block;
      transition: border-color 0.2s;
    }

    .form-input:focus {
      border-color: rgba(255, 255, 255, 0.22);
    }

    .form-textarea {
      min-height: 120px;
      resize: vertical;
    }

    .form-submit {
      background: linear-gradient(135deg, #FF7A1A, #D91CB5, #8B00D4);
      color: #fff;
      border: none;
      padding: 16px 24px;
      border-radius: 8px;
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      margin-top: 4px;
      width: 100%;
      transition: opacity 0.2s;
    }

    .form-submit:hover {
      opacity: 0.88;
    }

    .form-success {
      text-align: center;
      padding: 24px 0;
    }

    .form-success-icon {
      font-size: 48px;
      margin-bottom: 16px;
    }

    .form-success h3 {
      font-family: 'League Spartan', sans-serif;
      font-size: 26px;
      font-weight: 800;
      color: #f0f0f0;
      margin-bottom: 10px;
    }

    .form-success p {
      color: #444;
      font-size: 15px;
      line-height: 1.6;
    }

    .form-error {
      margin-bottom: 16px;
      padding: 12px 14px;
      border-radius: 8px;
      border: 1px solid rgba(255, 80, 80, 0.35);
      background: rgba(255, 80, 80, 0.08);
      color: #ff8a8a;
      font-size: 14px;
      line-height: 1.5;
    }

    .form-submit:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }

    .form-honeypot {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    .hidden {
      display: none !important;
    }

    /* FAQ */
    .faq {
      padding: 80px 40px;
      background: #040406;
    }

    .faq-inner {
      max-width: 760px;
      margin: 0 auto;
    }

    .faq-header {
      text-align: center;
      margin-bottom: 52px;
    }

    .faq-h2 {
      font-family: 'League Spartan', sans-serif;
      font-size: clamp(40px, 6vw, 72px);
      font-weight: 900;
      color: #f0f0f0;
      letter-spacing: -0.02em;
      line-height: 0.88;
    }

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

    .faq-item:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

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

    .faq-q {
      font-family: 'League Spartan', sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: #c8c8d8;
      line-height: 1.2;
    }

    .faq-icon {
      font-size: 24px;
      color: #FF7A1A;
      flex-shrink: 0;
      min-width: 20px;
      text-align: center;
      font-family: 'DM Sans', sans-serif;
    }

    .faq-answer {
      display: grid;
      grid-template-rows: 0fr;
      overflow: hidden;
      transition: grid-template-rows 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        padding-bottom 0.32s cubic-bezier(0.22, 1, 0.36, 1);
      padding-bottom: 0;
    }

    .faq-answer > .faq-a {
      min-height: 0;
      overflow: hidden;
    }

    .faq-answer.open {
      grid-template-rows: 1fr;
      padding-bottom: 20px;
    }

    .faq-a {
      font-size: 16px;
      color: #484858;
      line-height: 1.7;
    }
