﻿.ia-slider-board {
            max-width: 1200px;
            margin: 0 auto 40px;
            background: rgba(9, 14, 29, 0.82);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 22px;
            padding: 32px;
            display: grid;
            grid-template-columns: 1.35fr 0.75fr;
            gap: 30px;
        }
        .ia-slider-left p {
            color: #a5b4cf;
            line-height: 1.7;
            margin-bottom: 18px;
        }
        .ia-question {
            margin-bottom: 22px;
        }
        .ia-video-wrapper {
            width: 100%;
            border-radius: 14px;
            overflow: hidden;
            background: #000;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        }
        .ia-video {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            background: #000;
        }
        .ia-question-title {
            color: #e2e8f0;
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 1.06rem;
        }
        .ia-options {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 12px;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.2);
        }
        .ia-option-btn {
            border: none;
            border-right: 1px solid rgba(255, 255, 255, 0.12);
            background: transparent;
            color: #a9b8d1;
            font-weight: 700;
            padding: 16px 12px;
            min-height: 62px;
            cursor: pointer;
            text-align: center;
            transition: all 0.25s ease;
            font-size: 1.05rem;
        }
        .ia-option-btn:last-child {
            border-right: none;
        }
        .ia-option-btn.active {
            background: linear-gradient(135deg, #24d2ff, #3f5fff 55%, #7f22fe);
            color: #081126;
            box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
        }

        .ia-slider-right {
            background: rgba(4, 8, 18, 0.72);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 16px;
                    padding: 26px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
                    gap: 18px;
                    min-height: 100%;
                }
                .ia-plan-summary {
                    display: flex;
                    flex-direction: column;
                    gap: 14px;
        }
        .ia-price-kicker {
            color: #94a3b8;
                    font-size: 0.86rem;
                    letter-spacing: 0.8px;
                    text-transform: uppercase;
                    margin: 0;
        }
        .ia-price-main {
            color: #f8fafc;
            font-size: 3.2rem;
            line-height: 1;
            font-weight: 800;
                    margin: 0;
        }
        .ia-price-main small {
            font-size: 0.35em;
            color: #a5b4cf;
        }
        .ia-price-sub {
            color: #7dd3fc;
            font-weight: 700;
                    margin: 0;
        }
        .ia-price-context {
            color: #a5b4cf;
                    font-size: 0.92rem;
                    margin: 0;
                    line-height: 1.4;
        }
        .ia-currency-switch {
            display: inline-flex;
            gap: 8px;
            padding: 5px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 999px;
            width: fit-content;
                    margin-top: 4px;
        }
        .ia-currency-switch span {
            padding: 6px 16px;
            border-radius: 999px;
            font-size: 0.9rem;
            font-weight: 700;
            color: #94a3b8;
        }
        .ia-currency-switch .active {
            background: #f8fafc;
            color: #0f172a;
        }
        .ia-benefits {
            list-style: none;
            margin: 0;
            padding: 0;
                    display: grid;
                    gap: 8px;
        }
        .ia-benefits li {
            color: #cbd5e1;
                    margin: 0;
            line-height: 1.45;
                    background: rgba(15, 23, 42, 0.45);
                    border: 1px solid rgba(148, 163, 184, 0.22);
                    border-radius: 10px;
                    padding: 9px 11px;
                    display: flex;
                    align-items: center;
                    gap: 8px;
        }
        .ia-benefits li i {
            color: #22d3ee;
                    margin-right: 0;
                    flex-shrink: 0;
        }
        .ia-slider-note {
            color: #8aa0bf;
                    font-size: 0.83rem;
                    line-height: 1.55;
                    margin: 2px 0 0;
                    padding-top: 12px;
                    border-top: 1px dashed rgba(148, 163, 184, 0.35);
        }
        .ia-slider-note a {
            color: #24d2ff;
            font-weight: 700;
            text-decoration: none;
        }
        .ia-slider-note a:hover,
        .ia-slider-note a:focus-visible {
            color: #7f22fe;
            text-decoration: underline;
        }
        .ia-slider-cta {
                    margin-top: 4px;
                    width: 100%;
        }

        .ia-example-card {
            cursor: pointer;
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }
        .ia-example-card:hover,
        .ia-example-card.active {
            transform: translateY(-8px);
            box-shadow: 0 14px 26px rgba(15, 23, 42, 0.34);
            border-color: rgba(56, 189, 248, 0.65);
        }

        .ia-live-demo-section {
            max-width: 1200px;
            margin: 18px auto 46px;
            padding: 0 6px;
        }
        .ia-live-demo-header {
            text-align: center;
            margin-bottom: 26px;
        }
        .ia-live-demo-title {
            font-size: 3rem;
            line-height: 1.16;
            margin-bottom: 16px;
            color: #f8fafc;
        }
        .ia-live-demo-title .accent {
            background: linear-gradient(90deg, #38bdf8, #2563eb 40%, #8b5cf6 78%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .ia-live-demo-subtitle {
            max-width: 830px;
            margin: 0 auto;
            color: #9fb0c8;
            font-size: 1.65rem;
            line-height: 1.55;
        }

        .ia-live-window {
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 22px;
            overflow: hidden;
            background: #0a0b12;
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
        }
        .ia-live-window-top {
            height: 62px;
            border-bottom: 1px solid rgba(148, 163, 184, 0.18);
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 0 20px;
            background: rgba(2, 6, 23, 0.55);
        }
        .ia-live-dots {
            display: flex;
            gap: 7px;
        }
        .ia-live-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #334155;
        }
        .ia-live-dot.active {
            background: #22d3ee;
            box-shadow: 0 0 12px rgba(34, 211, 238, 0.6);
        }
        .ia-live-window-title {
            color: #f8fafc;
            font-size: 1.8rem;
            font-weight: 700;
        }
        .ia-live-window-body {
            min-height: 380px;
            padding: 36px;
            background: linear-gradient(180deg, #0c0d16 0%, #0a0b12 100%);
            display: flex;
            flex-direction: column;
        }
        .ia-live-chat-row {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-bottom: 20px;
        }
        .ia-live-avatar {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: linear-gradient(145deg, #0ea5e9, #4f46e5);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.35rem;
            flex-shrink: 0;
            box-shadow: 0 8px 16px rgba(59, 130, 246, 0.32);
        }
        .ia-live-bubble {
            max-width: 760px;
            background: rgba(30, 41, 59, 0.42);
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 16px;
            padding: 20px 22px;
        }
        .ia-live-bubble p {
            margin: 0;
            color: #e2e8f0;
            font-size: 1.8rem;
            line-height: 1.55;
        }

        .ia-live-build {
            margin-left: 62px;
            background: rgba(15, 23, 42, 0.45);
            border: 1px solid rgba(71, 85, 105, 0.36);
            border-radius: 14px;
            padding: 14px 16px;
        }
        .ia-live-build-header {
            font-size: 1.45rem;
            color: #67e8f9;
            margin-bottom: 10px;
            font-weight: 700;
        }
        .ia-live-build-steps {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .ia-live-build-steps li {
            color: #cbd5e1;
            margin-bottom: 8px;
            font-size: 1.45rem;
            line-height: 1.45;
            opacity: 0.45;
            transition: opacity 0.2s ease, color 0.2s ease;
        }
        .ia-live-build-steps li.active {
            opacity: 1;
            color: #f8fafc;
        }
        .ia-live-build-steps li.done {
            opacity: 0.95;
            color: #22d3ee;
        }

        .ia-live-demo-result {
            display: none;
            width: 100%;
            flex: 1;
            animation: iaFadeInScale 0.5s ease-out forwards;
        }
        .ia-live-demo-result.show {
            display: flex;
        }
        .ia-live-demo-result > div {
            width: 100%;
            min-height: 100%;
        }
        @keyframes iaFadeInScale {
            from { opacity: 0; transform: scale(0.94); }
            to { opacity: 1; transform: scale(1); }
        }

        .ia-demo-carrito,
        .ia-demo-web,
        .ia-demo-turnos,
        .ia-demo-stock,
        .ia-demo-whatsapp,
        .ia-demo-factura {
            width: 100%;
            min-height: 320px;
            display: flex;
            flex-direction: column;
        }

        .ia-demo-carrito {
            background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
            border: 1px solid rgba(100, 116, 139, 0.4);
            border-radius: 16px;
            padding: 20px;
        }
        .ia-demo-carrito-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        }
        .ia-demo-carrito-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #06b6d4, #3b82f6);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
        }
        .ia-demo-carrito-title {
            color: #f8fafc;
            font-size: 1.4rem;
            font-weight: 700;
        }
        .ia-demo-producto {
            background: rgba(15, 23, 42, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.25);
            border-radius: 12px;
            padding: 14px;
            display: flex;
            gap: 14px;
            align-items: center;
            margin-bottom: 12px;
        }
        .ia-demo-producto-img {
            width: 58px;
            height: 58px;
            background: linear-gradient(135deg, #8b5cf6, #6366f1);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            flex-shrink: 0;
        }
        .ia-demo-producto-info {
            flex: 1;
        }
        .ia-demo-producto-nombre {
            color: #f1f5f9;
            font-weight: 700;
            margin-bottom: 4px;
        }
        .ia-demo-producto-detalle {
            color: #94a3b8;
            font-size: 0.9rem;
        }
        .ia-demo-producto-precio {
            color: #22d3ee;
            font-size: 1.3rem;
            font-weight: 700;
        }
        .ia-demo-total {
            margin-top: auto;
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            border-radius: 10px;
            padding: 12px 16px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .ia-demo-total-label {
            color: #fff;
            font-weight: 700;
            font-size: 1.1rem;
        }
        .ia-demo-total-value {
            color: #fff;
            font-size: 1.5rem;
            font-weight: 800;
        }

        .ia-demo-web {
            background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
            border: 1px solid rgba(100, 116, 139, 0.4);
            border-radius: 16px;
            overflow: hidden;
        }
        .ia-demo-web-browser {
            background: rgba(15, 23, 42, 0.8);
            padding: 8px 12px;
            display: flex;
            gap: 6px;
            align-items: center;
            border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        }
        .ia-demo-web-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #64748b;
        }
        .ia-demo-web-url {
            margin-left: 12px;
            color: #94a3b8;
            font-size: 0.85rem;
        }
        .ia-demo-web-content {
            padding: 20px;
            flex: 1;
        }
        .ia-demo-web-hero {
            background: linear-gradient(135deg, #6366f1, #8b5cf6);
            border-radius: 12px;
            padding: 24px;
            text-align: center;
            margin-bottom: 14px;
        }
        .ia-demo-web-hero h3 {
            color: #fff;
            font-size: 1.6rem;
            margin-bottom: 8px;
        }
        .ia-demo-web-hero p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.95rem;
        }
        .ia-demo-web-sections {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
        }
        .ia-demo-web-section {
            background: rgba(15, 23, 42, 0.5);
            border: 1px solid rgba(148, 163, 184, 0.25);
            border-radius: 8px;
            padding: 12px;
            text-align: center;
        }
        .ia-demo-web-section-icon {
            font-size: 1.8rem;
            margin-bottom: 6px;
        }
        .ia-demo-web-section-name {
            color: #e2e8f0;
            font-size: 0.88rem;
            font-weight: 600;
        }

        .ia-demo-turnos {
            background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
            border: 1px solid rgba(100, 116, 139, 0.4);
            border-radius: 16px;
            padding: 18px;
        }
        .ia-demo-calendar {
            background: rgba(15, 23, 42, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.25);
            border-radius: 12px;
            padding: 14px;
            margin-bottom: 14px;
        }
        .ia-demo-calendar-header {
            color: #22d3ee;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }
        .ia-demo-calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, minmax(0, 1fr));
            gap: 6px;
        }
        .ia-demo-calendar-day {
            aspect-ratio: 1;
            background: rgba(30, 41, 59, 0.5);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #94a3b8;
            font-size: 0.82rem;
        }
        .ia-demo-calendar-day.selected {
            background: linear-gradient(135deg, #06b6d4, #3b82f6);
            color: #fff;
            font-weight: 700;
        }
        .ia-demo-turno-card {
            background: rgba(6, 182, 212, 0.15);
            border: 1px solid rgba(6, 182, 212, 0.4);
            border-radius: 10px;
            padding: 12px;
        }
        .ia-demo-turno-card-title {
            color: #22d3ee;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .ia-demo-turno-card-info {
            color: #cbd5e1;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .ia-demo-stock {
            background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
            border: 1px solid rgba(100, 116, 139, 0.4);
            border-radius: 16px;
            padding: 18px;
        }
        .ia-demo-stock-item {
            background: rgba(15, 23, 42, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.25);
            border-radius: 10px;
            padding: 14px;
            margin-bottom: 10px;
        }
        .ia-demo-stock-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .ia-demo-stock-sku {
            color: #f1f5f9;
            font-weight: 700;
            font-size: 1.1rem;
        }
        .ia-demo-stock-badge {
            background: linear-gradient(135deg, #ef4444, #dc2626);
            color: #fff;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 0.8rem;
            font-weight: 700;
        }
        .ia-demo-stock-badge.ok {
            background: linear-gradient(135deg, #10b981, #059669);
        }
        .ia-demo-stock-bar {
            background: rgba(30, 41, 59, 0.6);
            height: 12px;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 8px;
        }
        .ia-demo-stock-bar-fill {
            height: 100%;
            background: linear-gradient(90deg, #ef4444, #f97316);
            transition: width 0.5s ease;
        }
        .ia-demo-stock-bar-fill.ok {
            background: linear-gradient(90deg, #10b981, #22c55e);
        }
        .ia-demo-stock-info {
            color: #94a3b8;
            font-size: 0.88rem;
        }

        .ia-demo-whatsapp {
            background: linear-gradient(145deg, #065f46 0%, #064e3b 100%);
            border: 1px solid rgba(16, 185, 129, 0.3);
            border-radius: 16px;
            padding: 18px;
        }
        .ia-demo-wa-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        }
        .ia-demo-wa-avatar {
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #10b981, #059669);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
        }
        .ia-demo-wa-name {
            color: #fff;
            font-weight: 700;
        }
        .ia-demo-wa-chat {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .ia-demo-wa-message {
            background: rgba(220, 252, 231, 0.15);
            border-radius: 8px;
            padding: 10px 12px;
            max-width: 82%;
            align-self: flex-end;
        }
        .ia-demo-wa-message-text {
            color: #f0fdf4;
            font-size: 0.92rem;
            line-height: 1.45;
        }
        .ia-demo-wa-status {
            color: #86efac;
            font-size: 0.75rem;
            margin-top: 4px;
            text-align: right;
        }

        .ia-demo-factura {
            background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
            border: 1px solid rgba(100, 116, 139, 0.4);
            border-radius: 16px;
            padding: 18px;
        }
        .ia-demo-factura-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 2px solid rgba(148, 163, 184, 0.2);
        }
        .ia-demo-factura-num {
            color: #22d3ee;
            font-size: 1.4rem;
            font-weight: 700;
        }
        .ia-demo-factura-fecha {
            color: #94a3b8;
            font-size: 0.9rem;
        }
        .ia-demo-factura-body {
            background: rgba(15, 23, 42, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.25);
            border-radius: 10px;
            padding: 14px;
            margin-bottom: 12px;
        }
        .ia-demo-factura-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            color: #cbd5e1;
            font-size: 0.95rem;
        }
        .ia-demo-factura-total {
            margin-top: auto;
            background: linear-gradient(135deg, #10b981, #059669);
            border-radius: 8px;
            padding: 12px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .ia-demo-factura-total-label {
            color: #fff;
            font-weight: 700;
            font-size: 1.15rem;
        }
        .ia-demo-factura-total-value {
            color: #fff;
            font-size: 1.5rem;
            font-weight: 800;
        }

        .ia-live-caret {
            display: inline-block;
            width: 9px;
            height: 1.2em;
            background: #67e8f9;
            margin-left: 6px;
            vertical-align: -0.1em;
            animation: iaCaret 0.9s step-end infinite;
        }
        @keyframes iaCaret {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

        .ia-demo-panel {
            max-width: 900px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 15px;
            padding: 30px;
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 20px;
            align-items: center;
        }
        .ia-demo-panel p { color: #cbd5e1; line-height: 1.7; margin: 6px 0; }
        .ia-demo-panel strong { color: #fff; }

        .ia-stack-grid {
            max-width: 1200px;
            margin: 0 auto 40px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }
        .ia-stack-card {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(148, 163, 184, 0.24);
            border-radius: 16px;
            padding: 20px 14px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 140px;
            transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .ia-stack-card:hover {
            transform: translateY(-5px);
            border-color: rgba(56, 189, 248, 0.65);
            box-shadow: 0 12px 24px rgba(2, 6, 23, 0.35);
        }
        .ia-stack-logo {
            width: 50px;
            height: 50px;
            object-fit: contain;
            margin-bottom: 10px;
        }
        .ia-stack-card h3 {
            margin: 0;
            font-size: 1rem;
            color: #e2e8f0;
            font-weight: 700;
            text-align: center;
            letter-spacing: 0.2px;
        }

        .ia-ecosystem-heading {
            margin-bottom: 28px;
        }
        .ia-ecosystem-heading h1 {
            max-width: 920px;
        }
        .ia-ecosystem-heading p {
            max-width: 860px;
        }

        .ia-ecosystem-timeline {
            position: relative;
            max-width: 1250px;
            margin: 0 auto 38px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
        .ia-ecosystem-timeline::before {
            content: "";
            position: absolute;
            left: 47px;
            top: 42px;
            bottom: 42px;
            width: 2px;
            background: linear-gradient(180deg, rgba(45, 212, 191, 0.6), rgba(59, 130, 246, 0.24));
            opacity: 0.85;
        }

        .ia-eco-item {
            position: relative;
            display: grid;
            grid-template-columns: 94px minmax(0, 1fr);
            align-items: center;
            gap: 20px;
        }

        .ia-eco-node {
            position: relative;
            z-index: 1;
            width: 72px;
            height: 72px;
            border-radius: 22px;
            border: 1px solid rgba(45, 212, 191, 0.58);
            background: linear-gradient(145deg, rgba(11, 23, 41, 0.96), rgba(19, 34, 56, 0.92));
            box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.16), 0 12px 26px rgba(2, 6, 23, 0.36);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #f1f5f9;
            font-size: 2rem;
        }

        .ia-eco-card {
            position: relative;
            margin: 0;
            text-align: left;
            border-radius: 22px;
            padding: 28px 70px 24px 26px;
            border: 1px solid rgba(148, 163, 184, 0.22);
            background: linear-gradient(145deg, rgba(14, 24, 40, 0.95), rgba(20, 32, 52, 0.92));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 34px rgba(2, 6, 23, 0.35);
            transform: none;
        }
        .ia-eco-card:hover {
            transform: translateY(-2px);
            border-color: rgba(45, 212, 191, 0.45);
            background: linear-gradient(145deg, rgba(16, 28, 46, 0.98), rgba(22, 37, 60, 0.94));
        }
        .ia-eco-card h3 {
            margin: 0 0 12px;
            color: #76efd9;
            font-size: clamp(1.5rem, 2.3vw, 2.8rem);
            line-height: 1.15;
            letter-spacing: -0.01em;
        }
        .ia-eco-card p {
            margin: 0;
            color: #d1d9e6;
            font-size: clamp(1.02rem, 1.25vw, 1.32rem);
            line-height: 1.52;
            max-width: 92%;
        }

        .ia-eco-arrow {
            position: absolute;
            right: 26px;
            top: 50%;
            transform: translateY(-50%);
            color: #76efd9;
            font-size: 1.25rem;
            opacity: 0.95;
        }

        @media (max-width: 860px) {
            .ia-slider-board {
                grid-template-columns: 1fr;
            }
            .ia-stack-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .ia-ecosystem-timeline::before {
                left: 31px;
            }
            .ia-eco-item {
                grid-template-columns: 62px minmax(0, 1fr);
                gap: 14px;
            }
            .ia-eco-node {
                width: 56px;
                height: 56px;
                border-radius: 18px;
                font-size: 1.55rem;
            }
            .ia-eco-card {
                padding: 22px 56px 20px 20px;
                border-radius: 18px;
            }
            .ia-eco-card h3 {
                font-size: clamp(1.16rem, 4.2vw, 1.5rem);
            }
            .ia-eco-card p {
                font-size: 0.99rem;
                max-width: 100%;
            }
            .ia-eco-arrow {
                right: 18px;
            }
        }
        @media (max-width: 768px) {
            .ia-demo-panel { grid-template-columns: 1fr; text-align: center; }
            .ia-options { grid-template-columns: 1fr; }
            .ia-option-btn { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
            .ia-option-btn:last-child { border-bottom: none; }
            .ia-price-main { font-size: 2.6rem; }
            .ia-stack-grid { grid-template-columns: 1fr; }
            .ia-live-demo-title { font-size: 2.2rem; }
            .ia-live-demo-subtitle { font-size: 1.1rem; }
            .ia-live-window-body { padding: 22px 18px; min-height: 320px; }
            .ia-live-bubble p { font-size: 1rem; }
            .ia-live-build { margin-left: 0; }
            .ia-live-build-steps li,
            .ia-live-build-header,
            .ia-live-window-title { font-size: 0.95rem; }
            .ia-demo-carrito,
            .ia-demo-web,
            .ia-demo-turnos,
            .ia-demo-stock,
            .ia-demo-whatsapp,
            .ia-demo-factura {
                min-height: 260px;
            }
            .ia-demo-web-sections {
                grid-template-columns: 1fr;
            }
            .ia-ecosystem-timeline {
                gap: 16px;
            }
            .ia-ecosystem-timeline::before {
                left: 27px;
                top: 36px;
                bottom: 36px;
            }
            .ia-eco-item {
                grid-template-columns: 54px minmax(0, 1fr);
                gap: 12px;
            }
            .ia-eco-node {
                width: 50px;
                height: 50px;
                border-radius: 16px;
                font-size: 1.3rem;
            }
            .ia-eco-card {
                padding: 18px 42px 16px 16px;
            }
            .ia-eco-card h3 {
                margin-bottom: 8px;
                font-size: 1.06rem;
                line-height: 1.2;
            }
            .ia-eco-card p {
                font-size: 0.92rem;
                line-height: 1.48;
            }
            .ia-eco-arrow {
                right: 12px;
                font-size: 1rem;
            }
        }
