﻿:root {
  --bg: #08111f;
  --bg-soft: #0d1a2c;
  --panel: rgba(13, 27, 45, 0.72);
  --panel-strong: rgba(15, 31, 51, 0.92);
  --cyan: #00cfff;
  --cyan-2: #00e5ff;
  --white: #ffffff;
  --muted: #bac8d6;
  --line: rgba(186, 200, 214, 0.18);
  --shadow: 0 24px 80px rgba(0, 207, 255, 0.18);
  --radius: 8px;
  --max: 1180px;
  --font: "Poppins", "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

.service-band {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 207, 255, 0.14), transparent 26rem),
    radial-gradient(circle at 92% 22%, rgba(0, 229, 255, 0.09), transparent 24rem),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

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

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

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--bg);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-mark {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 229, 255, 0.55);
  box-shadow: 0 0 34px rgba(0, 207, 255, 0.4);
  color: var(--cyan-2);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 17, 31, 0.78);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid rgba(0, 229, 255, 0.65);
  object-fit: cover;
  box-shadow: 0 0 24px rgba(0, 207, 255, 0.24);
}

.brand-name {
  line-height: 1;
}

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

.nav-links a {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

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

.menu-toggle,
.theme-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(0, 229, 255, 0.5);
  background: rgba(0, 207, 255, 0.1);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0, 207, 255, 0.24);
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-2));
  color: #03101c;
  border-color: transparent;
}

.btn-ghost {
  background: rgba(8, 17, 31, 0.36);
}

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

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

.section-kicker {
  color: var(--cyan-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 10px;
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-lead {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.04rem;
  margin: 18px 0 0;
}

.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("../images/hero/security-command-center.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.82), rgba(8, 17, 31, 0.42), rgba(8, 17, 31, 0.85)),
    linear-gradient(180deg, rgba(8, 17, 31, 0.25), rgba(8, 17, 31, 0.92));
}

#particles {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.72;
}

.scanlines {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 5px;
  mix-blend-mode: screen;
  opacity: 0.34;
}

.hero-content {
  width: min(940px, calc(100% - 32px));
  text-align: center;
  padding-top: 70px;
}

.hero h1 {
  margin: 0;
  font-family: "Orbitron", "Montserrat", var(--font);
  font-size: clamp(2.7rem, 9vw, 8.2rem);
  line-height: 0.9;
  letter-spacing: 0.045em;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  color: #f7fcff;
  -webkit-text-stroke: 1px rgba(0, 229, 255, 0.34);
  text-shadow:
    0 0 12px rgba(0, 229, 255, 0.55),
    0 0 34px rgba(0, 207, 255, 0.38),
    0 18px 70px rgba(0, 0, 0, 0.48);
}

.hero-tagline {
  width: min(520px, 86vw);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  color: var(--cyan-2);
  font-size: clamp(0.68rem, 1.6vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(0, 229, 255, 0.42);
}

.hero-tagline span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.85));
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.5);
}

.hero-tagline span:last-child {
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.85), transparent);
}

.hero-tagline strong {
  white-space: nowrap;
}

.hero-subtitle {
  margin: 24px 0 8px;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 700;
}

.hero-meta {
  color: var(--muted);
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(0.98rem, 2vw, 1.22rem);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-bottom {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: min(var(--max), calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-stat {
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(8, 17, 31, 0.52);
  backdrop-filter: blur(14px);
}

.hero-stat strong {
  display: block;
  font-size: 1.7rem;
  color: var(--cyan-2);
}

.hero-stat span {
  color: var(--muted);
  font-size: 0.88rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.project-card,
.why-card,
.contact-card {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
}

.service-card {
  min-height: 310px;
  padding: 26px;
  overflow: hidden;
  position: relative;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 207, 255, 0.16), transparent 42%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  color: var(--cyan-2);
  border: 1px solid rgba(0, 229, 255, 0.35);
  background: rgba(0, 207, 255, 0.08);
  box-shadow: 0 0 24px rgba(0, 207, 255, 0.18);
}

.service-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.45));
}


.service-card h3,
.why-card h3,
.contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
}

.service-card p,
.why-card p,
.contact-card p {
  color: var(--muted);
  margin: 0;
}

.service-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--cyan-2);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.visual-panel {
  position: relative;
  min-height: 440px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(0, 207, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.visual-panel::before,
.visual-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 229, 255, 0.35);
}

.visual-panel::before {
  width: 72%;
  height: 52%;
  left: 14%;
  top: 16%;
}

.visual-panel::after {
  width: 34%;
  height: 24%;
  right: 12%;
  bottom: 14%;
  box-shadow: 0 0 42px rgba(0, 207, 255, 0.18);
}

.device {
  position: absolute;
  border: 1px solid rgba(0, 229, 255, 0.4);
  background: rgba(8, 17, 31, 0.72);
  box-shadow: 0 0 34px rgba(0, 207, 255, 0.22);
}

.device.camera {
  width: 190px;
  height: 72px;
  top: 96px;
  left: 52px;
}

.device.camera::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  right: 10px;
  top: 8px;
  border: 1px solid var(--cyan-2);
  border-radius: 50%;
  box-shadow: inset 0 0 18px rgba(0, 207, 255, 0.4);
}

.device.panel {
  width: 150px;
  height: 210px;
  right: 54px;
  top: 118px;
}

.device.rack {
  width: 260px;
  height: 120px;
  left: 88px;
  bottom: 62px;
}

.device.rack span {
  display: block;
  height: 18px;
  margin: 14px;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.55), rgba(255, 255, 255, 0.08));
}

.numbers {
  background: linear-gradient(180deg, rgba(0, 207, 255, 0.07), rgba(255, 255, 255, 0.02));
  border-block: 1px solid var(--line);
}

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

.number-item {
  padding: 32px 22px;
  background: rgba(8, 17, 31, 0.88);
  text-align: center;
}

.number-item strong {
  display: block;
  color: var(--cyan-2);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1;
}

.number-item span {
  color: var(--muted);
  font-weight: 600;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.feature-row b {
  color: var(--cyan-2);
}

.feature-row span {
  color: var(--muted);
}

.page-hero {
  min-height: 58svh;
  display: grid;
  align-items: end;
  padding: 150px 0 74px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 31, 0.95), rgba(8, 17, 31, 0.62)),
    url("../images/hero/security-command-center.png") center/cover;
  z-index: -2;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.24;
  z-index: -1;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.2rem);
  line-height: 0.96;
}

.service-band {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: stretch;
  margin-top: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.service-band:nth-child(even) {
  grid-template-columns: 1.08fr 0.92fr;
}

.service-band:nth-child(even) .service-art {
  order: 2;
}

.service-art {
  min-height: 340px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(0, 207, 255, 0.18), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 32% 38%, rgba(0, 229, 255, 0.28), transparent 9rem);
  overflow: hidden;
}

.service-art .device {
  transform: scale(0.92);
}

.service-copy {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
}

.service-copy p {
  color: var(--muted);
  margin: 0 0 22px;
}

.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.tag {
  padding: 7px 10px;
  color: var(--cyan-2);
  border: 1px solid rgba(0, 229, 255, 0.28);
  background: rgba(0, 207, 255, 0.06);
  font-size: 0.84rem;
  font-weight: 700;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0;
}

.filter-btn {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.filter-btn.is-active,
.filter-btn:hover {
  color: #03101c;
  background: var(--cyan-2);
  border-color: var(--cyan-2);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.project-card {
  overflow: hidden;
  cursor: pointer;
}

.project-image {
  min-height: 260px;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 207, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.project-image::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(0, 229, 255, 0.32);
  transform: scale(1);
  transition: transform 0.3s ease;
}



.project-card:hover .project-image img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.project-card figcaption {
  padding: 18px;
}

.project-card h3 {
  margin: 0 0 4px;
}

.project-card p {
  margin: 0;
  color: var(--muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  place-items: center;
  background: rgba(3, 10, 18, 0.9);
  padding: 24px;
}

.lightbox.is-open {
  display: grid;
}

.lightbox-content {
  width: min(980px, 100%);
  border: 1px solid var(--line);
  background: var(--panel-strong);
}

.lightbox-image {
  min-height: 520px;
  background: rgba(255, 255, 255, 0.04);
}

.lightbox-image img {
  width: 100%;
  height: min(72vh, 680px);
  object-fit: contain;
  background: #050b14;
}

.lightbox-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
}

.lightbox-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.timeline {
  position: relative;
  display: grid;
  gap: 22px;
  margin-top: 44px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--cyan-2), rgba(186, 200, 214, 0.12));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
}

.timeline-dot {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #03101c;
  background: var(--cyan-2);
  font-weight: 900;
}

.timeline-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.timeline-card h3 {
  margin: 0 0 6px;
}

.timeline-card p {
  color: var(--muted);
  margin: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.map {
  min-height: 560px;
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 207, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 207, 255, 0.16) 1px, transparent 1px),
    #0b1727;
  background-size: 44px 44px;
  position: relative;
}

.map::before {
  content: "M CONNECT";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--cyan-2);
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 14px 18px;
  border: 1px solid rgba(0, 229, 255, 0.4);
  background: rgba(8, 17, 31, 0.75);
}

.map.map-embed::before {
  display: none;
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.1);
}

.contact-identity {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}

.business-card-image {
  min-height: 220px;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.business-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-person {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.contact-person h2 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.contact-person p {
  margin: 0 0 16px;
  color: var(--muted);
}

.contact-form {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.field label {
  color: var(--muted);
  font-size: 0.9rem;
}

.field input,
.field textarea {
  width: 100%;
  color: var(--white);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  padding: 13px 14px;
  outline: none;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(0, 229, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(0, 207, 255, 0.12);
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.quick-contact a {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 700;
}

.quick-contact a:hover {
  color: #03101c;
  background: var(--cyan-2);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(3, 10, 18, 0.56);
  padding: 54px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  gap: 28px;
}

.footer-grid h3,
.footer-grid h4 {
  margin: 0 0 14px;
}

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

.footer-brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid rgba(0, 229, 255, 0.45);
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
}

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

.copyright {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

body.light-mode {
  --bg: #f6fbff;
  --bg-soft: #eaf3fb;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.95);
  --white: #08111f;
  --muted: #4d6378;
  --line: rgba(8, 17, 31, 0.12);
  color: var(--white);
}

body.light-mode .site-header.is-scrolled {
  background: rgba(246, 251, 255, 0.82);
}

body.light-mode .hero-media::after,
body.light-mode .page-hero::before {
  filter: brightness(1.1);
}

.service-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 6px;
}

.service-jump-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 700;
}

.service-jump-nav a:hover {
  color: #03101c;
  background: var(--cyan-2);
  border-color: var(--cyan-2);
}

.contact-simple-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 22px;
  align-items: start;
}

.contact-info-panel {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.contact-info-panel h2 {
  margin: 0 0 12px;
  font-size: 1.6rem;
}

.contact-info-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.contact-info-list a,
.contact-info-list span {
  display: block;
  color: var(--muted);
}

.contact-info-list strong {
  display: block;
  color: var(--cyan-2);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}



.feature-row img {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  margin-top: 1px;
  filter: drop-shadow(0 0 9px rgba(0, 229, 255, 0.35));
}

.process-panel {
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(145deg, rgba(0, 207, 255, 0.14), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 78% 18%, rgba(0, 229, 255, 0.18), transparent 12rem);
}

.process-panel::before,
.process-panel::after {
  display: none;
}

.process-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.process-panel-header strong {
  color: var(--cyan-2);
  letter-spacing: 0;
  font-size: 0.95rem;
}

.process-screen {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.process-node,
.process-status {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(0, 229, 255, 0.2);
  background: rgba(8, 17, 31, 0.64);
  backdrop-filter: blur(14px);
}

.process-node::after {
  content: "";
  position: absolute;
  left: 39px;
  bottom: -17px;
  width: 1px;
  height: 16px;
  background: rgba(0, 229, 255, 0.35);
}

.process-node:nth-of-type(3)::after {
  display: none;
}

.process-node img,
.process-status img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.45));
}

.process-node strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
}

.process-node span,
.process-status span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.process-node.is-active {
  border-color: rgba(0, 229, 255, 0.55);
  box-shadow: 0 0 34px rgba(0, 207, 255, 0.16);
}

.process-status {
  margin-top: 12px;
  color: var(--cyan-2);
  background: rgba(0, 207, 255, 0.08);
}

.service-art-console {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background:
    linear-gradient(145deg, rgba(0, 207, 255, 0.15), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 78% 18%, rgba(0, 229, 255, 0.20), transparent 12rem),
    radial-gradient(circle at 18% 85%, rgba(255, 255, 255, 0.08), transparent 10rem);
}

.service-art-console::before,
.service-art-console::after {
  display: none;
}

.service-visual-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(0, 229, 255, 0.28);
  background: rgba(8, 17, 31, 0.68);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.service-visual-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 229, 255, 0.42);
  background: rgba(0, 207, 255, 0.08);
  box-shadow: 0 0 30px rgba(0, 207, 255, 0.18);
}

.service-visual-icon img {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.5));
}

.service-visual-card span {
  display: block;
  color: var(--cyan-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-visual-card strong {
  display: block;
  margin-top: 4px;
  color: var(--white);
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.1;
}

.service-visual-lines {
  display: grid;
  gap: 12px;
}

.service-visual-lines span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--muted);
  border: 1px solid rgba(186, 200, 214, 0.15);
  background: rgba(255, 255, 255, 0.045);
}

.service-visual-lines b {
  color: var(--cyan-2);
  font-size: 0.82rem;
}

[data-card-link] {
  cursor: pointer;
}

[data-card-link]:focus-visible {
  outline: 2px solid var(--cyan-2);
  outline-offset: 4px;
}


@keyframes heroSlowZoom {
  0%, 100% {
    background-position: center center;
    transform: scale(1.04);
  }
  50% {
    background-position: center 44%;
    transform: scale(1.08);
  }
}

.hero-media {
  animation: heroSlowZoom 18s ease-in-out infinite;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-link img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  filter: drop-shadow(0 0 6px rgba(0, 229, 255, 0.35));
}




/* Android/mobile overflow guard */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.hero,
.section,
.site-footer {
  max-width: 100vw;
  overflow-x: hidden;
  overflow-x: clip;
}

#particles {
  width: 100%;
  height: 100%;
  max-width: 100vw;
}

@media (max-width: 700px) {
  #particles {
    display: none;
  }

  .hero-media {
    animation: none;
    transform: none !important;
    background-position: center top;
  }

  .hero-content {
    width: min(100% - 24px, 420px);
    max-width: calc(100vw - 24px);
  }

  .hero h1 {
    font-size: clamp(2rem, 10.8vw, 3rem);
    letter-spacing: 0.012em;
  }
}


