@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.wp-site-blocks > header,
.wp-site-blocks > header .wp-block-group {
  background: linear-gradient(90deg, #00458D 0%, #00458D 55%, #2D2D2D 100%) !important;
}
.wp-site-blocks > header {
  border-bottom: 3px solid #5cf0e0;
}
.wp-site-blocks > header .wp-block-site-title,
.wp-site-blocks > header .wp-block-site-title a {
  color: #ffffff !important;
  font-family: 'Great Vibes', cursive !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.wp-site-blocks > header .wp-block-navigation-item__content,
.wp-site-blocks > header .wp-block-navigation__responsive-container-open,
.wp-site-blocks > header .wp-block-navigation__responsive-container-close {
  color: #ffffff !important;
}
.wp-site-blocks > header .wp-block-navigation-item__content:hover {
  color: #5cf0e0 !important;
}
@media (max-width: 782px) {
  .wp-site-blocks > header .wp-block-navigation__responsive-container {
    background: #2D2D2D !important;
    color: #ffffff !important;
  }
}

/* PadelSocial softened palette */
.page-id-15 .ps-hero,
.page-id-15 .ps-upcoming { background: rgba(227, 202, 171, 0.65) !important; }
.page-id-15 .ps-about,
.page-id-15 .ps-benefit,
.page-id-15 .ps-cta,
.page-id-15 .ps-hero-card,
.page-id-15 .ps-faq summary { background: rgba(0, 69, 141, 0.40) !important; }
.page-id-15 .ps-hero { margin-bottom: 72px !important; }


/* PadelSocial future video spaces */
.page-id-15 .ps-hero-card img,
.page-id-15 .ps-about-visual img { display: none !important; }
.page-id-15 .ps-hero-card,
.page-id-15 .ps-about-visual {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(135deg, rgba(0,69,141,.30), rgba(227,202,171,.65)) !important;
}
.page-id-15 .ps-hero-card::before,
.page-id-15 .ps-about-visual::before {
  content: '▶';
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding-left: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #00458D;
  font-size: 30px;
  box-shadow: 0 16px 38px rgba(0,69,141,.18);
}
.page-id-15 .ps-hero-card::after,
.page-id-15 .ps-about-visual::after {
  content: 'PadelSocial video coming soon';
  color: #00458D;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
}


/* PadelSocial neutral typography */
.page-id-15 .ps-page,
.page-id-15 .ps-page h1,
.page-id-15 .ps-page h2,
.page-id-15 .ps-page h3,
.page-id-15 .ps-page p,
.page-id-15 .ps-page li,
.page-id-15 .ps-page .ps-kicker,
.page-id-15 .ps-page .ps-title,
.page-id-15 .ps-page .ps-heading,
.page-id-15 .ps-page .ps-lead,
.page-id-15 .ps-page .ps-btn,
.page-id-15 .ps-page .ps-btn--light,
.page-id-15 .ps-page .ps-faq summary,
.page-id-15 .ps-hero-card::after,
.page-id-15 .ps-about-visual::after {
  color: #202020 !important;
}
.page-id-15 .ps-page .ps-btn { background: rgba(0,69,141,.40) !important; }
.page-id-15 .ps-page .ps-btn--light { background: rgba(255,255,255,.92) !important; }

/* Exact home card brand colors */
.page-id-4 #padelsocial { background: #E3CAAB !important; }
.page-id-4 #eventsocial { background: #2D2D2D !important; }


/* Social Belgium sticky four-colour navigation */
.wp-site-blocks > header.wp-block-template-part{
  position:sticky;
  top:0;
  z-index:9999;
  isolation:isolate;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
}
.admin-bar .wp-site-blocks > header.wp-block-template-part{top:32px;}
.wp-site-blocks > header.wp-block-template-part > .wp-block-group{
  background:linear-gradient(110deg,#00458D 0%,#00458D 20%,#E3CAAB 43%,#5CF0E0 61%,#2D2D2D 84%,#2D2D2D 100%) !important;
  border-bottom:2px solid #5CF0E0 !important;
  backdrop-filter:saturate(140%) blur(12px);
}
.wp-site-blocks > header .wp-block-site-title a{
  color:#fff !important;
  text-shadow:0 2px 12px rgba(0,0,0,.55);
}
.wp-site-blocks > header .wp-block-navigation__container{
  background:rgba(45,45,45,.82);
  border:1px solid rgba(92,240,224,.78);
  border-radius:999px;
  padding:10px 16px;
  gap:18px;
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}
.wp-site-blocks > header .wp-block-navigation-item__content{
  color:#fff !important;
  text-shadow:0 1px 5px rgba(0,0,0,.45);
}
.wp-site-blocks > header .wp-block-navigation-item__content:hover{
  color:#5CF0E0 !important;
}
.wp-site-blocks > header .wp-block-navigation__responsive-container-open svg,
.wp-site-blocks > header .wp-block-navigation__responsive-container-close svg{fill:#fff;}
@media(max-width:782px){
  .admin-bar .wp-site-blocks > header.wp-block-template-part{top:46px;}
  .wp-site-blocks > header .wp-block-navigation__responsive-container.is-menu-open{background:#2D2D2D !important;color:#fff !important;}
  .wp-site-blocks > header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{background:transparent;border:0;box-shadow:none;padding:0;border-radius:0;}
}