/* ===========================================================================
   Blog — Novedades PresuCosto 2.0
   Extraido del <style> embebido del template (regla #5: nada de <style> en HTML).
   NOTA: .v2-hero es un <header>; hasta el 14-jul-2026 la regla global
   'header { height:58px; display:flex }' de layout_base.css lo aplastaba.
   Esa regla ya quedo acotada a .header-sitio.
   =========================================================================== */
.v2-article {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        color: #26313f;
        max-width: 880px;
        margin: 0 auto;
        padding: 0 20px 64px;
    }

    /* ── Breadcrumb ── */
    .v2-breadcrumb { font-size: 13px; color: #8896ac; margin: 24px 0 0; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
    .v2-breadcrumb a { color: #2874A6; text-decoration: none; }
    .v2-breadcrumb a:hover { text-decoration: underline; }

    /* ── Hero ── */
    .v2-hero {
        background: linear-gradient(150deg, #0b2140 0%, #112f53 52%, #164a86 100%);
        border-radius: 20px;
        padding: 56px 46px 50px;
        margin: 30px 0 54px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 24px 64px rgba(11, 33, 64, 0.42);
    }
    .v2-hero::before {
        content: '';
        position: absolute; inset: 0;
        background: radial-gradient(ellipse at 82% 12%, rgba(133, 193, 233, 0.22) 0%, transparent 60%),
                    radial-gradient(ellipse at 8% 92%, rgba(52, 152, 219, 0.16) 0%, transparent 55%);
        pointer-events: none;
    }
    .v2-hero-eyebrow {
        display: inline-block;
        background: rgba(52, 152, 219, 0.18);
        color: #a9d6f2;
        border: 1px solid rgba(133, 193, 233, 0.4);
        padding: 6px 15px; border-radius: 100px;
        font-size: 12px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase;
        margin-bottom: 22px; position: relative;
    }
    .v2-hero h1 {
        font-family: 'Fraunces', Georgia, serif;
        font-size: clamp(32px, 5.4vw, 52px);
        font-weight: 900; color: #ffffff; line-height: 1.04;
        letter-spacing: -1.5px; margin: 0 0 20px; max-width: 720px; position: relative;
        text-wrap: balance;
    }
    .v2-hero h1 em { color: #7fc0ec; font-style: normal; }
    .v2-hero-lead {
        font-size: 18px; color: rgba(206, 224, 244, 0.92);
        line-height: 1.68; margin: 0 0 30px; max-width: 620px; position: relative;
    }
    .v2-hero-stats { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }
    .v2-hero-chip {
        background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
        color: #fff; padding: 10px 18px; border-radius: 100px; font-size: 14px;
        display: flex; align-items: center; gap: 8px;
    }
    .v2-hero-chip strong { color: #85c1e9; font-weight: 700; }
    .v2-hero-chip.is-free strong { color: #7ee2a8; }
    .v2-hero-meta { font-size: 12.5px; color: rgba(180, 205, 235, 0.6); letter-spacing: 0.4px; margin-top: 26px; position: relative; }

    /* ── Contenido ── */
    .v2-content h2 {
        font-family: 'Fraunces', Georgia, serif;
        font-size: 30px; font-weight: 700; color: #112f53;
        margin: 58px 0 18px; line-height: 1.22; text-wrap: balance;
    }
    .v2-content h3 { font-size: 20px; font-weight: 700; color: #1c4a86; margin: 32px 0 12px; }
    .v2-content p { font-size: 17px; line-height: 1.85; color: #37424f; margin-bottom: 18px; }
    .v2-content strong { color: #112f53; }
    .v2-content a.inline-link { color: #2874A6; font-weight: 600; text-decoration: none; border-bottom: 1.5px solid #a9d6f2; }
    .v2-content a.inline-link:hover { border-bottom-color: #2874A6; }

    /* ── Section header with number + icon ── */
    .v2-mod-head { display: flex; align-items: center; gap: 16px; margin: 60px 0 6px; }
    .v2-mod-icon {
        flex-shrink: 0; width: 54px; height: 54px; border-radius: 14px;
        display: flex; align-items: center; justify-content: center; font-size: 27px;
        background: linear-gradient(135deg, #112f53, #2874A6);
        box-shadow: 0 8px 20px rgba(17, 47, 83, 0.22);
    }
    .v2-mod-head-text .v2-mod-kicker {
        font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #2874A6; margin: 0 0 3px;
    }
    .v2-mod-head-text h2 { margin: 0; font-size: 28px; }

    /* ── Beta / new pill ── */
    .pill { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; vertical-align: middle; margin-left: 8px; }
    .pill-free { background: #e4f6ec; color: #1E8449; border: 1px solid #a6e0bf; }
    .pill-beta { background: #eaf3fb; color: #2874A6; border: 1px solid #b6d8f0; }

    /* ── Feature list ── */
    .v2-flist { list-style: none; padding: 0; margin: 22px 0 30px; display: grid; gap: 12px; }
    .v2-flist li {
        display: flex; gap: 13px; align-items: flex-start;
        background: #f5f8fc; border: 1px solid #e2eaf3; border-left: 4px solid #3498DB;
        border-radius: 10px; padding: 15px 18px; font-size: 15.5px; line-height: 1.6; color: #37424f;
    }
    .v2-flist li strong { color: #112f53; }
    .v2-flist .tick {
        flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
        background: #3498DB; color: #fff; display: flex; align-items: center; justify-content: center;
        font-size: 13px; font-weight: 800; margin-top: 1px;
    }

    /* ── Through-line strip ── */
    .v2-flow {
        display: flex; align-items: stretch; gap: 0; margin: 30px 0 12px;
        background: #f5f8fc; border: 1px solid #e2eaf3; border-radius: 14px; overflow: hidden; flex-wrap: wrap;
    }
    .v2-flow-step { flex: 1 1 140px; padding: 20px 18px; text-align: center; position: relative; }
    .v2-flow-step:not(:last-child)::after {
        content: '→'; position: absolute; right: -9px; top: 50%; transform: translateY(-50%);
        color: #85c1e9; font-size: 20px; font-weight: 700; z-index: 2;
    }
    .v2-flow-step .fs-ico { font-size: 26px; display: block; margin-bottom: 8px; }
    .v2-flow-step .fs-t { font-size: 14px; font-weight: 700; color: #112f53; }
    .v2-flow-step .fs-d { font-size: 12.5px; color: #6b7a8d; margin-top: 3px; line-height: 1.45; }

    /* ── Callouts ── */
    .v2-callout {
        border-radius: 12px; padding: 20px 24px; margin: 26px 0; font-size: 15.5px; line-height: 1.7;
    }
    .v2-callout.info { background: #eaf3fb; border: 1px solid #bcdcf3; border-left: 5px solid #2874A6; color: #14456f; }
    .v2-callout.info strong { color: #0d3b66; }
    .v2-callout.success { background: #e9f8f0; border: 1px solid #b3e6c9; border-left: 5px solid #1E8449; color: #145c39; }
    .v2-callout.success strong { color: #145c39; }

    /* ── Sub-cards grid ── */
    .v2-subgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 24px 0 34px; }
    .v2-subcard {
        background: #ffffff; border: 1px solid #e2eaf3; border-radius: 12px; padding: 20px;
        transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
    }
    .v2-subcard:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(17,47,83,0.1); border-color: #b6d8f0; }
    .v2-subcard .sc-ico {
        width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, #eaf3fb, #d3e7f7);
        display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 12px;
    }
    .v2-subcard h4 { font-size: 16px; font-weight: 700; color: #112f53; margin: 0 0 7px; }
    .v2-subcard p { font-size: 14px; line-height: 1.6; color: #556375; margin: 0; }

    /* ── Divider ── */
    .v2-divider { height: 1px; background: linear-gradient(90deg, transparent, #dbe4ef 20%, #dbe4ef 80%, transparent); border: 0; margin: 8px 0; }

    /* ── Plans table ── */
    .v2-table-wrap { overflow-x: auto; margin: 26px 0 20px; border-radius: 14px; box-shadow: 0 3px 16px rgba(17,47,83,0.08); }
    .v2-table { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; min-width: 540px; }
    .v2-table thead tr { background: linear-gradient(135deg, #112f53, #1c4a86); }
    .v2-table thead th { color: #fff; padding: 15px 18px; text-align: left; font-weight: 600; font-size: 13.5px; letter-spacing: 0.4px; }
    .v2-table thead th:not(:first-child) { text-align: center; }
    .v2-table tbody td { padding: 13px 18px; border-bottom: 1px solid #eef2f7; color: #37424f; }
    .v2-table tbody td:not(:first-child) { text-align: center; font-variant-numeric: tabular-nums; }
    .v2-table tbody tr:nth-child(even) { background: #f7fafd; }
    .v2-table .check { color: #1E8449; font-weight: 800; font-size: 17px; }
    .v2-table .partial { color: #2874A6; font-weight: 700; font-size: 12.5px; }
    .v2-table .cross { color: #b7c2d0; font-weight: 700; }
    .v2-table caption { caption-side: bottom; font-size: 12.5px; color: #7a8798; padding: 12px 4px 0; text-align: left; }

    /* ── CTA ── */
    .v2-cta {
        background: linear-gradient(150deg, #0b2140 0%, #112f53 55%, #164a86 100%);
        border-radius: 20px; padding: 48px 40px; text-align: center; margin: 54px 0 40px;
        position: relative; overflow: hidden; box-shadow: 0 20px 56px rgba(11,33,64,0.4);
    }
    .v2-cta::before {
        content: ''; position: absolute; inset: 0;
        background: radial-gradient(ellipse at 72% 26%, rgba(133,193,233,0.16) 0%, transparent 62%);
        pointer-events: none;
    }
    .v2-cta h2 { font-family: 'Fraunces', Georgia, serif; font-size: 30px; color: #fff; margin: 0 0 12px; position: relative; border: 0; padding: 0; }
    .v2-cta p { font-size: 16.5px; color: rgba(206,224,244,0.86); margin: 0 auto 28px; max-width: 480px; line-height: 1.65; position: relative; }
    .v2-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
    .v2-btn-primary {
        background: linear-gradient(135deg, #3498DB, #2874A6); color: #fff; font-weight: 700; font-size: 16px;
        padding: 15px 34px; border-radius: 10px; text-decoration: none; display: inline-block;
        transition: transform 0.15s, box-shadow 0.15s; box-shadow: 0 6px 20px rgba(52,152,219,0.4);
    }
    .v2-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(52,152,219,0.5); }
    .v2-btn-secondary {
        background: rgba(255,255,255,0.08); color: #fff; font-weight: 600; font-size: 15px;
        padding: 15px 28px; border-radius: 10px; text-decoration: none; display: inline-block;
        border: 1.5px solid rgba(133,193,233,0.4); transition: background 0.15s;
    }
    .v2-btn-secondary:hover { background: rgba(255,255,255,0.16); }

    /* ── FAQ ── */
    .v2-faq { margin: 50px 0; }
    .v2-faq h2 { border: 0; padding: 0; }
    .v2-faq-item { border: 1.5px solid #dde6f2; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
    .v2-faq-q {
        width: 100%; text-align: left; background: #f7fafd; border: none; padding: 18px 22px;
        font-size: 16px; font-weight: 600; color: #112f53; cursor: pointer; display: flex;
        justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; transition: background 0.15s;
    }
    .v2-faq-q:hover, .v2-faq-q.open { background: #eaf3fb; }
    .v2-faq-q svg { flex-shrink: 0; transition: transform 0.25s; }
    .v2-faq-q.open svg { transform: rotate(180deg); }
    .v2-faq-a { display: none; padding: 4px 22px 20px; font-size: 15.5px; color: #4a5768; line-height: 1.78; background: #fff; }
    .v2-faq-a.open { display: block; }

    /* ── Related ── */
    .v2-related { margin-top: 54px; padding-top: 34px; border-top: 1.5px solid #e6ecf3; }
    .v2-related h3 { font-family: 'Fraunces', Georgia, serif; color: #112f53; font-size: 22px; margin-bottom: 20px; }
    .v2-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
    .v2-related-link { display: block; text-decoration: none; background: #f7fafd; border: 1.5px solid #dde6f2; border-radius: 12px; padding: 18px; transition: border-color 0.2s, box-shadow 0.2s; }
    .v2-related-link:hover { border-color: #2874A6; box-shadow: 0 6px 18px rgba(17,47,83,0.1); }
    .v2-related-tag { font-size: 12.5px; color: #6b7a8d; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; }
    .v2-related-title { font-size: 15px; font-weight: 700; color: #112f53; line-height: 1.4; }

    @media (max-width: 768px) {
        .v2-content h2 { font-size: 25px; margin-top: 46px; }
        .v2-content h3 { font-size: 18px; }
        .v2-content p { font-size: 16px; }
        .v2-mod-head { gap: 13px; margin-top: 48px; }
        .v2-mod-icon { width: 46px; height: 46px; font-size: 23px; }
        .v2-mod-head-text h2 { font-size: 23px; }
        .v2-hero { padding: 40px 26px 36px; }
        .v2-cta { padding: 38px 24px; }
    }
    @media (max-width: 480px) {
        .v2-article { padding: 0 14px 46px; }
        .v2-hero h1 { font-size: 30px; }
        .v2-hero-lead { font-size: 16px; }
        .v2-content p { font-size: 15.5px; line-height: 1.78; }
        .v2-cta-btns { flex-direction: column; align-items: stretch; }
        .v2-btn-primary, .v2-btn-secondary { text-align: center; }
        .v2-flow-step:not(:last-child)::after { display: none; }
    }
