/* =========================================================
   The-Pitch.css
   Page-specific styles for /The-Pitch
   Split out of the old monolithic style.css. Rule order is
   unchanged from the original file.
   ========================================================= */

.pitch-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.pitch-middle-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pitch-card-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 260px;
}
.pitch-large-card {
  min-height: 540px;
}
.pitch-card-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pitch-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 45%), rgba(0, 0, 0, .2));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
}
.pitch-overlay h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pitch-overlay p {
  font-size: 18px;
  margin: 0;
}
.pitch-card-box:hover img {
  transform: scale(1.08);
  transition: .5s;
}
@media(max-width:991px) {
  .pitch-cards-grid {
    grid-template-columns: 1fr;
  }
  .pitch-large-card {
    min-height: 350px;
  }
}
.pitch-schedule-wrapper {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: radial-gradient(circle at top left,#ff006a55,transparent 35%), radial-gradient(circle at bottom center,#6f00ff55,transparent 35%), radial-gradient(circle at top right,#00e5ff55,transparent 35%), #071326;
  backdrop-filter: blur(15px);
}
.pitch-schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.pitch-schedule-item:last-child {
  border-bottom: none;
}
.pitch-time {
  width: 180px;
  font-size: 36px;
  font-weight: 700;
  color: #00d4ff;
  flex-shrink: 0;
}
.pitch-content {
  flex: 1;
  padding: 0 30px;
}
.pitch-badge-new {
  background: #57acff;
  color: #000;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media(max-width:991px) {
  .pitch-schedule-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .pitch-time {
    width: auto;
    font-size: 40px;
  }
  .pitch-content {
    padding: 0;
  }
}
.heropitch-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 44px;
  align-items: center;
}
@media(max-width:991px) {
  .heropitch-inner {
    grid-template-columns: 1fr
  }
}

/* ---------------------------------------------------------
   Moved out of The-Pitch.php (was an inline <style> block)
   --------------------------------------------------------- */

    .heropitch {
        position: relative;
        min-height: 100vh !important;
        padding: 10px 6% 30px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        .heropitch video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: saturate(1.65) contrast(1.18) hue-rotate(8deg);
        }

        .heropitch:before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, #05000f 0%, rgb(5 0 15 / 80%) 33%, rgba(5, 0, 15, .3) 100%), radial-gradient(circle at 78% 26%, rgba(255, 0, 138, .35), transparent 32%), radial-gradient(circle at 62% 80%, rgba(0, 229, 255, .25), transparent 30%);
            z-index: 1;
        }


    .kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 11px 16px;
        border-radius: 999px;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.18);
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: .13em;
        text-transform: uppercase;
        backdrop-filter: blur(18px);
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--lime);
        box-shadow: 0 0 0 0 rgba(182,255,0,.75);
        animation: pulse 1.6s infinite;
    }


    .mega-gradient {
        background: linear-gradient(90deg,#fff 0%,var(--cyan) 25%,var(--pink) 56%,var(--orange) 86%);
        -webkit-background-clip: text;
        color: transparent;
        text-shadow: none;
    }

    .hero-copy {
        max-width: 800px;
        font-size: 22px;
        line-height: 1.55;
        color: #eeeaff;
    }

        .hero-copy strong {
            color: #fff
        }

    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 34px
    }

    .hero-panel {
        position: relative;
        border-radius: 42px;
        padding: 18px;
        background: linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.04));
        border: 1px solid rgba(255,255,255,.18);
        box-shadow: 0 40px 130px rgba(0,0,0,.6);
        backdrop-filter: blur(20px);
        transform: rotate(1.5deg);
    }

    .stage-img {
        height: 410px;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
    }

        .stage-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: saturate(1.45) contrast(1.12)
        }

        .stage-img:after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,rgba(5,0,15,.85),transparent 55%)
        }

    .date-card {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 12px;
        margin-top: 14px;
    }

        .date-card div {
            padding: 18px;
            border-radius: 22px;
            background: rgba(255,255,255,.09);
            border: 1px solid rgba(255,255,255,.14);
        }

        .date-card small {
            display: block;
            color: var(--muted);
            font-weight: 700;
            margin-bottom: 7px;
            font-size: 16px
        }

        .date-card b {
            font-size: 18px
        }

                        .small-alert {
                            padding: 8px 12px !important;
                            font-size: 14px !important;
                            margin-top: 10px;
                        }
                    
