:root {
  --bg: #06100c;
  --bg-soft: #0a1711;
  --panel: rgba(14, 31, 23, 0.78);
  --panel-solid: #0d1c15;
  --line: rgba(148, 180, 161, 0.16);
  --text: #f0f7f2;
  --muted: #9db0a4;
  --accent: #69f29b;
  --accent-strong: #2ce56d;
  --accent-dark: #07150d;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: var(--accent); color: #07110c; transform: translateY(-160%); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(6, 16, 12, 0.76); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color .25s, background .25s; }
.site-header.scrolled { border-color: var(--line); background: rgba(6, 16, 12, 0.93); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(105,242,155,.46); border-radius: 11px; background: linear-gradient(145deg, rgba(105,242,155,.18), rgba(105,242,155,.03)); box-shadow: inset 0 0 25px rgba(105,242,155,.08); color: var(--accent); font-weight: 900; letter-spacing: -.08em; }
.brand-copy { display: grid; line-height: 1.05; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy strong { font-size: 15px; }
.brand-copy span { margin-top: 4px; color: var(--accent); font-size: 9px; letter-spacing: .32em; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: #bed0c4; font-size: 14px; font-weight: 650; }
.primary-nav a:not(.button) { transition: color .2s; }
.primary-nav a:not(.button):hover { color: white; }
.nav-login { padding-left: 28px; border-left: 1px solid var(--line); }
.menu-button { display: none; width: 44px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.03); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 10px; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid var(--accent); border-radius: 10px; background: var(--accent); color: var(--accent-dark); font-size: 14px; font-weight: 850; box-shadow: 0 12px 35px rgba(44,229,109,.13); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #8af7ad; box-shadow: 0 17px 42px rgba(44,229,109,.18); }
.button-small { min-height: 40px; padding-inline: 16px; border-radius: 8px; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.03); color: var(--text); box-shadow: none; }
.button-secondary:hover { background: rgba(255,255,255,.07); }
.button-full { width: 100%; }

.section-grid { position: relative; isolation: isolate; }
.section-grid::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(133,171,149,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(133,171,149,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 94%); }
.hero { min-height: 760px; display: grid; align-items: center; padding: 94px 0 88px; overflow: hidden; }
.hero-layout { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 82px; }
.hero-copy { max-width: 670px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 1px; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.4rem, 6.5vw, 6.45rem); line-height: .94; letter-spacing: -.065em; }
.hero-lead { max-width: 655px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0 0; padding: 0; color: #aebfb4; list-style: none; font-size: 13px; }
.trust-list span { margin-right: 5px; color: var(--accent); font-weight: 900; }
.hero-glow { position: absolute; z-index: -3; border-radius: 50%; filter: blur(20px); pointer-events: none; }
.hero-glow-one { width: 530px; height: 530px; top: 80px; right: -150px; background: radial-gradient(circle, rgba(41,230,106,.15), transparent 68%); }
.hero-glow-two { width: 430px; height: 430px; bottom: -240px; left: 10%; background: radial-gradient(circle, rgba(47,129,84,.13), transparent 68%); }
.hero-card-wrap { position: relative; }
.status-chip { position: absolute; z-index: 3; top: -17px; right: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(105,242,155,.23); border-radius: 999px; background: #0a1711; color: #cfe2d5; font-size: 11px; font-weight: 750; box-shadow: var(--shadow); }
.status-chip span { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 5px rgba(105,242,155,.09), 0 0 14px var(--accent); }
.server-card { position: relative; padding: 28px; border: 1px solid rgba(148,180,161,.18); border-radius: 24px; background: linear-gradient(150deg, rgba(18,40,29,.96), rgba(8,20,14,.94)); box-shadow: var(--shadow); }
.server-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(125deg, rgba(105,242,155,.08), transparent 33%); pointer-events: none; }
.server-card-top { position: relative; display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.server-card small, .panel-title small { display: block; margin-bottom: 5px; color: #7f9587; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.server-card h2 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.server-status { padding: 6px 10px; border: 1px solid rgba(105,242,155,.25); border-radius: 7px; background: rgba(105,242,155,.07); color: var(--accent); font-size: 11px; font-weight: 800; }
.server-metrics { position: relative; display: grid; gap: 17px; padding: 24px 0; }
.server-metrics div { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.server-metrics span { color: #91a497; font-size: 11px; }
.server-metrics strong { color: #d8e4dc; font-size: 11px; }
.server-metrics i { grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.06); }
.server-metrics b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #23cf61, var(--accent)); box-shadow: 0 0 10px rgba(105,242,155,.35); }
.terminal { position: relative; min-height: 146px; padding: 17px; border: 1px solid rgba(255,255,255,.06); border-radius: 12px; background: #050a07; color: #a8b7ae; font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; }
.terminal p { margin-bottom: 8px; }
.terminal span { margin-right: 11px; color: #526258; }
.terminal-success { color: var(--accent); }
.server-actions { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding-top: 18px; }
.server-actions button { min-height: 37px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); color: #b8c8be; font-size: 10px; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(9,22,16,.76); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid div { display: grid; place-items: center; align-content: center; min-height: 116px; padding: 20px; border-right: 1px solid var(--line); text-align: center; }
.proof-grid div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--accent); font-size: 19px; letter-spacing: -.025em; }
.proof-grid span { margin-top: 5px; color: #87998e; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 118px 0; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { margin-inline: 0; text-align: left; }
.section-heading h2, .pricing-copy h2, .platform-copy h2, .cta-card h2 { margin-bottom: 17px; font-size: clamp(2.3rem, 4vw, 4.1rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p, .pricing-copy > p, .platform-copy > p { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(16,35,25,.74), rgba(7,18,12,.72)); transition: transform .25s, border-color .25s, background .25s; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(105,242,155,.26); background: linear-gradient(155deg, rgba(18,41,29,.86), rgba(7,18,12,.78)); }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 28px; border: 1px solid rgba(105,242,155,.22); border-radius: 11px; background: rgba(105,242,155,.06); color: var(--accent); font-family: monospace; font-size: 12px; font-weight: 900; }
.service-card h3 { margin-bottom: 12px; font-size: 1.32rem; }
.service-card p { min-height: 104px; color: var(--muted); font-size: 14px; }
.service-card ul { display: grid; gap: 9px; margin: 23px 0 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; color: #c1d0c6; font-size: 12px; }
.service-card li::before { content: "•"; margin-right: 9px; color: var(--accent); }

.pricing-section { background: #07130e; }
.pricing-section::before { mask-image: radial-gradient(circle at 75% 50%, black, transparent 68%); }
.pricing-layout { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 96px; }
.pricing-copy { max-width: 630px; }
.included-note { margin-top: 30px; padding: 20px 22px; border-left: 2px solid var(--accent); background: rgba(105,242,155,.045); color: #aebfb4; font-size: 13px; }
.included-note strong { color: white; }
.price-card { position: relative; padding: 34px; border: 1px solid rgba(105,242,155,.29); border-radius: 24px; background: linear-gradient(155deg, rgba(20,44,31,.95), rgba(8,19,13,.98)); box-shadow: 0 28px 90px rgba(0,0,0,.35); }
.popular-label { position: absolute; top: -13px; left: 30px; padding: 6px 12px; border-radius: 6px; background: var(--accent); color: #06100b; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.price-head span { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.price-head h3 { margin: 4px 0 0; font-size: 1.55rem; }
.price { white-space: nowrap; font-size: 2.6rem; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.price sup { color: var(--accent); font-size: 1rem; vertical-align: top; }
.price small { margin-left: 5px; color: var(--muted); font-size: 10px; letter-spacing: 0; }
.feature-list { display: grid; gap: 0; margin: 15px 0 26px; padding: 0; list-style: none; }
.feature-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(148,180,161,.09); color: var(--muted); font-size: 12px; }
.feature-list strong { color: #e2ebe5; }
.price-footnote { margin: 13px 0 0; color: #718277; text-align: center; font-size: 9px; }

.platform-layout { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 82px; }
.platform-visual { perspective: 1200px; }
.panel-window { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #0a1510; box-shadow: var(--shadow); transform: rotateY(3deg) rotateX(1deg); }
.window-bar { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 15px; border-bottom: 1px solid var(--line); background: #0d1b14; }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #33463a; }
.window-bar small { margin-left: auto; margin-right: auto; color: #56685c; font-size: 8px; }
.panel-body { display: grid; grid-template-columns: 62px 1fr; min-height: 380px; }
.panel-body aside { display: flex; flex-direction: column; align-items: center; gap: 19px; padding-top: 20px; border-right: 1px solid var(--line); background: #08110d; }
.panel-body aside b { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 7px; background: var(--accent); color: #07100b; font-size: 8px; }
.panel-body aside i { width: 18px; height: 6px; border-radius: 4px; background: #26392d; }
.panel-main { padding: 28px; }
.panel-title { display: flex; justify-content: space-between; align-items: flex-start; }
.panel-title strong { font-size: 14px; }
.panel-title em { padding: 5px 8px; border-radius: 5px; background: rgba(105,242,155,.08); color: var(--accent); font-size: 8px; font-style: normal; }
.panel-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 26px; }
.panel-stats div { padding: 14px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.015); }
.panel-stats small { display: block; margin-bottom: 5px; color: #65776b; font-size: 7px; text-transform: uppercase; }
.panel-stats strong { color: #bac8bf; font-size: 8px; }
.panel-chart { display: flex; align-items: end; gap: 9px; height: 178px; margin-top: 25px; padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: repeating-linear-gradient(to top, transparent 0 38px, rgba(255,255,255,.035) 39px); }
.panel-chart span { flex: 1; min-width: 8px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(105,242,155,.22), var(--accent)); opacity: .82; }
.platform-features { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 34px; }
.platform-features div { padding-top: 17px; border-top: 1px solid var(--line); }
.platform-features b { display: block; margin-bottom: 5px; font-size: 13px; }
.platform-features span { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }

.faq-section { border-top: 1px solid var(--line); background: #07130e; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 90px; }
.section-heading a { color: var(--accent); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 3px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--accent); font-size: 22px; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; padding: 0 34px 23px 3px; color: var(--muted); font-size: 13px; }

.cta-section { padding: 85px 0; background: var(--accent); color: #06100b; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-card span { font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cta-card h2 { max-width: 730px; margin: 7px 0 0; font-size: clamp(2rem, 4vw, 3.9rem); }
.cta-actions { display: flex; flex-shrink: 0; gap: 10px; }
.cta-section .button { border-color: #07120c; background: #07120c; color: white; box-shadow: none; }
.cta-section .button-secondary { background: transparent; color: #07120c; }

.site-footer { padding-top: 76px; background: #040b07; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.footer-brand p { max-width: 280px; margin-top: 20px; color: #788a7e; font-size: 12px; }
.footer-grid h3 { margin-bottom: 17px; color: #dbe7df; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid > div:not(.footer-brand) a { color: #7f9185; font-size: 12px; transition: color .2s; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 27px; border-top: 1px solid var(--line); color: #58685e; font-size: 10px; }
.footer-bottom a { color: #84968a; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-two { transition-delay: .2s; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 16px 20px 22px; border-bottom: 1px solid var(--line); background: rgba(6,16,12,.98); }
  .primary-nav.open { display: grid; }
  .primary-nav a:not(.button) { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .primary-nav .button { margin-top: 13px; }
  .nav-login { padding-left: 4px; border-left: 0; }
  .hero { min-height: auto; padding-top: 75px; }
  .hero-layout, .pricing-layout, .platform-layout, .faq-layout { grid-template-columns: 1fr; gap: 60px; }
  .hero-card-wrap { width: min(100%, 650px); }
  .pricing-copy { max-width: 700px; }
  .platform-visual { order: 2; }
  .platform-copy { order: 1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card p { min-height: 0; }
  .faq-layout { gap: 25px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero { padding: 62px 0 70px; }
  .hero-layout { gap: 52px; }
  .hero-actions, .hero-actions .button, .cta-actions, .cta-actions .button { width: 100%; }
  .hero-actions, .cta-actions { display: grid; }
  .trust-list { display: grid; gap: 8px; }
  .status-chip { right: 12px; }
  .server-card { padding: 21px; }
  .server-card-top, .price-head { align-items: flex-start; flex-direction: column; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { min-height: 100px; border-bottom: 1px solid var(--line); }
  .proof-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .section { padding: 86px 0; }
  .section-heading { margin-bottom: 34px; }
  .service-card, .price-card { padding: 26px; }
  .panel-body { grid-template-columns: 44px 1fr; min-height: 315px; }
  .panel-main { padding: 17px; }
  .panel-stats { grid-template-columns: 1fr; }
  .panel-stats div:nth-child(n+2) { display: none; }
  .panel-chart { height: 150px; gap: 5px; padding: 12px; }
  .platform-features { grid-template-columns: 1fr; }
  .cta-section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-bottom { align-items: flex-start; 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; }
}
