/* ==========================================================================
   Diamant Security GmbH — Modern UI System
   Brand palette: navy + steel blue, sourced from the diamond shield logo
   ========================================================================== */

:root {
    /* Brand */
    --navy-950: #050b18;
    --navy-900: #0a1729;
    --navy-800: #0e2241;
    --navy-700: #14315c;
    --navy-600: #1c4275;
    --steel-500: #3a6a9b;
    --steel-400: #5c8fb8;
    --steel-300: #8eb1cf;
    --steel-200: #c4d7e8;
    --steel-100: #e4ecf4;
    --ice: #f3f7fb;

    /* Neutrals */
    --ink: #0a0f1a;
    --graphite: #2a3445;
    --muted: #5b6577;
    --soft: #8c95a5;
    --line: #e4e8ef;
    --line-soft: #eef2f7;
    --paper: #ffffff;
    --cream: #f8fafc;

    /* Status */
    --success: #0e8a5f;
    --warning: #9a6300;
    --danger: #b91c2c;

    /* Brand utilities */
    --brand: var(--navy-800);
    --brand-deep: var(--navy-900);
    --brand-light: var(--steel-400);
    --accent: var(--steel-400);

    /* Effects */
    --shadow-xs: 0 1px 2px rgba(10, 23, 41, 0.05);
    --shadow-sm: 0 4px 14px rgba(10, 23, 41, 0.06);
    --shadow-md: 0 14px 40px rgba(10, 23, 41, 0.08);
    --shadow-lg: 0 28px 70px rgba(10, 23, 41, 0.14);
    --shadow-brand: 0 18px 40px rgba(20, 49, 92, 0.28);
    --ring: 0 0 0 3px rgba(92, 143, 184, 0.35);

    /* Geometry */
    --radius-sm: 8px;
    --radius: 14px;
    --radius-lg: 22px;
    --radius-pill: 999px;
    --container: 1240px;

    /* Type */
    --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;

    color-scheme: light;
    color: var(--ink);
    font-family: var(--font-sans);
    background: var(--paper);
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

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

a { color: inherit; text-decoration: none; transition: color .22s ease; }

button, input, select, textarea { font: inherit; color: inherit; }

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

h1, h2, h3, h4 {
    font-family: var(--font-display);
    color: var(--brand-deep);
    letter-spacing: -0.015em;
    line-height: 1.15;
    margin: 0 0 .5em;
    font-weight: 600;
}

h1 { font-size: clamp(2.4rem, 4.6vw, 3.75rem); letter-spacing: -0.025em; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); letter-spacing: -0.02em; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.3rem); }

p { margin: 0 0 1rem; color: var(--graphite); }

/* ============================== LAYOUT ================================== */

.container {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
}

.section {
    padding: clamp(72px, 9vw, 128px) 0;
    position: relative;
}

.section--light { background: var(--cream); }

.section--dark {
    background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-800) 60%, var(--navy-700) 100%);
    color: rgba(255, 255, 255, 0.86);
    position: relative;
    overflow: hidden;
}
.section--dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(92, 143, 184, 0.18), transparent 55%),
        radial-gradient(circle at 85% 80%, rgba(28, 66, 117, 0.35), transparent 50%);
    pointer-events: none;
}
.section--dark > * { position: relative; z-index: 1; }
.section--dark h1,
.section--dark h2,
.section--dark h3 { color: #ffffff; }
.section--dark p { color: rgba(255, 255, 255, 0.78); }

.section--process { background: var(--cream); }

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(36px, 5vw, 80px);
    align-items: center;
}
.split > *,
.hero__inner > *,
.service-hero__inner > *,
.contact-layout > *,
.site-footer__grid > * { min-width: 0; }
.split--reverse > :first-child { order: 2; }
@media (max-width: 880px) {
    .split { grid-template-columns: 1fr; }
    .split--reverse > :first-child { order: 0; }
}

.section-heading {
    max-width: 720px;
    margin: 0 auto clamp(40px, 5vw, 64px);
    text-align: center;
}
.section-heading p { color: var(--muted); font-size: 1.05rem; }

.section-copy p { font-size: 1.05rem; color: var(--muted); }

/* ============================== TYPOGRAPHY ================================== */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--steel-500);
    margin: 0 0 1rem;
}
.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--steel-400), transparent);
    border-radius: 2px;
}
.section--dark .eyebrow { color: var(--steel-300); }
.section--dark .eyebrow::before { background: linear-gradient(90deg, var(--steel-300), transparent); }

.lead { font-size: 1.18rem; line-height: 1.6; color: var(--graphite); max-width: 56ch; }

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--steel-500);
    font-weight: 600;
    font-size: .95rem;
    position: relative;
    padding-bottom: 2px;
}
.text-link::after {
    content: "→";
    transition: transform .25s ease;
}
.text-link:hover { color: var(--navy-800); }
.text-link:hover::after { transform: translateX(4px); }

/* ============================== BUTTONS ================================== */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: .98rem;
    letter-spacing: 0.01em;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}
.button:active { transform: translateY(1px); }

.button--primary {
    background: linear-gradient(135deg, var(--navy-800), var(--navy-700) 55%, var(--steel-500));
    color: #fff;
    box-shadow: var(--shadow-brand);
}
.button--primary:hover { box-shadow: 0 26px 50px rgba(20, 49, 92, 0.38); transform: translateY(-2px); }

.button--secondary {
    background: var(--paper);
    color: var(--navy-800);
    border-color: var(--line);
    box-shadow: var(--shadow-sm);
}
.button--secondary:hover { border-color: var(--steel-400); color: var(--navy-900); box-shadow: var(--shadow-md); transform: translateY(-2px); }

.button--ghost {
    background: transparent;
    color: var(--navy-800);
    border-color: rgba(20, 49, 92, 0.18);
}
.section--dark .button--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.button--ghost:hover { border-color: var(--navy-800); background: var(--navy-800); color: #fff; }
.section--dark .button--ghost:hover { background: #fff; color: var(--navy-900); border-color: #fff; }
.hero .button--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.06); }
.hero .button--ghost:hover { background: #fff; color: var(--navy-900); border-color: #fff; }

/* ============================== CRED BAND =============================== */
.cred-band {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: clamp(24px, 3.4vw, 40px) 0;
    margin-top: -1px;
}
.cred-band__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(16px, 3vw, 40px);
    text-align: center;
}
.cred-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 6px 10px;
    position: relative;
}
.cred-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(clamp(16px, 3vw, 40px) / -2);
    top: 12%;
    bottom: 12%;
    width: 1px;
    background: var(--line);
}
.cred-item__value {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
    color: var(--navy-800);
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.cred-item__label {
    font-size: .86rem;
    color: var(--muted);
    line-height: 1.35;
}
@media (max-width: 720px) {
    .cred-band__inner { grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
    .cred-item:nth-child(2)::after { display: none; }
    .cred-item__label { font-size: .8rem; }
}

/* ============================== HEADER ================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid transparent;
    transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: var(--line-soft);
    box-shadow: 0 8px 24px rgba(10, 23, 41, 0.06);
}

.top-strip {
    background: linear-gradient(90deg, var(--navy-950), var(--navy-800));
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
}
.top-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 40px;
}
.top-strip__contacts,
.top-strip__badges {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}
.top-strip a,
.top-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}
.top-strip a:hover { color: var(--steel-300); }
.top-strip .icon { width: 14px; height: 14px; opacity: 0.85; }
@media (max-width: 760px) {
    .top-strip { display: none; }
}

.main-nav-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 86px;
}

.brand {
    display: inline-flex;
    align-items: center;
}
.brand__logo {
    height: 52px;
    width: auto;
    object-fit: contain;
    transition: transform .3s ease;
}
.brand:hover .brand__logo { transform: scale(1.02); }

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: .95rem;
}
.desktop-nav > a,
.nav-dropdown > a {
    padding: 10px 16px;
    border-radius: var(--radius-pill);
    color: var(--graphite);
    transition: background .2s, color .2s;
    position: relative;
}
.desktop-nav > a:hover,
.nav-dropdown > a:hover { color: var(--navy-900); background: var(--ice); }
.desktop-nav > a.is-active,
.nav-dropdown > a.is-active { color: var(--navy-900); background: var(--steel-100); }

.nav-dropdown {
    position: relative;
}
.nav-dropdown > a::after {
    content: "▾";
    margin-left: 6px;
    font-size: 10px;
    color: var(--soft);
    transition: transform .25s;
}
.nav-dropdown:hover > a::after { transform: rotate(180deg); color: var(--navy-800); }
.nav-dropdown__panel {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: 280px;
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s, transform .25s, visibility .25s;
}
.nav-dropdown__panel::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid var(--line-soft);
    border-top: 1px solid var(--line-soft);
}
.nav-dropdown:hover .nav-dropdown__panel,
.nav-dropdown:focus-within .nav-dropdown__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.nav-dropdown__panel a {
    padding: 10px 14px;
    border-radius: 10px;
    color: var(--graphite);
    font-size: .92rem;
    font-weight: 500;
    transition: background .2s, color .2s, padding-left .2s;
}
.nav-dropdown__panel a:hover {
    background: var(--ice);
    color: var(--navy-900);
    padding-left: 18px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language-switcher {
    display: inline-flex;
    background: var(--ice);
    border-radius: var(--radius-pill);
    padding: 4px;
    border: 1px solid var(--line-soft);
}
.language-switcher a {
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--muted);
    transition: background .2s, color .2s;
}
.language-switcher a.is-active { background: var(--navy-800); color: #fff; }

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: linear-gradient(135deg, var(--navy-800), var(--steel-500));
    color: #fff;
    border-radius: var(--radius-pill);
    font-weight: 600;
    font-size: .9rem;
    box-shadow: var(--shadow-brand);
    transition: transform .25s, box-shadow .25s;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 22px 40px rgba(20, 49, 92, 0.38); }

.menu-toggle {
    display: none;
    background: var(--ice);
    border: 1px solid var(--line-soft);
    width: 46px;
    height: 46px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    background: var(--navy-800);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: transform .3s, opacity .3s, top .3s;
}
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 22px; }
.menu-toggle span:nth-child(3) { top: 28px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: translateX(-50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: translateX(-50%) rotate(-45deg); }

@media (max-width: 1024px) {
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { display: block; }
}

/* Mobile panel */
.mobile-panel {
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 65;
    overflow-y: auto;
    padding: 28px 24px 120px;
    animation: slideIn .35s ease;
}
@keyframes slideIn {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}
.mobile-panel nav { display: flex; flex-direction: column; gap: 4px; }
.mobile-panel nav a {
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy-900);
    transition: background .2s;
}
.mobile-panel nav a:hover { background: var(--ice); }
.mobile-panel__sub {
    font-size: .95rem !important;
    font-weight: 500 !important;
    color: var(--muted) !important;
    padding-left: 32px !important;
    position: relative;
}
.mobile-panel__sub::before {
    content: "";
    position: absolute;
    left: 18px; top: 50%;
    width: 6px; height: 6px;
    background: var(--steel-400);
    border-radius: 50%;
    transform: translateY(-50%);
}
.mobile-panel__langs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    background: var(--ice);
    padding: 6px;
    border-radius: var(--radius-pill);
}
.mobile-panel__langs a {
    flex: 1;
    text-align: center;
    padding: 10px !important;
    border-radius: var(--radius-pill) !important;
    font-size: .9rem !important;
    color: var(--muted) !important;
}
.mobile-panel__langs a.is-active { background: var(--navy-800); color: #fff !important; }
.mobile-panel__phone {
    margin-top: 18px;
    background: linear-gradient(135deg, var(--navy-800), var(--steel-500));
    color: #fff !important;
    text-align: center;
}

/* ============================== HERO ================================== */

.hero {
    position: relative;
    min-height: 92vh;
    background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-800) 60%, var(--navy-700) 100%);
    color: #fff;
    overflow: hidden;
    padding: clamp(80px, 10vw, 140px) 0 clamp(120px, 12vw, 180px);
    display: flex;
    align-items: center;
}
.hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75% center;
    opacity: 1;
    filter: contrast(1.03) saturate(1.02);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 11, 24, 0.94) 0%, rgba(8, 18, 34, 0.82) 32%, rgba(10, 23, 41, 0.42) 62%, rgba(10, 23, 41, 0.18) 100%),
        linear-gradient(0deg, rgba(5, 11, 24, 0.55) 0%, transparent 42%);
    z-index: 1;
}
.hero::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 90px;
    background: linear-gradient(to bottom, transparent, var(--paper));
    z-index: 1;
}
.hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}
.hero__content h1 { color: #fff; }
.hero__content .eyebrow {
    color: var(--steel-300);
    background: rgba(255, 255, 255, 0.06);
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 28px;
}
.hero__content .eyebrow::before { display: none; }
.hero__content .lead { color: rgba(255, 255, 255, 0.86); }
.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 36px 0;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .92rem;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
}
.trust-row span::before {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--steel-400);
    box-shadow: 0 0 0 4px rgba(92, 143, 184, 0.2);
}

.hero-assurance {
    background: linear-gradient(160deg, rgba(9, 20, 38, 0.86), rgba(6, 13, 26, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--shadow-lg);
    position: relative;
}
.hero-assurance > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--steel-400), var(--steel-500));
    box-shadow: 0 14px 30px rgba(92, 143, 184, 0.45);
    margin-bottom: 22px;
}
.hero-assurance > span svg { width: 28px; height: 28px; color: #fff; stroke: #fff; }
.hero-assurance h2 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 12px;
}
.hero-assurance p { color: rgba(255, 255, 255, 0.78); font-size: .98rem; margin-bottom: 22px; }
.hero-assurance ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero-assurance ul li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.92);
    font-size: .95rem;
    font-weight: 500;
}
.hero-assurance ul li::before {
    content: "✓";
    position: absolute;
    left: 0; top: 0;
    width: 18px; height: 18px;
    background: var(--steel-400);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 980px) {
    .hero { min-height: auto; padding-bottom: 100px; }
    .hero__inner { grid-template-columns: 1fr; }
    .hero-assurance { margin-top: 30px; }
    /* Text stacks over the photo on small screens — darken for legibility */
    .hero__media img { object-position: 72% 20%; }
    .hero::before {
        background:
            linear-gradient(180deg, rgba(5, 11, 24, 0.82) 0%, rgba(7, 16, 31, 0.7) 45%, rgba(6, 13, 26, 0.9) 100%);
    }
}

/* ============================== PAGE HERO ================================== */

.page-hero {
    background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-800) 100%);
    color: #fff;
    padding: clamp(100px, 11vw, 160px) 0 clamp(80px, 9vw, 120px);
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 25% 25%, rgba(92, 143, 184, 0.2), transparent 55%),
        radial-gradient(circle at 80% 80%, rgba(20, 49, 92, 0.5), transparent 50%);
}
.page-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    opacity: 0.5;
    filter: contrast(1.03);
}
.page-hero--media::before {
    background:
        linear-gradient(90deg, rgba(5, 11, 24, 0.92) 0%, rgba(8, 18, 34, 0.72) 45%, rgba(10, 23, 41, 0.42) 100%),
        linear-gradient(0deg, rgba(5, 11, 24, 0.55) 0%, transparent 55%);
}
.page-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
}
.page-hero h1 { color: #fff; }
.page-hero .eyebrow { color: var(--steel-300); }
.page-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.12rem;
    max-width: 60ch;
}

/* ============================== SERVICE CARDS ================================== */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.service-grid--wide { grid-template-columns: repeat(3, 1fr); }

.service-card {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--steel-200);
}

.service-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--steel-100);
}
.service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(6, 13, 26, 0.5) 100%);
}
.service-card__chip {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--navy-800), var(--steel-500));
    box-shadow: var(--shadow-brand);
    transition: transform .35s ease;
}
.service-card:hover .service-card__chip { transform: scale(1.08) rotate(-3deg); }
.service-card__chip .service-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card__body {
    padding: 30px 30px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.service-card__accent {
    display: inline-block;
    font-family: var(--font-display);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--steel-500);
    font-weight: 600;
    margin-bottom: 8px;
}
.service-card h3 { margin: 0 0 10px; font-size: 1.3rem; color: var(--navy-900); }
.service-card p { color: var(--muted); font-size: .96rem; margin-bottom: 22px; }
.service-card .text-link { margin-top: auto; }

@media (max-width: 980px) {
    .service-grid, .service-grid--wide { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
    .service-grid, .service-grid--wide { grid-template-columns: 1fr; }
}

/* ============================== TRUST GRID ================================== */

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.trust-grid article {
    background: #fff;
    padding: 28px 24px;
    border-radius: var(--radius);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-xs);
    transition: transform .25s, box-shadow .25s;
}
.trust-grid article:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.trust-grid h3 {
    font-size: 1.05rem;
    color: var(--navy-900);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.trust-grid h3::before {
    content: "";
    width: 6px;
    height: 22px;
    background: linear-gradient(180deg, var(--steel-400), var(--navy-700));
    border-radius: 3px;
}
.trust-grid p { color: var(--muted); font-size: .95rem; margin: 0; }
@media (max-width: 620px) {
    .trust-grid { grid-template-columns: 1fr; }
}

/* ============================== PROCESS ================================== */

.process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    position: relative;
}
.process::before {
    content: "";
    position: absolute;
    top: 32px; left: 6%; right: 6%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--steel-200) 10%, var(--steel-200) 90%, transparent);
    z-index: 0;
}
.process__item {
    background: #fff;
    border-radius: var(--radius);
    padding: 28px 22px;
    text-align: center;
    border: 1px solid var(--line-soft);
    position: relative;
    z-index: 1;
    transition: transform .25s, box-shadow .25s;
}
.process__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.process__item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy-800), var(--steel-500));
    color: #fff;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    margin: 0 auto 16px;
    box-shadow: var(--shadow-brand);
}
.process__item h3 {
    font-size: 1.05rem;
    color: var(--navy-900);
    margin-bottom: 6px;
}
.process__item p { color: var(--muted); font-size: .9rem; margin: 0; }

@media (max-width: 1024px) {
    .process { grid-template-columns: repeat(3, 1fr); }
    .process::before { display: none; }
}
@media (max-width: 620px) {
    .process { grid-template-columns: 1fr; }
}

/* ============================== REGION PANEL ================================== */

.region-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}
.region-panel span {
    padding: 10px 18px;
    border-radius: var(--radius-pill);
    background: #fff;
    border: 1px solid var(--line);
    font-size: .9rem;
    font-weight: 500;
    color: var(--graphite);
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.region-panel span:hover {
    background: var(--navy-800);
    color: #fff;
    border-color: var(--navy-800);
    transform: translateY(-2px);
}
.region-panel--large span { padding: 14px 24px; font-size: .95rem; }

.region-panel--center { justify-content: center; }

/* ============================== EINSATZGEBIETE ========================= */
.split--map { grid-template-columns: 1.35fr 1fr; align-items: stretch; }
.map-embed {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    min-height: 380px;
    background: var(--steel-100);
}
.map-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.15) contrast(1.02);
}
.location-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: clamp(28px, 3vw, 40px);
}
.location-card h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
.location-card__meta {
    list-style: none;
    margin: 8px 0 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.location-card__meta li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--graphite);
    font-weight: 500;
}
.location-card__meta li a { color: var(--graphite); }
.location-card__meta li a:hover { color: var(--navy-800); }
.location-card__meta .icon {
    flex: none;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--steel-500);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.location-card .button { align-self: flex-start; }

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: clamp(32px, 4vw, 48px);
}
.coverage-grid article {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: var(--shadow-xs);
    transition: transform .25s, box-shadow .25s;
}
.coverage-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.coverage-grid__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--navy-800), var(--steel-500));
    margin-bottom: 18px;
}
.coverage-grid__icon .icon {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.coverage-grid h3 { font-size: 1.1rem; color: var(--navy-900); margin-bottom: 8px; }
.coverage-grid p { color: var(--muted); font-size: .95rem; margin: 0; }
.areas-cta { text-align: center; margin-top: clamp(36px, 4vw, 52px); }

/* ============================== MEDIA FRAME =========================== */
.media-frame {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line);
    aspect-ratio: 4 / 3;
    background: var(--steel-100);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.section-copy .check-list { margin: 20px 0 28px; }
.section-copy .note {
    font-size: .95rem;
    color: var(--muted);
    border-left: 3px solid var(--steel-300);
    padding-left: 14px;
    margin-top: 22px;
}
.process--4 { grid-template-columns: repeat(4, 1fr); }

/* ============================== CAREER PATH =========================== */
.career-path {
    background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
    border-radius: var(--radius-lg);
    padding: clamp(30px, 3.4vw, 44px);
    box-shadow: var(--shadow-lg);
    color: #fff;
}
.career-path ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: step;
}
.career-path li {
    position: relative;
    padding: 0 0 28px 56px;
}
.career-path li:last-child { padding-bottom: 0; }
.career-path li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--steel-400), var(--steel-500));
    color: #fff;
    font-weight: 700;
    font-family: var(--font-display);
    font-size: .92rem;
    z-index: 1;
}
.career-path li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 40px;
    bottom: 4px;
    width: 2px;
    background: rgba(255, 255, 255, 0.16);
}
.career-path h3 { color: #fff; font-size: 1.08rem; margin: 6px 0 4px; }
.career-path p { color: rgba(255, 255, 255, 0.76); font-size: .93rem; margin: 0; }

@media (max-width: 880px) {
    .split--map { grid-template-columns: 1fr; }
    .map-embed { min-height: 300px; }
}
@media (max-width: 720px) {
    .coverage-grid { grid-template-columns: 1fr; }
}

/* ============================== FAQ ================================== */

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: start;
}
@media (max-width: 880px) {
    .faq-layout { grid-template-columns: 1fr; }
}
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    padding: 0;
    transition: border-color .25s, box-shadow .25s;
    overflow: hidden;
}
.faq details[open] {
    border-color: var(--steel-200);
    box-shadow: var(--shadow-sm);
}
.faq summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 28px;
    font-weight: 600;
    color: var(--navy-900);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: "+";
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ice);
    color: var(--navy-800);
    font-size: 1.3rem;
    font-weight: 400;
    transition: transform .3s, background .3s, color .3s;
    flex-shrink: 0;
}
.faq details[open] summary::after {
    background: var(--navy-800);
    color: #fff;
    transform: rotate(45deg);
}
.faq details p {
    padding: 0 28px 24px;
    color: var(--muted);
    margin: 0;
    font-size: .98rem;
}

/* ============================== CONTACT PREVIEW + CTA BAND ================================== */

.contact-preview {
    background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
    color: #fff;
    padding: clamp(60px, 8vw, 100px) 0;
    position: relative;
    overflow: hidden;
}
.contact-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 50%, rgba(92, 143, 184, 0.2), transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(20, 49, 92, 0.4), transparent 50%);
}
.contact-preview__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.5fr auto;
    align-items: center;
    gap: clamp(30px, 5vw, 60px);
}
.contact-preview h2 { color: #fff; max-width: 22ch; }
.contact-preview p { color: rgba(255, 255, 255, 0.8); margin: 0; }
.contact-preview .eyebrow { color: var(--steel-300); }
.contact-preview__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
@media (max-width: 760px) {
    .contact-preview__inner { grid-template-columns: 1fr; }
}

.cta-band {
    background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 60%, var(--steel-500) 100%);
    color: #fff;
    padding: clamp(70px, 9vw, 110px) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.1), transparent 50%),
        radial-gradient(circle at 70% 100%, rgba(92, 143, 184, 0.3), transparent 55%);
}
.cta-band__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-band h2 { color: #fff; margin-bottom: 16px; }
.cta-band p { color: rgba(255, 255, 255, 0.86); margin-bottom: 32px; }
.cta-band .eyebrow { color: rgba(255, 255, 255, 0.78); justify-content: center; }
.cta-band .eyebrow::before { background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent); }
.cta-band .button--primary {
    background: #fff;
    color: var(--navy-900);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.cta-band .button--primary:hover { background: var(--steel-100); box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35); }

/* ============================== ABOUT PAGE ================================== */

.about-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "copy photo" "proof proof";
    gap: clamp(36px, 5vw, 60px);
    align-items: center;
}
.about-intro .section-copy { grid-area: copy; }
.about-photo { grid-area: photo; }
.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/5;
}
.about-proof-row {
    grid-area: proof;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 24px;
}
.about-proof-row article {
    background: #fff;
    padding: 24px 22px;
    border-radius: var(--radius);
    border: 1px solid var(--line-soft);
    transition: transform .25s, box-shadow .25s;
}
.about-proof-row article:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.about-proof-row strong {
    display: block;
    color: var(--navy-900);
    font-family: var(--font-display);
    font-size: 1.05rem;
    margin-bottom: 8px;
}
.about-proof-row p { color: var(--muted); font-size: .92rem; margin: 0; }
@media (max-width: 980px) {
    .about-intro { grid-template-columns: 1fr; grid-template-areas: "copy" "photo" "proof"; }
    .about-proof-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .about-proof-row { grid-template-columns: 1fr; }
}

.director-insight {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}
.director-insight__points { display: flex; flex-direction: column; gap: 16px; }
.director-insight__points article {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    backdrop-filter: blur(10px);
    transition: background .25s, transform .25s;
}
.director-insight__points article:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}
.director-insight__points .icon {
    width: 36px; height: 36px;
    fill: none;
    stroke: var(--steel-300);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.director-insight__points h3 { color: #fff; margin: 0 0 6px; font-size: 1.05rem; }
.director-insight__points p { color: rgba(255, 255, 255, 0.74); margin: 0; font-size: .95rem; }
@media (max-width: 880px) { .director-insight { grid-template-columns: 1fr; } }

.about-method { display: flex; flex-direction: column; gap: 18px; }
.about-method article {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    padding: 26px 28px;
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.about-method article:hover { transform: translateX(4px); border-color: var(--steel-200); box-shadow: var(--shadow-sm); }
.about-method article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--steel-100), var(--ice));
    color: var(--navy-800);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
}
.about-method h3 { font-size: 1.1rem; color: var(--navy-900); margin: 0 0 6px; }
.about-method p { color: var(--muted); margin: 0; font-size: .96rem; }

.about-quality {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.about-standard-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.about-standard-panel > div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
}
.about-standard-panel .icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: none;
    stroke: var(--steel-500);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    padding: 4px;
    background: var(--steel-100);
    border-radius: 50%;
    box-sizing: content-box;
}
.about-standard-panel span { color: var(--graphite); font-weight: 500; font-size: .96rem; }
.about-values-panel { text-align: center; padding-top: 16px; }
.about-values-panel h3 { font-size: 1.6rem; margin-bottom: 24px; color: var(--navy-900); }
.value-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.value-card {
    padding: 12px 22px;
    background: linear-gradient(135deg, var(--ice), #fff);
    border: 1px solid var(--steel-200);
    border-radius: var(--radius-pill);
    font-weight: 500;
    color: var(--navy-800);
    font-size: .95rem;
    transition: background .25s, color .25s, transform .25s;
}
.value-card:hover {
    background: linear-gradient(135deg, var(--navy-800), var(--steel-500));
    color: #fff;
    transform: translateY(-3px);
    border-color: transparent;
}
@media (max-width: 880px) {
    .about-standard-panel { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .about-standard-panel { grid-template-columns: 1fr; }
}

/* ============================== SERVICE DETAIL ================================== */

.service-hero {
    background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
    color: #fff;
    padding: clamp(90px, 10vw, 140px) 0 clamp(70px, 8vw, 100px);
    position: relative;
    overflow: hidden;
}
.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(92, 143, 184, 0.22), transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(20, 49, 92, 0.5), transparent 50%);
}
.service-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}
.service-hero__copy h1 { color: #fff; }
.service-hero__copy .eyebrow { color: var(--steel-300); }
.service-hero__copy p { color: rgba(255, 255, 255, 0.82); font-size: 1.08rem; }
.service-hero__copy .hero__actions { border: 0; padding-top: 14px; }
.service-hero__media img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 880px) { .service-hero__inner { grid-template-columns: 1fr; } }

.outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.outcome-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: var(--radius);
    border: 1px solid var(--line-soft);
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.outcome-card:hover { transform: translateY(-4px); border-color: var(--steel-200); box-shadow: var(--shadow-md); }
.outcome-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--steel-100), var(--ice));
    margin-bottom: 18px;
}
.outcome-card .service-icon {
    width: 26px; height: 26px;
    fill: none;
    stroke: var(--navy-800);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.outcome-card h3 { font-size: 1.05rem; color: var(--navy-900); margin: 0; }
@media (max-width: 880px) { .outcome-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .outcome-grid { grid-template-columns: 1fr; } }

.service-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.detail-card {
    background: #fff;
    padding: 36px 34px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-xs);
}
.detail-card h2 {
    font-size: 1.4rem;
    color: var(--navy-900);
    margin-bottom: 22px;
    position: relative;
    padding-left: 18px;
}
.detail-card h2::before {
    content: "";
    position: absolute;
    left: 0; top: 6px; bottom: 6px;
    width: 4px;
    background: linear-gradient(180deg, var(--navy-800), var(--steel-400));
    border-radius: 4px;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.check-list li {
    position: relative;
    padding-left: 32px;
    color: var(--graphite);
    font-size: .98rem;
    line-height: 1.5;
}
.check-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 6px;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--steel-100);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314315c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
@media (max-width: 760px) { .service-detail { grid-template-columns: 1fr; } }

.related-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.related-service {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 26px;
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.related-service:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--steel-200); }
.related-service > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--steel-100), var(--ice));
}
.related-service .service-icon {
    width: 22px; height: 22px;
    fill: none;
    stroke: var(--navy-800);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.related-service strong { color: var(--navy-900); font-size: 1.02rem; font-family: var(--font-display); }
.related-service small { color: var(--muted); font-size: .9rem; line-height: 1.5; }
@media (max-width: 880px) { .related-services { grid-template-columns: 1fr; } }

/* ============================== CONTACT FORM ================================== */

.contact-layout {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: clamp(30px, 4vw, 50px);
    align-items: start;
}
.contact-card {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    padding: clamp(30px, 4vw, 48px);
    box-shadow: var(--shadow-sm);
}
.contact-card h2 { font-size: 1.5rem; margin-bottom: 24px; }

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 22px;
}
.form-grid__wide { grid-column: 1 / -1; }
.form-grid label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-grid label span {
    font-size: .82rem;
    font-weight: 600;
    color: var(--navy-900);
    letter-spacing: .02em;
}
.form-grid input,
.form-grid select,
.form-grid textarea,
.contact-card input,
.contact-card select,
.contact-card textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    background: var(--cream);
    transition: border-color .2s, box-shadow .2s, background .2s;
    font-size: .98rem;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
    outline: none;
    border-color: var(--steel-400);
    background: #fff;
    box-shadow: var(--ring);
}
.form-grid em {
    color: var(--danger);
    font-style: normal;
    font-size: .82rem;
    font-weight: 500;
}

.privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: .92rem;
    color: var(--graphite);
}
.privacy-check input[type="checkbox"] {
    margin-top: 4px;
    width: 18px; height: 18px;
    accent-color: var(--navy-800);
    cursor: pointer;
    flex-shrink: 0;
}
.privacy-check a { color: var(--steel-500); font-weight: 500; }
.privacy-check a:hover { color: var(--navy-900); }
.honeypot { display: none !important; }
.form-error { color: var(--danger); font-style: normal; font-size: .85rem; display: block; margin-bottom: 12px; }
.form-message {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: .96rem;
}
.form-message--success { background: rgba(14, 138, 95, 0.1); color: var(--success); border: 1px solid rgba(14, 138, 95, 0.25); }
.form-message--warning { background: rgba(154, 99, 0, 0.1); color: var(--warning); border: 1px solid rgba(154, 99, 0, 0.25); }

.contact-card button {
    margin-top: 8px;
    border: none;
    width: 100%;
}

.contact-info {
    background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
    color: #fff;
    border-radius: var(--radius-lg);
    padding: clamp(30px, 4vw, 42px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}
.contact-info::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(92, 143, 184, 0.2), transparent 50%);
    pointer-events: none;
}
.contact-info > * { position: relative; z-index: 1; }
.contact-info .eyebrow { color: var(--steel-300); }
.contact-info h2 { color: #fff; font-size: 1.3rem; margin: 0 0 6px; }
.contact-info p { color: rgba(255, 255, 255, 0.75); margin: 0 0 12px; }
.contact-info a {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color .2s, padding-left .2s;
}
.contact-info a:hover { color: var(--steel-300); padding-left: 6px; }
.contact-info .social-icon {
    width: 18px;
    height: 18px;
    fill: rgba(255, 255, 255, 0.95);
}
.contact-info__note {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-info__note strong { display: block; color: #fff; font-size: .98rem; margin-bottom: 4px; }
.contact-info__note p { color: rgba(255, 255, 255, 0.78); margin: 0; font-size: .9rem; }

@media (max-width: 880px) {
    .contact-layout { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
}

/* ============================== LEGAL ================================== */

.legal-content {
    max-width: 800px;
    margin: 0 auto;
}
.legal-content h2 {
    font-size: 1.3rem;
    margin-top: 36px;
    margin-bottom: 12px;
    color: var(--navy-900);
    padding-left: 16px;
    border-left: 3px solid var(--steel-400);
}
.legal-content dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 24px; margin: 18px 0; }
.legal-content dt { font-weight: 600; color: var(--navy-900); }
.legal-content dd { color: var(--graphite); margin: 0; }
.legal-content a { color: var(--steel-500); }
.legal-content a:hover { color: var(--navy-900); text-decoration: underline; }

/* ============================== FOOTER ================================== */

.site-footer {
    background: linear-gradient(180deg, var(--navy-950), #020610);
    color: rgba(255, 255, 255, 0.78);
    padding: clamp(70px, 8vw, 110px) 0 32px;
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(28, 66, 117, 0.4), transparent 55%),
        radial-gradient(circle at 90% 50%, rgba(58, 106, 155, 0.15), transparent 60%);
}
.site-footer > * { position: relative; z-index: 1; }
.site-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: clamp(30px, 4vw, 50px);
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand-block .brand__logo {
    height: 56px;
    margin-bottom: 20px;
}
.footer-brand-block p { color: rgba(255, 255, 255, 0.7); font-size: .95rem; max-width: 38ch; }
.footer-trust {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
}
.footer-trust span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .88rem;
    color: rgba(255, 255, 255, 0.72);
}
.footer-trust span::before {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--steel-400);
}
.site-footer h2 {
    color: #fff;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-family: var(--font-display);
    font-weight: 600;
    margin-bottom: 20px;
}
.site-footer a {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    padding: 6px 0;
    font-size: .94rem;
    transition: color .2s, padding-left .2s;
}
.site-footer a:hover { color: var(--steel-300); padding-left: 4px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; }
.footer-contact span { display: block; padding: 6px 0; color: rgba(255, 255, 255, 0.62); font-size: .9rem; }
.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background .25s, border-color .25s, transform .25s;
}
.footer-socials a:hover {
    background: var(--steel-400);
    border-color: var(--steel-400);
    transform: translateY(-3px);
    padding-left: 0;
}
.footer-socials .social-icon {
    width: 18px; height: 18px;
    fill: rgba(255, 255, 255, 0.85);
    transition: fill .25s;
}
.footer-socials a:hover .social-icon { fill: #fff; }

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 28px;
    color: rgba(255, 255, 255, 0.58);
    font-size: .85rem;
}

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

/* ============================== MOBILE ACTION BAR ================================== */

.mobile-action-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0; right: 0;
    z-index: 55;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--line-soft);
    padding: 10px;
    gap: 10px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
}
.mobile-action-bar a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    font-size: .95rem;
    color: var(--navy-900);
    background: var(--ice);
    transition: background .2s, color .2s;
}
.mobile-action-bar a:first-child {
    background: linear-gradient(135deg, var(--navy-800), var(--steel-500));
    color: #fff;
}
.mobile-action-bar .icon { width: 18px; height: 18px; }
.mobile-action-bar a:first-child .icon { stroke: #fff; }
.mobile-action-bar a:last-child .icon { stroke: var(--navy-800); }
@media (max-width: 760px) {
    .mobile-action-bar { display: flex; }
    body { padding-bottom: 80px; }
}

/* ============================== MOBILE RESPONSIVE PASS ===================== */

@media (max-width: 760px) {
    .container { width: min(100% - 28px, var(--container)); }

    h1 {
        font-size: 2.1rem;
        letter-spacing: 0;
        line-height: 1.12;
    }
    h2 {
        font-size: 1.65rem;
        letter-spacing: 0;
    }
    .lead,
    .section-copy p,
    .section-heading p { font-size: 1rem; }

    .section { padding: 56px 0; }

    .main-nav-bar__inner {
        min-height: 72px;
        gap: 12px;
    }
    .brand { flex: 0 0 auto; }
    .brand__logo { height: 54px; }
    .header-actions {
        margin-left: auto;
        gap: 10px;
        flex-shrink: 0;
    }
    .header-actions > .language-switcher { display: none; }
    .menu-toggle {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }
    .mobile-panel {
        top: 72px;
        padding: 22px 16px 112px;
    }

    .button {
        width: 100%;
        max-width: 100%;
        padding: 13px 18px;
        text-align: center;
        white-space: normal;
    }

    .hero {
        min-height: auto;
        align-items: flex-start;
        padding: 64px 0 74px;
    }
    .hero__content .eyebrow {
        margin-bottom: 20px;
        max-width: 100%;
        white-space: normal;
    }
    .hero__actions {
        flex-direction: column;
        align-items: stretch;
        margin: 28px 0 24px;
    }
    .trust-row {
        gap: 12px;
        padding-top: 22px;
    }
    .trust-row span { font-size: .9rem; }
    .hero-assurance {
        margin-top: 18px;
        padding: 26px 22px;
    }

    .page-hero { padding: 72px 0 58px; }
    .page-hero p,
    .service-hero__copy p { font-size: 1rem; }
    .service-hero { padding: 72px 0 64px; }

    .service-card,
    .detail-card,
    .outcome-card,
    .contact-card { padding: 26px 22px; }
    .faq summary {
        padding: 18px 20px;
        align-items: flex-start;
    }
    .faq details p { padding: 0 20px 20px; }

    .about-method article,
    .director-insight__points article {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .about-method article > span { width: 48px; height: 48px; }

    .legal-content dl { grid-template-columns: 1fr; gap: 2px 0; }
    .legal-content dd { margin-bottom: 10px; }
    .legal-content,
    .contact-info,
    .site-footer { overflow-wrap: anywhere; }

    .site-footer {
        padding-top: 58px;
        padding-bottom: 28px;
    }
    .footer-brand-block .brand__logo { height: 64px; }

    .mobile-action-bar {
        padding: 9px;
        gap: 8px;
    }
    .mobile-action-bar a {
        min-width: 0;
        padding: 13px 10px;
        font-size: .9rem;
    }
}

@media (max-width: 380px) {
    .container { width: min(100% - 24px, var(--container)); }
    h1 { font-size: 1.92rem; }
    .brand__logo { height: 50px; }
    .menu-toggle {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
    .mobile-action-bar a {
        gap: 6px;
        font-size: .84rem;
    }
    .mobile-action-bar .icon {
        width: 16px;
        height: 16px;
    }
}

/* ============================== ICONS ================================== */

.icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.social-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* ============================== REVEAL ANIMATION ================================== */

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1; transform: none; }
}

/* ============================== UTILITIES ================================== */

[hidden] { display: none !important; }
