/*
 * /de/zertifizierungen/ only.
 * This file is registered directly by protected/views/de/zertifizierungen.php.
 * It intentionally contains the page-local header override so no global layout/CSS file needs modification.
 */
:root {
    --lt-cert-ink: #10283a;
    --lt-cert-ink-soft: #3f5665;
    --lt-cert-green: #51a941;
    --lt-cert-green-dark: #2f7c27;
    --lt-cert-blue: #3b5fd2;
    --lt-cert-line: rgba(19, 49, 67, .12);
    --lt-cert-soft: #f5f8f5;
    --lt-cert-shell: 1180px;
    --lt-cert-header-h: var(--lt-header-height, 82px);
}

html { scroll-behavior: smooth; }
html body > main { padding-top: 0 !important; }
body.lt-cert-lightbox-open { overflow: hidden !important; }

/* Page-local integrated overlay header. The stylesheet exists on this URL only. */
html body > .lt-site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9990;
    background: linear-gradient(180deg, rgba(5, 20, 29, .88) 0%, rgba(8, 30, 40, .72) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .13) !important;
    box-shadow: 0 10px 36px rgba(4, 18, 27, .12) !important;
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    backdrop-filter: blur(14px) saturate(120%);
    transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
html body > .lt-site-header .lt-brand img {
    filter: brightness(0) invert(1);
    opacity: .98;
    transition: filter .22s ease, opacity .22s ease;
}
html body > .lt-site-header .lt-nav-link,
html body > .lt-site-header .lt-nav-trigger {
    color: rgba(255, 255, 255, .94) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .16);
}
html body > .lt-site-header .lt-nav-link:hover,
html body > .lt-site-header .lt-nav-trigger:hover,
html body > .lt-site-header .lt-nav-link[aria-current="page"],
html body > .lt-site-header .lt-nav-item.is-active > .lt-nav-trigger {
    color: #fff !important;
}
html body > .lt-site-header .lt-nav-link::after,
html body > .lt-site-header .lt-nav-trigger::after { background: #82cf6f !important; }
html body > .lt-site-header .lt-language__trigger {
    border-color: rgba(255, 255, 255, .28) !important;
    background: rgba(255, 255, 255, .10) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}
html body > .lt-site-header .lt-header-cta {
    border: 1px solid rgba(255, 255, 255, .18);
    background: #4da53d !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(29, 105, 27, .25);
}
html body > .lt-site-header .lt-mobile-toggle {
    border-color: rgba(255, 255, 255, .30) !important;
    background: rgba(255, 255, 255, .12) !important;
    color: #fff !important;
}
html body > .lt-site-header.is-scrolled,
html body.lt-nav-open > .lt-site-header {
    background: rgba(255, 255, 255, .965) !important;
    border-bottom-color: rgba(25, 72, 37, .11) !important;
    box-shadow: 0 8px 28px rgba(20, 46, 31, .09) !important;
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    backdrop-filter: blur(18px) saturate(130%);
}
html body > .lt-site-header.is-scrolled .lt-brand img,
html body.lt-nav-open > .lt-site-header .lt-brand img { filter: none; }
html body > .lt-site-header.is-scrolled .lt-nav-link,
html body > .lt-site-header.is-scrolled .lt-nav-trigger,
html body.lt-nav-open > .lt-site-header .lt-nav-link,
html body.lt-nav-open > .lt-site-header .lt-nav-trigger {
    color: #354638 !important;
    text-shadow: none;
}
html body > .lt-site-header.is-scrolled .lt-nav-link:hover,
html body > .lt-site-header.is-scrolled .lt-nav-trigger:hover,
html body > .lt-site-header.is-scrolled .lt-nav-link[aria-current="page"],
html body > .lt-site-header.is-scrolled .lt-nav-item.is-active > .lt-nav-trigger,
html body.lt-nav-open > .lt-site-header .lt-nav-link:hover,
html body.lt-nav-open > .lt-site-header .lt-nav-trigger:hover,
html body.lt-nav-open > .lt-site-header .lt-nav-link[aria-current="page"],
html body.lt-nav-open > .lt-site-header .lt-nav-item.is-active > .lt-nav-trigger {
    color: var(--lt-cert-green-dark) !important;
    text-shadow: none;
}
html body > .lt-site-header.is-scrolled .lt-language__trigger,
html body.lt-nav-open > .lt-site-header .lt-language__trigger {
    border-color: #d8e3d5 !important;
    background: #fff !important;
    color: #354638 !important;
}
html body > .lt-site-header.is-scrolled .lt-mobile-toggle,
html body.lt-nav-open > .lt-site-header .lt-mobile-toggle {
    border-color: #d8e3d5 !important;
    background: #fff !important;
    color: #2f7c27 !important;
}

.lt-cert-page {
    overflow: clip;
    background: #fff;
    color: var(--lt-cert-ink);
    font-family: "Catamaran", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.lt-cert-page *, .lt-cert-page *::before, .lt-cert-page *::after { box-sizing: border-box; }
.lt-cert-page h1, .lt-cert-page h2, .lt-cert-page h3, .lt-cert-page p { margin-top: 0; }
.lt-cert-page h1, .lt-cert-page h2, .lt-cert-page h3 {
    font-family: "Dosis", "Catamaran", sans-serif;
    color: var(--lt-cert-ink);
    letter-spacing: -.018em;
}
.lt-cert-page a { text-decoration: none; }
.lt-cert-shell { width: min(var(--lt-cert-shell), calc(100% - 40px)); margin-inline: auto; }
.lt-cert-kicker, .lt-cert-eyebrow {
    color: var(--lt-cert-green-dark);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .11em;
    line-height: 1.25;
    text-transform: uppercase;
}
.lt-cert-kicker { margin-bottom: 10px; }
.lt-cert-kicker--light { color: #a8e798; }

.lt-cert-hero {
    position: relative;
    min-height: 700px;
    isolation: isolate;
    display: grid;
    align-items: stretch;
    background: #152a34 url('/assets/img/zertifizierungen/lt-zertifizierungen-hero-lukas.webp?v=20260813-zertifizierungen-premium-v1') 50% 18px / cover no-repeat;
}
.lt-cert-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(4, 18, 27, .92) 0%, rgba(5, 23, 33, .84) 35%, rgba(9, 29, 37, .28) 63%, rgba(9, 24, 29, .08) 100%),
        linear-gradient(180deg, rgba(6, 22, 29, .40) 0%, rgba(4, 18, 25, .04) 48%, rgba(5, 18, 24, .40) 100%);
}
.lt-cert-hero__backdrop {
    position: absolute;
    inset: auto 0 0;
    height: 110px;
    background: linear-gradient(180deg, transparent, rgba(10, 25, 32, .30));
    pointer-events: none;
}
.lt-cert-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
    gap: clamp(42px, 7vw, 100px);
    align-items: end;
    min-height: 700px;
    padding-top: calc(var(--lt-cert-header-h) + 72px);
    padding-bottom: 76px;
}
.lt-cert-hero__copy { max-width: 670px; align-self: center; }
.lt-cert-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #c9edc0;
}
.lt-cert-eyebrow__dot { width: 7px; height: 7px; border-radius: 999px; background: #7acb68; box-shadow: 0 0 0 6px rgba(122, 203, 104, .12); }
.lt-cert-hero h1 {
    max-width: 680px;
    margin-bottom: 15px;
    color: #fff;
    font-size: clamp(2rem, 3.1vw, 3.15rem);
    font-weight: 700;
    line-height: 1.02;
    text-wrap: balance;
}
.lt-cert-hero__lead {
    max-width: 650px;
    margin-bottom: 24px;
    color: rgba(239, 247, 249, .88);
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.68;
}
.lt-cert-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lt-cert-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    font: inherit;
    font-size: .91rem;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.lt-cert-btn:hover { transform: translateY(-2px); }
.lt-cert-btn--primary { background: var(--lt-cert-green); border-color: var(--lt-cert-green); color: #fff !important; box-shadow: 0 11px 26px rgba(44, 137, 40, .25); }
.lt-cert-btn--primary:hover { background: #438f35; border-color: #438f35; color: #fff !important; }
.lt-cert-btn--ghost { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .10); color: #fff !important; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.lt-cert-btn--ghost:hover { background: rgba(255, 255, 255, .17); color: #fff !important; }
.lt-cert-btn--secondary { background: #fff; border-color: var(--lt-cert-line); color: var(--lt-cert-ink) !important; box-shadow: 0 8px 24px rgba(23, 46, 58, .08); }
.lt-cert-btn--secondary:hover { border-color: rgba(71, 153, 58, .34); color: var(--lt-cert-green-dark) !important; }
.lt-cert-btn--large { min-height: 52px; padding-inline: 22px; white-space: nowrap; }
.lt-cert-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}
.lt-cert-hero__facts div { display: grid; gap: 1px; }
.lt-cert-hero__facts strong { color: #fff; font-family: "Dosis", sans-serif; font-size: 1.12rem; line-height: 1.2; }
.lt-cert-hero__facts span { color: rgba(226, 239, 242, .72); font-size: .78rem; }
.lt-cert-hero__proof {
    align-self: end;
    justify-self: end;
    width: min(350px, 100%);
    margin-bottom: 8px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 14px;
    background: rgba(7, 24, 31, .48);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    backdrop-filter: blur(16px) saturate(120%);
}
.lt-cert-hero__proof-label { display: block; margin-bottom: 11px; color: rgba(238, 247, 249, .72); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lt-cert-hero__proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.lt-cert-hero__proof-grid div { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 10px; border-radius: 8px; background: rgba(255, 255, 255, .08); color: #fff; font-size: .82rem; font-weight: 720; }
.lt-cert-hero__proof-grid i { width: 18px; color: #9add8c; text-align: center; }

.lt-cert-intro { padding: 68px 0 58px; background: #fff; }
.lt-cert-intro__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 8vw, 100px); align-items: start; }
.lt-cert-intro h2, .lt-cert-section-head h2, .lt-cert-verify h2, .lt-cert-cta h2 {
    margin-bottom: 0;
    font-size: clamp(1.45rem, 2.1vw, 1.9rem);
    font-weight: 700;
    line-height: 1.13;
}
.lt-cert-intro__copy p { margin-bottom: 20px; color: var(--lt-cert-ink-soft); font-size: 1.02rem; line-height: 1.72; }
.lt-cert-inline-links { display: flex; flex-wrap: wrap; gap: 9px; }
.lt-cert-inline-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 13px; border: 1px solid var(--lt-cert-line); border-radius: 7px; color: var(--lt-cert-ink) !important; font-size: .86rem; font-weight: 760; }
.lt-cert-inline-links a:hover { border-color: rgba(61, 145, 49, .32); background: #f7faf6; color: var(--lt-cert-green-dark) !important; }

.lt-cert-stats { padding: 0 0 64px; background: #fff; }
.lt-cert-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.lt-cert-stats article { min-height: 168px; padding: 21px; border: 1px solid var(--lt-cert-line); border-radius: 12px; background: linear-gradient(160deg, #fff, #f7faf7); box-shadow: 0 10px 28px rgba(24, 50, 61, .045); }
.lt-cert-stats__icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 19px; border-radius: 9px; background: rgba(81, 169, 65, .10); color: var(--lt-cert-green-dark); }
.lt-cert-stats article strong { display: block; margin-bottom: 5px; color: var(--lt-cert-ink); font-family: "Dosis", sans-serif; font-size: 1.45rem; line-height: 1.1; }
.lt-cert-stats article > span:last-child { display: block; color: #60717a; font-size: .86rem; line-height: 1.45; }

.lt-cert-gallery-section { scroll-margin-top: 92px; padding: 68px 0 74px; background: var(--lt-cert-soft); border-top: 1px solid rgba(25, 58, 70, .07); }
.lt-cert-section-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: end; margin-bottom: 28px; }
.lt-cert-section-head > div:first-child { max-width: 760px; }
.lt-cert-section-head h2 { margin-bottom: 11px; }
.lt-cert-section-head p { max-width: 720px; margin: 0; color: var(--lt-cert-ink-soft); line-height: 1.65; }
.lt-cert-section-head__meta { display: grid; min-width: 88px; padding: 13px 16px; border: 1px solid var(--lt-cert-line); border-radius: 10px; background: #fff; text-align: center; }
.lt-cert-section-head__meta span { color: var(--lt-cert-green-dark); font-family: "Dosis", sans-serif; font-size: 1.55rem; font-weight: 800; line-height: 1; }
.lt-cert-section-head__meta small { margin-top: 4px; color: #76858d; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.lt-cert-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lt-cert-card { appearance: none; width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--lt-cert-line); border-radius: 12px; background: #fff; box-shadow: 0 9px 26px rgba(25, 47, 60, .055); text-align: left; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.lt-cert-card:hover { transform: translateY(-3px); border-color: rgba(58, 137, 47, .30); box-shadow: 0 14px 34px rgba(24, 49, 61, .10); }
.lt-cert-card:focus-visible { outline: 3px solid rgba(65, 107, 210, .30); outline-offset: 3px; }
.lt-cert-card__media { position: relative; display: grid; height: 210px; place-items: center; overflow: hidden; background: #eef2ef; }
.lt-cert-card__media img { width: 100%; height: 100%; object-fit: contain; background: #eef2ef; transition: transform .22s ease; }
.lt-cert-card:hover .lt-cert-card__media img { transform: scale(1.018); }
.lt-cert-card__zoom { position: absolute; right: 10px; bottom: 10px; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 9px; background: rgba(10, 31, 41, .82); color: #fff; opacity: .88; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lt-cert-card__label { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px 12px; }
.lt-cert-card__label strong { color: var(--lt-cert-ink); font-size: .83rem; }
.lt-cert-card__label span { color: #75848c; font-size: .72rem; }
.lt-cert-gallery__actions { display: flex; justify-content: center; margin-top: 25px; }

.lt-cert-verify {
    position: relative;
    isolation: isolate;
    padding: 56px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 44%, rgba(108, 222, 92, .10), transparent 30%),
        radial-gradient(circle at 88% 50%, rgba(63, 171, 137, .08), transparent 34%),
        linear-gradient(135deg, #071d29 0%, #0b2c38 52%, #0a3434 100%);
}
.lt-cert-verify::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .32;
    background-image: radial-gradient(rgba(145, 220, 129, .34) .7px, transparent .7px);
    background-size: 18px 18px;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.65), transparent 34%, transparent 66%, rgba(0,0,0,.35));
    mask-image: linear-gradient(90deg, rgba(0,0,0,.65), transparent 34%, transparent 66%, rgba(0,0,0,.35));
}
.lt-cert-verify__grid {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) minmax(330px, .72fr);
    gap: clamp(26px, 3vw, 44px);
    align-items: center;
    padding: 30px 34px;
    border: 1px solid rgba(135, 221, 118, .22);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(3, 21, 31, .58), rgba(12, 54, 59, .46));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 24px 70px rgba(0, 12, 18, .20);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.lt-cert-verify__badge {
    position: relative;
    display: block;
    width: 230px;
    height: 230px;
    place-self: center;
    border: 0;
    border-radius: 50%;
    background: url('/assets/img/zertifizierungen/lt-zertifizierungen-verify-emblem.webp?v=20260813-zertifizierungen-premium-v2') center / contain no-repeat;
    filter: drop-shadow(0 22px 26px rgba(1, 13, 17, .32));
}
.lt-cert-verify__badge::after {
    content: "";
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: 2%;
    height: 12%;
    border-radius: 50%;
    background: rgba(125, 226, 92, .24);
    filter: blur(22px);
    pointer-events: none;
}
.lt-cert-verify__badge > i { display: none; }
.lt-cert-verify .lt-cert-kicker--light {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
    color: #a7eb8f;
    letter-spacing: .17em;
}
.lt-cert-verify .lt-cert-kicker--light::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #94e66f, rgba(148,230,111,0));
    box-shadow: 0 0 12px rgba(148, 230, 111, .50);
}
.lt-cert-verify h2 {
    max-width: 660px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.65rem, 2.25vw, 2.15rem);
    line-height: 1.04;
    letter-spacing: -.024em;
    text-wrap: balance;
}
.lt-cert-verify p {
    max-width: 710px;
    margin: 0;
    color: rgba(232, 242, 245, .82);
    font-size: .98rem;
    line-height: 1.72;
}
.lt-cert-verify__links { display: grid; gap: 13px; }
.lt-cert-verify__links > a {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 17px;
    border: 1px solid rgba(165, 231, 150, .20);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 12px 32px rgba(0, 12, 18, .10);
    transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.lt-cert-verify__links > a:hover {
    transform: translateY(-2px);
    border-color: rgba(151, 231, 127, .52);
    background: linear-gradient(135deg, rgba(255, 255, 255, .105), rgba(92, 195, 83, .075));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 16px 38px rgba(0, 12, 18, .16), 0 0 24px rgba(92, 195, 83, .08);
    color: #fff !important;
}
.lt-cert-verify__links > a span { display: flex; min-width: 0; align-items: center; gap: 12px; }
.lt-cert-verify__links > a span > i {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(126, 222, 104, .10);
    color: #9be881;
    box-shadow: inset 0 0 0 1px rgba(151, 231, 127, .08);
}
.lt-cert-verify__links strong { color: #fff; font-size: .94rem; line-height: 1.2; }
.lt-cert-verify__links > a > i { flex: 0 0 auto; color: rgba(226, 242, 244, .68); font-size: .88rem; transition: transform .18s ease, color .18s ease; }
.lt-cert-verify__links > a:hover > i { transform: translate(2px, -2px); color: #a9ed91; }

.lt-cert-cta { padding: 68px 0 78px; background: #fff; }
.lt-cert-cta__card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; padding: 31px 34px; border: 1px solid var(--lt-cert-line); border-radius: 16px; background: linear-gradient(135deg, #f7faf6 0%, #fff 60%, #f3f7fb 100%); box-shadow: 0 16px 42px rgba(24, 48, 60, .06); }
.lt-cert-cta h2 { margin-bottom: 10px; }
.lt-cert-cta p { max-width: 760px; margin: 0; color: var(--lt-cert-ink-soft); line-height: 1.65; }

.lt-cert-lightbox { position: fixed; inset: 0; z-index: 12000; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.lt-cert-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.lt-cert-lightbox__backdrop { position: absolute; inset: 0; background: rgba(5, 16, 23, .88); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.lt-cert-lightbox__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; width: min(1080px, 94vw); max-height: 92vh; }
.lt-cert-lightbox figure { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; background: #111f27; box-shadow: 0 28px 80px rgba(0, 0, 0, .34); }
.lt-cert-lightbox__image { display: block; width: 100%; max-height: calc(92vh - 70px); object-fit: contain; background: #eef1ef; }
.lt-cert-lightbox figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 14px; color: #fff; font-size: .84rem; }
.lt-cert-lightbox figcaption small { color: rgba(255, 255, 255, .64); }
.lt-cert-lightbox__close, .lt-cert-lightbox__nav { appearance: none; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .18); background: rgba(12, 31, 41, .86); color: #fff; cursor: pointer; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.lt-cert-lightbox__close { position: absolute; z-index: 3; top: 9px; right: 57px; width: 40px; height: 40px; border-radius: 10px; }
.lt-cert-lightbox__nav { width: 42px; height: 52px; border-radius: 10px; }
.lt-cert-lightbox__nav--prev { justify-self: start; }
.lt-cert-lightbox__nav--next { justify-self: end; }
.lt-cert-lightbox__close:hover, .lt-cert-lightbox__nav:hover { background: rgba(39, 107, 64, .95); }

@media (max-width: 1180px) {
    .lt-cert-hero__inner { grid-template-columns: minmax(0, 1fr) 290px; gap: 42px; }
    .lt-cert-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    html body > .lt-site-header .lt-main-nav {
        background: rgba(255, 255, 255, .995) !important;
        color: #354638;
        box-shadow: 0 26px 50px rgba(10, 32, 23, .18);
    }
    html body > .lt-site-header .lt-main-nav .lt-nav-link,
    html body > .lt-site-header .lt-main-nav .lt-nav-trigger { color: #354638 !important; text-shadow: none; }
    html body > .lt-site-header .lt-main-nav .lt-nav-link[aria-current="page"],
    html body > .lt-site-header .lt-main-nav .lt-nav-item.is-active > .lt-nav-trigger { color: var(--lt-cert-green-dark) !important; }
    .lt-cert-shell { width: min(var(--lt-cert-shell), calc(100% - 30px)); }
    .lt-cert-hero { min-height: 760px; background-position: 34% top; }
    .lt-cert-hero::before {
        background:
            linear-gradient(90deg, rgba(5, 20, 29, .91) 0%, rgba(6, 23, 33, .76) 44%, rgba(7, 26, 34, .25) 75%, rgba(7, 26, 34, .08) 100%),
            linear-gradient(180deg, rgba(4, 17, 24, .34) 0%, rgba(4, 17, 24, .03) 55%, rgba(4, 17, 24, .54) 100%);
    }
    .lt-cert-hero__inner { min-height: 760px; grid-template-columns: minmax(0, 1fr); align-content: end; padding-top: calc(var(--lt-cert-header-h) + 82px); padding-bottom: 44px; }
    .lt-cert-hero__copy { max-width: 660px; }
    .lt-cert-hero__proof { width: min(440px, 100%); justify-self: start; margin: 0; }
    .lt-cert-hero h1 { font-size: clamp(1.95rem, 5vw, 2.7rem); }
    .lt-cert-intro__grid { grid-template-columns: 1fr; gap: 24px; }
    .lt-cert-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lt-cert-verify__grid { grid-template-columns: 170px minmax(0, 1fr); gap: 22px 28px; padding: 28px; }
    .lt-cert-verify__badge { width: 164px; height: 164px; }
    .lt-cert-verify__links { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lt-cert-cta__card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .lt-cert-shell { width: min(100% - 22px, var(--lt-cert-shell)); }
    .lt-cert-hero {
        min-height: 720px;
        background-position: 67% top;
    }
    .lt-cert-hero::before {
        background:
            linear-gradient(180deg, rgba(5, 18, 27, .70) 0%, rgba(5, 19, 28, .24) 24%, rgba(6, 21, 30, .34) 48%, rgba(5, 18, 26, .95) 75%, rgba(5, 18, 26, .98) 100%),
            linear-gradient(90deg, rgba(5, 19, 27, .54), rgba(5, 19, 27, .08));
    }
    .lt-cert-hero__inner { min-height: 720px; display: flex; flex-direction: column; justify-content: flex-end; gap: 18px; padding-top: calc(var(--lt-cert-header-h) + 38px); padding-bottom: 26px; }
    .lt-cert-hero__copy { width: 100%; }
    .lt-cert-eyebrow { margin-bottom: 9px; font-size: .68rem; }
    .lt-cert-hero h1 { max-width: 530px; margin-bottom: 10px; font-size: clamp(1.72rem, 7vw, 2.08rem); line-height: 1.08; }
    .lt-cert-hero__lead { margin-bottom: 17px; font-size: .96rem; line-height: 1.55; }
    .lt-cert-hero__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .lt-cert-btn { width: 100%; min-height: 46px; }
    .lt-cert-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 18px; padding-top: 14px; }
    .lt-cert-hero__facts div { min-width: 0; }
    .lt-cert-hero__facts strong { font-size: 1rem; }
    .lt-cert-hero__facts span { font-size: .67rem; line-height: 1.3; }
    .lt-cert-hero__proof { display: none; }
    .lt-cert-intro { padding: 50px 0 43px; }
    .lt-cert-intro h2, .lt-cert-section-head h2, .lt-cert-verify h2, .lt-cert-cta h2 { font-size: clamp(1.32rem, 5.2vw, 1.68rem); line-height: 1.16; }
    .lt-cert-inline-links { display: grid; grid-template-columns: 1fr; }
    .lt-cert-stats { padding-bottom: 49px; }
    .lt-cert-stats__grid { grid-template-columns: 1fr; gap: 9px; }
    .lt-cert-stats article { min-height: 0; display: grid; grid-template-columns: 42px 80px minmax(0, 1fr); align-items: center; gap: 10px; padding: 14px; }
    .lt-cert-stats__icon { margin: 0; }
    .lt-cert-stats article strong { margin: 0; font-size: 1.25rem; }
    .lt-cert-gallery-section { padding: 50px 0 54px; }
    .lt-cert-section-head { grid-template-columns: 1fr auto; gap: 14px; align-items: start; }
    .lt-cert-section-head p { font-size: .92rem; }
    .lt-cert-section-head__meta { min-width: 70px; padding: 10px 11px; }
    .lt-cert-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
    .lt-cert-card__media { height: 155px; }
    .lt-cert-card__label { display: grid; gap: 2px; padding: 9px 10px; }
    .lt-cert-card__label span { display: none; }
    .lt-cert-verify { padding: 38px 0; }
    .lt-cert-verify__grid { grid-template-columns: 1fr; gap: 18px; padding: 24px 18px 20px; border-radius: 18px; }
    .lt-cert-verify__badge { width: 156px; height: 156px; justify-self: center; }
    .lt-cert-verify .lt-cert-kicker--light { display: block; margin-bottom: 15px; text-align: center; }
    .lt-cert-verify .lt-cert-kicker--light::after { margin-inline: auto; }
    .lt-cert-verify h2 { margin-inline: auto; text-align: center; font-size: clamp(1.42rem, 5.8vw, 1.76rem); line-height: 1.12; }
    .lt-cert-verify p { text-align: center; font-size: .92rem; line-height: 1.64; }
    .lt-cert-verify__links { grid-column: auto; grid-template-columns: 1fr; gap: 10px; }
    .lt-cert-verify__links > a { min-height: 64px; padding: 11px 13px; border-radius: 13px; }
    .lt-cert-verify__links strong { font-size: .88rem; }
    .lt-cert-cta { padding: 50px 0 58px; }
    .lt-cert-cta__card { padding: 24px 20px; }
    .lt-cert-lightbox { padding: 10px; }
    .lt-cert-lightbox__dialog { grid-template-columns: 1fr; width: min(96vw, 760px); }
    .lt-cert-lightbox__nav { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); width: 38px; height: 48px; }
    .lt-cert-lightbox__nav--prev { left: 7px; }
    .lt-cert-lightbox__nav--next { right: 7px; }
    .lt-cert-lightbox__close { top: 7px; right: 7px; }
    .lt-cert-lightbox__image { max-height: calc(90vh - 62px); }
    .lt-cert-lightbox figcaption small { display: none; }
}

@media (max-width: 360px) {
    .lt-cert-hero { min-height: 700px; background-position: 69% top; }
    .lt-cert-hero__facts { grid-template-columns: 1fr 1fr; }
    .lt-cert-hero__facts div:last-child { grid-column: 1 / -1; }
    .lt-cert-gallery { grid-template-columns: 1fr; }
    .lt-cert-card__media { height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .lt-cert-page *, .lt-cert-page *::before, .lt-cert-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}


/* ==========================================================================
   PROMINENT PERFORMANCE OVERVIEW + RESUME SHOWCASE
   Shared 1:1 across DE / EN / ES.
   ========================================================================== */
.lt-cert-btn--evidence {
    border-color: rgba(139, 220, 122, .42);
    background: rgba(100, 190, 83, .15);
    color: #efffea !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.lt-cert-btn--evidence:hover { border-color: rgba(158, 233, 144, .68); background: rgba(101, 196, 85, .24); color: #fff !important; }

.lt-cert-profile {
    position: relative;
    z-index: 2;
    padding: 56px 0 62px;
    overflow: hidden;
    scroll-margin-top: 96px;
    border-bottom: 1px solid rgba(19, 49, 67, .08);
    background: radial-gradient(circle at 10% 15%, rgba(81, 169, 65, .07), transparent 28%), linear-gradient(180deg, #f6f9f6 0%, #ffffff 100%);
}
.lt-cert-profile__card {
    display: grid;
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(139, 197, 128, .22);
    border-radius: 22px;
    background: linear-gradient(135deg, #071d29 0%, #0b2c38 57%, #0b3432 100%);
    box-shadow: 0 26px 70px rgba(9, 34, 42, .16);
}
.lt-cert-profile__visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #0b2430; }
.lt-cert-profile__visual picture, .lt-cert-profile__visual img { display: block; width: 100%; height: 100%; }
.lt-cert-profile__visual picture { position: absolute; inset: 0; }
.lt-cert-profile__visual img { object-fit: cover; object-position: 63% center; transform: scale(1.01); }
.lt-cert-profile__visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,18,27,.02) 20%, rgba(4,18,27,.16) 55%, rgba(4,18,27,.92) 100%), linear-gradient(90deg, rgba(4,18,27,.07), rgba(4,18,27,0) 55%, rgba(4,18,27,.18)); pointer-events: none; }
.lt-cert-profile__visual-copy { position: absolute; right: 28px; bottom: 27px; left: 28px; z-index: 1; display: grid; gap: 8px; color: #fff; }
.lt-cert-profile__visual-copy > span { color: #a8ea99; font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.lt-cert-profile__visual-copy > strong { max-width: 520px; color: #fff; font-family: "Dosis", "Catamaran", sans-serif; font-size: clamp(1.35rem, 2vw, 1.82rem); font-weight: 700; line-height: 1.08; text-wrap: balance; }
.lt-cert-profile__visual-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 5px; }
.lt-cert-profile__visual-meta span { display: inline-flex; align-items: center; gap: 7px; min-height: 33px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(7,25,34,.58); color: rgba(244,251,252,.90); font-size: .72rem; font-weight: 720; -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); }
.lt-cert-profile__visual-meta i { color: #a6e996; }
.lt-cert-profile__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 4vw, 56px); color: #eaf4f2; }
.lt-cert-profile__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px; color: #a8e798; font-size: .72rem; font-weight: 850; letter-spacing: .11em; line-height: 1.25; text-transform: uppercase; }
.lt-cert-profile__eyebrow > span { width: 26px; height: 2px; border-radius: 999px; background: #86d575; box-shadow: 0 0 16px rgba(134,213,117,.35); }
.lt-cert-profile h2 { margin: 0 0 13px; color: #fff; font-size: clamp(1.65rem, 2.4vw, 2.18rem); font-weight: 700; line-height: 1.08; text-wrap: balance; }
.lt-cert-profile__lead { max-width: 720px; margin: 0 0 23px; color: rgba(232,243,244,.84); font-size: .99rem; line-height: 1.69; }
.lt-cert-profile__points { display: grid; gap: 12px; margin-bottom: 25px; }
.lt-cert-profile__points > div { display: grid; grid-template-columns: 37px minmax(0,1fr); gap: 12px; align-items: start; }
.lt-cert-profile__points > div > i { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(151,225,136,.20); border-radius: 9px; background: rgba(121,204,105,.09); color: #9fe78f; font-size: .86rem; }
.lt-cert-profile__points p { margin: 0; }
.lt-cert-profile__points strong { display: block; margin-bottom: 2px; color: #fff; font-size: .91rem; font-weight: 800; }
.lt-cert-profile__points span { display: block; color: rgba(224,238,239,.74); font-size: .85rem; line-height: 1.5; }
.lt-cert-profile__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.lt-cert-profile__btn { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 9px; padding: 11px 16px; border: 1px solid transparent; border-radius: 8px; font-size: .88rem; font-weight: 820; line-height: 1.2; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.lt-cert-profile__btn:hover { transform: translateY(-2px); }
.lt-cert-profile__btn--primary { border-color: #61b951; background: linear-gradient(135deg, #59ad49, #3f8f34); color: #fff !important; box-shadow: 0 12px 28px rgba(47,127,40,.25); }
.lt-cert-profile__btn--primary:hover { border-color: #70c45f; background: linear-gradient(135deg, #62b951, #468f39); color: #fff !important; }
.lt-cert-profile__btn--secondary { border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.075); color: #fff !important; -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); }
.lt-cert-profile__btn--secondary:hover { border-color: rgba(255,255,255,.40); background: rgba(255,255,255,.12); color: #fff !important; }
.lt-cert-profile__note { display: flex; align-items: center; gap: 7px; margin-top: 13px; color: rgba(215,232,232,.62); font-size: .74rem; }
.lt-cert-profile__note i { color: #91d781; }

@media (max-width: 991px) {
    .lt-cert-profile__card { grid-template-columns: minmax(300px, .82fr) minmax(0,1.18fr); }
    .lt-cert-profile__visual { min-height: 500px; }
    .lt-cert-profile__content { padding: 34px 28px; }
}
@media (max-width: 760px) {
    .lt-cert-hero { min-height: 790px; }
    .lt-cert-hero__inner { min-height: 790px; }
    .lt-cert-profile { padding: 42px 0 46px; }
    .lt-cert-profile__card { grid-template-columns: 1fr; border-radius: 17px; }
    .lt-cert-profile__visual { min-height: 285px; }
    .lt-cert-profile__visual img { object-position: 58% center; }
    .lt-cert-profile__visual-copy { right: 18px; bottom: 18px; left: 18px; }
    .lt-cert-profile__content { padding: 27px 20px 24px; }
    .lt-cert-profile h2 { font-size: clamp(1.48rem, 6vw, 1.82rem); }
    .lt-cert-profile__lead { font-size: .93rem; line-height: 1.62; }
    .lt-cert-profile__actions { display: grid; grid-template-columns: 1fr; }
    .lt-cert-profile__btn { width: 100%; }
}
@media (max-width: 420px) {
    .lt-cert-hero { min-height: 770px; }
    .lt-cert-hero__inner { min-height: 770px; }
    .lt-cert-profile__visual { min-height: 245px; }
    .lt-cert-profile__visual-copy > strong { font-size: 1.22rem; }
    .lt-cert-profile__visual-meta { display: none; }
    .lt-cert-profile__content { padding: 24px 17px 21px; }
    .lt-cert-profile__eyebrow { font-size: .66rem; }
    .lt-cert-profile__points > div { grid-template-columns: 34px minmax(0,1fr); gap: 10px; }
    .lt-cert-profile__points > div > i { width: 34px; height: 34px; }
}
