/*
Theme Name: WorldCup Betting Theme
Theme URI: /
Author: WorldCup Betting
Author URI: /
Description: Professional cricket and sports betting WordPress theme inspired by leading sportsbook platforms. Dark navy palette, bold accents, card-based layouts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: worldcup-betting
Tags: sports, betting, cricket, dark, custom-menu, custom-logo, featured-images, threaded-comments
*/

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    background-color: #1a1a2e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: #f5a623; text-decoration: none; transition: color .2s ease; }
a:hover { color: #e94560; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 .6em;
    color: #ffffff;
}

h1 { font-size: 2.4rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.2rem; }

p { margin: 0 0 1em; }

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.5rem;
    border-left: 4px solid #e94560;
    padding-left: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title .more-link {
    font-size: .8rem;
    color: #f5a623;
    text-transform: none;
    letter-spacing: normal;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9rem;
    cursor: pointer;
    border: none;
    transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #e94560 0%, #c81f3c 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(233, 69, 96, .35);
}
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(233, 69, 96, .5); }

.btn-secondary {
    background: linear-gradient(135deg, #f5a623 0%, #d68910 100%);
    color: #1a1a2e;
}
.btn-secondary:hover { color: #1a1a2e; transform: translateY(-2px); }

.btn-outline {
    background: transparent;
    border: 2px solid #f5a623;
    color: #f5a623;
}
.btn-outline:hover { background: #f5a623; color: #1a1a2e; }

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
    background: #0d1b2a;
    border-bottom: 2px solid #e94560;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}

.header-top {
    background: #0a1420;
    color: #a0aec0;
    font-size: .8rem;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}
.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.header-top .live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #48bb78;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-top .live-indicator::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #48bb78;
    box-shadow: 0 0 0 0 rgba(72, 187, 120, .7);
    animation: pulseLive 1.6s infinite;
}
@keyframes pulseLive {
    0%   { box-shadow: 0 0 0 0 rgba(72, 187, 120, .7); }
    70%  { box-shadow: 0 0 0 10px rgba(72, 187, 120, 0); }
    100% { box-shadow: 0 0 0 0 rgba(72, 187, 120, 0); }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 24px;
}

.site-branding { display: flex; align-items: center; gap: 12px; }
.site-logo {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94560 0%, #f5a623 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(233, 69, 96, .4);
}
.site-title {
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
}
.site-title a { color: #ffffff; }
.site-title a:hover { color: #f5a623; }
.site-description {
    margin: 0;
    color: #a0aec0;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-navigation { flex: 1; display: flex; justify-content: flex-end; }
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
.main-navigation li { position: relative; }
.main-navigation a {
    color: #ffffff;
    padding: 10px 16px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85rem;
    border-radius: 4px;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
    color: #f5a623;
    background: rgba(245, 166, 35, .08);
}

.main-navigation .nav-login a {
    background: linear-gradient(135deg, #e94560 0%, #c81f3c 100%);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 4px;
    margin-left: 10px;
    box-shadow: 0 4px 12px rgba(233, 69, 96, .35);
}
.main-navigation .nav-login a:hover {
    background: linear-gradient(135deg, #f5a623 0%, #d68910 100%);
    color: #1a1a2e;
    transform: translateY(-1px);
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 2px solid #f5a623;
    color: #f5a623;
    padding: 8px 14px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
}

/* ==========================================================================
   Hero Banner
   ========================================================================== */
.hero {
    position: relative;
    background:
        linear-gradient(135deg, rgba(26, 26, 46, .85) 0%, rgba(15, 52, 96, .75) 50%, rgba(233, 69, 96, .55) 100%),
        radial-gradient(circle at 20% 30%, #16213e 0%, #1a1a2e 50%),
        linear-gradient(180deg, #0f3460 0%, #1a1a2e 100%);
    color: #ffffff;
    padding: 90px 0;
    overflow: hidden;
    border-bottom: 4px solid #e94560;
}
.hero::before {
    content: "";
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 80% 20%, rgba(245, 166, 35, .25) 0%, transparent 40%),
        radial-gradient(circle at 10% 80%, rgba(233, 69, 96, .25) 0%, transparent 40%);
    pointer-events: none;
}
.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.hero-eyebrow {
    display: inline-block;
    background: rgba(245, 166, 35, .15);
    color: #f5a623;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 16px;
    border: 1px solid rgba(245, 166, 35, .35);
}
.hero h1 {
    font-size: 3.2rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .35);
}
.hero h1 .accent { color: #f5a623; }
.hero p.lead {
    font-size: 1.1rem;
    color: #d8dee9;
    max-width: 540px;
    margin-bottom: 28px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-card {
    background: rgba(15, 52, 96, .75);
    border: 1px solid rgba(245, 166, 35, .25);
    border-radius: 10px;
    padding: 24px;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}
.hero-card h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f5a623;
    font-size: 1rem;
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 8px;
}
.hero-card .odds-row {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    align-items: center;
}
.hero-card .odds-row:last-child { border-bottom: none; }
.hero-card .odds-row .team { font-weight: 600; }
.hero-card .odds-row .odd {
    background: #16213e;
    color: #f5a623;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: .9rem;
    border: 1px solid rgba(245, 166, 35, .25);
    cursor: pointer;
    transition: all .15s ease;
}
.hero-card .odds-row .odd:hover { background: #e94560; color: #fff; border-color: #e94560; }

/* ==========================================================================
   Layout: Main + Sidebar
   ========================================================================== */
.site-main { padding: 60px 0; }

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
}

.content-grid.full { grid-template-columns: 1fr; }

/* ==========================================================================
   Live Matches
   ========================================================================== */
.live-matches { margin-bottom: 50px; }
.match-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.match-card {
    background: linear-gradient(160deg, #0f3460 0%, #16213e 100%);
    border-radius: 10px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .06);
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.match-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0, 0, 0, .45); }
.match-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e94560, #f5a623);
}
.match-card .match-league {
    color: #a0aec0;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}
.match-card .live-badge {
    background: #48bb78;
    color: #0d1b2a;
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 800;
    font-size: .65rem;
    letter-spacing: 1px;
}
.match-card .teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.match-card .team {
    text-align: center;
    flex: 1;
}
.match-card .team .name { font-weight: 700; font-size: .95rem; }
.match-card .team .flag {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94560, #f5a623);
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    font-size: .85rem;
    border: 2px solid rgba(255, 255, 255, .15);
}
.match-card .vs {
    color: #f5a623;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .85rem;
}
.match-card .odds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.match-card .odd-btn {
    background: #1a1a2e;
    border: 1px solid rgba(245, 166, 35, .25);
    color: #ffffff;
    padding: 10px 6px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all .15s ease;
    font-size: .8rem;
}
.match-card .odd-btn .label { display: block; color: #a0aec0; font-size: .7rem; margin-bottom: 2px; }
.match-card .odd-btn .value { color: #f5a623; font-weight: 700; }
.match-card .odd-btn:hover { background: #e94560; border-color: #e94560; }
.match-card .odd-btn:hover .label,
.match-card .odd-btn:hover .value { color: #fff; }

/* ==========================================================================
   Posts Grid (News / Archive)
   ========================================================================== */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.post-card {
    background: #16213e;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    border: 1px solid rgba(255, 255, 255, .04);
    display: flex;
    flex-direction: column;
}
.post-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0, 0, 0, .5); }

.post-card .post-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #0f3460 0%, #16213e 50%, #e94560 100%);
    overflow: hidden;
}
.post-card .post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card .post-thumb .placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255, 255, 255, .4);
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.post-card .category-badge {
    position: absolute;
    top: 12px; left: 12px;
    background: #e94560;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.post-card .post-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.post-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.post-card h3 a { color: #ffffff; }
.post-card h3 a:hover { color: #f5a623; }
.post-card .post-meta {
    color: #a0aec0;
    font-size: .8rem;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.post-card .post-excerpt { color: #cbd5e0; font-size: .9rem; flex: 1; }
.post-card .read-more {
    margin-top: 14px;
    color: #f5a623;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.post-card .read-more::after { content: "→"; transition: transform .2s ease; }
.post-card .read-more:hover::after { transform: translateX(4px); }

/* ==========================================================================
   Single Post
   ========================================================================== */
.single-post-article {
    background: #16213e;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .05);
}
.single-post-article .post-hero {
    aspect-ratio: 16 / 6;
    background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 50%, #e94560 100%);
    position: relative;
}
.single-post-article .post-hero img { width: 100%; height: 100%; object-fit: cover; }
.single-post-article .post-content-wrap { padding: 40px; }
.single-post-article h1.entry-title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 18px;
}
.single-post-article .entry-meta {
    color: #a0aec0;
    font-size: .85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 24px;
}
.single-post-article .entry-meta a { color: #f5a623; }
.single-post-article .entry-content { color: #e2e8f0; font-size: 1rem; }
.single-post-article .entry-content p { margin-bottom: 1.2em; }
.single-post-article .entry-content h2,
.single-post-article .entry-content h3 { margin-top: 1.6em; }
.single-post-article .entry-content blockquote {
    border-left: 4px solid #e94560;
    padding: 8px 18px;
    background: rgba(233, 69, 96, .08);
    color: #f5a623;
    font-style: italic;
    margin: 1.4em 0;
}
.single-post-article .entry-content a { color: #f5a623; text-decoration: underline; }
.single-post-article .entry-content code {
    background: #0d1b2a;
    padding: 2px 6px;
    border-radius: 3px;
    color: #f5a623;
    font-size: .9em;
}

.entry-tags { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.entry-tags a {
    background: #0f3460;
    color: #a0aec0;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-tags a:hover { background: #e94560; color: #fff; }

.related-posts { margin-top: 50px; }

/* ==========================================================================
   Page
   ========================================================================== */
.page-article {
    background: #16213e;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, .05);
}
.page-article h1 { font-size: 2.2rem; margin-bottom: 24px; }
.page-article .entry-content { color: #e2e8f0; }

/* ==========================================================================
   Archive Header
   ========================================================================== */
.archive-header {
    background: linear-gradient(135deg, #16213e 0%, #0f3460 100%);
    border-radius: 10px;
    padding: 36px;
    margin-bottom: 30px;
    border-left: 5px solid #e94560;
}
.archive-header h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2rem;
    margin-bottom: 6px;
}
.archive-header .archive-description { color: #a0aec0; }

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.pagination .page-numbers {
    background: #16213e;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .08);
    font-weight: 700;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #e94560;
    color: #fff;
    border-color: #e94560;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar { display: flex; flex-direction: column; gap: 24px; }
.widget {
    background: #16213e;
    border-radius: 10px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .05);
}
.widget-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    color: #f5a623;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(245, 166, 35, .3);
}
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget li {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .07);
    color: #cbd5e0;
}
.widget li:last-child { border-bottom: none; }
.widget li a { color: #cbd5e0; display: flex; justify-content: space-between; align-items: center; }
.widget li a:hover { color: #f5a623; }
.widget li a::before { content: "›"; color: #e94560; margin-right: 8px; font-weight: 700; }

.widget.upcoming-matches .upcoming-item {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .07);
}
.widget.upcoming-matches .upcoming-item:last-child { border-bottom: none; }
.widget.upcoming-matches .teams-line { font-weight: 700; font-size: .9rem; }
.widget.upcoming-matches .time-line { color: #a0aec0; font-size: .75rem; margin-top: 2px; }

.widget.popular-bets .bet-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .07);
}
.widget.popular-bets .bet-row:last-child { border-bottom: none; }
.widget.popular-bets .bet-name { font-size: .85rem; color: #e2e8f0; }
.widget.popular-bets .bet-odd {
    background: #0f3460;
    color: #f5a623;
    padding: 4px 10px;
    border-radius: 3px;
    font-weight: 700;
    font-size: .8rem;
    border: 1px solid rgba(245, 166, 35, .3);
}

/* ==========================================================================
   Comments
   ========================================================================== */
.comments-area {
    margin-top: 40px;
    background: #16213e;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .05);
}
.comments-title { font-size: 1.4rem; margin-bottom: 20px; }
.comment-list { list-style: none; padding: 0; margin: 0 0 30px; }
.comment-list .comment {
    background: #0f3460;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 14px;
    border-left: 3px solid #e94560;
}
.comment-list .children { list-style: none; padding-left: 24px; margin-top: 14px; }
.comment-author { font-weight: 700; color: #f5a623; }
.comment-metadata { color: #a0aec0; font-size: .8rem; margin-bottom: 8px; }
.comment-content { color: #e2e8f0; }
.comment-reply-link {
    display: inline-block;
    margin-top: 8px;
    font-size: .8rem;
    color: #f5a623;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comment-respond {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 24px;
}
.comment-form label {
    display: block;
    margin-bottom: 6px;
    color: #a0aec0;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    background: #0d1b2a;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    margin-bottom: 14px;
    font-family: inherit;
    font-size: .95rem;
}
.comment-form textarea { min-height: 130px; resize: vertical; }
.comment-form input:focus,
.comment-form textarea:focus { outline: none; border-color: #f5a623; }
.comment-form .form-submit input {
    background: linear-gradient(135deg, #e94560 0%, #c81f3c 100%);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ==========================================================================
   404
   ========================================================================== */
.error-404 {
    text-align: center;
    padding: 80px 20px;
}
.error-404 .big-404 {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #e94560 0%, #f5a623 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 16px;
}
.error-404 h1 { text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.error-404 p { color: #a0aec0; max-width: 540px; margin: 0 auto 24px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    background: #0a1420;
    color: #a0aec0;
    padding-top: 60px;
    border-top: 4px solid #e94560;
    margin-top: 60px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    padding-bottom: 40px;
}
.footer-col h4 {
    color: #f5a623;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9rem;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(245, 166, 35, .25);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { padding: 5px 0; }
.footer-col a { color: #a0aec0; }
.footer-col a:hover { color: #f5a623; }
.footer-col p { color: #a0aec0; font-size: .9rem; }
.footer-col .footer-logo {
    display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.footer-col .footer-logo .logo-mark {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94560, #f5a623);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: 900;
}
.footer-col .footer-logo .logo-text {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.payment-methods span {
    background: #16213e;
    border: 1px solid rgba(245, 166, 35, .2);
    padding: 6px 10px;
    border-radius: 4px;
    color: #cbd5e0;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: .85rem;
}
.footer-bottom a { color: #a0aec0; }
.footer-bottom a:hover { color: #f5a623; }
.footer-bottom .legal-links { display: flex; gap: 16px; flex-wrap: wrap; }

/* ==========================================================================
   Utility / Misc
   ========================================================================== */
.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px; width: 1px;
    margin: -1px; overflow: hidden; padding: 0;
    position: absolute; word-wrap: normal !important;
}

.alignleft  { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption {
    max-width: 100%;
    background: #0f3460;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 1.5em;
}
.wp-caption-text {
    color: #a0aec0;
    font-size: .8rem;
    text-align: center;
    padding: 6px 0 0;
}

.sticky { border: 1px solid #f5a623; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 992px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero h1 { font-size: 2.4rem; }
    .content-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .menu-toggle { display: inline-flex; align-items: center; gap: 6px; }
    .main-navigation ul {
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #0d1b2a;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        gap: 4px;
        border-top: 2px solid #e94560;
        display: none;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .5);
    }
    .main-navigation.toggled ul { display: flex; }
    .main-navigation .nav-login a { margin-left: 0; }
    .single-post-article .post-content-wrap,
    .page-article { padding: 24px; }
    .single-post-article h1.entry-title { font-size: 1.6rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .hero { padding: 60px 0; }
    .hero h1 { font-size: 2rem; }
    .error-404 .big-404 { font-size: 5rem; }
}
