body {
    background:
        radial-gradient(circle at top right, rgba(240, 156, 18, 0.12), transparent 26%),
        radial-gradient(circle at left 20%, rgba(75, 106, 136, 0.10), transparent 24%),
        linear-gradient(180deg, #f5f8fb 0%, #edf2f7 100%);
    color: #243444;
}

.info-guide-shell {
    padding: 12px 12px 0;
}

.info-guide-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 30%),
        linear-gradient(135deg, #173047 0%, #255d7a 58%, #337e8d 100%);
    box-shadow: 0 18px 40px rgba(15, 34, 46, 0.18);
}

.info-guide-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.72rem;
    padding: 1rem 1rem 0.9rem;
}

.info-guide-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    min-height: 30px;
    padding: 0 0.75rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffe7cf;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

.info-guide-title {
    margin: 0;
    font-size: clamp(1.85rem, 4.4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-wrap: pretty;
}

.info-guide-lead {
    margin: 0;
    max-width: none;
    color: rgba(244, 247, 250, 0.92);
    width: 100%;
    font-size: 0.99rem;
    line-height: 1.62;
}

.info-guide-page {
    padding-bottom: 1.5rem;
}

.info-guide-panel {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(219, 227, 234, 0.9);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.guide-tabs-wrap {
    padding: 0.9rem;
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid #e6edf3;
}

.info-guide-page .nav-pills .nav-link {
    border-radius: 12px;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s ease;
    border: 1px solid #dbe3ea;
}

.info-guide-page .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #4b6a88 0%, #3d5872 100%);
    color: white;
    border-color: #3d5872;
    box-shadow: 0 6px 16px rgba(44, 62, 80, 0.18);
    transform: translateY(-2px);
}

.info-guide-page .nav-pills .nav-link:not(.active) {
    background: white;
    color: #556372;
    border-color: #dde5ec;
}

.info-guide-page .nav-pills .nav-link:not(.active):hover {
    border-color: #f39c12;
    color: #b56a00;
    background: #fffaf2;
    transform: translateY(-1px);
}

.guide-tabs-content {
    padding: 0.6rem;
}

.guide-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid #e5edf4;
    border-radius: 16px;
    padding: 0.9rem;
    margin-bottom: 0.85rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.guide-hero--adoptar {
    background: linear-gradient(180deg, #ffffff 0%, #f2f7fb 100%);
    border-color: #d6e4ef;
}

.guide-hero--publicar {
    background: linear-gradient(180deg, #ffffff 0%, #fff8ee 100%);
    border-color: #f0dcc0;
}

.guide-overline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b56a00;
    margin-bottom: 0.35rem;
}

.guide-title-block {
    font-size: 1.04rem;
    line-height: 1.2;
    font-weight: 800;
    color: #243444;
    margin-bottom: 0.25rem;
}

.guide-copy {
    color: #5f6f7f;
    font-size: 0.84rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.guide-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.6rem;
}

.guide-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid #dbe5ee;
    background: #fff;
    color: #4d5d6d;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 0.34rem 0.62rem;
}

.guide-highlights,
.guide-flow,
.guide-side-grid,
.account-types-strip,
.info-guide-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.guide-highlights {
    margin-bottom: 0.85rem;
}

.guide-highlight {
    background: #ffffff;
    border: 1px solid #e3ebf2;
    border-radius: 12px;
    padding: 0.72rem 0.8rem;
}

.guide-highlight strong {
    display: block;
    color: #243444;
    font-size: 0.84rem;
    margin-bottom: 0.1rem;
}

.guide-highlight span {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.4;
}

.section-card,
.account-type-card,
.info-guide-cta-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 0.9rem;
    margin-bottom: 0.85rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    border: 1px solid #e7edf3;
}

.section-heading {
    margin: 0 0 0.8rem;
    color: #243444;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
}

.guide-step-card {
    background: #ffffff;
    border: 1px solid #e4ebf1;
    border-radius: 14px;
    padding: 0.9rem;
}

.guide-step-index {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #f39c12 0%, #d97706 100%);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(217, 119, 6, 0.22);
    margin-bottom: 0.55rem;
}

.guide-step-card h3 {
    color: #243444;
    font-size: 0.92rem;
    margin: 0 0 0.28rem;
    font-weight: 800;
}

.guide-step-card p {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0 0 0.45rem;
}

.guide-list,
.guide-note-list,
.account-extra ul,
.account-extra ol {
    margin: 0;
    padding-left: 1rem;
    color: #526171;
    font-size: 0.8rem;
    line-height: 1.45;
}

.guide-list li + li,
.guide-note-list li + li,
.account-extra li + li {
    margin-top: 0.22rem;
}

.guide-note-card {
    border-radius: 14px;
    padding: 0.9rem;
    border: 1px solid #dde7ef;
    background: #ffffff;
}

.guide-note-card.safe {
    background: #f0fdf4;
    border-color: #b9e6c8;
}

.guide-note-card.warn {
    background: #fff7ed;
    border-color: #f3d1a8;
}

.guide-note-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #243444;
    font-size: 0.88rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.guide-note-card.safe .guide-note-title i { color: #0f8a5f; }
.guide-note-card.warn .guide-note-title i { color: #c66b10; }

.info-success-banner {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 16px;
    color: #fff;
}

.info-success-title {
    font-size: 1.02rem;
}

.account-types-intro {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.account-types-strip-card {
    background: #ffffff;
    border: 1px solid #e3e9ef;
    border-radius: 14px;
    padding: 0.95rem 1rem;
}

.account-types-strip-card strong,
.account-card-title {
    display: block;
    color: #243444;
    margin-bottom: 0.22rem;
    font-size: 0.92rem;
    font-weight: 800;
}

.account-types-strip-card span,
.account-card-subtitle {
    color: #607080;
    font-size: 0.82rem;
    line-height: 1.35;
}

.account-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.account-card-status {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid transparent;
}

.account-card-status.free { background: #ecfdf5; color: #0f8a5f; border-color: #b7ebd2; }
.account-card-status.verified { background: #fff4de; color: #a16207; border-color: #f5d19a; }
.account-card-status.official { background: #e8f1ff; color: #285ea8; border-color: #bdd0ef; }

.account-type-card.premium {
    border-color: #f3d19b;
}

.account-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-bottom: 0.9rem;
}

.account-kpi {
    border: 1px solid #e6edf3;
    border-radius: 12px;
    padding: 0.7rem 0.8rem;
    background: #f8fafc;
}

.account-kpi-label {
    color: #64748b;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-bottom: 0.18rem;
}

.account-kpi-value {
    color: #243444;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.25;
}

.account-points {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.95rem;
}

.account-point {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #475569;
    font-size: 0.84rem;
    line-height: 1.4;
}

.account-point i {
    color: #0f8a5f;
    margin-top: 0.12rem;
}

.account-toggle-btn {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    border: 1px solid #dbe3ea;
    background: #fff;
    border-radius: 12px;
    color: #435466;
    font-size: 0.83rem;
    font-weight: 700;
    padding: 0.78rem 0.9rem;
    box-shadow: none !important;
}

.account-toggle-btn:not(.collapsed) {
    background: #fff8ee;
    color: #a16207;
    border-color: #f3d19b;
}

.info-guide-page .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.info-guide-page .accordion-button:focus {
    border-color: #f39c12;
    box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.22);
}

.info-guide-cta-grid {
    margin-top: 1rem;
}

.info-guide-seo-block {
    margin-top: 1rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, #ffffff 100%);
    border: 1px solid #e3ebf2;
    border-radius: 20px;
    padding: 0.95rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.info-guide-seo-header {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.info-guide-kicker--light {
    color: #c66b10;
    background: #fff7ed;
    border-color: #f3d1a8;
}

.section-heading--seo {
    margin-bottom: 0;
}

.info-guide-seo-lead {
    margin: 0;
    color: #607080;
    font-size: 0.92rem;
    line-height: 1.58;
}

.info-guide-faq-grid,
.info-guide-links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.info-guide-faq-grid {
    margin-bottom: 0.85rem;
}

.info-guide-faq-card,
.info-guide-link-card {
    background: #ffffff;
    border: 1px solid #e6edf3;
    border-radius: 16px;
    padding: 0.9rem;
}

.info-guide-faq-card h3,
.info-guide-link-card strong {
    display: block;
    margin: 0 0 0.35rem;
    color: #243444;
    font-size: 0.94rem;
    line-height: 1.3;
    font-weight: 800;
}

.info-guide-faq-card p,
.info-guide-link-card span {
    margin: 0;
    color: #607080;
    font-size: 0.84rem;
    line-height: 1.5;
}

.info-guide-link-card {
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.info-guide-link-card:hover {
    transform: translateY(-2px);
    border-color: #f3d19b;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.info-guide-cta-card h2 {
    margin: 0 0 0.35rem;
    color: #243444;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
}

.info-guide-cta-card p {
    margin: 0 0 0.9rem;
    color: #607080;
    font-size: 0.9rem;
    line-height: 1.55;
}

.info-guide-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #173047 0%, #255d7a 100%);
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
}

.info-guide-cta-link:hover {
    color: #fff;
}

@media (max-width: 575.98px) {
    .info-guide-shell {
        padding: 12px 12px 0;
    }

    .info-guide-hero-inner {
        padding: 0.82rem 0.8rem 0.72rem;
    }

    .info-guide-title {
        font-size: clamp(1.5rem, 7.9vw, 1.95rem);
        line-height: 1.03;
    }

    .info-guide-lead {
        font-size: 0.93rem;
        line-height: 1.56;
    }

    .guide-tabs-wrap {
        padding: 0.55rem;
    }

    #guiaTabs {
        flex-wrap: nowrap;
        gap: 0.35rem;
        width: 100%;
    }

    #guiaTabs .nav-item {
        flex: 1;
    }

    #guiaTabs .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 0.75rem;
        padding: 0.42rem 0.45rem;
        white-space: nowrap;
    }
}

@media (min-width: 576px) {
    .guide-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .guide-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-side-grid,
    .info-guide-cta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-types-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .info-guide-faq-grid,
    .info-guide-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .info-guide-shell {
        padding: 18px 18px 0;
    }

    .info-guide-hero-inner {
        padding: 1.15rem 1.25rem 1rem;
    }

    .guide-tabs-content {
        padding: 1rem;
    }

    .section-card,
    .account-type-card,
    .info-guide-cta-card,
    .info-guide-seo-block {
        padding: 1.15rem;
        margin-bottom: 1rem;
    }

    .account-kpis {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .info-guide-shell {
        padding: 14px 12px 0;
    }

    .info-guide-hero {
        border-radius: 28px;
    }

    .info-guide-hero-inner {
        padding: 1.2rem 1.4rem 1.05rem;
    }

    .info-guide-title {
        font-size: clamp(1.8rem, 3vw, 2.35rem);
    }

    .info-guide-hero-inner {
        max-width: none;
    }
}