      body {
        background-color: #080922;
      }
      .hero-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .mxd-hero-06__media::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(
          ellipse at center,
          rgba(0, 0, 0, 0) 35%,
          rgba(0, 0, 0, 0.45) 70%,
          rgba(0, 0, 0, 0.85) 100%
        );
        pointer-events: none;
        z-index: 1;
      }
      .mxd-header {
        z-index: 5;
      }
      .mxd-header__logo {
        position: relative;
        z-index: 5;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
      .mxd-header__logo img {
        height: 80px;
        width: auto;
        display: block;
        object-fit: contain;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        shape-rendering: geometricPrecision;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      .mxd-hero-06__wrap {
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        height: 100% !important;
        min-height: 100svh;
        padding: 40px 15px !important;
        text-align: center;
        position: relative;
        box-sizing: border-box;
      }
      .mxd-hero-06__wrap::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: min(950px, 95vw);
        height: min(750px, 85vh);
        background: radial-gradient(
            circle closest-side,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0) 100%
          )
          no-repeat center;
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
      }
      .mxd-hero-06__wrap > .container {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1200px;
        padding: 0 15px;
      }
      .hero-title-1 {
        margin-bottom: 0 !important;
        line-height: 1;
      }
      .hero-title-1 img {
        width: auto;
        max-width: 80%;
        max-height: 65px;
        height: auto;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.95))
          drop-shadow(0 4px 14px rgba(0, 0, 0, 0.9))
          drop-shadow(0 0 25px rgba(0, 0, 0, 0.85))
          drop-shadow(0 0 45px rgba(0, 0, 0, 0.75));
      }
      .hero-title {
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        line-height: 1;
      }
      .hero-title img {
        width: auto;
        max-width: 88%;
        max-height: 120px;
        height: auto;
        margin: 0 auto;
      }
      .location-image-container {
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 1;
      }
      .location-image-container img {
        width: auto;
        max-width: 95%;
        max-height: 135px;
        height: auto;
        margin: 0 auto;
      }

      /* Countdown styles */
      .mxd-countdown {
        display: flex;
        gap: 20px;
        align-items: flex-end;
        justify-content: center;
        margin-top: 1.5rem;
      }
      .countdown-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
      .countdown-label {
        color: #ffffff;
        font-family: "Cinzel", "Times New Roman", serif;
        font-size: 1.6rem;
        font-weight: 700;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        letter-spacing: 1px;
      }
      .countdown-box {
        background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0.32) 0%,
          rgba(255, 255, 255, 0.15) 100%
        );
        background-color: rgba(255, 255, 255, 0.18);
        border: 1.5px solid rgba(255, 255, 255, 0.45);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        width: 75px;
        height: 95px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Cinzel", "Times New Roman", serif;
        font-size: 2.8rem;
        font-weight: 700;
        color: #ffffff;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        box-shadow:
          0 10px 25px rgba(0, 0, 0, 0.35),
          inset 0 1px 1px rgba(255, 255, 255, 0.4);
      }
      .countdown-divider {
        color: #ffffff;
        font-family: "Cinzel", "Times New Roman", serif;
        font-size: 2.8rem;
        font-weight: 700;
        height: 95px; /* Match countdown-box height */
        display: flex;
        align-items: center;
        padding-bottom: 5px;
      }

      /* Tablet Breakpoint (769px - 1024px) */
      @media (min-width: 769px) and (max-width: 1024px) {
        .hero-title {
          margin-top: 3px !important;
        }
        .hero-title-1 img {
          max-height: 55px !important;
        }
        .hero-title img {
          max-height: 95px !important;
          max-width: 85% !important;
        }
        .location-image-container {
          margin-top: 6px !important;
        }
        .location-image-container img {
          max-height: 105px !important;
          max-width: 92% !important;
        }
        .mxd-countdown {
          gap: 15px;
          margin-top: 1.2rem;
        }
        .countdown-box {
          width: 65px;
          height: 80px;
          font-size: 2.3rem;
          border-radius: 8px;
        }
        .countdown-label {
          font-size: 1.4rem;
        }
        .countdown-divider {
          font-size: 2.3rem;
          height: 80px;
        }
      }

      /* Mobile Breakpoint (<= 768px) */
      @media (max-width: 768px) {
        .mxd-hero-section,
        .mxd-hero-section.mxd-hero-fullheight,
        .mxd-hero-06,
        .pinned-section__inner {
          height: auto !important;
          min-height: auto !important;
        }
        .mxd-hero-06__wrap {
          min-height: auto !important;
          height: auto !important;
          padding: 70px 15px 40px !important;
        }
        .mxd-hero-06__media {
          position: absolute;
          inset: 0;
          height: 100%;
        }
        .pinned-section__trigger {
          display: none !important;
        }
        .mxd-header__logo img {
          height: 50px;
        }
        .hero-title-1 img {
          max-height: 42px !important;
          max-width: 85% !important;
        }
        .hero-title {
          margin-top: 2px !important;
        }
        .hero-title img {
          max-height: 65px !important;
          max-width: 90% !important;
        }
        .location-image-container {
          margin-top: 6px !important;
        }
        .location-image-container img {
          max-height: 72px !important;
          max-width: 95% !important;
        }
        .mxd-countdown {
          gap: 8px;
          margin-top: 1rem;
        }
        .countdown-box {
          width: 52px;
          height: 66px;
          font-size: 1.8rem;
          border-radius: 7px;
        }
        .countdown-label {
          font-size: 1.15rem;
          font-weight: 700;
        }
        .countdown-divider {
          font-size: 1.8rem;
          height: 66px;
        }
      }

      /* Small Mobile Breakpoint (<= 480px) */
      @media (max-width: 480px) {
        .mxd-hero-06__wrap {
          padding: 60px 12px 35px !important;
        }
        .mxd-header__logo img {
          height: 42px;
        }
        .hero-title-1 img {
          max-height: 32px !important;
          max-width: 88% !important;
        }
        .hero-title {
          margin-top: 2px !important;
        }
        .hero-title img {
          max-height: 48px !important;
          max-width: 92% !important;
        }
        .location-image-container {
          margin-top: 4px !important;
        }
        .location-image-container img {
          max-height: 54px !important;
          max-width: 96% !important;
        }
        .mxd-countdown {
          gap: 5px;
          margin-top: 0.8rem;
        }
        .countdown-box {
          width: 44px;
          height: 56px;
          font-size: 1.5rem;
          border-radius: 6px;
        }
        .countdown-label {
          font-size: 0.95rem;
          font-weight: 700;
        }
        .countdown-divider {
          font-size: 1.4rem;
          height: 56px;
        }
      }

      /* VPG Custom Section Styles */
      .vpg-details-wrapper {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 100px 20px;
        color: #fff;
        position: relative;
        box-sizing: border-box;
        background: url(../img/bg-about.png) right center / cover no-repeat;
      }

      /* Top Event Bar */
      .vpg-top-bar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 45px;
        margin: 0 0 75px 0;
        padding-bottom: 10px;
        width: 100%;
      }

      .vpg-top-item {
        display: flex;
        align-items: center;
        gap: 18px;
        color: #e5c388;
      }

      .vpg-top-icon {
        font-size: 3.8rem;
        color: #e5c388;
        line-height: 1;
      }

      .vpg-top-text {
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Times New Roman", Times, serif;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.25;
        color: #e5c388;
      }

      .vpg-top-text sup,
      .vpg-top-line sup,
      sup {
        font-size: 0.5em;
        line-height: 0;
        vertical-align: baseline;
        position: relative;
        top: -0.6em;
        text-transform: lowercase;
        font-weight: 600;
      }

      .vpg-top-action {
        display: flex;
        align-items: center;
      }

      .vpg-view-map-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #e5c388;
        color: #000000 !important;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.8rem;
        font-weight: 700;
        padding: 12px 28px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease;
      }

      .vpg-view-map-btn:hover {
        background-color: #f5dcaf;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(229, 195, 136, 0.5);
      }

      .vpg-view-map-btn i {
        font-size: 2.2rem;
        color: #000000;
      }

      /* About Content Row */
      .vpg-about-content-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        max-width: 68%;
        text-align: left;
      }

      .vpg-about-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .vpg-about-heading-img-wrap {
        margin-bottom: 18px;
        line-height: 1;
        display: flex;
        align-items: center;
      }

      .vpg-about-heading-img {
        width: auto;
        max-height: 24px;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
      }

      .vpg-about-text {
        font-family: "Times New Roman", Times, serif !important;
        font-size: 1.85rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
      }

      .vpg-gold-text {
        color: #e5c388;
        font-weight: 700;
      }

      .mxd-menu__backdrop {
        background-color: rgba(25, 28, 80, 0) !important;
      }

      /* Info Grid */
      .vpg-info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 900px;
        margin: 0 auto 60px;
        text-align: left;
      }

      .vpg-info-item {
        display: flex;
        gap: 20px;
        align-items: flex-start;
      }

      .vpg-info-icon {
        font-size: 3.5rem;
        color: #6265f0;
        text-shadow: 0 0 10px rgba(98, 101, 240, 0.5);
      }

      .vpg-info-text h3 {
        font-family: "Times New Roman", serif;
        font-size: 2.5rem;
        margin-bottom: 5px;
        color: #fff;
      }

      .vpg-info-text p {
        font-family: "Times New Roman", Times, serif;
        font-size: 1.4rem;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
        line-height: 1.4;
      }

      /* Magic Button */
      .vpg-cta-wrap {
        margin-bottom: 80px;
      }

      .vpg-magic-btn {
        display: inline-block;
        padding: 25px 80px;
        font-family: "Times New Roman", serif;
        font-size: 1.5rem;
        font-weight: 900;
        letter-spacing: 2px;
        color: #000;
        text-decoration: none;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: all 0.5s ease;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(128, 255, 234, 0.3);
        background: linear-gradient(90deg, #80ffea, #ffccf9, #cfccff, #80ffea);
        background-size: 200% 200%;
        animation: iridescent 5s ease infinite;
      }

      .vpg-magic-btn::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 1px solid #000;
        border-radius: 11px;
        pointer-events: none;
        z-index: 2;
      }

      @keyframes iridescent {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }

      .vpg-magic-btn::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(
          90deg,
          rgba(128, 255, 234, 0.5),
          rgba(255, 204, 249, 0.5),
          rgba(207, 204, 255, 0.5)
        );
        background-size: 400% 400%;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.5s;
        border-radius: 17px;
      }

      .vpg-magic-btn:hover {
        transform: scale(1.05);
        color: #000;
        box-shadow: 0 0 30px rgba(128, 255, 234, 0.5);
      }

      /* Content Columns */
      .vpg-content-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        text-align: center;
        max-width: 1100px;
        margin: 0 auto;
      }

      .vpg-content-col {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .vpg-content-col p {
        font-family: "Times New Roman", Times, serif !important;
        font-size: 1.6rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.85);
      }

      .vpg-title-img-wrap {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        width: 100%;
      }

      .vpg-title-img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
      }

      .vpg-title-img-1 {
        height: 50px;
      }

      .vpg-title-img-2 {
        height: 80px;
      }

      .vpg-whats-wrap {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0 20px;
      }

      .vpg-whats-img {
        max-height: 42px;
        width: auto;
        height: auto;
        max-width: 90%;
        object-fit: contain;
        filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
      }

      .vpg-agenda-title {
        max-height: 70px;
        width: auto;
        height: auto;
      }

      /* Agenda / What's On Cards Grid */
      .vpg-agenda-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 75px;
        margin-top: 80px;
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 10px 10px;
      }

      .vpg-agenda-row {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 35px;
        width: 100%;
      }

      .vpg-agenda-row-3 .vpg-agenda-card {
        width: 340px;
        max-width: 100%;
      }

      .vpg-agenda-row-2 .vpg-agenda-card {
        width: 340px;
        max-width: 100%;
      }

      .vpg-agenda-card {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 18px;
        padding: 0 24px 30px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
        min-height: 185px;
        position: relative;
        margin-top: 80px;
      }

      .vpg-agenda-card:hover {
        transform: translateY(-8px);
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.38);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
      }

      .vpg-agenda-card img.vpg-card-img {
        height: 155px;
        width: auto;
        max-width: 100%;
        margin-top: -80px;
        margin-bottom: 20px;
        display: block;
        object-fit: contain;
        filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
        transition: transform 0.3s ease;
      }

      .vpg-agenda-card:hover img.vpg-card-img {
        transform: scale(1.08);
      }

      .vpg-agenda-card h3 {
        color: #ffffff;
        font-family: "Cinzel", "Times New Roman", serif;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.35;
        margin: 0;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
      }

      /* Guest Star Section Styles */
      .vpg-guest-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 70px;
        max-width: 1050px;
        margin: 30px auto;
        padding: 10px 0;
      }

      .vpg-guest-card {
        flex: 0 0 460px;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      }

      .vpg-guest-card:hover {
        transform: translateY(-6px);
      }

      .vpg-guest-img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
      }

      .vpg-guest-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 28px;
      }

      .vpg-guest-title-img {
        max-width: 440px;
        width: 100%;
        height: auto;
        filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.5));
      }

      .vpg-guest-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #d8b275;
        color: #1a162b;
        font-family: "Manrope", sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(216, 178, 117, 0.35);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      }

      .vpg-guest-btn:hover {
        background: #e5c388;
        color: #0d0b18;
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 12px 30px rgba(229, 195, 136, 0.5);
      }

      .vpg-guest-btn svg {
        width: 22px;
        height: 22px;
        transition: transform 0.3s ease;
      }

      .vpg-guest-btn:hover svg {
        transform: translateX(3px);
      }

      .vpg-content-col h2 {
        font-family: "Cinzel", serif;
        font-size: 2.8rem;
        text-transform: uppercase;
        margin-bottom: 25px;
        background: linear-gradient(90deg, #fff, #a8edea);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1px;
      }

      /* Timeline Styles */
      .vpg-timeline {
        position: relative;
        max-width: 800px;
        width: fit-content;
        margin: 0 auto;
        padding-left: 0;
      }

      .vpg-timeline-item {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 60px;
        position: relative;
      }

      /* The vertical line */
      .vpg-timeline-item::after {
        content: "";
        position: absolute;
        left: 75px;
        top: 60px;
        bottom: -60px;
        width: 2px;
        background: rgba(255, 255, 255, 0.4);
        z-index: 1;
      }

      .vpg-timeline-item:last-child::after {
        display: none;
      }

      .vpg-timeline-marker {
        background: rgba(98, 101, 240, 0.6);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        padding: 15px 0;
        width: 150px;
        text-align: center;
        color: #fff;
        font-family: "Cinzel", serif;
        font-weight: 700;
        font-size: 1.4rem;
        box-shadow: 0 0 20px rgba(98, 101, 240, 0.4);
        z-index: 2;
        flex-shrink: 0;
      }

      .vpg-timeline-content {
        color: rgba(255, 255, 255, 0.9);
        font-family: "Times New Roman", Times, serif;
        font-size: 1.9rem;
        line-height: 1.6;
        padding-top: 0px;
        max-width: 500px;
      }

      /* Reveal Animation Styles */
      .vpg-reveal {
        opacity: 0;
        transform: translateY(50px);
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: opacity, transform;
      }

      .vpg-reveal.active {
        opacity: 1;
        transform: translateY(0);
      }

      /* Staggered delay for content */
      .vpg-timeline-item.active .vpg-timeline-content {
        transition-delay: 0.2s;
      }

      /* Sponsor Section Styles */
      .vpg-sponsors-title-wrap {
        text-align: center;
        margin-bottom: 45px;
      }

      .vpg-sponsors-title-img {
        max-height: 32px;
        height: auto;
        max-width: 90%;
        width: auto;
        display: inline-block;
        object-fit: contain;
        filter: drop-shadow(0 0 25px rgba(180, 220, 255, 0.4));
      }

      .vpg-sponsor-tier {
        margin-top: 50px;
        text-align: center;
        width: 100%;
      }

      .vpg-sponsor-tier:first-of-type {
        margin-top: 15px;
      }

      .vpg-sponsor-tier-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 30px;
        max-width: 100%;
      }

      .vpg-sponsor-label {
        color: #e5c388;
        font-family: "Cinzel", "Times New Roman", serif;
        font-size: clamp(1.45rem, 2.8vw, 2.2rem);
        font-weight: 600;
        letter-spacing: 0.8px;
        margin: 0;
        white-space: nowrap;
      }

      .vpg-tier-line {
        width: 65px;
        height: 1px;
        background: linear-gradient(
          90deg,
          transparent,
          rgba(229, 195, 136, 0.7)
        );
        display: inline-block;
        flex-shrink: 1;
      }

      .vpg-tier-line.right {
        background: linear-gradient(
          90deg,
          rgba(229, 195, 136, 0.7),
          transparent
        );
      }

      .vpg-tier-line.short {
        width: 25px;
        background: rgba(229, 195, 136, 0.5);
      }

      .vpg-tier-dots {
        color: #e5c388;
        font-size: 1.5rem;
        letter-spacing: 2px;
        opacity: 0.7;
        line-height: 1;
      }

      .vpg-tier-star {
        color: #e5c388;
        font-size: 1.2rem;
        line-height: 1;
        filter: drop-shadow(0 0 6px rgba(229, 195, 136, 0.8));
      }

      .vpg-sponsor-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
      }

      .vpg-sponsor-logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
        transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-sizing: border-box;
      }

      .vpg-sponsor-logo-item:hover {
        transform: translateY(-4px) scale(1.02);
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(229, 195, 136, 0.5);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5), 0 0 16px rgba(229, 195, 136, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
      }

      .vpg-sponsor-logo-item img {
        display: block;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        transition: filter 0.35s ease, transform 0.35s ease;
      }

      .vpg-sponsor-logo-item:hover img {
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.4));
      }

      /* Tier Specific Card Sizes */
      .vpg-sponsor-grid.diamond {
        gap: 28px;
        max-width: 780px;
      }
      .vpg-sponsor-grid.diamond .vpg-sponsor-logo-item {
        width: 340px;
        height: 90px;
        padding: 14px 28px;
        border-radius: 12px;
      }
      .vpg-sponsor-grid.diamond img.dell {
        max-height: 48px;
        max-width: 250px;
      }
      .vpg-sponsor-grid.diamond img.huawei {
        max-height: 52px;
        max-width: 220px;
      }

      .vpg-sponsor-grid.gold {
        gap: 18px;
        max-width: 860px;
      }
      .vpg-sponsor-grid.gold .vpg-sponsor-logo-item {
        width: 190px;
        height: 60px;
        padding: 10px 18px;
        border-radius: 9px;
      }
      .vpg-sponsor-grid.gold img.arista {
        max-height: 24px;
        max-width: 145px;
      }
      .vpg-sponsor-grid.gold img.forcepoint {
        max-height: 25px;
        max-width: 150px;
      }
      .vpg-sponsor-grid.gold img.hikvision {
        max-height: 22px;
        max-width: 145px;
      }
      .vpg-sponsor-grid.gold img.redhat {
        max-height: 30px;
        max-width: 145px;
      }

      .vpg-sponsor-grid.silver {
        gap: 18px;
        max-width: 840px;
      }
      .vpg-sponsor-grid.silver .vpg-sponsor-logo-item {
        width: 185px;
        height: 54px;
        padding: 8px 16px;
        border-radius: 9px;
      }
      .vpg-sponsor-grid.silver img.crowdstrike {
        max-height: 25px;
        max-width: 155px;
        transform: translateY(3.5px);
      }
      .vpg-sponsor-grid.silver img.elastic {
        max-height: 36px;
        max-width: 150px;
      }
      .vpg-sponsor-grid.silver img.trendai {
        max-height: 21px;
        max-width: 125px;
      }
      .vpg-sponsor-grid.silver img.fusion {
        max-height: 13px;
        max-width: 96px;
      }

      .vpg-sponsor-grid.support {
        gap: 15px;
        max-width: 900px;
      }
      .vpg-sponsor-grid.support .vpg-sponsor-logo-item {
        width: 150px;
        height: 48px;
        padding: 6px 14px;
        border-radius: 8px;
      }
      .vpg-sponsor-grid.support img.forescout {
        max-height: 18px;
        max-width: 120px;
      }
      .vpg-sponsor-grid.support img.omnissa {
        max-height: 18px;
        max-width: 110px;
      }
      .vpg-sponsor-grid.support img.rubrik {
        max-height: 20px;
        max-width: 110px;
      }
      .vpg-sponsor-grid.support img.sophos {
        max-height: 16px;
        max-width: 115px;
      }
      .vpg-sponsor-grid.support img.zimbra {
        max-height: 20px;
        max-width: 110px;
      }

      /* Responsive Refinements for Sponsors */
      @media (max-width: 1200px) {
        .vpg-sponsors-title-img {
          max-height: 29px;
        }
        .vpg-sponsor-grid.diamond {
          gap: 22px;
          max-width: 720px;
        }
        .vpg-sponsor-grid.diamond .vpg-sponsor-logo-item {
          width: 300px;
          height: 82px;
        }
        .vpg-sponsor-grid.diamond img.dell {
          max-height: 44px;
          max-width: 220px;
        }
        .vpg-sponsor-grid.diamond img.huawei {
          max-height: 48px;
          max-width: 200px;
        }
        .vpg-sponsor-grid.gold,
        .vpg-sponsor-grid.silver {
          gap: 14px;
        }
        .vpg-sponsor-grid.gold .vpg-sponsor-logo-item {
          width: 175px;
          height: 56px;
        }
        .vpg-sponsor-grid.silver .vpg-sponsor-logo-item {
          width: 170px;
          height: 50px;
        }
        .vpg-sponsor-grid.support {
          gap: 12px;
        }
        .vpg-sponsor-grid.support .vpg-sponsor-logo-item {
          width: 140px;
          height: 44px;
        }
      }

      @media (max-width: 991px) {
        .vpg-sponsors-title-img {
          max-height: 26px;
        }
        .vpg-sponsors-title-wrap {
          margin-bottom: 35px;
        }
        .vpg-sponsor-tier {
          margin-top: 45px;
        }
        .vpg-tier-line {
          width: 35px;
        }
        .vpg-tier-line.short {
          width: 15px;
        }
        .vpg-sponsor-grid.diamond {
          gap: 18px;
          max-width: 600px;
        }
        .vpg-sponsor-grid.diamond .vpg-sponsor-logo-item {
          width: 260px;
          height: 74px;
          padding: 10px 20px;
        }
        .vpg-sponsor-grid.diamond img.dell {
          max-height: 38px;
          max-width: 190px;
        }
        .vpg-sponsor-grid.diamond img.huawei {
          max-height: 42px;
          max-width: 170px;
        }
        .vpg-sponsor-grid.gold,
        .vpg-sponsor-grid.silver {
          gap: 12px 14px;
          max-width: 680px;
        }
        .vpg-sponsor-grid.gold .vpg-sponsor-logo-item {
          width: 155px;
          height: 52px;
          padding: 8px 12px;
        }
        .vpg-sponsor-grid.silver .vpg-sponsor-logo-item {
          width: 150px;
          height: 48px;
          padding: 6px 12px;
        }
        .vpg-sponsor-grid.support {
          gap: 10px;
          max-width: 650px;
        }
        .vpg-sponsor-grid.support .vpg-sponsor-logo-item {
          width: 130px;
          height: 42px;
          padding: 5px 10px;
        }
      }

      @media (max-width: 767px) {
        .vpg-sponsors-title-img {
          max-height: 24px;
        }
        .vpg-sponsors-title-wrap {
          margin-bottom: 25px;
        }
        .vpg-sponsor-tier {
          margin-top: 35px;
        }
        .vpg-sponsor-tier-header {
          gap: 6px;
          margin-bottom: 20px;
          width: 100%;
          justify-content: center;
        }
        .vpg-tier-line {
          width: 22px;
        }
        .vpg-tier-line.short {
          display: none;
        }
        .vpg-tier-dots {
          display: none;
        }
        .vpg-tier-star {
          font-size: 1rem;
        }
        .vpg-sponsor-label {
          font-size: 1.55rem;
        }

        /* Diamond Sponsor (Stacked cards nicely centered with ample padding and contained logo) */
        .vpg-sponsor-grid.diamond {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 12px;
          width: 100%;
          max-width: 320px;
        }
        .vpg-sponsor-grid.diamond .vpg-sponsor-logo-item {
          width: 100%;
          max-width: 300px;
          height: 68px;
          padding: 10px 24px;
          border-radius: 10px;
        }
        .vpg-sponsor-grid.diamond img.dell {
          max-height: 36px;
          max-width: 100%;
        }
        .vpg-sponsor-grid.diamond img.huawei {
          max-height: 42px;
          max-width: 100%;
        }

        /* Gold & Silver: Neat 2x2 Grid */
        .vpg-sponsor-grid.gold,
        .vpg-sponsor-grid.silver {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 12px;
          width: 100%;
          max-width: 320px;
        }
        .vpg-sponsor-grid.gold .vpg-sponsor-logo-item,
        .vpg-sponsor-grid.silver .vpg-sponsor-logo-item {
          width: 100%;
          height: 52px;
          padding: 6px 12px;
          border-radius: 8px;
        }
        .vpg-sponsor-grid.gold img.arista { max-height: 18px; max-width: 90%; }
        .vpg-sponsor-grid.gold img.forcepoint { max-height: 20px; max-width: 90%; }
        .vpg-sponsor-grid.gold img.hikvision { max-height: 17px; max-width: 90%; }
        .vpg-sponsor-grid.gold img.redhat { max-height: 24px; max-width: 90%; }
        .vpg-sponsor-grid.silver img.crowdstrike { max-height: 20px; max-width: 90%; transform: translateY(2.5px); }
        .vpg-sponsor-grid.silver img.elastic { max-height: 30px; max-width: 90%; }
        .vpg-sponsor-grid.silver img.trendai { max-height: 18px; max-width: 90%; }
        .vpg-sponsor-grid.silver img.fusion { max-height: 11px; max-width: 85px; }

        /* Support Sponsors: 2 columns, with 5th item centered */
        .vpg-sponsor-grid.support {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 10px 12px;
          width: 100%;
          max-width: 320px;
        }
        .vpg-sponsor-grid.support .vpg-sponsor-logo-item {
          width: 100%;
          height: 46px;
          padding: 5px 10px;
          border-radius: 8px;
        }
        .vpg-sponsor-grid.support .vpg-sponsor-logo-item:last-child {
          grid-column: 1 / -1;
          width: calc(50% - 6px);
          margin: 0 auto;
        }
        .vpg-sponsor-grid.support img.forescout { max-height: 15px; max-width: 85%; }
        .vpg-sponsor-grid.support img.omnissa { max-height: 16px; max-width: 85%; }
        .vpg-sponsor-grid.support img.rubrik { max-height: 18px; max-width: 85%; }
        .vpg-sponsor-grid.support img.sophos { max-height: 14px; max-width: 85%; }
        .vpg-sponsor-grid.support img.zimbra { max-height: 18px; max-width: 85%; }
      }

      @media (max-width: 480px) {
        .vpg-sponsors-title-img {
          max-height: 20px;
        }
        .vpg-sponsors-title-wrap {
          margin-bottom: 20px;
        }
        .vpg-sponsor-tier {
          margin-top: 28px;
        }
        .vpg-sponsor-tier-header {
          gap: 5px;
          margin-bottom: 16px;
        }
        .vpg-tier-line {
          width: 16px;
        }
        .vpg-sponsor-label {
          font-size: 1.4rem;
        }
        .vpg-sponsor-grid.diamond,
        .vpg-sponsor-grid.gold,
        .vpg-sponsor-grid.silver,
        .vpg-sponsor-grid.support {
          max-width: 295px;
        }
        .vpg-sponsor-grid.diamond .vpg-sponsor-logo-item {
          height: 62px;
          padding: 8px 18px;
        }
        .vpg-sponsor-grid.diamond img.dell {
          max-height: 30px;
        }
        .vpg-sponsor-grid.diamond img.huawei {
          max-height: 36px;
        }
        .vpg-sponsor-grid.gold .vpg-sponsor-logo-item,
        .vpg-sponsor-grid.silver .vpg-sponsor-logo-item {
          height: 48px;
          padding: 5px 10px;
        }
        .vpg-sponsor-grid.support .vpg-sponsor-logo-item {
          height: 42px;
          padding: 4px 8px;
        }
      }

      /* Speaker Card Design */
      .vpg-speaker-grid {
        display: flex;
        justify-content: center;
        gap: 60px;
        margin-top: 60px;
        flex-wrap: wrap;
      }

      .vpg-speaker-card {
        text-align: center;
        width: 320px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .vpg-speaker-frame {
        position: relative;
        width: 280px;
        height: 280px;
        margin: 30px auto 25px;
      }

      .vpg-speaker-disc {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
        z-index: 1;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      }

      .vpg-speaker-card:hover .vpg-speaker-disc {
        background: rgba(255, 255, 255, 0.14);
        border-color: rgba(255, 255, 255, 0.38);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
      }

      .vpg-speaker-avatar-wrap {
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        height: calc(100% + 16px);
        border-radius: 0 0 140px 140px;
        overflow: hidden;
        z-index: 2;
        pointer-events: none;
      }

      .vpg-speaker-photo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 78%;
        height: auto;
        object-fit: contain;
        display: block;
      }

      .vpg-speaker-flare {
        position: absolute;
        top: 25px;
        right: 18px;
        width: 50px;
        height: 50px;
        z-index: 4;
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1))
          drop-shadow(0 0 24px rgba(200, 220, 255, 0.9));
        pointer-events: none;
        animation: flareGlow 3s ease-in-out infinite alternate;
      }

      .vpg-speaker-flare svg {
        width: 100%;
        height: 100%;
        display: block;
      }

      @keyframes flareGlow {
        0% {
          transform: scale(0.9) rotate(0deg);
          opacity: 0.85;
        }
        100% {
          transform: scale(1.1) rotate(15deg);
          opacity: 1;
        }
      }

      .vpg-speaker-info {
        text-align: center;
      }

      .vpg-speaker-info h4 {
        color: #e5c388;
        font-family: "Cinzel", "Times New Roman", serif;
        font-size: 2.3rem;
        font-weight: 600;
        margin: 0 0 8px;
        letter-spacing: 0.5px;
      }

      .vpg-speaker-info span {
        color: #ffffff;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.85rem;
        line-height: 1.35;
        display: block;
        letter-spacing: 0.3px;
      }

      .vpg-content-col p {
        font-family: "Manrope", sans-serif;
        font-size: 1.6rem;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.8);
      }

      @media (max-width: 1400px) {
        .vpg-about-content-row {
          max-width: 75%;
          gap: 45px;
        }
        .vpg-top-bar {
          gap: 35px;
        }
      }

      @media (max-width: 1200px) {
        .vpg-about-content-row {
          max-width: 85%;
          gap: 35px;
        }
        .vpg-about-heading-img {
          max-height: 22px;
        }
        .vpg-about-text {
          font-size: 1.75rem;
          line-height: 1.65;
        }
        .vpg-top-text {
          font-size: 2rem;
        }
        .vpg-whats-img {
          max-height: 38px;
        }

        /* Guest Star Laptop */
        .vpg-guest-wrapper {
          gap: 50px;
          max-width: 900px;
        }
        .vpg-guest-card {
          flex: 0 0 400px;
        }
        .vpg-guest-title-img {
          max-width: 380px;
        }
        .vpg-guest-btn {
          font-size: 1.5rem;
          padding: 11px 26px;
        }
      }

      @media (max-width: 991px) {
        .vpg-details-wrapper {
          min-height: auto;
          padding: 60px 0 80px;
        }
        .vpg-top-bar {
          gap: 25px;
          margin-bottom: 45px;
        }
        .vpg-top-item {
          gap: 12px;
        }
        .vpg-top-icon {
          font-size: 3rem;
        }
        .vpg-top-text {
          font-size: 1.8rem;
        }
        .vpg-view-map-btn {
          font-size: 1.5rem;
          padding: 10px 22px;
        }
        .vpg-about-content-row {
          grid-template-columns: 1fr;
          max-width: 100%;
          gap: 35px;
        }
        .vpg-about-heading-img-wrap {
          margin-bottom: 14px;
        }
        .vpg-about-heading-img {
          max-height: 20px;
        }
        .vpg-about-text {
          font-size: 1.65rem;
          line-height: 1.65;
        }
        .vpg-timeline-content {
          font-size: 1.5rem;
          padding-top: 5px;
        }
        .vpg-whats-img {
          max-height: 34px !important;
          width: auto !important;
        }

        .vpg-agenda-title {
          max-height: 40px !important;
        }

        .vpg-agenda-grid {
          gap: 60px;
          margin-top: 60px;
        }
        .vpg-agenda-row {
          flex-wrap: wrap;
          gap: 50px 24px;
        }
        .vpg-agenda-row-3 .vpg-agenda-card,
        .vpg-agenda-row-2 .vpg-agenda-card,
        .vpg-agenda-card {
          width: calc(50% - 15px);
          max-width: 320px;
          min-width: unset;
          padding: 0 20px 24px;
          min-height: 165px;
          margin-top: 65px;
        }
        .vpg-agenda-card img.vpg-card-img {
          height: 130px;
          margin-top: -65px;
          margin-bottom: 16px;
        }
        .vpg-agenda-card h3 {
          font-size: 1.75rem;
        }

        /* Speaker Responsive */
        .vpg-speaker-grid {
          gap: 40px;
          margin-top: 40px;
        }
        .vpg-speaker-card {
          width: calc(33.333% - 20px);
          min-width: 210px;
        }
        .vpg-speaker-frame {
          width: 240px;
          height: 240px;
          margin: 25px auto 20px;
        }
        .vpg-speaker-avatar-wrap {
          top: -14px;
          height: calc(100% + 14px);
          border-radius: 0 0 120px 120px;
        }
        .vpg-speaker-flare {
          width: 44px;
          height: 44px;
          top: 20px;
          right: 14px;
        }
        .vpg-speaker-info h4 {
          font-size: 2.1rem;
        }
        .vpg-speaker-info span {
          font-size: 1.65rem;
        }

        /* Guest Star Responsive */
        .vpg-guest-wrapper {
          flex-direction: column;
          gap: 45px;
          margin: 20px auto;
        }
        .vpg-guest-card {
          flex: 0 0 auto;
          max-width: 380px;
          width: 100%;
        }
        .vpg-guest-title-img {
          max-width: 380px;
        }
        .vpg-guest-btn {
          font-size: 1.5rem;
          padding: 11px 26px;
        }
      }

      @media (max-width: 767px) {
        .vpg-details-wrapper {
          min-height: auto;
          padding: 40px 20px 50px !important;
          background-position: left center !important;
          text-align: center;
        }
        .vpg-details-wrapper > .mxd-container {
          width: 100%;
        }
        .vpg-top-bar {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 18px;
          margin: 0 0 35px 0;
          width: 100%;
          max-width: 100%;
        }
        .vpg-top-item {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          gap: 16px;
          text-align: left;
        }
        .vpg-top-icon {
          font-size: 2.6rem;
          min-width: 32px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-shrink: 0;
        }
        .vpg-top-text {
          font-size: 1.55rem;
          text-align: left !important;
          align-items: flex-start !important;
          line-height: 1.25;
        }
        .vpg-top-action {
          display: flex;
          justify-content: flex-start;
          width: 100%;
          margin-top: 10px;
        }
        .vpg-view-map-btn {
          font-size: 1.4rem;
          padding: 10px 24px;
        }
        .vpg-about-content-row {
          grid-template-columns: 1fr;
          gap: 28px;
          text-align: center;
          margin: 0 auto;
        }
        .vpg-about-col {
          align-items: center;
          text-align: center;
        }
        .vpg-about-heading-img-wrap {
          margin-bottom: 10px;
          display: flex;
          justify-content: center;
          width: 100%;
        }
        .vpg-about-heading-img {
          max-height: 17px;
          margin: 0 auto;
        }
        .vpg-about-text {
          font-size: 1.5rem;
          line-height: 1.6;
          text-align: center;
        }

        .vpg-whats-wrap {
          padding: 10px 0 15px;
        }
        .vpg-whats-img {
          max-height: 28px !important;
          width: auto !important;
        }

        .vpg-agenda-grid {
          gap: 50px;
          margin-top: 50px;
        }
        .vpg-agenda-row {
          flex-direction: column;
          align-items: center;
          gap: 55px;
        }
        .vpg-agenda-row-3 .vpg-agenda-card,
        .vpg-agenda-row-2 .vpg-agenda-card,
        .vpg-agenda-card {
          width: 100%;
          max-width: 300px;
          min-height: 145px;
          margin-top: 55px;
          padding: 0 18px 22px;
        }
        .vpg-agenda-card img.vpg-card-img {
          height: 115px;
          margin-top: -58px;
          margin-bottom: 14px;
        }
        .vpg-agenda-card h3 {
          font-size: 1.6rem;
        }

        /* Speaker Mobile */
        .vpg-speaker-grid {
          gap: 50px;
          margin-top: 45px;
        }
        .vpg-speaker-card {
          width: 100%;
          max-width: 280px;
        }
        .vpg-speaker-frame {
          width: 230px;
          height: 230px;
          margin: 20px auto 18px;
        }
        .vpg-speaker-avatar-wrap {
          top: -13px;
          height: calc(100% + 13px);
          border-radius: 0 0 115px 115px;
        }
        .vpg-speaker-flare {
          width: 42px;
          height: 42px;
          top: 18px;
          right: 14px;
        }
        .vpg-speaker-info h4 {
          font-size: 2rem;
        }
        .vpg-speaker-info span {
          font-size: 1.6rem;
        }

        /* Guest Star Responsive */
        .vpg-guest-wrapper {
          gap: 35px;
          margin: 15px auto;
        }
        .vpg-guest-card {
          max-width: 330px;
        }
        .vpg-guest-title-img {
          max-width: 320px;
        }
        .vpg-guest-btn {
          font-size: 1.4rem;
          padding: 10px 24px;
        }
      }

      @media (max-width: 480px) {
        .vpg-details-wrapper {
          padding: 30px 15px 45px !important;
          min-height: auto;
          background-position: left center !important;
          text-align: center;
        }
        .vpg-top-bar {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 15px;
          margin: 0 0 30px 0;
          width: 100%;
          max-width: 100%;
        }
        .vpg-top-item {
          gap: 14px;
          justify-content: flex-start;
          width: 100%;
        }
        .vpg-top-icon {
          font-size: 2.3rem;
          min-width: 28px;
          flex-shrink: 0;
        }
        .vpg-top-text {
          font-size: 1.4rem;
          text-align: left !important;
          align-items: flex-start !important;
        }
        .vpg-top-action {
          display: flex;
          justify-content: flex-start;
          width: 100%;
          margin-top: 8px;
        }
        .vpg-view-map-btn {
          font-size: 1.3rem;
          padding: 8px 20px;
        }
        .vpg-about-col {
          align-items: center;
          text-align: center;
        }
        .vpg-about-heading-img-wrap {
          margin-bottom: 8px;
        }
        .vpg-about-heading-img {
          max-height: 15px;
        }
        .vpg-about-text {
          font-size: 1.4rem;
          line-height: 1.55;
          text-align: center;
        }

        .vpg-whats-wrap {
          padding: 8px 0 10px;
        }
        .vpg-whats-img {
          max-height: 23px !important;
          width: auto !important;
        }

        .vpg-agenda-grid {
          gap: 40px;
          margin-top: 40px;
        }
        .vpg-agenda-row {
          gap: 48px;
        }
        .vpg-agenda-row-3 .vpg-agenda-card,
        .vpg-agenda-row-2 .vpg-agenda-card,
        .vpg-agenda-card {
          max-width: 270px;
          margin-top: 48px;
          min-height: 130px;
          padding: 0 16px 20px;
        }
        .vpg-agenda-card img.vpg-card-img {
          height: 100px;
          margin-top: -50px;
          margin-bottom: 12px;
        }
        .vpg-agenda-card h3 {
          font-size: 1.45rem;
        }

        .vpg-speaker-frame {
          width: 195px;
          height: 195px;
          margin: 15px auto 15px;
        }
        .vpg-speaker-avatar-wrap {
          top: -11px;
          height: calc(100% + 11px);
          border-radius: 0 0 98px 98px;
        }
        .vpg-speaker-flare {
          width: 36px;
          height: 36px;
          top: 15px;
          right: 12px;
        }
        .vpg-speaker-info h4 {
          font-size: 1.85rem;
        }
        .vpg-speaker-info span {
          font-size: 1.45rem;
        }

        /* Guest Star Responsive */
        .vpg-guest-wrapper {
          gap: 28px;
          margin: 10px auto;
        }
        .vpg-guest-card {
          max-width: 280px;
        }
        .vpg-guest-title-img {
          max-width: 260px;
        }
        .vpg-guest-btn {
          font-size: 1.3rem;
          padding: 9px 22px;
        }
      }

      /* Registration Section Styles */
      .vpg-registration-grid {
        display: grid;
        grid-template-columns: 1fr 1.15fr;
        gap: 75px;
        align-items: center;
        max-width: 1160px;
        margin: 0 auto;
        padding: 40px 0 60px;
      }

      .vpg-reg-left {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .vpg-reg-title-img {
        height: 165px;
        max-width: 380px;
        width: auto;
        object-fit: contain;
      }

      .vpg-reg-right {
        display: flex;
        justify-content: center;
        width: 100%;
      }

      .vpg-reg-title {
        font-family: "Cinzel", serif;
        font-size: 4rem;
        font-weight: 900;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 60px;
        text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
        background: linear-gradient(90deg, #fff, #a8edea);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 2px;
      }

      .vpg-mascot-img {
        width: 100%;
        max-width: 440px;
        height: auto;
        display: block;
        margin: 20px auto 0;
        filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
      }

      .vpg-reg-form {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        max-width: 560px;
        width: 100%;
      }

      .vpg-form-row {
        display: flex;
        gap: 18px;
        margin-bottom: 16px;
      }

      .vpg-form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 6px;
      }

      .vpg-form-group label {
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: 0.5px;
      }

      .vpg-form-group label span {
        color: #ff3b3b;
      }

      .vpg-form-input {
        width: 100%;
        height: 46px;
        padding: 0 16px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: #fff;
        color: #191c50;
        font-family: "Manrope", sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        outline: none;
        transition: all 0.3s ease;
        box-sizing: border-box;
      }

      .vpg-form-input:focus {
        border-color: #6265f0;
        box-shadow: 0 0 15px rgba(98, 101, 240, 0.3);
      }

      .vpg-reg-submit {
        width: 100%;
        padding: 16px;
        background: #e63946;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-family: "Manrope", sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        margin-top: 15px;
      }

      .vpg-reg-submit:hover {
        background: #ff4d5a;
        transform: translateY(-4px);
        box-shadow: 0 15px 30px rgba(230, 57, 70, 0.4);
      }

      .vpg-form-footer {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }

      .vpg-checkbox-group {
        display: flex;
        gap: 12px;
        align-items: flex-start;
      }

      .vpg-checkbox-group input {
        width: 20px;
        height: 20px;
        margin-top: 4px;
        cursor: pointer;
      }

      .vpg-checkbox-group label {
        color: rgba(255, 255, 255, 0.8);
        font-family: "Manrope", sans-serif;
        font-size: 1.25rem;
        line-height: 1.4;
      }

      .vpg-checkbox-group label a {
        color: #ff3b3b;
        text-decoration: underline;
      }

      /* Responsive Registration */
      @media (max-width: 991px) {
        .vpg-registration-grid {
          grid-template-columns: 1fr;
          gap: 45px;
          max-width: 560px;
        }
        .vpg-reg-title-img {
          height: 140px;
        }
        .vpg-reg-title {
          font-size: 3rem;
          margin-bottom: 30px;
        }
        .vpg-mascot-img {
          max-width: 320px;
        }
        .vpg-reg-form {
          padding: 0;
          max-width: 520px;
        }
      }

      @media (max-width: 600px) {
        .vpg-form-row {
          gap: 10px;
        }
        .vpg-mascot-img {
          max-width: 250px;
        }
        .vpg-form-input {
          height: 42px;
          font-size: 1.2rem;
        }
      }

      /* Throwback Section & Stage Carousel */
      .vpg-throwback-wrap {
        padding: 40px 0 30px;
        text-align: center;
        overflow: hidden;
      }

      .vpg-throwback-title {
        font-family: "Cinzel", "Times New Roman", serif;
        font-size: clamp(2rem, 3.8vw, 3.2rem);
        font-weight: 600;
        color: #d1e4f7;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto 45px;
        text-shadow: 0 0 25px rgba(180, 220, 255, 0.4);
      }

      .vpg-carousel-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 380px;
        max-width: 1200px;
        margin: 0 auto 35px;
        overflow: hidden;
      }

      .vpg-carousel-stage {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .vpg-carousel-item {
        position: absolute;
        width: 440px;
        height: 290px;
        border-radius: 20px;
        background: #181a20;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
        transition: border-color 0.4s ease;
      }

      .vpg-carousel-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        display: block;
      }

      .vpg-carousel-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #d8dde6;
        border: none;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        color: #111;
        cursor: pointer;
        z-index: 50;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
        padding: 0;
      }

      .vpg-carousel-nav:hover {
        background: #ffffff;
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 6px 20px rgba(255, 255, 255, 0.35);
      }

      .vpg-carousel-nav svg {
        width: 20px;
        height: 20px;
        stroke: #111;
        stroke-width: 3;
      }

      .vpg-carousel-nav.prev {
        left: 40px;
      }
      .vpg-carousel-nav.next {
        right: 40px;
      }

      .vpg-throwback-desc {
        max-width: 980px;
        margin: 0 auto;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.55rem;
        color: #ffffff;
        line-height: 1.75;
        text-align: center;
        padding: 0 20px;
      }

      /* Responsive Carousel */
      @media (max-width: 1200px) {
        .vpg-carousel-nav.prev {
          left: 20px;
        }
        .vpg-carousel-nav.next {
          right: 20px;
        }
      }

      @media (max-width: 991px) {
        .vpg-carousel-container {
          height: 320px;
        }
        .vpg-carousel-item {
          width: 360px;
          height: 240px;
          padding: 12px;
        }
        .vpg-carousel-nav {
          width: 38px;
          height: 38px;
        }
        .vpg-carousel-nav svg {
          width: 16px;
          height: 16px;
        }
        .vpg-throwback-desc {
          font-size: 1.45rem;
        }
      }

      @media (max-width: 600px) {
        .vpg-carousel-container {
          height: 280px;
        }
        .vpg-carousel-item {
          width: 290px;
          height: 195px;
          padding: 10px;
          border-radius: 14px;
        }
        .vpg-carousel-nav {
          width: 34px;
          height: 34px;
          top: 90%;
        }
        .vpg-carousel-nav.prev {
          left: 30%;
        }
        .vpg-carousel-nav.next {
          right: 30%;
        }
        .vpg-throwback-desc {
          font-size: 1.35rem;
          line-height: 1.65;
        }
      }

      .divider-bottom {
        background-color: #ddd;
      }

      /* Footer Section Styles */
      .vpg-footer-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        color: #fff;
        text-align: center;
      }

      .vpg-social-bar {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-bottom: 25px;
        flex-wrap: wrap;
      }

      .vpg-social-link {
        width: 34px;
        height: 34px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        transition: all 0.3s ease;
        text-decoration: none;
      }

      .vpg-social-link svg {
        width: 18px;
        height: 18px;
      }

      .vpg-social-link:hover {
        transform: translateY(-3px) scale(1.1);
        background: #e5c388;
        color: #000;
      }

      .vpg-contact-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
        margin-bottom: 25px;
        flex-wrap: wrap;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.45rem;
      }

      .vpg-contact-item {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .vpg-contact-label {
        color: #e5c388;
        font-weight: 700;
      }

      .vpg-contact-value {
        color: #fff;
        font-weight: normal;
      }

      .vpg-copyright-text {
        font-size: 1.35rem;
        color: #ffffff;
        opacity: 0.85;
        border-top: none;
        padding-top: 0;
        width: 100%;
        text-align: center;
        font-family: "Times New Roman", Times, serif;
      }

      /* Star Field Styles */
      .vpg-star-field {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 0;
        overflow: hidden;
      }
      .vpg-star {
        position: absolute;
        background: #fff;
        border-radius: 50%;
        opacity: 0;
        animation: vpgTwinkle var(--twinkle-duration) infinite ease-in-out;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
      }
      @keyframes vpgTwinkle {
        0%,
        100% {
          opacity: 0.1;
          transform: scale(1);
        }
        50% {
          opacity: 1;
          transform: scale(1.3);
        }
      }

      @media (max-width: 991px) {
        .vpg-social-bar {
          gap: 10px;
          margin-bottom: 30px;
        }
        .vpg-social-link {
          width: 40px;
          height: 40px;
        }
        .vpg-social-link svg {
          width: 20px;
          height: 20px;
        }
        .vpg-contact-grid {
          grid-template-columns: 1fr;
          gap: 15px;
        }
        .vpg-contact-item {
          font-size: 1.1rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 5px;
          width: 100%;
          text-align: center;
        }
        .vpg-contact-label {
          font-size: 1.2rem;
          padding-right: 0;
          width: auto;
          text-align: center;
        }
        .vpg-copyright-text {
          font-size: 1.3rem;
          padding-top: 15px;
        }
        .vpg-contact-value {
          font-size: 1.3rem;
        }
        .vpg-throwback-desc {
          max-width: 1100px;
          margin: 0 auto;
          font-family: "Times New Roman", Times, serif;
          font-size: 14px;
        }
        .vpg-reg-title-img {
          height: 100px;
        }
      }

      @media (max-width: 480px) {
        .vpg-social-bar {
          gap: 8px;
        }
        .vpg-social-link {
          width: 35px;
          height: 35px;
        }
        .vpg-social-link svg {
          width: 18px;
          height: 18px;
        }
      }

      .main-menu__caption {
        font: normal 700 3.4rem / 1.3 var(--_font-default);
        letter-spacing: -0.1rem;
        color: var(--t-opp-bright);
      }

      /* ── CMS Admin Top Bar Integration ── */
      #cms-admin-bar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 32px !important;
        z-index: 999999 !important;
        box-sizing: border-box !important;
      }

      body:has(#cms-admin-bar) .mxd-header {
        top: 32px !important;
      }

      body:has(#cms-admin-bar) .mxd-menu__contain {
        top: 32px !important;
      }

      body:has(#cms-admin-bar) .mxd-hero-06__wrap {
        padding-top: 100px !important;
      }

      /* ── SweetAlert2 Dark Glass Theme ── */
      .vpg-swal-popup {
        background: rgba(8, 12, 32, 0.96) !important;
        backdrop-filter: blur(20px) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-radius: 20px !important;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7), 0 0 35px rgba(225, 29, 72, 0.2) !important;
        padding: 30px 24px !important;
        font-family: var(--_font-default), sans-serif !important;
      }
      .vpg-swal-title {
        font-family: "Cinzel", Georgia, serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        letter-spacing: 0.05em !important;
        color: #ffffff !important;
        margin-bottom: 12px !important;
      }
      .vpg-swal-btn {
        background: linear-gradient(135deg, #e11d48 0%, #be123c 100%) !important;
        border: none !important;
        border-radius: 9999px !important;
        padding: 12px 36px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
        box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4) !important;
        transition: transform 0.2s ease, box-shadow 0.2s ease !important;
      }
      .vpg-swal-btn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(225, 29, 72, 0.6) !important;
      }
