/* —— 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;
    }
