*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--cr-font-ui);
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2 {
    font-family: var(--cr-font-display);
    font-weight: var(--cr-font-weight-bold);
    letter-spacing: var(--cr-letter-spacing-display);
    text-transform: none;
}

h3, h4 { font-family: 'Space Grotesk', sans-serif; }
a { color: inherit; text-decoration: none; }

/* Nav + .btn chrome: marketing.css */

/* ─── ARTICLE LAYOUT ──────────────────────────── */
.article-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 108px 28px 80px;
}

/* ─── ARTICLE HEADER ──────────────────────────── */
.article-header {
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
}

.article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.78rem;
    color: var(--text-muted);
}

.article-breadcrumb a {
    color: var(--accent);
    transition: opacity 0.2s;
}
.article-breadcrumb a:hover { opacity: 0.8; }
.article-breadcrumb .sep { color: var(--border-strong); }

.article-category {
    display: inline-block;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 20px;
    padding: 5px 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.article-header h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    line-height: 1.0;
    color: var(--text);
    margin-bottom: 20px;
}

.article-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 24px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.article-meta .divider { color: var(--border-strong); }

/* ─── ARTICLE BODY ──────────────────────────── */
.article-body {
    font-size: 1.0rem;
    line-height: 1.75;
    color: var(--text-secondary);
}

.article-body p {
    margin-bottom: 1.5em;
}

.article-body h2 {
    font-size: 1.7rem;
    color: var(--text);
    margin: 2em 0 0.6em;
}

.article-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin: 1.8em 0 0.5em;
}

.article-body strong {
    color: var(--text);
    font-weight: 600;
}

.article-body blockquote {
    border-left: 3px solid var(--accent);
    padding: 16px 20px;
    background: var(--bg-section);
    border-radius: 0 var(--radius) var(--radius) 0;
    margin: 2em 0;
    font-style: italic;
    color: var(--text);
    font-size: 1.05rem;
}

.article-body ul, .article-body ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.article-body li {
    margin-bottom: 0.5em;
}

.strategy-block {
    background: var(--bg-section);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    margin: 2em 0;
}

.strategy-number {
    font-family: var(--cr-font-display);
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 8px;
}

.strategy-block h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 12px;
}

.strategy-block p {
    margin: 0;
    color: var(--text-secondary);
}

.example-box {
    background: var(--bg-card);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius);
    padding: 20px 24px;
    margin-top: 16px;
}

.example-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.example-bad { color: var(--accent); }
.example-good { color: var(--green); }

.example-box p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
}

/* ─── CTA BOX ──────────────────────────── */
.article-cta {
    background: linear-gradient(135deg, #1a1a2e 0%, #2a1a28 100%);
    border-radius: var(--radius-lg);
    padding: 40px;
    margin: 48px 0 0;
    text-align: center;
}

.article-cta h3 {
    font-family: var(--cr-font-display);
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: white;
    margin-bottom: 12px;
}

.article-cta p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    margin-bottom: 28px;
    line-height: 1.6;
}

.article-cta .btn-primary {
    font-size: 0.95rem;
    padding: 12px 32px;
}

/* ─── BACK NAV ──────────────────────────── */
.article-back {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}

.article-back a {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}

.article-back a:hover { gap: 10px; }

/* ─── FOOTER ──────────────────────────── */
footer {
    background: var(--bg-section);
    border-top: 1px solid var(--border);
    padding: 40px 28px;
    margin-top: 64px;
}

.footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    font-size: 0.82rem;
    color: var(--text-muted);
    transition: color 0.2s;
}
.footer-links a:hover { color: var(--text-secondary); }

@media (max-width: 600px) {
    .nav-links .nav-link { display: none; }
    .article-wrapper { padding-top: 96px; }
    .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
}
