:root {
  --shark-gray: #1d2329;
  --dark-gray: #090c0f;
  --black: #030405;
  --mid-gray: #2d353d;
  --steel: #b9c2c9;
  --light-gray: #e7ecef;
  --neon-green: #39ff14;
  --green-deep: #169900;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--light-gray);
  background: var(--dark-gray);
  line-height: 1.6;
}
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(3,4,5,.94); border-bottom: 1px solid rgba(57,255,20,.25); backdrop-filter: blur(10px); }
.top-strip { background: linear-gradient(90deg, #071007, #172018, #071007); border-bottom: 1px solid rgba(57,255,20,.18); }
.top-strip-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: .9rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--steel); }
.top-strip a { color: var(--neon-green); text-decoration: none; }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); font-weight: 900; }
.brand-logo { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; border: 2px solid var(--neon-green); box-shadow: 0 0 22px rgba(57,255,20,.42); }
.brand-text { font-size: 1.05rem; }
nav { display: flex; gap: 20px; flex-wrap: wrap; }
nav a { color: var(--light-gray); text-decoration: none; font-weight: 800; }
nav a:hover { color: var(--neon-green); }
.hero { padding: 94px 0 82px; background: radial-gradient(circle at 78% 10%, rgba(57,255,20,.22), transparent 34%), radial-gradient(circle at 10% 80%, rgba(185,194,201,.12), transparent 28%), linear-gradient(135deg, #11171d, #030405 72%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 42px; align-items: center; }
.eyebrow, .section-kicker { color: var(--neon-green); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; color: var(--white); }
h1 { font-size: clamp(2.8rem, 7vw, 5.9rem); margin-bottom: 12px; letter-spacing: -.04em; text-shadow: 0 0 22px rgba(57,255,20,.12); }
h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
.hero-subtitle { color: var(--steel); font-size: clamp(1.1rem, 2vw, 1.55rem); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 14px; }
.hero-text { max-width: 730px; font-size: 1.22rem; color: #c8d0d6; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 900; text-decoration: none; border: 2px solid var(--neon-green); cursor: pointer; text-transform: uppercase; letter-spacing: .04em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--neon-green); color: #061006; box-shadow: 0 0 28px rgba(57,255,20,.35); }
.btn.secondary { color: var(--neon-green); background: rgba(0,0,0,.35); }
.dark-btn { color: #061006; background: var(--neon-green); }
.pulse { animation: pulse 2.2s infinite; }
@keyframes pulse { 0%,100%{box-shadow:0 0 24px rgba(57,255,20,.25)} 50%{box-shadow:0 0 44px rgba(57,255,20,.55)} }
.quick-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.quick-tags span { border: 1px solid rgba(57,255,20,.35); color: var(--steel); background: rgba(0,0,0,.35); padding: 8px 12px; border-radius: 999px; font-weight: 800; }
.hero-logo-card { border: 1px solid rgba(57,255,20,.42); background: rgba(0,0,0,.72); border-radius: 30px; padding: 18px; box-shadow: 0 25px 70px rgba(0,0,0,.45), 0 0 45px rgba(57,255,20,.18); }
.hero-logo-card img { display: block; width: 100%; height: auto; border-radius: 22px; }
.cta-band { background: linear-gradient(90deg, #0b100c, #18211a, #0b100c); border-top: 1px solid rgba(57,255,20,.25); border-bottom: 1px solid rgba(57,255,20,.25); padding: 36px 0; }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { margin: 0; color: #cbd3d8; }
.section { padding: 76px 0; background: #f6f8f9; color: #263039; }
.section h2, .section h3 { color: #101418; }
.section p { color: #4a555e; }
.services-section { background: linear-gradient(180deg, #f6f8f9, #e9eef1); }
.dark { background: linear-gradient(135deg, var(--shark-gray), #0d1115); color: var(--light-gray); }
.dark h2, .dark h3 { color: var(--white); }
.dark p { color: #cbd3d8; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.card { background: var(--white); border-radius: 18px; padding: 25px; border-top: 5px solid var(--neon-green); box-shadow: 0 14px 32px rgba(17,21,25,.09); }
.card h3 { position: relative; }
.card h3::before { content: ""; display: inline-block; width: 10px; height: 10px; background: var(--neon-green); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 12px rgba(57,255,20,.7); }
.split, .contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 38px; align-items: start; }
.highlight-box, .contact-card, form { border-radius: 22px; padding: 28px; background: rgba(17,21,25,.9); border: 1px solid rgba(57,255,20,.25); }
.highlight-box li { margin: 10px 0; }
.logo-box img { display: block; width: min(220px, 100%); margin: 0 auto 22px; border-radius: 22px; box-shadow: 0 0 28px rgba(57,255,20,.18); }
.highlight-box li::marker { color: var(--neon-green); }
.area-section { background: #11171d; }
.area-section h2, .area-section p { color: var(--white); }
.area-card { border-radius: 28px; padding: 44px; background: radial-gradient(circle at right, rgba(57,255,20,.18), transparent 30%), linear-gradient(135deg, #1d2329, #080a0c); border: 1px solid rgba(57,255,20,.25); }
.contact { background: #eef2f4; }
.contact-card { margin-top: 24px; background: var(--white); border-color: #d8dde0; }
.contact-card a { color: #116000; font-weight: 900; }
form { display: grid; gap: 15px; background: var(--shark-gray); color: var(--white); }
label { font-weight: 800; }
input, textarea { display: block; width: 100%; margin-top: 6px; padding: 14px 15px; border-radius: 12px; border: 1px solid #c6cdd2; font: inherit; }
textarea { min-height: 130px; resize: vertical; }
button { font: inherit; }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 101; background: var(--neon-green); color: #061006; text-decoration: none; font-weight: 900; padding: 14px 18px; border-radius: 999px; box-shadow: 0 0 30px rgba(57,255,20,.45); text-transform: uppercase; }
footer { padding: 24px 0; background: #030405; color: #cbd3d8; border-top: 1px solid rgba(57,255,20,.18); }
.footer-content { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.footer-brand { display:flex; align-items:center; gap:10px; font-weight:900; color:var(--white); }
.footer-brand img { width:44px; height:44px; object-fit:cover; border-radius:50%; border:1px solid var(--neon-green); }
@media (max-width: 900px) {
  .top-strip-inner { align-items: flex-start; flex-direction: column; padding: 8px 0; }
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .hero { padding: 62px 0; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .brand-text { font-size: .95rem; }
  .area-card { padding: 28px; }
  .floating-call { left: 16px; right: 16px; text-align: center; }
}
