.navbar {
    width: 100%;
    padding: 26px 0;

    background: var(--dark-blue);

    position: sticky;
    top: 0;
    z-index: 1000;
}

/* PadelMarket B2B homepage redesign */

.nav-links {
  gap: 32px;
}

.nav-links a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.nav-links a:last-child {
  color: #ffffff;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a:last-child:hover {
  color: var(--neon);
}

.nav-links a::after {
  height: 3px;
  bottom: -8px;
  background: var(--neon);
}

.pm-hero,
.pm-brand-section,
.pm-b2b-cta {
  width: 100%;
}

.pm-hero {
  background: #f5f5f3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  padding: 96px 56px 76px;
}

.pm-hero-copy {
  max-width: 560px;
}

.pm-distributor-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 10px;
  border-radius: 14px;
  background: var(--blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pm-distributor-badge span {
  color: #b5e819;
}

.pm-hero h1 {
  margin: 0 0 22px;
  color: var(--dark-blue);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.05;
}

.pm-hero-copy > p:not(.pm-distributor-badge) {
  margin: 0;
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
}

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

.pm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 51px;
  padding: 16px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.pm-btn:hover,
.pm-btn:visited {
  text-decoration: none;
}

.pm-btn-primary {
  background: var(--neon);
  border: none;
  color: var(--dark-blue);
  box-shadow: 0 12px 30px rgba(215, 255, 47, 0.28);
}

.pm-btn-outline {
  background: transparent;
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
}

.pm-btn-light-outline {
  background: transparent;
  border: 1px solid #cccccc;
  color: #0e0e0e;
}

.pm-hero-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  perspective: 900px;
}

.pm-hero-brand-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 32px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 28px 60px rgba(20, 20, 20, 0.16);
  transform: translateY(0) rotateX(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pm-hero-brand-card:first-child {
  border-top: 5px solid #b01020;
}

.pm-hero-brand-card:first-child h2 {
  color: #202020;
}

.pm-hero-brand-card:first-child h2::after,
.pm-hero-brand-card-featured h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
}

.pm-hero-brand-card:first-child h2::after {
  background: #b01020;
}

.pm-hero-brand-card-featured {
  border: 2px solid #b5e819;
  border-top-width: 5px;
}

.pm-hero-brand-card-featured h2::after {
  background: #b5e819;
}

.pm-hero-brand-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 0 36px 80px rgba(20, 20, 20, 0.22);
}

.pm-hero-icon {
  height: 150px;
  margin-bottom: 20px;
  border-radius: 24px;
  background: #e8f7d4;
  color: #3b6d11;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pm-hero-icon-floky {
  background: #f0fad0;
}

.pm-hero-logo-panel {
  padding: 22px;
}

.pm-hero-logo-panel-bullpadel {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 62%, rgba(176, 16, 32, 0.14) 100%);
  border: 1px solid rgba(176, 16, 32, 0.22);
}

.pm-hero-logo-panel-floky {
  background: linear-gradient(135deg, #ffffff 0%, #f3f6ef 56%, #b5e819 100%);
  border: 1px solid rgba(181, 232, 25, 0.45);
}

.pm-brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 104px;
  object-fit: contain;
}

.pm-brand-logo-bullpadel {
  width: 100%;
  max-height: 112px;
  filter: contrast(1.04);
}

.pm-brand-logo-floky {
  max-height: 74px;
}

.pm-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
}

.pm-hero-brand-card h2 {
  margin: 0 0 4px;
  color: #0e0e0e;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.pm-hero-brand-card p {
  margin: 0;
  color: #888888;
  font-size: 15px;
  line-height: 1.4;
}

.pm-brand-section {
  padding: 84px 56px;
}

.pm-bullpadel-section {
  background: linear-gradient(180deg, #f7f5f3 0%, #f1eeee 100%);
  border-top: 3px solid #b01020;
}

.pm-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}

.pm-brand-label {
  margin: 0 0 4px;
  color: #888888;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.pm-bullpadel-section .pm-brand-label {
  color: #b01020;
}

.pm-bullpadel-section .pm-section-header h2 {
  color: #202020;
}

.pm-bullpadel-section .pm-shop-link {
  border-color: #b01020;
  color: #202020;
}

.pm-bullpadel-section .pm-shop-link:hover {
  background: #b01020;
  color: #ffffff;
}

.pm-section-header h2 {
  margin: 0 0 4px;
  color: #0e0e0e;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.2;
}

.pm-section-header p:not(.pm-brand-label) {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.7;
}

.pm-shop-link {
  padding: 14px 22px;
}

.pm-bullpadel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  perspective: 1000px;
}

.pm-product-card {
  background: #ffffff;
  border: 1px solid #e1dcdc;
  border-radius: 32px;
  padding: 0 0 28px;
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(20, 20, 20, 0.13);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pm-product-card:hover {
  border-color: #b01020;
  transform: translateY(-8px);
  box-shadow: 0 34px 72px rgba(20, 20, 20, 0.18);
}

.pm-product-image {
  height: 260px;
  margin: 0 0 24px;
  background: #efefef;
  border-bottom: 5px solid #b01020;
  overflow: hidden;
}

.pm-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.pm-product-card:hover .pm-product-image img {
  transform: scale(1.06);
}

.pm-product-card h3,
.pm-floky-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.pm-product-card h3 {
  color: #202020;
  padding: 0 30px;
}

.pm-product-card p {
  margin: 10px 0 0;
  color: #888888;
  font-size: 14px;
  line-height: 1.55;
  padding: 0 30px;
}

.pm-floky-section {
  background: radial-gradient(circle at top right, rgba(181, 232, 25, 0.14), transparent 34%), #070707;
  border-top: 3px solid #b5e819;
}

.pm-floky-section .pm-brand-label {
  color: #7ab83a;
}

.pm-floky-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-floky-section .pm-section-header p:not(.pm-brand-label) {
  color: #aaaaaa;
}

.pm-floky-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  perspective: 1000px;
}

.pm-floky-card {
  background: linear-gradient(145deg, #111111 0%, #172506 100%);
  border: 1px solid #2a4a12;
  border-radius: 32px;
  padding: 36px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pm-floky-card:hover {
  border-color: #b5e819;
  transform: translateY(-8px);
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.32);
}

.pm-floky-card .pm-icon {
  color: #b5e819;
  margin-bottom: 22px;
  filter: drop-shadow(0 10px 22px rgba(181, 232, 25, 0.18));
}

.pm-floky-card h3 {
  color: #ffffff;
}

.pm-floky-card p {
  margin: 8px 0 0;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 1.55;
}

.pm-b2b-cta {
  background: #f5f5f3;
  border-top: 1px solid #e0e0e0;
  padding: 84px 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}

.pm-b2b-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  background: #d4f25a;
  color: #2a4a00;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.pm-b2b-cta h2 {
  margin: 8px 0 8px;
  color: #0e0e0e;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.25;
}

.pm-b2b-cta p {
  max-width: 720px;
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
}

.pm-b2b-points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pm-b2b-points li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0e0e0e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.pm-b2b-points span {
  color: #3b6d11;
  font-size: 12px;
  font-weight: 700;
}

.pm-b2b-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.pm-b2b-actions .pm-btn {
  width: 100%;
  padding: 16px 26px;
}

.footer {
  background: #0e0e0e;
  margin-top: 0;
  padding: 20px 40px;
}

.footer-content {
  max-width: none;
}

.footer-left h3 {
  margin: 0 0 2px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.footer-contact {
  display: block;
}

.footer-contact p,
.footer-right p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.footer-contact p {
  color: #666666;
}

.footer-right p {
  color: #444444;
}

@media (max-width: 900px) {
  .pm-hero,
  .pm-b2b-cta {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pm-bullpadel-grid,
  .pm-floky-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .pm-b2b-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pm-b2b-actions .pm-btn {
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .nav-links {
    gap: 18px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .pm-hero,
  .pm-brand-section,
  .pm-b2b-cta {
    padding: 48px 24px;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid {
    grid-template-columns: 1fr;
  }

  .pm-hero h1 {
    font-size: 38px;
  }

  .pm-hero-brand-card,
  .pm-product-card,
  .pm-floky-card {
    border-radius: 28px;
    padding: 28px 24px;
  }

  .pm-hero-icon,
  .pm-product-icon {
    height: 120px;
  }

  .pm-product-image {
    height: 240px;
  }

  .pm-b2b-points {
    flex-direction: column;
    gap: 10px;
  }

  .footer {
    padding: 20px;
  }
}

/* Final overrides: seamless navbar and stronger Bullpadel section */

.navbar {
  margin-bottom: 0;
  border-bottom: 0;
}

.site-content {
  margin-top: 0;
}

.site-content > p:empty {
  display: none;
}

.site-content > *:first-child {
  margin-top: 0;
}

.pm-hero {
  margin-top: 0;
}

.pm-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pm-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(215, 255, 47, 0.34);
}

.pm-btn-outline:hover {
  background: var(--dark-blue);
  color: #ffffff;
}

.pm-bullpadel-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(176, 16, 32, 0.42), transparent 28%),
    radial-gradient(circle at 10% 84%, rgba(255, 74, 91, 0.16), transparent 30%),
    linear-gradient(135deg, #160607 0%, #202020 46%, #0e0e0e 100%);
  border-top-color: #b01020;
  color: #ffffff;
}

.pm-bullpadel-section .pm-brand-label {
  color: #ff4a5b;
}

.pm-bullpadel-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-bullpadel-section .pm-section-header p:not(.pm-brand-label) {
  color: #d8d8d8;
}

.pm-bullpadel-section .pm-shop-link {
  border-color: #ff4a5b;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(176, 16, 32, 0.18);
}

.pm-bullpadel-section .pm-shop-link:hover {
  background: #b01020;
  border-color: #b01020;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(176, 16, 32, 0.34);
}

.pm-bullpadel-section .pm-product-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4f4 100%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.pm-bullpadel-section .pm-product-card:hover {
  border-color: rgba(255, 74, 91, 0.72);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(176, 16, 32, 0.3);
}

.pm-bullpadel-section .pm-product-image {
  height: 290px;
  background: #111111;
  border-bottom-color: #b01020;
}

.pm-bullpadel-section .pm-product-card h3 {
  color: #181818;
}

.pm-floky-section .pm-btn-primary:hover {
  background: #ffffff;
  color: #0e1a06;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(181, 232, 25, 0.28);
}

@media (max-width: 768px) {
  .pm-bullpadel-section .pm-product-image {
    height: 250px;
  }
}

/* Absolute final visual system sync */

body,
.site-content,
.entry-content,
.wp-site-blocks,
.wp-block-post-content {
  margin-top: 0;
}

.navbar {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.navbar + .site-content,
.site-content > .pm-hero:first-child,
.site-content > p:empty + .pm-hero {
  margin-top: 0 !important;
}

.site-content > p:empty,
.site-content > br:first-child {
  display: none !important;
}

.pm-brand-label {
  display: none;
}

.pm-floky-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(181, 232, 25, 0.10), transparent 32%),
    linear-gradient(135deg, #050505 0%, #151515 48%, #f4f4f0 100%);
  border-top-color: #ffffff;
}

.pm-floky-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-floky-section .pm-section-header p:not(.pm-brand-label) {
  color: #d7d7d7;
}

.pm-floky-section .pm-btn-primary {
  background: #ffffff;
  color: #080808;
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.14);
}

.pm-floky-section .pm-btn-primary:hover {
  background: var(--neon);
  color: var(--dark-blue);
  box-shadow: 0 18px 42px rgba(181, 232, 25, 0.28);
}

.pm-floky-card {
  background: linear-gradient(145deg, #080808 0%, #1d1d1d 100%);
  border-color: rgba(255, 255, 255, 0.16);
}

.pm-floky-card:hover {
  border-color: #ffffff;
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(181, 232, 25, 0.2);
}

.pm-floky-card .pm-icon {
  color: #ffffff;
  filter: drop-shadow(0 10px 22px rgba(255, 255, 255, 0.12));
}

.pm-b2b-actions {
  align-items: flex-start;
}

.subpage-header {
  background:
    radial-gradient(circle at 85% 15%, rgba(181, 232, 25, 0.18), transparent 26%),
    linear-gradient(135deg, #0e0e0e 0%, #202020 58%, #111111 100%);
  border-bottom: 3px solid var(--neon);
}

.subpage-header .eyebrow,
.contact-header .eyebrow,
.section-heading .eyebrow {
  background: var(--blue);
  border-radius: 14px;
  color: #ffffff !important;
}

.partner-link-card,
.partner-card,
.player-card,
.contact-info-card,
.contact-form-card,
.details-card {
  border-radius: 32px;
  border-color: rgba(20, 20, 20, 0.10);
  box-shadow: 0 28px 64px rgba(20, 20, 20, 0.14);
}

.partner-link-card:hover,
.partner-card:hover,
.player-card:hover {
  border-color: var(--neon);
  box-shadow: 0 38px 84px rgba(20, 20, 20, 0.20);
}

.shop-tab.active,
.partner-card button,
.player-card .profile-link {
  background: #0e0e0e;
  color: #ffffff;
}

/* Absolute final contact page scale normalization */

.contact-page {
  max-width: 1180px;
  padding: 60px 24px;
}

.contact-header {
  max-width: 680px;
  margin-bottom: 36px;
}

.contact-header h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  margin-bottom: 16px;
}

.contact-header p {
  font-size: 16px;
  line-height: 1.7;
}

.contact-wrapper {
  gap: 24px;
  align-items: flex-start;
}

.contact-info-card,
.contact-form-card {
  padding: 32px;
  height: auto;
}

.contact-form-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-height: 0;
  align-self: flex-start;
}

.contact-info-card h2 {
  font-size: 28px;
  margin-bottom: 22px;
}

.contact-info-list {
  gap: 14px;
}

.contact-info-list a,
.contact-info-list div {
  padding: 16px 18px;
  border-radius: 16px;
}

.contact-info-list span {
  font-size: 15px;
}

.form-row {
  gap: 10px;
}

.contact-form-card input,
.contact-form-card textarea {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 15px;
}

.contact-form-card textarea {
  min-height: 130px;
}

@media (max-width: 900px) {
  .contact-page {
    padding: 50px 24px;
  }

  .contact-wrapper,
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* EOF mobile-first QA overrides */

html,
body {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .navbar {
    padding: 18px 0 !important;
  }

  .navbar-content,
  .nav-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 14px !important;
  }

  .nav-links {
    top: calc(100% + 14px) !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-width: calc(100vw - 36px);
    padding: 20px !important;
    border-radius: 22px !important;
    gap: 14px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32) !important;
  }

  .nav-links a {
    width: 100%;
    font-size: 17px !important;
    line-height: 1.2;
    padding: 8px 0;
  }

  .pm-hero {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 44px 20px 38px !important;
  }

  .pm-hero-copy {
    max-width: none;
  }

  .pm-distributor-badge {
    font-size: 11px !important;
    line-height: 1.2;
    padding: 7px 10px;
    margin-bottom: 16px;
  }

  .pm-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }

  .pm-hero-copy > p:not(.pm-distributor-badge) {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .pm-hero-actions {
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .pm-btn {
    min-height: 46px !important;
    padding: 13px 18px !important;
    font-size: 14px !important;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid,
  .contact-wrapper,
  .players-grid,
  .partners-grid,
  .offer-grid,
  .partner-detail-wrapper {
    grid-template-columns: 1fr !important;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid {
    gap: 18px !important;
  }

  .pm-hero-brand-card {
    border-radius: 26px !important;
    padding: 22px !important;
  }

  .pm-hero-icon {
    height: 132px !important;
    border-radius: 20px !important;
    margin-bottom: 16px !important;
  }

  .pm-brand-logo-bullpadel {
    max-height: 88px !important;
  }

  .pm-brand-logo-floky {
    max-height: 58px !important;
  }

  .pm-brand-section,
  .pm-b2b-cta {
    padding: 46px 20px !important;
  }

  .pm-section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
    margin-bottom: 24px !important;
  }

  .pm-section-header h2,
  .pm-b2b-cta h2,
  .section-heading h2,
  .contact-header h1 {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .pm-section-header p:not(.pm-brand-label),
  .pm-b2b-cta p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .pm-product-card,
  .pm-floky-card,
  .partner-link-card,
  .partner-card,
  .player-card,
  .contact-info-card,
  .contact-form-card {
    border-radius: 26px !important;
  }

  .pm-product-card,
  .pm-floky-card {
    padding-bottom: 24px !important;
  }

  .pm-product-image,
  .pm-bullpadel-section .pm-product-image,
  .pm-floky-card .pm-icon {
    height: 220px !important;
  }

  .pm-floky-card .pm-icon {
    padding: 64px !important;
    margin-bottom: 22px !important;
  }

  .pm-product-card h3,
  .pm-product-card p,
  .pm-floky-card h3,
  .pm-floky-card p {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .pm-product-card h3,
  .pm-floky-card h3 {
    font-size: 19px !important;
  }

  .pm-b2b-cta {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .pm-b2b-points {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .pm-b2b-actions,
  .pm-b2b-actions .pm-btn {
    width: 100% !important;
  }

  .pm-b2b-actions .pm-btn {
    justify-content: center;
  }

  .section,
  .contact-page,
  .partner-detail-page {
    padding: 46px 20px !important;
  }

  .section-heading,
  .contact-header {
    margin-bottom: 28px !important;
  }

  .subpage-header {
    padding: 54px 20px 46px !important;
  }

  .subpage-header h1,
  .partner-detail-info h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .partner-link-card,
  .partner-card,
  .player-card {
    min-height: auto !important;
  }

  .partner-link-card {
    padding: 24px !important;
  }

  .player-card img {
    height: 240px !important;
  }

  .contact-wrapper {
    gap: 18px !important;
    align-items: flex-start !important;
  }

  .contact-info-card,
  .contact-form-card {
    height: auto !important;
    padding: 24px !important;
  }

  .contact-form-card {
    justify-content: flex-start !important;
    gap: 10px !important;
    align-self: flex-start !important;
  }

  .form-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .contact-form-card textarea,
  .contact-form textarea {
    min-height: 260px !important;
    resize: none !important;
  }

  .footer {
    padding: 22px 20px !important;
  }

  .footer-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
}

@media (max-width: 420px) {
  .pm-hero h1,
  .subpage-header h1,
  .partner-detail-info h1 {
    font-size: 30px !important;
  }

  .pm-section-header h2,
  .pm-b2b-cta h2,
  .section-heading h2,
  .contact-header h1 {
    font-size: 28px !important;
  }

  .pm-hero,
  .pm-brand-section,
  .pm-b2b-cta,
  .section,
  .contact-page,
  .partner-detail-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pm-hero-actions .pm-btn {
    width: 100% !important;
  }
}

/* EOF mobile-first QA overrides */

html,
body {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .navbar {
    padding: 18px 0 !important;
  }

  .navbar-content,
  .nav-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 14px !important;
  }

  .nav-links {
    top: calc(100% + 14px) !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-width: calc(100vw - 36px);
    padding: 20px !important;
    border-radius: 22px !important;
    gap: 14px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32) !important;
  }

  .nav-links a {
    width: 100%;
    font-size: 17px !important;
    line-height: 1.2;
    padding: 8px 0;
  }

  .pm-hero {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 44px 20px 38px !important;
  }

  .pm-hero-copy {
    max-width: none;
  }

  .pm-distributor-badge {
    font-size: 11px !important;
    line-height: 1.2;
    padding: 7px 10px;
    margin-bottom: 16px;
  }

  .pm-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }

  .pm-hero-copy > p:not(.pm-distributor-badge) {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .pm-hero-actions {
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .pm-btn {
    min-height: 46px !important;
    padding: 13px 18px !important;
    font-size: 14px !important;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid,
  .contact-wrapper,
  .players-grid,
  .partners-grid,
  .offer-grid,
  .partner-detail-wrapper {
    grid-template-columns: 1fr !important;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid {
    gap: 18px !important;
  }

  .pm-hero-brand-card {
    border-radius: 26px !important;
    padding: 22px !important;
  }

  .pm-hero-icon {
    height: 132px !important;
    border-radius: 20px !important;
    margin-bottom: 16px !important;
  }

  .pm-brand-logo-bullpadel {
    max-height: 88px !important;
  }

  .pm-brand-logo-floky {
    max-height: 58px !important;
  }

  .pm-brand-section,
  .pm-b2b-cta {
    padding: 46px 20px !important;
  }

  .pm-section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
    margin-bottom: 24px !important;
  }

  .pm-section-header h2,
  .pm-b2b-cta h2,
  .section-heading h2,
  .contact-header h1 {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .pm-section-header p:not(.pm-brand-label),
  .pm-b2b-cta p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .pm-product-card,
  .pm-floky-card,
  .partner-link-card,
  .partner-card,
  .player-card,
  .contact-info-card,
  .contact-form-card {
    border-radius: 26px !important;
  }

  .pm-product-card,
  .pm-floky-card {
    padding-bottom: 24px !important;
  }

  .pm-product-image,
  .pm-bullpadel-section .pm-product-image,
  .pm-floky-card .pm-icon {
    height: 220px !important;
  }

  .pm-floky-card .pm-icon {
    padding: 64px !important;
    margin-bottom: 22px !important;
  }

  .pm-product-card h3,
  .pm-product-card p,
  .pm-floky-card h3,
  .pm-floky-card p {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .pm-product-card h3,
  .pm-floky-card h3 {
    font-size: 19px !important;
  }

  .pm-b2b-cta {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .pm-b2b-points {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .pm-b2b-actions,
  .pm-b2b-actions .pm-btn {
    width: 100% !important;
  }

  .pm-b2b-actions .pm-btn {
    justify-content: center;
  }

  .section,
  .contact-page,
  .partner-detail-page {
    padding: 46px 20px !important;
  }

  .section-heading,
  .contact-header {
    margin-bottom: 28px !important;
  }

  .subpage-header {
    padding: 54px 20px 46px !important;
  }

  .subpage-header h1,
  .partner-detail-info h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .partner-link-card,
  .partner-card,
  .player-card {
    min-height: auto !important;
  }

  .partner-link-card {
    padding: 24px !important;
  }

  .player-card img {
    height: 240px !important;
  }

  .contact-wrapper {
    gap: 18px !important;
    align-items: flex-start !important;
  }

  .contact-info-card,
  .contact-form-card {
    height: auto !important;
    padding: 24px !important;
  }

  .contact-form-card {
    justify-content: flex-start !important;
    gap: 10px !important;
    align-self: flex-start !important;
  }

  .form-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .contact-form-card textarea,
  .contact-form textarea {
    min-height: 190px !important;
    resize: none !important;
  }

  .footer {
    padding: 22px 20px !important;
  }

  .footer-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
}

@media (max-width: 420px) {
  .pm-hero h1,
  .subpage-header h1,
  .partner-detail-info h1 {
    font-size: 30px !important;
  }

  .pm-section-header h2,
  .pm-b2b-cta h2,
  .section-heading h2,
  .contact-header h1 {
    font-size: 28px !important;
  }

  .pm-hero,
  .pm-brand-section,
  .pm-b2b-cta,
  .section,
  .contact-page,
  .partner-detail-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pm-hero-actions .pm-btn {
    width: 100% !important;
  }
}

/* Compact contact form */

.contact-form-card {
  justify-content: flex-start;
  gap: 12px;
}

.contact-form-card .form-row {
  gap: 12px;
}

.contact-form-card input,
.contact-form-card textarea {
  padding: 13px 16px;
}

.contact-form-card textarea {
  min-height: 130px;
}

.contact-form-card .primary-btn {
  margin-top: 4px;
  width: fit-content;
}

/* Absolute final contact page scale normalization */

.contact-page {
  max-width: 1180px;
  padding: 60px 24px;
}

.contact-header {
  max-width: 680px;
  margin-bottom: 36px;
}

.contact-header h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  margin-bottom: 16px;
}

.contact-header p {
  font-size: 16px;
  line-height: 1.7;
}

.contact-wrapper {
  gap: 24px;
  align-items: flex-start;
}

.contact-info-card,
.contact-form-card {
  padding: 32px;
  height: auto;
}

.contact-form-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-height: 0;
  align-self: flex-start;
}

.contact-info-card h2 {
  font-size: 28px;
  margin-bottom: 22px;
}

.contact-info-list {
  gap: 14px;
}

.contact-info-list a,
.contact-info-list div {
  padding: 16px 18px;
  border-radius: 16px;
}

.contact-info-list span {
  font-size: 15px;
}

.form-row {
  gap: 10px;
}

.contact-form-card input,
.contact-form-card textarea {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 15px;
}

.contact-form-card textarea {
  min-height: 130px;
}

@media (max-width: 900px) {
  .contact-page {
    padding: 50px 24px;
  }

  .contact-wrapper,
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Contact page scale normalization */

.contact-page {
  max-width: 1180px;
  padding: 60px 24px;
}

.contact-header {
  max-width: 680px;
  margin-bottom: 36px;
}

.contact-header h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  margin-bottom: 16px;
}

.contact-header p {
  font-size: 16px;
  line-height: 1.7;
}

.contact-wrapper {
  gap: 24px;
}

.contact-info-card,
.contact-form-card {
  padding: 32px;
}

.contact-info-card h2 {
  font-size: 28px;
  margin-bottom: 22px;
}

.contact-info-list {
  gap: 14px;
}

.contact-info-list a,
.contact-info-list div {
  padding: 16px 18px;
  border-radius: 16px;
}

.contact-info-list span {
  font-size: 15px;
}

.form-row {
  gap: 16px;
}

.contact-form-card input,
.contact-form-card textarea {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 15px;
}

.contact-form-card textarea {
  min-height: 150px;
}

.contact-form-card textarea,
.contact-form textarea {
  min-height: 230px !important;
  resize: none !important;
}

@media (max-width: 900px) {
  .contact-page {
    padding: 50px 24px;
  }

  .contact-wrapper,
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Final hero Floky logo panel */

.pm-hero-logo-panel-floky {
  background:
    linear-gradient(135deg, #ffffff 0%, #f4f4f4 56%, #d8d8d8 78%, #565656 100%) !important;
  border: 1px solid #d8d8d8 !important;
  box-shadow: none !important;
}

.pm-hero-brand-card-featured {
  border: 1px solid #e0e0e0 !important;
  border-top: 5px solid #111111 !important;
}

.pm-hero-brand-card-featured h2::after {
  background: #111111 !important;
}

/* PadelMarket neon accents across subpages */

.subpage-header {
  border-bottom-color: var(--neon) !important;
}

.subpage-header h1::after,
.contact-header h1::after,
.section-heading h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--neon);
}

.subpage-header h1::after {
  margin-left: auto;
  margin-right: auto;
}

.contact-header h1::after,
.section-heading h2::after {
  margin-left: 0;
}

.partner-link-card span,
.player-social a:hover,
.back-link:hover,
.brand-link:hover {
  color: var(--neon) !important;
}

.partner-link-card:hover,
.partner-card:hover,
.player-card:hover,
.contact-info-card:hover,
.contact-form-card:hover {
  border-color: var(--neon) !important;
}

.shop-tab.active {
  background: var(--neon) !important;
  border-color: var(--neon) !important;
  color: var(--dark-blue) !important;
}

.shop-tab:hover {
  border-color: var(--neon);
}

.partner-card button:hover,
.player-card .profile-link:hover,
.contact-form-card button:hover,
.contact-form button:hover,
.primary-btn:hover {
  background: var(--neon) !important;
  color: var(--dark-blue) !important;
}

.contact-info-list a:hover,
.contact-info-list div:hover,
.partner-detail-data p:hover {
  background: #f2f8d7 !important;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--neon) !important;
  box-shadow: 0 0 0 4px rgba(181, 232, 25, 0.28) !important;
}

.footer-contact a:hover {
  color: var(--neon) !important;
}

.pm-brand-logo-floky {
  filter: contrast(1.1);
}

/* Linked brand/product cards */

.pm-hero-brand-card,
.pm-product-card,
.pm-floky-card {
  color: inherit;
  text-decoration: none;
}

.pm-hero-brand-card:hover,
.pm-product-card:hover,
.pm-floky-card:hover {
  text-decoration: none;
}

.pm-floky-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pm-floky-card {
  min-height: 384px;
  padding: 0 0 28px;
  overflow: hidden;
}

.pm-floky-card .pm-icon {
  width: 100%;
  height: 290px;
  margin: 0 0 24px;
  padding: 82px;
  border-bottom: 5px solid var(--neon);
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.20), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #d9d9d9 48%, #101010 100%);
  color: #111111;
  filter: none;
}

.pm-floky-card h3,
.pm-floky-card p {
  padding-left: 30px;
  padding-right: 30px;
}

.pm-floky-card h3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .pm-floky-card .pm-icon {
    height: 250px;
    padding: 72px;
  }
}

/* Absolute final visual system sync */

body,
.site-content,
.entry-content,
.wp-site-blocks,
.wp-block-post-content {
  margin-top: 0;
}

.navbar {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.navbar + .site-content,
.site-content > .pm-hero:first-child,
.site-content > p:empty + .pm-hero {
  margin-top: 0 !important;
}

.site-content > p:empty,
.site-content > br:first-child {
  display: none !important;
}

.pm-brand-label {
  display: none;
}

.pm-floky-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(181, 232, 25, 0.10), transparent 32%),
    linear-gradient(135deg, #050505 0%, #151515 48%, #f4f4f0 100%);
  border-top-color: #ffffff;
}

.pm-floky-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-floky-section .pm-section-header p:not(.pm-brand-label) {
  color: #d7d7d7;
}

.pm-floky-section .pm-btn-primary {
  background: #ffffff;
  color: #080808;
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.14);
}

.pm-floky-section .pm-btn-primary:hover {
  background: var(--neon);
  color: var(--dark-blue);
  box-shadow: 0 18px 42px rgba(181, 232, 25, 0.28);
}

.pm-floky-card {
  background: linear-gradient(145deg, #080808 0%, #1d1d1d 100%);
  border-color: rgba(255, 255, 255, 0.16);
}

.pm-floky-card:hover {
  border-color: #ffffff;
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(181, 232, 25, 0.2);
}

.pm-floky-card .pm-icon {
  color: #ffffff;
  filter: drop-shadow(0 10px 22px rgba(255, 255, 255, 0.12));
}

.pm-b2b-actions {
  align-items: flex-start;
}

.subpage-header {
  background:
    radial-gradient(circle at 85% 15%, rgba(181, 232, 25, 0.18), transparent 26%),
    linear-gradient(135deg, #0e0e0e 0%, #202020 58%, #111111 100%);
  border-bottom: 3px solid var(--neon);
}

.subpage-header .eyebrow,
.contact-header .eyebrow,
.section-heading .eyebrow {
  background: var(--blue);
  border-radius: 14px;
  color: #ffffff !important;
}

.partner-link-card,
.partner-card,
.player-card,
.contact-info-card,
.contact-form-card,
.details-card {
  border-radius: 32px;
  border-color: rgba(20, 20, 20, 0.10);
  box-shadow: 0 28px 64px rgba(20, 20, 20, 0.14);
}

.partner-link-card:hover,
.partner-card:hover,
.player-card:hover {
  border-color: var(--neon);
  box-shadow: 0 38px 84px rgba(20, 20, 20, 0.20);
}

.shop-tab.active,
.partner-card button,
.player-card .profile-link {
  background: #0e0e0e;
  color: #ffffff;
}

/* Final visual system sync */

body,
.site-content,
.entry-content,
.wp-site-blocks,
.wp-block-post-content {
  margin-top: 0;
}

.navbar {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.navbar + .site-content,
.site-content > .pm-hero:first-child,
.site-content > p:empty + .pm-hero {
  margin-top: 0 !important;
}

.site-content > p:empty,
.site-content > br:first-child {
  display: none !important;
}

.pm-hero {
  border-top: 0;
}

.pm-brand-label {
  display: none;
}

.pm-floky-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(181, 232, 25, 0.10), transparent 32%),
    linear-gradient(135deg, #050505 0%, #151515 48%, #f4f4f0 100%);
  border-top-color: #ffffff;
}

.pm-floky-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-floky-section .pm-section-header p:not(.pm-brand-label) {
  color: #d7d7d7;
}

.pm-floky-section .pm-btn-primary {
  background: #ffffff;
  color: #080808;
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.14);
}

.pm-floky-section .pm-btn-primary:hover {
  background: var(--neon);
  color: var(--dark-blue);
  box-shadow: 0 18px 42px rgba(181, 232, 25, 0.28);
}

.pm-floky-card {
  background: linear-gradient(145deg, #080808 0%, #1d1d1d 100%);
  border-color: rgba(255, 255, 255, 0.16);
}

.pm-floky-card:hover {
  border-color: #ffffff;
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(181, 232, 25, 0.2);
}

.pm-floky-card .pm-icon {
  color: #ffffff;
  filter: drop-shadow(0 10px 22px rgba(255, 255, 255, 0.12));
}

.pm-b2b-actions {
  align-items: flex-start;
}

.subpage-header {
  background:
    radial-gradient(circle at 85% 15%, rgba(181, 232, 25, 0.18), transparent 26%),
    linear-gradient(135deg, #0e0e0e 0%, #202020 58%, #111111 100%);
  border-bottom: 3px solid var(--neon);
}

.subpage-header .eyebrow,
.contact-header .eyebrow,
.section-heading .eyebrow {
  background: var(--blue);
  border-radius: 14px;
  color: #ffffff !important;
}

.partner-link-card,
.partner-card,
.player-card,
.contact-info-card,
.contact-form-card,
.details-card {
  border-radius: 32px;
  border-color: rgba(20, 20, 20, 0.10);
  box-shadow: 0 28px 64px rgba(20, 20, 20, 0.14);
}

.partner-link-card:hover,
.partner-card:hover,
.player-card:hover {
  border-color: var(--neon);
  box-shadow: 0 38px 84px rgba(20, 20, 20, 0.20);
}

.partner-link-card span,
.brand-link,
.back-link:hover,
.player-social a:hover {
  color: #b01020;
}

.shop-tab.active,
.partner-card button,
.player-card .profile-link {
  background: #0e0e0e;
  color: #ffffff;
}

.shop-tab.active {
  border-color: #0e0e0e;
}

.contact-info-list a:hover {
  background: #f2f5e7;
}

/* Bullpadel visual upgrade and nav/hero seam fix */

.navbar {
  margin-bottom: 0;
  border-bottom: 0;
}

.site-content {
  margin-top: 0;
}

.site-content > p:empty {
  display: none;
}

.site-content > *:first-child {
  margin-top: 0;
}

.pm-hero {
  margin-top: 0;
}

.pm-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pm-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(215, 255, 47, 0.34);
}

.pm-btn-outline:hover {
  background: var(--dark-blue);
  color: #ffffff;
}

.pm-bullpadel-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(176, 16, 32, 0.42), transparent 28%),
    radial-gradient(circle at 10% 84%, rgba(255, 74, 91, 0.16), transparent 30%),
    linear-gradient(135deg, #160607 0%, #202020 46%, #0e0e0e 100%);
  border-top-color: #b01020;
  color: #ffffff;
}

.pm-bullpadel-section .pm-brand-label {
  color: #ff4a5b;
}

.pm-bullpadel-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-bullpadel-section .pm-section-header p:not(.pm-brand-label) {
  color: #d8d8d8;
}

.pm-bullpadel-section .pm-shop-link {
  border-color: #ff4a5b;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(176, 16, 32, 0.18);
}

.pm-bullpadel-section .pm-shop-link:hover {
  background: #b01020;
  border-color: #b01020;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(176, 16, 32, 0.34);
}

.pm-bullpadel-section .pm-product-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4f4 100%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.pm-bullpadel-section .pm-product-card:hover {
  border-color: rgba(255, 74, 91, 0.72);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(176, 16, 32, 0.3);
}

.pm-bullpadel-section .pm-product-image {
  height: 290px;
  background: #111111;
  border-bottom-color: #b01020;
}

.pm-bullpadel-section .pm-product-card h3 {
  color: #181818;
}

.pm-floky-section .pm-btn-primary:hover {
  background: #ffffff;
  color: #0e1a06;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(181, 232, 25, 0.28);
}

@media (max-width: 768px) {
  .pm-bullpadel-section .pm-product-image {
    height: 250px;
  }
}

.navbar-content {
    max-width: 1180px;

    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #ffffff;

    font-size: 24px;
    font-weight: 800;

    text-decoration: none;
}

.nav-links {
    display: flex;
    align-items: center;

    gap: 40px;
}

.nav-links a {
    position: relative;

    color: #ffffff;
    text-decoration: none;

    font-size: 18px;
    font-weight: 800;

    transition: 0.3s ease;
}

.nav-links a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 0%;
    height: 3px;

    background: var(--neon);

    transition: 0.3s ease;
}

.nav-links a:hover {
    color: var(--neon);
}

.nav-links a:hover::after {
    width: 100%;
}

:root {
  --dark-blue: #161616;
  --blue: #3a3a3a;
  --white: #ffffff;
  --light: #ececec;
  --text: #1a1a1a;
  --muted: #6e6e6e;
  --neon: #d5e839;
  --neon-soft: #e6f06e;
  --border: #dcdcdc;
  --shadow: 0 20px 50px rgba(20, 20, 20, 0.14);
}

/* RESET + FIX FOOTER */

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: var(--light);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.6;

  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

* {
  box-sizing: border-box;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
}

img {
  width: 100%;
  display: block;
}

/* NAVBAR */

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: var(--dark-blue);

  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-container {
  max-width: 1180px;

  margin: 0 auto;

  padding: 18px 24px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  color: var(--white);

  font-size: 22px;
  font-weight: 800;

  display: flex;
  align-items: center;
  gap: 10px;

  cursor: pointer;
}

.logo img {
  display: block;
  height: 32px;
  width: auto;
}

@media (max-width: 768px) {
  .logo img {
    height: 26px;
  }
}

.logo-ball {
  width: 18px;
  height: 18px;

  background: var(--neon);

  border-radius: 50%;

  box-shadow: 0 0 18px var(--neon);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-btn {
  background: transparent;

  color: var(--white);

  padding: 10px 16px;

  border-radius: 999px;

  font-weight: 700;

  transition: 0.2s ease;
}

.nav-btn:hover,
.nav-btn.active {
  background: var(--neon);
  color: var(--dark-blue);
}

.menu-toggle {
  display: none;

  background: var(--neon);

  color: var(--dark-blue);

  padding: 8px 12px;

  border-radius: 10px;

  font-size: 22px;
}

/* PAGE */

.page {
  display: none;
}

.active-page {
  display: block;
}

/* HERO */

.hero {
  max-width: 1180px;

  margin: 0 auto;

  padding: 90px 24px 60px;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;

  gap: 48px;

  align-items: center;
}

/* EYEBROW */

.eyebrow {
  color: var(--white);

  background: var(--blue);

  display: inline-block;
  max-width: 100%;

  padding: 10px 20px;

  border-radius: 14px;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;

  text-transform: uppercase;
  letter-spacing: 1px;

  margin-bottom: 18px;
}

.subpage-header .eyebrow {
  color: var(--white);

  background: var(--neon);

  font-weight: 900;

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* HERO */

.hero h1,
.subpage-header h1 {
  font-size: clamp(38px, 6vw, 68px);

  line-height: 1.05;

  color: var(--dark-blue);

  margin-bottom: 22px;
}

.hero p {
  font-size: 18px;

  color: var(--muted);

  max-width: 620px;
}

.hero .eyebrow,
.section-heading .eyebrow,
.dark-section .eyebrow {
  color: var(--white);
}

.section-heading .eyebrow,
.contact-header .eyebrow {
  color: #ffffff !important;
}

/* BRANDS */

.brand-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);

  padding: 32px;
  margin-bottom: 32px;
}

.brand-card:last-child {
  margin-bottom: 0;
}

.brand-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;

  margin-bottom: 16px;
}

.brand-card-header h3 {
  color: var(--dark-blue);
  font-size: 28px;
}

.brand-link {
  color: var(--dark-blue);
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.brand-link:hover {
  color: var(--neon);
}

.brand-description {
  color: var(--muted);

  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;

  margin-bottom: 28px;
}

.brand-description:last-child {
  margin-bottom: 0;
}

.hero-buttons {
  margin-top: 32px;

  display: flex;
  gap: 16px;

  flex-wrap: wrap;
}

/* BUTTONS */

.primary-btn,
.secondary-btn {
  padding: 14px 22px;

  border-radius: 999px;

  font-weight: 800;

  font-size: 15px;

  transition: 0.2s ease;
}

.primary-btn {
  background: var(--neon);

  color: var(--dark-blue);

  box-shadow: 0 12px 30px rgba(215, 255, 47, 0.35);
}

.primary-btn:hover {
  transform: translateY(-2px);
}

.secondary-btn {
  background: var(--dark-blue);
  color: var(--white);
}

.primary-btn,
.secondary-btn,
.primary-btn:visited,
.secondary-btn:visited {
  text-decoration: none;
}

.primary-btn:hover,
.secondary-btn:hover {
  text-decoration: none;
}

/* HERO CARD */

.hero-card {
  position: relative;

  background: var(--white);

  border-radius: 28px;

  overflow: hidden;

  box-shadow: var(--shadow);

  min-height: 480px;
}

.hero-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position: center;

  position: absolute;
  inset: 0;
}

.hero-badge {
  position: absolute;

  bottom: 24px;
  left: 24px;

  background: var(--neon);

  color: var(--dark-blue);

  padding: 12px 18px;

  border-radius: 999px;

  font-weight: 900;

  z-index: 2;
}

/* SECTIONS */

.section {
  max-width: 1180px;

  margin: 0 auto;

  padding: 60px 24px;
}

.section-heading {
  max-width: 680px;

  margin-bottom: 36px;
}

.section-heading h2,
.dark-section h2 {
  font-size: clamp(30px, 4vw, 46px);

  color: var(--dark-blue);

  line-height: 1.1;
}

/* GRID */

.offer-grid,
.partners-grid {
  display: grid;

  gap: 24px;
}

.offer-grid {
  grid-template-columns: repeat(4, 1fr);
}

.partners-grid {
  grid-template-columns: repeat(3, 1fr);

  align-items: stretch;
}

/* CARDS */

.offer-card,
.partner-card,
.details-card,
.contact-card,
.contact-form {
  background: var(--white);

  border: 1px solid var(--border);

  border-radius: 24px;

  box-shadow: var(--shadow);
}

.offer-card {
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: 0.25s;
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(22, 22, 22, 0.12);
}

.offer-card img {
  height: 230px;

  object-fit: contain;

  padding: 24px;

  background: #ffffff;
}

.offer-card h3,
.partner-card h3 {
  color: var(--dark-blue);

  padding: 20px 20px 8px;

  font-size: 22px;
}

.offer-card p,
.partner-card p {
  color: var(--muted);

  padding: 0 20px 24px;
}

/* DARK SECTION */

.dark-section {
  max-width: 1180px;
  width: calc(100% - 32px);

  background: linear-gradient(
    135deg,
    var(--dark-blue),
    var(--blue)
  );

  border-radius: 32px;
  color: var(--white);

  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 32px;

  margin: 60px auto;
  padding: 60px 48px;
}

.dark-section h2 {
  color: var(--white);
}

.dark-section p {
  color: #d8e2f2;

  max-width: 680px;
}

/* SUBPAGE */

.subpage-header {
  background: linear-gradient(
    135deg,
    var(--dark-blue),
    var(--blue)
  );

  color: var(--white);

  padding: 90px 24px 70px;

  text-align: center;
}

.subpage-header h1 {
  color: var(--white);
}

.subpage-header p {
  color: #d8e2f2;

  font-size: 18px;

  max-width: 760px;

  margin: 0 auto;
}

/* PARTNER CARDS */

.partner-card {
  min-height: 285px;

  padding-bottom: 24px;

  transition: 0.25s;

  display: flex;
  flex-direction: column;
}

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

.partner-card p {
  flex-grow: 1;
}

.partner-card button {
  width: fit-content;

  margin: auto 20px 0;

  background: var(--dark-blue);

  color: var(--white);

  padding: 12px 18px;

  border-radius: 999px;

  font-weight: 800;
}

.partner-open-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;
}

.partner-open-btn span {
  font-size: 18px;

  transition: transform 0.2s ease;
}

.partner-open-btn:hover span {
  transform: translateX(5px);
}

/* PARTNER DETAILS */

.partner-detail-header {
  max-width: 1180px;

  margin: 0 auto;

  text-align: left;
}

.partner-detail-header h1,
.partner-detail-header p {
  text-align: left;

  margin-left: 0;
}

/* BACK BUTTON */

.back-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: fit-content;

  gap: 8px;

  background: var(--neon);

  color: var(--dark-blue);

  padding: 10px 16px;

  border-radius: 999px;

  font-weight: 800;

  font-size: 14px;

  margin-bottom: 24px;
}

/* DETAILS */

.details-card {
  max-width: 720px;

  margin: 0 auto;

  padding: 34px;
}

.details-card h2 {
  color: var(--dark-blue);

  margin-bottom: 20px;
}

.details-card p {
  margin-bottom: 12px;
}

/* CONTACT */

.contact-layout {
  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  gap: 28px;
}

.contact-card,
.contact-form {
  padding: 34px;
}

.contact-card h2 {
  color: var(--dark-blue);

  margin-bottom: 20px;
}

.contact-card p {
  margin-bottom: 12px;
}

.contact-form {
  display: flex;

  flex-direction: column;

  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;

  border: 1px solid var(--border);

  padding: 14px 16px;

  border-radius: 14px;

  font-size: 15px;

  outline: none;
}

.contact-form textarea {
  min-height: 150px;

  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--neon);

  box-shadow: 0 0 0 4px rgba(215, 255, 47, 0.25);
}

/* FOOTER */

.footer {
  background: var(--dark-blue);

  margin-top: 40px;

  padding: 14px 24px;
}

.footer-content {
  max-width: 1180px;

  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;

  gap: 24px;
}

.footer-left h3 {
  color: var(--white);

  font-size: 20px;
  font-weight: 800;

  margin-bottom: 2px;
}

.footer-contact {
  display: flex;
  gap: 14px;

  flex-wrap: wrap;
}

.footer-contact p,
.footer-contact a,
.footer-right p {
  color: #c9d5eb;

  font-size: 13px;

  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--neon);
}

.footer-instagram {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 768px) {

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

    gap: 8px;
  }

  .footer-contact {
    flex-direction: column;
    gap: 2px;
  }

  .footer {
    padding: 14px 24px;
  }
}

/* PLAYERS */

.players-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.player-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;

  display: flex;
  flex-direction: column;

  transition: 0.25s;
}

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

.player-card img {
  width: 100%;
  height: 240px;

  object-fit: cover;
}

.player-card h3 {
  color: var(--dark-blue);

  padding: 20px 20px 8px;

  font-size: 22px;
}

.player-card p {
  color: var(--muted);

  padding: 0 20px;

  flex-grow: 1;
}

.player-social {
  display: flex;
  gap: 12px;

  padding: 16px 20px 0;
}

.player-social a {
  color: var(--dark-blue);

  font-weight: 800;
  font-size: 14px;

  text-decoration: none;
}

.player-social a:hover {
  text-decoration: underline;
}

.player-card .profile-link {
  width: fit-content;

  margin: 16px 20px 20px;

  background: var(--dark-blue);
  color: var(--white);

  padding: 12px 18px;

  border-radius: 999px;

  font-weight: 800;
  text-decoration: none;
}

.player-bio {
  color: var(--muted);

  margin-bottom: 24px;
}

.player-bio p {
  margin: 0 0 14px;
}

.player-bio p:last-child {
  margin-bottom: 0;
}

.player-bio a,
.player-bio a:visited {
  color: var(--lime);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.player-bio a:hover {
  color: var(--lime);
  background: rgba(190, 255, 0, 0.12);
  border-bottom-color: var(--lime);
}

/* SHOPS - TABS + FILTER */

.shop-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-bottom: 24px;
}

.shop-tab {
  background: var(--white);
  border: 1px solid var(--border);

  color: var(--dark-blue);

  padding: 10px 22px;

  border-radius: 999px;

  font-weight: 800;
  font-size: 15px;
}

.shop-tab.active {
  background: var(--dark-blue);
  color: var(--white);

  border-color: var(--dark-blue);
}

.shop-filter {
  margin-bottom: 24px;
}

.shop-filter select {
  border: 1px solid var(--border);

  border-radius: 999px;

  padding: 10px 20px;

  font-size: 15px;
  font-family: inherit;

  color: var(--text);
  background: var(--white);
}

.partners-grid.shop-panel {
  display: none;
}

.partners-grid.shop-panel.active {
  display: grid;
}

/* PARTNERS PAGE */

.partner-link-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 260px;

  padding: 32px;

  color: var(--dark-blue);
  text-decoration: none;

  transition: 0.25s ease;
}

.partner-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 86px;
  margin-bottom: 22px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(14, 14, 14, 0.08);
  border-radius: 18px;
}

.partner-card-logo img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.partner-card-logo-padel-center-academy img,
.partner-card-logo-sklep-tenisa img {
  max-height: 66px;
}

.partner-card-logo-padel-center-academy img {
  width: auto;
  max-width: 92%;
  filter: invert(1);
}

.partner-card-logo-sklep-tenisa img {
  width: 100%;
  max-width: 260px;
  filter: invert(1);
}

.partner-link-card h3 {
  padding: 0;
  margin-bottom: 20px;

  font-size: 24px;
  text-decoration: none;
}

.partner-link-card p {
  padding: 0;
  margin-bottom: 32px;

  color: var(--muted);
  line-height: 1.7;
  text-decoration: none;
}

.partner-link-card span {
  color: var(--dark-blue);

  font-weight: 800;
  text-decoration: none;
}

.partner-link-card:hover {
  transform: translateY(-8px);
  border-color: var(--neon);
}

.partner-link-card,
.partner-link-card * {
  text-decoration: none;
}

.partners-grid.shop-panel .partner-link-card {
  justify-content: flex-start;
}

.partners-grid.shop-panel .partner-card-logo {
  flex: 0 0 86px;
}

.partners-grid.shop-panel .partner-link-card h3 {
  min-height: 62px;
  margin-bottom: 12px;
}

.partners-grid.shop-panel .partner-link-card p {
  margin-bottom: 28px;
}

.partners-grid.shop-panel .partner-link-card span {
  margin-top: auto;
}

/* PARTNER DETAIL */

.partner-detail-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px;
}

.partner-detail-wrapper {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: flex-start;
}

.partner-detail-wrapper-no-gallery {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.partner-detail-info {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 48px;
  box-shadow: var(--shadow);
  height: auto;
  min-height: 0;
  align-self: flex-start;
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;

  color: var(--dark-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.back-link:hover {
  color: var(--neon);
}

.partner-detail-info h1 {
  color: var(--dark-blue);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  margin-bottom: 32px;
}

.partner-detail-data {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.partner-detail-data p {
  padding: 18px 20px;
  background: var(--light);
  border-radius: 18px;
}

.partner-detail-data strong {
  display: block;
  margin-bottom: 6px;

  color: var(--dark-blue);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.partner-detail-data span {
  color: var(--muted);
  font-size: 17px;
}

.partner-detail-image {
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.partner-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .partners-grid.shop-panel .partner-link-card h3 {
    min-height: 0;
  }

  .partner-detail-wrapper {
    grid-template-columns: 1fr;
  }

  .partner-detail-info {
    padding: 34px 24px;
  }

  .partner-detail-image {
    min-height: 340px;
  }

  .partner-card-logo {
    height: 78px;
    margin-bottom: 18px;
  }

  .partner-card-logo img {
    max-height: 48px;
  }
	
  .partner-detail-data a {
  color: inherit;
  text-decoration: none;
}

  .partner-detail-data a:hover {
  color: var(--dark-blue);
}
}

/* CONTACT PAGE */

.contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px;
}

.contact-header {
  max-width: 760px;
  margin-bottom: 48px;
}

.contact-header h1 {
  color: var(--dark-blue);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.contact-header p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: stretch;
}

.contact-info-card,
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: var(--shadow);
  height: 100%;
}

.contact-info-card {
  padding: 40px;
}

.contact-info-card h2 {
  color: var(--dark-blue);
  font-size: 32px;
  margin-bottom: 28px;
}

.contact-info-list {
  display: grid;
  gap: 16px;
}

.contact-info-list a,
.contact-info-list div {
  display: block;
  padding: 18px 20px;

  background: var(--light);
  border-radius: 18px;

  text-decoration: none;
  transition: 0.25s ease;
}

.contact-info-list a:hover {
  transform: translateY(-3px);
  background: #eef4ff;
}

.contact-info-list strong {
  display: block;
  margin-bottom: 6px;

  color: var(--dark-blue);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-info-list span {
  color: var(--muted);
  font-size: 16px;
}

.contact-form-card {
  padding: 40px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;

  border: 1px solid var(--border);
  border-radius: 18px;

  padding: 16px 18px;

  font-size: 16px;
  font-family: inherit;

  outline: none;

  background: var(--light);
  color: var(--text);

  transition: 0.25s ease;
}

.contact-form-card textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: var(--neon);
  box-shadow: 0 0 0 4px rgba(215, 255, 47, 0.25);
  background: var(--white);
}

.form-note {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .contact-wrapper,
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-page {
    padding: 60px 24px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 28px;
  }
}

/* RESPONSIVE */

@media (max-width: 980px) {

  .hero,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .offer-grid,
  .partners-grid,
  .players-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dark-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

.menu-toggle {
  display: none;

  background: var(--neon);
  color: var(--dark-blue);

  border: none;
  border-radius: 10px;

  padding: 8px 12px;

  font-size: 24px;
  font-weight: 800;

  cursor: pointer;
}

@media (max-width: 768px) {

  .navbar-content {
    position: relative;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;

    top: 72px;
    left: 24px;
    right: 24px;

    display: none;

    flex-direction: column;
    align-items: flex-start;

    gap: 18px;

    background: var(--dark-blue);

    padding: 24px;

    border-radius: 18px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    padding-top: 60px;
  }

  .hero,
  .contact-layout,
  .offer-grid,
  .partners-grid,
  .players-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 320px;
  }

  .hero-card img {
    height: 320px;
  }

  .partner-card {
    min-height: 260px;
  }

  .dark-section {
    flex-direction: column;
    align-items: flex-start;

    max-width: 1180px;

    width: calc(100% + 96px);

    transform: translateX(-48px);

    margin: 60px auto;

    padding: 48px 32px;
}
	@media (max-width: 768px) {
  .dark-section {
    width: calc(100% - 32px);
    max-width: none;

    margin: 40px auto;
    padding: 36px 24px;

    transform: none;

    flex-direction: column;
    align-items: flex-start;

    overflow: hidden;
  }

  .dark-section h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .dark-section p {
    font-size: 16px;
    max-width: 100%;
  }

  .dark-section .primary-btn {
    width: fit-content;
    margin-top: 20px;
  }
}
	
}

/* Final cascade layer for the B2B homepage redesign */

.nav-links {
  gap: 32px;
}

.nav-links a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.nav-links a:last-child {
  color: #ffffff;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a:last-child:hover {
  color: var(--neon);
}

.nav-links a::after {
  height: 3px;
  bottom: -8px;
  background: var(--neon);
}

.footer {
  background: #0e0e0e;
  margin-top: 0;
  padding: 20px 40px;
}

.footer-content {
  max-width: none;
}

.footer-left h3 {
  margin: 0 0 2px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.footer-contact {
  display: block;
}

.footer-contact p,
.footer-right p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}

.footer-contact p {
  color: #666666;
}

.footer-right p {
  color: #444444;
}

@media (max-width: 768px) {
  .nav-links {
    gap: 18px;
  }

  .nav-links a {
    font-size: 18px;
  }

  .footer {
    padding: 20px;
  }
}

/* Final overrides: seamless navbar and stronger Bullpadel section */

.navbar {
  margin-bottom: 0;
  border-bottom: 0;
}

.site-content {
  margin-top: 0;
}

.site-content > p:empty {
  display: none;
}

.site-content > *:first-child {
  margin-top: 0;
}

.pm-hero {
  margin-top: 0;
}

.pm-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pm-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(215, 255, 47, 0.34);
}

.pm-btn-outline:hover {
  background: var(--dark-blue);
  color: #ffffff;
}

.pm-bullpadel-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(176, 16, 32, 0.42), transparent 28%),
    radial-gradient(circle at 10% 84%, rgba(255, 74, 91, 0.16), transparent 30%),
    linear-gradient(135deg, #160607 0%, #202020 46%, #0e0e0e 100%);
  border-top-color: #b01020;
  color: #ffffff;
}

.pm-bullpadel-section .pm-brand-label {
  color: #ff4a5b;
}

.pm-bullpadel-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-bullpadel-section .pm-section-header p:not(.pm-brand-label) {
  color: #d8d8d8;
}

.pm-bullpadel-section .pm-shop-link {
  border-color: #ff4a5b;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(176, 16, 32, 0.18);
}

.pm-bullpadel-section .pm-shop-link:hover {
  background: #b01020;
  border-color: #b01020;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(176, 16, 32, 0.34);
}

.pm-bullpadel-section .pm-product-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4f4 100%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.pm-bullpadel-section .pm-product-card:hover {
  border-color: rgba(255, 74, 91, 0.72);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(176, 16, 32, 0.3);
}

.pm-bullpadel-section .pm-product-image {
  height: 290px;
  background: #111111;
  border-bottom-color: #b01020;
}

.pm-bullpadel-section .pm-product-card h3 {
  color: #181818;
}

.pm-floky-section .pm-btn-primary:hover {
  background: #ffffff;
  color: #0e1a06;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(181, 232, 25, 0.28);
}

@media (max-width: 768px) {
  .pm-bullpadel-section .pm-product-image {
    height: 250px;
  }
}

/* Absolute final visual system sync */

body,
.site-content,
.entry-content,
.wp-site-blocks,
.wp-block-post-content {
  margin-top: 0;
}

.navbar {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.navbar + .site-content,
.site-content > .pm-hero:first-child,
.site-content > p:empty + .pm-hero {
  margin-top: 0 !important;
}

.site-content > p:empty,
.site-content > br:first-child {
  display: none !important;
}

.pm-brand-label {
  display: none;
}

.pm-floky-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(181, 232, 25, 0.10), transparent 32%),
    linear-gradient(135deg, #050505 0%, #151515 48%, #f4f4f0 100%);
  border-top-color: #ffffff;
}

.pm-floky-section .pm-section-header h2 {
  color: #ffffff;
}

.pm-floky-section .pm-section-header p:not(.pm-brand-label) {
  color: #d7d7d7;
}

.pm-floky-section .pm-btn-primary {
  background: #ffffff;
  color: #080808;
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.14);
}

.pm-floky-section .pm-btn-primary:hover {
  background: var(--neon);
  color: var(--dark-blue);
  box-shadow: 0 18px 42px rgba(181, 232, 25, 0.28);
}

.pm-floky-card {
  background: linear-gradient(145deg, #080808 0%, #1d1d1d 100%);
  border-color: rgba(255, 255, 255, 0.16);
}

.pm-floky-card:hover {
  border-color: #ffffff;
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(181, 232, 25, 0.2);
}

.pm-floky-card .pm-icon {
  color: #ffffff;
  filter: drop-shadow(0 10px 22px rgba(255, 255, 255, 0.12));
}

.pm-b2b-actions {
  align-items: flex-start;
}

.subpage-header {
  background:
    radial-gradient(circle at 85% 15%, rgba(181, 232, 25, 0.18), transparent 26%),
    linear-gradient(135deg, #0e0e0e 0%, #202020 58%, #111111 100%);
  border-bottom: 3px solid var(--neon);
}

.subpage-header .eyebrow,
.contact-header .eyebrow,
.section-heading .eyebrow {
  background: var(--blue);
  border-radius: 14px;
  color: #ffffff !important;
}

.partner-link-card,
.partner-card,
.player-card,
.contact-info-card,
.contact-form-card,
.details-card {
  border-radius: 32px;
  border-color: rgba(20, 20, 20, 0.10);
  box-shadow: 0 28px 64px rgba(20, 20, 20, 0.14);
}

.partner-link-card:hover,
.partner-card:hover,
.player-card:hover {
  border-color: var(--neon);
  box-shadow: 0 38px 84px rgba(20, 20, 20, 0.20);
}

.shop-tab.active,
.partner-card button,
.player-card .profile-link {
  background: #0e0e0e;
  color: #ffffff;
}

/* EOF contact page scale normalization */

.contact-page {
  max-width: 1180px;
  padding: 60px 24px;
}

.contact-header {
  max-width: 680px;
  margin-bottom: 36px;
}

.contact-header h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  margin-bottom: 16px;
}

.contact-header p {
  font-size: 16px;
  line-height: 1.7;
}

.contact-wrapper {
  gap: 24px;
}

.contact-info-card,
.contact-form-card {
  padding: 32px;
}

.contact-info-card h2 {
  font-size: 28px;
  margin-bottom: 22px;
}

.contact-info-list {
  gap: 14px;
}

.contact-info-list a,
.contact-info-list div {
  padding: 16px 18px;
  border-radius: 16px;
}

.contact-info-list span {
  font-size: 15px;
}

.form-row {
  gap: 16px;
}

.contact-form-card input,
.contact-form-card textarea {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 15px;
}

.contact-form-card textarea {
  min-height: 150px;
}

@media (max-width: 900px) {
  .contact-page {
    padding: 50px 24px;
  }

  .contact-wrapper,
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* EOF mobile-first QA overrides - active */

html,
body {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .navbar {
    padding: 18px 0 !important;
  }

  .navbar-content,
  .nav-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 14px !important;
  }

  .nav-links {
    top: calc(100% + 14px) !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-width: calc(100vw - 36px);
    padding: 20px !important;
    border-radius: 22px !important;
    gap: 14px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32) !important;
  }

  .nav-links a {
    width: 100%;
    font-size: 17px !important;
    line-height: 1.2;
    padding: 8px 0;
  }

  .pm-hero {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 44px 20px 38px !important;
  }

  .pm-hero-copy {
    max-width: none;
  }

  .pm-distributor-badge {
    font-size: 11px !important;
    line-height: 1.2;
    padding: 7px 10px;
    margin-bottom: 16px;
  }

  .pm-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
    margin-bottom: 16px !important;
  }

  .pm-hero-copy > p:not(.pm-distributor-badge) {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .pm-hero-actions {
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .pm-btn {
    min-height: 46px !important;
    padding: 13px 18px !important;
    font-size: 14px !important;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid,
  .contact-wrapper,
  .players-grid,
  .partners-grid,
  .offer-grid,
  .partner-detail-wrapper {
    grid-template-columns: 1fr !important;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid {
    gap: 18px !important;
  }

  .pm-hero-brand-card {
    border-radius: 26px !important;
    padding: 22px !important;
  }

  .pm-hero-icon {
    height: 132px !important;
    border-radius: 20px !important;
    margin-bottom: 16px !important;
  }

  .pm-brand-logo-bullpadel {
    max-height: 88px !important;
  }

  .pm-brand-logo-floky {
    max-height: 58px !important;
  }

  .pm-brand-section,
  .pm-b2b-cta {
    padding: 46px 20px !important;
  }

  .pm-section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
    margin-bottom: 24px !important;
  }

  .pm-section-header h2,
  .pm-b2b-cta h2,
  .section-heading h2,
  .contact-header h1 {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .pm-section-header p:not(.pm-brand-label),
  .pm-b2b-cta p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .pm-product-card,
  .pm-floky-card,
  .partner-link-card,
  .partner-card,
  .player-card,
  .contact-info-card,
  .contact-form-card {
    border-radius: 26px !important;
  }

  .pm-product-card,
  .pm-floky-card {
    padding-bottom: 24px !important;
  }

  .pm-product-image,
  .pm-bullpadel-section .pm-product-image,
  .pm-floky-card .pm-icon {
    height: 220px !important;
  }

  .pm-floky-card .pm-icon {
    padding: 64px !important;
    margin-bottom: 22px !important;
  }

  .pm-product-card h3,
  .pm-product-card p,
  .pm-floky-card h3,
  .pm-floky-card p {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .pm-product-card h3,
  .pm-floky-card h3 {
    font-size: 19px !important;
  }

  .pm-b2b-cta {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .pm-b2b-points {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .pm-b2b-actions,
  .pm-b2b-actions .pm-btn {
    width: 100% !important;
  }

  .pm-b2b-actions .pm-btn {
    justify-content: center;
  }

  .section,
  .contact-page,
  .partner-detail-page {
    padding: 46px 20px !important;
  }

  .section-heading,
  .contact-header {
    margin-bottom: 28px !important;
  }

  .subpage-header {
    padding: 54px 20px 46px !important;
  }

  .subpage-header h1,
  .partner-detail-info h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .partner-link-card,
  .partner-card,
  .player-card {
    min-height: auto !important;
  }

  .partner-link-card {
    padding: 24px !important;
  }

  .player-card img {
    height: 240px !important;
  }

  .contact-wrapper {
    gap: 18px !important;
    align-items: flex-start !important;
  }

  .contact-info-card,
  .contact-form-card {
    height: auto !important;
    padding: 24px !important;
  }

  .contact-form-card {
    justify-content: flex-start !important;
    gap: 10px !important;
    align-self: flex-start !important;
  }

  .form-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .contact-form-card textarea,
  .contact-form textarea {
    min-height: 190px !important;
    resize: none !important;
  }

  .footer {
    padding: 22px 20px !important;
  }

  .footer-content {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
}

@media (max-width: 420px) {
  .pm-hero h1,
  .subpage-header h1,
  .partner-detail-info h1 {
    font-size: 30px !important;
  }

  .pm-section-header h2,
  .pm-b2b-cta h2,
  .section-heading h2,
  .contact-header h1 {
    font-size: 28px !important;
  }

  .pm-hero,
  .pm-brand-section,
  .pm-b2b-cta,
  .section,
  .contact-page,
  .partner-detail-page {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pm-hero-actions .pm-btn {
    width: 100% !important;
  }
}

/* EOF desktop contact textarea height */
.contact-form-card textarea,
.contact-form textarea {
  min-height: 260px !important;
  resize: none !important;
}

/* EOF final mobile layout fix */

@media (max-width: 900px) {
  .pm-hero,
  .pm-b2b-cta,
  .contact-wrapper,
  .partner-detail-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .pm-hero-brand-grid,
  .pm-bullpadel-grid,
  .pm-floky-grid,
  .players-grid,
  .partners-grid,
  .offer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .pm-hero {
    padding: 44px 20px 40px !important;
    gap: 30px !important;
  }

  .pm-brand-section,
  .pm-b2b-cta,
  .section,
  .contact-page,
  .partner-detail-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pm-product-card,
  .pm-floky-card,
  .pm-hero-brand-card,
  .partner-card,
  .partner-link-card,
  .player-card,
  .contact-info-card,
  .contact-form-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pm-product-image,
  .pm-bullpadel-section .pm-product-image,
  .pm-floky-card .pm-icon {
    height: 260px !important;
  }

  .contact-wrapper {
    gap: 20px !important;
    align-items: start !important;
  }

  .contact-info-card,
  .contact-form-card {
    height: auto !important;
    padding: 24px !important;
  }

  .contact-form-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  .contact-form-card .form-row,
  .form-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .contact-form-card input,
  .contact-form-card textarea {
    width: 100% !important;
  }

  .contact-form-card textarea,
  .contact-form textarea {
    min-height: 260px !important;
    resize: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .pm-bullpadel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pm-floky-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .pm-product-image,
  .pm-bullpadel-section .pm-product-image,
  .pm-floky-card .pm-icon {
    height: 235px !important;
  }

  .pm-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .pm-hero-actions .pm-btn,
  .pm-b2b-actions .pm-btn {
    width: 100% !important;
  }
}

/* EOF shop tabs visibility fix */

.partners-grid.shop-panel {
  display: none !important;
}

.partners-grid.shop-panel.active {
  display: grid !important;
}

@media (max-width: 900px) {
  .partners-grid.shop-panel {
    display: none !important;
  }

  .partners-grid.shop-panel.active {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* EOF footer bottom lock */

html {
  min-height: 100%;
  background: #0e0e0e !important;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  display: flex !important;
  flex-direction: column !important;
  background: #0e0e0e !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto;
}

.site-content {
  flex: 1 0 auto !important;
  background: #f5f5f3;
}

.footer {
  flex-shrink: 0 !important;
  margin-bottom: 0 !important;
}

.footer::after {
  content: "";
  display: block;
  height: env(safe-area-inset-bottom);
  background: #0e0e0e;
}

/* EOF partner detail gallery */

.partner-detail-gallery {
  display: grid !important;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  max-height: none;
  gap: 20px;
  padding: 0;
  background: transparent !important;
  border: 0;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  box-sizing: border-box;
}

.partner-detail-gallery-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.partner-detail-gallery-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.partner-detail-gallery img {
  display: block;
  width: 100%;
  min-height: 0;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(14, 14, 14, 0.14);
}

@media (max-width: 900px) {
  .partner-detail-gallery {
    height: auto;
    min-height: 0 !important;
    max-height: none;
    gap: 16px;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  .partner-detail-gallery img {
    height: 180px;
    min-height: 180px;
    border-radius: 20px;
  }
}

/* EOF Floky card images */

.pm-floky-card {
  display: flex !important;
  flex-direction: column;
}

.pm-floky-image {
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  border-radius: 22px;
  overflow: hidden;
  background: #111111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pm-floky-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pm-floky-card:hover .pm-floky-image img {
  transform: scale(1.04);
}

@media (max-width: 900px) {
  .pm-floky-image {
    height: 260px !important;
  }
}

@media (max-width: 520px) {
  .pm-floky-image {
    height: 235px !important;
  }
}

/* EOF final contact form fill */

@media (min-width: 901px) {
  .contact-wrapper {
    align-items: stretch !important;
  }

  .contact-info-card,
  .contact-form-card {
    height: 100% !important;
  }

  .contact-form-card {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    min-height: 100% !important;
  }

  .contact-form-card textarea,
  .contact-form textarea {
    flex: 1 1 auto !important;
    min-height: 360px !important;
    height: auto !important;
    resize: none !important;
  }

  .contact-form-card .primary-btn,
  .contact-form-card button {
    margin-top: auto !important;
    align-self: flex-start;
  }
}

@media (max-width: 900px) {
  .contact-form-card textarea,
  .contact-form textarea {
    min-height: 260px !important;
    resize: none !important;
  }
}

/* EOF contact form status */

.pm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form-message {
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form-message-success {
  background: rgba(181, 232, 25, 0.22);
  color: #233900;
  border: 1px solid rgba(181, 232, 25, 0.45);
}

.contact-form-message-error {
  background: rgba(220, 38, 38, 0.08);
  color: #8a1111;
  border: 1px solid rgba(220, 38, 38, 0.25);
}

.contact-form-card .form-note {
  color: #777777;
  font-size: 12px;
  line-height: 1.45;
  margin: -2px 0 0;
}

/* EOF legal page */

.legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 24px;
}

.legal-header {
  margin-bottom: 24px;
}

.legal-header h1 {
  color: var(--dark-blue);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  margin-bottom: 14px;
}

.legal-header p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
}

.legal-content {
  background: #ffffff;
  border: 1px solid rgba(14, 14, 14, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 34px 36px;
}

.legal-content h2 {
  color: var(--dark-blue);
  font-size: 18px;
  line-height: 1.25;
  margin: 22px 0 6px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: #555555;
  font-size: 15px;
  line-height: 1.62;
  margin: 0 0 8px;
}

.legal-content ul,
.legal-content ol {
  color: #555555;
  font-size: 15px;
  line-height: 1.62;
  margin: 0 0 12px 18px;
  padding: 0;
}

.legal-content li {
  margin-bottom: 4px;
  padding-left: 2px;
}

.legal-content strong {
  color: var(--dark-blue);
  font-weight: 800;
}

.legal-content a {
  color: var(--dark-blue);
  font-weight: 800;
  text-decoration: none;
}

.legal-content a:hover {
  color: var(--neon);
}

.footer-right a,
.footer-right a:visited {
  color: #8f8f8f;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.footer-right a:hover {
  color: #b5e819;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.footer-legal-links {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.footer-right .footer-instagram-link,
.footer-right .footer-instagram-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8f8f8f;
  text-decoration: none;
}

.footer-instagram-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.footer-right .footer-instagram-link:hover {
  color: #b5e819;
}

@media (max-width: 900px) {
  .footer-links {
    justify-content: flex-start;
  }

  .footer-legal-links {
    justify-items: start;
  }
}

/* EOF contact Instagram icon */

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111111 !important;
  font-weight: 800;
}

.contact-instagram-icon {
  width: 20px;
  height: 20px;
  color: #111111;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .legal-page {
    padding: 42px 18px;
  }

  .legal-content {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .legal-content h2 {
    margin-top: 18px;
  }
}

/* EOF mobile contact number wrapping */

.contact-info-list a,
.contact-info-list div,
.contact-info-list span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-info-list span,
.contact-info-list span a,
.contact-info-list a span {
  color: var(--muted) !important;
  -webkit-text-fill-color: var(--muted);
}

.contact-nip-card {
  text-align: left !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.contact-nip-card span {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: auto;
  color: var(--muted) !important;
  -webkit-text-fill-color: var(--muted);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}

.nip-separator {
  display: inline-block;
  width: 0.35em;
}

@media (max-width: 900px) {
  .contact-nip-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px 16px !important;
  }
}

/* EOF contact form heading */

.contact-form-heading {
  margin-bottom: 4px;
}

.contact-form-heading h2 {
  color: var(--dark-blue);
  font-size: 28px;
  line-height: 1.12;
  margin: 0 0 8px;
}

.contact-form-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .contact-form-heading h2 {
    font-size: 24px;
  }
}

/* EOF lock horizontal overflow */

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  touch-action: pan-y;
}

/* EOF fixed navbar lock */

.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  flex-shrink: 0 !important;
}

.site-content {
  padding-top: 84px !important;
}

@media (max-width: 900px) {
  .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .nav-links.open {
    position: fixed !important;
    top: 72px !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 10000 !important;
  }

  .site-content {
    padding-top: 72px !important;
  }
}

/* EOF hero logo panels without gradients */

.pm-hero-logo-panel-bullpadel,
.pm-hero-logo-panel-floky {
  background: #ffffff !important;
  background-image: none !important;
  border-color: rgba(14, 14, 14, 0.10) !important;
}

/* EOF clickable player cards */

a.player-card,
a.player-card:visited,
a.player-card:hover {
  color: inherit;
  text-decoration: none;
}

.players-section .player-card {
  scroll-margin-top: 104px;
}

.player-detail-gallery-1 {
  grid-template-rows: 1fr !important;
}

.player-detail-gallery-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.player-detail-gallery-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.player-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.player-social-link,
.player-social-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #0e0e0e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.player-social-link:hover {
  background: var(--neon);
  color: var(--dark-blue);
  text-decoration: none;
}

.player-social-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.player-social-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* EOF partner detail spacing */

.partner-detail-page:not(.player-detail-page) .back-link {
  display: flex !important;
  width: fit-content !important;
  margin-bottom: 34px !important;
}

.partner-detail-page:not(.player-detail-page) .back-link + .eyebrow {
  display: block !important;
  width: fit-content !important;
  clear: both !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

/* EOF player page mobile-first polish */

.players-section .player-card img {
  height: 340px !important;
  object-fit: cover !important;
  object-position: center 18% !important;
}

.players-section img[src*="aleksander-partyga-1"] {
  object-position: center 18% !important;
}

.players-section img[src*="joanna-nowakowska-1"],
.players-section img[src*="julia-pacocha-1"] {
  object-position: center 8% !important;
}

.players-section img[src*="karol-krawczynski-1"],
.players-section img[src*="krystian-wojno-1"] {
  object-position: center 8% !important;
}

.player-detail-page .partner-detail-wrapper {
  align-items: flex-start !important;
}

.player-detail-page .partner-detail-info {
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
}

.player-detail-page .partner-detail-gallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: flex-start !important;
}

.player-detail-page .partner-detail-gallery picture {
  display: block;
  width: 100%;
}

.player-detail-page .partner-detail-gallery img {
  height: 320px !important;
  min-height: 0 !important;
  object-position: center top !important;
}

.player-detail-page .player-detail-gallery-1 img {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.player-detail-page .player-gallery-image-karol-krawczynski-2 {
  height: 380px !important;
  object-position: center 48% !important;
}

.player-detail-page img[src*="karol-krawczynski-2"] {
  height: 380px !important;
  object-position: center 48% !important;
}

.player-detail-page .player-gallery-image-krystian-wojno-3 {
  object-position: center 12% !important;
}

.player-detail-page img[src*="krystian-wojno-3"] {
  object-position: center 12% !important;
}

.player-detail-page .player-gallery-image-michal-bartusek-1 {
  object-position: center 24% !important;
}

.player-detail-page .player-gallery-image-krystian-wojno-2,
.player-detail-page .player-gallery-image-mateusz-mironski-2 {
  height: 380px !important;
}

.player-detail-page .player-gallery-image-krystian-wojno-2 {
  height: 420px !important;
}

.player-detail-page .player-gallery-image-mateusz-mironski-1 {
  object-position: center 82% !important;
}

.player-detail-page .player-gallery-image-mateusz-mironski-2 {
  object-position: center 42% !important;
}

.player-detail-page .player-gallery-image-mateusz-mironski-3 {
  object-position: center 38% !important;
}

@media (max-width: 900px) {
  .players-section .player-card img {
    height: 390px !important;
    object-position: center 16% !important;
  }

  .players-section img[src*="aleksander-partyga-1"] {
    object-position: center 18% !important;
  }

  .players-section img[src*="joanna-nowakowska-1"],
  .players-section img[src*="julia-pacocha-1"] {
    object-position: center 7% !important;
  }

  .players-section img[src*="karol-krawczynski-1"],
  .players-section img[src*="krystian-wojno-1"] {
    object-position: center 7% !important;
  }

  .player-detail-page .partner-detail-gallery:not(.player-detail-gallery-1) img {
    height: 330px !important;
    min-height: 330px !important;
    object-position: center top !important;
  }

  .player-detail-page .player-gallery-image-karol-krawczynski-2 {
    height: 380px !important;
    min-height: 380px !important;
    object-position: center 48% !important;
  }

  .player-detail-page img[src*="karol-krawczynski-2"] {
    height: 380px !important;
    min-height: 380px !important;
    object-position: center 48% !important;
  }

  .player-detail-page .player-gallery-image-krystian-wojno-3 {
    object-position: center 12% !important;
  }

  .player-detail-page img[src*="krystian-wojno-3"] {
    object-position: center 12% !important;
  }

  .player-detail-page .player-gallery-image-michal-bartusek-1 {
    object-position: center 24% !important;
  }

  .player-detail-page .player-gallery-image-krystian-wojno-2,
  .player-detail-page .player-gallery-image-mateusz-mironski-2 {
    height: 380px !important;
    min-height: 380px !important;
  }

  .player-detail-page .player-gallery-image-krystian-wojno-2 {
    height: 420px !important;
    min-height: 420px !important;
  }

  .player-detail-page .player-gallery-image-mateusz-mironski-1 {
    object-position: center 82% !important;
  }

  .player-detail-page .player-gallery-image-mateusz-mironski-2 {
    object-position: center 42% !important;
  }

  .player-detail-page .player-gallery-image-mateusz-mironski-3 {
    object-position: center 38% !important;
  }

  .player-detail-page .player-detail-gallery-1 img {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}

@media (max-width: 520px) {
  .players-section .player-card img {
    height: 360px !important;
  }

  .player-detail-page .partner-detail-gallery:not(.player-detail-gallery-1) img {
    height: 300px !important;
    min-height: 300px !important;
  }

  .player-detail-page .player-detail-gallery-1 img {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
}

/* EOF desktop navbar spread */

@media (min-width: 901px) {
  .navbar .navbar-content,
  .navbar .nav-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

/* EOF Mateusz gallery crop final */

.player-detail-page .player-gallery-image-mateusz-mironski-1,
.player-detail-page img[src*="mateusz-mironski-detail-1"] {
  object-position: center 78% !important;
}

.player-detail-page .player-gallery-image-mateusz-mironski-2,
.player-detail-page img[src*="mateusz-mironski-detail-2"] {
  object-position: center 42% !important;
}

.player-detail-page .player-gallery-image-mateusz-mironski-3,
.player-detail-page img[src*="mateusz-mironski-detail-3"] {
  height: 380px !important;
  object-position: center 44% !important;
}

@media (max-width: 900px) {
  .player-detail-page .player-gallery-image-mateusz-mironski-1,
  .player-detail-page img[src*="mateusz-mironski-detail-1"] {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    object-fit: cover !important;
    object-position: center bottom !important;
  }

  .player-detail-page .player-gallery-image-mateusz-mironski-2,
  .player-detail-page img[src*="mateusz-mironski-detail-2"] {
    object-position: center 48% !important;
  }

  .player-detail-page .player-gallery-image-mateusz-mironski-3,
  .player-detail-page img[src*="mateusz-mironski-detail-3"] {
    height: 380px !important;
    min-height: 380px !important;
    object-position: center 50% !important;
  }
}
