:root {
    --black: #000000;
    --white: #ffffff;
    --ink: #07151c;
    --muted: #5e6970;
    --soft-card: #eef8fb;
    --soft-card-2: #f4fbfd;
    --red: #d81f26;
    --blue: #0d438b;
    --gold: #d99b07;
    --green: #008b35;
    --lime: #d7ff00;
    --button: #f1b100;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Outfit", Arial, Helvetica, sans-serif;
    background: var(--black);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

a {
    text-decoration: none;
}

.container-xxl {
    max-width: 1280px;
}

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 64px;
    background: #000000;
}

.site-header .navbar {
    min-height: 64px;
}

.memeta-logo {
    display: inline-block;
    position: relative;
}

.header-logo {
    height: 22px;
    width: auto;
    display: block;
}

.memeta-logo:hover {
    color: #ffffff;
}

.logo-me {
    color: #ffffff;
}

.logo-meta {
    color: #ff2b2f;
}

.memeta-logo small {
    display: block;
    margin-top: 2px;
    padding-left: 74px;
    color: #ffffff;
    font-size: 9px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.main-nav .nav-link {
    color: rgba(255, 255, 255, 0.96);
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    padding: 0;
}

.main-nav .nav-link:hover {
    color: var(--button);
}

.main-nav .nav-link.active {
    color: var(--red);
}

.language-switch {
    align-items: center;
    gap: 8px;
    min-width: 60px;
    justify-content: flex-end;
}

.flag-img {
    display: block;
    height: 12px;
    width: auto;
    border-radius: 1px;
    opacity: 0.9;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transition: opacity 0.2s;
}

.flag-img:hover {
    opacity: 1;
}

/* Hero */

.hero-section {
    position: relative;
    min-height: 560px;
    background: #000000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mountain.jpg") center center / cover no-repeat;
}

.hero-inner {
    position: relative;
    z-index: 3;
    min-height: 356px;
}

.partner-orbit {
    position: absolute;
    top: 132px;
    left: 150px;
    width: 250px;
    height: 230px;
}

.orbit-line {
    position: absolute;
    top: 8px;
    left: 38px;
    width: 190px;
    height: 190px;
    border: 1px dashed rgba(255, 255, 255, 0.28);
    border-right-color: rgba(215, 255, 0, 0.6);
    border-radius: 50%;
}

.orbit-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 2;
}

.dot-one {
    top: 10px;
    left: 192px;
    background: #225cff;
}

.dot-two {
    top: 88px;
    left: 67px;
    background: #ffffff;
}

.dot-three {
    top: 186px;
    left: 176px;
    background: #ffe100;
}

.partner-label {
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 500;
    opacity: 0.95;
}

.label-one {
    top: -4px;
    left: 96px;
    text-align: right;
}

.label-two {
    top: 82px;
    left: 20px;
    text-align: right;
}

.label-three {
    top: 174px;
    left: 84px;
    text-align: right;
}

.partner-badge {
    position: absolute;
    top: 42px;
    left: 116px;
    color: #ffffff;
}

.badge-shape {
    width: 78px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0968df;
    clip-path: polygon(
        30% 0%,
        70% 0%,
        100% 30%,
        100% 70%,
        70% 100%,
        30% 100%,
        0% 70%,
        0% 30%
    );
    box-shadow: 0 0 0 10px rgba(9, 104, 223, 0.18);
}

.badge-shape i {
    font-size: 19px;
    line-height: 1;
}

.badge-shape strong {
    margin-top: 2px;
    font-size: 7px;
}

.badge-shape small {
    margin-top: 3px;
    font-size: 6px;
    letter-spacing: 0.06em;
}

.partner-badge h1 {
    margin: 18px 0 3px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 800;
}

.partner-badge p {
    margin: 0;
    color: #ffd500;
    font-size: 7px;
    letter-spacing: 0.08em;
    font-weight: 700;
}

/* Four hero service boxes */

.service-strip-wrap {
    position: relative;
    z-index: 6;
}

.service-strip {
    margin-left: 16px;
    margin-right: 16px;
}

.service-strip-card {
    position: relative;
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
    min-height: 136px;
    height: 100%;
    padding: 30px 34px;
    color: #ffffff;
    overflow: hidden;
}

.service-strip-card:hover {
    color: #ffffff;
    filter: brightness(1.04);
}

.service-strip-card i {
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
}

.service-strip-card strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.13;
    font-weight: 800;
}

.service-strip-card small {
    display: block;
    max-width: 170px;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    line-height: 1.45;
    font-weight: 500;
}

.service-strip-card.red {
    background: var(--red);
}

.service-strip-card.blue {
    background: var(--blue);
}

.service-strip-card.gold {
    background: var(--gold);
}

.service-strip-card.green {
    background: var(--green);
}

/* Capabilities section */

.capabilities-section {
    background: #ffffff;
    padding: 72px 0 72px;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 18px;
    padding: 0 16px;
}

.capabilities-heading {
    grid-column: 1 / span 2;
    grid-row: 1;
    align-self: start;
    padding: 2px 0 0 0;
}

.capabilities-heading h2 {
    max-width: 410px;
    margin: 0;
    color: var(--ink);
    font-size: 31px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.capabilities-heading p {
    margin: 14px 0 0;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.35;
}

.cap-card {
    position: relative;
    display: block;
    padding: 28px 28px 24px;
    border-radius: 8px;
    background: var(--soft-card);
    color: var(--ink);
    overflow: hidden;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

.cap-card:hover {
    transform: translateY(-3px);
    background: #f6c33a;
    color: var(--ink);
}

.cap-card i {
    display: block;
    margin-bottom: 18px;
    color: #000000;
    font-size: 28px;
    line-height: 1;
    opacity: 0.78;
}

.cap-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cap-card p {
    margin: 18px 0 0;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}

.card-1 {
    grid-column: 3;
    grid-row: 1;
}

.card-2 {
    grid-column: 4;
    grid-row: 1;
}

.card-3 {
    grid-column: 1;
    grid-row: 2;
}

.card-4 {
    grid-column: 2;
    grid-row: 2;
}

.card-5 {
    grid-column: 3;
    grid-row: 2;
}

.card-6 {
    grid-column: 4;
    grid-row: 2;
}

.card-7 {
    grid-column: 1;
    grid-row: 3;
}

.card-8 {
    grid-column: 2;
    grid-row: 3;
}

.card-9 {
    grid-column: 3;
    grid-row: 3;
}

.card-10 {
    grid-column: 4;
    grid-row: 3;
}

/* Case studies */

.case-studies-section {
    background: #ffffff;
    padding: 36px 0 78px;
}

.section-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 16px;
    margin-bottom: 22px;
}

.section-heading-row h2 {
    margin: 0;
    color: var(--ink);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.section-heading-row p {
    margin: 6px 0 0;
    color: var(--ink);
    font-size: 14px;
}

.slider-controls {
    display: flex;
    gap: 12px;
}

.slider-controls button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 3px;
    background: #f1f8fb;
    color: #8aa0b4;
}

.case-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 0 16px;
}

.case-card {
    border-radius: 10px;
    overflow: hidden;
    background: #07121c;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.case-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.case-visual {
    width: 100%;
    height: 190px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.cv-1 {
    background: linear-gradient(135deg, #0d2240 0%, #1a4a8a 100%);
}
.cv-2 {
    background: linear-gradient(135deg, #0d2a1a 0%, #1a5e3a 100%);
}
.cv-3 {
    background: linear-gradient(135deg, #1c0d30 0%, #4a1a7a 100%);
}
.cv-4 {
    background: linear-gradient(135deg, #060f1e 0%, #0e2d52 100%);
}

.case-logo {
    display: inline-block;
    align-self: flex-start;
    margin: 16px 16px 0;
    padding: 3px 8px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.case-copy {
    padding: 10px 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.case-copy h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
}

.case-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.5;
    flex: 1;
}


/* Map section */

.map-section {
    background: #000000;
    color: #ffffff;
    padding: 82px 0 58px;
}

.world-map {
    display: block;
    width: 100%;
    max-width: 780px;
    height: auto;
    margin-left: 16px;
    opacity: 0.75;
}

.global-stats {
    max-width: 300px;
    margin-left: auto;
    margin-right: 40px;
}

.global-stats div + div {
    margin-top: 28px;
}

.global-stats strong {
    display: block;
    color: var(--button);
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.global-stats p {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.35;
}

.city-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 70px;
    padding: 0 16px;
    white-space: nowrap;
}

.city-strip span {
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.city-strip i {
    display: block;
    width: 4px;
    height: 4px;
    background: var(--red);
    border-radius: 50%;
    flex: 0 0 auto;
}

/* Partners */

.partners-section {
    background: #ffffff;
    padding: 42px 0 56px;
}

.partners-section h2 {
    margin: 0 16px 36px;
    color: #000000;
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.partner-marquee-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.partner-marquee {
    display: flex;
    align-items: center;
    width: max-content;
    animation: partner-scroll 60s linear infinite;
}

.partner-marquee:hover {
    animation-play-state: paused;
}

@keyframes partner-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
    flex-shrink: 0;
}

.partner-logo-item img {
    height: 24px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.partner-logo-item img:hover {
    opacity: 1;
}

/* Footer contact */

.footer-contact-section {
    background: #000000;
    color: #ffffff;
    padding: 62px 0 28px;
}

.footer-contact-section h2 {
    max-width: 450px;
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.13;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.footer-contact-section p {
    max-width: 500px;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.48;
    font-weight: 500;
}

.contact-form .form-control {
    height: 34px;
    border: 0;
    border-radius: 3px;
    background: #1e2428;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.contact-form textarea.form-control {
    height: 92px;
    resize: none;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.btn-start {
    padding: 13px 28px;
    border: 0;
    border-radius: 999px;
    background: var(--button);
    color: #000000;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.btn-start:hover {
    background: #ffc11d;
    color: #000000;
}

/* Footer */

.site-footer {
    padding-top: 74px;
}

.footer-links-row {
    row-gap: 28px;
}

.site-footer h3 {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li + li {
    margin-top: 0;
}

.site-footer a {
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

.site-footer a:hover {
    color: var(--button);
}

.footer-company-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 48px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 28px;
}

.footer-logo {
    height: 38px;
    width: auto;
    display: block;
}

.footer-brand p {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.35;
}

.footer-contact {
    min-width: 260px;
}

.footer-contact p {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 11px;
}

.footer-contact a {
    display: block;
    margin-top: 5px;
}

.footer-contact i {
    margin-right: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-top: 28px;
}

.legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.legal-links a {
    position: relative;
    padding-right: 15px;
    margin-right: 12px;
}

.legal-links a::after {
    content: "|";
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.7);
}

.legal-links a:last-child::after {
    display: none;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

.social-links a:hover {
    color: var(--button);
}

.copyright {
    margin: 14px 0 0;
    color: #ffffff;
    font-size: 11px;
}

/* Responsive */

@media (max-width: 1199.98px) {
    .partner-orbit {
        left: 80px;
    }

    .capabilities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: auto;
    }

    .capabilities-heading,
    .card-1,
    .card-2,
    .card-3,
    .card-4,
    .card-5,
    .card-6,
    .card-7,
    .card-8,
    .card-9,
    .card-10 {
        grid-column: auto;
        grid-row: auto;
    }

    .capabilities-heading {
        grid-column: 1 / -1;
        margin-bottom: 20px;
    }

    .cap-card {
        min-height: 190px;
    }

    .partner-logos {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse {
        margin-top: 12px;
        padding: 18px 0;
        background: rgba(0, 0, 0, 0.94);
    }

    .main-nav {
        gap: 18px !important;
        padding-left: 8px;
    }

    .hero-section {
        min-height: 660px;
    }

    .service-strip-wrap {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        padding-left: 0;
        padding-right: 0;
    }

    .service-strip {
        margin-left: 0;
        margin-right: 0;
    }

    .capabilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .world-map {
        margin: 0 auto 45px;
        margin-left: auto;
    }

    .global-stats {
        margin: 0;
    }

    .city-strip {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 12px;
    }

    .footer-contact-section h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .memeta-logo {
        font-size: 25px;
    }

    .hero-bg,
    .hero-section::before {
        height: 360px;
    }

    .hero-inner {
        min-height: 320px;
    }

    .partner-orbit {
        transform: scale(0.72);
        left: 20px;
        top: 112px;
    }

    .service-strip-card {
        min-height: 132px;
    }

    .capabilities-section {
        padding: 56px 0;
    }

    .capabilities-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .capabilities-heading h2 {
        font-size: 29px;
    }

    .cap-card {
        min-height: 178px;
    }

    .case-slider {
        grid-template-columns: 1fr;
    }

    .section-heading-row {
        align-items: flex-start;
        gap: 20px;
    }

    .map-section {
        padding: 60px 0 44px;
    }

    .partner-logos {
        gap: 26px;
    }

    .footer-company-row,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-strip-card {
        grid-template-columns: 1fr;
        padding: 22px 18px 26px;
        min-height: 160px;
    }

    .service-strip-card i {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .footer-contact-section {
        padding-top: 50px;
    }

    .footer-contact-section h2 {
        font-size: 27px;
    }

    .contact-form .row {
        --bs-gutter-y: 12px;
    }
}

/* ── Services page ─────────────────────────────────── */

.services-hero {
    background: #000000;
    color: #ffffff;
    padding: 72px 0 64px;
}

.services-breadcrumb {
    margin: 0 0 28px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

.services-breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
}

.services-breadcrumb a:hover {
    color: var(--button);
}

.services-hero h1 {
    margin: 0 0 14px;
    font-size: 52px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.services-hero > .container-xxl > p {
    margin: 0 0 40px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 520px;
    line-height: 1.45;
}

.services-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.services-nav-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    transition: opacity 0.2s;
}

.services-nav-pill:hover {
    color: #ffffff;
    opacity: 0.85;
}

.services-nav-pill.red {
    background: var(--red);
}
.services-nav-pill.blue {
    background: var(--blue);
}
.services-nav-pill.gold {
    background: var(--gold);
}
.services-nav-pill.green {
    background: var(--green);
}

.service-section {
    padding: 80px 0;
    background: #ffffff;
}

.service-section--alt {
    background: var(--soft-card-2);
}

.service-section-head {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 24px;
    padding: 0 0 24px;
    border-bottom: 0px solid #e4eef3;
}

.service-icon-badge {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 28px;
    color: #ffffff;
    margin-top: 4px;
}

.service-icon-badge.red {
    background: var(--red);
}
.service-icon-badge.blue {
    background: var(--blue);
}
.service-icon-badge.gold {
    background: var(--gold);
}
.service-icon-badge.green {
    background: var(--green);
}

.service-section-head h2 {
    margin: 6px 0 12px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
}

.service-section-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--muted);
    max-width: 640px;
}

.svc-card {
    padding: 28px 26px 24px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e4eef3;
    height: 100%;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.service-section--alt .svc-card {
    background: #ffffff;
}

.svc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(7, 21, 28, 0.08);
}

.svc-card i {
    display: block;
    margin-bottom: 16px;
    font-size: 26px;
    color: var(--ink);
    opacity: 0.7;
}

.svc-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.svc-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted);
}

.services-cta {
    background: #000000;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.services-cta h2 {
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.services-cta p {
    margin: 0 0 32px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767.98px) {
    .services-hero h1 {
        font-size: 38px;
    }

    .service-section-head {
        flex-direction: column;
        gap: 16px;
    }

    .service-section {
        padding: 56px 0;
    }
}

/* ── Service card link arrow ────────────────────────── */

.svc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ink);
    opacity: 0.5;
    transition: opacity 0.2s;
}

.svc-card:hover .svc-card-link {
    opacity: 1;
}

/* ── Service show page ──────────────────────────────── */

.svc-show-hero {
    background: #000000;
    color: #ffffff;
    padding: 64px 0 72px;
}

.svc-show-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 36px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
}

.svc-show-breadcrumb a {
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.15s;
}

.svc-show-breadcrumb a:hover {
    color: var(--button);
}

.svc-show-breadcrumb i {
    font-size: 10px;
    opacity: 0.4;
}

.svc-show-breadcrumb span {
    color: rgba(255, 255, 255, 0.85);
}

.svc-show-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 22px;
}

.svc-show-category-badge.red {
    background: var(--red);
}
.svc-show-category-badge.blue {
    background: var(--blue);
}
.svc-show-category-badge.gold {
    background: var(--gold);
}
.svc-show-category-badge.green {
    background: var(--green);
}

.svc-show-hero h1 {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.04em;
    max-width: 760px;
}

.svc-show-lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    max-width: 680px;
}

.svc-show-body {
    background: #ffffff;
    padding: 80px 0;
}

.svc-show-content {
    max-width: 780px;
    font-size: 16px;
    line-height: 1.75;
    color: var(--ink);
}

.svc-show-content p,
.svc-show-content br + br {
    margin-bottom: 1.25em;
}

.svc-show-related {
    background: var(--soft-card-2);
    padding: 72px 0;
}

.svc-show-related h2 {
    margin: 0 0 36px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
}

@media (max-width: 767.98px) {
    .svc-show-hero {
        padding: 48px 0 56px;
    }

    .svc-show-hero h1 {
        font-size: 34px;
    }

    .svc-show-lead {
        font-size: 16px;
    }

    .svc-show-body {
        padding: 56px 0;
    }

    .svc-show-breadcrumb {
        gap: 4px;
        font-size: 12px;
    }
}
