:root {
  --bg: #081120;
  --bg-soft: #101c31;
  --bg-deep: #040a14;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: #ffffff;
  --surface: rgba(7, 15, 28, 0.74);
  --surface-2: rgba(11, 20, 36, 0.76);
  --text: #e7eefb;
  --text-light: #dbe7f5;
  --muted: #8fa1bc;
  --line: rgba(159, 183, 221, 0.16);
  --line-dark: rgba(255, 255, 255, 0.12);
  --accent: #1f7ae0;
  --accent-dark: #115bb0;
  --accent-soft: rgba(31, 122, 224, 0.16);
  --shadow: 0 24px 64px rgba(0, 4, 12, 0.34);
  --radius: 24px;
  --radius-small: 16px;
  --container: 1560px;
  --page-gutter: clamp(1rem, 4vw, 4rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: 82px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--bg-deep);
  position: relative;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  transform: translateY(-200%);
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 100;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section {
  padding: clamp(72px, 7vw, 112px) 0;
  position: relative;
  z-index: 1;
}

.section-alt {
  background: transparent;
  backdrop-filter: blur(14px);
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(6, 12, 22, 0.08), rgba(9, 18, 32, 0.12)),
    radial-gradient(circle at top right, rgba(31, 122, 224, 0.08), transparent 34%);
  color: var(--text-light);
}

/* Universal background wrapper for subtle stars, glows, and shooting stars. */
.space-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.space-gradient,
.space-stars,
.space-nebula,
.space-shooting-stars {
  position: absolute;
  inset: 0;
}

.space-gradient {
  background:
    radial-gradient(circle at 18% 10%, rgba(31, 122, 224, 0.18), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(82, 153, 232, 0.12), transparent 26%),
    radial-gradient(circle at 48% 72%, rgba(31, 122, 224, 0.1), transparent 34%),
    linear-gradient(180deg, #06101d 0%, #081421 42%, #07111d 100%);
}

.space-stars {
  opacity: 0.32;
  will-change: transform;
}

.space-stars-far {
  background-image:
    linear-gradient(rgba(140, 194, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 194, 255, 0.08) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 82%);
}

.space-stars-near {
  background-image:
    radial-gradient(circle at 18% 24%, rgba(140, 194, 255, 0.26) 0 4px, transparent 5px),
    radial-gradient(circle at 34% 54%, rgba(31, 122, 224, 0.24) 0 4px, transparent 5px),
    radial-gradient(circle at 58% 34%, rgba(140, 194, 255, 0.22) 0 4px, transparent 5px),
    radial-gradient(circle at 76% 64%, rgba(31, 122, 224, 0.2) 0 4px, transparent 5px),
    linear-gradient(115deg, transparent 0 18%, rgba(140, 194, 255, 0.08) 18.2%, transparent 18.6% 43%, rgba(31, 122, 224, 0.07) 43.2%, transparent 43.6% 100%);
  background-size: 760px 520px;
  background-position: center top;
  opacity: 0.38;
}

.space-nebula {
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(140, 194, 255, 0.07) 34.2%, transparent 34.7% 100%),
    linear-gradient(28deg, transparent 0 50%, rgba(31, 122, 224, 0.06) 50.2%, transparent 50.7% 100%),
    radial-gradient(circle at 20% 32%, rgba(31, 122, 224, 0.12), transparent 18%),
    radial-gradient(circle at 82% 42%, rgba(140, 194, 255, 0.08), transparent 24%);
  filter: blur(1px);
  opacity: 0.8;
}

.space-shooting-stars {
  display: none;
}

.shooting-star {
  position: absolute;
  width: 140px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(201, 224, 255, 0.95));
  filter: blur(0.4px);
  transform: translate3d(0, 0, 0);
  opacity: 0;
}

.shooting-star::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(225, 239, 255, 0.9);
  transform: translateY(-50%);
  box-shadow: 0 0 16px rgba(165, 209, 255, 0.45);
}

.shooting-star-1 {
  top: 18%;
  left: 64%;
}

.shooting-star-2 {
  top: 38%;
  left: 14%;
}

.shooting-star-3 {
  top: 62%;
  left: 72%;
}

.shooting-star-4 {
  top: 76%;
  left: 28%;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(5, 12, 22, 0.72);
  border-bottom: 1px solid var(--line-dark);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
}

.brand {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 14px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  min-width: 0;
  overflow: hidden;
}

.brand-mark-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 63px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  flex: 0 0 auto;
  padding: 0;
}

.brand-mark {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.brand-name {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
}

.brand-role {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.nav-links a,
.footer-links a,
.nav-contact-link {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover,
.nav-contact-link:hover {
  color: #fff;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-contact-link {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.nav-toggle {
  flex: 0 0 auto;
  display: none;
  min-width: 50px;
  height: 50px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 16px;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.nav-toggle-icon {
  display: grid;
  gap: 6px;
}

.nav-toggle-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-label {
  margin-left: 10px;
  font-size: 0.92rem;
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(17, 91, 176, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(17, 91, 176, 0.36);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
}

.button-secondary {
  background: transparent;
  color: var(--text);
  border-color: rgba(196, 216, 246, 0.18);
  box-shadow: none;
}

.section-dark .button-secondary,
.hero-section .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  padding: clamp(52px, 6vw, 88px) 0 clamp(76px, 8vw, 120px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, 0.98) 0%, rgba(7, 16, 30, 0.9) 43%, rgba(7, 16, 30, 0.38) 74%, rgba(7, 16, 30, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 17, 32, 0.4), rgba(8, 17, 32, 0.12)),
    url("assets/hero-ai-assistant-call.png");
  background-size: cover;
  background-position: center right;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(76, 183, 255, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 12, 22, 0) 0 50%, rgba(5, 12, 22, 0.18) 100%);
  opacity: 0.42;
  pointer-events: none;
}

.section-space-hero::before,
.section-space-services::before,
.section-space-maintenance::before,
.section-space-industries::before,
.section-space-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.section-space-hero::before {
  background:
    linear-gradient(115deg, transparent 0 55%, rgba(140, 194, 255, 0.08) 55.2%, transparent 55.7%),
    linear-gradient(90deg, rgba(5, 12, 22, 0.08), rgba(5, 12, 22, 0.64));
  filter: blur(1px);
}

.section-space-services::before {
  inset: 4% -12% auto auto;
  width: 34vw;
  height: 34vw;
  max-width: 420px;
  max-height: 420px;
  min-width: 220px;
  min-height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(140, 194, 255, 0.12), transparent 48%),
    radial-gradient(circle at center, transparent 54%, rgba(140, 194, 255, 0.08) 55%, transparent 56%);
  opacity: 0.28;
  filter: blur(2px);
  transform: translateY(var(--services-orbit-shift, 0px));
}

.section-space-maintenance::before {
  left: -14%;
  top: 12%;
  width: 36vw;
  height: 36vw;
  max-width: 460px;
  max-height: 460px;
  min-width: 240px;
  min-height: 240px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(31, 122, 224, 0.1), transparent 52%),
    radial-gradient(circle at center, transparent 60%, rgba(140, 194, 255, 0.08) 61%, transparent 62%);
  opacity: 0.24;
  filter: blur(2px);
  transform: translateY(var(--projects-orbit-shift, 0px));
}

.section-space-industries::after {
  content: "";
  position: absolute;
  left: -18%;
  top: 22%;
  width: 48vw;
  height: 12vw;
  max-width: 580px;
  min-width: 280px;
  border-radius: 50%;
  border: 1px solid rgba(167, 199, 255, 0.1);
  opacity: 0.18;
  filter: blur(1px);
  transform: rotate(-12deg) translateY(var(--projects-ring-shift, 0px));
  pointer-events: none;
}

.section-space-contact::before {
  right: -8%;
  top: 16%;
  width: 42vw;
  height: 42vw;
  max-width: 520px;
  max-height: 520px;
  min-width: 240px;
  min-height: 240px;
  background:
    radial-gradient(circle at center, rgba(73, 118, 194, 0.08), transparent 44%),
    radial-gradient(circle at center, transparent 52%, rgba(172, 201, 255, 0.09) 53%, transparent 54%),
    radial-gradient(circle at center, transparent 68%, rgba(172, 201, 255, 0.06) 69%, transparent 70%);
  opacity: 0.24;
  filter: blur(2px);
  transform: translateY(var(--contact-orbit-shift, 0px));
}

.hero-grid,
.split-layout,
.contact-layout,
.footer-grid {
  display: grid;
  gap: clamp(28px, 3.4vw, 64px);
}

.hero-grid {
  grid-template-columns: minmax(0, 760px);
  align-items: start;
  position: relative;
  z-index: 1;
}

.eyebrow,
.card-kicker {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8cc2ff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 4.6rem;
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 16ch;
}

h2 {
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.32rem;
  letter-spacing: 0;
}

.hero-description,
.section-heading p,
.project-content p,
.card-list li,
.contact-copy p,
.footer-copy,
.feature-item p,
.maintenance-card p,
.industry-card h3,
.process-card p,
.info-card p {
  color: inherit;
  opacity: 0.82;
  line-height: 1.7;
}

.hero-description {
  max-width: 62ch;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 20px;
}

.trust-line {
  max-width: 62ch;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
}

.info-card,
.project-card,
.feature-item,
.process-card,
.contact-form {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 900px;
  margin-bottom: clamp(30px, 3.2vw, 46px);
}

.card-grid,
.projects-grid,
.process-grid {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
}

.services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

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

.info-card,
.project-card,
.feature-item,
.process-card,
.industry-card {
  background: rgba(9, 17, 31, 0.7);
  padding: clamp(22px, 2vw, 34px);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.info-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-card,
.maintenance-card {
  gap: 18px;
}

.maintenance-card {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr) minmax(150px, 0.45fr);
  align-items: center;
  gap: 18px 24px;
  padding: clamp(18px, 1.7vw, 24px);
  border-radius: 32px;
  overflow: hidden;
}

.maintenance-card > * {
  min-width: 0;
}

.service-card p,
.maintenance-card p {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.maintenance-card h3 {
  overflow-wrap: anywhere;
  line-height: 1.12;
}

.plan-price {
  display: grid;
  grid-column: 3;
  grid-row: 1 / span 3;
  gap: 8px;
  margin: 2px 0 4px;
  justify-items: end;
}

.maintenance-card[hidden] {
  display: none;
}

.plan-price span {
  display: inline-flex;
  width: 100%;
  max-width: 180px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(140, 194, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(140, 194, 255, 0.2);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.plan-justification {
  grid-column: 2 / 3;
  padding-top: 0;
  border-top: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.45;
}

.card-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-list li {
  position: relative;
  padding-left: 24px;
  overflow-wrap: anywhere;
}

.card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
}

.card-button {
  margin-top: auto;
}

.project-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-image-shell {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(32, 59, 104, 0.6), rgba(10, 18, 34, 0.74));
  border: 1px solid rgba(171, 201, 242, 0.12);
}

.project-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.project-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #d8e9ff;
  font-size: 0.86rem;
  font-weight: 700;
}

.project-button {
  margin-top: auto;
  cursor: pointer;
}

.split-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-bullet {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
}

.section-dark .process-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-step {
  display: inline-flex;
  width: 58px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(140, 194, 255, 0.14);
  color: #8cc2ff;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.lead-flow-grid {
  align-items: stretch;
}

.maintenance-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
}

.industry-card {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 16px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.industry-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(140, 194, 255, 0.14);
  color: #8cc2ff;
  font-size: 0.78rem;
  font-weight: 800;
}

.industry-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  align-items: start;
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-point {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(9, 17, 31, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  background: rgba(10, 18, 33, 0.8);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.contact-form label {
  display: grid;
  gap: 10px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(180, 205, 245, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(5, 11, 20, 0.78);
  color: var(--text);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(31, 122, 224, 0.2);
  border-color: var(--accent);
}

.contact-form ::placeholder {
  color: rgba(221, 232, 248, 0.54);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 1.5em;
  margin: -4px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.form-status.is-success {
  color: #8fe0b5;
}

.form-status.is-error {
  color: #ffb4a8;
}

.full-width {
  grid-column: 1 / -1;
}

.site-footer {
  background: rgba(3, 8, 15, 0.78);
  color: rgba(255, 255, 255, 0.8);
  padding: 70px 0 92px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(14px);
}

.footer-grid {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.footer-brand {
  margin-top: 18px;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
}

.footer-logo {
  width: 240px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-footer h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.98rem;
}

.mobile-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 25;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 22px 50px rgba(17, 91, 176, 0.34);
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.plans-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  padding: 1rem;
}

.plans-modal.is-open {
  display: grid;
  place-items: center;
}

.plans-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 18, 0.72);
  backdrop-filter: blur(8px);
}

.plans-modal-panel {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - 2rem), 1280px);
  max-height: calc(100vh - 2rem);
  max-height: calc(100svh - 2rem);
  overflow: auto;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(159, 183, 221, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(10, 20, 38, 0.98), rgba(7, 15, 28, 0.96)),
    radial-gradient(circle at top right, rgba(31, 122, 224, 0.18), transparent 34%);
  box-shadow: 0 32px 90px rgba(0, 4, 12, 0.5);
  backdrop-filter: blur(18px);
}

.plans-modal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.plans-modal-copy {
  max-width: 760px;
  padding-right: 58px;
}

.plans-modal-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.plans-grid {
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.plans-modal-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .maintenance-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .plan-price {
    grid-column: auto;
    grid-row: auto;
    justify-items: start;
  }

  .plan-justification {
    grid-column: auto;
  }
}

.project-modal.is-open {
  display: block;
}

.project-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 18, 0.72);
  backdrop-filter: blur(8px);
}

.project-modal-panel {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 1040px);
  max-height: calc(100vh - 3rem);
  margin: 1.5rem auto;
  overflow: auto;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 28px;
  background: rgba(8, 16, 30, 0.94);
  box-shadow: 0 32px 80px rgba(8, 17, 32, 0.28);
  backdrop-filter: blur(18px);
}

.project-modal-copy {
  padding: 32px 32px 20px;
}

.project-modal-summary {
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.7;
}

.project-modal-close {
  position: sticky;
  top: 16px;
  float: right;
  margin: 16px 16px 0 0;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.project-modal-gallery {
  display: grid;
  gap: 18px;
  padding: 0 32px 32px;
}

.project-modal-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(171, 201, 242, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(32, 59, 104, 0.6), rgba(10, 18, 34, 0.74));
}

.project-modal-shot img {
  width: 100%;
  height: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes driftStars {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-120px, 90px, 0);
  }
}

@keyframes driftStarsReverse {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(90px, -70px, 0);
  }
}

@keyframes nebulaFloat {
  from {
    transform: translate3d(-1%, 0, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, -1.5%, 0) scale(1.04);
  }
}

@keyframes shootingStarDownLeft {
  0%,
  80%,
  100% {
    opacity: 0;
    transform: rotate(-28deg) translate3d(0, 0, 0);
  }
  82% {
    opacity: 0.7;
  }
  92% {
    opacity: 0.08;
    transform: rotate(-28deg) translate3d(-180px, 120px, 0);
  }
}

@keyframes shootingStarDownRight {
  0%,
  78%,
  100% {
    opacity: 0;
    transform: rotate(28deg) translate3d(0, 0, 0);
  }
  80% {
    opacity: 0.55;
  }
  90% {
    opacity: 0.08;
    transform: rotate(28deg) translate3d(170px, 115px, 0);
  }
}

@keyframes shootingStarUpLeft {
  0%,
  82%,
  100% {
    opacity: 0;
    transform: rotate(28deg) translate3d(0, 0, 0);
  }
  84% {
    opacity: 0.48;
  }
  93% {
    opacity: 0.06;
    transform: rotate(28deg) translate3d(-165px, -110px, 0);
  }
}

@keyframes shootingStarUpRight {
  0%,
  81%,
  100% {
    opacity: 0;
    transform: rotate(-28deg) translate3d(0, 0, 0);
  }
  83% {
    opacity: 0.42;
  }
  92% {
    opacity: 0.05;
    transform: rotate(-28deg) translate3d(160px, -100px, 0);
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .split-layout,
  .contact-layout,
  .footer-grid,
  .services-grid,
  .projects-grid,
  .process-grid,
  .maintenance-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    gap: 28px;
  }

  .section-space-services::before,
  .section-space-maintenance::before,
  .section-space-industries::after,
  .section-space-contact::before {
    opacity: 0.2;
  }
}

@media (max-width: 1325px) {
  .nav-shell {
    gap: 18px;
  }

  .brand-role {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 24px;
    background: rgba(8, 17, 32, 0.98);
    border: 1px solid var(--line-dark);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-links,
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-actions {
    padding-top: 14px;
    border-top: 1px solid var(--line-dark);
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 74px;
  }

  .section {
    padding: 72px 0;
  }

  .hero-section {
    padding-top: 44px;
    min-height: calc(100vh - 74px);
    min-height: calc(100svh - 74px);
    background:
      linear-gradient(90deg, rgba(5, 12, 22, 0.98) 0%, rgba(7, 16, 30, 0.94) 54%, rgba(7, 16, 30, 0.68) 100%),
      linear-gradient(180deg, rgba(8, 17, 32, 0.46), rgba(8, 17, 32, 0.18)),
      url("assets/hero-ai-assistant-call.png");
    background-size: cover;
    background-position: 62% center;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .plans-modal {
    padding: 0.5rem;
  }

  .plans-modal-panel {
    border-radius: 20px;
  }

  .plans-modal-copy {
    padding-right: 0;
  }

  .plans-modal-actions .button {
    width: 100%;
  }

  .hero-grid,
  .contact-layout,
  .split-layout,
  .footer-grid {
    gap: 24px;
  }

  .nav-shell {
    gap: 12px;
    min-height: 74px;
  }

  .nav-toggle {
    width: 50px;
    padding: 0;
  }

  .nav-toggle-label {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-description,
  .trust-line,
  .section-heading,
  .project-modal-summary {
    max-width: 100%;
  }

  .mobile-cta {
    display: inline-flex;
  }

  .site-footer {
    padding-bottom: 110px;
  }

  .space-stars-near,
  .shooting-star-3,
  .shooting-star-4,
  .section-space-industries::after {
    display: none;
  }

  .section-space-services::before,
  .section-space-maintenance::before,
  .section-space-contact::before {
    transform: none;
    opacity: 0.14;
    filter: blur(10px);
  }

  .footer-logo {
    width: 210px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark-shell {
    width: 86px;
    height: 48px;
  }

  .brand-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .brand-role {
    font-size: 0.8rem;
  }

  h1 {
    font-size: 2.85rem;
    max-width: 100%;
  }

  h2 {
    font-size: 2.25rem;
  }

  .info-card,
  .project-card,
  .feature-item,
  .process-card,
  .industry-card,
  .contact-form {
    padding: 22px;
  }

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

  .industry-card {
    min-height: 92px;
  }

  .contact-point {
    min-height: 50px;
    padding: 0 16px;
  }

  .project-modal-panel {
    width: min(calc(100% - 1rem), 1040px);
    max-height: calc(100vh - 1rem);
    margin: 0.5rem auto;
    border-radius: 24px;
  }

  .project-modal-copy {
    padding: 22px 18px 14px;
  }

  .project-modal-gallery {
    padding: 0 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .space-stars,
  .space-nebula,
  .shooting-star,
  .reveal {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .section-space-services::before,
  .section-space-maintenance::before,
  .section-space-industries::after,
  .section-space-contact::before {
    transform: none !important;
  }
}

@media (max-width: 480px) {
  :root {
    --page-gutter: 0.75rem;
  }

  .container {
    width: min(calc(100% - (var(--page-gutter) * 2)), var(--container));
  }

  .section {
    padding: 64px 0;
  }

  .hero-section {
    padding-top: 36px;
  }

  .site-nav {
    left: 0.625rem;
    right: 0.625rem;
  }

  .nav-actions .button,
  .nav-contact-link {
    width: 100%;
    justify-content: center;
  }

  .mobile-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .project-modal-panel {
    width: min(calc(100% - 0.5rem), 1040px);
  }

  .project-modal-close {
    width: 42px;
    height: 42px;
  }

  .brand-role {
    display: none;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }
}
