:root {
    --kkt-bg: #07080b;
    --kkt-bg-soft: #101217;
    --kkt-panel: #17191f;
    --kkt-panel-2: #1e2128;
    --kkt-line: #30343d;
    --kkt-text: #ffffff;
    --kkt-muted: #a9b2c0;
    --kkt-dim: #69717e;
    --kkt-gold: #ffb72c;
    --kkt-gold-2: #ffc94d;
    --kkt-red: #ff0b45;
    --kkt-cyan: #16d8ff;
    --kkt-orange-dark: #34130c;
    --kkt-max: 1480px;
    --kkt-panel-max: 1360px;
    --kkt-font: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
    --kkt-display: Impact, "Arial Black", Pretendard, "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--kkt-text);
    background-color: var(--kkt-bg);
    font-family: var(--kkt-font);
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background:
        radial-gradient(circle at 50% 20%, rgba(78, 28, 17, .56), transparent 28%),
        radial-gradient(circle at 78% 74%, rgba(74, 27, 6, .45), transparent 25%),
        linear-gradient(120deg, transparent 0 23px, rgba(255,255,255,.028) 24px, transparent 25px) 0 0 / 44px 44px,
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 80px 80px,
        linear-gradient(0deg, rgba(255,255,255,.028) 1px, transparent 1px) 0 0 / 80px 80px,
        #08090d;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--kkt-gold); }
img { max-width: 100%; height: auto; display: block; }
mark {
    color: #fff;
    background: rgba(255,255,255,.12);
    border-radius: 5px;
    padding: 0 .28em .04em;
}
strong { color: #fff; font-weight: 900; }
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.kkt-container {
    width: min(var(--kkt-max), calc(100% - 48px));
    margin: 0 auto;
}
.kkt-site-header {
    height: 88px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(7, 8, 11, .94);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 20;
}
.kkt-header-inner {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 285px minmax(420px, 1fr);
    align-items: center;
    gap: 24px;
    padding: 0 43px;
}
.kkt-brand a { display: inline-flex; align-items: center; }
.kkt-logo-img { width: 230px; height: auto; }
.custom-logo { width: 230px; height: auto; }
.kkt-main-nav { justify-self: center; }
.kkt-menu, .kkt-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.kkt-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}
.kkt-menu a {
    display: block;
    padding: 31px 0 29px;
    color: #f4f4f4;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .02em;
    position: relative;
    text-shadow: 0 2px 2px rgba(0,0,0,.35);
}
.kkt-menu .current-menu-item > a,
.kkt-menu a:hover { color: var(--kkt-gold); }
.kkt-menu .current-menu-item > a::after,
.kkt-menu a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 2px;
    background: var(--kkt-gold);
    box-shadow: 0 0 15px rgba(255,183,44,.7);
}
.kkt-header-cta-wrap { display: none !important; }
.kkt-header-cta,
.kkt-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 0 30px;
    color: #fff;
    background: var(--kkt-gold);
    font-family: var(--kkt-display);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0% 100%);
    transition: transform .18s ease, filter .18s ease;
}
.kkt-header-cta { min-width: 253px; }
.kkt-header-cta span { margin-left: 9px; font-family: var(--kkt-font); }
.kkt-header-cta:hover,
.kkt-main-button:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.08);
}
.kkt-menu-toggle {
    display: none;
    width: 48px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.18);
    background: #111318;
    border-radius: 4px;
    padding: 8px 10px;
}
.kkt-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

/* Casino hero added for KINGKONG TV main theme */
.kkt-home-hero {
    min-height: clamp(570px, 42vw, 760px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    background-color: #05060a;
    border-bottom: 1px solid rgba(255, 112, 23, .22);
}
.kkt-home-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: url('../img/hero-casino-1280x400.jpg');
    background-image: image-set(url('../img/hero-casino-1280x400.webp') type('image/webp'), url('../img/hero-casino-1280x400.jpg') type('image/jpeg'));
    background-size: cover;
    background-position: center center;
    transform: scale(1.03);
}
.kkt-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(3,4,8,.72) 0%, rgba(3,4,8,.36) 27%, rgba(3,4,8,.42) 58%, rgba(3,4,8,.80) 100%),
        radial-gradient(circle at 50% 50%, rgba(255, 183, 44, .18), transparent 34%),
        linear-gradient(180deg, rgba(3,4,8,.42) 0%, rgba(3,4,8,.10) 45%, rgba(3,4,8,.76) 100%);
}
.kkt-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 64px 64px,
        linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 64px 64px;
    opacity: .45;
}
.kkt-home-hero-content {
    width: min(920px, calc(100% - 42px));
    margin: 0 auto;
    padding: 36px 0 44px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.kkt-hero-logo {
    width: min(236px, 54vw);
    margin: 0 auto 16px;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.65));
}
.kkt-hero-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 21px;
    margin: 0 0 24px;
    color: #ff0b45;
    background: rgba(255, 11, 69, .13);
    border: 1px solid rgba(255, 11, 69, .28);
    font-family: var(--kkt-display);
    font-size: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(0,0,0,.30);
}
.kkt-hero-live i {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #ff0b45;
    box-shadow: 0 0 18px rgba(255, 11, 69, .95);
}
.kkt-hero-title {
    margin: 0;
    font-family: var(--kkt-display);
    font-size: clamp(52px, 6.6vw, 108px);
    font-weight: 900;
    font-style: italic;
    line-height: .93;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-shadow: 6px 7px 0 rgba(0,0,0,.55), 0 20px 42px rgba(0,0,0,.55);
}
.kkt-hero-title span,
.kkt-hero-title strong {
    display: block;
}
.kkt-hero-title strong {
    color: #fff;
}
.kkt-hero-title em {
    color: var(--kkt-gold);
    font-style: inherit;
}
.kkt-hero-copy {
    margin: 25px auto 0;
    max-width: 780px;
    color: rgba(255,255,255,.84);
    font-size: 18px;
    line-height: 1.75;
    text-shadow: 0 3px 12px rgba(0,0,0,.55);
}
.kkt-hero-stats {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(34px, 5vw, 70px);
    margin: 31px 0 34px;
}
.kkt-hero-stats div {
    min-width: 118px;
    text-align: center;
}
.kkt-hero-stats strong {
    display: block;
    color: #fff;
    font-family: var(--kkt-display);
    font-size: clamp(44px, 4.1vw, 70px);
    line-height: .95;
    text-shadow: 5px 5px 0 rgba(0,0,0,.50);
}
.kkt-hero-stats span {
    display: block;
    margin-top: 8px;
    color: var(--kkt-gold);
    font-family: var(--kkt-display);
    font-size: 15px;
    line-height: 1;
    letter-spacing: .08em;
}
.kkt-hero-button {
    width: min(420px, 82vw);
    min-height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--kkt-gold-2), var(--kkt-gold));
    font-size: 28px;
    font-weight: 1000;
    letter-spacing: -.02em;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
    box-shadow: 0 16px 38px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.24);
    transition: transform .18s ease, filter .18s ease;
}
.kkt-hero-button:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.kkt-section-pad { padding: 165px 0 95px; }
.kkt-section-pad-small { padding: 64px 0 0; }
.kkt-section-bottom-gap { padding-bottom: 116px; }
.kkt-hero-section {
    min-height: 733px;
    position: relative;
}
.kkt-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(111, 40, 20, .28), transparent);
    pointer-events: none;
}
.kkt-hero-center {
    text-align: center;
    position: relative;
}
.kkt-eyebrow {
    margin: 0 0 12px;
    color: var(--kkt-gold);
    font-family: var(--kkt-display);
    font-size: 14px;
    letter-spacing: .35em;
    line-height: 1;
    text-transform: uppercase;
}
.kkt-hero-center h1,
.kkt-hero-center h2,
.kkt-subpage-hero h1 {
    margin: 0;
    font-family: var(--kkt-display);
    font-weight: 900;
    line-height: .98;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.kkt-hero-center h1,
.kkt-hero-center h2 {
    font-size: clamp(52px, 5vw, 78px);
}
.kkt-hero-center h1 span,
.kkt-hero-center h2 span { color: var(--kkt-gold); }
.kkt-hero-desc {
    margin: 33px 0 0;
    color: var(--kkt-muted);
    font-size: 19px;
    line-height: 1.65;
}
.kkt-sports-grid {
    width: min(1248px, 100%);
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.kkt-sport-card {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 58px 32px 40px;
    position: relative;
    background: linear-gradient(180deg, rgba(20, 22, 28, .98), rgba(10, 11, 15, .98));
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: inset 0 2px 0 rgba(255,255,255,.10), 0 24px 50px rgba(0,0,0,.20);
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.kkt-sport-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at 50% 15%, rgba(255,183,44,.14), transparent 38%);
    transition: opacity .2s ease;
}
.kkt-sport-card:hover,
.kkt-sport-card.is-active {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.22);
}
.kkt-sport-card:hover::before { opacity: 1; }
.kkt-sport-card.is-active {
    background:
        linear-gradient(180deg, rgba(95, 45, 31, .96), rgba(17, 18, 24, .98)),
        #1b1d22;
}
.kkt-sport-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 43px;
    position: relative;
    z-index: 1;
}
.kkt-sport-icon svg { width: 58px; height: 58px; display: block; }
.kkt-sport-title {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 1000;
    font-style: italic;
    letter-spacing: -.04em;
}
.kkt-sport-desc {
    display: block;
    min-height: 94px;
    position: relative;
    z-index: 1;
    color: var(--kkt-muted);
    font-size: 16px;
    line-height: 1.7;
}
.kkt-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    margin-top: 26px;
    padding: 0 17px 0 14px;
    background: var(--kkt-red);
    color: #fff;
    font-family: var(--kkt-display);
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    position: relative;
    z-index: 1;
}
.kkt-live-badge i {
    width: 22px;
    height: 22px;
    border: 2px solid #040508;
    border-radius: 50%;
    display: block;
}
.kkt-wide-panel {
    width: min(var(--kkt-panel-max), calc(100% - 48px));
    margin: 0 auto;
    position: relative;
    background: rgba(23, 25, 31, .96);
    padding: 61px 62px 67px;
    border-left: 7px solid var(--kkt-cyan);
    overflow: hidden;
    box-shadow: 0 20px 54px rgba(0,0,0,.28);
}
.kkt-line-gold { border-left-color: #f8c44e; }
.kkt-panel-number {
    position: absolute;
    right: 35px;
    top: 10px;
    color: rgba(255,255,255,.025);
    font-family: var(--kkt-display);
    font-size: 110px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .02em;
}
.kkt-wide-panel h2 {
    margin: 0 0 33px;
    max-width: 980px;
    color: #fff;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.28;
    letter-spacing: -.04em;
    font-weight: 1000;
}
.kkt-wide-panel p {
    width: min(1200px, 100%);
    margin: 0 0 20px;
    color: var(--kkt-muted);
    font-size: 18px;
    line-height: 1.82;
}
.kkt-wide-panel p:last-child { margin-bottom: 0; }
.kkt-panel-two {
    width: min(1230px, calc(100% - 48px));
    padding: 56px 48px 50px;
}
.kkt-mini-grid {
    margin-top: 31px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}
.kkt-mini-card {
    min-height: 202px;
    background: #20232a;
    border: 1px solid rgba(255,255,255,.11);
    padding: 26px 26px 28px;
}
.kkt-mini-card h3 {
    margin: 0 0 17px;
    color: var(--kkt-gold);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 1000;
    letter-spacing: .01em;
}
.kkt-mini-card p {
    margin: 0;
    color: var(--kkt-muted);
    font-size: 16px;
    line-height: 1.8;
}
.kkt-cta-section {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid rgba(255,106,21,.35);
    border-bottom: 1px solid rgba(255,106,21,.35);
    background:
        radial-gradient(circle at 42% 55%, rgba(255,255,255,.08), transparent 5%),
        radial-gradient(circle at 86% 60%, rgba(180, 72, 14, .5), transparent 24%),
        linear-gradient(105deg, rgba(33, 33, 15, .65), rgba(46, 11, 3, .65)),
        #110806;
    padding: 70px 24px 74px;
}
.kkt-cta-inner h2 {
    margin: 0 0 35px;
    font-family: var(--kkt-display);
    font-size: clamp(50px, 5vw, 82px);
    line-height: 1.22;
    font-style: italic;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-shadow: 4px 4px 0 rgba(0,0,0,.55);
}
.kkt-cta-inner p {
    margin: 0 auto;
    color: var(--kkt-muted);
    font-size: 19px;
    line-height: 1.75;
}
.kkt-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin-top: 52px;
    flex-wrap: wrap;
}
.kkt-main-button {
    min-width: 320px;
    min-height: 76px;
    font-size: 26px;
}
.kkt-main-button span { margin-left: 11px; font-family: var(--kkt-font); font-size: 42px; line-height: 1; }
.kkt-outline-button {
    min-width: 270px;
    min-height: 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top: 2px solid rgba(255,255,255,.85);
    border-bottom: 2px solid rgba(255,255,255,.85);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 31px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -.05em;
    position: relative;
}
.kkt-outline-button::before,
.kkt-outline-button::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    border-color: rgba(255,255,255,.8);
    border-style: solid;
}
.kkt-outline-button::before { left: 0; bottom: -2px; border-width: 0 0 2px 2px; }
.kkt-outline-button::after { right: 0; top: -2px; border-width: 2px 2px 0 0; }
.kkt-site-footer {
    background: #030407;
    padding: 88px 0 42px;
}
.kkt-footer-inner {
    width: min(1358px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr .75fr .85fr;
    gap: 90px;
    padding-bottom: 82px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}
.kkt-footer-logo { width: 220px; margin-bottom: 42px; }
.kkt-footer-about p {
    max-width: 410px;
    margin: 0;
    color: var(--kkt-muted);
    font-size: 17px;
    line-height: 1.8;
}
.kkt-footer-links h2 {
    margin: 0 0 55px;
    color: #fff;
    font-family: var(--kkt-display);
    font-size: 29px;
    line-height: 1;
    letter-spacing: .06em;
}
.kkt-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.kkt-footer-menu li + li { margin-top: 21px; }
.kkt-footer-menu a {
    color: var(--kkt-muted);
    font-size: 17px;
    line-height: 1.4;
}
.kkt-footer-menu a:hover { color: var(--kkt-gold); }
.kkt-footer-bottom {
    width: min(1358px, calc(100% - 48px));
    margin: 38px auto 0;
    text-align: center;
    color: rgba(255,255,255,.28);
    font-size: 15px;
    line-height: 1.7;
}
.kkt-footer-bottom p { margin: 0; }
.kkt-subpage-hero {
    padding: 110px 0 80px;
    text-align: center;
    background: linear-gradient(180deg, rgba(111, 40, 20, .28), transparent);
}
.kkt-subpage-hero h1 {
    font-size: clamp(42px, 5vw, 72px);
    margin-bottom: 22px;
}
.kkt-subpage-hero p:not(.kkt-eyebrow) {
    color: var(--kkt-muted);
    font-size: 18px;
    margin: 0;
}
.kkt-content-wrap { padding: 70px 0 110px; }
.kkt-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}
.kkt-post-card,
.kkt-content-panel {
    background: rgba(23,25,31,.95);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 50px rgba(0,0,0,.22);
}
.kkt-post-thumb img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.kkt-post-body { padding: 28px; }
.kkt-post-body h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.35;
}
.kkt-post-body p { color: var(--kkt-muted); margin: 0; }
.kkt-post-meta { color: var(--kkt-gold) !important; font-size: 14px; margin-bottom: 12px !important; }
.kkt-pagination { grid-column: 1 / -1; color: var(--kkt-muted); }
.kkt-single-content { max-width: 1000px; }
.kkt-content-panel { padding: 44px; color: var(--kkt-muted); }
.kkt-content-panel h1,
.kkt-content-panel h2,
.kkt-content-panel h3 { color: #fff; line-height: 1.35; }
.kkt-content-panel a { color: var(--kkt-gold); text-decoration: underline; }
.kkt-single-thumb { margin: -44px -44px 36px; }
.kkt-single-thumb img { width: 100%; }

@media (max-width: 1280px) {
    .kkt-header-inner { grid-template-columns: 190px 1fr 240px; padding: 0 28px; }
    .kkt-menu { gap: 24px; }
    .kkt-menu a { font-size: 16px; }
    .kkt-header-cta { min-width: 220px; font-size: 18px; }
    .kkt-sports-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 860px; }
    .kkt-mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .kkt-home-hero { min-height: 650px; }
    .kkt-home-hero-bg { background-position: 58% center; }
    .kkt-hero-title { font-size: clamp(48px, 11vw, 78px); }
    .kkt-hero-copy { font-size: 16px; }
    .kkt-site-header { height: auto; }
    .kkt-header-inner {
        min-height: 78px;
        grid-template-columns: 1fr auto;
        gap: 16px;
        padding: 0 20px;
    }
    .kkt-logo-img { width: 180px; }
    .kkt-menu-toggle { display: block; }
    .kkt-main-nav,
    .kkt-header-cta-wrap {
        grid-column: 1 / -1;
        width: 100%;
        display: none;
    }
    .is-menu-open .kkt-main-nav,
    .is-menu-open .kkt-header-cta-wrap { display: block; }
    .kkt-menu {
        display: block;
        border-top: 1px solid rgba(255,255,255,.1);
        padding: 10px 0;
    }
    .kkt-menu a { padding: 13px 0; }
    .kkt-menu .current-menu-item > a::after,
    .kkt-menu a:hover::after { bottom: 8px; width: 80px; }
    .kkt-header-cta-wrap { padding: 0 0 18px; }
    .kkt-header-cta { width: 100%; min-width: 0; }
    .kkt-section-pad { padding-top: 90px; }
    .kkt-sports-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kkt-sport-card { min-height: 360px; }
    .kkt-wide-panel,
    .kkt-panel-two { padding: 44px 30px 44px; }
    .kkt-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kkt-footer-inner { grid-template-columns: 1fr; gap: 50px; }
    .kkt-footer-logo { margin-bottom: 28px; }
    .kkt-footer-links h2 { margin-bottom: 25px; }
    .kkt-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .kkt-home-hero { min-height: 620px; align-items: center; }
    .kkt-home-hero-content { width: min(100% - 28px, 560px); padding: 30px 0 38px; }
    .kkt-home-hero-bg { background-position: 62% center; }
    .kkt-hero-logo { width: 176px; margin-bottom: 12px; }
    .kkt-hero-live { min-height: 36px; font-size: 15px; margin-bottom: 18px; }
    .kkt-hero-title { font-size: clamp(40px, 13vw, 60px); line-height: .98; text-shadow: 4px 4px 0 rgba(0,0,0,.58); }
    .kkt-hero-copy { margin-top: 20px; font-size: 14px; line-height: 1.65; }
    .kkt-hero-stats { gap: 18px; margin: 25px 0 28px; }
    .kkt-hero-stats div { min-width: 84px; }
    .kkt-hero-stats strong { font-size: 34px; }
    .kkt-hero-stats span { font-size: 11px; letter-spacing: .05em; }
    .kkt-hero-button { min-height: 58px; font-size: 22px; }
    body { font-size: 15px; }
    .kkt-container,
    .kkt-wide-panel,
    .kkt-panel-two,
    .kkt-footer-inner,
    .kkt-footer-bottom { width: min(100% - 28px, var(--kkt-max)); }
    .kkt-section-pad { padding: 70px 0 60px; }
    .kkt-hero-section { min-height: auto; }
    .kkt-hero-desc { font-size: 16px; margin-top: 22px; }
    .kkt-sports-grid { grid-template-columns: 1fr; margin-top: 40px; }
    .kkt-sport-card { min-height: auto; padding: 34px 28px; }
    .kkt-sport-icon { margin-bottom: 28px; }
    .kkt-sport-title { font-size: 33px; margin-bottom: 18px; }
    .kkt-sport-desc { min-height: auto; }
    .kkt-wide-panel,
    .kkt-panel-two { border-left-width: 5px; padding: 34px 22px 36px; }
    .kkt-panel-number { right: 18px; top: 14px; font-size: 72px; }
    .kkt-wide-panel h2 { font-size: 30px; margin-bottom: 22px; }
    .kkt-wide-panel p { font-size: 15px; }
    .kkt-mini-grid { grid-template-columns: 1fr; gap: 16px; }
    .kkt-mini-card { min-height: auto; padding: 22px; }
    .kkt-cta-section { min-height: auto; padding: 64px 18px; }
    .kkt-cta-inner p { font-size: 16px; }
    .kkt-cta-actions { gap: 20px; margin-top: 34px; }
    .kkt-main-button,
    .kkt-outline-button { width: min(100%, 360px); min-width: 0; }
    .kkt-main-button { min-height: 62px; font-size: 22px; }
    .kkt-outline-button { min-height: 62px; font-size: 25px; }
    .kkt-site-footer { padding-top: 60px; }
    .kkt-footer-inner { padding-bottom: 50px; }
    .kkt-post-grid { grid-template-columns: 1fr; }
    .kkt-content-panel { padding: 28px; }
    .kkt-single-thumb { margin: -28px -28px 28px; }
}


/* v1.6 forced navbar logo + menu labels */
.kkt-brand .custom-logo-link,
.kkt-brand a {
    max-width: 240px;
}
.kkt-logo-img {
    object-fit: contain;
}
@media (max-width: 1180px) {
    .kkt-header-inner {
        grid-template-columns: 230px 1fr 260px;
    }
    .kkt-logo-img {
        width: 195px;
    }
}
@media (max-width: 900px) {
    .kkt-header-inner {
        grid-template-columns: 190px 1fr 56px;
        padding: 0 18px;
    }
    .kkt-logo-img {
        width: 170px;
    }
}


/* v1.7 remove right KINGKONG TV GO button */
.kkt-header-cta-wrap,
.kkt-header-cta {
    display: none !important;
}
.kkt-header-inner {
    grid-template-columns: 285px minmax(420px, 1fr);
}
.kkt-main-nav {
    justify-self: center;
}
@media (max-width: 1180px) {
    .kkt-header-inner {
        grid-template-columns: 230px 1fr;
    }
}
@media (max-width: 900px) {
    .kkt-header-inner {
        grid-template-columns: 190px 1fr 56px;
    }
}


/* v1.8 center menu bar exactly */
@media (min-width: 901px) {
    .kkt-site-header {
        position: relative;
    }

    .kkt-header-inner {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        grid-template-columns: none !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 43px !important;
        gap: 0 !important;
    }

    .kkt-brand {
        position: absolute !important;
        left: 43px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 3 !important;
    }

    .kkt-main-nav {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        justify-self: unset !important;
        width: auto !important;
        max-width: calc(100% - 360px) !important;
        z-index: 2 !important;
    }

    .kkt-menu {
        justify-content: center !important;
        flex-wrap: nowrap !important;
    }

    .kkt-header-cta-wrap,
    .kkt-header-cta {
        display: none !important;
    }
}

@media (max-width: 1180px) and (min-width: 901px) {
    .kkt-brand {
        left: 24px !important;
    }

    .kkt-logo-img {
        width: 180px !important;
    }

    .kkt-main-nav {
        max-width: calc(100% - 260px) !important;
    }

    .kkt-menu {
        gap: 24px !important;
    }

    .kkt-menu a {
        font-size: 15px !important;
    }
}


/* v1.9 hero text update for Evolution Agency */
.kkt-hero-live { display: none !important; }
.kkt-hero-title-evo {
    text-transform: none;
    font-style: normal;
    line-height: .98;
    letter-spacing: 0;
    text-shadow: 5px 6px 0 rgba(0,0,0,.52), 0 16px 36px rgba(0,0,0,.50);
}
.kkt-hero-title-evo .kkt-hero-title-top {
    display: block;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 4.4vw, 72px);
    font-weight: 700;
    margin-bottom: 10px;
}
.kkt-hero-title-evo .kkt-hero-title-top em {
    color: var(--kkt-gold);
    font-style: normal;
}
.kkt-hero-title-evo strong {
    display: block;
    color: #fff;
    font-size: clamp(44px, 7vw, 110px);
    font-weight: 1000;
    font-style: italic;
    text-transform: none;
    letter-spacing: -.01em;
}
.kkt-hero-copy {
    max-width: 880px;
}
@media (max-width: 768px) {
    .kkt-hero-title-evo .kkt-hero-title-top {
        font-size: clamp(28px, 7vw, 44px);
        margin-bottom: 8px;
    }
    .kkt-hero-title-evo strong {
        font-size: clamp(34px, 11vw, 58px);
    }
}


/* v2.0 category card 3D icons */
.kkt-sport-icon {
    width: 118px !important;
    height: 118px !important;
    margin: 0 0 30px !important;
}
.kkt-sport-icon svg {
    display: none !important;
}
.kkt-sport-icon .kkt-card-icon-img,
.kkt-sport-icon img {
    width: 118px !important;
    height: 118px !important;
    object-fit: contain !important;
    display: block !important;
    filter: drop-shadow(0 14px 18px rgba(0,0,0,.46));
}
@media (max-width: 768px) {
    .kkt-sport-icon {
        width: 94px !important;
        height: 94px !important;
        margin-bottom: 22px !important;
    }
    .kkt-sport-icon .kkt-card-icon-img,
    .kkt-sport-icon img {
        width: 94px !important;
        height: 94px !important;
    }
}


/* v2.1 game category text update */
.kkt-section-kicker,
.kkt-section-eyebrow,
.kkt-category-kicker {
    display: none !important;
}
.kkt-section-title,
.kkt-category-title {
    word-break: keep-all;
}
.kkt-card h3,
.kkt-sports-card h3,
.kkt-category-card h3 {
    word-break: keep-all;
}

/* v2.2 remove live badges and disable card clicks */
.kkt-live-badge{display:none!important;}
.kkt-sport-card{cursor:default!important;pointer-events:none!important;}
.kkt-sport-card:hover,.kkt-sport-card:focus,.kkt-sport-card.is-active:hover{transform:none!important;box-shadow:inherit!important;}


/* v2.3 force section title text to Korean even if old markup remains */
.kkt-hero-center > h2 {
    font-size: 0 !important;
    line-height: 1 !important;
}
.kkt-hero-center > h2 span {
    display: none !important;
}
.kkt-hero-center > h2::before {
    content: "다양한 게임제공";
    display: inline-block;
    color: #fff;
    font-family: var(--kkt-display);
    font-size: clamp(48px, 5.4vw, 84px);
    font-weight: 1000;
    line-height: .95;
    letter-spacing: .02em;
    text-transform: none;
}
