/* =========================================================
   ODMP Europe - ui.css
   Global UI / layout for the English memorial homepage
   ========================================================= */

:root {
    --navy-950: #061522;
    --navy-900: #081c2d;
    --navy-850: #0b2438;
    --navy-800: #0e2d45;
    --blue: #6faed6;
    --blue-light: #dcecf7;
    --blue-pale: #eef6fb;
    --white: #ffffff;
    --text: #1c2d3a;
    --muted: #637786;
    --border: rgba(111,174,214,.24);
    --shadow: 0 18px 45px rgba(2, 16, 27, .16);
    --radius: 18px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 15% 0%, rgba(111,174,214,.12), transparent 30%),
        linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 31%, #dcebf5 70%, #eef5f9 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(111,174,214,.08), transparent 45%),
        var(--navy-950);
    border-bottom: 1px solid rgba(111,174,214,.22);
}

.site-header::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    top: -300px;
    border: 1px solid rgba(111,174,214,.16);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(111,174,214,.035),
        0 0 0 110px rgba(111,174,214,.025);
    pointer-events: none;
}

.header-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0 30px;
}

.brand {
    display: flex;
    align-items: center;
}

.brand-name {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .22em;
    color: var(--blue);
}

.brand-title {
    margin-top: 4px;
    font-size: 15px;
    color: rgba(255,255,255,.74);
}

.hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    padding: 78px 0 92px;
}

.hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 70px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--blue);
}

.hero h1 {
    max-width: 780px;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.03;
    letter-spacing: -.035em;
    font-weight: 800;
}

.hero h1 span {
    display: block;
    margin-top: 13px;
    color: var(--blue);
    font-size: clamp(20px, 2.3vw, 29px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
}

.hero-copy {
    max-width: 720px;
    margin-top: 26px;
    color: rgba(255,255,255,.75);
    font-size: 17px;
    line-height: 1.8;
}

.hero-stat {
    padding: 30px;
    border: 1px solid rgba(111,174,214,.27);
    border-radius: var(--radius);
    background: rgba(255,255,255,.035);
    box-shadow: 0 25px 70px rgba(0,0,0,.16);
    backdrop-filter: blur(5px);
}

.hero-stat-label {
    color: rgba(255,255,255,.58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero-stat-number {
    margin-top: 10px;
    color: var(--white);
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
}

.hero-stat-text {
    margin-top: 11px;
    color: var(--blue);
    font-size: 15px;
    line-height: 1.5;
}

.content {
    width: min(1180px, calc(100% - 40px));
    margin: -22px auto 0;
    position: relative;
    z-index: 2;
}

.intro-card {
    padding: 42px;
    background: var(--white);
    border: 1px solid rgba(7,29,46,.07);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.section-kicker {
    color: #4e7f9f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.intro-card h2 {
    margin-top: 10px;
    font-size: clamp(26px, 3vw, 37px);
    color: var(--navy-900);
    letter-spacing: -.02em;
}

.intro-card p {
    max-width: 980px;
    margin-top: 17px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.memory-points {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.memory-point {
    padding: 20px;
    border-radius: 13px;
    background: var(--blue-pale);
    border: 1px solid #d9e9f3;
}

.memory-point strong {
    display: block;
    color: var(--navy-900);
    font-size: 14px;
}

.memory-point span {
    display: block;
    margin-top: 7px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.countries-section {
    padding: 68px 0 76px;
}

.section-heading {
    display: block;
    margin-bottom: 27px;
}

.section-heading h2 {
    margin: 8px 0 0;
    color: var(--navy-900);
    font-size: clamp(28px, 3vw, 39px);
    letter-spacing: -.025em;
}

.section-heading p {
    max-width: 100%;
    margin: 2px 0 0;
    color: #607687;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}


.country-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.country-card {
    position: relative;
    min-height: 214px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(7,29,46,.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(8,28,45,.07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.country-card:hover {
    transform: translateY(-5px);
    border-color: rgba(78,127,159,.32);
    box-shadow: 0 18px 40px rgba(8,28,45,.13);
}

.country-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.flag-wrap {
    width: 62px;
    height: 43px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #f2f6f8;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.flag-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-arrow {
    color: #7090a4;
    font-size: 20px;
    transition: transform .25s ease;
}

.country-card:hover .country-arrow {
    transform: translateX(4px);
    color: #426e8d;
}

.country-name {
    margin-top: 24px;
    color: var(--navy-900);
    font-size: 21px;
    font-weight: 800;
}

.country-records {
    margin-top: 5px;
    color: #738795;
    font-size: 13px;
}

.country-link {
    align-self: flex-start;
    margin-top: 19px;
    color: #426e8d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.disclaimer {
    padding: 0 0 65px;
}

.disclaimer-card {
    padding: 25px 30px;
    color: #536a79;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(7,29,46,.07);
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.7;
}

.disclaimer-card strong {
    color: var(--navy-900);
}

.site-footer {
    color: rgba(255,255,255,.68);
    background: var(--navy-950);
    border-top: 1px solid rgba(111,174,214,.18);
}

.footer-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 45px 0 25px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    padding-bottom: 35px;
}

.footer-brand {
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .12em;
}

.footer-brand span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
}

.footer-text {
    margin-top: 17px;
    max-width: 540px;
    font-size: 13px;
    line-height: 1.75;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    gap: 10px 22px;
}

.footer-links a {
    color: rgba(255,255,255,.76);
    font-size: 13px;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: var(--blue);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.09);
    font-size: 11px;
    color: rgba(255,255,255,.42);
}

.instagram {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.65);
}

.instagram:hover {
    color: var(--blue);
}

@media (max-width: 900px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hero-stat {
        max-width: 420px;
    }

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

    .memory-points {
        grid-template-columns: 1fr;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-heading p {
        text-align: left;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .header-inner,
    .hero-inner,
    .content,
    .footer-inner {
        width: min(100% - 28px, 1180px);
    }

    .header-inner {
        padding-top: 24px;
    }

    .brand-name {
        font-size: 13px;
    }

    .brand-title {
        font-size: 12px;
    }

    .hero {
        padding: 55px 0 72px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .hero h1 span {
        font-size: 19px;
    }

    .hero-copy {
        font-size: 15px;
    }

    .hero-stat {
        padding: 24px;
    }

    .hero-stat-number {
        font-size: 44px;
    }

    .intro-card {
        padding: 28px 23px;
    }

    .country-grid {
        grid-template-columns: 1fr;
    }

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

    .countries-section {
        padding-top: 48px;
    }

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


/* =========================================================
   ODMP Europe - Country Navigation
   ========================================================= */

.odmp-country-nav {
    background: #0b2038;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(111,174,214,.20);
}

.odmp-country-nav-inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 58px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    gap: 6px;
}

.odmp-country-nav a {
    display: inline-flex;
    align-items: center;

    min-height: 38px;
    padding: 0 16px;

    border-radius: 999px;

    color: #dcecf6;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.odmp-country-nav a:hover {
    background: rgba(111,174,214,.15);
    color: #ffffff;
    transform: translateY(-1px);
}

.odmp-country-nav .language-link {
    margin-left: auto;

    border: 1px solid rgba(111,174,214,.35);
    background: rgba(111,174,214,.08);
}

@media (max-width: 700px) {

    .odmp-country-nav-inner {
        width: min(100% - 28px, 1180px);
        min-height: auto;
        padding: 8px 0;

        flex-wrap: wrap;
    }

    .odmp-country-nav a {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }

    .odmp-country-nav .language-link {
        margin-left: 0;
    }
}


/* =========================================================
   ODMP EUROPE
   COUNTRY MEMORIAL CARDS
   ========================================================= */

.country-page {
    background:
        linear-gradient(
            180deg,
            var(--navy-950) 0,
            var(--navy-900) 430px,
            #dcebf5 760px,
            #eef5f9 100%
        );
}

/* ---------------------------------------------------------
   Country Hero
   --------------------------------------------------------- */

.country-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(111,174,214,.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--navy-950),
            var(--navy-800)
        );
}

.country-hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;

    padding: 70px 0;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 60px;
    align-items: center;
}

.country-hero-copy h1 {
    margin: 10px 0 20px;

    font-size: clamp(42px, 6vw, 76px);
    line-height: .95;
    letter-spacing: -.04em;
}

.country-hero-copy p {
    max-width: 650px;

    color: #cfe2ef;
    font-size: 18px;
    line-height: 1.7;
}

/* Hero statistics */

.country-hero-panel {
    padding: 30px;

    text-align: center;

    background: rgba(255,255,255,.055);
    border: 1px solid rgba(111,174,214,.28);
    border-radius: 22px;

    box-shadow:
        0 25px 60px rgba(0,0,0,.20);
}

.country-flag-large {
    width: 112px;
    height: 72px;

    margin: 0 auto 22px;

    overflow: hidden;

    background: var(--white);

    border-radius: 10px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.20);
}

.country-flag-large img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.country-hero-number {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.country-hero-label {
    margin-top: 8px;

    color: #b9d3e3;
    font-size: 14px;
}

/* ---------------------------------------------------------
   Main Country Content
   --------------------------------------------------------- */

.country-content {
    width: min(1180px, calc(100% - 40px));

    margin: 0 auto;

    padding: 70px 0 100px;
}

/* ---------------------------------------------------------
   Section headings
   --------------------------------------------------------- */

.country-content .section-heading {
    margin-bottom: 28px;
}

.country-content .section-heading h2 {
    color: var(--navy-900);
}

.country-content .eyebrow {
    color: #4e7f9f;
}

/* ---------------------------------------------------------
   Statistics
   --------------------------------------------------------- */

.stat-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}

.stat-card {
    position: relative;

    min-height: 155px;

    padding: 25px 26px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: rgba(255,255,255,.97);

    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);

    box-shadow:
        0 10px 28px rgba(8,28,45,.07);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.stat-card:hover {
    transform: translateY(-3px);

    border-color:
        rgba(111,174,214,.38);

    box-shadow:
        0 16px 34px rgba(8,28,45,.11);
}

.stat-label {
    color: #5f7382;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .12em;
    text-transform: uppercase;
}

.stat-card strong {
    display: block;

    margin: 8px 0 5px;

    color: var(--navy-900);

    font-size: 36px;
    line-height: 1;
    letter-spacing: -.03em;
}

.stat-note {
    color: var(--muted);

    font-size: 13px;
    line-height: 1.5;
}

/* ---------------------------------------------------------
   Two-column information area
   --------------------------------------------------------- */

.country-two-column {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 22px;

    margin-top: 22px;
}

/* ---------------------------------------------------------
   General content cards
   --------------------------------------------------------- */

.content-card {
    min-height: 100%;

    padding: 30px;

    background: rgba(255,255,255,.97);

    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);

    box-shadow:
        0 10px 28px rgba(8,28,45,.07);
}

.content-card h2 {
    margin-top: 7px;

    color: var(--navy-900);

    font-size: 26px;
    letter-spacing: -.02em;
}

.card-kicker {
    color: #4e7f9f;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .15em;
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   Causes
   --------------------------------------------------------- */

.cause-list {
    margin-top: 22px;

    border-top:
        1px solid #dce8ef;
}

.cause-list div {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 12px 0;

    color: var(--text);

    border-bottom:
        1px solid #dce8ef;
}

.cause-list div span {
    font-size: 14px;
}

.cause-list div strong {
    min-width: 36px;

    color: var(--navy-900);

    font-size: 16px;

    text-align: right;
}

/* ---------------------------------------------------------
   Death anniversary
   --------------------------------------------------------- */

.person-preview {
    display: grid;

    grid-template-columns: 90px minmax(0, 1fr);

    gap: 18px;

    align-items: center;

    margin: 23px 0;
}

.person-preview img {
    width: 90px;
    height: 108px;

    object-fit: cover;

    border-radius: 12px;

    background: var(--blue-pale);

    border: 1px solid #dce8ef;
}

.person-role {
    margin-bottom: 4px;

    color: #718493;

    font-size: 12px;
}

.person-name {
    color: var(--navy-900);

    font-size: 20px;
    font-weight: 800;

    line-height: 1.2;
}

.person-meta {
    margin-top: 7px;

    color: var(--muted);

    font-size: 13px;
}

.person-note {
    margin-top: 8px;

    color: #4e7f9f;

    font-size: 13px;
    font-weight: 700;
}

.text-button {
    display: inline-block;

    margin-top: 8px;

    color: #39769b;

    font-size: 14px;
    font-weight: 800;

    transition: color .2s ease;
}

.text-button:hover {
    color: var(--navy-900);
}

/* ---------------------------------------------------------
   Empty state
   --------------------------------------------------------- */

.empty-state {
    margin-top: 20px;

    padding: 20px;

    background: var(--blue-pale);

    border: 1px solid #d9e9f3;
    border-radius: 13px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.6;
}

/* ---------------------------------------------------------
   Memorial Highlights
   --------------------------------------------------------- */

.feature-section {
    margin-top: 72px;
}

.person-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}

.person-card {
    overflow: hidden;

    background: rgba(255,255,255,.97);

    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);

    box-shadow:
        0 10px 28px rgba(8,28,45,.07);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.person-card:hover {
    transform: translateY(-4px);

    border-color:
        rgba(111,174,214,.35);

    box-shadow:
        0 18px 38px rgba(8,28,45,.12);
}

.person-card > img {
    display: block;

    width: 100%;
    height: 230px;

    object-fit: cover;

    background: var(--blue-pale);
}

.person-card-body {
    padding: 25px;
}

.person-card-body h3 {
    margin-top: 8px;

    color: var(--navy-900);

    font-size: 22px;
    line-height: 1.2;
}

.person-card-body p {
    margin-top: 9px;

    color: var(--muted);

    font-size: 13px;
    line-height: 1.6;
}

/* ---------------------------------------------------------
   Support
   --------------------------------------------------------- */

.support-card {
    margin-top: 70px;

    padding: 32px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    background:
        linear-gradient(
            135deg,
            rgba(111,174,214,.14),
            rgba(255,255,255,.98)
        );

    border: 1px solid rgba(111,174,214,.22);
    border-radius: var(--radius);

    box-shadow:
        0 10px 28px rgba(8,28,45,.07);
}

.support-card h2 {
    margin-top: 7px;

    color: var(--navy-900);
}

.support-card p {
    max-width: 700px;

    margin-top: 8px;

    color: var(--muted);

    line-height: 1.65;
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .country-hero-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .country-hero-panel {
        max-width: 360px;
    }

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

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

    .country-two-column {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {

    .country-hero-inner,
    .country-content {
        width: min(100% - 28px, 1180px);
    }

    .country-hero-inner {
        padding: 52px 0;
    }

    .country-hero-copy h1 {
        font-size: 48px;
    }

    .country-hero-copy p {
        font-size: 16px;
    }

    .stat-grid,
    .person-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        min-height: 135px;
    }

    .content-card {
        padding: 24px;
    }

    .person-preview {
        grid-template-columns: 75px minmax(0, 1fr);
    }

    .person-preview img {
        width: 75px;
        height: 92px;
    }

    .support-card {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =========================================================
   Death Anniversaries
   ========================================================= */

.anniversary-section {
    margin-top: 0;
}

.anniversary-list {
    display: grid;
    gap: 18px;
}

.anniversary-person {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    align-items: center;

    padding: 24px;

    background: rgba(255,255,255,.97);

    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);

    box-shadow:
        0 10px 28px rgba(8,28,45,.07);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.anniversary-person:hover {
    transform: translateY(-3px);

    border-color:
        rgba(111,174,214,.35);

    box-shadow:
        0 16px 34px rgba(8,28,45,.11);
}

.anniversary-person-image img {
    display: block;

    width: 110px;
    height: 135px;

    object-fit: cover;

    border-radius: 12px;

    background: var(--blue-pale);

    border: 1px solid #dce8ef;
}

.anniversary-person-info h3 {
    margin: 7px 0 8px;

    color: var(--navy-900);

    font-size: 24px;
    line-height: 1.2;
}

.anniversary-person-info h3 a {
    color: inherit;
    text-decoration: none;
}

.anniversary-person-info h3 a:hover {
    color: #39769b;
}

.person-age {
    margin-left: 5px;

    color: #6f7f8b;

    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 620px) {

    .anniversary-person {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 17px;

        padding: 18px;
    }

    .anniversary-person-image img {
        width: 80px;
        height: 100px;
    }

    .anniversary-person-info h3 {
        font-size: 20px;
    }
}


/* =========================================================
   ODMP EUROPE
   Death Anniversaries
   ========================================================= */

.anniversary-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);

    padding: 68px 0 82px;

    background:
        linear-gradient(
            135deg,
            rgba(111,174,214,.08),
            transparent 50%
        ),
        var(--navy-900);
}

.anniversary-hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(280px, .65fr);

    gap: 70px;
    align-items: center;
}

.anniversary-hero-copy {
    max-width: 760px;
}

.anniversary-hero-copy .eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    color: var(--blue);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.anniversary-hero-copy h1 {
    margin-top: 16px;

    color: var(--white);

    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.03;
    letter-spacing: -.035em;
    font-weight: 800;
}

.anniversary-hero-copy p {
    max-width: 700px;

    margin-top: 24px;

    color: rgba(255,255,255,.74);

    font-size: 17px;
    line-height: 1.8;
}


/* ---------------------------------------------------------
   Statistic
   --------------------------------------------------------- */

.anniversary-stat {
    padding: 30px;

    border: 1px solid rgba(111,174,214,.27);
    border-radius: var(--radius);

    background: rgba(255,255,255,.035);

    box-shadow: 0 25px 70px rgba(0,0,0,.16);

    backdrop-filter: blur(5px);
}

.anniversary-stat-label {
    color: rgba(255,255,255,.58);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.anniversary-stat-number {
    margin-top: 10px;

    color: var(--white);

    font-size: 52px;
    line-height: 1;
    font-weight: 800;
}

.anniversary-stat-text {
    margin-top: 11px;

    color: var(--blue);

    font-size: 15px;
    line-height: 1.5;
}


/* ---------------------------------------------------------
   Main anniversary content
   --------------------------------------------------------- */

.anniversary-section {
    padding: 58px 0 70px;
}

.anniversary-section .section-heading {
    margin-bottom: 28px;
}

.anniversary-section .section-heading h2 {
    color: var(--navy-900);

    font-size: clamp(28px, 3vw, 39px);
    letter-spacing: -.025em;
}

.anniversary-section .section-heading p {
    max-width: 470px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   Anniversary list
   --------------------------------------------------------- */

.anniversary-list {
    display: grid;
    gap: 18px;
}

.anniversary-person {
    display: grid;

    grid-template-columns: 110px minmax(0, 1fr);

    gap: 24px;
    align-items: center;

    padding: 24px;

    background: rgba(255,255,255,.97);

    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);

    box-shadow:
        0 10px 28px rgba(8,28,45,.07);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.anniversary-person:hover {
    transform: translateY(-3px);

    border-color:
        rgba(111,174,214,.35);

    box-shadow:
        0 16px 34px rgba(8,28,45,.11);
}


/* ---------------------------------------------------------
   Person image
   --------------------------------------------------------- */

.anniversary-person-image {
    width: 110px;
}

.anniversary-person-image img {
    display: block;

    width: 110px;
    height: 135px;

    object-fit: cover;

    border-radius: 12px;

    background: var(--blue-pale);

    border: 1px solid #dce8ef;
}


/* ---------------------------------------------------------
   Person information
   --------------------------------------------------------- */

.anniversary-person-info {
    min-width: 0;
}

.person-role {
    color: #4e7f9f;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.anniversary-person-info h3 {
    margin: 7px 0 8px;

    color: var(--navy-900);

    font-size: 24px;
    line-height: 1.2;
}

.anniversary-person-info h3 a {
    color: inherit;
    text-decoration: none;
}

.anniversary-person-info h3 a:hover {
    color: #39769b;
}

.person-age {
    margin-left: 5px;

    color: var(--muted);

    font-size: 15px;
    font-weight: 500;
}

.person-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.6;
}

.text-button {
    display: inline-block;

    margin-top: 14px;

    color: #39769b;

    font-size: 13px;
    font-weight: 800;

    transition: color .2s ease;
}

.text-button:hover {
    color: var(--navy-900);
}


/* ---------------------------------------------------------
   Empty state
   --------------------------------------------------------- */

.anniversary-empty {
    padding: 34px;
}

.anniversary-empty .empty-state {
    color: var(--muted);

    font-size: 15px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 768px) {

    .anniversary-hero {
        padding: 52px 0 62px;
    }

    .anniversary-hero-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .anniversary-hero-copy h1 {
        font-size: clamp(38px, 10vw, 52px);
    }

    .anniversary-stat {
        max-width: 420px;
    }

    .anniversary-section {
        padding: 45px 0 55px;
    }

    .anniversary-section .section-heading {
        display: block;
    }

    .anniversary-section .section-heading p {
        margin-top: 14px;
        text-align: left;
    }

}


@media (max-width: 560px) {

    .anniversary-person {
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 17px;

        padding: 18px;
    }

    .anniversary-person-image,
    .anniversary-person-image img {
        width: 80px;
    }

    .anniversary-person-image img {
        height: 100px;
    }

    .anniversary-person-info h3 {
        font-size: 20px;
    }

    .person-meta {
        font-size: 13px;
    }

}



/* =========================================================
   ODMP EUROPE – MEMORIAL DETAIL PAGE
   ========================================================= */

.memorial-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(111,174,214,.08), transparent 48%),
        var(--navy-900);
    border-bottom: 1px solid rgba(111,174,214,.18);
}

.memorial-hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 64px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 55px;
    align-items: end;
}

.memorial-hero-country {
    margin-top: 10px;
    color: #b9d3e3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.memorial-hero h1 {
    margin-top: 8px;
    color: var(--white);
    font-size: clamp(40px, 6vw, 70px);
    line-height: 1;
    letter-spacing: -.04em;
}

.memorial-hero-rank {
    margin-top: 16px;
    color: #cfe2ef;
    font-size: 19px;
    line-height: 1.5;
}

.memorial-age {
    color: #9eb9ca;
}

.memorial-hero-date {
    padding: 25px;
    text-align: center;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(111,174,214,.27);
    border-radius: 20px;
}

.memorial-date-label {
    display: block;
    color: #9eb9ca;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.memorial-hero-date strong {
    display: block;
    margin-top: 8px;
    color: var(--white);
    font-size: 30px;
}

.memorial-date-cause {
    display: block;
    margin-top: 9px;
    color: var(--blue);
    font-size: 13px;
}

.memorial-profile-card {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 34px;
    padding: 32px;
    margin-top: 50px;
    background: var(--white);
    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.memorial-photo img {
    display: block;
    width: 100%;
    max-width: 230px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 15px;
    background: var(--blue-pale);
    border: 1px solid #dce8ef;
}

.memorial-profile h2 {
    margin-top: 8px;
    color: var(--navy-900);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.memorial-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 25px;
}

.memorial-data-item {
    padding: 16px 17px;
    background: var(--blue-pale);
    border: 1px solid #d9e9f3;
    border-radius: 12px;
}

.memorial-data-item span {
    display: block;
    color: #5f7382;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.memorial-data-item strong {
    display: block;
    margin-top: 6px;
    color: var(--navy-900);
    font-size: 15px;
    line-height: 1.45;
}

.detail-card {
    margin-top: 22px;
    padding: 32px;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);
    box-shadow: 0 10px 28px rgba(8,28,45,.07);
}

.detail-card h2 {
    margin-top: 8px;
    color: var(--navy-900);
    font-size: clamp(25px, 3vw, 34px);
    letter-spacing: -.025em;
}

.circumstances-text {
    margin-top: 22px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.85;
}

.memorial-collage-card {
    margin-top: 22px;
    padding: 20px;
    text-align: center;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);
    box-shadow: 0 10px 28px rgba(8,28,45,.07);
}

.memorial-collage-card img {
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 10px;
}

.detail-sources {
    margin-top: 20px;
    padding-left: 20px;
}

.detail-sources li {
    margin: 9px 0;
    color: var(--muted);
    line-height: 1.55;
}

.detail-sources a {
    color: #39769b;
    overflow-wrap: anywhere;
}

.detail-sources a:hover {
    color: var(--navy-900);
}

.image-rights-card {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 22px;
    padding: 18px 22px;
    color: #6b7d89;
    background: var(--blue-pale);
    border: 1px solid #d9e9f3;
    border-radius: 14px;
    font-size: 13px;
}

.image-rights-card a {
    color: #39769b;
    font-weight: 700;
}

.condolence-card {
    margin-bottom: 70px;
}

.condolence-count {
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    margin-left: 5px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: #39769b;
    background: var(--blue-pale);
    border-radius: 999px;
    font-size: 13px;
}

.condolence-text {
    margin-top: 22px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.8;
}

.condolence-meta {
    margin-top: 16px;
    color: var(--muted);
    font-size: 13px;
    font-style: italic;
}

.condolence-empty {
    margin-top: 22px;
    color: var(--muted);
    line-height: 1.7;
}

/* =========================================================
   Condolence actions
   ========================================================= */

.condolence-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
    align-items: center;
}

.condolence-actions .vs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;

    background: var(--navy-900);
    color: #ffffff;

    border: 1px solid var(--navy-900);
    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.condolence-actions .vs-button:hover {
    background: #163d5a;
    border-color: #fff;
    color: #fff;
    transform: translateY(-1px);
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 480px) {

    .condolence-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .condolence-actions .vs-button {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .memorial-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 50px 0 55px;
    }

    .memorial-hero-date {
        max-width: 360px;
    }

    .memorial-profile-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .memorial-photo img {
        max-width: 190px;
    }

    .memorial-data-grid {
        grid-template-columns: 1fr;
    }

    .detail-card {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .memorial-hero h1 {
        font-size: 39px;
    }

    .memorial-profile-card,
    .detail-card {
        border-radius: 14px;
    }

    .condolence-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .condolence-actions .vs-button {
        text-align: center;
    }
}



/* =========================================================
   ODMP EUROPE – ENTER CONDOLENCE
   ========================================================= */

.condolence-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(111,174,214,.08), transparent 48%),
        var(--navy-900);
    border-bottom: 1px solid rgba(111,174,214,.18);
}

.condolence-hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 64px;
}

.condolence-hero-country {
    margin-top: 9px;
    color: #b9d3e3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.condolence-hero h1 {
    margin-top: 10px;
    color: var(--white);
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.condolence-hero p {
    max-width: 760px;
    margin-top: 20px;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.75;
}

.condolence-person-card {
    margin-top: 50px;
    padding: 26px;
    display: grid;
    grid-template-columns: 150px minmax(0,1fr);
    gap: 28px;
    align-items: center;
    background: var(--white);
    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.condolence-person-image img {
    display: block;
    width: 150px;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
    background: var(--blue-pale);
    border: 1px solid #dce8ef;
}

.condolence-person-info h2 {
    margin-top: 7px;
    color: var(--navy-900);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.condolence-person-age {
    color: var(--muted);
    font-size: .65em;
    font-weight: 500;
}

.condolence-person-info p {
    max-width: 680px;
    margin-top: 14px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.condolence-form-card {
    margin-top: 22px;
    margin-bottom: 70px;
    padding: 32px;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);
    box-shadow: 0 10px 28px rgba(8,28,45,.07);
}

.condolence-form-card h2 {
    margin-top: 8px;
    color: var(--navy-900);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.condolence-form-intro {
    max-width: 720px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.odmp-condolence-form {
    max-width: 820px;
    margin-top: 30px;
}

.odmp-condolence-form .form-field {
    margin-top: 23px;
}

.odmp-condolence-form .form-field:first-child {
    margin-top: 0;
}

.odmp-condolence-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--navy-900);
    font-size: 14px;
    font-weight: 800;
}

.odmp-condolence-form textarea,
.odmp-condolence-form input[type="text"],
.odmp-condolence-form input[type="email"] {
    display: block;
    width: 100%;
    padding: 14px 15px;
    color: var(--text);
    background: #fbfdfe;
    border: 1px solid #cbdce7;
    border-radius: 11px;
    outline: none;
    font: inherit;
    font-size: 15px;
    line-height: 1.6;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.odmp-condolence-form textarea {
    min-height: 190px;
    resize: vertical;
}

.odmp-condolence-form textarea:focus,
.odmp-condolence-form input[type="text"]:focus,
.odmp-condolence-form input[type="email"]:focus {
    background: var(--white);
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(111,174,214,.16);
}

.odmp-condolence-form .form-help {
    margin-top: 7px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.form-notice {
    display: flex;
    gap: 13px;
    margin-top: 27px;
    padding: 17px 18px;
    color: #526c7b;
    background: var(--blue-pale);
    border: 1px solid #d9e9f3;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.6;
}

.form-notice strong {
    flex: 0 0 auto;
    color: var(--navy-900);
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    align-items: center;
}

.form-actions .vs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;

    background: var(--navy-900);
    color: #ffffff;

    border: 1px solid var(--navy-900);
    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.form-actions .vs-button:hover {
    background: #163d5a;
    border-color: #fff;
    color: #fff;
    transform: translateY(-1px);
}

.form-actions button.vs-button {
    cursor: pointer;
    font-family: inherit;
}

@media (max-width: 700px) {
    .condolence-person-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .condolence-person-image img {
        width: 125px;
        height: 150px;
    }

    .condolence-form-card {
        padding: 24px;
    }

    .form-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .form-actions .vs-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .condolence-hero-inner {
        padding: 48px 0 52px;
    }

    .condolence-hero h1 {
        font-size: 38px;
    }

    .form-notice {
        flex-direction: column;
        gap: 4px;
    }
}



/* =========================================================
   ODMP Europe – Condolence Book
   ========================================================= */

.condolence-book-page main {
    padding-bottom: 50px;
}

.condolence-book-hero {
    padding: 58px 20px 34px;
}

.condolence-book-hero-inner {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin: 0 auto;
}

.condolence-book-country {
    margin-top: 6px;
    color: #dce8f4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.condolence-book-hero h1 {
    margin: 8px 0 10px;
    color: #ffffff;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
}

.condolence-book-hero p {
    max-width: 760px;
    margin: 0;
    color: #dce8f4;
    font-size: 17px;
    line-height: 1.7;
}

.condolence-book-person-card,
.condolence-book-card {
    margin-bottom: 28px;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.condolence-book-person-card h2,
.condolence-book-card h2 {
    margin: 6px 0 10px;
    color: #15395b;
}

.condolence-book-person-card p {
    margin: 0;
    color: #596b7d;
    line-height: 1.7;
}

.condolence-list {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.condolence-entry {
    padding: 24px 26px;
    background: #f4f8fc;
    border: 1px solid #d9e5ef;
    border-radius: 12px;
}

.condolence-entry-person {
    color: #15395b;
    font-size: 17px;
    font-weight: 700;
}

.condolence-entry-text {
    margin-top: 16px;
    color: #2d3c4a;
    font-size: 16px;
    line-height: 1.8;
}

.condolence-entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #718092;
    font-size: 13px;
}

.condolence-meta-separator {
    color: #a5b1bd;
}

.condolence-empty {
    margin-top: 24px;
    padding: 28px;
    background: #f4f8fc;
    border: 1px solid #d9e5ef;
    border-radius: 12px;
}

.condolence-empty h3 {
    margin: 0 0 8px;
    color: #15395b;
}

.condolence-empty p {
    margin: 0;
    color: #596b7d;
    line-height: 1.7;
}

.condolence-book-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin: 8px 0 20px;
}

.condolence-book-actions .vs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    padding: 0 18px;

    border-radius: 999px;

    background: #0b2038;
    border: 1px solid #0b2038;

    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.condolence-book-actions .vs-button:hover {
    background: #163653;
    border-color: #163653;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 768px) {

    .condolence-book-hero {
        padding: 42px 16px 28px;
    }

    .condolence-book-person-card,
    .condolence-book-card {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .condolence-entry {
        padding: 20px 18px;
    }

    .condolence-book-actions {
        flex-direction: column;
    }

    .condolence-book-actions .vs-button {
        width: 100%;
        text-align: center;
    }

}

/* =========================================================
   Killed Police Officers – add to ui.css
   ========================================================= */

.killed-officers-page main {
    padding-bottom: 50px;
}


.killed-officers-hero {
    padding: 58px 20px 34px;
}


.killed-officers-hero-inner {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin: 0 auto;
}


.killed-officers-country {
    margin-top: 6px;
    color: #dce8f4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


.killed-officers-hero h1 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
}


.killed-officers-hero p {
    max-width: 760px;
    margin: 0;
    color: #dce8f4;
    font-size: 17px;
    line-height: 1.7;
}


.killed-officers-summary,
.killed-officers-card {
    margin-bottom: 28px;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}


.killed-officers-summary h2,
.killed-officers-card h2 {
    margin: 6px 0 10px;
    color: #15395b;
}


.killed-officers-summary p {
    margin: 0;
    color: #596b7d;
    line-height: 1.7;
}


.killed-officers-page-count {
    color: #718092;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}


.killed-officers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}


.killed-officer-card-link {
    display: flex;
    height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: #f4f8fc;
    border: 1px solid #d9e5ef;
    border-radius: 14px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}


.killed-officer-card-link:hover {
    transform: translateY(-2px);
    border-color: #9fb7cb;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}


.killed-officer-image-wrap {
    flex: 0 0 145px;
    min-height: 190px;
    background: #e7eef5;
}


.killed-officer-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}


.killed-officer-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
}


.killed-officer-rank {
    margin-top: 8px;
    color: #596b7d;
    font-size: 14px;
    font-weight: 600;
}


.killed-officer-card h3 {
    margin: 5px 0 10px;
    color: #15395b;
    font-size: 20px;
    line-height: 1.3;
}


.killed-officer-age {
    color: #718092;
    font-weight: 500;
}


.killed-officer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    color: #718092;
    font-size: 13px;
}


.meta-separator {
    color: #a5b1bd;
}


.odmp-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 30px 0;
}


.pagination-pages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}


.pagination-link,
.pagination-current,
.pagination-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}


.pagination-link {
    background: #fff;
    border: 1px solid #cbd9e5;
    color: #15395b;
}


.pagination-link:hover {
    background: #eef4f8;
    border-color: #15395b;
}


.pagination-current {
    background: #15395b;
    border: 1px solid #15395b;
    color: #fff;
}


.pagination-button {
    background: #15395b;
    border: 1px solid #15395b;
    color: #fff;
}


.pagination-button:hover {
    background: #1d4c70;
    border-color: #1d4c70;
}


.pagination-dots {
    padding: 0 4px;
    color: #718092;
}


.killed-officers-back {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 800px) {

    .killed-officers-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .killed-officers-hero {
        padding: 42px 16px 28px;
    }


    .killed-officers-summary,
    .killed-officers-card {
        padding: 22px 18px;
        border-radius: 12px;
    }


    .killed-officer-card-link {
        display: block;
    }


    .killed-officer-image-wrap {
        width: 100%;
        height: 220px;
        min-height: 0;
    }


    .killed-officer-image {
        width: 100%;
        height: 220px;
        min-height: 0;
    }


    .killed-officer-card-body {
        padding: 18px;
    }


    .killed-officers-page-count {
        white-space: normal;
    }


    .odmp-pagination {
        gap: 8px;
    }


    .pagination-button {
        min-width: auto;
    }

}


/* =========================================================
   Entries, Support Images
   ========================================================= */

.image-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.image-table a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-table img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}


/* =========================================================
   Responsive – mobile
   ========================================================= */

@media (max-width: 600px) {

    .image-table {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .image-table img {
        width: 150px;
        height: 150px;
    }

}



/* =========================================================
   ODMP Europe – Report a Case Form
   ========================================================= */

.report-case-page main {
    padding-bottom: 50px;
}

.report-case-hero {
    padding: 58px 20px 48px;
    color: var(--white);
}

.report-case-hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 0;
}

.report-case-hero h1 {
    margin: 8px 0 12px;
    color: var(--white);
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.report-case-hero p {
    max-width: 760px;
    color: #dce8f4;
    font-size: 17px;
    line-height: 1.7;
}

.report-case-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.report-case-hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    color: #dcecf7;
    background: rgba(111,174,214,.10);
    border: 1px solid rgba(111,174,214,.25);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.report-case-intro-card,
.report-case-form-card {
    margin-bottom: 22px;
    padding: 32px;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(7,29,46,.08);
    border-radius: var(--radius);
    box-shadow: 0 10px 28px rgba(8,28,45,.07);
}

.report-case-intro-card h2,
.report-case-form-card h2 {
    margin-top: 8px;
    color: var(--navy-900);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.report-case-intro-card > p {
    max-width: 820px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.report-case-service-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid #e0e9ef;
    color: var(--navy-900);
    font-size: 14px;
    font-weight: 700;
}

.report-case-service-link .vs-button {
    min-height: 40px;
}

.odmp-report-case-form {
    max-width: 900px;
    margin-top: 30px;
}

.report-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px 20px;
}

.report-form-field {
    min-width: 0;
}

.report-form-field-wide {
    min-width: 0;
}

.report-form-field-full {
    grid-column: 1 / -1;
}

.report-form-field-small {
    max-width: 220px;
}

.report-form-field label,
.report-date-field legend {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    color: var(--navy-900);
    font-size: 14px;
    font-weight: 800;
}

.report-form-field input,
.report-form-field select,
.report-form-field textarea {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    color: var(--text);
    background: #fbfdfe;
    border: 1px solid #cbdce7;
    border-radius: 11px;
    outline: none;
    font: inherit;
    font-size: 15px;
    line-height: 1.5;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.report-form-field select {
    cursor: pointer;
}

.report-form-field textarea {
    min-height: 190px;
    resize: vertical;
}

.report-form-field input:focus,
.report-form-field select:focus,
.report-form-field textarea:focus {
    background: var(--white);
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(111,174,214,.16);
}

.report-form-field input::placeholder {
    color: #8a9aa5;
}

.report-number-input {
    max-width: 150px;
}

.report-date-field {
    min-width: 0;
    padding: 0;
    border: 0;
}

.report-date-grid {
    display: grid;
    grid-template-columns: 90px 90px minmax(110px, 150px);
    gap: 12px;
}

.report-date-grid label {
    font-size: 12px;
    margin-bottom: 6px;
    color: var(--muted);
}

.report-date-grid input {
    width: 100%;
}

.report-date-year {
    min-width: 0;
}

.report-form-help {
    margin-top: 7px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.report-form-notice {
    display: flex;
    gap: 13px;
    margin-top: 28px;
    padding: 17px 18px;
    color: #526c7b;
    background: var(--blue-pale);
    border: 1px solid #d9e9f3;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.6;
}

.report-form-notice strong {
    flex: 0 0 auto;
    color: var(--navy-900);
}

.report-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    align-items: center;
}

.report-form-actions .vs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 10px 20px;

    background: #0b2038;
    border: 1px solid #0b2038;
    border-radius: 999px;

    color: #ffffff;
    text-decoration: none;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.report-form-actions .vs-button:hover {
    background: #163653;
    border-color: #163653;
    color: #ffffff;
    transform: translateY(-1px);
}

.report-form-actions button.vs-button {
    appearance: none;
    -webkit-appearance: none;
}

.report-form-required-note {
    margin-top: 18px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 700px) {
    .report-case-hero {
        padding: 48px 14px 42px;
    }

    .report-case-hero h1 {
        font-size: 40px;
    }

    .report-case-hero p {
        font-size: 15px;
    }

    .report-case-intro-card,
    .report-case-form-card {
        padding: 24px;
    }

    .report-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .report-form-field-full {
        grid-column: auto;
    }

    .report-form-field-small {
        max-width: none;
    }

    .report-number-input {
        max-width: 100%;
    }

    .report-date-grid {
        grid-template-columns: 1fr 1fr 1.25fr;
    }

    .report-form-notice {
        flex-direction: column;
        gap: 4px;
    }

    .report-form-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .report-form-actions .vs-button {
        width: 100%;
        text-align: center;
    }

    .report-case-service-link {
        align-items: stretch;
        flex-direction: column;
    }

    .report-case-service-link .vs-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .report-case-intro-card,
    .report-case-form-card {
        padding: 20px;
    }

    .report-date-grid {
        grid-template-columns: 1fr 1fr;
    }

    .report-date-year {
        grid-column: 1 / -1;
    }
}


/* =========================================================
   Report a Case – Success / Error Message
   ========================================================= */

.report-case-message {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding: 20px 22px;
    border-radius: 14px;
    border: 1px solid;
    box-shadow: 0 8px 22px rgba(8, 28, 45, .06);
}

.report-case-message-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
}

.report-case-message strong {
    display: block;
    margin-bottom: 5px;
    color: var(--navy-900);
    font-size: 16px;
}

.report-case-message p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.report-case-message-success {
    background: #edf8f1;
    border-color: #b9dfc7;
}

.report-case-message-success .report-case-message-icon {
    color: #245c3a;
    background: #d5efdd;
}

.report-case-message-error {
    background: #fff2f2;
    border-color: #e5bcbc;
}

.report-case-message-error .report-case-message-icon {
    color: #8a3030;
    background: #f4d7d7;
}

@media (max-width: 600px) {
    .report-case-message {
        gap: 12px;
        padding: 17px;
    }

    .report-case-message-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 17px;
    }
}


.country-hero-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.country-hero-flag {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

.country-hero-title h1 {
    margin: 0;
}

@media (max-width: 700px) {

    .country-hero-title {
        gap: 12px;
    }

    .country-hero-flag {
        width: 55px;
    }

}


.support-card .vs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 0 18px;

    border-radius: 999px;

    background: #0b2038;
    border: 1px solid #0b2038;

    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.support-card .vs-button:hover {
    background: #163653;
    border-color: #163653;
    color: #ffffff;
    transform: translateY(-1px);
}


.report-case-service-link .vs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 0 18px;

    border-radius: 999px;

    background: #0b2038;
    border: 1px solid #0b2038;

    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.report-case-service-link .vs-button:hover {
    background: #163653;
    border-color: #163653;
    color: #ffffff;
    transform: translateY(-1px);
}

.report-case-service-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

@media (max-width: 700px) {
    .report-case-service-link {
        flex-direction: column;
        align-items: flex-start;
    }
}


.language-flag {
    width: 20px;
    height: auto;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
}


/* =========================================================
   ADSENSE – FOOTER
   ========================================================= */

.footer-ad {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 40px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.footer-ad .adsbygoogle {
    width: 100%;
    margin: 0 auto;
}