/* E Cyber LLC — fresh navy / light blue / white */

:root {
  --navy-950: #050b14;
  --navy-900: #0a1628;
  --navy-800: #0f2240;
  --navy-700: #152a4a;
  --sky-400: #38bdf8;
  --sky-300: #7dd3fc;
  --sky-200: #bae6fd;
  --white: #f8fafc;
  --muted: rgba(248, 250, 252, 0.72);
  --glass: rgba(15, 34, 64, 0.55);
  --glass-border: rgba(125, 211, 252, 0.22);
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --shadow-glow: 0 0 80px rgba(56, 189, 248, 0.12);
  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--white);
  background: var(--navy-950);
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--sky-400);
  outline-offset: 3px;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.75rem;
  z-index: 1000;
  padding: 0.5rem 1rem;
  background: var(--sky-400);
  color: var(--navy-950);
  font-weight: 600;
  border-radius: 0.375rem;
}

.skip-link:focus {
  left: 0.75rem;
}

.container {
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
}

/* Ambient background */
.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 20%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.bg-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.bg-glow--1 {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 65%);
}

.bg-glow--2 {
  width: 360px;
  height: 360px;
  bottom: 10%;
  left: -100px;
  background: radial-gradient(circle, rgba(15, 34, 64, 0.9), transparent 70%);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: linear-gradient(to bottom, rgba(5, 11, 20, 0.92), rgba(5, 11, 20, 0.65));
  border-bottom: 1px solid rgba(125, 211, 252, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  gap: 1rem;
}

.logo {
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.logo-accent {
  color: var(--sky-300);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--glass-border);
  border-radius: 0.5rem;
  background: var(--glass);
  cursor: pointer;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  background: var(--white);
  border-radius: 1px;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  margin-top: 5px;
}

.site-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: var(--white);
}

.nav-cta {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  background: rgba(56, 189, 248, 0.08);
  color: var(--sky-200) !important;
}

.nav-cta:hover {
  background: rgba(56, 189, 248, 0.15);
  color: var(--white) !important;
}

/* Services dropdown (index nav) */
.nav-item--dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nav-dropdown-toggle:hover,
.nav-item--dropdown.is-open .nav-dropdown-toggle {
  color: var(--white);
}

.nav-dropdown-chevron {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  translate: 0 -0.1rem;
  transition: transform 0.2s ease;
}

.nav-item--dropdown.is-open .nav-dropdown-chevron {
  transform: rotate(225deg);
  translate: 0 0.1rem;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 50%;
  z-index: 60;
  min-width: 17rem;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  border-radius: var(--radius-lg);
  background: rgba(10, 22, 40, 0.97);
  border: 1px solid var(--glass-border);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(125, 211, 252, 0.06) inset;
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
  pointer-events: none;
}

.nav-item--dropdown.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.nav-dropdown li {
  margin: 0;
}

.nav-dropdown a {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.nav-dropdown a:hover {
  background: rgba(56, 189, 248, 0.1);
  color: var(--white);
}

.nav-dropdown li:first-child a {
  color: var(--sky-300);
}

.nav-dropdown li:first-child a:hover {
  color: var(--white);
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem 1.25rem 1.25rem;
    background: rgba(5, 11, 20, 0.97);
    border-bottom: 1px solid rgba(125, 211, 252, 0.1);
    display: none;
  }

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

  .site-nav .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .site-nav a {
    display: block;
    padding: 0.65rem 0;
  }

  .nav-dropdown-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
    text-align: left;
  }

  .nav-dropdown {
    position: static;
    translate: none;
    transform: none;
    min-width: unset;
    margin: 0.15rem 0 0.35rem;
    padding: 0.25rem 0 0.35rem 0.85rem;
    border: none;
    border-left: 2px solid rgba(125, 211, 252, 0.2);
    border-radius: 0;
    background: rgba(5, 11, 20, 0.55);
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    display: none;
    pointer-events: auto;
    transition: none;
  }

  .nav-item--dropdown.is-open .nav-dropdown {
    display: block;
    transform: none;
  }

  .nav-dropdown a {
    padding: 0.45rem 0.5rem;
  }
}

/* Hero */
.hero {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(4rem, 10vw, 7rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
    max-width: 320px;
    margin-inline: auto;
  }
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sky-300);
  margin: 0 0 1rem;
}

.hero-title {
  font-size: clamp(2.25rem, 5vw, 3.35rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
}

.text-gradient {
  background: linear-gradient(120deg, var(--sky-300), var(--sky-400), var(--sky-200));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  color: var(--muted);
  max-width: 36ch;
  margin: 0 0 1.75rem;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: linear-gradient(135deg, var(--sky-400), #0ea5e9);
  color: var(--navy-950);
  box-shadow: var(--shadow-glow);
}

.btn-primary:hover {
  filter: brightness(1.06);
}

.btn-ghost {
  background: transparent;
  border-color: var(--glass-border);
  color: var(--white);
}

.btn-ghost:hover {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(56, 189, 248, 0.06);
}

.btn-large {
  padding: 0.95rem 1.75rem;
  font-size: 1rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(125, 211, 252, 0.12);
}

.hero-stats dt {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.45);
  margin-bottom: 0.35rem;
}

.hero-stats dd {
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Orbit visual */
.hero-visual {
  display: flex;
  justify-content: center;
}

.orbit-card {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(125, 211, 252, 0.2);
}

.orbit-ring--outer {
  inset: 0;
  animation: pulse-ring 5s ease-in-out infinite;
}

.orbit-ring--inner {
  inset: 18%;
  border-color: rgba(56, 189, 248, 0.35);
  animation: pulse-ring 5s ease-in-out infinite 0.6s;
}

.orbit-core {
  position: relative;
  z-index: 2;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 1rem;
  background: linear-gradient(145deg, var(--navy-700), var(--navy-900));
  border: 1px solid var(--glass-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.orbit-icon {
  font-size: 1.5rem;
  color: var(--sky-300);
}

.orbit-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  padding: 0 0.25rem;
}

.orbit-tags {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.orbit-tags li {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: rgba(248, 250, 252, 0.55);
  white-space: nowrap;
}

.orbit-tags li:nth-child(1) {
  top: 6%;
  left: 10%;
}
.orbit-tags li:nth-child(2) {
  top: 18%;
  right: 4%;
}
.orbit-tags li:nth-child(3) {
  bottom: 22%;
  left: 0;
}
.orbit-tags li:nth-child(4) {
  bottom: 8%;
  right: 8%;
}
.orbit-tags li:nth-child(5) {
  top: 50%;
  right: -26%;
  transform: translateY(-50%);
}

@keyframes pulse-ring {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

/* Sections */
.section {
  position: relative;
  z-index: 1;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}

.section-sub {
  color: var(--muted);
  margin: 0;
  font-size: 1.05rem;
}

.section-sub--left {
  text-align: left;
  max-width: 38ch;
}

/* Services */
.services {
  background: linear-gradient(180deg, transparent, rgba(15, 34, 64, 0.35) 40%, transparent);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  padding: 1.75rem;
  border-radius: var(--radius-xl);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  transition:
    border-color 0.25s ease,
    transform 0.25s ease;
}

.service-card:hover {
  border-color: rgba(125, 211, 252, 0.4);
  transform: translateY(-3px);
}

.service-card--featured {
  background: linear-gradient(135deg, rgba(21, 42, 74, 0.65), rgba(10, 22, 40, 0.85));
  border-color: rgba(56, 189, 248, 0.25);
}

.badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.15);
  color: var(--sky-200);
  border: 1px solid rgba(56, 189, 248, 0.35);
  margin-bottom: 0.5rem;
}

.service-icon {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
  color: var(--sky-300);
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 650;
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}

.service-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-tags li {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  padding: 0.3rem 0.55rem;
  border-radius: 0.35rem;
  background: rgba(5, 11, 20, 0.5);
  border: 1px solid rgba(125, 211, 252, 0.12);
  color: rgba(248, 250, 252, 0.85);
}

.service-card__footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(125, 211, 252, 0.12);
}

.text-link {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--sky-300);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease, gap 0.2s ease;
}

.text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.text-link:hover {
  color: var(--sky-200);
}

.text-link:hover::after {
  transform: translateX(4px);
}

/* Service inner pages */
.page-hero {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3rem);
}

.page-hero__inner {
  max-width: 720px;
}

.page-hero__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.page-hero__lede {
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 52ch;
}

.breadcrumb {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: rgba(248, 250, 252, 0.45);
}

.breadcrumb a {
  color: var(--sky-300);
}

.breadcrumb a:hover {
  color: var(--white);
}

.breadcrumb span[aria-current="page"] {
  color: rgba(248, 250, 252, 0.65);
}

.service-body {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(3.5rem, 8vw, 5rem);
}

.detail-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 2.75rem);
}

.detail-panel {
  padding: 1.75rem 1.85rem;
  border-radius: var(--radius-xl);
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}

.detail-panel h2 {
  font-size: 1.2rem;
  font-weight: 650;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.detail-panel p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.detail-panel p:last-child {
  margin-bottom: 0;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--sky-400), #0ea5e9);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 700px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }
}

.detail-grid .detail-panel {
  height: 100%;
}

.related-services {
  margin-top: 0.5rem;
  padding: 1.75rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(125, 211, 252, 0.15);
  background: rgba(10, 22, 40, 0.45);
}

.related-services h2 {
  font-size: 1rem;
  font-weight: 650;
  margin: 0 0 1rem;
}

.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-list a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  background: rgba(56, 189, 248, 0.06);
  color: var(--sky-200);
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.related-list a:hover {
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(56, 189, 248, 0.12);
  color: var(--white);
}

.related-list a[aria-current="page"] {
  border-color: rgba(56, 189, 248, 0.5);
  background: rgba(56, 189, 248, 0.18);
  color: var(--white);
  pointer-events: none;
}

.service-body__cta {
  text-align: center;
  margin: 0;
}

/* Approach */
.approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

@media (max-width: 800px) {
  .approach-layout {
    grid-template-columns: 1fr;
  }
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.timeline-item {
  position: relative;
  padding: 1.35rem 1.35rem 1.35rem 4.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 252, 0.1);
  background: rgba(10, 22, 40, 0.5);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: 0;
  bottom: -1.25rem;
  width: 1px;
  background: linear-gradient(to bottom, var(--sky-400), transparent);
  opacity: 0.35;
}

.timeline-item:last-child::before {
  bottom: 50%;
}

.timeline-step {
  position: absolute;
  left: 1rem;
  top: 1.35rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sky-400);
}

.timeline-item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Why */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.why-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(125, 211, 252, 0.1);
  background: rgba(5, 11, 20, 0.5);
}

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

.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* CTA */
.cta-band {
  padding-bottom: clamp(4rem, 10vw, 6rem);
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(10, 22, 40, 0.9));
  border: 1px solid rgba(125, 211, 252, 0.25);
  box-shadow: var(--shadow-glow);
}

@media (max-width: 768px) {
  .cta-inner {
    grid-template-columns: 1fr;
  }
}

.cta-copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.cta-copy p {
  margin: 0;
  color: var(--muted);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.cta-note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(248, 250, 252, 0.55);
  line-height: 1.5;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(125, 211, 252, 0.1);
  padding: 2.5rem 0;
  background: rgba(5, 11, 20, 0.85);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
}

@media (max-width: 640px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-nav {
    justify-content: center;
  }
}

.footer-tagline {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  color: rgba(248, 250, 252, 0.45);
}

.footer-nav {
  display: flex;
  gap: 1.25rem;
}

.footer-nav a {
  font-size: 0.9rem;
  color: var(--muted);
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-legal {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.8rem;
  color: rgba(248, 250, 252, 0.35);
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal-up 0.75s ease forwards;
}

.reveal-delay-1 {
  animation-delay: 0.08s;
}
.reveal-delay-2 {
  animation-delay: 0.16s;
}
.reveal-delay-3 {
  animation-delay: 0.24s;
}
.reveal-delay-4 {
  animation-delay: 0.32s;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

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

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

  .reveal,
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }

  .orbit-ring--outer,
  .orbit-ring--inner {
    animation: none;
  }
}
