/* ============================================
   ABOUT PAGE - YUKTAU (SIMPEL & ELEGAN)
   Primary: #288cb4 | Secondary: #1f2024 | Accent: #eda70b
   ============================================ */

.about-yuktau {
    width: 100%;
    background: #ffffff;
    padding: 2rem 0;
}

/* Header */
.about-header {
    margin-bottom: 1rem;
}

.about-header h2 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.3px;
}

.header-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #288cb4, #eda70b);
    border-radius: 4px;
}

/* Tagline */
.tagline {
    color: #288cb4;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1rem 0 1.25rem 0;
}

/* Paragraph */
.about-yuktau p {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

/* Why Section */
.why-section {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(40, 140, 180, 0.12);
    border-bottom: 1px solid rgba(40, 140, 180, 0.12);
}

.why-section h3 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.why-number {
    width: 28px;
    height: 28px;
    background: #288cb4;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    flex-shrink: 0;
}

.why-text {
    color: #4a5568;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Link */
.about-yuktau a {
    color: #288cb4;
    text-decoration: none;
    font-weight: 500;
}

.about-yuktau a:hover {
    color: #eda70b;
}

/* Thanks */
.thanks {
    color: #288cb4 !important;
    font-weight: 500;
    margin-top: 1.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(40, 140, 180, 0.1);
}

/* Dark Mode */
.dark .about-yuktau {
    background: #1f2024;
}

.dark .about-header h2 {
    color: #e8eaed;
}

.dark .tagline {
    color: #288cb4;
}

.dark .about-yuktau p {
    color: #cbd0d6;
}

.dark .why-section h3 {
    color: #e8eaed;
}

.dark .why-text {
    color: #cbd0d6;
}

.dark .thanks {
    color: #eda70b !important;
}

/* Responsive */
@media (max-width: 768px) {
    .about-yuktau {
        padding: 1.5rem 0;
    }
    .about-header h2 {
        font-size: 1.3rem;
    }
    .about-yuktau p {
        font-size: 0.9rem;
    }
    .why-text {
        font-size: 0.85rem;
    }
}


/* ============================================
   DISCLAIMER PAGE - YUKTAU
   Primary: #288cb4 | Secondary: #1f2024 | Accent: #eda70b
   ============================================ */

.disclaimer-yuktau {
    width: 100%;
    background: #ffffff;
    padding: 2rem 0;
}

/* Header */
.disclaimer-header {
    margin-bottom: 1.5rem;
}

.disclaimer-header h1 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.3px;
}

.header-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #288cb4, #eda70b);
    border-radius: 4px;
}

/* Content */
.disclaimer-content p {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

/* Agreement Text */
.agreement {
    color: #1f2024 !important;
    font-weight: 600;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(40, 140, 180, 0.15);
}

/* Dark Mode */
.dark .disclaimer-yuktau {
    background: #1f2024;
}

.dark .disclaimer-header h1 {
    color: #e8eaed;
}

.dark .disclaimer-content p {
    color: #cbd0d6;
}

.dark .agreement {
    color: #e8eaed !important;
    border-top-color: rgba(40, 140, 180, 0.25);
}

/* Responsive */
@media (max-width: 768px) {
    .disclaimer-yuktau {
        padding: 1.5rem 0;
    }
    .disclaimer-header h1 {
        font-size: 1.4rem;
    }
    .disclaimer-content p {
        font-size: 0.88rem;
    }
}


/* ============================================
   PRIVACY POLICY PAGE - YUKTAU
   Primary: #288cb4 | Secondary: #1f2024 | Accent: #eda70b
   ============================================ */

.privacy-yuktau {
    width: 100%;
    background: #ffffff;
    padding: 2rem 0;
}

/* Header */
.privacy-header {
    margin-bottom: 2rem;
}

.privacy-header h1 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.3px;
}

.header-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #288cb4, #eda70b);
    border-radius: 4px;
    margin-bottom: 1.25rem;
}

.welcome-text {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Section */
.privacy-section {
    margin-bottom: 1.75rem;
}

.privacy-section h2 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(40, 140, 180, 0.15);
}

.privacy-section p {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0.75rem;
}

.privacy-section ul {
    margin: 0.5rem 0 0.75rem 1.5rem;
    padding: 0;
}

.privacy-section li {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0.25rem;
}

/* Footer */
.privacy-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(40, 140, 180, 0.15);
}

.privacy-footer h2 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.privacy-footer p {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.contact-info {
    background: #f8faff;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid rgba(40, 140, 180, 0.1);
}

.contact-item {
    color: #4a5568;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.contact-item strong {
    color: #1f2024;
    font-weight: 600;
}

.contact-item a {
    color: #288cb4;
    text-decoration: none;
}

.contact-item a:hover {
    color: #eda70b;
}

/* Dark Mode */
.dark .privacy-yuktau {
    background: #1f2024;
}

.dark .privacy-header h1 {
    color: #e8eaed;
}

.dark .welcome-text {
    color: #cbd0d6;
}

.dark .privacy-section h2 {
    color: #e8eaed;
    border-bottom-color: rgba(40, 140, 180, 0.3);
}

.dark .privacy-section p,
.dark .privacy-section li {
    color: #cbd0d6;
}

.dark .privacy-footer h2 {
    color: #e8eaed;
}

.dark .privacy-footer p {
    color: #cbd0d6;
}

.dark .contact-info {
    background: #2a2b2f;
    border-color: rgba(40, 140, 180, 0.2);
}

.dark .contact-item {
    color: #cbd0d6;
}

.dark .contact-item strong {
    color: #e8eaed;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-yuktau {
        padding: 1.5rem 0;
    }
    .privacy-header h1 {
        font-size: 1.5rem;
    }
    .privacy-section h2 {
        font-size: 1rem;
    }
    .privacy-section p,
    .privacy-section li,
    .privacy-footer p,
    .contact-item {
        font-size: 0.88rem;
    }
}

/* ============================================
   TERMS & CONDITIONS PAGE - YUKTAU
   Primary: #288cb4 | Secondary: #1f2024 | Accent: #eda70b
   ============================================ */

.terms-yuktau {
    width: 100%;
    background: #ffffff;
    padding: 2rem 0;
}

/* Header */
.terms-header {
    margin-bottom: 2rem;
}

.terms-header h1 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.3px;
}

.header-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #288cb4, #eda70b);
    border-radius: 4px;
    margin-bottom: 1.25rem;
}

.intro-text {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Section */
.terms-section {
    margin-bottom: 1.75rem;
}

.terms-section h2 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(40, 140, 180, 0.15);
}

.terms-section p {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Footer */
.terms-footer {
    margin-top: 2rem;
    padding-top: 1rem;
}

.terms-footer h2 {
    color: #1f2024;
    font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.terms-footer p {
    color: #4a5568;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.agreement-box {
    background: #f8faff;
    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 1rem;
    border: 1px solid rgba(40, 140, 180, 0.1);
    text-align: center;
}

.agreement-box p {
    color: #1f2024;
    font-weight: 500;
    margin: 0;
}

/* Dark Mode */
.dark .terms-yuktau {
    background: #1f2024;
}

.dark .terms-header h1 {
    color: #e8eaed;
}

.dark .intro-text {
    color: #cbd0d6;
}

.dark .terms-section h2 {
    color: #e8eaed;
    border-bottom-color: rgba(40, 140, 180, 0.3);
}

.dark .terms-section p {
    color: #cbd0d6;
}

.dark .terms-footer h2 {
    color: #e8eaed;
}

.dark .terms-footer p {
    color: #cbd0d6;
}

.dark .agreement-box {
    background: #2a2b2f;
    border-color: rgba(40, 140, 180, 0.2);
}

.dark .agreement-box p {
    color: #e8eaed;
}

/* Responsive */
@media (max-width: 768px) {
    .terms-yuktau {
        padding: 1.5rem 0;
    }
    .terms-header h1 {
        font-size: 1.5rem;
    }
    .terms-section h2 {
        font-size: 1rem;
    }
    .terms-section p,
    .terms-footer p,
    .intro-text {
        font-size: 0.88rem;
    }
    .agreement-box {
        padding: 1rem;
    }
}

.hubungi-kami {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
}

.hubungi-kami h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2024;
    margin: 0 0 12px;
}

.garis {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #288cb4, #eda70b);
    border-radius: 4px;
    margin-bottom: 20px;
}

.thanks {
    font-size: 15px;
    line-height: 1.6;
    color: #5a6874;
    margin-bottom: 30px;
}

.info-box {
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 25px;
}

.alamat {
    font-size: 14px;
    line-height: 1.7;
    color: #5a6874;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef2f6;
}

.alamat strong {
    color: #1f2024;
}

.kontak-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef2f6;
}

.kontak-item {
    flex: 1;
    min-width: 180px;
}

.label {
    font-size: 11px;
    font-weight: 700;
    color: #288cb4;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.kontak-item a {
    font-size: 14px;
    font-weight: 500;
    color: #1f2024;
    text-decoration: none;
}

.kontak-item a:hover {
    color: #eda70b;
}

.jam-item div {
    font-size: 14px;
    color: #5a6874;
    margin-bottom: 8px;
}

.jam-item .tutup {
    color: #eda70b;
    font-weight: 500;
}

.map-box {
    margin-bottom: 25px;
}

.map-link {
    margin-bottom: 12px;
}

.map-link a {
    display: inline-block;
    background: #eda70b;
    color: #fff;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.map-link a:hover {
    background: #288cb4;
}

.map-iframe {
    width: 100%;
    height: 320px;
    border: 0;
    border-radius: 14px;
}

.footer-note {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    font-size: 13px;
    color: #5a6874;
    text-align: center;
}

/* DARK MODE */
.dark .hubungi-kami {
    background: #1f2024;
}

.dark .hubungi-kami h2 {
    color: #e8eaed;
}

.dark .thanks,
.dark .alamat,
.dark .jam-item div,
.dark .footer-note {
    color: #cbd0d6;
}

.dark .alamat strong {
    color: #e8eaed;
}

.dark .info-box,
.dark .alamat,
.dark .kontak-row {
    background: #2a2b2f;
    border-color: #3a3f47;
}

.dark .kontak-item a {
    color: #e8eaed;
}

.dark .kontak-item a:hover {
    color: #eda70b;
}

/* MOBILE */
@media (max-width: 600px) {
    .hubungi-kami {
        padding: 15px;
    }
    .hubungi-kami h2 {
        font-size: 24px;
    }
    .kontak-row {
        flex-direction: column;
    }
    .kontak-item {
        margin-bottom: 15px;
    }
    .kontak-item:last-child {
        margin-bottom: 0;
    }
    .map-iframe {
        height: 220px;
    }
}

/* ===== ALSO READ BOX ===== */

.yuktau-also-read {
    background: #f5f9ff;
    border: 1px solid #d8e8ff;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.yuktau-also-read-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2024;
    margin-bottom: 18px;
    line-height: 1.2;
}

.yuktau-also-read ul {
    list-style: none;
    padding: 0;
    margin: 0;
    
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.yuktau-also-read li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.yuktau-also-read li::before {
    content: "#" counter(item);
    counter-increment: item;

    width: 42px;
    height: 42px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1f2024;
    color: #fff;

    border-radius: 50%;

    font-size: 18px;
    font-weight: 700;
}

.yuktau-also-read ul {
    counter-reset: item;
}

.yuktau-also-read a {
    color: #0d5eff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.yuktau-also-read a:hover {
    color: #288cb4;
}

@media (max-width: 768px) {

    .yuktau-also-read ul {
        grid-template-columns: 1fr;
    }

    .yuktau-also-read-title {
        font-size: 24px;
    }

    .yuktau-also-read a {
        font-size: 18px;
    }
}

/* ============================================
   SOROTAN STYLING - ELEGAN & BERBEDA
   Light & Dark Friendly (Tanpa Switch Case)
   ============================================ */

.infolaga-sorotan {
    margin: 30px 0 20px;
    padding: 28px 32px;
    background: linear-gradient(145deg, #f0f6ff 0%, #ffffff 100%);
    border-left: 5px solid #00cb0d;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(40, 140, 180, 0.06);
    transition: all 0.3s ease;
}

.infolaga-sorotan:hover {
    box-shadow: 0 6px 24px rgba(40, 140, 180, 0.1);
    transform: translateY(-2px);
}

.infolaga-sorotan h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #288cb4;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.infolaga-sorotan h2::before {
    content: "✦";
    color: #00cb0d;
    font-size: 20px;
}

.infolaga-sorotan p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #3d4a5c;
    font-style: italic;
}

.infolaga-sorotan p::first-letter {
    font-size: 150%;
    font-weight: 700;
    color: #288cb4;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .infolaga-sorotan {
        padding: 20px 22px;
        margin: 25px 0 15px;
    }
    .infolaga-sorotan h2 {
        font-size: 16px;
    }
    .infolaga-sorotan p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .infolaga-sorotan {
        padding: 16px 18px;
        border-left-width: 4px;
    }
    .infolaga-sorotan h2 {
        font-size: 14px;
    }
    .infolaga-sorotan p {
        font-size: 13px;
        line-height: 1.7;
    }
    .infolaga-sorotan h2::before {
        font-size: 16px;
    }
}

/* ============================================
   FAQ STYLING - NETRAL (Light & Dark Friendly)
   Tanpa switch case, cukup 1 CSS
   ============================================ */

.infolaga-faq {
    margin-top: 40px;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(2px);
}

.infolaga-faq h2 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 700;
    color: #1f2024;
    padding-bottom: 12px;
    border-bottom: 3px solid #288cb4;
    display: inline-block;
}

.infolaga-faq .faq-item {
    margin-bottom: 18px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.infolaga-faq .faq-item:last-child {
    margin-bottom: 0;
}

.infolaga-faq .faq-item:hover {
    border-color: rgba(40, 140, 180, 0.25);
    background: rgba(255, 255, 255, 0.85);
}

.infolaga-faq h3 {
    font-size: 17px;
    margin: 0 0 6px;
    font-weight: 600;
    color: #1f2024;
    display: flex;
    align-items: center;
    gap: 10px;
}

.infolaga-faq h3::before {
    content: "▸";
    color: #288cb4;
    font-size: 18px;
    font-weight: 700;
}

.infolaga-faq p {
    margin: 0;
    line-height: 1.7;
    color: #4a5568;
    padding-left: 28px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .infolaga-faq {
        padding: 20px;
        margin-top: 30px;
    }
    .infolaga-faq h2 {
        font-size: 20px;
    }
    .infolaga-faq .faq-item {
        padding: 14px 16px;
    }
    .infolaga-faq h3 {
        font-size: 15px;
    }
    .infolaga-faq p {
        font-size: 14px;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .infolaga-faq {
        padding: 15px;
    }
    .infolaga-faq h2 {
        font-size: 18px;
    }
    .infolaga-faq .faq-item {
        padding: 12px 14px;
    }
    .infolaga-faq h3 {
        font-size: 14px;
    }
    .infolaga-faq p {
        font-size: 13px;
        padding-left: 16px;
    }
    .infolaga-faq h3::before {
        font-size: 14px;
    }
}


/* ============================================
   FOOTER LEGAL LINKS - ELEGAN & RAPI
   Light & Dark Friendly
   ============================================ */

/* ============================================
   FOOTER LEGAL LINKS - ELEGAN & RAPI
   Tanpa gap, tanpa border-top
   ============================================ */

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 8px 0 4px;
    font-size: 13px;
    color: #8e95a5;
}

.footer-legal-links a {
    color: #cbd0d6;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.25s ease;
    position: relative;
    margin: 0 10px;
}

.footer-legal-links a:first-child {
    margin-left: 0;
}

.footer-legal-links a:last-child {
    margin-right: 0;
}

.footer-legal-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: linear-gradient(90deg, #00cb0d, #00a5e4);
    transition: width 0.3s ease;
}

.footer-legal-links a:hover {
    color: #00cb0d;
}

.footer-legal-links a:hover::after {
    width: 100%;
}

/* Copyright text */
.footer-legal-links .copyright {
    color: #6b7280;
    font-size: 12px;
    margin-left: 10px;
}

/* Dark Mode */
.dark .footer-legal-links a {
    color: #9ca3af;
}

.dark .footer-legal-links a:hover {
    color: #00cb0d;
}

.dark .footer-legal-links .copyright {
    color: #6b7280;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .footer-legal-links {
        font-size: 12px;
        padding: 6px 0 3px;
    }
    .footer-legal-links a {
        font-size: 12px;
        margin: 0 8px;
    }
    .footer-legal-links .copyright {
        font-size: 12px;
        margin-left: 8px;
    }
}

@media (max-width: 480px) {
    .footer-legal-links {
        flex-direction: column;
        font-size: 11px;
        padding: 4px 0 2px;
    }
    .footer-legal-links a {
        font-size: 11px;
        margin: 2px 0;
    }
    .footer-legal-links a:first-child {
        margin-left: 0;
    }
    .footer-legal-links a:last-child {
        margin-right: 0;
    }
    .footer-legal-links .copyright {
        font-size: 11px;
        margin-left: 0;
        margin-top: 4px;
    }
}


/* ============================================ */
/* PIALA DUNIA 2026 - FULL PAGE HUB            */
/* ============================================ */
:root {
    --wc-primary: #1a1c2b;
    --wc-accent: #e73c5e;
    --wc-gold: #f0c75e;
    --wc-bg: #f5f6fa;
    --wc-card: #ffffff;
    --wc-text: #2d2d3a;
    --wc-muted: #8a8a9a;
    --wc-border: #eef0f5;
    --wc-radius: 16px;
    --wc-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.wc-hub {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--wc-text);
    max-width: 100%;
    margin: 0 auto;
}

/* ===== HERO BANNER ===== */
.wc-hero {
    background: linear-gradient(135deg, #1a1c2b 0%, #2d1b3d 50%, #1a1c2b 100%);
    border-radius: var(--wc-radius);
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.wc-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(240,199,94,0.08) 0%, transparent 70%);
    animation: wc-hero-glow 8s infinite;
}
@keyframes wc-hero-glow {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(5%, 3%); }
}
.wc-hero * { position: relative; z-index: 1; }
.wc-hero-badge {
    display: inline-block;
    background: var(--wc-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.wc-hero h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
}
.wc-hero h1 .gold {
    color: var(--wc-gold);
}
.wc-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 5px;
}
.wc-hero-countdown {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}
.wc-cd-item {
    text-align: center;
    min-width: 60px;
}
.wc-cd-num {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 10px 8px;
    line-height: 1;
    border: 1px solid rgba(255,255,255,0.1);
}
.wc-cd-label {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
}

/* ===== QUICK STATS ===== */
.wc-quick-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}
.wc-stat-card {
    background: var(--wc-card);
    border-radius: var(--wc-radius);
    padding: 20px 16px;
    text-align: center;
    box-shadow: var(--wc-shadow);
    border: 1px solid var(--wc-border);
    transition: transform 0.2s;
}
.wc-stat-card:hover {
    transform: translateY(-3px);
}
.wc-stat-icon {
    font-size: 28px;
    margin-bottom: 8px;
}
.wc-stat-num {
    font-size: 24px;
    font-weight: 800;
    color: var(--wc-primary);
}
.wc-stat-label {
    font-size: 11px;
    color: var(--wc-muted);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== TAB NAVIGATION ===== */
.wc-tabs-wrap {
    background: var(--wc-card);
    border-radius: var(--wc-radius) var(--wc-radius) 0 0;
    box-shadow: var(--wc-shadow);
    padding: 8px;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    border: 1px solid var(--wc-border);
    border-bottom: none;
}
.wc-tab-btn {
    flex: 1;
    min-width: 100px;
    background: transparent;
    border: none;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    color: var(--wc-muted);
    transition: all 0.3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.wc-tab-btn:hover {
    background: var(--wc-bg);
    color: var(--wc-text);
}
.wc-tab-btn.active {
    background: var(--wc-accent);
    color: #fff;
    box-shadow: 0 4px 12px rgba(231,60,94,0.3);
}

/* ===== TAB CONTENT ===== */
.wc-tab-content-wrap {
    background: var(--wc-card);
    border-radius: 0 0 var(--wc-radius) var(--wc-radius);
    box-shadow: var(--wc-shadow);
    border: 1px solid var(--wc-border);
    border-top: none;
    min-height: 400px;
}
.wc-tab-panel {
    display: none;
    padding: 24px;
}
.wc-tab-panel.active {
    display: block;
}
.wc-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.wc-panel-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--wc-primary);
}
.wc-panel-badge {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.wc-panel-badge.live-badge {
    background: #ffebee;
    color: #c62828;
    animation: pulse-badge 2s infinite;
}
@keyframes pulse-badge {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}
.wc-panel-badge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    display: inline-block;
}

/* ===== MATCHES GRID ===== */
.wc-matches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 14px;
}
.wc-match-card {
    background: var(--wc-bg);
    border-radius: 12px;
    padding: 18px 16px;
    transition: all 0.2s;
    border: 1px solid var(--wc-border);
}
.wc-match-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.wc-match-card.live {
    background: linear-gradient(135deg, #fff5f5, #fff);
    border-color: #fccdd3;
    border-left: 3px solid var(--wc-accent);
}
.wc-match-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.wc-match-group {
    font-size: 10px;
    font-weight: 700;
    background: var(--wc-primary);
    color: #fff;
    padding: 3px 10px;
    border-radius: 15px;
    letter-spacing: 1px;
}
.wc-match-time {
    font-size: 11px;
    color: var(--wc-muted);
    font-weight: 500;
}
.wc-match-live-tag {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: var(--wc-accent);
    padding: 3px 10px;
    border-radius: 15px;
    animation: pulse-badge 1.5s infinite;
}
.wc-match-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wc-team {
    text-align: center;
    flex: 1;
}
.wc-team-flag {
    width: 52px;
    height: 36px;
    object-fit: contain;
    margin-bottom: 6px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}
.wc-team-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--wc-primary);
    display: block;
}
.wc-team-short {
    font-size: 11px;
    color: var(--wc-muted);
    font-weight: 500;
}
.wc-score-area {
    text-align: center;
    min-width: 70px;
    padding: 0 10px;
}
.wc-score {
    font-size: 30px;
    font-weight: 900;
    color: var(--wc-primary);
    letter-spacing: 2px;
    line-height: 1;
}
.wc-score-vs {
    font-size: 22px;
    font-weight: 800;
    color: #ccc;
    letter-spacing: 1px;
}
.wc-score-info {
    font-size: 11px;
    color: var(--wc-muted);
    margin-top: 4px;
}

/* ===== STANDINGS TABLE ===== */
.wc-group-selector {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.wc-group-chip {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 2px solid var(--wc-border);
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--wc-text);
}
.wc-group-chip:hover {
    border-color: var(--wc-accent);
    color: var(--wc-accent);
}
.wc-group-chip.active {
    background: var(--wc-accent);
    color: #fff;
    border-color: var(--wc-accent);
}
.wc-standings-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.wc-standings-table thead th {
    background: var(--wc-bg);
    padding: 12px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    color: var(--wc-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--wc-border);
}
.wc-standings-table thead th.left {
    text-align: left;
    padding-left: 16px;
}
.wc-standings-table tbody td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid var(--wc-border);
    font-weight: 500;
}
.wc-standings-table tbody td.left {
    text-align: left;
    padding-left: 16px;
}
.wc-team-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.wc-team-cell img {
    width: 24px;
    height: 16px;
    object-fit: contain;
    border-radius: 2px;
}
.wc-rank-1 { background: rgba(240,199,94,0.08); }
.wc-rank-2 { background: rgba(192,192,192,0.06); }
.wc-points {
    font-weight: 800;
    font-size: 14px;
    color: var(--wc-primary);
}

/* ===== TOP SCORERS ===== */
.wc-scorers-list {
    display: grid;
    gap: 10px;
}
.wc-scorer-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--wc-bg);
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--wc-border);
    transition: all 0.2s;
}
.wc-scorer-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transform: translateX(4px);
}
.wc-scorer-rank {
    font-size: 20px;
    font-weight: 900;
    color: var(--wc-muted);
    min-width: 30px;
    text-align: center;
}
.wc-scorer-rank.gold { color: var(--wc-gold); }
.wc-scorer-rank.silver { color: #b0b0b0; }
.wc-scorer-rank.bronze { color: #cd7f32; }
.wc-scorer-flag {
    width: 32px;
    height: 22px;
    object-fit: contain;
    border-radius: 3px;
}
.wc-scorer-info {
    flex: 1;
}
.wc-scorer-name {
    font-weight: 700;
    font-size: 14px;
    color: var(--wc-primary);
}
.wc-scorer-nation {
    font-size: 11px;
    color: var(--wc-muted);
}
.wc-scorer-goals {
    font-size: 18px;
    font-weight: 900;
    color: var(--wc-accent);
    min-width: 40px;
    text-align: right;
}

/* ===== BOTTOM SEO CONTENT ===== */
.wc-seo-section {
    background: var(--wc-card);
    border-radius: var(--wc-radius);
    box-shadow: var(--wc-shadow);
    padding: 30px;
    margin-top: 30px;
    border: 1px solid var(--wc-border);
    line-height: 1.8;
    font-size: 14px;
    color: #555;
}
.wc-seo-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--wc-primary);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--wc-border);
}
.wc-seo-section h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--wc-primary);
    margin: 20px 0 10px;
}
.wc-seo-section ul {
    list-style: none;
    padding: 0;
}
.wc-seo-section ul li {
    padding: 6px 0 6px 24px;
    position: relative;
}
.wc-seo-section ul li::before {
    content: '⚽';
    position: absolute;
    left: 0;
    font-size: 12px;
}
.wc-highlight-box {
    background: linear-gradient(135deg, #fef9e7, #fff);
    border: 1px solid #f0c75e;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    font-weight: 500;
}

/* ===== LOADING ===== */
.wc-loading {
    text-align: center;
    padding: 40px;
    color: var(--wc-muted);
}
.wc-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--wc-border);
    border-top-color: var(--wc-accent);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 12px;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .wc-hero { padding: 24px 16px; }
    .wc-hero h1 { font-size: 24px; }
    .wc-quick-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .wc-stat-card { padding: 14px 10px; }
    .wc-stat-num { font-size: 20px; }
    .wc-matches-grid { grid-template-columns: 1fr; }
    .wc-tab-btn { font-size: 11px; padding: 10px 8px; min-width: 70px; }
    .wc-standings-table { font-size: 11px; }
    .wc-standings-table thead th,
    .wc-standings-table tbody td { padding: 8px 4px; }
    .wc-hero-countdown { gap: 8px; }
    .wc-cd-num { font-size: 22px; padding: 8px 6px; }
    .wc-score { font-size: 22px; }
}