@font-face {
  font-family: Signature;
  src: local("Segoe Script"), local("Brush Script MT");
}

:root {
  --bg: #071f22;
  --bg-soft: #0d3135;
  --bg-card: rgba(8, 31, 35, 0.78);
  --cyan: #23d5d8;
  --cyan-soft: rgba(35, 213, 216, 0.18);
  --lime: #c5ef1f;
  --lime-strong: #d7ff25;
  --text: #f7fbf5;
  --muted: #b8cdca;
  --line: rgba(197, 239, 31, 0.42);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(35, 213, 216, 0.35), transparent 30%),
    radial-gradient(circle at 12% 20%, rgba(197, 239, 31, 0.16), transparent 24%),
    linear-gradient(135deg, #041315 0%, var(--bg) 46%, #062a2f 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 78%);
}

a { color: inherit; text-decoration: none; }

.section-shell,
.site-header,
.site-footer,
.trust-strip,
.cta-band {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 16px 14px 22px;
  margin-top: 18px;
  background: rgba(4, 19, 21, 0.74);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.brand { display: grid; gap: 0; line-height: 1; }
.brand-signature {
  font-family: Signature, "Segoe Script", cursive;
  color: var(--lime);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  letter-spacing: .02em;
}
.brand-subtitle {
  color: var(--muted);
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .24em;
}
.main-nav { display: flex; gap: 8px; align-items: center; }
.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #dbeae8;
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.main-nav a:hover { background: var(--cyan-soft); color: white; }
.nav-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  min-height: 760px;
  padding: 72px 0 54px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--lime);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .13em;
  font-size: .82rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(4rem, 7.2vw, 7.15rem);
  line-height: .84;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: -.06em;
  text-shadow: 0 14px 30px rgba(0,0,0,.3);
}
h1 span { color: var(--lime); }
.hero-lead {
  max-width: 610px;
  color: #d9e8e6;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.6;
}
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--lime); color: #061719; box-shadow: 0 18px 34px rgba(197,239,31,.18); }
.btn-secondary { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.btn-ghost { border-color: var(--line); color: var(--lime); }

.hero-content,
.hero-visual { min-width: 0; }

.hero-visual { position: relative; min-height: 620px; }
.browser-card {
  position: absolute;
  inset: 38px 0 auto 22px;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: #081a1d;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  transform: perspective(1100px) rotateY(-7deg) rotateX(3deg);
}
.browser-top {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: rgba(255,255,255,.08);
}
.browser-top span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.42); }
.browser-top small { margin-left: auto; color: var(--muted); font-weight: 700; }
.browser-screen {
  position: relative;
  min-height: 372px;
  padding: 48px;
  background:
    linear-gradient(130deg, rgba(5,20,22,.92) 0%, rgba(8,49,55,.64) 48%, rgba(35,213,216,.26) 100%),
    radial-gradient(circle at 78% 30%, rgba(197,239,31,.25), transparent 28%);
}
.screen-copy strong { display: block; font-size: clamp(1.8rem, 3vw, 2.8rem); text-transform: uppercase; line-height: 1.05; }
.screen-copy p { width: 260px; color: #dbe8e6; line-height: 1.55; }
.screen-copy a { display: inline-flex; margin-top: 16px; padding: 12px 16px; border-radius: 10px; background: var(--lime); color: #061719; font-weight: 950; text-transform: uppercase; }
.mountain-shape {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 50%;
  height: 72%;
  clip-path: polygon(0 100%, 34% 28%, 46% 46%, 62% 8%, 100% 100%);
  background: linear-gradient(140deg, rgba(255,255,255,.72), rgba(35,213,216,.25) 24%, rgba(197,239,31,.2) 42%, rgba(0,0,0,.22));
  opacity: .78;
}
.code-card {
  position: absolute;
  right: 0;
  bottom: 120px;
  width: 235px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(0,0,0,.68);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 22px 48px rgba(0,0,0,.42);
}
.code-line { height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--cyan), var(--lime)); margin: 13px 0; opacity: .88; }
.code-line.short { width: 52%; }
.code-line.mid { width: 74%; }
.quote-card {
  position: absolute;
  left: 2px;
  bottom: 20px;
  width: min(440px, 80%);
  padding: 22px 28px 22px 82px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(4, 19, 21, .76);
  backdrop-filter: blur(12px);
}
.quote-card span { position: absolute; left: 28px; top: 6px; color: var(--lime); font-size: 6rem; line-height: 1; font-weight: 900; }
.quote-card p { margin: 0; font-size: 1.1rem; text-transform: uppercase; line-height: 1.45; }
.quote-card strong { color: var(--lime); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.12);
  margin-bottom: 90px;
}
.trust-strip div { padding: 28px; background: rgba(5, 24, 27, .78); }
.trust-strip strong { display: block; color: var(--lime); font-size: 1.25rem; text-transform: uppercase; margin-bottom: 7px; }
.trust-strip span { color: var(--muted); }

.section-heading { max-width: 730px; margin-bottom: 36px; }
.section-heading.narrow { max-width: 620px; }
h2 { font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: .94; letter-spacing: -.045em; text-transform: uppercase; margin-bottom: 18px; }
.section-heading p:not(.eyebrow), .split-card p { color: var(--muted); font-size: 1.08rem; line-height: 1.65; }

.services, .process, .solutions { padding: 46px 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  min-height: 320px;
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.service-card.featured { border-color: var(--line); background: linear-gradient(180deg, rgba(197,239,31,.16), rgba(255,255,255,.04)); }
.icon-wrap { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan-soft); border: 2px solid rgba(35,213,216,.7); margin-bottom: 24px; }
.icon-wrap svg { width: 42px; height: 42px; fill: white; }
.service-card h3, .timeline h3 { color: var(--lime); text-transform: uppercase; font-size: 1.3rem; margin-bottom: 10px; }
.service-card p, .timeline p, .check-list { color: #d5e5e2; line-height: 1.58; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.timeline article { padding: 26px; border-left: 3px solid var(--lime); background: rgba(255,255,255,.055); border-radius: 0 22px 22px 0; }
.timeline span { display: inline-block; margin-bottom: 24px; color: var(--cyan); font-size: 2rem; font-weight: 1000; }

.split-card {
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: center;
  gap: 38px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(35,213,216,.08));
  box-shadow: var(--shadow);
}
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 1000; }
.mini-dashboard { min-height: 330px; border-radius: 24px; padding: 24px; background: rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.13); }
.dash-top { height: 52px; border-radius: 16px; background: linear-gradient(90deg, rgba(35,213,216,.55), rgba(197,239,31,.55)); margin-bottom: 18px; }
.dash-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 18px; }
.dash-grid span { height: 82px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.dash-lines span { display: block; height: 13px; border-radius: 999px; margin: 12px 0; background: rgba(255,255,255,.18); }
.dash-lines span:nth-child(2) { width: 72%; }
.dash-lines span:nth-child(3) { width: 86%; }

.cta-band {
  margin-top: 50px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  background:
    linear-gradient(90deg, rgba(197,239,31,.92), rgba(197,239,31,.74) 48%, rgba(35,213,216,.34)),
    #c5ef1f;
  color: #051517;
  box-shadow: 0 24px 70px rgba(197,239,31,.18);
}
.cta-band .eyebrow, .cta-band h2 { color: #051517; }
.cta-band p { max-width: 640px; font-size: 1.1rem; line-height: 1.55; }
.cta-band .btn-primary { background: #051517; color: var(--lime); }
.cta-band .btn-ghost { color: #051517; border-color: rgba(5,21,23,.34); }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 44px 0 56px;
  color: var(--muted);
}
.site-footer p { margin: 6px 0 0; }
.site-footer a { color: var(--lime); font-weight: 900; }

.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; }



@media (max-width: 1280px) and (min-width: 981px) {
  .hero { grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr); }
  .browser-card { inset: 28px 0 auto 0; }
  .browser-screen { padding: 36px; }
  .screen-copy strong { font-size: clamp(1.6rem, 2.5vw, 2.4rem); }
  .screen-copy p { width: min(230px, 100%); }
  .code-card { width: 200px; right: 0; bottom: 125px; }
  .quote-card { width: min(360px, calc(100% - 10px)); padding: 20px 20px 20px 68px; }
  .quote-card p { font-size: 0.98rem; line-height: 1.4; }
  .quote-card span { left: 22px; font-size: 5.1rem; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 56px; }
  .hero-visual { min-height: 560px; }
  .service-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .split-card { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .section-shell, .site-header, .site-footer, .trust-strip, .cta-band { width: min(100% - 24px, 1160px); }
  .site-header { border-radius: 24px; align-items: flex-start; }
  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 0;
    border-radius: 12px;
    background: var(--lime);
  }
  .nav-toggle span:not(.sr-only) { width: 20px; height: 2px; background: #061719; display: block; }
  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 20px;
    background: rgba(4,19,21,.96);
    border: 1px solid rgba(255,255,255,.12);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-visual { min-height: 500px; }
  .browser-card { inset: 10px 0 auto 0; transform: none; }
  .browser-screen { padding: 30px; }
  .code-card { right: 12px; bottom: 88px; width: 190px; }
  .quote-card { width: calc(100% - 18px); left: 9px; bottom: 0; }
  .service-grid, .timeline { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
