.wc-turkey-card { display: block; background: linear-gradient(135deg, rgba(227, 10, 23, 0.10), rgba(255, 255, 255, 0.95)); border: 2px solid rgba(227, 10, 23, 0.25); border-radius: 18px; padding: 18px 22px; color: inherit; transition: border-color .18s ease, transform .18s ease; }
                .wc-turkey-card:hover { border-color: rgba(227, 10, 23, 0.5); transform: translateY(-1px); }
                .wc-turkey-card-meta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; font-family: var(--mono); font-size: .76rem; color: var(--editorial-muted); margin-bottom: 14px; }
                .wc-turkey-card-meta .live-pill { background: var(--danger); color: #fff; padding: 3px 8px; border-radius: 6px; font-size: .68rem; letter-spacing: .08em; font-weight: 800; }
                .wc-turkey-card-matchup { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; }
                .wc-turkey-card-team { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; }
                .wc-turkey-card-team:first-child { align-items: flex-end; }
                .wc-turkey-card-team:last-child { align-items: flex-start; }
                .wc-turkey-card-team img { width: 56px; height: 56px; object-fit: contain; }
                .wc-turkey-card-team strong { font-family: var(--serif); font-size: 1.2rem; color: var(--editorial-ink); text-align: center; }
                .wc-turkey-card-score strong { font-family: var(--serif); font-weight: 900; font-size: 2rem; color: var(--editorial-ink); }
                .wc-turkey-card-score em { font-style: normal; font-family: var(--mono); font-size: .9rem; color: var(--editorial-muted); padding: 0 12px; }
                .wc-turkey-card-footer { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; font-family: var(--mono); font-size: .72rem; color: var(--editorial-muted); }
                .wc-turkey-card-footer span:last-child { color: var(--brand-blue-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
                @media (max-width: 640px) {
                    .wc-turkey-card-matchup { grid-template-columns: 1fr; gap: 8px; text-align: center; }
                    .wc-turkey-card-team { align-items: center !important; flex-direction: row; }
                    .wc-turkey-card-team img { width: 32px; height: 32px; }
                }
.wc-page { gap: 18px; }
        .wc-hero { padding: 28px 26px; background: linear-gradient(135deg, rgba(216, 50, 74, 0.06), rgba(245, 176, 66, 0.06)); overflow: hidden; }
        .wc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, 1fr); gap: 28px; align-items: center; min-width: 0; }
        .wc-hero-copy { min-width: 0; }
        @media (max-width: 720px) { .wc-hero-grid { grid-template-columns: 1fr; align-items: stretch; } }
        .wc-eyebrow { font-family: var(--mono); font-size: .72rem; letter-spacing: .22em; color: var(--editorial-muted); text-transform: uppercase; font-weight: 700; }
        .wc-title { font-family: var(--serif); font-weight: 900; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1; letter-spacing: -.03em; color: var(--editorial-ink); margin: 8px 0 12px; }
        .wc-lead { color: var(--editorial-muted); line-height: 1.6; margin: 0 0 18px; max-width: 56ch; }
        .wc-cta-row { display: flex; gap: 10px; flex-wrap: wrap; min-width: 0; max-width: 100%; }
        .wc-cta-row .btn { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-width: 0; text-align: center; line-height: 1.2; white-space: normal; overflow-wrap: anywhere; }
        .wc-hero-stat { display: flex; justify-content: center; min-width: 0; }
        .wc-countdown { background: var(--editorial-ink); color: #fbf7f1; padding: 22px 28px; border-radius: 18px; text-align: center; min-width: 180px; max-width: 100%; }
        .wc-countdown-eyebrow { display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .22em; color: #c8b88a; text-transform: uppercase; font-weight: 800; }
        .wc-countdown-value { display: block; font-family: var(--serif); font-weight: 900; font-size: clamp(3rem, 8vw, 5rem); line-height: 1; color: var(--editorial-accent); margin: 6px 0 4px; }
        .wc-countdown-label { display: block; font-size: .82rem; color: #e8dcc4; }
        .wc-countdown-row { margin-top: 10px; font-size: .82rem; color: #c8b88a; }
        @media (max-width: 640px) {
            .wc-hero { padding: 22px 16px; }
            .wc-title { font-size: clamp(2rem, 12vw, 2.65rem); }
            .wc-lead { font-size: .98rem; line-height: 1.5; }
            .wc-cta-row { display: grid; grid-template-columns: 1fr; }
            .wc-cta-row .btn { width: 100%; min-height: 48px; padding: 12px 14px; }
            .wc-hero-stat { justify-content: stretch; width: 100%; }
            .wc-countdown { width: 100%; min-width: 0; padding: 16px; border-radius: 14px; }
        }
        .wc-more { margin: 12px 0 0; text-align: right; }
        .wc-more a { color: var(--brand-blue-dark); font-family: var(--mono); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
        .wc-about { padding: 22px 24px; }
        .wc-fresh { padding: 20px 22px; }
        .wc-fresh-head { display: flex; justify-content: space-between; gap: 14px; align-items: end; margin-bottom: 14px; }
        .wc-fresh-head h2 { margin: 4px 0 0; font-family: var(--serif); font-size: 1.35rem; color: var(--editorial-ink); }
        .wc-fresh-updated { font-family: var(--mono); font-size: .72rem; color: var(--editorial-muted); font-weight: 700; white-space: nowrap; }
        .wc-fresh-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
        .wc-fresh-grid article { border: 1px solid var(--editorial-line); border-radius: 8px; padding: 12px; background: rgba(255, 253, 250, .78); }
        .wc-fresh-grid strong { display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--danger); margin-bottom: 6px; }
        .wc-fresh-grid p { margin: 0 0 6px; color: var(--editorial-ink); font-weight: 800; line-height: 1.35; }
        .wc-fresh-grid span { color: var(--editorial-muted); font-size: .86rem; line-height: 1.45; }
        @media (max-width: 760px) {
            .wc-fresh-head { align-items: start; flex-direction: column; }
            .wc-fresh-updated { white-space: normal; }
            .wc-fresh-grid { grid-template-columns: 1fr; }
        }
        .wc-about h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 1.4rem; }
        .wc-about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
        .wc-about-grid article { padding: 14px; background: rgba(255,253,250,.7); border: 1px solid var(--editorial-line); border-radius: 12px; }
        .wc-about-grid strong { display: block; font-family: var(--serif); font-size: 1.05rem; color: var(--editorial-ink); margin-bottom: 6px; }
        .wc-about-grid p { margin: 0; color: var(--editorial-muted); font-size: .94rem; line-height: 1.55; }
        .wc-editorial { padding: 24px 26px; margin-top: 18px; }
        .wc-editorial h2 { font-family: var(--serif); font-size: 1.35rem; margin: 0 0 12px; }
        .wc-editorial h2#sss, .wc-editorial h2:not(:first-child) { margin-top: 26px; }
        .wc-editorial p { color: var(--editorial-muted); font-size: .98rem; line-height: 1.7; margin: 0 0 12px; }
        .wc-editorial a { color: var(--brand-blue-dark); font-weight: 700; }
        .wc-faq .faq-item { border: 1px solid var(--editorial-line); border-radius: 12px; padding: 12px 16px; margin-bottom: 10px; background: rgba(255,253,250,.6); }
        .wc-faq summary { cursor: pointer; font-weight: 700; color: var(--editorial-ink); }
        .wc-faq .faq-item p { margin: 10px 0 0; }
