/* ============================
   Estilos unificados para páginas internas (Organizaciones, Talleres, Lab, Blog, etc.)
   Archivo: style-pages.css
   ============================ */

/* ============================
   1. ORGANIZACIONES 
   ============================ */

.org-hero {
    min-height: calc(100vh - var(--header-h));
    padding: 2rem 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(236, 72, 153, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(79, 70, 229, 0.15) 0%, transparent 40%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.org-hero-inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

@media (min-width:880px) {
    .org-hero-inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 6rem;
    }
}


.org-title {
    margin: 0 0 .7rem;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    background: linear-gradient(to right, var(--ink, #0f172a), var(--ink-soft, #475569));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.org-hero-text {
    max-width: 60ch;
    margin: 0 0 2rem;
    font-size: 1.15rem;
    line-height: 1.6;
}

.org-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    font-size: .8rem;
    opacity: .9;
    margin-top: .9rem;
}

.org-hero-meta span:nth-child(2n) {
    opacity: .5;
}

.org-hero-side {
    position: relative;
    z-index: 10;
}

.org-hero-device {
    position: relative;
    z-index: 10;
    perspective: 1000px;
}

.org-hero-device-shell {
    position: relative;
    animation: pt-floaty 6s ease-in-out infinite;
    transition: transform 0.5s ease;
}

.org-hero-device-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.15), transparent 70%);
    z-index: -1;
    filter: blur(40px);
    border-radius: 50%;
}

.org-hero-mockup {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 28px;
    box-shadow:
        0 30px 60px -12px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    background: white;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease;
    pointer-events: auto !important;
    cursor: pointer;
}

.org-hero-device:hover .org-hero-mockup {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateY(-10px);
}

.org-hero-mockup:active {
    transform: perspective(1000px) scale(0.96) rotateY(-2deg);
    transition: transform 0.1s ease;
}

.org-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: center;
}

.org-lead {
    max-width: 70ch;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
}

.org-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width:820px) {
    .org-grid.cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .org-grid.cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.org-card {
    background: #fff;
    border-radius: 14px;
    padding: 1rem 1.05rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
    border: 1px solid rgba(148, 163, 184, .25);
    font-size: .95rem;
}

.org-card h3 {
    margin: .1rem 0 .4rem;
    font-size: 1rem;
}

.org-card p {
    margin: 0;
    line-height: 1.6;
    opacity: .96;
}

.org-tagline {
    font-size: .9rem;
    opacity: .85;
    margin-top: .5rem;
}

.org-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: .8rem;
    font-size: .88rem;
    opacity: .92;
}

.org-chip {
    padding: .3rem .8rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, .38);
    background: #fff;
}

.org-steps {
    display: grid;
    gap: 1rem;
}

@media (min-width:820px) {
    .org-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.org-step-label {
    display: inline-block;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    opacity: .7;
    margin-bottom: .25rem;
}

.org-catalog {
    margin-top: 2.4rem;
    border-radius: 18px;
    padding: 1.1rem 1rem 1.2rem;
    background: linear-gradient(135deg, #fdfdff, #eef2ff);
    border: 1px solid rgba(148, 163, 184, .35);
}

.org-catalog-title {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    opacity: .85;
    margin: 0 0 .35rem;
}

.org-catalog-sub {
    margin: 0 0 1rem;
    font-size: .9rem;
    opacity: .9;
}

.org-catalog-grid {
    display: grid;
    gap: .5rem;
}

@media (min-width:820px) {
    .org-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.4rem;
    }
}

.org-catalog-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .35rem .75rem;
    align-items: flex-start;
    padding: .45rem .15rem;
    border-bottom: 1px solid rgba(148, 163, 184, .25);
}

.org-catalog-item:last-child {
    border-bottom: none;
}

.org-catalog-number {
    font-size: .8rem;
    font-weight: 600;
    min-width: 2.4rem;
    height: 1.7rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #f9fafb;
}

.org-catalog-item h3 {
    margin: 0 0 .15rem;
    font-size: .95rem;
}

.org-catalog-item p {
    margin: 0;
    font-size: .9rem;
    opacity: .9;
}

.org-form-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.org-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem 1.4rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    border: 1px solid rgba(148, 163, 184, .28);
}

.org-form-row {
    display: grid;
    gap: .9rem;
}

@media (min-width:720px) {
    .org-form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.org-label-small {
    font-size: .85rem;
    opacity: .86;
    display: block;
    margin-bottom: .12rem;
}

.org-form-footer {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
    margin-top: 1rem;
    font-size: .9rem;
}

@media (max-width:600px) {

    .org-hero-text,
    .org-lead,
    .org-card p {
        font-size: .98rem;
    }
}

/* ============================
   2. TALLERES (particular.html - .pt-*)
   ============================ */

.pt-hero,
.lab-hero,
.res-hero,
.app-hero,
.blog-hero {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.pt-hero,
.org-hero,
.res-hero,
.blog-hero {
    min-height: calc(100vh - var(--header-h, 72px));
}

.pt-hero {
    background:
        radial-gradient(circle at 10% 20%, rgba(236, 72, 153, 0.2) 0%, transparent 60%),
        radial-gradient(circle at 90% 80%, rgba(79, 70, 229, 0.15) 0%, transparent 60%);
}

.org-hero {
    background:
        radial-gradient(circle at 10% 20%, rgba(79, 70, 229, 0.18) 0%, transparent 60%),
        radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.2) 0%, transparent 60%);
}

.lab-hero,
.ctl-hero {
    min-height: calc(100vh - var(--header-h, 72px));
    background: #020617;
    /* Deepest blue/black */
    color: #f8fafc;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.lab-hero {
    background-image:
        radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 90% 80%, rgba(99, 102, 241, 0.15) 0%, transparent 45%);
}

.ctl-hero {
    background-image:
        radial-gradient(circle at 10% 20%, rgba(20, 184, 166, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 90% 80%, rgba(14, 165, 233, 0.15) 0%, transparent 45%);
}

.res-hero {
    background:
        radial-gradient(circle at 10% 20%, rgba(14, 165, 233, 0.18) 0%, transparent 60%),
        radial-gradient(circle at 90% 80%, rgba(6, 182, 212, 0.18) 0%, transparent 60%);
    color: #0f172a;
}

.app-hero {
    background:
        radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.22) 0%, transparent 65%),
        radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.18) 0%, transparent 65%);
}

.blog-hero {
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 197, 94, 0.12) 0%, transparent 60%),
        radial-gradient(circle at 90% 80%, rgba(20, 184, 166, 0.1) 0%, transparent 60%);
    color: #0f172a;
}

.pt-hero-inner,
.lab-hero-inner,
.res-hero-inner,
.app-hero-inner,
.blog-hero-inner,
.ctl-hero-inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

@media (min-width:880px) {

    .pt-hero-inner,
    .lab-hero-inner,
    .res-hero-inner,
    .app-hero-inner,
    .blog-hero-inner,
    .ctl-hero-inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 6rem;
    }
}

.pt-hero-copy {
    max-width: 600px;
}

.pt-hero-device {
    position: relative;
    z-index: 10;
    perspective: 1000px;
}

.pt-hero-device-shell {
    position: relative;
    animation: pt-floaty 6s ease-in-out infinite;
    transition: transform 0.5s ease;
}

.pt-hero-device-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.15), transparent 70%);
    z-index: -1;
    filter: blur(40px);
    border-radius: 50%;
}

.pt-hero-mockup {
    width: 100%;
    max-width: 640px;
    /* Increased to feel larger */
    margin: 0 auto;
    border-radius: 28px;
    box-shadow:
        0 30px 60px -12px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    background: white;
    /* Exact homepage perspective transform */
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease;
    pointer-events: auto !important;
    cursor: pointer;
}

.pt-hero-device:hover .pt-hero-mockup {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateY(-10px);
}

.pt-hero-mockup:active {
    transform: perspective(1000px) scale(0.96) rotateY(-2deg);
    transition: transform 0.1s ease;
}

@keyframes pt-floaty {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.pt-eyebrow,
.org-eyebrow,
.lab-eyebrow,
.res-eyebrow,
.app-eyebrow,
.blog-kicker {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8rem;
    font-weight: 700;
    margin: 0 0 1rem;
    display: inline-block;
}

.pt-eyebrow,
.org-eyebrow,
.res-eyebrow,
.app-eyebrow {
    color: var(--primary, #4f46e5);
    background: rgba(79, 70, 229, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 99px;
    opacity: 1;
}

.lab-eyebrow {
    color: #9ca3af;
    opacity: 1;
}

.pt-title,
.lab-title,
.res-title,
.app-title,
.blog-title {
    margin: 0 0 .7rem;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.pt-title,
.org-title,
.res-title,
.blog-title {
    background: linear-gradient(to right, var(--ink, #0f172a), var(--ink-soft, #475569));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lab-title,
.ctl-title {
    background: linear-gradient(to right, #f8fafc, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}


.lab-hero-text,
.ctl-hero-text {
    max-width: 60ch;
    margin: 0 0 2rem;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #e2e8f0;
    opacity: 0.9;
}

.pt-hero-meta,
.lab-hero-meta,
.res-hero-meta,
.app-hero-meta,
.ctl-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    font-size: .9rem;
    opacity: .9;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

.lab-hero-meta,
.ctl-hero-meta {
    color: #94a3b8;
}

.lab-hero-copy,
.ctl-hero-copy {
    max-width: 600px;
}

.pt-metric-block {
    display: flex;
    flex-direction: column;
}

.pt-metric-main {
    font-family: var(--font-head, 'Outfit', sans-serif);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--ink, #0f172a);
}

.pt-metric-sub {
    font-size: 0.85rem;
    color: var(--ink-soft, #475569);
    line-height: 1.4;
    margin: 0;
}

.lab-hero-meta {
    opacity: .95;
}

.pt-hero-meta span:nth-child(2n),
.lab-hero-meta span:nth-child(2n),
.res-hero-meta span:nth-child(2n),
.app-hero-meta span:nth-child(2n) {
    opacity: .5;
}

.pt-hero-side,
.org-hero-side,
.res-hero-side,
.app-hero-side,
.blog-hero-side {
    position: relative;
    z-index: 10;
}

.pt-hero-device,
.org-hero-device,
.res-hero-device,
.blog-hero-device {
    position: relative;
    z-index: 10;
    perspective: 1000px;
}

.pt-hero-device-shell,
.org-hero-device-shell,
.res-hero-device-shell,
.blog-hero-device-shell {
    position: relative;
    animation: pt-floaty 6s ease-in-out infinite;
    transition: transform 0.5s ease;
}

.pt-hero-device-glow,
.org-hero-device-glow,
.res-hero-device-glow,
.blog-hero-device-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.15), transparent 70%);
    z-index: -1;
    filter: blur(40px);
    border-radius: 50%;
}

.pt-hero-mockup,
.org-hero-mockup,
.res-hero-mockup,
.blog-hero-mockup {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 28px;
    box-shadow:
        0 30px 60px -12px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    background: white;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease;
    pointer-events: auto !important;
    cursor: pointer;
}

.pt-hero-device:hover .pt-hero-mockup,
.org-hero-device:hover .org-hero-mockup,
.res-hero-device:hover .res-hero-mockup,
.blog-hero-device:hover .blog-hero-mockup {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateY(-10px);
}

.pt-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: center;
    /* Centering as per user request for "titles centered" feel */
}

@media (max-width: 900px) {
    .pt-hero-metrics {
        justify-content: center;
        gap: 1.5rem;
    }
}



.pt-hero-metric {
    padding: .35rem .8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    gap: .25rem;
    white-space: nowrap;
}

.pt-hero-metric strong {
    font-weight: 600;
}

.pt-pill,
.lab-pill,
.ctl-pill {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .04);
    font-size: .95rem;
    margin-top: .6rem;
}

.lab-pill,
.ctl-pill {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    animation: pt-floaty 6s ease-in-out infinite;
}

.lab-pill h3,
.ctl-pill h3 {
    margin: 0 0 .7rem;
    font-size: 1.1rem;
    color: #f8fafc;
    letter-spacing: -0.01em;
}

.lab-pill ul,
.ctl-pill ul {
    margin: 0;
    padding-left: 1.2rem;
    list-style-type: disc;
}

.lab-pill li,
.ctl-pill li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.pt-pill ul,
.lab-pill ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .35rem;
    font-size: .9rem;
}

/* ============================
   SECCIONES COMUNES INTERNAS
   ============================ */

.pt-section,
.lab-section,
.res-section,
.app-section,
.blog-main {
    padding: 1rem 0;
}

.pt-section.alt,
.lab-section.alt,
.res-section.alt,
.app-section.alt {
    background: #f7f7f9;
}

.lab-section.alt {
    background: #eef1f7;
}

.pt-section h2,
.lab-section h2,
.res-section h2,
.app-section h2,
.blog-section-title {
    margin: 0 0 .5rem;
    font-size: clamp(1.4rem, 2.3vw, 1.8rem);
    text-align: center;
}

.pt-lead,
.lab-lead,
.res-lead,
.app-lead,
.blog-section-text,
.section-text {
    max-width: 60ch;
    margin: 0 auto 1.4rem;
    opacity: .95;
    color: var(--ink-soft, #475569);
    line-height: 1.7;
}

.section-title {
    color: var(--ink, #0f172a);
    text-align: center;
    margin-bottom: 2rem;
}

.pt-grid,
.lab-grid,
.res-grid,
.app-grid,
.blog-list {
    display: grid;
    gap: 1rem;
}

@media (min-width:820px) {

    .pt-grid.cols-3,
    .lab-grid.cols-3,
    .res-grid.cols-3,
    .app-grid.cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pt-grid.cols-2,
    .lab-grid.cols-2,
    .res-grid.cols-2,
    .app-grid.cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.pt-card,
.lab-card,
.res-card,
.app-card,
.blog-item {
    background: #fff;
    border-radius: 14px;
    padding: 1rem 1.05rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .04);
    font-size: .95rem;
}

.lab-card {
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    border: 1px solid rgba(148, 163, 184, .25);
}

.pt-card h3,
.lab-card h3,
.res-card h3,
.app-card h3,
.blog-item h2 {
    margin: .1rem 0 .4rem;
    font-size: 1rem;
}

.pt-card p,
.lab-card p,
.res-card p,
.app-card p,
.blog-item-lead {
    margin: 0;
    line-height: 1.6;
    opacity: .95;
}

.pt-tagline,
.res-tagline,
.app-tagline {
    font-size: .9rem;
    opacity: .85;
    margin-top: .4rem;
}

.pt-chips,
.res-chips,
.app-badges,
.lab-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: .8rem;
    font-size: .88rem;
    opacity: .9;
}

.pt-chip,
.res-chip,
.app-badge,
.lab-badge {
    padding: .3rem .8rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
}

.lab-badge {
    border: 1px solid rgba(148, 163, 184, .6);
    background: #f9fafb;
}

.pt-steps,
.res-steps,
.app-steps {
    display: grid;
    gap: 1rem;
}

@media (min-width:820px) {

    .pt-steps,
    .res-steps,
    .app-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pt-step-label,
.res-step-label,
.app-step-label {
    display: inline-block;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    opacity: .7;
    margin-bottom: .25rem;
}

.pt-form-wrap,
.res-cta-wrap,
.app-cta-wrap,
.lab-cta-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.pt-form-card,
.res-cta-card,
.app-cta-card,
.lab-cta-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem 1.4rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .04);
}

.lab-cta-card {
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    border: 1px solid rgba(148, 163, 184, .25);
}

.pt-form-row,
.form-pro .row,
.lab-grid.cols-3,
.org-form-row {
    display: grid;
    gap: .9rem;
}

@media (min-width:720px) {

    .pt-form-row,
    .form-pro .row,
    .org-form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.pt-label-small,
.org-label-small {
    font-size: .85rem;
    opacity: .85;
    display: block;
    margin-bottom: .12rem;
}

.pt-form-footer,
.res-cta-actions,
.app-cta-actions,
.lab-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
    margin-top: 1rem;
    font-size: .9rem;
}

@media (max-width:600px) {

    .pt-hero-text,
    .pt-lead,
    .pt-card p,
    .lab-hero-text,
    .lab-lead,
    .lab-card p,
    .res-hero-text,
    .res-lead,
    .res-card p,
    .app-hero-text,
    .app-lead,
    .app-card p {
        font-size: .98rem;
    }

    .app-cta-inline {
        align-items: stretch;
    }

    .app-cta-inline .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================
   3. RECURSOS (+ extras de recursos.html)
   ============================ */

.res-list {
    margin-top: 1rem;
    display: grid;
    gap: .8rem;
    font-size: .94rem;
}

.res-item-header {
    display: flex;
    justify-content: space-between;
    gap: .8rem;
    align-items: center;
    font-size: .9rem;
    opacity: .9;
}

.res-item-label {
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    opacity: .7;
}

.res-item-tag {
    padding: .1rem .6rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, .7);
    font-size: .78rem;
    background: #f9fafb;
}

/* ============================
   4. TALLERES CATALOGO (.pt-catalog)
   ============================ */

.pt-catalog {
    margin-top: 2rem;
    border-radius: 18px;
    padding: 1.1rem 1rem 1.2rem;
    background: linear-gradient(135deg, #fdfdff, #eef2ff);
    border: 1px solid rgba(148, 163, 184, .35);
}

.pt-catalog-title {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    opacity: .85;
    margin: 0 0 .4rem;
}

.pt-catalog-sub {
    margin: 0 0 1rem;
    font-size: .9rem;
    opacity: .85;
}

.pt-catalog-grid {
    display: grid;
    gap: .5rem;
}

@media (min-width:820px) {
    .pt-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.4rem;
    }
}

.pt-catalog-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .35rem .75rem;
    align-items: flex-start;
    padding: .45rem .15rem;
    border-bottom: 1px solid rgba(148, 163, 184, .25);
}

.pt-catalog-item:last-child {
    border-bottom: none;
}

.pt-catalog-number {
    font-size: .8rem;
    font-weight: 600;
    min-width: 2.4rem;
    height: 1.7rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111827;
    color: #f9fafb;
}

.pt-catalog-item h3 {
    margin: 0 0 .15rem;
    font-size: .95rem;
}

.pt-catalog-item p {
    margin: 0;
    font-size: .9rem;
    opacity: .9;
}

/* ============================
   5. BLOG EXTRA
   ============================ */

.blog-quote {
    margin: 0;
    font-size: .96rem;
    max-width: 46ch;
    font-style: italic;
    opacity: .9;
}

.blog-item-kicker {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    opacity: .8;
    margin: 0 0 .25rem;
}

.blog-item-meta {
    margin-top: .4rem;
    font-size: .8rem;
    opacity: .8;
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}

.blog-side {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    font-size: .94rem;
}

.blog-note-block {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .06);
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    padding: 1rem 1.1rem;
}

.blog-note-title {
    margin: 0 0 .4rem;
    font-size: .96rem;
    font-weight: 600;
}

.blog-note-text {
    margin: 0;
    line-height: 1.6;
}

.blog-links {
    margin: .7rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .3rem;
    font-size: .9rem;
}

.blog-links a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ============================
   6. APP DEMO (Extras)
   ============================ */

.app-cta-inline {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    align-items: flex-start;
}

.app-cta-inline .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .7rem 1.4rem;
    border-radius: 999px;
    border: none;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    margin-bottom: 2rem;
}

/* LOGIN STARTUP (contacto.html) */
.login-layout {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width:880px) {
    .login-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    }
}

.login-copy {
    max-width: 520px;
}

.login-eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    opacity: .75;
    margin: 0 0 .4rem;
}

.login-title {
    margin: 0 0 .7rem;
    font-size: clamp(1.7rem, 2.5vw, 2.1rem);
}

.login-sub {
    margin: 0 0 1rem;
    opacity: .96;
    line-height: 1.65;
}

.login-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .4rem;
    font-size: .9rem;
    opacity: .95;
}

.login-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.6rem 1.4rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .12);
    border: 1px solid rgba(148, 163, 184, .4);
    max-width: 420px;
    margin: 0 auto;
}

.login-box form {
    display: grid;
    gap: .9rem;
}

.form-group label {
    display: block;
    margin-bottom: .3rem;
    font-size: .9rem;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: .65rem .7rem;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    font-size: 1rem;
    background: #f9fafb;
}

.form-group input:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 1px;
    background: #ffffff;
}

.login-btn {
    width: 100%;
    padding: .8rem;
    border-radius: 999px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    background: #111827;
    color: #ffffff;
    transition: transform .12s ease, box-shadow .12s ease;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .2);
}

.login-btn:hover {
    background: #020617;
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .28);
}

.login-links {
    margin-top: .3rem;
    font-size: .9rem;
    text-align: center;
    opacity: .95;
}

.login-links a {
    color: #2563eb;
    text-decoration: none;
}

.login-links a:hover {
    text-decoration: underline;
}

@media (max-width:720px) {
    .login-box {
        padding: 1.3rem 1.1rem 1.5rem;
    }
}

/* Contacto Hero (ct-*) */

.ct-shell {
    background: #f3f4f6;
}

.ct-hero {
    padding: 3.8rem 0 3.4rem;
    background: linear-gradient(135deg, #f7f7fb, #eef2ff);
    border-bottom: 1px solid rgba(148, 163, 184, .4);
}

.ct-hero-inner {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

@media (min-width:880px) {
    .ct-hero-inner {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        align-items: center;
    }
}

.ct-eyebrow {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    opacity: .8;
    margin: 0 0 .35rem;
}

.ct-title {
    margin: 0 0 .7rem;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
}

.ct-hero-text {
    max-width: 44ch;
    margin: 0 0 1.2rem;
}

.ct-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    font-size: .9rem;
    opacity: .9;
    margin-top: .8rem;
}

.ct-pill {
    background: #ffffff;
    border-radius: 16px;
    padding: 0rem 1.1rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .09);
    border: 1px solid rgba(148, 163, 184, .45);
    font-size: .95rem;
}

.ct-section {
    padding: 1rem 0;
    background: #f3f4f6;
}

.ct-section.alt {
    background: #eef2f7;
}

.ct-lead {
    max-width: 60ch;
    margin: 0 0 1.4rem;
    opacity: .95;
}

.ct-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width:820px) {
    .ct-grid.cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ct-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 1rem 1.05rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    border: 1px solid rgba(148, 163, 184, .35);
    font-size: .95rem;
    height: 100%;
}

.ct-cta-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem 1.4rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    border: 1px solid rgba(148, 163, 184, .35);
}

.ct-form-row {
    display: grid;
    gap: .9rem;
}

@media (min-width:720px) {
    .ct-form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ct-label-small {
    font-size: .85rem;
    opacity: .85;
    display: block;
    margin-bottom: .12rem;
}

.ct-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
    margin-top: 1rem;
    font-size: .9rem;
}

.ct-direct {
    font-size: .94rem;
    opacity: .95;
    margin-top: 1rem;
}


/* ============================
   7. LAB & CTL CONTENT REFINEMENTS
   ============================ */

.lab-section,
.ctl-section {
    padding: 4.5rem 0;
    background: #fff;
}

.lab-section.alt,
.ctl-section.alt {
    background: #f7f7f9;
    /* Standard site alt background */
}

/* Reverting Cards to Standard Premium Style */
.lab-card,
.ctl-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    color: var(--ink);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.lab-card:hover,
.ctl-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.lab-card h3,
.ctl-card h3 {
    color: var(--ink);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.lab-lead,
.ctl-lead {
    color: var(--ink-soft);
    text-align: center;
    max-width: 70ch;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
}

.lab-badge,
.ctl-badge {
    background: rgba(79, 70, 229, 0.08);
    color: var(--primary);
    border: 1px solid rgba(79, 70, 229, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 99px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* CTA Cards */
.lab-cta-card,
.ctl-cta-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

/* Form refinement for Light Theme */
.frmtx input,
.frmtx select,
.frmtx textarea {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--ink);
    padding: 0.8rem 1rem;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 1rem;
}

/* ============================
   8. MI CUENTA (micuenta.html - .acc-*)
   ============================ */

.account-shell {
    padding-top: 4.5rem;
    background: radial-gradient(circle at top left, #e5edff, #f5f7fb);
    min-height: 100vh;
}

.account-hero {
    padding: 2.6rem 0 2.4rem;
    border-bottom: 1px solid rgba(148, 163, 184, .35);
}

.account-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    gap: 1.8rem;
}

@media (min-width:960px) {
    .account-inner {
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
        align-items: flex-start;
    }
}

.acc-top-tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .25rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, .35);
    background: #ffffffdd;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    opacity: .85;
    margin-bottom: .6rem;
}

.acc-top-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .25);
}

.acc-title {
    margin: 0 0 .4rem;
    font-size: clamp(2rem, 2.7vw, 2.3rem);
}

.acc-subtitle {
    margin: 0 0 1.1rem;
    max-width: 50ch;
    opacity: .96;
    line-height: 1.7;
}

.acc-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    font-size: .85rem;
    opacity: .9;
}

.acc-meta-pill {
    padding: .28rem .7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, .04);
    border: 1px solid rgba(148, 163, 184, .35);
}

.acc-panel {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.6rem 1.5rem 1.4rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .14);
    border: 1px solid rgba(148, 163, 184, .4);
    font-size: .95rem;
}

.acc-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: 1rem;
}

.acc-panel-title {
    margin: 0;
    font-size: 1.05rem;
}

.acc-badge {
    padding: .15rem .6rem;
    border-radius: 999px;
    font-size: .75rem;
    border: 1px solid rgba(34, 197, 94, .6);
    background: rgba(22, 163, 74, .06);
    color: #15803d;
    white-space: nowrap;
}

.acc-row {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: .7rem;
    font-size: .9rem;
}

.acc-label {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .7;
}

.acc-value {
    font-weight: 500;
    word-break: break-all;
}

.acc-status {
    margin-top: .6rem;
    font-size: .85rem;
    opacity: .95;
}

.btn-logout {
    margin-top: 1rem;
    padding: .55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid #dc2626;
    background: #fef2f2;
    color: #b91c1c;
    font-size: .85rem;
    cursor: pointer;
    font-weight: 500;
    align-self: flex-start;
}

.btn-logout:hover {
    background: #fee2e2;
}

.acc-main {
    padding: 2.4rem 0 3rem;
}

.acc-main-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
}

.acc-main-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: .8rem;
}

.acc-main-title {
    margin: 0;
    font-size: 1.3rem;
}

.acc-main-text {
    margin: .2rem 0 0;
    opacity: .9;
    font-size: .94rem;
    max-width: 52ch;
}

.acc-quick-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 880px) {
    .acc-quick-grid {
        grid-template-columns: 2fr 1.6fr 1.6fr;
    }
}

.acc-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.1rem 1.1rem 1.15rem;
    border: 1px solid rgba(148, 163, 184, .35);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
    font-size: .93rem;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    height: 100%;
}

.acc-card h3 {
    margin: 0;
    font-size: 1rem;
}

.acc-card p {
    margin: 0;
    opacity: .96;
    line-height: 1.6;
}

.acc-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .8rem;
    opacity: .9;
    margin-top: .35rem;
}

.acc-chip-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #3b82f6;
}

.acc-card-link {
    margin-top: .4rem;
    font-size: .88rem;
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.acc-card-link:hover {
    text-decoration: underline;
}

.acc-empty {
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    border: 1px dashed rgba(148, 163, 184, .7);
    font-size: .88rem;
    background: #f9fafb;
}

@media (max-width: 720px) {
    .account-hero {
        padding: 2.1rem 0 1.8rem;
    }

    .acc-panel {
        padding: 1.3rem 1.1rem 1.4rem;
    }
}

/* ============================
   9. LEGAL PAGES (aviso-legal, privacidad, cookies)
   ============================ */



.legal-shell {
    padding-top: 4.5rem;
    min-height: 100vh;
}



:root {
    --legal-ink: #222;
    --legal-soft: #000000;
    --legal-bg: #000000;
    --legal-card: #ffffff;
    --legal-border: rgba(0, 0, 0, .08);
}

@media (prefers-color-scheme: dark) {
    :root {
        --legal-ink: #454343;
        --legal-soft: #4f4f4f;
        --legal-bg: #121212;
        --legal-card: #bbbbbb;
        --legal-border: rgba(255, 255, 255, .10);
    }
}

.legal-main {
    max-width: 880px;
    margin: 2.5rem auto 3.5rem;
    padding: 0 1rem;
}

.legal-card {
    background: var(--legal-card);
    border-radius: 16px;
    border: 1px solid var(--legal-border);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    padding: 1.8rem 1.6rem 2.2rem;
    color: var(--legal-ink);
}

@media (min-width:720px) {
    .legal-card {
        padding: 2.2rem 2.4rem 2.6rem;
    }
}

.legal-title {
    text-align: center;
    font-size: clamp(1.7rem, 2.4vw, 2rem);
    margin: 0 0 1.2rem;
    color: var(--legal-ink);
    letter-spacing: -0.01em;
}

.legal-intro-box {
    background: linear-gradient(135deg, #f3f4ff, #eef2ff);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    margin: 0 0 1.4rem;
    font-size: .96rem;
    color: #374151;
    /* Fallback */
}

.legal-body {
    font-size: .96rem;
    line-height: 1.7;
    color: var(--legal-soft);
}

.legal-body h2 {
    margin: 1.8rem 0 .6rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--legal-ink);
}

.legal-body p {
    margin: 0 0 .9rem;
}

.legal-body ul {
    padding-left: 1.1rem;
    margin: 0 0 .9rem;
}

.legal-body li {
    margin: 0 0 .3rem;
}

.legal-body a {
    color: var(--legal-ink);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, .25);
    text-underline-offset: 3px;
}

.legal-body a:hover {
    text-decoration-color: rgba(0, 0, 0, .5);
}

.legal-alert {
    background: #f7f7f9;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    margin: 1.2rem 0 1.6rem;
    font-size: .95rem;
    color: var(--legal-soft);
    border: 1px solid var(--legal-border);
}

.legal-meta {
    margin-top: 1.4rem;
    font-size: .85rem;
    color: var(--legal-soft);
    text-align: center;
}

@media (max-width:600px) {
    .legal-body {
        font-size: .98rem;
    }
}

/* Legal Footer Specifics */
.legal-shell .site-footer {
    background: var(--legal-card);
    border-top: 1px solid var(--legal-border);
    padding: 1.6rem 1rem;
    text-align: center;
}

.legal-shell .site-footer,
.legal-shell .site-footer p,
.legal-shell .site-footer span {
    color: rgba(0, 0, 0, .5);
}

.legal-shell .site-footer a {
    color: var(--legal-ink);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, .25);
    text-underline-offset: 3px;
}

.legal-shell .site-footer a:hover {
    color: var(--legal-ink);
    text-decoration-color: rgba(0, 0, 0, .5);
}

@media (prefers-color-scheme: dark) {
    .legal-shell .site-footer a {
        color: #e6e6e6;
        text-decoration-color: rgba(0, 0, 0, 0.35);
    }

    .legal-shell .site-footer a:hover {
        text-decoration-color: rgba(0, 0, 0, 0.6);
    }
}

/* Cookies specific */
.btn-row {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
    margin: .4rem 0 0;
}

.btn-legal {
    display: inline-block;
    padding: .55rem .9rem;
    border-radius: 999px;
    text-decoration: none;
    background: #0f172a;
    color: #f9fafb;
    font-size: .9rem;
    border: 1px solid rgba(15, 23, 42, .9);
}

.btn-legal:hover {
    opacity: .95;
}

.legal-box-secondary {
    background: #f9fafb;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    margin: 1.3rem 0 1.5rem;
    border: 1px solid rgba(209, 213, 219, .9);
    font-size: .94rem;
}

.kbd {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: .88em;
    background: rgba(15, 23, 42, .04);
    padding: .05em .35em;
    border-radius: 6px;
}

/* ============================
   10. AUXILIARY PAGES (Offline, Confirm, Reset, Share)
   ============================ */

/* Offline Page */
.offline-body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    margin: 0;
    padding: 2rem;
    background: #fafafa;
    color: #222;
}

.offline-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.offline-card {
    max-width: 600px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
    text-align: center;
}

.offline-card h1 {
    margin-top: 0;
    font-size: 1.6rem;
    color: #222;
}

.offline-card p {
    margin: 0.6rem 0;
    line-height: 1.6;
}

.offline-muted {
    color: #666;
    font-size: 0.95rem;
}

.offline-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.7rem 1.2rem;
    background: #0b57d0;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

.offline-btn:hover {
    background: #084bb5;
}

/* Auth Pages (Confirm, Reset) */
.auth-body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: radial-gradient(circle at top left, #e5f3ff, #f7f7ff);
    color: #111111;
    margin: 0;
}

.auth-card {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    padding: 0;
    /* reset.html has padding, confirmado has content padding wrapper */
}

/* For reset.html which has padding directly on card */
.auth-card.padded {
    padding: 28px 22px 26px;
    overflow: visible;
}

.auth-card-topbar {
    height: 6px;
    width: 100%;
    background: #111;
}

.auth-card-content {
    padding: 28px 22px 26px;
    text-align: center;
}

.auth-progress-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.auth-progress-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: radial-gradient(circle at 30% 20%, #ffffff, #f2fff9);
}

.auth-progress-circle::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 3px solid #00b894;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-25deg);
}

.auth-progress-check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #00b894;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.auth-title {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.auth-subtitle {
    font-size: 15px;
    color: #555;
    margin-bottom: 22px;
    line-height: 1.6;
}

.auth-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, #e3e3e3, transparent);
    margin-bottom: 18px;
}

.auth-list {
    text-align: left;
    margin: 0 auto 22px;
    max-width: 360px;
    font-size: 15px;
    color: #555;
}

.auth-list-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}

.auth-list-bullet {
    margin-top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00b894;
    flex-shrink: 0;
}

.auth-list-text {
    line-height: 1.5;
}

.auth-hint {
    font-size: 13px;
    color: #777;
    text-align: center;
    line-height: 1.5;
}

/* Reset Form specific */
.auth-info {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
}

.auth-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111;
    display: block;
}

.auth-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    margin-bottom: 12px;
}

.auth-btn {
    width: 100%;
    padding: 12px 16px;
    border-radius: 999px;
    background-color: #111111;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.auth-btn:disabled {
    opacity: 0.6;
    cursor: default;
}

.auth-message {
    margin-top: 12px;
    font-size: 14px;
}

.auth-message.error {
    color: #e74c3c;
}

.auth-message.success {
    color: #27ae60;
}

.auth-footnote {
    margin-top: 18px;
    font-size: 12px;
    color: #777;
    text-align: center;
}

/* Share Page */
.share-body {
    margin: 0;
    background: #f9f9f9;
    color: #222;
    font-family: system-ui, -apple-system, Arial, sans-serif;
    min-height: 100vh;
    display: grid;
    place-items: center;
}

@media (prefers-color-scheme: dark) {
    .share-body {
        background: #0f1115;
        color: #eaeaea;
    }
}

.share-wrap {
    max-width: 640px;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    text-align: center;
}

@media (prefers-color-scheme: dark) {
    .share-wrap {
        background: #151923;
    }
}

.share-h1 {
    margin: 0 0 6px;
}

.share-p {
    margin: 8px 0;
    color: #555;
}

@media (prefers-color-scheme: dark) {
    .share-p {
        color: #bbb;
    }
}

.share-ok {
    color: #1a7f37;
}

.share-btn {
    display: inline-block;
    padding: .7rem 1rem;
    border-radius: 10px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* ============================
   11. BLOG ARTICLE STYLES
   ============================ */

/* Base Article Layout */
.article-shell {
    padding-top: 4.5rem;
}

.article-hero {
    padding: 3.2rem 0 2.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.article-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.article-kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .76rem;
    opacity: .8;
    margin: 0 0 .4rem;
}

.article-title {
    margin: 0 0 .4rem;
    font-size: clamp(2rem, 3.1vw, 2.5rem);
}

.article-subtitle {
    margin: 0 0 .9rem;
    max-width: 52ch;
    font-size: 1rem;
}

.article-subtitle em {
    font-style: italic;
}

.article-quote {
    margin: 0;
    font-size: .96rem;
    max-width: 46ch;
    font-style: italic;
    opacity: .9;
}

/* Article Body */
.article-main {
    padding: 3rem 0 3.6rem;
}

.article-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: .98rem;
    line-height: 1.7;
}

.article-body p {
    margin: 0 0 1rem;
}

.article-body em {
    font-style: italic;
}

.article-body h2 {
    margin: 2rem 0 .6rem;
    font-size: 1.25rem;
}

.article-body h3 {
    margin: 1.4rem 0 .4rem;
    font-size: 1.05rem;
}

.article-body ul {
    padding-left: 1.1rem;
    margin: 0 0 1rem;
}

.article-body li {
    margin: 0 0 .4rem;
}

/* Highlights & Components */
.article-highlight {
    border-radius: 16px;
    padding: 1rem 1.1rem;
    margin: 1.2rem 0 1.6rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .05);
}

.article-highlight strong {
    font-weight: 600;
}

.micro-practice {
    margin: 1.8rem 0;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    font-size: .93rem;
}

.micro-practice strong {
    font-weight: 600;
}

.micro-practice ol {
    margin: .7rem 0 0;
    padding-left: 1.2rem;
}

.micro-practice li {
    margin: 0 0 .4rem;
}

.code-line {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .9rem;
    border-radius: 8px;
    padding: .35rem .55rem;
    display: inline-block;
    margin: .15rem 0;
}

/* Chip Row */
.chip-row {
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: .78rem;
}

.chip {
    border-radius: 999px;
    padding: .3rem .7rem;
}

/* Benefit Grid */
.benefit-grid {
    display: grid;
    gap: 1rem;
    margin: 1.1rem 0 1.4rem;
}

@media (min-width: 780px) {
    .benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.benefit-card {
    border-radius: 14px;
    padding: .9rem .95rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.benefit-tag {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.benefit-card h3 {
    margin: 0;
    font-size: .98rem;
}

.benefit-card p {
    margin: 0;
    line-height: 1.6;
}

/* CTA Box */
.article-cta {
    margin: 2.2rem 0 1.8rem;
    padding: 1.4rem 1.3rem;
    border-radius: 16px;
    display: grid;
    gap: .9rem;
}

@media (min-width: 780px) {
    .article-cta {
        grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
        align-items: center;
    }
}

.article-cta h2 {
    margin: 0 0 .4rem;
    font-size: 1.2rem;
}

.article-cta p {
    margin: 0 0 .3rem;
    font-size: .96rem;
}

.article-cta small {
    opacity: .9;
    font-size: .86rem;
}

.article-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: flex-start;
}

/* Bottom Nav */
.article-bottom-nav {
    margin-top: 2.2rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    font-size: .9rem;
    justify-content: space-between;
    align-items: center;
}

.article-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.article-bottom-links a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* THEMES */

/* Light Theme (Default) */
.article-shell {
    background: #fff;
    color: #1f2933;
}

.article-hero.light {
    background: radial-gradient(circle at top left, #eef2ff, #f9fafb);
}

.article-hero.light-alt {
    background: radial-gradient(circle at top left, #f0f4ff, #f9f9fb);
}

.article-highlight {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .05);
}

.micro-practice {
    background: #f9fafb;
    border: 1px solid rgba(0, 0, 0, .06);
}

.article-cta.dark-bg {
    background: #020617;
    color: #f9fafb;
}

.article-cta.dark-bg .btn {
    background: #f9fafb;
    color: #020617;
}

.article-cta.dark-bg .btn.secondary {
    background: #0b1120;
    color: #f9fafb;
    border: 1px solid rgba(249, 250, 251, .2);
}

/* Dark Theme */
.theme-dark .article-shell {
    background: #020617;
    color: #e5e7eb;
}

.theme-dark .article-hero {
    background: radial-gradient(circle at top left, #1f2937, #020617);
    border-bottom: 1px solid rgba(148, 163, 184, .35);
}

.theme-dark .article-kicker {
    color: #9ca3af;
}

.theme-dark .article-title,
.theme-dark .article-body h2,
.theme-dark .article-body h3 {
    color: #f9fafb;
}

.theme-dark .article-subtitle {
    color: #e5e7eb;
}

.theme-dark .article-quote {
    color: #cbd5f5;
}

.theme-dark .chip {
    border: 1px solid rgba(148, 163, 184, .7);
    color: #e5e7eb;
    background: rgba(15, 23, 42, .6);
}

.theme-dark .article-body {
    color: #e5e7eb;
}

.theme-dark .article-highlight {
    background: linear-gradient(135deg, rgba(15, 23, 42, .9), rgba(30, 64, 175, .95));
    box-shadow: 0 16px 32px rgba(15, 23, 42, .7);
    border: 1px solid rgba(129, 140, 248, .8);
}

.theme-dark .article-highlight strong {
    color: #e0f2fe;
}

.theme-dark .micro-practice {
    border: 1px solid rgba(148, 163, 184, .7);
    background: rgba(15, 23, 42, .95);
}

.theme-dark .micro-practice strong {
    color: #bfdbfe;
}

.theme-dark .code-line {
    background: #020617;
    border: 1px solid rgba(148, 163, 184, .6);
}

.theme-dark .benefit-card {
    background: rgba(15, 23, 42, .9);
    border: 1px solid rgba(148, 163, 184, .6);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .7);
}

.theme-dark .benefit-tag {
    color: #9ca3af;
}

.theme-dark .benefit-card h3 {
    color: #e5e7eb;
}

.theme-dark .benefit-card p {
    color: #d1d5db;
}

.theme-dark .article-cta {
    background: #f9fafb;
    color: #020617;
}

.theme-dark .article-cta .btn {
    background: #020617;
    color: #f9fafb;
}

.theme-dark .article-cta .btn.secondary {
    background: #e5e7eb;
    color: #020617;
    border: 1px solid #cbd5f5;
}

.theme-dark .article-bottom-nav {
    border-top: 1px solid rgba(148, 163, 184, .7);
    color: #e5e7eb;
}

.theme-dark .article-bottom-links a {
    color: #e5e7eb;
}

.theme-dark .article-bottom-links a {
    color: #e5e7eb;
}

/* Footer Dark Theme Override */
.theme-dark .site-footer {
    background: #020617;
    color: #e5e7eb;
    border-top: 1px solid rgba(148, 163, 184, .6);
}

.theme-dark .site-footer a {
    color: #e5e7eb;
}

/* ============================
   11. BLOG ARTICLE STYLES
   ============================ */

/* Base Article Layout */
.article-shell {
    padding-top: 4.5rem;
}

.article-hero {
    padding: 3.2rem 0 2.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.article-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.article-kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .76rem;
    opacity: .8;
    margin: 0 0 .4rem;
}

.article-title {
    margin: 0 0 .4rem;
    font-size: clamp(2rem, 3.1vw, 2.5rem);
}

.article-subtitle {
    margin: 0 0 .9rem;
    max-width: 52ch;
    font-size: 1rem;
}

.article-subtitle em {
    font-style: italic;
}

.article-quote {
    margin: 0;
    font-size: .96rem;
    max-width: 46ch;
    font-style: italic;
    opacity: .9;
}

/* Article Body */
.article-main {
    padding: 3rem 0 3.6rem;
}

.article-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: .98rem;
    line-height: 1.7;
}

.article-body p {
    margin: 0 0 1rem;
}

.article-body em {
    font-style: italic;
}

.article-body h2 {
    margin: 2rem 0 .6rem;
    font-size: 1.25rem;
}

.article-body h3 {
    margin: 1.4rem 0 .4rem;
    font-size: 1.05rem;
}

.article-body ul {
    padding-left: 1.1rem;
    margin: 0 0 1rem;
}

.article-body li {
    margin: 0 0 .4rem;
}

/* Highlights & Components */
.article-highlight {
    border-radius: 16px;
    padding: 1rem 1.1rem;
    margin: 1.2rem 0 1.6rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .05);
}

.article-highlight strong {
    font-weight: 600;
}

.micro-practice {
    margin: 1.8rem 0;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    font-size: .93rem;
}

.micro-practice strong {
    font-weight: 600;
}

.micro-practice ol {
    margin: .7rem 0 0;
    padding-left: 1.2rem;
}

.micro-practice li {
    margin: 0 0 .4rem;
}

.code-line {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .9rem;
    border-radius: 8px;
    padding: .35rem .55rem;
    display: inline-block;
    margin: .15rem 0;
}

/* Chip Row */
.chip-row {
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: .78rem;
}

.chip {
    border-radius: 999px;
    padding: .3rem .7rem;
}

/* Benefit Grid */
.benefit-grid {
    display: grid;
    gap: 1rem;
    margin: 1.1rem 0 1.4rem;
}

@media (min-width: 780px) {
    .benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.benefit-card {
    border-radius: 14px;
    padding: .9rem .95rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.benefit-tag {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.benefit-card h3 {
    margin: 0;
    font-size: .98rem;
}

.benefit-card p {
    margin: 0;
    line-height: 1.6;
}

/* CTA Box */
.article-cta {
    margin: 2.2rem 0 1.8rem;
    padding: 1.4rem 1.3rem;
    border-radius: 16px;
    display: grid;
    gap: .9rem;
}

@media (min-width: 780px) {
    .article-cta {
        grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
        align-items: center;
    }
}

.article-cta h2 {
    margin: 0 0 .4rem;
    font-size: 1.2rem;
}

.article-cta p {
    margin: 0 0 .3rem;
    font-size: .96rem;
}

.article-cta small {
    opacity: .9;
    font-size: .86rem;
}

.article-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: flex-start;
}

/* Bottom Nav */
.article-bottom-nav {
    margin-top: 2.2rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    font-size: .9rem;
    justify-content: space-between;
    align-items: center;
}

.article-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.article-bottom-links a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* THEMES */

/* Light Theme (Default) */
.article-shell {
    background: #fff;
    color: #1f2933;
}

.article-hero.light {
    background: radial-gradient(circle at top left, #eef2ff, #f9fafb);
}

.article-hero.light-alt {
    background: radial-gradient(circle at top left, #f0f4ff, #f9f9fb);
}

.article-highlight {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .05);
}

.micro-practice {
    background: #f9fafb;
    border: 1px solid rgba(0, 0, 0, .06);
}

.article-cta.dark-bg {
    background: #020617;
    color: #f9fafb;
}

.article-cta.dark-bg .btn {
    background: #f9fafb;
    color: #020617;
}

.article-cta.dark-bg .btn.secondary {
    background: #0b1120;
    color: #f9fafb;
    border: 1px solid rgba(249, 250, 251, .2);
}

/* Dark Theme */
.theme-dark .article-shell {
    background: #020617;
    color: #e5e7eb;
}

.theme-dark .article-hero {
    background: radial-gradient(circle at top left, #1f2937, #020617);
    border-bottom: 1px solid rgba(148, 163, 184, .35);
}

.theme-dark .article-kicker {
    color: #9ca3af;
}

.theme-dark .article-title,
.theme-dark .article-body h2,
.theme-dark .article-body h3 {
    color: #f9fafb;
}

.theme-dark .article-subtitle {
    color: #e5e7eb;
}

.theme-dark .article-quote {
    color: #cbd5f5;
}

.theme-dark .chip {
    border: 1px solid rgba(148, 163, 184, .7);
    color: #e5e7eb;
    background: rgba(15, 23, 42, .6);
}

.theme-dark .article-body {
    color: #e5e7eb;
}

.theme-dark .article-highlight {
    background: linear-gradient(135deg, rgba(15, 23, 42, .9), rgba(30, 64, 175, .95));
    box-shadow: 0 16px 32px rgba(15, 23, 42, .7);
    border: 1px solid rgba(129, 140, 248, .8);
}

.theme-dark .article-highlight strong {
    color: #e0f2fe;
}

.theme-dark .micro-practice {
    border: 1px solid rgba(148, 163, 184, .7);
    background: rgba(15, 23, 42, .95);
}

.theme-dark .micro-practice strong {
    color: #bfdbfe;
}

.theme-dark .code-line {
    background: #020617;
    border: 1px solid rgba(148, 163, 184, .6);
}

.theme-dark .benefit-card {
    background: rgba(15, 23, 42, .9);
    border: 1px solid rgba(148, 163, 184, .6);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .7);
}

.theme-dark .benefit-tag {
    color: #9ca3af;
}

.theme-dark .benefit-card h3 {
    color: #e5e7eb;
}

.theme-dark .benefit-card p {
    color: #d1d5db;
}

.theme-dark .article-cta {
    background: #f9fafb;
    color: #020617;
}

.theme-dark .article-cta .btn {
    background: #020617;
    color: #f9fafb;
}

.theme-dark .article-cta .btn.secondary {
    background: #e5e7eb;
    color: #020617;
    border: 1px solid #cbd5f5;
}

.theme-dark .article-bottom-nav {
    border-top: 1px solid rgba(148, 163, 184, .7);
    color: #e5e7eb;
}

.theme-dark .article-bottom-links a {
    color: #e5e7eb;
}

/* ============================
   12. HOME ALT (inicio.html)
   ============================ */

.home-hero {
    padding: 4.5rem 0 4rem;
    background: linear-gradient(135deg, #f7f7fb, #f0f4ff);
}

.home-hero-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

@media (min-width: 880px) {
    .home-hero-inner {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        align-items: center;
    }
}

.home-eyebrow {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    opacity: .8;
    margin: 0 0 .35rem;
}

.home-title {
    margin: 0 0 .7rem;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
}

.home-hero-text {
    max-width: 46ch;
    margin: 0 0 1.2rem;
}

.home-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    font-size: .9rem;
    opacity: .9;
    margin-top: .8rem;
}

.home-hero-meta span:nth-child(2n) {
    opacity: .5;
}

.home-hero-side {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.home-pill {
    background: #fff;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .04);
    font-size: .95rem;
}

.home-pill h3 {
    margin: 0 0 .5rem;
    font-size: .98rem;
}

.home-pill ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .35rem;
    font-size: .9rem;
}

.home-section {
    padding: 3.5rem 0;
}

.home-section.alt {
    background: #f7f7f9;
}

.home-section h2 {
    margin: 0 0 .5rem;
    font-size: clamp(1.5rem, 2.4vw, 1.9rem);
}

.home-lead {
    max-width: 60ch;
    margin: 0 0 1.4rem;
    opacity: .95;
}

.home-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 880px) {
    .home-grid.cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-grid.cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-card {
    background: #fff;
    border-radius: 14px;
    padding: 1rem 1.05rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .04);
    font-size: .95rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.home-card h3 {
    margin: .05rem 0 .25rem;
    font-size: 1rem;
}

.home-card p {
    margin: 0;
    line-height: 1.6;
    opacity: .95;
}

.home-card a {
    text-decoration: none;
    color: inherit;
}

.home-card a:hover h3 {
    text-decoration: underline;
}

.home-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: .5rem;
    font-size: .86rem;
    opacity: .95;
}

.home-badge {
    padding: .28rem .75rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}

@media (max-width: 600px) {

    .home-hero-text,
    .home-lead,
    .home-card p {
        font-size: .98rem;
    }
}

/* Sidebar Premium Enhancement */
.sidebar {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar .menu-list a.active {
    background: rgba(79, 70, 229, 0.08);
    color: var(--primary);
    font-weight: 700;
}

.sidebar-footer {
    padding: 1.5rem 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: auto;
    font-size: 0.8rem;
    color: var(--ink-light);
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sidebar-footer a {
    color: var(--ink-light);
    text-decoration: none;
    transition: color 0.2s;
}

.sidebar-footer a:hover {
    color: var(--primary);
}

/* Hide hero mockups on mobile for internal pages - Except workshops (pt) which needs to be visible */
@media (max-width: 900px) {

    .org-hero-mockup,
    .res-hero-mockup,
    .app-hero-mockup,
    .blog-hero-mockup,
    .lab-hero-mockup,
    .ctl-hero-mockup {
        display: none !important;
    }

    .pt-hero-side {
        display: block !important;
        margin-top: 3rem;
        /* Increased gap on mobile */
        width: 100%;
    }

    .pt-hero-mockup {
        display: none !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }
}

/* ============================
   13. FAQ (faqs.html)
   ============================ */

#faqs-hero .hero-inner {
    display: flex;
    margin-bottom: 0;
}

.faq-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-item-accordion {
    border-bottom: 1px solid #e0e0e0;
}

.faq-item-accordion:last-child {
    border-bottom: none;
}

.faq-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 1.5rem 0;
    cursor: pointer;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    transition: color 0.2s ease;
}

.faq-button:hover {
    color: #666;
}

.faq-button:focus {
    outline: none;
}

.svg-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #555;
    line-height: 1.6;
    padding: 0;
}

.faq-answer.open {
    max-height: 500px;
    padding: 0 0 1.5rem 0;
}

/* Filtros FAQs - Botones más pequeños */
.faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
}

.faq-filters .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    min-width: auto;
    flex: none;
}

@media (max-width: 600px) {
    .faq-filters .btn {
        width: 45%;
        margin: auto;
    }
}

.faq-filters .btn.active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.3);
}

.faq-section {
    display: block;
    transition: opacity 0.3s ease;
}

.faq-section.hidden {
    display: none;
}

#faqs-hero .hero-copy {
    max-width: none;
}