/* ================================================
   LANDINGS SECTORIALES — patrón editorial sep-*
   Depende de: site.css, sprintia-editorial.css
   ================================================ */

/* --- Bloques contexto (dolor / resultado) --- */
.sec-landing-panel {
    height: 100%;
    padding: 1.5rem 1.35rem 1.4rem;
    border-radius: 22px;
    border: 1px solid rgba(15, 37, 71, 0.1);
    box-shadow: 0 18px 48px -38px rgba(15, 37, 71, 0.38);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sec-landing-panel:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 168, 107, 0.22);
}

.sec-landing-panel--pain {
    background: linear-gradient(168deg, #fff 0%, rgba(251, 252, 254, 0.96) 100%);
}

.sec-landing-panel--gain {
    background: linear-gradient(155deg, #0f2547 0%, #1a3a6e 100%);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
}

.sec-landing-panel--gain .sec-landing-panel__title {
    color: #fff;
}

.sec-landing-panel--gain .sec-landing-panel__text {
    color: rgba(255, 255, 255, 0.88);
}

.sec-landing-panel__title {
    font-family: var(--font-display, "Space Grotesk", system-ui, sans-serif);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 0.65rem;
    color: var(--text-dark, #0f2547);
}

.sec-landing-panel__text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--text-body, #374151);
}

/* --- Casos de uso --- */
.sec-landing-caso {
    height: 100%;
    padding: 1.2rem 1.15rem;
    border-radius: 18px;
    border: 1px solid rgba(15, 37, 71, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sec-landing-caso:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px -40px rgba(15, 37, 71, 0.35);
}

.sec-landing-caso--a {
    background: #fff;
    border-left: 4px solid #c9a227;
    border-radius: 8px 20px 20px 20px;
}

.sec-landing-caso--b {
    background: linear-gradient(160deg, rgba(0, 168, 107, 0.07) 0%, #fff 55%);
    box-shadow: 0 0 0 1px rgba(15, 37, 71, 0.06);
}

.sec-landing-caso--c {
    background: repeating-linear-gradient(
        -10deg,
        #fff,
        #fff 11px,
        rgba(15, 37, 71, 0.025) 11px,
        rgba(15, 37, 71, 0.025) 12px
    );
    border-style: dashed;
    border-color: rgba(15, 37, 71, 0.14);
}

.sec-landing-caso__text {
    font-size: 0.94rem;
    line-height: 1.58;
    color: var(--text-body, #374151);
}

/* --- FAQ (alineado con AdoptaIA / Home) --- */
.sec-landing-faq {
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.sep-met .sec-landing-faq .faq-item {
    border: 1px solid rgba(15, 37, 71, 0.08) !important;
    border-radius: 14px !important;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 37, 71, 0.04);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.sep-met .sec-landing-faq .faq-item:hover {
    border-color: rgba(0, 168, 107, 0.2) !important;
    box-shadow:
        0 4px 20px -6px rgba(15, 37, 71, 0.1),
        0 0 0 1px rgba(0, 168, 107, 0.06);
    transform: translateY(-1px);
}

.sep-met .sec-landing-faq .faq-btn {
    font-family: var(--font-display, "Space Grotesk", "Inter", system-ui, sans-serif);
    font-weight: 600;
    font-size: 0.98rem;
    letter-spacing: -0.02em;
    color: var(--sep-ink, #0f2547) !important;
    background: #fff !important;
    padding: 18px 20px;
    min-height: 56px;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.sep-met .sec-landing-faq .faq-btn:not(.collapsed) {
    color: var(--sep-accent-deep, #007a4d) !important;
    background: rgba(0, 168, 107, 0.06) !important;
}

.sep-met .sec-landing-faq .faq-btn:focus-visible {
    outline: 2px solid var(--sep-accent, #00a86b);
    outline-offset: -2px;
}

.sep-met .sec-landing-faq .faq-body {
    font-size: 0.9375rem;
    color: var(--sep-body, #374151);
    line-height: 1.75;
    padding: 4px 20px 20px;
    background: rgba(15, 37, 71, 0.02);
}

/* --- Contexto sectorial (párrafo enriquecido) --- */
.sec-landing-contexto {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-body, #374151);
    padding: 1.3rem 1.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 37, 71, 0.07);
    box-shadow: 0 8px 28px -20px rgba(15, 37, 71, 0.18);
}

/* --- Diferenciación (checkmarks) --- */
.sec-landing-diff {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15, 37, 71, 0.07);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sec-landing-diff:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -24px rgba(15, 37, 71, 0.25);
}

.sec-landing-diff__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--sep-accent, #00a86b);
}

.sec-landing-diff__text {
    font-size: 0.93rem;
    line-height: 1.6;
    color: var(--text-body, #374151);
}

/* --- Tarjetas “Para profundizar” --- */
.sec-landing-more {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.25rem 1.15rem 1.1rem;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(15, 37, 71, 0.1);
    background: #fff;
    box-shadow: 0 16px 44px -36px rgba(15, 37, 71, 0.35);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sec-landing-more:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 168, 107, 0.25);
    box-shadow: 0 22px 52px -40px rgba(15, 37, 71, 0.4);
    color: inherit;
}

.sec-landing-more--a {
    border-radius: 6px 20px 20px 20px;
}

.sec-landing-more--b {
    background: linear-gradient(180deg, rgba(238, 242, 248, 0.65) 0%, #fff 65%);
}

.sec-landing-more--c {
    border-left: 4px solid rgba(79, 184, 255, 0.85);
}

.sec-landing-more--d {
    background: linear-gradient(150deg, rgba(0, 168, 107, 0.12) 0%, #fff 50%);
    border-color: rgba(0, 168, 107, 0.28);
}

.sec-landing-more__title {
    font-family: var(--font-display, "Space Grotesk", system-ui, sans-serif);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    color: var(--text-dark, #0f2547);
}

.sec-landing-more__desc {
    flex: 1;
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--text-muted, #6b7280);
}

.sec-landing-more__cta {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--secondary-dark, #0d6e47);
}

.sec-landing-more:hover .sec-landing-more__cta {
    text-decoration: underline;
}

.sec-landing-more--d .sec-landing-more__cta {
    color: var(--secondary-dark, #0d6e47);
}
