/* Ficha pública /plantillas/:id — SEO */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    background: #0e0e0e;
    color: #fff;
    min-height: 100vh;
    line-height: 1.6;
}

a { color: #00e5c9; text-decoration: none; }
a:hover { text-decoration: underline; }

.seo-wrap { max-width: 720px; margin: 0 auto; padding: 32px 20px 80px; }

.seo-nav {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 28px;
}

.seo-nav a { color: rgba(255, 255, 255, 0.55); }

.seo-cat {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 229, 201, 0.12);
    color: #00e5c9;
    border: 1px solid rgba(0, 229, 201, 0.25);
    margin-bottom: 16px;
}

.seo-wrap h1 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
    line-height: 1.2;
}

.seo-views {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 24px;
}

.seo-desc {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    white-space: pre-wrap;
    margin-bottom: 32px;
}

.seo-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
}

.seo-btn-primary {
    display: inline-block;
    background: #00e5c9;
    color: #0a0a0a;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1rem;
}

.seo-btn-primary:hover { filter: brightness(1.05); text-decoration: none; }

.seo-btn-secondary {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    padding: 12px 22px;
    border-radius: 12px;
    font-size: 0.92rem;
}

.seo-note {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
