@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink: #09151b; --panel: #10242a; --panel-light: #16343a; --cyan: #67e8e0; --lime: #c6ed72; --cream: #f1f1e8; --muted: #9ab1b1; --line: rgba(211, 240, 232, .15); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: 'Manrope', sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(9, 21, 27, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: .08em; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand small { display: block; color: var(--muted); font: 400 9px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; gap: 28px; margin-left: auto; color: var(--muted); font-size: 13px; }
.main-nav a, .footer-links a { transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--cyan); }
.header-cta, .button { border: 1px solid var(--cyan); border-radius: 3px; padding: 11px 16px; color: var(--cyan); font-size: 12px; font-weight: 700; }
.header-cta span, .button span { margin-left: 10px; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-top: 64px; padding-bottom: 70px; }
.eyebrow { color: var(--cyan); font: 500 11px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; margin-right: 9px; vertical-align: middle; background: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 700; letter-spacing: -.055em; line-height: 1.05; }
h1 { max-width: 700px; margin: 25px 0; font-size: clamp(48px, 6.3vw, 86px); }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 540px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.button-primary { background: var(--cyan); color: var(--ink); }
.button:hover { transform: translateY(-2px); }
.text-link { color: var(--cream); font-size: 12px; font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--cyan); font-size: 16px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 85px; color: var(--muted); font: 400 10px 'DM Mono', monospace; text-transform: uppercase; }
.proof-row span::before { content: '•'; margin-right: 8px; color: var(--lime); }
.hero-signal { position: relative; min-height: 430px; padding: 25px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 46%, rgba(103, 232, 224, .12), transparent 43%), var(--panel); overflow: hidden; }
.hero-signal::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(103, 232, 224, .1); pointer-events: none; }
.signal-top, .signal-live { display: flex; justify-content: space-between; color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.signal-live i { display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--lime); }
.signal-ring { width: 230px; height: 230px; display: grid; place-items: center; margin: 47px auto 36px; border: 1px solid rgba(103, 232, 224, .5); border-radius: 50%; box-shadow: 0 0 0 20px rgba(103, 232, 224, .035), 0 0 0 40px rgba(103, 232, 224, .02); }
.signal-core { display: grid; place-items: center; width: 126px; height: 126px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-size: 27px; font-weight: 800; }
.signal-core small { color: var(--muted); font: 8px 'DM Mono', monospace; letter-spacing: .08em; }
.signal-items { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-top: 1px solid var(--line); padding-top: 18px; }
.signal-items div { display: grid; gap: 3px; color: var(--muted); font: 10px 'DM Mono', monospace; }
.signal-items strong { color: var(--lime); font-weight: 400; }
.intro-band { padding: 120px 0; background: var(--cream); color: var(--ink); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.intro-band .eyebrow { color: #1e7474; }.intro-band .eyebrow span { background: #1e7474; }
h2 { margin-bottom: 26px; font-size: clamp(36px, 4.8vw, 64px); }
.intro-band p:not(.eyebrow) { max-width: 560px; color: #526566; }
.intro-band .text-link { display: inline-block; margin-top: 18px; color: var(--ink); }
.services { padding-top: 120px; padding-bottom: 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }.section-heading > p { max-width: 280px; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 245px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }.service-card:hover { background: var(--panel); }
.service-number { color: var(--lime); font: 11px 'DM Mono', monospace; }.service-card h3 { margin: 45px 0 10px; font-size: 18px; }.service-card p { max-width: 290px; color: var(--muted); font-size: 13px; }.card-arrow { position: absolute; right: 27px; top: 24px; color: var(--cyan); font-size: 20px; }
.closing-band { padding: 100px 0; background: var(--panel-light); }.closing-inner { text-align: center; }.closing-inner h2 { margin: 20px 0 35px; }.button-light { display: inline-block; border-color: var(--lime); background: var(--lime); color: var(--ink); }
.site-footer { padding: 35px 0; border-top: 1px solid var(--line); }.footer-inner { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 11px; }.footer-brand { color: var(--cream); }.footer-brand img { width: 33px; height: 33px; }.footer-links { display: flex; gap: 20px; margin-left: auto; }.footer-inner > small { color: #607978; }
.page-hero { min-height: 520px; padding-top: 120px; padding-bottom: 100px; }.page-hero h1 { max-width: 760px; margin: 26px 0; }.page-hero .hero-lead { max-width: 600px; }.page-hero .button { display: inline-block; margin-top: 28px; }
.service-page-grid { padding-top: 0; padding-bottom: 130px; }.service-page-grid .service-card { min-height: 260px; }
.contact-section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 130px; background: var(--line); border: 1px solid var(--line); }.contact-block { min-height: 260px; padding: 38px; background: var(--panel); }.contact-block h2 { margin: 35px 0 12px; font-size: clamp(22px, 3vw, 36px); letter-spacing: -.04em; }.contact-block p { color: var(--muted); font-size: 13px; }
.tool-box { max-width: 680px; margin-top: 44px; padding: 30px; border: 1px solid var(--line); background: var(--panel); }.tool-box form { display: grid; gap: 12px; }.tool-box label, .tool-result span { color: var(--muted); font: 11px 'DM Mono', monospace; text-transform: uppercase; }.tool-box input { width: 100%; border: 1px solid var(--line); border-radius: 2px; padding: 14px; outline: none; background: var(--ink); color: var(--cream); font: 18px 'DM Mono', monospace; }.tool-box input:focus { border-color: var(--cyan); }.tool-box .button { width: max-content; margin-top: 8px; cursor: pointer; font-family: inherit; }.tool-result { display: grid; gap: 10px; margin-bottom: 24px; }.tool-result strong { color: var(--lime); font: 700 clamp(27px, 5vw, 42px) 'DM Mono', monospace; letter-spacing: .03em; word-break: break-word; }.tool-result-message { margin: 24px 0 0; color: var(--lime); font-weight: 700; }.tool-result-message.is-error, .tool-error { color: #ff9b8e; }
.tool-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: var(--cyan); font-size: 12px; font-weight: 700; }.tool-link span { font-size: 17px; }.service-card:has(.tool-link) { display: flex; flex-direction: column; }.service-card:has(.tool-link) .tool-link { margin-top: auto; }
@media (max-width: 800px) { .container { width: min(100% - 40px, 560px); }.header-inner { min-height: 70px; flex-wrap: wrap; gap: 12px; }.main-nav { order: 3; width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-left: 0; padding-bottom: 12px; }.header-cta { margin-left: auto; padding: 9px 10px; font-size: 10px; }.hero { display: block; min-height: auto; padding-top: 80px; }.hero-signal { margin-top: 65px; }.proof-row { margin-top: 50px; }.intro-band, .services { padding: 80px 0; }.intro-grid, .section-heading { display: block; }.section-heading > p { margin-top: 25px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 210px; }.footer-inner { flex-wrap: wrap; gap: 14px; }.footer-links { order: 3; width: 100%; margin-left: 0; }.footer-inner > small { margin-left: auto; } }
@media (max-width: 800px) { .page-hero { min-height: auto; padding-top: 80px; padding-bottom: 70px; }.contact-section { grid-template-columns: 1fr; margin-bottom: 80px; }.contact-block { min-height: 220px; padding: 28px; } }
.news-section { padding-top: 105px; padding-bottom: 20px; }
.news-section .section-heading { margin-bottom: 35px; }
.news-section h2 { margin-bottom: 0; }
.news-card { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--panel); }
.news-item { position: relative; min-height: 190px; display: flex; flex-direction: column; gap: 18px; padding: 25px; border-right: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.news-item:last-child { border-right: 0; }
.news-item:hover { background: var(--panel-light); }
.news-label { color: var(--lime); font: 11px 'DM Mono', monospace; text-transform: uppercase; }
.news-item strong { max-width: 270px; color: var(--cream); font-size: 16px; line-height: 1.35; }
.news-arrow { margin-top: auto; color: var(--cyan); font-size: 20px; }
.news-empty { padding: 28px; color: var(--muted); font-size: 14px; }.news-empty p { max-width: 520px; }
@media (max-width: 800px) { .news-section { padding-top: 80px; }.news-card { grid-template-columns: 1fr; }.news-item { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }.news-item:last-child { border-bottom: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }