* { box-sizing: border-box; }

:root {
    --bg: #0b0e12;
    --bg-soft: #10141a;
    --sidebar: #0f1318;
    --panel: #141920;
    --panel-soft: #181e26;
    --panel-hover: #1b222c;
    --border: rgba(255,255,255,.07);
    --border-strong: rgba(255,255,255,.12);
    --text: #f2f4f7;
    --muted: #9098a5;
    --muted-2: #66707e;
    --accent: #4f83ff;
    --accent-2: #715cff;
    --accent-soft: rgba(79,131,255,.13);
    --accent-border: rgba(79,131,255,.28);
    --green: #58c995;
    --green-soft: rgba(88,201,149,.11);
    --yellow: #d8ad62;
    --yellow-soft: rgba(216,173,98,.11);
    --red: #e36d72;
    --red-soft: rgba(227,109,114,.11);
    --purple: #9e87e7;
    --purple-soft: rgba(158,135,231,.11);
    --shadow: 0 24px 70px rgba(0,0,0,.36);
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.page-grid {
    position: fixed;
    inset: 0;
    z-index: -4;
    pointer-events: none;
    opacity: .18;
    background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 75%);
}
.ambient {
    position: fixed;
    z-index: -3;
    pointer-events: none;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(2px);
}
.ambient-a { top: -220px; right: -120px; background: radial-gradient(circle, rgba(79,131,255,.12), transparent 68%); }
.ambient-b { top: 420px; left: -310px; background: radial-gradient(circle, rgba(113,92,255,.07), transparent 68%); }

.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 112px 0; }
.section-kicker { display: block; color: #70809a; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 72px;
    border-bottom: 1px solid transparent;
    transition: background .18s ease, border-color .18s ease, backdrop-filter .18s ease;
}
.site-header.scrolled { background: rgba(11,14,18,.9); border-color: var(--border); backdrop-filter: blur(18px); }
.nav-wrap { height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { font-size: 13px; font-weight: 720; }
.brand-copy span { color: var(--muted-2); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a, .ghost-link { color: var(--muted); font-size: 11px; font-weight: 620; transition: color .14s ease; }
.desktop-nav a:hover, .ghost-link:hover { color: #eef2f8; }
.nav-actions { display: flex; align-items: center; gap: 14px; }

.button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 7px;
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    box-shadow: 0 10px 32px rgba(79,131,255,.14);
    transition: transform .14s ease, filter .14s ease, background .14s ease, border-color .14s ease;
}
.button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.button-small { min-height: 34px; padding: 0 12px; font-size: 9px; }
.button-secondary { background: #151a21; border-color: var(--border-strong); color: #c7ced8; box-shadow: none; }
.button-secondary:hover { background: #1a2028; border-color: rgba(255,255,255,.17); color: #fff; }
.button.full { width: 100%; min-height: 43px; }

.mobile-menu { display: none; width: 36px; height: 36px; padding: 8px; border: 1px solid var(--border); border-radius: 7px; background: #12171d; }
.mobile-menu span { display: block; height: 1px; margin: 4px 0; background: #cbd3de; transition: .15s ease; }
.mobile-nav { display: none; padding: 8px 24px 18px; border-top: 1px solid var(--border); background: rgba(11,14,18,.98); }
.mobile-nav a { display: block; padding: 12px 0; color: #c5ccd6; font-size: 11px; }

.hero { min-height: 860px; display: flex; align-items: center; padding-top: 150px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 58px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 6px 9px; border: 1px solid var(--border); border-radius: 6px; background: rgba(255,255,255,.018); color: #9ca6b4; font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.status-dot, .server-led, .status-badge i, .sync-chip i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(88,201,149,.09); }
.hero h1, .section-heading h2, .protection-copy h2, .pricing-heading h2, .faq-heading h2, .final-cta h2 { margin: 0; letter-spacing: -.05em; font-weight: 690; }
.hero h1 { max-width: 620px; font-size: clamp(50px, 6vw, 76px); line-height: .99; }
.hero h1 span, .section-heading h2 span, .protection-copy h2 span, .pricing-heading h2 span, .final-cta h2 span { color: #818b99; }
.hero-text { max-width: 590px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-status-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 570px; margin-top: 38px; }
.hero-status-item { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--border); border-radius: 8px; background: rgba(20,25,32,.66); }
.mini-icon { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--accent-border); border-radius: 7px; background: var(--accent-soft); color: #9ab4ff; font-size: 10px; }
.shield-icon { color: #8fd9b6; background: var(--green-soft); border-color: rgba(88,201,149,.18); }
.hero-status-item div { display: flex; flex-direction: column; gap: 3px; }
.hero-status-item strong { font-size: 9px; }
.hero-status-item small { color: var(--muted-2); font-size: 8px; }

.hero-panel { position: relative; min-width: 0; }
.app-window { min-height: 525px; display: grid; grid-template-columns: 178px minmax(0,1fr); overflow: hidden; border: 1px solid var(--border-strong); border-radius: 12px; background: #0e1217; box-shadow: var(--shadow); }
.panel-sidebar { min-width: 0; display: flex; flex-direction: column; padding: 14px 10px 12px; border-right: 1px solid var(--border); background: var(--sidebar); }
.panel-brand { height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 6px; }
.panel-brand img { width: 28px; height: 28px; object-fit: contain; }
.panel-brand div { display: flex; flex-direction: column; gap: 2px; }
.panel-brand strong { font-size: 10px; }
.panel-brand span { color: var(--muted-2); font-size: 7px; }
.server-switcher-demo { margin: 12px 0 12px; }
.server-switcher-demo > small { display: block; padding: 0 6px 6px; color: var(--muted-2); font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.server-switcher-card { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 7px 8px; border: 1px solid var(--border); border-radius: 7px; background: #12171d; }
.server-switcher-card div { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.server-switcher-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 7px; }
.server-switcher-card small { color: var(--muted-2); font-size: 6px; }
.chevron { color: var(--muted-2); font-size: 8px; }
.panel-nav { display: grid; gap: 2px; }
.panel-nav-item { min-height: 31px; display: flex; align-items: center; gap: 8px; padding: 0 8px; border-radius: 6px; color: #7d8795; font-size: 7px; font-weight: 620; }
.panel-nav-item > span { width: 12px; text-align: center; color: #77869b; }
.panel-nav-item b { margin-left: auto; min-width: 16px; padding: 2px 5px; border-radius: 99px; background: var(--red-soft); color: #e99599; font-size: 6px; text-align: center; }
.panel-nav-item b.blue-count { background: var(--accent-soft); color: #9eb6ff; }
.panel-nav-item.active { background: var(--accent-soft); color: #e0e8ff; }
.panel-nav-separator { height: 1px; margin: 7px 7px; background: var(--border); }
.panel-sidebar-footer { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 10px 6px 0; border-top: 1px solid var(--border); }
.panel-sidebar-footer div { display: flex; flex-direction: column; gap: 2px; }
.panel-sidebar-footer strong { font-size: 7px; }
.panel-sidebar-footer small { color: var(--muted-2); font-size: 6px; }
.panel-main { min-width: 0; background: #0b0e12; }
.panel-topbar { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--border); background: rgba(11,14,18,.96); }
.panel-topbar > div:first-child { display: flex; flex-direction: column; gap: 2px; }
.panel-topbar small { color: var(--muted-2); font-size: 6px; letter-spacing: .09em; }
.panel-topbar strong { font-size: 10px; }
.panel-top-actions { display: flex; align-items: center; gap: 8px; }
.sync-chip { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 6px; }
.user-avatar { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 7px; background: #1a2029; color: #c9d4f1; font-size: 7px; font-weight: 800; }
.panel-content { padding: 17px; }
.panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.panel-heading h3 { margin: 5px 0 3px; font-size: 16px; letter-spacing: -.04em; }
.panel-heading p { margin: 0; color: var(--muted); font-size: 7px; }
.status-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 7px; border-radius: 5px; background: var(--green-soft); color: #82d8b0; font-size: 6px; font-weight: 750; }
.stats-grid-demo { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; margin-bottom: 8px; }
.stat-card-demo { min-height: 76px; padding: 10px; border: 1px solid var(--border); border-radius: 7px; background: var(--panel); }
.stat-card-demo > span { display: block; color: #aab2bd; font-size: 6px; }
.stat-card-demo strong { display: block; margin: 10px 0 5px; font-size: 17px; letter-spacing: -.04em; }
.stat-card-demo strong.text-stat { margin-top: 12px; color: #84d7b0; font-size: 11px; letter-spacing: -.01em; }
.stat-card-demo small { color: var(--muted-2); font-size: 6px; }
.panel-card-demo { overflow: hidden; border: 1px solid var(--border); border-radius: 7px; background: var(--panel); }
.panel-card-header { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-bottom: 1px solid var(--border); }
.panel-card-header > div { display: flex; flex-direction: column; gap: 3px; }
.panel-card-header strong { font-size: 8px; }
.panel-card-header small { color: var(--muted-2); font-size: 6px; }
.panel-card-header > span { color: #8fa9ef; font-size: 6px; }
.panel-card-header.big { min-height: 75px; padding: 16px; }
.panel-card-header.big strong { font-size: 15px; }
.detection-row { min-height: 47px; display: grid; grid-template-columns: 26px 70px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 0 12px; border-bottom: 1px solid var(--border); }
.detection-row:last-child { border-bottom: 0; }
.avatar-demo { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 6px; background: #1a2029; color: #cbd5ed; font-size: 6px; font-weight: 800; }
.player-demo, .detect-demo { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.player-demo strong, .detect-demo strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 7px; }
.player-demo small, .detect-demo small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted-2); font-size: 6px; }
.severity { display: inline-flex; align-items: center; justify-content: center; padding: 3px 5px; border-radius: 4px; font-size: 6px; font-weight: 800; }
.severity.critical, .severity.high { background: var(--red-soft); color: #ee979b; }
.severity.medium { background: var(--yellow-soft); color: #dfbd83; }
.panel-float { position: absolute; z-index: 6; display: flex; align-items: center; gap: 9px; min-width: 190px; padding: 10px 12px; border: 1px solid var(--border-strong); border-radius: 8px; background: rgba(20,25,32,.96); box-shadow: 0 18px 40px rgba(0,0,0,.34); }
.panel-float-left { left: -38px; bottom: 48px; }
.panel-float-right { right: -26px; top: 72px; }
.float-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; font-size: 9px; font-weight: 800; }
.float-icon.alert { background: var(--red-soft); color: #ed9095; }
.float-icon.check { background: var(--green-soft); color: #83d9b1; }
.panel-float div { display: flex; flex-direction: column; gap: 3px; }
.panel-float strong { font-size: 8px; }
.panel-float small { color: var(--muted-2); font-size: 6px; }

.metrics-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(16,20,26,.65); }
.metrics-grid { min-height: 92px; display: grid; grid-template-columns: repeat(5,1fr); }
.metrics-grid div { display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 18px; border-right: 1px solid var(--border); }
.metrics-grid div:first-child { border-left: 1px solid var(--border); }
.metrics-grid strong { font-size: 11px; }
.metrics-grid span { color: var(--muted-2); font-size: 8px; }

.section-heading, .pricing-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading h2, .pricing-heading h2, .protection-copy h2, .faq-heading h2, .final-cta h2 { margin-top: 10px; font-size: clamp(35px, 4.2vw, 54px); line-height: 1.04; }
.section-heading p, .pricing-heading p, .protection-copy > p, .faq-heading p, .final-cta p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.feature-card { min-height: 290px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--border); border-radius: 10px; background: var(--panel); transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.feature-card:hover { transform: translateY(-2px); border-color: var(--border-strong); background: #161c24; }
.feature-wide { grid-column: span 2; min-height: 320px; }
.feature-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.feature-glyph { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--accent-border); border-radius: 8px; background: var(--accent-soft); color: #9bb4ff; font-size: 12px; }
.feature-tag { color: var(--muted-2); font-size: 7px; font-weight: 800; letter-spacing: .09em; }
.feature-card h3 { margin: 22px 0 9px; font-size: 18px; letter-spacing: -.025em; }
.feature-card > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.feature-preview { margin-top: auto; border: 1px solid var(--border); border-radius: 8px; background: #10151b; overflow: hidden; }
.config-preview > div { min-height: 44px; display: grid; grid-template-columns: 1fr auto 34px; align-items: center; gap: 10px; padding: 0 12px; border-bottom: 1px solid var(--border); color: #b7bec8; font-size: 8px; }
.config-preview > div:last-child { border-bottom: 0; }
.config-preview span { display: flex; align-items: center; gap: 8px; }
.config-preview b { padding: 3px 5px; border-radius: 4px; background: rgba(255,255,255,.04); color: var(--muted); font-size: 6px; }
.rule-dot { width: 6px; height: 6px; border-radius: 50%; background: #59616d; }
.rule-dot.blue { background: var(--accent); }.rule-dot.purple { background: var(--purple); }
.toggle-demo { position: relative; width: 28px; height: 15px; display: inline-block; border-radius: 99px; background: #29313c; }
.toggle-demo::after { content: ""; position: absolute; width: 11px; height: 11px; top: 2px; left: 2px; border-radius: 50%; background: #8d97a5; transition: .14s ease; }
.toggle-demo.active { background: rgba(79,131,255,.38); }.toggle-demo.active::after { left: 15px; background: #8babff; }
.mini-case { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: 5px 10px; padding: 14px; border: 1px solid var(--border); border-radius: 8px; background: #10151b; }
.mini-case span { color: #91adff; font-size: 8px; font-weight: 700; }.mini-case strong { color: #ed9397; font-size: 8px; }.mini-case small { grid-column: 1 / -1; color: var(--muted-2); font-size: 7px; }
.mini-map { position: relative; min-height: 100px; margin-top: auto; overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005)), #10151b; box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.mini-map-svg { display: block; width: 100%; height: 100%; min-height: 100px; }
.map-marker { position: absolute; width: 10px; height: 10px; border: 2px solid #0f141a; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(79,131,255,.14); }
.marker-a { left: 31%; top: 62%; }
.marker-b { left: 68%; top: 28%; }
.map-marker.staff { left: 53%; top: 71%; background: var(--purple); box-shadow: 0 0 0 4px rgba(158,135,231,.16); }
.webhook-demo { margin-top: auto; display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--border); border-radius: 8px; background: #10151b; }.discord-dot { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: rgba(88,101,242,.15); }.discord-dot::after { content: "↗"; color: #a7adff; font-size: 10px; }.webhook-demo div { display: flex; flex-direction: column; gap: 3px; }.webhook-demo strong { font-size: 8px; }.webhook-demo small { color: var(--muted-2); font-size: 7px; }
.permission-demo { margin-top: auto; display: flex; flex-wrap: wrap; gap: 6px; padding-top: 18px; }.permission-demo span { width: 100%; color: #cfd5de; font-size: 8px; font-weight: 700; }.permission-demo i { padding: 4px 7px; border: 1px solid var(--accent-border); border-radius: 5px; background: var(--accent-soft); color: #a8bcff; font-size: 7px; font-style: normal; }

.protection-section { background: linear-gradient(180deg, transparent, rgba(16,20,26,.4), transparent); }
.protection-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 68px; }
.protection-copy > p { max-width: 550px; margin-top: 20px; }
.protection-points { display: grid; gap: 10px; margin-top: 28px; }
.protection-points > div { display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--border); border-radius: 8px; background: rgba(20,25,32,.58); }
.point-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: var(--green-soft); color: #84d7b1; font-size: 9px; }.protection-points div div { display: flex; flex-direction: column; gap: 3px; }.protection-points strong { font-size: 9px; }.protection-points small { color: var(--muted-2); font-size: 8px; }
.protection-panel { overflow: hidden; border: 1px solid var(--border-strong); border-radius: 10px; background: var(--panel); box-shadow: var(--shadow); }
.rule-list { padding: 4px 0; }
.rule-row { min-height: 63px; display: grid; grid-template-columns: 1fr auto 36px; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid var(--border); }.rule-row:last-child { border-bottom: 0; }.rule-row > div { display: flex; align-items: center; gap: 10px; }.rule-row > div > span:last-child { display: flex; flex-direction: column; gap: 3px; }.rule-row strong { font-size: 9px; }.rule-row small { color: var(--muted-2); font-size: 7px; }.rule-shield { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--accent-border); border-radius: 7px; background: var(--accent-soft); color: #9db6ff; }.rule-shield.muted { border-color: var(--border); background: #171d24; color: var(--muted-2); }
.action-pill { padding: 4px 7px; border-radius: 5px; background: rgba(125,142,166,.1); color: #aab5c4; font-size: 7px; font-weight: 750; }.action-pill.ban { background: var(--red-soft); color: #ed969a; }.action-pill.kick { background: var(--yellow-soft); color: #e0bd83; }.action-pill.muted { opacity: .65; }

.workflow-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(16,20,26,.55); }
.workflow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.workflow-card { min-height: 175px; display: flex; gap: 18px; padding: 22px; border: 1px solid var(--border); border-radius: 10px; background: var(--panel); }.workflow-card > span { color: #6f83ad; font-size: 10px; font-weight: 800; letter-spacing: .08em; }.workflow-card div { display: flex; flex-direction: column; gap: 9px; }.workflow-card strong { font-size: 14px; }.workflow-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }

.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.price-card { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--border); border-radius: 10px; background: var(--panel); }
.price-card.featured { border-color: var(--accent-border); box-shadow: 0 24px 60px rgba(25,56,130,.14); }
.popular-badge { position: absolute; top: 13px; right: 13px; padding: 4px 7px; border-radius: 5px; background: var(--accent-soft); color: #a7bbff; font-size: 7px; font-weight: 800; letter-spacing: .06em; }
.price-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }.price-label { color: #7182a2; font-size: 8px; font-weight: 800; letter-spacing: .1em; }.price-card h3 { margin: 8px 0 6px; font-size: 20px; letter-spacing: -.03em; }.price-card-head p { margin: 0; color: var(--muted); font-size: 10px; }.server-limit { padding: 5px 7px; border: 1px solid var(--border); border-radius: 5px; color: var(--muted); font-size: 7px; font-weight: 800; white-space: nowrap; }.server-limit.accent { border-color: var(--accent-border); background: var(--accent-soft); color: #a7bbff; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 34px 0 25px; }.price strong { font-size: 38px; letter-spacing: -.05em; }.price span { color: var(--muted-2); font-size: 10px; }
.price-card ul { display: grid; gap: 12px; margin: 0 0 28px; padding: 22px 0 0; border-top: 1px solid var(--border); list-style: none; }.price-card li { display: flex; align-items: center; gap: 9px; color: #b6bec9; font-size: 10px; }.price-card li span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; background: var(--green-soft); color: #83d8b0; font-size: 7px; }.price-card .button { margin-top: auto; }
.checkout-note { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 14px 16px; border: 1px solid var(--border); border-radius: 9px; background: rgba(20,25,32,.72); }.lock-glyph { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--accent-border); border-radius: 7px; background: var(--accent-soft); color: #a4b9ff; }.checkout-note div { display: flex; flex-direction: column; gap: 3px; }.checkout-note strong { font-size: 9px; }.checkout-note small { color: var(--muted-2); font-size: 8px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }.faq-heading p { max-width: 370px; margin-top: 18px; }.faq-list { overflow: hidden; border: 1px solid var(--border); border-radius: 10px; background: var(--panel); }.faq-list details { border-bottom: 1px solid var(--border); }.faq-list details:last-child { border-bottom: 0; }.faq-list summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; cursor: pointer; list-style: none; color: #dce1e8; font-size: 10px; font-weight: 650; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--muted-2); font-size: 15px; transition: transform .15s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: 10px; line-height: 1.75; }

.final-cta-section { padding-top: 45px; }.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 34px; border: 1px solid var(--accent-border); border-radius: 12px; background: radial-gradient(circle at 85% 20%, rgba(79,131,255,.10), transparent 36%), var(--panel); }.final-cta h2 { font-size: clamp(30px, 3.6vw, 47px); }.final-cta p { margin-top: 13px; }.cta-actions { display: flex; flex-wrap: wrap; gap: 8px; min-width: max-content; }

footer { padding: 55px 0 24px; border-top: 1px solid var(--border); background: #090c10; }.footer-main { display: flex; justify-content: space-between; gap: 50px; }.footer-brand p { max-width: 340px; margin: 16px 0 0; color: var(--muted-2); font-size: 9px; line-height: 1.7; }.footer-links { display: flex; gap: 80px; }.footer-links div { display: flex; flex-direction: column; gap: 10px; }.footer-links strong { margin-bottom: 3px; color: #d9dee6; font-size: 9px; }.footer-links a { color: var(--muted-2); font-size: 9px; }.footer-links a:hover { color: #d8dee8; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--border); color: #596270; font-size: 8px; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }.reveal.visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .08s; }

@media (max-width: 1080px) {
    .hero-grid { grid-template-columns: 1fr; gap: 62px; }
    .hero-copy { max-width: 760px; }
    .hero-panel { max-width: 850px; }
    .panel-float-left { left: 18px; }.panel-float-right { right: 18px; }
    .protection-grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 30px, 1200px); }
    .desktop-nav, .ghost-link { display: none; }
    .nav-actions { margin-left: auto; }.mobile-menu { display: block; }.mobile-nav.open { display: block; }
    .section { padding: 84px 0; }.hero { min-height: auto; padding-top: 132px; padding-bottom: 90px; }
    .hero-status-row, .section-heading, .pricing-heading, .faq-grid { grid-template-columns: 1fr; }
    .section-heading, .pricing-heading { gap: 18px; }
    .feature-grid, .pricing-grid, .workflow-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; }
    .metrics-grid { grid-template-columns: repeat(2,1fr); }.metrics-grid div { min-height: 72px; border-bottom: 1px solid var(--border); }.metrics-grid div:first-child { border-left: 0; }
    .app-window { grid-template-columns: 135px minmax(0,1fr); }.panel-sidebar { padding-inline: 7px; }.stats-grid-demo { grid-template-columns: repeat(2,1fr); }.detection-row { grid-template-columns: 24px 58px minmax(0,1fr); }.detection-row .severity { display: none; }
    .footer-main, .footer-bottom, .final-cta { flex-direction: column; align-items: flex-start; }.cta-actions { min-width: 0; }.footer-links { gap: 48px; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 22px, 1200px); }
    .nav-wrap { height: 66px; }.site-header { height: 66px; }.brand-copy span { display: none; }.nav-actions .button-small { display: none; }
    .hero h1 { font-size: 44px; }.hero-status-row { grid-template-columns: 1fr; }
    .hero-panel { margin-inline: -5px; }.app-window { grid-template-columns: 1fr; min-height: 470px; }.panel-sidebar { display: none; }.panel-content { padding: 12px; }.panel-float { display: none; }.panel-topbar { padding: 0 12px; }.panel-heading { align-items: center; }.stats-grid-demo { gap: 5px; }.stat-card-demo { padding: 8px; }.detection-row { grid-template-columns: 23px 52px minmax(0,1fr); gap: 6px; padding: 0 8px; }
    .metrics-grid { grid-template-columns: 1fr 1fr; }.metrics-grid div { padding: 0 12px; }.metrics-grid div:last-child { grid-column: 1 / -1; }
    .feature-card, .price-card { padding: 18px; }.workflow-card { padding: 18px; }
    .protection-points > div { align-items: flex-start; }.rule-row { grid-template-columns: 1fr auto; padding: 0 12px; }.rule-row > em { display: none; }
    .price-card-head { flex-direction: column; }.popular-badge { top: 18px; right: 18px; }.price { margin-top: 28px; }
    .checkout-note { align-items: flex-start; }.final-cta { padding: 24px; }.cta-actions { width: 100%; }.cta-actions .button { width: 100%; }
    .footer-links { width: 100%; justify-content: space-between; gap: 24px; }.footer-bottom { line-height: 1.7; }
}

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


/* Polished icon system */
.icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}
.icon {
    width: 1em;
    height: 1em;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}
.icon-button { width: 15px; height: 15px; flex: 0 0 auto; }
.button { gap: 8px; }

.mini-icon,
.feature-glyph,
.point-icon,
.rule-shield,
.float-icon,
.lock-glyph,
.discord-dot {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.mini-icon::before,
.feature-glyph::before,
.point-icon::before,
.rule-shield::before,
.float-icon::before,
.lock-glyph::before,
.discord-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.08), transparent 55%);
    pointer-events: none;
}
.mini-icon .icon { width: 15px; height: 15px; }
.feature-glyph { width: 38px; height: 38px; border-radius: 10px; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.feature-glyph .icon { width: 17px; height: 17px; }
.point-icon .icon,
.rule-shield .icon,
.float-icon .icon,
.lock-glyph .icon,
.discord-dot .icon { width: 15px; height: 15px; }

.panel-nav-item > span {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: #728096;
}
.panel-nav-item > span .icon { width: 11px; height: 11px; }
.panel-nav-item.active > span {
    background: rgba(79,131,255,.11);
    color: #9db6ff;
}
.panel-nav-item.active {
    box-shadow: inset 2px 0 0 rgba(79,131,255,.82);
}
.chevron { display: grid; place-items: center; color: #657084; }
.chevron .icon { width: 9px; height: 9px; }

.discord-dot {
    color: #aab2ff;
    border: 1px solid rgba(88,101,242,.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.discord-dot::after { content: none !important; }
.discord-button { color: #c5c9ff; }

.price-card li > span {
    border: 1px solid rgba(88,201,149,.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.price-card li > span .icon { width: 11px; height: 11px; }

.faq-toggle {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1px solid var(--border);
    border-radius: 5px;
    background: #10151b;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    border-radius: 99px;
    background: #7f8997;
    transform: translate(-50%, -50%);
    transition: transform .18s ease, background .18s ease;
}
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] .faq-toggle {
    border-color: var(--accent-border);
    background: var(--accent-soft);
}
.faq-list details[open] .faq-toggle::before,
.faq-list details[open] .faq-toggle::after { background: #9eb6ff; }
.faq-list details[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-list details[open] summary .faq-toggle { transform: none; }

.footer-links { gap: 58px; }
.footer-links a[data-discord-link] { color: #9eabff; }
.footer-links a[data-discord-link]:hover { color: #c1c9ff; }

@media (max-width: 820px) {
    .footer-links { flex-wrap: wrap; }
}
