

/*           Services */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    min-height: 100%;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 2rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.86rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.btn-primary {
    background: var(--plum);
    color: #fff;
    border: 1.5px solid var(--plum);
}

    .btn-primary:hover {
        background: var(--plum-deep);
        border-color: var(--plum-deep);
    }

.btn-ghost {
    background: transparent;
    color: var(--blue);
    border: 1.5px solid var(--blue);
}

    .btn-ghost:hover {
        background: var(--blue);
        color: #fff;
    }



::selection {
    background: var(--plum);
    color: #fff;
}

img {
    display: block;
    max-width: 100%;
}

.wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(1.4rem,5vw,3.5rem);
}

.service-crumb {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
}

    .service-crumb a {
        color: var(--brand-text-muted);
        text-decoration: none;
    }

        .service-crumb a:hover {
            color: var(--brand-gold);
        }

    .service-crumb i {
        font-size: 0.6rem;
        margin: 0 0.4rem;
    }

.service-hero {
    background: var(--brand-charcoal-deep);
}

.service {
    position: relative;
    padding: 3rem 0 6.5rem;
    overflow: hidden;
    isolation: isolate;
    color: var(--brand-text);
    background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 10%, var(--brand-charcoal-deep)) 0%, color-mix(in srgb, var(--accent2) 7%, var(--brand-charcoal-deep)) 48%, color-mix(in srgb, var(--accent) 6%, var(--brand-charcoal-deep)) 100%);
}

.service-blob {
    position: absolute;
    width: 60vw;
    height: 60vw;
    max-width: 820px;
    max-height: 820px;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.1;
    z-index: -1;
    background: radial-gradient(circle, var(--accent), var(--accent2) 70%, transparent 100%);
    top: -20%;
    right: -15%;
}

.bg-icon {
    position: absolute;
    font-size: 32vw;
    color: var(--accent);
    opacity: 0.05;
    z-index: -1;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.spotlight {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: radial-gradient(320px circle at var(--mx,50%) var(--my,50%), rgba(244,246,248,0.06), transparent 70%);
}

.service-top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem,5vw,4.5rem);
    align-items: center;
}

.service-count {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
}

    .service-count i {
        font-size: 0.65rem;
    }

.service-diagram-wide {
    position: relative;
    z-index: 1;
    margin-top: 3.2rem;
}

.service-subs-wide {
    position: relative;
    z-index: 1;
    margin-top: 2.6rem;
}

.subs-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.3rem;
}

    .subs-heading h4 {
        font-family: var(--font-display);
        font-size: 1.15rem;
        font-weight: 700;
        color: #fff;
    }

    .subs-heading span {
        font-size: 0.78rem;
        color: var(--brand-text-muted);
    }

.service-media {
    position: relative;
}

.media-frame {
    position: relative;
    border-radius: 12px;
    overflow: visible;
    padding: 10px;
    background: linear-gradient(165deg, rgba(244,246,248,0.06), rgba(244,246,248,0.02));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--brand-border);
    box-shadow: 0 30px 60px -34px rgba(0,0,0,0.6);
}

    .media-frame::before {
        content: "";
        position: absolute;
        inset: 4px;
        z-index: 0;
        pointer-events: none;
        border: 1px solid rgba(212,160,23,0.25);
        border-radius: 8px;
    }

.media-mask {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    background: var(--brand-charcoal);
}

    .media-mask img {
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
        transform: scale(1.04);
        transition: transform 0.8s ease;
        filter: saturate(0.92) contrast(1.04) brightness(0.94);
    }

.service-media:hover .media-mask img {
    transform: scale(1.0);
}

.icon-badge {
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 4;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(150deg, var(--accent), var(--accent2));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    box-shadow: 0 14px 28px -10px rgba(0,0,0,0.6);
    border: 3px solid var(--brand-charcoal-deep);
}

.live-chip {
    position: absolute;
    bottom: -14px;
    left: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(20,24,32,0.9);
    border: 1px solid var(--brand-border);
    padding: 0.45rem 0.9rem 0.45rem 0.7rem;
    border-radius: 100px;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-text);
    box-shadow: 0 10px 22px -12px rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
}

    .live-chip .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--brand-gold);
        animation: livePulse 1.8s ease-in-out infinite;
    }

.service-icon-lg {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1.5rem;
    background: linear-gradient(150deg, var(--accent), var(--accent2));
    border: 1px solid rgba(212,160,23,0.3);
}

.service-body h1 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.9rem,3.2vw,2.7rem);
    color: #fff;
    line-height: 1.16;
}

.service-body p.desc {
    margin-top: 1.1rem;
    color: var(--brand-text-muted);
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 520px;
}

.service-cta {
    margin-top: 1.8rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

    .service-cta .btn-primary {
        background: var(--brand-gold);
        border-color: var(--brand-gold);
        color: var(--brand-charcoal-deep);
        box-shadow: 0 18px 34px -18px rgba(212,160,23,0.4);
    }

        .service-cta .btn-primary:hover {
            background: #e8b625;
            border-color: #e8b625;
            box-shadow: 0 22px 40px -16px rgba(212,160,23,0.5);
        }

    .service-cta .btn-ghost {
        background: transparent;
        color: var(--brand-text);
        border: 1px solid var(--brand-border);
    }

        .service-cta .btn-ghost:hover {
            border-color: var(--brand-gold);
            color: var(--brand-gold);
            background: rgba(244,246,248,0.04);
        }

/* ---- diagram / live monitor panel: dark glass, matte ---- */
.diagram-panel {
    margin-top: 0;
    padding: 0 0 1.8rem;
    border-radius: 20px;
    border: 1px solid var(--brand-border);
    background: linear-gradient(165deg, rgba(244,246,248,0.055), rgba(244,246,248,0.02));
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    box-shadow: 0 26px 50px -30px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.04);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
}

    .diagram-panel:hover {
        box-shadow: 0 34px 64px -28px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05);
    }

    .diagram-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        opacity: 0.5;
        background-image: radial-gradient(circle, rgba(244,246,248,0.05) 1px, transparent 1.4px);
        background-size: 14px 14px;
    }

.console-bar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid var(--brand-border);
    background: rgba(244,246,248,0.03);
    backdrop-filter: blur(10px);
}

.console-dots {
    display: flex;
    gap: 5px;
}

    .console-dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: rgba(244,246,248,0.25);
    }

        .console-dots span:nth-child(1) {
            background: var(--accent);
            opacity: 0.7;
        }

.console-title {
    flex: 1;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
}

.console-live {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    color: var(--brand-gold);
    font-weight: 600;
}

    .console-live .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--brand-gold);
        animation: livePulse 1.6s ease-in-out infinite;
    }

.console-clock {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    color: var(--brand-text-muted);
    min-width: 64px;
    text-align: right;
}

.diagram-label {
    position: relative;
    z-index: 1;
    font-family: var(--font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

    .diagram-label .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--accent);
        animation: livePulse 1.8s ease-in-out infinite;
    }

.live-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.8rem;
    align-items: stretch;
    padding: 1.5rem 1.9rem 0;
}

@media (max-width:900px) {
    .live-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- activity panel: intentionally MULTI-COLOR, not tied to one accent ---- */
.activity-panel {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(244,246,248,0.06), rgba(244,246,248,0.02));
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    border: 1px solid var(--brand-border);
    box-shadow: 0 18px 36px -24px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.04);
}

.activity-toprow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.crew-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.crew-avatars {
    display: flex;
}

.avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-royal-blue), var(--brand-elite-purple));
    color: #fff;
    font-size: 0.68rem;
    border: 2px solid var(--brand-charcoal-deep);
    margin-left: -8px;
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.5);
}

    .avatar:nth-child(2n) {
        background: linear-gradient(135deg, var(--brand-elite-purple), var(--brand-gold));
    }

    .avatar:nth-child(3n) {
        background: linear-gradient(135deg, var(--brand-gold), var(--brand-royal-blue));
    }

    .avatar:first-child {
        margin-left: 0;
    }

    .avatar.more {
        background: rgba(244,246,248,0.1);
        color: var(--brand-text);
        font-weight: 700;
        font-size: 0.62rem;
    }

.crew-label {
    font-size: 0.7rem;
    color: var(--brand-text-muted);
}

.progress-ring {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

    .progress-ring svg {
        transform: rotate(-90deg);
        width: 64px;
        height: 64px;
    }

    .progress-ring circle {
        fill: none;
        stroke-width: 5;
    }

    .progress-ring .track {
        stroke: rgba(244,246,248,0.14);
    }

    .progress-ring .fill {
        stroke: var(--brand-gold);
        stroke-linecap: round;
        stroke-dasharray: 176;
        stroke-dashoffset: 176;
    }

    .progress-ring .value {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--font-mono);
        font-size: 0.72rem;
        font-weight: 700;
        color: #fff;
    }

.activity-checklist {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.check-row {
    --c: var(--brand-gold);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0.6rem;
    border-radius: 10px;
    transition: background 0.3s ease;
}

    .check-row.active {
        background: rgba(244,246,248,0.06);
    }

.check-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    background: rgba(244,246,248,0.07);
    color: var(--brand-text-muted);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.check-row.done .check-icon {
    background: var(--c);
    color: #fff;
}

.check-row.active .check-icon {
    background: rgba(244,246,248,0.08);
    color: var(--c);
    box-shadow: 0 0 0 2px var(--c) inset;
    animation: livePulse 1.4s ease-in-out infinite;
}

.check-label {
    flex: 1;
    font-size: 0.78rem;
    color: var(--brand-text);
    font-weight: 500;
}

.check-row.done .check-label {
    color: var(--brand-text-muted);
}

.check-status {
    font-size: 0.72rem;
    color: rgba(244,246,248,0.3);
    transition: color 0.3s ease;
}

.check-row.done .check-status {
    color: var(--c);
}

.check-row.active .check-status {
    color: var(--c);
}

.activity-feed {
    padding-top: 0.9rem;
    border-top: 1px dashed var(--brand-border);
}

.feed-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-text-muted);
    margin-bottom: 0.5rem;
}

    .feed-label .dot-sm {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--brand-gold);
        animation: livePulse 1.6s ease-in-out infinite;
    }

.feed-line {
    font-size: 0.8rem;
    color: var(--brand-text);
    min-height: 2.4em;
    line-height: 1.4;
    transition: opacity 0.4s ease;
}

.solar-gif-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg,#132339,#0E1B2C);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), inset 0 20px 40px -30px rgba(0,0,0,0.6);
}

    .solar-gif-wrap img {
        width: 100%;
        height: 100%;
      /*  max-height: 280px;*/
        object-fit: contain;
        display: block;
    }

.sub-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.6rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--brand-border);
}

.sub-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.1rem;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    background: none;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--brand-text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .sub-tab .tab-count {
        font-family: var(--font-mono);
        font-size: 0.64rem;
        font-weight: 500;
        color: var(--brand-text-muted);
    }

    .sub-tab:hover {
        color: #fff;
    }

    .sub-tab.active {
        color: #fff;
        border-bottom-color: var(--brand-gold);
        font-weight: 600;
    }

        .sub-tab.active .tab-count {
            color: var(--brand-gold);
        }

.sub-group {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    perspective: 1200px;
}

    .sub-group.active {
        display: grid;
        animation: groupIn 0.5s ease;
    }

@keyframes groupIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sub-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.8rem 1.7rem 1.7rem;
    background: linear-gradient(165deg, rgba(244,246,248,0.055) 0%, rgba(244,246,248,0.02) 100%);
    border: 1px solid var(--brand-border);
    border-radius: 18px;
    transform-style: preserve-3d;
    box-shadow: 0 24px 46px -34px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease, border-color 0.45s ease;
    will-change: transform;
    overflow: hidden;
}

    .sub-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        z-index: 2;
        background: linear-gradient(90deg,var(--accent),var(--accent2));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease;
    }

    .sub-card::after {
        content: "";
        position: absolute;
        top: -70px;
        right: -70px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        z-index: 0;
        background: radial-gradient(circle, var(--accent2), transparent 70%);
        filter: blur(20px);
        opacity: 0;
        transition: opacity 0.5s ease;
        pointer-events: none;
    }

    .sub-card:hover::before {
        transform: scaleX(1);
    }

    .sub-card:hover::after {
        opacity: 0.12;
    }

    .sub-card:hover {
        transform: translateY(-9px);
        box-shadow: 0 40px 70px -32px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05);
        border-color: color-mix(in srgb, var(--accent) 45%, var(--brand-border));
    }

.sub-shine {
    position: absolute;
    top: 0;
    left: -60%;
    width: 45%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(115deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: skewX(-18deg);
    transition: left 0.85s cubic-bezier(.2,.8,.2,1);
}

.sub-card:hover .sub-shine {
    left: 130%;
}

.sub-index {
    position: absolute;
    bottom: -0.6rem;
    right: 0.4rem;
    z-index: 0;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1;
    color: var(--accent);
    opacity: 0.1;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.sub-card:hover .sub-index {
    opacity: 0.16;
    transform: translateY(-4px);
}

.sub-card-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
}

.sub-icon-tile {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(150deg, var(--accent), var(--accent2));
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 14px 24px -12px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.25);
    transition: transform 0.5s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease;
}

.sub-card:hover .sub-icon-tile {
    transform: scale(1.1) rotate(-6deg);
    box-shadow: 0 20px 32px -10px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.3);
}

.sub-arrow {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--brand-border);
    color: var(--brand-text-muted);
    font-size: 0.72rem;
    opacity: 0;
    transform: translate(-6px,6px) rotate(-45deg);
    transition: all 0.4s ease;
}

.sub-card:hover .sub-arrow {
    opacity: 1;
    transform: translate(0,0) rotate(0deg);
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: var(--brand-charcoal-deep);
}

.sub-text {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
}

    .sub-text h4 {
        font-family: var(--font-display);
        font-size: 1.1rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.32;
        letter-spacing: -0.01em;
        transition: color 0.35s ease;
    }

.sub-card:hover .sub-text h4 {
    color: var(--accent);
}

.sub-text p {
    font-size: 0.83rem;
    color: var(--brand-text-muted);
    margin-top: 0.5rem;
    line-height: 1.68;
}

.sub-points {
    position: relative;
    z-index: 1;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.2rem;
    padding-top: 1.05rem;
    border-top: 1px dashed var(--brand-border);
}

.sub-point {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.79rem;
    color: var(--brand-text);
    font-weight: 500;
    transition: transform 0.35s ease;
}

.sub-card:hover .sub-point {
    transform: translateX(3px);
}

.sub-point i {
    width: 23px;
    height: 23px;
    border-radius: 7px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(244,246,248,0.08);
    color: var(--accent);
    font-size: 0.63rem;
    transition: background 0.35s ease, color 0.35s ease, transform 0.4s cubic-bezier(.2,.8,.2,1);
}

.sub-card:hover .sub-point i {
    background: linear-gradient(150deg,var(--accent),var(--accent2));
    color: #fff;
    transform: scale(1.12);
}

@media (max-width:860px) {
    .service-top {
        grid-template-columns: 1fr;
    }

    .bg-icon {
        font-size: 60vw;
    }
}

/* ============ Related services strip (service pages) ============ */
.related {
    padding: 5rem 0 6rem;
    background: var(--brand-charcoal-deep);
}

    .related h4 {
        font-family: var(--font-display);
        font-size: 1.5rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 1.8rem;
    }

.related-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.2rem;
}

@media (max-width:960px) {
    .related-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:560px) {
    .related-grid {
        grid-template-columns: 1fr;
    }
}

.related-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    background: linear-gradient(165deg, rgba(244,246,248,0.05), rgba(244,246,248,0.02));
    border: 1px solid var(--brand-border);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .related-card:hover {
        border-color: var(--brand-gold);
        transform: translateY(-3px);
        box-shadow: 0 18px 30px -20px rgba(0,0,0,0.5);
    }

    .related-card .ric {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(244,246,248,0.06);
        color: var(--accent, var(--brand-gold));
        flex-shrink: 0;
    }

    .related-card span {
        font-size: 0.86rem;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;
    }

.reveal {
    opacity: 0;
    transform: translateY(30px);
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}


.service {
    padding-top: 135px; /* 100px header + 20px breathing space */
}

.hero {
    padding-top: 75px; /* 100px header + 20px breathing space */
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 15px;
    font-size: .9rem;
    color: rgba(255,255,255,.7);
}

    .breadcrumb a {
        color: inherit;
        text-decoration: none;
        font-weight: 400;
        transition: color 0.3s ease, font-weight 0.3s ease;
    }

        .breadcrumb a:hover {
            color: var(--gold-light);
            font-weight: 700;
        }

@media (max-width:960px) {
    .service {
        padding-top: 130px; /* 100px header + 20px breathing space */
    }
}

@media (max-width:560px) {
    .service {
        padding-top: 130px; /* 100px header + 20px breathing space */
    }
}
