:root {
    color-scheme: dark;
    --bg: #050609;
    --panel: #0d1016;
    --panel-strong: #141822;
    --text: #f7f7f2;
    --muted: #a9b0bd;
    --line: rgba(255, 255, 255, 0.14);
    --acid: #c7ff41;
    --cyan: #55e6ff;
    --red: #ff455f;
    --violet: #b985ff;
    --black: #020204;
    --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        #050609;
    background-size: 52px 52px;
}

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

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

.site-header {
    position: fixed;
    top: 16px;
    left: 50%;
    z-index: 20;
    width: min(1160px, calc(100% - 32px));
    height: 64px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(5, 6, 9, 0.68);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
    transition: background 200ms ease, border-color 200ms ease, top 200ms ease;
}

.site-header.is-scrolled {
    top: 8px;
    background: rgba(5, 6, 9, 0.88);
    border-color: rgba(199, 255, 65, 0.28);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    font-weight: 900;
    letter-spacing: 0;
}

.brand img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.nav-links a,
.nav-download,
.nav-cta,
.button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.nav-links a {
    padding: 0 14px;
    color: var(--muted);
    transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
}

.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-download {
    padding: 0 18px;
    border: 1px solid rgba(199, 255, 65, 0.28);
    background: rgba(199, 255, 65, 0.08);
    color: var(--acid);
}

.nav-download:hover {
    background: rgba(199, 255, 65, 0.15);
}

.nav-cta {
    justify-self: end;
    padding: 0 18px;
    background: var(--acid);
    color: var(--black);
    box-shadow: 0 0 28px rgba(199, 255, 65, 0.24);
}

.hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: flex-end;
    padding: 132px max(24px, calc((100vw - 1160px) / 2)) 74px;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(5, 6, 9, 0.98), rgba(5, 6, 9, 0.38), transparent);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 6, 9, 0.98) 0%, rgba(5, 6, 9, 0.92) 34%, rgba(5, 6, 9, 0.52) 58%, transparent 78%);
    pointer-events: none;
}

.hero-scene {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 78% 20%, rgba(199, 255, 65, 0.18), transparent 28%),
        radial-gradient(circle at 16% 38%, rgba(85, 230, 255, 0.16), transparent 28%),
        #050609;
}

.signal-grid {
    position: absolute;
    inset: 0;
    opacity: 0.48;
    background:
        linear-gradient(rgba(199, 255, 65, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(85, 230, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 88%);
}

.client-shell {
    position: absolute;
    right: max(22px, calc((100vw - 1160px) / 2));
    top: 126px;
    width: min(690px, 54vw);
    aspect-ratio: 1.28;
    display: grid;
    grid-template-columns: 82px 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(13, 16, 22, 0.72);
    box-shadow: var(--shadow);
    transform: perspective(1100px) rotateY(-9deg) rotateX(3deg);
}

.client-shot {
    position: absolute;
    right: max(18px, calc((100vw - 1160px) / 2 - 18px));
    top: 118px;
    width: min(780px, 60vw);
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(13, 16, 22, 0.72);
    box-shadow: var(--shadow);
    opacity: 0.74;
    transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
}

.client-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.client-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 18px 10px;
    background:
        linear-gradient(180deg, rgba(199, 255, 65, 0.08), transparent 38%),
        rgba(0, 0, 0, 0.42);
    border-right: 1px solid var(--line);
}

.client-logo-mini,
.rail-item {
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.client-logo-mini {
    height: 44px;
    background: rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.client-logo-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rail-item {
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 900;
}

.rail-item.active {
    background: var(--acid);
    color: var(--black);
    box-shadow: 0 0 28px rgba(199, 255, 65, 0.34);
}

.client-main {
    min-width: 0;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(199, 255, 65, 0.10), transparent 42%),
        linear-gradient(40deg, rgba(85, 230, 255, 0.09), transparent 35%),
        linear-gradient(315deg, rgba(255, 69, 95, 0.10), transparent 38%),
        rgba(13, 16, 22, 0.9);
}

.window-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
}

.window-dots {
    display: flex;
    gap: 8px;
}

.window-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--red);
}

.window-dots span:nth-child(2) {
    background: var(--acid);
}

.window-dots span:nth-child(3) {
    background: var(--cyan);
}

.window-bar strong {
    min-width: 0;
    color: #f2f5f7;
    font-size: 0.86rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.window-bar em {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: var(--acid);
    background: rgba(0, 0, 0, 0.24);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
}

.feature-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.feature-tile {
    min-width: 0;
    min-height: 112px;
    display: grid;
    align-content: space-between;
    gap: 7px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.28);
}

.feature-tile.voice {
    background: linear-gradient(160deg, rgba(199, 255, 65, 0.16), rgba(0, 0, 0, 0.28) 58%);
}

.feature-tile.stream {
    background: linear-gradient(160deg, rgba(85, 230, 255, 0.15), rgba(0, 0, 0, 0.28) 58%);
}

.feature-tile.privacy {
    background: linear-gradient(160deg, rgba(255, 69, 95, 0.15), rgba(0, 0, 0, 0.28) 58%);
}

.feature-tile span,
.panel-label {
    color: var(--acid);
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}

.feature-tile strong {
    min-width: 0;
    color: var(--text);
    font-size: 0.86rem;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.feature-tile small {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
}

.feature-tile i,
.diagnostic-row i {
    display: block;
    height: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
}

.feature-tile i::before,
.diagnostic-row i::before {
    content: "";
    display: block;
    width: var(--value);
    height: 100%;
    background: linear-gradient(90deg, var(--acid), var(--cyan));
}

.dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(170px, 0.75fr);
    gap: 10px;
    margin-top: 10px;
}

.module-list,
.diagnostic-panel {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
}

.module-list {
    display: grid;
    gap: 7px;
}

.module-row {
    min-height: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 7px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.module-row b {
    min-width: 0;
    color: #e9edf2;
    font-size: 0.74rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-row span {
    color: var(--acid);
    font-size: 0.66rem;
    font-weight: 900;
    white-space: nowrap;
}

.diagnostic-panel {
    display: grid;
    gap: 10px;
}

.health-score {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.health-score strong {
    color: var(--acid);
    font-size: 2.8rem;
    line-height: 0.86;
    font-weight: 900;
}

.health-score span {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
}

.diagnostic-row {
    display: grid;
    gap: 5px;
}

.diagnostic-row span {
    color: #d8dde5;
    font-size: 0.68rem;
    font-weight: 800;
}

.diagnostic-status {
    padding: 9px;
    border: 1px solid rgba(199, 255, 65, 0.22);
    border-radius: 8px;
    color: var(--acid);
    background: rgba(199, 255, 65, 0.08);
    font-size: 0.68rem;
    font-weight: 900;
}

.hero-mark {
    position: absolute;
    right: max(24px, calc((100vw - 1160px) / 2 + 300px));
    top: 138px;
    width: min(190px, 18vw);
    border-radius: 8px;
    opacity: 0.16;
    filter: drop-shadow(0 0 50px rgba(255, 255, 255, 0.18));
    transform: rotate(-8deg);
}

.hero-content {
    width: min(760px, 100%);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--acid);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 18px;
    font-size: clamp(4rem, 13vw, 9rem);
    line-height: 0.86;
    letter-spacing: 0;
    font-weight: 900;
    text-wrap: balance;
}

h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 4.6vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: 0;
    font-weight: 900;
    text-wrap: balance;
}

h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.hero-copy {
    width: min(780px, 100%);
    margin-bottom: 26px;
    color: #d6d9df;
    font-size: clamp(1.04rem, 1.7vw, 1.35rem);
    text-wrap: pretty;
}

.hero-actions,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    padding: 0 20px;
    border: 1px solid transparent;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button.primary {
    background: var(--acid);
    color: var(--black);
    box-shadow: 0 0 32px rgba(199, 255, 65, 0.24);
}

.button.secondary {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
}

.button.light {
    background: var(--text);
    color: var(--black);
}

.ticker {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--line);
    background: #080a0f;
}

.ticker div {
    min-height: 118px;
    padding: 24px;
    border-right: 1px solid var(--line);
}

.ticker div:last-child {
    border-right: 0;
}

.ticker strong {
    display: block;
    margin-bottom: 2px;
    font-size: clamp(1.8rem, 4vw, 3.4rem);
    line-height: 1;
    font-weight: 900;
}

.ticker span {
    color: var(--muted);
    font-weight: 700;
}

.section {
    padding: 106px max(24px, calc((100vw - 1160px) / 2));
    border-bottom: 1px solid var(--line);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 42px;
}

.section-heading.centered {
    display: block;
    width: min(900px, 100%);
    margin: 0 auto 44px;
    text-align: center;
}

.intro-band {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 52px;
    align-items: start;
    background:
        linear-gradient(110deg, rgba(255, 69, 95, 0.10), transparent 34%),
        #080a0f;
}

.intro-band .section-heading {
    display: block;
    margin-bottom: 0;
}

.intro-copy,
.disclaimer-copy {
    color: #d8dbe2;
    font-size: 1.05rem;
}

.intro-copy p,
.disclaimer-copy p {
    margin-bottom: 18px;
}

.manifesto-strip {
    padding: 40px max(24px, calc((100vw - 1160px) / 2));
    border-bottom: 1px solid var(--line);
    background: var(--acid);
    color: var(--black);
}

.manifesto-strip p {
    width: min(1040px, 100%);
    margin: 0;
    font-size: clamp(1.45rem, 3.6vw, 3.4rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

.plugins-section {
    background: #050609;
}

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

.plugin-column {
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.plugin-column.illegal {
    border-color: rgba(199, 255, 65, 0.34);
    background:
        linear-gradient(180deg, rgba(199, 255, 65, 0.12), rgba(255, 255, 255, 0.045) 54%),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 0 44px rgba(199, 255, 65, 0.10);
}

.column-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 22px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 99px;
    color: var(--acid);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.plugin-column p,
.feature-list p,
.docs-panel p,
.faq-list p {
    color: var(--muted);
}

.plugin-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.plugin-list li {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    color: #e6e8ec;
    background: rgba(0, 0, 0, 0.20);
    font-size: 0.9rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.feature-band {
    background:
        linear-gradient(180deg, rgba(85, 230, 255, 0.08), transparent 48%),
        #0a0d12;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--line);
}

.feature-list article {
    min-height: 290px;
    padding: 24px;
    background: #0d1016;
}

.feature-list span {
    display: block;
    margin-bottom: 70px;
    color: var(--acid);
    font-weight: 900;
}

.compare-section {
    background: #050609;
}

.comparison {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-row {
    display: grid;
    grid-template-columns: 0.7fr 1.2fr 1.25fr;
    border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
    border-bottom: 0;
}

.comparison-row > div {
    padding: 20px;
    border-right: 1px solid var(--line);
    color: #d7dbe1;
}

.comparison-row > div:last-child {
    border-right: 0;
}

.comparison-row strong {
    color: var(--text);
}

.header-row > div {
    color: var(--acid);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    background: #0d1016;
}

.illegal-row {
    background: rgba(199, 255, 65, 0.08);
}

.receipts-section {
    background:
        linear-gradient(145deg, rgba(85, 230, 255, 0.10), transparent 32%),
        linear-gradient(315deg, rgba(199, 255, 65, 0.10), transparent 34%),
        #080a0f;
}

.receipts-panel {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.receipts-panel .section-heading {
    margin-bottom: 24px;
}

.receipts-lead {
    width: min(830px, 100%);
    margin: 0 auto 32px;
    color: #d8dbe2;
    font-size: 1.08rem;
    text-align: center;
}

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

.receipts-grid article {
    min-height: 230px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
}

.receipts-grid span {
    display: block;
    margin-bottom: 34px;
    color: var(--acid);
    font-weight: 900;
}

.receipts-grid p {
    color: var(--muted);
}

.receipts-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-top: 8px;
    padding: 0 12px;
    border: 1px solid rgba(199, 255, 65, 0.36);
    border-radius: 8px;
    color: var(--acid);
    font-size: 0.88rem;
    font-weight: 900;
}

.docs-section {
    background:
        linear-gradient(100deg, rgba(199, 255, 65, 0.14), transparent 38%),
        #10130d;
}

.docs-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.docs-panel h2,
.telegram-section h2 {
    font-size: clamp(2.2rem, 6vw, 5.4rem);
}

.docs-panel p {
    width: min(640px, 100%);
    margin-bottom: 0;
    font-size: 1.08rem;
}

.disclaimer-section {
    background:
        linear-gradient(120deg, rgba(255, 69, 95, 0.12), transparent 44%),
        #0b0d12;
}

.disclaimer-section .section-heading {
    margin-bottom: 0;
}

.telegram-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: var(--acid);
    color: var(--black);
}

.telegram-section .eyebrow {
    color: var(--black);
}

.telegram-section h2 {
    width: min(850px, 100%);
    margin-bottom: 0;
}

.faq-section {
    background: #050609;
}

.faq-list {
    width: min(940px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
}

summary {
    cursor: pointer;
    padding: 22px 24px;
    color: var(--text);
    font-size: 1.06rem;
    font-weight: 900;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    float: right;
    color: var(--acid);
    font-size: 1.3rem;
    line-height: 1;
}

details[open] summary::after {
    content: "-";
}

details p {
    margin: 0;
    padding: 0 24px 24px;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px max(24px, calc((100vw - 1160px) / 2));
    background: #020204;
}

.site-footer div:first-child {
    display: grid;
    gap: 4px;
}

.site-footer span,
.footer-links a {
    color: var(--muted);
}

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

.about-hero {
    min-height: 78vh;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.62fr);
    gap: 48px;
    align-items: center;
    padding: 142px max(24px, calc((100vw - 1160px) / 2)) 78px;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(120deg, rgba(199, 255, 65, 0.13), transparent 34%),
        linear-gradient(300deg, rgba(85, 230, 255, 0.10), transparent 36%),
        #050609;
}

.about-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3.2rem, 8vw, 7rem);
    line-height: 0.9;
}

.about-hero-copy p {
    width: min(760px, 100%);
    color: #d8dbe2;
    font-size: clamp(1.04rem, 1.5vw, 1.24rem);
}

.about-owner-card {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    border: 1px solid rgba(199, 255, 65, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(199, 255, 65, 0.10), rgba(0, 0, 0, 0.22)),
        rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 48px rgba(199, 255, 65, 0.10);
}

.about-owner-card img {
    width: 96px;
    height: 96px;
    margin-bottom: auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    object-fit: cover;
}

.about-owner-card span {
    color: var(--acid);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.about-owner-card strong {
    margin: 8px 0 14px;
    color: var(--text);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    overflow-wrap: anywhere;
}

.about-owner-card p {
    margin-bottom: 0;
    color: var(--muted);
}

.about-facts {
    background: #080a0f;
}

.about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.about-card-grid article {
    min-height: 250px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.about-card-grid span {
    display: block;
    margin-bottom: 70px;
    color: var(--acid);
    font-weight: 900;
}

.about-card-grid p {
    color: var(--muted);
}

.license-strip {
    padding: 46px max(24px, calc((100vw - 1160px) / 2));
    border-bottom: 1px solid var(--line);
    background: var(--acid);
    color: var(--black);
}

.license-strip p {
    width: min(900px, 100%);
    margin: 0;
    font-size: clamp(1.6rem, 4vw, 4rem);
    line-height: 1;
    font-weight: 900;
}

.download-modal[hidden] {
    display: none;
}

.download-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(2, 2, 4, 0.72);
    backdrop-filter: blur(14px);
}

.download-dialog {
    position: relative;
    width: min(560px, 100%);
    padding: 28px;
    border: 1px solid rgba(199, 255, 65, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(140deg, rgba(199, 255, 65, 0.13), transparent 40%),
        #0d1016;
    box-shadow: var(--shadow);
}

.download-dialog h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 5vw, 4rem);
}

.download-dialog p:not(.eyebrow) {
    color: #d8dbe2;
    font-size: 1.05rem;
}

.download-status {
    margin: 14px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(199, 255, 65, 0.20);
    border-radius: 8px;
    background: rgba(199, 255, 65, 0.07);
    color: var(--acid) !important;
    font-size: 0.88rem !important;
    font-weight: 900;
}

.download-dialog strong {
    color: var(--acid);
}

.inline-download {
    color: var(--acid);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.download-close {
    position: absolute;
    top: 14px;
    right: 14px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--muted);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.cursor-star {
    position: fixed;
    left: var(--star-x);
    top: var(--star-y);
    z-index: 90;
    width: var(--star-size);
    height: var(--star-size);
    pointer-events: none;
    border-radius: 2px;
    background: var(--star-color);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
    box-shadow: 0 0 12px var(--star-color);
    animation: cursorStarFall 900ms ease-out forwards;
}

@keyframes cursorStarFall {
    0% {
        opacity: 0.95;
        transform: translate(-50%, -50%) rotate(var(--star-rot)) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--star-drift)), calc(-50% + var(--star-fall))) rotate(calc(var(--star-rot) + 220deg)) scale(0.2);
    }
}

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

    .nav-links {
        display: none;
    }

    .client-shell {
        width: min(700px, calc(100% - 48px));
        top: 112px;
        right: 24px;
        opacity: 0.6;
    }

    .client-shot {
        width: min(760px, calc(100% - 48px));
        top: 116px;
        right: 24px;
        opacity: 0.58;
    }

    .feature-tile strong {
        font-size: 0.78rem;
    }

    .module-row span {
        white-space: normal;
        text-align: right;
    }

    .hero-mark {
        display: none;
    }

    .ticker,
    .plugin-grid,
    .feature-list,
    .receipts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .intro-band,
    .section-heading,
    .comparison-row,
    .about-hero {
        grid-template-columns: 1fr;
    }

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

    .docs-panel,
    .telegram-section,
    .site-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .comparison-row > div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .comparison-row > div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .site-header {
        top: 10px;
        width: calc(100% - 20px);
        height: 58px;
        padding: 8px;
    }

    .brand span {
        display: none;
    }

    .header-actions {
        gap: 8px;
    }

    .nav-download,
    .nav-cta {
        padding: 0 14px;
    }

    .hero {
        min-height: 86vh;
        padding: 116px 20px 54px;
    }

    .client-shell {
        top: 96px;
        right: 12px;
        width: calc(100% - 24px);
        aspect-ratio: 1.02;
        grid-template-columns: 54px 1fr;
        transform: none;
        opacity: 0.38;
    }

    .client-shot {
        top: 98px;
        right: 10px;
        width: calc(100% - 20px);
        aspect-ratio: 16 / 10;
        opacity: 0.34;
        transform: none;
    }

    .client-sidebar {
        gap: 7px;
        padding: 10px 6px;
    }

    .client-logo-mini,
    .rail-item {
        width: 34px;
        height: 30px;
        font-size: 0.52rem;
    }

    .client-logo-mini {
        height: 34px;
    }

    .client-main {
        padding: 10px;
    }

    .window-bar {
        margin-bottom: 8px;
    }

    .window-dots {
        gap: 5px;
    }

    .window-dots span {
        width: 9px;
        height: 9px;
    }

    .window-bar strong {
        font-size: 0.68rem;
    }

    .window-bar em {
        display: none;
    }

    .feature-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .feature-tile {
        min-height: 82px;
        padding: 9px;
        gap: 4px;
    }

    .feature-tile.privacy {
        grid-column: 1 / -1;
        min-height: 72px;
    }

    .feature-tile strong {
        font-size: 0.7rem;
    }

    .feature-tile small,
    .feature-tile span {
        font-size: 0.58rem;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 7px;
    }

    .module-list {
        gap: 5px;
        padding: 9px;
    }

    .module-row {
        min-height: 24px;
        padding: 5px 6px;
    }

    .module-row b,
    .module-row span {
        font-size: 0.58rem;
    }

    .module-list .module-row:nth-of-type(n+5),
    .diagnostic-panel {
        display: none;
    }

    h1 {
        font-size: 3.55rem;
    }

    .hero-actions,
    .footer-links {
        width: 100%;
    }

    .button {
        width: 100%;
    }

    .ticker,
    .plugin-grid,
    .feature-list,
    .plugin-list,
    .receipts-grid,
    .about-card-grid {
        grid-template-columns: 1fr;
    }

    .about-hero {
        min-height: auto;
        padding: 116px 20px 70px;
    }

    .about-owner-card {
        min-height: 300px;
    }

    .ticker div {
        min-height: 94px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .ticker div:last-child {
        border-bottom: 0;
    }

    .section {
        padding: 72px 20px;
    }

    .plugin-column,
    .feature-list article {
        padding: 20px;
    }

    .feature-list span {
        margin-bottom: 36px;
    }

    summary {
        padding: 20px;
    }

    details p {
        padding: 0 20px 20px;
    }
}

@media (max-width: 380px) {
    h1 {
        font-size: 3.15rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .client-shell,
    .client-shot {
        animation: floatShell 7s ease-in-out infinite;
    }

    .hero-mark {
        animation: pulseMark 5.6s ease-in-out infinite;
    }

    @keyframes floatShell {
        0%,
        100% {
            translate: 0 0;
        }
        50% {
            translate: 0 -12px;
        }
    }

    @keyframes pulseMark {
        0%,
        100% {
            opacity: 0.18;
        }
        50% {
            opacity: 0.34;
        }
    }
}
