/* ==========================================================================
   SEYNET — ULTRA PREMIUM 2026
   Visual direction: luxury technology / network / security / Seychelles
   ========================================================================== */

:root {
  --black: #01070f;
  --ink: #010b19;
  --ink-2: #01162c;
  --navy: #042a52;
  --panel: rgba(6, 22, 42, .66);
  --panel-deep: rgba(2, 13, 27, .88);

  --blue: #035df2;
  --blue-2: #0866d4;
  --cyan: #07c6fb;
  --silver: #edf3f4;
  --silver-2: #a5c9ef;
  --text: #f5faff;
  --muted: #91a8bf;
  --muted-2: #60758d;

  --red: #e31028;
  --yellow: #f5d914;
  --green: #05c450;

  --line: rgba(139, 185, 224, .14);
  --line-strong: rgba(7, 198, 251, .22);

  --shadow: 0 30px 90px rgba(0, 0, 0, .38);
  --shadow-soft: 0 18px 54px rgba(0, 0, 0, .25);

  --max: 1280px;
  --header-h: 88px;
  --radius: 24px;

  --ease: cubic-bezier(.2, .75, .18, 1);
}

/* ---------- Base ---------- */

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

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 4%, rgba(3, 93, 242, .07), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(7, 198, 251, .05), transparent 22%),
    linear-gradient(180deg, #01070f 0%, #010b19 36%, #01070f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(134, 175, 209, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(134, 175, 209, .035) 1px, transparent 1px);
  background-size: 72px 72px;
}

body.is-loading {
  overflow: hidden;
}

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

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

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

button {
  color: inherit;
}

.container {
  width: min(var(--max), calc(100% - 52px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 132px 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--cyan);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .19em;
}

.skip-link {
  position: fixed;
  top: -70px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: #00101d;
  background: var(--silver);
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

::selection {
  color: #00131d;
  background: var(--cyan);
}

/* ---------- Intro loader ---------- */

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: #01070f;
  animation: introExit .55s var(--ease) 1.65s forwards;
}

.loader-mark {
  display: grid;
  justify-items: center;
}

.loader-mark img {
  width: 116px;
  opacity: 0;
  transform: scale(.94);
  filter: drop-shadow(0 0 28px rgba(7, 198, 251, .3));
  animation: loaderLogo .75s var(--ease) .25s forwards;
}

.loader-line {
  width: 0;
  height: 1px;
  margin-bottom: 23px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(7, 198, 251, .6);
  animation: loaderLine .65s var(--ease) forwards;
}

.loader-word {
  margin-top: 16px;
  opacity: 0;
  color: #dfefff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .34em;
  animation: loaderWord .55s var(--ease) .72s forwards;
}

@keyframes loaderLine {
  to { width: 210px; }
}

@keyframes loaderLogo {
  to { opacity: 1; transform: scale(1); }
}

@keyframes loaderWord {
  to { opacity: 1; }
}

@keyframes introExit {
  to { opacity: 0; visibility: hidden; }
}

/* ---------- Pointer aura ---------- */

.pointer-aura {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(7, 198, 251, .065), transparent 67%);
  transition: opacity .3s ease;
}

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition:
    background .35s ease,
    border-color .35s ease,
    backdrop-filter .35s ease,
    transform .35s ease;
}

.site-header.scrolled {
  border-color: rgba(147, 185, 219, .1);
  background: rgba(1, 8, 18, .76);
  backdrop-filter: blur(20px) saturate(135%);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
}

.header-shell {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 184px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 18px rgba(7, 198, 251, .1));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: auto;
}

.main-nav a {
  position: relative;
  color: #bdccdc;
  font-size: .81rem;
  font-weight: 650;
  transition: color .25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: width .3s var(--ease);
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--text);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}

.language-switch {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .018);
}

.lang-btn {
  min-width: 33px;
  padding: 6px 7px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--muted);
  background: transparent;
  font-size: .67rem;
  font-weight: 800;
}

.lang-btn.active {
  color: #00121e;
  background: linear-gradient(135deg, #f5faff, #a5e8f7);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(7, 198, 251, .24);
  border-radius: 999px;
  color: #dff8ff;
  background: rgba(7, 198, 251, .045);
  font-size: .75rem;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(7, 198, 251, .46);
  background: rgba(7, 198, 251, .08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .025);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: #e7f4ff;
  transition: transform .3s var(--ease), opacity .3s ease;
}

/* ---------- Buttons ---------- */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 800;
  transition:
    transform .28s var(--ease),
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease;
}

.btn-primary {
  color: #00121d;
  background: linear-gradient(135deg, #1b7fff, var(--cyan));
  box-shadow: 0 14px 36px rgba(3, 93, 242, .22);
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: -140%;
  left: -45%;
  width: 32%;
  height: 380%;
  background: rgba(255, 255, 255, .35);
  transform: rotate(18deg);
  transition: left .55s var(--ease);
}

.btn-primary:hover::before {
  left: 130%;
}

.btn-secondary {
  color: #dbe9f7;
  border-color: var(--line);
  background: rgba(255, 255, 255, .018);
}

.btn-secondary:hover {
  border-color: rgba(7, 198, 251, .28);
  background: rgba(7, 198, 251, .04);
}

.btn-light {
  color: #02101e;
  background: var(--silver);
}

.btn:hover {
  transform: translateY(-3px);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--header-h) + 56px) 0 38px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .38;
  background-image:
    linear-gradient(rgba(116, 159, 196, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 159, 196, .045) 1px, transparent 1px);
  background-size: 76px 76px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.75) 58%, transparent 92%);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.75) 58%, transparent 92%);
}

.hero-light {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.hero-light-1 {
  top: 7%;
  right: -2%;
  width: 560px;
  height: 560px;
  background: rgba(3, 93, 242, .11);
}

.hero-light-2 {
  top: 35%;
  right: 25%;
  width: 260px;
  height: 260px;
  background: rgba(7, 198, 251, .085);
}

.hero-inner {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  gap: 42px;
  align-items: center;
  min-height: calc(100svh - var(--header-h) - 125px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 35px 0;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #9cb4cd;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(5, 196, 80, .7);
}

.hero-title {
  max-width: 750px;
  margin: 0;
  font-size: clamp(4rem, 6.8vw, 7.2rem);
  line-height: .91;
  letter-spacing: -.07em;
  text-wrap: balance;
}

.hero-description {
  max-width: 650px;
  margin: 27px 0 31px;
  color: #9fb4c9;
  font-size: 1.05rem;
}

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

.hero-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  color: #70869e;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.signature-rule {
  width: 45px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.hero-visual {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.cable-halo {
  position: absolute;
  inset: 14% 3% 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 44%, rgba(7, 198, 251, .11), transparent 48%),
    radial-gradient(circle at 50% 50%, rgba(3, 93, 242, .09), transparent 66%);
  filter: blur(26px);
}

.cable-stage {
  position: relative;
  width: min(760px, 58vw);
  will-change: transform;
  transform-style: preserve-3d;
}

.hero-cable {
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 36px 65px rgba(0, 0, 0, .34))
    drop-shadow(0 0 34px rgba(7, 198, 251, .16));
  user-select: none;
  -webkit-user-drag: none;
}

.cable-sweep {
  position: absolute;
  top: -10%;
  left: -25%;
  width: 24%;
  height: 120%;
  opacity: .22;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent);
  filter: blur(6px);
  transform: skewX(-16deg);
  mix-blend-mode: screen;
  animation: cableSweep 6.5s ease-in-out infinite;
}

@keyframes cableSweep {
  0%, 58% { left: -28%; opacity: 0; }
  67% { opacity: .22; }
  82%, 100% { left: 108%; opacity: 0; }
}

.hero-micro {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 150px;
  padding: 13px 15px;
  border: 1px solid rgba(142, 185, 221, .16);
  border-radius: 12px;
  background: rgba(1, 11, 25, .67);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.hero-micro small {
  color: #617991;
  font: 760 .55rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .11em;
}

.hero-micro strong {
  color: #d7efff;
  font: 850 .66rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.hero-micro-top {
  right: 3%;
  top: 18%;
}

.hero-micro-bottom {
  left: 11%;
  bottom: 18%;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.hero-meta > div {
  position: relative;
  min-height: 95px;
  padding: 19px 20px 17px;
  background: rgba(2, 12, 25, .88);
}

.hero-meta strong,
.hero-meta small {
  display: block;
}

.hero-meta strong {
  margin: 7px 0 2px;
  font-size: .76rem;
  letter-spacing: .12em;
}

.hero-meta small {
  color: #71889f;
  font-size: .72rem;
}

.meta-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.meta-dot.blue { background: var(--blue); }
.meta-dot.cyan { background: var(--cyan); }
.meta-dot.red { background: var(--red); }
.meta-dot.green { background: var(--green); }

/* ---------- Shared headings ---------- */

.section-heading {
  display: grid;
  grid-template-columns: 1.07fr .78fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading h2,
.brand-signature h2,
.split h2,
.network-heading h2,
.cctv-copy h2,
.why-copy h2,
.contact-copy h2,
.cta-inner h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.section-heading p,
.split-copy > p,
.network-heading p,
.cctv-copy > p,
.why-copy > p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
}

/* ---------- Brand signature ---------- */

.brand-signature {
  padding-top: 150px;
}

.brand-signature-copy {
  max-width: 880px;
  margin-bottom: 50px;
}

.brand-panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(145, 184, 216, .11);
  background: #010b19;
  box-shadow: var(--shadow);
}

.brand-panel img {
  width: 100%;
  aspect-ratio: 1881 / 836;
  object-fit: cover;
}

.brand-panel figcaption {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  color: #748ca5;
  font-size: .72rem;
  letter-spacing: .06em;
}

/* ---------- Services ---------- */

.services {
  background:
    radial-gradient(circle at 8% 22%, rgba(3, 93, 242, .045), transparent 24%),
    linear-gradient(180deg, rgba(1,11,25,.05), rgba(3,17,33,.55), rgba(1,11,25,.05));
}

.service-editorial {
  border-top: 1px solid var(--line);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr 1.12fr 46px;
  gap: 32px;
  align-items: center;
  min-height: 165px;
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, padding .35s var(--ease);
}

.service-row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  transition: width .45s var(--ease);
}

.service-row[data-accent="blue"]::before { background: var(--blue); }
.service-row[data-accent="cyan"]::before { background: var(--cyan); }
.service-row[data-accent="red"]::before { background: var(--red); }
.service-row[data-accent="green"]::before { background: var(--green); }

.service-row:hover {
  padding-inline: 16px;
  background: rgba(255,255,255,.018);
}

.service-row:hover::before {
  width: 100%;
}

.service-number {
  color: #51677f;
  font: 760 .68rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.service-title > span {
  display: block;
  margin-bottom: 5px;
  color: #6e879f;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.service-title h3 {
  margin: 0;
  font-size: 1.38rem;
  letter-spacing: -.02em;
}

.service-row > p {
  margin: 0;
  color: #879db4;
  font-size: .9rem;
}

.service-row > a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #d8ebfa;
  transition: transform .3s var(--ease), border-color .3s ease;
}

.service-row:hover > a {
  transform: rotate(45deg);
  border-color: rgba(7,198,251,.32);
}

/* ---------- Split / IT ---------- */

.it-section {
  background: linear-gradient(180deg, rgba(1,8,18,.05), rgba(4,18,34,.58), rgba(1,8,18,.05));
}

.split {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 100px;
  align-items: start;
}

.split-copy > p {
  max-width: 600px;
  margin-top: 26px;
}

.capability-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-list > div {
  min-height: 136px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.012);
}

.capability-list span,
.capability-list strong,
.capability-list small {
  display: block;
}

.capability-list span {
  color: var(--cyan);
  font: 760 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.capability-list strong {
  margin-top: 33px;
  font-size: .91rem;
}

.capability-list small {
  margin-top: 4px;
  color: #70879f;
  font-size: .73rem;
}

/* ---------- Networks ---------- */

.network-section {
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.network-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 80% 48%, rgba(7,198,251,.055), transparent 33%),
    linear-gradient(180deg, #010914, #021325 52%, #010914);
}

.network-watermark {
  position: absolute;
  right: -120px;
  top: 50%;
  z-index: -2;
  width: min(690px, 50vw);
  opacity: .09;
  transform: translateY(-50%) rotate(-6deg);
  filter: saturate(.9);
}

.network-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.network-lines i {
  position: absolute;
  left: -15%;
  right: -15%;
  height: 1px;
  opacity: .22;
  background: linear-gradient(90deg, transparent, var(--blue), var(--cyan), transparent);
  animation: networkFlow 9s linear infinite;
}

.network-lines i:nth-child(1) { top: 30%; animation-delay: 0s; }
.network-lines i:nth-child(2) { top: 45%; animation-delay: -2s; opacity: .13; }
.network-lines i:nth-child(3) { top: 60%; animation-delay: -4s; opacity: .18; }
.network-lines i:nth-child(4) { top: 74%; animation-delay: -6s; opacity: .1; }

@keyframes networkFlow {
  0% { transform: translateX(-12%); filter: hue-rotate(0deg); }
  100% { transform: translateX(12%); filter: hue-rotate(10deg); }
}

.network-heading {
  max-width: 910px;
}

.network-heading p {
  max-width: 680px;
  margin-top: 27px;
}

.network-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 920px;
  margin-top: 42px;
}

.network-specs span,
.cctv-features span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #a9bfd4;
  background: rgba(255,255,255,.015);
  font: 740 .65rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .05em;
}

/* ---------- CCTV ---------- */

.cctv-section {
  background:
    radial-gradient(circle at 18% 48%, rgba(7,198,251,.055), transparent 28%),
    linear-gradient(180deg, #010914, #031325 50%, #010914);
}

.cctv-layout {
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  gap: 88px;
  align-items: center;
}

.cctv-stage {
  position: relative;
  height: 560px;
  overflow: hidden;
  border: 1px solid rgba(7,198,251,.15);
  background:
    radial-gradient(circle at 50% 50%, rgba(7,198,251,.08), transparent 34%),
    linear-gradient(145deg, #071c31, #010913);
  box-shadow: var(--shadow);
}

.cctv-radar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(7,198,251,.06);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cctv-radar::before,
.cctv-radar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(7,198,251,.06);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cctv-radar::before {
  width: 285px;
  height: 285px;
}

.cctv-radar::after {
  width: 150px;
  height: 150px;
}

.scan {
  position: absolute;
  left: 0;
  right: 0;
  top: 12%;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(7,198,251,.5);
  animation: scanMove 5s linear infinite;
}

@keyframes scanMove {
  0% { top: 10%; opacity: 0; }
  10%, 90% { opacity: 1; }
  100% { top: 90%; opacity: 0; }
}

.camera {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.camera-body {
  position: relative;
  width: 275px;
  height: 126px;
  border-radius: 34px 55px 55px 34px;
  background: linear-gradient(155deg, #f2f7fa, #8998a5 62%, #3f5060);
  box-shadow: 0 34px 60px rgba(0,0,0,.45);
  transform: rotate(-8deg);
}

.camera-lens {
  position: absolute;
  right: 20px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 8px solid #344757;
  border-radius: 50%;
  background: #04101a;
}

.camera-lens i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #63efff, #0b4470 36%, #010407 72%);
  box-shadow: 0 0 32px rgba(7,198,251,.42);
}

.camera-arm {
  width: 96px;
  height: 25px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  background: #64737e;
  transform: rotate(-8deg);
}

.hud {
  position: absolute;
  inset: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  color: #718aa3;
  font: 750 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .06em;
}

.hud .recording {
  color: #ff5f79;
}

.hud span:last-child {
  grid-column: 2;
}

.cctv-copy > p {
  margin-top: 26px;
}

.cctv-features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0;
}

.text-link {
  color: #d2efff;
  font-size: .82rem;
  font-weight: 800;
}

/* ---------- Security ---------- */

.security-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.security-rail > div {
  position: relative;
  min-height: 205px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.012);
}

.security-rail span,
.security-rail strong,
.security-rail small {
  display: block;
}

.security-rail span {
  color: var(--green);
  font: 760 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.security-rail strong {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 48px;
  font-size: .93rem;
}

.security-rail small {
  position: absolute;
  left: 22px;
  bottom: 24px;
  color: #70879f;
  font-size: .72rem;
}

/* ---------- Why / Seychelles ---------- */

.why-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 70%, rgba(3,93,242,.055), transparent 27%),
    linear-gradient(180deg, rgba(1,8,18,.1), rgba(3,17,32,.62), rgba(1,8,18,.05));
}

.seychelles-wave {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 11%;
  height: 120px;
  opacity: .12;
  border-radius: 50%;
  border-top: 1px solid var(--cyan);
  transform: rotate(-2deg);
  box-shadow:
    0 -12px 0 -11px var(--blue),
    0 -24px 0 -23px rgba(7,198,251,.7);
}

.why-layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 100px;
  align-items: start;
}

.why-copy > p {
  max-width: 610px;
  margin-top: 25px;
}

.why-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.why-points > div {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.012);
}

.why-points b,
.why-points strong {
  display: block;
}

.why-points b {
  margin-bottom: 50px;
  color: var(--cyan);
  font: 760 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.why-points strong {
  font-size: .92rem;
}

/* ---------- Final CTA ---------- */

.final-cta {
  padding: 30px 0 132px;
}

.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 55px;
  align-items: end;
  overflow: hidden;
  padding: 54px;
  border: 1px solid rgba(7,198,251,.2);
  background:
    radial-gradient(circle at 82% 20%, rgba(7,198,251,.15), transparent 27%),
    linear-gradient(135deg, #06294f 0%, #075680 54%, #06243d 100%);
  box-shadow: 0 30px 90px rgba(0, 70, 135, .22);
}

.cta-inner > img {
  position: absolute;
  right: -110px;
  top: -230px;
  width: 560px;
  opacity: .11;
  transform: rotate(15deg);
}

.cta-inner > div,
.cta-inner > a {
  position: relative;
  z-index: 2;
}

/* ---------- Contact ---------- */

.contact-layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 90px;
  align-items: start;
}

.contact-copy > p {
  max-width: 570px;
  margin-top: 25px;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.contact-details > a,
.contact-details > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-details small,
.contact-details strong {
  display: block;
}

.contact-details small {
  color: #6c8299;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-details strong {
  margin-top: 6px;
  font-size: .95rem;
}

.quote-form {
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(3, 17, 32, .58);
  box-shadow: var(--shadow-soft);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.quote-form label > span {
  color: #95aac0;
  font-size: .73rem;
  font-weight: 700;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(132, 174, 211, .14);
  border-radius: 0;
  outline: none;
  color: #edf8ff;
  background: #020d1a;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.quote-form textarea {
  min-height: 138px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  border-color: rgba(7,198,251,.46);
  box-shadow: 0 0 0 3px rgba(7,198,251,.045);
}

.form-note {
  margin: 13px 0 0;
  color: #64798f;
  font-size: .7rem;
}

/* ---------- Footer ---------- */

.site-footer {
  padding: 70px 0 26px;
  border-top: 1px solid var(--line);
  background: #01070f;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 1fr);
  gap: 44px;
}

.footer-brand img {
  width: 300px;
}

.footer-brand p {
  margin: 18px 0 4px;
  color: #879db3;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.footer-brand strong {
  display: block;
  max-width: 430px;
  color: #668098;
  font-size: .62rem;
  letter-spacing: .14em;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column h3 {
  margin: 0 0 9px;
  color: #70879e;
  font-size: .66rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: #9eb1c4;
  font-size: .8rem;
}

.footer-column a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 25px;
  align-items: center;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(130,170,204,.09);
  color: #566d84;
  font-size: .62rem;
  letter-spacing: .09em;
}

.footer-bottom span:last-child {
  text-align: right;
}

/* ---------- Reveal ---------- */

.reveal,
.reveal-item {
  opacity: 0;
  transform: translateY(20px);
}

.reveal.is-visible,
.reveal-item.is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity .8s var(--ease),
    transform .8s var(--ease);
}

.hero .reveal-item:nth-child(2) { transition-delay: .07s; }
.hero .reveal-item:nth-child(3) { transition-delay: .13s; }
.hero .reveal-item:nth-child(4) { transition-delay: .19s; }
.hero .reveal-item:nth-child(5) { transition-delay: .24s; }

/* ---------- Responsive ---------- */

@media (max-width: 1180px) {
  :root {
    --header-h: 80px;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 21px;
    padding: 44px 30px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    background:
      radial-gradient(circle at 80% 20%, rgba(3,93,242,.08), transparent 28%),
      rgba(1, 8, 18, .98);
    transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .main-nav a {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    letter-spacing: -.03em;
  }

  .main-nav a::after {
    bottom: -4px;
  }

  .header-actions .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: 860px;
    padding-top: 60px;
  }

  .hero-visual {
    min-height: 590px;
  }

  .cable-stage {
    width: min(720px, 78vw);
  }

  .section-heading,
  .split,
  .why-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .service-row {
    grid-template-columns: 60px 1fr 1.15fr 44px;
    gap: 22px;
  }

  .security-rail {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .footer-column:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(var(--max), calc(100% - 30px));
  }

  .section {
    padding: 96px 0;
  }

  .hero {
    padding-top: var(--header-h);
  }

  .hero-title {
    font-size: clamp(3.5rem, 13vw, 5.6rem);
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-meta {
    grid-template-columns: 1fr 1fr;
  }

  .service-row {
    grid-template-columns: 50px 1fr 44px;
    gap: 16px;
    padding: 27px 0;
  }

  .service-row > p {
    grid-column: 2 / 4;
    padding-right: 20px;
  }

  .capability-list {
    grid-template-columns: 1fr 1fr;
  }

  .cctv-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cctv-stage {
    order: 2;
  }

  .security-rail {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:last-child {
    grid-column: auto;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 620px) {
  :root {
    --header-h: 72px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .header-shell {
    gap: 10px;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    padding-bottom: 24px;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .hero-title {
    font-size: clamp(3.2rem, 16vw, 4.5rem);
  }

  .hero-description {
    font-size: .98rem;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-signature {
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 420px;
  }

  .cable-stage {
    width: min(520px, 104vw);
  }

  .hero-micro {
    display: none;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .brand-signature {
    padding-top: 90px;
  }

  .brand-panel figcaption {
    font-size: .66rem;
  }

  .service-row {
    grid-template-columns: 42px 1fr 40px;
  }

  .service-title h3 {
    font-size: 1.12rem;
  }

  .capability-list,
  .security-rail,
  .why-points,
  .form-row,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .security-rail > div {
    min-height: 145px;
  }

  .cctv-stage {
    height: 410px;
  }

  .camera-body {
    width: 220px;
    height: 104px;
  }

  .camera-lens {
    width: 72px;
    height: 72px;
    top: 16px;
  }

  .camera-lens i {
    width: 39px;
    height: 39px;
  }

  .cta-inner {
    padding: 32px 24px;
  }

  .quote-form {
    padding: 20px;
  }

  .footer-brand,
  .footer-column:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-bottom span:last-child {
    text-align: left;
  }

  .pointer-aura {
    display: none;
  }
}

/* ---------- Motion accessibility ---------- */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  body.is-loading {
    overflow: auto;
  }

  .intro-loader {
    display: none;
  }

  .reveal,
  .reveal-item {
    opacity: 1;
    transform: none;
  }

  .cable-stage {
    transform: none !important;
  }
}
