/* === assets/css/marketing-design-system.css === */
/* —— Site shell —— */
    body.m-site {
        scroll-padding-top: 5rem;
        --nav-drop-bg: rgba(15, 118, 110, 0.98);
        --nav-drop-border: rgba(255, 255, 255, 0.2);
    }
    body.m-site .gradient-header {
        overflow: visible;
        background: transparent;
    }
    body.m-site.theme-teal {
        background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 40%, #e2e8f0 100%);
    }
    body.m-site.theme-amber {
        --teal-600: #d97706;
        --teal-700: #b45309;
        --teal-800: #92400e;
        --teal-500: #f59e0b;
        --teal-400: #fbbf24;
        --nav-drop-bg: rgba(146, 64, 14, 0.98);
        --nav-drop-border: rgba(255, 255, 255, 0.22);
        background: linear-gradient(180deg, #fffbeb 0%, #f8fafc 45%, #f1f5f9 100%);
    }
    body.m-site.theme-amber .gradient-header {
        background: transparent;
    }
    body.m-site.theme-amber .nav {
        /* unified — marketing-header-hero-styles.php */
    }
    body.m-site.theme-amber .btn-primary { color: #b45309; }
    body.m-site.theme-amber .card h3,
    body.m-site.theme-amber .biz-card h3 { color: #b45309; }
    body.m-site.theme-amber .card li::before { color: #d97706; }
    body.m-site.theme-amber .link-grid a:hover,
    body.m-site.theme-amber .cities-grid a:hover { background: #fef3c7; color: #b45309; }
    body.m-site.theme-amber .page-cta-band {
        background: linear-gradient(135deg, #b45309, #92400e);
    }
    body.m-site.theme-amber .split-banner {
        background: linear-gradient(135deg, #fff7ed, #fff);
        border-color: rgba(217, 119, 6, 0.2);
    }
    body.m-site.theme-amber .split-banner a { color: #b45309; }
    body.m-site.theme-amber .form-group input:focus,
    body.m-site.theme-amber .form-group textarea:focus,
    body.m-site.theme-amber .form-group select:focus {
        border-color: #f59e0b;
        box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.22);
    }

    body.m-site.theme-indigo {
        --teal-600: #4f46e5;
        --teal-700: #4338ca;
        --teal-800: #3730a3;
        --teal-500: #6366f1;
        --teal-400: #818cf8;
        --nav-drop-bg: rgba(67, 56, 202, 0.98);
        --nav-drop-border: rgba(255, 255, 255, 0.22);
        background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 45%, #f1f5f9 100%);
    }
    body.m-site.theme-indigo .gradient-header {
        background: transparent;
    }
    body.m-site.theme-indigo .nav {
        /* unified dark nav */
    }
    body.m-site.theme-indigo .btn-primary { color: #4338ca; }
    body.m-site.theme-indigo .card h3,
    body.m-site.theme-indigo .biz-card h3 { color: #4338ca; }
    body.m-site.theme-indigo .card li::before { color: #4f46e5; }
    body.m-site.theme-indigo .link-grid a:hover,
    body.m-site.theme-indigo .cities-grid a:hover { background: #e0e7ff; color: #4338ca; }
    body.m-site.theme-indigo .page-cta-band {
        background: linear-gradient(135deg, #4338ca, #3730a3);
    }
    body.m-site.theme-indigo .split-banner {
        background: linear-gradient(135deg, #eef2ff, #fff);
        border-color: rgba(79, 70, 229, 0.2);
    }
    body.m-site.theme-indigo .split-banner a { color: #4338ca; }

    body.m-site.theme-sky {
        --teal-600: #0284c7;
        --teal-700: #0369a1;
        --teal-800: #075985;
        --teal-500: #0ea5e9;
        --teal-400: #38bdf8;
        --nav-drop-bg: rgba(3, 105, 161, 0.98);
        --nav-drop-border: rgba(255, 255, 255, 0.22);
        background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 45%, #f1f5f9 100%);
    }
    body.m-site.theme-sky .gradient-header {
        background: transparent;
    }
    body.m-site.theme-sky .nav {
        /* unified dark nav */
    }
    body.m-site.theme-sky .btn-primary { color: #0369a1; }
    body.m-site.theme-sky .card h3,
    body.m-site.theme-sky .biz-card h3 { color: #0369a1; }
    body.m-site.theme-sky .card li::before { color: #0284c7; }
    body.m-site.theme-sky .link-grid a:hover,
    body.m-site.theme-sky .cities-grid a:hover { background: #e0f2fe; color: #0369a1; }
    body.m-site.theme-sky .page-cta-band {
        background: linear-gradient(135deg, #0369a1, #075985);
    }
    body.m-site.theme-sky .split-banner {
        background: linear-gradient(135deg, #f0f9ff, #fff);
        border-color: rgba(2, 132, 199, 0.2);
    }
    body.m-site.theme-sky .split-banner a { color: #0369a1; }

    body.m-site.theme-emerald {
        --teal-600: #059669;
        --teal-700: #047857;
        --teal-800: #065f46;
        --teal-500: #10b981;
        --teal-400: #34d399;
        --nav-drop-bg: rgba(4, 120, 87, 0.98);
        --nav-drop-border: rgba(255, 255, 255, 0.22);
        background: linear-gradient(180deg, #ecfdf5 0%, #f8fafc 45%, #f1f5f9 100%);
    }
    body.m-site.theme-emerald .gradient-header {
        background: transparent;
    }
    body.m-site.theme-emerald .btn-primary { color: #047857; }
    body.m-site.theme-emerald .card h3,
    body.m-site.theme-emerald .biz-card h3 { color: #047857; }
    body.m-site.theme-emerald .card li::before { color: #059669; }
    body.m-site.theme-emerald .link-grid a:hover,
    body.m-site.theme-emerald .cities-grid a:hover { background: #d1fae5; color: #047857; }
    body.m-site.theme-emerald .page-cta-band {
        background: linear-gradient(135deg, #047857, #065f46);
    }
    body.m-site.theme-emerald .split-banner {
        background: linear-gradient(135deg, #ecfdf5, #fff);
        border-color: rgba(5, 150, 105, 0.2);
    }
    body.m-site.theme-emerald .split-banner a { color: #047857; }

    body.m-site.theme-violet {
        --teal-600: #7c3aed;
        --teal-700: #6d28d9;
        --teal-800: #5b21b6;
        --teal-500: #8b5cf6;
        --teal-400: #a78bfa;
        --nav-drop-bg: rgba(109, 40, 217, 0.98);
        --nav-drop-border: rgba(255, 255, 255, 0.22);
        background: linear-gradient(180deg, #f5f3ff 0%, #f8fafc 45%, #f1f5f9 100%);
    }
    body.m-site.theme-violet .gradient-header {
        background: transparent;
    }
    body.m-site.theme-violet .btn-primary { color: #6d28d9; }
    body.m-site.theme-violet .card h3,
    body.m-site.theme-violet .biz-card h3 { color: #6d28d9; }
    body.m-site.theme-violet .card li::before { color: #7c3aed; }
    body.m-site.theme-violet .link-grid a:hover,
    body.m-site.theme-violet .cities-grid a:hover { background: #ede9fe; color: #6d28d9; }
    body.m-site.theme-violet .page-cta-band {
        background: linear-gradient(135deg, #6d28d9, #5b21b6);
    }
    body.m-site.theme-violet .split-banner {
        background: linear-gradient(135deg, #f5f3ff, #fff);
        border-color: rgba(124, 58, 237, 0.2);
    }
    body.m-site.theme-violet .split-banner a { color: #6d28d9; }

    body.m-site.theme-rose {
        --teal-600: #e11d48;
        --teal-700: #be123c;
        --teal-800: #9f1239;
        --teal-500: #f43f5e;
        --teal-400: #fb7185;
        --nav-drop-bg: rgba(190, 18, 60, 0.98);
        --nav-drop-border: rgba(255, 255, 255, 0.22);
        background: linear-gradient(180deg, #fff1f2 0%, #f8fafc 45%, #f1f5f9 100%);
    }
    body.m-site.theme-rose .gradient-header {
        background: transparent;
    }
    body.m-site.theme-rose .btn-primary { color: #be123c; }
    body.m-site.theme-rose .card h3,
    body.m-site.theme-rose .biz-card h3 { color: #be123c; }
    body.m-site.theme-rose .card li::before { color: #e11d48; }
    body.m-site.theme-rose .link-grid a:hover,
    body.m-site.theme-rose .cities-grid a:hover { background: #ffe4e6; color: #be123c; }
    body.m-site.theme-rose .page-cta-band {
        background: linear-gradient(135deg, #be123c, #9f1239);
    }
    body.m-site.theme-rose .split-banner {
        background: linear-gradient(135deg, #fff1f2, #fff);
        border-color: rgba(225, 29, 72, 0.2);
    }
    body.m-site.theme-rose .split-banner a { color: #be123c; }

    /* —— Section system (matches homepage) —— */
    .m-site .home-sec {
        padding: clamp(2.35rem, 4.5vw, 3.25rem) 0;
    }
    .m-site .home-sec--light {
        background: linear-gradient(180deg, #f8fafc 0%, #fff 55%, #f1f5f9 100%);
        border-block: 1px solid rgba(148, 163, 184, 0.12);
    }
    .m-site .home-sec-inner {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 1.25rem;
    }
    .m-site .home-sec-kicker {
        margin: 0 0 0.4rem;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: var(--teal-700);
    }
    .m-site .home-sec h2 {
        margin: 0 0 0.55rem;
        font-size: clamp(1.35rem, 2.8vw, 1.75rem);
        font-weight: 800;
        letter-spacing: -0.02em;
    }
    .m-site .hero-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 0.55rem;
        margin-bottom: 1.75rem;
    }

    /* —— Product landing components —— */
    .biz-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }
    .biz-card {
        background: var(--white);
        border-radius: var(--radius);
        padding: 1.25rem;
        box-shadow: var(--shadow);
        border: 1px solid rgba(148, 163, 184, 0.15);
        transition: box-shadow 0.15s, border-color 0.15s;
    }
    .biz-card:hover {
        border-color: rgba(13, 148, 136, 0.35);
        box-shadow: 0 12px 28px rgba(15, 118, 110, 0.08);
    }
    .biz-card .icon { font-size: 1.75rem; margin-bottom: 0.5rem; }
    .biz-card h3 {
        margin: 0 0 0.4rem;
        font-size: 1rem;
        color: var(--teal-700);
    }
    .biz-card p { margin: 0; font-size: 0.88rem; color: var(--slate-700); }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem;
    }
    .feature-card {
        background: var(--white);
        border-radius: var(--radius);
        padding: 1.2rem 1.35rem;
        border: 1px solid rgba(148, 163, 184, 0.15);
        box-shadow: var(--shadow);
    }
    .feature-card h3 {
        margin: 0 0 0.35rem;
        font-size: 0.98rem;
        color: var(--slate-900);
    }
    .feature-card p { margin: 0; font-size: 0.86rem; color: var(--slate-700); }

    .modules-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1rem;
    }
    .module-card {
        background: #fff;
        border-radius: var(--radius);
        padding: 1.15rem 1.2rem;
        border: 1px solid rgba(148, 163, 184, 0.2);
        box-shadow: var(--shadow);
    }
    .module-card h3 {
        margin: 0 0 0.35rem;
        font-size: 0.95rem;
        color: var(--slate-900);
    }
    .module-card p { margin: 0; font-size: 0.85rem; color: var(--slate-600); }

    .split-banner {
        background: linear-gradient(135deg, #f0fdfa, #fff);
        border: 1px solid rgba(13, 148, 136, 0.18);
        border-radius: var(--radius);
        padding: 1.5rem 1.75rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
    .split-banner p { margin: 0; color: var(--slate-700); max-width: 36rem; }
    .split-banner a { color: var(--teal-700); font-weight: 600; text-decoration: none; }
    .split-banner a:hover { text-decoration: underline; }

    .link-grid-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 0.65rem;
    }
    .link-grid-cards a {
        display: block;
        padding: 0.7rem 0.9rem;
        border-radius: 0.75rem;
        background: #fff;
        border: 1px solid rgba(148, 163, 184, 0.28);
        text-decoration: none;
        color: var(--slate-700);
        font-weight: 600;
        font-size: 0.88rem;
        transition: border-color 0.15s, color 0.15s;
    }
    .link-grid-cards a:hover {
        border-color: rgba(13, 148, 136, 0.45);
        color: var(--teal-700);
    }
    .link-grid-cards a strong {
        display: block;
        font-weight: 700;
        margin-bottom: 0.2rem;
    }
    .link-grid-cards a span {
        display: block;
        font-size: 0.82rem;
        font-weight: 400;
        color: var(--slate-500, #64748b);
        line-height: 1.35;
    }

    .portal-links {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 1.25rem;
    }
    .portal-links a {
        font-size: 0.82rem;
        font-weight: 700;
        padding: 0.45rem 0.85rem;
        border-radius: 999px;
        background: var(--slate-100);
        color: var(--teal-700);
        text-decoration: none;
    }
    .portal-links a:hover { background: #ccfbf1; }

    .m-site .section--tight { padding-top: 0; }

    /* —— Branded 404 —— */
    .error-page {
        min-height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3rem 1.25rem;
    }
    .error-card {
        max-width: 28rem;
        text-align: center;
        background: #fff;
        border-radius: var(--radius);
        padding: 2rem 1.75rem;
        box-shadow: var(--shadow);
        border: 1px solid rgba(148, 163, 184, 0.2);
    }
    .error-card h1 {
        margin: 0 0 0.65rem;
        font-size: 1.65rem;
        font-weight: 800;
        letter-spacing: -0.02em;
    }
    .error-card p { margin: 0 0 1.25rem; color: var(--slate-600); }
    .error-card .error-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }
    .error-card .error-actions a {
        font-size: 0.88rem;
        font-weight: 700;
        color: var(--teal-700);
        text-decoration: none;
        padding: 0.45rem 0.75rem;
        border-radius: 0.5rem;
        background: var(--slate-100);
    }
    .error-card .error-actions a:hover { background: #ccfbf1; }

    /* —— About hero stats —— */
    .about-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        margin-top: 1.75rem;
    }
    .about-stat {
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 1rem;
        padding: 1rem 1.1rem;
        text-align: center;
    }
    .about-stat strong {
        display: block;
        font-size: 1.55rem;
        font-weight: 800;
        line-height: 1.1;
        color: #fff;
    }
    .about-stat span {
        display: block;
        margin-top: 0.35rem;
        font-size: 0.82rem;
        color: rgba(255,255,255,0.82);
    }
    @media (max-width: 800px) {
        .about-stats { grid-template-columns: repeat(2, 1fr); }
    }

    /* —— Centered page heroes —— */
    .page-header-center .page-hero { text-align: center; padding-bottom: 3rem; }
    .page-header-center .breadcrumb { justify-content: center; }
    .page-header-center .page-hero h1 {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
    .page-header-center .lead { margin-left: auto; margin-right: auto; }
    .page-header-center .hero-cta { justify-content: center; }
    .hero-stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem 1.25rem;
        margin: 0 0 1.5rem;
    }
    .hero-stat {
        text-align: center;
        min-width: 5.5rem;
        padding: 0.55rem 0.85rem;
        border-radius: 0.85rem;
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.2);
    }
    .hero-stat strong {
        display: block;
        font-size: 1.15rem;
        font-weight: 800;
        letter-spacing: -0.02em;
    }
    .hero-stat span {
        font-size: 0.68rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: rgba(255,255,255,0.72);
    }

    /* —— Products page —— */
    .products-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.35rem;
    }
    .product-card {
        position: relative;
        background: #fff;
        border-radius: 1.15rem;
        padding: 0;
        overflow: hidden;
        box-shadow: var(--shadow);
        border: 1px solid rgba(148, 163, 184, 0.18);
        display: flex;
        flex-direction: column;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 32px 64px -16px rgba(15, 23, 42, 0.18);
    }
    .product-card.theme-teal .card-accent { background: linear-gradient(135deg, #0d9488, #0f766e); }
    .product-card.theme-amber .card-accent { background: linear-gradient(135deg, #d97706, #b45309); }
    .product-card.theme-indigo .card-accent { background: linear-gradient(135deg, #4f46e5, #4338ca); }
    .product-card.theme-sky .card-accent { background: linear-gradient(135deg, #0284c7, #0369a1); }
    .product-card.theme-emerald .card-accent { background: linear-gradient(135deg, #059669, #047857); }
    .product-card.theme-violet .card-accent { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
    .product-card.theme-rose .card-accent { background: linear-gradient(135deg, #e11d48, #be123c); }
    .card-accent { height: 6px; width: 100%; }
    .card-body {
        padding: 1.5rem 1.5rem 1.35rem;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .card-top {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .card-icon {
        width: 3rem;
        height: 3rem;
        border-radius: 0.85rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        flex-shrink: 0;
        background: var(--slate-100);
    }
    .product-card.theme-teal .card-icon { background: #ccfbf1; }
    .product-card.theme-amber .card-icon { background: #fef3c7; }
    .product-card.theme-indigo .card-icon { background: #e0e7ff; }
    .product-card.theme-sky .card-icon { background: #e0f2fe; }
    .product-card.theme-emerald .card-icon { background: #d1fae5; }
    .product-card.theme-violet .card-icon { background: #ede9fe; }
    .product-card.theme-rose .card-icon { background: #ffe4e6; }
    .card-top h2 {
        margin: 0 0 0.2rem;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: -0.03em;
    }
    .card-tagline {
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--slate-500);
        margin: 0;
    }
    .card-audience {
        font-size: 0.78rem;
        color: var(--slate-500);
        margin: 0 0 0.85rem;
        padding: 0.35rem 0.65rem;
        background: var(--slate-100);
        border-radius: 0.5rem;
        display: inline-block;
    }
    .card-desc {
        font-size: 0.92rem;
        color: var(--slate-700);
        margin: 0 0 1rem;
        flex: 1;
    }
    .card-highlights {
        list-style: none;
        margin: 0 0 1.15rem;
        padding: 0;
    }
    .card-highlights li {
        font-size: 0.84rem;
        color: var(--slate-700);
        padding: 0.28rem 0 0.28rem 1.1rem;
        position: relative;
    }
    .card-highlights li::before {
        content: '✓';
        position: absolute;
        left: 0;
        font-weight: 700;
        font-size: 0.72rem;
    }
    .product-card.theme-teal .card-highlights li::before { color: #0d9488; }
    .product-card.theme-amber .card-highlights li::before { color: #d97706; }
    .product-card.theme-indigo .card-highlights li::before { color: #4f46e5; }
    .product-card.theme-sky .card-highlights li::before { color: #0284c7; }
    .product-card.theme-emerald .card-highlights li::before { color: #059669; }
    .product-card.theme-violet .card-highlights li::before { color: #7c3aed; }
    .product-card.theme-rose .card-highlights li::before { color: #e11d48; }
    .card-price {
        font-size: 0.88rem;
        font-weight: 700;
        color: var(--slate-900);
        margin-bottom: 1rem;
    }
    .card-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .card-actions .btn-card-primary {
        flex: 1;
        min-width: 120px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.6rem 1.15rem;
        border-radius: 0.75rem;
        font-weight: 600;
        font-size: 0.88rem;
        text-decoration: none;
        color: #fff;
        border: none;
    }
    .product-card.theme-teal .btn-card-primary { background: linear-gradient(135deg, #0d9488, #0f766e); }
    .product-card.theme-amber .btn-card-primary { background: linear-gradient(135deg, #d97706, #b45309); }
    .product-card.theme-indigo .btn-card-primary { background: linear-gradient(135deg, #4f46e5, #4338ca); }
    .product-card.theme-sky .btn-card-primary { background: linear-gradient(135deg, #0284c7, #0369a1); }
    .product-card.theme-emerald .btn-card-primary { background: linear-gradient(135deg, #059669, #047857); }
    .product-card.theme-violet .btn-card-primary { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
    .product-card.theme-rose .btn-card-primary { background: linear-gradient(135deg, #e11d48, #be123c); }
    .card-actions .btn-card-secondary {
        padding: 0.6rem 1rem;
        border-radius: 0.75rem;
        font-weight: 600;
        font-size: 0.85rem;
        text-decoration: none;
        border: 2px solid #e2e8f0;
        color: var(--slate-700);
        background: #fff;
    }
    .card-actions .btn-card-secondary:hover { border-color: #cbd5e1; background: #f8fafc; }
    .compare-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    .compare-cell h3 {
        margin: 0 0 0.35rem;
        font-size: 0.95rem;
        font-weight: 700;
    }
    .compare-cell p { margin: 0; font-size: 0.84rem; color: var(--slate-700); }
    .cta-banner, .cta-band {
        margin-top: 2rem;
        background: linear-gradient(135deg, #0f172a, #1e293b);
        border-radius: 1rem;
        padding: 1.75rem 1.5rem;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
    .cta-banner p, .cta-band p {
        margin: 0;
        max-width: 28rem;
        color: rgba(255,255,255,0.82);
        font-size: 0.92rem;
    }
    .cta-banner .btn-primary, .cta-band .btn-primary { flex-shrink: 0; }

    /* —— Projects portfolio —— */
    .services-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 0.85rem;
        margin: 0 0 2.5rem;
    }
    .service-pill {
        background: #fff;
        border-radius: 0.85rem;
        padding: 1rem 1.1rem;
        border: 1px solid rgba(148, 163, 184, 0.18);
        box-shadow: var(--shadow);
        text-align: center;
    }
    .service-pill strong { display: block; font-size: 0.92rem; margin-bottom: 0.2rem; }
    .service-pill span { font-size: 0.78rem; color: var(--slate-500); }
    .portfolio-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 1.5rem;
    }
    .project-card {
        background: #fff;
        border-radius: 1.15rem;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.18);
        box-shadow: var(--shadow);
        display: flex;
        flex-direction: column;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .project-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 32px 64px -16px rgba(15, 23, 42, 0.18);
    }
    .project-media {
        position: relative;
        aspect-ratio: 16 / 10;
        background: #0f172a;
        overflow: hidden;
    }
    .project-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .project-cat {
        position: absolute;
        top: 0.75rem;
        left: 0.75rem;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        padding: 0.3rem 0.65rem;
        border-radius: 9999px;
        background: rgba(15, 23, 42, 0.78);
        color: #fff;
    }
    .project-body {
        padding: 1.25rem 1.35rem 1.35rem;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .project-body h2 {
        margin: 0 0 0.25rem;
        font-size: 1.2rem;
        font-weight: 800;
        letter-spacing: -0.02em;
    }
    .project-tagline {
        margin: 0 0 0.75rem;
        font-size: 0.84rem;
        font-weight: 600;
        color: var(--teal-700);
    }
    .project-desc {
        margin: 0 0 1rem;
        font-size: 0.88rem;
        color: var(--slate-700);
        line-height: 1.55;
        flex: 1;
    }
    .project-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem;
        margin-bottom: 1rem;
    }
    .project-tags span {
        font-size: 0.72rem;
        font-weight: 600;
        padding: 0.25rem 0.55rem;
        border-radius: 9999px;
        background: var(--slate-100);
        color: var(--slate-700);
    }
    .project-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .project-actions a {
        font-size: 0.84rem;
        font-weight: 600;
        text-decoration: none;
        padding: 0.55rem 0.95rem;
        border-radius: 0.65rem;
    }
    .project-actions .btn-live {
        background: linear-gradient(135deg, var(--teal-600), var(--teal-700));
        color: #fff;
    }
    .project-actions .btn-ghost-dark {
        border: 2px solid #e2e8f0;
        color: var(--slate-700);
        background: #fff;
    }
    .project-actions .btn-ghost-dark:hover { border-color: #cbd5e1; }

    /* —— Blog —— */
    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.25rem;
        margin-top: 1.5rem;
    }
    .blog-card {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
        background: #fff;
        border: 1px solid rgba(148, 163, 184, 0.28);
        border-radius: 1rem;
        padding: 1.25rem 1.2rem;
        transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    }
    .blog-card:hover {
        border-color: rgba(13, 148, 136, 0.45);
        box-shadow: 0 12px 28px rgba(15, 118, 110, 0.1);
        transform: translateY(-2px);
    }
    .blog-card .meta {
        font-size: 0.78rem;
        color: var(--slate-500);
        margin-bottom: 0.55rem;
    }
    .blog-card .cat {
        color: var(--teal-700);
        font-weight: 700;
    }
    .blog-card h2 {
        margin: 0 0 0.55rem;
        font-size: 1.12rem;
        line-height: 1.35;
        color: var(--slate-900);
    }
    .blog-card p {
        margin: 0;
        flex: 1;
        font-size: 0.9rem;
        color: var(--slate-700);
        line-height: 1.55;
    }
    .blog-card .more {
        margin-top: 1rem;
        font-size: 0.85rem;
        font-weight: 700;
        color: var(--teal-700);
    }
    .article-meta {
        font-size: 0.88rem;
        color: rgba(255,255,255,0.8);
        margin: 0 0 1rem;
    }
    .article-body { max-width: 720px; }
    .article-body h2 {
        margin: 2rem 0 0.75rem;
        font-size: 1.35rem;
        color: var(--slate-900);
    }
    .article-body p {
        margin: 0 0 1rem;
        color: var(--slate-700);
        line-height: 1.7;
        font-size: 1.02rem;
    }
    .related-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem;
        margin-top: 1.25rem;
    }
    .related-grid a {
        display: block;
        text-decoration: none;
        color: inherit;
        background: #fff;
        border: 1px solid rgba(148,163,184,0.28);
        border-radius: 0.9rem;
        padding: 1rem;
    }
    .related-grid a:hover { border-color: rgba(13,148,136,0.45); }
    .related-grid strong {
        display: block;
        margin-bottom: 0.35rem;
        color: var(--slate-900);
    }
    .related-grid span { font-size: 0.86rem; color: var(--slate-600); }

    /* —— Country pages —— */
    .country-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin: 0 0 1.5rem;
    }
    .country-grid a {
        font-size: 0.82rem;
        font-weight: 600;
        padding: 0.4rem 0.75rem;
        border-radius: 9999px;
        background: var(--slate-100);
        color: var(--slate-700);
        text-decoration: none;
    }
    .country-grid a[aria-current="page"] {
        background: var(--teal-700);
        color: #fff;
    }
    .audience-list, .offer-list { margin: 0; padding: 0; list-style: none; }
    .audience-list li, .offer-list li {
        font-size: 0.92rem;
        color: var(--slate-700);
        padding: 0.4rem 0 0.4rem 1.2rem;
        position: relative;
    }
    .audience-list li::before, .offer-list li::before {
        content: '✓';
        position: absolute;
        left: 0;
        color: var(--teal-600);
        font-weight: 700;
        font-size: 0.75rem;
    }
    .city-pills { display: flex; flex-wrap: wrap; gap: 0.45rem; }
    .city-pills span {
        font-size: 0.78rem;
        font-weight: 600;
        padding: 0.3rem 0.65rem;
        border-radius: 9999px;
        background: #ccfbf1;
        color: var(--teal-700);
    }
    .mini-products {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.85rem;
    }
    .mini-products a {
        display: block;
        padding: 1rem 1.1rem;
        background: #fff;
        border-radius: 0.85rem;
        border: 1px solid rgba(148,163,184,0.18);
        box-shadow: var(--shadow);
        text-decoration: none;
        color: inherit;
    }
    .mini-products strong { display: block; color: var(--teal-700); margin-bottom: 0.25rem; }
    .mini-products span { font-size: 0.82rem; color: var(--slate-500); }

    .visually-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }


/* === assets/css/marketing-design-v2.css === */
/* —— Global polish —— */
    body.m-site {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    body.m-site::before {
        content: '';
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: -1;
        opacity: 0.35;
        background-image: radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.18) 1px, transparent 0);
        background-size: 28px 28px;
    }

    /* —— Hero —— */
    body.m-site .gradient-header {
        position: relative;
        isolation: isolate;
    }
    body.m-site .gradient-header::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background:
            radial-gradient(ellipse 80% 55% at 12% -8%, rgba(255, 255, 255, 0.14), transparent 55%),
            radial-gradient(ellipse 55% 45% at 92% 8%, rgba(255, 255, 255, 0.08), transparent 50%);
    }
    body.m-site .gradient-header .nav,
    body.m-site .gradient-header .page-hero {
        position: relative;
        z-index: 1;
    }
    body.m-site .page-hero h1 {
        max-width: none;
        font-size: clamp(1.95rem, 4.2vw, 2.85rem);
        line-height: 1.12;
        text-wrap: balance;
    }
    body.m-site .page-header-center .page-hero h1 {
        max-width: 22ch;
        margin-left: auto;
        margin-right: auto;
    }
    body.m-site .page-hero .lead {
        font-size: clamp(1rem, 1.8vw, 1.12rem);
        line-height: 1.65;
        max-width: 44rem;
        text-wrap: pretty;
    }
    body.m-site .hero-pill,
    body.m-site .hero-meta .hero-pill {
        backdrop-filter: blur(8px);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    }
    body.m-site .hero-cta .btn-primary {
        font-weight: 700;
        min-height: 2.75rem;
    }
    body.m-site .hero-cta .btn-ghost {
        backdrop-filter: blur(6px);
    }

    /* —— Unified inner sections (.section + .home-sec) —— */
    body.m-site main .section {
        padding: clamp(2.35rem, 4.5vw, 3.25rem) 1.25rem;
    }
    body.m-site main .section h2,
    body.m-site .home-sec h2 {
        font-size: clamp(1.35rem, 2.8vw, 1.75rem);
        font-weight: 800;
        letter-spacing: -0.025em;
        line-height: 1.2;
        color: var(--slate-900);
    }
    body.m-site main .section .sub,
    body.m-site .home-sec .sub {
        font-size: 1rem;
        line-height: 1.6;
        color: var(--slate-500);
    }
    body.m-site main .section:nth-of-type(even):not(.demo-section) {
        background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
        border-block: 1px solid rgba(148, 163, 184, 0.1);
    }

    /* —— Cards —— */
    body.m-site .card,
    body.m-site .feature-card,
    body.m-site .module-card,
    body.m-site .biz-card,
    body.m-site .value-card {
        position: relative;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }
    body.m-site .card::before,
    body.m-site .feature-card::before,
    body.m-site .module-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--teal-500), var(--teal-700));
        opacity: 0.85;
    }
    body.m-site .card:hover,
    body.m-site .feature-card:hover,
    body.m-site .module-card:hover,
    body.m-site .biz-card:hover,
    body.m-site .value-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.14);
        border-color: rgba(13, 148, 136, 0.28);
    }
    body.m-site.theme-amber .card::before,
    body.m-site.theme-amber .feature-card::before,
    body.m-site.theme-amber .module-card::before {
        background: linear-gradient(90deg, #f59e0b, #b45309);
    }
    body.m-site.theme-indigo .card::before,
    body.m-site.theme-indigo .feature-card::before,
    body.m-site.theme-indigo .module-card::before {
        background: linear-gradient(90deg, #6366f1, #4338ca);
    }
    body.m-site.theme-sky .card::before,
    body.m-site.theme-sky .feature-card::before,
    body.m-site.theme-sky .module-card::before {
        background: linear-gradient(90deg, #0ea5e9, #0369a1);
    }

    /* —— FAQ accordion —— */
    body.m-site .home-faq-list,
    body.m-site .faq-list {
        max-width: 52rem;
    }
    body.m-site .home-faq-item,
    body.m-site details.faq-item {
        background: #fff;
        border: 1px solid rgba(148, 163, 184, 0.22);
        border-radius: 0.9rem;
        padding: 0;
        margin-bottom: 0.65rem;
        box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
        overflow: hidden;
    }
    body.m-site .home-faq-item summary,
    body.m-site details.faq-item summary {
        cursor: pointer;
        font-weight: 700;
        font-size: 0.98rem;
        color: var(--slate-900);
        padding: 1rem 2.5rem 1rem 1.15rem;
        list-style: none;
        position: relative;
        line-height: 1.4;
    }
    body.m-site .home-faq-item summary::-webkit-details-marker,
    body.m-site details.faq-item summary::-webkit-details-marker { display: none; }
    body.m-site .home-faq-item summary::after,
    body.m-site details.faq-item summary::after {
        content: '+';
        position: absolute;
        right: 1.1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
        font-weight: 400;
        color: var(--teal-600);
        line-height: 1;
    }
    body.m-site .home-faq-item[open] summary::after,
    body.m-site details.faq-item[open] summary::after {
        content: '−';
    }
    body.m-site .home-faq-item[open] summary,
    body.m-site details.faq-item[open] summary {
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
        background: linear-gradient(180deg, rgba(248, 250, 252, 0.8), #fff);
    }
    body.m-site .home-faq-item p,
    body.m-site details.faq-item p {
        margin: 0;
        padding: 0.85rem 1.15rem 1.1rem;
        font-size: 0.92rem;
        color: var(--slate-700);
        line-height: 1.65;
    }
    body.m-site .faq-item.card {
        padding: 0;
        border-radius: 0.9rem;
    }
    body.m-site .faq-item.card h3 {
        margin: 0;
        padding: 1rem 1.15rem 0.35rem;
        font-size: 0.98rem;
    }
    body.m-site .faq-item.card p {
        padding: 0 1.15rem 1.1rem;
    }

    /* —— Demo / form panel —— */
    body.m-site .demo-section {
        background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 40%, #fff 100%);
        border-top: 1px solid rgba(148, 163, 184, 0.18);
        padding: clamp(2.5rem, 5vw, 3.5rem) 1.25rem;
    }
    body.m-site .demo-wrap {
        max-width: 640px;
        margin: 0 auto;
        background: #fff;
        border-radius: 1.25rem;
        padding: clamp(1.5rem, 4vw, 2.25rem);
        border: 1px solid rgba(148, 163, 184, 0.2);
        box-shadow:
            0 4px 6px rgba(15, 23, 42, 0.03),
            0 24px 48px -12px rgba(15, 23, 42, 0.12);
    }
    body.m-site .demo-wrap h2 {
        margin: 0 0 0.45rem;
        font-size: clamp(1.25rem, 2.5vw, 1.55rem);
        font-weight: 800;
        letter-spacing: -0.02em;
    }
    body.m-site .form-group input,
    body.m-site .form-group textarea,
    body.m-site .form-group select {
        background: #fafbfc;
        transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
    }
    body.m-site .form-group input:hover,
    body.m-site .form-group textarea:hover,
    body.m-site .form-group select:hover {
        background: #fff;
    }
    body.m-site .demo-wrap .btn-primary {
        width: 100%;
        min-height: 2.85rem;
        font-size: 0.95rem;
        margin-top: 0.25rem;
    }

    /* —— Link pills & grids —— */
    body.m-site .link-grid a {
        transition: transform 0.15s, background 0.15s, color 0.15s;
        border: 1px solid transparent;
    }
    body.m-site .link-grid a:hover {
        transform: translateY(-1px);
        border-color: rgba(13, 148, 136, 0.2);
    }
    body.m-site .link-grid-cards a {
        transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
    }
    body.m-site .link-grid-cards a:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    }

    /* —— Split banner & CTA —— */
    body.m-site .split-banner {
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }
    body.m-site .cta-banner,
    body.m-site .cta-band {
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
    }

    /* —— Nav glass —— */
    body.m-site .nav {
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    }

    /* —— Footer refinement —— */
    body.m-site .site-footer {
        border-top: 3px solid var(--teal-600);
    }

    /* —— 404 —— */
    body.m-site .error-card {
        border-radius: 1.25rem;
        padding: 2.5rem 2rem;
    }
    body.m-site .error-card h1 {
        font-size: 3rem;
        background: linear-gradient(135deg, var(--teal-600), var(--teal-800));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    /* —— Blog cards theme-aware hover —— */
    body.m-site.theme-amber .blog-card:hover { border-color: rgba(217, 119, 6, 0.45); }
    body.m-site.theme-indigo .blog-card:hover { border-color: rgba(79, 70, 229, 0.45); }
    body.m-site.theme-sky .blog-card:hover { border-color: rgba(2, 132, 199, 0.45); }

    /* —— Prose links —— */
    body.m-site .prose a {
        color: var(--teal-700);
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    body.m-site .prose a:hover {
        color: var(--teal-800);
    }

    /* —— Section kicker helper (add class in templates) —— */
    body.m-site .sec-kicker {
        margin: 0 0 0.4rem;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        color: var(--teal-700);
    }

    @media (max-width: 768px) {
        body.m-site::before { opacity: 0.2; }
        body.m-site .demo-wrap {
            padding: 1.35rem 1.15rem;
            border-radius: 1rem;
        }
        body.m-site main .section:nth-of-type(even):not(.demo-section) {
            margin-inline: -0.25rem;
        }
    }

    body.m-site .service-pill {
        transition: transform 0.15s, box-shadow 0.15s;
    }
    body.m-site .service-pill:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    }
    body.m-site .compare-cell {
        transition: transform 0.15s;
    }
    body.m-site .compare-cell:hover {
        transform: translateY(-2px);
    }

    @media (prefers-reduced-motion: reduce) {
        body.m-site .card,
        body.m-site .feature-card,
        body.m-site .module-card,
        body.m-site .biz-card,
        body.m-site .link-grid a,
        body.m-site .link-grid-cards a {
            transition: none;
        }
        body.m-site .card:hover,
        body.m-site .feature-card:hover {
            transform: none;
        }
    }

    /* —— Homepage (home-lead-page) —— */
    body.home-lead-page .gradient-header::after {
        background:
            radial-gradient(ellipse 70% 50% at 8% -5%, rgba(255, 255, 255, 0.16), transparent 55%),
            radial-gradient(ellipse 50% 40% at 95% 12%, rgba(45, 212, 191, 0.12), transparent 50%);
    }
    body.home-lead-page .home-review-card {
        border-radius: 1rem;
        border: 1px solid rgba(148, 163, 184, 0.2);
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    body.home-lead-page .home-review-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
    }
    body.home-lead-page .home-client-card {
        transition: transform 0.2s, box-shadow 0.2s;
    }
    body.home-lead-page .home-client-card:hover {
        transform: translateY(-2px);
    }
    body.home-lead-page .home-final-cta {
        background: linear-gradient(135deg, #0f766e 0%, #115e59 50%, #134e4a 100%);
        border-block: none;
    }
    body.home-lead-page .home-quick-nav {
        backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.92);
    }
    body.home-lead-page #products .home-product-card,
    body.home-lead-page .home-product-mini {
        transition: transform 0.2s, box-shadow 0.2s;
    }
    body.home-lead-page #products .home-product-card:hover {
        transform: translateY(-3px);
    }


/* === assets/css/marketing-header-hero.css === */
/* —— Header shell: nav always above hero —— */
    body.m-site .gradient-header,
    body.m-site .site-header {
        position: relative;
        overflow: visible;
        background: transparent;
    }

    body.m-site .gradient-header .nav,
    body.m-site nav.nav {
        position: sticky;
        top: 0;
        z-index: 500;
        isolation: isolate;
        background: rgba(15, 23, 42, 0.92) !important;
        backdrop-filter: blur(16px) saturate(1.15);
        -webkit-backdrop-filter: blur(16px) saturate(1.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.18);
    }

    body.m-site nav.nav .nav-inner {
        min-height: 3.35rem;
    }

    /* Logo pad — full-color mark readable on dark nav bar */
    body.m-site nav.nav .logo {
        padding: 0.32rem 0.65rem;
        border-radius: 0.55rem;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    }
    body.m-site nav.nav .logo:hover {
        background: #fff;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    }
    body.m-site nav.nav .logo-img {
        height: 36px;
        max-width: 156px;
    }

    /* —— Dropdown: white card on desktop only —— */
    body.m-site nav.nav .nav-more {
        z-index: 510;
    }
    @media (min-width: 1181px) {
        body.m-site nav.nav .nav-more-panel {
            z-index: 520;
            background: #fff !important;
            border: 1px solid rgba(148, 163, 184, 0.28) !important;
            border-radius: 0.75rem;
            box-shadow:
                0 4px 6px rgba(15, 23, 42, 0.04),
                0 22px 44px -8px rgba(15, 23, 42, 0.22) !important;
            padding: 0.35rem 0;
            min-width: 12.5rem;
        }
        body.m-site nav.nav .nav-more-panel a {
            color: #334155 !important;
            font-weight: 600;
            padding: 0.5rem 1rem;
        }
        body.m-site nav.nav .nav-more-panel a:hover {
            background: #f0fdfa !important;
            color: #0f766e !important;
            text-decoration: none !important;
        }
    }

    /* —— Theme hero gradients move to hero band only (not nav) —— */
    body.m-site.theme-teal .page-hero-band,
    body.m-site.theme-teal .hero.hero-v2 {
        background: linear-gradient(145deg, #0d9488 0%, #0f766e 48%, #115e59 100%);
    }
    body.m-site.theme-amber .page-hero-band,
    body.m-site.theme-amber .hero.hero-v2 {
        background: linear-gradient(145deg, #d97706 0%, #b45309 48%, #92400e 100%);
    }
    body.m-site.theme-indigo .page-hero-band,
    body.m-site.theme-indigo .hero.hero-v2 {
        background: linear-gradient(145deg, #4f46e5 0%, #4338ca 48%, #3730a3 100%);
    }
    body.m-site.theme-sky .page-hero-band,
    body.m-site.theme-sky .hero.hero-v2 {
        background: linear-gradient(145deg, #0284c7 0%, #0369a1 48%, #075985 100%);
    }
    body.m-site.theme-emerald .page-hero-band,
    body.m-site.theme-emerald .hero.hero-v2 {
        background: linear-gradient(145deg, #059669 0%, #047857 48%, #065f46 100%);
    }
    body.m-site.theme-violet .page-hero-band,
    body.m-site.theme-violet .hero.hero-v2 {
        background: linear-gradient(145deg, #7c3aed 0%, #6d28d9 48%, #5b21b6 100%);
    }
    body.m-site.theme-rose .page-hero-band,
    body.m-site.theme-rose .hero.hero-v2 {
        background: linear-gradient(145deg, #e11d48 0%, #be123c 48%, #9f1239 100%);
    }

    body.m-site.theme-teal .gradient-header,
    body.m-site.theme-amber .gradient-header,
    body.m-site.theme-indigo .gradient-header,
    body.m-site.theme-sky .gradient-header,
    body.m-site.theme-emerald .gradient-header,
    body.m-site.theme-violet .gradient-header,
    body.m-site.theme-rose .gradient-header {
        background: transparent;
    }

    /* —— Inner page hero band —— */
    body.m-site .page-hero-band {
        position: relative;
        z-index: 1;
        isolation: isolate;
        padding: 0 1.25rem clamp(2.25rem, 4vw, 3.25rem);
        overflow: hidden;
        color: #fff;
    }
    body.m-site .page-hero-band--center {
        text-align: center;
    }
    body.m-site .page-hero-band--center .breadcrumb,
    body.m-site .page-hero-band--center .hero-cta,
    body.m-site .page-hero-band--center .hero-meta,
    body.m-site .page-hero-band--center .hero-stats {
        justify-content: center;
    }
    body.m-site .page-hero-band--center .lead {
        margin-left: auto;
        margin-right: auto;
    }
    body.m-site .page-hero-band-grid {
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.4;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
        background-size: 32px 32px;
        mask-image: radial-gradient(ellipse 90% 75% at 50% 0%, #000 25%, transparent 72%);
    }
    body.m-site .page-hero-band::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            radial-gradient(ellipse 70% 55% at 10% 0%, rgba(255, 255, 255, 0.14), transparent 55%),
            radial-gradient(ellipse 50% 45% at 95% 20%, rgba(255, 255, 255, 0.08), transparent 50%);
    }
    body.m-site .page-hero-band-fade {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3.5rem;
        pointer-events: none;
        background: linear-gradient(to bottom, transparent, rgba(248, 250, 252, 0.95));
    }
    body.m-site .page-hero--v2 {
        position: relative;
        z-index: 1;
        max-width: 1120px;
        margin: 0 auto;
        padding: clamp(1.75rem, 3.5vw, 2.5rem) 0 0.5rem;
    }
    body.m-site .page-hero--v2 .hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        margin: 0 0 0.85rem;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.95);
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(6px);
    }
    body.m-site .page-hero--v2 h1 {
        max-width: none;
        font-size: clamp(1.85rem, 4vw, 2.75rem);
        text-wrap: balance;
    }
    body.m-site .page-hero-band--center .page-hero--v2 h1 {
        max-width: 20ch;
        margin-left: auto;
        margin-right: auto;
    }

    /* Legacy page-hero (pages not yet migrated) — keep readable if used outside band */
    body.m-site .gradient-header > .page-hero:not(.page-hero--v2) {
        position: relative;
        z-index: 1;
        background: linear-gradient(145deg, #0d9488 0%, #0f766e 48%, #115e59 100%);
        color: #fff;
        max-width: none;
        margin: 0;
        padding: 2.25rem 1.25rem 3rem;
    }
    body.m-site .gradient-header > .page-hero:not(.page-hero--v2) h1,
    body.m-site .gradient-header > .page-hero:not(.page-hero--v2) .lead,
    body.m-site .gradient-header > .page-hero:not(.page-hero--v2) .article-meta {
        color: #fff;
    }
    body.m-site .gradient-header > .page-hero:not(.page-hero--v2) .breadcrumb,
    body.m-site .gradient-header > .page-hero:not(.page-hero--v2) .breadcrumb a {
        color: rgba(255, 255, 255, 0.88);
    }
    body.m-site.theme-amber .gradient-header > .page-hero:not(.page-hero--v2) {
        background: linear-gradient(145deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
    }
    body.m-site.theme-indigo .gradient-header > .page-hero:not(.page-hero--v2) {
        background: linear-gradient(145deg, #6366f1 0%, #4f46e5 50%, #4338ca 100%);
    }
    body.m-site.theme-sky .gradient-header > .page-hero:not(.page-hero--v2) {
        background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 50%, #0369a1 100%);
    }
    body.m-site.theme-emerald .gradient-header > .page-hero:not(.page-hero--v2) {
        background: linear-gradient(145deg, #10b981 0%, #059669 50%, #047857 100%);
    }
    body.m-site.theme-violet .gradient-header > .page-hero:not(.page-hero--v2) {
        background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 50%, #6d28d9 100%);
    }
    body.m-site.theme-rose .gradient-header > .page-hero:not(.page-hero--v2) {
        background: linear-gradient(145deg, #fb7185 0%, #e11d48 50%, #be123c 100%);
    }

    /* —— Homepage hero: demo panel below nav layer —— */
    body.home-lead-page .hero.hero-v3 {
        position: relative;
        z-index: 1;
    }

    /* Homepage: cleaner badge */
    body.home-lead-page .hero-badge {
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.32);
        backdrop-filter: blur(8px);
        padding: 0.4rem 0.85rem;
        border-radius: 999px;
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0.03em;
    }

    /* Quick nav bar under hero */
    body.home-lead-page .home-quick-nav {
        position: relative;
        z-index: 2;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    @media (max-width: 768px) {
        body.m-site nav.nav .nav-more-panel {
            min-width: 0;
        }
        body.m-site .page-hero-band {
            padding-inline: 1rem;
        }
    }


/* === assets/css/marketing-mobile.css === */
/* —— Homepage hero (home-lead-page) —— */
    @media (max-width: 768px) {
        body.home-lead-page .hero-v2 {
            padding: 0 0 1.5rem;
        }
        body.home-lead-page .hero-inner {
            padding: 0 1rem;
        }
        body.home-lead-page .hero-shell-lead {
            grid-template-columns: 1fr;
            text-align: center;
            padding-top: 1rem;
        }
        body.home-lead-page .hero-copy {
            align-items: center;
        }
        body.home-lead-page .hero-cta-row {
            justify-content: stretch;
            width: 100%;
        }
        body.home-lead-page .hero-cta-row .btn {
            flex: 1 1 100%;
            width: 100%;
        }
        body.home-lead-page .hero-pills {
            justify-content: center;
        }
        body.home-lead-page .hero-stat-cards {
            grid-template-columns: 1fr;
            width: 100%;
        }
        body.home-lead-page .hero-product-shell {
            margin-top: 1rem;
            border-radius: 1rem;
        }
        body.home-lead-page .home-quick-nav-inner {
            justify-content: flex-start;
        }
        body.home-lead-page .home-quick-nav .home-quick-link {
            flex: 1 1 calc(50% - 0.35rem);
            justify-content: center;
            min-width: 0;
        }
        body.home-lead-page .home-quick-nav .home-quick-link--primary {
            flex: 1 1 100%;
        }
    }

    /* —— Global mobile shell (all m-site pages) —— */
    @media (max-width: 768px) {
        body.m-site {
            scroll-padding-top: 4.25rem;
        }
        .page-hero {
            padding: 1.75rem 1rem 2.25rem;
        }
        .page-hero h1 {
            max-width: none;
            font-size: clamp(1.55rem, 6.5vw, 2rem);
        }
        .page-hero .lead {
            font-size: 0.98rem;
            max-width: none;
        }
        .hero-cta {
            flex-direction: column;
            align-items: stretch;
        }
        .hero-cta .btn {
            width: 100%;
            justify-content: center;
        }
        .hero-meta,
        .m-site .hero-pills {
            gap: 0.4rem;
        }
        .section {
            padding: 2rem 1rem;
        }
        .section h2 {
            font-size: 1.35rem;
        }
        .m-site .home-sec {
            padding: 2rem 0;
        }
        .m-site .home-sec-inner {
            padding: 0 1rem;
        }
        .grid-2,
        .grid-3 {
            grid-template-columns: 1fr;
        }
        .two-col {
            grid-template-columns: 1fr;
        }
        .checkbox-grid {
            grid-template-columns: 1fr;
        }
        .link-grid-cards {
            grid-template-columns: 1fr;
        }
        .biz-grid,
        .features-grid,
        .modules-grid {
            grid-template-columns: 1fr;
        }
        .products-grid,
        .portfolio-grid,
        .blog-grid,
        .related-grid,
        .compare-grid,
        .mini-products {
            grid-template-columns: 1fr;
        }
        .split-banner {
            flex-direction: column;
            align-items: flex-start;
            padding: 1.15rem 1.2rem;
        }
        .cta-banner,
        .cta-band {
            flex-direction: column;
            align-items: stretch;
            text-align: left;
        }
        .cta-banner .btn-primary,
        .cta-band .btn-primary {
            width: 100%;
        }
        .page-header-center .page-hero {
            padding-bottom: 2rem;
        }
        .hero-stats {
            gap: 0.5rem;
        }
        .hero-stat {
            min-width: calc(50% - 0.35rem);
            flex: 1 1 calc(50% - 0.35rem);
        }
        .about-stats {
            grid-template-columns: repeat(2, 1fr);
        }
        .card-actions {
            flex-direction: column;
        }
        .card-actions .btn-card-primary,
        .card-actions .btn-card-secondary {
            width: 100%;
            text-align: center;
        }
        .project-actions {
            flex-direction: column;
        }
        .project-actions a {
            width: 100%;
            text-align: center;
        }
        .pricing-banner {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .pricing-banner .btn-primary {
            width: 100%;
        }
        .features-row {
            grid-template-columns: 1fr;
        }
        .page-cta-band {
            padding: 2rem 1rem;
        }
        .page-cta-band-actions {
            flex-direction: column;
            align-items: stretch;
        }
        .page-cta-band-actions .btn {
            width: 100%;
        }
        .error-page {
            min-height: auto;
            padding: 2rem 1rem;
        }
        .article-body {
            max-width: none;
        }
        .portal-links {
            flex-direction: column;
            align-items: stretch;
        }
        .portal-links a {
            text-align: center;
        }
    }

    @media (max-width: 480px) {
        .about-stats {
            grid-template-columns: 1fr 1fr;
        }
        .hero-stat {
            min-width: 100%;
        }
        .breadcrumb {
            font-size: 0.78rem;
        }
        .home-product-nav {
            flex-direction: column;
            align-items: stretch;
        }
        .home-product-nav a {
            justify-content: center;
        }
    }

    /* Prevent horizontal scroll from wide tables / pre */
    @media (max-width: 768px) {
        body.m-site,
        body.home-lead-page {
            overflow-x: hidden;
        }
        img,
        video {
            max-width: 100%;
            height: auto;
        }
    }


/* === assets/css/marketing-mobile-app.css === */
/* —— PWA / native shell —— */
    @media (max-width: 768px) {
        html {
            -webkit-text-size-adjust: 100%;
        }
        body.m-site,
        body.home-lead-page {
            padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0));
            -webkit-tap-highlight-color: transparent;
        }
        body.m-site main,
        body.home-lead-page main {
            padding-bottom: 0.5rem;
        }

        /* Compact sticky header */
        body.m-site nav.nav .nav-inner {
            padding: 0.5rem 0.85rem;
            min-height: 3rem;
        }
        body.m-site nav.nav .logo-img {
            height: 32px;
            max-width: 128px;
        }
        body.m-site nav.nav .logo {
            padding: 0.26rem 0.45rem;
        }
        body.m-site nav.nav .nav-links .btn {
            padding: 0.42rem 0.65rem;
            font-size: 0.76rem;
        }
        body.m-site nav.nav .btn-whatsapp {
            display: none;
        }
        body.m-site nav.nav .nav-links .btn-primary {
            display: none;
        }

        /* Bottom tab bar */
        .app-tabbar {
            display: flex;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 950;
            align-items: stretch;
            justify-content: space-around;
            gap: 0;
            padding: 0.35rem 0.25rem calc(0.35rem + env(safe-area-inset-bottom, 0));
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(20px) saturate(1.3);
            -webkit-backdrop-filter: blur(20px) saturate(1.3);
            border-top: 1px solid rgba(148, 163, 184, 0.35);
            box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.1);
        }
        .app-tab {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.15rem;
            min-height: 3.25rem;
            min-width: 0;
            padding: 0.25rem 0.15rem;
            text-decoration: none;
            color: #64748b;
            border-radius: 0.65rem;
            transition: color 0.15s, background 0.15s;
            -webkit-tap-highlight-color: transparent;
            touch-action: manipulation;
        }
        .app-tab-icon,
        .app-tab-svg {
            width: 1.35rem;
            height: 1.35rem;
            flex-shrink: 0;
            opacity: 0.88;
        }
        .app-tab-label {
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            line-height: 1.1;
            text-align: center;
        }
        .app-tab.is-active {
            color: #0f766e;
            background: rgba(13, 148, 136, 0.1);
        }
        .app-tab.is-active .app-tab-icon,
        .app-tab.is-active .app-tab-svg {
            opacity: 1;
        }
        .app-tab--accent.is-active,
        .app-tab--accent:active {
            color: #0f766e;
        }
        .app-tab--wa .app-tab-icon,
        .app-tab--wa .app-tab-svg {
            width: 1.25rem;
            height: 1.25rem;
        }
        .app-tab--wa.is-active,
        .app-tab--wa:active {
            color: #16a34a;
            background: rgba(34, 197, 94, 0.1);
        }
        .app-tab:active {
            background: rgba(148, 163, 184, 0.15);
        }

        /* Hide legacy homepage sticky bar — tab bar replaces it */
        body.home-lead-page .home-sticky-cta {
            display: none !important;
        }

        /* —— Homepage v3 app layout —— */
        body.home-lead-page .home-quick-nav {
            display: none;
        }
        body.home-lead-page .hero-v3-copy .hero-cta-row .btn-ghost {
            display: none;
        }
        body.home-lead-page .home-demo-sec {
            margin-top: -1.25rem;
            padding-inline: 0.85rem;
        }

        /* —— Inner page hero band —— */
        body.m-site .page-hero-band {
            padding-inline: 0.85rem;
            padding-bottom: 2rem;
        }
        body.m-site .page-hero--v2 {
            padding-top: 1.25rem;
        }
        body.m-site .page-hero--v2 h1 {
            font-size: clamp(1.5rem, 6.5vw, 2rem);
        }
        body.m-site .page-hero--v2 .hero-meta {
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding-bottom: 0.2rem;
        }
        body.m-site .page-hero--v2 .hero-meta::-webkit-scrollbar {
            display: none;
        }
        body.m-site .page-hero--v2 .hero-pill {
            flex-shrink: 0;
        }
        body.m-site .hero-cta .btn {
            min-height: 2.85rem;
            font-size: 0.95rem;
            border-radius: 0.85rem;
            touch-action: manipulation;
        }

        /* App-style cards */
        body.m-site .card,
        body.m-site .feature-card,
        body.m-site .module-card,
        body.m-site .biz-card,
        body.m-site .product-card,
        body.m-site .blog-card,
        body.m-site .project-card {
            border-radius: 1rem;
        }
        body.m-site .home-faq-item,
        body.m-site details.faq-item {
            border-radius: 1rem;
        }
        body.m-site .demo-wrap {
            border-radius: 1.15rem;
            padding: 1.25rem 1rem;
        }

        /* App-style section rhythm */
        body.m-site .home-sec,
        body.home-lead-page .home-sec {
            padding: 2rem 0.85rem;
        }
        body.m-site main .section {
            padding-left: 0.85rem;
            padding-right: 0.85rem;
        }
        /* Footer breathing room above tab bar */
        body.m-site .site-footer {
            padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0));
        }

        /* WhatsApp float hidden — tab bar has WhatsApp */
        .ab-whatsapp-float {
            display: none !important;
        }
    }

    @media (min-width: 769px) {
        .app-tabbar {
            display: none;
        }
    }

    @media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
        .app-tabbar {
            animation: appTabbarIn 0.35s ease-out;
        }
        @keyframes appTabbarIn {
            from { transform: translateY(100%); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
    }


/* === assets/css/marketing-nav.css === */
/* Shared header — desktop row + hamburger below 1180px */
body.m-site nav.nav .nav-inner,
nav.nav .nav-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.7rem 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: nowrap;
}
body.m-site nav.nav .logo,
nav.nav .logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0.32rem 0.65rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}
body.m-site nav.nav .logo:hover,
nav.nav .logo:hover {
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    opacity: 1;
}
body.m-site nav.nav .logo-img,
nav.nav .logo-img {
    height: 36px !important;
    width: auto !important;
    max-width: 156px !important;
    object-fit: contain;
    display: block;
    filter: none !important;
    opacity: 1 !important;
}
body.m-site nav.nav .nav-toggle,
nav.nav .nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-left: auto;
    padding: 0.45rem 0.8rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
}
body.m-site nav.nav .nav-toggle:hover,
nav.nav .nav-toggle:hover {
    background: rgba(255,255,255,0.2);
}
body.m-site nav.nav .nav-links,
nav.nav .nav-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.15rem 0.55rem;
    overflow: visible;
}
body.m-site nav.nav .nav-menu,
nav.nav .nav-menu {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
    overflow: visible;
}
body.m-site nav.nav .nav-links > a:not(.btn),
nav.nav .nav-links > a:not(.btn) {
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.3rem 0.1rem;
}
body.m-site nav.nav .nav-links > a:not(.btn):hover,
nav.nav .nav-links > a:not(.btn):hover {
    color: #fff;
    text-decoration: underline;
}
body.m-site nav.nav .nav-links > a[aria-current="page"],
nav.nav .nav-links > a[aria-current="page"] {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
body.m-site nav.nav .nav-links .btn,
nav.nav .nav-links .btn {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.48rem 0.85rem;
    font-size: 0.8rem;
    text-decoration: none;
}
body.m-site nav.nav .btn-whatsapp,
nav.nav .btn-whatsapp {
    background: #128c7e !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(18, 140, 126, 0.4);
}
body.m-site nav.nav .btn-whatsapp:hover,
nav.nav .btn-whatsapp:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}
body.m-site nav.nav .nav-more,
nav.nav .nav-more {
    position: relative;
    display: inline-block;
    width: max-content;
    flex: 0 0 auto;
    vertical-align: middle;
    z-index: 510;
}
body.m-site nav.nav .nav-more summary,
nav.nav .nav-more summary {
    list-style: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.3rem 0.35rem;
    white-space: nowrap;
    outline: none;
}
body.m-site nav.nav .nav-more summary:focus-visible,
nav.nav .nav-more summary:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
    border-radius: 0.25rem;
}
body.m-site nav.nav .nav-more summary::-webkit-details-marker,
nav.nav .nav-more summary::-webkit-details-marker {
    display: none;
}
body.m-site nav.nav .nav-more summary:hover,
nav.nav .nav-more summary:hover {
    color: #fff;
    text-decoration: underline;
}
body.m-site nav.nav .nav-products summary[aria-current="page"],
nav.nav .nav-products summary[aria-current="page"] {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
body.m-site nav.nav .nav-more-panel,
nav.nav .nav-more-panel {
    display: none;
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: auto;
    min-width: 13rem;
    padding: 0.35rem 0;
    border-radius: 0.75rem;
    background: #fff !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    box-shadow: 0 22px 44px -8px rgba(15, 23, 42, 0.22) !important;
    z-index: 520;
}
body.m-site nav.nav .nav-more:not(.nav-products) .nav-more-panel,
nav.nav .nav-more:not(.nav-products) .nav-more-panel {
    left: auto;
    right: 0;
}
body.m-site nav.nav .nav-more[open] .nav-more-panel,
nav.nav .nav-more[open] .nav-more-panel {
    display: block;
}
body.m-site nav.nav .nav-more-panel a,
nav.nav .nav-more-panel a {
    display: block;
    padding: 0.5rem 1rem;
    color: #334155 !important;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 600;
}
body.m-site nav.nav .nav-more-panel a:hover,
nav.nav .nav-more-panel a:hover {
    background: #f0fdfa !important;
    color: #0f766e !important;
    text-decoration: none !important;
}

/* Hamburger — tablets / narrow desktops */
@media (max-width: 1180px) {
    body.m-site nav.nav .nav-inner,
    nav.nav .nav-inner {
        flex-wrap: wrap;
    }
    body.m-site nav.nav .nav-toggle,
    nav.nav .nav-toggle {
        display: inline-flex !important;
    }
    body.m-site nav.nav .nav-menu,
    nav.nav .nav-menu {
        display: none;
        flex: 1 1 100%;
        width: 100%;
        justify-content: stretch;
        padding-top: 0.35rem;
    }
    body.m-site nav.nav .nav-menu.is-open,
    nav.nav .nav-menu.is-open {
        display: block !important;
    }
    body.m-site nav.nav .nav-links,
    nav.nav .nav-links {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0.1rem;
    }
    body.m-site nav.nav .nav-links > a:not(.btn),
    nav.nav .nav-links > a:not(.btn) {
        padding: 0.6rem 0.35rem;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        font-size: 0.92rem;
    }
    body.m-site nav.nav .nav-links .btn,
    nav.nav .nav-links .btn {
        margin-top: 0.4rem;
        justify-content: center;
        width: 100%;
        font-size: 0.9rem;
        padding: 0.7rem 1rem;
    }
    body.m-site nav.nav .nav-more,
    nav.nav .nav-more {
        display: block;
        width: 100%;
    }
    body.m-site nav.nav .nav-more summary,
    nav.nav .nav-more summary {
        display: block;
        padding: 0.6rem 0.35rem;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        font-size: 0.92rem;
    }
    /* Nested accordion — dark glass, not white desktop cards */
    body.m-site nav.nav .nav-more .nav-more-panel,
    nav.nav .nav-more .nav-more-panel {
        position: static !important;
        display: none;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        background: rgba(255, 255, 255, 0.06) !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0.15rem 0 0.35rem !important;
        min-width: 0 !important;
        margin: 0 0 0.15rem;
        border-radius: 0.5rem;
    }
    body.m-site nav.nav .nav-more[open] .nav-more-panel,
    nav.nav .nav-more[open] .nav-more-panel {
        display: block !important;
    }
    body.m-site nav.nav .nav-more-panel a,
    nav.nav .nav-more-panel a {
        padding: 0.55rem 0.75rem 0.55rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 0.88rem;
        color: rgba(255, 255, 255, 0.92) !important;
        background: transparent !important;
    }
    body.m-site nav.nav .nav-more-panel a:hover,
    nav.nav .nav-more-panel a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
    }
}
@media (max-width: 480px) {
    body.m-site nav.nav .logo-img,
    nav.nav .logo-img {
        height: 34px !important;
        max-width: 132px !important;
    }
    body.m-site nav.nav .logo,
    nav.nav .logo {
        padding: 0.28rem 0.5rem;
        border-radius: 0.5rem;
    }
    body.m-site nav.nav .nav-inner,
    nav.nav .nav-inner {
        padding: 0.65rem 0.85rem;
    }
}


/* === assets/css/marketing-footer.css === */
.site-footer {
    background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
    color: rgba(226, 232, 240, 0.78);
    padding: 3.25rem 1.25rem 1.75rem;
    font-size: 0.875rem;
    display: block !important;
    visibility: visible !important;
}
.site-footer .footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: block !important;
}
.site-footer .footer-top {
    display: grid !important;
    grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(0, 1fr));
    gap: 2rem 1.75rem;
    margin-bottom: 1.75rem;
    align-items: start;
}
.site-footer .footer-brand {
    padding-right: 0.5rem;
}
.site-footer .footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.65rem;
    border-radius: 0.65rem;
    background: #fff;
    margin-bottom: 0.85rem;
}
.site-footer .footer-logo {
    height: 34px !important;
    width: auto !important;
    max-width: 160px !important;
    object-fit: contain;
    display: block;
    filter: none;
    opacity: 1;
}
.site-footer .footer-brand p {
    margin: 0;
    color: rgba(148, 163, 184, 0.95);
    max-width: 20rem;
    line-height: 1.55;
    font-size: 0.84rem;
}
.site-footer .footer-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    color: #5eead4 !important;
    font-weight: 650;
    text-decoration: none !important;
    font-size: 0.88rem;
}
.site-footer .footer-wa-link:hover {
    color: #99f6e4 !important;
    text-decoration: underline !important;
}
.site-footer .btn-whatsapp {
    background: #128c7e;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0.6rem 1.1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none !important;
}
.site-footer .footer-col h2 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(148, 163, 184, 0.85);
    margin: 0 0 0.9rem;
    font-weight: 700;
}
.site-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-col li {
    margin: 0 0 0.5rem;
}
.site-footer .footer-col a {
    color: rgba(226, 232, 240, 0.88);
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.35;
    transition: color 0.15s ease;
}
.site-footer .footer-col a:hover {
    color: #5eead4;
}
.site-footer .footer-cities {
    margin-bottom: 0;
    padding-top: 0;
}
.site-footer .footer-meta-rows {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    margin-bottom: 1.75rem;
}
.site-footer .footer-markets h2,
.site-footer .footer-cities h2 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(148, 163, 184, 0.85);
    margin: 0 0 0.75rem;
    font-weight: 700;
}
.site-footer .footer-city-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-city-chips a {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.9);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.18);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.site-footer .footer-city-chips a:hover {
    color: #99f6e4;
    border-color: rgba(45, 212, 191, 0.35);
    background: rgba(45, 212, 191, 0.08);
}
.site-footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.25rem;
    font-size: 0.8rem;
    color: rgba(148, 163, 184, 0.85);
}
.site-footer .footer-bottom p {
    margin: 0;
}
.site-footer .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.1rem;
}
.site-footer .footer-bottom-links a {
    color: rgba(226, 232, 240, 0.7);
    text-decoration: none;
    font-size: 0.8rem;
}
.site-footer .footer-bottom-links a:hover {
    color: #5eead4;
}
@media (max-width: 900px) {
    .site-footer .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .site-footer .footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
        max-width: 36rem;
    }
}
@media (max-width: 560px) {
    .site-footer {
        padding: 2.5rem 1rem calc(6.5rem + env(safe-area-inset-bottom, 0));
    }
    .site-footer .footer-top {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    .site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* === assets/css/demo-form.css === */
.demo-features-wrap[hidden],
    .demo-feature-group[hidden],
    .demo-feature-group.is-hidden,
    #demo-size-wrap[hidden] {
        display: none !important;
    }
    .demo-more-fields {
        margin: 0 0 0.75rem;
        border: 1px dashed rgba(148, 163, 184, 0.45);
        border-radius: 0.75rem;
        padding: 0.65rem 0.85rem;
        background: rgba(248, 250, 252, 0.85);
    }
    .demo-more-fields summary {
        cursor: pointer;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--slate-700);
        list-style: none;
    }
    .demo-more-fields summary::-webkit-details-marker { display: none; }
    .demo-more-fields[open] { padding-bottom: 0.25rem; }
    .demo-more-fields .form-group:first-of-type { margin-top: 0.75rem; }
    .demo-feature-group.is-visible {
        display: grid !important;
    }


/* === assets/css/whatsapp-float.css === */
.ab-whatsapp-float {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.05rem 0.75rem 0.85rem;
    border-radius: 999px;
    background: #128c7e;
    color: #fff !important;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ab-whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(18, 140, 126, 0.55);
    color: #fff !important;
}
.ab-whatsapp-float-icon {
    width: 1.45rem;
    height: 1.45rem;
    flex-shrink: 0;
}
@media (max-width: 520px) {
    .ab-whatsapp-float {
        right: 0.85rem;
        bottom: 0.85rem;
        padding: 0.8rem;
        border-radius: 50%;
    }
    .ab-whatsapp-float-text { display: none; }
}
@media (min-width: 769px) {
    body:not(.home-lead-page) {
        padding-bottom: 4.5rem;
    }
    body.home-lead-page {
        padding-bottom: 5rem;
    }
}
@media (max-width: 768px) {
    .ab-whatsapp-float {
        display: none !important;
    }
}

