:root {
  --bg: #06100a;
  --bg-soft: #0a1710;
  --surface: #0d1d14;
  --surface-2: #11271b;
  --surface-light: #f5f8f5;
  --line: rgba(255,255,255,.09);
  --line-light: rgba(8,25,14,.11);
  --text: #f4f8f5;
  --muted: #9fb1a5;
  --dark: #07100b;
  --green: #15ee4d;
  --green-2: #42ff75;
  --green-deep: #09b839;
  --lime: #b7ff45;
  --danger: #ff6d74;
  --shadow: 0 28px 80px rgba(0,0,0,.36);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(21,238,77,.09), transparent 25%),
    linear-gradient(180deg, #07110b 0%, #06100a 42%, #08130d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }

.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(110px); pointer-events: none; opacity: .22; }
.ambient-one { width: 480px; height: 480px; background: #0cff48; top: 10%; left: -280px; }
.ambient-two { width: 420px; height: 420px; background: #79ff9a; right: -280px; top: 56%; opacity: .1; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 16px 0;
  transition: .25s ease;
}
.site-header.scrolled { background: rgba(5,14,9,.78); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); padding: 10px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 54px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 44px; height: 44px; border-radius: 13px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 0 26px rgba(21,238,77,.15); flex: none; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.04; }
.brand-copy strong { font-size: 18px; letter-spacing: -.3px; }
.brand-copy small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1.8px; margin-top: 5px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: #c4d0c8; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { border: 0; border-radius: 13px; min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #041008; background: linear-gradient(135deg, var(--green-2), var(--green)); box-shadow: 0 12px 32px rgba(21,238,77,.17), inset 0 1px 0 rgba(255,255,255,.45); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(21,238,77,.26), inset 0 1px 0 rgba(255,255,255,.45); }
.button-ghost { color: #e5ede8; border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.button-secondary { color: #eef4f0; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.button-large { min-height: 54px; padding-inline: 24px; border-radius: 16px; font-size: 15px; }
.button-light { background: #fff; color: #07100b; }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.button-disabled { width: 100%; color: #6d7b72; background: #dce4de; cursor: not-allowed; }
.button-disabled:hover { transform: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle span { width: 19px; height: 2px; background: #fff; border-radius: 2px; transition: .2s ease; }
.mobile-menu { display: none; }

.hero { min-height: 820px; padding-top: 168px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 20%, transparent 90%); }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: 1.35px; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(21,238,77,.55); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(21,238,77,.55); } 70% { box-shadow: 0 0 0 10px rgba(21,238,77,0); } 100% { box-shadow: 0 0 0 0 rgba(21,238,77,0); } }
.hero h1 { margin: 23px 0 24px; max-width: 760px; font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -4.8px; font-weight: 850; }
.hero h1 span { color: var(--green-2); text-shadow: 0 0 36px rgba(21,238,77,.11); }
.hero-lead { max-width: 640px; margin: 0; color: #afbeb4; font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 27px; color: #aab8af; font-size: 13px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: rgba(21,238,77,.13); color: var(--green-2); font-size: 10px; font-style: normal; }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-card { position: relative; z-index: 2; width: min(100%, 570px); border: 1px solid rgba(255,255,255,.12); border-radius: 31px; background: linear-gradient(160deg, rgba(20,45,30,.92), rgba(7,18,11,.95)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08); overflow: hidden; transform: rotate(1.2deg); }
.hero-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.045), transparent 62%); }
.hero-card-top { height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.status-badge { display: inline-flex; align-items: center; gap: 8px; color: #dfffe8; font-size: 12px; font-weight: 750; padding: 7px 11px; border-radius: 999px; background: rgba(21,238,77,.1); border: 1px solid rgba(21,238,77,.16); }
.status-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.18); }
.hero-card-body { padding: 30px; }
.logo-stage { position: relative; height: 296px; display: grid; place-items: center; border-radius: 24px; background: radial-gradient(circle, rgba(21,238,77,.18), rgba(21,238,77,.035) 52%, transparent 75%); overflow: hidden; }
.logo-stage::before { content: ""; position: absolute; width: 86%; height: 86%; border: 1px solid rgba(21,238,77,.12); border-radius: 50%; }
.logo-stage::after { content: ""; position: absolute; width: 62%; height: 62%; border: 1px solid rgba(21,238,77,.12); border-radius: 50%; }
.logo-stage img { width: 258px; height: 258px; object-fit: cover; border-radius: 58px; position: relative; z-index: 1; box-shadow: 0 20px 55px rgba(0,0,0,.3), 0 0 36px rgba(21,238,77,.14); }
.logo-glow { position: absolute; width: 150px; height: 150px; border-radius: 50%; background: var(--green); filter: blur(100px); opacity: .2; }
.security-feed { display: grid; gap: 10px; margin-top: 18px; }
.feed-item { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 11px; padding: 12px; border-radius: 15px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.feed-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.07); color: #cad7ce; font-weight: 800; }
.feed-ok .feed-icon { background: rgba(21,238,77,.13); color: var(--green-2); }
.feed-item div:nth-child(2) { display: grid; gap: 3px; }
.feed-item strong { font-size: 12px; }
.feed-item span { color: #8fa197; font-size: 10px; }
.feed-item small { color: #72847a; font-size: 9px; }
.security-orbit { position: absolute; border: 1px solid rgba(21,238,77,.12); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; }
.orbit-two { width: 480px; height: 480px; border-style: dashed; animation: spin 32s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 14px; color: #c5d3ca; font-size: 11px; font-weight: 700; background: rgba(12,29,19,.9); border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.floating-chip span { color: var(--green-2); font-size: 14px; }
.chip-left { left: -12px; top: 116px; transform: rotate(-4deg); }
.chip-right { right: -10px; bottom: 92px; transform: rotate(4deg); }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.016); }
.proof-track { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 25px; color: #84968a; font-size: 12px; font-weight: 780; text-transform: uppercase; letter-spacing: 1.2px; }
.proof-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); opacity: .6; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.narrow { max-width: 690px; margin-inline: auto; text-align: center; }
.section-heading h2, .protection-copy h2, .faq-intro h2, .premium-copy h2 { margin: 15px 0 16px; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.06; letter-spacing: -2.7px; }
.section-heading p, .protection-copy > p, .faq-intro p, .premium-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 350px; border-radius: var(--radius-lg); padding: 32px; color: #102017; background: #f3f7f4; border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.feature-wide { grid-column: 1 / -1; min-height: 420px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 44px; align-items: center; color: var(--text); background: linear-gradient(135deg, #10291a, #0a1710); }
.feature-copy { max-width: 600px; }
.card-kicker { display: block; margin-bottom: 10px; color: #17983b; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.3px; }
.feature-wide .card-kicker, .feature-dark .card-kicker { color: var(--green-2); }
.feature-card h3 { margin: 0 0 14px; font-size: 29px; letter-spacing: -1px; line-height: 1.12; }
.feature-card p { margin: 0; color: #597065; line-height: 1.67; }
.feature-wide p, .feature-dark p { color: #9bad9f; }
.mini-list { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.mini-list li { position: relative; padding-left: 25px; color: #cad5cd; font-size: 14px; }
.mini-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-2); }
.rule-builder { border-radius: 22px; padding: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.builder-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; margin-bottom: 7px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 750; }
.toggle { width: 42px; height: 24px; padding: 3px; border-radius: 999px; display: inline-flex; background: #cad4cd; }
.toggle i { width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 2px 7px rgba(0,0,0,.2); }
.toggle.active { justify-content: flex-end; background: var(--green); }
.rule-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 52px; color: #92a298; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.rule-row strong { color: #eef5f0; font-size: 12px; }
.green-text { color: var(--green-2) !important; }
.builder-save { margin-top: 16px; text-align: center; padding: 11px; border-radius: 11px; color: var(--green-2); background: rgba(21,238,77,.09); font-size: 11px; font-weight: 800; }
.icon-box { width: 49px; height: 49px; margin-bottom: 34px; display: grid; place-items: center; border-radius: 15px; background: #dff9e7; color: #139137; font-size: 22px; font-weight: 800; }
.metric { position: absolute; inset: auto 30px 28px; display: flex; align-items: baseline; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line-light); }
.metric strong { font-size: 36px; color: #0c2b18; }
.metric span { color: #728279; font-size: 12px; }
.log-lines { position: absolute; inset: auto 30px 30px; display: grid; gap: 8px; }
.log-lines span { height: 11px; border-radius: 999px; background: linear-gradient(90deg, #d0dfd4, #edf2ee); }
.log-lines span:nth-child(1) { width: 94%; }
.log-lines span:nth-child(2) { width: 72%; }
.log-lines span:nth-child(3) { width: 82%; }
.feature-dark { color: var(--text); background: linear-gradient(145deg, #11281b, #0a1710); }
.feature-dark .icon-box { color: var(--green-2); background: rgba(21,238,77,.1); }
.feature-dark::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--green); filter: blur(110px); opacity: .11; right: -50px; bottom: -70px; }

.protection-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.018), transparent); }
.protection-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.check-stack { margin-top: 38px; display: grid; gap: 5px; }
.check-stack > div { display: grid; grid-template-columns: 46px 1fr; column-gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.check-stack > div > span { grid-row: 1 / 3; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: var(--green-2); background: rgba(21,238,77,.09); font-size: 11px; font-weight: 800; }
.check-stack strong { font-size: 15px; }
.check-stack p { margin: 4px 0 0; color: #8fa097; font-size: 13px; }
.shield-monitor { border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: #0c1c13; box-shadow: var(--shadow); overflow: hidden; }
.monitor-head { min-height: 59px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; border-bottom: 1px solid var(--line); color: #b8c7bd; font-size: 12px; font-weight: 750; }
.monitor-head div { display: flex; gap: 6px; }
.monitor-head i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.18); }
.monitor-score { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 22px; padding: 34px; }
.score-ring { width: 165px; height: 165px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at center, #0d2015 56%, transparent 57%), conic-gradient(var(--green) 0 98%, rgba(255,255,255,.08) 98%); box-shadow: 0 0 44px rgba(21,238,77,.08); }
.score-ring strong { font-size: 44px; line-height: 1; }
.score-ring span { margin-top: 6px; color: #8ca095; font-size: 10px; }
.green-label, .online-label { display: inline-flex; width: fit-content; border-radius: 999px; padding: 6px 9px; color: var(--green-2); background: rgba(21,238,77,.09); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.score-copy h3 { margin: 13px 0 7px; font-size: 25px; line-height: 1.15; }
.score-copy p { margin: 0; color: #75877c; font-size: 12px; }
.monitor-modules { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 24px 24px; }
.monitor-modules > div { display: flex; align-items: center; justify-content: space-between; padding: 15px; border-radius: 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.055); font-size: 11px; }
.monitor-modules span { display: inline-flex; align-items: center; gap: 8px; color: #bdcac1; }
.monitor-modules strong { color: #6f8176; font-size: 10px; }
.module-on, .module-idle { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(21,238,77,.7); }
.module-idle { background: #c7ff5c; }

.dashboard-window { border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: #0c1711; overflow: hidden; box-shadow: 0 32px 100px rgba(0,0,0,.38); }
.dashboard-topbar { min-height: 68px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 21px; border-bottom: 1px solid var(--line); }
.dashboard-brand { display: flex; align-items: center; gap: 10px; }
.dashboard-brand img { border-radius: 9px; }
.dashboard-brand strong { font-size: 13px; }
.server-select { min-width: 230px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 13px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: #ccd6cf; font-size: 11px; }
.server-select b { margin-left: auto; color: #708077; }
.server-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.profile-pill { justify-self: end; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #07100b; background: var(--green-2); font-size: 10px; font-weight: 850; }
.dashboard-layout { display: grid; grid-template-columns: 215px 1fr; min-height: 600px; }
.dashboard-sidebar { padding: 22px 14px; border-right: 1px solid var(--line); background: rgba(255,255,255,.015); }
.sidebar-label { display: block; margin: 14px 10px 8px; color: #64776b; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.2px; }
.dashboard-sidebar a { min-height: 40px; padding: 0 11px; display: flex; align-items: center; gap: 10px; border-radius: 11px; color: #84968b; font-size: 11px; font-weight: 650; }
.dashboard-sidebar a i { width: 20px; color: #718176; font-style: normal; }
.dashboard-sidebar a.active { color: #eaffef; background: rgba(21,238,77,.1); }
.dashboard-sidebar a.active i { color: var(--green-2); }
.dashboard-content { padding: 30px; background: #0a140e; }
.dashboard-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dashboard-title span { color: var(--green-2); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.dashboard-title h3 { margin: 5px 0 0; font-size: 22px; }
.dashboard-title button { border: 0; border-radius: 10px; padding: 9px 12px; color: #75a785; background: rgba(255,255,255,.035); font-size: 9px; font-weight: 750; }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.settings-card { padding: 19px; border-radius: 18px; border: 1px solid rgba(255,255,255,.065); background: #101f16; }
.settings-card-wide { grid-column: 1 / -1; }
.settings-card-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 15px; margin-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.06); }
.settings-card-head > div { display: grid; gap: 4px; }
.settings-card-head strong { font-size: 11px; }
.settings-card-head span:not(.toggle):not(.online-label) { color: #718379; font-size: 9px; }
.option-row { min-height: 45px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.045); color: #84958b; font-size: 9px; }
.option-row b { color: #b9c7be; font-size: 9px; }
.field-mock { display: grid; gap: 5px; padding: 11px 12px; margin-top: 10px; border-radius: 11px; border: 1px solid rgba(255,255,255,.06); background: rgba(0,0,0,.12); }
.field-mock small { color: #65766c; font-size: 8px; }
.field-mock strong { font-size: 10px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 17px; }
.stat-row div { display: grid; gap: 5px; padding: 8px 18px; border-right: 1px solid rgba(255,255,255,.06); }
.stat-row div:first-child { padding-left: 0; }
.stat-row div:last-child { border-right: 0; }
.stat-row strong { font-size: 23px; }
.stat-row span { color: #708178; font-size: 9px; }

.workflow-section { padding-top: 70px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 285px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.025); overflow: hidden; }
.step-card > span { position: absolute; right: 22px; top: 17px; color: rgba(255,255,255,.08); font-size: 54px; font-weight: 900; letter-spacing: -3px; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 15px; color: #07100b; background: var(--green-2); font-size: 21px; font-weight: 850; }
.step-card h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.8px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.premium-section { background: #eef5f0; color: #0c1a11; }
.premium-banner { position: relative; min-height: 310px; padding: 52px; border-radius: 30px; color: #fff; background: linear-gradient(122deg, #0d2d19 0%, #0b401d 55%, #087d2b 100%); overflow: hidden; }
.premium-banner::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: -110px; top: -230px; }
.premium-banner::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -30px; top: -150px; }
.premium-copy { position: relative; z-index: 2; max-width: 760px; }
.premium-eyebrow { color: #c7ff5d; }
.premium-copy h2 { max-width: 650px; }
.premium-copy > p { color: rgba(255,255,255,.7); max-width: 730px; }
.temporary-note { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 10px 13px; border-radius: 12px; color: #ddffe6; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); font-size: 12px; }
.temporary-note span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); font-size: 10px; font-weight: 800; }
.premium-spark { position: absolute; right: 80px; bottom: 45px; color: #c8ff5b; font-size: 94px; line-height: 1; text-shadow: 0 0 60px rgba(200,255,91,.25); transform: rotate(10deg); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 20px; }
.price-card { position: relative; padding: 29px; border-radius: 22px; background: #fff; border: 1px solid #d9e5dc; box-shadow: 0 16px 45px rgba(13,40,23,.06); }
.price-featured { border-color: #8ad9a0; box-shadow: 0 18px 48px rgba(15,126,45,.1); }
.popular-label { position: absolute; top: 14px; right: 14px; padding: 6px 9px; border-radius: 999px; color: #087e2a; background: #e2f8e8; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .7px; }
.price-top { display: grid; gap: 19px; padding-bottom: 23px; border-bottom: 1px solid #e5ece7; }
.price-top > span { color: #2e4436; font-size: 13px; font-weight: 800; }
.price-top strong { font-size: 35px; line-height: 1; letter-spacing: -1.5px; }
.price-top small { color: #7e8f84; font-size: 11px; letter-spacing: 0; }
.price-soon { color: #15943a; font-size: 31px !important; }
.price-card ul { min-height: 139px; margin: 22px 0 24px; padding: 0; list-style: none; display: grid; align-content: start; gap: 13px; }
.price-card li { position: relative; padding-left: 23px; color: #52665a; font-size: 13px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #10a53c; font-weight: 900; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.text-link { display: inline-block; margin-top: 24px; color: var(--green-2); font-weight: 750; }
.accordion { display: grid; gap: 10px; }
.accordion-item { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); overflow: hidden; }
.accordion-item button { width: 100%; min-height: 75px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: #eef5f0; background: transparent; text-align: left; cursor: pointer; font-weight: 750; }
.accordion-item button i { color: var(--green-2); font-size: 23px; font-style: normal; font-weight: 400; transition: transform .25s ease; }
.accordion-item.open button i { transform: rotate(45deg); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion-content > p { overflow: hidden; margin: 0; padding: 0 22px; color: #94a49a; font-size: 14px; line-height: 1.7; transition: padding .28s ease; }
.accordion-item.open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.open .accordion-content > p { padding-bottom: 22px; }

.final-cta { padding-top: 58px; }
.cta-card { position: relative; min-height: 330px; padding: 44px; display: grid; grid-template-columns: 150px 1fr auto; gap: 32px; align-items: center; border-radius: 30px; color: #07100b; background: linear-gradient(135deg, #20f457 0%, #5cff82 50%, #baff56 100%); overflow: hidden; }
.cta-grid-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(#07100b 1px, transparent 1px), linear-gradient(90deg, #07100b 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(90deg, transparent, #000); }
.cta-logo, .cta-copy, .cta-actions { position: relative; z-index: 1; }
.cta-logo img { border-radius: 28px; box-shadow: 0 18px 45px rgba(1,55,17,.16); }
.cta-copy > span { font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: 1.4px; }
.cta-copy h2 { margin: 9px 0 10px; max-width: 600px; font-size: clamp(34px, 4vw, 50px); line-height: 1.03; letter-spacing: -2px; }
.cta-copy p { margin: 0; color: rgba(7,16,11,.68); }
.cta-actions { display: grid; gap: 10px; min-width: 235px; }

.site-footer { padding: 56px 0 22px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 50px; }
.footer-brand p { max-width: 270px; color: #75877c; font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 5px; font-size: 12px; }
.footer-links a { color: #7e9085; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 21px; border-top: 1px solid var(--line); color: #5f7166; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .16s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { position: fixed; inset: 82px 20px auto; display: grid; gap: 5px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,17,11,.97); backdrop-filter: blur(18px); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu > a:not(.button) { padding: 12px 10px; border-radius: 10px; color: #bdcbc1; font-size: 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(100%, 690px); margin-inline: auto; }
  .protection-grid { grid-template-columns: 1fr; }
  .protection-copy { max-width: 800px; }
  .dashboard-layout { grid-template-columns: 180px 1fr; }
  .cta-card { grid-template-columns: 120px 1fr; }
  .cta-actions { grid-column: 2; display: flex; min-width: 0; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-links:last-child { grid-column: 2 / 4; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .desktop-only { display: none; }
  .site-header { padding: 10px 0; }
  .mobile-menu { top: 73px; left: 14px; right: 14px; }
  .hero { min-height: auto; padding-top: 128px; }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: clamp(47px, 14vw, 68px); letter-spacing: -3.4px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: 10px; }
  .hero-visual { min-height: 510px; }
  .hero-card { border-radius: 24px; transform: none; }
  .hero-card-body { padding: 19px; }
  .logo-stage { height: 240px; }
  .logo-stage img { width: 205px; height: 205px; border-radius: 45px; }
  .floating-chip { display: none; }
  .orbit-one { width: 490px; height: 490px; }
  .orbit-two { width: 370px; height: 370px; }
  .proof-track { justify-content: flex-start; overflow-x: auto; padding-inline: 8px; scrollbar-width: none; }
  .proof-track::-webkit-scrollbar { display: none; }
  .proof-track span { white-space: nowrap; }
  .section-heading h2, .protection-copy h2, .faq-intro h2, .premium-copy h2 { font-size: 39px; letter-spacing: -1.8px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; padding: 25px; }
  .feature-card { min-height: 310px; padding: 25px; }
  .rule-builder { margin-top: 8px; }
  .monitor-score { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .score-copy { display: grid; justify-items: center; }
  .monitor-modules { grid-template-columns: 1fr; }
  .dashboard-window { overflow-x: auto; }
  .dashboard-topbar, .dashboard-layout { min-width: 810px; }
  .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .premium-banner { padding: 34px 25px; min-height: 390px; }
  .premium-spark { right: 28px; bottom: 22px; font-size: 72px; }
  .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .faq-intro { position: static; }
  .cta-card { grid-template-columns: 1fr; text-align: center; padding: 34px 22px; }
  .cta-logo { width: 112px; margin-inline: auto; }
  .cta-actions { grid-column: auto; display: grid; width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 45px; }
  .hero-card-top { padding-inline: 14px; }
  .status-badge { font-size: 10px; }
  .feed-item { grid-template-columns: 35px 1fr; }
  .feed-item small { display: none; }
  .section-heading h2, .protection-copy h2, .faq-intro h2, .premium-copy h2 { font-size: 34px; }
  .feature-card h3 { font-size: 25px; }
  .monitor-score { padding: 26px 20px; }
  .premium-banner { min-height: 440px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-links:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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