/* ============================================
   BOOKI — FUNNEL STYLES v2.1
   Aesthetic: Luxury Editorial · Dark & Warm
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ─── VARIABLES ─── */
:root {
    --ink:        #08090b;
    --ink-soft:   #0f1116;
    --ink-mid:    #1a1e27;
    --gold:       #c9a84c;
    --gold-warm:  #e2b96f;
    --gold-pale:  rgba(201,168,76,0.10);
    --gold-glow:  rgba(201,168,76,0.18);
    --cream:      #f5f0e8;
    --cream-dim:  rgba(245,240,232,0.72);
    --muted:      rgba(245,240,232,0.42);
    --border:     rgba(201,168,76,0.13);
    --border-dim: rgba(245,240,232,0.07);
    --radius:     6px;
    --ease:       cubic-bezier(0.25,0.46,0.45,0.94);
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.booki-funnel {
    font-family: 'DM Sans', sans-serif;
    color: var(--cream);
    background: var(--ink);
    overflow-x: hidden;
    line-height: 1.6;
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 36px; }

/* ─── TYPE SYSTEM ─── */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.section-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.section-label.light { color: var(--gold-warm); }

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.2rem);
    color: var(--cream);
    margin-bottom: 60px;
    line-height: 1.12;
}

.section-title em { font-style: italic; color: var(--gold-warm); }

/* ─── BUTTONS ─── */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--ink);
    padding: 17px 34px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.93rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius);
    transition: background 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.btn-primary:hover {
    background: var(--gold-warm);
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(201,168,76,0.22);
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(245,240,232,0.18);
    padding-bottom: 2px;
    transition: color 0.25s, border-color 0.25s;
}

.btn-ghost:hover { color: var(--cream); border-color: var(--gold); }

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
.booki-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 76px;                  /* ← de 76px a 88px */
    background: rgba(8,9,11,0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-dim);
    z-index: 1000;
    transition: background 0.3s, height 0.3s;
    padding: 14px 0;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nav-logo { text-decoration: none; display: flex; align-items: center; }

.nav-logo-img {
    height: 48px;           /* 76 - 14 - 14 = 48px exactos */
    width: auto;
    max-width: 200px;       /* ← limita el ancho para que no invada el botón */
    object-fit: contain;
    display: block;
}

.nav-logo-fallback {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--cream);
    letter-spacing: -0.02em;
}

.logo-accent { color: var(--gold); }

.btn-nav-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 11px 22px;
    border-radius: var(--radius);
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: filter 0.25s, transform 0.25s;
}

.btn-nav-wa:hover { filter: brightness(1.08); transform: translateY(-1px); }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(ellipse 70% 55% at 15% 35%, rgba(201,168,76,0.07) 0%, transparent 60%),
        radial-gradient(ellipse 50% 70% at 85% 75%, rgba(201,168,76,0.03) 0%, transparent 55%),
        var(--ink);
    overflow: hidden;
}

.hero-grain {
    position: absolute; inset: 0; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 220px; opacity: 0.5;
}

.hero::after {
    content: '';
    position: absolute;
    left: 50%; top: 0;
    width: 1px; height: 120px;
    background: linear-gradient(to bottom, transparent, var(--gold), transparent);
    opacity: 0.25;
    transform: translateX(-50%);
}

.hero-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 60px;
}

.hero-content { max-width: 820px; text-align: center; }

.eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    padding: 8px 20px;
    border: 1px solid var(--border);
    border-radius: 100px;
    background: var(--gold-pale);
    margin-bottom: 30px;
}

.hero h1 {
    font-size: clamp(3rem, 6.5vw, 5.5rem);
    color: var(--cream);
    margin-bottom: 26px;
}

.hero h1 em { font-style: italic; color: var(--gold-warm); }

.hero-sub {
    font-size: 1.1rem;
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto 44px;
    line-height: 1.78;
    font-weight: 300;
}

.hero-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trust-item { font-size: 0.78rem; color: var(--muted); font-weight: 400; }
.trust-sep  { color: var(--border); }

.trust-highlight {
    color: var(--gold);
    font-weight: 600;
}

/* Platforms strip */
.platforms-strip {
    border-top: 1px solid var(--border-dim);
    padding: 26px 0;
    background: rgba(255,255,255,0.015);
}

.platforms-label {
    text-align: center;
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
}

.platforms-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.platform-badge { font-size: 0.8rem; color: var(--cream-dim); font-weight: 500; letter-spacing: 0.04em; }
.platform-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); opacity: 0.35; }


/* ══════════════════════════════════════
   VALUE PROPS
══════════════════════════════════════ */
.value-props {
    padding: 110px 0;
    background: var(--ink-soft);
    position: relative;
}

.value-props::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.15;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.pillar {
    background: var(--ink-soft);
    padding: 50px 42px;
    transition: background 0.3s;
}

.pillar:hover { background: var(--ink-mid); }

.pillar-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.8rem;
    font-weight: 700;
    color: rgba(201,168,76,0.18);   /* ← más visible que 0.07 */
    line-height: 1;
    margin-bottom: 10px;            /* ← quita el negativo */
    display: block;
}

.pillar h3 {
    font-size: 1.3rem;
    color: var(--cream);
    margin-bottom: 14px;
}

.pillar p {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.78;
    font-weight: 300;
}

/* ══════════════════════════════════════
   AUDIO SAMPLES CAROUSEL
══════════════════════════════════════ */
.audio-samples {
    padding: 110px 0;
    background: var(--ink);
    overflow: hidden;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.carousel-track-wrap {
    overflow: hidden;
    flex: 1;
    cursor: grab;
}

.carousel-track-wrap:active { cursor: grabbing; }

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s var(--ease);
    will-change: transform;
}

/* Each card is ~340px wide */
.audio-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 300px;
    background: var(--ink-soft);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    padding: 40px 36px;
    transition: border-color 0.3s, transform 0.3s;
}

.audio-card:hover {
    border-color: var(--border);
    transform: translateY(-3px);
}

.ac-genre {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.ac-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 6px;
    line-height: 1.2;
}

.ac-narrator {
    font-size: 0.78rem;
    color: var(--muted);
    margin-bottom: 28px;
}

.ac-narrator strong { color: var(--cream-dim); font-weight: 500; }

/* Audio player UI */
.ac-player {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-dim);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 22px;
    cursor: pointer;
}

.ac-play-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gold);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    flex-shrink: 0;
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}

.ac-play-btn:hover { background: var(--gold-warm); transform: scale(1.06); }
.ac-play-btn.playing { background: var(--gold-warm); }

.ac-waveform {
    flex: 1;
    height: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.waveform-bars {
    display: flex;
    align-items: center;
    gap: 2.5px;
    width: 100%;
    height: 100%;
}

/* Bars generated by JS */
.waveform-bars .bar {
    flex: 1;
    border-radius: 2px;
    background: rgba(201,168,76,0.35);
    transition: background 0.15s;
    min-height: 3px;
}

.waveform-bars .bar.active { background: var(--gold); }

.ac-duration {
    font-size: 0.72rem;
    color: var(--muted);
    font-weight: 500;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.ac-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ac-tags span {
    font-size: 0.68rem;
    padding: 4px 11px;
    border-radius: 100px;
    border: 1px solid var(--border-dim);
    color: var(--muted);
    font-weight: 500;
}

/* Carousel arrows */
.carousel-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--ink-soft);
    color: var(--cream-dim);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.carousel-arrow:hover {
    background: var(--gold-pale);
    color: var(--gold);
    border-color: var(--border);
}

/* Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
}

.carousel-dots .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--border-dim);
    cursor: pointer;
    transition: background 0.25s, transform 0.25s;
    border: none;
}

.carousel-dots .dot.active {
    background: var(--gold);
    transform: scale(1.3);
}

/* ══════════════════════════════════════
   PROCESS
══════════════════════════════════════ */
.process {
    padding: 110px 0;
    background: var(--ink-soft);
    position: relative;
}

.process::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.13;
}

.steps-container {
    display: flex;
    flex-direction: column;
    max-width: 760px;
}

.step-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 0 36px;
    padding: 50px 0;
    border-bottom: 1px solid var(--border-dim);
}

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

.step-marker {
    display: flex;
    align-items: flex-start;
    padding-top: 6px;
}

.step-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    opacity: 0.7;
}

.step-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    background: var(--gold-pale);
    border: 1px solid var(--border);
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
}

.step-body h3 {
    font-size: 1.6rem;
    color: var(--cream);
    margin-bottom: 12px;
}

.step-body > p {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.78;
    font-weight: 300;
    margin-bottom: 22px;
}

.step-details { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.step-details li {
    font-size: 0.82rem;
    color: rgba(245,240,232,0.48);
    padding-left: 15px;
    position: relative;
}

.step-details li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: var(--gold);
    opacity: 0.5;
}

/* ══════════════════════════════════════
   CLIENTS
══════════════════════════════════════ */
.clients {
    padding: 110px 0;
    background: var(--ink);
    position: relative;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    background: transparent;
    border: none;
}

.client-logo-slot {
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    min-height: 100px;
    position: relative;
}

.client-logo-slot img {
    max-width: 100%;
    max-height: 48px;
    width: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    display: block;
}

/* Text fallback when image fails */
.client-logo-slot .client-logo-text {
    display: none;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0.04em;
    text-align: center;
}

.client-logo-slot.text-fallback img { display: none; }
.client-logo-slot.text-fallback .client-logo-text { display: block; }

/* ══════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════ */
.testimonials {
    padding: 110px 0;
    background: var(--ink-soft);
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '\201C';
    font-family: 'Cormorant Garamond', serif;
    position: absolute;
    top: -80px; right: 60px;
    font-size: 30rem;
    color: var(--gold);
    opacity: 0.02;
    line-height: 1;
    pointer-events: none;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto;
    gap: 2px;
    background: var(--border-dim);
    border: 1px solid var(--border-dim);
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-card {
    background: var(--ink-soft);
    padding: 50px 46px;
    transition: background 0.3s;
}

.testimonial-card:hover { background: var(--ink-mid); }
.testimonial-card.featured { grid-row: span 2; }

.t-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    color: var(--gold);
    opacity: 0.25;
    line-height: 0.6;
    margin-bottom: 22px;
    display: block;
}

.testimonial-card blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.12rem;
    line-height: 1.72;
    color: var(--cream-dim);
    font-style: italic;
    font-weight: 400;
    margin-bottom: 34px;
    border: none;
}

.testimonial-card.featured blockquote { font-size: 1.26rem; }

.t-author { display: flex; align-items: center; gap: 13px; }

.t-avatar {
    width: 56px; height: 56px;   /* ← antes 42px */
    border-radius: 50%;
    background: var(--gold-pale);
    border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.68rem; font-weight: 700; color: var(--gold);
    flex-shrink: 0; letter-spacing: 0.04em;
    overflow: hidden;
}

.t-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.t-avatar-fallback {
    display: none; /* oculto por defecto */
}

/* Si la imagen falla, muestra las iniciales */
.t-avatar.t-avatar-initials img { display: none; }
.t-avatar.t-avatar-initials .t-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--gold);
}

.t-info { flex: 1; }
.t-info strong { display: block; font-size: 0.86rem; color: var(--cream); font-weight: 600; margin-bottom: 2px; }
.t-info span { font-size: 0.74rem; color: var(--muted); }
.t-stars { font-size: 0.76rem; color: var(--gold); letter-spacing: 2px; flex-shrink: 0; }

/* ══════════════════════════════════════
   CTA WHATSAPP
══════════════════════════════════════ */
.cta-wa-section {
    padding: 120px 0 100px;
    background: var(--ink);
    position: relative;
    overflow: hidden;
}

.cta-wa-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(201,168,76,0.05) 0%, transparent 65%);
    pointer-events: none;
}

.cta-wa-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.cta-wa-section h2 {
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    color: var(--cream);
    margin-bottom: 22px;
}

.cta-wa-section h2 em { color: #25D366; font-style: italic; }

.cta-wa-desc {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.78;
    font-weight: 300;
    margin-bottom: 48px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.cta-wa-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 52px;
    flex-wrap: wrap;
}

.wa-step {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--ink-soft);
    border: 1px solid var(--border-dim);
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 0.82rem;
    color: var(--cream-dim);
    font-weight: 400;
    max-width: 180px;
    text-align: left;
}

.wa-step-num {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--gold-pale);
    border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.72rem; font-weight: 700; color: var(--gold);
    flex-shrink: 0;
}

.wa-step-arrow {
    color: var(--muted);
    font-size: 1rem;
    flex-shrink: 0;
}

.btn-wa-big {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: #fff;
    padding: 20px 44px;
    border-radius: var(--radius);
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: filter 0.28s, transform 0.28s, box-shadow 0.28s;
    box-shadow: 0 8px 30px rgba(37,211,102,0.2);
    margin-bottom: 18px;
}

.btn-wa-big:hover {
    filter: brightness(1.07);
    transform: translateY(-3px);
    box-shadow: 0 16px 44px rgba(37,211,102,0.28);
}

.wa-disclaimer {
    font-size: 0.74rem;
    color: var(--muted);
    font-weight: 300;
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.booki-footer {
    border-top: 1px solid var(--border-dim);
    padding: 40px 0;
    background: var(--ink-soft);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.footer-logo { text-decoration: none; display: flex; align-items: center; }

.footer-logo-img {
    height: 28px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

.footer-logo-fallback {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--muted);
}

.footer-tagline {
    font-size: 0.82rem;
    color: var(--muted);
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
}

.footer-copy {
    font-size: 0.72rem;
    color: rgba(245,240,232,0.22);
    font-weight: 300;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1024px) {
    .clients-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    .pillars-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonial-card.featured { grid-row: span 1; }
    .audio-card { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 640px) {
    .container { padding: 0 20px; }

    /* ── NAV ── */
    .booki-nav {
        height: 60px;
        padding: 10px 0;
    }

    .nav-logo-img {
        height: 36px;
        max-width: 150px;
    }

    .btn-nav-wa {
        padding: 8px 14px;
        font-size: 0.78rem;
        gap: 6px;
    }

    .btn-nav-wa svg {
        width: 15px;
        height: 15px;
    }

    /* ── HERO ── */
    .hero-inner {
        padding-top: 100px;
    }

    .hero h1 { font-size: 2.7rem; }

    .hero-cta-group { flex-direction: column; gap: 14px; }

    .hero-trust {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .trust-sep { display: none; }

    /* ── PLATFORMS STRIP ── */
    .platforms-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .platform-dot { display: none; }

    .platform-badge {
        font-size: 0.82rem;
        text-align: center;
    }

    /* ── TIPO ── */
    .section-title { font-size: 2rem; margin-bottom: 36px; }

    /* ── PROCESO ── */
    .step-item { grid-template-columns: 56px 1fr; gap: 0 20px; }
    .step-number { font-size: 2.4rem; }

    /* ── CARRUSEL ── */
    .carousel-wrapper { gap: 8px; }

    .audio-card {
        flex: 0 0 100%;
        min-width: unset;
        width: 100%;
        padding: 28px 24px;
    }

    .ac-player {
        padding: 12px 14px;
        gap: 10px;
    }

    .ac-play-btn {
        width: 44px;
        height: 44px;
    }

    .ac-waveform { height: 28px; }

    .carousel-arrow {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    /* ── CLIENTES ── */
    .clients-grid { grid-template-columns: repeat(2, 1fr); }

    /* ── TESTIMONIOS ── */
    .testimonial-card { padding: 34px 26px; }

    /* ── CTA WHATSAPP ── */
    .cta-wa-steps { flex-direction: column; align-items: stretch; }
    .wa-step { max-width: 100%; }
    .wa-step-arrow { transform: rotate(90deg); }
    .btn-wa-big { padding: 17px 28px; font-size: 0.92rem; }
}

/* ── PARTNER LOGO (Inaudio) ── */
.platform-partner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 7px 18px 7px 14px;
    transition: background 0.3s, border-color 0.3s;
}

.platform-partner:hover {
    background: var(--gold-pale);
    border-color: rgba(201,168,76,0.3);
}

.partner-label {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}

.partner-logo {
    height: 22px;
    width: auto;
    display: block;
    filter: grayscale(0.3) brightness(1.6);
    opacity: 0.9;
    transition: opacity 0.3s, filter 0.3s;
}

.platform-partner:hover .partner-logo {
    opacity: 1;
    filter: grayscale(0) brightness(1.8);
}

.partner-logo-fallback {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cream-dim);
    letter-spacing: 0.05em;
}