/**
 * Custom Page CSS
 * Generated by Astra Page Converter Plugin
 * This CSS is specific to this page only
 */

/* CSS Reset for this page */
.custom-page-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-page-wrapper {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}



/* Page-specific styles */
/* Force your background color */
body {
    background-color: #YOUR_COLOR !important;
}

html {
    background-color: #YOUR_COLOR !important;
}

/* Hide Astra header if it's showing */
.site-header {
    display: none !important;
}

.site-footer {
    display: none !important;
}
:root {
            --ink: #1c1917; --paper: #f5f2ec; --amber: #d97706; --amber-dark: #92400e;
            --amber-light: #fef3c7; --purple: #5b21b6; --purple-mid: #7c3aed;
            --purple-light: #ede9fe; --slate: #44403c; --muted: #a8a29e;
            --white: #ffffff; --border: #e5e1d8; --footer-bg: #1c1917; --footer-border: #3c3532;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'DM Sans', sans-serif; background: var(--paper); color: var(--ink); line-height: 1.65; overflow-x: hidden; }
        header { padding: 18px 0; position: sticky; top: 0; z-index: 100; background: rgba(245,242,236,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
        .header-content { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
        .logo { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--ink); text-decoration: none; letter-spacing: -0.5px; }
        .logo span { color: var(--amber); }
        nav { display: flex; align-items: center; gap: 6px; }
        nav a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 14px; padding: 8px 14px; border-radius: 6px; transition: background 0.2s, color 0.2s; }
        nav a:hover { background: var(--amber-light); color: var(--amber-dark); }
        nav a.active { background: var(--amber-light); color: var(--amber-dark); font-weight: 600; }
        .btn { display: inline-block; padding: 11px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.25s; }
        .btn-primary { background: var(--amber); color: white; }
        .btn-primary:hover { background: var(--amber-dark); transform: translateY(-1px); }
        .btn-white { background: white; color: var(--purple); }
        .btn-white:hover { background: var(--amber-light); color: var(--amber-dark); }
        .btn-outline-white { border: 1.5px solid rgba(255,255,255,0.4); color: white; }
        .btn-outline-white:hover { background: rgba(255,255,255,0.1); }

        /* MASTHEAD */
        .masthead { max-width: 1160px; margin: 0 auto; padding: 44px 24px 18px; display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 2px solid var(--ink); }
        .masthead-date { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 8px; }
        .masthead h1 { font-family: 'Syne', sans-serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1.5px; line-height: 1; color: var(--ink); }
        .masthead h1 span { color: var(--amber); }
        .masthead-desc { font-size: 12px; color: var(--muted); line-height: 1.6; max-width: 220px; text-align: right; }
        .masthead-desc strong { color: var(--slate); display: block; }

        /* TOPIC STRIP */
        .topic-strip { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 61px; z-index: 90; }
        .topic-strip-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; overflow-x: auto; scrollbar-width: none; }
        .topic-strip-inner::-webkit-scrollbar { display: none; }
        .topic-pill { padding: 13px 18px; font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; cursor: pointer; user-select: none; }
        .topic-pill:hover { color: var(--ink); }
        .topic-pill.active { color: var(--amber-dark); border-bottom-color: var(--amber); }

        /* PAGE BODY */
        .page-body { max-width: 1160px; margin: 0 auto; padding: 40px 24px 80px; display: grid; grid-template-columns: 1fr 280px; gap: 52px; align-items: start; }

        /* LEAD STORY */
        .lead-story { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 40px; text-decoration: none; color: inherit; transition: box-shadow 0.25s; }
        .lead-story:hover { box-shadow: 0 6px 32px rgba(0,0,0,0.09); }
        .lead-visual { background: var(--amber-light); min-height: 260px; display: flex; align-items: center; justify-content: center; font-size: 72px; position: relative; }
        .lead-visual::after { content: "EDITOR'S PICK"; position: absolute; top: 16px; left: 16px; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: var(--amber-dark); background: white; padding: 4px 10px; border-radius: 100px; }
        .lead-body { padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; }
        .article-tag { display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 3px 9px; border-radius: 100px; margin-bottom: 14px; }
        .tag-ai { background: var(--amber-light); color: var(--amber-dark); }
        .tag-china { background: #fce7f3; color: #be185d; }
        .tag-space { background: #e0f2fe; color: #075985; }
        .tag-business { background: var(--purple-light); color: var(--purple); }
        .tag-tools { background: #dcfce7; color: #166534; }
        .lead-body h2 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -0.4px; line-height: 1.3; margin-bottom: 12px; color: var(--ink); }
        .lead-body p { font-size: 14px; color: var(--slate); line-height: 1.7; margin-bottom: 20px; }
        .article-meta { font-size: 12px; color: var(--muted); display: flex; gap: 14px; align-items: center; padding-top: 14px; border-top: 1px solid var(--border); }
        .read-link { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--amber); text-decoration: none; }
        .read-link:hover { color: var(--amber-dark); }

        /* SECTION LABELS */
        .articles-section-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
        .articles-section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }

        /* ARTICLE GRID */
        .articles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; }
        .article-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 20px 22px; text-decoration: none; color: inherit; transition: border-color 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; }
        .article-card:hover { border-color: var(--amber); box-shadow: 0 3px 16px rgba(0,0,0,0.06); }
        .article-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: center; padding: 16px 22px; }
        .wide-num { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; color: var(--border); line-height: 1; }
        .article-card h3 { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 800; line-height: 1.4; margin-bottom: 8px; color: var(--ink); flex: 1; }
        .article-card p { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 12px; flex: 1; }
        .article-card .article-meta { margin-top: auto; padding-top: 12px; }
        .article-card.wide .article-meta { border-top: none; padding-top: 0; margin-top: 0; }

        /* LIST ARTICLES */
        .more-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 4px; display: flex; align-items: center; gap: 12px; }
        .more-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
        .list-articles { display: flex; flex-direction: column; }
        .list-article { display: grid; grid-template-columns: 1fr 44px; gap: 18px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; transition: 0.2s; }
        .list-article:last-child { border-bottom: none; }
        .list-article:hover h4 { color: var(--amber); }
        .list-article h4 { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; line-height: 1.4; color: var(--ink); margin-bottom: 4px; margin-top: 6px; transition: color 0.2s; }
        .list-article-meta { font-size: 12px; color: var(--muted); }
        .list-icon { width: 44px; height: 44px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
        .li-a { background: var(--amber-light); } .li-c { background: #fce7f3; } .li-s { background: #e0f2fe; } .li-t { background: #dcfce7; } .li-b { background: var(--purple-light); }

        /* PAGINATION */
        .pagination { display: flex; gap: 8px; margin-top: 28px; }
        .page-btn { width: 34px; height: 34px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; border: 1.5px solid var(--border); color: var(--slate); text-decoration: none; transition: 0.2s; }
        .page-btn:hover { border-color: var(--amber); color: var(--amber); }
        .page-btn.active { background: var(--amber); color: white; border-color: var(--amber); }

        /* SIDEBAR */
        .sidebar { display: flex; flex-direction: column; gap: 18px; }
        .s-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; }
        .s-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
        .briefing-date { font-size: 12px; color: var(--muted); margin-bottom: 12px; }
        .briefing-items { display: flex; flex-direction: column; gap: 10px; }
        .b-item { display: flex; gap: 10px; align-items: flex-start; }
        .b-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); margin-top: 6px; flex-shrink: 0; }
        .b-text { font-size: 13px; color: var(--slate); line-height: 1.55; }
        .b-text strong { color: var(--ink); font-weight: 600; }
        .pp-promo { background: var(--amber-light); border-color: #fcd34d; }
        .pp-promo .s-title { color: var(--amber-dark); border-bottom-color: #fcd34d; }
        .pp-promo p { font-size: 13px; color: var(--amber-dark); line-height: 1.65; margin-bottom: 14px; }
        .pp-btn { display: block; text-align: center; background: var(--amber); color: white; padding: 10px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; transition: 0.2s; }
        .pp-btn:hover { background: var(--amber-dark); }
        .topic-list { display: flex; flex-direction: column; gap: 2px; }
        .topic-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 10px; border-radius: 7px; text-decoration: none; color: var(--ink); transition: background 0.2s; }
        .topic-row:hover { background: var(--paper); }
        .topic-row span:first-child { font-size: 13px; font-weight: 500; }
        .topic-count { font-size: 11px; color: var(--muted); background: var(--paper); padding: 2px 8px; border-radius: 100px; }
        .trend-list { display: flex; flex-direction: column; gap: 10px; }
        .trend-item { display: flex; gap: 10px; text-decoration: none; color: inherit; align-items: flex-start; }
        .trend-num { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; color: var(--border); line-height: 1.1; flex-shrink: 0; width: 22px; }
        .trend-title { font-size: 12px; font-weight: 500; color: var(--slate); line-height: 1.5; transition: color 0.2s; }
        .trend-item:hover .trend-title { color: var(--amber); }

        /* CTA BAND */
        .cta-band { background: linear-gradient(135deg, var(--purple) 0%, #4c1d95 100%); padding: 72px 24px; text-align: center; color: white; position: relative; overflow: hidden; }
        .cta-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.04); }
        .cta-band-inner { position: relative; z-index: 1; max-width: 520px; margin: 0 auto; }
        .cta-band h2 { font-family: 'Syne', sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 800; letter-spacing: -1px; line-height: 1.2; margin-bottom: 12px; }
        .cta-band p { color: #c4b5fd; font-size: 15px; margin-bottom: 26px; line-height: 1.7; }
        .cta-band-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

        /* FOOTER */
        footer { background: var(--footer-bg); color: white; padding: 56px 24px 28px; }
        .footer-inner { max-width: 1160px; margin: 0 auto; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
        .footer-brand p { color: #78716c; font-size: 14px; margin-top: 12px; line-height: 1.7; max-width: 260px; }
        .footer-col h4 { font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #a8a29e; margin-bottom: 14px; }
        .footer-col a { display: block; color: #78716c; text-decoration: none; font-size: 14px; margin-bottom: 9px; transition: color 0.2s; }
        .footer-col a:hover { color: var(--amber); }
        .footer-bottom { border-top: 1px solid var(--footer-border); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; }
        .footer-bottom p { color: #57534e; font-size: 13px; }
        .footer-pixel { color: #57534e; font-size: 13px; }
        .footer-pixel a { color: #a78bfa; text-decoration: none; font-weight: 600; }
        .footer-pixel a:hover { color: var(--amber); }

        @media (max-width: 960px) { .page-body { grid-template-columns: 1fr; } .sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } }
        @media (max-width: 700px) {
            nav { display: none; }
            .masthead { flex-direction: column; align-items: flex-start; gap: 10px; }
            .masthead-desc { text-align: left; }
            .lead-story { grid-template-columns: 1fr; }
            .lead-visual { min-height: 140px; }
            .articles-grid { grid-template-columns: 1fr; }
            .article-card.wide { grid-template-columns: 1fr; }
            .wide-num { display: none; }
            .sidebar { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
            .footer-bottom { flex-direction: column; gap: 8px; }
        }
        @keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
        .masthead { animation: fadeUp 0.4s ease both; }
        .lead-story { animation: fadeUp 0.5s ease 0.1s both; }