:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --panel: #101f34;
  --soft: #f3f7fb;
  --text: #f5f8fc;
  --muted: #a8b6c8;
  --dark-text: #112033;
  --accent: #56d4ff;
  --accent-2: #7c5cff;
  --border: rgba(255,255,255,.10);
  --shadow: 0 24px 70px rgba(0,0,0,.25);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; background: #fff; color: var(--dark-text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(7,17,31,.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: #fff; font-weight: 800; font-size: 1.12rem; letter-spacing: -.02em; }
.brand span { color: var(--accent); }
.site-nav { display: flex; gap: 28px; }
.site-nav a { color: #c9d5e4; font-weight: 600; font-size: .95rem; }
.site-nav a:hover, .site-nav a.active { color: #fff; }
.menu-toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.6rem; }
.hero, .page-hero { color: var(--text); background: radial-gradient(circle at 80% 20%, rgba(86,212,255,.18), transparent 28%), linear-gradient(135deg, var(--bg), #0d1c31 60%, #111837); }
.hero { min-height: 680px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 80px 0; }
.eyebrow { display: inline-block; color: #42c8f3; text-transform: uppercase; font-weight: 800; letter-spacing: .13em; font-size: .76rem; margin-bottom: 18px; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; }
.lead { font-size: 1.16rem; color: #bdc9d7; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; font-weight: 800; border: 1px solid transparent; cursor: pointer; font-family: inherit; }
.btn-primary { background: linear-gradient(135deg, var(--accent), #71a7ff); color: #07111f; box-shadow: 0 12px 30px rgba(86,212,255,.18); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.trust-row { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 40px; }
.trust-row div { display: grid; gap: 2px; }
.trust-row strong { color: #fff; }
.trust-row span { color: #8797aa; font-size: .84rem; }
.hero-card { min-height: 420px; position: relative; display: grid; place-items: center; }
.glow { position: absolute; width: 320px; height: 320px; border-radius: 50%; background: linear-gradient(135deg, rgba(86,212,255,.28), rgba(124,92,255,.30)); filter: blur(16px); }
.mini-window { width: min(100%, 470px); position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.13); background: rgba(8,20,35,.82); border-radius: 22px; box-shadow: var(--shadow); transform: rotate(2deg); }
.window-top { display: flex; gap: 7px; margin-bottom: 28px; }
.window-top i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.24); }
.code-line { height: 12px; border-radius: 20px; background: rgba(86,212,255,.22); margin: 13px 0; width: 68%; }
.code-line.wide { width: 88%; background: rgba(124,92,255,.25); }
.code-line.short { width: 42%; }
.dashboard-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.metric { background: rgba(255,255,255,.05); border: 1px solid var(--border); padding: 18px; border-radius: 14px; }
.metric span { display: block; color: #8da0b7; font-size: .8rem; }
.metric strong { display: block; color: #fff; font-size: 1.6rem; margin-top: 5px; }
.chart-bars { display: flex; align-items: end; gap: 9px; height: 120px; padding-top: 15px; }
.chart-bars b { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(var(--accent), var(--accent-2)); opacity: .8; }
.chart-bars b:nth-child(1){height:35%}.chart-bars b:nth-child(2){height:58%}.chart-bars b:nth-child(3){height:48%}.chart-bars b:nth-child(4){height:82%}.chart-bars b:nth-child(5){height:70%}.chart-bars b:nth-child(6){height:96%}
.page-hero { padding: 110px 0 90px; text-align: center; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); }
.page-hero .lead { margin-inline: auto; }
.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 45px; }
.section-heading p { color: #647386; }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3,1fr); }
.feature-card, .process-card { padding: 30px; border: 1px solid #dfe8f1; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(18,40,70,.06); }
.feature-card p, .process-card p { color: #66788b; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; margin-bottom: 25px; background: #eaf8fe; color: #087aa1; font-weight: 900; font-size: 1.25rem; }
.section-dark { background: var(--bg-2); color: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.check-list p { padding: 14px 0; margin: 0; border-bottom: 1px solid var(--border); color: #c9d5e4; }
.section-soft { background: var(--soft); }
.process-card strong { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #0e2034; color: #fff; margin-bottom: 18px; }
.service-list { display: grid; gap: 30px; }
.service-item { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 36px; border: 1px solid #dce5ee; border-radius: 20px; }
.service-number { color: #8aa0b5; font-size: 1.1rem; font-weight: 800; }
.service-item h2 { font-size: 2rem; }
.service-item p, .service-item li { color: #66788b; }
.service-item ul { padding-left: 18px; columns: 2; }
.cta-section { background: #fff; }
.cta-card { padding: 44px 48px; border-radius: 24px; background: linear-gradient(135deg, #08172a, #152443); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }
.cta-card h2 { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy p { color: #66788b; }
.contact-points { margin-top: 34px; display: grid; gap: 16px; }
.contact-points div { padding: 18px 0; border-bottom: 1px solid #e4eaf0; }
.contact-points strong, .contact-points span { display: block; }
.contact-points span { color: #718195; font-size: .92rem; margin-top: 3px; }
.contact-form { padding: 30px; border: 1px solid #dfe7ee; border-radius: 20px; box-shadow: 0 14px 36px rgba(18,40,70,.07); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-weight: 700; font-size: .9rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, select, textarea { width: 100%; border: 1px solid #cfd9e3; border-radius: 10px; padding: 13px 14px; font: inherit; color: #1f2d3d; background: #fff; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(86,212,255,.35); border-color: #65c9e9; }
.form-note { color: #7a8999; font-size: .82rem; margin-top: 15px; }
.site-footer { background: #07111f; color: #8998aa; padding: 26px 0; }
.footer-wrap { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-wrap div { display: flex; gap: 20px; }
.footer-wrap a:hover { color: #fff; }
@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; display: none; flex-direction: column; gap: 14px; background: #0b1728; border: 1px solid var(--border); border-radius: 14px; }
  .site-nav.open { display: flex; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { gap: 20px; }
  .hero-card { min-height: 340px; }
  .card-grid.three { grid-template-columns: 1fr; }
  .service-item { grid-template-columns: 1fr; }
  .service-item ul { columns: 1; }
  .cta-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1120px); }
  .section { padding: 72px 0; }
  h1 { font-size: 3rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .trust-row { gap: 18px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

/* Conditional Statements brand integration */
.brand { display:flex; align-items:center; }
.brand-logo { width: 260px; max-height: 58px; display:block; filter: brightness(0) invert(1); }
.brand-hero-art { overflow: visible; }
.signal-art { position:absolute; z-index:0; pointer-events:none; }
.signal-art-main { width:min(620px, 115%); right:-70px; top:-20px; opacity:.16; filter: brightness(0) invert(1); }
.mini-window { z-index:2; }
.feature-mark { width:88px; height:56px; object-fit:contain; object-position:left center; margin:0 0 18px; }
.feature-mark-wide { width:150px; }
.section-brand-mark { width:170px; height:auto; margin-bottom:22px; filter:brightness(0) invert(1); opacity:.9; }
.page-hero-mark { width:min(460px, 78%); height:auto; margin:0 auto 18px; filter:brightness(0) invert(1); opacity:.8; }
.page-hero-badge { width:150px; height:auto; margin:0 auto 14px; filter:brightness(0) invert(1); }
.process-heading { position:relative; }
.process-signal { position:absolute; width:280px; right:-320px; top:-35px; opacity:.12; }
.site-footer .footer-wrap::before { content:""; display:block; width:54px; height:54px; background:url('assets/signal-path-variant-c.svg') center/contain no-repeat; filter:brightness(0) invert(1); opacity:.8; flex:0 0 auto; }
@media (max-width: 900px) {
  .brand-logo { width:210px; }
  .process-signal { display:none; }
}
@media (max-width: 560px) {
  .brand-logo { width:175px; }
  .signal-art-main { right:-40px; width:130%; }
  .site-footer .footer-wrap::before { display:none; }
}

/* Spam honeypot: intentionally hidden from human visitors. */
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button:disabled { opacity: .65; cursor: wait; }
