/* =================================================================
   Almatching2 — Landing page (v2.5.2 — PREMIUM REDESIGN)
   Tagline: "Mejorando personas y relaciones con ciencia y conciencia"
   Positioning: personal-transformation system. NOT a dating app.
   Competes in the premium / elitist segment (Calm, Hinge, Headspace).

   Scoped to .alm2-landing — never leaks into other views.
   Bootstrap 5 is already loaded by Cassiopeia — we only complement it.
   ================================================================= */

/* -----------------------------------------------------------------
   0. Google Fonts — emotional serif + modern sans.
      preconnect + font-display:swap to avoid FOIT.
      (Google Fonts CSS is requested via the template <link rel="preconnect">;
       this @import is the bullet-proof fallback that also works without it.)
   ----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700;800&display=swap');

/* -----------------------------------------------------------------
   1. Design tokens — CSS custom properties
   ----------------------------------------------------------------- */
.alm2-landing {
    /* 5 Vías canonical colors (R1 + EXTENSION_SPEC.vias.entries).
       These are the neutral baseline; the gradient signatures below
       give each card its premium visual identity. */
    --alm2-via-mejora: #6c757d;
    --alm2-via-amistad: #0d6efd;
    --alm2-via-trabajo: #198754;
    --alm2-via-negocios: #ffc107;
    --alm2-via-romance: #dc3545;

    /* Vía gradient signatures (premium) */
    --alm2-grad-mejora: linear-gradient(135deg, #8b5cf6 0%, #6366f1 55%, #4338ca 100%);
    --alm2-grad-amistad: linear-gradient(135deg, #fbbf24 0%, #f59e0b 55%, #d97706 100%);
    --alm2-grad-trabajo: linear-gradient(135deg, #2dd4bf 0%, #0d9488 55%, #115e59 100%);
    --alm2-grad-negocios: linear-gradient(135deg, #fde68a 0%, #ca8a04 55%, #1f2937 100%);
    --alm2-grad-romance: linear-gradient(135deg, #fb7185 0%, #e11d48 55%, #9f1239 100%);

    /* Vía glow halos for hover */
    --alm2-glow-mejora: 0 0 48px rgba(139, 92, 246, 0.42);
    --alm2-glow-amistad: 0 0 48px rgba(251, 191, 36, 0.42);
    --alm2-glow-trabajo: 0 0 48px rgba(45, 212, 191, 0.42);
    --alm2-glow-negocios: 0 0 48px rgba(234, 179, 8, 0.42);
    --alm2-glow-romance: 0 0 48px rgba(251, 113, 133, 0.42);

    /* Alma — holographic cyan/luminous (R2, canonical) */
    --alm2-alma-cyan: #22d3ee;
    --alm2-alma-cyan-bright: #67e8f9;
    --alm2-alma-cyan-deep: #0891b2;
    --alm2-alma-violet: #8b5cf6;
    --alm2-alma-rose: #f472b6;

    /* Modo Refugio — serene, never loud (R3) */
    --alm2-refugio-primary: #7c3aed;
    --alm2-refugio-secondary: #c084fc;
    --alm2-refugio-bg-1: #1e1b4b;
    --alm2-refugio-bg-2: #312e81;

    /* Midnight ink palette (premium dark) */
    --alm2-bg-0: #07080f;
    --alm2-bg-1: #0d0f1c;
    --alm2-bg-2: #12142a;
    --alm2-bg-3: #1a1d38;
    --alm2-bg-elevated: rgba(255, 255, 255, 0.035);
    --alm2-bg-elevated-strong: rgba(255, 255, 255, 0.065);
    --alm2-bg-glass: rgba(15, 18, 36, 0.55);

    /* Typography */
    --alm2-text: #e7e7f0;
    --alm2-text-soft: #c1c1d4;
    --alm2-text-muted: #8a8aa8;
    --alm2-text-caption: #5f607a;
    --alm2-text-on-dark: #ffffff;

    /* Borders */
    --alm2-border: rgba(255, 255, 255, 0.08);
    --alm2-border-strong: rgba(255, 255, 255, 0.16);

    /* Radii */
    --alm2-r-sm: 0.5rem;
    --alm2-r-md: 0.875rem;
    --alm2-r-lg: 1.25rem;
    --alm2-r-xl: 1.75rem;
    --alm2-r-2xl: 2.25rem;
    --alm2-r-pill: 999px;

    /* Shadows (premium layered) */
    --alm2-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.35);
    --alm2-shadow-md: 0 10px 30px rgba(0, 0, 0, 0.45);
    --alm2-shadow-lg: 0 30px 60px rgba(0, 0, 0, 0.55);
    --alm2-shadow-xl: 0 40px 90px rgba(0, 0, 0, 0.65);
    --alm2-glow-cyan: 0 0 48px rgba(34, 211, 238, 0.45);
    --alm2-glow-cyan-strong: 0 0 80px rgba(34, 211, 238, 0.55);

    /* Spacing */
    --alm2-space-section: clamp(4rem, 8vw, 8rem);
    --alm2-space-gutter: clamp(1rem, 2.5vw, 2rem);

    /* Typography scale */
    --alm2-fs-eyebrow: 0.8rem;
    --alm2-fs-body: 1.05rem;
    --alm2-fs-lead: clamp(1.1rem, 1.4vw, 1.3rem);
    --alm2-fs-display: clamp(2.6rem, 6.5vw, 5.25rem);
    --alm2-fs-h2: clamp(2rem, 4.2vw, 3.25rem);
    --alm2-fs-h3: clamp(1.25rem, 2.1vw, 1.6rem);

    /* Fonts — serif for emotion, sans for clarity */
    --alm2-font-serif: 'Fraunces', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --alm2-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

    /* Motion */
    --alm2-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --alm2-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --alm2-dur-fast: 180ms;
    --alm2-dur-med: 320ms;
    --alm2-dur-slow: 620ms;
    --alm2-dur-xslow: 1200ms;
}

/* -----------------------------------------------------------------
   2. Landing root + reset
   ----------------------------------------------------------------- */
.alm2-landing {
    position: relative;
    color: var(--alm2-text);
    background-color: var(--alm2-bg-0);
    font-family: var(--alm2-font-sans);
    font-size: var(--alm2-fs-body);
    line-height: 1.65;
    overflow-x: hidden;
    /* Subtle film-grain tint at root */
    background-image:
        radial-gradient(circle at 15% 5%, rgba(139, 92, 246, 0.10), transparent 45%),
        radial-gradient(circle at 85% 10%, rgba(34, 211, 238, 0.09), transparent 45%),
        radial-gradient(circle at 50% 100%, rgba(244, 114, 182, 0.06), transparent 55%);
}

.alm2-landing *,
.alm2-landing *::before,
.alm2-landing *::after {
    box-sizing: border-box;
}

.alm2-landing img,
.alm2-landing svg {
    max-width: 100%;
    height: auto;
}

.alm2-landing a {
    color: var(--alm2-alma-cyan);
    text-decoration: none;
    transition: color var(--alm2-dur-fast) var(--alm2-ease);
}

.alm2-landing a:hover,
.alm2-landing a:focus-visible {
    color: var(--alm2-alma-cyan-bright);
}

.alm2-landing a:focus-visible,
.alm2-landing button:focus-visible,
.alm2-landing .alm2-btn:focus-visible {
    outline: 2px solid var(--alm2-alma-cyan);
    outline-offset: 3px;
    border-radius: var(--alm2-r-sm);
}

.alm2-landing h1,
.alm2-landing h2,
.alm2-landing h3,
.alm2-landing h4 {
    margin: 0;
    color: var(--alm2-text-on-dark);
}

/* -----------------------------------------------------------------
   3. SVG icon system (replaces bootstrap-icons font dependency)
   ----------------------------------------------------------------- */
.alm2-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
    flex-shrink: 0;
}

.alm2-icon--lg { width: 1.5em; height: 1.5em; }
.alm2-icon--xl { width: 2em; height: 2em; }

/* -----------------------------------------------------------------
   4. Section scaffolding
   ----------------------------------------------------------------- */
.alm2-section {
    position: relative;
    padding: var(--alm2-space-section) 0;
}

.alm2-section__header {
    max-width: 820px;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.alm2-section__header--center {
    text-align: center;
}

.alm2-section__title {
    font-family: var(--alm2-font-serif);
    font-size: var(--alm2-fs-h2);
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 1rem;
    color: var(--alm2-text-on-dark);
    /* Fraunces opsz for display */
    font-variation-settings: 'opsz' 110;
}

.alm2-section__title em {
    font-style: italic;
    font-variation-settings: 'opsz' 144;
    background: linear-gradient(120deg, var(--alm2-alma-cyan-bright) 0%, var(--alm2-alma-violet) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alm2-section__subtitle {
    font-size: var(--alm2-fs-lead);
    color: var(--alm2-text-soft);
    margin: 0;
    line-height: 1.55;
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

/* -----------------------------------------------------------------
   5. Eyebrows, chips, buttons
   ----------------------------------------------------------------- */
.alm2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 1rem;
    font-size: var(--alm2-fs-eyebrow);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--alm2-text-soft);
    background: var(--alm2-bg-elevated);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--alm2-border-strong);
    border-radius: var(--alm2-r-pill);
    margin: 0 0 1.5rem;
}

.alm2-eyebrow__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--alm2-alma-violet);
    box-shadow: 0 0 14px var(--alm2-alma-violet), 0 0 28px rgba(139, 92, 246, 0.4);
    animation: alm2-dot-pulse 2.6s ease-in-out infinite;
}

.alm2-eyebrow__dot--cyan {
    background: var(--alm2-alma-cyan);
    box-shadow: 0 0 14px var(--alm2-alma-cyan), 0 0 28px rgba(34, 211, 238, 0.4);
}

.alm2-eyebrow--cyan {
    color: var(--alm2-alma-cyan-bright);
    border-color: rgba(34, 211, 238, 0.28);
    background: rgba(34, 211, 238, 0.04);
}

.alm2-chip {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    margin-right: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--alm2-alma-cyan-bright);
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: var(--alm2-r-sm);
    vertical-align: middle;
    font-family: var(--alm2-font-sans);
}

.alm2-chip--age {
    color: #fcd34d;
    background: rgba(252, 211, 77, 0.08);
    border-color: rgba(252, 211, 77, 0.25);
}

.alm2-chip--who {
    color: var(--alm2-text-soft);
    background: var(--alm2-bg-elevated);
    border-color: var(--alm2-border);
}

.alm2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 52px;
    padding: 0.95rem 1.85rem;
    font-family: var(--alm2-font-sans);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--alm2-r-pill);
    cursor: pointer;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: transform var(--alm2-dur-med) var(--alm2-ease),
        box-shadow var(--alm2-dur-med) var(--alm2-ease),
        color var(--alm2-dur-fast) var(--alm2-ease);
}

.alm2-btn--primary {
    color: #050816;
    background: linear-gradient(110deg, var(--alm2-alma-cyan-bright) 0%, var(--alm2-alma-cyan) 40%, var(--alm2-alma-violet) 100%);
    box-shadow:
        0 14px 30px rgba(34, 211, 238, 0.35),
        0 2px 6px rgba(139, 92, 246, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.alm2-btn--primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, #ffffff 0%, var(--alm2-alma-cyan) 50%, var(--alm2-alma-violet) 100%);
    opacity: 0;
    transition: opacity var(--alm2-dur-med) var(--alm2-ease);
    z-index: -1;
}

.alm2-btn--primary:hover::before,
.alm2-btn--primary:focus-visible::before {
    opacity: 1;
}

.alm2-btn--primary:hover,
.alm2-btn--primary:focus-visible {
    color: #050816;
    transform: translateY(-3px) scale(1.015);
    box-shadow:
        0 22px 45px rgba(34, 211, 238, 0.5),
        0 6px 14px rgba(139, 92, 246, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alm2-btn--ghost {
    color: var(--alm2-text);
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--alm2-border-strong);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.alm2-btn--ghost:hover,
.alm2-btn--ghost:focus-visible {
    color: var(--alm2-text-on-dark);
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--alm2-alma-cyan);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.1);
}

.alm2-btn--text {
    padding: 0.5rem 0.8rem;
    color: var(--alm2-text-soft);
    background: transparent;
    min-height: 44px;
}

.alm2-btn--text:hover,
.alm2-btn--text:focus-visible {
    color: var(--alm2-alma-cyan-bright);
}

.alm2-btn--lg {
    min-height: 60px;
    padding: 1.15rem 2.4rem;
    font-size: 1.08rem;
}

/* -----------------------------------------------------------------
   6. Hero — asymmetric, kinetic typography, premium
   ----------------------------------------------------------------- */
.alm2-hero {
    padding-top: clamp(5rem, 10vw, 9rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
    min-height: auto;
    position: relative;
    overflow: hidden;
}

.alm2-hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 18% 22%, rgba(139, 92, 246, 0.22), transparent 55%),
        radial-gradient(ellipse at 82% 12%, rgba(34, 211, 238, 0.20), transparent 55%),
        radial-gradient(ellipse at 55% 92%, rgba(244, 114, 182, 0.14), transparent 60%),
        linear-gradient(180deg, #07080f 0%, #0d0f1c 100%);
    z-index: 0;
}

.alm2-hero__grain {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse at center, black 35%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 35%, transparent 75%);
}

.alm2-hero__content {
    position: relative;
    z-index: 2;
}

.alm2-hero__headline {
    font-family: var(--alm2-font-serif);
    font-size: var(--alm2-fs-display);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -0.028em;
    color: var(--alm2-text-on-dark);
    margin: 0 0 1.5rem;
    font-variation-settings: 'opsz' 144;
}

.alm2-hero__headline-mark {
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(120deg, #ffffff 0%, var(--alm2-alma-cyan-bright) 45%, var(--alm2-alma-violet) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.alm2-hero__subheadline {
    font-family: var(--alm2-font-sans);
    font-size: var(--alm2-fs-lead);
    font-weight: 400;
    color: var(--alm2-text-soft);
    max-width: 56ch;
    margin: 0 0 2.5rem;
    line-height: 1.55;
}

.alm2-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.alm2-hero__proof {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem 1.1rem;
    padding: 0.8rem 1.25rem;
    font-family: var(--alm2-font-sans);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--alm2-text-soft);
    background: rgba(255, 255, 255, 0.028);
    border: 1px solid var(--alm2-border);
    border-radius: var(--alm2-r-pill);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    margin: 0;
    letter-spacing: 0.005em;
}

.alm2-hero__proof-num {
    font-family: var(--alm2-font-serif);
    font-size: 1.15rem;
    font-weight: 600;
    font-style: italic;
    color: var(--alm2-alma-cyan-bright);
    letter-spacing: -0.01em;
    margin-right: 0.2rem;
}

.alm2-hero__proof-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--alm2-border-strong);
    display: inline-block;
}

.alm2-hero__alma {
    position: relative;
    margin: 0;
    text-align: center;
}

.alm2-hero__alma-caption {
    margin-top: 1.5rem;
    font-family: var(--alm2-font-serif);
    font-size: 0.95rem;
    font-style: italic;
    letter-spacing: 0.04em;
    color: var(--alm2-alma-cyan-bright);
}

/* Alma holographic figure (R2 — feminine, cyan/luminous, NOT angel) */
.alm2-alma-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alm2-alma-placeholder--context {
    max-width: 340px;
}

.alm2-alma-core {
    position: absolute;
    width: 46%;
    height: 46%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(207, 250, 254, 0.95) 0%,
        rgba(103, 232, 249, 0.85) 20%,
        rgba(34, 211, 238, 0.6) 45%,
        rgba(139, 92, 246, 0.35) 72%,
        transparent 100%
    );
    filter: blur(14px);
    animation: alm2-alma-breathe 5.6s ease-in-out infinite;
}

.alm2-alma-core--small {
    width: 38%;
    height: 38%;
}

/* Alma feminine silhouette (inline SVG via ::before) */
.alm2-alma-placeholder::before {
    content: '';
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 52%;
    height: 84%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 340' fill='none'><defs><linearGradient id='a' x1='0' y1='0' x2='0' y2='1'><stop offset='0%25' stop-color='%2367e8f9' stop-opacity='0.9'/><stop offset='55%25' stop-color='%2322d3ee' stop-opacity='0.55'/><stop offset='100%25' stop-color='%238b5cf6' stop-opacity='0'/></linearGradient></defs><path d='M100 12c-16 0-28 14-28 32 0 12 6 22 14 28-16 4-30 14-36 30-5 13-4 30 2 44 7 15 20 26 36 32-10 8-18 18-24 30-6 14-10 30-10 48 0 14 4 28 12 38 8 11 20 18 34 22v24h16v-24c14-4 26-11 34-22 8-10 12-24 12-38 0-18-4-34-10-48-6-12-14-22-24-30 16-6 29-17 36-32 6-14 7-31 2-44-6-16-20-26-36-30 8-6 14-16 14-28 0-18-12-32-28-32z' fill='url(%23a)' opacity='0.7'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: blur(0.8px) drop-shadow(0 0 20px rgba(34, 211, 238, 0.6));
    opacity: 0.85;
    animation: alm2-alma-float 8s ease-in-out infinite;
    pointer-events: none;
}

.alm2-alma-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(103, 232, 249, 0.4);
    animation: alm2-alma-rotate 22s linear infinite;
}

.alm2-alma-ring--1 {
    width: 68%;
    height: 68%;
    border-color: rgba(103, 232, 249, 0.55);
    box-shadow: inset 0 0 24px rgba(34, 211, 238, 0.15);
}

.alm2-alma-ring--2 {
    width: 85%;
    height: 85%;
    border-style: dashed;
    border-color: rgba(139, 92, 246, 0.38);
    animation-duration: 32s;
    animation-direction: reverse;
}

.alm2-alma-ring--3 {
    width: 100%;
    height: 100%;
    border-color: rgba(244, 114, 182, 0.22);
    animation-duration: 48s;
}

.alm2-alma-particles {
    position: absolute;
    inset: 10%;
    background:
        radial-gradient(circle at 22% 32%, rgba(207, 250, 254, 0.9) 0%, transparent 1.5%),
        radial-gradient(circle at 78% 22%, rgba(139, 92, 246, 0.8) 0%, transparent 1.5%),
        radial-gradient(circle at 32% 82%, rgba(244, 114, 182, 0.7) 0%, transparent 1.5%),
        radial-gradient(circle at 72% 72%, rgba(103, 232, 249, 0.7) 0%, transparent 1.5%),
        radial-gradient(circle at 48% 48%, rgba(139, 92, 246, 0.6) 0%, transparent 1.2%),
        radial-gradient(circle at 15% 60%, rgba(103, 232, 249, 0.6) 0%, transparent 1%),
        radial-gradient(circle at 85% 50%, rgba(244, 114, 182, 0.6) 0%, transparent 1%);
    filter: blur(0.5px);
    animation: alm2-alma-shimmer 3.5s ease-in-out infinite alternate;
}

/* Glow orbs (ambient background) */
.alm2-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.55;
    pointer-events: none;
    animation: alm2-orb-float 22s ease-in-out infinite;
}

.alm2-orb--cyan {
    width: 42vw;
    height: 42vw;
    max-width: 620px;
    max-height: 620px;
    top: -10%;
    left: -8%;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.6), transparent 70%);
}

.alm2-orb--violet {
    width: 38vw;
    height: 38vw;
    max-width: 580px;
    max-height: 580px;
    bottom: -15%;
    right: -10%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.5), transparent 70%);
    animation-delay: -7s;
}

.alm2-orb--rose {
    width: 28vw;
    height: 28vw;
    max-width: 400px;
    max-height: 400px;
    top: 55%;
    left: 45%;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.32), transparent 70%);
    animation-delay: -14s;
    opacity: 0.4;
}

.alm2-orb--small {
    max-width: 280px;
    max-height: 280px;
    width: 40%;
    height: 60%;
}

/* -----------------------------------------------------------------
   7. Vías grid — premium distinct signatures per vía
   ----------------------------------------------------------------- */
.alm2-vias {
    background:
        radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.04), transparent 60%),
        linear-gradient(180deg, var(--alm2-bg-0) 0%, var(--alm2-bg-1) 100%);
}

.alm2-vias-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.alm2-via-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: var(--alm2-bg-elevated);
    border: 1px solid var(--alm2-border);
    border-radius: var(--alm2-r-lg);
    overflow: hidden;
    isolation: isolate;
    transition: transform var(--alm2-dur-med) var(--alm2-ease),
        box-shadow var(--alm2-dur-med) var(--alm2-ease),
        border-color var(--alm2-dur-med) var(--alm2-ease);
}

/* Gradient accent bar + hover radial that reveals via gradient signature */
.alm2-via-card::before {
    content: '';
    position: absolute;
    inset: -1px -1px auto -1px;
    height: 5px;
    background: var(--via-gradient);
    border-radius: var(--alm2-r-lg) var(--alm2-r-lg) 0 0;
    z-index: 1;
    box-shadow: 0 0 20px var(--via-color);
}

.alm2-via-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--via-gradient);
    opacity: 0;
    transition: opacity var(--alm2-dur-med) var(--alm2-ease);
    z-index: -1;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.alm2-via-card:hover,
.alm2-via-card:focus-within {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--via-color) 50%, transparent);
    box-shadow: var(--alm2-shadow-lg), var(--via-glow);
}

.alm2-via-card:hover::after,
.alm2-via-card:focus-within::after {
    opacity: 0.08;
}

.alm2-via-card__body {
    padding: 1.75rem 1.75rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.alm2-via-card__icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--alm2-r-md);
    background: color-mix(in srgb, var(--via-color) 14%, transparent);
    color: var(--via-color);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    position: relative;
    transition: transform var(--alm2-dur-med) var(--alm2-ease);
}

.alm2-via-card__icon::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--alm2-r-md);
    background: var(--via-gradient);
    opacity: 0;
    transition: opacity var(--alm2-dur-med) var(--alm2-ease);
    z-index: -1;
}

.alm2-via-card:hover .alm2-via-card__icon {
    transform: scale(1.08) rotate(-3deg);
    color: #ffffff;
}

.alm2-via-card:hover .alm2-via-card__icon::after {
    opacity: 1;
}

.alm2-via-card__name {
    font-family: var(--alm2-font-serif);
    font-size: var(--alm2-fs-h3);
    font-weight: 500;
    font-style: normal;
    margin: 0;
    letter-spacing: -0.01em;
    color: var(--alm2-text-on-dark);
    font-variation-settings: 'opsz' 120;
}

.alm2-via-card__dream {
    font-family: var(--alm2-font-sans);
    font-size: 0.98rem;
    color: var(--alm2-text-soft);
    margin: 0;
    flex: 1;
    line-height: 1.55;
}

.alm2-via-card__price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    align-self: flex-start;
    margin-top: 0.5rem;
    padding: 0.35rem 0.75rem;
    font-family: var(--alm2-font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--via-color);
    background: color-mix(in srgb, var(--via-color) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--via-color) 32%, transparent);
    border-radius: var(--alm2-r-pill);
}

.alm2-via-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1.1rem 1.75rem;
    margin-top: auto;
    font-family: var(--alm2-font-sans);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--alm2-text);
    background: var(--alm2-bg-elevated-strong);
    border-top: 1px solid var(--alm2-border);
    transition: background var(--alm2-dur-fast) var(--alm2-ease),
        color var(--alm2-dur-fast) var(--alm2-ease);
    z-index: 1;
    position: relative;
}

.alm2-via-card__cta:hover,
.alm2-via-card__cta:focus-visible {
    background: color-mix(in srgb, var(--via-color) 22%, transparent);
    color: var(--alm2-text-on-dark);
}

.alm2-via-card__cta .alm2-icon {
    transition: transform var(--alm2-dur-fast) var(--alm2-ease);
}

.alm2-via-card__cta:hover .alm2-icon,
.alm2-via-card__cta:focus-visible .alm2-icon {
    transform: translateX(5px);
}

/* -----------------------------------------------------------------
   8. Ciencia + Sabiduría
   ----------------------------------------------------------------- */
.alm2-ciencia {
    background:
        radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.07), transparent 60%),
        var(--alm2-bg-1);
}

.alm2-ciencia__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
}

.alm2-ciencia__col {
    padding: 2.25rem;
    background: var(--alm2-bg-elevated);
    border: 1px solid var(--alm2-border);
    border-radius: var(--alm2-r-xl);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform var(--alm2-dur-med) var(--alm2-ease),
        border-color var(--alm2-dur-med) var(--alm2-ease);
}

.alm2-ciencia__col:hover {
    transform: translateY(-4px);
}

.alm2-ciencia__col--science {
    border-color: rgba(34, 211, 238, 0.22);
    background: linear-gradient(180deg, rgba(34, 211, 238, 0.04) 0%, var(--alm2-bg-elevated) 80%);
}

.alm2-ciencia__col--wisdom {
    border-color: rgba(252, 211, 77, 0.22);
    background: linear-gradient(180deg, rgba(252, 211, 77, 0.04) 0%, var(--alm2-bg-elevated) 80%);
}

.alm2-ciencia__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.95rem;
    font-family: var(--alm2-font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    border-radius: var(--alm2-r-pill);
    margin-bottom: 1.25rem;
}

.alm2-ciencia__badge--apa {
    color: var(--alm2-alma-cyan-bright);
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.32);
}

.alm2-ciencia__badge--wisdom {
    color: #fcd34d;
    background: rgba(252, 211, 77, 0.1);
    border: 1px solid rgba(252, 211, 77, 0.32);
}

.alm2-ciencia__col-title {
    font-family: var(--alm2-font-serif);
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    font-weight: 500;
    margin: 0 0 0.75rem;
    color: var(--alm2-text-on-dark);
    letter-spacing: -0.02em;
    line-height: 1.15;
    font-variation-settings: 'opsz' 120;
}

.alm2-ciencia__col-lead {
    font-family: var(--alm2-font-sans);
    font-size: 1rem;
    color: var(--alm2-text-soft);
    margin: 0 0 1.5rem;
    line-height: 1.6;
}

.alm2-ciencia__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.alm2-ciencia__list li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem;
    padding: 0.75rem 0;
    font-size: 0.98rem;
    color: var(--alm2-text-soft);
    border-bottom: 1px solid var(--alm2-border);
}

.alm2-ciencia__list li:last-child {
    border-bottom: 0;
}

.alm2-ciencia__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.25rem 0;
}

.alm2-ciencia__divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--alm2-border-strong), transparent);
}

.alm2-ciencia__divider-text {
    font-family: var(--alm2-font-serif);
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--alm2-text-muted);
    white-space: nowrap;
    font-variation-settings: 'opsz' 100;
}

.alm2-ciencia__quote {
    margin: 0;
    padding: 1.15rem 1.4rem;
    border-left: 3px solid #fcd34d;
    background: rgba(252, 211, 77, 0.04);
    border-radius: 0 var(--alm2-r-md) var(--alm2-r-md) 0;
}

.alm2-ciencia__quote p {
    font-family: var(--alm2-font-serif);
    margin: 0 0 0.5rem;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--alm2-text);
    line-height: 1.5;
}

.alm2-ciencia__quote cite {
    font-family: var(--alm2-font-sans);
    font-style: normal;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fcd34d;
}

.alm2-ciencia__callout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    padding: 1.5rem 1.75rem;
    background: var(--alm2-bg-elevated-strong);
    border: 1px solid var(--alm2-border);
    border-radius: var(--alm2-r-xl);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.alm2-ciencia__callout .alm2-icon {
    font-size: 1.75rem;
    color: var(--alm2-alma-cyan);
}

.alm2-ciencia__callout p {
    flex: 1;
    margin: 0;
    color: var(--alm2-text-soft);
    line-height: 1.55;
}

.alm2-ciencia__callout strong {
    color: var(--alm2-text-on-dark);
    margin-right: 0.3rem;
}

/* -----------------------------------------------------------------
   9. 8+5 Steps
   ----------------------------------------------------------------- */
.alm2-steps {
    background: linear-gradient(180deg, var(--alm2-bg-1) 0%, var(--alm2-bg-2) 100%);
}

.alm2-steps__row {
    margin-bottom: 3rem;
}

.alm2-steps__row:last-of-type {
    margin-bottom: 0;
}

.alm2-steps__row-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    font-family: var(--alm2-font-serif);
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 500;
    color: var(--alm2-text-on-dark);
    margin: 0 0 1.5rem;
    letter-spacing: -0.008em;
    font-variation-settings: 'opsz' 110;
}

.alm2-steps__row-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.8rem;
    font-family: var(--alm2-font-sans);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--alm2-alma-cyan);
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.3);
    border-radius: var(--alm2-r-pill);
}

.alm2-steps__row-tag--expansion {
    color: var(--alm2-alma-violet);
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.3);
}

.alm2-steps__grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.alm2-step {
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
    background: var(--alm2-bg-elevated);
    border: 1px solid var(--alm2-border);
    border-radius: var(--alm2-r-md);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform var(--alm2-dur-fast) var(--alm2-ease),
        border-color var(--alm2-dur-fast) var(--alm2-ease),
        background var(--alm2-dur-fast) var(--alm2-ease);
}

.alm2-step:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.35);
    background: var(--alm2-bg-elevated-strong);
}

.alm2-step--expansion:hover {
    border-color: rgba(139, 92, 246, 0.35);
}

.alm2-step__number {
    position: absolute;
    top: 1.25rem;
    left: 1.15rem;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--alm2-font-serif);
    font-style: italic;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--alm2-alma-cyan);
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.35);
    border-radius: 50%;
}

.alm2-step--expansion .alm2-step__number {
    color: var(--alm2-alma-violet);
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.35);
}

.alm2-step__name {
    font-family: var(--alm2-font-serif);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--alm2-text-on-dark);
    margin: 0;
    letter-spacing: -0.006em;
    font-variation-settings: 'opsz' 100;
}

.alm2-step__name-en {
    font-family: var(--alm2-font-serif);
    font-size: 0.82rem;
    color: var(--alm2-text-muted);
    margin: 0.15rem 0 0.4rem;
    font-style: italic;
}

.alm2-step__focus {
    font-family: var(--alm2-font-sans);
    font-size: 0.9rem;
    color: var(--alm2-text-soft);
    margin: 0.2rem 0 0;
    line-height: 1.5;
}

.alm2-steps__metaphor {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    max-width: 760px;
    margin: 3.5rem auto 0;
    padding: 1.25rem 1.75rem;
    font-family: var(--alm2-font-serif);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--alm2-text-soft);
    text-align: left;
    background: var(--alm2-bg-elevated-strong);
    border: 1px dashed var(--alm2-border-strong);
    border-radius: var(--alm2-r-xl);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.alm2-steps__metaphor .alm2-icon {
    color: #fb923c;
    font-size: 1.3rem;
}

/* -----------------------------------------------------------------
   10. Modo Refugio (R3 — sacred, serene, no aggressive marketing)
   ----------------------------------------------------------------- */
.alm2-refugio {
    position: relative;
    overflow: hidden;
    color: #e9e6ff;
}

.alm2-refugio__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 80%, rgba(192, 132, 252, 0.25), transparent 50%),
        radial-gradient(circle at 78% 20%, rgba(103, 232, 249, 0.15), transparent 55%),
        linear-gradient(135deg, var(--alm2-refugio-bg-1) 0%, var(--alm2-refugio-bg-2) 100%);
    z-index: 0;
}

.alm2-refugio__inner {
    position: relative;
    z-index: 2;
}

.alm2-refugio__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 1rem;
    font-family: var(--alm2-font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--alm2-refugio-secondary);
    background: rgba(192, 132, 252, 0.12);
    border: 1px solid rgba(192, 132, 252, 0.32);
    border-radius: var(--alm2-r-pill);
    margin-bottom: 1.25rem;
}

.alm2-refugio__title {
    font-family: var(--alm2-font-serif);
    font-size: clamp(2.3rem, 4.5vw, 3.5rem);
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1.05;
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-variation-settings: 'opsz' 144;
}

.alm2-refugio__en {
    font-family: var(--alm2-font-serif);
    font-size: 1.05rem;
    font-style: italic;
    color: var(--alm2-refugio-secondary);
    margin: 0 0 1.5rem;
}

.alm2-refugio__24-7 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    font-family: var(--alm2-font-sans);
    font-size: 0.92rem;
    font-weight: 600;
    color: #d8b4fe;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--alm2-r-pill);
    margin: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.alm2-refugio__description {
    font-family: var(--alm2-font-sans);
    font-size: 1.1rem;
    line-height: 1.78;
    color: rgba(233, 230, 255, 0.9);
    margin: 0 0 1.75rem;
}

.alm2-refugio__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.alm2-refugio__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--alm2-r-md);
    color: rgba(233, 230, 255, 0.9);
    font-size: 0.98rem;
    line-height: 1.55;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.alm2-refugio__list li .alm2-icon {
    font-size: 1.25rem;
    color: var(--alm2-refugio-secondary);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.alm2-refugio__tagline {
    margin: 0;
    padding: 1.15rem 1.4rem;
    font-family: var(--alm2-font-serif);
    font-size: 1.1rem;
    font-style: italic;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-left: 3px solid var(--alm2-refugio-secondary);
    border-radius: 0 var(--alm2-r-md) var(--alm2-r-md) 0;
    line-height: 1.55;
}

/* -----------------------------------------------------------------
   11. Alma section (R2 — holographic, warm, feminine)
   ----------------------------------------------------------------- */
.alm2-alma {
    background:
        radial-gradient(circle at 78% 30%, rgba(34, 211, 238, 0.09), transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.06), transparent 55%),
        var(--alm2-bg-1);
}

.alm2-alma__title {
    font-family: var(--alm2-font-serif);
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.1;
    margin: 0 0 1.25rem;
    color: var(--alm2-text-on-dark);
    font-variation-settings: 'opsz' 144;
}

.alm2-alma__title em {
    font-style: italic;
    font-weight: 500;
    color: var(--alm2-alma-cyan-bright);
}

.alm2-alma__description {
    font-family: var(--alm2-font-sans);
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--alm2-text-soft);
    margin: 0 0 1.75rem;
}

.alm2-alma__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.alm2-alma__features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: var(--alm2-bg-glass);
    border: 1px solid var(--alm2-border);
    border-radius: var(--alm2-r-md);
    color: var(--alm2-text);
    font-size: 0.98rem;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color var(--alm2-dur-fast) var(--alm2-ease),
        background var(--alm2-dur-fast) var(--alm2-ease),
        transform var(--alm2-dur-fast) var(--alm2-ease);
}

.alm2-alma__features li:hover {
    border-color: rgba(34, 211, 238, 0.35);
    background: rgba(34, 211, 238, 0.05);
    transform: translateX(4px);
}

.alm2-alma__features li .alm2-icon {
    font-size: 1.4rem;
    color: var(--alm2-alma-cyan);
    flex-shrink: 0;
}

/* -----------------------------------------------------------------
   12. Anti-positioning ("Lo que NO somos")
   ----------------------------------------------------------------- */
.alm2-anti {
    background: #040508;
    color: var(--alm2-text);
}

.alm2-anti__title {
    font-family: var(--alm2-font-serif);
    font-size: var(--alm2-fs-h2);
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.022em;
    color: #ffffff;
    margin: 0 0 3rem;
    text-align: center;
    line-height: 1.05;
    font-variation-settings: 'opsz' 144;
}

.alm2-anti__list {
    list-style: none;
    padding: 0;
    margin: 0 auto 2.25rem;
    max-width: 640px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.alm2-anti__line {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.15rem 1.4rem;
    font-family: var(--alm2-font-sans);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--alm2-text-soft);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--alm2-r-md);
    letter-spacing: -0.005em;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.alm2-anti__strike {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    font-size: 1rem;
    font-weight: 800;
    color: #fca5a5;
    background: rgba(252, 165, 165, 0.1);
    border: 1px solid rgba(252, 165, 165, 0.32);
    border-radius: 50%;
    flex-shrink: 0;
}

.alm2-anti__positive {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    max-width: 640px;
    margin: 0 auto;
    padding: 1.4rem 1.75rem;
    font-family: var(--alm2-font-serif);
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.14), rgba(139, 92, 246, 0.14));
    border: 1px solid rgba(34, 211, 238, 0.35);
    border-radius: var(--alm2-r-xl);
    text-align: center;
    line-height: 1.4;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.alm2-anti__positive .alm2-icon {
    color: var(--alm2-alma-cyan);
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* -----------------------------------------------------------------
   13. Testimonials
   ----------------------------------------------------------------- */
.alm2-testimonials {
    background: var(--alm2-bg-1);
}

.alm2-testimonials__disclaimer {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--alm2-font-sans);
    font-size: 0.88rem;
    color: var(--alm2-text-muted);
    font-style: italic;
    max-width: 60ch;
}

.alm2-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.alm2-testimonial {
    padding: 2rem;
    background: var(--alm2-bg-glass);
    border: 1px solid var(--alm2-border);
    border-radius: var(--alm2-r-xl);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform var(--alm2-dur-med) var(--alm2-ease),
        border-color var(--alm2-dur-med) var(--alm2-ease);
}

.alm2-testimonial:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.25);
}

.alm2-testimonial__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--alm2-alma-cyan), var(--alm2-alma-violet));
    color: #050816;
    font-family: var(--alm2-font-serif);
    font-weight: 600;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(34, 211, 238, 0.25);
}

.alm2-testimonial__quote {
    margin: 0;
    font-family: var(--alm2-font-serif);
    font-size: 1.08rem;
    line-height: 1.55;
    color: var(--alm2-text);
    font-style: italic;
    font-variation-settings: 'opsz' 110;
}

.alm2-testimonial__meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--alm2-border);
}

.alm2-testimonial__name {
    font-family: var(--alm2-font-sans);
    font-style: normal;
    font-weight: 700;
    color: var(--alm2-text-on-dark);
    font-size: 0.95rem;
}

.alm2-testimonial__via {
    font-family: var(--alm2-font-sans);
    font-size: 0.8rem;
    color: var(--alm2-text-muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* -----------------------------------------------------------------
   14. Final CTA
   ----------------------------------------------------------------- */
.alm2-final-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--alm2-bg-1) 0%, #030308 100%);
    text-align: center;
}

.alm2-final-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.alm2-final-cta__inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.alm2-final-cta__title {
    font-family: var(--alm2-font-serif);
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.05;
    color: #ffffff;
    margin: 0 0 1.25rem;
    font-variation-settings: 'opsz' 144;
}

.alm2-final-cta__title em {
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(120deg, var(--alm2-alma-cyan-bright), var(--alm2-alma-violet));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alm2-final-cta__subtitle {
    font-family: var(--alm2-font-sans);
    font-size: 1.15rem;
    color: var(--alm2-text-soft);
    max-width: 600px;
    margin: 0 auto 2.25rem;
    line-height: 1.6;
}

.alm2-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem;
    margin-bottom: 2.5rem;
}

.alm2-final-cta__tagline {
    font-family: var(--alm2-font-serif);
    font-size: 0.98rem;
    color: var(--alm2-text-muted);
    letter-spacing: 0.015em;
    font-style: italic;
    margin: 0;
}

/* -----------------------------------------------------------------
   15. Scroll-reveal (powered by landing.js IntersectionObserver)
   ----------------------------------------------------------------- */
.alm2-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 900ms var(--alm2-ease),
        transform 900ms var(--alm2-ease);
    will-change: opacity, transform;
}

.alm2-reveal--up { transform: translateY(28px); }
.alm2-reveal--left { transform: translateX(-28px); }
.alm2-reveal--right { transform: translateX(28px); }
.alm2-reveal--scale { transform: scale(0.97); }

.alm2-reveal.is-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

.alm2-reveal[data-reveal-delay="100"] { transition-delay: 100ms; }
.alm2-reveal[data-reveal-delay="200"] { transition-delay: 200ms; }
.alm2-reveal[data-reveal-delay="300"] { transition-delay: 300ms; }
.alm2-reveal[data-reveal-delay="400"] { transition-delay: 400ms; }
.alm2-reveal[data-reveal-delay="500"] { transition-delay: 500ms; }

/* -----------------------------------------------------------------
   16. Animations
   ----------------------------------------------------------------- */
@keyframes alm2-alma-breathe {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.09); opacity: 1; }
}

@keyframes alm2-alma-float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-8px); }
}

@keyframes alm2-alma-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes alm2-alma-shimmer {
    0% { opacity: 0.55; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.025); }
}

@keyframes alm2-orb-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(2.5%, -3.5%) scale(1.06); }
    66% { transform: translate(-2.5%, 2.5%) scale(0.96); }
}

@keyframes alm2-dot-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.75; }
}

@keyframes alm2-hero-entrance {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.alm2-hero__headline,
.alm2-hero__subheadline,
.alm2-hero__cta,
.alm2-hero__proof {
    animation: alm2-hero-entrance 900ms var(--alm2-ease) backwards;
}

.alm2-hero__headline { animation-delay: 100ms; }
.alm2-hero__subheadline { animation-delay: 280ms; }
.alm2-hero__cta { animation-delay: 420ms; }
.alm2-hero__proof { animation-delay: 560ms; }

/* -----------------------------------------------------------------
   17. Responsive breakpoints (mobile-first)
   ----------------------------------------------------------------- */

/* Small tablets — 576px+ */
@media (min-width: 576px) {
    .alm2-vias-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .alm2-steps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .alm2-refugio__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .alm2-alma__features {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets — 768px+ */
@media (min-width: 768px) {
    .alm2-hero {
        padding-top: clamp(6rem, 12vw, 11rem);
    }
    .alm2-vias-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .alm2-steps__grid--deepening {
        grid-template-columns: repeat(4, 1fr);
    }
    .alm2-steps__grid--expansion {
        grid-template-columns: repeat(5, 1fr);
    }
    .alm2-testimonials__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .alm2-anti__list {
        gap: 1rem;
    }
    .alm2-anti__line {
        font-size: 1.25rem;
    }
}

/* Desktops — 992px+ */
@media (min-width: 992px) {
    .alm2-hero {
        min-height: 92vh;
        display: flex;
        align-items: center;
    }
    .alm2-hero__content {
        width: 100%;
    }
    .alm2-ciencia__grid {
        grid-template-columns: 1fr auto 1fr;
        gap: 2.5rem;
    }
    .alm2-ciencia__divider {
        flex-direction: column;
        height: auto;
        padding: 0 0.5rem;
    }
    .alm2-ciencia__divider-line {
        width: 1px;
        height: 64px;
        background: linear-gradient(180deg, transparent, var(--alm2-border-strong), transparent);
    }
    .alm2-vias-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Wide desktops — 1200px+ */
@media (min-width: 1200px) {
    .alm2-section__header {
        margin-bottom: 4rem;
    }
    .alm2-steps__row {
        margin-bottom: 3.5rem;
    }
    .alm2-hero__headline {
        font-size: clamp(3rem, 6vw, 5.25rem);
    }
}

/* -----------------------------------------------------------------
   18. Accessibility — reduced motion
   ----------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .alm2-landing *,
    .alm2-landing *::before,
    .alm2-landing *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .alm2-orb,
    .alm2-alma-core,
    .alm2-alma-ring,
    .alm2-alma-particles,
    .alm2-eyebrow__dot {
        animation: none !important;
    }
    .alm2-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
    .alm2-hero__headline,
    .alm2-hero__subheadline,
    .alm2-hero__cta,
    .alm2-hero__proof {
        animation: none !important;
    }
}

/* -----------------------------------------------------------------
   19. High contrast / forced colors
   ----------------------------------------------------------------- */
@media (forced-colors: active) {
    .alm2-btn {
        border: 1px solid CanvasText;
    }
    .alm2-via-card,
    .alm2-step,
    .alm2-testimonial,
    .alm2-alma__features li,
    .alm2-refugio__list li,
    .alm2-ciencia__col {
        border-color: CanvasText;
    }
}

/* -----------------------------------------------------------------
   20. Print (minimal, accessible)
   ----------------------------------------------------------------- */
@media print {
    .alm2-landing {
        color: #000;
        background: #fff;
    }
    .alm2-orb,
    .alm2-alma-core,
    .alm2-alma-ring,
    .alm2-alma-particles,
    .alm2-hero__bg,
    .alm2-refugio__bg,
    .alm2-final-cta__bg {
        display: none !important;
    }
}


/* -----------------------------------------------------------------
   21. Brand mark + Alma photo + via photos + refugio bg photo
       (Visual rescue 2026-04-25 from V2.5.0 imagery — specificity fix v2.4.3)
   ----------------------------------------------------------------- */

/* Brand mark animated entrance + breathing glow */
.alm2-landing .alm2-brand-mark {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1.4rem 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
    opacity: 0;
    transform: translateY(12px) scale(0.96);
    animation: alm2-brand-enter 0.9s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    filter: drop-shadow(0 0 18px rgba(34, 211, 238, 0.18));
    transition: filter 0.4s ease, transform 0.4s ease;
}

.alm2-landing .alm2-brand-mark:hover,
.alm2-landing .alm2-brand-mark:focus-visible {
    filter: drop-shadow(0 0 26px rgba(34, 211, 238, 0.42));
    transform: translateY(-1px) scale(1.01);
    outline: none;
}

/* Typographic brand mark — Fraunces serif wordmark */
.alm2-landing .alm2-brand-mark--text {
    text-decoration: none;
    color: var(--alm2-text-strong, #f8fafc);
}
.alm2-landing .alm2-brand-mark__wordmark {
    font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: clamp(1.4rem, 1.6vw + 0.8rem, 1.9rem);
    letter-spacing: -0.01em;
    line-height: 1;
    background: linear-gradient(135deg, #22d3ee 0%, #a78bfa 60%, #f472b6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    transition: filter 0.3s ease;
}
.alm2-landing .alm2-brand-mark--text:hover .alm2-brand-mark__wordmark,
.alm2-landing .alm2-brand-mark--text:focus-visible .alm2-brand-mark__wordmark {
    filter: drop-shadow(0 0 14px rgba(34, 211, 238, 0.45));
}
.alm2-landing .alm2-brand-mark__num {
    font-feature-settings: 'sups';
    font-size: 0.65em;
    vertical-align: super;
    margin-left: 0.05em;
    opacity: 0.85;
}

.alm2-landing .alm2-brand-mark__img {
    height: 56px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    border-radius: 12px;
    animation: alm2-brand-breath 6s ease-in-out infinite;
}

@keyframes alm2-brand-enter {
    0%   { opacity: 0; transform: translateY(12px) scale(0.96); }
    100% { opacity: 1; transform: translateY(0)    scale(1); }
}

@keyframes alm2-brand-breath {
    0%, 100% { filter: brightness(1)    saturate(1); }
    50%      { filter: brightness(1.06) saturate(1.08); }
}

/* Real Alma photo replaces CSS-only placeholder; rings + particles stay as overlays */
.alm2-landing .alm2-alma-photo {
    position: absolute;
    inset: 12% 12%;
    width: 76%;
    height: 76%;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 12px 60px rgba(34, 211, 238, 0.32));
    animation: alm2-alma-float 9s ease-in-out infinite;
}

.alm2-landing .alm2-alma-photo--context {
    inset: 6%;
    width: 88%;
    height: 88%;
    border-radius: 32px;
    object-fit: cover;
}

@keyframes alm2-alma-float {
    0%, 100% { transform: translateY(0)   scale(1);    }
    50%      { transform: translateY(-8px) scale(1.015); }
}

/* Place rings/particles ABOVE the photo so they read as energy halo */
.alm2-alma-placeholder .alm2-alma-ring,
.alm2-alma-placeholder .alm2-alma-particles,
.alm2-alma-placeholder .alm2-alma-core {
    z-index: 2;
}

/* Vía card photo header */
.alm2-landing .alm2-via-card__photo {
    position: relative;
    height: 140px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    margin: -1px -1px 0 -1px;
}

.alm2-landing .alm2-via-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
    filter: saturate(0.95) brightness(0.92);
}

.alm2-landing .alm2-via-card__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.55) 100%);
    pointer-events: none;
}

.alm2-landing .alm2-via-card:hover .alm2-via-card__photo img,
.alm2-landing .alm2-via-card:focus-within .alm2-via-card__photo img {
    transform: scale(1.06);
    filter: saturate(1.05) brightness(1);
}

/* Refugio background photo — soft, contemplative, never loud */
.alm2-landing .alm2-refugio__bg-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.18;
    filter: blur(2px) saturate(0.8);
    pointer-events: none;
    z-index: 0;
}

.alm2-refugio__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.alm2-refugio__inner {
    position: relative;
    z-index: 1;
}

/* Reduced-motion: kill the breathing/floating animations */
@media (prefers-reduced-motion: reduce) {
    .alm2-landing .alm2-brand-mark,
    .alm2-landing .alm2-brand-mark__img,
    .alm2-landing .alm2-alma-photo,
    .alm2-landing .alm2-via-card__photo img {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Print: keep brand visible, hide decorative photos */
@media print {
    .alm2-landing .alm2-via-card__photo,
    .alm2-landing .alm2-refugio__bg-photo,
    .alm2-landing .alm2-alma-photo {
        display: none !important;
    }
    .alm2-landing .alm2-brand-mark__img {
        max-width: 180px;
        animation: none !important;
        filter: none !important;
    }
}


/* Hero logo (right side) — shows the official Almatching logo at large size */
.alm2-landing .alm2-hero__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 420px;
}
.alm2-landing .alm2-hero__logo-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 60px rgba(34, 211, 238, 0.45)) drop-shadow(0 0 30px rgba(167, 139, 250, 0.25));
    animation: alm2-hero-logo-float 9s ease-in-out infinite;
}

@keyframes alm2-hero-logo-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50%      { transform: translateY(-10px) scale(1.015); }
}

@media (prefers-reduced-motion: reduce) {
    .alm2-landing .alm2-hero__logo-img { animation: none; }
}

/* ====================================================================
   v2.4.13 — Latorre Celestina section
   ==================================================================== */
.alm2-celestina {
    background: linear-gradient(135deg, #0d1430 0%, #1a1f4d 50%, #2a1a5e 100%);
    color: #fff;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.alm2-celestina::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(255, 200, 80, 0.15) 0%, transparent 70%);
    pointer-events: none;
}
.alm2-celestina__wrap { position: relative; z-index: 1; max-width: 920px; }
.alm2-celestina .alm2-section__eyebrow {
    color: #ffc850;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.alm2-celestina .alm2-section__title {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.25;
    max-width: 32ch;
}
.alm2-celestina__quote { margin: 3rem 0 1.5rem; text-align: center; }
.alm2-celestina__text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 1.5rem;
    text-shadow: 0 2px 24px rgba(255, 200, 80, 0.25);
}
.alm2-celestina__cite {
    display: flex; flex-direction: column; align-items: center;
    gap: 0.3rem; font-style: normal; color: rgba(255, 255, 255, 0.85);
}
.alm2-celestina__cite strong { font-size: 1.1rem; color: #ffc850; }
.alm2-celestina__cite-role {
    font-size: 0.92rem;
    max-width: 48ch;
    text-align: center;
    line-height: 1.4;
}
.alm2-celestina__credentials { margin: 2.5rem auto; max-width: 720px; }
.alm2-celestina__cred-list {
    list-style: none; padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.9rem;
}
.alm2-celestina__cred-list li {
    display: flex; align-items: flex-start; gap: 0.7rem;
    font-size: 0.92rem; line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
}
.alm2-celestina__cred-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #ffc850; flex: 0 0 8px; margin-top: 0.45rem;
    box-shadow: 0 0 8px rgba(255, 200, 80, 0.6);
}
.alm2-celestina__bridge {
    margin: 2.5rem auto 0; padding: 1.8rem;
    border-left: 3px solid #ffc850;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0 12px 12px 0; max-width: 760px;
}
.alm2-celestina__bridge p {
    margin: 0 0 1rem; font-size: 1rem; line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}
.alm2-celestina__bridge strong { color: #ffc850; font-weight: 700; }
.alm2-celestina__source {
    display: inline-flex; align-items: center; gap: 0.5rem;
    color: #ffc850; text-decoration: none;
    font-weight: 600; font-size: 0.92rem;
    border-bottom: 1px solid rgba(255, 200, 80, 0.4);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}
.alm2-celestina__source:hover,
.alm2-celestina__source:focus {
    color: #fff; border-color: #fff;
}
@media (max-width: 600px) {
    .alm2-celestina { padding: 3.5rem 0; }
    .alm2-celestina__bridge { padding: 1.4rem; }
}
