/* Women's Lunch Template Styles */

@media (min-width: 1200px) {
  .page-template-template-womens-lunch {
    .container {
      max-width: 1200px;
      padding: 0;
    }
  }
}

.womens-lunch-primary-button {
  font-family: var(--font-helvetica-neue);
  font-weight: 750;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1.4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 3rem;
  padding: 0 1.5625rem;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #a346ff -8.48%, #f25e72 149.55%);
  transition: opacity 0.3s ease;

  &:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
  }

  @media (max-width: 991px) {
    width: 100%;
  }
}

.womens-lunch-gradient-bg {
  background: linear-gradient(
    135deg,
    rgba(163, 70, 255, 0.6) 0%,
    rgba(242, 94, 114, 0.6) 100%
  );
}

.womens-lunch-dark-bg {
  background: #1a1a1a;
}

.womens-lunch-purple-bg {
  background: linear-gradient(135deg, #a346ff 0%, #ef32af 100%);
}

/* Header */
.womens-lunch-navbar {
  background: transparent !important;
  transition: background 0.3s ease;

  &.scrolled {
    background: rgba(0, 0, 0, 0.9) !important;
  }

  .navbar-brand {
    img {
      height: 48px;
      transition: height 0.3s ease, width 0.3s ease;
    }
  }

  .hamburger {
    display: none;
  }

  .custom-hamburger {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  @media (min-width: 992px) {
    .custom-hamburger {
      display: none;
    }
    .hamburger {
      display: block;
    }
  }

  @media (max-width: 991px) {
    .navbar-brand img {
      width: 140px;
      height: 40px;
    }

    .womens-lunch-header .navbar.opened .menu {
      background: rgba(0, 0, 0, 0.9) !important;
      margin-top: 10px;
    }
  }
}

/* Hero */
.wl-hero {
  --wl-hero-bg: none;
  --wl-hero-bg-mobile: var(--wl-hero-bg);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 160px 0 90px;
  background: linear-gradient(
    135deg,
    rgba(51, 50, 255, 0.5) 0%,
    rgba(163, 70, 255, 0.5) 50%,
    rgba(242, 94, 114, 0.5) 100%
  );

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--wl-hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  &::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to bottom, transparent 0%, #3333ff 100%);
    pointer-events: none;
    z-index: 2;
  }

  .wl-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .wl-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 255, 0.47);
    pointer-events: none;
    z-index: 2;
  }

  .wl-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;

    .wl-hero-title-image {
      max-width: 480px;
      margin: 0 auto 30px;
      display: block;
    }

    .wl-hero-heading {
      margin: 0 auto 20px;
      max-width: 1000px;
      color: #fff;
      font-family: var(--font-roobert);
      font-size: 100px;
      font-weight: 900;
      line-height: 104px;
      letter-spacing: 4px;
      text-transform: uppercase;
      -webkit-text-stroke: 2px #fff;
      -webkit-text-fill-color: transparent;
      text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .wl-hero-subtitle {
      margin-bottom: 40px;
      color: #fff;
      font-family: var(--font-helvetica-neue);
      font-size: 18px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .wl-hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 991px) {
    padding: 160px 0 36px;
    min-height: auto;

    &::before {
      background-image: var(--wl-hero-bg-mobile);
    }

    .wl-hero-video {
      display: none;
    }

    .wl-hero-content {
      .wl-hero-title-image {
        max-width: 320px;
        margin-bottom: 20px;
      }

      .wl-hero-heading {
        font-size: 61px;
        line-height: 64px;
        margin-bottom: 70px;
        -webkit-text-stroke: 1.5px #fff;
      }

      .wl-hero-subtitle {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 30px;
      }

      .wl-hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
      }
    }
  }
}

/* Partners */
.wl-partners {
  background: white;
  color: #000;
  padding: 50px 0;

  .wl-partners-title {
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    font-family: var(--font-helvetica-neue);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .wl-partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;

    .wl-partners-logo {
      max-width: 120px;
      max-height: 120px;
      width: 100%;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s ease;

      &:hover {
        transform: scale(1.05);
      }
    }
  }

  @media (max-width: 991px) {
    padding: 40px 0;

    .wl-partners-title {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 30px;
    }

    .wl-partners-logos {
      gap: 25px;
      justify-content: space-around;

      .wl-partners-logo {
        max-width: 150px;
        max-height: 80px;
      }
    }
  }
}

/* Invite & RSVP (Desktop Combined) */
.wl-invite-rsvp-combined,
.wl-rsvp {
  background: #1b010e;
  color: #fff;
  padding: 80px 0;

  .row {
    align-items: stretch;
    position: relative;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      background: #ef32af;
      transform: translateX(-50%);
    }
  }

  .wl-invite-section {
    padding-right: 60px;
  }
  .wl-rsvp-section {
    padding-left: 60px;
  }

  .wl-invite-title,
  .wl-rsvp-title {
    font-family: var(--font-roobert);
    font-size: 54px;
    font-weight: 900;
    line-height: 63px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: #ffa8e2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .wl-invite-leadin,
  .wl-rsvp-intro {
    font-family: var(--font-helvetica-neue);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    margin-bottom: 20px;
  }

  .wl-invite-content {
    font-family: var(--font-helvetica-neue);
    font-size: 16px;
    line-height: 26px;
    color: #fff;

    p {
      margin-bottom: 20px;
    }
    p:last-child {
      margin-bottom: 0;
    }
  }

  .wl-rsvp-form {
    max-width: 500px;
    margin: 0;

    label {
      display: block;
      margin-bottom: 8px;
      color: #fff;
      font-family: var(--font-helvetica-neue);
      font-size: 16px;
      font-weight: 600;
    }

    .wpcf7-form-control-wrap {
      display: block;
      margin-top: 10px;
      margin-bottom: 20px;
    }

    input[type="text"],
    input[type="email"] {
      width: 100%;
      padding: 15px 20px;
      background: #fff;
      border: none;
      border-radius: 8px;
      color: #333;
      font-family: var(--font-helvetica-neue);
      font-size: 14px;
      transition: outline 0.3s ease;
      margin-bottom: 0;

      &::placeholder {
        color: #999;
      }

      &:focus {
        background: #fff;
        outline: 2px solid #e91e8c;
        outline-offset: -2px;
      }
    }

    input[type="submit"],
    .wl-rsvp-button-link {
      margin-top: 60px;
      display: block;
      width: 100%;
      padding: 15px;
      border-radius: 8px;
      border: none;
      font-family: var(--font-helvetica-neue);
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      background: linear-gradient(90deg, #a346ff 0%, #f25e72 100%);
      cursor: pointer;
      transition: opacity 0.3s ease;

      &:hover {
        opacity: 0.8;
        color: #fff;
        text-decoration: none;
      }
    }
  }
}

/* Mobile Invite & RSVP standalone sections */
.wl-invite,
.wl-rsvp {
  background: #1b010e;
  color: #fff;
}

.wl-invite {
  padding: 80px 0 40px;
}
.wl-rsvp {
  padding: 40px 0 80px;
}

@media (max-width: 991px) {
  .wl-invite {
    padding: 40px 0 0 0;
  }
  .wl-rsvp {
    padding: 0;

    .wl-invite-title,
    .wl-rsvp-title {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 20px;
    }
  }

  .wl-invite-leadin {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .wl-invite-content {
    font-size: 16px;
    line-height: 26px;
  }

  .wl-rsvp-intro {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .wl-rsvp-form {
    label {
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 700;
    }

    input[type="text"],
    input[type="email"] {
      margin-bottom: 10px;
    }
  }
}

/* Speakers */
.wl-speakers {
  background: #1b010e;
  color: #fff;

  hr {
    background-color: #ef32af;
    border: none;
    height: 1px;
    width: 92%;
    margin: 0 auto;
  }

  .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .wl-speakers-title {
    margin-bottom: 60px;
    text-align: center;
    font-family: var(--font-roobert);
    font-size: 54px;
    font-weight: 900;
    line-height: 63px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffa8e2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .wl-speakers-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;

    .wl-single-speaker {
      display: flex;
      align-items: center;

      .wl-speaker-photo-wrapper {
        position: relative;
        width: 128px;
        height: 128px;
        border-radius: 50%;
        border: 2px solid #ef32af;
        display: inline-block;
        margin-right: 24px;
        overflow: hidden;

        .wl-speaker-photo {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          object-fit: cover;
          transition: transform 0.3s ease;
        }
      }

      &:hover .wl-speaker-photo {
        transform: scale(1.05);
      }

      .wl-speaker-name {
        color: #ef32af;
        font-family: var(--font-helvetica-neue);
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
      }

      .wl-speaker-title {
        color: #fff;
        font-family: var(--font-helvetica-neue);
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 2px;
      }

      .wl-speaker-company {
        color: #fff;
        font-family: var(--font-helvetica-neue);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
      }
    }
  }

  @media (max-width: 991px) {
    padding: 40px 0;

    .container {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .wl-speakers-title {
      text-align: left;
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 40px;
    }

    .wl-speakers-container {
      flex-direction: column;
      gap: 40px;

      .wl-single-speaker {
        align-items: center;

        .wl-speaker-photo-wrapper {
          width: 80px;
          height: 80px;
          margin-right: 16px;
        }

        .wl-speaker-name {
          font-size: 18px;
          line-height: 26px;
        }

        .wl-speaker-title,
        .wl-speaker-company {
          font-size: 14px;
          line-height: 22px;
        }
      }
    }
  }
}
