:root {
  --bg: #020404;
  --panel: rgba(10, 18, 18, 0.74);
  --panel-strong: rgba(12, 24, 24, 0.92);
  --line: rgba(216, 255, 247, 0.14);
  --text: #f6fbfb;
  --muted: #9eb2b2;
  --cyan: #26f3ff;
  --mint: #88ffb7;
  --gold: #ffe27a;
  --danger: #ff6f8b;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.5);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(38, 243, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 255, 183, 0.04) 1px, transparent 1px),
    linear-gradient(140deg, #020404 0%, #061111 45%, #040706 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(110deg, rgba(38, 243, 255, 0.08), transparent 35%),
    linear-gradient(290deg, rgba(255, 226, 122, 0.07), transparent 42%);
  pointer-events: none;
}

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

img,
video {
  display: block;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.facebook-link {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(38, 243, 255, 0.45);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(38, 243, 255, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.facebook-link:hover,
.facebook-link:focus-visible {
  transform: translateY(-2px);
  border-color: var(--mint);
  background: rgba(136, 255, 183, 0.12);
  outline: none;
}

.facebook-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
  margin: 0;
  padding: 4px clamp(10px, 1.2vw, 16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 8px;
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
}

.brand img {
  width: auto;
  height: 1.35em;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.58));
}

.brand-mark {
  width: 14px;
  height: 14px;
  border: 2px solid var(--cyan);
  border-left-color: var(--gold);
  transform: rotate(45deg);
  box-shadow: 0 0 24px rgba(38, 243, 255, 0.7);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.nav-links a {
  min-height: 38px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
  white-space: nowrap;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
  outline: none;
}

.nav-links .nav-facebook {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  color: var(--cyan);
}

.page-section {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) clamp(16px, 4vw, 56px);
  scroll-margin-top: 0;
}

.hero-section {
  max-width: none;
  padding: 0;
  scroll-margin-top: 0;
}

.hero-stage {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
  border-bottom: 1px solid var(--line);
}

.hero-video {
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  object-fit: cover;
  object-position: center;
  background: #000;
}

.why-section {
  max-width: none;
  padding: clamp(112px, 13vw, 168px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(135deg, #ffffff 0%, #f4fbff 56%, #eaf8ff 100%),
    linear-gradient(rgba(38, 153, 190, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 153, 190, 0.07) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  color: #03151d;
  border-bottom: 1px solid rgba(38, 153, 190, 0.18);
}

.why-content {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.why-section .eyebrow {
  color: #063745;
}

.why-section h1 {
  max-width: 980px;
  margin: 0;
  color: #011016;
  font-size: clamp(2.3rem, 6vw, 5.7rem);
  line-height: 0.96;
}

.why-lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: #06212c;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.why-lead mark {
  color: #001018;
  background: linear-gradient(90deg, rgba(38, 243, 255, 0.42), rgba(136, 255, 183, 0.42));
  padding: 0.08em 0.2em;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(28px, 5vw, 48px);
}

.before-after article {
  min-height: 150px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(1, 16, 22, 0.2);
  background: rgba(246, 251, 251, 0.28);
  box-shadow: 0 18px 48px rgba(1, 16, 22, 0.14);
}

.before-after span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #063745;
  font-size: 0.78rem;
  font-weight: 900;
}

.before-after p {
  margin: 0;
  color: #03151d;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 800;
  line-height: 1.45;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3rem, 8.6vw, 7rem);
  line-height: 0.9;
}

h2 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(2rem, 4.8vw, 4.5rem);
  line-height: 0.98;
}

h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-copy p:last-of-type,
.start-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.start-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}

.button-primary,
.start-form button {
  color: #001010;
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  box-shadow: 0 0 32px rgba(38, 243, 255, 0.24);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(246, 251, 251, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.button:hover,
.button:focus-visible,
.start-form button:hover,
.start-form button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 56px);
}

.section-heading-center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.split-section {
  border-bottom: 1px solid var(--line);
}

.visual-section {
  max-width: none;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  background: #000;
  border-bottom: 1px solid var(--line);
}

.background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  background: #000;
}

.service-details-section {
  max-width: none;
  padding: clamp(52px, 7vw, 90px) clamp(16px, 4vw, 56px);
  background:
    linear-gradient(135deg, #030a10 0%, #071c28 54%, #041016 100%),
    linear-gradient(rgba(38, 243, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 255, 183, 0.045) 1px, transparent 1px);
  background-size: auto, 54px 54px, 54px 54px;
  border-bottom: 1px solid var(--line);
}

.service-details {
  width: min(1180px, 100%);
  margin: 0 auto;
  color: var(--text);
  text-align: center;
}

.details-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(38, 243, 255, 0.5);
  border-radius: 999px;
  color: var(--text);
  background: rgba(4, 24, 34, 0.88);
  box-shadow: 0 0 32px rgba(38, 243, 255, 0.2);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.service-video-toggle {
  position: absolute;
  right: clamp(190px, 18vw, 270px);
  bottom: clamp(44px, 8vh, 86px);
  left: auto;
  z-index: 2;
  min-height: 60px;
  padding: 0 28px;
  font-size: 0.92rem;
  transform: none;
}

.details-toggle:hover,
.details-toggle:focus-visible {
  border-color: var(--mint);
  outline: none;
}

.services-detail-panel[hidden] {
  display: none;
}

.services-detail-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
  overflow: visible;
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid rgba(38, 243, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(4, 16, 24, 0.97), rgba(7, 39, 55, 0.96)),
    linear-gradient(rgba(38, 243, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 34px 34px;
  box-shadow: var(--shadow);
  text-align: left;
}

.services-detail-panel article {
  padding: clamp(16px, 2.4vw, 22px);
  border: 1px solid rgba(216, 255, 247, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.services-detail-panel h2 {
  max-width: none;
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.15;
}

.service-hook {
  color: var(--text);
  font-weight: 800;
}

.solution-line {
  padding: 14px 16px;
  border: 1px solid rgba(136, 255, 183, 0.22);
  background: rgba(136, 255, 183, 0.08);
}

.services-detail-panel h3 {
  margin: 16px 0 8px;
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 900;
}

.services-detail-panel p,
.services-detail-panel li {
  color: #c8dbdf;
  line-height: 1.55;
}

.services-detail-panel p {
  margin: 0;
}

.services-detail-panel ul {
  margin: 0;
  padding-left: 18px;
}

.services-detail-panel li + li {
  margin-top: 4px;
}

.services-detail-panel .offer-angle {
  margin-top: 16px;
  color: var(--text);
}

.services-detail-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: clamp(14px, 3vw, 24px) 0 4px;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: stretch;
}

.media-panel {
  min-height: 420px;
  border: 1px solid var(--line);
  background: #000;
  box-shadow: var(--shadow);
}

.content-video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  background: #000;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.service-grid span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
}

.service-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.project-section {
  max-width: none;
  min-height: 100svh;
  padding: clamp(112px, 12vw, 160px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(38, 153, 190, 0.18);
  background:
    linear-gradient(135deg, #f7fcff 0%, #eaf8ff 52%, #ffffff 100%),
    linear-gradient(rgba(38, 153, 190, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 153, 190, 0.06) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  color: #03151d;
}

.projects-content {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.project-section .eyebrow {
  color: #063745;
}

.project-section h2 {
  max-width: 900px;
  color: #011016;
}

.projects-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: #06212c;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.65;
}

.project-niche-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(28px, 5vw, 42px);
}

.project-niche-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(1, 16, 22, 0.18);
  border-radius: 999px;
  color: #03151d;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(1, 16, 22, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.project-niche-links a:hover,
.project-niche-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(38, 153, 190, 0.5);
  background: rgba(38, 243, 255, 0.2);
  outline: none;
}

.project-niche-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(28px, 5vw, 54px);
}

.project-niche-grid article {
  min-height: 220px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(1, 16, 22, 0.16);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(1, 16, 22, 0.12);
  scroll-margin-top: 84px;
}

.project-niche-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #063745;
  font-size: 0.74rem;
  font-weight: 900;
}

.project-niche-grid h3 {
  margin: 0;
  color: #011016;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.project-niche-grid p {
  margin: 16px 0 0;
  color: #06212c;
  line-height: 1.6;
}

.start-section {
  max-width: none;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(320px, 470px);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
  justify-content: center;
  padding-top: clamp(86px, 9vw, 116px);
  padding-bottom: clamp(56px, 7vw, 86px);
  background:
    linear-gradient(135deg, #02070d 0%, #041b27 46%, #020404 100%),
    linear-gradient(rgba(38, 243, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 255, 183, 0.045) 1px, transparent 1px);
  background-size: auto, 60px 60px, 60px 60px;
  border-top: 1px solid var(--line);
}

.start-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.start-form label {
  display: grid;
  gap: 8px;
}

.start-form span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.start-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(246, 251, 251, 0.17);
  border-radius: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  padding: 0 14px;
  font: inherit;
}

.start-form input:focus {
  border-color: var(--cyan);
  outline: none;
  box-shadow: 0 0 0 3px rgba(38, 243, 255, 0.14);
}

.start-form button {
  width: 100%;
  margin-top: 6px;
  border: 0;
  font: inherit;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--mint);
  font-size: 0.95rem;
}

.site-footer {
  padding: 22px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, #02070d 0%, #041b27 46%, #020404 100%),
    linear-gradient(rgba(38, 243, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 255, 183, 0.045) 1px, transparent 1px);
  background-size: auto, 60px 60px, 60px 60px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-brand-group {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-footer p {
  margin: 0;
  font-weight: 900;
}

.site-footer span {
  color: var(--muted);
}

.footer-facebook {
  flex: 0 0 auto;
}

@media (max-width: 920px) {
  .nav-shell,
  .services-layout,
  .start-section {
    grid-template-columns: 1fr;
  }

  .nav-shell {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
  }

  .hero-stage {
    min-height: 100svh;
  }

  .hero-video {
    height: 100svh;
    min-height: 100svh;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .before-after,
  .services-detail-panel {
    grid-template-columns: 1fr;
  }

  .services-detail-panel {
    gap: 12px;
  }

  .project-niche-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .nav-shell {
    padding: 8px 10px;
  }

  .brand {
    font-size: 0.88rem;
  }

  .brand img {
    height: 1.2em;
  }

  .nav-links {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 9px 10px;
    font-size: 0.66rem;
    text-align: center;
  }

  .nav-links .nav-facebook {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .page-section {
    padding-block: 64px;
  }

  .hero-section,
  .visual-section {
    padding: 0;
  }

  h1 {
    font-size: clamp(2.7rem, 17vw, 4.7rem);
  }

  .hero-stage,
  .hero-video,
  .visual-section {
    min-height: 100svh;
  }

  .hero-video {
    height: 100svh;
    object-fit: contain;
  }

  .background-video {
    object-fit: contain;
  }

  .service-video-toggle {
    right: 88px;
    bottom: 22px;
    min-height: 52px;
    padding: 0 20px;
    font-size: 0.82rem;
  }

  .service-details-section {
    padding: 46px 14px;
  }

  .services-detail-panel {
    padding: 14px;
  }

  .services-detail-panel article {
    padding: 16px;
  }

  .start-section {
    gap: 24px;
    padding: 76px 16px 42px;
  }

  .start-form {
    padding: 18px;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .project-section {
    padding: 82px 16px;
  }

  .project-niche-grid {
    grid-template-columns: 1fr;
  }
}
