    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    :root {
        --dark: #08152A;
        --darker: #050B16;
        --footer: #0F1B33;
        --light-bg: #F7F9FC;
        --body-text: #1A1A2E;
        --green: #1A7A4C;
        --green-h: #156040;
        --gold: #B8860B;
        --gold2: #C9A45D;
        --muted: rgba(255, 255, 255, 0.72);
        --border: rgba(255, 255, 255, 0.10);
        --max: 1200px;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        font-family: 'Inter', system-ui, sans-serif;
        background: #fff;
        color: var(--body-text);
        line-height: 1.6;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
    img {
        display: block;
        max-width: 100%;
    }
    /* ── NAV floating pill ──────────────────────────────── */
    .site-nav {
        position: fixed;
        top: 16px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 200;
        width: calc(100% - 48px);
        max-width: 1180px;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(14px);
        border-radius: 999px;
        padding: 0 24px;
        box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
    }
    .nav-inner {
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }
    .nav-logo img {
        height: 38px;
    }
    .nav-links {
        display: flex;
        align-items: center;
        gap: 6px;
        list-style: none;
    }
    .nav-links a {
        font-size: 14px;
        font-weight: 500;
        color: var(--dark);
        padding: 6px 14px;
        border-radius: 999px;
        transition: background .18s;
    }
    .nav-links a:hover {
        background: rgba(8, 21, 42, .07);
    }
    .nav-ctas {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }
    .nav-call {
        font-size: 14px;
        font-weight: 700;
        color: #c0392b;
        padding: 8px 16px;
    }
    .btn-green {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background: var(--green);
        padding: 10px 22px;
        border-radius: 999px;
        transition: background .18s;
        white-space: nowrap;
    }
    .btn-green:hover {
        background: var(--green-h);
    }
    /* ── HERO ───────────────────────────────────────────── */
    .om-hero {
        position: relative;
        min-height: 100vh;
        background: var(--dark);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .om-media-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
    }
    .om-media-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: .55;
    }
    .om-hero-shade {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(100deg, rgba(8, 21, 42, 0.88) 0%, rgba(8, 21, 42, 0.55) 50%, rgba(8, 21, 42, 0.10) 100%);
    }
    .om-hero-inner {
        position: relative;
        z-index: 2;
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
        max-width: var(--max);
        width: 100%;
        margin: 0 auto;
        padding: 140px 48px 80px;
    }
    .hero-label {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 18px;
    }
    .om-hero h1 {
        font-size: clamp(30px, 4vw, 35px);
        font-weight: 700;
        line-height: 1.12;
        letter-spacing: -.5px;
        color: #fff;
        margin-bottom: 20px;
    }
    .hero-desc {
        font-size: 18px;
        color: var(--muted);
        line-height: 1.75;
        margin-bottom: 36px;
        max-width: 460px;
    }
    .hero-ctas {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 16px;
    }
    .btn-hero-primary {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: var(--green);
        padding: 13px 28px;
        border-radius: 999px;
        transition: background .18s;
    }
    .btn-hero-primary:hover {
        background: var(--green-h);
    }
    .btn-hero-outline {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
        padding: 13px 28px;
        border-radius: 999px;
        border: 1.5px solid rgba(255, 255, 255, 0.22);
        transition: background .18s;
    }
    .btn-hero-outline:hover {
        background: rgba(255, 255, 255, 0.14);
    }
    .hero-note {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.38);
        font-style: italic;
    }
    /* Primo screening card (right col) */
    .hero-screening {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 20px;
        padding: 32px;
        backdrop-filter: blur(8px);
        max-width: 380px;
        justify-self: end;
    }
    .screening-label {
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--gold2);
        margin-bottom: 6px;
    }
    .screening-title {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 18px;
    }
    .screening-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .screening-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.75);
    }
    .screening-list li::before {
        content: '';
        flex-shrink: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--gold2);
        margin-top: 7px;
    }
    /* ── TICKER ─────────────────────────────────────────── */
    .om-media-strip {
        background: var(--darker);
        padding: 18px 0;
        overflow: hidden;
        position: relative;
        z-index: 3;
    }
    .ticker-track {
        display: flex;
        gap: 60px;
        white-space: nowrap;
        animation: ticker 28s linear infinite;
    }
    .ticker-track span {
        font-size: 18px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.85);
        flex-shrink: 0;
    }
    .ticker-track span::before {
        content: '·';
        margin-right: 60px;
        color: var(--gold2);
    }
    @keyframes ticker {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
    /* ── SCENE SPLIT ────────────────────────────────────── */
    .om-scene-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
        background: #fff;
        padding: 120px 48px;
        max-width: 100%;
    }
    .scene-inner {
        max-width: var(--max);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
        width: 100%;
    }
    .scene-label {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(26, 26, 46, 0.45);
        margin-bottom: 14px;
    }
    .om-scene-split h2 {
        font-size: clamp(22px, 2.8vw, 36px);
        font-weight: 700;
        line-height: 1.25;
        color: var(--body-text);
        margin-bottom: 20px;
    }
    .om-scene-split p {
        font-size: 16px;
        color: rgba(26, 26, 46, 0.7);
        line-height: 1.8;
        margin-bottom: 16px;
    }
    .scene-img {
        border-radius: 20px;
        overflow: hidden;
    }
    .scene-img img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        border-radius: 20px;
    }
    /* ── CHAPTERS (3 steps) ─────────────────────────────── */
    .om-chapters {
        background: var(--light-bg);
        padding: 120px 48px;
    }
    .chapters-inner {
        max-width: var(--max);
        margin: 0 auto;
    }
    .chapters-header {
        margin-bottom: 64px;
    }
    .chapters-label {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(26, 26, 46, 0.45);
        margin-bottom: 12px;
    }
    .chapters-header h2 {
        font-size: clamp(22px, 2.8vw, 36px);
        font-weight: 700;
        color: var(--body-text);
        max-width: 600px;
    }
    .chapters-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
    .chapter-card {
        background: #fff;
        border-radius: 20px;
        padding: 36px 32px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    }
    .chapter-num {
        font-size: 12px;
        font-weight: 700;
        color: rgba(26, 26, 46, 0.35);
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    .chapter-card h3 {
        font-size: 18px;
        font-weight: 700;
        color: var(--body-text);
        margin-bottom: 12px;
        line-height: 1.3;
    }
    .chapter-card p {
        font-size: 14px;
        color: rgba(26, 26, 46, 0.65);
        line-height: 1.75;
    }
    /* ── SERVICES / PILLS ───────────────────────────────── */
    .om-services {
        background: #fff;
        padding: 120px 48px;
    }
    .services-inner {
        max-width: var(--max);
        margin: 0 auto;
    }
    .services-header {
        margin-bottom: 56px;
    }
    .services-label {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(26, 26, 46, 0.40);
        margin-bottom: 12px;
    }
    .services-header h2 {
        font-size: clamp(22px, 2.8vw, 36px);
        font-weight: 700;
        color: var(--body-text);
        max-width: 680px;
        margin-bottom: 12px;
    }
    .services-header p {
        font-size: 16px;
        color: rgba(26, 26, 46, 0.65);
        max-width: 560px;
        line-height: 1.7;
    }
    .pills-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    .pill-card {
        display: flex;
        flex-direction: column;
        border: 1.5px solid rgba(26, 26, 46, 0.10);
        border-radius: 20px;
        padding: 28px 24px;
        transition: border-color .2s, box-shadow .2s, transform .18s;
        background: #fff;
    }
    .pill-card:hover {
        border-color: rgba(26, 122, 76, 0.35);
        box-shadow: 0 6px 28px rgba(26, 122, 76, 0.08);
        transform: translateY(-2px);
    }
    .pill-tag {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: rgba(26, 26, 46, 0.38);
        margin-bottom: 10px;
    }
    .pill-card h3 {
        font-size: 15px;
        font-weight: 700;
        color: var(--body-text);
        line-height: 1.4;
        margin-bottom: 8px;
    }
    .pill-card p {
        font-size: 13px;
        color: rgba(26, 26, 46, 0.55);
        line-height: 1.65;
        flex: 1;
        margin-bottom: 18px;
    }
    .pill-link {
        font-size: 13px;
        font-weight: 700;
        color: var(--green);
        display: flex;
        align-items: center;
        gap: 5px;
        transition: gap .18s;
    }
    .pill-card:hover .pill-link {
        gap: 9px;
    }
    /* ── CASES ──────────────────────────────────────────── */
    .om-cases {
        background: var(--dark);
        padding: 120px 48px;
    }
    .cases-inner {
        max-width: var(--max);
        margin: 0 auto;
    }
    .cases-label {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.38);
        margin-bottom: 12px;
    }
    .cases-inner h2 {
        font-size: clamp(22px, 2.8vw, 36px);
        font-weight: 700;
        color: #fff;
        max-width: 700px;
        margin-bottom: 48px;
        line-height: 1.3;
    }
    .cases-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .case-card {
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .case-img {
        height: 200px;
        background: rgba(255, 255, 255, 0.05);
        overflow: hidden;
    }
    .case-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .7;
    }
    .case-body {
        padding: 24px;
    }
    .case-type {
        font-size: 13px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.55);
        margin-bottom: 6px;
    }
    .case-amount {
        font-size: 26px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 8px;
    }
    .case-body p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.55);
        line-height: 1.6;
    }
    /* ── CONTACT CTA ────────────────────────────────────── */
    .om-contact-final {
        background: var(--dark);
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }
    .contact-inner {
        max-width: var(--max);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 48px;
        align-items: center;
        padding: 80px 48px;
    }
    .contact-inner h2 {
        font-size: clamp(22px, 2.5vw, 34px);
        font-weight: 700;
        color: #fff;
        max-width: 560px;
        line-height: 1.3;
    }
    /* ── FOOTER ─────────────────────────────────────────── */
    .site-footer {
        background: var(--footer);
        padding: 72px 48px 36px;
    }
    .footer-inner {
        max-width: var(--max);
        margin: 0 auto;
    }
    .footer-top {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 56px;
        padding-bottom: 48px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        margin-bottom: 32px;
    }
    .footer-brand-name {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }
    .footer-brand p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.45);
        line-height: 1.75;
        max-width: 300px;
    }
    .footer-col h4 {
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.35);
        margin-bottom: 16px;
    }
    .footer-col ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }
    .footer-col ul a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.55);
        transition: color .18s;
    }
    .footer-col ul a:hover {
        color: #fff;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }
    .footer-bottom p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.25);
    }
    .footer-bottom a {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.35);
    }
    .footer-bottom a:hover {
        color: #fff;
    }
    .footer-legal {
        display: flex;
        gap: 16px;
    }
    /* ── FAB (floating action buttons) ─────────────────── */
    .fab-phone {
        position: fixed;
        bottom: 80px;
        right: 20px;
        z-index: 300;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: var(--dark);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }
    .fab-wa {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 300;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #25D366;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    }
    .fab-wa svg,
    .fab-phone svg {
        width: 22px;
        height: 22px;
    }
    /* ── SEO CONTENT SECTION ────────────────────────────── */
    .om-seo-content {
        background: var(--light-bg);
        padding: 120px 48px;
    }
    .seo-content-inner {
        max-width: var(--max);
        margin: 0 auto;
    }
    /* due colonne */
    .seo-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 72px;
        align-items: start;
        margin-bottom: 72px;
    }
    .seo-col-label {
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(26, 26, 46, 0.40);
        margin-bottom: 14px;
    }
    .seo-col-left h2 {
        font-size: clamp(22px, 2.8vw, 36px);
        font-weight: 700;
        color: var(--body-text);
        line-height: 1.25;
        margin-bottom: 18px;
    }
    .seo-col-left p {
        font-size: 16px;
        color: rgba(26, 26, 46, 0.65);
        line-height: 1.8;
        margin-bottom: 12px;
    }
    .seo-col-right {}
    .seo-img-placeholder {
        width: 100%;
        aspect-ratio: 4/3;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #8a94a6;
        font-size: 14px;
    }
    .seo-img-placeholder svg {
        opacity: .5;
    }
    /* tag cloud */
    .seo-tags-block {
        margin-bottom: 72px;
    }
    .seo-tags-title {
        font-size: 16px;
        font-weight: 700;
        color: var(--body-text);
        margin-bottom: 18px;
    }
    .seo-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .seo-tag {
        display: inline-block;
        padding: 8px 18px;
        border: 1.5px solid rgba(26, 26, 46, 0.18);
        border-radius: 999px;
        font-size: 13px;
        font-weight: 500;
        color: var(--body-text);
        background: #fff;
        transition: border-color .18s, background .18s, color .18s;
        cursor: pointer;
    }
    .seo-tag:hover {
        border-color: var(--green);
        background: var(--green);
        color: #fff;
    }
    /* mappa */
    .seo-map-block {}
    .seo-map-header {
        margin-bottom: 20px;
    }
    .seo-map-header h3 {
        font-size: 20px;
        font-weight: 700;
        color: var(--body-text);
        margin-bottom: 6px;
    }
    .seo-map-header p {
        font-size: 14px;
        color: rgba(26, 26, 46, 0.55);
    }
    .seo-map-wrap {
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(26, 26, 46, 0.10);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
        height: 420px;
        position: relative;
    }
    .seo-map-wrap iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }
    .seo-map-label {
        position: absolute;
        top: 16px;
        left: 56px;
        z-index: 999;
        background: var(--dark);
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        padding: 8px 16px;
        border-radius: 999px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    }
    /* ── RESPONSIVE ─────────────────────────────────────── */
    @media (max-width: 960px) {
        .om-hero-inner {
            grid-template-columns: 1fr;
            padding: 130px 24px 60px;
        }
        .hero-screening {
            display: none;
        }
        .scene-inner {
            grid-template-columns: 1fr;
        }
        .seo-cols {
            grid-template-columns: 1fr;
            gap: 40px;
        }
        .chapters-grid {
            grid-template-columns: 1fr;
        }
        .pills-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .cases-grid {
            grid-template-columns: 1fr;
        }
        .contact-inner {
            grid-template-columns: 1fr;
        }
        .footer-top {
            grid-template-columns: 1fr 1fr;
        }
        .footer-brand {
            grid-column: 1/-1;
        }
        .nav-links {
            display: none;
        }
        .om-scene-split,
        .om-chapters,
        .om-services,
        .om-cases,
        .om-seo-content {
            padding-left: 24px;
            padding-right: 24px;
        }
        .site-footer {
            padding-left: 24px;
            padding-right: 24px;
        }
        .seo-map-wrap {
            height: 300px;
        }
    }
    @media (max-width: 560px) {
        .pills-grid {
            grid-template-columns: 1fr;
        }
        .seo-tags {
            gap: 8px;
        }
        .seo-tag {
            font-size: 12px;
            padding: 7px 14px;
        }
        .seo-map-wrap {
            height: 260px;
        }
    }