/* promotion-simce.css — landing /simce reframe.
   Brand tokens: turquesa #1CC7A6, violeta #8754A1, Nunito. Scoped to .simce-* classes so it never
   collides with the shared public-site stack. Mobile-first; tilt only on wide viewports. */

.simce-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 2000;
    background: #1CC7A6;
    color: #fff;
    padding: 10px 16px;
    border-radius: 0 0 8px 0;
    font-weight: 700;
}
.simce-skip-link:focus {
    left: 0;
}

/* Eyebrow (keyword anchor) — uppercase label above the H2, brand convention. */
.simce-eyebrow {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 0.78rem;
    font-weight: 800;
}
.simce-trust-eyebrow {
    font-size: 1.2rem;
    opacity: 0.85;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Mobile hero: the public header is transparent and sits over the hero. Keep the
   SIMCE claim clear of the large logo without changing the shared site navbar. */
@media (max-width: 991.98px) {
    #navbar-main .navbar-brand #navbar-logo {
        width: min(215px, 58vw);
        height: auto;
    }
    .simce-hero .container-first {
        padding-top: 3rem !important;
    }
    .simce-hero-copy .simce-eyebrow {
        padding-top: 3.5rem !important;
        margin-bottom: 0.65rem !important;
        line-height: 1.35;
    }
    .simce-hero-copy #simce-hero-title {
        margin-top: 0;
    }
}

@media (max-width: 360px) {
    #navbar-main .navbar-brand #navbar-logo {
        width: min(195px, 56vw);
    }
    .simce-hero-copy .simce-eyebrow {
        padding-top: 3.75rem !important;
    }
}

/* Micro-band 4-up under the hero. */
.simce-band p {
    font-size: 0.95rem;
    color: #52617A;
    line-height: 1.35;
}

/* ---- Preview del destino: in-page split-view (no chrome) ---- */
.simce-proto-stage {
    position: relative;
    padding: 1.5rem 0;
}
.simce-proto-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 35% 40%, rgba(135, 84, 161, 0.16), transparent 58%);
    z-index: 0;
    pointer-events: none;
}
.simce-proto-panels {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.simce-proto-panel {
    background: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 30px 60px -18px rgba(30, 30, 60, 0.30),
                0 12px 28px -10px rgba(135, 84, 161, 0.18),
                0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.35s ease;
}
.simce-proto-catalog { width: 360px; }
.simce-proto-report  { width: 420px; }
.simce-proto-head {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #8754A1;
    font-size: 1rem;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0e8f5;
}
.simce-proto-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.simce-proto-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    border-radius: 10px;
    font-size: 0.92rem;
    color: #52617A;
    margin-bottom: 6px;
    border: 1px solid #eef1f5;
}
.simce-proto-list li.active {
    background: #f0faf7;
    border-color: #1CC7A6;
    font-weight: 700;
    color: #2a3447;
}
.simce-proto-badge {
    background: #1CC7A6;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 2px 7px;
    border-radius: 6px;
}
.simce-proto-meta {
    margin-left: auto;
    font-size: 0.78rem;
    color: #9aa3b2;
    white-space: nowrap;
}
.simce-proto-skill {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.86rem;
    color: #52617A;
}
.simce-proto-skill span { width: 150px; flex-shrink: 0; }
.simce-proto-skill b    { width: 42px; text-align: right; color: #2a3447; }
.simce-proto-bar {
    flex: 1;
    height: 9px;
    background: #eef1f5;
    border-radius: 6px;
    overflow: hidden;
}
.simce-proto-bar i {
    display: block;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #1CC7A6, #8754A1);
}
.simce-proto-remedial {
    margin-top: 16px;
    padding: 12px 14px;
    background: #faf7fc;
    border-radius: 10px;
    font-size: 0.86rem;
    color: #52617A;
    line-height: 1.5;
}
.simce-proto-remedial-title {
    display: block;
    font-weight: 800;
    color: #8754A1;
    margin-bottom: 2px;
}
.simce-proto-caption {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    font-size: 0.82rem;
}

/* Tilt + hover-straighten only where the split-view fits side by side. */
@media (min-width: 992px) {
    .simce-proto-catalog { transform: rotate(-1.3deg); }
    .simce-proto-report  { transform: rotate(1.3deg); }
    .simce-proto-stage:hover .simce-proto-panel { transform: rotate(0deg); }
}
@media (max-width: 575px) {
    .simce-proto-catalog,
    .simce-proto-report { width: 100%; }
    .simce-proto-skill span { width: 120px; }
}

/* ---- Cómo funciona steps ---- */
.simce-step {
    padding: 1rem;
}
.simce-step-num {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #1CC7A6, #8754A1);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px -6px rgba(135, 84, 161, 0.45);
}

/* FAQ accordion styles are shared in purpose/css/faq.css (+ purpose/js/faq.js). */
