/* ==============================================
   Baleon Cloud — Landing Page
   Arquivo: static/css/landing.css
   ============================================== */

/* ── NAVBAR ───────────────────────────────────── */
.landing-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(10, 12, 20, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0.65rem 0;
}
.landing-nav__inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.landing-nav__logo {
    font-weight: 800;
    font-size: 1.15rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}
.landing-nav__whale {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}
.landing-nav__links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
}
.landing-nav__links a:not(.btn) {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.landing-nav__links a:not(.btn):hover { color: #fff; }
.btn--sm {
    padding: 0.45rem 1rem;
    font-size: 0.82rem;
}
.btn--ghost {
    background: transparent;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.15);
}
.btn--ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }
.btn--glass {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
}
.btn--glass:hover { background: rgba(255,255,255,0.18); }
.landing-nav__toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    margin-left: auto;
}
.landing-nav__toggle span {
    display: block;
    width: 20px; height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.25s;
}

/* ── HERO ─────────────────────────────────────── */
.landing-hero {
    position: relative;
    padding: 8rem 0 0;
    overflow: hidden;
    background: var(--cor-bg);
}
.landing-hero__glow {
    position: absolute;
    top: -120px; left: 50%;
    transform: translateX(-70%);
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(14,165,233,0.15) 0%, transparent 60%);
    pointer-events: none;
}
.landing-hero__glow--2 {
    left: auto; right: -200px; top: 0;
    transform: none;
    background: radial-gradient(circle, rgba(20,184,166,0.08) 0%, transparent 60%);
}
.landing-hero__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    min-height: 480px;
}
.landing-hero__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.landing-hero__title {
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0.75rem 0 1rem;
}
.landing-hero__desc {
    font-size: 1.05rem;
    color: var(--cor-texto-light);
    max-width: 440px;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}
.landing-hero__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.landing-hero__badges {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}
.landing-hero__badges span {
    font-size: 0.82rem;
    color: var(--cor-texto-muted);
    font-weight: 500;
}

/* ── Hero Phone ────────────────────────────────── */
.landing-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-mockup {
    filter: drop-shadow(0 25px 50px rgba(0,0,0,0.45));
}
.hero-phone {
    position: relative;
    width: 240px;
}
/* Botões laterais */
.hero-phone__vol-up,
.hero-phone__vol-down {
    position: absolute;
    left: -2.5px;
    width: 2.5px;
    background: #2a2a2c;
    border-radius: 2px 0 0 2px;
    z-index: 10;
}
.hero-phone__vol-up  { top: 100px; height: 26px; }
.hero-phone__vol-down{ top: 136px; height: 26px; }
.hero-phone__power {
    position: absolute;
    right: -2.5px;
    top: 112px;
    width: 2.5px;
    height: 46px;
    background: #2a2a2c;
    border-radius: 0 2px 2px 0;
    z-index: 10;
}
/* Frame — corpo do celular */
.hero-phone__body {
    background: #1a1a1a;
    border-radius: 44px;
    padding: 4px;
    position: relative;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.08),
        0 0 0 1px rgba(0,0,0,0.5);
}
/* Tela */
.hero-phone__screen {
    background: #000;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/* Status bar — horário + island + indicadores */
.hero-phone__statusbar {
    height: 54px;
    background: linear-gradient(180deg, #0b1323 0%, #0b1323 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 22px 6px;
    position: relative;
    flex-shrink: 0;
}
.hero-phone__time {
    font-size: 0.72rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
/* Dynamic Island */
.hero-phone__island {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 90px;
    height: 26px;
    background: #000;
    border-radius: 50px;
    z-index: 20;
}
.hero-phone__island::after {
    content: '';
    position: absolute;
    width: 8px; height: 8px;
    background: #0c0c14;
    border-radius: 50%;
    top: 50%; right: 14px;
    transform: translateY(-50%);
    box-shadow: inset 0 0 2px rgba(60,60,100,0.4);
}
/* Indicadores direita */
.hero-phone__indicators {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}
.hero-phone__wifi-icon {
    width: 12px; height: 9px;
    opacity: 0.85;
}
.hero-phone__battery {
    width: 18px; height: 9px;
    border: 1.2px solid rgba(255,255,255,0.65);
    border-radius: 2.5px;
    padding: 1px;
    display: flex; align-items: center;
    position: relative;
}
.hero-phone__battery::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px; height: 4px;
    background: rgba(255,255,255,0.4);
    border-radius: 0 1px 1px 0;
}
.hero-phone__battery-fill {
    height: 100%;
    width: 70%;
    background: #fff;
    border-radius: 1px;
}
/* Conteúdo do app */
.hero-phone__content {
    background: linear-gradient(180deg, #0b1323 0%, #101828 100%);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 1rem 0.8rem;
    gap: 0.4rem;
}
/* Home bar */
.hero-phone__home-bar {
    height: 28px;
    background: #0e1520;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hero-phone__home-bar::after {
    content: '';
    width: 96px; height: 4px;
    background: rgba(255,255,255,0.22);
    border-radius: 100px;
}
/* Avatar */
.mock-avatar {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: grid; place-items: center;
    overflow: hidden;
    margin-bottom: 0.3rem;
    box-shadow: 0 4px 20px rgba(14,165,233,0.3);
}
.mock-avatar img {
    width: 36px; height: 36px;
    object-fit: contain;
}
.mock-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
}
.mock-desc {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.42);
    margin-bottom: 0.5rem;
}
.mock-link {
    width: 100%;
    padding: 0.55rem 0.85rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 0.78rem;
    font-weight: 500;
    display: flex; align-items: center; gap: 0.45rem;
    transition: 0.2s;
}
.mock-link--pro {
    background: linear-gradient(135deg, rgba(14,165,233,0.12), rgba(20,184,166,0.08));
    border-color: rgba(14,165,233,0.2);
    color: rgba(14,165,233,0.9);
}
.mock-badge-pro {
    margin-left: auto;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #0ea5e9;
    background: rgba(14,165,233,0.15);
    border: 1px solid rgba(14,165,233,0.3);
    border-radius: 4px;
    padding: 1px 5px;
    line-height: 1.4;
}
.feature-badge-pro {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #0ea5e9;
    background: rgba(14,165,233,0.12);
    border: 1px solid rgba(14,165,233,0.25);
    border-radius: 4px;
    padding: 1px 6px;
    vertical-align: middle;
    margin-left: 6px;
}

/* ── Ticker removido ─────────────────────────── */

/* ── STATS ────────────────────────────────────── */
.section--stats { padding: 3rem 0; }
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}
.stat-card {
    padding: 1rem;
}
.stat-number {
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-label {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.82rem;
    color: var(--cor-texto-muted);
    font-weight: 500;
}

/* ── FEATURES GRID ────────────────────────────── */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
.feature-card {
    background: var(--cor-surface);
    border: 1px solid var(--cor-border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    transition: all 0.25s;
}
.feature-card:hover {
    border-color: var(--cor-border-accent);
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}
.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    display: inline-block;
}
.feature-card h4 {
    margin-bottom: 0.5rem;
    text-transform: none;
    font-size: 1rem;
}
.feature-card p {
    font-size: 0.88rem;
    margin: 0;
    color: var(--cor-texto-light);
    line-height: 1.6;
}

/* ── BEFORE/AFTER (COMPARE) ───────────────────── */
.section--dark {
    background: var(--cor-texto);
    overflow: hidden;
}
.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}
.compare-card {
    border-radius: var(--radius-lg);
    padding: 2rem;
}
.compare-card--before {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}
.compare-card--after {
    background: linear-gradient(135deg, rgba(14,165,233,0.12), rgba(20,184,166,0.08));
    border: 1px solid rgba(14,165,233,0.2);
}
.compare-emoji {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1;
}
.compare-whale-img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    display: block;
}
.compare-card h3 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: none;
}
.compare-card ul {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.compare-card li {
    color: rgba(255,255,255,0.75);
    font-size: 0.88rem;
    line-height: 1.5;
}
.compare-card--before li { color: rgba(255,255,255,0.5); }

/* ── PRO FEATURES ─────────────────────────────── */
.pro-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
    max-width: 900px;
    margin: 0 auto;
}
.pro-feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--cor-border);
    background: var(--cor-surface);
    transition: all 0.25s;
}
.pro-feature:hover {
    border-color: var(--cor-border-accent);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.pro-feature__icon {
    font-size: 1.6rem;
    flex-shrink: 0;
    width: 44px; height: 44px;
    display: grid; place-items: center;
    background: rgba(14,165,233,0.08);
    border-radius: var(--radius-md);
}
.pro-feature h4 {
    font-size: 0.95rem;
    text-transform: none;
    margin-bottom: 0.25rem;
}
.pro-feature p {
    font-size: 0.85rem;
    color: var(--cor-texto-light);
    margin: 0;
    line-height: 1.5;
}

/* ── STEPS ────────────────────────────────────── */
.steps-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.step-card {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--cor-bg);
    border: 1px solid var(--cor-border);
    border-radius: var(--radius-lg);
}
.step-number {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    display: grid; place-items: center;
    margin: 0 auto 1rem;
}
.step-card h4 {
    text-transform: none;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.step-card p {
    font-size: 0.85rem;
    color: var(--cor-texto-light);
    margin: 0;
    line-height: 1.5;
}
.step-arrow {
    font-size: 1.5rem;
    color: var(--cor-primaria);
    font-weight: 700;
}

/* ── SEGMENTS ─────────────────────────────────── */
.segments-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}
.segment-card {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.1rem;
    background: var(--cor-surface);
    border: 1px solid var(--cor-border);
    border-radius: 100px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.2s;
    cursor: default;
}
.segment-card:hover {
    border-color: var(--cor-border-accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.segment-emoji { font-size: 1.2rem; }

/* ── PLANS GRID ───────────────────────────────── */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
}
.plan-card {
    background: var(--cor-bg);
    border: 1px solid var(--cor-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.plan-badge {
    position: absolute;
    top: 28px; right: -38px;
    transform: rotate(45deg);
    background: var(--gradient-primary);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 6px 48px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}
.plan-badge--pro {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}
.plan-card--pro {
    background: var(--cor-texto);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 40px rgba(14,165,233,0.15);
}
.plan-card--pro h3,
.plan-card--pro .plan-amount { color: #fff; }
.plan-card--pro .plan-period { color: rgba(255,255,255,0.5); }
.plan-card--pro .plan-features li { color: rgba(255,255,255,0.8); }
.plan-header {
    margin-bottom: 1.5rem;
}
.plan-header h3 {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}
.plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.plan-amount {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}
.plan-period {
    font-size: 0.9rem;
    color: var(--cor-texto-muted);
}
.plan-features {
    flex: 1;
    margin-bottom: 1.5rem;
}
.plan-features li {
    font-size: 0.88rem;
    padding: 0.4rem 0;
    color: var(--cor-texto-light);
}

/* ── FAQ ──────────────────────────────────────── */
.faq-list {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.faq-item {
    background: var(--cor-surface);
    border: 1px solid var(--cor-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color 0.2s;
}
.faq-item[open] { border-color: var(--cor-border-accent); }
.faq-item summary {
    padding: 1.1rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--cor-texto-muted);
    transition: transform 0.2s;
}
.faq-item[open] summary::after {
    transform: rotate(45deg);
}
.faq-item p {
    padding: 0 1.5rem 1.25rem;
    font-size: 0.88rem;
    color: var(--cor-texto-light);
    line-height: 1.7;
    margin: 0;
}
.faq-item a {
    color: var(--cor-primaria);
    text-decoration: underline;
}

/* ── CTA SECTION ──────────────────────────────── */
.section--cta {
    background: linear-gradient(135deg, #0a0e1a 0%, #0c1629 40%, #0a1420 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.section--cta::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(14,165,233,0.08) 0%, transparent 60%);
    pointer-events: none;
}
@keyframes whale-float {
    0%, 100% { transform: translateY(0px) rotate(-5deg); }
    50%       { transform: translateY(-20px) rotate(5deg); }
}
@keyframes bubble-rise {
    0%, 100% { transform: translateY(0px);  opacity: 0.4; }
    50%       { transform: translateY(-28px); opacity: 0.85; }
}
@media (prefers-reduced-motion: reduce) {
    .whale-anim { animation: none !important; }
    .cta-whale::before, .cta-whale::after { animation: none !important; }
}

.cta-whale {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    z-index: 2;
    padding: 12px 36px 18px;
}
.cta-whale img {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 12px 28px rgba(14,165,233,0.3));
}
.whale-anim {
    animation: whale-float 4s ease-in-out infinite !important;
    will-change: transform;
}
.cta-whale::before,
.cta-whale::after {
    content: none;
}
.cta-bubble {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    will-change: transform, opacity;
    animation: bubble-rise 3s ease-in-out infinite !important;
    pointer-events: none;
    opacity: 0.4;
}
.cta-bubble--1 {
    width: 12px; height: 12px;
    bottom: 10px; left: 6px;
    animation-delay: 0.4s;
}
.cta-bubble--2 {
    width: 8px; height: 8px;
    bottom: 22px; right: 6px;
    animation-delay: 1.1s;
}

/* ── FOOTER ───────────────────────────────────── */
.landing-footer {
    padding: 3rem 0 1.5rem;
    border-top: 1px solid var(--cor-border);
    background: var(--cor-bg);
}
.landing-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
}
.landing-footer__brand p {
    font-size: 0.85rem;
    color: var(--cor-texto-muted);
    margin-top: 0.5rem;
    max-width: 260px;
    line-height: 1.6;
}
.landing-footer__logo {
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.landing-footer__whale {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.landing-footer__social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}
.landing-footer__social a {
    font-size: 1.3rem;
    text-decoration: none;
    transition: transform 0.2s;
}
.landing-footer__social a:hover { transform: scale(1.15); }
.landing-footer__col h5 {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--cor-texto-muted);
    margin-bottom: 0.75rem;
}
.landing-footer__col a {
    display: block;
    font-size: 0.85rem;
    color: var(--cor-texto-light);
    text-decoration: none;
    padding: 0.25rem 0;
    transition: color 0.2s;
}
.landing-footer__col a:hover { color: var(--cor-primaria); }
.landing-footer__bottom {
    border-top: 1px solid var(--cor-border);
    padding-top: 1.25rem;
    text-align: center;
}
.landing-footer__bottom p {
    font-size: 0.78rem;
    color: var(--cor-texto-muted);
    margin: 0;
}
.landing-footer__bottom a {
    color: var(--cor-texto-muted);
    text-decoration: underline;
}
.landing-footer__bottom a:hover { color: var(--cor-primaria); }

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 900px) {
    .landing-hero__content { grid-template-columns: 1fr; text-align: center; }
    .landing-hero__text { align-items: center; }
    .landing-hero__visual { order: -1; }
    .hero-phone { width: 200px; }
    .hero-phone__body { border-radius: 38px; padding: 3px; }
    .hero-phone__screen { border-radius: 36px; }
    .hero-phone__statusbar { height: 46px; padding: 0 18px 5px; }
    .hero-phone__island { width: 76px; height: 22px; top: 8px; }
    .compare-grid { grid-template-columns: 1fr; }
    .landing-footer__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .features-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
    .pro-features-grid { grid-template-columns: 1fr; }
    .section { padding: 3.5rem 0; }
}
@media (max-width: 640px) {
    .landing-hero { padding: 6rem 0 0; }
    .landing-hero__title { font-size: 2rem; }
    .landing-hero__desc { font-size: 0.92rem; }
    .landing-hero__actions { flex-direction: column; align-items: stretch; text-align: center; }
    .landing-hero__badges { justify-content: center; font-size: 0.78rem; }
    .plans-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .steps-grid { flex-direction: column; }
    .step-arrow { transform: rotate(90deg); }
    .landing-nav__links { display: none; }
    .landing-nav__toggle { display: flex; }
    .landing-nav.is-open .landing-nav__links {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: rgba(10,12,20,0.96);
        backdrop-filter: blur(16px);
        padding: 1rem 1.5rem 1.5rem;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        gap: 0.75rem;
    }
    .landing-footer__grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; gap: 1rem; }
    .feature-card { padding: 1.25rem; }
    .section--cta { padding: 3rem 0; }
    .section--cta h2 { font-size: 1.5rem; }
    .plan-amount { font-size: 2.2rem; }
    .plan-card { padding: 1.5rem; }
    .compare-card { padding: 1.5rem; }
    .hero-phone { width: 220px; }
    .mock-link { padding: 0.45rem 0.7rem; font-size: 0.72rem; }
    .mock-name { font-size: 0.85rem; }
    .container { padding: 0 1rem; }
    .segment-card { padding: 0.5rem 0.85rem; font-size: 0.8rem; }
}

/* ── ECOSSISTEMA BALEON ────────────────────────── */
.section--ecosystem {
    background: linear-gradient(180deg, #0b1323 0%, #0b1323 100%);
}
.section--ecosystem h2 {
    color: #fff;
}
.ecosystem-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 780px;
    margin: 0 auto;
}
.ecosystem-card {
    border-radius: 20px;
    padding: 2.25rem;
}
.ecosystem-card--cloud {
    background: linear-gradient(135deg, #0c1629 0%, #0f172a 100%);
    border: 1px solid rgba(14,165,233,0.2);
    box-shadow: 0 8px 30px rgba(14,165,233,0.12);
    color: #fff;
}
.ecosystem-card--erp {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
}
.ecosystem-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--gradient-primary);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
}
.ecosystem-card h4 {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #fff;
}
.ecosystem-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.65);
    margin-bottom: 1.25rem;
}
.ecosystem-badge {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    background: rgba(14,165,233,0.15);
    color: #38bdf8;
    border: 1px solid rgba(14,165,233,0.2);
}

@media (max-width: 640px) {
    .ecosystem-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .ecosystem-card {
        padding: 1.5rem;
    }
}
