/* ==========================================================================
   TEAM PROFILE · UI/UX PRO MAX · v213
   A readable, responsive club dossier for desktop, tablet and mobile.
   Loaded after site.css so this page no longer depends on legacy override order.
   ========================================================================== */

.team-profile-promax {
    --club-accent:var(--team-color,#176fe3);
    --club-navy:#061735;
    --club-navy-2:#0a2858;
    --club-royal:#176fe3;
    --club-cyan:#58ddee;
    --club-ink:#10243d;
    --club-muted:#5b7088;
    --club-line:#dbe7f1;
    --club-surface:#ffffff;
    --club-canvas:#f3f7fb;
    --club-shadow:0 24px 70px rgba(4,31,72,.13);
    color:var(--club-ink);
    background:var(--club-canvas);
    overflow-x:clip;
}

.team-profile-promax :where(a,button) { touch-action:manipulation; }
.team-profile-promax :where(a,button):focus-visible {
    outline:3px solid var(--club-cyan);
    outline-offset:3px;
}
.team-profile-promax [hidden] { display:none!important; }

/* Club selector ---------------------------------------------------------- */
.team-profile-promax .team-switcher-bar {
    position:relative;
    z-index:20;
    padding:10px 0;
    border:0;
    border-bottom:1px solid rgba(168,221,237,.16);
    background:linear-gradient(90deg,#030f28,#08275a 58%,#053d6c);
    box-shadow:0 12px 32px rgba(1,12,35,.18);
}
.team-profile-promax .team-switcher-inner { gap:14px; }
.team-profile-promax .switcher-label {
    min-height:42px;
    color:#bad4e3;
    font-size:9px;
    letter-spacing:.13em;
}
.team-profile-promax .switcher-dot {
    background:var(--club-cyan);
    box-shadow:0 0 0 5px rgba(88,221,238,.1),0 0 16px rgba(88,221,238,.6);
}
.team-profile-promax .team-switcher-scroll {
    gap:8px;
    padding:2px 4px 4px;
    scroll-padding-inline:4px;
}
.team-profile-promax .team-switch-pill {
    min-height:42px;
    padding:5px 13px 5px 6px;
    border:1px solid rgba(208,242,249,.13);
    border-radius:13px;
    color:#d5e5ed;
    background:rgba(255,255,255,.055);
    box-shadow:inset 0 1px rgba(255,255,255,.05);
    transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.team-profile-promax .team-switch-pill .pill-badge {
    width:29px;
    height:29px;
    flex:0 0 29px;
    padding:3px;
    border:1px solid rgba(255,255,255,.62);
    background:#fff;
}
.team-profile-promax .team-switch-pill .pill-name { font-size:11px; font-weight:900; }
.team-profile-promax .team-switch-pill .pill-city {
    padding-left:8px;
    border-left:1px solid rgba(255,255,255,.14);
    color:#9eb6c7;
    font-size:8px;
}
.team-profile-promax .team-switch-pill.is-active {
    border-color:rgba(255,255,255,.55);
    color:#fff;
    background:linear-gradient(135deg,var(--club-accent),color-mix(in srgb,var(--club-accent) 68%,#071b3d));
    box-shadow:0 9px 24px color-mix(in srgb,var(--club-accent) 32%,transparent),inset 0 1px rgba(255,255,255,.24);
}
.team-profile-promax .team-switch-pill.is-active .pill-city { color:#fff; }

/* Club dossier hero ------------------------------------------------------ */
.team-profile-promax .team-hero-promax {
    position:relative;
    padding:36px 0 68px;
    color:#fff;
    background:
        radial-gradient(circle at 6% 16%,color-mix(in srgb,var(--club-accent) 42%,transparent),transparent 31%),
        radial-gradient(circle at 93% 82%,rgba(31,151,218,.22),transparent 29%),
        linear-gradient(135deg,#030e25 0%,#072454 58%,#075084 100%);
    overflow:hidden;
    isolation:isolate;
}
.team-profile-promax .team-hero-promax::before {
    content:'CLUB DOSSIER';
    position:absolute;
    right:-.04em;
    bottom:-.12em;
    color:transparent;
    font:900 clamp(92px,16vw,220px)/.8 var(--font-display);
    letter-spacing:-.075em;
    white-space:nowrap;
    -webkit-text-stroke:1px rgba(197,242,249,.085);
    pointer-events:none;
}
.team-profile-promax .team-hero-ambient {
    position:absolute;
    inset:0;
    opacity:.22;
    background:linear-gradient(112deg,transparent 0 46%,rgba(255,255,255,.055) 46% 46.2%,transparent 46.2% 100%);
    background-size:36px 100%;
    pointer-events:none;
}
.team-profile-promax .team-hero-lines {
    opacity:.2;
    background-image:linear-gradient(rgba(181,234,244,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(181,234,244,.2) 1px,transparent 1px);
    background-size:46px 46px;
    mask-image:linear-gradient(90deg,#000,transparent 82%);
}
.team-profile-promax .team-hero-promax .article-breadcrumbs {
    position:relative;
    z-index:3;
    min-height:32px;
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 20px!important;
    color:#b8d4e1;
    font-size:10px;
}
.team-profile-promax .team-hero-promax .article-breadcrumbs a { color:#cce3eb; }
.team-profile-promax .team-hero-promax .article-breadcrumbs .current-crumb { color:#fff; font-weight:800; }
.team-profile-promax .breadcrumb-separator { color:#72d8e8; }

.team-profile-promax .team-hero-layout {
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:minmax(270px,310px) minmax(0,1fr);
    align-items:stretch;
    gap:0;
    overflow:hidden;
    border:1px solid rgba(213,239,246,.85);
    border-radius:30px;
    background:#fff;
    box-shadow:0 34px 90px rgba(0,7,28,.38),0 0 0 1px rgba(255,255,255,.1);
}
.team-profile-promax .team-hero-layout::before {
    content:'';
    position:absolute;
    z-index:5;
    top:0;
    right:0;
    left:0;
    height:4px;
    background:linear-gradient(90deg,var(--club-accent),#1f8be8 62%,var(--club-cyan));
}

.team-profile-promax .team-crest-side {
    position:relative;
    min-width:0;
    justify-content:center;
    gap:26px;
    padding:52px 34px 42px;
    overflow:hidden;
    border-right:1px solid var(--club-line);
    background:
        radial-gradient(circle at 50% 26%,color-mix(in srgb,var(--club-accent) 18%,transparent),transparent 32%),
        linear-gradient(160deg,#fff,#edf6fb);
}
.team-profile-promax .team-crest-side::before,
.team-profile-promax .team-crest-side::after {
    content:'';
    position:absolute;
    border:1px solid color-mix(in srgb,var(--club-accent) 18%,#d6e4ee);
    border-radius:50%;
    pointer-events:none;
}
.team-profile-promax .team-crest-side::before { width:280px; height:280px; top:-142px; right:-140px; }
.team-profile-promax .team-crest-side::after { width:170px; height:170px; bottom:-95px; left:-86px; }
.team-profile-promax .team-crest-hologram {
    position:relative;
    width:220px;
    height:220px;
    display:grid;
    place-items:center;
    flex:0 0 220px;
}
.team-profile-promax .team-crest-hologram::before {
    content:'';
    position:absolute;
    inset:20px;
    border-radius:50%;
    background:radial-gradient(circle,color-mix(in srgb,var(--club-accent) 19%,transparent),transparent 66%);
    filter:blur(12px);
}
.team-profile-promax .team-crest-frame {
    position:relative;
    z-index:2;
    width:210px;
    height:210px;
    padding:10px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
}
.team-profile-promax .team-crest-frame img {
    width:100%;
    height:100%;
    object-fit:contain;
    filter:drop-shadow(0 18px 22px rgba(4,30,68,.2));
}
.team-profile-promax .crest-orbit-glow {
    position:absolute;
    z-index:1;
    inset:4px;
    border:1px solid color-mix(in srgb,var(--club-accent) 24%,#cfe2ed);
    border-radius:50%;
    box-shadow:0 0 0 10px color-mix(in srgb,var(--club-accent) 4%,transparent);
}
.team-profile-promax .crest-sparkle-mark {
    top:20px;
    right:10px;
    color:var(--club-royal);
    filter:drop-shadow(0 4px 10px color-mix(in srgb,var(--club-accent) 35%,transparent));
}
.team-profile-promax .team-slogan-box { position:relative; z-index:2; width:100%; }
.team-profile-promax .slogan-badge-pill {
    min-height:86px;
    display:grid;
    grid-template-columns:18px minmax(0,1fr) 18px;
    place-items:center;
    gap:6px;
    padding:14px 13px;
    border:1px solid color-mix(in srgb,var(--club-accent) 25%,#d5e4ed);
    border-radius:17px;
    color:var(--club-ink);
    background:rgba(255,255,255,.9);
    box-shadow:0 14px 32px rgba(6,48,103,.1),inset 0 1px #fff;
}
.team-profile-promax .slogan-quote-mark { color:color-mix(in srgb,var(--club-accent) 70%,#1f78df); font:900 27px/1 Georgia,serif; }
.team-profile-promax .slogan-title {
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:3px 7px;
    margin:0;
    padding:.1em 0;
    font:900 17px/1.25 var(--font-display);
    letter-spacing:-.025em;
    text-align:center;
    text-transform:uppercase;
}
.team-profile-promax .slogan-title b { color:var(--club-ink); }
.team-profile-promax .slogan-title em { color:var(--club-accent); font-style:italic; }

.team-profile-promax .team-info-side {
    min-width:0;
    gap:0;
    padding:48px clamp(32px,4.7vw,66px) 42px;
    color:var(--club-ink);
    background:linear-gradient(145deg,#fff 0%,#fbfdff 58%,#f2f8fc 100%);
}
.team-profile-promax .team-profile-eyebrow {
    display:block;
    margin-bottom:14px;
    color:#42627c;
    font-size:8px;
    font-weight:900;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.team-profile-promax .team-kicker-row { margin-bottom:9px; }
.team-profile-promax .team-city-badge {
    min-height:34px;
    gap:8px;
    padding:0 12px;
    border:1px solid color-mix(in srgb,var(--club-accent) 32%,#d1e1eb);
    color:color-mix(in srgb,var(--club-accent) 72%,#093d7a);
    background:color-mix(in srgb,var(--club-accent) 7%,#fff);
    box-shadow:none;
    font-size:8px;
    letter-spacing:.13em;
}
.team-profile-promax .team-profile-title {
    margin:0 0 18px;
    padding:.1em 0 .06em;
    color:var(--club-navy);
    font-size:clamp(40px,5.2vw,68px);
    line-height:1.02;
    letter-spacing:-.06em;
    text-shadow:none;
    overflow:visible;
}
.team-profile-promax .team-story-shell { width:100%; }
.team-profile-promax .team-story-box {
    position:relative;
    max-width:none;
    margin:0;
    padding:24px 26px;
    overflow:hidden;
    border:1px solid var(--club-line);
    border-radius:18px;
    color:#314a62;
    background:#f7fafc;
    box-shadow:inset 4px 0 var(--club-accent),inset 0 1px #fff;
}
.team-profile-promax .team-story-box::after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:90px;
    height:90px;
    border-radius:0 0 0 100%;
    background:linear-gradient(135deg,color-mix(in srgb,var(--club-accent) 8%,transparent),transparent);
    pointer-events:none;
}
.team-profile-promax .team-story-box :where(p,li) {
    color:#314a62!important;
    font-size:14px;
    line-height:1.78;
    text-align:justify;
    text-justify:inter-word;
}
.team-profile-promax .team-story-box p { margin:0 0 12px; }
.team-profile-promax .team-story-box p:last-child { margin-bottom:0; }
.team-profile-promax .team-story-box :where(strong,b) { color:var(--club-navy); }
.team-profile-promax .team-story-box :where(em,i) { color:color-mix(in srgb,var(--club-accent) 76%,#154d86); }
.team-profile-promax .team-story-toggle {
    width:100%;
    min-height:46px;
    display:none;
    align-items:center;
    justify-content:center;
    gap:9px;
    margin-top:8px;
    border:1px solid #cbdde8;
    border-radius:12px;
    color:#174b7c;
    background:#fff;
    font-size:7.5px;
    font-weight:900;
    letter-spacing:.1em;
    cursor:pointer;
}
.team-profile-promax .team-story-toggle i { display:grid; transition:transform .2s ease; }
.team-profile-promax .team-story-toggle[aria-expanded="true"] i { transform:rotate(180deg); }

.team-profile-promax .team-stats-bento {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
}
.team-profile-promax .team-stat-card {
    min-width:0;
    min-height:72px;
    gap:11px;
    padding:11px 13px;
    border:1px solid var(--club-line);
    border-radius:15px;
    color:var(--club-ink);
    background:#fff;
    box-shadow:0 9px 22px rgba(5,43,91,.065);
    backdrop-filter:none;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.team-profile-promax .team-stat-card .stat-icon {
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    flex:0 0 38px;
    border-radius:11px;
    color:var(--club-royal);
    background:#edf6ff;
}
.team-profile-promax .stat-icon--kits { color:#0b77ac!important; background:#e9f8fc!important; }
.team-profile-promax .team-stat-card .stat-num { color:var(--club-navy); font-size:21px; }
.team-profile-promax .team-stat-card .stat-lbl { display:block; margin-top:3px; color:#61758b; font-size:6.5px; font-weight:900; line-height:1.35; letter-spacing:.08em; }
.team-profile-promax .team-fanpage-btn {
    border-color:#174b92;
    color:#fff;
    background:linear-gradient(135deg,var(--club-navy),#0d4b9c);
    box-shadow:0 12px 28px rgba(5,44,97,.18);
}
.team-profile-promax .team-fanpage-btn .stat-icon--fanpage { color:#062d69!important; background:linear-gradient(145deg,#fff,#bff5fb)!important; }
.team-profile-promax .team-fanpage-btn .stat-num,
.team-profile-promax .team-fanpage-btn .stat-lbl { color:#fff; }
.team-profile-promax .team-fanpage-btn .stat-num--fanpage { font-size:13px; }
.team-profile-promax .team-fanpage-btn .stat-lbl { color:#aeeefa; }

/* Sticky profile navigation --------------------------------------------- */
.team-profile-promax .team-profile-subnav {
    position:sticky;
    top:0;
    z-index:90;
    border:0;
    border-bottom:1px solid rgba(202,221,234,.9);
    background:rgba(255,255,255,.94);
    box-shadow:0 12px 30px rgba(5,38,78,.08);
    backdrop-filter:blur(18px);
}
.team-profile-promax .subnav-inner { min-height:68px; }
.team-profile-promax .subnav-lead { min-width:140px; }
.team-profile-promax .subnav-club-icon {
    width:38px;
    height:38px;
    border:1px solid var(--club-line);
    background:#fff;
}
.team-profile-promax .subnav-lead-text strong { color:var(--club-navy); }
.team-profile-promax .subnav-lead-text small { color:var(--club-muted); }
.team-profile-promax .subnav-links { gap:7px; padding:7px 0; }
.team-profile-promax .subnav-link {
    min-height:44px;
    padding:0 15px;
    border:1px solid transparent;
    border-radius:12px;
    color:#536a81;
    background:transparent;
    font-size:9px;
    transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.team-profile-promax .subnav-link .nav-link-icon {
    width:28px;
    height:28px;
    color:#476882;
    background:#edf4f8;
}
.team-profile-promax .subnav-link.is-active {
    border-color:#123f7e;
    color:#fff;
    background:linear-gradient(135deg,var(--club-navy),#0d4e9f);
    box-shadow:0 9px 22px rgba(5,43,93,.17);
}
.team-profile-promax .subnav-link.is-active .nav-link-icon { color:#07336f; background:#c9f6fa; }

/* Shared section rhythm -------------------------------------------------- */
.team-profile-promax main > .section { padding-block:88px; }
.team-profile-promax .team-staff-section-master,
.team-profile-promax .team-roster-section-vip { background:#f5f8fb; }
.team-profile-promax .team-kits-section-vip { background:#fff; }
.team-profile-promax :where(.staff-head-master,.kits-head-vip,.roster-head-master) {
    position:relative;
    align-items:center;
    margin-bottom:34px!important;
    padding-top:18px;
    border-top:1px solid #cadbe7;
}
.team-profile-promax :where(.staff-head-master,.kits-head-vip,.roster-head-master)::before {
    content:'';
    position:absolute;
    top:-2px;
    left:50%;
    width:82px;
    height:4px;
    transform:translateX(-50%);
    border-radius:999px;
    background:linear-gradient(90deg,var(--club-accent),var(--club-cyan));
    box-shadow:0 0 16px rgba(50,180,222,.24);
}
.team-profile-promax .staff-badge-pill,
.team-profile-promax .roster-kicker-badge,
.team-profile-promax .section-count-chip {
    min-height:32px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin:0 0 10px;
    padding:0 13px;
    border:1px solid #bedfeb;
    border-radius:999px;
    color:#0b5f9f;
    background:#ebf9fc;
    box-shadow:none;
    font-size:7px;
    font-weight:900;
    line-height:1.25;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.team-profile-promax .staff-badge-pulse,
.team-profile-promax .kicker-pulse-dot { width:6px; height:6px; background:var(--club-cyan); box-shadow:0 0 0 4px rgba(88,221,238,.13); animation:none; }
.team-profile-promax :where(.staff-title-master,.staff-section-title,.roster-main-title) {
    margin:0;
    padding:.1em 0;
    color:var(--club-navy);
    font-size:clamp(30px,4.2vw,48px);
    line-height:1.08;
    letter-spacing:-.045em;
    text-align:center;
    text-transform:uppercase;
    text-wrap:balance;
}
.team-profile-promax .section-count-chip { margin-top:12px; margin-bottom:0; color:#536b82; background:#fff; }
.team-profile-promax .roster-badge-highlight {
    padding:4px 11px;
    border:1px solid color-mix(in srgb,var(--club-accent) 25%,#cbdde8);
    color:color-mix(in srgb,var(--club-accent) 78%,#124679);
    background:color-mix(in srgb,var(--club-accent) 6%,#fff);
    font-size:.42em;
    letter-spacing:.035em;
}

/* Leadership ------------------------------------------------------------- */
.team-profile-promax .team-staff-grid-master {
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
}
.team-profile-promax .staff-pass-card {
    min-width:0;
    min-height:310px;
    padding:18px 14px 16px;
    overflow:hidden;
    border:1px solid var(--club-line);
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 30px rgba(6,42,86,.07);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.team-profile-promax .staff-pass-card::before {
    height:4px;
    background:linear-gradient(90deg,var(--club-accent),var(--club-cyan))!important;
}
.team-profile-promax .pass-card-ambient { opacity:.55; }
.team-profile-promax .pass-header-ribbon { min-height:36px; }
.team-profile-promax .pass-role-chip {
    min-height:30px;
    padding:0 9px;
    border-color:#d5e4ed;
    color:#31506a;
    background:#f3f8fb;
    font-size:7px;
}
.team-profile-promax .pass-avatar-pod { width:96px; height:96px; margin:14px auto 15px; }
.team-profile-promax .pass-avatar-frame {
    width:88px;
    height:88px;
    border:3px solid #fff;
    box-shadow:0 0 0 1px #cfdfea,0 12px 24px rgba(5,42,84,.14);
}
.team-profile-promax .pass-verified-stamp {
    width:27px;
    height:27px;
    display:grid;
    place-items:center;
    border:3px solid #fff;
    color:#fff;
    background:var(--club-royal)!important;
}
.team-profile-promax .pass-person-name {
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 13px;
    color:var(--club-navy);
    font-size:16px;
    line-height:1.35;
    overflow-wrap:anywhere;
}
.team-profile-promax .pass-hotline-btn {
    min-height:44px;
    padding:8px 9px;
    border:1px solid #c9dce8;
    border-radius:11px;
    color:#28465f;
    background:#f5f9fc;
    font-size:10px;
}
.team-profile-promax .pass-hotline-pending {
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px;
    border:1px dashed #c8d9e5;
    border-radius:11px;
    color:#6a7d90;
    background:#f8fafc;
    font-size:7px;
    line-height:1.35;
    text-align:center;
}

/* Match kits ------------------------------------------------------------- */
.team-profile-promax .team-kits-grid-vip {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px;
}
.team-profile-promax .kit-card-vip {
    min-width:0;
    padding:16px;
    border:1px solid var(--club-line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 13px 34px rgba(5,42,87,.075);
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.team-profile-promax .kit-card-header { min-height:38px; }
.team-profile-promax .kit-type-pill,
.team-profile-promax .kit-num-badge {
    min-height:30px;
    display:inline-flex;
    align-items:center;
    padding:0 10px;
    border-radius:10px;
    font-size:7px;
}
.team-profile-promax .kit-type-pill { color:#24506e; background:#edf7fb; border-color:#c9e2ec; }
.team-profile-promax .kit-pill-dot { background:var(--club-accent)!important; box-shadow:none!important; }
.team-profile-promax .kit-stage-3d {
    aspect-ratio:4/3;
    margin:12px 0 15px;
    border:1px solid #dce8f0;
    border-radius:15px;
    background:linear-gradient(145deg,#f8fbfd,#eaf3f8);
}
.team-profile-promax .kit-stage-img { width:100%; height:100%; object-fit:contain; padding:8px; }
.team-profile-promax .kit-name-vip { color:var(--club-navy); font-size:16px; }
.team-profile-promax .kit-palette-details {
    min-height:46px;
    padding:9px 10px;
    border:1px solid #e0e9ef;
    border-radius:11px;
    color:#4b647a;
    background:#f8fafc;
}
.team-profile-promax .kit-desc-vip { color:#4b647a; font-size:10.5px; line-height:1.55; }
.team-profile-promax .kit-details-icon { color:var(--club-accent); }

/* Roster ----------------------------------------------------------------- */
.team-profile-promax .tactical-filter-deck {
    max-width:980px;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:7px;
    margin:0 auto 30px;
    padding:7px;
    border:1px solid #d5e3ec;
    border-radius:16px;
    background:#fff;
    box-shadow:0 10px 28px rgba(5,41,84,.06);
}
.team-profile-promax .tactical-deck-pill {
    min-height:44px;
    padding:8px 10px;
    border-radius:11px;
    color:#536a80;
    font-size:9px;
    transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.team-profile-promax .tactical-deck-pill.is-active {
    border-color:#103f82;
    color:#fff;
    background:linear-gradient(135deg,var(--club-navy),#0e4d9e);
    box-shadow:0 8px 20px rgba(5,42,91,.17);
    transform:none;
}
.team-profile-promax .deck-pos-dot { box-shadow:none!important; }
.team-profile-promax .deck-pos-dot--gk { background:#d99114; }
.team-profile-promax .deck-pos-dot--df { background:#315fd7; }
.team-profile-promax .deck-pos-dot--mf { background:#0b8ac2; }
.team-profile-promax .deck-pos-dot--fw { background:#dc4b59; }
.team-profile-promax .pill-count-chip { background:#eaf1f6; color:#40566a; }

.team-profile-promax .team-roster-grid-vip {
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.team-profile-promax .player-card-elite {
    min-width:0;
    padding:14px;
    border:1px solid var(--club-line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 13px 34px rgba(5,42,87,.075);
    overflow:hidden;
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.team-profile-promax .player-card-elite::before { height:4px; }
.team-profile-promax .player-card-elite--gk::before { background:#d99114; }
.team-profile-promax .player-card-elite--df::before { background:#315fd7; }
.team-profile-promax .player-card-elite--mf::before { background:#0b8ac2; }
.team-profile-promax .player-card-elite--fw::before { background:#dc4b59; }
.team-profile-promax .player-bg-number {
    top:12px;
    right:10px;
    color:rgba(6,23,53,.035);
    font-size:86px;
}
.team-profile-promax .player-top-ribbon {
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:start;
    gap:8px;
    min-height:34px;
    margin-bottom:10px;
}
.team-profile-promax .player-pos-tag {
    width:max-content;
    max-width:100%;
    min-height:30px;
    padding:5px 9px;
    border:1px solid #d4e1ea!important;
    border-radius:10px;
    color:#36536b!important;
    background:#f0f6f9!important;
    font-size:8px;
    line-height:1.22;
    text-align:left;
    white-space:normal;
}
.team-profile-promax .player-pos-tag .pos-pulse-dot { flex:0 0 6px; box-shadow:none!important; }
.team-profile-promax .player-pos-tag--gk .pos-pulse-dot { background:#d99114; }
.team-profile-promax .player-pos-tag--df .pos-pulse-dot { background:#315fd7; }
.team-profile-promax .player-pos-tag--mf .pos-pulse-dot { background:#0b8ac2; }
.team-profile-promax .player-pos-tag--fw .pos-pulse-dot { background:#dc4b59; }
.team-profile-promax .player-squad-badge,
.team-profile-promax .player-card-elite--gk .player-squad-badge,
.team-profile-promax .player-card-elite--df .player-squad-badge,
.team-profile-promax .player-card-elite--mf .player-squad-badge,
.team-profile-promax .player-card-elite--fw .player-squad-badge {
    position:relative;
    z-index:3;
    min-width:38px;
    height:30px;
    padding:0 7px;
    border:1px solid #1a4e8c;
    border-radius:9px;
    color:#fff;
    background:linear-gradient(145deg,var(--club-navy),#124a8f);
    box-shadow:0 6px 13px rgba(5,38,80,.17);
    font-size:14px;
}
.team-profile-promax .player-hero-stage {
    aspect-ratio:4/4.25;
    margin-bottom:12px;
    border:1px solid #dce8f0;
    border-radius:15px;
    background:radial-gradient(circle at 50% 72%,#fff,#eaf3f8);
}
.team-profile-promax .player-portrait-img { object-position:center top; }
.team-profile-promax .player-hologram-sweep { display:none; }
.team-profile-promax .player-identity-box { min-width:0; }
.team-profile-promax .player-identity-box .player-hero-name {
    width:100%;
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 10px;
    padding:0 3px;
    color:var(--club-navy);
    font-size:15px;
    line-height:1.3;
    text-align:center;
    overflow-wrap:anywhere;
}
.team-profile-promax .player-specs-bento { gap:7px; }
.team-profile-promax .spec-pod {
    min-width:0;
    min-height:55px;
    justify-content:center;
    padding:7px 4px;
    border:1px solid #e0e9ef;
    border-radius:10px;
    background:#f7fafc;
    box-shadow:none;
}
.team-profile-promax .spec-label { color:#708297; font-size:7px; }
.team-profile-promax .spec-value { color:var(--club-navy); font-size:13px; }
.team-profile-promax .spec-value small { color:#60758b; font-size:8px; }

/* Tournament pathway ---------------------------------------------------- */
.team-profile-promax .team-tournament-pathway {
    margin-top:54px;
    padding:30px;
    overflow:hidden;
    border:1px solid rgba(122,220,235,.24);
    border-radius:22px;
    background:
        radial-gradient(circle at 92% 0,rgba(88,221,238,.18),transparent 31%),
        linear-gradient(135deg,var(--club-navy),#0a3675 62%,#08628f);
    box-shadow:0 24px 60px rgba(4,34,75,.19);
}
.team-profile-promax .pathway-kicker { color:#aeeff6; }
.team-profile-promax .pathway-title { max-width:24ch; color:#fff; font-size:clamp(24px,3vw,38px); line-height:1.1; text-wrap:balance; }
.team-profile-promax .pathway-grid { gap:10px; }
.team-profile-promax .pathway-card {
    min-height:78px;
    padding:12px;
    border:1px solid rgba(210,244,249,.2);
    border-radius:14px;
    color:#fff;
    background:rgba(255,255,255,.07);
    box-shadow:inset 0 1px rgba(255,255,255,.06);
    transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.team-profile-promax .pathway-card--primary { background:linear-gradient(135deg,#1161c8,#168acb); }
.team-profile-promax .pathway-icon { color:#07356c; background:#c9f6fa; }
.team-profile-promax .pathway-meta small { color:#bfeaf1; }

@media (hover:hover) {
    .team-profile-promax .team-switch-pill:hover { transform:translateY(-2px); border-color:rgba(206,240,247,.32); background:rgba(255,255,255,.1); }
    .team-profile-promax .team-stat-card:hover,
    .team-profile-promax .staff-pass-card:hover,
    .team-profile-promax .kit-card-vip:hover,
    .team-profile-promax .player-card-elite:hover { transform:translateY(-5px); border-color:#b4dbe8; box-shadow:0 21px 45px rgba(5,43,91,.13); }
    .team-profile-promax .team-fanpage-btn:hover { border-color:#60dce9; background:linear-gradient(135deg,#082050,#1264bc); }
    .team-profile-promax .pathway-card:hover { transform:translateY(-3px); border-color:rgba(200,246,251,.48); background:rgba(255,255,255,.12); }
}

/* Responsive ------------------------------------------------------------- */
@media (max-width:1120px) {
    .team-profile-promax .team-staff-grid-master { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .team-profile-promax .team-roster-grid-vip { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .team-profile-promax .team-stats-bento { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .team-profile-promax .team-fanpage-btn { grid-column:1/-1; }
}

@media (max-width:900px) {
    .team-profile-promax .team-hero-layout { grid-template-columns:1fr; }
    .team-profile-promax .team-crest-side { border-right:0; border-bottom:1px solid var(--club-line); }
    .team-profile-promax .team-info-side { align-items:stretch; text-align:left; }
    .team-profile-promax .team-kicker-row { justify-content:flex-start; }
    .team-profile-promax .team-profile-title { text-align:left; }
    .team-profile-promax .team-story-box { text-align:left; }
    .team-profile-promax .team-kits-grid-vip { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
    .team-profile-promax .team-roster-grid-vip { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .team-profile-promax .tactical-filter-deck { display:flex; justify-content:flex-start; overflow-x:auto; scroll-snap-type:x proximity; }
    .team-profile-promax .tactical-deck-pill { width:auto; flex:0 0 auto; min-width:128px; scroll-snap-align:start; }
}

@media (max-width:680px) {
    .team-profile-promax .container { width:calc(100% - 20px); }
    .team-profile-promax .switcher-label { display:none; }
    .team-profile-promax .team-switcher-scroll { margin-inline:-2px; }
    .team-profile-promax .team-switch-pill { min-height:44px; }
    .team-profile-promax .team-hero-promax { padding:22px 0 40px; }
    .team-profile-promax .team-hero-promax .article-breadcrumbs { margin-bottom:14px!important; font-size:8px; }
    .team-profile-promax .team-hero-layout { border-radius:22px; }
    .team-profile-promax .team-crest-side { gap:19px; padding:32px 20px 25px; }
    .team-profile-promax .team-crest-hologram { width:178px; height:178px; flex-basis:178px; }
    .team-profile-promax .team-crest-frame { width:168px; height:168px; }
    .team-profile-promax .crest-orbit-glow { inset:1px; }
    .team-profile-promax .team-slogan-box { max-width:290px; }
    .team-profile-promax .slogan-badge-pill { min-height:72px; }
    .team-profile-promax .slogan-title { font-size:15px; }
    .team-profile-promax .team-info-side { padding:29px 16px 18px; }
    .team-profile-promax .team-profile-eyebrow { margin-bottom:11px; font-size:6.5px; }
    .team-profile-promax .team-kicker-row { justify-content:center; }
    .team-profile-promax .team-profile-title { margin-bottom:14px; font-size:34px!important; text-align:center; }
    .team-profile-promax .team-story-box { padding:19px 17px 19px 20px!important; border-radius:15px!important; }
    .team-profile-promax .team-story-box :where(p,li) { color:#2f475e!important; font-size:13px!important; line-height:1.66!important; }
    .team-profile-promax .team-story-shell.is-collapsible .team-story-box { max-height:360px; }
    .team-profile-promax .team-story-shell.is-collapsible:not(.is-expanded) .team-story-box::before {
        content:'';
        position:absolute;
        z-index:5;
        right:0;
        bottom:0;
        left:0;
        height:92px;
        background:linear-gradient(180deg,rgba(247,250,252,0),#f7fafc 88%);
        pointer-events:none;
    }
    .team-profile-promax .team-story-shell.is-collapsible.is-expanded .team-story-box { max-height:none; }
    .team-profile-promax .team-story-shell.is-collapsible .team-story-toggle { display:flex; }
    .team-profile-promax .team-stats-bento { gap:8px; margin-top:14px; }
    .team-profile-promax .team-stat-card { min-height:68px; padding:9px 10px; }
    .team-profile-promax .team-stat-card .stat-icon { width:35px; height:35px; flex-basis:35px; }
    .team-profile-promax .team-stat-card .stat-num { font-size:19px!important; }
    .team-profile-promax .team-stat-card .stat-lbl { font-size:5.8px; }
    .team-profile-promax .team-profile-subnav { top:0; }
    .team-profile-promax .subnav-inner { min-height:58px; }
    .team-profile-promax .subnav-lead { display:none!important; }
    .team-profile-promax .subnav-links { width:100%; justify-content:flex-start; gap:6px; overflow-x:auto; scroll-snap-type:x proximity; }
    .team-profile-promax .subnav-link { min-width:146px; min-height:44px; justify-content:center; padding:0 12px!important; font-size:8px!important; scroll-snap-align:start; }
    .team-profile-promax .subnav-link .nav-link-icon { display:grid; flex:0 0 27px; }
    .team-profile-promax main > .section { padding-block:64px; }
    .team-profile-promax :where(.staff-title-master,.staff-section-title,.roster-main-title) { font-size:30px!important; }
    .team-profile-promax .team-staff-grid-master { grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:10px!important; }
    .team-profile-promax .staff-pass-card { min-height:286px!important; padding:15px 9px 12px!important; border-radius:16px; }
    .team-profile-promax .pass-role-chip { padding-inline:7px; font-size:6px; }
    .team-profile-promax .pass-avatar-pod { width:82px!important; height:82px!important; margin:11px auto 12px!important; }
    .team-profile-promax .pass-avatar-frame { width:76px; height:76px; }
    .team-profile-promax .pass-person-name { min-height:43px; margin-bottom:10px!important; font-size:14px!important; }
    .team-profile-promax .pass-hotline-btn { min-height:44px!important; padding-inline:6px; font-size:8.5px!important; }
    .team-profile-promax .team-kits-grid-vip { grid-template-columns:1fr!important; gap:14px!important; }
    .team-profile-promax .kit-card-vip { padding:14px!important; }
    .team-profile-promax .kit-stage-3d { aspect-ratio:4/3!important; }
    .team-profile-promax .team-roster-grid-vip { grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:10px!important; }
    .team-profile-promax .player-card-elite { padding:10px 8px!important; border-radius:16px!important; }
    .team-profile-promax .player-bg-number { top:8px!important; right:6px!important; font-size:58px!important; }
    .team-profile-promax .player-top-ribbon { grid-template-columns:minmax(0,1fr) 32px; gap:5px; min-height:33px; margin-bottom:7px!important; }
    .team-profile-promax .player-pos-tag { width:100%; min-height:30px; padding:4px 5px!important; font-size:7.2px!important; }
    .team-profile-promax .player-squad-badge,
    .team-profile-promax .player-card-elite--gk .player-squad-badge,
    .team-profile-promax .player-card-elite--df .player-squad-badge,
    .team-profile-promax .player-card-elite--mf .player-squad-badge,
    .team-profile-promax .player-card-elite--fw .player-squad-badge { min-width:32px!important; width:32px; height:30px!important; padding:0!important; font-size:13px!important; }
    .team-profile-promax .player-hero-stage { aspect-ratio:4/4.45!important; margin-bottom:8px!important; border-radius:12px!important; }
    .team-profile-promax .player-identity-box .player-hero-name { min-height:38px; margin-bottom:8px!important; font-size:13px!important; line-height:1.3; }
    .team-profile-promax .spec-pod { min-height:49px; padding:5px 2px!important; }
    .team-profile-promax .spec-label { font-size:6.2px!important; }
    .team-profile-promax .spec-value { font-size:11px!important; }
    .team-profile-promax .spec-value small { font-size:7px!important; }
    .team-profile-promax .team-tournament-pathway { margin-top:36px!important; padding:22px 14px!important; border-radius:18px!important; }
    .team-profile-promax .pathway-grid { grid-template-columns:1fr!important; }
}

@media (max-width:350px) {
    .team-profile-promax .team-staff-grid-master { grid-template-columns:1fr!important; }
    .team-profile-promax .team-stats-bento { grid-template-columns:1fr; }
    .team-profile-promax .team-fanpage-btn { grid-column:auto; }
}

@media (prefers-reduced-motion:reduce) {
    .team-profile-promax *,
    .team-profile-promax *::before,
    .team-profile-promax *::after {
        scroll-behavior:auto!important;
        animation:none!important;
        transition-duration:.01ms!important;
    }
}

/* SGTS FC · Club Story editorial emphasis ------------------------------- */
/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

/* neutralised legacy hardcoded rule */

@media (max-width:680px) {
    .team-profile--team-1 .team-story-shell.is-collapsible .team-story-box {
        max-height:560px;
    }

    /* neutralised legacy hardcoded rule */

    /* neutralised legacy hardcoded rule */

    /* neutralised legacy hardcoded rule */
}

/* ==========================================================================
   MASTER MOBILE RESPONSIVE FIX (UI/UX PRO MAX STANDARD)
   ========================================================================== */
@media (max-width: 768px) {
    /* Global Container on Mobile */
    .team-profile-promax .container {
        width: calc(100% - 24px) !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    /* 1. Club Switcher Bar */
    .team-profile-promax .team-switcher-bar {
        padding: 10px 0 !important;
    }
    .team-profile-promax .team-switcher-scroll {
        gap: 6px !important;
        padding-bottom: 4px !important;
    }
    .team-profile-promax .team-switch-pill {
        min-height: 40px !important;
        padding: 4px 10px !important;
        font-size: 12px !important;
    }
    .team-profile-promax .pill-badge {
        width: 22px !important;
        height: 22px !important;
    }

    /* 2. Hero Section */
    .team-profile-promax .team-hero-promax {
        padding: 16px 0 32px !important;
    }
    .team-profile-promax .article-breadcrumbs {
        font-size: 11px !important;
        margin-bottom: 12px !important;
    }
    .team-profile-promax .team-hero-layout {
        grid-template-columns: 1fr !important;
        border-radius: 20px !important;
        overflow: hidden !important;
    }
    .team-profile-promax .team-crest-side {
        padding: 24px 16px 18px !important;
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        gap: 14px !important;
    }
    .team-profile-promax .team-crest-hologram {
        width: 150px !important;
        height: 150px !important;
        flex-basis: 150px !important;
    }
    .team-profile-promax .team-crest-frame {
        width: 140px !important;
        height: 140px !important;
    }
    .team-profile-promax .slogan-badge-pill {
        min-height: 52px !important;
        padding: 8px 12px !important;
        border-radius: 12px !important;
    }
    .team-profile-promax .slogan-title {
        font-size: 13.5px !important;
    }

    /* 3. Hero Info Side */
    .team-profile-promax .team-info-side {
        padding: 22px 16px !important;
        text-align: left !important;
    }
    .team-identity-bar {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        margin-bottom: 10px !important;
    }
    .team-profile-promax .team-profile-eyebrow {
        font-size: 10.5px !important;
        padding: 4px 10px !important;
        letter-spacing: 0.05em !important;
    }
    .team-profile-promax .team-city-badge {
        font-size: 10.5px !important;
        padding: 4px 10px !important;
        letter-spacing: 0.03em !important;
    }
    .team-profile-promax .team-profile-title {
        font-size: 32px !important;
        line-height: 1.1 !important;
        margin: 0 0 12px 0 !important;
        text-align: left !important;
        font-weight: 900 !important;
    }
    .team-profile-promax .team-story-box {
        padding: 16px 14px !important;
        border-radius: 14px !important;
    }
    .team-profile-promax .team-story-box :where(p, li) {
        font-size: 13.5px !important;
        line-height: 1.65 !important;
        text-align: left !important;
        margin-bottom: 8px !important;
    }
    .team-profile-promax .team-stats-bento {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 14px !important;
    }
    .team-profile-promax .team-stat-card {
        min-height: 54px !important;
        padding: 8px 12px !important;
        border-radius: 12px !important;
        gap: 10px !important;
    }
    .stat-icon-pod {
        width: 36px !important;
        height: 36px !important;
        border-radius: 10px !important;
    }
    .team-profile-promax .stat-num {
        font-size: 19px !important;
    }
    .team-profile-promax .stat-num--fanpage {
        font-size: 14px !important;
    }
    .team-profile-promax .stat-lbl {
        font-size: 10px !important;
        letter-spacing: 0.04em !important;
    }

    /* 4. Subnav Jump Bar */
    .team-profile-promax .team-profile-subnav {
        top: 0 !important;
        border-radius: 0 !important;
    }
    .team-profile-promax .subnav-inner {
        min-height: 48px !important;
    }
    .team-profile-promax .subnav-links {
        display: flex !important;
        gap: 6px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 4px 2px !important;
        scrollbar-width: none !important;
    }
    .team-profile-promax .subnav-links::-webkit-scrollbar {
        display: none !important;
    }
    .team-profile-promax .subnav-link {
        min-width: 120px !important;
        min-height: 38px !important;
        padding: 0 10px !important;
        font-size: 11.5px !important;
        font-weight: 800 !important;
        border-radius: 10px !important;
        white-space: nowrap !important;
    }

    /* 5. Ban Huấn Luyện (Staff) */
    .team-profile-promax .team-staff-grid-master {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
    .team-profile-promax .staff-pass-card {
        padding: 14px 8px !important;
        border-radius: 14px !important;
        min-height: auto !important;
    }
    .team-profile-promax .pass-role-chip {
        font-size: 9.5px !important;
        padding: 3px 6px !important;
        font-weight: 800 !important;
    }
    .team-profile-promax .pass-avatar-pod {
        width: 72px !important;
        height: 72px !important;
        margin: 8px auto !important;
    }
    .team-profile-promax .pass-avatar-frame {
        width: 66px !important;
        height: 66px !important;
    }
    .team-profile-promax .pass-person-name {
        font-size: 13.5px !important;
        line-height: 1.25 !important;
        min-height: 34px !important;
        margin-bottom: 6px !important;
    }
    .team-profile-promax .pass-hotline-btn {
        min-height: 38px !important;
        font-size: 11px !important;
        padding: 0 6px !important;
    }

    /* 6. Showroom Áo Đấu */
    .team-profile-promax .team-kits-grid-vip {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .team-profile-promax .kit-card-vip {
        padding: 14px !important;
        border-radius: 14px !important;
    }
    .team-profile-promax .kit-stage-3d {
        aspect-ratio: 4 / 3 !important;
    }

    /* 7. Đội Hình Thi Đấu (Roster & Tactical Deck) */
    .tactical-filter-deck {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 6px !important;
        padding-bottom: 6px !important;
        scrollbar-width: none !important;
    }
    .tactical-filter-deck::-webkit-scrollbar {
        display: none !important;
    }
    .tactical-deck-pill {
        flex: 0 0 auto !important;
        min-width: 110px !important;
        height: 38px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
        border-radius: 10px !important;
    }
    .pill-count-chip {
        padding: 1px 6px !important;
        font-size: 11px !important;
    }
    .team-profile-promax .team-roster-grid-vip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    .team-profile-promax .player-card-elite {
        padding: 8px !important;
        border-radius: 14px !important;
    }
    .team-profile-promax .player-bg-number {
        font-size: 52px !important;
        top: 6px !important;
        right: 4px !important;
    }
    .team-profile-promax .player-pos-tag {
        font-size: 9.5px !important;
        padding: 2px 5px !important;
        border-radius: 6px !important;
    }
    .team-profile-promax .player-squad-badge {
        width: 30px !important;
        height: 28px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }
    .team-profile-promax .player-hero-stage {
        aspect-ratio: 4 / 4.4 !important;
        border-radius: 10px !important;
        margin-bottom: 6px !important;
    }
    .team-profile-promax .player-hero-name {
        font-size: 13px !important;
        min-height: 34px !important;
        line-height: 1.25 !important;
        margin-bottom: 6px !important;
    }
    .team-profile-promax .spec-label {
        font-size: 9px !important;
    }
    .team-profile-promax .spec-value {
        font-size: 11.5px !important;
    }

    /* 8. Tournament Pathway Banner */
    .team-tournament-pathway-pro {
        padding: 24px 16px !important;
        border-radius: 18px !important;
        margin-top: 32px !important;
    }
    .pathway-kicker-badge {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
    .pathway-main-title {
        font-size: 20px !important;
        line-height: 1.25 !important;
    }
    .pathway-subtitle {
        font-size: 13px !important;
    }
    .pathway-grid-master {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .pathway-action-card {
        padding: 14px 16px !important;
        border-radius: 14px !important;
        gap: 12px !important;
    }
    .pathway-card-icon-frame {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
    }
    .pathway-card-title {
        font-size: 14.5px !important;
    }
    .pathway-card-action {
        font-size: 11.5px !important;
    }
}

/* ==========================================================================
   CENTER LOGO & SLOGAN ON MOBILE (EXACT OPTICAL CENTERING)
   ========================================================================== */
@media (max-width: 900px) {
    .team-profile-promax .team-crest-side {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 auto !important;
        width: 100% !important;
        padding: 28px 16px 20px !important;
    }

    .team-profile-promax .team-crest-hologram {
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    .team-profile-promax .team-crest-frame {
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .team-profile-promax .team-slogan-box {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .team-profile-promax .slogan-badge-pill {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 6px !important;
        margin: 0 auto !important;
        padding: 10px 14px !important;
    }

    .team-profile-promax .slogan-quote-mark {
        font-size: 22px !important;
        line-height: 1 !important;
    }

    .team-profile-promax .slogan-title {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 2px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .team-profile-promax .slogan-title b {
        display: block !important;
        text-align: center !important;
        color: var(--club-ink, #0f172a) !important;
        font-size: 15px !important;
        font-weight: 900 !important;
    }

    .team-profile-promax .slogan-title em {
        display: block !important;
        text-align: center !important;
        color: var(--team-color, #c91d2a) !important;
        font-size: 13.5px !important;
        font-style: italic !important;
        font-weight: 700 !important;
        margin: 0 !important;
    }
}

/* ==========================================================================
   GLOBAL OPTICAL CENTERING ON DESKTOP & MOBILE (EXCEPT CLUB STORY)
   ========================================================================== */

/* 1. Breadcrumbs Centered */
.team-profile-promax .article-breadcrumbs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    margin-inline: auto !important;
}

/* 2. Hero Info Side Centered */
.team-profile-promax .team-info-side {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.team-profile-promax .team-identity-bar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

.team-profile-promax .team-title-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}

.team-profile-promax .team-profile-title {
    text-align: center !important;
    width: 100% !important;
}

/* 3. EXCEPT CLUB STORY / MANIFEST: STRICTLY PRESERVE LEFT-ALIGNMENT */
.team-profile-promax .team-story-shell {
    width: 100% !important;
    text-align: left !important;
}

.team-profile-promax .team-story-box {
    text-align: left !important;
}

.team-profile-promax .team-story-box :where(p, li, div, span, b, strong, em, i) {
    text-align: left !important;
    text-justify: none !important;
}

/* 4. Bento Stats Cards Centered */
.team-profile-promax .team-stats-bento {
    width: 100% !important;
    justify-content: center !important;
}

.team-profile-promax .team-stat-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.team-profile-promax .stat-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* 5. Subnav Bar Centered */
.team-profile-promax .subnav-inner {
    justify-content: center !important;
}

.team-profile-promax .subnav-links {
    justify-content: center !important;
}

/* 6. Staff Passes Centered */
.team-profile-promax .staff-pass-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.team-profile-promax .pass-person-name {
    text-align: center !important;
}

/* 7. Kit Cards Centered */
.team-profile-promax .kit-card-vip {
    text-align: center !important;
}

.team-profile-promax .kit-badge-wrap {
    justify-content: center !important;
}

.team-profile-promax .kit-info-header {
    text-align: center !important;
}

.team-profile-promax .kit-specs-grid {
    justify-content: center !important;
}

/* 8. Tactical Deck Centered */
.tactical-filter-deck {
    justify-content: center !important;
}

/* 9. Player Cards Centered */
.team-profile-promax .player-card-elite {
    text-align: center !important;
}

.team-profile-promax .player-identity-box {
    text-align: center !important;
}

.team-profile-promax .player-hero-name {
    text-align: center !important;
}

/* 10. Tournament Pathway Banner Centered */
.team-tournament-pathway-pro {
    text-align: center !important;
}

.pathway-grid-master {
    justify-content: center !important;
}

.pathway-action-card {
    justify-content: center !important;
    text-align: center !important;
}

.pathway-card-content {
    align-items: center !important;
    text-align: center !important;
}

/* Mobile Overrides for Complete Centering */
@media (max-width: 900px) {
    .team-profile-promax .team-info-side {
        align-items: center !important;
        text-align: center !important;
    }

    .team-profile-promax .team-identity-bar {
        justify-content: center !important;
    }

    .team-profile-promax .team-profile-title {
        text-align: center !important;
    }

    /* Keep story left aligned on mobile */
    .team-profile-promax .team-story-box {
        text-align: left !important;
    }
    .team-profile-promax .team-story-box :where(p, li) {
        text-align: left !important;
    }

    .team-profile-promax .team-stat-card {
        justify-content: center !important;
        text-align: center !important;
    }
}

/* ==========================================================================
   EXPLICIT OPTICAL CENTERING: BAN LÃNH ĐỘI & BAN HUẤN LUYỆN
   ========================================================================== */
.team-profile-promax .staff-head-master,
.team-profile-promax .roster-head-master,
.team-profile-promax .kit-head-vip,
.team-profile-promax .section-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin-inline: auto !important;
}

.team-profile-promax .staff-badge-pill,
.team-profile-promax .roster-kicker-badge,
.team-profile-promax .kit-badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto 12px auto !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.team-profile-promax .staff-title-master,
.team-profile-promax .roster-main-title,
.team-profile-promax .kit-main-title {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    font-size: clamp(26px, 4vw, 44px) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    color: #0f172a !important;
}

@media (max-width: 768px) {
    .team-profile-promax .staff-head-master,
    .team-profile-promax .roster-head-master,
    .team-profile-promax .kit-head-vip {
        margin-bottom: 24px !important;
    }

    .team-profile-promax .staff-badge-pill,
    .team-profile-promax .roster-kicker-badge,
    .team-profile-promax .kit-badge-pill {
        font-size: 10.5px !important;
        margin-bottom: 8px !important;
        padding: 4px 12px !important;
    }

    .team-profile-promax .staff-title-master,
    .team-profile-promax .roster-main-title,
    .team-profile-promax .kit-main-title {
        font-size: 26px !important;
    }
}

/* ==========================================================================
   EXPLICIT OPTICAL CENTERING: DANH SÁCH ĐĂNG KÝ THI ĐẤU & ĐỘI HÌNH
   ========================================================================== */
.team-profile-promax .roster-head-master {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.team-profile-promax .roster-kicker-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto 12px auto !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.team-profile-promax .roster-main-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    font-size: clamp(26px, 4vw, 44px) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    color: #0f172a !important;
}

.team-profile-promax .roster-main-title span {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .team-profile-promax .roster-head-master {
        margin-bottom: 24px !important;
    }
    .team-profile-promax .roster-kicker-badge {
        font-size: 10.5px !important;
        margin-bottom: 8px !important;
        padding: 4px 12px !important;
    }
    .team-profile-promax .roster-main-title {
        font-size: 26px !important;
    }
}

/* ==========================================================================
   TEAM BREADCRUMBS CAPSULE PRO MAX
   ========================================================================== */
.team-breadcrumbs-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto 28px auto !important;
}

.team-breadcrumbs-capsule {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 5px 12px 5px 14px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 4px 20px rgba(0, 15, 35, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.breadcrumb-item-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    padding: 3px 6px !important;
    border-radius: 6px !important;
    transition: color 0.2s ease, background 0.2s ease !important;
}

.breadcrumb-item-link:hover {
    color: #38bdf8 !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.breadcrumb-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #38bdf8 !important;
}

.breadcrumb-chevron {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.35) !important;
}

.breadcrumb-current-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 3px 10px !important;
    background: rgba(56, 189, 248, 0.16) !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.2) !important;
}

@media (max-width: 768px) {
    .team-breadcrumbs-wrapper {
        margin-bottom: 18px !important;
    }
    .team-breadcrumbs-capsule {
        padding: 4px 10px !important;
        gap: 4px !important;
    }
    .breadcrumb-item-link {
        font-size: 11px !important;
        padding: 2px 4px !important;
    }
    .breadcrumb-current-pill {
        font-size: 11px !important;
        padding: 2px 8px !important;
    }
}

/* ==========================================================================
   LUXURY FACEBOOK FANPAGE CARD PRO MAX
   ========================================================================== */
.team-fanpage-btn-vip {
    background: linear-gradient(135deg, #1877f2 0%, #105dc1 55%, #084391 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 8px 24px rgba(24, 119, 242, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
    cursor: pointer !important;
}

.team-fanpage-btn-vip:hover {
    transform: translateY(-4px) !important;
    background: linear-gradient(135deg, #2884ff 0%, #1877f2 55%, #0a4ea8 100%) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 14px 32px rgba(24, 119, 242, 0.45), 0 0 18px rgba(56, 189, 248, 0.35) !important;
}

.stat-icon--fanpage-vip {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border-radius: 12px !important;
}

.team-fanpage-btn-vip:hover .stat-icon--fanpage-vip {
    background: #ffffff !important;
    color: #1877f2 !important;
    transform: scale(1.06) !important;
}

.stat-num--fanpage-vip {
    color: #ffffff !important;
    font-size: 16.5px !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 768px) {
    .team-fanpage-btn-vip {
        min-height: 52px !important;
        padding: 8px 14px !important;
    }
    .stat-num--fanpage-vip {
        font-size: 15px !important;
    }
}

/* ==========================================================================
   SUBTLE & UNIFIED BENTO FANPAGE CARD (MATCHING 03 TRANG PHỤC CARD)
   ========================================================================== */
.team-profile-promax .stat-card-fanpage {
    background: #ffffff !important;
    border: 1px solid var(--club-line, #e2e8f0) !important;
    box-shadow: 0 4px 16px rgba(5, 43, 91, 0.05) !important;
    color: var(--club-ink, #0f172a) !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.team-profile-promax .stat-card-fanpage:hover {
    transform: translateY(-3px) !important;
    border-color: #1877f2 !important;
    box-shadow: 0 10px 24px rgba(24, 119, 242, 0.15) !important;
}

.team-profile-promax .stat-icon--fanpage {
    background: #edf6ff !important;
    border: 1px solid #d0e7ff !important;
    color: #1877f2 !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    display: grid !important;
    place-items: center !important;
}

.team-profile-promax .stat-card-fanpage .stat-num {
    color: var(--club-navy, #0f172a) !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.1 !important;
}

.team-profile-promax .stat-card-fanpage .stat-lbl {
    color: #64748b !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    margin-top: 3px !important;
    text-transform: uppercase !important;
}

@media (max-width: 768px) {
    .team-profile-promax .stat-card-fanpage {
        min-height: 54px !important;
        padding: 8px 12px !important;
    }
    .team-profile-promax .stat-card-fanpage .stat-num {
        font-size: 16px !important;
    }
    .team-profile-promax .stat-card-fanpage .stat-lbl {
        font-size: 9.5px !important;
    }
}

/* ==========================================================================
   EXACT SYNCHRONIZED TYPOGRAPHY FOR ALL 3 SECTION TITLES:
   - BAN HUẤN LUYỆN
   - TRANG PHỤC THI ĐẤU CHÍNH THỨC
   - ĐỘI HÌNH [TÊN CLB]
   ========================================================================== */
.team-profile-promax .staff-title-master,
.team-profile-promax .staff-section-title,
.team-profile-promax .roster-main-title,
.team-profile-promax .kits-head-vip h2,
.team-profile-promax .roster-head-master h2,
.team-profile-promax .staff-head-master h2 {
    font-size: clamp(26px, 3.8vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: var(--club-navy, #0f172a) !important;
    font-family: var(--font-display, inherit) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.team-profile-promax .staff-title-master span,
.team-profile-promax .staff-section-title span,
.team-profile-promax .roster-main-title span {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
    display: inline-block !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .team-profile-promax .staff-title-master,
    .team-profile-promax .staff-section-title,
    .team-profile-promax .roster-main-title,
    .team-profile-promax .kits-head-vip h2,
    .team-profile-promax .roster-head-master h2,
    .team-profile-promax .staff-head-master h2 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
}

/* ==========================================================================
   LARGE & LUXURY COACHING STAFF AVATAR PRO MAX
   ========================================================================== */
.team-profile-promax .team-staff-grid-master {
    gap: 20px !important;
}

.team-profile-promax .staff-pass-card {
    padding: 22px 16px 18px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid var(--club-line, #e2e8f0) !important;
    box-shadow: 0 10px 30px rgba(5, 43, 91, 0.07) !important;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
}

.team-profile-promax .staff-pass-card:hover {
    transform: translateY(-5px) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 18px 45px rgba(5, 43, 91, 0.14), 0 0 20px rgba(56, 189, 248, 0.15) !important;
}

/* Enlarge Avatar Pod from 96px to 134px on Desktop */
.team-profile-promax .pass-avatar-pod {
    width: 134px !important;
    height: 134px !important;
    margin: 16px auto 18px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.team-profile-promax .pass-avatar-frame {
    width: 126px !important;
    height: 126px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 3.5px solid #ffffff !important;
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.4), 0 12px 28px rgba(5, 42, 84, 0.18) !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    position: relative !important;
}

.team-profile-promax .pass-avatar-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 15% !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.team-profile-promax .staff-pass-card:hover .pass-avatar-img {
    transform: scale(1.07) !important;
}

.team-profile-promax .pass-avatar-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #64748b !important;
    background: #f1f5f9 !important;
}

.team-profile-promax .pass-verified-stamp {
    position: absolute !important;
    bottom: 2px !important;
    right: 6px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    border: 2.5px solid #ffffff !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.4) !important;
    z-index: 3 !important;
}

.team-profile-promax .pass-role-chip {
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 12px !important;
    letter-spacing: 0.05em !important;
    border-radius: 999px !important;
}

.team-profile-promax .pass-person-name {
    font-size: 16.5px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    min-height: auto !important;
}

.team-profile-promax .pass-hotline-btn {
    min-height: 42px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    gap: 8px !important;
}

/* Mobile Responsive Adjustments (Large & Sharp on Mobile 2-Column Grid) */
@media (max-width: 768px) {
    .team-profile-promax .team-staff-grid-master {
        gap: 12px !important;
    }

    .team-profile-promax .staff-pass-card {
        padding: 16px 10px 14px !important;
        border-radius: 16px !important;
    }

    .team-profile-promax .pass-avatar-pod {
        width: 104px !important;
        height: 104px !important;
        margin: 10px auto 12px !important;
    }

    .team-profile-promax .pass-avatar-frame {
        width: 96px !important;
        height: 96px !important;
        border-width: 3px !important;
    }

    .team-profile-promax .pass-verified-stamp {
        width: 24px !important;
        height: 24px !important;
        bottom: 0 !important;
        right: 4px !important;
    }

    .team-profile-promax .pass-role-chip {
        font-size: 9.5px !important;
        padding: 3px 8px !important;
    }

    .team-profile-promax .pass-person-name {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .team-profile-promax .pass-hotline-btn {
        min-height: 38px !important;
        font-size: 11px !important;
        padding: 4px 8px !important;
    }
}

/* ==========================================================================
   3D MATCHDAY KITS SHOWROOM STUDIO PRO MAX
   ========================================================================== */
.team-profile-promax .team-kits-grid-vip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.team-profile-promax .kit-card-vip {
    position: relative !important;
    padding: 22px 20px 24px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid var(--club-line, #e2e8f0) !important;
    box-shadow: 0 12px 36px rgba(5, 42, 87, 0.08) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.team-profile-promax .kit-card-vip:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 48px rgba(5, 42, 87, 0.15), 0 0 24px rgba(56, 189, 248, 0.16) !important;
}

.team-profile-promax .kit-card-vip--home {
    border-top: 3px solid #ef4444 !important;
}
.team-profile-promax .kit-card-vip--home:hover {
    border-color: #ef4444 !important;
    box-shadow: 0 20px 48px rgba(239, 68, 68, 0.15), 0 0 24px rgba(239, 68, 68, 0.15) !important;
}

.team-profile-promax .kit-card-vip--away {
    border-top: 3px solid #3b82f6 !important;
}
.team-profile-promax .kit-card-vip--away:hover {
    border-color: #3b82f6 !important;
    box-shadow: 0 20px 48px rgba(59, 130, 246, 0.15), 0 0 24px rgba(59, 130, 246, 0.15) !important;
}

.team-profile-promax .kit-card-vip--third {
    border-top: 3px solid #f59e0b !important;
}
.team-profile-promax .kit-card-vip--third:hover {
    border-color: #f59e0b !important;
    box-shadow: 0 20px 48px rgba(245, 158, 11, 0.15), 0 0 24px rgba(245, 158, 11, 0.15) !important;
}

.team-profile-promax .kit-card-header {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 14px !important;
}

.team-profile-promax .kit-type-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
}

.team-profile-promax .kit-pill-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    display: inline-block !important;
}

.team-profile-promax .kit-card-vip--home .kit-pill-dot {
    background: #ef4444 !important;
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.6) !important;
}

.team-profile-promax .kit-card-vip--away .kit-pill-dot {
    background: #3b82f6 !important;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.6) !important;
}

.team-profile-promax .kit-card-vip--third .kit-pill-dot {
    background: #f59e0b !important;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.6) !important;
}

.team-profile-promax .kit-num-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.05em !important;
}

/* 3D Exhibition Pedestal Stage */
.team-profile-promax .kit-stage-3d {
    width: 100% !important;
    aspect-ratio: 4 / 3.3 !important;
    border-radius: 18px !important;
    background: radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.95) 0%, rgba(241, 245, 249, 0.8) 50%, rgba(226, 232, 240, 0.5) 100%) !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.8), 0 6px 16px rgba(15, 23, 42, 0.04) !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin-bottom: 18px !important;
}

.team-profile-promax .kit-pedestal-glow {
    position: absolute !important;
    bottom: -20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 70% !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.3) 0%, transparent 70%) !important;
    filter: blur(8px) !important;
    pointer-events: none !important;
}

.team-profile-promax .kit-card-vip--home .kit-pedestal-glow {
    background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.25) 0%, transparent 70%) !important;
}

.team-profile-promax .kit-card-vip--away .kit-pedestal-glow {
    background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.25) 0%, transparent 70%) !important;
}

.team-profile-promax .kit-card-vip--third .kit-pedestal-glow {
    background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.25) 0%, transparent 70%) !important;
}

.team-profile-promax .kit-stage-img {
    width: 82% !important;
    height: 82% !important;
    object-fit: contain !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease !important;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12)) !important;
    z-index: 2 !important;
}

.team-profile-promax .kit-card-vip:hover .kit-stage-img {
    transform: translateY(-6px) scale(1.06) !important;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.2)) !important;
}

.team-profile-promax .kit-body-vip {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.team-profile-promax .kit-name-vip {
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
}

.team-profile-promax .kit-specs-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
}

.team-profile-promax .kit-color-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    color: #334155 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    transition: background 0.2s ease, border-color 0.2s ease !important;
}

.team-profile-promax .kit-card-vip:hover .kit-color-tag {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
}

.team-profile-promax .color-tag-bullet {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    display: inline-block !important;
}

.team-profile-promax .kit-card-vip--home .color-tag-bullet {
    background: #ef4444 !important;
}

.team-profile-promax .kit-card-vip--away .color-tag-bullet {
    background: #3b82f6 !important;
}

.team-profile-promax .kit-card-vip--third .color-tag-bullet {
    background: #f59e0b !important;
}

/* Mobile Responsive */
@media (max-width: 900px) {
    .team-profile-promax .team-kits-grid-vip {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .team-profile-promax .kit-card-vip {
        padding: 18px 16px 20px !important;
        border-radius: 20px !important;
    }

    .team-profile-promax .kit-stage-3d {
        aspect-ratio: 4 / 3.2 !important;
        margin-bottom: 14px !important;
    }

    .team-profile-promax .kit-name-vip {
        font-size: 16px !important;
    }

    .team-profile-promax .kit-color-tag {
        font-size: 11.5px !important;
        padding: 4px 10px !important;
    }
}

/* ==========================================================================
   EXECUTIVE COACHING STAFF CARDS (LARGE AVATAR & UPPERCASE TYPOGRAPHY)
   ========================================================================== */
.team-profile-promax .team-staff-grid-master {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
    gap: 22px !important;
    justify-content: center !important;
}

@media (min-width: 1200px) {
    .team-profile-promax .team-staff-grid-master {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

.team-profile-promax .staff-pass-card {
    position: relative !important;
    padding: 26px 18px 22px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid var(--club-line, #e2e8f0) !important;
    box-shadow: 0 10px 30px rgba(5, 43, 91, 0.07) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
}

.team-profile-promax .staff-pass-card:hover {
    transform: translateY(-6px) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 20px 48px rgba(5, 43, 91, 0.15), 0 0 24px rgba(56, 189, 248, 0.18) !important;
}

/* Header Ribbon & Role Chip */
.team-profile-promax .pass-header-ribbon {
    margin-bottom: 6px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.team-profile-promax .pass-role-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 5px 14px !important;
    border-radius: 999px !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
}

/* Large 3D Avatar Pod */
.team-profile-promax .pass-avatar-pod {
    width: 148px !important;
    height: 148px !important;
    margin: 14px auto 16px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.team-profile-promax .pass-avatar-frame {
    width: 140px !important;
    height: 140px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.45), 0 14px 32px rgba(5, 42, 84, 0.18) !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    position: relative !important;
}

.team-profile-promax .pass-avatar-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 15% !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.team-profile-promax .staff-pass-card:hover .pass-avatar-img {
    transform: scale(1.08) !important;
}

.team-profile-promax .pass-avatar-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #64748b !important;
    background: #f1f5f9 !important;
}

.team-profile-promax .pass-verified-stamp {
    position: absolute !important;
    bottom: 2px !important;
    right: 8px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    border: 3px solid #ffffff !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.45) !important;
    z-index: 3 !important;
}

/* Person Name (Uppercase Bold) */
.team-profile-promax .pass-person-name {
    font-size: 17.5px !important;
    font-weight: 900 !important;
    color: var(--club-navy, #0f172a) !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
    line-height: 1.25 !important;
    margin: 0 0 12px 0 !important;
    text-align: center !important;
}

/* Hotline Button */
.team-profile-promax .pass-hotline-btn {
    min-height: 42px !important;
    padding: 6px 14px !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

.team-profile-promax .pass-hotline-btn:hover {
    background: #ffffff !important;
    border-color: #38bdf8 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2) !important;
}

.team-profile-promax .hotline-icon-wrap {
    color: #0284c7 !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .team-profile-promax .team-staff-grid-master {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .team-profile-promax .staff-pass-card {
        padding: 18px 10px 16px !important;
        border-radius: 18px !important;
    }

    .team-profile-promax .pass-avatar-pod {
        width: 118px !important;
        height: 118px !important;
        margin: 10px auto 12px !important;
    }

    .team-profile-promax .pass-avatar-frame {
        width: 110px !important;
        height: 110px !important;
        border-width: 3.5px !important;
    }

    .team-profile-promax .pass-verified-stamp {
        width: 26px !important;
        height: 26px !important;
        bottom: 0 !important;
        right: 4px !important;
    }

    .team-profile-promax .pass-role-chip {
        font-size: 10px !important;
        padding: 3px 10px !important;
    }

    .team-profile-promax .pass-person-name {
        font-size: 14.5px !important;
        margin-bottom: 8px !important;
    }

    .team-profile-promax .pass-hotline-btn {
        min-height: 38px !important;
        font-size: 11.5px !important;
        padding: 4px 8px !important;
    }
}

/* ==========================================================================
   PERFECT OPTICAL BALANCE FOR 5 STAFF CARDS ON MOBILE (2 - 2 - 1 PYRAMID)
   ========================================================================== */
@media (max-width: 768px) {
    .team-profile-promax .team-staff-grid-master {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        justify-content: center !important;
    }

    /* When the last card is an odd child (e.g. 5th card: Y TẾ),
       span it across both columns and center it precisely in the 3rd row */
    /* REMOVED OLD ODD RULE */ .team-profile-promax .staff-pass-card-disabled-old {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 280px !important;
        margin-inline: auto !important;
        box-shadow: 0 12px 32px rgba(5, 43, 91, 0.1) !important;
    }
}













/* ==========================================================================
   UI/UX PRO MAX: MASTERPIECE SYSTEM (VERSION v4.6.0 - BALANCED CONTROL DECK)
   ========================================================================== */

/* ── 1. KHỐI LIÊN HỆ TRỰC QUAN (CONTACT SECTION #lien-he) ── */
.contact-band-visual {
    position: relative !important;
    padding: clamp(76px, 8vw, 108px) 0 !important;
    color: #ffffff !important;
    background: radial-gradient(circle at 12% 18%, rgba(14, 165, 233, 0.24), transparent 42%),
                radial-gradient(circle at 88% 82%, rgba(2, 132, 199, 0.26), transparent 46%),
                linear-gradient(145deg, #020b18 0%, #03183d 48%, #04255c 100%) !important;
    border-top: 1px solid rgba(56, 189, 248, 0.35) !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

.contact-band-visual * {
    box-sizing: border-box !important;
}

.contact-watermark-visual {
    position: absolute !important;
    top: 6px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    text-align: center !important;
    font-size: clamp(44px, 10vw, 140px) !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    color: rgba(255, 255, 255, 0.022) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    z-index: 0 !important;
    user-select: none !important;
}

.contact-inner-visual {
    display: grid !important;
    grid-template-columns: minmax(0, 1.32fr) minmax(370px, 0.88fr) !important;
    gap: 40px !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    padding-inline: 24px !important;
}

/* Cột trái */
.contact-main-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    min-width: 0 !important;
}

.contact-heading-visual {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    min-width: 0 !important;
}

.contact-kicker-line {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.contact-kicker-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: 0.12em !important;
    color: #38bdf8 !important;
    text-transform: uppercase !important;
}

.kicker-pulse-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #38bdf8 !important;
    box-shadow: 0 0 10px #38bdf8 !important;
    display: inline-block !important;
}

.contact-season-tag {
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 3px 10px !important;
    border-radius: 999px !important;
    background: rgba(56, 189, 248, 0.14) !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    color: #7dd3fc !important;
    letter-spacing: 0.05em !important;
}

.contact-title-visual {
    margin: 0 !important;
    font-size: clamp(34px, 4.2vw, 54px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}

.title-lead {
    display: block !important;
    color: #ffffff !important;
}

.title-highlight {
    background: linear-gradient(115deg, #ffffff 15%, #bae6fd 50%, #38bdf8 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: block !important;
}

/* Mô tả liên hệ - 1 dòng trên Desktop */
.contact-desc-visual {
    margin: 0 !important;
    font-size: clamp(13.5px, 1.1vw, 15.5px) !important;
    line-height: 1.5 !important;
    color: #cbd5e1 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

@media (max-width: 1180px) {
    .contact-desc-visual {
        white-space: normal !important;
        line-height: 1.6 !important;
    }
}

/* 3 Thẻ hành động trực quan */
.contact-action-cards-visual {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.contact-action-card {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 14px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(9, 66, 129, 0.28) 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.22) !important;
    border-top: 3.5px solid #38bdf8 !important;
    box-shadow: 0 12px 32px rgba(0, 8, 28, 0.35) !important;
    text-decoration: none !important;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.24s ease !important;
    min-width: 0 !important;
}

.contact-action-card:hover {
    transform: translateY(-4px) !important;
    border-color: #38bdf8 !important;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.16) 0%, rgba(9, 66, 129, 0.45) 100%) !important;
    box-shadow: 0 20px 48px rgba(0, 8, 28, 0.5), 0 0 24px rgba(56, 189, 248, 0.25) !important;
}

.action-icon-pod {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.action-icon--blue {
    background: rgba(56, 189, 248, 0.16) !important;
    color: #38bdf8 !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

.action-icon--gold {
    background: rgba(245, 158, 11, 0.16) !important;
    color: #fbbf24 !important;
    border: 1px solid rgba(245, 158, 11, 0.35) !important;
}

.action-icon--cyan {
    background: rgba(14, 165, 233, 0.16) !important;
    color: #7dd3fc !important;
    border: 1px solid rgba(14, 165, 233, 0.3) !important;
}

.action-card-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    min-width: 0 !important;
    flex: 1 !important;
    overflow: visible !important;
}

.action-card-text small {
    font-size: 9.5px !important;
    font-weight: 850 !important;
    color: #7dd3fc !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    word-break: break-word !important;
}

.action-card-text strong {
    font-size: 12.5px !important;
    font-weight: 850 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.action-card-arrow {
    margin-left: auto !important;
    font-size: 13px !important;
    color: #64748b !important;
    flex-shrink: 0 !important;
    transition: transform 0.24s ease, color 0.24s ease !important;
}

.contact-action-card:hover .action-card-arrow {
    color: #38bdf8 !important;
    transform: translate(2px, -2px) !important;
}

/* Cột phải: Control Center CÂN ĐỐI & TINH TẾ (NÚT LIÊN HỆ ĐỒNG BỘ) */
.contact-deck-visual {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 26px 28px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(4, 43, 96, 0.42) 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    border-top: 4px solid #38bdf8 !important;
    box-shadow: 0 24px 64px rgba(0, 8, 28, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
}

.deck-header-visual {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.deck-title-box {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    color: #38bdf8 !important;
    text-transform: uppercase !important;
}

.deck-icon {
    display: grid !important;
    place-items: center !important;
    color: #38bdf8 !important;
}

.deck-status-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    background: rgba(56, 189, 248, 0.15) !important;
    border: 1px solid rgba(56, 189, 248, 0.4) !important;
    color: #7dd3fc !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: 0.06em !important;
}

.pulse-led-cyan {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #38bdf8 !important;
    box-shadow: 0 0 10px #38bdf8 !important;
    display: inline-block !important;
}

/* NÚT LIÊN HỆ GỌN GÀNG, CÂN ĐỐI, NỔI BẬT */
.deck-primary-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 20px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    border: 1px solid #38bdf8 !important;
    box-shadow: 0 8px 26px rgba(2, 132, 199, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
    text-decoration: none !important;
    transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.deck-primary-btn:hover {
    transform: translateY(-2px) !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
    box-shadow: 0 14px 34px rgba(2, 132, 199, 0.55), 0 0 20px rgba(56, 189, 248, 0.35) !important;
}

.btn-icon-bubble {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.btn-label-bold {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.btn-arrow {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    transition: transform 0.2s ease !important;
}

.deck-primary-btn:hover .btn-arrow {
    transform: translate(2px, -2px) !important;
}

.deck-organizer-card {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 18px !important;
    border-radius: 16px !important;
    background: rgba(2, 19, 49, 0.48) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.organizer-emblem-pod {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at 35% 30%, #ffffff 0%, #bae6fd 100%) !important;
    border: 1.5px solid #ffffff !important;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25) !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.organizer-emblem-pod img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
}

.organizer-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
}

.organizer-details small {
    font-size: 10px !important;
    font-weight: 850 !important;
    color: #7dd3fc !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.organizer-details strong {
    font-size: 14px !important;
    font-weight: 850 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* KHẮC PHỤC TRIỆT ĐỂ LỖI RƠI CHỮ EMAIL & HOTLINE (STACK FULL-WIDTH) */
.deck-channels-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.channel-card-visual {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 18px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-decoration: none !important;
    transition: all 0.22s ease !important;
    min-width: 0 !important;
    width: 100% !important;
}

.channel-card-visual:hover {
    background: rgba(56, 189, 248, 0.12) !important;
    border-color: rgba(56, 189, 248, 0.4) !important;
    transform: translateY(-2px) !important;
}

.channel-icon-pod {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
    background: rgba(56, 189, 248, 0.16) !important;
    color: #38bdf8 !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.channel-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
    flex: 1 !important;
}

.channel-text small {
    font-size: 9.5px !important;
    font-weight: 850 !important;
    color: #7dd3fc !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

.channel-text strong {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.3 !important;
}

.channel-arrow {
    margin-left: auto !important;
    font-size: 13px !important;
    color: #64748b !important;
    flex-shrink: 0 !important;
}

.channel-card-visual:hover .channel-arrow {
    color: #38bdf8 !important;
}


/* ── 2. CHÂN TRANG TRỰC QUAN (SITE FOOTER MASTERPIECE) ── */
.site-footer,
.site-footer.site-footer--masterpiece {
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    color: #ffffff !important;
    background: radial-gradient(circle at 85% 15%, rgba(14, 165, 233, 0.22), transparent 45%),
                linear-gradient(180deg, #020b18 0%, #03162e 45%, #052146 100%) !important;
    border-top: 1px solid rgba(56, 189, 248, 0.35) !important;
    padding-top: 56px !important;
    padding-bottom: 36px !important;
    isolation: isolate !important;
    z-index: 10 !important;
}

.site-footer * {
    box-sizing: border-box !important;
}

.footer-watermark-visual {
    position: absolute !important;
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    text-align: center !important;
    font-size: clamp(36px, 7.5vw, 110px) !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    color: rgba(255, 255, 255, 0.025) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    z-index: 0 !important;
    user-select: none !important;
}

/* 2.1. Top Deck */
.footer-top-deck {
    display: grid !important;
    grid-template-columns: minmax(0, 1.38fr) minmax(360px, 0.92fr) !important;
    gap: 24px !important;
    position: relative !important;
    z-index: 2 !important;
    margin-bottom: 44px !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    padding-inline: 24px !important;
}

.footer-brand-card-visual {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    padding: 28px 36px 28px 30px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(9, 66, 129, 0.3) 50%, rgba(36, 181, 217, 0.14) 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.28) !important;
    border-top: 3.5px solid #38bdf8 !important;
    box-shadow: 0 20px 50px rgba(0, 8, 28, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(16px) !important;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
    overflow: hidden !important;
}

.footer-brand-card-visual:hover {
    transform: translateY(-5px) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 28px 64px rgba(0, 8, 28, 0.55), 0 0 28px rgba(56, 189, 248, 0.25) !important;
}

.brand-crest-frame {
    position: relative !important;
    width: 116px !important;
    height: 116px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at 35% 30%, #ffffff 0%, #e0f2fe 60%, #bae6fd 100%) !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 0 6px rgba(56, 189, 248, 0.18) !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.brand-crest-img {
    width: 92px !important;
    height: 92px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 14px rgba(0, 24, 64, 0.3)) !important;
    transition: transform 0.35s ease !important;
}

.footer-brand-card-visual:hover .brand-crest-img {
    transform: scale(1.08) rotate(-2deg) !important;
}

.brand-info-stack {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    min-width: 0 !important;
}

.brand-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 11.5px !important;
    font-weight: 850 !important;
    letter-spacing: 0.12em !important;
    color: #38bdf8 !important;
    text-transform: uppercase !important;
}

.brand-title {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.08 !important;
}

.brand-line-lead {
    font-size: 18px !important;
    font-weight: 850 !important;
    color: #e2e8f0 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

.brand-line-glow {
    font-size: clamp(22px, 2.5vw, 32px) !important;
    font-weight: 900 !important;
    background: linear-gradient(115deg, #ffffff 20%, #dffbff 55%, #38bdf8 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
}

.brand-season-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    background: rgba(56, 189, 248, 0.14) !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    color: #7dd3fc !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
    width: fit-content !important;
    margin-top: 4px !important;
}

.season-icon {
    display: grid !important;
    place-items: center !important;
    color: #fbbf24 !important;
}

.card-action-arrow {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #38bdf8 !important;
    display: grid !important;
    place-items: center !important;
    font-size: 14px !important;
    transition: all 0.25s ease !important;
}

.footer-brand-card-visual:hover .card-action-arrow {
    background: #38bdf8 !important;
    color: #020b18 !important;
    transform: translate(2px, -2px) !important;
}

.footer-event-card-visual {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 24px 26px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(4, 43, 96, 0.38) 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.28) !important;
    border-top: 3.5px solid #38bdf8 !important;
    box-shadow: 0 20px 50px rgba(0, 8, 28, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(16px) !important;
}

.event-card-topbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.event-kicker {
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: 0.12em !important;
    color: #38bdf8 !important;
    text-transform: uppercase !important;
}

.event-badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 3px 10px !important;
    border-radius: 999px !important;
    background: rgba(56, 189, 248, 0.15) !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    color: #7dd3fc !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
}

.event-date-display {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.date-big-num {
    font-size: clamp(38px, 4vw, 48px) !important;
    font-weight: 900 !important;
    line-height: 0.9 !important;
    letter-spacing: -0.04em !important;
    color: #ffffff !important;
    font-feature-settings: "tnum" 1 !important;
}

.date-meta-col {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.15 !important;
}

.date-month-txt {
    font-size: 14px !important;
    font-weight: 900 !important;
    color: #7dd3fc !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.date-year-txt {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #94a3b8 !important;
    letter-spacing: 0.05em !important;
}

.event-location-box {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: rgba(2, 19, 49, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.location-icon-pod {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
    background: rgba(56, 189, 248, 0.15) !important;
    color: #38bdf8 !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.location-text-col {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

.location-text-col small {
    font-size: 8.5px !important;
    font-weight: 850 !important;
    color: #7dd3fc !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.location-text-col strong {
    font-size: 13.5px !important;
    font-weight: 850 !important;
    color: #ffffff !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

/* 2.2. Mid Grid */
.footer-mid-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) !important;
    gap: 48px !important;
    position: relative !important;
    z-index: 2 !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    padding-inline: 24px !important;
    padding-bottom: 44px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-section-title {
    margin: 0 0 18px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em !important;
    color: #38bdf8 !important;
    text-transform: uppercase !important;
}

.title-divider-line {
    flex: 1 !important;
    height: 1px !important;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.35), transparent) !important;
}

.footer-nav-grid-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 12px !important;
}

.footer-nav-pill {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 16px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    transition: all 0.22s ease !important;
}

.footer-nav-pill:hover {
    background: rgba(56, 189, 248, 0.14) !important;
    border-color: #38bdf8 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.footer-nav-pill b {
    font-size: 12px !important;
    color: #64748b !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
}

.footer-nav-pill:hover b {
    color: #38bdf8 !important;
    transform: translate(2px, -2px) !important;
}

/* Kênh kết nối & Bàn hỗ trợ (Footer Stack) */
.footer-connect-grid-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
}

.footer-connect-card {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 16px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-decoration: none !important;
    transition: all 0.22s ease !important;
    min-width: 0 !important;
    width: 100% !important;
}

.footer-connect-card:hover {
    background: rgba(56, 189, 248, 0.12) !important;
    border-color: rgba(56, 189, 248, 0.4) !important;
    transform: translateY(-2px) !important;
}

.connect-icon-pod {
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
    background: rgba(56, 189, 248, 0.16) !important;
    color: #38bdf8 !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.connect-info-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    min-width: 0 !important;
    flex: 1 !important;
}

.connect-info-text small {
    font-size: 9px !important;
    font-weight: 850 !important;
    color: #7dd3fc !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.connect-info-text strong {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.connect-arrow {
    margin-left: auto !important;
    font-size: 12px !important;
    color: #64748b !important;
    flex-shrink: 0 !important;
}

.footer-connect-card:hover .connect-arrow {
    color: #38bdf8 !important;
}

/* Bàn hỗ trợ trực ban 24/7 (NO GREEN - Blue/Cyan theme) */
.footer-support-box-visual {
    padding: 14px 16px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(56, 189, 248, 0.2) !important;
    margin-bottom: 12px !important;
}

.support-box-topbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
}

.support-label-stack {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    color: #38bdf8 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.support-status-chip {
    font-size: 9.5px !important;
    font-weight: 800 !important;
    color: #7dd3fc !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
    background: rgba(56, 189, 248, 0.12) !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

.support-cards-grid-visual {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.support-contact-pill {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 12px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    text-decoration: none !important;
    color: #ffffff !important;
    transition: all 0.2s ease !important;
}

.support-contact-pill:hover {
    border-color: #38bdf8 !important;
    background: rgba(56, 189, 248, 0.1) !important;
    transform: translateY(-2px) !important;
}

.support-icon-pod {
    width: 28px !important;
    height: 28px !important;
    border-radius: 8px !important;
    background: rgba(56, 189, 248, 0.16) !important;
    color: #38bdf8 !important;
    display: grid !important;
    place-items: center !important;
    flex-shrink: 0 !important;
}

.support-text-stack {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

.support-text-stack small {
    font-size: 8.5px !important;
    font-weight: 850 !important;
    color: #7dd3fc !important;
}

.support-text-stack strong {
    font-size: 11.5px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.support-text-stack em {
    font-size: 10.5px !important;
    font-style: normal !important;
    color: #94a3b8 !important;
}

.support-arrow {
    margin-left: auto !important;
    font-size: 11px !important;
    color: #64748b !important;
}

.support-contact-pill:hover .support-arrow {
    color: #38bdf8 !important;
}

/* Nút Fanpage */
.footer-fanpage-visual-btn {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 18px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #1877f2 0%, #0d5cb6 100%) !important;
    border: 1px solid #38bdf8 !important;
    text-decoration: none !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(24, 119, 242, 0.3) !important;
    transition: all 0.22s ease !important;
}

.footer-fanpage-visual-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(24, 119, 242, 0.45) !important;
}

.fanpage-letter-f {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    font-family: var(--font-display) !important;
    flex-shrink: 0 !important;
}

.fanpage-btn-copy {
    display: flex !important;
    flex-direction: column !important;
}

.fanpage-btn-copy small {
    font-size: 9px !important;
    font-weight: 850 !important;
    color: #bae6fd !important;
    letter-spacing: 0.06em !important;
}

.fanpage-btn-copy strong {
    font-size: 13.5px !important;
    font-weight: 900 !important;
}


/* ── 3. TẦNG ĐÁY KIỆT TÁC (LUXURY MASTERPIECE BOTTOM DECK) ── */
.footer-bottom-container {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    padding-inline: 24px !important;
    padding-top: 32px !important;
}

.footer-bottom-deck-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    padding: 20px 30px !important;
    border-radius: 22px !important;
    background: radial-gradient(circle at 50% 0%, rgba(14, 165, 233, 0.15), transparent 70%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(4, 30, 68, 0.45) 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    border-top: 2px solid rgba(56, 189, 248, 0.6) !important;
    box-shadow: 0 16px 44px rgba(0, 8, 28, 0.45), 0 0 30px rgba(14, 165, 233, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(16px) !important;
}

/* Cột trái: Copyright */
.footer-copyright-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    min-width: 0 !important;
}

.copyright-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em !important;
    color: #38bdf8 !important;
    text-transform: uppercase !important;
}

.kicker-seal-icon {
    display: grid !important;
    place-items: center !important;
    color: #38bdf8 !important;
}

.copyright-text {
    margin: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    color: #94a3b8 !important;
}

.copyright-text strong {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.copyright-text a {
    color: #38bdf8 !important;
    text-decoration: none !important;
    font-weight: 850 !important;
    border-bottom: 1.5px dashed rgba(56, 189, 248, 0.5) !important;
    transition: all 0.22s ease !important;
    padding-bottom: 1px !important;
}

.copyright-text a:hover {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    text-shadow: 0 0 12px rgba(56, 189, 248, 0.75) !important;
}

/* Cột giữa: 3D Beveled Slogan Badge */
.footer-slogan-col {
    display: flex !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.slogan-luxury-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 24px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.16) 0%, rgba(14, 165, 233, 0.08) 50%, rgba(245, 158, 11, 0.14) 100%) !important;
    border: 1.5px solid rgba(56, 189, 248, 0.4) !important;
    box-shadow: 0 6px 24px rgba(0, 8, 28, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    user-select: none !important;
    transition: all 0.3s ease !important;
}

.slogan-luxury-badge:hover {
    border-color: #38bdf8 !important;
    box-shadow: 0 8px 30px rgba(0, 8, 28, 0.4), 0 0 20px rgba(56, 189, 248, 0.3) !important;
    transform: scale(1.02) !important;
}

.slogan-word.is-play {
    color: #38bdf8 !important;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.4) !important;
}

.slogan-separator {
    color: #64748b !important;
    font-size: 12px !important;
}

.slogan-sparkle {
    color: #fbbf24 !important;
    font-size: 12px !important;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.7)) !important;
}

.slogan-word.is-travel {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3) !important;
}

/* Cột phải: Back to Top */
.footer-back-to-top-col {
    display: flex !important;
    justify-content: flex-end !important;
    flex-shrink: 0 !important;
}

.footer-scroll-top-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 18px 10px 20px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    border: 1.5px solid #38bdf8 !important;
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12.5px !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    transition: all 0.26s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.footer-scroll-top-btn:hover {
    transform: translateY(-3px) !important;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
    box-shadow: 0 12px 32px rgba(2, 132, 199, 0.6), 0 0 20px rgba(56, 189, 248, 0.4) !important;
    color: #ffffff !important;
}

.btn-top-arrow-pod {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    transition: transform 0.22s ease !important;
}

.footer-scroll-top-btn:hover .btn-top-arrow-pod {
    transform: translateY(-2px) !important;
}

@media (max-width: 900px) {
    .footer-bottom-deck-card {
        flex-direction: column !important;
        text-align: center !important;
        gap: 18px !important;
        padding: 22px 20px !important;
    }
    .footer-copyright-col {
        align-items: center !important;
    }
    .footer-back-to-top-col {
        justify-content: center !important;
    }
}

@media (max-width: 992px) {
    .contact-inner-visual {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .footer-top-deck {
        grid-template-columns: 1fr !important;
    }
    .footer-mid-grid {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }
}

@media (max-width: 640px) {
    .contact-action-cards-visual {
        grid-template-columns: 1fr !important;
    }
    .footer-nav-grid-pills {
        grid-template-columns: 1fr !important;
    }
    .support-cards-grid-visual {
        grid-template-columns: 1fr !important;
    }
    .event-date-display {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   DẢI ĐỘI BÓNG CHẠY MARQUEE VÔ TẬN TRÊN TEAM.PHP NHƯ TRANG CHỦ
   ═════════════════════════════════════════════════════════════════════ */
.team-profile-promax .team-switcher-bar,
.team-switcher-bar,
.team-switcher-ticker-promax {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    padding: 10px 0 !important;
    background: linear-gradient(180deg, rgba(3, 20, 52, 0.95) 0%, rgba(2, 13, 36, 0.98) 100%) !important;
    border-bottom: 1px solid rgba(127, 234, 251, 0.18) !important;
    box-shadow: 0 10px 25px rgba(0, 5, 20, 0.4) !important;
    z-index: 10 !important;
}

.team-switcher-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000000 3%, #000000 97%, transparent 100%) !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000000 3%, #000000 97%, transparent 100%) !important;
}

.team-profile-promax .team-switcher-scroll,
.team-switcher-scroll {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: max-content !important;
    overflow: visible !important;
    animation: teamSwitcherMarqueeTrack 40s linear infinite !important;
    will-change: transform !important;
    padding-inline: 14px !important;
}

.team-switcher-bar:hover .team-switcher-scroll,
.team-switcher-bar:focus-within .team-switcher-scroll {
    animation-play-state: paused !important;
}

@keyframes teamSwitcherMarqueeTrack {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ── CAPSULE ĐỘI BÓNG THEO ĐÚNG ẢNH THAM CHIẾU ── */
.team-switch-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 6px 16px 6px 7px !important;
    border-radius: 99px !important;
    background: linear-gradient(135deg, rgba(10, 37, 84, 0.75) 0%, rgba(6, 26, 62, 0.85) 100%) !important;
    border: 1.5px solid rgba(127, 234, 251, 0.22) !important;
    box-shadow: 0 4px 14px rgba(0, 5, 20, 0.35), inset 0 1px rgba(255, 255, 255, 0.12) !important;
    text-decoration: none !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.team-switch-pill:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(127, 234, 251, 0.6) !important;
    background: linear-gradient(135deg, rgba(14, 55, 125, 0.9) 0%, rgba(10, 37, 84, 0.95) 100%) !important;
    box-shadow: 0 8px 20px rgba(0, 5, 20, 0.5), 0 0 14px rgba(127, 234, 251, 0.3) !important;
}

/* Đội đang Active (đang xem trang hồ sơ) */
.team-switch-pill.is-active {
    background: linear-gradient(135deg, #0968c8 0%, #034898 100%) !important;
    border-color: #5edcf8 !important;
    box-shadow: 0 0 20px rgba(94, 220, 248, 0.5), inset 0 1px 2px rgba(255, 255, 255, 0.35) !important;
}

/* Badge Logo tròn trắng */
.team-switch-pill .pill-badge {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    padding: 3px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.team-switch-pill .pill-badge img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.team-switch-pill .pill-badge b {
    color: #05275a !important;
    font-weight: 900 !important;
    font-size: 13px !important;
}

/* Tên ngắn đội bóng */
.team-switch-pill .pill-name {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

/* Pill địa phương nhỏ */
.team-switch-pill .pill-city {
    display: inline-block !important;
    padding: 3px 9px !important;
    border-radius: 6px !important;
    background: rgba(4, 20, 48, 0.75) !important;
    border: 1px solid rgba(127, 234, 251, 0.25) !important;
    color: #a5f3fc !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
}

@media screen and (max-width: 860px) {
    .team-profile-promax .team-switcher-bar,
    .team-switcher-bar {
        padding: 8px 0 !important;
    }
    .team-profile-promax .team-switcher-scroll,
    .team-switcher-scroll {
        gap: 10px !important;
        animation-duration: 32s !important;
    }
    .team-switch-pill {
        padding: 5px 12px 5px 6px !important;
        gap: 8px !important;
    }
    .team-switch-pill .pill-badge {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
    }
    .team-switch-pill .pill-name {
        font-size: 13px !important;
    }
    .team-switch-pill .pill-city {
        font-size: 10px !important;
        padding: 2px 7px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   ĐỒNG BỘ MÀU SẮC RIÊNG BIỆT CHO MỖI ĐỘI BÓNG TRÊN DẢI CHẠY (SGTS FC ĐỎ, ...)
   ═════════════════════════════════════════════════════════════════════ */
.team-switch-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 6px 16px 6px 7px !important;
    border-radius: 99px !important;
    background: linear-gradient(135deg, color-mix(in srgb, var(--pill-accent, #1976f3), #041432 40%) 0%, color-mix(in srgb, var(--pill-accent, #1976f3), #020b1e 75%) 100%) !important;
    border: 1.5px solid color-mix(in srgb, var(--pill-accent, #1976f3), #ffffff 28%) !important;
    box-shadow: 0 4px 14px rgba(0, 5, 20, 0.4), 0 0 10px color-mix(in srgb, var(--pill-accent, #1976f3), transparent 60%), inset 0 1px rgba(255, 255, 255, 0.18) !important;
    text-decoration: none !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.team-switch-pill:hover {
    transform: translateY(-2px) !important;
    border-color: color-mix(in srgb, var(--pill-accent, #1976f3), #ffffff 60%) !important;
    box-shadow: 0 8px 22px rgba(0, 5, 20, 0.5), 0 0 16px color-mix(in srgb, var(--pill-accent, #1976f3), transparent 30%) !important;
}

/* Đội đang Active (đang xem trang hồ sơ): Bừng sáng màu sắc chuẩn của CLB */
.team-switch-pill.is-active {
    background: linear-gradient(135deg, var(--pill-accent, #1976f3) 0%, color-mix(in srgb, var(--pill-accent, #1976f3), #000 35%) 100%) !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 22px color-mix(in srgb, var(--pill-accent, #1976f3), transparent 15%), inset 0 1px 2px rgba(255, 255, 255, 0.5) !important;
}

/* Badge Logo tròn trắng */
.team-switch-pill .pill-badge {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    padding: 3px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35) !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.team-switch-pill .pill-badge img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.team-switch-pill .pill-badge b {
    color: var(--pill-accent, #05275a) !important;
    font-weight: 900 !important;
    font-size: 13px !important;
}

/* Tên ngắn đội bóng */
.team-switch-pill .pill-name {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

/* Pill địa phương đồng màu đội */
.team-switch-pill .pill-city {
    display: inline-block !important;
    padding: 3px 9px !important;
    border-radius: 6px !important;
    background: color-mix(in srgb, var(--pill-accent, #1976f3), #000 65%) !important;
    border: 1px solid color-mix(in srgb, var(--pill-accent, #1976f3), #fff 25%) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
}

@media screen and (max-width: 860px) {
    .team-switch-pill {
        padding: 5px 12px 5px 6px !important;
        gap: 8px !important;
    }
    .team-switch-pill .pill-badge {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
    }
    .team-switch-pill .pill-name {
        font-size: 13px !important;
    }
    .team-switch-pill .pill-city {
        font-size: 10px !important;
        padding: 2px 7px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   ĐỒNG BỘ DẢI MÀU 100% NHƯ CHỮ KHAI MẠC TRÊN TRANG CHỦ:
   1. TÊN ĐỘI BÓNG (SGTS FC, ...)
   2. BAN HUẤN LUYỆN
   3. TRANG PHỤC THI ĐẤU CHÍNH THỨC
   4. ĐỘI HÌNH [TÊN ĐỘI BÓNG]
   ═════════════════════════════════════════════════════════════════════ */

/* 1. TÊN ĐỘI BÓNG (SGTS FC, ...) TRÊN HERO PROFILE */
.team-profile-promax .team-profile-title,
.team-title-wrap h1,
.team-profile-title,
h1.team-profile-title,
:where(.team-profile-promax, body) .team-profile-title {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    padding-top: 0.08em !important;
    padding-bottom: 0.04em !important;
    display: inline-block !important;
    position: relative !important;
    overflow: visible !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    background-size: 100% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(18, 105, 232, 0.16)) !important;
}

/* 2. BAN HUẤN LUYỆN */
.team-profile-promax .staff-title-master,
.team-staff-section-master .staff-title-master,
.staff-head-master h2,
.staff-title-master,
#club-directory h2,
:where(.team-profile-promax, body) .staff-title-master {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(22px, 3.4vw, 34px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    padding-top: 0.08em !important;
    padding-bottom: 0.04em !important;
    display: inline-block !important;
    position: relative !important;
    overflow: visible !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    background-size: 100% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(18, 105, 232, 0.16)) !important;
}

/* 3. TRANG PHỤC THI ĐẤU CHÍNH THỨC */
.team-profile-promax .staff-section-title,
.team-kits-section-vip .staff-section-title,
.kits-head-vip h2,
.staff-section-title,
#trang-phuc h2,
:where(.team-profile-promax, body) .staff-section-title {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(22px, 3.4vw, 34px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    padding-top: 0.08em !important;
    padding-bottom: 0.04em !important;
    display: inline-block !important;
    position: relative !important;
    overflow: visible !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    background-size: 100% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(18, 105, 232, 0.16)) !important;
}

/* 4. ĐỘI HÌNH SGTS FC */
.team-profile-promax .roster-main-title,
.team-profile-promax .roster-main-title span,
.team-roster-section-vip .roster-main-title,
.roster-head-master h2,
.roster-main-title,
.roster-main-title span,
#doi-hinh h2,
:where(.team-profile-promax, body) .roster-main-title,
:where(.team-profile-promax, body) .roster-main-title span {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(22px, 3.4vw, 34px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    padding-top: 0.08em !important;
    padding-bottom: 0.04em !important;
    display: inline-block !important;
    position: relative !important;
    overflow: visible !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    background-size: 100% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(18, 105, 232, 0.16)) !important;
}

@media screen and (max-width: 860px) {
    .team-profile-promax .staff-title-master,
    .team-profile-promax .staff-section-title,
    .team-profile-promax .roster-main-title,
    .staff-title-master,
    .staff-section-title,
    .roster-main-title {
        font-size: clamp(19px, 5.5vw, 24px) !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   TỐI ƯU GIAO DIỆN MOBILE TRANG HỒ SƠ ĐỘI BÓNG (TEAM.PHP) GỌN GÀNG
   - Giảm khoảng cách thừa, cuộn trang nhẹ nhàng, hiển thị tinh gọn
   - Hero, Ban huấn luyện, Trang phục, Đội hình đều vừa vặn màn hình
   ═════════════════════════════════════════════════════════════════════ */
@media screen and (max-width: 860px) {
    /* 1. KHUNG CHUNG VÀ CONTAINER */
    .team-profile-promax .container {
        width: calc(100% - 20px) !important;
        padding-inline: 0 !important;
    }

    .team-profile-promax main > .section,
    .team-profile-promax .section {
        padding-block: 28px 24px !important;
    }

    .team-profile-promax .section-head {
        margin-bottom: 20px !important;
    }

    /* 2. BREADCRUMBS */
    .team-breadcrumbs-wrapper {
        margin-bottom: 12px !important;
    }
    .team-breadcrumbs-capsule {
        padding: 4px 10px !important;
        font-size: 11px !important;
        gap: 6px !important;
    }

    /* 3. HERO DOSSIER (KHỐI THÔNG TIN CHÍNH CỦA ĐỘI) */
    .team-profile-promax .team-hero-promax {
        padding: 16px 0 24px !important;
    }

    .team-profile-promax .team-hero-layout {
        border-radius: 18px !important;
        border: 1px solid rgba(127, 234, 251, 0.25) !important;
    }

    /* Vòng tròn logo khiên 3D */
    .team-profile-promax .team-crest-side {
        padding: 18px 14px 14px !important;
        gap: 12px !important;
        background: radial-gradient(circle at 50% 30%, rgba(14, 85, 185, 0.25) 0%, rgba(3, 20, 52, 0.6) 100%) !important;
    }

    .team-profile-promax .team-crest-hologram {
        width: 110px !important;
        height: 110px !important;
        flex-basis: 110px !important;
    }

    .team-profile-promax .team-crest-frame {
        width: 102px !important;
        height: 102px !important;
        padding: 6px !important;
    }

    .team-profile-promax .team-slogan-box {
        max-width: 100% !important;
    }

    .team-profile-promax .slogan-badge-pill {
        min-height: 0 !important;
        padding: 6px 14px !important;
    }

    .team-profile-promax .slogan-title {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    /* Cột thông tin chi tiết */
    .team-profile-promax .team-info-side {
        padding: 16px 14px 16px !important;
    }

    .team-profile-promax .team-identity-bar {
        margin-bottom: 8px !important;
    }

    .team-profile-promax .team-profile-title,
    .team-title-wrap h1 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        line-height: 1.15 !important;
    }

    /* Câu chuyện CLB (Thu gọn vừa mắt) */
    .team-profile-promax .team-story-box {
        padding: 12px 14px !important;
        border-radius: 12px !important;
        margin-bottom: 12px !important;
    }

    .team-profile-promax .team-story-box :where(p, li) {
        font-size: 12.5px !important;
        line-height: 1.55 !important;
    }

    /* Thẻ thống kê Bento (Trưởng đoàn, HLV, ...) */
    .team-profile-promax .team-stats-bento {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px !important;
        margin-top: 10px !important;
    }

    .team-profile-promax .team-stat-card {
        min-height: 0 !important;
        padding: 8px 10px !important;
        border-radius: 10px !important;
        gap: 8px !important;
    }

    .team-profile-promax .team-stat-card .stat-icon {
        width: 30px !important;
        height: 30px !important;
        flex-basis: 30px !important;
    }

    .team-profile-promax .team-stat-card .stat-num {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .team-profile-promax .team-stat-card .stat-lbl {
        font-size: 8.5px !important;
    }

    /* 4. SUBNAV ĐIỀU HƯỚNG DÍNH (STICKY TABS) */
    .team-profile-promax .team-profile-subnav {
        top: 0 !important;
    }
    .team-profile-promax .subnav-inner {
        min-height: 48px !important;
        padding: 0 6px !important;
    }
    .team-profile-promax .subnav-links {
        gap: 5px !important;
    }
    .team-profile-promax .subnav-link {
        min-width: 0 !important;
        min-height: 36px !important;
        padding: 0 10px !important;
        font-size: 10.5px !important;
        border-radius: 8px !important;
    }

    /* 5. BAN HUẤN LUYỆN (VIP CARDS 2 CỘT GỌN GÀNG) */
    .team-profile-promax .team-staff-grid-master {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .team-profile-promax .staff-pass-card {
        min-height: 0 !important;
        padding: 10px 8px 10px !important;
        border-radius: 14px !important;
    }

    .team-profile-promax .pass-avatar-pod {
        width: 64px !important;
        height: 64px !important;
        margin: 8px auto !important;
    }

    .team-profile-promax .pass-avatar-frame {
        width: 60px !important;
        height: 60px !important;
    }

    .team-profile-promax .pass-role-chip {
        font-size: 8.5px !important;
        padding: 2px 7px !important;
    }

    .team-profile-promax .pass-person-name {
        min-height: 0 !important;
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }

    .team-profile-promax .pass-hotline-btn {
        min-height: 32px !important;
        font-size: 10px !important;
        padding: 0 6px !important;
        border-radius: 6px !important;
    }

    /* 6. TRANG PHỤC THI ĐẤU (2 CỘT GỌN GÀNG KHÔNG BỊ KÉO DÀI) */
    .team-profile-promax .team-kits-grid-vip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .team-profile-promax .kit-card-vip {
        padding: 10px !important;
        border-radius: 14px !important;
    }

    .team-profile-promax .kit-stage-3d {
        aspect-ratio: 1/1 !important;
        padding: 6px !important;
    }

    .team-profile-promax .kit-name-vip {
        font-size: 13px !important;
        margin-bottom: 4px !important;
    }

    .team-profile-promax .kit-type-pill {
        font-size: 8.5px !important;
        padding: 2px 6px !important;
    }

    .team-profile-promax .kit-num-badge {
        font-size: 8.5px !important;
    }

    .team-profile-promax .kit-color-tag {
        font-size: 9px !important;
        padding: 1px 5px !important;
    }

    /* 7. ĐỘI HÌNH CẦU THỦ & BỘ LỌC VỊ TRÍ */
    .team-profile-promax .tactical-filter-deck {
        display: flex !important;
        gap: 4px !important;
        padding: 4px !important;
        margin-bottom: 14px !important;
        border-radius: 10px !important;
        overflow-x: auto !important;
    }

    .team-profile-promax .tactical-deck-pill {
        min-width: 0 !important;
        padding: 5px 8px !important;
        font-size: 9.5px !important;
        border-radius: 6px !important;
        flex: 1 0 auto !important;
    }

    .team-profile-promax .tactical-deck-pill .pill-count-chip {
        font-size: 8px !important;
        padding: 1px 4px !important;
    }

    .team-profile-promax .team-roster-grid-vip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .team-profile-promax .player-card-elite {
        padding: 8px 6px !important;
        border-radius: 14px !important;
    }

    .team-profile-promax .player-hero-stage {
        aspect-ratio: 1/1 !important;
        margin-bottom: 6px !important;
    }

    .team-profile-promax .player-identity-box .player-hero-name {
        min-height: 0 !important;
        font-size: 12.5px !important;
        line-height: 1.25 !important;
        margin-bottom: 4px !important;
    }

    .team-profile-promax .spec-grid-elite {
        gap: 4px !important;
    }

    .team-profile-promax .spec-pod {
        min-height: 0 !important;
        padding: 4px 2px !important;
    }

    .team-profile-promax .spec-label {
        font-size: 7.5px !important;
    }

    .team-profile-promax .spec-value {
        font-size: 10px !important;
    }

    /* 8. KHỐI ĐIỀU HƯỚNG LIÊN QUAN CUỐI TRANG */
    .team-profile-promax .team-tournament-pathway {
        margin-top: 24px !important;
        padding: 16px 12px !important;
        border-radius: 16px !important;
    }

    .team-profile-promax .pathway-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .team-profile-promax .pathway-card {
        min-height: 0 !important;
        padding: 10px 12px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   SỬA TRIỆT ĐỂ LỖI BACKGROUND TRÊN MOBILE CHO KHỐI HERO (TEAM.PHP)
   Thiết kế đồng bộ, liền khối, nền trắng cao cấp sạch sẽ 100%
   ═════════════════════════════════════════════════════════════════════ */

/* Khung tổng thể liền mạch */
.team-profile-promax .team-hero-layout,
:where(.team-profile-promax, body) .team-hero-layout {
    background: #ffffff !important;
    border: 1.5px solid rgba(214, 241, 252, 0.95) !important;
    border-radius: 24px !important;
    box-shadow: 0 16px 40px rgba(0, 10, 35, 0.12) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
}

/* Nửa trên: Logo & Slogan */
.team-profile-promax .team-crest-side,
:where(.team-profile-promax, body) .team-crest-side {
    width: 100% !important;
    background: linear-gradient(180deg, #f8fbfe 0%, #eef5fc 100%) !important;
    border-right: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 24px 16px 18px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.team-profile-promax .team-crest-side::before,
.team-profile-promax .team-crest-side::after {
    display: none !important;
}

/* Khối logo đội bóng */
.team-profile-promax .team-crest-hologram {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    margin: 0 auto 14px auto !important;
    display: grid !important;
    place-items: center !important;
    position: relative !important;
}

.team-profile-promax .team-crest-frame {
    width: 100% !important;
    height: 100% !important;
    padding: 4px !important;
    display: grid !important;
    place-items: center !important;
    background: transparent !important;
}

.team-profile-promax .team-crest-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 14px rgba(3, 26, 61, 0.22)) !important;
}

/* Ẩn ngôi sao xanh bay lệch lạc */
.team-profile-promax .crest-sparkle-mark,
.crest-sparkle-mark,
.crest-orbit-glow {
    display: none !important;
}

/* Khung Slogan tinh tế */
.team-profile-promax .team-slogan-box {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
}

.team-profile-promax .slogan-badge-pill {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 14px rgba(0, 10, 35, 0.06) !important;
    padding: 10px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.team-profile-promax .slogan-quote-mark {
    color: #94a3b8 !important;
    font-size: 20px !important;
    font-family: serif !important;
    line-height: 1 !important;
}

.team-profile-promax .slogan-title {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    text-align: center !important;
}

.team-profile-promax .slogan-title b {
    color: #0f172a !important;
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
}

.team-profile-promax .slogan-title em {
    color: var(--club-accent, #c91d2a) !important;
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
}

/* Nửa dưới: Thông tin CLB liền khối trên nền trắng */
.team-profile-promax .team-info-side,
:where(.team-profile-promax, body) .team-info-side {
    background: #ffffff !important;
    padding: 20px 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media screen and (min-width: 901px) {
    .team-profile-promax .team-hero-layout {
        display: grid !important;
        grid-template-columns: 320px 1fr !important;
    }
    .team-profile-promax .team-crest-side {
        border-right: 1px solid #e2e8f0 !important;
        border-bottom: none !important;
        padding: 40px 24px !important;
    }
    .team-profile-promax .team-info-side {
        padding: 32px 28px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   NÂNG CẤP AVATAR BAN HUẤN LUYỆN TO LỚN, RÕ NÉT, NỔI BẬT
   ═════════════════════════════════════════════ */

/* Khối bao Avatar */
.team-profile-promax .pass-avatar-pod,
.pass-avatar-pod,
:where(.team-profile-promax, body) .pass-avatar-pod {
    width: clamp(96px, 12vw, 124px) !important;
    height: clamp(96px, 12vw, 124px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 16px auto 12px !important;
    position: relative !important;
    display: grid !important;
    place-items: center !important;
}

/* Khung tròn Avatar */
.team-profile-promax .pass-avatar-frame,
.pass-avatar-frame,
:where(.team-profile-promax, body) .pass-avatar-frame {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    border-radius: 50% !important;
    border: 3.5px solid #ffffff !important;
    box-shadow: 0 0 0 2px #58ddee, 0 10px 24px rgba(4, 31, 72, 0.2) !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 50% 35%, #ffffff 0%, #e8f4fc 100%) !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Ảnh chân dung bên trong - Rõ nét, căn chuẩn */
.team-profile-promax .pass-avatar-frame img,
.pass-avatar-frame img,
.pass-avatar-img,
:where(.team-profile-promax, body) .pass-avatar-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 15% !important;
    display: block !important;
}

/* Placeholder khi chưa có ảnh */
.team-profile-promax .pass-avatar-placeholder,
.pass-avatar-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    color: #0d56b3 !important;
    background: #e2f1fc !important;
}

.team-profile-promax .pass-avatar-placeholder svg,
.pass-avatar-placeholder svg {
    width: 50% !important;
    height: 50% !important;
}

/* Tích xanh xác thực */
.team-profile-promax .pass-verified-stamp,
.pass-verified-stamp,
:where(.team-profile-promax, body) .pass-verified-stamp {
    position: absolute !important;
    z-index: 3 !important;
    right: 2px !important;
    bottom: 2px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    border: 2.5px solid #ffffff !important;
    background: #0ea5e9 !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.team-profile-promax .pass-verified-stamp svg,
.pass-verified-stamp svg {
    width: 12px !important;
    height: 12px !important;
    stroke-width: 3 !important;
}

/* Tên nhân sự to rõ */
.team-profile-promax .pass-person-name,
.pass-person-name,
:where(.team-profile-promax, body) .pass-person-name {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(14px, 1.4vw, 17px) !important;
    font-weight: 950 !important;
    color: #031b40 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
}

/* Mobile Responsive */
@media screen and (max-width: 860px) {
    .team-profile-promax .pass-avatar-pod,
    .pass-avatar-pod,
    :where(.team-profile-promax, body) .pass-avatar-pod {
        width: 96px !important;
        height: 96px !important;
        min-width: 96px !important;
        min-height: 96px !important;
        margin: 12px auto 10px !important;
    }

    .team-profile-promax .pass-person-name,
    .pass-person-name {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .team-profile-promax .pass-verified-stamp,
    .pass-verified-stamp {
        width: 22px !important;
        height: 22px !important;
    }

    .team-profile-promax .pass-verified-stamp svg,
    .pass-verified-stamp svg {
        width: 10px !important;
        height: 10px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   SỬA TRIỆT ĐỂ LỖI CỘT BỊ CO LỆCH VÀ NỀN LỆCH MÀU TRÊN MOBILE CHO TEAM.PHP
   ═════════════════════════════════════════════════════════════════════ */

/* ── MẶC ĐỊNH MOBILE / TOÀN BỘ MÀN HÌNH NHỎ (<= 900px) ── */
@media screen and (max-width: 900px) {
    /* Khung ngoài chuyển thành 1 cột duy nhất, không dùng grid 2 cột của desktop */
    .team-profile-promax .team-hero-layout,
    .team-hero-layout,
    :where(.team-profile-promax, body) .team-hero-layout {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        background: #ffffff !important;
        border: 1.5px solid rgba(214, 241, 252, 0.95) !important;
        border-radius: 22px !important;
        box-shadow: 0 14px 36px rgba(0, 10, 35, 0.1) !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Khối Logo & Slogan (100% chiều rộng, căn giữa tuyệt đối, không lệch trái) */
    .team-profile-promax .team-crest-side,
    .team-crest-side,
    :where(.team-profile-promax, body) .team-crest-side {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
        background: #ffffff !important;
        border-right: none !important;
        border-bottom: 1px solid #edf2f7 !important;
        padding: 24px 16px 20px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .team-profile-promax .team-crest-side::before,
    .team-profile-promax .team-crest-side::after {
        display: none !important;
    }

    /* Logo CLB căn giữa */
    .team-profile-promax .team-crest-hologram,
    .team-crest-hologram {
        width: 110px !important;
        height: 110px !important;
        min-width: 110px !important;
        min-height: 110px !important;
        margin: 0 auto 12px auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .team-profile-promax .team-crest-frame,
    .team-crest-frame {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .team-profile-promax .team-crest-frame img,
    .team-crest-frame img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        filter: drop-shadow(0 6px 14px rgba(3, 26, 61, 0.2)) !important;
    }

    /* Ẩn các chi tiết rườm rà */
    .team-profile-promax .crest-sparkle-mark,
    .team-profile-promax .crest-orbit-glow,
    .crest-sparkle-mark,
    .crest-orbit-glow {
        display: none !important;
    }

    /* Khung Slogan căn giữa đẹp mắt */
    .team-profile-promax .team-slogan-box,
    .team-slogan-box {
        width: 100% !important;
        max-width: 380px !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
    }

    .team-profile-promax .slogan-badge-pill,
    .slogan-badge-pill {
        width: 100% !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(0, 10, 35, 0.04) !important;
        padding: 8px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

    .team-profile-promax .slogan-title,
    .slogan-title {
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        text-align: center !important;
    }

    .team-profile-promax .slogan-title b {
        color: #0f172a !important;
        font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
        font-size: 13.5px !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
    }

    .team-profile-promax .slogan-title em {
        color: var(--club-accent, #c91d2a) !important;
        font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        font-style: italic !important;
        text-transform: uppercase !important;
    }

    /* Khối thông tin bên dưới (100% chiều rộng, nền trắng đồng nhất) */
    .team-profile-promax .team-info-side,
    .team-info-side,
    :where(.team-profile-promax, body) .team-info-side {
        width: 100% !important;
        max-width: 100% !important;
        background: #ffffff !important;
        padding: 20px 16px !important;
        box-sizing: border-box !important;
        display: block !important;
    }
}

/* ── DESKTOP (>= 901px) ── */
@media screen and (min-width: 901px) {
    .team-profile-promax .team-hero-layout {
        display: grid !important;
        grid-template-columns: 310px minmax(0, 1fr) !important;
        background: #ffffff !important;
    }

    .team-profile-promax .team-crest-side {
        width: auto !important;
        border-right: 1px solid #edf2f7 !important;
        border-bottom: none !important;
        padding: 40px 24px !important;
    }

    .team-profile-promax .team-info-side {
        padding: 32px 28px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   KHẮC PHỤC TRIỆT ĐỂ LỖI AVATAR OVAL — ĐẢM BẢO TRÒN XOE HOÀN HẢO 100%
   ═════════════════════════════════════════════════════════════════════ */

/* Khối bao Avatar */
.team-profile-promax .pass-avatar-pod,
.pass-avatar-pod,
:where(.team-profile-promax, body) .pass-avatar-pod {
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    max-width: 104px !important;
    max-height: 104px !important;
    flex: 0 0 104px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 14px auto 10px auto !important;
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    box-sizing: border-box !important;
}

/* Khung tròn Avatar */
.team-profile-promax .pass-avatar-frame,
.pass-avatar-frame,
:where(.team-profile-promax, body) .pass-avatar-frame {
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    max-width: 104px !important;
    max-height: 104px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    border: 3.5px solid #ffffff !important;
    box-shadow: 0 0 0 2px #58ddee, 0 8px 20px rgba(4, 31, 72, 0.18) !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 50% 35%, #ffffff 0%, #e8f4fc 100%) !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Ảnh chân dung bên trong - Tuyệt đối không bị méo */
.team-profile-promax .pass-avatar-frame img,
.pass-avatar-frame img,
.pass-avatar-img,
:where(.team-profile-promax, body) .pass-avatar-frame img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center 15% !important;
    border-radius: 50% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Tích xanh xác thực */
.team-profile-promax .pass-verified-stamp,
.pass-verified-stamp,
:where(.team-profile-promax, body) .pass-verified-stamp {
    position: absolute !important;
    z-index: 3 !important;
    right: 0px !important;
    bottom: 0px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    border: 2.5px solid #ffffff !important;
    background: #0ea5e9 !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.team-profile-promax .pass-verified-stamp svg,
.pass-verified-stamp svg {
    width: 12px !important;
    height: 12px !important;
    stroke-width: 3 !important;
}

/* Mobile Responsive: Cân chỉnh tròn xoe 88px */
@media screen and (max-width: 860px) {
    .team-profile-promax .pass-avatar-pod,
    .pass-avatar-pod,
    :where(.team-profile-promax, body) .pass-avatar-pod {
        width: 88px !important;
        height: 88px !important;
        min-width: 88px !important;
        min-height: 88px !important;
        max-width: 88px !important;
        max-height: 88px !important;
        flex: 0 0 88px !important;
        aspect-ratio: 1 / 1 !important;
        margin: 10px auto 8px auto !important;
    }

    .team-profile-promax .pass-avatar-frame,
    .pass-avatar-frame,
    :where(.team-profile-promax, body) .pass-avatar-frame {
        width: 88px !important;
        height: 88px !important;
        min-width: 88px !important;
        min-height: 88px !important;
        max-width: 88px !important;
        max-height: 88px !important;
        aspect-ratio: 1 / 1 !important;
    }

    .team-profile-promax .pass-verified-stamp,
    .pass-verified-stamp {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   THỨ TỰ HIỂN THỊ CHUẨN: LOGO -> SGTS FC -> SÀI GÒN -> CÂU CHUYỆN
   ═════════════════════════════════════════════════════════════════════ */

.team-profile-promax .team-hero-layout--unified,
.team-hero-layout--unified,
:where(.team-profile-promax, body) .team-hero-layout--unified {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1.5px solid rgba(214, 241, 252, 0.95) !important;
    border-radius: 24px !important;
    box-shadow: 0 16px 45px rgba(0, 10, 35, 0.12) !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* 1 + 2 + 3: HEADER POD (LOGO -> SGTS FC -> SÀI GÒN) */
.team-hero-header-pod {
    width: 100% !important;
    background: linear-gradient(180deg, #f8fbfe 0%, #edf5fc 100%) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 28px 20px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* 1. LOGO */
.team-hero-header-pod .team-crest-hologram {
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    margin: 0 auto 14px auto !important;
    display: grid !important;
    place-items: center !important;
}

.team-hero-header-pod .team-crest-frame {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    background: transparent !important;
}

.team-hero-header-pod .team-crest-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 18px rgba(3, 26, 61, 0.22)) !important;
}

/* 2. SGTS FC (TÊN ĐỘI BÓNG) */
.team-hero-header-pod .team-title-wrap {
    margin: 0 0 6px 0 !important;
    text-align: center !important;
}

.team-hero-header-pod .team-profile-title {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(24px, 3.2vw, 36px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 2px 8px rgba(18, 105, 232, 0.16)) !important;
}

/* 3. SÀI GÒN (ĐỊA PHƯƠNG) */
.team-hero-header-pod .team-identity-bar {
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.team-hero-header-pod .team-city-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 4px 12px !important;
    border-radius: 99px !important;
    background: rgba(14, 85, 185, 0.08) !important;
    border: 1px solid rgba(14, 85, 185, 0.2) !important;
    color: #034898 !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

.team-hero-header-pod .team-city-badge svg {
    width: 12px !important;
    height: 12px !important;
    color: #0284c7 !important;
}

/* 4. CÂU CHUYỆN & THỐNG KÊ */
.team-profile-promax .team-info-side,
.team-info-side,
:where(.team-profile-promax, body) .team-info-side {
    width: 100% !important;
    background: #ffffff !important;
    padding: 28px 24px !important;
    box-sizing: border-box !important;
}

/* Slogan */
.team-profile-promax .team-slogan-box {
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto 20px auto !important;
}

.team-profile-promax .slogan-badge-pill {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 3px 10px rgba(0, 10, 35, 0.04) !important;
    padding: 10px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

/* Nội dung câu chuyện */
.team-profile-promax .team-story-box {
    padding: 18px 20px !important;
    border-radius: 16px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}

.team-profile-promax .team-story-box :where(p, li) {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
}

@media screen and (max-width: 860px) {
    .team-hero-header-pod {
        padding: 20px 14px 16px !important;
    }
    .team-hero-header-pod .team-crest-hologram {
        width: 100px !important;
        height: 100px !important;
        min-width: 100px !important;
        min-height: 100px !important;
        margin-bottom: 10px !important;
    }
    .team-hero-header-pod .team-profile-title {
        font-size: 22px !important;
    }
    .team-hero-header-pod .team-city-badge {
        font-size: 10.5px !important;
        padding: 3px 10px !important;
    }
    .team-profile-promax .team-info-side {
        padding: 18px 14px !important;
    }
    .team-profile-promax .team-story-box {
        padding: 14px 14px !important;
    }
    .team-profile-promax .team-story-box :where(p, li) {
        font-size: 13px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   DESKTOP: LOGO TO LỚN & MỞ RỘNG FULL-WIDTH TOÀN DIỆN CHO HERO DOSSIER
   ═════════════════════════════════════════════ */

/* ── KHUNG TỔNG THỂ FULL-WIDTH ── */
.team-profile-promax .team-hero-layout--unified,
.team-hero-layout--unified,
:where(.team-profile-promax, body) .team-hero-layout--unified {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1.5px solid rgba(214, 241, 252, 0.95) !important;
    border-radius: 28px !important;
    box-shadow: 0 20px 60px rgba(0, 10, 35, 0.15) !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* ── 1. PHẦN HEADER: LOGO TO LỚN & TÊN ĐỘI BÓNG FULL-WIDTH ── */
.team-hero-header-pod,
:where(.team-profile-promax, body) .team-hero-header-pod {
    width: 100% !important;
    background: linear-gradient(180deg, #f8fbfe 0%, #edf5fc 100%) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 40px 32px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Logo to lớn trên Desktop */
.team-hero-header-pod .team-crest-hologram,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-hologram {
    width: 165px !important;
    height: 165px !important;
    min-width: 165px !important;
    min-height: 165px !important;
    margin: 0 auto 18px auto !important;
    display: grid !important;
    place-items: center !important;
    position: relative !important;
}

.team-hero-header-pod .team-crest-frame,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-frame {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    background: transparent !important;
}

.team-hero-header-pod .team-crest-frame img,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 12px 28px rgba(3, 26, 61, 0.25)) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.team-hero-header-pod:hover .team-crest-frame img {
    transform: scale(1.04) !important;
}

/* Tên đội bóng (SGTS FC) to lớn, uy lực */
.team-hero-header-pod .team-title-wrap,
:where(.team-profile-promax, body) .team-hero-header-pod .team-title-wrap {
    margin: 0 !important;
    text-align: center !important;
}

.team-hero-header-pod .team-profile-title,
:where(.team-profile-promax, body) .team-hero-header-pod .team-profile-title {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(28px, 3.6vw, 44px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 3px 12px rgba(18, 105, 232, 0.2)) !important;
}

/* ── 2. PHẦN THÂN: CÂU CHUYỆN CLB VÀ THỐNG KÊ FULL-WIDTH ── */
.team-profile-promax .team-info-side,
.team-info-side,
:where(.team-profile-promax, body) .team-info-side {
    width: 100% !important;
    background: #ffffff !important;
    padding: 36px 40px 36px !important;
    box-sizing: border-box !important;
}

/* Slogan Banner trích dẫn sang trọng */
.team-profile-promax .team-slogan-box,
:where(.team-profile-promax, body) .team-slogan-box {
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 auto 28px auto !important;
}

.team-profile-promax .slogan-badge-pill,
:where(.team-profile-promax, body) .slogan-badge-pill {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(0, 10, 35, 0.05) !important;
    padding: 14px 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

.team-profile-promax .slogan-quote-mark,
:where(.team-profile-promax, body) .slogan-quote-mark {
    color: #94a3b8 !important;
    font-size: 26px !important;
    font-family: serif !important;
    line-height: 1 !important;
}

.team-profile-promax .slogan-title,
:where(.team-profile-promax, body) .slogan-title {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    text-align: center !important;
}

.team-profile-promax .slogan-title b,
:where(.team-profile-promax, body) .slogan-title b {
    color: #0f172a !important;
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
}

.team-profile-promax .slogan-title em,
:where(.team-profile-promax, body) .slogan-title em {
    color: var(--club-accent, #c91d2a) !important;
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
}

/* Khối câu chuyện CLB mở rộng full-width */
.team-profile-promax .team-story-shell,
:where(.team-profile-promax, body) .team-story-shell {
    width: 100% !important;
    margin-bottom: 32px !important;
}

.team-profile-promax .team-story-box,
:where(.team-profile-promax, body) .team-story-box {
    width: 100% !important;
    padding: 26px 32px !important;
    border-radius: 20px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 18px rgba(0, 10, 35, 0.03) !important;
    box-sizing: border-box !important;
}

.team-profile-promax .team-story-box :where(p, li),
:where(.team-profile-promax, body) .team-story-box :where(p, li) {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    margin-bottom: 12px !important;
}

.team-profile-promax .team-story-box > p:first-of-type,
:where(.team-profile-promax, body) .team-story-box > p:first-of-type {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
}

/* Bento 3 thẻ thống kê dàn đều 3 cột rộng rãi */
.team-profile-promax .team-stats-bento,
:where(.team-profile-promax, body) .team-stats-bento {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
}

.team-profile-promax .team-stat-card,
:where(.team-profile-promax, body) .team-stat-card {
    min-height: 80px !important;
    padding: 16px 20px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 10, 35, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.team-profile-promax .team-stat-card:hover {
    transform: translateY(-4px) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 10px 24px rgba(4, 31, 72, 0.12) !important;
}

.team-profile-promax .team-stat-card .stat-icon-pod,
:where(.team-profile-promax, body) .team-stat-card .stat-icon-pod {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
    border-radius: 12px !important;
    background: rgba(14, 85, 185, 0.08) !important;
    color: #0284c7 !important;
    display: grid !important;
    place-items: center !important;
}

.team-profile-promax .team-stat-card .stat-num,
:where(.team-profile-promax, body) .team-stat-card .stat-num {
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    color: #031b40 !important;
    line-height: 1.1 !important;
}

.team-profile-promax .team-stat-card .stat-lbl,
:where(.team-profile-promax, body) .team-stat-card .stat-lbl {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #64748b !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

/* Responsive Mobile Fallback */
@media screen and (max-width: 860px) {
    .team-hero-header-pod {
        padding: 20px 14px 16px !important;
    }
    .team-hero-header-pod .team-crest-hologram {
        width: 105px !important;
        height: 105px !important;
        min-width: 105px !important;
        min-height: 105px !important;
    }
    .team-hero-header-pod .team-profile-title {
        font-size: 24px !important;
    }
    .team-profile-promax .team-info-side {
        padding: 20px 16px !important;
    }
    .team-profile-promax .team-story-box {
        padding: 16px 14px !important;
    }
    .team-profile-promax .team-story-box :where(p, li) {
        font-size: 13.5px !important;
    }
    .team-profile-promax .team-stats-bento {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   KHU VỰC LOGO + TÊN ĐỘI BÓNG + SLOGAN NỀN TRẮNG TINH KHÔI ĐẸP MẮT
   ═════════════════════════════════════════════════════════════════════ */

/* Header Pod nền trắng sạch sẽ 100% */
.team-hero-header-pod,
:where(.team-profile-promax, body) .team-hero-header-pod {
    width: 100% !important;
    background: #ffffff !important;
    border-bottom: 1px solid #edf2f7 !important;
    padding: 38px 28px 28px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* 1. Logo CLB to lớn */
.team-hero-header-pod .team-crest-hologram,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-hologram {
    width: 165px !important;
    height: 165px !important;
    min-width: 165px !important;
    min-height: 165px !important;
    margin: 0 auto 16px auto !important;
    display: grid !important;
    place-items: center !important;
}

.team-hero-header-pod .team-crest-frame img,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 24px rgba(3, 26, 61, 0.22)) !important;
}

/* 2. Tên đội bóng (SGTS FC) */
.team-hero-header-pod .team-title-wrap,
:where(.team-profile-promax, body) .team-hero-header-pod .team-title-wrap {
    margin: 0 0 16px 0 !important;
    text-align: center !important;
}

.team-hero-header-pod .team-profile-title,
:where(.team-profile-promax, body) .team-hero-header-pod .team-profile-title {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(28px, 3.6vw, 44px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 3px 12px rgba(18, 105, 232, 0.2)) !important;
}

/* 3. Khung Slogan nhập chung vào khu vực này */
.team-hero-header-pod .team-slogan-box,
:where(.team-profile-promax, body) .team-hero-header-pod .team-slogan-box {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}

.team-hero-header-pod .slogan-badge-pill,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-badge-pill {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 14px rgba(0, 10, 35, 0.04) !important;
    padding: 12px 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    box-sizing: border-box !important;
}

.team-hero-header-pod .slogan-quote-mark,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-quote-mark {
    color: #94a3b8 !important;
    font-size: 24px !important;
    font-family: serif !important;
    line-height: 1 !important;
}

.team-hero-header-pod .slogan-title,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    text-align: center !important;
}

.team-hero-header-pod .slogan-title b,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title b {
    color: #0f172a !important;
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.team-hero-header-pod .slogan-title em,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title em {
    color: var(--club-accent, #c91d2a) !important;
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
}

/* 4. Khối câu chuyện CLB phía dưới */
.team-profile-promax .team-info-side,
.team-info-side,
:where(.team-profile-promax, body) .team-info-side {
    width: 100% !important;
    background: #ffffff !important;
    padding: 32px 36px 36px !important;
    box-sizing: border-box !important;
}

/* Mobile Responsive */
@media screen and (max-width: 860px) {
    .team-hero-header-pod {
        padding: 22px 16px 18px !important;
    }
    .team-hero-header-pod .team-crest-hologram {
        width: 105px !important;
        height: 105px !important;
        min-width: 105px !important;
        min-height: 105px !important;
        margin-bottom: 12px !important;
    }
    .team-hero-header-pod .team-title-wrap {
        margin-bottom: 12px !important;
    }
    .team-hero-header-pod .team-profile-title {
        font-size: 24px !important;
    }
    .team-hero-header-pod .slogan-badge-pill {
        padding: 8px 16px !important;
        border-radius: 12px !important;
    }
    .team-hero-header-pod .slogan-title b {
        font-size: 13.5px !important;
    }
    .team-hero-header-pod .slogan-title em {
        font-size: 12px !important;
    }
    .team-profile-promax .team-info-side {
        padding: 20px 16px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   NÂNG CẤP SLOGAN CLB TO LỚN, RÕ RÀNG, BẮT MẮT & ẤN TƯỢNG
   ═════════════════════════════════════════════════════════════════════ */

/* Khung Slogan rộng rãi */
.team-hero-header-pod .team-slogan-box,
:where(.team-profile-promax, body) .team-hero-header-pod .team-slogan-box {
    width: 100% !important;
    max-width: 680px !important;
    margin: 4px auto 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}

.team-hero-header-pod .slogan-badge-pill,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-badge-pill {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 18px rgba(0, 10, 35, 0.05) !important;
    padding: 16px 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    box-sizing: border-box !important;
}

/* Dấu ngoặc kép lớn nghệ thuật */
.team-hero-header-pod .slogan-quote-mark,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-quote-mark {
    color: #0284c7 !important;
    font-size: 34px !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: bold !important;
    line-height: 1 !important;
    opacity: 0.75 !important;
    user-select: none !important;
}

.team-hero-header-pod .slogan-title,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    text-align: center !important;
}

/* Dòng 1: ĐAM MÊ KHÔNG TUỔI (To lớn, đậm nét) */
.team-hero-header-pod .slogan-title b,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title b {
    color: #031b40 !important;
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(17px, 1.8vw, 22px) !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
}

/* Dòng 2: ANH EM KHÔNG KHOẢNG CÁCH (To lớn, màu CLB) */
.team-hero-header-pod .slogan-title em,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title em {
    color: var(--club-accent, #c91d2a) !important;
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(15px, 1.6vw, 19.5px) !important;
    font-weight: 900 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    letter-spacing: 0.01em !important;
    line-height: 1.2 !important;
}

/* Mobile Responsive */
@media screen and (max-width: 860px) {
    .team-hero-header-pod .slogan-badge-pill,
    :where(.team-profile-promax, body) .team-hero-header-pod .slogan-badge-pill {
        padding: 10px 20px !important;
        border-radius: 14px !important;
        gap: 8px !important;
    }
    .team-hero-header-pod .slogan-quote-mark,
    :where(.team-profile-promax, body) .team-hero-header-pod .slogan-quote-mark {
        font-size: 26px !important;
    }
    .team-hero-header-pod .slogan-title b,
    :where(.team-profile-promax, body) .team-hero-header-pod .slogan-title b {
        font-size: 16px !important;
    }
    .team-hero-header-pod .slogan-title em,
    :where(.team-profile-promax, body) .team-hero-header-pod .slogan-title em {
        font-size: 14.5px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   BACKGROUND TRẮNG CÁCH ĐIỆU ĐẲNG CẤP CHO KHU VỰC LOGO & TÊN ĐỘI - SLOGAN
   Vân chìm thể thao, hào quang ngọc trai và hiệu ứng kính mờ nghệ thuật
   ═════════════════════════════════════════════════════════════════════ */

.team-hero-header-pod,
:where(.team-profile-promax, body) .team-hero-header-pod {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    width: 100% !important;
    background: 
        radial-gradient(ellipse 80% 60% at 50% 20%, #ffffff 0%, #f7fbfe 60%, #edf5fc 100%) !important;
    border-bottom: 1.5px solid rgba(214, 235, 248, 0.95) !important;
    padding: 44px 32px 34px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Vân lưới công nghệ & hào quang thể thao chìm */
.team-hero-header-pod::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    background-image: 
        radial-gradient(circle 350px at 50% 30%, rgba(56, 189, 248, 0.08), transparent 75%),
        linear-gradient(rgba(14, 85, 185, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14, 85, 185, 0.035) 1px, transparent 1px) !important;
    background-size: 100% 100%, 28px 28px, 28px 28px !important;
    mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 60%, transparent 100%) !important;
    -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 60%, transparent 100%) !important;
    pointer-events: none !important;
}

/* Vòng cung ánh sáng ngọc bích phía đáy */
.team-hero-header-pod::after {
    content: '' !important;
    position: absolute !important;
    bottom: -50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(700px, 90%) !important;
    height: 100px !important;
    border-radius: 50% !important;
    background: radial-gradient(ellipse, rgba(56, 189, 248, 0.15) 0%, transparent 70%) !important;
    filter: blur(18px) !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

/* 1. Logo CLB to lớn, bóng đổ 3D thể thao */
.team-hero-header-pod .team-crest-hologram,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-hologram {
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    margin: 0 auto 18px auto !important;
    display: grid !important;
    place-items: center !important;
    position: relative !important;
}

.team-hero-header-pod .team-crest-frame img,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 14px 28px rgba(3, 26, 61, 0.22)) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.team-hero-header-pod:hover .team-crest-frame img {
    transform: translateY(-4px) scale(1.04) !important;
    filter: drop-shadow(0 18px 36px rgba(3, 26, 61, 0.28)) !important;
}

/* 2. Tên đội bóng (SGTS FC) phủ dải màu kim loại Khai Mạc */
.team-hero-header-pod .team-title-wrap,
:where(.team-profile-promax, body) .team-hero-header-pod .team-title-wrap {
    margin: 0 0 16px 0 !important;
    text-align: center !important;
}

.team-hero-header-pod .team-profile-title,
:where(.team-profile-promax, body) .team-hero-header-pod .team-profile-title {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(28px, 3.6vw, 44px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 3px 12px rgba(18, 105, 232, 0.2)) !important;
}

/* 3. Khung Slogan cách điệu sang trọng */
.team-hero-header-pod .team-slogan-box,
:where(.team-profile-promax, body) .team-hero-header-pod .team-slogan-box {
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}

.team-hero-header-pod .slogan-badge-pill,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-badge-pill {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1.5px solid rgba(203, 228, 245, 0.85) !important;
    border-radius: 18px !important;
    box-shadow: 
        0 6px 20px rgba(0, 10, 35, 0.05),
        0 1px 2px rgba(255, 255, 255, 0.8) inset !important;
    padding: 15px 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    box-sizing: border-box !important;
}

.team-hero-header-pod .slogan-quote-mark,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-quote-mark {
    color: #0284c7 !important;
    font-size: 34px !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: bold !important;
    line-height: 1 !important;
    opacity: 0.8 !important;
}

.team-hero-header-pod .slogan-title b,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title b {
    color: #031b40 !important;
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(17px, 1.8vw, 22px) !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
}

.team-hero-header-pod .slogan-title em,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title em {
    color: var(--club-accent, #c91d2a) !important;
    font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
    font-size: clamp(15px, 1.6vw, 19.5px) !important;
    font-weight: 900 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    letter-spacing: 0.01em !important;
}

/* Mobile Responsive */
@media screen and (max-width: 860px) {
    .team-hero-header-pod {
        padding: 24px 16px 20px !important;
    }
    .team-hero-header-pod .team-crest-hologram {
        width: 110px !important;
        height: 110px !important;
        min-width: 110px !important;
        min-height: 110px !important;
        margin-bottom: 12px !important;
    }
    .team-hero-header-pod .team-title-wrap {
        margin-bottom: 12px !important;
    }
    .team-hero-header-pod .team-profile-title {
        font-size: 24px !important;
    }
    .team-hero-header-pod .slogan-badge-pill {
        padding: 10px 18px !important;
        border-radius: 14px !important;
        gap: 8px !important;
    }
    .team-hero-header-pod .slogan-quote-mark {
        font-size: 26px !important;
    }
    .team-hero-header-pod .slogan-title b {
        font-size: 16px !important;
    }
    .team-hero-header-pod .slogan-title em {
        font-size: 14.5px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   BACKGROUND TRẮNG CÁCH ĐIỆU SÁNG TẠO ĐỈNH CAO CHO HEADER CLB
   Họa tiết sân vận động 3D, vòng quỹ đạo hào quang & vân kim cương ngọc trai
   ═════════════════════════════════════════════════════════════════════ */

.team-hero-header-pod,
:where(.team-profile-promax, body) .team-hero-header-pod {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    width: 100% !important;
    background: 
        radial-gradient(ellipse 90% 65% at 50% 18%, #ffffff 0%, #f7fbff 50%, #e8f4fc 100%) !important;
    border-bottom: 1.5px solid rgba(200, 230, 248, 0.95) !important;
    padding: 48px 36px 36px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* ── LỚP HỌA TIẾT SÂN VẬN ĐỘNG & HÀO QUANG 3D ── */
.pod-ambient-stadium {
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Hào quang màu CLB lan tỏa mềm mại */
.stadium-glow-core {
    position: absolute !important;
    top: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 380px !important;
    height: 380px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, color-mix(in srgb, var(--core-accent, #176fe3) 14%, transparent) 0%, transparent 68%) !important;
    filter: blur(28px) !important;
}

/* Vòng tròn trung tâm sân cỏ 3D nghiêng */
.stadium-pitch-circle {
    position: absolute !important;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) rotateX(58deg) !important;
    width: 440px !important;
    height: 440px !important;
    border-radius: 50% !important;
    border: 1.5px dashed rgba(14, 85, 185, 0.14) !important;
    box-shadow: 0 0 0 16px rgba(56, 189, 248, 0.03), inset 0 0 0 24px rgba(56, 189, 248, 0.02) !important;
}

/* Cung vòm sân vận động nghệ thuật 1 */
.stadium-arc-1 {
    position: absolute !important;
    top: -90px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 820px !important;
    height: 360px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(14, 85, 185, 0.07) !important;
}

/* Cung vòm sân vận động nghệ thuật 2 */
.stadium-arc-2 {
    position: absolute !important;
    top: -50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 640px !important;
    height: 280px !important;
    border-radius: 50% !important;
    border: 1px dashed rgba(56, 189, 248, 0.12) !important;
}

/* Vân lưới kim cương thể thao công nghệ */
.team-hero-header-pod::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    background-image: 
        linear-gradient(rgba(14, 85, 185, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14, 85, 185, 0.03) 1px, transparent 1px) !important;
    background-size: 32px 32px !important;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 45%, transparent 100%) !important;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 45%, transparent 100%) !important;
    pointer-events: none !important;
}

/* ── 1. LOGO CLB & VÒNG QUY ĐẠO HÀO QUANG ── */
.team-hero-header-pod .team-crest-hologram,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-hologram {
    width: 175px !important;
    height: 175px !important;
    min-width: 175px !important;
    min-height: 175px !important;
    margin: 0 auto 18px auto !important;
    display: grid !important;
    place-items: center !important;
    position: relative !important;
}

/* Vòng quỹ đạo ánh sáng quanh Logo */
.crest-orbit-ring {
    position: absolute !important;
    inset: -8px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(88, 221, 238, 0.45) !important;
    box-shadow: 0 0 16px rgba(88, 221, 238, 0.25) !important;
    pointer-events: none !important;
    animation: crestOrbitSpin 24s linear infinite !important;
}

@keyframes crestOrbitSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.team-hero-header-pod .team-crest-frame img,
:where(.team-profile-promax, body) .team-hero-header-pod .team-crest-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 16px 32px rgba(3, 26, 61, 0.25)) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.team-hero-header-pod:hover .team-crest-frame img {
    transform: translateY(-5px) scale(1.04) !important;
    filter: drop-shadow(0 20px 40px rgba(3, 26, 61, 0.32)) !important;
}

/* ── 2. TÊN ĐỘI BÓNG (SGTS FC) ── */
.team-hero-header-pod .team-title-wrap,
:where(.team-profile-promax, body) .team-hero-header-pod .team-title-wrap {
    margin: 0 0 16px 0 !important;
    text-align: center !important;
}

.team-hero-header-pod .team-profile-title,
:where(.team-profile-promax, body) .team-hero-header-pod .team-profile-title {
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(30px, 3.8vw, 46px) !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    background: linear-gradient(135deg, #031b40 0%, #08275a 30%, #1269e8 65%, #08275a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 3px 12px rgba(18, 105, 232, 0.2)) !important;
}

/* ── 3. KHUNG SLOGAN KÍNH PHA LÊ SÁNG TẠO ── */
.team-hero-header-pod .team-slogan-box,
:where(.team-profile-promax, body) .team-hero-header-pod .team-slogan-box {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
}

.team-hero-header-pod .slogan-badge-pill,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-badge-pill {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1.5px solid rgba(180, 220, 245, 0.9) !important;
    border-radius: 20px !important;
    box-shadow: 
        0 8px 24px rgba(0, 10, 35, 0.06),
        0 0 0 4px rgba(56, 189, 248, 0.06),
        inset 0 1px 2px #ffffff !important;
    padding: 16px 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    box-sizing: border-box !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.team-hero-header-pod .slogan-badge-pill:hover {
    transform: translateY(-2px) !important;
    box-shadow: 
        0 12px 30px rgba(0, 10, 35, 0.09),
        0 0 0 5px rgba(56, 189, 248, 0.12),
        inset 0 1px 2px #ffffff !important;
}

.team-hero-header-pod .slogan-quote-mark,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-quote-mark {
    color: #0284c7 !important;
    font-size: 38px !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: bold !important;
    line-height: 1 !important;
    opacity: 0.85 !important;
}

.team-hero-header-pod .slogan-title b,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title b {
    color: #031b40 !important;
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(17px, 1.8vw, 22px) !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
}

.team-hero-header-pod .slogan-title em,
:where(.team-profile-promax, body) .team-hero-header-pod .slogan-title em {
    color: var(--club-accent, #c91d2a) !important;
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: clamp(15px, 1.6vw, 19.5px) !important;
    font-weight: 900 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    letter-spacing: 0.01em !important;
}

/* Mobile Responsive */
@media screen and (max-width: 860px) {
    .team-hero-header-pod {
        padding: 26px 16px 20px !important;
    }
    .stadium-pitch-circle {
        width: 300px !important;
        height: 300px !important;
    }
    .stadium-arc-1 {
        width: 500px !important;
    }
    .team-hero-header-pod .team-crest-hologram {
        width: 115px !important;
        height: 115px !important;
        min-width: 115px !important;
        min-height: 115px !important;
        margin-bottom: 12px !important;
    }
    .crest-orbit-ring {
        inset: -5px !important;
    }
    .team-hero-header-pod .team-title-wrap {
        margin-bottom: 12px !important;
    }
    .team-hero-header-pod .team-profile-title {
        font-size: 24px !important;
    }
    .team-hero-header-pod .slogan-badge-pill {
        padding: 10px 18px !important;
        border-radius: 14px !important;
        gap: 8px !important;
    }
    .team-hero-header-pod .slogan-quote-mark {
        font-size: 28px !important;
    }
    .team-hero-header-pod .slogan-title b {
        font-size: 16px !important;
    }
    .team-hero-header-pod .slogan-title em {
        font-size: 14.5px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   HIỆU ỨNG BÓNG ĐÁ ĐẸP MẮT & SỐNG ĐỘNG CHO BACKGROUND TRẮNG CLB
   Mắt lưới khung thành 3D, quả bóng đa giác nghệ thuật & vệt quỹ đạo
   ═════════════════════════════════════════════════════════════════════ */

/* ── 1. MẮT LƯỚI KHUNG THÀNH LỤC GIÁC 3D (GOAL NET) ── */
.football-goal-net {
    position: absolute !important;
    top: 0 !important;
    width: clamp(180px, 28vw, 320px) !important;
    height: clamp(180px, 28vw, 320px) !important;
    background-image: 
        radial-gradient(circle, rgba(14, 85, 185, 0.12) 1.5px, transparent 1.5px),
        linear-gradient(30deg, rgba(14, 85, 185, 0.06) 1px, transparent 1px),
        linear-gradient(150deg, rgba(14, 85, 185, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14, 85, 185, 0.04) 1px, transparent 1px) !important;
    background-size: 22px 22px !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.football-goal-net--left {
    left: -40px !important;
    transform: perspective(600px) rotateY(25deg) rotateZ(-10deg) !important;
    mask-image: radial-gradient(circle at 20% 20%, #000000 30%, transparent 80%) !important;
    -webkit-mask-image: radial-gradient(circle at 20% 20%, #000000 30%, transparent 80%) !important;
}

.football-goal-net--right {
    right: -40px !important;
    transform: perspective(600px) rotateY(-25deg) rotateZ(10deg) !important;
    mask-image: radial-gradient(circle at 80% 20%, #000000 30%, transparent 80%) !important;
    -webkit-mask-image: radial-gradient(circle at 80% 20%, #000000 30%, transparent 80%) !important;
}

/* ── 2. QUẢ BÓNG ĐÁ ĐA GIÁC 3D CHÌM CÁCH ĐIỆU ── */
.football-pattern-ball {
    position: absolute !important;
    width: clamp(160px, 20vw, 240px) !important;
    height: clamp(160px, 20vw, 240px) !important;
    border-radius: 50% !important;
    border: 2px dashed rgba(14, 85, 185, 0.12) !important;
    box-shadow: 
        0 0 0 8px rgba(56, 189, 248, 0.03),
        inset 0 0 24px rgba(14, 85, 185, 0.06) !important;
    background-image: 
        radial-gradient(circle at 50% 50%, rgba(14, 85, 185, 0.08) 22%, transparent 23%),
        radial-gradient(circle at 20% 20%, rgba(14, 85, 185, 0.06) 18%, transparent 19%),
        radial-gradient(circle at 80% 20%, rgba(14, 85, 185, 0.06) 18%, transparent 19%),
        radial-gradient(circle at 20% 80%, rgba(14, 85, 185, 0.06) 18%, transparent 19%),
        radial-gradient(circle at 80% 80%, rgba(14, 85, 185, 0.06) 18%, transparent 19%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
    opacity: 0.8 !important;
}

.football-pattern-ball--left {
    top: 20px !important;
    left: clamp(-60px, -2vw, -20px) !important;
    transform: rotate(-15deg) !important;
    animation: ballFloatSlowLeft 16s ease-in-out infinite alternate !important;
}

.football-pattern-ball--right {
    top: 40px !important;
    right: clamp(-60px, -2vw, -20px) !important;
    transform: rotate(20deg) !important;
    animation: ballFloatSlowRight 18s ease-in-out infinite alternate !important;
}

@keyframes ballFloatSlowLeft {
    0% { transform: translateY(0) rotate(-15deg); }
    100% { transform: translateY(12px) rotate(-8deg); }
}

@keyframes ballFloatSlowRight {
    0% { transform: translateY(0) rotate(20deg); }
    100% { transform: translateY(-10px) rotate(28deg); }
}

/* ── 3. VỆT ĐƯỜNG BÓNG LĂN UỐN LƯỢN (MOTION TRAIL) ── */
.football-motion-trail {
    position: absolute !important;
    top: 45px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(880px, 96%) !important;
    height: 180px !important;
    border-radius: 50% / 100% 100% 0 0 !important;
    border-top: 2px dashed rgba(56, 189, 248, 0.28) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%) !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Mobile Responsive */
@media screen and (max-width: 860px) {
    .football-goal-net {
        width: 140px !important;
        height: 140px !important;
        background-size: 16px 16px !important;
    }
    .football-goal-net--left { left: -30px !important; }
    .football-goal-net--right { right: -30px !important; }
    .football-pattern-ball {
        width: 120px !important;
        height: 120px !important;
    }
    .football-pattern-ball--left { left: -40px !important; top: 10px !important; }
    .football-pattern-ball--right { right: -40px !important; top: 20px !important; }
}


/* ═════════════════════════════════════════════════════════════════════
   3 THẺ THỐNG KÊ BENTO (CẦU THỦ, ÁO ĐẤU, FANPAGE) CÂN ĐỐI TRÊN MOBILE
   ═════════════════════════════════════════════ */

@media screen and (max-width: 860px) {
    .team-profile-promax .team-stats-bento,
    .team-stats-bento,
    :where(.team-profile-promax, body) .team-stats-bento {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 14px !important;
    }

    /* 2 Thẻ trên: 16 Cầu thủ & 03 Trang phục (Song song 50% - 50%) */
    .team-profile-promax .team-stat-card,
    .team-stat-card,
    :where(.team-profile-promax, body) .team-stat-card {
        min-height: 56px !important;
        padding: 9px 12px !important;
        border-radius: 12px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 2px 8px rgba(0, 10, 35, 0.03) !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        box-sizing: border-box !important;
    }

    .team-profile-promax .team-stat-card .stat-icon-pod,
    .team-stat-card .stat-icon-pod,
    :where(.team-profile-promax, body) .team-stat-card .stat-icon-pod {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        flex-basis: 34px !important;
        border-radius: 9px !important;
        background: rgba(14, 85, 185, 0.08) !important;
        color: #0284c7 !important;
        display: grid !important;
        place-items: center !important;
    }

    .team-profile-promax .team-stat-card .stat-icon-pod svg,
    .team-stat-card .stat-icon-pod svg {
        width: 17px !important;
        height: 17px !important;
    }

    .team-profile-promax .team-stat-card .stat-meta,
    .team-stat-card .stat-meta {
        display: flex !important;
        flex-direction: column !important;
        gap: 1px !important;
    }

    .team-profile-promax .team-stat-card .stat-num,
    .team-stat-card .stat-num,
    :where(.team-profile-promax, body) .team-stat-card .stat-num {
        font-family: var(--font-display, 'Be Vietnam Pro', sans-serif) !important;
        font-size: 16px !important;
        font-weight: 950 !important;
        color: #031b40 !important;
        line-height: 1.1 !important;
    }

    .team-profile-promax .team-stat-card .stat-lbl,
    .team-stat-card .stat-lbl,
    :where(.team-profile-promax, body) .team-stat-card .stat-lbl {
        font-size: 9px !important;
        font-weight: 800 !important;
        color: #64748b !important;
        letter-spacing: 0.02em !important;
        text-transform: uppercase !important;
    }

    /* Thẻ Fanpage ở dưới: Full-width dàn đều 100% cực kỳ cân đối */
    .team-profile-promax .stat-card-fanpage,
    .stat-card-fanpage,
    :where(.team-profile-promax, body) .stat-card-fanpage {
        grid-column: 1 / -1 !important;
        background: linear-gradient(135deg, rgba(24, 119, 242, 0.07) 0%, rgba(24, 119, 242, 0.02) 100%) !important;
        border: 1.5px solid rgba(24, 119, 242, 0.28) !important;
        justify-content: center !important;
        padding: 10px 16px !important;
    }

    .team-profile-promax .stat-card-fanpage .stat-icon-pod,
    .stat-card-fanpage .stat-icon-pod,
    :where(.team-profile-promax, body) .stat-card-fanpage .stat-icon-pod {
        background: #1877f2 !important;
        color: #ffffff !important;
    }

    .team-profile-promax .stat-card-fanpage .stat-meta,
    .stat-card-fanpage .stat-meta {
        flex-direction: row !important;
        align-items: baseline !important;
        gap: 6px !important;
    }

    .team-profile-promax .stat-card-fanpage .stat-num,
    .stat-card-fanpage .stat-num,
    :where(.team-profile-promax, body) .stat-card-fanpage .stat-num {
        color: #1877f2 !important;
        font-size: 13.5px !important;
    }

    .team-profile-promax .stat-card-fanpage .stat-lbl,
    .stat-card-fanpage .stat-lbl,
    :where(.team-profile-promax, body) .stat-card-fanpage .stat-lbl {
        color: #1e40af !important;
        font-size: 11px !important;
    }
}


/* ═════════════════════════════════════════════════════════════════════
   THANH JUMPBAR [BAN HUẤN LUYỆN] [TRANG PHỤC] [DANH SÁCH CẦU THỦ]
   HIỂN THỊ CÂN ĐỐI, GỌN GÀNG & HÀI HÒA TRÊN DESKTOP VÀ MOBILE
   ═════════════════════════════════════════════ */

.team-profile-promax .team-profile-subnav,
.team-profile-subnav,
:where(.team-profile-promax, body) .team-profile-subnav {
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-bottom: 1.5px solid rgba(200, 230, 248, 0.95) !important;
    box-shadow: 0 8px 24px rgba(5, 38, 78, 0.08) !important;
    padding: 8px 0 !important;
}

.team-profile-promax .subnav-inner,
.subnav-inner,
:where(.team-profile-promax, body) .subnav-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
}

.team-profile-promax .subnav-lead,
.subnav-lead {
    display: none !important; /* Ẩn lead để 3 nút căn giữa tuyệt đối 100% */
}

/* 3 Nút dàn đều dạng Segmented Capsule Bar */
.team-profile-promax .subnav-links,
.subnav-links,
:where(.team-profile-promax, body) .subnav-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 4px !important;
    background: #f1f5f9 !important;
    border-radius: 99px !important;
    border: 1px solid #e2e8f0 !important;
    box-sizing: border-box !important;
}

/* Mỗi nút bấm */
.team-profile-promax .subnav-link,
.subnav-link,
:where(.team-profile-promax, body) .subnav-link {
    flex: 1 1 0 !important;
    min-height: 42px !important;
    padding: 6px 16px !important;
    border-radius: 99px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #475569 !important;
    font-family: var(--font-display, 'Be Vietnam Pro', system-ui, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.team-profile-promax .subnav-link:hover,
.subnav-link:hover {
    color: #031b40 !important;
    background: rgba(255, 255, 255, 0.7) !important;
}

.team-profile-promax .subnav-link .nav-link-icon,
.subnav-link .nav-link-icon {
    width: 22px !important;
    height: 22px !important;
    display: grid !important;
    place-items: center !important;
    color: inherit !important;
    background: transparent !important;
}

.team-profile-promax .subnav-link .nav-link-icon svg,
.subnav-link .nav-link-icon svg {
    width: 16px !important;
    height: 16px !important;
}

/* Nút đang Active: Nổi bật với Navy & Cyan Glow */
.team-profile-promax .subnav-link.is-active,
.subnav-link.is-active,
.team-profile-promax .subnav-link[aria-current="location"],
:where(.team-profile-promax, body) .subnav-link.is-active {
    background: linear-gradient(135deg, #031b40 0%, #08275a 40%, #0d4e9f 100%) !important;
    color: #ffffff !important;
    border-color: #1269e8 !important;
    box-shadow: 0 4px 14px rgba(3, 27, 64, 0.25) !important;
}

.team-profile-promax .subnav-link.is-active .nav-link-icon,
.subnav-link.is-active .nav-link-icon {
    color: #38bdf8 !important;
}

/* ── MOBILE RESPONSIVE (CÂN ĐỐI, GỌN GÀNG, VỪA VẶN TRÊN MÀN HÌNH ĐIỆN THOẠI) ── */
@media screen and (max-width: 860px) {
    .team-profile-promax .team-profile-subnav,
    .team-profile-subnav {
        padding: 6px 0 !important;
    }

    .team-profile-promax .subnav-inner,
    .subnav-inner {
        padding: 0 8px !important;
        min-height: 44px !important;
    }

    .team-profile-promax .subnav-links,
    .subnav-links {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 4px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 3px !important;
        border-radius: 14px !important;
    }

    .team-profile-promax .subnav-link,
    .subnav-link {
        min-height: 38px !important;
        padding: 4px 4px !important;
        border-radius: 11px !important;
        font-size: 10.5px !important;
        gap: 4px !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .team-profile-promax .subnav-link .nav-link-icon,
    .subnav-link .nav-link-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .team-profile-promax .subnav-link .nav-link-icon svg,
    .subnav-link .nav-link-icon svg {
        width: 13px !important;
        height: 13px !important;
    }
}

@media screen and (max-width: 400px) {
    .team-profile-promax .subnav-link,
    .subnav-link {
        font-size: 9.5px !important;
        padding: 3px 2px !important;
    }
}

    
    /* ══════════════════════════════════════════════════════════════════════
       EXTRA LARGE 3D MATCHDAY KITS SHOWROOM (TRANG PHỤC LỚN HƠN NỔI BẬT)
       ══════════════════════════════════════════════════════════════════════ */
    .team-kits-section-vip {
        padding: clamp(48px, 6vw, 84px) 0 !important;
        background: linear-gradient(180deg, #f8fafc 0%, #edf4f9 100%) !important;
    }

    .team-kits-grid-vip {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
        gap: clamp(20px, 3vw, 32px) !important;
        max-width: 1240px !important;
        margin: 0 auto !important;
    }

    .kit-card-vip {
        padding: clamp(16px, 2.5vw, 24px) !important;
        border-radius: 24px !important;
        background: #ffffff !important;
        border: 1.5px solid #e2e8f0 !important;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08) !important;
        display: flex !important;
        flex-direction: column !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease !important;
    }

    .kit-card-vip:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14) !important;
        border-color: #38bdf8 !important;
    }

    /* 3D Exhibition Stage */
    .kit-stage-3d,
    .team-profile-promax .kit-stage-3d {
        width: 100% !important;
        min-height: 360px !important;
        height: 380px !important;
        aspect-ratio: auto !important;
        border-radius: 20px !important;
        background: radial-gradient(circle at 50% 85%, rgba(255, 255, 255, 1) 0%, rgba(243, 247, 251, 0.95) 55%, rgba(226, 235, 243, 0.85) 100%) !important;
        border: 1px solid rgba(203, 213, 225, 0.8) !important;
        box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.9), 0 10px 24px rgba(15, 23, 42, 0.05) !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        padding: 6px !important;
        margin: 14px 0 18px 0 !important;
    }

    /* Image sizing */
    .kit-stage-img,
    .team-profile-promax .kit-stage-img {
        width: 98% !important;
        height: 98% !important;
        max-width: 98% !important;
        max-height: 98% !important;
        object-fit: contain !important;
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease !important;
        filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.18)) !important;
        transform: scale(1.04) !important;
    }

    .kit-card-vip:hover .kit-stage-img {
        transform: scale(1.1) translateY(-4px) !important;
        filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.24)) !important;
    }

    .kit-body-vip {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .kit-name-vip {
        font-family: var(--font-display, inherit) !important;
        font-size: 18px !important;
        font-weight: 900 !important;
        color: #0f172a !important;
        letter-spacing: -0.01em !important;
        margin: 0 0 10px 0 !important;
        text-transform: uppercase !important;
    }

    .kit-specs-container {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    .kit-color-tag {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 5px 12px !important;
        border-radius: 999px !important;
        background: #f1f5f9 !important;
        border: 1px solid #e2e8f0 !important;
        color: #334155 !important;
        font-size: 11.5px !important;
        font-weight: 750 !important;
    }

    @media screen and (max-width: 768px) {
        .team-kits-grid-vip {
            grid-template-columns: 1fr !important;
            gap: 18px !important;
        }

        .kit-stage-3d,
        .team-profile-promax .kit-stage-3d {
            min-height: 290px !important;
            height: 310px !important;
            margin: 10px 0 14px 0 !important;
            padding: 4px !important;
        }

        .kit-stage-img,
        .team-profile-promax .kit-stage-img {
            width: 98% !important;
            height: 98% !important;
            transform: scale(1.05) !important;
        }

        .kit-name-vip {
            font-size: 16px !important;
        }

        .kit-color-tag {
            font-size: 10.5px !important;
            padding: 4px 10px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       16:9 CINEMATIC MATCHDAY KITS STAGE (KHUNG HIỂN THỊ CHUẨN 16:9)
       ══════════════════════════════════════════════════════════════════════ */
    .team-kits-section-vip {
        padding: clamp(40px, 5vw, 76px) 0 !important;
        background: linear-gradient(180deg, #f8fafc 0%, #edf4f9 100%) !important;
    }

    .team-kits-grid-vip {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
        gap: clamp(18px, 2.5vw, 28px) !important;
        max-width: 1320px !important;
        margin: 0 auto !important;
    }

    .kit-card-vip {
        padding: clamp(14px, 2vw, 20px) !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        border: 1.5px solid #e2e8f0 !important;
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07) !important;
        display: flex !important;
        flex-direction: column !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease !important;
    }

    .kit-card-vip:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12) !important;
        border-color: #38bdf8 !important;
    }

    /* 16:9 SHOWCASE STAGE */
    .kit-stage-3d,
    .team-profile-promax .kit-stage-3d {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        height: auto !important;
        min-height: unset !important;
        max-height: unset !important;
        border-radius: 16px !important;
        background: radial-gradient(circle at 50% 85%, rgba(255, 255, 255, 1) 0%, rgba(243, 247, 251, 0.95) 55%, rgba(226, 235, 243, 0.85) 100%) !important;
        border: 1px solid rgba(203, 213, 225, 0.8) !important;
        box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.9), 0 8px 20px rgba(15, 23, 42, 0.05) !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        padding: 4px !important;
        margin: 12px 0 16px 0 !important;
        box-sizing: border-box !important;
    }

    /* Image inside 16:9 Stage */
    .kit-stage-img,
    .team-profile-promax .kit-stage-img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease !important;
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.16)) !important;
    }

    .kit-card-vip:hover .kit-stage-img {
        transform: scale(1.04) !important;
        filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.22)) !important;
    }

    .kit-body-vip {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .kit-name-vip {
        font-family: var(--font-display, inherit) !important;
        font-size: 16.5px !important;
        font-weight: 900 !important;
        color: #0f172a !important;
        letter-spacing: -0.01em !important;
        margin: 0 0 8px 0 !important;
        text-transform: uppercase !important;
    }

    .kit-specs-container {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
    }

    .kit-color-tag {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        padding: 4px 10px !important;
        border-radius: 999px !important;
        background: #f1f5f9 !important;
        border: 1px solid #e2e8f0 !important;
        color: #334155 !important;
        font-size: 11px !important;
        font-weight: 750 !important;
    }

    @media screen and (max-width: 768px) {
        .team-kits-grid-vip {
            grid-template-columns: 1fr !important;
            gap: 14px !important;
        }

        .kit-stage-3d,
        .team-profile-promax .kit-stage-3d {
            aspect-ratio: 16 / 9 !important;
            margin: 8px 0 12px 0 !important;
            padding: 3px !important;
            border-radius: 14px !important;
        }

        .kit-name-vip {
            font-size: 15px !important;
        }

        .kit-color-tag {
            font-size: 10px !important;
            padding: 3px 8px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       2-COLUMN MATCHDAY KITS SHOWROOM (2 Ô TRÊN 1 HÀNG MỌI THIẾT BỊ)
       ══════════════════════════════════════════════════════════════════════ */
    .team-kits-section-vip {
        padding: clamp(36px, 5vw, 68px) 0 !important;
        background: linear-gradient(180deg, #f8fafc 0%, #edf4f9 100%) !important;
    }

    .team-kits-grid-vip {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: clamp(12px, 2vw, 24px) !important;
        max-width: 1100px !important;
        margin: 0 auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .kit-card-vip {
        padding: clamp(12px, 1.8vw, 18px) !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1.5px solid #e2e8f0 !important;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
        display: flex !important;
        flex-direction: column !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
    }

    .kit-card-vip:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12) !important;
        border-color: #38bdf8 !important;
    }

    /* 16:9 Stage */
    .kit-stage-3d,
    .team-profile-promax .kit-stage-3d {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        height: auto !important;
        min-height: unset !important;
        max-height: unset !important;
        border-radius: 14px !important;
        background: radial-gradient(circle at 50% 85%, rgba(255, 255, 255, 1) 0%, rgba(243, 247, 251, 0.95) 55%, rgba(226, 235, 243, 0.85) 100%) !important;
        border: 1px solid rgba(203, 213, 225, 0.8) !important;
        box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.9), 0 6px 16px rgba(15, 23, 42, 0.04) !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        padding: 4px !important;
        margin: 10px 0 14px 0 !important;
        box-sizing: border-box !important;
    }

    .kit-stage-img,
    .team-profile-promax .kit-stage-img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease !important;
        filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.15)) !important;
    }

    .kit-card-vip:hover .kit-stage-img {
        transform: scale(1.04) !important;
        filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2)) !important;
    }

    .kit-body-vip {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .kit-name-vip {
        font-family: var(--font-display, inherit) !important;
        font-size: clamp(13px, 1.4vw, 17px) !important;
        font-weight: 900 !important;
        color: #0f172a !important;
        letter-spacing: -0.01em !important;
        margin: 0 0 6px 0 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
    }

    .kit-specs-container {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        max-width: 100% !important;
    }

    .kit-color-tag {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        padding: 3px 8px !important;
        border-radius: 999px !important;
        background: #f1f5f9 !important;
        border: 1px solid #e2e8f0 !important;
        color: #334155 !important;
        font-size: clamp(9px, 1vw, 11px) !important;
        font-weight: 750 !important;
        white-space: nowrap !important;
    }

    /* ── MOBILE: 2 Ô 1 HÀNG CHUẨN TỈ LỆ VÀNG ── */
    @media screen and (max-width: 768px) {
        .team-kits-grid-vip {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 8px !important;
            padding: 0 4px !important;
        }

        .kit-card-vip {
            padding: 8px 6px 10px !important;
            border-radius: 12px !important;
        }

        .kit-card-header {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            gap: 2px !important;
        }

        .kit-type-pill {
            font-size: 7px !important;
            padding: 2px 4px !important;
            border-radius: 6px !important;
        }

        .kit-pill-dot {
            width: 4px !important;
            height: 4px !important;
        }

        .kit-num-badge {
            font-size: 7px !important;
            padding: 2px 4px !important;
            border-radius: 4px !important;
        }

        .kit-stage-3d,
        .team-profile-promax .kit-stage-3d {
            aspect-ratio: 16 / 9 !important;
            margin: 6px 0 8px 0 !important;
            padding: 2px !important;
            border-radius: 8px !important;
        }

        .kit-name-vip {
            font-size: 11px !important;
            margin-bottom: 4px !important;
        }

        .kit-specs-container {
            gap: 3px !important;
        }

        .kit-color-tag {
            font-size: 7.5px !important;
            padding: 2px 5px !important;
            border-radius: 999px !important;
        }

        .color-tag-bullet {
            width: 3px !important;
            height: 3px !important;
        }
    }

    @media screen and (max-width: 375px) {
        .team-kits-grid-vip {
            gap: 6px !important;
        }

        .kit-card-vip {
            padding: 6px 4px 8px !important;
        }

        .kit-name-vip {
            font-size: 10px !important;
        }

        .kit-color-tag {
            font-size: 7px !important;
            padding: 1.5px 4px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       TRÊN MOBILE: 3 Ô STATS (CẦU THỦ, TRANG PHỤC, FANPAGE) 1 HÀNG GỌN NHẸ
       ══════════════════════════════════════════════════════════════════════ */
    @media screen and (max-width: 991px) {
        body.team-profile-page .team-stats-bento,
        body.team-profile-promax .team-stats-bento,
        .team-profile-promax .team-stats-bento,
        .team-stats-bento {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: clamp(4px, 1.4vw, 8px) !important;
            width: 100% !important;
            margin-top: 10px !important;
            box-sizing: border-box !important;
        }

        body.team-profile-page .team-stats-bento > .team-stat-card,
        body.team-profile-promax .team-stats-bento > .team-stat-card,
        .team-profile-promax .team-stats-bento > .team-stat-card,
        .team-stat-card,
        .team-stat-card.stat-card-fanpage {
            grid-column: span 1 !important;
            width: 100% !important;
            max-width: 100% !important;
            min-height: 52px !important;
            padding: 6px 4px !important;
            border-radius: 12px !important;
            background: #ffffff !important;
            border: 1px solid #e2e8f0 !important;
            box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 5px !important;
            text-align: left !important;
            box-sizing: border-box !important;
            margin: 0 !important;
        }

        .team-stat-card .stat-icon-pod {
            width: 28px !important;
            height: 28px !important;
            min-width: 28px !important;
            border-radius: 8px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 0 !important;
            flex-shrink: 0 !important;
        }

        .team-stat-card .stat-icon-pod svg {
            width: 14px !important;
            height: 14px !important;
        }

        .team-stat-card .stat-meta {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            justify-content: center !important;
            min-width: 0 !important;
            line-height: 1.1 !important;
        }

        .team-stat-card .stat-num {
            font-size: 13px !important;
            font-weight: 900 !important;
            color: #0f172a !important;
            letter-spacing: -0.02em !important;
        }

        .team-stat-card.stat-card-fanpage .stat-num {
            font-size: 11px !important;
            font-weight: 900 !important;
            color: #0284c7 !important;
        }

        .team-stat-card .stat-lbl {
            font-size: 8px !important;
            font-weight: 800 !important;
            color: #64748b !important;
            text-transform: uppercase !important;
            letter-spacing: 0.02em !important;
            white-space: nowrap !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       LUÔN MỞ RỘNG 100% TOÀN BỘ CÂU CHUYỆN / TIỂU SỬ ĐỘI BÓNG (DESKTOP & MOBILE)
       ══════════════════════════════════════════════════════════════════════ */
    .team-story-shell,
    .team-story-box,
    .team-club-story-content,
    .team-profile-promax .team-story-shell,
    .team-profile-promax .team-story-box,
    .team-profile-promax .team-club-story-content {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
        display: block !important;
    }

    .team-story-toggle,
    .team-profile-promax .team-story-toggle {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       HERO PROFILE BỐ CỤC FULL-WIDTH ĐẲNG CẤP (HEADER TRÊN + STORY FULL-WIDTH DƯỚI)
       ══════════════════════════════════════════════════════════════════════ */
    body.team-profile-page .team-hero-layout,
    body.team-profile-promax .team-hero-layout,
    .team-profile-promax .team-hero-layout,
    .team-hero-layout {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 1400px !important;
        margin: 0 auto 24px !important;
        border-radius: 30px !important;
        overflow: hidden !important;
        background: #ffffff !important;
        border: 1px solid rgba(213, 239, 246, 0.85) !important;
        box-shadow: 0 30px 80px rgba(0, 7, 28, 0.15) !important;
        box-sizing: border-box !important;
    }

    /* 1. HEADER POD TRÊN CÙNG: CĂN GIỮA TRUNG TÂM HOÀN TOÀN */
    body.team-profile-page .team-hero-header-pod,
    body.team-profile-promax .team-hero-header-pod,
    .team-profile-promax .team-hero-header-pod,
    .team-hero-header-pod {
        width: 100% !important;
        padding: clamp(32px, 4vw, 48px) 20px 32px !important;
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f1f7fc 100%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
        position: relative !important;
    }

    .team-crest-hologram {
        width: 160px !important;
        height: 160px !important;
        margin: 0 auto 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .team-crest-frame img {
        max-width: 140px !important;
        max-height: 140px !important;
        object-fit: contain !important;
        filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.12)) !important;
    }

    .team-profile-title {
        font-size: clamp(32px, 3.8vw, 48px) !important;
        font-weight: 950 !important;
        color: #0f172a !important;
        letter-spacing: -0.03em !important;
        margin: 0 0 14px !important;
        text-transform: uppercase !important;
    }

    .team-slogan-box {
        max-width: 520px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* 2. CÂU CHUYỆN & THỐNG KÊ PHÍA DƯỚI: FULL-WIDTH 100% RỘNG RÃI */
    body.team-profile-page .team-info-side,
    body.team-profile-promax .team-info-side,
    .team-profile-promax .team-info-side,
    .team-info-side {
        width: 100% !important;
        padding: clamp(24px, 3.5vw, 42px) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 22px !important;
        background: #ffffff !important;
        box-sizing: border-box !important;
    }

    body.team-profile-page .team-story-shell,
    body.team-profile-promax .team-story-shell,
    .team-story-shell,
    body.team-profile-page .team-story-box,
    body.team-profile-promax .team-story-box,
    .team-story-box {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 3 Card thống kê Bento Full-width trên Desktop */
    @media screen and (min-width: 992px) {
        body.team-profile-page .team-stats-bento,
        body.team-profile-promax .team-stats-bento,
        .team-profile-promax .team-stats-bento,
        .team-stats-bento {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 16px !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }

        .team-stat-card {
            min-height: 68px !important;
            padding: 14px 20px !important;
        }

        .team-stat-card .stat-icon-pod {
            width: 44px !important;
            height: 44px !important;
        }

        .team-stat-card .stat-num {
            font-size: 19px !important;
        }

        .team-stat-card .stat-lbl {
            font-size: 11px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       NÂNG CẤP KÍCH THƯỚC LOGO LỚN HƠN +30% (TO RÕ, ĐẲNG CẤP & UY QUYỀN)
       ══════════════════════════════════════════════════════════════════════ */
    body.team-profile-page .team-crest-hologram,
    body.team-profile-promax .team-crest-hologram,
    .team-hero-header-pod .team-crest-hologram,
    .team-crest-hologram {
        width: 215px !important;
        height: 215px !important;
        flex-basis: 215px !important;
        margin: 0 auto 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    body.team-profile-page .team-crest-frame,
    body.team-profile-promax .team-crest-frame,
    .team-crest-frame {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.team-profile-page .team-crest-frame img,
    body.team-profile-promax .team-crest-frame img,
    .team-crest-frame img {
        max-width: 195px !important;
        max-height: 195px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.16)) !important;
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    }

    /* Vòng quỹ đạo ánh sáng mở rộng theo logo */
    body.team-profile-page .team-crest-orbit,
    body.team-profile-promax .team-crest-orbit,
    .team-crest-orbit {
        width: 320px !important;
        height: 320px !important;
    }

    body.team-profile-page .team-crest-glow,
    body.team-profile-promax .team-crest-glow,
    .team-crest-glow {
        width: 260px !important;
        height: 260px !important;
    }

    @media screen and (max-width: 768px) {
        body.team-profile-page .team-crest-hologram,
        body.team-profile-promax .team-crest-hologram,
        .team-hero-header-pod .team-crest-hologram,
        .team-crest-hologram {
            width: 155px !important;
            height: 155px !important;
            flex-basis: 155px !important;
            margin: 0 auto 12px !important;
        }

        body.team-profile-page .team-crest-frame img,
        body.team-profile-promax .team-crest-frame img,
        .team-crest-frame img {
            max-width: 140px !important;
            max-height: 140px !important;
        }

        body.team-profile-page .team-crest-orbit,
        body.team-profile-promax .team-crest-orbit,
        .team-crest-orbit {
            width: 230px !important;
            height: 230px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       BỐ CỤC FULL-WIDTH 100% TOÀN DIỆN CHO HERO PROFILE & CÂU CHUYỆN ĐỘI BÓNG
       ══════════════════════════════════════════════════════════════════════ */
    .team-hero-promax .container {
        width: 100% !important;
        max-width: 1440px !important;
        padding-left: clamp(14px, 2.5vw, 32px) !important;
        padding-right: clamp(14px, 2.5vw, 32px) !important;
        box-sizing: border-box !important;
    }

    body.team-profile-page .team-hero-layout,
    body.team-profile-promax .team-hero-layout,
    .team-profile-promax .team-hero-layout,
    .team-hero-layout {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 32px !important;
        border-radius: clamp(20px, 3vw, 32px) !important;
        overflow: hidden !important;
        background: #ffffff !important;
        border: 1px solid rgba(213, 239, 246, 0.95) !important;
        box-shadow: 0 25px 70px rgba(0, 7, 28, 0.12) !important;
        box-sizing: border-box !important;
    }

    /* ── 1. HEADER TRÊN: CĂN GIỮA TRUNG TÂM HOÀN TOÀN ── */
    body.team-profile-page .team-hero-header-pod,
    body.team-profile-promax .team-hero-header-pod,
    .team-profile-promax .team-hero-header-pod,
    .team-hero-header-pod {
        width: 100% !important;
        padding: clamp(36px, 4.5vw, 54px) 20px clamp(28px, 3.5vw, 42px) !important;
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f1f7fc 100%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
        position: relative !important;
    }

    /* Logo lớn +30% */
    body.team-profile-page .team-crest-hologram,
    body.team-profile-promax .team-crest-hologram,
    .team-hero-header-pod .team-crest-hologram,
    .team-crest-hologram {
        width: 215px !important;
        height: 215px !important;
        flex-basis: 215px !important;
        margin: 0 auto 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    body.team-profile-page .team-crest-frame img,
    body.team-profile-promax .team-crest-frame img,
    .team-crest-frame img {
        max-width: 195px !important;
        max-height: 195px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.16)) !important;
    }

    body.team-profile-page .team-crest-orbit,
    body.team-profile-promax .team-crest-orbit,
    .team-crest-orbit {
        width: 320px !important;
        height: 320px !important;
    }

    .team-profile-title {
        font-size: clamp(32px, 3.8vw, 50px) !important;
        font-weight: 950 !important;
        color: #0f172a !important;
        letter-spacing: -0.03em !important;
        margin: 0 0 14px !important;
        text-transform: uppercase !important;
    }

    .team-slogan-box {
        max-width: 540px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* ── 2. CÂU CHUYỆN & THỐNG KÊ PHÍA DƯỚI: FULL-WIDTH 100% TRẢI RỘNG ── */
    body.team-profile-page .team-info-side,
    body.team-profile-promax .team-info-side,
    .team-profile-promax .team-info-side,
    .team-info-side {
        width: 100% !important;
        padding: clamp(24px, 3.8vw, 44px) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        background: #ffffff !important;
        box-sizing: border-box !important;
    }

    /* Câu chuyện Full-width, luôn mở rộng 100% */
    body.team-profile-page .team-story-shell,
    body.team-profile-promax .team-story-shell,
    .team-story-shell,
    body.team-profile-page .team-story-box,
    body.team-profile-promax .team-story-box,
    .team-story-box,
    .team-club-story-content {
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .team-story-toggle {
        display: none !important;
        visibility: hidden !important;
    }

    /* 3 Card thống kê Bento Full-width trên Desktop */
    @media screen and (min-width: 992px) {
        body.team-profile-page .team-stats-bento,
        body.team-profile-promax .team-stats-bento,
        .team-profile-promax .team-stats-bento,
        .team-stats-bento {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 18px !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }

        .team-stat-card {
            min-height: 72px !important;
            padding: 16px 22px !important;
        }

        .team-stat-card .stat-icon-pod {
            width: 46px !important;
            height: 46px !important;
        }

        .team-stat-card .stat-num {
            font-size: 20px !important;
        }

        .team-stat-card .stat-lbl {
            font-size: 11px !important;
        }
    }

    /* ── 3. TRÊN MOBILE: 1 HÀNG 3 Ô STATS SIÊU GỌN ── */
    @media screen and (max-width: 991px) {
        body.team-profile-page .team-crest-hologram,
        body.team-profile-promax .team-crest-hologram,
        .team-hero-header-pod .team-crest-hologram,
        .team-crest-hologram {
            width: 155px !important;
            height: 155px !important;
            flex-basis: 155px !important;
            margin: 0 auto 12px !important;
        }

        body.team-profile-page .team-crest-frame img,
        body.team-profile-promax .team-crest-frame img,
        .team-crest-frame img {
            max-width: 140px !important;
            max-height: 140px !important;
        }

        body.team-profile-page .team-crest-orbit,
        body.team-profile-promax .team-crest-orbit,
        .team-crest-orbit {
            width: 230px !important;
            height: 230px !important;
        }

        body.team-profile-page .team-stats-bento,
        body.team-profile-promax .team-stats-bento,
        .team-profile-promax .team-stats-bento,
        .team-stats-bento {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: clamp(4px, 1.4vw, 8px) !important;
            width: 100% !important;
            margin-top: 10px !important;
            box-sizing: border-box !important;
        }

        body.team-profile-page .team-stats-bento > .team-stat-card,
        body.team-profile-promax .team-stats-bento > .team-stat-card,
        .team-profile-promax .team-stats-bento > .team-stat-card,
        .team-stat-card,
        .team-stat-card.stat-card-fanpage {
            grid-column: span 1 !important;
            width: 100% !important;
            max-width: 100% !important;
            min-height: 52px !important;
            padding: 6px 4px !important;
            border-radius: 12px !important;
            background: #ffffff !important;
            border: 1px solid #e2e8f0 !important;
            box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 5px !important;
            text-align: left !important;
            box-sizing: border-box !important;
            margin: 0 !important;
        }

        .team-stat-card .stat-icon-pod {
            width: 28px !important;
            height: 28px !important;
            min-width: 28px !important;
            border-radius: 8px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 0 !important;
            flex-shrink: 0 !important;
        }

        .team-stat-card .stat-icon-pod svg {
            width: 14px !important;
            height: 14px !important;
        }

        .team-stat-card .stat-meta {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            justify-content: center !important;
            min-width: 0 !important;
            line-height: 1.1 !important;
        }

        .team-stat-card .stat-num {
            font-size: 13px !important;
            font-weight: 900 !important;
            color: #0f172a !important;
            letter-spacing: -0.02em !important;
        }

        .team-stat-card.stat-card-fanpage .stat-num {
            font-size: 11px !important;
            font-weight: 900 !important;
            color: #0284c7 !important;
        }

        .team-stat-card .stat-lbl {
            font-size: 8px !important;
            font-weight: 800 !important;
            color: #64748b !important;
            text-transform: uppercase !important;
            letter-spacing: 0.02em !important;
            white-space: nowrap !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       CHUYỂN THANH BREADCRUMB (TRANG CHỦ > 08 ĐỘI BÓNG > SGTS FC) SANG GÓC TRÁI
       ══════════════════════════════════════════════════════════════════════ */
    body.team-profile-page .team-breadcrumbs-wrapper,
    body.team-profile-promax .team-breadcrumbs-wrapper,
    .team-profile-promax .team-breadcrumbs-wrapper,
    .team-breadcrumbs-wrapper {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        text-align: left !important;
    }

    body.team-profile-page .team-breadcrumbs-capsule,
    body.team-profile-promax .team-breadcrumbs-capsule,
    .team-profile-promax .team-breadcrumbs-capsule,
    .team-breadcrumbs-capsule {
        margin-left: 0 !important;
        margin-right: auto !important;
        justify-content: flex-start !important;
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       NÂNG CẤP THẺ LÃNH ĐỘI LỚN HƠN CÁC THẺ CÒN LẠI +10% (VIP & NỔI BẬT NHẤT)
       ══════════════════════════════════════════════════════════════════════ */
    .team-profile-promax .staff-pass-card.staff-pass--manager,
    .staff-pass-card.staff-pass--manager {
        position: relative !important;
        background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%) !important;
        border: 2px solid #38bdf8 !important;
        border-radius: 24px !important;
        padding: 26px 18px 22px !important;
        box-shadow: 0 16px 42px rgba(2, 132, 199, 0.14), 0 4px 14px rgba(0, 0, 0, 0.04) !important;
        transform: scale(1.05) !important;
        z-index: 3 !important;
        transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .team-profile-promax .staff-pass-card.staff-pass--manager:hover,
    .staff-pass-card.staff-pass--manager:hover {
        transform: scale(1.08) translateY(-6px) !important;
        border-color: #0284c7 !important;
        box-shadow: 0 24px 55px rgba(2, 132, 199, 0.22), 0 0 25px rgba(56, 189, 248, 0.35) !important;
    }

    /* Avatar Lãnh đội lớn hơn +10% */
    .team-profile-promax .staff-pass--manager .pass-avatar-pod,
    .staff-pass--manager .pass-avatar-pod {
        width: 148px !important;
        height: 148px !important;
        margin: 18px auto 20px !important;
    }

    .team-profile-promax .staff-pass--manager .pass-avatar-frame,
    .staff-pass--manager .pass-avatar-frame {
        width: 140px !important;
        height: 140px !important;
        border: 4px solid #ffffff !important;
        box-shadow: 0 0 0 3px #0284c7, 0 16px 36px rgba(2, 132, 199, 0.28) !important;
    }

    /* Badge Lãnh đội sang trọng */
    .team-profile-promax .staff-pass--manager .pass-role-chip,
    .staff-pass--manager .pass-role-chip {
        font-size: 11.5px !important;
        font-weight: 900 !important;
        padding: 5px 14px !important;
        background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35) !important;
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
    }

    .team-profile-promax .staff-pass--manager .pass-person-name,
    .staff-pass--manager .pass-person-name {
        font-size: 16.5px !important;
        font-weight: 900 !important;
        color: #0369a1 !important;
    }

    @media screen and (max-width: 768px) {
        .team-profile-promax .staff-pass-card.staff-pass--manager,
        .staff-pass-card.staff-pass--manager {
            transform: scale(1.02) !important;
            padding: 20px 14px 16px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-pod,
        .staff-pass--manager .pass-avatar-pod {
            width: 125px !important;
            height: 125px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-frame,
        .staff-pass--manager .pass-avatar-frame {
            width: 118px !important;
            height: 118px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       TRÊN DESKTOP: THẺ LÃNH ĐỘI HIỂN THỊ Ở CHÍNH GIỮA (VỊ TRÍ SỐ 3 TRUNG TÂM)
       ══════════════════════════════════════════════════════════════════════ */
    @media screen and (min-width: 992px) {
        .team-staff-grid-master {
            display: grid !important;
            grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
            align-items: center !important;
            gap: 18px !important;
        }

        .staff-pass-card.staff-pass--captain {
            order: 1 !important;
        }

        .staff-pass-card.staff-pass--coach {
            order: 2 !important;
        }

        .staff-pass-card.staff-pass--manager {
            order: 3 !important; /* Ở CHÍNH GIỮA TRUNG TÂM ĐỐI XỨNG */
            transform: scale(1.06) !important;
            z-index: 5 !important;
        }

        .staff-pass-card.staff-pass--manager:hover {
            transform: scale(1.09) translateY(-6px) !important;
        }

        .staff-pass-card.staff-pass--assistant {
            order: 4 !important;
        }

        .staff-pass-card.staff-pass--medic {
            order: 5 !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       NÂNG CẤP AVATAR TOÀN BỘ BAN HUẤN LUYỆN LỚN HƠN +20% (RÕ NÉT, HOÀNH TRÁNG)
       ══════════════════════════════════════════════════════════════════════ */
    .team-profile-promax .pass-avatar-pod,
    .pass-avatar-pod,
    :where(.team-profile-promax, body) .pass-avatar-pod {
        width: 160px !important;
        height: 160px !important;
        margin: 18px auto 20px !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .team-profile-promax .pass-avatar-frame,
    .pass-avatar-frame,
    :where(.team-profile-promax, body) .pass-avatar-frame {
        width: 152px !important;
        height: 152px !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        border: 4px solid #ffffff !important;
        box-shadow: 0 0 0 2.5px rgba(56, 189, 248, 0.45), 0 14px 34px rgba(5, 42, 84, 0.2) !important;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
        position: relative !important;
    }

    /* Thẻ LÃNH ĐỘI (To lớn hơn +10% ở giữa) */
    .team-profile-promax .staff-pass--manager .pass-avatar-pod,
    .staff-pass--manager .pass-avatar-pod {
        width: 178px !important;
        height: 178px !important;
        margin: 20px auto 22px !important;
    }

    .team-profile-promax .staff-pass--manager .pass-avatar-frame,
    .staff-pass--manager .pass-avatar-frame {
        width: 168px !important;
        height: 168px !important;
        border: 4.5px solid #ffffff !important;
        box-shadow: 0 0 0 3.5px #0284c7, 0 18px 40px rgba(2, 132, 199, 0.32) !important;
    }

    /* Mở rộng padding thẻ bao ngoài */
    .team-profile-promax .staff-pass-card,
    .staff-pass-card {
        padding: 26px 16px 22px !important;
        border-radius: 22px !important;
    }

    .team-profile-promax .staff-pass-card.staff-pass--manager,
    .staff-pass-card.staff-pass--manager {
        padding: 30px 18px 24px !important;
        border-radius: 26px !important;
    }

    @media screen and (max-width: 991px) {
        .team-profile-promax .pass-avatar-pod,
        .pass-avatar-pod {
            width: 135px !important;
            height: 135px !important;
            margin: 14px auto 16px !important;
        }

        .team-profile-promax .pass-avatar-frame,
        .pass-avatar-frame {
            width: 126px !important;
            height: 126px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-pod,
        .staff-pass--manager .pass-avatar-pod {
            width: 148px !important;
            height: 148px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-frame,
        .staff-pass--manager .pass-avatar-frame {
            width: 138px !important;
            height: 138px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       BỐ CỤC BAN HUẤN LUYỆN TRÊN MOBILE:
       - HÀNG 1: THẺ LÃNH ĐỘI (CĂN GIỮA TO NỔI BẬT)
       - HÀNG 2: THẺ ĐỘI TRƯỞNG & THẺ HUẤN LUYỆN VIÊN (2 CỘT)
       - HÀNG 3: THẺ TRỢ LÝ & THẺ Y TẾ (2 CỘT)
       ══════════════════════════════════════════════════════════════════════ */
    @media screen and (max-width: 991px) {
        .team-profile-promax .team-staff-grid-master,
        .team-staff-grid-master {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 12px !important;
            width: 100% !important;
            justify-content: center !important;
            align-items: stretch !important;
        }

        /* ── HÀNG 1: THẺ LÃNH ĐỘI (SPAN 2 CỘT, CĂN GIỮA) ── */
        .team-profile-promax .staff-pass-card.staff-pass--manager,
        .staff-pass-card.staff-pass--manager {
            order: 1 !important;
            grid-column: 1 / -1 !important;
            width: 100% !important;
            max-width: 330px !important;
            margin: 0 auto !important;
            padding: 22px 16px 18px !important;
            border-radius: 20px !important;
            transform: none !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-pod,
        .staff-pass--manager .pass-avatar-pod {
            width: 135px !important;
            height: 135px !important;
            margin: 12px auto 14px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-frame,
        .staff-pass--manager .pass-avatar-frame {
            width: 126px !important;
            height: 126px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-person-name,
        .staff-pass--manager .pass-person-name {
            font-size: 15.5px !important;
        }

        /* ── HÀNG 2: ĐỘI TRƯỞNG & HUẤN LUYỆN VIÊN (2 CỘT) ── */
        .team-profile-promax .staff-pass-card.staff-pass--captain,
        .staff-pass-card.staff-pass--captain {
            order: 2 !important;
            grid-column: span 1 !important;
            width: 100% !important;
            margin: 0 !important;
        }

        .team-profile-promax .staff-pass-card.staff-pass--coach,
        .staff-pass-card.staff-pass--coach {
            order: 3 !important;
            grid-column: span 1 !important;
            width: 100% !important;
            margin: 0 !important;
        }

        /* ── HÀNG 3: TRỢ LÝ & Y TẾ (2 CỘT) ── */
        .team-profile-promax .staff-pass-card.staff-pass--assistant,
        .staff-pass-card.staff-pass--assistant {
            order: 4 !important;
            grid-column: span 1 !important;
            width: 100% !important;
            margin: 0 !important;
        }

        .team-profile-promax .staff-pass-card.staff-pass--medic,
        .staff-pass-card.staff-pass--medic {
            order: 5 !important;
            grid-column: span 1 !important;
            width: 100% !important;
            margin: 0 !important;
        }

        /* Style chung cho 4 thẻ ở hàng 2 và hàng 3 trên mobile */
        .team-profile-promax .staff-pass-card:not(.staff-pass--manager),
        .staff-pass-card:not(.staff-pass--manager) {
            padding: 16px 10px 14px !important;
            border-radius: 16px !important;
            min-height: unset !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-avatar-pod,
        .staff-pass-card:not(.staff-pass--manager) .pass-avatar-pod {
            width: 98px !important;
            height: 98px !important;
            margin: 10px auto 12px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-avatar-frame,
        .staff-pass-card:not(.staff-pass--manager) .pass-avatar-frame {
            width: 92px !important;
            height: 92px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-person-name,
        .staff-pass-card:not(.staff-pass--manager) .pass-person-name {
            font-size: 13.5px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-role-chip,
        .staff-pass-card:not(.staff-pass--manager) .pass-role-chip {
            font-size: 9px !important;
            padding: 3.5px 8px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-hotline-btn,
        .staff-pass-card:not(.staff-pass--manager) .pass-hotline-btn {
            padding: 5px 8px !important;
            font-size: 11px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       FIX CHUẨN XÁC LỖI THẺ Y TẾ BỊ RỚT LỆCH HÀNG TRÊN MOBILE:
       - HÀNG 1: THẺ LÃNH ĐỘI (CĂN GIỮA - GRID COLUMN 1 / -1)
       - HÀNG 2: THẺ ĐỘI TRƯỞNG (CỘT 1) & THẺ HUẤN LUYỆN VIÊN (CỘT 2)
       - HÀNG 3: THẺ TRỢ LÝ (CỘT 1) & THẺ Y TẾ (CỘT 2 - SONG SONG NGANG BẰNG)
       ══════════════════════════════════════════════════════════════════════ */
    @media screen and (max-width: 991px) {
        .team-profile-promax .team-staff-grid-master,
        .team-staff-grid-master {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            grid-auto-flow: dense !important;
            gap: 12px !important;
            width: 100% !important;
            margin: 0 auto !important;
            align-items: stretch !important;
        }

        /* HÀNG 1: LÃNH ĐỘI */
        .staff-pass-card.staff-pass--manager {
            order: 1 !important;
            grid-column: 1 / 3 !important;
            width: 100% !important;
            max-width: 330px !important;
            margin: 0 auto !important;
        }

        /* HÀNG 2: ĐỘI TRƯỞNG & HUẤN LUYỆN VIÊN */
        .staff-pass-card.staff-pass--captain {
            order: 2 !important;
            grid-column: 1 / 2 !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
        }

        .staff-pass-card.staff-pass--coach {
            order: 3 !important;
            grid-column: 2 / 3 !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
        }

        /* HÀNG 3: TRỢ LÝ & Y TẾ (Ngang hàng tuyệt đối) */
        .staff-pass-card.staff-pass--assistant {
            order: 4 !important;
            grid-column: 1 / 2 !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
        }

        .staff-pass-card.staff-pass--medic,
        .team-profile-promax .staff-pass-card:last-child,
        .staff-pass-card:last-child {
            order: 5 !important;
            grid-column: 2 / 3 !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       NÂNG CẤP KÍCH THƯỚC CÁC Ô TRANG PHỤC THI ĐẤU LỚN HƠN +30% (SHOWROOM PRO MAX)
       ══════════════════════════════════════════════════════════════════════ */
    .team-profile-promax .team-kits-grid-vip,
    .team-kits-grid-vip {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
        gap: 28px !important;
        width: 100% !important;
    }

    @media (min-width: 1100px) {
        .team-profile-promax .team-kits-grid-vip,
        .team-kits-grid-vip {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        }
    }

    .team-profile-promax .kit-card-vip,
    .kit-card-vip {
        padding: 30px 24px 32px !important;
        border-radius: 28px !important;
        background: #ffffff !important;
        border: 1.5px solid var(--club-line, #e2e8f0) !important;
        box-shadow: 0 16px 45px rgba(5, 42, 87, 0.1) !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
    }

    .team-profile-promax .kit-card-vip:hover,
    .kit-card-vip:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 26px 60px rgba(5, 42, 87, 0.18), 0 0 30px rgba(56, 189, 248, 0.2) !important;
    }

    /* Header & Badges +30% */
    .team-profile-promax .kit-card-header,
    .kit-card-header {
        margin-bottom: 18px !important;
    }

    .team-profile-promax .kit-type-pill,
    .kit-type-pill {
        padding: 7px 16px !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        border-radius: 999px !important;
    }

    .team-profile-promax .kit-num-badge,
    .kit-num-badge {
        padding: 6px 14px !important;
        font-size: 12.5px !important;
        font-weight: 900 !important;
        border-radius: 10px !important;
    }

    /* 3D Exhibition Stage +30% */
    .team-profile-promax .kit-stage-3d,
    .kit-stage-3d {
        width: 100% !important;
        min-height: 270px !important;
        aspect-ratio: 4 / 3.4 !important;
        border-radius: 22px !important;
        margin-bottom: 22px !important;
    }

    .team-profile-promax .kit-stage-img,
    .kit-stage-img {
        width: 90% !important;
        height: 90% !important;
        max-height: 240px !important;
        object-fit: contain !important;
    }

    .team-profile-promax .kit-card-vip:hover .kit-stage-img,
    .kit-card-vip:hover .kit-stage-img {
        transform: translateY(-8px) scale(1.08) !important;
    }

    /* Tên trang phục +30% */
    .team-profile-promax .kit-name-vip,
    .kit-name-vip {
        font-size: 21px !important;
        font-weight: 900 !important;
        margin: 0 0 14px 0 !important;
        letter-spacing: -0.01em !important;
    }

    /* Tag chi tiết màu sắc (Áo, Quần, Tất) +30% */
    .team-profile-promax .kit-specs-container,
    .kit-specs-container {
        gap: 8px !important;
    }

    .team-profile-promax .kit-color-tag,
    .kit-color-tag {
        padding: 7px 16px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        border-radius: 999px !important;
    }

    .team-profile-promax .color-tag-bullet,
    .color-tag-bullet {
        width: 8px !important;
        height: 8px !important;
    }

    @media screen and (max-width: 768px) {
        .team-profile-promax .kit-card-vip,
        .kit-card-vip {
            padding: 22px 18px 24px !important;
        }

        .team-profile-promax .kit-stage-3d,
        .kit-stage-3d {
            min-height: 220px !important;
        }

        .team-profile-promax .kit-name-vip,
        .kit-name-vip {
            font-size: 18.5px !important;
        }

        .team-profile-promax .kit-color-tag,
        .kit-color-tag {
            padding: 6px 13px !important;
            font-size: 13px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       TRANG PHỤC THI ĐẤU: ẨN TIÊU ĐỀ LẶP & CÂN ĐỐI 3 TAG MÀU TRÊN 1 HÀNG NGANG
       ══════════════════════════════════════════════════════════════════════ */
    .team-profile-promax .kit-name-vip,
    .kit-name-vip {
        display: none !important;
    }

    .team-profile-promax .kit-body-vip,
    .kit-body-vip {
        width: 100% !important;
        margin-top: 2px !important;
    }

    .team-profile-promax .kit-specs-container,
    .kit-specs-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .team-profile-promax .kit-color-tag,
    .kit-color-tag {
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 6px 12px !important;
        font-size: 13px !important;
        font-weight: 750 !important;
        border-radius: 999px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        color: #1e293b !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    }

    @media screen and (max-width: 1200px) {
        .team-profile-promax .kit-color-tag,
        .kit-color-tag {
            padding: 5px 10px !important;
            font-size: 12px !important;
            gap: 5px !important;
        }

        .team-profile-promax .kit-specs-container,
        .kit-specs-container {
            gap: 6px !important;
        }
    }

    @media screen and (max-width: 480px) {
        .team-profile-promax .kit-color-tag,
        .kit-color-tag {
            padding: 4px 7px !important;
            font-size: 11px !important;
            gap: 4px !important;
        }

        .team-profile-promax .kit-specs-container,
        .kit-specs-container {
            gap: 4px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       TRANG PHỤC THI ĐẤU TRÊN DESKTOP:
       - 1 HÀNG 2 Ô FULL-WIDTH SIÊU LỚN & HOÀNH TRÁNG
       - ẢNH ÁO ĐẤU CAO RỘNG RÕ NÉT CỰC ĐẠI
       ══════════════════════════════════════════════════════════════════════ */
    .team-profile-promax .team-kits-grid-vip,
    .team-kits-grid-vip {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 32px !important;
        width: 100% !important;
        max-width: 1440px !important;
        margin: 0 auto !important;
    }

    @media (min-width: 992px) {
        .team-profile-promax .team-kits-grid-vip,
        .team-kits-grid-vip {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 36px !important;
        }

        /* Nếu có 3 bộ trang phục: Bộ thứ 3 căn giữa trang trọng */
        .team-profile-promax .kit-card-vip:last-child:nth-child(odd),
        .kit-card-vip:last-child:nth-child(odd) {
            grid-column: 1 / -1 !important;
            max-width: 700px !important;
            margin: 0 auto !important;
            width: 100% !important;
        }
    }

    .team-profile-promax .kit-card-vip,
    .kit-card-vip {
        padding: 36px 30px 38px !important;
        border-radius: 32px !important;
        background: #ffffff !important;
        border: 1.5px solid var(--club-line, #e2e8f0) !important;
        box-shadow: 0 20px 50px rgba(5, 42, 87, 0.09) !important;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .team-profile-promax .kit-card-vip:hover,
    .kit-card-vip:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 30px 70px rgba(5, 42, 87, 0.18), 0 0 32px rgba(56, 189, 248, 0.22) !important;
    }

    .team-profile-promax .kit-type-pill,
    .kit-type-pill {
        padding: 8px 22px !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        border-radius: 999px !important;
    }

    /* 3D Exhibition Stage Khổng Lồ Cho 2 Ô */
    .team-profile-promax .kit-stage-3d,
    .kit-stage-3d {
        width: 100% !important;
        min-height: 380px !important;
        aspect-ratio: 16 / 10.5 !important;
        border-radius: 26px !important;
        margin-bottom: 24px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .team-profile-promax .kit-stage-img,
    .kit-stage-img {
        width: 95% !important;
        height: 95% !important;
        max-height: 360px !important;
        object-fit: contain !important;
    }

    .team-profile-promax .kit-card-vip:hover .kit-stage-img,
    .kit-card-vip:hover .kit-stage-img {
        transform: translateY(-8px) scale(1.05) !important;
    }

    /* Tag màu sắc rộng rãi, to đẹp */
    .team-profile-promax .kit-specs-container,
    .kit-specs-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .team-profile-promax .kit-color-tag,
    .kit-color-tag {
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 8px 20px !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        border-radius: 999px !important;
        background: #f8fafc !important;
        border: 1.5px solid #e2e8f0 !important;
        color: #0f172a !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    }

    .team-profile-promax .color-tag-bullet,
    .color-tag-bullet {
        width: 9px !important;
        height: 9px !important;
    }

    @media screen and (max-width: 768px) {
        .team-profile-promax .team-kits-grid-vip,
        .team-kits-grid-vip {
            grid-template-columns: 1fr !important;
            gap: 18px !important;
        }

        .team-profile-promax .kit-card-vip,
        .kit-card-vip {
            padding: 24px 18px 26px !important;
            border-radius: 24px !important;
        }

        .team-profile-promax .kit-stage-3d,
        .kit-stage-3d {
            min-height: 240px !important;
        }

        .team-profile-promax .kit-color-tag,
        .kit-color-tag {
            padding: 6px 12px !important;
            font-size: 12.5px !important;
        }

        .team-profile-promax .kit-specs-container,
        .kit-specs-container {
            gap: 6px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       TỐI ƯU GIAO DIỆN MOBILE: SIÊU GỌN GÀNG, ĐẸP MẮT, HẠN CHẾ CUỘN LƯỚT
       ══════════════════════════════════════════════════════════════════════ */
    @media screen and (max-width: 768px) {
        /* Giảm padding các section */
        .team-profile-promax .section,
        .section {
            padding: 22px 0 !important;
        }

        .section-head,
        .staff-head-master,
        .kits-head-vip,
        .roster-head-master {
            margin-bottom: 16px !important;
        }

        .staff-title-master,
        .staff-section-title,
        .roster-main-title {
            font-size: 18px !important;
            letter-spacing: -0.01em !important;
        }

        /* ── 1. HERO BANNER MOBILE SIÊU GỌN ── */
        .team-hero-promax .container {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        body.team-profile-page .team-hero-layout,
        body.team-profile-promax .team-hero-layout,
        .team-profile-promax .team-hero-layout,
        .team-hero-layout {
            margin-bottom: 18px !important;
            border-radius: 18px !important;
        }

        body.team-profile-page .team-hero-header-pod,
        body.team-profile-promax .team-hero-header-pod,
        .team-profile-promax .team-hero-header-pod,
        .team-hero-header-pod {
            padding: 20px 12px 16px !important;
        }

        body.team-profile-page .team-crest-hologram,
        body.team-profile-promax .team-crest-hologram,
        .team-hero-header-pod .team-crest-hologram,
        .team-crest-hologram {
            width: 100px !important;
            height: 100px !important;
            flex-basis: 100px !important;
            margin: 0 auto 10px !important;
        }

        body.team-profile-page .team-crest-frame img,
        body.team-profile-promax .team-crest-frame img,
        .team-crest-frame img {
            max-width: 90px !important;
            max-height: 90px !important;
        }

        body.team-profile-page .team-crest-orbit,
        body.team-profile-promax .team-crest-orbit,
        .team-crest-orbit {
            width: 130px !important;
            height: 130px !important;
        }

        .team-profile-title {
            font-size: 21px !important;
            margin: 0 0 6px !important;
            line-height: 1.2 !important;
        }

        .team-slogan-box {
            padding: 4px 12px !important;
            font-size: 11px !important;
            margin-bottom: 6px !important;
        }

        body.team-profile-page .team-info-side,
        body.team-profile-promax .team-info-side,
        .team-profile-promax .team-info-side,
        .team-info-side {
            padding: 14px 12px !important;
            gap: 12px !important;
        }

        /* Thống kê nhanh gọn */
        .team-profile-facts {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 8px !important;
            padding: 10px !important;
        }

        .fact-item {
            padding: 6px 8px !important;
            font-size: 11.5px !important;
        }

        /* Câu chuyện đội bóng có thể thu gọn */
        body.team-profile-page .team-story-shell,
        body.team-profile-promax .team-story-shell,
        .team-story-shell {
            font-size: 13px !important;
            line-height: 1.55 !important;
        }

        /* ── 2. SUBNAV STICKY BAR ── */
        .team-profile-subnav {
            padding: 4px 0 !important;
        }

        .subnav-inner {
            height: 38px !important;
            gap: 8px !important;
        }

        .subnav-lead {
            display: none !important; /* Ẩn bớt logo nhỏ trên subnav mobile để thoáng */
        }

        .subnav-links {
            justify-content: space-around !important;
            width: 100% !important;
        }

        .subnav-link {
            padding: 5px 8px !important;
            font-size: 11px !important;
            gap: 4px !important;
        }

        /* ── 3. BAN HUẤN LUYỆN MOBILE GỌN GÀNG (3 HÀNG) ── */
        .team-profile-promax .team-staff-grid-master,
        .team-staff-grid-master {
            gap: 10px !important;
        }

        /* Hàng 1: Lãnh đội */
        .staff-pass-card.staff-pass--manager {
            padding: 14px 10px 12px !important;
            border-radius: 16px !important;
            max-width: 280px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-pod,
        .staff-pass--manager .pass-avatar-pod {
            width: 82px !important;
            height: 82px !important;
            margin: 8px auto 10px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-avatar-frame,
        .staff-pass--manager .pass-avatar-frame {
            width: 76px !important;
            height: 76px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-person-name,
        .staff-pass--manager .pass-person-name {
            font-size: 13.5px !important;
            margin-bottom: 6px !important;
        }

        .team-profile-promax .staff-pass--manager .pass-hotline-btn,
        .staff-pass--manager .pass-hotline-btn {
            padding: 4px 10px !important;
            font-size: 11.5px !important;
        }

        /* Hàng 2 & 3: Đội trưởng, HLV, Trợ lý, Y tế */
        .team-profile-promax .staff-pass-card:not(.staff-pass--manager),
        .staff-pass-card:not(.staff-pass--manager) {
            padding: 10px 6px 10px !important;
            border-radius: 14px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-avatar-pod,
        .staff-pass-card:not(.staff-pass--manager) .pass-avatar-pod {
            width: 68px !important;
            height: 68px !important;
            margin: 6px auto 8px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-avatar-frame,
        .staff-pass-card:not(.staff-pass--manager) .pass-avatar-frame {
            width: 63px !important;
            height: 63px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-person-name,
        .staff-pass-card:not(.staff-pass--manager) .pass-person-name {
            font-size: 12px !important;
            margin-bottom: 4px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-role-chip,
        .staff-pass-card:not(.staff-pass--manager) .pass-role-chip {
            font-size: 8.5px !important;
            padding: 2.5px 6px !important;
        }

        .team-profile-promax .staff-pass-card:not(.staff-pass--manager) .pass-hotline-btn,
        .staff-pass-card:not(.staff-pass--manager) .pass-hotline-btn {
            padding: 3px 6px !important;
            font-size: 10.5px !important;
        }

        /* ── 4. TRANG PHỤC THI ĐẤU MOBILE COMPACT ── */
        .team-profile-promax .team-kits-grid-vip,
        .team-kits-grid-vip {
            grid-template-columns: 1fr !important;
            gap: 14px !important;
        }

        .team-profile-promax .kit-card-vip,
        .kit-card-vip {
            padding: 16px 12px 14px !important;
            border-radius: 18px !important;
        }

        .team-profile-promax .kit-type-pill,
        .kit-type-pill {
            padding: 5px 12px !important;
            font-size: 11.5px !important;
            margin-bottom: 10px !important;
        }

        .team-profile-promax .kit-stage-3d,
        .kit-stage-3d {
            min-height: 160px !important;
            aspect-ratio: 16 / 11 !important;
            border-radius: 16px !important;
            margin-bottom: 12px !important;
        }

        .team-profile-promax .kit-stage-img,
        .kit-stage-img {
            max-height: 140px !important;
            width: 90% !important;
        }

        .team-profile-promax .kit-color-tag,
        .kit-color-tag {
            padding: 4px 8px !important;
            font-size: 11px !important;
            gap: 4px !important;
        }

        .team-profile-promax .kit-specs-container,
        .kit-specs-container {
            gap: 5px !important;
        }

        /* ── 5. DANH SÁCH CẦU THỦ MOBILE (LƯỚI 2 CỘT COMPACT) ── */
        .tactical-filter-deck {
            padding: 4px 0 10px !important;
            gap: 5px !important;
            overflow-x: auto !important;
            justify-content: flex-start !important;
            scrollbar-width: none !important;
        }
        .tactical-filter-deck::-webkit-scrollbar { display: none !important; }

        .tactical-deck-pill {
            padding: 5px 10px !important;
            font-size: 11px !important;
            white-space: nowrap !important;
        }

        .team-roster-grid-vip,
        #player-roster-grid {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 8px !important;
        }

        .player-card-elite {
            padding: 10px 8px !important;
            border-radius: 14px !important;
        }

        .player-portrait-pod {
            height: 100px !important;
            margin-bottom: 6px !important;
        }

        .player-portrait-img {
            max-height: 95px !important;
        }

        .player-identity-box .player-name {
            font-size: 12px !important;
            margin-bottom: 2px !important;
        }

        .player-shirt-badge {
            font-size: 12px !important;
            padding: 2px 6px !important;
        }

        .player-pos-badge {
            font-size: 9px !important;
            padding: 2px 5px !important;
        }

        /* ── 6. BANNER HÀNH TRÌNH CÚP VÀNG GỌN ── */
        .team-tournament-pathway-pro {
            padding: 18px 12px !important;
            margin-top: 18px !important;
            border-radius: 16px !important;
        }

        .pathway-main-title {
            font-size: 15px !important;
        }

        .pathway-subtitle {
            font-size: 12px !important;
            margin-bottom: 12px !important;
        }

        .pathway-grid-master {
            grid-template-columns: 1fr !important;
            gap: 8px !important;
        }

        .pathway-action-card {
            padding: 10px 12px !important;
            border-radius: 12px !important;
        }

        .pathway-card-title {
            font-size: 12.5px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       HIỂN THỊ FULL 100% ẢNH CHÂN DUNG CẦU THỦ (LẤP ĐẦY KHUNG SẮC NÉT)
       ══════════════════════════════════════════════════════════════════════ */
    .team-profile-promax .player-hero-stage,
    .player-hero-stage {
        width: 100% !important;
        aspect-ratio: 4 / 4.5 !important;
        position: relative !important;
        overflow: hidden !important;
        border-radius: 16px !important;
        background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f1f5f9 60%, #e2e8f0 100%) !important;
        border: 1.5px solid #e2e8f0 !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;
        margin-bottom: 12px !important;
        padding: 0 !important;
    }

    .team-profile-promax .player-portrait-img,
    .player-portrait-img {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center 18% !important;
        display: block !important;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        border-radius: 0 !important;
    }

    .team-profile-promax .player-card-elite:hover .player-portrait-img,
    .player-card-elite:hover .player-portrait-img {
        transform: scale(1.06) !important;
    }

    @media screen and (max-width: 768px) {
        .team-profile-promax .player-hero-stage,
        .player-hero-stage {
            aspect-ratio: 4 / 4.6 !important;
            border-radius: 14px !important;
            margin-bottom: 8px !important;
        }

        .team-profile-promax .player-portrait-img,
        .player-portrait-img {
            object-position: center 15% !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       HIỂN THỊ FULL 100% ẢNH TRANG PHỤC THI ĐẤU (TRÀN KHUNG SẮC NÉT)
       ══════════════════════════════════════════════════════════════════════ */
    .team-profile-promax .kit-stage-3d,
    .kit-stage-3d {
        width: 100% !important;
        aspect-ratio: 16 / 10.5 !important;
        min-height: unset !important;
        max-height: none !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 0 18px 0 !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
    }

    .team-profile-promax .kit-stage-img,
    .kit-stage-img {
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
        border-radius: 0 !important;
        filter: none !important;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .team-profile-promax .kit-card-vip:hover .kit-stage-img,
    .kit-card-vip:hover .kit-stage-img {
        transform: scale(1.04) !important;
    }

    .team-profile-promax .kit-pedestal-glow,
    .kit-pedestal-glow {
        display: none !important;
    }

    @media screen and (max-width: 768px) {
        .team-profile-promax .kit-stage-3d,
        .kit-stage-3d {
            aspect-ratio: 16 / 11 !important;
            margin: 0 0 12px 0 !important;
            border-radius: 16px !important;
        }

        .team-profile-promax .kit-stage-img,
        .kit-stage-img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       TOURNAMENT PATHWAY BANNER TRÊN MOBILE:
       - SIÊU GỌN GÀNG, 3 THẺ LIÊN KẾT NẰM TRÊN 1 HÀNG NGANG DUY NHẤT
       - HẠN CHẾ CUỘN LƯỚT 100%
       ══════════════════════════════════════════════════════════════════════ */
    @media screen and (max-width: 768px) {
        .team-tournament-pathway-pro {
            padding: 16px 12px 14px !important;
            margin-top: 20px !important;
            border-radius: 18px !important;
        }

        .pathway-kicker-badge {
            font-size: 9.5px !important;
            padding: 2.5px 8px !important;
            margin-bottom: 4px !important;
        }

        .pathway-main-title {
            font-size: 14px !important;
            line-height: 1.25 !important;
            margin-bottom: 4px !important;
        }

        .pathway-subtitle {
            font-size: 11.5px !important;
            line-height: 1.35 !important;
            margin-bottom: 12px !important;
            opacity: 0.85 !important;
        }

        /* 3 Thẻ hành động chia đều 3 cột trên 1 hàng ngang duy nhất */
        .pathway-grid-master {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 6px !important;
            width: 100% !important;
        }

        .pathway-action-card {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            text-align: center !important;
            padding: 10px 4px 8px !important;
            border-radius: 12px !important;
            min-height: 84px !important;
            background: rgba(255, 255, 255, 0.08) !important;
            border: 1px solid rgba(255, 255, 255, 0.16) !important;
            backdrop-filter: blur(8px) !important;
        }

        .pathway-card-icon-frame {
            width: 32px !important;
            height: 32px !important;
            min-width: 32px !important;
            border-radius: 8px !important;
            margin: 0 auto 6px !important;
        }

        .pathway-card-icon-frame svg {
            width: 16px !important;
            height: 16px !important;
        }

        .pathway-card-content {
            width: 100% !important;
            text-align: center !important;
        }

        .pathway-card-title {
            font-size: 10.5px !important;
            font-weight: 800 !important;
            line-height: 1.2 !important;
            color: #ffffff !important;
            display: block !important;
            margin: 0 !important;
        }

        /* Ẩn các dòng mô tả dài chiếm chỗ trên mobile */
        .pathway-card-tag,
        .pathway-card-action {
            display: none !important;
        }

        .pathway-featured-badge {
            font-size: 8px !important;
            padding: 1.5px 6px !important;
            top: -6px !important;
        }
    }

    
    /* ══════════════════════════════════════════════════════════════════════
       FIX TRIỆT ĐỂ LỖI RỚT CHỮ Ở 3 THẺ LIÊN KẾT TRÊN MOBILE
       ══════════════════════════════════════════════════════════════════════ */
    .d-only-mobile { display: none; }
    .d-none-mobile { display: inline; }

    @media screen and (max-width: 768px) {
        .d-none-mobile { display: none !important; }
        .d-only-mobile { display: inline-block !important; white-space: nowrap !important; }

        .pathway-grid-master {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 6px !important;
            width: 100% !important;
        }

        .pathway-action-card {
            padding: 10px 4px 8px !important;
            min-height: 80px !important;
        }

        .pathway-card-title {
            font-size: 11.5px !important;
            font-weight: 800 !important;
            white-space: nowrap !important;
            text-align: center !important;
            letter-spacing: -0.01em !important;
            line-height: 1.2 !important;
            margin: 0 !important;
        }
    }

/* ══════════════════════════════════════════════════════════════════════
   CHUẨN ĐỊNH DẠNG RICH TEXT ĐỒNG BỘ 100%:
   - TRÌNH SOẠN THẢO TRỰC QUAN (CANVAS)
   - BẢN XEM TRƯỚC (PREVIEW)
   - HIỂN THỊ THỰC TẾ NGOÀI WEBSITE (TEAM.PHP & ARTICLE.PHP)
   ══════════════════════════════════════════════════════════════════════ */
.rich-editor-canvas,
.rich-preview-prose,
.team-story-box,
.team-club-story-content,
.rich-text {
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    text-align: left !important;
    word-break: break-word !important;
}

/* Đoạn văn bản */
.rich-editor-canvas p,
.rich-preview-prose p,
.team-story-box p,
.team-club-story-content p,
.rich-text p {
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.rich-editor-canvas p:last-child,
.rich-preview-prose p:last-child,
.team-story-box p:last-child,
.team-club-story-content p:last-child,
.rich-text p:last-child {
    margin-bottom: 0 !important;
}

/* Tiêu đề H2, H3, H4 */
.rich-editor-canvas h2,
.rich-preview-prose h2,
.team-story-box h2,
.team-club-story-content h2,
.rich-text h2 {
    display: block !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    color: #0f172a !important;
    margin: 24px 0 12px 0 !important;
    padding-bottom: 6px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    letter-spacing: -0.01em !important;
}

.rich-editor-canvas h2:first-child,
.rich-preview-prose h2:first-child,
.team-story-box h2:first-child,
.team-club-story-content h2:first-child,
.rich-text h2:first-child {
    margin-top: 0 !important;
}

.rich-editor-canvas h3,
.rich-preview-prose h3,
.team-story-box h3,
.team-club-story-content h3,
.rich-text h3 {
    display: block !important;
    font-size: 17px !important;
    font-weight: 750 !important;
    line-height: 1.4 !important;
    color: #1e293b !important;
    margin: 18px 0 8px 0 !important;
    padding: 0 !important;
    border: none !important;
}

.rich-editor-canvas h4,
.rich-preview-prose h4,
.team-story-box h4,
.team-club-story-content h4,
.rich-text h4 {
    display: block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    color: #334155 !important;
    margin: 14px 0 6px 0 !important;
}

/* In đậm, in nghiêng, gạch chân */
.rich-editor-canvas strong,
.rich-editor-canvas b,
.rich-preview-prose strong,
.rich-preview-prose b,
.team-story-box strong,
.team-story-box b,
.team-club-story-content strong,
.team-club-story-content b,
.rich-text strong,
.rich-text b {
    font-weight: 750 !important;
    color: #0f172a !important;
}

.rich-editor-canvas em,
.rich-editor-canvas i,
.rich-preview-prose em,
.rich-preview-prose i,
.team-story-box em,
.team-story-box i,
.team-club-story-content em,
.team-club-story-content i,
.rich-text em,
.rich-text i {
    font-style: italic !important;
}

.rich-editor-canvas u,
.rich-preview-prose u,
.team-story-box u,
.team-club-story-content u,
.rich-text u {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

.rich-editor-canvas s,
.rich-editor-canvas strike,
.rich-editor-canvas del,
.rich-preview-prose s,
.rich-preview-prose strike,
.rich-preview-prose del,
.team-story-box s,
.team-story-box strike,
.team-story-box del,
.team-club-story-content s,
.team-club-story-content strike,
.team-club-story-content del,
.rich-text s,
.rich-text strike,
.rich-text del {
    text-decoration: line-through !important;
}

/* Danh sách gạch đầu dòng & số thứ tự */
.rich-editor-canvas ul,
.rich-preview-prose ul,
.team-story-box ul,
.team-club-story-content ul,
.rich-text ul {
    list-style-type: disc !important;
    margin: 12px 0 16px 0 !important;
    padding-left: 24px !important;
}

.rich-editor-canvas ol,
.rich-preview-prose ol,
.team-story-box ol,
.team-club-story-content ol,
.rich-text ol {
    list-style-type: decimal !important;
    margin: 12px 0 16px 0 !important;
    padding-left: 24px !important;
}

.rich-editor-canvas li,
.rich-preview-prose li,
.team-story-box li,
.team-club-story-content li,
.rich-text li {
    margin-bottom: 6px !important;
    line-height: 1.65 !important;
    color: #334155 !important;
}

/* Khối trích dẫn (Blockquote) */
.rich-editor-canvas blockquote,
.rich-preview-prose blockquote,
.team-story-box blockquote,
.team-club-story-content blockquote,
.rich-text blockquote {
    display: block !important;
    margin: 18px 0 !important;
    padding: 14px 20px !important;
    border-left: 4px solid #0284c7 !important;
    background: #f8fafc !important;
    border-radius: 0 12px 12px 0 !important;
    font-style: italic !important;
    color: #1e293b !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.rich-editor-canvas blockquote p,
.rich-preview-prose blockquote p,
.team-story-box blockquote p,
.team-club-story-content blockquote p,
.rich-text blockquote p {
    color: #1e293b !important;
    margin-bottom: 0 !important;
    font-style: italic !important;
}

/* Liên kết (Links) */
.rich-editor-canvas a,
.rich-preview-prose a,
.team-story-box a,
.team-club-story-content a,
.rich-text a {
    color: #0284c7 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    font-weight: 600 !important;
    transition: color 0.15s ease !important;
}

.rich-editor-canvas a:hover,
.rich-preview-prose a:hover,
.team-story-box a:hover,
.team-club-story-content a:hover,
.rich-text a:hover {
    color: #0369a1 !important;
}

/* Ảnh & Video Đa Phương Tiện (Figures) */
.rich-editor-canvas figure,
.rich-preview-prose figure,
.team-story-box figure,
.team-club-story-content figure,
.rich-text figure {
    display: block !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.rich-editor-canvas figure img,
.rich-preview-prose figure img,
.team-story-box figure img,
.team-club-story-content figure img,
.rich-text figure img {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
}

.rich-editor-canvas figure video,
.rich-editor-canvas figure iframe,
.rich-preview-prose figure video,
.rich-preview-prose figure iframe,
.team-story-box figure video,
.team-story-box figure iframe,
.team-club-story-content figure video,
.team-club-story-content figure iframe,
.rich-text figure video,
.rich-text figure iframe {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    margin: 0 auto !important;
}

.rich-editor-canvas figcaption,
.rich-preview-prose figcaption,
.team-story-box figcaption,
.team-club-story-content figcaption,
.rich-text figcaption {
    display: block !important;
    font-size: 13px !important;
    color: #64748b !important;
    margin-top: 8px !important;
    font-style: italic !important;
    text-align: center !important;
}


/* ═════════════════════════════════════════════════════════════════════
   UPDATED LEADERSHIP ROLE BADGES (TRƯỞNG ĐOÀN, PHÓ ĐOÀN, DINH DƯỠNG, SỨC KHỎE)
   ═════════════════════════════════════════════════════════════════════ */
.team-profile-promax .pass-role-chip,
.pass-role-chip {
    white-space: nowrap !important;
    font-size: clamp(8px, 0.85vw, 10.5px) !important;
    font-weight: 850 !important;
    letter-spacing: 0.03em !important;
    padding: 4px 8px !important;
    max-width: 100% !important;
}

@media screen and (max-width: 768px) {
    .team-profile-promax .pass-role-chip,
    .pass-role-chip {
        font-size: 8.5px !important;
        padding: 3px 6px !important;
        letter-spacing: 0.02em !important;
    }
}

/* ═════════════════════════════════════════════════════════════════════
   MATCHDAY KITS SHOWROOM: CLEAN PURE WHITE STAGE (NO GRAY BOX ARTIFACT)
   ═════════════════════════════════════════════════════════════════════ */
.kit-stage-3d,
.team-profile-promax .kit-stage-3d {
    width: 100% !important;
    min-height: 240px !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04) !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 8px !important;
    margin: 12px 0 16px 0 !important;
}

.kit-stage-img,
.team-profile-promax .kit-stage-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 10px !important;
    filter: none !important;
    transform: none !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.kit-card-vip:hover .kit-stage-img {
    transform: scale(1.02) !important;
}

.kit-pedestal-glow {
    display: none !important;
}
