/* Lan-Inspector Website
 * v22 | letzte Änderung: Sonntag, 23.08.2026, 00:58:00
 * Production hotfix: responsive image heights restored after intrinsic width/height SEO metadata.
 */
:root {
    color-scheme: light;
    --bg: #f2f4f5;
    --bg-soft: #e9edef;
    --surface: #ffffff;
    --surface-soft: #f7f8f8;
    --header: #67717a;
    --header-soft: #76818a;
    --text: #26343b;
    --muted: #66767e;
    --muted-2: #829097;
    --line: #d4dade;
    --line-strong: #b2bdc2;
    --manual-bar: #72828a;
    --accent: #2489ce;
    --accent-light: #7cc4e7;
    --accent-dark: #126ca7;
    --success: #2d7a59;
    --max: 1180px;
    --max-header: 1480px;
    --shadow: 0 16px 38px rgba(47, 62, 70, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    background: linear-gradient(180deg, #fff 0, var(--bg) 38rem, var(--bg) 100%);
    color: var(--text);
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header .container { width: min(calc(100% - 36px), var(--max-header)); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid rgba(0,0,0,.16);
    background: rgba(103, 113, 122, .985);
    box-shadow: 0 2px 10px rgba(47,62,70,.16);
}
.header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    margin-right: auto;
    color: #e0e5e7;
    white-space: nowrap;
}
.brand-icon {
    width: 31px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: hue-rotate(4deg) brightness(0%) invert(1);
    opacity: 1;
    margin-top: 3px;
    margin-right: -6px;
}
.brand-name {
    display: block;
    font-weight: 551;
    letter-spacing: -0.053em;
    font-size: 1.7rem;
    line-height: 1.15;
}
.brand-reg {
    display: inline-block;
    position: relative;
    top: -12px;
    margin-left: 1px;
    font-size: .43em;
    line-height: 1;
    vertical-align: baseline;
}

.nav { display: flex; gap: 2px; align-items: center; }
.nav a {
    text-decoration: none;
    color: #d3dce0;
    font-size: .80rem;
    padding: 8px 9px;
    border-radius: 5px;
    white-space: nowrap;
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.11); }
.lang-menu { position: relative; flex: 0 0 auto; }
.lang-menu summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 49px;
    min-height: 38px;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
}
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary:hover, .lang-menu[open] summary { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.30); }
.lang-flag { width: 26px; height: 18px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255,255,255,.18); }
.lang-chevron { width: 7px; height: 7px; border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(45deg) translateY(-2px); transition: transform .16s ease; }
.lang-menu[open] .lang-chevron { transform: rotate(225deg) translate(-1px,-1px); }
.lang-menu-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 60;
    min-width: 150px;
    padding: 6px;
    border: 1px solid rgba(47,62,70,.20);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(34,45,51,.22);
}
.lang-menu-panel a { display:flex; align-items:center; gap:9px; padding:8px 9px; border-radius:5px; color:var(--text); font-size:.82rem; text-decoration:none; white-space:nowrap; }
.lang-menu-panel a:hover { background: var(--bg-soft); }
.lang-menu-panel a[aria-current="true"] { font-weight: 700; color: var(--accent-dark); }
.lang-option-flag { width: 23px; height: 16px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(47,62,70,.15); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; border-radius: 5px; padding: 7px 10px; font: inherit; }

.hero { padding: 66px 0 52px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 52px; align-items: center; }
.eyebrow { color: var(--accent-dark); font-size: .73rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 750; margin-bottom: 14px; }
h1, h2, h3 { margin-top: 0; color: var(--text); line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.25rem, 3.55vw, 3.25rem); margin-bottom: 20px; max-width: 21ch; font-weight: 680; }
h2 { font-size: clamp(1.72rem, 2.8vw, 2.42rem); margin-bottom: 16px; font-weight: 640; }
h3 { font-size: 1.12rem; margin-bottom: 9px; font-weight: 680; }
.lead { font-size: clamp(1.05rem, 1.55vw, 1.22rem); color: #475961; max-width: 70ch; margin: 0 0 22px; }
.product-maker { display:flex; align-items:center; gap:5px; margin:-7px 0 19px; color:var(--muted-2); font-size:.78rem; }
.product-maker-link { display:inline-flex; align-items:center; gap:4px; color:var(--muted); text-decoration:none; font-weight:600; }
.product-maker-link:hover { color:var(--accent-dark); }
.product-maker-mark { width:14px; height:15px; object-fit:contain; filter:brightness(0); opacity:.57; }
.product-maker-link:hover .product-maker-mark { opacity:.78; }
.copy { color: var(--muted); max-width: 76ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 42px; padding: 0 16px; border-radius: 5px; text-decoration: none; font-weight: 680; font-size: .88rem;
    border: 1px solid var(--line-strong); color: var(--text); background: var(--surface);
}
.button.primary { color: #fff; border-color: var(--accent); background: var(--accent); }
.button:hover { border-color: var(--accent); }
.button.primary:hover { background: var(--accent-dark); }
.badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.badge { padding: 5px 9px; border-radius: 4px; border: 1px solid var(--line); color: var(--muted); font-size: .76rem; background: #fff; }

.product-frame { position: relative; padding: 0 56px 70px 0; }
.product-frame::before { content:""; position:absolute; inset:-16px 34px 46px -16px; background: rgba(124,196,231,.12); border-radius: 20px; pointer-events:none; }
.screen-card {
    position: relative;
    margin: 0;
    background: transparent;
    overflow: visible;
}
.screen-card img {
    width: 100%;
    padding: 7px;
    border: 1px solid rgba(103,113,122,.34);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 15px 34px rgba(47,62,70,.15);
}
.screen-caption {
    padding: 8px 132px 0 4px;
    color: var(--muted);
    font-size: .73rem;
    line-height: 1.4;
    background: transparent;
}
.product-box-art {
    position: absolute;
    z-index: 3;
    width: clamp(118px, 14vw, 162px);
    right: -6px;
    bottom: 0;
    filter: drop-shadow(0 15px 13px rgba(47,62,70,.24));
    transform: rotate(1.2deg);
    pointer-events: none;
}

.section { padding: 68px 0; }
.section.compact { padding: 46px 0; }
.section.alt { background: rgba(255,255,255,.55); border-block: 1px solid #e2e6e8; }
.section-header { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; margin-bottom: 32px; align-items: end; }
.section-header p { margin: 0; color: var(--muted); }
.section-header-copy p + p { margin-top: 12px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.media-pair { margin-top: 16px; }
.card { border: 1px solid var(--line); background: var(--surface); border-radius: 7px; padding: 23px; box-shadow: 0 4px 18px rgba(47,62,70,.04); }
.card p { color: var(--muted); margin-bottom: 0; }
.card .mini { color: var(--accent-dark); font-size: .71rem; text-transform: uppercase; letter-spacing: .105em; margin-bottom: 10px; font-weight: 750; }
.card-link { display: inline-flex; margin-top: 15px; font-size: .85rem; color: var(--accent-dark); text-decoration: none; font-weight: 650; }
.card-link:hover { color: var(--accent); }

.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; margin: 56px 0; }
.feature-row.text-only { grid-template-columns: 1fr; }
.feature-row.text-only .feature-copy { max-width: 860px; }
.feature-row.reverse .feature-media { order: -1; }
.feature-media {
    margin: 0;
    background: transparent;
    overflow: visible;
}
.feature-media img {
    width: 100%;
    padding: 6px;
    border: 1px solid rgba(103,113,122,.30);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(47,62,70,.12);
}
.media-caption {
    padding: 7px 4px 0;
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.4;
    background: transparent;
}
.feature-copy ul, .feature-list { padding-left: 1.15rem; color: var(--muted); }
.feature-copy li + li, .feature-list li + li { margin-top: 6px; }
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: #fff; }
.stat { padding: 20px; min-height: 108px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; font-size: 1.04rem; margin-bottom: 5px; }
.stat span { color: var(--muted-2); font-size: .82rem; }
.stat-note { margin: 10px 2px 0; color: var(--muted-2); font-size: .72rem; line-height: 1.45; }

.sales-proof { border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: 7px; background: #fff; padding: clamp(26px,4vw,42px); }
.sales-proof h2 { max-width: 22ch; }
.sales-proof p { color: var(--muted); max-width: 78ch; }

.manual-box { border: 1px solid var(--line-strong); border-left: 5px solid var(--manual-bar); border-radius: 6px; padding: clamp(26px,4vw,44px); background: linear-gradient(135deg, #fff, #eef1f2); }
.manual-box p { color: var(--muted); max-width: 78ch; }
.manual-links { display:flex; flex-wrap:wrap; gap:9px; margin-top: 22px; }

.page-hero { padding: 58px 0 32px; border-bottom: 1px solid #e2e6e8; background: linear-gradient(180deg, #fff, #f7f8f8); }
.page-hero h1 { max-width: 25ch; font-size: clamp(1.95rem, 2.9vw, 2.7rem); margin-bottom: 17px; }
.page-hero .lead { max-width: 80ch; }
.breadcrumb { color: var(--muted-2); font-size: .78rem; margin-bottom: 15px; }
.breadcrumb a { text-decoration: none; color: var(--accent-dark); }

.link-list { display:grid; grid-template-columns: repeat(2,1fr); gap: 8px 18px; margin-top: 22px; }
.link-list a { color: var(--accent-dark); text-decoration: none; border-bottom: 1px solid var(--line); padding: 8px 0; font-size: .87rem; }
.link-list a:hover { color: var(--accent); }

.gallery { display:grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.gallery-item {
    background: transparent;
}
.gallery-item:hover .gallery-button {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(47,62,70,.16);
}
.gallery-button {
    appearance: none;
    display: block;
    width: 100%;
    padding: 6px;
    border: 1px solid rgba(103,113,122,.30);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 9px 23px rgba(47,62,70,.12);
    cursor: zoom-in;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}
.gallery-button img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: contain;
    border-radius: 4px;
}
.gallery-caption {
    padding: 8px 4px 0;
}
.gallery-caption strong {
    display: block;
    margin-bottom: 2px;
    font-size: .88rem;
}
.gallery-caption span {
    color: var(--muted);
    font-size: .80rem;
}

dialog { width:min(94vw, 1500px); max-height:94vh; border:1px solid var(--line-strong); border-radius:7px; padding:9px; background:#eef1f2; color:var(--text); box-shadow:var(--shadow); }
dialog::backdrop { background:rgba(25,32,36,.78); }
dialog img { max-height:84vh; margin:auto; border-radius:3px; }
.dialog-close { position:absolute; top:14px; right:14px; border:1px solid rgba(255,255,255,.30); background:rgba(47,62,70,.95); color:#fff; border-radius:50%; width:36px; height:36px; cursor:pointer; font-size:1.05rem; }

.proof-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.proof-point { border: 1px solid var(--line); border-radius: 7px; background: #fff; padding: 22px; }
.proof-point strong { display: block; margin-bottom: 6px; }
.proof-point span { color: var(--muted); font-size: .9rem; }

.contact-layout {
    display:grid;
    grid-template-columns: minmax(250px, .56fr) minmax(0, 1.44fr);
    gap: 34px;
    align-items: start;
}
.contact-card {
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
    padding: clamp(22px, 3.4vw, 34px);
    box-shadow: 0 6px 20px rgba(47,62,70,.05);
}
.contact-card p:last-child { margin-bottom: 0; }
.contact-person-card { text-align: left; }
.contact-photo {
    width: 220px;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(103,113,122,.18);
    box-shadow: 0 10px 28px rgba(47,62,70,.10);
    opacity: .75;
    user-select: none;
    pointer-events: none;
}
.contact-photo-caption {
    width: 220px;
    max-width: 100%;
    margin: 8px 0 19px;
    color: var(--muted-2);
    font-size: .75rem;
    line-height: 1.35;
}
.contact-person-name {
    margin: 0 0 4px;
    font-size: 1.34rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.contact-person-role {
    margin: 0 0 17px;
    color: var(--accent-dark);
    font-size: .74rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .105em;
}
.contact-meta {
    display:grid;
    gap: 7px;
    margin: 0 0 18px;
}
.contact-meta a {
    color: var(--accent-dark);
    text-decoration: none;
    font-weight: 600;
}
.contact-meta a:hover { color: var(--accent); }
.contact-note {
    margin-top: 16px;
    border: 1px solid rgba(36,137,206,.18);
    border-radius: 7px;
    background: rgba(124,196,231,.08);
    padding: 14px 15px;
    color: var(--muted);
    font-size: .88rem;
}
.contact-form-wrap h2 { margin-bottom: 7px; }
.contact-form-intro { color: var(--muted); margin: 0 0 22px; max-width: 70ch; }
.contact-form {
    display:grid;
    gap: 16px;
}
.contact-form-grid {
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 18px;
}
.form-field { display:grid; gap:6px; min-width:0; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, .form-legend {
    color: var(--text);
    font-size: .79rem;
    font-weight: 700;
}
.form-field input,
.form-field select,
.form-field textarea {
    width:100%;
    min-height:44px;
    border:1px solid var(--line-strong);
    border-radius:5px;
    background:#fff;
    color:var(--text);
    padding:9px 11px;
    font:inherit;
    font-size:.9rem;
    outline:none;
}
.form-field textarea { min-height:160px; resize:vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color:var(--accent);
    box-shadow:0 0 0 3px rgba(36,137,206,.12);
}
.form-help { color:var(--muted-2); font-size:.72rem; line-height:1.35; }

.captcha-field {
    border-top:1px solid var(--line);
    padding-top:14px;
}
.captcha-field input { max-width:180px; }
.form-consent {
    display:flex;
    align-items:flex-start;
    gap:9px;
    color:var(--muted);
    font-size:.78rem;
    line-height:1.45;
}
.form-consent input { margin-top:4px; flex:0 0 auto; }
.form-consent a { color:var(--accent-dark); }
.form-actions { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.form-status { color:var(--muted); font-size:.78rem; }
.form-hp {
    position:absolute !important;
    left:-10000px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}
.contact-response {
    border:1px solid var(--line);
    border-left:5px solid var(--accent);
    border-radius:7px;
    background:#fff;
    padding:clamp(26px,4vw,44px);
    max-width:760px;
}
.contact-response.error { border-left-color:#a34949; }
.contact-response p { color:var(--muted); }

.cta { margin: 54px auto 18px; padding: clamp(28px,4vw,46px); border:1px solid var(--line-strong); border-left:5px solid var(--accent); border-radius:7px; background:#fff; }
.cta p { color:var(--muted); max-width:72ch; }
.site-footer { margin-top: 62px; border-top:1px solid var(--line); padding:27px 0 38px; color:var(--muted-2); font-size:.8rem; background:#e9edef; }
.footer-inner { display:flex; justify-content:space-between; gap:22px; flex-wrap:wrap; }
.footer-links { display:flex; gap:15px; flex-wrap: wrap; }
.footer-links a { text-decoration:none; }
.footer-links a:hover { color: var(--accent-dark); }


/* Legal pages */
.legal-hero { padding-bottom: 38px; }
.legal-hero h1 { max-width: 28ch; }
.legal-layout {
    display: grid;
    grid-template-columns: minmax(205px, .28fr) minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}
.legal-toc {
    position: sticky;
    top: 96px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: rgba(255,255,255,.86);
    padding: 18px;
    box-shadow: 0 4px 18px rgba(47,62,70,.035);
}
.legal-toc strong { display:block; margin-bottom:9px; font-size:.82rem; color:var(--text); }
.legal-toc a { display:block; padding:5px 0; color:var(--muted); text-decoration:none; font-size:.78rem; line-height:1.35; }
.legal-toc a:hover { color:var(--accent-dark); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 96px; padding: 0 0 30px; }
.legal-content section + section { border-top: 1px solid var(--line); padding-top: 30px; }
.legal-content h2 { font-size: clamp(1.35rem,2.1vw,1.72rem); margin-bottom:12px; }
.legal-content h3 { font-size:1rem; margin:20px 0 7px; letter-spacing:-.01em; }
.legal-content p, .legal-content li { color:var(--muted); font-size:.92rem; }
.legal-content p { margin:0 0 13px; }
.legal-content ul { margin: 8px 0 14px; padding-left: 1.2rem; }
.legal-content li + li { margin-top:4px; }
.legal-content a { color:var(--accent-dark); text-underline-offset:2px; }
.legal-content a:hover { color:var(--accent); }
.legal-card {
    border: 1px solid var(--line);
    border-left: 4px solid var(--header);
    border-radius: 7px;
    background:#fff;
    padding:20px 22px;
    margin: 6px 0 16px;
}
.legal-card p:last-child { margin-bottom:0; }
.legal-note {
    border:1px solid rgba(36,137,206,.23);
    border-radius:7px;
    background:rgba(124,196,231,.09);
    padding:15px 17px;
    margin:16px 0;
}
.legal-note p { margin:0; }
.legal-updated { color:var(--muted-2); font-size:.78rem; margin-top:-7px; }
@media (max-width: 860px) {
    .legal-layout { grid-template-columns:1fr; gap:22px; }
    .legal-toc { position:static; }
    .legal-toc nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 18px; }
}
@media (max-width: 520px) {
    .legal-toc nav { grid-template-columns:1fr; }
    .legal-card { padding:17px; }
}


.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-top: 1px solid rgba(47,62,70,.18);
    background: rgba(255,255,255,.985);
    box-shadow: 0 -8px 28px rgba(47,62,70,.14);
}
.cookie-banner-inner {
    width: min(calc(100% - 40px), var(--max));
    margin-inline: auto;
    min-height: 74px;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.cookie-banner p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.cookie-banner a { color: var(--accent-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.cookie-banner a:hover { color: var(--accent); }
.cookie-ok {
    flex: 0 0 auto;
    min-width: 72px;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid var(--header);
    border-radius: 5px;
    background: var(--header);
    color: #fff;
    font: inherit;
    font-size: .84rem;
    font-weight: 700;
    cursor: pointer;
}
.cookie-ok:hover { background: #56616a; border-color: #56616a; }
.cookie-ok:focus-visible { outline: 3px solid rgba(36,137,206,.28); outline-offset: 2px; }

@media (max-width: 1280px) {
    .nav { display:none; position:absolute; top:70px; left:0; right:0; background:var(--header); border-bottom:1px solid rgba(0,0,0,.16); padding:13px 20px 18px; flex-direction:column; align-items:stretch; }
    .nav.open { display:flex; }
    .menu-button { display:inline-flex; }
}
@media (max-width: 980px) {
    .hero-grid { grid-template-columns:1fr; }
    .contact-layout { grid-template-columns:1fr; }
    .product-frame { max-width:760px; }
    .section-header, .feature-row { grid-template-columns:1fr; gap:24px; }
    .feature-row.reverse .feature-media { order:0; }
    .grid-4, .grid-3 { grid-template-columns:1fr 1fr; }
    .stat-strip { grid-template-columns:1fr 1fr; }
    .stat:nth-child(3) { border-left:0; border-top:1px solid var(--line); }
    .stat:nth-child(4) { border-top:1px solid var(--line); }
}
@media (max-width: 680px) {
    .container, .site-header .container { width:min(calc(100% - 28px), var(--max)); }
    .hero { padding-top:48px; }
    h1 { font-size:clamp(2rem,9.5vw,2.75rem); }
    .page-hero h1 { font-size:clamp(1.85rem,8vw,2.45rem); }
    .header-inner { gap:10px; }
    .brand { gap: 10px; }
    .brand-icon { width: 28px; height: 27px; margin-right: -5px; }
    .brand-name { font-size: 1.34rem; }
    .lang-menu summary { min-width:45px; min-height:36px; padding:5px 8px; }
    .lang-flag { width:24px; height:16px; }
    .grid-4, .grid-3, .grid-2, .gallery, .link-list, .proof-points { grid-template-columns:1fr; }
    .stat-strip { grid-template-columns:1fr; }
    .stat + .stat { border-left:0; border-top:1px solid var(--line); }
    .product-frame { padding: 0 28px 58px 0; }
    .product-box-art { width: 112px; right: -4px; bottom: 0; }
    .screen-caption { padding-right: 98px; }
    .cookie-banner-inner { width:min(calc(100% - 28px), var(--max)); gap:14px; }
    .cookie-banner p { font-size:.77rem; }
    .cookie-ok { min-width:62px; padding-inline:14px; }
}
@media (max-width: 430px) {
    .site-header .container { width: min(calc(100% - 20px), var(--max)); }
    .contact-form-grid { grid-template-columns:1fr; }
    .contact-photo { width: 100%; max-width: 220px; }
    .brand-name { max-width: 188px; white-space: nowrap; font-size: 1.05rem; line-height: 1.05; }
    .brand-icon { width: 24px; height: 24px; }
    .lang-menu-panel { right:-44px; }
}
