:root {
    color-scheme: dark;
    --bg: #08111f;
    --bg-soft: #0c1728;
    --surface: rgba(17, 31, 52, 0.76);
    --surface-solid: #101d31;
    --surface-strong: #162641;
    --text: #f5f8ff;
    --muted: #9cadc7;
    --line: rgba(164, 186, 220, 0.16);
    --line-strong: rgba(164, 186, 220, 0.28);
    --primary: #62e6a7;
    --primary-strong: #30c982;
    --secondary: #6c91ff;
    --warning: #ffbe62;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    --shadow-soft: 0 16px 45px rgba(0, 0, 0, 0.18);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --radius-xl: 36px;
    --container: 1180px;
    --header-height: 104px;
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[data-theme="light"] {
    color-scheme: light;
    --bg: #f4f7fb;
    --bg-soft: #edf2f8;
    --surface: rgba(255, 255, 255, 0.82);
    --surface-solid: #ffffff;
    --surface-strong: #eaf0f8;
    --text: #122035;
    --muted: #62718a;
    --line: rgba(39, 58, 88, 0.12);
    --line-strong: rgba(39, 58, 88, 0.22);
    --primary: #11a96b;
    --primary-strong: #087c4f;
    --secondary: #416fe5;
    --shadow: 0 24px 70px rgba(39, 58, 88, 0.15);
    --shadow-soft: 0 16px 45px rgba(39, 58, 88, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 12% -8%, rgba(98, 230, 167, 0.12), transparent 34rem),
        radial-gradient(circle at 95% 10%, rgba(108, 145, 255, 0.12), transparent 32rem),
        var(--bg);
    color: var(--text);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
code {
    padding: .18em .45em;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--surface-strong);
    color: var(--primary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .9em;
}

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--primary);
    color: #07140e;
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.icon { width: 22px; height: 22px; }
.mini-icon { width: 17px; height: 17px; flex: 0 0 auto; }

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: var(--header-height);
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
    border-color: var(--line);
    background: color-mix(in srgb, var(--bg) 82%, transparent);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    backdrop-filter: blur(18px) saturate(130%);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 0; flex: 0 1 430px; }
.brand-logo { width: min(430px, 100%); height: auto; object-fit: contain; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(98, 230, 167, .38);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(98, 230, 167, .2), rgba(108, 145, 255, .16));
    box-shadow: inset 0 1px rgba(255, 255, 255, .15);
    color: var(--primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -.02em;
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 15px; letter-spacing: -.01em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.main-nav a {
    position: relative;
    padding: 9px 13px;
    border-radius: 10px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { background: var(--surface); color: var(--text); }
.main-nav a[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primary);
    transform: translateX(-50%);
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.icon-button:hover { border-color: var(--line-strong); background: var(--surface-strong); transform: translateY(-1px); }
.theme-toggle { position: relative; }
.theme-icon { position: absolute; }
html[data-theme="dark"] .theme-icon--sun, html[data-theme="light"] .theme-icon--moon { display: none; }
.menu-toggle { display: none; }
.menu-icon--close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon--open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon--close { display: block; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 13px;
    cursor: pointer;
    font-weight: 800;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 10px 15px; font-size: 14px; }
.button--primary {
    background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 60%, var(--secondary)));
    color: #06120d;
    box-shadow: 0 12px 30px rgba(49, 202, 131, .2);
}
.button--primary:hover { box-shadow: 0 16px 38px rgba(49, 202, 131, .28); }
.button--secondary { border-color: var(--line-strong); background: var(--surface); }
.button--secondary:hover { border-color: var(--primary); }
.button__icon { width: 19px; height: 19px; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
}
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(98, 230, 167, .1); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6.6vw, 6.3rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.8vw, 3.65rem); }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
p { color: var(--muted); }

.hero { position: relative; min-height: calc(100vh - var(--header-height)); overflow: hidden; padding: 88px 0 92px; }
.hero::before, .hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}
.hero::before { top: 8%; right: 0; width: 430px; height: 430px; background: rgba(108, 145, 255, .09); }
.hero::after { bottom: 2%; left: -140px; width: 390px; height: 390px; background: rgba(98, 230, 167, .08); }
.hero-grid-overlay {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.hero-copy h1 span { display: block; color: var(--primary); }
.hero-lead { max-width: 710px; margin-bottom: 32px; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-search {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 700px;
    padding: 8px;
    border: 1px solid var(--line-strong);
    border-radius: 17px;
    background: color-mix(in srgb, var(--surface-solid) 84%, transparent);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(16px);
}
.hero-search__icon { width: 21px; height: 21px; margin-left: 10px; color: var(--muted); }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--text); }
.hero-search input::placeholder { color: var(--muted); }
.hero-search .button { min-height: 46px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 25px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-trust .mini-icon { color: var(--primary); }

.hero-dashboard { position: relative; min-width: 0; perspective: 1200px; }
.preview-window {
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 24px;
    background: color-mix(in srgb, var(--surface-solid) 93%, transparent);
    box-shadow: 0 36px 90px rgba(0, 0, 0, .34);
    transform: rotateY(-7deg) rotateX(2deg);
    transform-origin: center;
}
.preview-window__bar { display: flex; align-items: center; gap: 7px; height: 44px; padding: 0 15px; border-bottom: 1px solid var(--line); background: var(--surface-strong); }
.preview-window__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); }
.preview-window__bar i:first-child { background: #ff6b6b; }
.preview-window__bar i:nth-child(2) { background: #ffbe62; }
.preview-window__bar i:nth-child(3) { background: #62e6a7; }
.preview-window__bar span { margin-left: 10px; color: var(--muted); font-size: 9px; font-weight: 700; }
.preview-window__body { display: grid; grid-template-columns: 62px 1fr; min-height: 370px; }
.preview-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 19px; border-right: 1px solid var(--line); background: rgba(0, 0, 0, .07); }
.preview-sidebar b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: var(--primary); color: #07140e; font-size: 10px; }
.preview-sidebar span { width: 23px; height: 7px; border-radius: 9px; background: var(--line-strong); }
.preview-sidebar span:first-of-type { background: var(--primary); }
.preview-content { padding: 30px; }
.preview-search { width: 100%; height: 32px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-strong); }
.preview-tabs { display: flex; gap: 9px; margin: 20px 0; }
.preview-tabs span { width: 62px; height: 21px; border-radius: 7px; background: var(--surface-strong); }
.preview-tabs span:first-child { background: rgba(98, 230, 167, .24); }
.preview-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.preview-cards article { min-height: 108px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.preview-cards b { display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 15px; border-radius: 9px; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #07140e; font-size: 9px; }
.preview-cards i { display: block; width: 70%; height: 6px; margin-top: 7px; border-radius: 8px; background: var(--line-strong); }
.preview-cards i:last-child { width: 44%; }
.floating-pill { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface-solid); box-shadow: var(--shadow-soft); color: var(--text); font-size: 12px; font-weight: 900; }
.floating-pill i { width: 8px; height: 8px; border-radius: 50%; }
.floating-pill--linux { right: -12px; top: 70px; }
.floating-pill--linux i { background: var(--primary); box-shadow: 0 0 0 5px rgba(98, 230, 167, .12); }
.floating-pill--windows { left: -18px; bottom: 50px; }
.floating-pill--windows i { background: var(--secondary); box-shadow: 0 0 0 5px rgba(108, 145, 255, .12); }

.section { padding: 104px 0; }
.section--compact { padding-top: 74px; }
.section--surface { border-block: 1px solid var(--line); background: color-mix(in srgb, var(--bg-soft) 84%, transparent); }
.section--catalog { padding-top: 40px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { max-width: 760px; margin: 5px 0 0; }

.software-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.software-card {
    display: flex;
    min-width: 0;
    min-height: 410px;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(160deg, color-mix(in srgb, var(--surface-solid) 95%, transparent), var(--surface));
    box-shadow: 0 1px rgba(255, 255, 255, .03);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.software-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-soft); transform: translateY(-6px); }
.software-card[hidden] { display: none !important; }
.software-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.software-logo { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; color: white; font-size: 13px; font-weight: 950; letter-spacing: -.03em; box-shadow: inset 0 1px rgba(255,255,255,.22); }
.software-logo--green { background: linear-gradient(145deg, #22bd70, #0a7645); }
.software-logo--orange { background: linear-gradient(145deg, #ff9348, #9c3e29); }
.software-logo--blue { background: linear-gradient(145deg, #4d8cff, #3350b7); }
.software-logo--amber { background: linear-gradient(145deg, #ffbc4a, #db7134); }
.software-logo--violet { background: linear-gradient(145deg, #8d6dff, #51389c); }
.software-logo--cyan { background: linear-gradient(145deg, #38c7f1, #3063b6); }
.software-logo--brown { background: linear-gradient(145deg, #9f8067, #4f3b31); }
.software-logo--pink { background: linear-gradient(145deg, #ef69bd, #703eac); }
.software-logo--teal { background: linear-gradient(145deg, #41d4b4, #16766c); }
.software-logo--lime { background: linear-gradient(145deg, #96d84b, #3f7f3d); }
.software-logo--slate { background: linear-gradient(145deg, #7587a6, #354258); }
.software-logo--mint { background: linear-gradient(145deg, #75d69c, #3b7e5c); }
.software-card__badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.platform-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 9px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 900; }
.platform-badge--linux { background: rgba(98, 230, 167, .08); color: var(--primary); }
.platform-badge--windows { background: rgba(108, 145, 255, .08); color: #88a6ff; }
.software-card__content { flex: 1; padding-top: 28px; }
.software-category { color: var(--primary); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.software-card h3 { margin-top: 6px; font-size: 1.55rem; }
.software-card p { margin-bottom: 0; font-size: 14px; }
.software-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); }
.license-label, .card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; }
.license-label { color: var(--muted); }
.card-link { color: var(--text); }
.card-link:hover { color: var(--primary); }

.os-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.os-panel { position: relative; overflow: hidden; display: grid; min-height: 390px; align-content: start; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.os-panel::after { content: ""; position: absolute; right: -75px; bottom: -75px; width: 250px; height: 250px; border-radius: 50%; opacity: .13; }
.os-panel--linux::after { background: var(--primary); }
.os-panel--windows::after { background: var(--secondary); }
.os-panel__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 46px; border-radius: 22px; background: var(--surface-strong); font-size: 15px; font-weight: 950; }
.os-panel--linux .os-panel__icon { color: var(--primary); }
.os-panel--windows .os-panel__icon { color: #88a6ff; }
.os-panel h2 { max-width: 520px; font-size: clamp(2rem, 3vw, 3rem); }
.os-panel p { max-width: 520px; }
.os-panel .button { position: relative; z-index: 1; justify-self: start; margin-top: auto; }

.info-strip { display: grid; grid-template-columns: repeat(3, 140px) 1fr; align-items: center; gap: 25px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.info-strip > div { display: grid; padding-right: 20px; border-right: 1px solid var(--line); }
.info-strip strong { font-size: 2.1rem; line-height: 1; }
.info-strip span { margin-top: 7px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.info-strip p { margin: 0; }

.page-hero { padding: 96px 0 54px; }
.page-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.page-hero h1 { max-width: 850px; margin: 10px 0 0; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero__lead { margin-bottom: 7px; font-size: 1.12rem; }

.catalog-shell { container-type: inline-size; }
.catalog-toolbar {
    position: sticky;
    z-index: 20;
    top: calc(var(--header-height) + 12px);
    display: grid;
    grid-template-columns: minmax(300px, 1fr) auto 220px;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: color-mix(in srgb, var(--surface-solid) 88%, transparent);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px) saturate(130%);
}
.search-field { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.search-field:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(98, 230, 167, .1); }
.search-field__icon { width: 20px; height: 20px; color: var(--muted); }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--text); }
.search-field input::placeholder { color: var(--muted); }
.search-field kbd { padding: 3px 7px; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 6px; background: var(--surface-strong); color: var(--muted); font-family: inherit; font-size: 9px; font-weight: 900; }
.os-filter { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.filter-button { min-height: 38px; padding: 7px 11px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 850; }
.filter-button:hover { color: var(--text); }
.filter-button.is-active { background: var(--surface-strong); color: var(--primary); box-shadow: inset 0 0 0 1px var(--line); }
.category-select { display: grid; gap: 4px; }
.category-select span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.category-select select { width: 100%; min-height: 34px; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 12px; font-weight: 800; }
.category-select option { background: var(--surface-solid); color: var(--text); }
.catalog-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 26px 2px 18px; }
.catalog-summary p { margin: 0; font-size: 13px; }
.catalog-summary strong { color: var(--text); }
.reset-button { border: 0; background: transparent; color: var(--primary); cursor: pointer; font-size: 12px; font-weight: 850; }
.reset-button:hover { text-decoration: underline; text-underline-offset: 4px; }
.empty-state { padding: 80px 20px; border: 1px dashed var(--line-strong); border-radius: 22px; text-align: center; }
.empty-state__icon { width: 42px; height: 42px; margin: 0 auto 18px; color: var(--primary); }
.empty-state h2 { margin-bottom: 8px; font-size: 1.8rem; }
.empty-state p { margin: 0; }

.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.about-card { display: grid; grid-template-columns: 52px 1fr; gap: 22px; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.about-card--large { grid-column: span 2; min-height: 330px; align-items: end; background: linear-gradient(145deg, rgba(98, 230, 167, .09), var(--surface)); }
.about-card--wide { grid-column: span 2; min-height: 210px; }
.about-card__number { color: var(--line-strong); font-size: 12px; font-weight: 950; }
.about-card h2 { max-width: 800px; }
.about-card h3 { font-size: 1.8rem; }
.about-card p { max-width: 780px; margin-bottom: 0; }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, rgba(98, 230, 167, .08), rgba(108, 145, 255, .08)); }
.callout h2 { margin: 8px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); }

.not-found { display: grid; min-height: calc(100vh - var(--header-height)); place-items: center; padding: 80px 0; text-align: center; }
.not-found__content { max-width: 720px; }
.not-found__code { display: block; margin-bottom: 20px; color: var(--primary); font-size: clamp(6rem, 18vw, 13rem); font-weight: 950; line-height: .8; letter-spacing: -.08em; opacity: .16; }
.not-found h1 { margin: 14px 0; font-size: clamp(2.6rem, 6vw, 5rem); }
.not-found p { margin-bottom: 28px; }

.site-footer { padding: 62px 0 40px; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--bg-soft) 88%, transparent); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .85fr 1fr; align-items: start; gap: 32px; }
.brand--footer { margin-bottom: 16px; }
.site-footer p { max-width: 360px; margin-bottom: 0; font-size: 13px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); font-size: 13px; font-weight: 700; }
.footer-links a:hover { color: var(--primary); }
.footer-partners { display: grid; align-content: start; gap: 12px; }
.footer-partners > strong { margin-bottom: 2px; font-size: 12px; }
.partner-list { display: grid; gap: 10px; }
.partner-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 148px);
    min-height: 50px;
    padding: 6px 9px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.partner-link:hover {
    border-color: color-mix(in srgb, var(--primary) 55%, var(--line));
    box-shadow: 0 12px 28px rgba(0, 0, 0, .13);
    transform: translateY(-2px);
}
.partner-link:focus-visible { outline: 3px solid color-mix(in srgb, var(--primary) 45%, transparent); outline-offset: 3px; }
.partner-link img { display: block; width: auto; max-width: 100%; height: auto; object-fit: contain; }
.partner-link--ideenfabrik img { max-width: 112px; max-height: 36px; }
.partner-link--world4you img { max-width: 104px; max-height: 18px; }
.partner-link--linuxmint img { max-width: 112px; max-height: 28px; }
.footer-meta { display: grid; justify-items: end; gap: 8px; color: var(--muted); font-size: 11px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@container (max-width: 850px) {
    .catalog-toolbar { grid-template-columns: 1fr 1fr; }
    .search-field { grid-column: 1 / -1; }
}

@media (max-width: 1020px) {
    .hero-layout { grid-template-columns: 1fr; gap: 58px; }
    .hero-copy { max-width: 820px; }
    .hero-dashboard { max-width: 660px; margin-inline: auto; }
    .software-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .page-hero__grid { grid-template-columns: 1fr; gap: 24px; }
    .page-hero__lead { max-width: 720px; }
    .info-strip { grid-template-columns: repeat(3, 1fr); }
    .info-strip p { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-meta { grid-column: 1 / -1; justify-items: start; padding-top: 24px; border-top: 1px solid var(--line); }
}

@media (max-width: 800px) {
    :root { --header-height: 72px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .site-header { background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(18px); }
    .brand-copy small { display: none; }
    .main-nav {
        position: fixed;
        inset: var(--header-height) 14px auto;
        display: none;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: var(--surface-solid);
        box-shadow: var(--shadow);
    }
    .main-nav.is-open { display: grid; }
    .main-nav a { padding: 14px; font-size: 15px; }
    .main-nav a[aria-current="page"]::after { display: none; }
    .menu-toggle { display: grid; }
    .header-cta { display: none; }
    .header-actions { margin-left: auto; }
    .hero { min-height: auto; padding: 62px 0 76px; }
    .hero-search { align-items: stretch; flex-wrap: wrap; }
    .hero-search__icon { align-self: center; }
    .hero-search input { min-height: 42px; }
    .hero-search .button { width: 100%; }
    .preview-window { transform: none; }
    .floating-pill--linux { right: 8px; }
    .floating-pill--windows { left: 8px; }
    .section { padding: 78px 0; }
    .section-heading { align-items: start; flex-direction: column; }
    .os-panels { grid-template-columns: 1fr; }
    .catalog-toolbar { position: static; grid-template-columns: 1fr; }
    .search-field { grid-column: auto; }
    .os-filter { display: grid; grid-template-columns: repeat(4, 1fr); }
    .category-select { padding: 8px 4px 0; }
    .about-card, .about-card--large, .about-card--wide { grid-column: auto; }
    .about-grid { grid-template-columns: 1fr; }
    .callout { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
    .hero-trust { display: grid; }
    .preview-window__body { grid-template-columns: 46px 1fr; min-height: 300px; }
    .preview-sidebar { gap: 16px; }
    .preview-content { padding: 18px; }
    .preview-cards { gap: 9px; }
    .preview-cards article { min-height: 90px; padding: 10px; }
    .floating-pill { display: none; }
    .software-grid { grid-template-columns: 1fr; }
    .software-card { min-height: 390px; }
    .info-strip { grid-template-columns: 1fr; }
    .info-strip > div { padding: 0 0 16px; border-right: 0; border-bottom: 1px solid var(--line); }
    .info-strip p { grid-column: auto; padding-top: 0; border-top: 0; }
    .page-hero { padding-top: 64px; }
    .catalog-summary { align-items: flex-start; flex-direction: column; gap: 7px; }
    .about-card { grid-template-columns: 1fr; min-height: auto; padding: 24px; }
    .about-card__number { margin-bottom: -8px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-meta { grid-column: auto; }
}

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

/* macOS platform and version metadata */
.platform-badge--macos { background: rgba(210, 218, 230, .1); color: #d7deea; }
html[data-theme="light"] .platform-badge--macos { color: #465366; }
.floating-pill--macos { right: 34px; bottom: -2px; }
.floating-pill--macos i { background: #d8dee9; box-shadow: 0 0 0 5px rgba(216, 222, 233, .12); }
.os-panels--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.os-panel--macos::after { background: #c7d0df; }
.os-panel--macos .os-panel__icon { color: #d7deea; }
html[data-theme="light"] .os-panel--macos .os-panel__icon { color: #526174; }
.software-version { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0 0 13px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: color-mix(in srgb, var(--surface-strong) 70%, transparent); }
.software-version span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.software-version strong { color: var(--primary); font-size: 13px; text-align: right; }
.software-developer { display: block; margin-top: 14px; color: var(--muted); font-size: 11px; }
.catalog-date { color: var(--muted); font-size: 12px; font-weight: 600; }

@media (max-width: 1100px) {
    .os-panels--three { grid-template-columns: 1fr 1fr; }
    .os-panels--three .os-panel--macos { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .os-panels--three { grid-template-columns: 1fr; }
    .os-panels--three .os-panel--macos { grid-column: auto; }
}

/* V1.2 editorial expansion */
.section-intro { max-width: 720px; margin: 12px 0 0; font-size: 1rem; }
.hero--catalog { isolation: isolate; }
.hero-orb { position: absolute; z-index: 0; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb--one { top: 18%; left: 48%; width: 110px; height: 110px; border: 1px solid rgba(98, 230, 167, .24); box-shadow: 0 0 80px rgba(98, 230, 167, .13), inset 0 0 45px rgba(98, 230, 167, .08); }
.hero-orb--two { right: 8%; bottom: 14%; width: 62px; height: 62px; background: linear-gradient(145deg, rgba(108,145,255,.38), rgba(98,230,167,.12)); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.hero-counter { position: absolute; right: -10px; bottom: 72px; display: grid; min-width: 150px; padding: 16px 18px; border: 1px solid var(--line-strong); border-radius: 18px; background: color-mix(in srgb, var(--surface-solid) 92%, transparent); box-shadow: var(--shadow-soft); backdrop-filter: blur(14px); }
.hero-counter strong { color: var(--primary); font-size: 2rem; line-height: 1; }
.hero-counter span { margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.purpose-card { position: relative; overflow: hidden; min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.purpose-card::after { content: ""; position: absolute; right: -65px; bottom: -70px; width: 210px; height: 210px; border-radius: 50%; opacity: .14; }
.purpose-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.purpose-card > span { color: var(--line-strong); font-size: 12px; font-weight: 950; }
.purpose-card h3 { max-width: 430px; margin-top: 55px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.purpose-card p { max-width: 520px; }
.purpose-card b { position: absolute; z-index: 1; left: 32px; bottom: 28px; display: inline-flex; align-items: center; gap: 7px; color: var(--primary); font-size: 13px; }
.purpose-card--office::after { background: #6c91ff; }
.purpose-card--creative::after { background: #ef69bd; }
.purpose-card--backup::after { background: #62e6a7; }
.purpose-card--system::after { background: #ffbe62; }

.editorial-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.editorial-card { min-height: 500px; padding: 42px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(98,230,167,.1), rgba(108,145,255,.06) 55%, var(--surface)); }
.editorial-card h2 { max-width: 760px; margin-top: 12px; }
.editorial-card p { max-width: 690px; font-size: 1.05rem; }
.editorial-card .button { margin-top: 28px; }
.editorial-stack { display: grid; gap: 16px; }
.mini-editorial { display: grid; align-content: center; min-height: 156px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.mini-editorial strong { color: var(--primary); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; }
.mini-editorial span { margin-top: 8px; font-size: 13px; font-weight: 850; }
.mini-editorial p { margin: 8px 0 0; font-size: 12px; }

.software-card { min-height: 450px; }
.software-logo--red { background: linear-gradient(145deg, #ff6674, #a62642); }
.new-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 9px; border: 1px solid rgba(255,190,98,.28); border-radius: 999px; background: rgba(255,190,98,.1); color: var(--warning); font-size: 10px; font-weight: 950; text-transform: uppercase; }
.software-best-for { display: grid; gap: 3px; margin-top: 16px; padding-left: 12px; border-left: 2px solid color-mix(in srgb, var(--primary) 70%, transparent); }
.software-best-for span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.software-best-for strong { font-size: 12px; line-height: 1.4; }

.catalog-benefits { padding: 14px 0 30px; }
.catalog-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.catalog-benefit { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); }
.catalog-benefit > span { color: var(--primary); font-size: 11px; font-weight: 950; }
.catalog-benefit h3 { margin-bottom: 7px; font-size: 1rem; letter-spacing: -.02em; }
.catalog-benefit p { margin: 0; font-size: 12px; }
.catalog-quicklinks { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 16px; }
.catalog-quicklinks > span { margin-right: 4px; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.catalog-quicklinks button { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 800; }
.catalog-quicklinks button:hover { border-color: var(--primary); color: var(--text); }

.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.story-card { display: grid; grid-template-columns: 46px 1fr; gap: 20px; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.story-card--lead { grid-column: 1 / -1; min-height: 390px; align-items: end; background: linear-gradient(145deg, rgba(98,230,167,.1), rgba(108,145,255,.06), var(--surface)); }
.story-card--wide { grid-column: 1 / -1; min-height: 240px; }
.story-card__index { color: var(--line-strong); font-size: 12px; font-weight: 950; }
.story-card h2 { max-width: 860px; }
.story-card h3 { font-size: 1.7rem; }
.story-card p { max-width: 820px; margin-bottom: 0; }
.criteria-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.criteria-copy { position: sticky; top: calc(var(--header-height) + 34px); }
.criteria-copy h2 { margin-top: 10px; }
.criteria-list { display: grid; gap: 12px; }
.criterion { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.criterion > b { color: var(--primary); font-size: 12px; }
.criterion h3 { margin-bottom: 6px; font-size: 1.15rem; }
.criterion p { margin: 0; font-size: 13px; }
.callout p { max-width: 720px; margin: 8px 0 0; }
.footer-links strong { margin-bottom: 2px; font-size: 12px; }

@media (max-width: 1100px) {
    .hero-counter { right: 12px; }
    .editorial-grid, .criteria-layout { grid-template-columns: 1fr; }
    .criteria-copy { position: static; }
}

@media (max-width: 850px) {
    .purpose-grid, .story-grid, .catalog-benefits__grid { grid-template-columns: 1fr; }
    .story-card--lead, .story-card--wide { grid-column: auto; }
    .editorial-card { min-height: auto; }
    .hero-counter { display: none; }
}

@media (max-width: 620px) {
    .purpose-card { min-height: 290px; padding: 25px; }
    .purpose-card h3 { margin-top: 38px; }
    .purpose-card b { left: 25px; bottom: 23px; }
    .editorial-card { padding: 28px; }
    .story-card, .criterion { grid-template-columns: 1fr; padding: 24px; }
    .catalog-benefit { grid-template-columns: 30px 1fr; }
    .software-card { min-height: 420px; }
}

/* V1.6: Rechtliche Seiten, Kontakt und externe Bekanntschaft */
.page-hero--legal { min-height: auto; }
.legal-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; align-items: start; }
.legal-content { display: grid; gap: 18px; }
.legal-card {
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}
.legal-card--accent { background: linear-gradient(145deg, rgba(98, 230, 167, .11), rgba(108, 145, 255, .06), var(--surface)); }
.legal-card h2 { margin: 10px 0 18px; font-size: clamp(1.8rem, 3.2vw, 2.8rem); }
.legal-card p:last-child { margin-bottom: 0; }
.legal-address { margin: 0 0 22px; color: var(--text); font-style: normal; font-weight: 700; line-height: 1.75; }
.legal-list { display: grid; gap: 10px; margin: 20px 0 24px; padding-left: 22px; color: var(--muted); }
.legal-list li::marker { color: var(--primary); }
.legal-definition-list { display: grid; gap: 0; margin: 24px 0 0; }
.legal-definition-list > div { display: grid; grid-template-columns: minmax(170px, .4fr) 1fr; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); }
.legal-definition-list dt { color: var(--muted); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.legal-definition-list dd { margin: 0; font-weight: 700; }
.legal-updated { margin: 8px 4px 0; color: var(--muted); font-size: 12px; text-align: right; }
.contact-action { display: flex; align-items: center; min-height: 52px; margin: 22px 0 10px; }
.protected-email { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.protected-email__button,
.protected-email__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid var(--primary);
    border-radius: 13px;
    background: color-mix(in srgb, var(--primary) 12%, var(--surface));
    color: var(--text);
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    overflow-wrap: anywhere;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.protected-email__button:hover,
.protected-email__link:hover { background: color-mix(in srgb, var(--primary) 20%, var(--surface)); box-shadow: 0 12px 30px rgba(49, 202, 131, .16); transform: translateY(-1px); }
.protected-email__button:focus-visible,
.protected-email__link:focus-visible { outline: 3px solid color-mix(in srgb, var(--primary) 40%, transparent); outline-offset: 3px; }
.protected-email__fallback { color: var(--text); font-weight: 800; }
.fine-print { margin-top: 14px; font-size: 12px; }
.external-site-card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, rgba(108,145,255,.08), rgba(98,230,167,.06), var(--surface)); }
.external-site-card h3 { margin: 12px 0 8px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.external-site-card p { max-width: 740px; margin: 0; }
.status-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border: 1px solid rgba(98,230,167,.28); border-radius: 999px; background: rgba(98,230,167,.09); color: var(--primary); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.footer-meta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; justify-items: initial; gap: 10px 24px; padding-top: 24px; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
    .legal-layout { grid-template-columns: 1fr; }
    .external-site-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .legal-card { padding: 24px; border-radius: 22px; }
    .legal-definition-list > div { grid-template-columns: 1fr; gap: 5px; }
    .external-site-card { padding: 25px; }
    .protected-email__button,
    .protected-email__link { width: 100%; }
    .footer-meta { display: grid; justify-content: start; }
}

/* V1.7: German/English language switch */
.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 38px;
    padding: 4px 9px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
}
.language-switch a {
    padding: 4px 3px;
    border-radius: 6px;
    transition: color .2s ease, background .2s ease;
}
.language-switch a:hover { color: var(--text); }
.language-switch a[aria-current="page"] {
    background: color-mix(in srgb, var(--primary) 18%, transparent);
    color: var(--primary);
}
.inline-link { color: var(--primary); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-card--notice {
    border-color: color-mix(in srgb, var(--secondary) 35%, var(--line));
    background: linear-gradient(145deg, rgba(108, 145, 255, .1), rgba(98, 230, 167, .04), var(--surface));
}

@media (max-width: 1120px) {
    .header-cta { display: none; }
}

@media (max-width: 520px) {
    .header-inner { gap: 10px; }
    .brand-copy strong { display: none; }
    .brand { gap: 0; }
    .language-switch { padding-inline: 7px; }
    .header-actions { gap: 7px; }
}


/* dogtruck logo */
@media (max-width: 1080px) {
    .brand { flex-basis: 320px; }
    .brand-logo { width: 320px; }
}
@media (max-width: 760px) {
    .brand { flex-basis: 220px; }
    .brand-logo { width: 220px; }
}
@media (max-width: 430px) {
    .brand { flex-basis: 165px; }
    .brand-logo { width: 165px; }
}
