/* ── Google Fonts: Poppins ── */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap');

/* ══════════════════════════════════════
   EXPO 2027 HYPE BANNER
══════════════════════════════════════ */
.expo27-wrapper {
   position: relative;
   background: #080808;
   overflow: hidden;
   padding: 0;
}

.expo27-wrapper::before {
   content: '';
   position: absolute;
   inset: 0;
   background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
   opacity: 0.35;
   pointer-events: none;
   z-index: 1;
}

.expo27-wrapper::after {
   content: '';
   position: absolute;
   top: -120px;
   right: -80px;
   width: 500px;
   height: 500px;
   background: radial-gradient(ellipse, rgba(207, 32, 48, 0.18) 0%, transparent 70%);
   pointer-events: none;
   z-index: 1;
}

/* ── Top announcement strip ── */
.expo27-strip {
   background: #CF2030;
   text-align: center;
   padding: 10px 20px;
   position: relative;
   z-index: 10;
   overflow: hidden;
}

.expo27-strip::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
   animation: stripShine 3s infinite;
}

@keyframes stripShine {
   0% {
      transform: translateX(-100%);
   }

   100% {
      transform: translateX(100%);
   }
}

.expo27-strip p {
   margin: 0;
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   font-size: 12px;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: #fff;
}

/* ── Main banner body ── */
.expo27-main {
   position: relative;
   z-index: 5;
   display: grid;
   grid-template-columns: 1fr 420px;
   gap: 0;
   min-height: 580px;
}

/* ── Left content ── */
.expo27-left {
   padding: 70px 60px 70px 80px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
}

.expo27-left::after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 1px;
   background: linear-gradient(to bottom, transparent, rgba(207, 32, 48, 0.6), rgba(207, 32, 48, 0.2), transparent);
}

.expo27-eyebrow {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 22px;
}

.expo27-eyebrow span {
   font-family: 'Poppins', sans-serif;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 5px;
   text-transform: uppercase;
   color: #CF2030;
}

.expo27-eyebrow::before,
.expo27-eyebrow::after {
   content: '';
   flex: 1;
   height: 1px;
   background: linear-gradient(to right, rgba(207, 32, 48, 0.6), transparent);
   max-width: 40px;
}

.expo27-eyebrow::after {
   background: linear-gradient(to left, rgba(207, 32, 48, 0.6), transparent);
}

.expo27-headline {
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
   font-size: clamp(44px, 5.5vw, 80px);
   line-height: 1;
   color: #fff;
   margin: 0 0 8px 0;
   letter-spacing: -1px;
}

.expo27-headline em {
   font-style: italic;
   font-weight: 300;
   color: #CF2030;
   display: block;
}

.expo27-year {
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
   font-weight: 500;
   letter-spacing: 8px;
   color: rgba(255, 255, 255, 0.35);
   text-transform: uppercase;
   margin-bottom: 28px;
}

.expo27-desc {
   font-family: 'Poppins', sans-serif;
   font-size: 15px;
   font-weight: 300;
   font-style: italic;
   color: rgba(255, 255, 255, 0.55);
   line-height: 1.8;
   max-width: 480px;
   margin-bottom: 40px;
   border-left: 2px solid #CF2030;
   padding-left: 20px;
}

/* ── Stats row ── */
.expo27-stats {
   display: flex;
   gap: 40px;
   margin-bottom: 48px;
}

.expo27-stat {
   display: flex;
   flex-direction: column;
}

.expo27-stat-num {
   font-family: 'Poppins', sans-serif;
   font-size: 38px;
   font-weight: 800;
   color: #fff;
   line-height: 1;
}

.expo27-stat-num span {
   color: #CF2030;
}

.expo27-stat-label {
   font-family: 'Poppins', sans-serif;
   font-size: 10px;
   font-weight: 600;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: rgba(255, 255, 255, 0.35);
   margin-top: 4px;
}

/* ── CTA Buttons ── */
.expo27-ctas {
   display: flex;
   gap: 16px;
   flex-wrap: wrap;
}

.expo27-btn-primary {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 16px 32px;
   background: #CF2030;
   color: #fff;
   font-family: 'Poppins', sans-serif;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 3px;
   text-transform: uppercase;
   text-decoration: none;
   border: none;
   cursor: pointer;
   position: relative;
   overflow: hidden;
   clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
   transition: all 0.3s;
}

.expo27-btn-primary::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
   transform: translateX(-100%);
   transition: transform 0.5s;
}

.expo27-btn-primary:hover::before {
   transform: translateX(100%);
}

.expo27-btn-primary:hover {
   background: #a81828;
   color: #fff;
   transform: translateY(-2px);
}

.expo27-btn-ghost {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 15px 32px;
   background: transparent;
   color: rgba(255, 255, 255, 0.7);
   font-family: 'Poppins', sans-serif;
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 3px;
   text-transform: uppercase;
   text-decoration: none;
   border: 1px solid rgba(255, 255, 255, 0.2);
   cursor: pointer;
   transition: all 0.3s;
   clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.expo27-btn-ghost:hover {
   border-color: #CF2030;
   color: #CF2030;
   transform: translateY(-2px);
}

/* ── Right booking panel ── */
.expo27-right {
   background: linear-gradient(160deg, #0f0f0f 0%, #1a0507 100%);
   padding: 60px 44px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
   border-left: 1px solid rgba(207, 32, 48, 0.15);
}

.expo27-right::before {
   content: '';
   position: absolute;
   top: 24px;
   left: 24px;
   right: 24px;
   bottom: 24px;
   border: 1px solid rgba(207, 32, 48, 0.12);
   pointer-events: none;
}

.expo27-booking-badge {
   display: inline-block;
   background: rgba(207, 32, 48, 0.15);
   border: 1px solid rgba(207, 32, 48, 0.4);
   color: #CF2030;
   font-family: 'Poppins', sans-serif;
   font-size: 9px;
   font-weight: 700;
   letter-spacing: 4px;
   text-transform: uppercase;
   padding: 6px 16px;
   margin-bottom: 28px;
   align-self: flex-start;
}

.expo27-booking-title {
   font-family: 'Poppins', sans-serif;
   font-size: 28px;
   font-weight: 700;
   color: #fff;
   line-height: 1.2;
   margin-bottom: 14px;
}

.expo27-booking-sub {
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
   font-weight: 300;
   color: rgba(255, 255, 255, 0.45);
   line-height: 1.7;
   margin-bottom: 28px;
}

/* ── Amount display ── */
.expo27-amount {
   background: rgba(207, 32, 48, 0.08);
   border: 1px solid rgba(207, 32, 48, 0.25);
   padding: 22px 26px;
   margin-bottom: 24px;
   position: relative;
   overflow: hidden;
}

.expo27-amount::before {
   content: 'EARLY BIRD';
   position: absolute;
   top: 25px;
   right: -25px;
   background: #CF2030;
   color: #fff;
   font-family: 'Poppins', sans-serif;
   font-size: 8px;
   font-weight: 700;
   letter-spacing: 2px;
   padding: 3px 30px;
   transform: rotate(45deg);
}

.expo27-amount-label {
   font-family: 'Poppins', sans-serif;
   font-size: 10px;
   font-weight: 600;
   letter-spacing: 3px;
   text-transform: uppercase;
   color: rgba(255, 255, 255, 0.35);
   margin-bottom: 8px;
}

.expo27-amount-price {
   font-family: 'Poppins', sans-serif;
   font-size: 52px;
   font-weight: 800;
   color: #fff;
   line-height: 1;
}

.expo27-amount-price sup {
   font-size: 22px;
   color: #CF2030;
   vertical-align: super;
   font-weight: 600;
   font-family: 'Poppins', sans-serif;
}

.expo27-amount-note {
   font-family: 'Poppins', sans-serif;
   font-size: 11px;
   font-weight: 300;
   color: rgba(255, 255, 255, 0.3);
   margin-top: 6px;
}

/* ── Slots bar ── */
.expo27-slots {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 24px;
}

.expo27-slots-bar {
   flex: 1;
   height: 3px;
   background: rgba(255, 255, 255, 0.08);
   border-radius: 2px;
   overflow: hidden;
}

.expo27-slots-fill {
   height: 100%;
   width: 35%;
   background: linear-gradient(90deg, #CF2030, #ff4455);
   border-radius: 2px;
   animation: fillPulse 2s ease-in-out infinite alternate;
}

@keyframes fillPulse {
   from {
      opacity: 0.7;
   }

   to {
      opacity: 1;
   }
}

.expo27-slots-text {
   font-family: 'Poppins', sans-serif;
   font-size: 10px;
   font-weight: 500;
   color: rgba(255, 255, 255, 0.4);
   letter-spacing: 1px;
   white-space: nowrap;
}

/* ── Booking form ── */
.expo27-form {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

/* SELECT — fully custom, text always visible */
.expo27-select {
   background-color: #1c1c1c;
   border: 1px solid rgba(255, 255, 255, 0.15);
   color: rgba(186, 27, 27, 0.85);
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
   font-weight: 400;
   padding: 1px 18px;
   width: 100%;
   outline: none;
   transition: border-color 0.3s, background-color 0.3s;
   -webkit-appearance: none;
   appearance: none;
   cursor: pointer;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23CF2030' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: right 16px center;
   padding-right: 44px;
}

.expo27-select:focus {
   border-color: rgba(207, 32, 48, 0.6);
   background-color: #221010;
}

/* Option styling — dark background, white text */
.expo27-select option {
   background-color: #1c1c1c;
   color: #ffffff;
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
   padding: 10px;
}

.expo27-select option:disabled {
   color: rgba(255, 255, 255, 0.35);
}

.expo27-select option:checked,
.expo27-select option:hover {
   background-color: #CF2030;
   color: #ffffff;
}

/* INPUT */
.expo27-input {
   background-color: #1c1c1c;
   border: 1px solid rgba(255, 255, 255, 0.15);
   color: rgba(255, 255, 255, 0.85);
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
   font-weight: 400;
   padding: 14px 18px;
   width: 100%;
   outline: none;
   transition: border-color 0.3s, background-color 0.3s;
   box-sizing: border-box;
}

.expo27-input::placeholder {
   color: rgba(255, 255, 255, 0.3);
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
}

.expo27-input:focus {
   border-color: rgba(207, 32, 48, 0.6);
   background-color: #221010;
}

/* SUBMIT */
.expo27-submit {
   width: 100%;
   padding: 17px;
   background: #CF2030;
   color: #fff;
   font-family: 'Poppins', sans-serif;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: 3px;
   text-transform: uppercase;
   border: none;
   cursor: pointer;
   position: relative;
   overflow: hidden;
   transition: all 0.3s;
   clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.expo27-submit::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
   transform: translateX(-100%);
   transition: transform 0.5s;
}

.expo27-submit:hover::before {
   transform: translateX(100%);
}

.expo27-submit:hover {
   background: #a81828;
   transform: translateY(-2px);
}

/* ── Secure note ── */
.expo27-secure {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   margin-top: 10px;
}

.expo27-secure span {
   font-family: 'Poppins', sans-serif;
   font-size: 10px;
   font-weight: 400;
   color: rgba(255, 255, 255, 0.25);
   letter-spacing: 1px;
}

.expo27-secure i {
   color: rgba(255, 255, 255, 0.2);
   font-size: 10px;
}

/* ── Watermark ── */
.expo27-watermark {
   position: absolute;
   bottom: -40px;
   left: 60px;
   font-family: 'Poppins', sans-serif;
   font-size: 220px;
   font-weight: 800;
   color: rgba(255, 255, 255, 0.02);
   line-height: 1;
   pointer-events: none;
   z-index: 2;
   user-select: none;
   letter-spacing: -8px;
}

/* ── Bottom ribbon ── */
.expo27-ribbon {
   background: rgba(207, 32, 48, 0.06);
   border-top: 1px solid rgba(207, 32, 48, 0.12);
   padding: 20px 80px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   z-index: 5;
   flex-wrap: wrap;
   gap: 16px;
}

.expo27-ribbon-item {
   display: flex;
   align-items: center;
   gap: 12px;
}

.expo27-ribbon-icon {
   width: 34px;
   height: 34px;
   background: rgba(207, 32, 48, 0.15);
   border: 1px solid rgba(207, 32, 48, 0.3);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #CF2030;
   font-size: 13px;
   flex-shrink: 0;
}

.expo27-ribbon-text strong {
   display: block;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   font-weight: 600;
   color: #fff;
}

.expo27-ribbon-text small {
   font-family: 'Poppins', sans-serif;
   font-size: 10px;
   font-weight: 400;
   color: rgba(255, 255, 255, 0.35);
   letter-spacing: 2px;
   text-transform: uppercase;
}

.expo27-ribbon-divider {
   width: 1px;
   height: 36px;
   background: rgba(255, 255, 255, 0.08);
}

/* ── Entrance animation ── */
@keyframes fadeUp {
   from {
      opacity: 0;
      transform: translateY(30px);
   }

   to {
      opacity: 1;
      transform: translateY(0);
   }
}

.expo27-animate {
   opacity: 0;
   animation: fadeUp 0.8s ease forwards;
}

.expo27-animate:nth-child(1) {
   animation-delay: 0.1s;
}

.expo27-animate:nth-child(2) {
   animation-delay: 0.25s;
}

.expo27-animate:nth-child(3) {
   animation-delay: 0.4s;
}

.expo27-animate:nth-child(4) {
   animation-delay: 0.55s;
}

.expo27-animate:nth-child(5) {
   animation-delay: 0.7s;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 992px) {
   .expo27-main {
      grid-template-columns: 1fr;
      min-height: auto;
   }

   .expo27-left {
      padding: 50px 30px;
      order: 1;
   }

   .expo27-left::after {
      display: none;
   }

   .expo27-right {
      order: 2;
      border-left: none;
      border-top: 1px solid rgba(207, 32, 48, 0.15);
      padding: 40px 30px;
   }

   .expo27-watermark {
      display: none;
   }

   .expo27-ribbon {
      padding: 20px 30px;
   }

   .expo27-stats {
      flex-wrap: wrap;
      gap: 24px;
   }
}

@media (max-width: 576px) {
   .expo27-headline {
      font-size: 38px;
   }

   .expo27-ctas {
      flex-direction: column;
   }

   .expo27-ribbon {
      flex-direction: column;
      align-items: flex-start;
   }

   .expo27-ribbon-divider {
      display: none;
   }

   .expo27-booking-title {
      font-size: 24px;
   }

   .expo27-amount-price {
      font-size: 42px;
   }
}