/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}
/* Custom Widgets Styles */
.widget-7f3e23 {
  /* Icon animation on hover - right position */
  /* Icon animation on hover - left position */
  /* Responsive styles */
}
.widget-7f3e23 .cta-button-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.widget-7f3e23 a {
  text-decoration: none;
  display: inline-block;
}
.widget-7f3e23 .cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: none;
  border-radius: 5%;
  background-color: #0066cc;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
  min-width: 200px;
}
.widget-7f3e23 .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004499;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.widget-7f3e23 .cta-button:hover::before {
  transform: translateX(0);
}
.widget-7f3e23 .cta-button:hover {
  color: #ffffff;
}
.widget-7f3e23 .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.widget-7f3e23 .button-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.widget-7f3e23 .cta-button:hover .button-icon.icon-right {
  transform: translateX(5px);
  animation: iconBounceRight 0.6s ease;
}
@keyframes iconBounceRight {
  0%, 100% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
.widget-7f3e23 .cta-button:hover .button-icon.icon-left {
  transform: translateX(-5px);
  animation: iconBounceLeft 0.6s ease;
}
@keyframes iconBounceLeft {
  0%, 100% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(-10px);
  }
}
.widget-7f3e23 .button-text {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .widget-7f3e23 .cta-button {
    padding: 14px 28px;
    font-size: 14px;
    min-width: 180px;
  }
  .widget-7f3e23 .button-icon {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-7f3e23 .cta-button {
    padding: 15px 30px;
    font-size: 15px;
    min-width: 190px;
  }
  .widget-7f3e23 .button-icon {
    width: 19px;
    height: 19px;
  }
}

/*
  Athlete Bio Widget - Coach Poncho Hodges
  © HVD Studios — www.hvdstudios.com
*/
.widget-da50c7 {
  --brand-purple: #4B3F9E;
  --brand-purple-dark: #2d2660;
  --brand-purple-light: #6b5ec7;
  --brand-orange: #E8710A;
  --brand-orange-light: #f4941e;
  --brand-gold: #f0b429;
  --dark-bg: #1a1630;
  --card-bg: #241d4a;
  --text-light: #ffffff;
  --text-muted: #a097cc;
  --side-pad: 32px;

  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: var(--dark-bg);
  color: var(--text-light);

  /* ── Shared inner container ── */
  .section-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 var(--side-pad);
    box-sizing: border-box;
  }

  /* ========================
     HERO CARD — full-bleed photo + Ken Burns
  ======================== */
  .hero-card {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid var(--brand-orange);
    min-height: 460px;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }

  .hero-kb-bg {
    position: absolute;
    inset: -8%;
    background-size: cover;
    background-position: center top;
    background-color: var(--brand-purple-dark);
    animation: kenBurns 16s ease-in-out infinite alternate;
    z-index: 0;
    will-change: transform;
  }

  @keyframes kenBurns {
    0%   { transform: scale(1.0)  translate(0%,    0%); }
    33%  { transform: scale(1.09) translate(-2%,  -1%); }
    66%  { transform: scale(1.13) translate(1.5%, 1.5%); }
    100% { transform: scale(1.06) translate(2%,  -2%); }
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        to top,
        rgba(26, 22, 48, 0.75) 0%,
        transparent 60%
      ),
      rgba(26, 22, 48, 0.45);
    z-index: 1;
  }

  /* Left alignment */
  .hero-card:has(.hero-align-left) .hero-overlay {
    background:
      linear-gradient(to right, rgba(26,22,48,0.95) 0%, rgba(26,22,48,0.80) 40%, rgba(26,22,48,0.30) 100%),
      linear-gradient(to top, rgba(26,22,48,0.65) 0%, transparent 55%);
  }

  /* Right alignment */
  .hero-card:has(.hero-align-right) .hero-overlay {
    background:
      linear-gradient(to left, rgba(26,22,48,0.95) 0%, rgba(26,22,48,0.80) 40%, rgba(26,22,48,0.30) 100%),
      linear-gradient(to top, rgba(26,22,48,0.65) 0%, transparent 55%);
  }

  /* Hero text — alignment controlled via design panel */
  .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 580px;
    padding: 56px var(--side-pad) 48px;
    box-sizing: border-box;
    text-align: right;
    margin-left: auto;
  }

  .hero-content.hero-align-left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  .hero-content.hero-align-left .hero-divider { margin: 0 0 18px 0; }
  .hero-content.hero-align-left .hero-cta-row { justify-content: flex-start; }

  .hero-content.hero-align-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content.hero-align-center .hero-divider { margin: 0 auto 18px; }
  .hero-content.hero-align-center .hero-cta-row { justify-content: center; }

  .hero-content.hero-align-right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
  .hero-content.hero-align-right .hero-divider { margin: 0 0 18px auto; }
  .hero-content.hero-align-right .hero-cta-row { justify-content: flex-end; }

  .hero-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 10px;
  }

  .brand-tag {
    display: inline-block;
    background: var(--brand-orange);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 14px;
  }

  .athlete-name {
    font-size: clamp(22px, 4.5vw, 48px);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.05;
  }

  .athlete-title {
    font-size: clamp(11px, 1.4vw, 13px);
    font-weight: 500;
    color: var(--brand-orange-light);
    margin-bottom: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .hero-divider {
    width: 44px;
    height: 3px;
    background: var(--brand-orange);
    margin: 0 0 18px auto;
    border-radius: 2px;
  }

  .hero-cta-tagline {
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 18px;
    line-height: 1.55;
  }

  .hero-cta-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
  }

  /* CTA Button */
  .hero-cta-button {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.55) !important;
    padding: 11px 20px;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    transition: color 0.3s, border-color 0.3s, box-shadow 0.3s !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-sizing: border-box;
    width: 200px;
    min-width: 0;
    max-width: 100%;
  }

  .hero-cta-button::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: var(--brand-orange) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1) !important;
    z-index: 0 !important;
  }

  .hero-cta-button:hover {
    border-color: var(--brand-orange) !important;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(232,113,10,0.45) !important;
  }

  .hero-cta-button:hover::before {
    transform: scaleX(1) !important;
  }

  .hero-cta-button span,
  .hero-cta-button {
    position: relative;
    z-index: 1;
  }

  /* ========================
     STATS ROW — 100% full width
  ======================== */
  .stats-row {
    display: flex;
    width: 100%;
    background: var(--brand-purple-dark);
    border-bottom: 3px solid var(--brand-orange);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }

  .stat-card {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.3s, transform 0.25s;
    cursor: default;
    gap: 5px;
    box-sizing: border-box;
    min-width: 0;
    position: relative;
    overflow: hidden;
    contain: layout style;
  }

  .stat-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%; right: 50%;
    height: 2px;
    background: var(--brand-orange);
    transition: left 0.3s, right 0.3s;
  }

  .stat-card:hover::after { left: 0; right: 0; }
  .stat-card:last-child { border-right: none; }
  .stat-card:hover { background: rgba(232, 113, 10, 0.12); transform: translateY(-2px); }

  .stat-card.featured {
    background: rgba(232, 113, 10, 0.09);
    position: relative;
  }

  .stat-card.featured::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--brand-orange);
  }

  .stat-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 113, 10, 0.15);
    border: 1px solid rgba(232, 113, 10, 0.35);
    border-radius: 8px;
    flex-shrink: 0;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  }

  .stat-icon svg {
    width: 15px;
    height: 15px;
    stroke: var(--brand-orange);
    flex-shrink: 0;
    transition: stroke 0.3s;
  }

  .stat-card:hover .stat-icon {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    transform: scale(1.12) rotate(-5deg);
    box-shadow: 0 4px 14px rgba(232, 113, 10, 0.45);
  }

  .stat-card:hover .stat-icon svg { stroke: #fff; }

  .stat-value {
    font-size: clamp(18px, 2.8vw, 30px);
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }

  .stat-label {
    font-size: clamp(9px, 1vw, 10px);
    font-weight: 500;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    word-break: break-word;
  }

  /* ========================
     SHARED SECTION SPACING
  ======================== */
  .badges-section,
  .xp-bar-section {
    padding: 32px 0;
    position: relative;
    z-index: 1;
  }

  .bio-section {
    padding: 36px 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    contain: layout style;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .section-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .section-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--brand-orange);
  }

  .section-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--brand-orange);
  }

  /* ========================
     BADGES
  ======================== */
  .badges-section {
    background: rgba(75, 63, 158, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .badges-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(75, 63, 158, 0.45);
    border: 1px solid rgba(232, 113, 10, 0.35);
    border-radius: 4px;
    padding: 8px 14px;
    transition: background 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
    cursor: default;
    position: relative;
    overflow: hidden;
  }

  .badge-shine {
    position: absolute;
    top: 0; left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
    transform: skewX(-15deg);
    transition: left 0.45s ease;
    pointer-events: none;
  }

  .badge-item:hover .badge-shine { left: 130%; }

  .badge-item:hover {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(232, 113, 10, 0.4);
  }

  .badge-icon {
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .badge-icon svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    stroke: none;
  }

  .badge-text {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    color: #ffffff;
    position: relative;
    z-index: 1;
  }

  /* ========================
     XP PROGRESS BAR
  ======================== */
  .xp-bar-section {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 20px 0 24px;
  }

  .xp-bar-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
  }

  .xp-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: var(--brand-orange);
  }

  .xp-icon {
    width: 13px;
    height: 13px;
    stroke: var(--brand-orange);
    flex-shrink: 0;
  }

  .xp-rank {
    font-size: 11px;
    font-weight: 700;
    color: var(--brand-gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(240,180,41,0.12);
    border: 1px solid rgba(240,180,41,0.3);
    border-radius: 3px;
    padding: 2px 9px;
    white-space: nowrap;
  }

  .xp-pts {
    margin-left: auto;
    font-size: 10px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.8px;
    white-space: nowrap;
  }

  .xp-track {
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 6px;
    overflow: visible;
    position: relative;
  }

  .xp-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--brand-purple-light), var(--brand-orange), var(--brand-gold));
    border-radius: 6px;
    transition: width 1.6s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    will-change: width;
  }

  .xp-fill::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: xpShimmer 2.4s linear infinite;
    will-change: transform;
  }

  @keyframes xpShimmer {
    0%   { left: -60%; }
    100% { left: 130%; }
  }

  .xp-milestones {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
  }

  .xp-milestone {
    position: absolute;
    top: 14px;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--text-muted);
    white-space: nowrap;
  }

  .xp-milestone.active { color: var(--brand-gold); }

  /* ========================
     CONTENT AREA (below Coach Level bar)
  ======================== */
  .bio-content-area {
    width: 100%;
    box-sizing: border-box;
  }

  /* ========================
     STICKY NAV BAR
  ======================== */
  .bio-tabs-sticky-sentinel {
    height: 0;
    width: 100%;
    pointer-events: none;
  }

  /* Remove transition from bio-tabs base — only shadow animates when sticky class is added */
  .bio-tabs {
    width: 100%;
    background: var(--brand-purple-dark);
    border-bottom: 2px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 100;
    box-sizing: border-box;
  }

  .bio-tabs.is-sticky {
    position: fixed;
    left: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
    z-index: 9999;
    will-change: transform;
  }

  .tabs-inner {
    width: 100%;
    padding: 0 var(--side-pad);
    box-sizing: border-box;
    display: flex;
  }

  .tab-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 14px 12px;
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: color 0.25s, background 0.25s;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }

  .tab-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(232,113,10,0.07);
    opacity: 0;
    transition: opacity 0.25s;
    pointer-events: none;
  }

  .tab-btn:hover::after { opacity: 1; }
  .tab-btn:hover { color: #ffffff; }

  .tab-btn.active {
    color: var(--brand-orange);
    border-bottom-color: var(--brand-orange);
  }

  .tab-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    stroke: currentColor;
    transition: transform 0.3s;
  }

  .tab-btn:hover .tab-icon { transform: scale(1.2) rotate(-5deg); }
  .tab-btn.active .tab-icon { transform: scale(1.1); }

  /* Tab label text — hidden on very small screens */
  .tab-label { display: inline; }

  /* ========================
     BIO CARD
  ======================== */
  .bio-card {
    background: var(--card-bg);
    border-radius: 8px;
    border: 1px solid rgba(75, 63, 158, 0.5);
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, border-color 0.3s;
  }

  .bio-card:hover {
    border-color: rgba(232,113,10,0.3);
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  }

  .card-accent {
    height: 3px;
    background: linear-gradient(90deg, var(--brand-purple), var(--brand-orange), var(--brand-gold));
  }

  .card-body {
    padding: 28px 32px;
  }

  .card-body p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.78;
    margin: 0 0 14px;
    text-align: left;
  }

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

  /* ========================
     SKILL BARS
  ======================== */
  .skills-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .skill-row {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 16px;
  }

  .skill-name {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-align: left;
  }

  .skill-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .skill-bar {
    flex: 1;
    height: 9px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 6px;
    overflow: hidden;
    cursor: default;
    position: relative;
  }

  .skill-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand-purple-light), var(--brand-orange));
    border-radius: 6px;
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    will-change: width;
  }

  .skill-fill::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 7px; height: 100%;
    background: var(--brand-gold);
    border-radius: 0 6px 6px 0;
  }

  .skill-bar:hover .skill-fill { filter: brightness(1.15); }

  .skill-level {
    font-size: 10px;
    font-weight: 700;
    color: var(--brand-orange);
    min-width: 28px;
    text-align: right;
    flex-shrink: 0;
  }

  /* ========================
     TIMELINE
  ======================== */
  .timeline {
    display: flex;
    flex-direction: column;
  }

  .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
  }

  .timeline-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 36px;
    margin-right: 16px;
  }

  .timeline-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 2;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 0 3px rgba(232, 113, 10, 0.18);
    margin-top: 2px;
  }

  .timeline-item:hover .timeline-dot {
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 0 0 5px rgba(232, 113, 10, 0.38), 0 4px 16px rgba(232,113,10,0.3);
  }

  .bball-svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .timeline-spine-segment {
    width: 2px;
    flex: 1;
    min-height: 12px;
    background: linear-gradient(to bottom, rgba(232, 113, 10, 0.5), rgba(107, 94, 199, 0.3));
  }

  .timeline-item:last-child .timeline-spine-segment { display: none; }

  .timeline-body {
    flex: 1;
    padding-bottom: 22px;
    min-width: 0;
  }

  .tl-year {
    font-size: 11px;
    font-weight: 700;
    color: var(--brand-orange);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 6px;
    padding-top: 8px;
    text-align: left;
  }

  .timeline-card {
    background: var(--card-bg);
    border: 1px solid rgba(75, 63, 158, 0.45);
    border-radius: 8px;
    padding: 12px 16px;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  }

  .timeline-item:hover .timeline-card {
    border-color: var(--brand-orange);
    box-shadow: 0 4px 20px rgba(232, 113, 10, 0.2);
    /* No translateX to prevent horizontal scroll on narrow viewports */
  }

  .tl-event {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    text-align: left;
  }

  /* ========================
     TABLET — 768px to 1024px
  ======================== */
  @media (min-width: 768px) and (max-width: 1024px) {
    --side-pad: 24px;

    .hero-card { min-height: 400px; }
    .hero-content { max-width: 480px; padding: 48px var(--side-pad) 40px; }

    .stat-card { padding: 16px 8px; }
    .stat-value { font-size: clamp(20px, 2.5vw, 26px); }
    .stat-label { font-size: 9px; }
    .stat-icon { width: 26px; height: 26px; }
    .stat-icon svg { width: 13px; height: 13px; }

    .skill-row { grid-template-columns: 130px 1fr; }

    .tab-btn { font-size: 10px; padding: 12px 10px; gap: 6px; }

    .card-body { padding: 22px 24px; }
  }

  /* ========================
     MOBILE — up to 767px
  ======================== */
  @media (max-width: 767px) {
    --side-pad: 16px;

    .hero-card { min-height: 320px; }
    .hero-content {
      padding: 36px var(--side-pad) 28px;
      max-width: 100%;
      /* Always left-align on mobile regardless of design setting */
      text-align: left !important;
      margin-left: 0 !important;
      margin-right: auto !important;
    }
    .hero-content .hero-divider { margin: 0 0 14px 0 !important; }
    .hero-content .hero-cta-row { justify-content: flex-start !important; }

    /* Button fills width on phones */
    .hero-cta-button {
      width: 100% !important;
      min-width: 0 !important;
      max-width: 280px;
      text-align: center;
    }

    /* Stats: 2 per row */
    .stats-row { flex-wrap: wrap; }
    .stat-card {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 14px 8px;
    }
    .stat-card:nth-child(2) { border-right: none; }
    .stat-card:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.07); }
    .stat-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); border-right: none; }

    .stat-icon { width: 24px; height: 24px; }
    .stat-icon svg { width: 12px; height: 12px; }

    /* Skill bars: smaller label column */
    .skill-row { grid-template-columns: 90px 1fr; gap: 10px; }
    .skill-name { font-size: 10px; }

    /* Nav bar: icon + short label */
    .tab-btn {
      font-size: 9px;
      padding: 11px 6px;
      gap: 4px;
      letter-spacing: 0.6px;
    }
    .tab-icon { width: 13px; height: 13px; }

    .card-body { padding: 16px 14px; }
    .card-body p { font-size: 14px; }

    /* Hide XP milestone labels — too crowded */
    .xp-milestone { display: none; }

    /* XP row: stack pts below label+rank */
    .xp-pts { margin-left: 0; width: 100%; }

    .bio-section { padding: 24px 0; }
    .badges-section, .xp-bar-section { padding: 20px 0; }

    .timeline-card { padding: 10px 12px; }
    .tl-event { font-size: 13px; }
  }

  /* ========================
     VERY SMALL PHONES — up to 380px
  ======================== */
  @media (max-width: 380px) {
    --side-pad: 12px;

    .hero-card { min-height: 280px; }
    .athlete-name { letter-spacing: 1px; }

    /* Icon-only nav at very small sizes */
    .tab-label { display: none; }
    .tab-btn { justify-content: center; padding: 12px 8px; }
    .tab-icon { width: 16px; height: 16px; }

    .skill-row { grid-template-columns: 76px 1fr; gap: 8px; }

    .stat-card { padding: 12px 6px; }
    .stat-icon { display: none; }
  }
}


@charset "UTF-8";
.widget-36ca93 {
  /* ── Palette defaults (overridden by JS theme adaptation) ── */
  --bball-bg: #2d2660;
  --bball-accent: #FF6B2B;
  --bball-accent2: #FFA500;
  --bball-glow: rgba(255, 107, 43, 0.28);
  --bball-text: #f0ece6;
  --bball-muted: #a8a0c8;
  --bball-surface: #231d52;
  --bball-divider: rgba(255, 107, 43, 0.35);
  --bball-input-bg: rgba(255, 255, 255, 0.07);
  --bball-btn-bg: rgba(255, 255, 255, 0.07);
  --bball-btn-bdr: rgba(255, 255, 255, 0.14);
  /* Base bg + derived vars — set by JS; these are the CSS fallbacks */
  --bball-base-bg: #1c1840;
  --bball-surface-bg: #231d52;
  --bball-tooltip-bg: #1e1a4a;
  --bball-depth-gradient: linear-gradient(135deg, #110e2e 0%, #1e1a4a 30%, #2d2660 60%, #241f56 100%);
  /* ══════════════════════════════════════════
     KEYFRAMES
  ══════════════════════════════════════════ */
  /* ══════════════════════════════════════════
     FOOTER SHELL
  ══════════════════════════════════════════ */
  /* Depth gradient — driven by --bball-depth-gradient set by JS */
  /* ══════════════════════════════════════════
     BASKETBALL PHOTO — FLUSH RIGHT
  ══════════════════════════════════════════ */
  /*
   * Overlay 1 — main left-fade blend.
   * JS overwrites this with the correct base color via inline style.
   * CSS fallback uses --bball-base-bg for graceful no-JS rendering.
   */
  /* Overlay 2 — top & bottom fades */
  /* Glow layer — JS overwrites with accent color; CSS uses default accent */
  /* ══════════════════════════════════════════
     INNER LAYOUT
  ══════════════════════════════════════════ */
  /* ── Columns ── */
  /* ── Column titles ── */
  /* ── Lists ── */
  /* ── Footer logo ── */
  /* ── Quick links ── */
  /* ── Social buttons ── */
  /* ── Newsletter ── */
  /* ── Signup row + Privacy tooltip ── */
  /* ── Bottom bar ── */
  /* ════════════════════════════════════════════
     RESPONSIVE
  ════════════════════════════════════════════ */
  /* ── Desktop (1025px – 1279px) ── */
  /* ── Tablet landscape (768px – 1024px) ── */
  /* ── Tablet portrait (480px – 767px) ── */
  /* ── Mobile (≤479px) ── */
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flicker {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@keyframes titleGlow {
  0%, 100% {
    text-shadow: 0 0 6px transparent;
  }
  50% {
    text-shadow: 0 0 18px var(--bball-glow);
  }
}
@keyframes shimmerBar {
  0% {
    background-position: -400% center;
  }
  100% {
    background-position: 400% center;
  }
}
@keyframes ballPhotoReveal {
  from {
    opacity: 0;
    transform: translateX(60px) scale(1.04);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes ballFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.widget-36ca93 .bball-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Uses --bball-base-bg set by JS; falls back to CSS default */
  background: var(--bball-base-bg, #1c1840);
  font-family: inherit;
  color: var(--bball-text);
}
.widget-36ca93 .bball-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bball-depth-gradient);
  z-index: 0;
  pointer-events: none;
}
.widget-36ca93 .bball-photo-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
  animation: ballPhotoReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.1s;
}
.widget-36ca93 .bball-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
  filter: grayscale(20%) contrast(1.08) brightness(0.88);
  will-change: transform;
  animation: ballFloat 9s ease-in-out 1.6s infinite;
}
.widget-36ca93 .bball-photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, var(--bball-base-bg) 0%, var(--bball-base-bg) 30%, rgba(28, 24, 64, 0.99) 42%, rgba(28, 24, 64, 0.94) 52%, rgba(30, 26, 68, 0.8) 62%, rgba(33, 28, 74, 0.52) 72%, rgba(38, 32, 82, 0.22) 84%, rgba(44, 38, 92, 0.05) 93%, transparent 100%);
  pointer-events: none;
}
.widget-36ca93 .bball-photo-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(28, 24, 64, 0.7) 0%, transparent 22%, transparent 75%, rgba(28, 24, 64, 0.8) 100%);
  pointer-events: none;
}
.widget-36ca93 .bball-photo-glow {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 70%;
  height: 120%;
  z-index: 3;
  pointer-events: none;
  will-change: opacity;
  background: radial-gradient(ellipse 60% 55% at 90% 42%, var(--bball-glow) 0%, rgba(255, 140, 60, 0.06) 40%, transparent 72%);
  animation: glowPulse 6s ease-in-out infinite;
}
.widget-36ca93 .footer-inner {
  position: relative;
  z-index: 4;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 44px 32px;
}
.widget-36ca93 .footer-columns {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.6fr;
  gap: 60px;
  margin-bottom: 36px;
}
.widget-36ca93 .footer-col {
  animation: fadeSlideUp 0.7s ease both;
}
.widget-36ca93 .footer-col:nth-child(1) {
  animation-delay: 0.25s;
}
.widget-36ca93 .footer-col:nth-child(2) {
  animation-delay: 0.4s;
}
.widget-36ca93 .footer-col:nth-child(3) {
  animation-delay: 0.55s;
}
.widget-36ca93 .col-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 18px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  animation: titleGlow 5s ease-in-out infinite;
}
.widget-36ca93 .col-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--bball-accent);
  box-shadow: 0 0 14px var(--bball-glow), 0 0 28px var(--bball-glow);
}
.widget-36ca93 .col-title-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--bball-accent);
  filter: drop-shadow(0 0 4px var(--bball-glow));
}
.widget-36ca93 .col-title-icon svg {
  width: 13px;
  height: 13px;
  stroke: var(--bball-accent);
}
.widget-36ca93 .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.widget-36ca93 .footer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: rgba(240, 236, 230, 0.82);
  line-height: 1.5;
  transition: color 0.2s;
}
.widget-36ca93 .footer-list li:hover {
  color: #ffffff;
}
.widget-36ca93 .address-lines {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.widget-36ca93 .list-icon {
  flex-shrink: 0;
  font-size: 0.9rem;
  margin-top: 1px;
}
.widget-36ca93 .contact-svg-icon {
  display: flex;
  align-items: flex-start;
  padding-top: 1px;
}
.widget-36ca93 .contact-svg-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--bball-accent);
  flex-shrink: 0;
  opacity: 0.8;
  transition: opacity 0.2s, filter 0.2s;
}
.widget-36ca93 .footer-list li:hover .contact-svg-icon svg {
  opacity: 1;
  filter: drop-shadow(0 0 5px var(--bball-glow));
}
.widget-36ca93 .footer-logo-wrap {
  margin-top: 24px;
}
.widget-36ca93 .footer-logo {
  max-width: 140px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 0.9;
  transition: opacity 0.25s, filter 0.25s;
}
.widget-36ca93 .footer-logo:hover {
  opacity: 1;
  filter: drop-shadow(0 0 8px var(--bball-glow));
}
.widget-36ca93 .footer-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 56px;
  border: 1.5px dashed rgba(255, 107, 43, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--bball-divider, rgba(255, 107, 43, 0.4));
}
.widget-36ca93 .logo-placeholder-text {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bball-accent);
  opacity: 0.55;
}
.widget-36ca93 .links-list li {
  cursor: pointer;
}
.widget-36ca93 .links-list li a {
  color: rgba(240, 236, 230, 0.82);
  text-decoration: none;
  transition: color 0.2s;
}
.widget-36ca93 .links-list li:hover a,
.widget-36ca93 .links-list li:hover span {
  color: #ffffff !important;
}
.widget-36ca93 .link-arrow {
  color: var(--bball-accent);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s;
}
.widget-36ca93 .links-list li:hover .link-arrow {
  transform: translateX(4px);
}
.widget-36ca93 .social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.widget-36ca93 .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--bball-btn-bg);
  border: 1px solid var(--bball-btn-bdr);
  color: rgba(200, 190, 185, 0.75);
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.widget-36ca93 .social-btn svg {
  width: 17px;
  height: 17px;
}
.widget-36ca93 .social-btn:hover {
  background: var(--bball-accent);
  border-color: var(--bball-accent);
  color: #fff;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 22px var(--bball-glow);
}
.widget-36ca93 .newsletter-label {
  font-size: 0.75rem;
  color: var(--bball-muted);
  margin: 0 0 10px 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.widget-36ca93 .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-36ca93 .email-input {
  background: var(--bball-input-bg);
  border: 1px solid var(--bball-btn-bdr);
  border-radius: 8px;
  padding: 9px 13px;
  color: var(--bball-text);
  font-size: 0.82rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.widget-36ca93 .email-input::placeholder {
  color: rgba(136, 128, 128, 0.55);
}
.widget-36ca93 .email-input:focus {
  border-color: var(--bball-accent);
  box-shadow: 0 0 0 3px var(--bball-glow);
}
.widget-36ca93 .signup-btn {
  background: linear-gradient(135deg, var(--bball-accent), var(--bball-accent-dark, #cc4a10)) !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 9px 14px !important;
  cursor: pointer !important;
  transition: all 0.25s !important;
  width: 100% !important;
  text-align: center !important;
}
.widget-36ca93 .signup-btn:hover {
  filter: brightness(1.18) !important;
  box-shadow: 0 5px 20px var(--bball-glow) !important;
  transform: translateY(-2px) !important;
}
.widget-36ca93 .signup-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-36ca93 .signup-row .signup-btn {
  flex: 1;
}
.widget-36ca93 .privacy-tooltip-wrap {
  position: relative;
  flex-shrink: 0;
}
.widget-36ca93 .privacy-tip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bball-btn-bg);
  border: 1px solid var(--bball-btn-bdr);
  color: var(--bball-muted);
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}
.widget-36ca93 .privacy-tip-btn svg {
  width: 15px;
  height: 15px;
}
.widget-36ca93 .privacy-tip-btn:hover {
  border-color: var(--bball-accent);
  color: var(--bball-accent);
}
.widget-36ca93 .privacy-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  width: 230px;
  /* Uses --bball-tooltip-bg set by JS; falls back to CSS variable */
  background: var(--bball-tooltip-bg, #1e1a4a);
  border: 1px solid var(--bball-divider);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.22s, transform 0.22s, visibility 0.22s;
  z-index: 100;
  pointer-events: none;
}
.widget-36ca93 .privacy-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 11px;
  width: 10px;
  height: 10px;
  background: var(--bball-tooltip-bg, #1e1a4a);
  border-right: 1px solid var(--bball-divider);
  border-bottom: 1px solid var(--bball-divider);
  transform: rotate(45deg);
}
.widget-36ca93 .privacy-tooltip strong {
  display: block;
  font-size: 0.73rem;
  color: var(--bball-accent);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.widget-36ca93 .privacy-tooltip p {
  font-size: 0.72rem;
  color: rgba(136, 128, 128, 0.9);
  line-height: 1.55;
  margin: 0;
}
.widget-36ca93 .privacy-tooltip-wrap:hover .privacy-tooltip,
.widget-36ca93 .privacy-tip-btn:focus + .privacy-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.widget-36ca93 .bottom-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--bball-divider) 20%, var(--bball-accent) 50%, var(--bball-divider) 80%, transparent 100%);
  background-size: 200% 100%;
  margin-bottom: 16px;
  animation: shimmerBar 6s linear infinite;
}
.widget-36ca93 .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.widget-36ca93 .copyright {
  font-size: 0.73rem;
  color: rgba(136, 128, 128, 0.65);
  letter-spacing: 0.06em;
}
.widget-36ca93 .hvd-credit {
  color: var(--bball-accent);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s ease, text-shadow 0.2s ease;
}
.widget-36ca93 .hvd-credit:hover {
  opacity: 1;
  text-shadow: 0 0 10px var(--bball-glow);
}
.widget-36ca93 .bottom-tagline {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.71rem;
  color: rgba(136, 128, 128, 0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.widget-36ca93 .flame-icon {
  font-size: 0.88rem;
  animation: flicker 2s ease-in-out infinite alternate;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .widget-36ca93 .footer-inner {
    padding: 48px 36px 28px;
  }
  .widget-36ca93 .footer-columns {
    grid-template-columns: 1.4fr 1fr 1.6fr;
    gap: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-36ca93 .footer-inner {
    padding: 36px 28px 24px;
  }
  .widget-36ca93 .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .widget-36ca93 .bball-photo-bg {
    opacity: 0.8;
  }
  .widget-36ca93 .col-title {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    margin-bottom: 14px;
  }
  .widget-36ca93 .col-title-icon svg {
    width: 11px;
    height: 11px;
  }
  .widget-36ca93 .footer-list {
    gap: 9px;
  }
  .widget-36ca93 .footer-list li {
    font-size: 0.78rem;
    gap: 8px;
  }
  .widget-36ca93 .contact-svg-icon svg {
    width: 12px;
    height: 12px;
  }
  .widget-36ca93 .social-links {
    gap: 8px;
    margin-bottom: 14px;
  }
  .widget-36ca93 .social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .widget-36ca93 .social-btn svg {
    width: 15px;
    height: 15px;
  }
  .widget-36ca93 .newsletter-label {
    font-size: 0.68rem;
    margin-bottom: 8px;
  }
  .widget-36ca93 .email-input {
    font-size: 0.76rem;
    padding: 8px 10px;
  }
  .widget-36ca93 .signup-btn {
    font-size: 0.68rem !important;
    padding: 8px 10px !important;
    letter-spacing: 0.08em !important;
  }
  .widget-36ca93 .privacy-tip-btn {
    width: 30px;
    height: 30px;
  }
  .widget-36ca93 .privacy-tooltip {
    width: 200px;
  }
  .widget-36ca93 .footer-logo {
    max-width: 110px;
    max-height: 56px;
  }
  .widget-36ca93 .footer-logo-placeholder {
    width: 110px;
    height: 46px;
  }
  .widget-36ca93 .footer-logo-wrap {
    margin-top: 20px;
  }
  .widget-36ca93 .copyright {
    font-size: 0.7rem;
  }
  .widget-36ca93 .bottom-tagline {
    font-size: 0.68rem;
  }
  .widget-36ca93 .bottom-content {
    gap: 8px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .widget-36ca93 .footer-inner {
    padding: 32px 24px 20px;
  }
  .widget-36ca93 .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }
  .widget-36ca93 .footer-col:nth-child(3) {
    grid-column: 1/-1;
  }
  .widget-36ca93 .bball-photo-bg {
    opacity: 0.5;
  }
  .widget-36ca93 .col-title {
    font-size: 0.64rem;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
  }
  .widget-36ca93 .col-title-icon svg {
    width: 12px;
    height: 12px;
  }
  .widget-36ca93 .footer-list {
    gap: 9px;
  }
  .widget-36ca93 .footer-list li {
    font-size: 0.8rem;
    gap: 8px;
  }
  .widget-36ca93 .social-links {
    justify-content: flex-start;
    gap: 10px;
  }
  .widget-36ca93 .newsletter-form {
    max-width: 420px;
  }
  .widget-36ca93 .newsletter-label {
    font-size: 0.7rem;
  }
  .widget-36ca93 .email-input {
    font-size: 0.8rem;
    padding: 9px 12px;
  }
  .widget-36ca93 .signup-btn {
    font-size: 0.72rem !important;
    padding: 9px 12px !important;
  }
  .widget-36ca93 .footer-logo {
    max-width: 120px;
    max-height: 60px;
  }
  .widget-36ca93 .footer-logo-placeholder {
    width: 120px;
    height: 50px;
  }
  .widget-36ca93 .footer-logo-wrap {
    margin-top: 20px;
  }
  .widget-36ca93 .bottom-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
  .widget-36ca93 .copyright {
    font-size: 0.7rem;
  }
  .widget-36ca93 .bottom-tagline {
    font-size: 0.68rem;
  }
}
@media (max-width: 479px) {
  .widget-36ca93 {
    /* Hide links column on mobile */
  }
  .widget-36ca93 .footer-inner {
    padding: 28px 18px 18px;
  }
  .widget-36ca93 .footer-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .widget-36ca93 .bball-photo-bg {
    opacity: 0.22;
  }
  .widget-36ca93 .col-title {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
  }
  .widget-36ca93 .footer-list li {
    font-size: 0.83rem;
    gap: 9px;
  }
  .widget-36ca93 .links-list li {
    padding: 3px 0;
  }
  .widget-36ca93 .footer-col:nth-child(2) {
    display: none;
  }
  .widget-36ca93 .social-links {
    gap: 12px;
  }
  .widget-36ca93 .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }
  .widget-36ca93 .social-btn svg {
    width: 18px;
    height: 18px;
  }
  .widget-36ca93 .email-input {
    padding: 11px 13px;
    font-size: 0.85rem;
  }
  .widget-36ca93 .signup-btn {
    padding: 11px 14px !important;
    font-size: 0.78rem !important;
  }
  .widget-36ca93 .privacy-tip-btn {
    width: 38px;
    height: 38px;
  }
  .widget-36ca93 .privacy-tooltip {
    width: calc(100vw - 36px);
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
  }
  .widget-36ca93 .privacy-tooltip-wrap:hover .privacy-tooltip,
  .widget-36ca93 .privacy-tip-btn:focus + .privacy-tooltip {
    transform: translateX(-50%) translateY(0);
  }
  .widget-36ca93 .footer-logo {
    max-width: 120px;
    max-height: 60px;
  }
  .widget-36ca93 .footer-logo-placeholder {
    width: 120px;
    height: 48px;
  }
  .widget-36ca93 .footer-logo-wrap {
    margin-top: 18px;
  }
  .widget-36ca93 .bottom-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .widget-36ca93 .copyright {
    font-size: 0.68rem;
    text-align: center;
  }
  .widget-36ca93 .bottom-tagline {
    font-size: 0.7rem;
  }
}
