/* --- block 1 --- */
/* ===== MINIMALIST HERO (from landing.htm) ===== */
        .hero-min .hero-min-inner { max-width: 820px; margin: 0 auto; text-align: center; }
        .hero-min .hero-eyebrow { margin-left: auto; margin-right: auto; }
        .hero-min h1 { text-align: center; font-size: clamp(2.2rem, 1.2rem + 4.2vw, 4.2rem); max-width: 820px; margin-left: auto; margin-right: auto; letter-spacing: -0.03em; line-height: 1.1; }
        .hero-min .hero-sub { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; font-weight: 500; color: rgba(255,255,255,0.75); }
        .hero-min .hero-services { justify-content: center; margin-left: auto; margin-right: auto; max-width: 680px; }
        .hero-min .hero-tag:hover { border-color: rgba(205,0,26,0.5); color: rgba(255,120,130,0.95); }
        .hero-min .hero-tag.vciso-tag { text-transform: none; }
        .hero-min .hero-min-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: clamp(36px, 6vh, 60px); opacity: 0; animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.85s forwards; }
        .hero-trust { display: flex; justify-content: center; align-items: center; gap: 14px; font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.55); letter-spacing: 0.02em; flex-wrap: wrap; opacity: 0; animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 1.1s forwards; }
        .hero-trust strong { color: rgba(255,255,255,0.92); font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em; margin-right: 6px; }
        .hero-trust-sep { color: rgba(255,255,255,0.22); font-size: 1rem; }
        @media (max-width: 480px) { .hero-trust { gap: 10px; font-size: 0.82rem; } .hero-trust-sep { display: none; } }
        @media (prefers-reduced-motion: reduce) { .hero-min .hero-min-cta, .hero-trust { opacity: 1 !important; animation: none !important; } }

        /* ===== SERVICES SECTION ===== */
        .loc-services { background: var(--white); }
        .services-primary { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 28px; }
        .services-secondary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 28px; }
        .services-tertiary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
        .svc-card.dark-card { background: var(--black-rich); border-color: transparent; }
        .svc-card.dark-card h3 { color: var(--white); }
        .svc-card.dark-card p { color: var(--gray-300); }
        .svc-card.dark-card .svc-link { color: var(--red-bright); }
        .svc-card.dark-card::after { display: none; }
        .svc-card.dark-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.2); border-color: rgba(205,0,26,0.2); }

        /* ===== WHY SECTION ===== */
        .loc-why { background: var(--off-white); }
        .seo-section { background: var(--white); border-top: 1px solid var(--gray-100); }
        .seo-content { max-width: 1100px; }
        .loc-why-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 70px;
            align-items: center;
        }
        .loc-why-content h2 {
            font-family: var(--font-display);
            font-size: 2.25rem; color: var(--black); margin-bottom: 18px; line-height: 1;
        }
        .loc-why-content > p {
            color: var(--section-text); font-size: 1rem; line-height: 1.6; margin-bottom: 30px;
        }
        .loc-why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

        /* Why list bullets */
        .why-list { display: flex; flex-direction: column; gap: 20px; }
        .why-item { display: flex; gap: 16px; align-items: flex-start; }
        .why-bullet {
            width: 28px; height: 28px; border-radius: 6px;
            background: var(--red-glow);
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0; margin-top: 2px;
        }
        .why-bullet svg { width: 14px; height: 14px; color: var(--red); }
        .why-item h4 { font-size: 1rem; font-weight: 600; color: var(--black); margin-bottom: 3px; }
        .why-item p { font-size: 0.88rem; color: var(--section-text); line-height: 1.5; }

        /* ===== OTHER LOCATIONS ===== */
        .other-locations {
            background: var(--off-white);
            padding: 60px 0;
            border-top: 1px solid var(--gray-100);
        }
        .other-locations-inner { text-align: center; }
        .other-locations-inner h2 {
            font-family: var(--font-display);
            font-size: 1.5rem; color: var(--black); margin-bottom: 12px;
        }
        .other-locations-inner p {
            font-size: 1rem; color: var(--section-text);
            margin-bottom: 28px; max-width: 500px;
            margin-left: auto; margin-right: auto;
        }
        .loc-cities { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 24px; }
        .loc-all { font-size: 0.88rem; font-weight: 600; color: var(--red); }
        .loc-all:hover { text-decoration: underline; }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .services-primary { grid-template-columns: 1fr; }
            .services-secondary { grid-template-columns: 1fr 1fr; }
            .services-tertiary { grid-template-columns: 1fr 1fr; }
            .loc-why-grid { grid-template-columns: 1fr; gap: 40px; }
        }
        @media (max-width: 768px) {
            .services-secondary { grid-template-columns: 1fr; }
            .services-tertiary { grid-template-columns: 1fr; }
        }
        @media (max-width: 480px) {
            .loc-why-stats { grid-template-columns: 1fr; }
        }
