/* ============ HEADER MENU — V2 stili (uppercase + sikistirilmis + kirmizi underline accent) ============ */
header.destkop-menu .header-menu {
    display: flex !important;
    gap: 2px !important;
    list-style: none;
    margin: 0;
    padding: 0;
}
header.destkop-menu .header-menu li {
    list-style: none;
}
header.destkop-menu .header-menu li a {
    position: relative !important;
    display: inline-block !important;
    padding: 8px 10px !important;
    color: rgba(0,0,0,0.72) !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    transition: color .2s ease, background .2s ease !important;
    text-decoration: none !important;
}
header.destkop-menu .header-menu li a::after {
    content: '' !important;
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 2px !important;
    height: 1.5px !important;
    background: #c1000f !important;
    border-radius: 1px !important;
    transform: scaleX(0) !important;
    transform-origin: center !important;
    transition: transform .25s ease !important;
    opacity: .85 !important;
}
header.destkop-menu .header-menu li a:hover {
    color: #c1000f !important;
    background: transparent !important;
}
header.destkop-menu .header-menu li a:hover::after,
header.destkop-menu .header-menu li a.active::after {
    transform: scaleX(1) !important;
}
header.destkop-menu .header-menu li a.active {
    color: #c1000f !important;
    background: transparent !important;
}

/* ============ HOMEPAGE — production light theme + V2 modern layout ============ */
.hp-page {
    --hp-primary: #c1000f;
    --hp-primary-dark: #8b0000;
    --hp-gold: #d4af37;
    --hp-gold-light: #f4cf68;
    --hp-bg: #f5f6f8;
    --hp-bg-2: #ffffff;
    --hp-text: #2c2c2c;
    --hp-text-dim: #555555;
    --hp-text-muted: #6c757d;
    --hp-border: #e6e8ec;
    --hp-border-strong: #d6d8dc;
    --hp-radius: 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, system-ui, sans-serif;
    background: var(--hp-bg);
    color: var(--hp-text);
    min-height: 100vh;
    padding-bottom: 60px;
}
.hp-page * { box-sizing: border-box; }
.hp-page img { max-width: 100%; height: auto; display: block; }
.hp-page a { text-decoration: none; color: inherit; }
.hp-page button { font-family: inherit; cursor: pointer; }

.hp-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; width: 100%; position: relative; z-index: 1; }
@media (max-width: 768px) { .hp-container { padding: 0 16px; } }

/* ============ HERO ============ */
.hp-hero {
    position: relative;
    padding: 30px 0 22px;
    overflow: hidden;
    text-align: left;
}
@media (max-width: 600px) {
    .hp-hero { padding: 24px 0 16px; }
    .hp-hero-cta { flex-direction: column; align-items: stretch; gap: 8px; }
    .hp-hero-cta .hp-btn { width: 100%; padding: 11px 16px; font-size: 13.5px; }
}
.hp-hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hp-hero-glow {
    position: absolute;
    top: -120px; right: -100px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(193,0,15,0.10) 0%, rgba(212,175,55,0.05) 50%, transparent 70%);
    filter: blur(50px);
}
.hp-hero-inner { position: relative; z-index: 1; max-width: 800px; }
.hp-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(193,0,15,0.08);
    color: var(--hp-primary);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    border: 1px solid rgba(193,0,15,0.20);
    margin-bottom: 0;
    line-height: 1;
}
.hp-hero-eyebrow-dot {
    width: 7px; height: 7px;
    background: var(--hp-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(193,0,15,0.20);
    animation: hp-pulse 2s infinite;
}
.hp-hero-pills {
    display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
    margin-bottom: 20px;
}
.hp-hero-online {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(15,122,62,0.08); color: #0a5a2c;
    padding: 7px 14px; border-radius: 100px;
    font-size: 11.5px; font-weight: 700;
    border: 1px solid rgba(15,122,62,0.22);
    line-height: 1;
    margin: 0;
}
.hp-hero-online strong { font-size: 12.5px; font-weight: 900; color: #0f7a3e; font-variant-numeric: tabular-nums; }
.hp-hero-online-dot { width: 7px; height: 7px; background: #0f7a3e; border-radius: 50%; box-shadow: 0 0 0 3px rgba(15,122,62,0.22); animation: hp-pulse 2s infinite; }
.hp-hero-online-lbl { color: #557066; font-weight: 600; }
@media (max-width: 600px) {
    .hp-hero-pills { gap: 8px; }
    .hp-hero-online { font-size: 11px; padding: 6px 12px; }
    .hp-hero-online strong { font-size: 12px; }
}
@keyframes hp-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.15); }
}
.hp-hero-title {
    font-size: clamp(34px, 5.5vw, 60px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--hp-text);
    margin: 0 0 18px;
}
.hp-accent {
    background: linear-gradient(135deg, var(--hp-primary) 0%, #ec1620 50%, var(--hp-gold) 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
    display: inline-block;
}
.hp-hero-sub {
    font-size: clamp(15px, 1.4vw, 17px);
    color: var(--hp-text-dim);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 0 28px;
}
.hp-hero-cta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

/* ============ BUTTONS — yuksek specificity (.hp-page a override icin) ============ */
.hp-page .hp-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: transform .2s, box-shadow .2s, background .2s, color .2s;
    border: 1.5px solid transparent;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}
.hp-page .hp-btn-primary,
.hp-page a.hp-btn-primary {
    background: linear-gradient(135deg, var(--hp-primary) 0%, var(--hp-primary-dark) 100%);
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(193,0,15,0.30);
    border-color: transparent;
}
.hp-page .hp-btn-primary:hover,
.hp-page a.hp-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(193,0,15,0.45);
    color: #fff !important;
}
.hp-page .hp-btn-outline,
.hp-page a.hp-btn-outline {
    background: #fff;
    color: var(--hp-text) !important;
    border-color: var(--hp-border-strong);
}
.hp-page .hp-btn-outline:hover,
.hp-page a.hp-btn-outline:hover {
    border-color: var(--hp-primary);
    color: var(--hp-primary) !important;
    transform: translateY(-2px);
}
.hp-page .hp-btn-light,
.hp-page a.hp-btn-light {
    background: rgba(255,255,255,0.95);
    color: var(--hp-text) !important;
}
.hp-page .hp-btn-light:hover,
.hp-page a.hp-btn-light:hover {
    background: #fff;
    color: var(--hp-primary) !important;
    transform: translateY(-2px);
}
.hp-page .hp-btn-lg { padding: 14px 28px; font-size: 15px; }

/* ============ EYEBROW & SECTION TITLE ============ */
.hp-section { padding: 28px 0; }
.hp-section-head {
    display: flex; justify-content: space-between; align-items: flex-end;
    flex-wrap: wrap; gap: 14px; margin-bottom: 22px;
}
.hp-eyebrow {
    display: inline-block;
    color: var(--hp-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.hp-section-title {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--hp-text);
}
.hp-page .hp-link-arrow,
.hp-page a.hp-link-arrow {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--hp-primary) !important;
    font-weight: 700;
    font-size: 13px;
    transition: gap .2s;
}
.hp-page .hp-link-arrow:hover { gap: 10px; }

/* ============ ACTIVE TOURNAMENT ============ */
.hp-active-section { padding-top: 8px; padding-bottom: 8px; }
    .hp-active-wrap { position: relative; display: block; }
    .hp-active-mobile-only .hp-active-wrap { max-width: 720px; margin-right: auto; }
    .hp-active-dismiss {
        position: absolute; top: -10px; right: -10px;
        width: 32px; height: 32px;
        border: 2px solid #fff;
        background: linear-gradient(135deg, #ef4444, #b91c1c);
        color: #fff;
        border-radius: 50%;
        font-size: 18px; font-weight: 800; line-height: 1;
        cursor: pointer;
        font-family: inherit;
        z-index: 10;
        box-shadow: 0 3px 10px rgba(185,28,28,0.35);
        transition: background .15s, transform .15s, box-shadow .15s;
        display: inline-flex; align-items: center; justify-content: center;
    }
    .hp-active-dismiss:hover {
        background: linear-gradient(135deg, #dc2626, #991b1b);
        transform: scale(1.1);
        box-shadow: 0 5px 14px rgba(185,28,28,0.50);
    }
    @media (max-width: 480px) {
        .hp-active-dismiss { top: -6px; right: -6px; width: 28px; height: 28px; font-size: 16px; }
    }

    @media (min-width: 981px) { .hp-active-mobile-only { display: none !important; } }
    @media (max-width: 980px) { .hp-active-desktop-only { display: none !important; } }
.hp-active-card {
    display: flex; align-items: center; gap: 18px;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(193,0,15,0.06) 0%, rgba(212,175,55,0.04) 100%);
    border: 1px solid rgba(193,0,15,0.20);
    border-left: 4px solid var(--hp-primary);
    border-radius: var(--hp-radius);
    color: var(--hp-text);
    transition: transform .2s, box-shadow .2s, border-color .2s;
    flex-wrap: wrap;
}
.hp-active-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(193,0,15,0.15);
    border-color: var(--hp-primary);
    color: var(--hp-text);
}
.hp-active-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: linear-gradient(135deg, #16a34a, #15803d); color: #fff;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    flex-shrink: 0;
}
.hp-active-body { flex: 1; min-width: 220px; }
.hp-active-name {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 800;
    color: var(--hp-text);
    line-height: 1.3;
}
.hp-active-info {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px;
    color: var(--hp-text-dim);
    flex-wrap: wrap;
}
.hp-active-info i { color: var(--hp-primary); }
    .hp-active-info.hp-active-eliminated { color: #ef4444; font-weight: 700; }
    .hp-active-info.hp-active-eliminated i { color: #ef4444; }
.hp-active-info strong { color: var(--hp-text); font-weight: 700; }
.hp-active-time {
    background: var(--hp-primary); color: #fff;
    padding: 2px 8px; border-radius: 6px;
    font-size: 11px; font-weight: 700;
    margin-left: 4px;
}
.hp-active-cta {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--hp-primary);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: transform .2s;
}
.hp-active-card:hover .hp-active-cta { transform: translateX(4px); }

/* ============ NEXT TOURNAMENT — havaalani flip clock kart ============ */
.hp-next-section { padding: 8px 0 12px; }
@media (max-width: 768px) { .hp-next-section { padding: 4px 0 12px !important; } }
.hp-next-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    padding: 28px 30px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
    overflow: hidden;
}
.hp-next-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 0% 0%, rgba(193,0,15,0.05) 0%, transparent 55%),
        radial-gradient(ellipse at 100% 100%, rgba(212,175,55,0.05) 0%, transparent 55%);
    pointer-events: none;
}
.hp-next-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--hp-primary), var(--hp-gold));
}
.hp-next-grid {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr auto;
    gap: 28px;
    align-items: center;
}
@media (max-width: 900px) {
    .hp-next-grid { grid-template-columns: 1fr; gap: 20px; }
    .hp-next-card { padding: 22px 20px; }
}

.hp-next-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(193,0,15,0.08);
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 10.5px;
    border: 1px solid rgba(193,0,15,0.18);
    margin-bottom: 14px;
}
.hp-next-eyebrow-dot {
    width: 7px; height: 7px;
    background: var(--hp-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(193,0,15,0.18);
    animation: hp-pulse 1.5s infinite;
}
.hp-next-title {
    margin: 0 0 14px;
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--hp-text);
}
.hp-next-title a { color: inherit; transition: color .2s; }
.hp-next-title a:hover { color: var(--hp-primary); }
/* Meta — 3 chip card (konum / baslangic / katilimci) */
.hp-next-meta {
    margin: 0 0 22px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}
.hp-next-mi {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid var(--hp-border);
    border-radius: 12px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.hp-next-mi:hover {
    transform: translateY(-2px);
    border-color: rgba(193,0,15,0.25);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.hp-next-mi-icon {
    flex-shrink: 0;
    width: 38px; height: 38px;
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 15px;
    background: linear-gradient(135deg, var(--hp-primary) 0%, var(--hp-primary-dark) 100%);
    box-shadow: 0 4px 10px rgba(193,0,15,0.25);
}
.hp-next-mi-date .hp-next-mi-icon {
    background: linear-gradient(135deg, var(--hp-gold) 0%, #b8941d 100%);
    box-shadow: 0 4px 10px rgba(212,175,55,0.30);
}
.hp-next-mi-count .hp-next-mi-icon {
    background: linear-gradient(135deg, #0f7a3e 0%, #0a5a2c 100%);
    box-shadow: 0 4px 10px rgba(15,122,62,0.25);
}
.hp-next-mi-body {
    display: flex; flex-direction: column;
    min-width: 0;
    line-height: 1.2;
}
.hp-next-mi-lbl {
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--hp-text-muted);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.hp-next-mi-val {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--hp-text);
    line-height: 1.3;
    word-break: break-word;
}
.hp-next-mi-val strong {
    font-size: 16px;
    font-weight: 900;
    color: var(--hp-primary);
    margin-right: 2px;
    letter-spacing: -0.01em;
    font-feature-settings: 'tnum';
}
.hp-next-mi-date .hp-next-mi-val { color: var(--hp-text); }
@media (max-width: 540px) {
    .hp-next-meta { grid-template-columns: 1fr; }
    .hp-next-mi { padding: 10px 12px; }
    .hp-next-mi-icon { width: 34px; height: 34px; font-size: 14px; }
}
.hp-next-cta { display: flex; gap: 10px; flex-wrap: wrap; }

/* ============ FLIP BOARD — havaalani kalkıs panosu ============ */
.hp-flip-board {
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #1a1a20 0%, #0f0f14 100%);
    border-radius: 14px;
    box-shadow:
        0 12px 30px rgba(0,0,0,0.30),
        inset 0 1px 0 rgba(255,255,255,0.08),
        inset 0 -2px 6px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.06);
}
.hp-flip-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
.hp-flip-card {
    display: inline-flex;
    background: linear-gradient(180deg, #2a2a32 0%, #181820 50%, #181820 50.01%, #0e0e14 100%);
    border-radius: 6px;
    padding: 10px 6px;
    box-shadow:
        0 3px 10px rgba(0,0,0,0.6),
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 2px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}
.hp-flip-card::after {
    /* yatay split cizgisi */
    content: '';
    position: absolute;
    left: 4px; right: 4px;
    top: 50%;
    height: 1px;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}
.hp-flip-digit {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #f0f0f0;
    font-family: 'Courier New', 'Consolas', 'Roboto Mono', monospace;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 0 1px rgba(255,255,255,0.5);
    transform-origin: center center;
    backface-visibility: hidden;
    letter-spacing: -1px;
}
.hp-flip-digit.flipped {
    animation: hp-flip-down 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes hp-flip-down {
    0%   { transform: rotateX(0deg); }
    45%, 55%  { transform: rotateX(-90deg); opacity: 0.5; }
    100% { transform: rotateX(0deg); opacity: 1; }
}
.hp-flip-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-top: 2px;
}
.hp-flip-sep {
    color: var(--hp-primary);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 28px;
    align-self: center;
    opacity: 0.85;
    text-shadow: 0 0 8px rgba(193,0,15,0.5);
}
.hp-flip-board.hp-flip-ended .hp-flip-card {
    background: linear-gradient(180deg, #1a3a2a 0%, #0e2a1a 50%, #0e2a1a 50.01%, #052015 100%);
}
@media (max-width: 600px) {
    .hp-flip-board { padding: 12px; gap: 5px; }
    .hp-flip-digit { width: 22px; font-size: 28px; }
    .hp-flip-card { padding: 7px 4px; }
    .hp-flip-sep { font-size: 24px; padding-bottom: 22px; }
    .hp-flip-label { font-size: 10.5px; letter-spacing: 1.4px; }
}

/* ============ ULUSLARARASI TURNUVA — altin cerceve + globe ribbon ============ */
.hp-tcard.is-international {
    border: 2px solid var(--hp-gold);
    box-shadow: 0 6px 20px rgba(212,175,55,0.18), 0 0 0 0 rgba(212,175,55,0.35);
    animation: hpIntlGlow 3s ease-in-out infinite;
    background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
}
@keyframes hpIntlGlow {
    0%, 100% { box-shadow: 0 6px 20px rgba(212,175,55,0.18), 0 0 0 0 rgba(212,175,55,0.30); }
    50%      { box-shadow: 0 10px 26px rgba(212,175,55,0.28), 0 0 0 6px rgba(212,175,55,0); }
}
.hp-tcard.is-international::before {
    background: linear-gradient(90deg, #d4af37 0%, #f4cf68 50%, #d4af37 100%);
    background-size: 200% 100%;
    opacity: 1;
    animation: hpIntlBarShine 2.4s linear infinite;
}
@keyframes hpIntlBarShine {
    0%   { background-position: 0% 0; }
    100% { background-position: -200% 0; }
}

/* Status pill ile ULUSLARARASI pill yan yana */
.hp-tcard-head-left {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
/* Globe pill — status pill ile ayni yukseklikte, altin gradient */
.hp-tcard-intl-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    border-radius: 100px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    background: linear-gradient(135deg, #d4af37 0%, #b8941d 100%);
    color: #fff;
    box-shadow: 0 2px 6px rgba(212,175,55,0.30);
}
.hp-tcard-intl-pill i {
    font-size: 9px;
    color: #fff;
}

/* ============ CANLI KART — vurgulu tasarim ============ */
.hp-tcard-live {
    position: relative;
    border: 1.5px solid rgba(15,122,62,0.45);
    box-shadow: 0 6px 20px rgba(15,122,62,0.10), 0 0 0 0 rgba(15,122,62,0.25);
    animation: hpLiveCardPulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes hpLiveCardPulse {
    0%, 100% { box-shadow: 0 6px 20px rgba(15,122,62,0.10), 0 0 0 0 rgba(52,199,89,0.30); }
    50%      { box-shadow: 0 10px 28px rgba(15,122,62,0.18), 0 0 0 8px rgba(52,199,89,0); }
}
.hp-tcard-live::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #0f7a3e 0%, #34c759 50%, #0f7a3e 100%);
    background-size: 200% 100%;
    animation: hpLiveBarShine 2s linear infinite;
    opacity: 1;
}
@keyframes hpLiveBarShine {
    0% { background-position: 0% 0; }
    100% { background-position: -200% 0; }
}
.hp-tcard-live-aura {
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: calc(var(--hp-radius) + 2px);
    pointer-events: none;
    background: linear-gradient(135deg, rgba(52,199,89,0.10) 0%, rgba(52,199,89,0.0) 60%);
    z-index: 0;
}
.hp-tcard-live > * { position: relative; z-index: 1; }

/* CANLI rozet — ozellikle dramatik */
.hp-tcard-live .hp-tcard-status-live {
    background: linear-gradient(135deg, #0f7a3e 0%, #34c759 100%);
    color: #fff;
    padding: 5px 11px 5px 7px;
    box-shadow: 0 2px 8px rgba(15,122,62,0.30);
    font-size: 10px;
    letter-spacing: 1.8px;
}
.hp-tcard-live .hp-tcard-status-live .hp-pulse {
    background: #fff;
    width: 7px; height: 7px;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    animation: hpLivePulseWhite 1.4s infinite;
}
@keyframes hpLivePulseWhite {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); transform: scale(1); }
    50%      { box-shadow: 0 0 0 6px rgba(255,255,255,0); transform: scale(1.1); }
}

/* Canli bilgi paneli — tur, ilerleme, lokasyon */
.hp-tcard-livebox {
    background: linear-gradient(135deg, rgba(15,122,62,0.05) 0%, rgba(52,199,89,0.04) 100%);
    border: 1px solid rgba(15,122,62,0.15);
    border-radius: 10px;
    padding: 10px 12px;
    margin: 6px 0 14px;
}
.hp-tcard-livebox-row {
    display: flex; align-items: center; justify-content: space-between;
    gap: 10px; margin-bottom: 8px;
    flex-wrap: wrap;
}
.hp-tcard-livebox-round {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12.5px;
    color: #0f7a3e;
    font-weight: 700;
}
.hp-tcard-livebox-round i {
    color: #d4af37;
    font-size: 11px;
    animation: hpLiveBolt 2s infinite;
}
@keyframes hpLiveBolt {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.18); opacity: 0.85; }
}
.hp-tcard-livebox-round strong {
    font-size: 16px;
    font-weight: 900;
    color: #0f7a3e;
    font-feature-settings: 'tnum';
}
.hp-tcard-livebox-progress {
    font-size: 11.5px;
    color: var(--hp-text-muted);
    font-weight: 600;
    font-feature-settings: 'tnum';
}
.hp-tcard-livebox-bar {
    height: 5px;
    background: rgba(15,122,62,0.10);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}
.hp-tcard-livebox-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #0f7a3e 0%, #34c759 100%);
    border-radius: 100px;
    transition: width .6s ease;
    box-shadow: 0 0 8px rgba(52,199,89,0.50);
    position: relative;
}
.hp-tcard-livebox-bar-fill::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: hpLiveBarSweep 1.6s linear infinite;
}
@keyframes hpLiveBarSweep {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(300%); }
}
.hp-tcard-livebox-loc {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 11.5px; color: var(--hp-text-dim);
    font-weight: 500;
}
.hp-tcard-livebox-loc i { color: #0f7a3e; font-size: 10px; }

/* ============ STATS ============ */
.hp-stats-section { padding: 50px 0 56px; background: linear-gradient(180deg, #fafbfc 0%, #fff 50%, #fafbfc 100%); border-top: 1px solid #ececef; border-bottom: 1px solid #ececef; position: relative; }
.hp-stats-section::before { content: ''; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 200px; height: 3px; background: linear-gradient(90deg, transparent 0%, #c1000f 30%, #d4af37 70%, transparent 100%); border-radius: 2px; }
.hp-stats-head { text-align: center; margin-bottom: 36px; }
.hp-stats-section .hp-section-title { font-size: clamp(22px, 2.6vw, 32px); font-weight: 900; }
.hp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 768px) { .hp-stats-grid { grid-template-columns: repeat(2, 1fr); } }
.hp-stat {
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    border: 1px solid #ececef;
    border-radius: 20px;
    padding: 30px 20px 26px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    overflow: hidden;
}
.hp-stat::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    border-radius: 20px 20px 0 0;
}
.hp-stat-red::before { background: linear-gradient(90deg, #c1000f 0%, #ec1620 100%); }
.hp-stat-gold::before { background: linear-gradient(90deg, #d4af37 0%, #f0a020 100%); }
.hp-stat-blue::before { background: linear-gradient(90deg, #2563eb 0%, #1e40af 100%); }
.hp-stat-green::before { background: linear-gradient(90deg, #0f7a3e 0%, #0a5a2c 100%); }
.hp-stat:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}
@keyframes hp-stat-pop { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hp-stat { animation: hp-stat-pop .6s ease-out both; }
.hp-stat:nth-child(1) { animation-delay: 0s; }
.hp-stat:nth-child(2) { animation-delay: .1s; }
.hp-stat:nth-child(3) { animation-delay: .2s; }
.hp-stat:nth-child(4) { animation-delay: .3s; }
.hp-stat::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.02) 100%); transition: height .3s; }
.hp-stat:hover::after { height: 60%; }
.hp-stat-icon { position: relative; transition: transform .3s; }
.hp-stat:hover .hp-stat-icon { transform: scale(1.1) rotate(-5deg); }
.hp-stat-icon {
    width: 56px; height: 56px;
    margin: 0 auto 14px;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}
.hp-stat-red .hp-stat-icon { background: linear-gradient(135deg, #c1000f 0%, #8b0000 100%); }
.hp-stat-gold .hp-stat-icon { background: linear-gradient(135deg, #d4af37 0%, #b8941d 100%); }
.hp-stat-blue .hp-stat-icon { background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%); }
.hp-stat-green .hp-stat-icon { background: linear-gradient(135deg, #0f7a3e 0%, #0a5a2c 100%); }
.hp-stat-num {
    font-size: clamp(36px, 4.5vw, 52px);
    font-weight: 900;
    line-height: 1;
    font-feature-settings: 'tnum';
    letter-spacing: -0.03em;
    text-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.hp-stat-red .hp-stat-num { background: linear-gradient(135deg, #c1000f 0%, #ec1620 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hp-stat-gold .hp-stat-num { background: linear-gradient(135deg, #b8941d 0%, #d4af37 50%, #f0a020 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hp-stat-blue .hp-stat-num { background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hp-stat-green .hp-stat-num { background: linear-gradient(135deg, #0a5a2c 0%, #0f7a3e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hp-stat-lbl {
    margin-top: 10px;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 800;
    color: #6b7280;
}

/* ============ TOURNAMENTS GRID ============ */
.hp-tournaments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
@media (max-width: 980px) { .hp-tournaments-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hp-tournaments-grid { grid-template-columns: 1fr; } }

.hp-tcard {
    background: #fff;
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    padding: 18px 20px 16px;
    display: flex; flex-direction: column;
    transition: transform .25s, box-shadow .25s, border-color .25s;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}
.hp-tcard::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: var(--hp-primary);
    opacity: 0;
    transition: opacity .25s;
}
.hp-tcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
    border-color: rgba(193,0,15,0.25);
}
.hp-tcard:hover::before { opacity: 1; }
.hp-tcard-live::before { opacity: 1; background: linear-gradient(90deg, #0f7a3e, #34c759); }

.hp-tcard-head {
    display: flex; justify-content: space-between; align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.hp-tcard-status,
.hp-mini-status {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1;
}
.hp-tcard-status-live { background: rgba(15,122,62,0.10); color: #0f7a3e; }
.hp-tcard-status-done { background: rgba(108,117,125,0.10); color: var(--hp-text-muted); }
.hp-tcard-status-upc  { background: rgba(193,0,15,0.10);  color: var(--hp-primary); }
.hp-pulse {
    width: 6px; height: 6px;
    background: #34c759;
    border-radius: 50%;
    animation: hp-status-pulse 1.5s infinite;
}
@keyframes hp-status-pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(52,199,89,0.5); }
    50% { opacity: 0.7; box-shadow: 0 0 0 5px rgba(52,199,89,0); }
}

.hp-tcard-date {
    font-size: 11.5px;
    color: var(--hp-text-muted);
    display: inline-flex; align-items: center; gap: 5px;
    font-weight: 600;
}
.hp-tcard-link { display: block; color: inherit; }
.hp-tcard-name {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 800;
    color: var(--hp-text);
    line-height: 1.3;
    letter-spacing: -0.005em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}
.hp-tcard-link:hover .hp-tcard-name { color: var(--hp-primary); }

.hp-tcard-meta,
.hp-tcard-winner {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12.5px;
    color: var(--hp-text-dim);
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.hp-tcard-meta i,
.hp-tcard-winner i { color: var(--hp-primary); flex-shrink: 0; }
.hp-tcard-winner strong { color: var(--hp-text); font-weight: 700; }
.hp-tcard-winner span { color: var(--hp-text-muted); }

/* Yaklaşan turnuva info kutusu — bos kalan alani doldurur */
.hp-tcard-upcbox {
    background: linear-gradient(135deg, rgba(193,0,15,0.04) 0%, rgba(212,175,55,0.04) 100%);
    border: 1px solid rgba(193,0,15,0.10);
    border-radius: 10px;
    padding: 8px 11px;
    margin: 0 0 14px;
    display: flex; flex-direction: column; gap: 6px;
}
.hp-tcard-upc-row {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12px;
    color: var(--hp-text-dim);
    line-height: 1.4;
}
.hp-tcard-upc-row i {
    color: var(--hp-primary);
    font-size: 11px;
    flex-shrink: 0;
}
.hp-tcard-upc-cd {
    color: var(--hp-text);
    font-weight: 700;
}
.hp-tcard-upc-cd i {
    color: var(--hp-gold);
    font-size: 12px;
}
.hp-tcard-upc-tags {
    display: flex; flex-wrap: wrap; gap: 5px;
    margin-top: 1px;
}
.hp-tcard-upc-tag {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 8px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 1.2;
}
.hp-tcard-upc-tag i { font-size: 9px; }
.hp-tcard-upc-tag-open {
    background: rgba(15,122,62,0.10);
    color: #0f7a3e;
}
.hp-tcard-upc-tag-intl {
    background: rgba(193,0,15,0.10);
    color: var(--hp-primary);
}

.hp-tcard-foot {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px dashed var(--hp-border);
    gap: 8px;
}
.hp-tcard-pcount {
    font-size: 12px;
    color: var(--hp-text-muted);
    display: inline-flex; align-items: center; gap: 5px;
    font-weight: 600;
}
.hp-tcard-pcount i { color: var(--hp-primary); }
.hp-page .hp-tcard-btn,
.hp-page a.hp-tcard-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 14px;
    background: var(--hp-primary);
    color: #fff !important;
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 700;
    transition: background .2s, gap .2s;
}
.hp-page .hp-tcard-btn:hover,
.hp-page a.hp-tcard-btn:hover {
    background: var(--hp-primary-dark);
    gap: 10px;
    color: #fff !important;
}
.hp-page .hp-tcard-btn i { font-size: 9px; }

/* ============ CITY MINI CARDS ============ */
.hp-city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
@media (max-width: 980px) { .hp-city-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hp-city-grid { grid-template-columns: 1fr; } }

.hp-mini-card {
    display: flex; flex-direction: column;
    background: #fff;
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius);
    padding: 14px 16px 12px;
    transition: transform .25s, box-shadow .25s, border-color .25s;
    color: var(--hp-text);
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.hp-mini-card:hover {
    transform: translateY(-2px);
    border-color: rgba(193,0,15,0.25);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    color: var(--hp-text);
}
.hp-mini-head {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 8px;
}
.hp-mini-date {
    font-size: 11px;
    color: var(--hp-text-muted);
    font-weight: 600;
}
.hp-mini-name {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--hp-text);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}
.hp-mini-card:hover .hp-mini-name { color: var(--hp-primary); }
.hp-mini-foot {
    display: flex; gap: 12px;
    font-size: 11.5px;
    color: var(--hp-text-muted);
    flex-wrap: wrap;
}
.hp-mini-foot span { display: inline-flex; align-items: center; gap: 4px; }
.hp-mini-foot i { color: var(--hp-primary); }

/* ============ CTA ============ */
.hp-cta-section { padding: 32px 0; }
.hp-cta-card {
    position: relative;
    background: linear-gradient(135deg, var(--hp-primary) 0%, var(--hp-primary-dark) 100%);
    border-radius: 24px;
    padding: 48px 36px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(193,0,15,0.30);
    text-align: center;
}
.hp-cta-bg { position: absolute; inset: 0; pointer-events: none; }
.hp-cta-glow {
    position: absolute;
    top: -150px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(212,175,55,0.18) 0%, transparent 60%);
    filter: blur(50px);
}
.hp-cta-body { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.hp-cta-eyebrow {
    display: inline-block;
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.hp-cta-title {
    color: #fff;
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}
.hp-cta-sub {
    color: rgba(255,255,255,0.85);
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: 1.6;
    margin: 0 0 26px;
}
.hp-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============ SPONSORS — bagimsiz koyu kartlar, ortalanmis ============ */
.hp-sponsors-section { padding: 36px 0 28px; }
.hp-sponsors-head { text-align: center; margin-bottom: 28px; }
.hp-sponsors-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.hp-page .hp-sponsor,
.hp-page a.hp-sponsor {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 120px;
    background: #ffffff;
    border: 1px solid var(--hp-border);
    border-radius: 14px;
    padding: 22px 28px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    opacity: 1;
    filter: none;
    flex: 0 0 auto;
    overflow: hidden;
}
/* Üstte ince kırmızı→altın çubuk — estetik aksent */
.hp-page .hp-sponsor::before {
    content: '';
    position: absolute;
    top: 0; left: 16px; right: 16px;
    height: 2px;
    background: linear-gradient(90deg, var(--hp-primary), var(--hp-gold));
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity .3s ease, top .3s ease;
}
.hp-page .hp-sponsor:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.10);
    border-color: rgba(193,0,15,0.30);
}
.hp-page .hp-sponsor:hover::before { opacity: 1; }
.hp-page .hp-sponsor img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.85;
    filter: none;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}
.hp-page .hp-sponsor:hover img {
    opacity: 1;
    transform: scale(1.04);
}
@media (max-width: 600px) {
    .hp-page .hp-sponsor,
    .hp-page a.hp-sponsor { width: calc(50% - 9px); height: 100px; padding: 16px 20px; }
}

@media (max-width: 768px) {
    .hp-section { padding: 22px 0; }
    .hp-stats-section { padding: 28px 0; }
    .hp-cta-card { padding: 36px 22px; border-radius: 20px; }
    .hp-tcard { padding: 16px; }
    .hp-active-card { padding: 14px; gap: 12px; }
    .hp-active-cta { width: 36px; height: 36px; }
}

@media (max-width: 600px) {
    .hp-next-meta { display: flex !important; flex-wrap: wrap !important; gap: 8px 12px !important; }
    .hp-next-meta .hp-next-mi { flex: 1 1 100% !important; min-width: 0 !important; }
    .hp-next-meta .hp-next-mi-rights,
    .hp-next-meta .hp-next-mi-count { flex: 1 1 calc(50% - 6px) !important; min-width: 0 !important; }
}