
        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', 'Segoe UI', sans-serif; }

        :root {
            --deep-space: #0a0a0f;
            --neon-blue: #00f3ff;
            --neon-purple: #b967ff;
            --matrix-green: #00ff9d;
            --stardust: rgba(255, 255, 255, 0.9);
            --glass-bg: rgba(255, 255, 255, 0.05);
            --glass-border: rgba(255, 255, 255, 0.15);
        }

        body {
            background: var(--deep-space);
            color: var(--stardust);
            min-height: 100vh;
            overflow-x: hidden;
            position: relative;
            padding-top: 6rem;
        }

        #particles-js {
            position: fixed;
            inset: 0;
            z-index: 1;
            pointer-events: none;
        }

        .top-content-wrapper { width: 100%; position: relative; z-index: 2; }

        .container {
            display: block;
            max-width: var(--cw-shell-wide, 1540px);
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .container--hero {
            padding: 0 1.5rem;
        }

        .hero-section {
            padding: 0 0 2rem;
            display: flex;
            flex-direction: column;
            width: 100%;
            text-align: left;
        }

        @media (min-width: 969px) {
            /* El grid 50/50 vive SOLO en .hero-section (no en .container--hero) */
            .container--hero {
                display: block;
                width: 100%;
                max-width: 100%;
            }

            .hero-section {
                display: grid;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                grid-template-areas:
                    "intro visual"
                    "features visual"
                    "cta visual";
                column-gap: clamp(1.5rem, 3vw, 2.5rem);
                row-gap: 0;
                align-items: start;
                width: 100%;
                max-width: none;
                box-sizing: border-box;
            }

            .hero-intro {
                grid-area: intro;
                width: 100%;
                max-width: none;
                margin-inline: 0;
                padding: var(--cw-shell-pad-y, clamp(0.4rem, 2vw, 2%)) 0.5rem 0.5rem 0;
                text-align: left;
                box-sizing: border-box;
            }

            .visual-section {
                grid-area: visual;
                align-self: start;
                justify-self: stretch;
                width: 100%;
                max-width: none;
                min-width: 0;
                padding: var(--cw-shell-pad-y, clamp(0.4rem, 2vw, 2%)) 0 1.5rem;
                margin: 0;
                box-sizing: border-box;
            }

            .features {
                grid-area: features;
                width: 100%;
                max-width: none;
                padding: 0;
                box-sizing: border-box;
            }

            .cta-container {
                grid-area: cta;
                width: 100%;
                max-width: none;
                margin: 0.35rem 0 0;
                padding: 0.75rem 0 1.5rem;
                box-sizing: border-box;
            }

            .hero-intro .badge { margin: 0 0 1.5rem; }
            .hero-title,
            .hero-subtitle { text-align: left; }
            .hero-subtitle {
                margin-left: 0;
                margin-right: 0;
                max-width: none;
            }

            /* Columna derecha: cards 1 → 2 → 3 en bajada, ancho completo de su 50% */
            .web-banner,
            .web-banner__diagram {
                width: 100%;
                max-width: none;
                min-width: 0;
            }

            .web-banner__row {
                display: flex;
                flex-direction: column;
                gap: 0.85rem;
                width: 100%;
                align-items: stretch;
            }

            .web-banner__panel--type,
            .web-banner__panel--conv,
            .web-banner__panel--stack {
                grid-area: auto;
                width: 100%;
            }
        }

        /* Anula el tope de 820px del shell en este hero a dos columnas */
        @media (min-width: 969px) {
            body:not(.page-home) .hero-section .hero-intro {
                max-width: none;
                margin-inline: 0;
            }
        }

        .hero-intro {
            width: 100%;
            text-align: left;
            margin-bottom: 0;
            padding-top: var(--cw-shell-pad-y, clamp(0.4rem, 2vw, 2%));
        }

        .content-section {
            padding: 4rem 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .full-width-section {
            width: 100%;
            padding: 2rem 1.5rem 3rem;
            position: relative;
            z-index: 2;
        }

        .web-sim-section {
            position: relative;
            width: 100%;
            margin: 0 0 2.5rem;
            box-sizing: border-box;
        }

        .web-sim-section::before {
            content: '';
            position: absolute;
            inset: -15% -5%;
            background: radial-gradient(ellipse at 50% 50%, rgba(0, 255, 157, 0.08) 0%, rgba(0, 243, 255, 0.05) 40%, transparent 72%);
            pointer-events: none;
        }

        .visual-section {
            position: relative;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            width: 100%;
            min-height: 0;
            overflow: visible;
            padding: 1rem 0.25rem 1.5rem;
            margin: 0;
        }

        .visual-section--web-banner {
            padding: 1rem 0.15rem 1.5rem;
            margin-top: 0;
        }

        .visual-section::before {
            content: '';
            position: absolute;
            inset: -8% 0;
            background: radial-gradient(ellipse at 50% 42%, rgba(0, 243, 255, 0.09) 0%, rgba(185, 103, 255, 0.04) 38%, transparent 72%);
            pointer-events: none;
        }

        .hero-intro .badge {
            margin: 0 0 2rem;
        }

        .badge {
            background: rgba(0, 243, 255, 0.1);
            border: 1px solid rgba(0, 243, 255, 0.4);
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            font-size: 0.85rem;
            color: var(--neon-blue);
            box-shadow: 0 0 15px rgba(0, 243, 255, 0.25);
            width: fit-content;
            margin: 0 0 2rem;
            backdrop-filter: blur(10px);
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
        }

        .hero-title {
            font-family: 'Poiret One', sans-serif;
            font-size: 4rem;
            font-weight: 400;
            margin-bottom: 1.5rem;
            line-height: 1.35;
            padding-block: 0.05em 0.15em;
            overflow: visible;
            background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple), var(--matrix-green));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: 2px;
            text-align: left;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0;
            line-height: 1.7;
            max-width: 95%;
            font-weight: 300;
            text-align: left;
        }

        .hero-subtitle strong {
            color: rgba(255, 255, 255, 0.92);
            font-weight: 600;
        }

        .features {
            display: flex;
            flex-direction: column;
            gap: 0;
            margin: 1rem 0 0.35rem;
            max-width: 100%;
            width: 100%;
            text-align: left;
            padding-left: 0;
        }

        .feature {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 0.7rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .feature:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .feature-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            background: rgba(0, 243, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--neon-blue);
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .feature-icon.green {
            background: rgba(0, 255, 157, 0.1);
            color: var(--matrix-green);
        }

        .feature-text h3 {
            color: white;
            margin-bottom: 0.3rem;
            font-size: 1.05rem;
            font-weight: 600;
        }

        .feature-text p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.88rem;
            line-height: 1.55;
        }

        .cta-container {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            align-items: stretch;
            justify-items: stretch;
            gap: 0.7rem;
            width: 100%;
            max-width: 100%;
            margin: 0.5rem 0 0;
        }

        .container--hero > .visual-section--web-banner {
            margin-top: 0;
        }

        .hero-section .cta-container .cta-button {
            white-space: normal;
            text-align: center;
            box-sizing: border-box;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background: rgba(0, 243, 255, 0.1);
            color: var(--neon-blue);
            padding: 1rem 2.2rem;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 243, 255, 0.2);
            backdrop-filter: blur(10px);
            letter-spacing: 0.5px;
        }

        .cta-button.primary {
            background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
            color: white;
            border: none;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 243, 255, 0.2);
        }

        .web-card-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            margin-top: 1rem;
            padding: 0.42rem 0.85rem;
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 999px;
            border: 1px solid rgba(0, 243, 255, 0.32);
            color: var(--stardust);
            background: rgba(0, 243, 255, 0.07);
            transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
        }

        .web-card-btn i { font-size: 0.62rem; transition: transform 0.25s ease; }

        .web-card-btn:hover {
            background: rgba(0, 243, 255, 0.14);
            border-color: rgba(0, 255, 157, 0.45);
            color: #fff;
            box-shadow: 0 4px 14px rgba(0, 243, 255, 0.15);
        }

        .web-card-btn:hover i { transform: translateX(2px); }

        .sw-section {
            max-width: var(--cw-shell-wide, 1540px);
            margin: 0 auto 3.5rem;
            padding: 0 0.5rem;
        }

        .sw-section-title {
            font-family: 'Poiret One', sans-serif;
            font-size: 2.4rem;
            font-weight: 400;
            text-align: center;
            margin-bottom: 1rem;
            letter-spacing: 1px;
            background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            line-height: 1.38;
            padding-block: 0.05em 0.15em;
            overflow: visible;
        }

        .sw-section-lead {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 2rem;
            color: rgba(255, 255, 255, 0.72);
            line-height: 1.7;
            font-size: 1.05rem;
        }

        .sw-section-lead strong { color: rgba(255, 255, 255, 0.9); }

        .corp-inline-link,
        .hero-section .hero-subtitle a,
        .sw-section-lead a,
        .sw-process-note a:not(.cw-chip),
        .accordion-content a {
            color: #a8eef6;
            font-weight: 500;
            text-decoration: underline;
            text-decoration-color: rgba(0, 243, 255, 0.38);
            text-decoration-thickness: 1px;
            text-underline-offset: 0.2em;
            text-decoration-skip-ink: auto;
            border-bottom: none;
            padding-bottom: 0;
            border-radius: 0;
            background: none;
            text-shadow: none;
            transition: color 0.2s ease, text-decoration-color 0.2s ease;
        }

        .corp-inline-link:hover,
        .hero-section .hero-subtitle a:hover,
        .sw-section-lead a:hover,
        .sw-process-note a:not(.cw-chip):hover,
        .accordion-content a:hover {
            color: #c9ffe8;
            text-decoration-color: rgba(0, 255, 157, 0.55);
            text-shadow: none;
            background: none;
            border-bottom-color: transparent;
        }

        .corp-inline-link:focus-visible,
        .hero-section .hero-subtitle a:focus-visible,
        .sw-section-lead a:focus-visible,
        .sw-process-note a:not(.cw-chip):focus-visible,
        .accordion-content a:focus-visible {
            outline: 2px solid rgba(0, 243, 255, 0.55);
            outline-offset: 3px;
            border-radius: 2px;
        }

        .sw-signals {
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            padding: 1.5rem 1.75rem;
            backdrop-filter: blur(8px);
        }

        .sw-signals-title {
            font-size: 1rem;
            color: var(--matrix-green);
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .sw-signals-list {
            list-style: none;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.75rem 1.5rem;
        }

        .sw-signals-list li {
            position: relative;
            display: block;
            padding-left: 1.55rem;
            font-size: 0.92rem;
            color: rgba(255, 255, 255, 0.78);
            line-height: 1.55;
        }

        .sw-signals-list i {
            position: absolute;
            left: 0;
            top: 0.2rem;
            margin: 0;
            color: var(--matrix-green);
        }

        .sw-signals-list li a,
        .sw-signals-list li strong {
            display: inline;
            white-space: normal;
        }

        .web-scope-split {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.15rem;
            margin-top: 1.75rem;
        }

        .web-scope-box {
            padding: 1.35rem 1.4rem 1.45rem;
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.03);
        }

        .web-scope-box--out {
            border-color: rgba(185, 103, 255, 0.28);
            background: rgba(185, 103, 255, 0.06);
        }

        .web-scope-box--host {
            border-color: rgba(0, 243, 255, 0.22);
            background: rgba(0, 243, 255, 0.05);
        }

        .web-scope-box__title {
            margin: 0 0 0.75rem;
            font-size: 1.05rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.95);
        }

        .web-scope-box__list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 0.55rem;
        }

        .web-scope-box__list li {
            position: relative;
            padding-left: 1.1rem;
            font-size: 0.9rem;
            line-height: 1.55;
            color: rgba(255, 255, 255, 0.72);
        }

        .web-scope-box__list li::before {
            content: '–';
            position: absolute;
            left: 0;
            color: rgba(185, 103, 255, 0.9);
            font-weight: 700;
        }

        .web-scope-box p {
            margin: 0 0 0.7rem;
            font-size: 0.9rem;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.72);
        }

        .web-scope-box p:last-child {
            margin-bottom: 0;
        }

        .web-legal-note {
            margin: 2.5rem auto 0;
            max-width: min(820px, 100%);
            padding: 1.35rem 1.5rem;
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.03);
            text-align: center;
        }

        .web-legal-note__title {
            font-size: clamp(1.05rem, 2.2vw, 1.25rem);
            margin: 0 0 0.55rem;
            color: rgba(255, 255, 255, 0.92);
        }

        .web-legal-note__lead {
            margin: 0 0 0.85rem;
            font-size: 0.9rem;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.62);
        }

        .web-legal-note__links {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.55rem;
        }

        .web-legal-note__links li {
            margin: 0;
        }

        .web-legal-note .cw-chip {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            padding: 0.5rem 0.9rem;
            min-height: 44px;
            border-radius: 999px;
            border: 1px solid rgba(0, 243, 255, 0.32);
            background: rgba(0, 243, 255, 0.08);
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            color: rgba(255, 255, 255, 0.92);
            text-decoration: none !important;
            transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
        }

        .web-legal-note .cw-chip i {
            color: var(--neon-blue, #00f3ff);
            font-size: 0.85rem;
        }

        .web-legal-note .cw-chip:hover,
        .web-legal-note .cw-chip:focus-visible {
            color: #fff;
            border-color: rgba(0, 243, 255, 0.5);
            background: rgba(0, 243, 255, 0.16);
            transform: translateY(-1px);
        }

        .web-legal-note .cw-chip:focus-visible {
            outline: 2px solid var(--neon-blue, #00f3ff);
            outline-offset: 3px;
        }

        .sw-use-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
        }

        .sw-use-card {
            padding: 1.35rem;
            border-radius: 14px;
            border: 1px solid var(--glass-border);
            background: var(--glass-bg);
            backdrop-filter: blur(8px);
            transition: border-color 0.2s ease, transform 0.2s ease;
            display: flex;
            flex-direction: column;
        }

        .sw-use-card:hover {
            border-color: rgba(185, 103, 255, 0.45);
            transform: translateY(-2px);
        }

        .sw-use-card > i {
            font-size: 1.35rem;
            color: var(--neon-purple);
            margin: 0;
        }

        .sw-use-card h3 {
            font-size: 1rem;
            color: #fff;
            margin: 0;
        }

        .sw-use-card p {
            font-size: 0.86rem;
            line-height: 1.55;
            color: rgba(255, 255, 255, 0.62);
            flex: 1;
        }

        .sw-compare-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        .sw-compare-col {
            padding: 1.5rem;
            border-radius: 14px;
            border: 1px solid var(--glass-border);
            background: var(--glass-bg);
            backdrop-filter: blur(8px);
        }

        .sw-compare-col h3 {
            font-size: 1.05rem;
            margin-bottom: 1rem;
            color: #fff;
        }

        .sw-compare-col ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }

        .sw-compare-col li {
            font-size: 0.9rem;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.72);
            padding-left: 1.1rem;
            position: relative;
        }

        .sw-compare-col li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--matrix-green);
        }

        .sw-compare-col--generic {
            opacity: 0.85;
        }

        .sw-compare-col--custom {
            border-color: rgba(185, 103, 255, 0.35);
            box-shadow: 0 0 30px rgba(185, 103, 255, 0.08);
        }

        .sw-compare-col--custom h3 { color: var(--neon-purple); }

        .seo-tech-intro {
            font-size: 0.82rem;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.58);
            margin: -0.35rem 0 1rem;
        }

        .seo-tech-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .seo-tech-tags span {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.45rem 0.75rem;
            border-radius: 999px;
            font-size: 0.72rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.78);
            background: rgba(0, 243, 255, 0.08);
            border: 1px solid rgba(0, 243, 255, 0.2);
        }

        .seo-tech-tags i {
            font-size: 0.65rem;
            color: var(--neon-blue);
        }

        .sw-process-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
        }

        .sw-process-step {
            padding: 1.25rem;
            border-radius: 14px;
            border: 1px solid var(--glass-border);
            background: rgba(255, 255, 255, 0.03);
        }

        .sw-process-num {
            display: inline-flex;
            width: 32px;
            height: 32px;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: rgba(0, 243, 255, 0.12);
            color: var(--neon-blue);
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 0.75rem;
        }

        .sw-process-step h3 {
            font-size: 0.95rem;
            color: #fff;
            margin-bottom: 0.4rem;
        }

        .sw-process-step p {
            font-size: 0.84rem;
            line-height: 1.55;
            color: rgba(255, 255, 255, 0.62);
        }

        .faq-section {
            padding: 2rem 0;
            margin-bottom: 2rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .faq-section h2 {
            font-family: 'Poiret One', sans-serif;
            font-size: 2.8rem;
            font-weight: 400;
            text-align: center;
            margin-bottom: 0.8rem;
            background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple), var(--matrix-green));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: 2px;
        }

        .section-label {
            text-align: center;
            font-weight: 600;
            color: var(--neon-blue);
            font-size: 1rem;
            margin-bottom: 2.5rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: block;
        }

        .accordion-item {
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 12px;
            margin-bottom: 1rem;
            overflow: hidden;
            backdrop-filter: blur(8px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: border-color 0.3s;
        }

        .accordion-item:hover { border-color: var(--neon-blue); }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.4rem 2rem;
            cursor: pointer;
            font-weight: 600;
            font-size: 1rem;
            color: var(--stardust);
            transition: color 0.3s;
        }

        .accordion-header:hover { color: var(--neon-blue); }

        .accordion-header i {
            font-size: 1rem;
            color: var(--matrix-green);
            transition: transform 0.3s;
            flex-shrink: 0;
        }

        .accordion-header[aria-expanded="true"] i { transform: rotate(180deg); }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out;
            padding: 0 2rem;
        }

        .accordion-content.active {
            max-height: 400px;
            padding: 0.5rem 2rem 1.5rem;
        }

        .accordion-content p {
            font-size: 0.93rem;
            line-height: 1.65;
            color: rgba(255, 255, 255, 0.72);
        }

        .personal-consult-module {
            background: var(--glass-bg);
            border: 1px solid rgba(0, 243, 255, 0.2);
            border-radius: 25px;
            padding: 3rem 2rem;
            margin-top: 2rem;
            margin-bottom: 4rem;
            text-align: center;
            backdrop-filter: blur(10px);
            box-shadow: 0 0 40px rgba(0, 243, 255, 0.1);
            max-width: 620px;
            margin-left: auto;
            margin-right: auto;
        }

        .personal-consult-module h3 {
            font-family: 'Poiret One', sans-serif;
            color: var(--neon-blue);
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 0.8rem;
            letter-spacing: 1px;
        }

        .personal-consult-module p {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 2rem;
            font-size: 1.05rem;
            line-height: 1.6;
        }

        .personal-consult-module .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            background: linear-gradient(45deg, var(--matrix-green), #00e08c);
            color: var(--deep-space);
            padding: 1.2rem 3rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 800;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 0 25px rgba(0, 255, 157, 0.5);
            min-height: 58px;
            border: none;
        }

        .personal-consult-module .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 0 40px rgba(0, 255, 157, 0.75);
        }

        
        /* --- SIMULADOR DESKTOP + TABLET + MOVIL --- */
        .web-device-sim {
            --ws-accent: #00d4ff;
            --ws-accent2: #7c3aed;
            position: relative;
            z-index: 2;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
            pointer-events: auto;
        }

        .web-device-sim__stage {
            display: grid;
            grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) minmax(0, 0.62fr);
            gap: 1.25rem;
            width: 100%;
            align-items: end;
        }

        .web-device-sim__glow {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 110%;
            height: 130%;
            transform: translate(-50%, -50%);
            background: radial-gradient(ellipse at center, rgba(0, 243, 255, 0.12) 0%, rgba(185, 103, 255, 0.07) 45%, transparent 75%);
            filter: blur(40px);
            pointer-events: none;
            animation: webSimGlow 5s ease-in-out infinite;
        }

        @keyframes webSimGlow {
            0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
            50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
        }

        .web-mock {
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .web-mock__label {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.68rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 0.4rem;
        }

        .web-mock__label i { color: var(--neon-blue); }
        .web-mock--tablet .web-mock__label i { color: var(--neon-purple); }
        .web-mock--mobile .web-mock__label i { color: var(--matrix-green); }

        /* --- Frames --- */
        .web-browser,
        .web-tablet,
        .web-phone {
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
            position: relative;
            background: #0a0a10;
        }

        .web-browser__chrome {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.42rem 0.6rem;
            background: linear-gradient(180deg, #22222e 0%, #1a1a24 100%);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .web-browser__dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
        .web-browser__dot--r { background: #ff5f57; }
        .web-browser__dot--y { background: #febc2e; }
        .web-browser__dot--g { background: #28c840; }

        .web-browser__url {
            flex: 1;
            text-align: center;
            font-size: 0.58rem;
            color: rgba(255, 255, 255, 0.42);
            margin-right: 1.75rem;
            font-family: ui-monospace, monospace;
        }

        .web-scroll-vp {
            position: relative;
            overflow: hidden;
            background: #f4f6fb;
        }

        .web-mock--desktop .web-scroll-vp { height: 310px; }
        .web-mock--tablet .web-scroll-vp { height: 295px; }
        .web-mock--mobile .web-scroll-vp { height: 275px; }

        .web-scroll-inner {
            will-change: transform;
            position: relative;
        }

        .web-scroll-bar {
            position: absolute;
            right: 3px;
            top: 2.4rem;
            bottom: 0.35rem;
            width: 4px;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 4px;
            z-index: 4;
            pointer-events: none;
        }

        .web-scroll-bar__thumb {
            position: absolute;
            left: 0;
            width: 100%;
            height: 28%;
            background: rgba(255, 255, 255, 0.22);
            border-radius: 4px;
            top: 0;
        }

        /* Tablet frame */
        .web-tablet {
            border-radius: 18px;
            padding: 0.55rem;
            max-width: 100%;
        }

        .web-tablet__camera {
            position: absolute;
            top: 0.65rem;
            left: 50%;
            transform: translateX(-50%);
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #2a2a36;
            z-index: 3;
        }

        .web-tablet__screen {
            border-radius: 12px;
            overflow: hidden;
            background: #f4f6fb;
        }

        /* Phone frame */
        .web-phone {
            border-radius: 24px;
            padding: 0.45rem;
            max-width: 168px;
            margin: 0 auto;
            width: 100%;
        }

        .web-phone__bezel {
            position: absolute;
            top: 0.5rem;
            left: 50%;
            transform: translateX(-50%);
            width: 38%;
            height: 12px;
            background: #0a0a10;
            border-radius: 0 0 10px 10px;
            z-index: 3;
        }

        .web-phone__screen {
            border-radius: 18px;
            overflow: hidden;
            background: #f4f6fb;
            position: relative;
        }

        /* --- Mock site (wsite) — premium corporate --- */
        .wsite {
            font-family: 'Segoe UI', system-ui, sans-serif;
            color: #0f172a;
            background: #f8fafc;
            --ws-surface: #ffffff;
            --ws-muted: #64748b;
            --ws-border: rgba(15, 23, 42, 0.08);
        }

        .wsite-topbar {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.35rem;
            padding: 0.28rem 0.5rem;
            font-size: 0.38rem;
            font-weight: 600;
            color: var(--ws-accent2);
            background: linear-gradient(90deg, color-mix(in srgb, var(--ws-accent) 12%, #fff), color-mix(in srgb, var(--ws-accent2) 10%, #fff));
            border-bottom: 1px solid var(--ws-border);
        }

        .wsite-topbar i { font-size: 0.36rem; margin-right: 0.15rem; }
        .wsite-topbar__sep { opacity: 0.35; }

        .wsite-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.4rem;
            padding: 0.5rem 0.7rem;
            background: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--ws-border);
            position: sticky;
            top: 0;
            z-index: 4;
        }

        .wsite-nav__brand {
            display: flex;
            align-items: center;
            gap: 0.38rem;
            min-width: 0;
        }

        .wsite-nav__logo {
            width: 1.4rem;
            height: 1.4rem;
            border-radius: 9px;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.55rem;
            flex-shrink: 0;
            box-shadow: 0 4px 12px color-mix(in srgb, var(--ws-accent) 35%, transparent);
        }

        .wsite-nav__logo--sm { width: 1.1rem; height: 1.1rem; font-size: 0.45rem; border-radius: 7px; }

        .wsite-nav__name {
            font-size: 0.6rem;
            font-weight: 800;
            color: #0f172a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 6.5rem;
            letter-spacing: -0.02em;
        }

        .wsite-nav__links {
            display: flex;
            gap: 0.15rem;
        }

        .wsite-nav__link {
            border: 1px solid rgba(148, 163, 184, 0.22);
            background: transparent;
            font-family: inherit;
            font-size: 0.46rem;
            color: #94a3b8;
            font-weight: 600;
            padding: 0.28rem 0.42rem;
            border-radius: 999px;
            cursor: pointer;
            pointer-events: auto;
            transition: color 0.2s ease, background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
        }

        .wsite-nav__link.is-active {
            color: var(--ws-accent2);
            background: color-mix(in srgb, var(--ws-accent) 10%, #fff);
            border-color: color-mix(in srgb, var(--ws-accent) 42%, rgba(148, 163, 184, 0.25));
        }

        .wsite-nav__link--click {
            transform: scale(0.94);
            background: color-mix(in srgb, var(--ws-accent) 22%, #fff);
            color: var(--ws-accent2);
            border-color: color-mix(in srgb, var(--ws-accent) 55%, transparent);
            box-shadow: 0 0 0 1px color-mix(in srgb, var(--ws-accent) 20%, transparent);
        }

        .wsite-nav__cta {
            border: none;
            padding: 0.32rem 0.55rem;
            border-radius: 999px;
            font-size: 0.44rem;
            font-weight: 700;
            color: #fff;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            box-shadow: 0 3px 10px color-mix(in srgb, var(--ws-accent) 30%, transparent);
            white-space: nowrap;
        }

        .wsite-nav__burger {
            border: none;
            font-size: 0.62rem;
            color: #64748b;
            width: 1.4rem;
            height: 1.4rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: #f1f5f9;
            cursor: pointer;
            pointer-events: auto;
            transition: background 0.2s ease, color 0.2s ease;
        }

        .web-mock--mobile .wsite-nav__burger {
            cursor: pointer;
        }

        .wsite-nav__burger.is-open {
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            color: #fff;
        }

        .wsite-mmenu {
            display: none;
            flex-direction: column;
            gap: 0.2rem;
            padding: 0.35rem 0.55rem 0.5rem;
            background: #fff;
            border-bottom: 1px solid var(--ws-border);
            box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
            position: relative;
            z-index: 12;
        }

        .wsite-mmenu.is-open { display: flex; }

        .wsite-mmenu__link {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            border: 1px solid rgba(148, 163, 184, 0.18);
            background: transparent;
            font-family: inherit;
            font-size: 0.48rem;
            font-weight: 600;
            color: #64748b;
            padding: 0.38rem 0.45rem;
            border-radius: 8px;
            text-align: left;
            cursor: pointer;
            pointer-events: auto;
            transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
        }

        .wsite-mmenu__link.is-active {
            background: color-mix(in srgb, var(--ws-accent) 12%, #fff);
            color: var(--ws-accent2);
            border-color: color-mix(in srgb, var(--ws-accent) 40%, rgba(148, 163, 184, 0.2));
        }

        .wsite-mmenu__link i { width: 0.75rem; color: var(--ws-accent); font-size: 0.44rem; }

        .wsite-mmenu__link.wsite-nav__link--click {
            transform: scale(0.98);
            background: color-mix(in srgb, var(--ws-accent) 20%, #fff);
        }

        /* Multi-page */
        .wsite-pages { position: relative; min-height: 8rem; }

        .wsite-page {
            display: none;
            animation: wsitePageOut 0.25s ease forwards;
        }

        .wsite-page.is-active {
            display: block;
            animation: wsitePageIn 0.35s ease forwards;
        }

        .wsite-pages--switch .wsite-page.is-active {
            animation: wsitePageIn 0.35s ease forwards;
        }

        @keyframes wsitePageIn {
            from { opacity: 0; transform: translateY(6px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes wsitePageOut {
            to { opacity: 0; }
        }

        .wsite-phead {
            padding: 0.75rem 0.7rem 0.55rem;
            background: linear-gradient(180deg, #fff, #f8fafc);
            border-bottom: 1px solid var(--ws-border);
        }

        .wsite-phead h1 {
            font-size: 0.78rem;
            font-weight: 900;
            color: #0f172a;
            margin-bottom: 0.25rem;
            letter-spacing: -0.02em;
        }

        .wsite-phead p {
            font-size: 0.46rem;
            color: var(--ws-muted);
            line-height: 1.45;
        }

        .wsite-link-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            margin-top: 0.45rem;
            border: none;
            background: transparent;
            font-family: inherit;
            font-size: 0.44rem;
            font-weight: 700;
            color: var(--ws-accent2);
            cursor: default;
        }

        .wsite-link-btn i { font-size: 0.38rem; }

        .wsite-faq {
            padding: 0.65rem 0.7rem;
            background: #f8fafc;
            border-top: 1px solid var(--ws-border);
        }

        .wsite-faq__list {
            display: flex;
            flex-direction: column;
            gap: 0.28rem;
        }

        .wsite-faq__item {
            border-radius: 9px;
            background: #fff;
            border: 1px solid var(--ws-border);
            overflow: hidden;
        }

        .wsite-faq__item summary {
            font-size: 0.46rem;
            font-weight: 700;
            color: #0f172a;
            padding: 0.4rem 0.45rem;
            cursor: default;
            list-style: none;
        }

        .wsite-faq__item summary::-webkit-details-marker { display: none; }

        .wsite-faq__item p {
            font-size: 0.4rem;
            color: #64748b;
            line-height: 1.4;
            padding: 0 0.45rem 0.4rem;
        }

        .wsite-prefooter {
            padding: 0.6rem 0.7rem;
            background: linear-gradient(135deg, #0f172a, color-mix(in srgb, var(--ws-accent2) 40%, #1e293b));
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            transition: box-shadow 0.35s ease, transform 0.35s ease;
        }

        .wsite-prefooter.is-highlight {
            box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--ws-accent) 50%, transparent);
            transform: scale(1.01);
        }

        .wsite-prefooter__inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.4rem;
        }

        .wsite-prefooter__inner strong {
            display: block;
            font-size: 0.52rem;
            color: #fff;
            width: 100%;
        }

        .wsite-prefooter__inner > span {
            font-size: 0.4rem;
            color: #94a3b8;
            flex: 1;
        }

        .wsite-svclist {
            padding: 0.55rem 0.7rem;
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
            background: #fff;
        }

        .wsite-svitem {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 0.45rem;
            padding: 0.5rem;
            border-radius: 11px;
            background: #f8fafc;
            border: 1px solid var(--ws-border);
        }

        .wsite-svitem__icon {
            width: 1.35rem;
            height: 1.35rem;
            border-radius: 9px;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.48rem;
            flex-shrink: 0;
        }

        .wsite-svitem h3 {
            font-size: 0.52rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 0.15rem;
        }

        .wsite-svitem p {
            font-size: 0.42rem;
            color: #64748b;
            line-height: 1.4;
            margin-bottom: 0.25rem;
        }

        .wsite-svitem ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.2rem;
        }

        .wsite-svitem li {
            font-size: 0.36rem;
            font-weight: 600;
            color: var(--ws-accent2);
            padding: 0.15rem 0.35rem;
            border-radius: 999px;
            background: color-mix(in srgb, var(--ws-accent) 10%, #fff);
        }

        .wsite-band--compact { padding: 0.65rem 0.7rem; }

        .wsite-team {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.35rem;
            padding: 0.55rem 0.7rem;
            background: #fff;
        }

        .wsite-team__member {
            text-align: center;
            padding: 0.45rem 0.3rem;
            border-radius: 10px;
            background: #f8fafc;
            border: 1px solid var(--ws-border);
        }

        .wsite-team__member .wsite-avatar { margin: 0 auto 0.25rem; }
        .wsite-team__member strong { display: block; font-size: 0.44rem; color: #0f172a; }
        .wsite-team__member small { font-size: 0.36rem; color: #94a3b8; }

        .wsite-contact {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 0.55rem;
            padding: 0.55rem 0.7rem 0.65rem;
            background: #fff;
        }

        .wsite-contact--mob { grid-template-columns: 1fr; }

        .wsite-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.35rem;
        }

        .wsite-contact--mob .wsite-form { grid-template-columns: 1fr; }

        .wsite-field {
            display: flex;
            flex-direction: column;
            gap: 0.15rem;
        }

        .wsite-field--full { grid-column: 1 / -1; }

        .wsite-field span {
            font-size: 0.38rem;
            font-weight: 700;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }

        .wsite-field input,
        .wsite-field textarea {
            border: 1px solid var(--ws-border);
            border-radius: 8px;
            padding: 0.32rem 0.4rem;
            font-family: inherit;
            font-size: 0.44rem;
            color: #0f172a;
            background: #f8fafc;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .wsite-field textarea {
            min-height: 2.2rem;
            resize: none;
        }

        .wsite-field--focus input,
        .wsite-field--focus textarea {
            border-color: var(--ws-accent);
            box-shadow: 0 0 0 2px color-mix(in srgb, var(--ws-accent) 25%, transparent);
            background: #fff;
        }

        .wsite-btn--full { grid-column: 1 / -1; width: 100%; justify-content: center; }

        .wsite-contact__aside {
            display: flex;
            flex-direction: column;
            gap: 0.35rem;
        }

        .wsite-contact__card {
            padding: 0.4rem 0.45rem;
            border-radius: 9px;
            background: #f8fafc;
            border: 1px solid var(--ws-border);
        }

        .wsite-contact__card i {
            color: var(--ws-accent);
            font-size: 0.42rem;
            margin-bottom: 0.15rem;
        }

        .wsite-contact__card strong {
            display: block;
            font-size: 0.44rem;
            color: #0f172a;
            margin-bottom: 0.08rem;
        }

        .wsite-contact__card span {
            font-size: 0.38rem;
            color: #64748b;
        }

        .wsite-contact__map {
            flex: 1;
            min-height: 2.5rem;
            border-radius: 9px;
            background:
                linear-gradient(135deg, color-mix(in srgb, var(--ws-accent) 15%, #e2e8f0), color-mix(in srgb, var(--ws-accent2) 12%, #cbd5e1)),
                repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(255,255,255,0.15) 8px, rgba(255,255,255,0.15) 9px),
                repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(255,255,255,0.15) 8px, rgba(255,255,255,0.15) 9px);
            border: 1px solid var(--ws-border);
            position: relative;
        }

        .wsite-contact__map::after {
            content: '';
            position: absolute;
            top: 45%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
            border-radius: 50% 50% 50% 0;
            background: var(--ws-accent2);
            transform: rotate(-45deg);
            box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        }

        .wsite-cta-bar--inline { margin: 0.55rem 0.7rem; border-radius: 11px; }

        .wsite-cursor {
            position: absolute;
            top: 0;
            left: 0;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.55);
            border: 2px solid #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
            pointer-events: none;
            z-index: 20;
            opacity: 0;
            transition: opacity 0.15s ease, transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
        }

        .wsite-cursor.is-visible { opacity: 1; }

        .wsite-cursor.is-click {
            transform: scale(0.75);
            background: var(--ws-accent);
        }

        .wsite-hero {
            position: relative;
            padding: 0.85rem 0.7rem 0.75rem;
            background: linear-gradient(165deg, #fff 0%, #f8fafc 45%, color-mix(in srgb, var(--ws-accent) 8%, #eef2ff) 100%);
            overflow: hidden;
        }

        .wsite-hero__mesh {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--ws-accent) 22%, transparent) 0%, transparent 45%),
                radial-gradient(circle at 10% 90%, color-mix(in srgb, var(--ws-accent2) 18%, transparent) 0%, transparent 40%);
            pointer-events: none;
        }

        .wsite-hero__inner {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.65rem;
        }

        .wsite--desktop .wsite-hero__inner,
        .wsite--tablet .wsite-hero__inner {
            grid-template-columns: 1.05fr 0.95fr;
            align-items: center;
        }

        .wsite-hero__badge {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
            font-size: 0.4rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            padding: 0.22rem 0.48rem;
            border-radius: 999px;
            background: #fff;
            color: var(--ws-accent2);
            border: 1px solid color-mix(in srgb, var(--ws-accent) 25%, transparent);
            box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
            margin-bottom: 0.35rem;
        }

        .wsite-hero__badge i { color: #fbbf24; font-size: 0.36rem; }

        .wsite-hero__title {
            font-size: 0.92rem;
            font-weight: 900;
            line-height: 1.12;
            color: #0f172a;
            margin-bottom: 0.28rem;
            letter-spacing: -0.03em;
        }

        .wsite-hero__tag {
            font-size: 0.5rem;
            color: var(--ws-muted);
            line-height: 1.45;
            margin-bottom: 0.35rem;
            max-width: 98%;
        }

        .wsite-hero__rating {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.4rem;
            color: #94a3b8;
            margin-bottom: 0.5rem;
        }

        .wsite-stars {
            display: inline-flex;
            gap: 0.08rem;
            color: #fbbf24;
            font-size: 0.38rem;
        }

        .wsite-stars--sm { font-size: 0.32rem; }

        .wsite-hero__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.32rem;
        }

        .wsite-btn {
            border: none;
            cursor: default;
            font-family: inherit;
            font-weight: 700;
            border-radius: 9px;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }

        .wsite-btn--primary {
            padding: 0.4rem 0.7rem;
            font-size: 0.48rem;
            color: #fff;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            box-shadow: 0 5px 16px color-mix(in srgb, var(--ws-accent) 38%, transparent);
        }

        .wsite-btn--ghost {
            padding: 0.4rem 0.58rem;
            font-size: 0.46rem;
            color: #475569;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid var(--ws-border);
        }

        .wsite-btn--ghost i { font-size: 0.38rem; color: var(--ws-accent2); }

        .wsite-btn--sm { padding: 0.34rem 0.58rem; font-size: 0.44rem; }

        .wsite-btn--light {
            background: #fff;
            color: var(--ws-accent2);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
        }

        .wsite-btn--pulse {
            transform: scale(1.07);
            box-shadow: 0 0 22px color-mix(in srgb, var(--ws-accent) 60%, transparent);
        }

        /* Hero dashboard mock */
        .wsite-hero__mock { position: relative; }

        .wsite-mockui {
            position: relative;
            border-radius: 12px;
            background: #fff;
            border: 1px solid var(--ws-border);
            box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
            overflow: hidden;
        }

        .wsite-mockui__bar {
            display: flex;
            gap: 0.22rem;
            padding: 0.35rem 0.45rem;
            background: #f1f5f9;
            border-bottom: 1px solid var(--ws-border);
        }

        .wsite-mockui__bar span {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #cbd5e1;
        }

        .wsite-mockui__bar span:first-child { background: #ff5f57; }
        .wsite-mockui__bar span:nth-child(2) { background: #febc2e; }
        .wsite-mockui__bar span:nth-child(3) { background: #28c840; }

        .wsite-mockui__body {
            display: grid;
            grid-template-columns: 0.35fr 1fr;
            min-height: 4.5rem;
        }

        .wsite-mockui__sidebar {
            padding: 0.35rem 0.28rem;
            background: #f8fafc;
            border-right: 1px solid var(--ws-border);
            display: flex;
            flex-direction: column;
            gap: 0.28rem;
        }

        .wsite-mockui__sidebar span {
            height: 4px;
            border-radius: 3px;
            background: #e2e8f0;
        }

        .wsite-mockui__sidebar span.is-on {
            background: linear-gradient(90deg, var(--ws-accent), var(--ws-accent2));
            height: 5px;
        }

        .wsite-mockui__main { padding: 0.35rem; }

        .wsite-mockui__kpis {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.28rem;
            margin-bottom: 0.32rem;
        }

        .wsite-mockui__kpis div {
            padding: 0.28rem;
            border-radius: 7px;
            background: #f8fafc;
            border: 1px solid var(--ws-border);
        }

        .wsite-mockui__kpis em {
            display: block;
            font-style: normal;
            font-size: 0.52rem;
            font-weight: 800;
            color: var(--ws-accent2);
            line-height: 1;
        }

        .wsite-mockui__kpis small {
            font-size: 0.34rem;
            color: #94a3b8;
        }

        .wsite-mockui__chart {
            display: flex;
            align-items: flex-end;
            gap: 0.18rem;
            height: 1.6rem;
            padding: 0.2rem 0.15rem;
            border-radius: 7px;
            background: linear-gradient(180deg, #f8fafc, #fff);
            border: 1px solid var(--ws-border);
            margin-bottom: 0.28rem;
        }

        .wsite-mockui__chart span {
            flex: 1;
            border-radius: 3px 3px 0 0;
            background: linear-gradient(180deg, var(--ws-accent), var(--ws-accent2));
            opacity: 0.85;
        }

        .wsite-mockui__row { display: flex; flex-direction: column; gap: 0.18rem; }
        .wsite-mockui__row span {
            height: 4px;
            border-radius: 3px;
            background: #e2e8f0;
        }

        .wsite-mockui__float {
            position: absolute;
            display: flex;
            align-items: center;
            gap: 0.2rem;
            padding: 0.22rem 0.38rem;
            border-radius: 999px;
            font-size: 0.36rem;
            font-weight: 700;
            background: #fff;
            border: 1px solid var(--ws-border);
            box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
            white-space: nowrap;
        }

        .wsite-mockui__float i { font-size: 0.34rem; color: var(--ws-accent); }
        .wsite-mockui__float--a { top: 18%; right: -4%; color: #059669; }
        .wsite-mockui__float--b { bottom: 12%; left: -6%; color: var(--ws-accent2); }

        .wsite-trust {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.4rem;
            padding: 0.45rem 0.7rem;
            background: #fff;
            border-bottom: 1px solid var(--ws-border);
        }

        .wsite-trust > span {
            font-size: 0.38rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #94a3b8;
            white-space: nowrap;
        }

        .wsite-trust__logos {
            display: flex;
            gap: 0.35rem;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        .wsite-trust__logos span {
            font-size: 0.4rem;
            font-weight: 800;
            color: #cbd5e1;
            letter-spacing: 0.04em;
        }

        .wsite-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.35rem;
            padding: 0.65rem 0.7rem;
            background: linear-gradient(180deg, #fff, #f8fafc);
            border-bottom: 1px solid var(--ws-border);
        }

        .wsite-stat {
            text-align: center;
            padding: 0.45rem 0.25rem;
            border-radius: 10px;
            background: #fff;
            border: 1px solid var(--ws-border);
            box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
        }

        .wsite-stat__icon {
            width: 1.15rem;
            height: 1.15rem;
            margin: 0 auto 0.25rem;
            border-radius: 8px;
            background: color-mix(in srgb, var(--ws-accent) 12%, #fff);
            color: var(--ws-accent2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.42rem;
        }

        .wsite-stat strong {
            display: block;
            font-size: 0.58rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 0.08rem;
        }

        .wsite-stat span {
            font-size: 0.38rem;
            color: #94a3b8;
            font-weight: 600;
        }

        .wsite-eyebrow {
            display: block;
            font-size: 0.4rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--ws-accent);
            margin-bottom: 0.25rem;
        }

        .wsite-eyebrow--light { color: color-mix(in srgb, var(--ws-accent) 70%, #fff); }

        .wsite-section {
            padding: 0.75rem 0.7rem;
            background: #fff;
        }

        .wsite-section__title {
            font-size: 0.68rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 0.55rem;
            letter-spacing: -0.02em;
        }

        .wsite-services {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.4rem;
        }

        .wsite-services--tab { grid-template-columns: repeat(3, 1fr); }

        .wsite-card {
            position: relative;
            padding: 0.55rem 0.45rem 0.5rem;
            border-radius: 12px;
            background: linear-gradient(180deg, #fff, #f8fafc);
            border: 1px solid var(--ws-border);
            box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
            overflow: hidden;
        }

        .wsite-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, var(--ws-accent), var(--ws-accent2));
        }

        .wsite-card__num {
            position: absolute;
            top: 0.35rem;
            right: 0.35rem;
            font-size: 0.38rem;
            font-weight: 800;
            color: #e2e8f0;
        }

        .wsite-card__icon {
            width: 1.25rem;
            height: 1.25rem;
            border-radius: 9px;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.48rem;
            margin-bottom: 0.32rem;
            box-shadow: 0 4px 10px color-mix(in srgb, var(--ws-accent) 30%, transparent);
        }

        .wsite-card h3 {
            font-size: 0.52rem;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 0.18rem;
        }

        .wsite-card p {
            font-size: 0.4rem;
            color: #94a3b8;
            line-height: 1.4;
            margin-bottom: 0.32rem;
        }

        .wsite-card__link {
            font-size: 0.38rem;
            font-weight: 700;
            color: var(--ws-accent2);
            display: inline-flex;
            align-items: center;
            gap: 0.15rem;
        }

        .wsite-card__link i { font-size: 0.32rem; }

        .wsite-band {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 0.5rem;
            padding: 0.75rem 0.7rem;
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, color-mix(in srgb, var(--ws-accent2) 35%, #1e293b) 100%);
            align-items: center;
        }

        .wsite-band__copy h2 {
            font-size: 0.62rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.35rem;
            line-height: 1.25;
        }

        .wsite-band__list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .wsite-band__list li {
            font-size: 0.42rem;
            color: #cbd5e1;
            margin-bottom: 0.18rem;
            display: flex;
            align-items: center;
            gap: 0.28rem;
        }

        .wsite-band__list i { color: var(--ws-accent); font-size: 0.4rem; }

        .wsite-band__visual {
            display: flex;
            gap: 0.35rem;
            justify-content: center;
        }

        .wsite-ring {
            width: 2.4rem;
            height: 2.4rem;
            border-radius: 50%;
            border: 3px solid color-mix(in srgb, var(--ws-accent) 50%, transparent);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.06);
        }

        .wsite-ring span {
            font-size: 0.52rem;
            font-weight: 900;
            color: #fff;
            line-height: 1;
        }

        .wsite-ring small {
            font-size: 0.3rem;
            color: #94a3b8;
            margin-top: 0.08rem;
        }

        .wsite-ring--2 { border-color: color-mix(in srgb, var(--ws-accent2) 50%, transparent); }

        .wsite-about {
            display: grid;
            grid-template-columns: 0.95fr 1.05fr;
            gap: 0.55rem;
            padding: 0.75rem 0.7rem;
            background: #f8fafc;
            align-items: center;
        }

        .wsite-photo {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
        }

        .wsite-photo__img {
            aspect-ratio: 4/3;
            background:
                linear-gradient(135deg, color-mix(in srgb, var(--ws-accent) 35%, #64748b), color-mix(in srgb, var(--ws-accent2) 30%, #334155)),
                linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.1) 75%);
            background-size: 100% 100%, 12px 12px;
        }

        .wsite-photo__badge {
            position: absolute;
            bottom: 0.35rem;
            left: 0.35rem;
            display: flex;
            align-items: center;
            gap: 0.2rem;
            padding: 0.22rem 0.38rem;
            border-radius: 999px;
            font-size: 0.36rem;
            font-weight: 700;
            color: #fff;
            background: rgba(15, 23, 42, 0.75);
            backdrop-filter: blur(6px);
        }

        .wsite-photo__badge i { color: #fbbf24; font-size: 0.34rem; }

        .wsite-about__copy h2 {
            font-size: 0.62rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 0.28rem;
            line-height: 1.2;
        }

        .wsite-about__copy p {
            font-size: 0.42rem;
            color: var(--ws-muted);
            line-height: 1.45;
            margin-bottom: 0.35rem;
        }

        .wsite-tags {
            display: flex;
            gap: 0.25rem;
            flex-wrap: wrap;
        }

        .wsite-tags span {
            font-size: 0.36rem;
            font-weight: 700;
            padding: 0.18rem 0.38rem;
            border-radius: 999px;
            background: #fff;
            border: 1px solid var(--ws-border);
            color: var(--ws-accent2);
        }

        .wsite-testimonial {
            padding: 0.65rem 0.7rem;
            background: #fff;
        }

        .wsite-testimonial__card {
            padding: 0.55rem 0.6rem;
            border-radius: 12px;
            background: linear-gradient(135deg, #f8fafc, #fff);
            border: 1px solid var(--ws-border);
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
            position: relative;
        }

        .wsite-testimonial__head {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            margin-bottom: 0.35rem;
        }

        .wsite-avatar {
            width: 1.35rem;
            height: 1.35rem;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            color: #fff;
            font-size: 0.42rem;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .wsite-testimonial__head strong {
            display: block;
            font-size: 0.48rem;
            color: #0f172a;
        }

        .wsite-testimonial__quote-mark {
            margin-left: auto;
            font-size: 1.2rem;
            line-height: 1;
            color: color-mix(in srgb, var(--ws-accent) 35%, #e2e8f0);
            font-family: Georgia, serif;
        }

        .wsite-testimonial__card p {
            font-size: 0.46rem;
            color: #475569;
            line-height: 1.45;
            margin-bottom: 0.28rem;
        }

        .wsite-testimonial__card cite {
            font-size: 0.38rem;
            color: #94a3b8;
            font-style: normal;
        }

        .wsite-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.35rem;
            padding: 0.55rem 0.7rem;
            background: #fff;
            border-top: 1px solid var(--ws-border);
        }

        .wsite-step {
            text-align: center;
            padding: 0.4rem 0.25rem;
            border-radius: 10px;
            background: #f8fafc;
            border: 1px solid var(--ws-border);
        }

        .wsite-step span {
            display: inline-flex;
            width: 1rem;
            height: 1rem;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 0.42rem;
            font-weight: 800;
            color: #fff;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            margin-bottom: 0.22rem;
        }

        .wsite-step strong {
            display: block;
            font-size: 0.44rem;
            color: #0f172a;
            margin-bottom: 0.08rem;
        }

        .wsite-step small {
            font-size: 0.36rem;
            color: #94a3b8;
        }

        .wsite-cta-bar {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.5rem;
            padding: 0.7rem 0.75rem;
            background: linear-gradient(135deg, var(--ws-accent), var(--ws-accent2));
            overflow: hidden;
        }

        .wsite-cta-bar__glow {
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.25) 0%, transparent 50%);
            pointer-events: none;
        }

        .wsite-cta-bar__text {
            position: relative;
            z-index: 1;
        }

        .wsite-cta-bar__text strong {
            display: block;
            font-size: 0.54rem;
            color: #fff;
            margin-bottom: 0.1rem;
        }

        .wsite-cta-bar__text span {
            font-size: 0.4rem;
            color: rgba(255, 255, 255, 0.82);
        }

        .wsite-cta-bar .wsite-btn { position: relative; z-index: 1; flex-shrink: 0; }

        .wsite-footer {
            position: relative;
            background: linear-gradient(180deg, #131c31 0%, #0f172a 52%, #0b1220 100%);
            border-top: none;
            transition: box-shadow 0.4s ease;
        }

        .wsite-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, var(--ws-accent), var(--ws-accent2));
        }

        .wsite-footer.is-revealed {
            box-shadow: 0 -8px 28px color-mix(in srgb, var(--ws-accent) 25%, transparent);
        }

        .wsite-footer__main {
            display: grid;
            grid-template-columns: 1.35fr 0.85fr 0.85fr 1fr;
            gap: 0.6rem 0.55rem;
            padding: 0.78rem 0.75rem 0.58rem;
        }

        .wsite-footer__col:not(.wsite-footer__col--brand) {
            padding-left: 0.45rem;
            border-left: 1px solid rgba(255, 255, 255, 0.07);
        }

        .wsite--mobile .wsite-footer__col:not(.wsite-footer__col--brand) {
            padding-left: 0;
            border-left: none;
        }

        .wsite--mobile .wsite-footer__main {
            grid-template-columns: 1fr 1fr;
            gap: 0.5rem 0.45rem;
        }

        .wsite--mobile .wsite-footer__col--brand {
            grid-column: 1 / -1;
        }

        .wsite-footer__col strong {
            display: block;
            font-size: 0.46rem;
            font-weight: 800;
            color: #f1f5f9;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 0.38rem;
            padding-bottom: 0.22rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .wsite-footer__col button,
        .wsite-footer__col span {
            display: flex;
            align-items: center;
            gap: 0.28rem;
            font-size: 0.42rem;
            color: #94a3b8;
            margin-bottom: 0.22rem;
            border: 1px solid transparent;
            background: transparent;
            font-family: inherit;
            padding: 0.12rem 0.18rem;
            border-radius: 6px;
            text-align: left;
            line-height: 1.35;
            transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
        }

        .wsite-footer__col button {
            cursor: default;
            width: 100%;
        }

        .wsite-footer__col button:hover {
            color: #e2e8f0;
            border-color: rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.03);
        }

        .wsite-footer__col i { font-size: 0.38rem; color: var(--ws-accent); width: 0.68rem; flex-shrink: 0; }

        .wsite-footer__brand {
            display: flex;
            align-items: flex-start;
            gap: 0.38rem;
            margin-bottom: 0.32rem;
        }

        .wsite-footer__brand-text {
            display: flex;
            flex-direction: column;
            gap: 0.12rem;
            min-width: 0;
        }

        .wsite-footer__brand-text strong {
            font-size: 0.52rem;
            font-weight: 800;
            color: #f8fafc;
            letter-spacing: -0.01em;
            border: none;
            padding: 0;
            margin: 0;
            text-transform: none;
        }

        .wsite-footer__desc {
            font-size: 0.4rem;
            color: #64748b;
            line-height: 1.4;
            margin: 0;
        }

        .wsite-footer__social {
            display: flex;
            gap: 0.3rem;
            margin-bottom: 0.28rem;
        }

        .wsite-footer__social span {
            width: 1.2rem;
            height: 1.2rem;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #cbd5e1;
            font-size: 0.4rem;
            margin: 0;
        }

        .wsite-footer__mobile-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.22rem 0.35rem;
            margin-top: 0.15rem;
        }

        .wsite-footer__mobile-links button {
            font-size: 0.38rem;
            font-weight: 600;
            color: #94a3b8;
            border: none;
            background: none;
            padding: 0;
            font-family: inherit;
        }

        .wsite-footer__wa {
            color: #25d366 !important;
            font-weight: 700 !important;
            margin-top: 0.05rem;
        }

        .wsite-footer__wa i { color: #25d366 !important; }

        .wsite-footer__trust {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.28rem 0.45rem;
            padding: 0.38rem 0.65rem;
            background: rgba(0, 0, 0, 0.18);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        }

        .wsite-footer__trust span {
            display: inline-flex;
            align-items: center;
            gap: 0.22rem;
            font-size: 0.36rem;
            font-weight: 600;
            color: #94a3b8;
            padding: 0.18rem 0.38rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }

        .wsite-footer__trust i {
            color: var(--ws-accent);
            font-size: 0.34rem;
        }

        .wsite-footer__bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.35rem 0.55rem;
            padding: 0.48rem 0.75rem 0.58rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(0, 0, 0, 0.12);
        }

        .wsite-footer__copy {
            font-size: 0.36rem;
            color: #64748b;
            line-height: 1.35;
            flex: 1 1 auto;
            min-width: 0;
        }

        .wsite-footer__legal {
            font-size: 0.36rem;
            color: #475569;
            white-space: nowrap;
            padding: 0.14rem 0.32rem;
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.02);
        }

        /* Mobile density */
        .wsite--mobile .wsite-hero__mobcards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.28rem;
            margin-top: 0.45rem;
        }

        .wsite-hero__mobcards div {
            padding: 0.32rem 0.25rem;
            border-radius: 8px;
            text-align: center;
            background: #fff;
            border: 1px solid var(--ws-border);
            box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
        }

        .wsite-hero__mobcards em {
            display: block;
            font-style: normal;
            font-size: 0.48rem;
            font-weight: 900;
            color: var(--ws-accent2);
            line-height: 1;
        }

        .wsite-hero__mobcards small {
            font-size: 0.32rem;
            color: #94a3b8;
            font-weight: 600;
        }

        .wsite--mobile .wsite-topbar { font-size: 0.34rem; padding: 0.24rem 0.45rem; }
        .wsite--mobile .wsite-nav { padding: 0.42rem 0.55rem; }
        .wsite--mobile .wsite-nav__name { max-width: 5rem; font-size: 0.54rem; }
        .wsite--mobile .wsite-hero { padding: 0.7rem 0.55rem 0.6rem; }
        .wsite--mobile .wsite-hero__title { font-size: 0.78rem; }
        .wsite--mobile .wsite-hero__tag { font-size: 0.46rem; }
        .wsite--mobile .wsite-trust { flex-direction: column; align-items: flex-start; padding: 0.4rem 0.55rem; }
        .wsite--mobile .wsite-trust__logos { justify-content: flex-start; }
        .wsite--mobile .wsite-stats { padding: 0.5rem 0.55rem; gap: 0.28rem; }
        .wsite--mobile .wsite-stat strong { font-size: 0.52rem; }
        .wsite--mobile .wsite-section { padding: 0.55rem; }
        .wsite--mobile .wsite-services--mob { grid-template-columns: 1fr; gap: 0.32rem; }
        .wsite--mobile .wsite-band { grid-template-columns: 1fr; padding: 0.55rem; }
        .wsite--mobile .wsite-band__visual { justify-content: flex-start; }
        .wsite--mobile .wsite-about { grid-template-columns: 1fr; padding: 0.55rem; }
        .wsite--mobile .wsite-photo__img { aspect-ratio: 16/8; }
        .wsite--mobile .wsite-cta-bar { flex-direction: column; align-items: flex-start; }
        .wsite--mobile .wsite-phead { padding: 0.6rem 0.55rem 0.45rem; }
        .wsite--mobile .wsite-phead h1 { font-size: 0.68rem; }
        .wsite--mobile .wsite-svclist { padding: 0.45rem 0.55rem; }
        .wsite--mobile .wsite-contact { padding: 0.45rem 0.55rem; }
        .wsite--mobile .wsite-footer__bottom {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0.25rem;
        }

        .wsite--mobile .wsite-footer__trust {
            gap: 0.22rem 0.32rem;
            padding-inline: 0.5rem;
        }

        .wsite--mobile .wsite-footer__trust span {
            font-size: 0.34rem;
        }
        .wsite--mobile .wsite-faq { padding: 0.5rem 0.55rem; }
        .wsite--mobile .wsite-prefooter { padding: 0.5rem 0.55rem; }
        .wsite--mobile .wsite-prefooter__inner { flex-direction: column; align-items: flex-start; }
        .wsite--mobile .wsite-cta-bar--inline { margin: 0.45rem 0.55rem; }

        /* Tablet density */
        .wsite--tablet .wsite-hero__title { font-size: 0.82rem; }
        .wsite--tablet .wsite-nav__name { max-width: 5.5rem; }
        .wsite--tablet .wsite-mockui__float--a { right: 0; font-size: 0.32rem; }
        .wsite--tablet .wsite-mockui__float--b { left: 0; font-size: 0.32rem; }

        .wsite--tablet .wsite-footer__main {
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0.52rem 0.48rem;
        }

        .wsite--tablet .wsite-footer__col--brand {
            grid-column: 1 / -1;
        }

        .wsite--tablet .wsite-footer__bottom {
            flex-wrap: wrap;
            gap: 0.3rem;
        }

        .wsite-fab {
            position: absolute;
            bottom: 0.45rem;
            right: 0.45rem;
            width: 1.65rem;
            height: 1.65rem;
            border-radius: 50%;
            background: #25d366;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
            z-index: 5;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .wsite-fab--pulse {
            transform: scale(1.12);
            box-shadow: 0 0 22px rgba(37, 211, 102, 0.65);
        }

        /* Toasts */
        .web-toast {
            position: absolute;
            bottom: 0.55rem;
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            display: flex;
            align-items: center;
            gap: 0.3rem;
            padding: 0.38rem 0.6rem;
            border-radius: 999px;
            background: rgba(0, 255, 157, 0.18);
            border: 1px solid rgba(0, 255, 157, 0.45);
            color: var(--matrix-green);
            font-size: 0.52rem;
            font-weight: 600;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.35s ease, transform 0.35s ease;
            z-index: 6;
            backdrop-filter: blur(8px);
        }

        .web-toast.is-hidden { display: none; }
        .web-toast--visible { opacity: 1; transform: translateX(-50%) translateY(0); }
        .web-toast--mob { font-size: 0.46rem; max-width: 90%; white-space: normal; text-align: center; }
        .web-toast--tab { font-size: 0.48rem; }

        .web-sim-caption {
            display: flex;
            flex-wrap: wrap;
            gap: 0.45rem;
            justify-content: flex-start;
            margin-top: 0.85rem;
        }

        .web-sim-caption__pill {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.35rem 0.65rem;
            border-radius: 999px;
            font-size: 0.6rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.65);
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .web-sim-caption__pill i { font-size: 0.65rem; color: var(--neon-blue); }
        .web-sim-caption__pill:nth-child(2) i { color: var(--neon-purple); }
        .web-sim-caption__pill:nth-child(3) i { color: #25d366; }

        .web-sim-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 1rem;
            padding: 0 0.5rem;
        }

        .web-sim-expand-btn,
        .web-sim-standalone-link {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            border-radius: 999px;
            font-family: inherit;
            font-size: 0.72rem;
            font-weight: 700;
            cursor: pointer;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
        }

        .web-sim-expand-btn {
            border: none;
            padding: 0.5rem 0.95rem;
            background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
            color: #fff;
            box-shadow: 0 8px 24px rgba(0, 243, 255, 0.2);
        }

        .web-sim-expand-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 12px 28px rgba(0, 243, 255, 0.28);
        }

        .web-sim-standalone-link {
            padding: 0.48rem 0.85rem;
            border: 1px solid rgba(255, 255, 255, 0.18);
            background: rgba(255, 255, 255, 0.06);
            color: rgba(255, 255, 255, 0.82);
        }

        .web-sim-standalone-link:hover {
            border-color: rgba(0, 243, 255, 0.45);
            color: #fff;
            background: rgba(0, 243, 255, 0.1);
        }

        /* Demo standalone (paginas-web-demo) */
        body.web-demo-standalone-page { padding-top: 6rem; }

        .web-demo-standalone-wrap .container--hero { max-width: 1200px; }

        .web-demo-standalone-section {
            width: 100%;
            margin: 0 0 2rem;
        }

        .web-demo-standalone-section__head {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            margin-bottom: 1rem;
            padding: 0 0.25rem;
        }

        .web-demo-back-link {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.78rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .web-demo-back-link:hover { color: var(--neon-blue); }

        .web-demo-standalone-section__hint {
            margin: 0;
            text-align: right;
            font-size: 0.82rem;
            color: rgba(255, 255, 255, 0.62);
        }

        .web-demo-standalone-section__hint i { color: var(--neon-blue); margin-right: 0.35rem; }
        .web-demo-standalone-section__hint strong { color: rgba(255, 255, 255, 0.88); }

        .web-demo-standalone-section__slot { width: 100%; }

        .web-demo-frame--standalone {
            max-width: 100% !important;
            width: 100%;
            margin: 0 !important;
            border-radius: 16px;
            min-height: min(78vh, 820px);
        }

        .web-demo-frame--standalone .web-demo-modal__viewport {
            min-height: min(72vh, 780px);
            max-height: none;
            flex: 1;
        }

        .web-demo-frame--standalone.web-demo-modal__frame {
            display: flex;
            flex-direction: column;
        }

        @media (prefers-reduced-motion: reduce) {
            .web-device-sim__glow { animation: none; opacity: 0.5; }
            .web-scroll-inner { transition: none !important; }
        }
@media (max-width: 1200px) {
            .sw-use-grid { grid-template-columns: repeat(2, 1fr); }
            .sw-process-steps { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 968px) {
            .container,
            .container--hero {
                display: block;
                width: 100%;
            }
            .hero-section {
                padding: 0 0 1.5rem;
                display: flex;
                flex-direction: column;
                grid-template-columns: none;
                grid-template-areas: none;
                width: 100%;
            }
            .hero-intro {
                padding: var(--cw-shell-pad-y, clamp(0.4rem, 2vw, 2%)) 0 0.25rem;
                text-align: center;
                max-width: none;
                margin-inline: auto;
            }
            .visual-section {
                min-height: auto;
                padding: 0.5rem clamp(0.75rem, 4vw, 1.25rem) 1.25rem;
                margin-top: 0.75rem;
                order: unset;
                width: 100%;
            }
            .features { padding: 0; margin: 0.85rem auto 0.25rem; max-width: 100%; }
            .cta-container { max-width: 100%; margin: 0.85rem auto 0.5rem; }
            .hero-title { font-size: 2.8rem; text-align: center; }
            .hero-subtitle { max-width: 100%; font-size: 1.05rem; text-align: center; }
            .hero-intro .badge,
            .badge { margin-left: auto; margin-right: auto; }
            .web-sim-section { max-width: 100%; margin-bottom: 2rem; }
            .web-device-sim__stage {
                grid-template-columns: 1fr 1fr;
                gap: 1.25rem;
                align-items: stretch;
            }
            .web-mock--mobile { grid-column: 1 / -1; max-width: 200px; margin: 0 auto; width: 100%; }
            .sw-signals-list { grid-template-columns: 1fr; }
            .sw-compare-grid { grid-template-columns: 1fr; }
            .web-scope-split { grid-template-columns: 1fr; }
            .web-legal-note { padding: 1.15rem 1.05rem; }
            .web-banner__diagram { max-width: none; width: 100%; }
            .web-banner__row {
                display: flex;
                flex-direction: column;
                gap: 0.85rem;
            }
            .web-banner__panel--type,
            .web-banner__panel--conv,
            .web-banner__panel--stack {
                grid-area: auto;
            }
            .web-banner__cards--2 { grid-template-columns: 1fr 1fr; }
            .web-banner__stack-opts { grid-template-columns: 1fr 1fr; }
        }

        @media (max-width: 768px) {
            .sw-use-grid { grid-template-columns: 1fr; }
            .web-device-sim {
                width: 100%;
                max-width: 100%;
                margin-inline: auto;
            }
            .web-device-sim__stage {
                grid-template-columns: 1fr;
                gap: 1.5rem;
                max-width: 100%;
                width: 100%;
                margin: 0 auto;
            }
            .web-mock--mobile { max-width: 180px; }
            .web-mock--desktop .web-scroll-vp { height: 260px; }
            .features { grid-template-columns: 1fr; }
            .accordion-content { padding: 0 1.25rem; }
            .accordion-content.active { padding: 0.5rem 1.25rem 1.25rem; }
            .cta-button { min-height: 44px; }
        }

        @media (max-width: 480px) {
            body { padding-top: 5rem; }
            .container--hero { padding: 0 1rem; }
            .hero-section { padding: 0 0 1rem; }
            .hero-title { font-size: 2.2rem; }
            .hero-subtitle { font-size: 1rem; margin-bottom: 2rem; }
            .cta-container { max-width: 100%; }
            .cta-button { width: 100%; justify-content: center; white-space: normal; text-align: center; }
            .sw-process-steps { grid-template-columns: 1fr; }
            .full-width-section { padding: 2rem 1rem; }
            .faq-section h2 { font-size: 1.9rem; }
            .sw-section-title { font-size: 2rem; }
            .personal-consult-module { padding: 2rem 1.25rem; }
        }

        /* --- MODAL DEMO INTERACTIVO --- */
        body.web-demo-modal-open { overflow: hidden; }

        .web-demo-open-btn {
            cursor: pointer;
            border: 1px solid rgba(0, 243, 255, 0.35);
            font-family: inherit;
        }

        .web-demo-modal {
            position: fixed;
            inset: 0;
            z-index: 12000;
            display: flex;
            align-items: stretch;
            justify-content: center;
            padding: 0;
        }

        .web-demo-modal[hidden] { display: none; }

        .web-demo-modal__backdrop {
            position: absolute;
            inset: 0;
            background: rgba(5, 5, 12, 0.82);
            backdrop-filter: blur(8px);
        }

        .web-demo-modal__panel {
            position: relative;
            z-index: 1;
            width: min(var(--cw-shell-wide, 1540px), 100%);
            max-height: 100vh;
            display: flex;
            flex-direction: column;
            background: linear-gradient(165deg, #14141f 0%, #0a0a12 100%);
            border: none;
            border-radius: 0;
            box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
            overflow: hidden;
            animation: webDemoModalIn 0.35s ease;
            margin: 0 auto;
        }

        @keyframes webDemoModalIn {
            from { opacity: 0; transform: translateY(16px) scale(0.98); }
            to { opacity: 1; transform: translateY(0) scale(1); }
        }

        .web-demo-modal__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding: 1rem 1.25rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .web-demo-modal__head-info {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .web-demo-modal__icon {
            width: 2.35rem;
            height: 2.35rem;
            border-radius: 10px;
            background: #111827;
            border: 2px solid rgba(0, 243, 255, 0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: -0.05em;
            line-height: 1;
            flex-shrink: 0;
        }

        .web-demo-modal__head-actions {
            display: flex;
            align-items: center;
            gap: 0.45rem;
            flex-shrink: 0;
        }

        .web-demo-modal__tab-link {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.42rem 0.75rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.04);
            color: #cbd5e1;
            font-size: 0.68rem;
            font-weight: 700;
            text-decoration: none;
            transition: border-color 0.2s ease, color 0.2s ease;
        }

        .web-demo-modal__tab-link:hover {
            border-color: rgba(0, 243, 255, 0.45);
            color: #fff;
        }

        .web-demo-modal__head h2 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0.15rem;
        }

        .web-demo-modal__head p {
            font-size: 0.82rem;
            color: rgba(255, 255, 255, 0.55);
        }

        .web-demo-modal__head p strong { color: var(--neon-blue); }

        .web-demo-modal__close {
            width: 2.25rem;
            height: 2.25rem;
            border: none;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.08);
            color: #fff;
            cursor: pointer;
            transition: background 0.2s ease;
        }

        .web-demo-modal__close:hover { background: rgba(255, 255, 255, 0.15); }

        .web-demo-modal__notice {
            margin: 0;
            padding: 0.65rem 1.25rem;
            font-size: 0.78rem;
            color: rgba(255, 255, 255, 0.6);
            background: rgba(0, 243, 255, 0.06);
            border-bottom: 1px solid rgba(0, 243, 255, 0.12);
        }

        .web-demo-modal__notice i { color: var(--neon-blue); margin-right: 0.35rem; }

        .web-demo-modal__frame {
            flex: 1;
            min-height: 0;
            margin: 0 0.85rem 0.85rem;
            display: flex;
            flex-direction: column;
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: #0a0a10;
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
        }

        .web-demo-modal__frame[data-device="desktop"] { max-width: 100%; }
        .web-demo-modal__frame[data-device="tablet"] { max-width: 680px; margin-left: auto; margin-right: auto; width: 100%; border-radius: 16px; }
        .web-demo-modal__frame[data-device="mobile"] { max-width: 380px; margin-left: auto; margin-right: auto; width: 100%; border-radius: 24px; padding: 0.45rem; background: #0a0a10; }

        .web-demo-modal__chrome {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.5rem 0.75rem;
            background: #1e1e28;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .web-demo-modal__dot { width: 8px; height: 8px; border-radius: 50%; }
        .web-demo-modal__dot--r { background: #ff5f57; }
        .web-demo-modal__dot--y { background: #febc2e; }
        .web-demo-modal__dot--g { background: #28c840; }

        .web-demo-modal__url {
            flex: 1;
            text-align: center;
            font-size: 0.72rem;
            color: rgba(255, 255, 255, 0.45);
            font-family: ui-monospace, monospace;
            margin-right: 2rem;
        }

        .web-demo-modal__bezel {
            height: 14px;
            background: #0a0a10;
            position: relative;
        }

        .web-demo-modal__bezel::after {
            content: '';
            position: absolute;
            top: 4px;
            left: 50%;
            transform: translateX(-50%);
            width: 28%;
            height: 6px;
            background: #0a0a10;
            border-radius: 0 0 8px 8px;
        }

        .web-demo-modal__viewport {
            flex: 1;
            overflow-y: auto;
            overflow-x: hidden;
            background: #f4f6fb;
            min-height: 360px;
            max-height: none;
        }

        .web-demo-modal__frame[data-device="mobile"] .web-demo-modal__viewport {
            border-radius: 16px;
            min-height: 420px;
            max-height: none;
        }

        /* Sitio genérico (gweb) — demo completo */
        .gweb {
            font-family: 'Inter', 'Segoe UI', sans-serif;
            color: #0f172a;
            background: #f8fafc;
            min-height: 100%;
            --gweb-accent: #00d4ff;
            --gweb-accent2: #6366f1;
        }

        .gweb-topbar {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.5rem;
            padding: 0.4rem 1rem;
            font-size: 0.72rem;
            font-weight: 600;
            color: var(--gweb-accent2);
            background: linear-gradient(90deg, rgba(0, 212, 255, 0.08), rgba(99, 102, 241, 0.08));
            border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-topbar i { margin-right: 0.25rem; font-size: 0.68rem; }

        .gweb-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.5rem;
            padding: 0.65rem 1rem;
            background: rgba(255, 255, 255, 0.97);
            backdrop-filter: blur(8px);
            border-bottom: 1px solid rgba(15, 23, 42, 0.08);
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .gweb-nav__brand {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 800;
            font-size: 0.92rem;
            color: #0f172a;
            flex-shrink: 0;
        }

        .gweb-nav__logo {
            width: 2rem;
            height: 2rem;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
        }

        .gweb-nav__links { display: flex; gap: 0.15rem; flex-wrap: wrap; }

        .gweb-nav__link {
            border: 1px solid rgba(148, 163, 184, 0.25);
            background: transparent;
            font-family: inherit;
            font-size: 0.8rem;
            font-weight: 600;
            color: #64748b;
            padding: 0.38rem 0.6rem;
            border-radius: 999px;
            cursor: pointer;
            transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
        }

        .gweb-nav__link.is-active,
        .gweb-nav__link:hover {
            color: var(--gweb-accent2);
            background: rgba(99, 102, 241, 0.1);
            border-color: color-mix(in srgb, var(--gweb-accent) 42%, rgba(148, 163, 184, 0.25));
        }

        .gweb-nav__cta {
            border: none;
            font-family: inherit;
            font-size: 0.78rem;
            font-weight: 700;
            padding: 0.4rem 0.85rem;
            border-radius: 999px;
            color: #fff;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            cursor: pointer;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .gweb-nav__burger {
            display: none;
            border: none;
            width: 2.25rem;
            height: 2.25rem;
            border-radius: 8px;
            background: #f1f5f9;
            color: #64748b;
            cursor: pointer;
        }

        .gweb-nav__burger.is-open {
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            color: #fff;
        }

        .gweb-mmenu {
            display: none;
            flex-direction: column;
            gap: 0.2rem;
            padding: 0.5rem 1rem 0.75rem;
            background: #fff;
            border-bottom: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
        }

        .gweb-mmenu.is-open {
            display: flex;
            position: sticky;
            top: 0;
            z-index: 9;
        }

        .gweb-mmenu__link {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            border: none;
            background: transparent;
            font-family: inherit;
            font-size: 0.88rem;
            font-weight: 600;
            color: #64748b;
            padding: 0.55rem 0.65rem;
            border-radius: 8px;
            cursor: pointer;
            text-align: left;
        }

        .gweb-mmenu__link.is-active { background: rgba(99, 102, 241, 0.1); color: var(--gweb-accent2); }
        .gweb-mmenu__link i { width: 1rem; color: var(--gweb-accent); }

        .gweb-main { min-height: 240px; }

        .gweb-page { display: none; }
        .gweb-page.is-active { display: block; animation: gwebPageIn 0.3s ease; }

        @keyframes gwebPageIn {
            from { opacity: 0; transform: translateY(8px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .gweb-hero {
            padding: 1.5rem 1rem;
            background: linear-gradient(165deg, #fff 0%, #eef2ff 55%, rgba(0, 212, 255, 0.06) 100%);
        }

        .gweb-hero--split {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 1.25rem;
            align-items: center;
        }

        .gweb-hero__badge {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.65rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            padding: 0.28rem 0.6rem;
            border-radius: 999px;
            background: #fff;
            color: var(--gweb-accent2);
            border: 1px solid rgba(99, 102, 241, 0.2);
            margin-bottom: 0.65rem;
            box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
        }

        .gweb-hero__badge i { color: #fbbf24; }

        .gweb-hero h1 {
            font-size: clamp(1.25rem, 2.8vw, 1.85rem);
            font-weight: 900;
            line-height: 1.12;
            margin-bottom: 0.6rem;
            color: #0f172a;
            letter-spacing: -0.02em;
        }

        .gweb-hero p {
            font-size: 0.88rem;
            color: #64748b;
            line-height: 1.55;
            margin-bottom: 0.85rem;
        }

        .gweb-hero__actions { display: flex; flex-wrap: wrap; gap: 0.45rem; }

        .gweb-mock {
            position: relative;
            background: #fff;
            border-radius: 14px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
            overflow: hidden;
        }

        .gweb-mock__head {
            display: flex;
            gap: 0.3rem;
            padding: 0.45rem 0.6rem;
            background: #f1f5f9;
            border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-mock__head span {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #cbd5e1;
        }

        .gweb-mock__head span:nth-child(1) { background: #ff5f57; }
        .gweb-mock__head span:nth-child(2) { background: #febc2e; }
        .gweb-mock__head span:nth-child(3) { background: #28c840; }

        .gweb-mock__chart {
            display: flex;
            align-items: flex-end;
            gap: 0.35rem;
            height: 5rem;
            padding: 1rem 0.85rem;
        }

        .gweb-mock__chart span {
            flex: 1;
            border-radius: 4px 4px 0 0;
            background: linear-gradient(180deg, var(--gweb-accent), var(--gweb-accent2));
        }

        .gweb-mock__pill {
            position: absolute;
            top: 2.5rem;
            right: -0.25rem;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            padding: 0.3rem 0.55rem;
            border-radius: 999px;
            font-size: 0.68rem;
            font-weight: 700;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
            color: #059669;
        }

        .gweb-trust {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem;
            padding: 0.75rem 1rem;
            background: #fff;
            border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-trust > span {
            font-size: 0.68rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #94a3b8;
        }

        .gweb-trust div { display: flex; flex-wrap: wrap; gap: 0.65rem; }
        .gweb-trust em { font-style: normal; font-size: 0.78rem; font-weight: 800; color: #cbd5e1; letter-spacing: 0.04em; }

        .gweb-btn {
            border: none;
            font-family: inherit;
            font-weight: 700;
            font-size: 0.82rem;
            padding: 0.5rem 0.95rem;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
        }

        .gweb-btn--primary {
            color: #fff;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
        }

        .gweb-btn--primary:hover { transform: translateY(-2px); }

        .gweb-btn--ghost {
            color: #475569;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.1);
        }

        .gweb-btn--light { background: #fff; color: var(--gweb-accent2); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12); }
        .gweb-btn--sm { font-size: 0.75rem; padding: 0.4rem 0.75rem; }
        .gweb-btn--full { width: 100%; justify-content: center; }

        .gweb-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.6rem;
            padding: 1rem;
            background: #fff;
        }

        .gweb-stats--icons { grid-template-columns: repeat(4, 1fr); }
        .gweb-stats--row { grid-template-columns: repeat(3, 1fr); background: #f8fafc; border-top: 1px solid rgba(15, 23, 42, 0.06); }

        .gweb-stats div {
            text-align: center;
            padding: 0.75rem 0.5rem;
            border-radius: 12px;
            background: #f8fafc;
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-stats--icons i {
            display: block;
            font-size: 0.9rem;
            color: var(--gweb-accent);
            margin-bottom: 0.35rem;
        }

        .gweb-stats strong {
            display: block;
            font-size: 1.1rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 0.15rem;
        }

        .gweb-stats span { font-size: 0.68rem; color: #94a3b8; font-weight: 600; line-height: 1.3; }

        .gweb-block {
            padding: 1.25rem 1rem;
            background: #fff;
        }

        .gweb-block--alt { background: #f8fafc; }

        .gweb-block h2 {
            font-size: clamp(1.05rem, 2vw, 1.35rem);
            font-weight: 900;
            margin-bottom: 0.35rem;
            letter-spacing: -0.02em;
        }

        .gweb-lead {
            font-size: 0.85rem;
            color: #64748b;
            margin-bottom: 1rem;
            line-height: 1.5;
        }

        .gweb-eyebrow {
            display: block;
            font-size: 0.65rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--gweb-accent);
            margin-bottom: 0.3rem;
        }

        .gweb-eyebrow--light { color: rgba(255, 255, 255, 0.75); }

        .gweb-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
            gap: 0.65rem;
        }

        .gweb-cards--4 { grid-template-columns: repeat(4, 1fr); }

        .gweb-cards article {
            padding: 1rem 0.85rem;
            border-radius: 12px;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.06);
            box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
            position: relative;
            overflow: hidden;
        }

        .gweb-cards article::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--gweb-accent), var(--gweb-accent2));
        }

        .gweb-cards__icon {
            width: 2rem;
            height: 2rem;
            border-radius: 10px;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            margin-bottom: 0.55rem;
        }

        .gweb-cards h3 { font-size: 0.88rem; font-weight: 800; margin-bottom: 0.3rem; }
        .gweb-cards p { font-size: 0.75rem; color: #64748b; line-height: 1.4; margin-bottom: 0.55rem; }

        .gweb-cards article button {
            border: none;
            background: none;
            font-family: inherit;
            font-size: 0.72rem;
            font-weight: 700;
            color: var(--gweb-accent2);
            cursor: pointer;
            padding: 0;
        }

        .gweb-band {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 1rem;
            padding: 1.25rem 1rem;
            background: linear-gradient(135deg, #0f172a, #1e293b 60%, #312e81);
            color: #fff;
            align-items: center;
        }

        .gweb-band h2 { font-size: 1.1rem; font-weight: 900; margin-bottom: 0.55rem; }

        .gweb-band ul { list-style: none; padding: 0; margin: 0; }
        .gweb-band li {
            font-size: 0.8rem;
            color: #cbd5e1;
            margin-bottom: 0.35rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }

        .gweb-band li i { color: var(--gweb-accent); }

        .gweb-rings { display: flex; gap: 0.65rem; justify-content: center; }

        .gweb-ring {
            width: 4.5rem;
            height: 4.5rem;
            border-radius: 50%;
            border: 3px solid rgba(0, 212, 255, 0.45);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.06);
        }

        .gweb-ring strong { font-size: 1rem; line-height: 1; }
        .gweb-ring span { font-size: 0.62rem; color: #94a3b8; margin-top: 0.15rem; }

        .gweb-about {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            align-items: center;
            padding: 1rem;
        }

        .gweb-about--teaser { padding: 0; }

        .gweb-about__img {
            aspect-ratio: 4/3;
            border-radius: 14px;
            background: linear-gradient(135deg, #64748b, var(--gweb-accent2));
            box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
        }

        .gweb-about__img--lg { min-height: 10rem; }

        .gweb-about__text h2 { font-size: 1rem; font-weight: 900; margin-bottom: 0.45rem; }
        .gweb-about__text h3 { font-size: 0.88rem; font-weight: 800; margin: 0.65rem 0 0.35rem; }
        .gweb-about__text p { font-size: 0.82rem; color: #64748b; line-height: 1.55; margin-bottom: 0.5rem; }

        .gweb-link {
            border: none;
            background: none;
            font-family: inherit;
            font-size: 0.82rem;
            font-weight: 700;
            color: var(--gweb-accent2);
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0;
        }

        .gweb-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0.5rem;
            padding: 1rem;
            background: #fff;
            border-top: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-steps--5 { grid-template-columns: repeat(5, 1fr); }

        .gweb-step {
            text-align: center;
            padding: 0.75rem 0.4rem;
            border-radius: 12px;
            background: #f8fafc;
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-step span {
            display: inline-flex;
            width: 1.5rem;
            height: 1.5rem;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 0.72rem;
            font-weight: 800;
            color: #fff;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            margin-bottom: 0.35rem;
        }

        .gweb-step strong { display: block; font-size: 0.78rem; margin-bottom: 0.1rem; }
        .gweb-step small { font-size: 0.65rem; color: #94a3b8; }

        .gweb-testimonials {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0.65rem;
        }

        .gweb-testimonials blockquote {
            margin: 0;
            padding: 1rem;
            border-radius: 12px;
            background: #f8fafc;
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-testimonials__head {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.55rem;
        }

        .gweb-avatar {
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            color: #fff;
            font-size: 0.68rem;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .gweb-testimonials strong { display: block; font-size: 0.82rem; }
        .gweb-stars { font-size: 0.68rem; color: #fbbf24; letter-spacing: 0.05em; }
        .gweb-testimonials p { font-size: 0.78rem; color: #475569; line-height: 1.45; font-style: italic; }

        .gweb-faq { padding: 1.25rem 1rem; background: #fff; }
        .gweb-faq h2 { font-size: 1.1rem; font-weight: 900; margin-bottom: 0.75rem; }
        .gweb-faq--compact { padding: 0; background: transparent; }

        .gweb-faq details {
            border-radius: 10px;
            background: #f8fafc;
            border: 1px solid rgba(15, 23, 42, 0.06);
            margin-bottom: 0.4rem;
            overflow: hidden;
        }

        .gweb-faq summary {
            font-size: 0.82rem;
            font-weight: 700;
            padding: 0.65rem 0.85rem;
            cursor: pointer;
            list-style: none;
        }

        .gweb-faq summary::-webkit-details-marker { display: none; }
        .gweb-faq p { font-size: 0.78rem; color: #64748b; line-height: 1.45; padding: 0 0.85rem 0.65rem; margin: 0; }

        .gweb-cta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.65rem;
            padding: 1.25rem 1rem;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            color: #fff;
        }

        .gweb-cta strong { font-size: 0.95rem; width: 100%; }
        .gweb-cta > span { flex: 1; font-size: 0.8rem; opacity: 0.9; min-width: 10rem; }

        .gweb-phead {
            padding: 1.35rem 1rem 1.1rem;
            background: #fff;
            border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-phead--hero {
            background: linear-gradient(180deg, #fff, #f8fafc);
        }

        .gweb-phead h1 {
            font-size: clamp(1.15rem, 2.5vw, 1.55rem);
            font-weight: 900;
            margin-bottom: 0.4rem;
            letter-spacing: -0.02em;
        }

        .gweb-phead p { font-size: 0.85rem; color: #64748b; line-height: 1.5; }

        .gweb-values {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.6rem;
            padding: 1rem;
        }

        .gweb-values--4 { grid-template-columns: repeat(4, 1fr); }

        .gweb-values div {
            padding: 0.85rem;
            border-radius: 12px;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.06);
            text-align: center;
        }

        .gweb-values--4 i {
            display: block;
            font-size: 1rem;
            color: var(--gweb-accent);
            margin-bottom: 0.35rem;
        }

        .gweb-values strong { display: block; font-size: 0.85rem; margin-bottom: 0.15rem; }
        .gweb-values span { font-size: 0.72rem; color: #64748b; }

        .gweb-timeline {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0.5rem;
        }

        .gweb-timeline div {
            padding: 0.75rem;
            border-radius: 10px;
            background: #f8fafc;
            border-left: 3px solid var(--gweb-accent2);
        }

        .gweb-timeline strong { display: block; font-size: 0.88rem; color: var(--gweb-accent2); margin-bottom: 0.2rem; }
        .gweb-timeline p { font-size: 0.72rem; color: #64748b; margin: 0; line-height: 1.4; }

        .gweb-team {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0.6rem;
        }

        .gweb-team div {
            text-align: center;
            padding: 1rem 0.5rem;
            border-radius: 12px;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-team .gweb-avatar { margin: 0 auto 0.45rem; }
        .gweb-team strong { display: block; font-size: 0.82rem; }
        .gweb-team small { font-size: 0.68rem; color: #94a3b8; }

        .gweb-certs {
            padding: 1rem;
            background: #fff;
            text-align: center;
            border-top: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-certs > span {
            display: block;
            font-size: 0.68rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #94a3b8;
            margin-bottom: 0.55rem;
        }

        .gweb-certs div { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
        .gweb-certs em { font-style: normal; font-size: 0.72rem; font-weight: 700; padding: 0.3rem 0.65rem; border-radius: 999px; background: #f1f5f9; color: #64748b; }

        .gweb-svlist {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            gap: 0.65rem;
        }

        .gweb-svitem {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 0.85rem;
            padding: 1rem;
            border-radius: 14px;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.06);
            box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
        }

        .gweb-svitem__num {
            font-size: 1.25rem;
            font-weight: 900;
            color: #e2e8f0;
            line-height: 1;
        }

        .gweb-svitem h3 { font-size: 0.95rem; font-weight: 800; margin-bottom: 0.25rem; }
        .gweb-svitem p { font-size: 0.8rem; color: #64748b; line-height: 1.45; margin-bottom: 0.45rem; }

        .gweb-svitem ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
        }

        .gweb-svitem li {
            font-size: 0.68rem;
            font-weight: 600;
            color: var(--gweb-accent2);
            padding: 0.2rem 0.45rem;
            border-radius: 999px;
            background: rgba(99, 102, 241, 0.08);
        }

        .gweb-plans {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.65rem;
        }

        .gweb-plan {
            position: relative;
            padding: 1.1rem 0.85rem;
            border-radius: 14px;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.08);
            text-align: center;
        }

        .gweb-plan--featured {
            border-color: var(--gweb-accent2);
            box-shadow: 0 8px 28px rgba(99, 102, 241, 0.15);
            transform: scale(1.02);
        }

        .gweb-plan--featured > span {
            position: absolute;
            top: -0.5rem;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.62rem;
            font-weight: 800;
            text-transform: uppercase;
            padding: 0.2rem 0.55rem;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--gweb-accent), var(--gweb-accent2));
            color: #fff;
        }

        .gweb-plan h3 { font-size: 0.95rem; font-weight: 900; margin-bottom: 0.25rem; }
        .gweb-plan > p { font-size: 0.75rem; color: #64748b; margin-bottom: 0.65rem; }

        .gweb-plan ul {
            list-style: none;
            padding: 0;
            margin: 0 0 0.75rem;
            text-align: left;
        }

        .gweb-plan li {
            font-size: 0.72rem;
            color: #475569;
            padding: 0.25rem 0;
            border-bottom: 1px solid rgba(15, 23, 42, 0.05);
        }

        .gweb-plan li::before { content: '✓ '; color: var(--gweb-accent); font-weight: 700; }

        .gweb-plan button {
            border: 1px solid rgba(15, 23, 42, 0.12);
            background: #fff;
            font-family: inherit;
            font-size: 0.78rem;
            font-weight: 700;
            padding: 0.45rem 0.85rem;
            border-radius: 8px;
            cursor: pointer;
            width: 100%;
        }

        .gweb-contact-wrap {
            display: grid;
            grid-template-columns: 1.15fr 0.85fr;
            gap: 1rem;
            padding: 1rem;
        }

        .gweb-form {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.65rem;
            padding: 1rem;
            background: #fff;
            border-radius: 14px;
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-form h2 {
            grid-column: 1 / -1;
            font-size: 1rem;
            font-weight: 900;
            margin-bottom: 0.25rem;
        }

        .gweb-form label {
            display: flex;
            flex-direction: column;
            gap: 0.28rem;
        }

        .gweb-form label span {
            font-size: 0.68rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: #64748b;
        }

        .gweb-form input,
        .gweb-form textarea,
        .gweb-form select {
            border: 1px solid rgba(15, 23, 42, 0.12);
            border-radius: 10px;
            padding: 0.5rem 0.65rem;
            font-family: inherit;
            font-size: 0.85rem;
            background: #f8fafc;
        }

        .gweb-form input:focus,
        .gweb-form textarea:focus,
        .gweb-form select:focus {
            outline: none;
            border-color: var(--gweb-accent2);
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
            background: #fff;
        }

        .gweb-form__full { grid-column: 1 / -1; }

        .gweb-form__check {
            flex-direction: row !important;
            align-items: center;
            gap: 0.45rem !important;
            font-size: 0.75rem;
            color: #64748b;
        }

        .gweb-form__check span { text-transform: none !important; font-weight: 500 !important; }

        .gweb-form__ok {
            margin: 0 1rem 1rem;
            padding: 0.75rem 1rem;
            border-radius: 12px;
            background: rgba(0, 255, 157, 0.12);
            border: 1px solid rgba(0, 255, 157, 0.35);
            color: #059669;
            font-size: 0.82rem;
            font-weight: 600;
        }

        .gweb-form__ok.is-hidden { display: none; }

        .gweb-contact-aside {
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
        }

        .gweb-contact-card {
            padding: 0.75rem 0.85rem;
            border-radius: 12px;
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.06);
        }

        .gweb-contact-card i { color: var(--gweb-accent); margin-bottom: 0.25rem; }
        .gweb-contact-card strong { display: block; font-size: 0.82rem; margin-bottom: 0.15rem; }
        .gweb-contact-card span { font-size: 0.75rem; color: #64748b; line-height: 1.45; }

        .gweb-wa-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            padding: 0.65rem;
            border-radius: 10px;
            background: #25d366;
            color: #fff;
            font-size: 0.82rem;
            font-weight: 700;
            text-decoration: none;
        }

        .gweb-map {
            flex: 1;
            min-height: 5rem;
            border-radius: 12px;
            background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
            border: 1px solid rgba(15, 23, 42, 0.08);
            position: relative;
        }

        .gweb-map::after {
            content: '';
            position: absolute;
            top: 42%;
            left: 50%;
            width: 12px;
            height: 12px;
            margin: -6px 0 0 -6px;
            background: var(--gweb-accent2);
            border-radius: 50% 50% 50% 0;
            transform: rotate(-45deg);
        }

        .gweb-prefooter {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.65rem;
            padding: 1rem;
            background: linear-gradient(135deg, #0f172a, #1e293b);
            color: #fff;
        }

        .gweb-prefooter strong { display: block; font-size: 0.88rem; }
        .gweb-prefooter > div span { font-size: 0.75rem; color: #94a3b8; }

        .gweb-footer {
            background: linear-gradient(180deg, #131c31 0%, #0f172a 52%, #0b1220 100%);
            color: #94a3b8;
            padding: 0;
            border-top: none;
        }

        .gweb-footer::before {
            content: '';
            display: block;
            height: 2px;
            background: linear-gradient(90deg, var(--gweb-accent), var(--gweb-accent2));
        }

        .gweb-footer__grid {
            display: grid;
            grid-template-columns: 1.3fr repeat(3, 1fr);
            gap: 1rem;
            padding: 1.35rem 1rem 1rem;
        }

        .gweb-footer__grid > div:not(.gweb-footer__brand) {
            padding-left: 0.85rem;
            border-left: 1px solid rgba(255, 255, 255, 0.07);
        }

        .gweb-footer__brand {
            display: flex;
            gap: 0.55rem;
            align-items: flex-start;
            padding-left: 0;
            border-left: none;
        }

        .gweb-footer__logo {
            width: 2.35rem;
            height: 2.35rem;
            border-radius: 10px;
            background: #111827;
            border: 2px solid rgba(0, 243, 255, 0.45);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: -0.05em;
            line-height: 1;
            flex-shrink: 0;
        }

        .gweb-footer__brand p { font-size: 0.75rem; line-height: 1.45; margin-top: 0.25rem; }

        .gweb-footer__grid strong {
            display: block;
            color: #e2e8f0;
            font-size: 0.78rem;
            margin-bottom: 0.55rem;
            padding-bottom: 0.35rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .gweb-footer__grid span,
        .gweb-footer__grid p {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.75rem;
            margin-bottom: 0.32rem;
        }

        .gweb-footer__grid i { color: var(--gweb-accent); width: 0.85rem; }

        .gweb-footer__grid button {
            display: block;
            width: 100%;
            border: 1px solid transparent;
            background: none;
            font-family: inherit;
            font-size: 0.75rem;
            color: #94a3b8;
            padding: 0.22rem 0.35rem;
            margin-bottom: 0.22rem;
            border-radius: 6px;
            cursor: pointer;
            text-align: left;
            transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
        }

        .gweb-footer__grid button:hover {
            color: #e2e8f0;
            border-color: rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.03);
        }

        .gweb-footer__social {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.45rem;
            padding: 0.55rem 1rem;
            background: rgba(0, 0, 0, 0.16);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        }

        .gweb-footer__social span {
            width: 1.75rem;
            height: 1.75rem;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            color: #cbd5e1;
        }

        .gweb-footer__trust {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.45rem 0.65rem;
            padding: 0.55rem 1rem;
            background: rgba(0, 0, 0, 0.14);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .gweb-footer__trust span {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.68rem;
            font-weight: 600;
            color: #94a3b8;
            padding: 0.28rem 0.55rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .gweb-footer__trust i {
            color: var(--gweb-accent);
            font-size: 0.62rem;
        }

        .gweb-footer__bottom {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 0.5rem;
            padding: 0.72rem 1rem 0.85rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(0, 0, 0, 0.12);
            font-size: 0.68rem;
            color: #64748b;
        }

        .gweb-footer__bottom > span:last-child {
            padding: 0.18rem 0.45rem;
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.02);
        }

        @media (max-width: 639px) {
            .web-sim-actions { flex-direction: column; width: 100%; }
            .web-sim-expand-btn,
            .web-sim-standalone-link { width: 100%; justify-content: center; }
            .web-demo-standalone-section__hint { text-align: left; width: 100%; }
            .web-demo-modal__tab-link span { display: none; }

            .web-demo-modal { padding: 0; align-items: stretch; }
            .web-demo-modal__panel {
                width: 100%;
                max-height: 100vh;
                max-height: 100dvh;
                border-radius: 0;
                height: 100%;
            }
            .web-demo-modal__frame {
                margin: 0;
                flex: 1;
                min-height: 0;
            }
            .web-demo-modal__frame[data-device="mobile"] {
                max-width: 100%;
                padding: 0;
                border-radius: 0;
                background: transparent;
            }
            .web-demo-modal__frame[data-device="mobile"] .web-demo-modal__viewport {
                border-radius: 0;
                min-height: 0;
            }
            .web-demo-modal__viewport { max-height: none; flex: 1; min-height: 0; }
            .web-demo-modal__head { padding: 0.65rem 0.75rem; }
            .web-demo-frame--standalone[data-device="mobile"] {
                padding: 0;
                border-radius: 0;
            }
            .gweb-hero--split { grid-template-columns: 1fr; }
            .gweb-hero__visual { order: 2; max-width: 100%; margin: 0 auto; width: 100%; }
            .gweb-about { grid-template-columns: 1fr; }
            .gweb-values,
            .gweb-values--4 { grid-template-columns: 1fr 1fr; }
            .gweb-form { grid-template-columns: 1fr; }
            .gweb-stats,
            .gweb-stats--icons { grid-template-columns: 1fr 1fr; }
            .gweb-stats--row { grid-template-columns: 1fr; }
            .gweb-cards--4 { grid-template-columns: 1fr; }
            .gweb-band { grid-template-columns: 1fr; }
            .gweb-testimonials { grid-template-columns: 1fr; }
            .gweb-steps,
            .gweb-steps--5 { grid-template-columns: 1fr 1fr; }
            .gweb-timeline { grid-template-columns: 1fr 1fr; }
            .gweb-team { grid-template-columns: 1fr 1fr; }
            .gweb-plans { grid-template-columns: 1fr; }
            .gweb-plan--featured { transform: none; }
            .gweb-contact-wrap { grid-template-columns: 1fr; }
            .gweb-footer__grid { grid-template-columns: 1fr 1fr; }
            .gweb-footer__bottom { flex-direction: column; }
        }

        .web-demo-modal__frame[data-device="desktop"] .gweb-nav__links { display: flex; }
        .web-demo-modal__frame[data-device="desktop"] .gweb-nav__cta { display: inline-flex; }
        .web-demo-modal__frame[data-device="desktop"] .gweb-nav__burger { display: none; }
        .web-demo-modal__frame[data-device="desktop"] .gweb-mmenu { display: none !important; }

        .web-demo-modal__frame[data-device="tablet"] .gweb-nav__links,
        .web-demo-modal__frame[data-device="mobile"] .gweb-nav__links,
        .web-demo-modal__frame[data-device="tablet"] .gweb-nav__cta,
        .web-demo-modal__frame[data-device="mobile"] .gweb-nav__cta { display: none; }

        .web-demo-modal__frame[data-device="tablet"] .gweb-nav__burger,
        .web-demo-modal__frame[data-device="mobile"] .gweb-nav__burger {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .web-demo-modal__frame[data-device="tablet"] .gweb-cards--4 { grid-template-columns: repeat(2, 1fr); }
        .web-demo-modal__frame[data-device="tablet"] .gweb-footer__grid { grid-template-columns: repeat(2, 1fr); }
        .web-demo-modal__frame[data-device="mobile"] .gweb-cards--4 { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-hero--split { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-contact-wrap { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-plans { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-testimonials { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-team { grid-template-columns: 1fr 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-timeline { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-stats--icons { grid-template-columns: 1fr 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__grid { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="tablet"] .gweb-footer__grid > div:not(.gweb-footer__brand),
        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__grid > div:not(.gweb-footer__brand) {
            border-left: none;
            padding-left: 0;
        }
        .web-demo-modal__frame[data-device="mobile"] .gweb-band { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-about { grid-template-columns: 1fr; }
        .web-demo-modal__frame[data-device="mobile"] .gweb-steps,
        .web-demo-modal__frame[data-device="mobile"] .gweb-steps--5 { grid-template-columns: 1fr 1fr; }

        /* ── Demo móvil: banner + footers (modal «Ver demo completa» y simuladores) ── */
        .web-demo-modal__frame[data-device="mobile"] .gweb-topbar {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.25rem 0.45rem;
            padding: 0.38rem 0.65rem;
            font-size: 0.62rem;
            line-height: 1.35;
            text-align: center;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-nav {
            padding: 0.55rem 0.75rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-nav__brand {
            font-size: 0.82rem;
            min-width: 0;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-nav__logo {
            width: 1.65rem;
            height: 1.65rem;
            font-size: 0.72rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero,
        .web-demo-modal__frame[data-device="mobile"] .gweb-phead--hero {
            padding: 1rem 0.85rem 0.9rem;
            overflow: visible;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero--split {
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero__copy {
            order: 1;
            min-width: 0;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero__visual {
            order: 2;
            max-width: 100%;
            width: 100%;
            margin: 0;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero h1,
        .web-demo-modal__frame[data-device="mobile"] .gweb-phead h1 {
            font-size: 1.12rem;
            line-height: 1.22;
            margin-bottom: 0.45rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero p,
        .web-demo-modal__frame[data-device="mobile"] .gweb-phead p {
            font-size: 0.78rem;
            line-height: 1.5;
            margin-bottom: 0.65rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero__badge {
            font-size: 0.58rem;
            padding: 0.24rem 0.5rem;
            margin-bottom: 0.5rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero__actions {
            gap: 0.35rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-hero__actions .gweb-btn {
            flex: 1 1 calc(50% - 0.2rem);
            justify-content: center;
            font-size: 0.72rem;
            padding: 0.45rem 0.65rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-mock {
            border-radius: 12px;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-mock__chart {
            height: 4.25rem;
            padding: 0.75rem 0.65rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-mock__pill {
            top: auto;
            bottom: 0.55rem;
            right: 0.55rem;
        }

        /* Footer demo gweb — layout profesional móvil */
        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__grid {
            grid-template-columns: 1fr 1fr;
            gap: 0.85rem 0.65rem;
            padding: 1.1rem 0.85rem 0.85rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__brand {
            grid-column: 1 / -1;
            flex-direction: row;
            align-items: center;
            gap: 0.65rem;
            padding-bottom: 0.55rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            margin-bottom: 0.15rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__brand p {
            font-size: 0.68rem;
            margin-top: 0.15rem;
            line-height: 1.4;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__grid > div:not(.gweb-footer__brand) {
            border-left: none;
            padding-left: 0;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__grid strong {
            font-size: 0.68rem;
            margin-bottom: 0.4rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__grid button,
        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__grid span {
            font-size: 0.68rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__trust {
            gap: 0.35rem;
            padding: 0.5rem 0.75rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__trust span {
            font-size: 0.62rem;
            padding: 0.22rem 0.45rem;
        }

        .web-demo-modal__frame[data-device="mobile"] .gweb-footer__bottom {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0.35rem;
            padding: 0.65rem 0.85rem 0.75rem;
            font-size: 0.62rem;
        }

        /* Footer demo wsite — mock teléfono / scroll móvil */
        .wsite--mobile .wsite-footer__main {
            grid-template-columns: 1fr 1fr;
            gap: 0.45rem 0.4rem;
            padding: 0.65rem 0.55rem 0.5rem;
        }

        .wsite--mobile .wsite-footer__col--brand {
            grid-column: 1 / -1;
            padding-bottom: 0.35rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            margin-bottom: 0.1rem;
        }

        .wsite--mobile .wsite-footer__brand {
            margin-bottom: 0.25rem;
        }

        .wsite--mobile .wsite-footer__col strong {
            font-size: 0.42rem;
            margin-bottom: 0.28rem;
            padding-bottom: 0.18rem;
        }

        .wsite--mobile .wsite-footer__col button,
        .wsite--mobile .wsite-footer__col span {
            font-size: 0.38rem;
            margin-bottom: 0.16rem;
        }

        .wsite--mobile .wsite-footer__trust {
            justify-content: center;
            padding: 0.32rem 0.45rem;
        }

        .wsite--mobile .wsite-footer__bottom {
            padding: 0.38rem 0.5rem 0.42rem;
        }

        .wsite--mobile .wsite-footer__copy,
        .wsite--mobile .wsite-footer__legal {
            font-size: 0.34rem;
            line-height: 1.35;
        }

        /* Banner wsite en mock móvil */
        .wsite--mobile .wsite-hero {
            padding: 0.65rem 0.5rem 0.55rem;
            overflow: visible;
        }

        .wsite--mobile .wsite-hero__inner {
            gap: 0.45rem;
        }

        .wsite--mobile .wsite-hero__badge {
            font-size: 0.36rem;
            padding: 0.18rem 0.4rem;
            margin-bottom: 0.28rem;
        }

        .wsite--mobile .wsite-hero__title {
            font-size: 0.72rem;
            line-height: 1.15;
            margin-bottom: 0.22rem;
        }

        .wsite--mobile .wsite-hero__tag {
            font-size: 0.44rem;
            line-height: 1.4;
            margin-bottom: 0.28rem;
        }

        .wsite--mobile .wsite-hero__actions {
            gap: 0.28rem;
        }

        .wsite--mobile .wsite-hero__actions .wsite-btn--primary {
            width: 100%;
            justify-content: center;
            font-size: 0.46rem;
            padding: 0.38rem 0.55rem;
        }

        .wsite--mobile .wsite-hero__mobcards {
            margin-top: 0.35rem;
            gap: 0.22rem;
        }

        @media (max-width: 639px) {
            .gweb-hero--split {
                display: flex;
                flex-direction: column;
                gap: 0.85rem;
            }

            .gweb-hero__copy { order: 1; }
            .gweb-hero__visual {
                order: 2;
                max-width: 100%;
                width: 100%;
                margin: 0;
            }

            .gweb-mock__pill {
                top: auto;
                bottom: 0.55rem;
                right: 0.55rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .web-demo-modal__panel { animation: none; }
            .gweb-page.is-active { animation: none; }
        }

        /* --- WEB BANNER (estructura tipo software-cloud-flow) --- */
        .web-banner {
            position: relative;
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            border: none;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            overflow: visible;
        }

        .web-banner__head.shop-demo-section__head {
            position: relative;
            z-index: 4;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            width: 100%;
            margin: 0 0 1rem;
            padding: 1.05rem 1.25rem;
            border-radius: 0;
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.03);
            box-sizing: border-box;
        }

        .web-banner__head .shop-demo-section__hint {
            margin: 0;
            font-size: 0.82rem;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.68);
            text-align: center;
        }

        .web-banner__head .shop-demo-section__hint i {
            color: var(--neon-blue);
            margin-right: 0.35rem;
        }

        .web-banner__head .shop-demo-section__hint strong {
            color: rgba(255, 255, 255, 0.88);
        }

        .web-banner__head .shop-demo-section__actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 0.65rem;
            margin-top: 0;
        }

        .web-banner__head .shop-demo-section__pills {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
        }

        .web-banner__head .shop-demo-section__pills span {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            font-size: 0.68rem;
            font-weight: 700;
            padding: 0.35rem 0.72rem;
            border-radius: 999px;
            border: 1px solid rgba(0, 243, 255, 0.22);
            color: rgba(255, 255, 255, 0.84);
            white-space: nowrap;
            line-height: 1.2;
            background: rgba(0, 243, 255, 0.08);
        }

        .web-banner__head .shop-demo-section__pills span i {
            margin: 0;
            font-size: 0.62rem;
            flex-shrink: 0;
            color: var(--neon-blue);
        }

        .web-banner__head .shop-demo-section__pills span:nth-child(2) {
            background: rgba(185, 103, 255, 0.08);
            border-color: rgba(185, 103, 255, 0.22);
        }

        .web-banner__head .shop-demo-section__pills span:nth-child(2) i {
            color: var(--neon-purple);
        }

        .web-banner__head .shop-demo-section__pills span:nth-child(3) {
            background: rgba(0, 255, 157, 0.08);
            border-color: rgba(0, 255, 157, 0.22);
        }

        .web-banner__head .shop-demo-section__pills span:nth-child(3) i {
            color: var(--matrix-green);
        }

        .web-banner__diagram {
            position: relative;
            width: 100%;
            max-width: none;
            margin: 0;
            padding: 0.35rem 0 0.75rem;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .web-banner__row {
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
            align-items: stretch;
            width: 100%;
        }

        .web-banner__panel {
            overflow: visible;
            padding: 0.95rem 1rem 1rem;
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.03);
            box-shadow: none;
            text-align: left;
        }

        .web-banner__panel--type {
            position: relative;
            padding-top: 2.15rem;
            border-color: rgba(0, 243, 255, 0.22);
            background:
                radial-gradient(120% 80% at 0% 0%, rgba(0, 243, 255, 0.1), transparent 55%),
                rgba(255, 255, 255, 0.03);
        }

        .web-banner__panel--conv {
            border-color: rgba(185, 103, 255, 0.28);
            background:
                radial-gradient(90% 70% at 100% 0%, rgba(185, 103, 255, 0.14), transparent 50%),
                rgba(255, 255, 255, 0.03);
        }

        .web-banner__panel--stack {
            border-color: rgba(0, 255, 157, 0.22);
            background:
                radial-gradient(90% 70% at 0% 100%, rgba(0, 255, 157, 0.1), transparent 50%),
                rgba(255, 255, 255, 0.03);
        }

        .web-banner__panel--stack .web-banner__kicker {
            color: #00ff9d;
        }

        .web-banner__stack-opts {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.5rem;
            width: 100%;
        }

        .web-banner__bridge {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.45rem;
            margin: 0.35rem 0 0.15rem;
            padding: 0.45rem 0;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.48);
        }

        .web-banner__bridge i {
            color: var(--neon-blue);
            font-size: 0.7rem;
        }

        .web-banner__group {
            margin-top: 0.75rem;
        }

        .web-banner__group + .web-banner__group {
            margin-top: 0.85rem;
        }

        .web-banner__group-label {
            display: inline-flex;
            align-items: center;
            margin: 0 0 0.45rem;
            padding: 0.28rem 0.65rem;
            border-radius: 999px;
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .web-banner__group-label--contact {
            color: rgba(37, 211, 102, 0.95);
            background: rgba(37, 211, 102, 0.12);
            border: 1px solid rgba(37, 211, 102, 0.28);
        }

        .web-banner__group-label--vis {
            color: rgba(0, 243, 255, 0.95);
            background: rgba(0, 243, 255, 0.1);
            border: 1px solid rgba(0, 243, 255, 0.28);
        }

        .web-banner__route article {
            position: relative;
            align-items: flex-start;
            min-height: 0;
            padding-top: 0.85rem;
            padding-right: 2.2rem;
            border-color: rgba(185, 103, 255, 0.16);
            background: rgba(12, 10, 18, 0.45);
            transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
        }

        .web-banner__route .web-banner__mark-icon {
            margin-top: 0.05rem;
        }

        .web-banner__route article:hover {
            transform: translateY(-2px);
            border-color: rgba(185, 103, 255, 0.4);
            background: rgba(185, 103, 255, 0.1);
        }

        .web-banner__step {
            position: absolute;
            top: 0.55rem;
            right: 0.65rem;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            color: rgba(216, 180, 254, 0.7);
        }

        .web-banner__route article.is-wa {
            border-color: rgba(37, 211, 102, 0.35);
            background: rgba(37, 211, 102, 0.08);
        }

        .web-banner__route article.is-wa:hover {
            border-color: rgba(37, 211, 102, 0.55);
            background: rgba(37, 211, 102, 0.12);
        }

        .web-banner__route article.is-wa .web-banner__step { color: rgba(37, 211, 102, 0.75); }

        .web-banner__route article.is-crm .web-banner__mark-icon {
            background: rgba(185, 103, 255, 0.16);
            color: #d8b4fe;
        }

        .web-banner__route article.is-seo .web-banner__mark-icon,
        .web-banner__route article.is-gbp .web-banner__mark-icon {
            background: rgba(255, 255, 255, 0.06);
        }

        .web-banner__tagline {
            display: block;
            margin: 0.15rem 0 0.3rem;
            font-size: 0.72rem;
            font-style: normal;
            font-weight: 650;
            letter-spacing: 0.03em;
            color: rgba(0, 255, 157, 0.78);
        }

        .web-banner__stack {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            text-align: left;
            gap: 0.55rem;
            width: 100%;
            padding: 1rem 1.1rem 1.05rem;
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.03);
        }

        .web-banner__stack-opts {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.65rem;
            width: 100%;
            max-width: none;
        }

        .web-banner__stack h2,
        .web-banner__panel h2 {
            margin: 0 0 0.4rem;
            font-family: 'Poiret One', sans-serif;
            font-size: clamp(1.15rem, 2vw, 1.45rem);
            font-weight: 400;
            line-height: 1.25;
            color: #fff;
        }

        .web-banner__lead {
            margin: 0 0 0.75rem;
            font-size: 0.82rem;
            line-height: 1.45;
            color: rgba(255, 255, 255, 0.6);
        }

        .web-banner__stack-item {
            display: flex;
            align-items: flex-start;
            gap: 0.55rem;
            padding: 0.7rem 0.85rem;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            text-align: left;
        }

        .web-banner__stack-item img {
            flex: 0 0 20px;
            width: 20px;
            height: 20px;
            margin-top: 0.15rem;
            object-fit: contain;
        }

        .web-banner__stack-item i {
            flex: 0 0 20px;
            width: 20px;
            margin-top: 0.15rem;
            text-align: center;
            color: #ff9f43;
            font-size: 0.95rem;
        }

        .web-banner__stack-copy {
            display: flex;
            flex-direction: column;
            gap: 0.2rem;
            min-width: 0;
        }

        .web-banner__stack-copy strong {
            display: block;
            color: #fff;
            font-size: 0.88rem;
            line-height: 1.3;
        }

        .web-banner__stack-copy span {
            display: block;
            font-size: 0.76rem;
            line-height: 1.45;
            color: rgba(255, 255, 255, 0.52);
        }

        .web-banner__kicker {
            margin: 0 0 0.35rem;
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #00f3ff;
        }

        .web-banner__panel--conv .web-banner__kicker,
        .web-banner__stack .web-banner__kicker { color: #d8b4fe; }

        .web-banner__stack .web-banner__kicker { color: #00ff9d; }

        .web-banner__cards { display: grid; gap: 0.45rem; }
        .web-banner__cards--2 { grid-template-columns: 1fr 1fr; }
        .web-banner__cards--3 { grid-template-columns: 1fr; }
        .web-banner__cards--4 { grid-template-columns: 1fr 1fr; }

        .web-banner__cards article,
        .web-banner__card-link {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            padding: 0.75rem 0.85rem;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
        }

        .web-banner__card-link:hover {
            background: rgba(0, 243, 255, 0.06);
            border-color: rgba(0, 243, 255, 0.35);
            transform: translateY(-1px);
        }

        .web-banner__card-link:focus-visible {
            outline: 2px solid rgba(0, 243, 255, 0.7);
            outline-offset: 2px;
        }

        .web-banner__pkg-go {
            display: inline !important;
            margin: 0 0 0 0.25rem;
            padding: 0;
            font-size: inherit;
            font-style: normal;
            font-weight: 700;
            letter-spacing: 0.01em;
            text-transform: none;
            white-space: normal;
            color: rgba(0, 243, 255, 0.95);
            vertical-align: baseline;
        }

        .web-banner__pkg-go i {
            display: inline;
            font-size: 0.7em;
            margin-left: 0.12rem;
        }

        .web-banner__copy span .web-banner__pkg-go {
            display: inline !important;
        }

        .web-banner__to-pkg {
            position: absolute;
            top: 0.55rem;
            right: 0.7rem;
            left: auto;
            margin: 0;
            z-index: 2;
            text-align: right;
        }

        .web-banner__to-pkg a {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            margin: 0;
            padding: 0.22rem 0.55rem;
            font-size: 0.7rem;
            font-weight: 650;
            letter-spacing: 0.02em;
            line-height: 1.2;
            color: rgba(255, 255, 255, 0.78);
            text-decoration: none;
            border: 1px solid rgba(0, 243, 255, 0.4);
            border-radius: 6px;
            background: transparent;
            transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
        }

        .web-banner__to-pkg a:hover {
            color: #fff;
            border-color: rgba(0, 243, 255, 0.8);
            background: rgba(0, 243, 255, 0.08);
        }

        .web-banner__to-pkg a i {
            color: var(--neon-blue, #00f3ff);
            font-size: 0.62rem;
        }

        .web-banner__mark-icon {
            flex: 0 0 44px;
            align-self: center;
            width: 44px;
            height: 44px;
            display: grid;
            place-items: center;
            border-radius: 12px;
            background: rgba(0, 243, 255, 0.12);
            color: #00f3ff;
            font-size: 1.05rem;
            line-height: 1;
            box-sizing: border-box;
            overflow: hidden;
        }

        /* FA glyph must sit in a fixed box — avoids crooked/off-center icons */
        .web-banner__mark-icon > i {
            display: grid !important;
            place-items: center;
            width: 1em;
            height: 1em;
            margin: 0 !important;
            padding: 0 !important;
            line-height: 1 !important;
            font-style: normal;
            font-size: 1.05em;
            transform: none !important;
        }

        .web-banner__mark-icon > i::before {
            display: block;
            line-height: 1;
            width: 1em;
            text-align: center;
        }

        .web-banner__mark-icon img {
            display: block;
            width: 20px;
            height: 20px;
            margin: 0;
            object-fit: contain;
        }

        .web-banner__mark-icon.is-wa {
            background: rgba(37, 211, 102, 0.14);
            color: #25d366;
        }

        .web-banner__copy { min-width: 0; }

        .web-banner__copy strong {
            display: block;
            color: #fff;
            font-size: 0.9rem;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .web-banner__copy span {
            display: block;
            font-size: 0.78rem;
            line-height: 1.45;
            color: rgba(255, 255, 255, 0.6);
        }

        @media (max-width: 968px) {
            .hero-intro { padding: var(--cw-shell-pad-y, clamp(0.4rem, 2vw, 2%)) 0 0.25rem; text-align: center; }
            .visual-section {
                min-height: auto;
                padding: 0.25rem clamp(0.75rem, 4vw, 1.25rem) 1.25rem;
                margin-top: 0.5rem;
            }
            .features { padding: 0; margin: 0.85rem auto 0.25rem; max-width: 100%; }
            .cta-container { max-width: 100%; margin: 0.85rem auto 1.25rem; }
            .hero-title { font-size: 2.8rem; text-align: center; }
            .hero-subtitle { max-width: 100%; text-align: center; }
            .hero-intro .badge,
            .badge { margin-left: auto; margin-right: auto; }
            .web-banner__diagram { max-width: none; width: 100%; }
            .web-banner__row {
                display: flex;
                flex-direction: column;
                gap: 0.85rem;
            }
            .web-banner__panel--type,
            .web-banner__panel--conv,
            .web-banner__panel--stack {
                grid-area: auto;
            }
            .web-banner__cards--2,
            .web-banner__stack-opts { grid-template-columns: 1fr 1fr; }
        }

        @media (max-width: 560px) {
            .web-banner__cards--2,
            .web-banner__cards--4,
            .web-banner__stack-opts { grid-template-columns: 1fr; }
            .web-banner__mark-icon {
                flex-basis: 40px;
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }
