/* REMOVE DRIVE IN BUTTON */
.jeep-toggle{
display:none !important;
}

/* TIGHTEN HEADER LAYOUT AFTER REMOVAL */
.topbar{
justify-content:space-between;
}

/* MOBILE OPTIMIZATION */
@media (max-width:900px){

.wrap{
padding-left:14px;
padding-right:14px;
}

.desktop-nav{
display:none;
}

.mobile-menu{
display:grid;
gap:10px;
}

.register-button{
width:160px;
height:44px;
font-size:12px;
letter-spacing:.18em;
}

.brand-title{
font-size:14px;
}

.brand-kicker{
font-size:10px;
}

}

/* EXTRA MOBILE POLISH */
@media (max-width:600px){

.register-button{
width:140px;
height:40px;
font-size:11px;
}

.brand-badge{
width:36px;
height:36px;
}

.topbar{
padding:6px 10px;
}
/* =========================================
   REMOVE DRIVE IN BUTTON
   KEEP REGISTER BUTTON + MENU
   MOBILE OPTIMIZE + EXTRA GLOW
   ========================================= */

/* Hide the old Drive In toggle completely */
.jeep-toggle {
  display: none !important;
}

/* Header layout cleanup */
.topbar {
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(24, 231, 255, 0.38);
  box-shadow:
    0 0 24px rgba(24, 231, 255, 0.16),
    0 0 38px rgba(255, 67, 208, 0.12);
}

/* Stronger neon menu look */
.desktop-nav .menu > li > a,
.desktop-nav a {
  position: relative;
  border-radius: 999px;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.desktop-nav .menu > li > a:hover,
.desktop-nav a:hover {
  background: linear-gradient(
    135deg,
    rgba(24, 231, 255, 0.14),
    rgba(255, 67, 208, 0.12)
  );
  box-shadow:
    0 0 18px rgba(24, 231, 255, 0.16),
    0 0 18px rgba(255, 67, 208, 0.12);
  transform: translateY(-1px);
}

/* Make REGISTER button hit harder */
.register-button {
  min-width: 210px;
  height: 50px;
  padding: 0 20px;
  box-shadow:
    0 0 20px rgba(255, 59, 59, 0.42),
    0 0 34px rgba(255, 67, 208, 0.24),
    0 0 16px rgba(24, 231, 255, 0.12);
}

.register-button:hover {
  box-shadow:
    0 0 28px rgba(255, 59, 59, 0.54),
    0 0 42px rgba(255, 67, 208, 0.3),
    0 0 20px rgba(24, 231, 255, 0.18);
}

/* Animated glowing outline on header */
.topbar::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 67, 208, 0.22),
    rgba(24, 231, 255, 0.22),
    rgba(184, 255, 55, 0.16),
    rgba(255, 67, 208, 0.22)
  );
  opacity: 0.6;
  filter: blur(10px);
  z-index: -1;
}

/* Footer gets more pop too */
.footer-shell {
  box-shadow:
    0 0 36px rgba(255, 67, 208, 0.12),
    0 0 26px rgba(24, 231, 255, 0.1),
    0 0 16px rgba(184, 255, 55, 0.06);
}

/* Glow up footer menu buttons */
.footer-nav a {
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.footer-nav a:hover {
  transform: translateY(-1px);
  background: linear-gradient(
    135deg,
    rgba(255, 67, 208, 0.12),
    rgba(24, 231, 255, 0.1)
  );
  box-shadow:
    0 0 16px rgba(255, 67, 208, 0.14),
    0 0 16px rgba(24, 231, 255, 0.14);
}

/* =========================================
   MOBILE OPTIMIZATION
   ========================================= */
@media (max-width: 900px) {
  .wrap {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 96px;
  }

  .topbar {
    padding: 10px 12px;
    gap: 10px;
    border-radius: 24px;
  }

  .desktop-nav {
    display: none !important;
  }

  /* Keep mobile menu available and clean */
  .mobile-menu {
    width: 100%;
    gap: 10px;
  }

  .mobile-menu a {
    border-radius: 18px;
    padding: 14px 16px;
    font-size: 14px;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.03)
    );
    box-shadow: 0 0 12px rgba(24, 231, 255, 0.05);
  }

  .brand {
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-badge {
    width: 38px;
    height: 38px;
    font-size: 15px;
    flex: 0 0 auto;
  }

  .brand-kicker {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .brand-title {
    font-size: 13px;
    line-height: 1.2;
  }

  /* Make register button fit phones better */
  .register-button {
    min-width: 150px;
    width: auto;
    height: 44px;
    font-size: 11px;
    letter-spacing: 0.14em;
    padding: 0 16px;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .register-button .jeep {
    font-size: 28px;
  }

  .register-button:hover .jeep,
  .register-button.drive .jeep {
    transform: translate(118px, -50%);
  }

  /* Hide header jeep run on smaller tablets/phones for cleaner layout */
  .header-jeep-run,
  .header-smoke {
    display: none !important;
  }

  /* Page content spacing */
  .page-box,
  .home-editor-shell {
    padding: 22px;
  }

  .home-editor-shell h1 {
    font-size: clamp(40px, 13vw, 64px);
    line-height: 0.92;
  }

  .home-editor-shell h2 {
    font-size: clamp(26px, 8vw, 40px);
  }

  .home-editor-shell p {
    font-size: 15px;
    line-height: 1.75;
  }

  /* Buttons stack nicely inside page content */
  .home-editor-shell .wp-block-buttons {
    gap: 10px;
  }

  .home-editor-shell .wp-block-button {
    width: 100%;
  }

  .home-editor-shell .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  /* Footer spacing on mobile */
  .footer-shell {
    padding: 22px;
    border-radius: 24px;
  }

  .footer-title {
    font-size: clamp(22px, 8vw, 34px);
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================
   EXTRA SMALL PHONE POLISH
   ========================================= */
@media (max-width: 600px) {
  .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .topbar {
    padding: 8px 10px;
    border-radius: 20px;
  }

  .brand-badge {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .brand-kicker {
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .brand-title {
    font-size: 12px;
  }

  .register-button {
    min-width: 132px;
    height: 40px;
    font-size: 10px;
    letter-spacing: 0.12em;
    padding: 0 12px;
  }

  .register-button .jeep {
    font-size: 24px;
  }

  .register-button:hover .jeep,
  .register-button.drive .jeep {
    transform: translate(100px, -50%);
  }

  .page-box,
  .home-editor-shell {
    padding: 18px;
  }

  .mobile-menu a {
    font-size: 13px;
    padding: 13px 14px;
  }

  .mobile-dock {
    width: min(96vw, 760px);
    bottom: 10px;
  }

  .mobile-dock a {
    font-size: 9px;
    padding: 10px 4px;
  }
}

/* =========================================
   OPTIONAL: STICKY MOBILE REGISTER FEEL
   ========================================= */
@media (max-width: 900px) {
  .register-button {
    position: relative;
    z-index: 45;
  }
}
	.schedule-page-shell,
.x-schedule-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px;
  color: #fff;
}

.schedule-hero,
.schedule-card {
  position: relative;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    rgba(255,255,255,0.03);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 0 26px rgba(24, 231, 255, 0.08),
    0 0 30px rgba(255, 67, 208, 0.08);
  overflow: hidden;
}

.schedule-hero,
.x-schedule-hero {
  padding: 60px 38px;
  margin-bottom: 30px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,67,208,0.28), transparent 25%),
    radial-gradient(circle at 92% 12%, rgba(24,231,255,0.22), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(184,255,55,0.14), transparent 28%),
    linear-gradient(135deg, rgba(255,67,208,0.12), rgba(24,231,255,0.10), rgba(184,255,55,0.08)),
    rgba(255,255,255,0.03);
  box-shadow:
    0 0 40px rgba(24, 231, 255, 0.10),
    0 0 56px rgba(255, 67, 208, 0.12);
}

.schedule-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.28;
  pointer-events: none;
}

.schedule-kicker,
.x-schedule-kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(24,231,255,0.35);
  background: rgba(24,231,255,0.10);
  color: #d8fcff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(24,231,255,0.18),
    0 0 16px rgba(255,67,208,0.08);
}

.schedule-title,
.schedule-cta-title,
.schedule-day-title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.schedule-title,
.x-schedule-title {
  font-size: clamp(44px, 8vw, 96px);
  background: linear-gradient(90deg, #b8ff37 0%, #ff76dd 48%, #18e7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 20px rgba(255,255,255,0.05);
}

.schedule-cta-title {
  font-size: clamp(38px, 6vw, 72px);
  color: #fff;
}

.schedule-day-title {
  font-size: clamp(36px, 5vw, 56px);
  color: #fff;
  margin-bottom: 8px;
}

.schedule-lead,
.x-schedule-lead,
.schedule-card p,
.schedule-card li {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.84);
}

.schedule-badge-row,
.x-schedule-badge-row {
  margin-top: 28px;
  gap: 16px;
}

.schedule-badge,
.x-schedule-badge {
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 0 14px rgba(24,231,255,0.06),
    0 0 14px rgba(255,67,208,0.06);
}

.schedule-badge-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.76);
  margin-bottom: 8px;
}

.schedule-badge-value {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin: 0;
}

.schedule-notice,
.schedule-cta {
  padding: 30px;
  margin-bottom: 30px;
}

.schedule-notice,
.x-schedule-notice {
  background:
    linear-gradient(135deg, rgba(255,67,208,0.14), rgba(24,231,255,0.08)),
    rgba(255,255,255,0.03);
  box-shadow:
    0 0 22px rgba(255,67,208,0.08),
    0 0 18px rgba(24,231,255,0.08);
}

.schedule-notice h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-top: 0;
}

.schedule-days-row,
.x-schedule-days-row {
  gap: 24px;
  margin-bottom: 30px;
}

.schedule-day-card,
.x-schedule-day-card {
  padding: 28px;
  height: 100%;
}

.friday-card {
  background:
    linear-gradient(135deg, rgba(255,67,208,0.14), rgba(24,231,255,0.07), rgba(59,130,246,0.08)),
    rgba(255,255,255,0.03);
}

.saturday-card {
  background:
    linear-gradient(135deg, rgba(184,255,55,0.10), rgba(255,67,208,0.12), rgba(249,115,22,0.08)),
    rgba(255,255,255,0.03);
}

.sunday-card {
  background:
    linear-gradient(135deg, rgba(24,231,255,0.12), rgba(59,130,246,0.08), rgba(255,67,208,0.12)),
    rgba(255,255,255,0.03);
}

.schedule-day-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.30em;
  color: #9befff;
  margin-bottom: 10px;
}

.schedule-day-date {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  color: #f5b5ff;
}

.schedule-event-box {
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  box-shadow:
    0 0 18px rgba(255,255,255,0.02),
    0 0 12px rgba(24,231,255,0.03);
}

.schedule-event-box:last-child {
  margin-bottom: 0;
}

.schedule-event-time {
  margin: 0 0 8px;
  color: #b8ff37;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.20em;
}

.schedule-event-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  color: #fff;
  text-transform: none;
}

.schedule-event-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
}

.schedule-cta,
.x-schedule-cta {
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 55%),
    linear-gradient(90deg, rgba(24,231,255,0.14), rgba(255,67,208,0.14), rgba(184,255,55,0.12)),
    rgba(255,255,255,0.03);
}

.schedule-primary-button .wp-block-button__link {
  border-radius: 999px;
  min-height: 52px;
  padding: 14px 24px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #ff4d6d, #ff43d0 55%, #18e7ff);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  box-shadow:
    0 0 20px rgba(255, 59, 59, 0.42),
    0 0 34px rgba(255, 67, 208, 0.24),
    0 0 16px rgba(24, 231, 255, 0.12);
}

.schedule-primary-button .wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 28px rgba(255, 59, 59, 0.54),
    0 0 42px rgba(255, 67, 208, 0.30),
    0 0 20px rgba(24, 231, 255, 0.18);
}

@media (max-width: 1100px) {
  .schedule-days-row > .wp-block-column {
    margin-bottom: 24px;
  }
}

@media (max-width: 900px) {
  .schedule-page-shell,
  .x-schedule-page {
    padding: 14px;
  }

  .schedule-hero,
  .schedule-card {
    border-radius: 24px;
  }

  .schedule-hero,
  .schedule-notice,
  .schedule-cta,
  .schedule-day-card {
    padding: 20px;
  }

  .schedule-lead,
  .schedule-card p,
  .schedule-card li {
    font-size: 16px;
    line-height: 1.75;
  }

  .schedule-badge-value {
    font-size: 22px;
  }

  .schedule-event-title {
    font-size: 21px;
  }

  .schedule-event-desc {
    font-size: 15px;
  }

  .schedule-primary-button .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .schedule-page-shell,
  .x-schedule-page {
    padding: 12px;
  }

  .schedule-hero,
  .schedule-card {
    border-radius: 20px;
  }

  .schedule-kicker {
    letter-spacing: 0.20em;
  }

  .schedule-event-box {
    padding: 16px;
    border-radius: 20px;
  }

  .schedule-day-title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .schedule-event-title {
    font-size: 20px;
  }
}
	/* Keep header items on one line */
.topbar{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:nowrap;
}

/* Brand link behaves like original container */
.brand{
display:flex;
align-items:center;
gap:12px;
text-decoration:none;
color:inherit;
flex-shrink:0;
}

/* Prevent menu from pushing items */
.desktop-nav{
display:flex;
align-items:center;
gap:16px;
flex-grow:1;
justify-content:center;
}

/* Keep register button aligned right */
.register-button{
flex-shrink:0;
}
	/* Keep header items on one line */
.topbar{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:nowrap;
}

/* Brand link behaves like original container */
.brand{
display:flex;
align-items:center;
gap:12px;
text-decoration:none;
color:inherit;
flex-shrink:0;
}

/* Prevent menu from pushing items */
.desktop-nav{
display:flex;
align-items:center;
gap:16px;
flex-grow:1;
justify-content:center;
}

/* Keep register button aligned right */
.register-button{
flex-shrink:0;
}
/* =========================
   HEADER FIX
   ========================= */

/* Desktop header layout */
.topbar{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
  gap:18px !important;
  flex-wrap:unset !important;
}

/* Clickable brand stays compact */
.brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  text-decoration:none !important;
  color:inherit !important;
  min-width:0 !important;
  white-space:nowrap !important;
}

/* Brand text tighter */
.brand > div:last-child{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.brand-kicker,
.brand-title{
  white-space:nowrap !important;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Center the menu properly */
.desktop-nav{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  min-width:0 !important;
  width:100% !important;
}

.desktop-nav .menu{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.desktop-nav .menu > li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  flex:0 0 auto !important;
}

.desktop-nav .menu > li > a{
  white-space:nowrap !important;
}

/* Register button stays on the right */
.register-button{
  justify-self:end !important;
  flex:0 0 auto !important;
  margin:0 !important;
}

/* Hide old drive in button if still present */
.jeep-toggle{
  display:none !important;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 900px){
  .topbar{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
  }

  .brand{
    flex:1 1 auto !important;
    min-width:0 !important;
  }

  .desktop-nav{
    display:none !important;
  }

  .register-button{
    flex:0 0 auto !important;
    min-width:140px !important;
  }

  .mobile-menu{
    width:100% !important;
  }
}
	/* FIX HEADER LAYOUT */
.topbar{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  grid-template-rows:auto auto !important;
  grid-template-areas:
    "brand menu register"
    "tagline tagline tagline" !important;
  align-items:center !important;
  gap:14px 18px !important;
  padding:12px 18px !important;
}

.brand-home{
  grid-area:brand;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  text-decoration:none !important;
  color:inherit !important;
  min-width:0 !important;
}

.brand-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.brand-kicker{
  white-space:nowrap;
  line-height:1;
}

.desktop-nav{
  grid-area:menu;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100%;
}

.desktop-nav .menu{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.desktop-nav .menu > li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.desktop-nav .menu > li > a{
  white-space:nowrap !important;
  display:inline-block !important;
}

.register-button{
  grid-area:register;
  justify-self:end;
  min-width:190px;
}

.header-tagline{
  grid-area:tagline;
  font-size:14px;
  font-weight:700;
  color:#ffffff;
  text-align:left;
  margin-left:58px;
}

/* REMOVE OLD DRIVE IN */
.jeep-toggle{
  display:none !important;
}

/* KEEP MOBILE CLEAN */
@media (max-width:900px){
  .topbar{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:10px !important;
    padding:10px 12px !important;
  }

  .brand-home{
    flex:1 1 auto;
  }

  .desktop-nav{
    display:none !important;
  }

  .register-button{
    min-width:140px;
    margin-left:auto;
  }

  .header-tagline{
    width:100%;
    margin-left:0;
    font-size:13px;
    padding-top:4px;
  }
}
	/* GET THE APP BUTTON */

.app-button{
display:inline-flex;
align-items:center;
justify-content:center;
height:50px;
padding:0 18px;
border-radius:999px;
font-weight:700;
letter-spacing:.12em;
text-decoration:none;
color:white;
background:linear-gradient(135deg,#18e7ff,#5eff9a);
box-shadow:
0 0 16px rgba(24,231,255,.6),
0 0 24px rgba(94,255,154,.4);
transition:all .25s ease;
margin-left:10px;
}

.app-button:hover{
transform:translateY(-1px);
box-shadow:
0 0 20px rgba(24,231,255,.8),
0 0 32px rgba(94,255,154,.6);
}
	.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

.app-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:50px;
  padding:0 18px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.14em;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg, rgba(24,231,255,.18), rgba(184,255,55,.16));
  border:1px solid rgba(24,231,255,.45);
  box-shadow:
    0 0 18px rgba(24,231,255,.18),
    0 0 24px rgba(184,255,55,.10);
  transition:all .25s ease;
}

.app-button:hover{
  transform:translateY(-1px);
  box-shadow:
    0 0 24px rgba(24,231,255,.28),
    0 0 30px rgba(184,255,55,.16);
}

@media (max-width:900px){
  .header-actions{
    width:100%;
    justify-content:flex-start;
    flex-wrap:wrap;
  }

  .app-button{
    height:44px;
    padding:0 14px;
    font-size:11px;
    letter-spacing:.1em;
  }
}
	/* LODGING PAGE VISUAL EDITOR STYLE */
.jl-wrap{
  display:grid;
  gap:24px;
}

.jl-glass{
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:
    linear-gradient(135deg, rgba(255,67,208,.12), rgba(24,231,255,.08), rgba(184,255,55,.08)),
    rgba(255,255,255,.04);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:
    0 0 28px rgba(255,67,208,.10),
    0 0 22px rgba(24,231,255,.08);
  padding:28px;
}

.jl-hero{
  position:relative;
  overflow:hidden;
  border-radius:32px;
}

.jl-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:42px 42px;
  opacity:.3;
  pointer-events:none;
}

.jl-hero::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  left:-40px;
  top:-80px;
  border-radius:999px;
  filter:blur(56px);
  background:rgba(255,67,208,.28);
  pointer-events:none;
}

.jl-pill{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(24,231,255,.35);
  background:rgba(24,231,255,.10);
  color:#d8fcff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.jl-title{
  margin:20px 0 0;
  font-size:clamp(40px,8vw,86px);
  line-height:.95;
  font-weight:900;
  text-transform:uppercase;
}

.jl-title-gradient{
  background:linear-gradient(90deg,#b8ff37 0%, #ff76dd 48%, #18e7ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.jl-subtitle{
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.84);
  max-width:900px;
}

.jl-badge-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.jl-badge{
  border-radius:22px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.14);
}

.jl-badge-cyan{background:rgba(24,231,255,.10)}
.jl-badge-pink{background:rgba(255,67,208,.10)}

.jl-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:800;
  color:rgba(255,255,255,.72);
  margin-bottom:8px;
}

.jl-value{
  font-size:28px;
  font-weight:900;
  color:#fff;
}

.jl-two{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
}

.jl-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.jl-info{
  border-radius:20px;
  padding:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.jl-photo img{
  width:100%;
  border-radius:22px;
  min-height:420px;
  object-fit:cover;
}

.jl-panel-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.jl-panel-cyan{background:rgba(24,231,255,.10)}
.jl-panel-lime{background:rgba(184,255,55,.08)}

.jl-notice{
  background:rgba(255,67,208,.10);
}

.jl-cta{
  text-align:center;
}

.jl-cta h2{
  font-size:clamp(34px,6vw,68px);
  line-height:1;
  text-transform:uppercase;
  margin:0;
}

.jl-button-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.jl-button-row .wp-block-button,
.jl-cta .wp-block-button{
  margin:0;
}

.jl-list{
  margin:0;
}

@media (max-width: 900px){
  .jl-badge-row,
  .jl-two,
  .jl-info-grid,
  .jl-panel-grid{
    grid-template-columns:1fr;
  }

  .jl-photo img{
    min-height:260px;
  }

  .jl-glass{
    padding:20px;
    border-radius:24px;
  }

  .jl-title{
    font-size:clamp(36px,12vw,58px);
  }

  .jl-subtitle{
    font-size:16px;
  }
}