.pf-landing {
    --premium-navy: #07111f;
    --premium-navy-2: #0d1b2e;
    --premium-gold: #d4a853;
    --premium-gold-soft: rgba(212, 168, 83, 0.18);
    --premium-glass: rgba(255, 255, 255, 0.09);
    --premium-glass-line: rgba(255, 255, 255, 0.18);
    --premium-on-dark: #ffffff;
    --premium-on-dark-muted: rgba(255, 255, 255, 0.82);
    --premium-on-dark-soft: rgba(255, 255, 255, 0.72);
    --premium-gold-readable: #f4cf7d;
    --premium-depth: 0 26px 72px rgba(0, 0, 0, 0.28);
    background: var(--pf-paper);
}

.pf-landing.premium-ready .pf-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 14%, rgba(212, 168, 83, 0.22), transparent 24%),
        radial-gradient(circle at 18% 76%, rgba(56, 189, 248, 0.11), transparent 24%),
        linear-gradient(120deg, rgba(7, 17, 31, 0.98), rgba(13, 27, 46, 0.94)),
        linear-gradient(180deg, #101f34, #07111f);
}

.pf-landing.premium-ready .pf-hero::before,
.pf-landing.premium-ready .pf-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pf-landing.premium-ready .pf-hero::before {
    opacity: 0.22;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 72%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 72%, transparent);
}

.pf-landing.premium-ready .pf-hero__lead {
    color: var(--premium-on-dark-muted);
}

.pf-landing.premium-ready .pf-hero::after {
    background:
        radial-gradient(circle at 64% 42%, rgba(212, 168, 83, 0.26) 0 2px, transparent 3px),
        radial-gradient(circle at 78% 34%, rgba(255, 255, 255, 0.24) 0 1px, transparent 2px),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.18) 0 1px, transparent 2px);
}

.pf-landing.premium-ready .pf-hero__inner {
    position: relative;
    z-index: 1;
}

.pf-landing.premium-ready .pf-brand__mark,
.premium-logo-plate__mark {
    border-color: rgba(212, 168, 83, 0.58);
    background:
        linear-gradient(145deg, rgba(255, 236, 181, 0.34), rgba(106, 78, 31, 0.26)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 14px 32px rgba(0, 0, 0, 0.2);
    color: #ffe3a4;
    text-shadow: 0 1px 10px rgba(212, 168, 83, 0.42);
}

.premium-logo-plate {
    width: min(100%, 410px);
    margin-top: 30px;
    padding: 13px 15px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(212, 168, 83, 0.32);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.premium-logo-plate__mark {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(212, 168, 83, 0.58);
    border-radius: 6px;
    font-weight: 850;
}

.premium-logo-plate__copy {
    display: grid;
    gap: 3px;
    color: #ffffff;
}

.premium-logo-plate__copy small {
    color: var(--premium-on-dark-soft);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-finance-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
    box-shadow: var(--premium-depth);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
}

.premium-finance-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(212, 168, 83, 0.12);
}

.premium-panel-orbit {
    position: relative;
    height: 112px;
    margin: 22px 0 0;
    border: 1px solid rgba(212, 168, 83, 0.22);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 50%, rgba(212, 168, 83, 0.2), transparent 24%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
}

.premium-panel-orbit span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--premium-gold);
    box-shadow: 0 0 0 8px rgba(212, 168, 83, 0.1), 0 0 16px rgba(212, 168, 83, 0.34);
}

.premium-panel-orbit span:nth-child(1) { left: 18%; top: 58%; }
.premium-panel-orbit span:nth-child(2) { left: 54%; top: 28%; }
.premium-panel-orbit span:nth-child(3) { right: 18%; top: 62%; }

.premium-tiny-graph {
    height: 54px;
    margin: -8px 0 18px;
    display: flex;
    align-items: end;
    gap: 9px;
}

.premium-tiny-graph span {
    flex: 1;
    min-width: 12px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #f4cf7d, #9d6d28);
    box-shadow: 0 0 12px rgba(212, 168, 83, 0.18);
}

.premium-tiny-graph span:nth-child(1) { height: 42%; }
.premium-tiny-graph span:nth-child(2) { height: 70%; }
.premium-tiny-graph span:nth-child(3) { height: 52%; }
.premium-tiny-graph span:nth-child(4) { height: 88%; }
.premium-tiny-graph span:nth-child(5) { height: 64%; }

.premium-global-section,
.premium-industry-section {
    padding: 92px 0;
    background:
        radial-gradient(circle at 84% 20%, rgba(212, 168, 83, 0.15), transparent 22%),
        linear-gradient(180deg, #091321, #0d1728);
    color: var(--premium-on-dark);
}

.premium-industry-section {
    background:
        radial-gradient(circle at 18% 24%, rgba(212, 168, 83, 0.13), transparent 24%),
        linear-gradient(180deg, #0d1728, #091321);
}

.premium-global-section__inner,
.premium-industry-section__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.premium-global-section__inner {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 34px;
    align-items: stretch;
}

.premium-global-copy h2,
.premium-industry-section h2 {
    margin: 0;
    color: var(--premium-on-dark);
    font-size: 2.75rem;
    line-height: 1.06;
}

.premium-global-copy p:not(.pf-eyebrow),
.premium-industry-section .pf-section__header p:not(.pf-eyebrow) {
    color: var(--premium-on-dark-muted);
}

.premium-global-section .pf-eyebrow,
.premium-industry-section .pf-eyebrow,
.premium-executive-cta .pf-eyebrow,
.premium-finance-panel .pf-card-index {
    color: var(--premium-gold-readable);
}

.premium-global-section h2,
.premium-industry-section h2,
.premium-executive-cta h2,
.premium-finance-panel strong,
.premium-finance-panel dd {
    color: var(--premium-on-dark);
}

.premium-global-section p:not(.pf-eyebrow),
.premium-industry-section p:not(.pf-eyebrow),
.premium-executive-cta p:not(.pf-eyebrow),
.premium-finance-panel span,
.premium-finance-panel dt {
    color: var(--premium-on-dark-muted);
}

.pf-process__copy p:not(.pf-eyebrow),
.pf-step p,
.pf-contact__content > p:not(.pf-eyebrow),
.pf-contact-list dt,
.pf-map-note p,
.pf-quote footer,
.pf-page-hero p:not(.pf-eyebrow),
.pf-page-cta p:not(.pf-eyebrow) {
    color: var(--premium-on-dark-muted);
}

.global-network-card {
    padding: 26px;
    border: 1px solid var(--premium-glass-line);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
    box-shadow: var(--premium-depth);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.global-network-card,
.premium-service-card,
.insight-mini-card {
    background-image:
        radial-gradient(circle at var(--premium-pointer-x, 50%) var(--premium-pointer-y, 0%), rgba(212, 168, 83, 0.12), transparent 28%),
        var(--premium-card-bg, none);
}

.global-network-card__map {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid rgba(212, 168, 83, 0.2);
    border-radius: 8px;
    background:
        radial-gradient(ellipse at 44% 46%, rgba(255, 255, 255, 0.13), transparent 42%),
        radial-gradient(ellipse at 72% 38%, rgba(255, 255, 255, 0.1), transparent 26%),
        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: auto, auto, 42px 42px, 42px 42px;
}

.map-dot,
.map-line {
    position: absolute;
    display: block;
}

.map-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--premium-gold);
    box-shadow: 0 0 0 8px rgba(212, 168, 83, 0.1), 0 0 16px rgba(212, 168, 83, 0.34);
}

.map-dot--one { left: 18%; top: 54%; }
.map-dot--two { left: 42%; top: 36%; }
.map-dot--three { left: 66%; top: 48%; }
.map-dot--four { left: 82%; top: 30%; }

.map-line {
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(212, 168, 83, 0), rgba(212, 168, 83, 0.78), rgba(212, 168, 83, 0));
}

.map-line--one {
    left: 19%;
    top: 53%;
    width: 50%;
    transform: rotate(-18deg);
}

.map-line--two {
    left: 43%;
    top: 39%;
    width: 40%;
    transform: rotate(-5deg);
}

.global-network-card__stats,
.premium-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.premium-industry-grid {
    grid-template-columns: repeat(6, 1fr);
}

.insight-mini-card {
    min-height: 164px;
    padding: 20px;
    border: 1px solid var(--premium-glass-line);
    border-radius: 8px;
    --premium-card-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.055));
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.insight-mini-card span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 22px;
    border: 1px solid rgba(212, 168, 83, 0.44);
    border-radius: 6px;
    color: #f7d993;
    font-size: 0.72rem;
    font-weight: 850;
}

.insight-mini-card strong {
    display: block;
    color: var(--premium-on-dark);
    font-size: 1rem;
}

.insight-mini-card p {
    margin: 10px 0 0;
    color: var(--premium-on-dark-muted);
    font-size: 0.92rem;
}

.premium-service-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    border: 0;
}

.premium-service-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid rgba(212, 168, 83, 0.24);
    border-radius: 8px;
    --premium-card-bg:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 241, 234, 0.92)),
        linear-gradient(135deg, rgba(212, 168, 83, 0.16), transparent);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 241, 234, 0.92)),
        linear-gradient(135deg, rgba(212, 168, 83, 0.16), transparent);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.premium-service-card::after {
    content: "";
    position: absolute;
    inset: auto 22px 22px 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 168, 83, 0.72), transparent);
}

.premium-service-card:hover,
.premium-service-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(212, 168, 83, 0.5);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14), 0 0 22px rgba(212, 168, 83, 0.1);
}

.premium-service-card__icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border: 1px solid rgba(184, 137, 66, 0.34);
    border-radius: 6px;
    background: rgba(11, 18, 32, 0.05);
    color: #916223;
    font-size: 0.72rem;
    font-weight: 850;
}

.premium-service-card .pf-card-index {
    position: absolute;
    top: 30px;
    right: 30px;
}

.premium-service-card h3 {
    margin-top: auto;
}

.premium-service-card small {
    display: block;
    margin-top: 18px;
    color: #916223;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.premium-executive-cta {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(212, 168, 83, 0.3);
    background:
        radial-gradient(circle at 82% 22%, rgba(212, 168, 83, 0.24), transparent 24%),
        linear-gradient(135deg, #07111f, #12243b);
    box-shadow: var(--premium-depth);
}

.premium-executive-cta::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(212, 168, 83, 0.18);
    border-radius: 6px;
    pointer-events: none;
}

.premium-service-card {
    background:
        radial-gradient(circle at var(--premium-pointer-x, 50%) var(--premium-pointer-y, 0%), rgba(212, 168, 83, 0.14), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 241, 234, 0.92));
}

.global-network-card,
.insight-mini-card {
    background:
        radial-gradient(circle at var(--premium-pointer-x, 50%) var(--premium-pointer-y, 0%), rgba(212, 168, 83, 0.13), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
}

@media (prefers-reduced-motion: reduce) {
    .premium-service-card {
        transition: none;
    }

    .premium-service-card:hover,
    .premium-service-card:focus-within {
        transform: none;
    }
}

@media (max-width: 1024px) {
    .premium-global-section__inner {
        grid-template-columns: 1fr;
    }

    .premium-service-grid,
    .premium-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .premium-global-section,
    .premium-industry-section {
        padding: 64px 0;
    }

    .premium-global-section__inner,
    .premium-industry-section__inner {
        width: min(100% - 28px, 1180px);
    }

    .premium-global-copy h2,
    .premium-industry-section h2 {
        font-size: 2.32rem;
    }

    .global-network-card__stats,
    .premium-service-grid,
    .premium-industry-grid {
        grid-template-columns: 1fr;
    }

    .global-network-card {
        padding: 18px;
    }

    .global-network-card__map {
        min-height: 240px;
    }

    .premium-logo-plate {
        width: 100%;
    }
}
