:root {
  --bg: #07111f;
  --bg-soft: #0c1a2c;
  --ink: #101828;
  --muted: #667085;
  --surface: #ffffff;
  --line: #dfe5ec;
  --cyan: #57d9ee;
  --lime: #b9f36a;
  --orange: #ff9466;
  --max: 1180px;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: #f4f7f9;
  font-family: "Manrope", sans-serif; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 999;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header {
  width: min(var(--max), calc(100% - 40px)); margin: 18px auto 0;
  height: 72px; padding: 0 18px 0 12px; display: flex; align-items: center;
  justify-content: space-between; position: relative; z-index: 20;
  border: 1px solid rgba(255,255,255,.12); border-radius: 18px;
  background: rgba(7,17,31,.78); backdrop-filter: blur(18px); color: #fff;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--lime), var(--cyan)); color: var(--bg);
  font-family: "Space Grotesk"; font-size: 26px; font-weight: 700;
  box-shadow: 0 10px 25px rgba(87,217,238,.16);
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { margin-top: 2px; color: #a7b3c4; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { color: #c8d1de; }
.nav-links > a:hover { color: #fff; }
.nav-cta { padding: 12px 18px; border-radius: 12px; background: #fff; color: var(--bg); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; }

.hero {
  width: 100%; max-width: none; margin-top: -90px; padding: 200px max(20px, calc((100% - var(--max))/2)) 110px;
  min-height: 760px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px;
  color: #fff; background:
    radial-gradient(circle at 72% 30%, rgba(87,217,238,.15), transparent 27%),
    radial-gradient(circle at 20% 100%, rgba(185,243,106,.09), transparent 25%),
    var(--bg);
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #4d6576; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow span { width: 32px; height: 2px; background: var(--cyan); }
.hero .eyebrow, .eyebrow.light { color: #93a4b8; }
.hero h1 { max-width: 650px; margin: 0; font-family: "Space Grotesk"; font-size: clamp(48px, 6vw, 80px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 630px; margin: 28px 0 0; color: #aab7c7; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.btn { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; font-size: 14px; }
.btn-primary { background: var(--lime); color: #0b1726; box-shadow: 0 14px 35px rgba(185,243,106,.12); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.hero-proof { display: flex; gap: 30px; padding-top: 40px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-family: "Space Grotesk"; font-size: 20px; }
.hero-proof span { color: #8494a8; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-width: 0; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 190px; height: 190px; top: -70px; right: -40px; background: rgba(87,217,238,.08); border: 1px solid rgba(87,217,238,.18); }
.orb-two { width: 120px; height: 120px; bottom: -50px; left: -40px; background: rgba(185,243,106,.07); border: 1px solid rgba(185,243,106,.15); }
.dashboard-card { position: relative; z-index: 2; overflow: hidden; border-radius: 22px; background: #f8fafc; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: perspective(1100px) rotateY(-5deg) rotateX(2deg); }
.window-bar { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: #e8edf2; color: #607080; font-size: 10px; }
.dots { display: flex; gap: 6px; }.dots i { width: 7px; height: 7px; border-radius: 50%; background: #b9c4ce; }
.dashboard-grid { min-height: 390px; display: grid; grid-template-columns: 58px 1fr; }
.dashboard-grid aside { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 18px 0; background: #0d1a2a; }
.mini-logo { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--lime); color: #0d1a2a; font-weight: 800; }
.dashboard-grid aside i { width: 18px; height: 4px; border-radius: 10px; background: #344255; }.dashboard-grid aside i.active { background: var(--cyan); }
.dashboard-main { padding: 24px; }
.dash-heading { display: flex; justify-content: space-between; align-items: center; }
.dash-heading small, .metric-row small { display: block; color: #8a98a7; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.dash-heading b { display: block; margin-top: 4px; font-size: 17px; }
.dash-heading > span { padding: 6px 10px; border-radius: 8px; background: #e8fbdd; color: #3b7719; font-size: 9px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.metric-row > div { padding: 14px; border: 1px solid #e6ebef; border-radius: 12px; background: #fff; }
.metric-row b { display: block; margin-top: 8px; font-size: 20px; }.metric-row span { color: #9aa6b1; font-size: 8px; }
.chart-panel { margin-top: 12px; padding: 15px; border: 1px solid #e6ebef; border-radius: 12px; background: #fff; }
.chart-title { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; }.chart-title small { color: #9aa6b1; }
.chart-panel svg { width: 100%; height: 130px; overflow: visible; }.chart-panel .area { fill: url(#area); }.chart-panel .line { fill: none; stroke: #40b9d1; stroke-width: 3; }.chart-panel circle { fill: var(--lime); stroke: #0d1a2a; stroke-width: 2; }
.project-strip { display: flex; gap: 8px; margin-top: 12px; overflow: hidden; }.project-strip span { flex: 1 0 auto; padding: 8px 9px; border-radius: 8px; background: #edf2f5; color: #6a7886; font-size: 8px; font-weight: 800; }

.marquee { overflow: hidden; background: var(--lime); border-block: 1px solid #a9dd61; }
.marquee-track { width: max-content; padding: 16px 0; display: flex; align-items: center; gap: 26px; animation: marquee 28s linear infinite; font-family: "Space Grotesk"; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.marquee-track i { font-style: normal; color: #5ca2b1; }
@keyframes marquee { to { transform: translateX(-50%); } }

.products, .services, .about, .contact { padding-top: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading h2 { max-width: 760px; margin: 0; font-family: "Space Grotesk"; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { max-width: 330px; margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 40px 0 22px; }
.filter-tabs button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #5b6875; cursor: pointer; }
.filter-tabs button.active, .filter-tabs button:hover { background: var(--bg); color: #fff; border-color: var(--bg); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { min-height: 430px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(17,31,47,.10); }
.product-card.featured { background: linear-gradient(145deg, #0b1a2d, #122844); color: #fff; border-color: transparent; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.product-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: #eef4f6; color: #223346; font-family: "Space Grotesk"; font-weight: 700; }
.featured .product-icon { background: var(--lime); color: var(--bg); }
.status { padding: 7px 9px; border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-live { background: #e8f9df; color: #377a17; }.status-build { background: #eef2f5; color: #6d7a87; }.featured .status-build { background: rgba(255,255,255,.1); color: #b9c9da; }
.product-body { margin-top: 58px; }
.product-body small { color: #7d8b99; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.product-body h3 { margin: 8px 0 14px; font-family: "Space Grotesk"; font-size: 30px; letter-spacing: -.04em; }
.product-body p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }.featured .product-body p { color: #aebdcd; }
.tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 22px; }.tags span { padding: 6px 9px; border-radius: 8px; background: #f0f4f6; color: #647282; font-size: 9px; font-weight: 800; text-transform: uppercase; }.featured .tags span { background: rgba(255,255,255,.08); color: #b8c7d7; }
.product-link { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-weight: 800; font-size: 13px; }.featured .product-link { border-color: rgba(255,255,255,.12); }
.disabled-link { color: #98a2ad; cursor: default; }
.link-note { margin-top: 20px; color: #7e8a97; font-size: 13px; }.link-note code { background: #e9eef2; padding: 3px 6px; border-radius: 6px; }

.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 42px; }
.service-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.service-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--bg); color: #fff; font-size: 11px; font-weight: 800; }
.service-card h3 { margin: 38px 0 12px; font-family: "Space Grotesk"; font-size: 27px; letter-spacing: -.03em; }
.service-card p { max-width: 490px; margin: 0; color: var(--muted); line-height: 1.75; }

.about-panel { padding: 70px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; border-radius: 32px; background: var(--bg); color: #fff; }
.about-copy h2 { margin: 0 0 26px; font-family: "Space Grotesk"; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.about-copy p { color: #a8b5c6; line-height: 1.8; }
.principles { align-self: center; }
.principles > div { padding: 23px 0; display: grid; grid-template-columns: 45px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
.principles b { color: var(--cyan); font-family: "Space Grotesk"; }.principles span { color: #91a1b4; font-size: 13px; line-height: 1.6; }.principles strong { display: block; margin-bottom: 5px; color: #fff; font-size: 16px; }

.contact { padding-bottom: 100px; }
.contact-card { padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid var(--line); border-radius: 30px; background: #fff; }
.contact-card h2 { margin: 0; font-family: "Space Grotesk"; font-size: clamp(36px, 5vw, 54px); letter-spacing: -.045em; }
.contact-card p { color: var(--muted); }
.contact-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }.contact-actions .btn-secondary { color: var(--ink); border-color: var(--line); }

.site-footer { padding: 38px 0; display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; border-top: 1px solid var(--line); color: #65717e; }
.footer-brand { display: flex; align-items: center; gap: 12px; }.footer-brand .brand-mark { width: 40px; height: 40px; font-size: 22px; }.footer-brand strong, .footer-brand small { display: block; }.footer-brand strong { color: var(--ink); }.footer-brand small { margin-top: 3px; font-size: 10px; }
.footer-links { display: flex; gap: 20px; font-size: 12px; font-weight: 700; }.site-footer p { font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.product-card.hidden { display: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 170px; gap: 80px; }
  .hero-visual { max-width: 720px; }
  .dashboard-card { transform: none; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .about-panel { grid-template-columns: 1fr; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .section-shell, .site-header { width: min(100% - 24px, var(--max)); }
  .site-header { height: 64px; }
  .brand-mark { width: 40px; height: 40px; font-size: 22px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 0; right: 0; top: 74px; padding: 16px; display: none; flex-direction: column; align-items: stretch; gap: 7px; border-radius: 16px; background: #0b1828; }
  .nav-links.open { display: flex; }.nav-links a { padding: 12px; }
  .hero { margin-top: -82px; padding-inline: 20px; padding-bottom: 80px; min-height: auto; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 20px; overflow-x: auto; }.hero-proof div { min-width: 125px; }
  .dashboard-grid { grid-template-columns: 45px 1fr; }.dashboard-main { padding: 15px; }.metric-row { grid-template-columns: 1fr; }.metric-row > div:nth-child(n+2) { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .products, .services, .about, .contact { padding-top: 80px; }
  .product-grid, .services-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 390px; }
  .about-panel { padding: 38px 24px; gap: 35px; }
  .contact-card { padding: 34px 24px; }
  .contact-actions { width: 100%; }
}
