/* =========================================================
   CYARAX 2026 — Visual identity layer
   Loaded after the legacy template CSS to keep the migration
   reversible while the remaining pages move to Astro.
   ========================================================= */

:root {
  --cy-navy-950: #061321;
  --cy-navy-900: #091a2c;
  --cy-navy-800: #0d2740;
  --cy-blue-600: #1677e8;
  --cy-blue-500: #2588f2;
  --cy-cyan-500: #19c7e8;
  --cy-cyan-400: #35d5ee;
  --cy-ink: #102033;
  --cy-text: #415267;
  --cy-muted: #64748b;
  --cy-line: #dfe8f1;
  --cy-surface: #ffffff;
  --cy-surface-soft: #f5f8fc;
  --cy-surface-blue: #eef7fc;
  --cy-gradient: linear-gradient(135deg, var(--cy-blue-600) 0%, var(--cy-cyan-500) 100%);
  --cy-shadow-sm: 0 10px 30px rgba(6, 19, 33, 0.07);
  --cy-shadow-md: 0 18px 50px rgba(6, 19, 33, 0.1);
  --cy-radius-sm: 10px;
  --cy-radius-md: 16px;
  --cy-radius-lg: 24px;
}

html {
  background: var(--cy-surface);
}

body {
  background: var(--cy-surface);
  color: var(--cy-text);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Barlow", "Segoe UI", sans-serif;
  color: var(--cy-ink);
  letter-spacing: -0.02em;
}

p {
  color: var(--cy-text);
  font-size: 16px;
  line-height: 1.75;
}

a {
  color: var(--cy-ink);
}

a:hover {
  color: var(--cy-blue-600);
}

::selection {
  background: rgba(25, 199, 232, 0.24);
  color: var(--cy-navy-950);
}

.skip-link {
  border: 1px solid var(--cy-line);
  border-radius: var(--cy-radius-sm);
  color: var(--cy-navy-900);
  box-shadow: var(--cy-shadow-sm);
}

/* ---------- Shared section typography ---------- */
.site-title-tagline,
.sub-title,
.hero-kicker {
  color: var(--cy-blue-600);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-title-tagline::before {
  width: 30px;
  background: var(--cy-gradient);
}

.sub-title {
  padding-left: 0;
  margin-bottom: 12px;
}

.sub-title::before {
  display: none;
}

.site-title {
  color: var(--cy-ink);
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.heading-divider {
  width: 52px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--cy-gradient);
}

/* ---------- Buttons ---------- */
.theme-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--cy-radius-sm);
  background: var(--cy-gradient);
  background-image: var(--cy-gradient);
  color: #fff;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(22, 119, 232, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.theme-btn::before {
  display: none;
}

.theme-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(22, 119, 232, 0.28);
}

.theme-btn:focus-visible {
  outline: 3px solid rgba(53, 213, 238, 0.9);
  outline-offset: 3px;
}

.theme-btn.theme-btn-outline {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.theme-btn.theme-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
}

/* ---------- Header ---------- */
.header .navbar {
  min-height: 88px;
  background: linear-gradient(180deg, rgba(6, 19, 33, 0.48) 0%, rgba(6, 19, 33, 0) 100%);
}

@media (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 26px;
    padding: 31px 0 29px;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Barlow", "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  .navbar .nav-item .nav-link::before {
    bottom: 22px;
    height: 2px;
    background: var(--cy-gradient);
  }

  .navbar .nav-item .nav-link.active::before,
  .navbar .nav-item .nav-link:hover::before {
    width: 24px;
  }

  .navbar .nav-item .dropdown-menu {
    min-width: 680px;
    padding: 24px !important;
    border: 1px solid var(--cy-line);
    border-radius: var(--cy-radius-md);
    box-shadow: 0 24px 60px rgba(6, 19, 33, 0.16);
  }

  .dropdown-menu .dropdown-header {
    color: var(--cy-ink);
    font-family: "Barlow", "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    color: var(--cy-text);
    border-radius: 8px;
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom-color: #edf2f7;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: var(--cy-blue-600);
  }
}

.dropdown-overview-link {
  color: var(--cy-blue-600);
}

.navbar.fixed-top {
  min-height: 76px;
  border-bottom: 1px solid rgba(223, 232, 241, 0.85);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(6, 19, 33, 0.07);
  backdrop-filter: blur(16px);
}

.navbar.fixed-top .nav-item .nav-link {
  color: var(--cy-ink);
}

button.navbar-toggler:focus-visible,
.navbar .nav-link:focus-visible,
.navbar .dropdown-item:focus-visible,
.navbar-brand:focus-visible {
  outline-color: var(--cy-cyan-500);
}

@media (max-width: 991px) {
  .header .navbar {
    min-height: 76px;
    background: rgba(6, 19, 33, 0.88);
    backdrop-filter: blur(14px);
  }

  .navbar.fixed-top {
    background: rgba(255, 255, 255, 0.97);
  }

  .navbar-collapse {
    border-top: 1px solid var(--cy-line);
    background: #fff;
    box-shadow: 0 18px 36px rgba(6, 19, 33, 0.1);
  }

  .navbar .nav-item .nav-link {
    color: var(--cy-ink);
    font-family: "Barlow", "Segoe UI", sans-serif;
    font-weight: 650;
  }

  .navbar .nav-item .nav-link:hover,
  .navbar .nav-item .nav-link.active {
    color: var(--cy-blue-600) !important;
  }
}

/* ---------- Hero ---------- */
.hero-single {
  min-height: min(900px, 100svh);
  background: var(--cy-navy-950);
}

.hero-single::before {
  background:
    linear-gradient(90deg, rgba(6, 19, 33, 0.96) 0%, rgba(6, 19, 33, 0.84) 38%, rgba(6, 19, 33, 0.48) 64%, rgba(6, 19, 33, 0.18) 100%);
}

.hero-single::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 18% 68%, rgba(25, 199, 232, 0.14), transparent 34%);
}

.hero-lcp-img {
  filter: saturate(0.82) contrast(1.06);
}

.hero-content {
  max-width: 760px;
  padding: 150px 0 82px;
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--cy-cyan-400);
}

.hero-single .hero-content .hero-title {
  max-width: 730px;
  margin-bottom: 22px;
  color: #fff;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.15rem);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.hero-single .hero-content p.hero-text {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.72;
}

.hero-btn-group {
  gap: 14px;
}

.hero-trust-list {
  gap: 8px;
  margin-top: 26px;
}

.hero-trust-list li {
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.015em;
  backdrop-filter: blur(6px);
}

@media (max-width: 991px) {
  .hero-single {
    min-height: 760px;
    padding-bottom: 0;
  }

  .hero-single::before {
    background: linear-gradient(90deg, rgba(6, 19, 33, 0.94) 0%, rgba(6, 19, 33, 0.72) 72%, rgba(6, 19, 33, 0.42) 100%);
  }

  .hero-single .hero-content {
    padding: 180px 1rem 110px;
  }
}

@media (max-width: 767px) {
  .hero-single {
    min-height: 700px;
  }

  .hero-lcp-img {
    object-position: 62% center;
  }

  .hero-single::before {
    background: linear-gradient(180deg, rgba(6, 19, 33, 0.82) 0%, rgba(6, 19, 33, 0.94) 58%, rgba(6, 19, 33, 0.98) 100%);
  }

  .hero-single .hero-content {
    padding: 150px 0.25rem 86px;
  }

  .hero-single .hero-content .hero-title {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
  }

  .hero-btn-group .theme-btn {
    flex: 1 1 100%;
  }
}

/* ---------- Feature cards ---------- */
.feature-area {
  margin-top: -46px;
  padding: 0 0 92px !important;
  z-index: 4;
}

.feature-item {
  padding: 30px 28px;
  border: 1px solid rgba(223, 232, 241, 0.95);
  border-radius: var(--cy-radius-md);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--cy-shadow-md);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-item::before {
  height: 3px;
  border: 0;
  border-radius: 0 0 var(--cy-radius-md) var(--cy-radius-md);
  background: var(--cy-gradient);
}

.feature-item:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 136, 242, 0.26);
  box-shadow: 0 22px 54px rgba(6, 19, 33, 0.13);
}

.feature-icon,
.feature-item:hover .feature-icon {
  transform: none;
}

.feature-icon i,
.feature-item:hover .feature-icon i {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(37, 136, 242, 0.16);
  background: linear-gradient(145deg, rgba(37, 136, 242, 0.1), rgba(25, 199, 232, 0.12));
  color: var(--cy-blue-600);
  font-size: 34px;
}

.feature-item h5,
.feature-title {
  color: var(--cy-ink);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.feature-item p {
  color: var(--cy-text);
}

.feature-item .service-read-btn {
  color: var(--cy-blue-600);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .feature-area {
    margin-top: -24px;
    padding-bottom: 70px !important;
  }
}

/* ---------- About ---------- */
.about-area {
  padding: 92px 0 !important;
  background: var(--cy-surface);
}

.about-content {
  margin-left: 0;
}

.about-content h2 {
  max-width: 620px;
  margin-bottom: 24px;
  color: var(--cy-ink);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
}

.about-content p {
  max-width: 650px;
  color: var(--cy-text);
  font-size: 16px;
}

.about-image {
  max-width: 480px;
}

.about-image img {
  border: 1px solid rgba(223, 232, 241, 0.9);
  border-radius: var(--cy-radius-lg);
  box-shadow: var(--cy-shadow-md);
}

/* ---------- Services ---------- */
.service-area {
  padding: 94px 0 !important;
  background: var(--cy-surface-soft) !important;
}

.service-area .site-heading {
  margin-bottom: 36px;
}

.service-item {
  padding: 30px;
  border: 1px solid var(--cy-line);
  border-radius: var(--cy-radius-md);
  background: var(--cy-surface);
  text-align: left;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-item:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 136, 242, 0.24);
  box-shadow: var(--cy-shadow-sm);
}

.service-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 24px;
  padding: 0;
  border: 1px solid rgba(37, 136, 242, 0.16);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(37, 136, 242, 0.1), rgba(25, 199, 232, 0.12));
  line-height: 1;
}

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

.service-icon i {
  color: var(--cy-blue-600);
  font-size: 34px;
}

.service-title {
  margin-top: 0;
}

.service-title a {
  color: var(--cy-ink);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.service-title a:hover {
  color: var(--cy-blue-600) !important;
}

.service-text {
  color: var(--cy-text);
}

/* ---------- Overview sections ---------- */
.overview-section {
  padding: 96px 0;
  background: var(--cy-surface);
}

.overview-section.bg-grey {
  background: var(--cy-surface-blue) !important;
}

.overview-content h2 {
  max-width: 580px;
  margin-bottom: 24px;
  color: var(--cy-ink);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1.12;
}

.overview-content .features-list {
  margin-top: 6px;
}

.overview-content .features-list li span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 13px 14px;
  border: 1px solid var(--cy-line);
  border-left: 1px solid var(--cy-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--cy-text);
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.overview-content .features-list li span::before {
  display: none;
}

.overview-content .features-list li span i {
  margin-right: 9px;
  color: var(--cy-blue-600);
}

.overview-content .features-list li span:hover,
.overview-content .features-list li span.is-highlighted {
  padding-left: 14px;
  border-color: rgba(37, 136, 242, 0.28);
  background: linear-gradient(135deg, rgba(37, 136, 242, 0.08), rgba(25, 199, 232, 0.08));
  color: var(--cy-ink);
  transform: translateY(-2px);
}

.overview-content .features-list li span:hover i,
.overview-content .features-list li span.is-highlighted i {
  color: var(--cy-blue-600);
}

.responsive-img-wrapper {
  max-width: 470px;
  border-radius: var(--cy-radius-lg);
}

.responsive-img-wrapper img {
  display: block;
  width: 100%;
  border: 1px solid rgba(223, 232, 241, 0.9);
  border-radius: var(--cy-radius-lg);
  box-shadow: var(--cy-shadow-md);
}

@media (max-width: 575px) {
  .overview-section {
    padding: 72px 0;
  }
}

/* ---------- CTA ---------- */
.hire-section {
  padding: 104px 0;
  background: var(--cy-navy-950);
}

.hire-section::before {
  background: linear-gradient(90deg, rgba(6, 19, 33, 0.94) 0%, rgba(6, 19, 33, 0.82) 52%, rgba(6, 19, 33, 0.7) 100%);
}

.hire-content h2 {
  max-width: 830px;
  margin: 0 auto;
  color: #fff;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.hire-content .hire-btn {
  margin-top: 30px;
}

/* ---------- Footer ---------- */
.footer-area {
  background: var(--cy-navy-950);
}

.footer-area::before {
  background-image:
    radial-gradient(circle at 10% 15%, rgba(25, 199, 232, 0.08), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(37, 136, 242, 0.08), transparent 30%);
}

.footer-widget-wrapper {
  padding-top: 84px !important;
  padding-bottom: 48px !important;
}

.footer-widget-title {
  margin-bottom: 24px;
  padding-bottom: 12px;
  color: #fff;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-widget-title::before {
  width: 28px;
  height: 2px;
  background: var(--cy-gradient);
}

.footer-widget-title::after {
  display: none;
}

.footer-list {
  gap: 0.7rem;
}

.footer-list li a,
.footer-contact li,
.footer-contact li a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.footer-list li a:hover,
.footer-contact li a:hover {
  padding-left: 0;
  color: var(--cy-cyan-400);
}

.footer-list li a i,
.footer-contact li i {
  color: var(--cy-cyan-400);
}

.footer-social {
  margin-top: 22px;
}

.footer-social li a i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.footer-social li a i:hover {
  background: var(--cy-gradient);
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #04101c;
}

.copyright .copyright-text,
.copyright .footer-menu li,
.copyright .footer-menu li a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.copyright .copyright-text a,
.copyright .footer-menu li a:hover {
  color: var(--cy-cyan-400);
}

/* ---------- Floating controls ---------- */
#scroll-top {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  background: var(--cy-navy-900);
  background-image: none;
  box-shadow: var(--cy-shadow-sm);
}

#scroll-top:hover {
  background: var(--cy-blue-600);
}

/* Accessibility: respect users who prefer less motion. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- Home legacy specificity guards ---------- */
.home-2.main {
  margin-top: 0;
}

.home-2 .feature-area {
  margin-top: -46px;
}

.hire-section {
  margin-bottom: 0;
}

.hire-section::before {
  opacity: 1;
}

.whatsapp-float {
  width: 56px;
  height: 56px;
  right: 20px;
  bottom: 28px;
  border: 3px solid #fff;
  border-radius: 16px;
  background: #20bd5a;
  font-size: 27px;
  box-shadow: 0 12px 30px rgba(6, 19, 33, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(6, 19, 33, 0.25);
}

@media (max-width: 767px) {
  .home-2 .feature-area {
    margin-top: -24px;
  }
}

/* =========================================================
   CYARAX 2026 — Identity refinement / pass 2
   ========================================================= */

/* Subtle technical texture: visible enough to feel intentional,
   quiet enough to keep the enterprise look. */
.service-area,
.overview-section.bg-grey {
  position: relative;
  overflow: hidden;
}

.service-area::before,
.overview-section.bg-grey::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(22, 119, 232, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 232, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 12% 20%, rgba(25, 199, 232, 0.08), transparent 22%);
  background-size: 36px 36px, 36px 36px, auto;
}

.service-area > .container,
.overview-section.bg-grey > .container {
  position: relative;
  z-index: 1;
}

/* ---------- Cyber pillars ---------- */
.feature-area {
  padding-bottom: 76px !important;
}

.feature-pillar {
  position: relative;
  overflow: hidden;
}

.feature-pillar::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -64px;
  top: -72px;
  border: 1px solid rgba(25, 199, 232, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(37, 136, 242, 0.025), 0 0 0 38px rgba(25, 199, 232, 0.018);
  pointer-events: none;
}

.feature-pillar-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: var(--cy-muted);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.feature-pillar-index {
  color: var(--cy-blue-600);
}

.feature-pillar-label {
  padding: 4px 8px;
  border: 1px solid rgba(37, 136, 242, 0.14);
  border-radius: 999px;
  background: rgba(37, 136, 242, 0.05);
  color: #617287;
  font-size: 10px;
}

.feature-pillar .feature-icon {
  margin-top: 0;
}

.feature-pillar .feature-title {
  font-size: 23px;
  letter-spacing: -0.025em;
}

.feature-pillar .service-read-btn i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.feature-pillar .service-read-btn:hover i {
  transform: translateX(3px);
}

/* ---------- About rhythm ---------- */
.about-area {
  padding: 82px 0 88px !important;
}

/* ---------- Service cards: unmistakably interactive ---------- */
.service-area {
  padding: 88px 0 92px !important;
}

.service-item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.service-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  opacity: 0;
  background: var(--cy-gradient);
  transform: scaleX(0.45);
  transform-origin: left;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.service-item:hover::after,
.service-item:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.service-index {
  color: #a8b6c5;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-text {
  margin-bottom: 22px;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: auto;
  color: var(--cy-blue-600);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.service-card-link span {
  font-size: 17px;
  transition: transform 0.2s ease;
}

.service-card-link:hover span,
.service-card-link:focus-visible span {
  transform: translateX(4px);
}

.service-card-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(53, 213, 238, 0.45);
  outline-offset: 4px;
}

/* ---------- Overview content ---------- */
.overview-section {
  padding: 88px 0;
}

.overview-lead {
  max-width: 590px;
  margin: -8px 0 26px;
  color: var(--cy-text);
  font-size: 15.5px;
}

/* Custom cyber visuals replace generic template illustrations. */
.cyber-visual {
  position: relative;
  width: min(100%, 500px);
  min-height: 420px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(91, 145, 196, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 12%, rgba(25, 199, 232, 0.16), transparent 27%),
    linear-gradient(145deg, #0a1d31 0%, #071624 64%, #081b2d 100%);
  box-shadow: 0 28px 70px rgba(6, 19, 33, 0.17);
  color: #fff;
}

.cyber-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(53, 213, 238, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 213, 238, 0.055) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.cyber-visual::after {
  content: "";
  position: absolute;
  inset: auto -80px -110px auto;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(25, 199, 232, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(37, 136, 242, 0.025), 0 0 0 70px rgba(25, 199, 232, 0.018);
  pointer-events: none;
}

.cyber-visual-header,
.cyber-posture-grid,
.cyber-signal,
.cyber-visual-footer,
.threat-radar,
.threat-stream {
  position: relative;
  z-index: 1;
}

.cyber-visual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cyber-visual-header strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cyber-eyebrow {
  color: var(--cy-cyan-400);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cyber-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(53, 213, 238, 0.18);
  border-radius: 999px;
  background: rgba(25, 199, 232, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cyber-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cy-cyan-400);
  box-shadow: 0 0 0 4px rgba(53, 213, 238, 0.1), 0 0 12px rgba(53, 213, 238, 0.6);
}

.cyber-posture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 26px 14px;
}

.cyber-module {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.cyber-module.is-active {
  border-color: rgba(53, 213, 238, 0.22);
  background: linear-gradient(135deg, rgba(37, 136, 242, 0.14), rgba(25, 199, 232, 0.08));
}

.cyber-module-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(53, 213, 238, 0.15);
  border-radius: 10px;
  background: rgba(25, 199, 232, 0.07);
  color: var(--cy-cyan-400);
}

.cyber-module-icon i {
  font-size: 20px;
}

.cyber-module small,
.cyber-module strong {
  display: block;
}

.cyber-module small {
  color: rgba(255, 255, 255, 0.47);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cyber-module strong {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.cyber-signal {
  margin: 4px 26px 18px;
  padding: 14px 15px 11px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: rgba(2, 10, 18, 0.28);
}

.cyber-signal-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cyber-bars {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 54px;
}

.cyber-bars i {
  flex: 1;
  height: var(--h);
  min-height: 8px;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(to top, rgba(22, 119, 232, 0.42), rgba(53, 213, 238, 0.9));
  box-shadow: 0 0 12px rgba(25, 199, 232, 0.08);
}

.cyber-visual-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 13px 26px 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cyber-visual-footer span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.cyber-visual-footer i {
  color: var(--cy-cyan-400);
  font-size: 5px;
}

/* Threat-operations visual */
.cyber-visual-threat {
  min-height: 430px;
}

.threat-radar {
  width: 210px;
  height: 210px;
  margin: 23px auto 6px;
  border: 1px solid rgba(53, 213, 238, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 199, 232, 0.12) 0 2px, transparent 3px);
}

.radar-ring {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(53, 213, 238, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radar-ring-1 { width: 32%; height: 32%; }
.radar-ring-2 { width: 62%; height: 62%; }
.radar-ring-3 { width: 92%; height: 92%; }

.radar-sweep {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 49%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--cy-cyan-400), transparent);
  box-shadow: 0 0 12px rgba(53, 213, 238, 0.55);
  animation: cyRadar 8s linear infinite;
}

.radar-center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(53, 213, 238, 0.28);
  border-radius: 12px;
  background: #0b2741;
  color: var(--cy-cyan-400);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px rgba(25, 199, 232, 0.12);
}

.radar-center i {
  font-size: 24px;
}

.radar-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #0a1d31;
  border-radius: 50%;
  background: var(--cy-cyan-400);
  box-shadow: 0 0 0 5px rgba(53, 213, 238, 0.08), 0 0 14px rgba(53, 213, 238, 0.48);
}

.node-1 { left: 29%; top: 29%; }
.node-2 { right: 20%; top: 42%; }
.node-3 { left: 38%; bottom: 18%; }

.threat-stream {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 22px 9px;
}

.threat-stream > div {
  min-height: 64px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
}

.stream-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--cy-cyan-400);
}

.threat-stream strong,
.threat-stream small {
  display: block;
}

.threat-stream strong {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 11px;
}

.threat-stream small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8.5px;
  line-height: 1.3;
}

@keyframes cyRadar {
  to { transform: rotate(360deg); }
}

/* ---------- CTA copy hierarchy ---------- */
.hire-section {
  padding: 94px 0 98px;
}

.hire-kicker {
  margin: 0 0 13px;
  color: var(--cy-cyan-400);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hire-text {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

@media (max-width: 991px) {
  .cyber-visual {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .feature-area {
    padding-bottom: 58px !important;
  }

  .about-area,
  .service-area,
  .overview-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .cyber-visual,
  .cyber-visual-threat {
    min-height: 0;
    border-radius: 18px;
  }

  .cyber-visual-header {
    padding: 20px 18px 15px;
  }

  .cyber-posture-grid {
    padding: 18px 18px 12px;
  }

  .cyber-signal {
    margin: 3px 18px 14px;
  }

  .cyber-visual-footer {
    padding: 12px 18px 17px;
  }

  .threat-radar {
    width: 180px;
    height: 180px;
  }

  .threat-stream {
    padding-inline: 16px;
  }
}

@media (max-width: 480px) {
  .cyber-posture-grid,
  .threat-stream {
    grid-template-columns: 1fr;
  }

  .threat-radar {
    width: 165px;
    height: 165px;
  }

  .feature-pillar-meta {
    margin-bottom: 16px;
  }
}

/* =========================================================
   CYARAX 2026 — Editorial + identity final refinements
   ========================================================= */

/* Header: preserve the generous hero state and become more compact on scroll. */
.navbar-brand img {
  transition: width 0.22s ease;
}

@media (min-width: 992px) {
  .navbar.fixed-top {
    min-height: 70px;
  }

  .navbar.fixed-top .navbar-brand img {
    width: 170px;
  }

  .navbar.fixed-top .nav-item .nav-link {
    padding-top: 25px;
    padding-bottom: 23px;
  }

  .navbar.fixed-top .nav-item .nav-link::before {
    bottom: 17px;
  }
}

/* About: replace the generic stock image with a proprietary security model. */
.about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--cy-blue-600);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.about-link span {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.about-link:hover span,
.about-link:focus-visible span {
  transform: translateX(4px);
}

.about-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(53, 213, 238, 0.4);
  outline-offset: 4px;
}

.about-security-model {
  position: relative;
  width: min(100%, 500px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(91, 145, 196, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 15%, rgba(25, 199, 232, 0.16), transparent 28%),
    linear-gradient(145deg, #0a1d31 0%, #071624 72%, #081b2d 100%);
  box-shadow: 0 28px 70px rgba(6, 19, 33, 0.16);
  color: #fff;
}

.about-security-model::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(53, 213, 238, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 213, 238, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
  pointer-events: none;
}

.about-model-header,
.about-model-flow,
.about-model-footer {
  position: relative;
  z-index: 1;
}

.about-model-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-model-eyebrow {
  display: block;
  color: var(--cy-cyan-400);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-model-header strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.about-model-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(53, 213, 238, 0.18);
  border-radius: 999px;
  background: rgba(25, 199, 232, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-model-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cy-cyan-400);
  box-shadow: 0 0 0 4px rgba(53, 213, 238, 0.1), 0 0 12px rgba(53, 213, 238, 0.55);
}

.about-model-flow {
  padding: 22px 26px 18px;
}

.about-model-step {
  display: grid;
  grid-template-columns: 34px 46px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.about-step-index {
  color: rgba(255, 255, 255, 0.38);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-step-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(53, 213, 238, 0.18);
  border-radius: 11px;
  background: rgba(25, 199, 232, 0.08);
  color: var(--cy-cyan-400);
}

.about-step-icon i {
  font-size: 22px;
}

.about-model-step strong,
.about-model-step small {
  display: block;
}

.about-model-step strong {
  color: rgba(255, 255, 255, 0.94);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.about-model-step small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.45;
}

.about-model-connector {
  width: 1px;
  height: 14px;
  margin-left: 66px;
  background: linear-gradient(to bottom, rgba(53, 213, 238, 0.45), rgba(53, 213, 238, 0.05));
}

.about-model-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 13px 26px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

/* Services: add a concise positioning sentence without crowding the cards. */
.service-heading-lead {
  max-width: 660px;
  margin: 12px auto 4px;
  color: var(--cy-text);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .about-security-model {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .about-model-header,
  .about-model-flow,
  .about-model-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-model-step {
    grid-template-columns: 28px 40px 1fr;
    gap: 9px;
    padding: 12px 10px;
  }

  .about-step-icon {
    width: 38px;
    height: 38px;
  }

  .about-model-connector {
    margin-left: 55px;
  }
}

/* Anchor navigation should clear the sticky header. */
#nosotros,
#servicios {
  scroll-margin-top: 92px;
}


/* =========================================================
   CYARAX 2026 — Internal pages system
   Static Astro pages: services index + reusable detail pages.
   ========================================================= */

.header.header-inner {
  position: relative;
  min-height: 88px;
  background: #fff;
}

.header-inner .navbar {
  position: relative;
  min-height: 88px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(223, 232, 241, 0.86);
}

.header-inner .navbar .logo-display { display: none; }
.header-inner .navbar .logo-scrolled { display: block; }
.header-inner .navbar .nav-item .nav-link { color: var(--cy-ink); }
.header-inner .navbar .nav-item .nav-link:hover,
.header-inner .navbar .nav-item .nav-link.active { color: var(--cy-blue-600); }

.internal-main {
  overflow: hidden;
  background: var(--cy-surface);
}

.internal-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 90px;
  background:
    radial-gradient(circle at 80% 14%, rgba(25, 199, 232, 0.12), transparent 26%),
    linear-gradient(135deg, #071827 0%, var(--cy-navy-950) 72%);
  color: #fff;
}

.internal-grid {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(53, 213, 238, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 213, 238, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.internal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.internal-breadcrumb a { color: rgba(255, 255, 255, 0.72); }
.internal-breadcrumb a:hover { color: var(--cy-cyan-400); }
.internal-breadcrumb span:last-child { color: rgba(255, 255, 255, 0.5); }

.internal-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cy-cyan-400);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.internal-hero h1 {
  max-width: 820px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.services-index-hero h1 { max-width: 900px; }

.internal-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.internal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.internal-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Barlow", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.internal-text-link:hover { color: var(--cy-cyan-400); }

.internal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.internal-tags span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-signal-panel {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  padding: 26px;
  border: 1px solid rgba(53, 213, 238, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 13%, rgba(25, 199, 232, 0.14), transparent 28%),
    linear-gradient(145deg, #0a1f34 0%, #071624 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
}

.service-signal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(53, 213, 238, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 213, 238, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.signal-panel-top,
.signal-radar,
.signal-metrics { position: relative; z-index: 1; }

.signal-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-panel-top small,
.signal-panel-top strong { display: block; }
.signal-panel-top small {
  margin-bottom: 5px;
  color: var(--cy-cyan-400);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.signal-panel-top strong {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}

.signal-status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(53, 213, 238, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
}
.signal-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cy-cyan-400);
  box-shadow: 0 0 0 4px rgba(53, 213, 238, 0.08), 0 0 14px rgba(53, 213, 238, 0.5);
}

.signal-radar {
  width: 230px;
  height: 230px;
  margin: 28px auto 20px;
}
.signal-ring,
.signal-core,
.signal-dot { position: absolute; border-radius: 50%; }
.signal-ring {
  inset: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(53, 213, 238, 0.2);
}
.signal-ring.ring-1 { width: 88px; height: 88px; }
.signal-ring.ring-2 { width: 148px; height: 148px; }
.signal-ring.ring-3 { width: 214px; height: 214px; }
.signal-core {
  inset: 50% auto auto 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(53, 213, 238, 0.28);
  background: rgba(25, 199, 232, 0.09);
  color: var(--cy-cyan-400);
}
.signal-core i { font-size: 25px; }
.signal-dot {
  width: 8px;
  height: 8px;
  background: var(--cy-cyan-400);
  box-shadow: 0 0 0 5px rgba(53, 213, 238, 0.07), 0 0 14px rgba(53, 213, 238, 0.42);
}
.signal-dot.dot-1 { top: 55px; left: 84px; }
.signal-dot.dot-2 { top: 118px; right: 28px; }
.signal-dot.dot-3 { bottom: 38px; left: 48px; }

.signal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.signal-metrics span {
  padding: 11px 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.signal-metrics b { color: var(--cy-cyan-400); margin-right: 4px; }

.internal-section { padding: 92px 0; }
.internal-section-soft { background: var(--cy-surface-blue); }
.internal-section h2 {
  margin: 10px 0 18px;
  color: var(--cy-ink);
  font-size: clamp(2.1rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
}
.internal-copy-lg { font-size: 18px; line-height: 1.8; }

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
.outcome-item {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 13px 15px;
  border: 1px solid var(--cy-line);
  border-radius: 12px;
  background: #fff;
  color: var(--cy-ink);
  font-size: 14px;
  font-weight: 600;
}
.outcome-item i { color: var(--cy-blue-600); }

.internal-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.internal-section-heading h2 { margin-bottom: 14px; }

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.capability-card {
  position: relative;
  min-height: 178px;
  padding: 26px;
  border: 1px solid rgba(91, 145, 196, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(6, 19, 33, 0.045);
}
.capability-card i {
  margin-bottom: 28px;
  color: var(--cy-blue-600);
  font-size: 23px;
}
.capability-card h3 {
  max-width: 90%;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}
.capability-index {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #aab8c8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.method-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.method-flow li {
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  border: 1px solid var(--cy-line);
  border-radius: 14px;
  background: #fff;
}
.method-flow span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: var(--cy-surface-blue);
  color: var(--cy-blue-600);
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.method-flow strong { color: var(--cy-ink); font-size: 15px; }

.service-internal-cta {
  padding: 0 0 92px;
  background: var(--cy-surface);
}
.service-cta-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding: 46px 50px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 14%, rgba(25, 199, 232, 0.14), transparent 28%),
    var(--cy-navy-950);
  box-shadow: 0 24px 60px rgba(6, 19, 33, 0.14);
}
.service-cta-box h2 {
  max-width: 760px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.06;
}
.service-cta-box p { margin: 0; color: rgba(255, 255, 255, 0.66); }
.service-cta-box .theme-btn { flex: 0 0 auto; }

.service-catalog-intro h2 { margin-bottom: 12px; }
.internal-outline-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 12px 17px;
  border: 1px solid var(--cy-line);
  border-radius: 10px;
  color: var(--cy-blue-600);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}
.internal-outline-link:hover { border-color: rgba(22, 119, 232, 0.38); }

.service-groups { display: grid; gap: 56px; }
.service-group {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(0, 2.15fr);
  gap: 34px;
  align-items: start;
}
.service-group-heading {
  position: sticky;
  top: 100px;
}
.service-group-heading h3 { margin-bottom: 10px; font-size: 24px; }
.service-group-heading p { margin: 0; font-size: 14px; }
.service-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.service-index-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(91, 145, 196, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-index-card:hover,
.service-index-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(22, 119, 232, 0.3);
  box-shadow: 0 18px 42px rgba(6, 19, 33, 0.08);
}
.service-index-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 30px;
  color: var(--cy-blue-600);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.service-index-card h4 { margin: 0 0 12px; font-size: 22px; line-height: 1.2; }
.service-index-card h4 a { color: var(--cy-ink); }
.service-index-card p { margin-bottom: 28px; font-size: 14px; line-height: 1.65; }
.service-index-link { color: var(--cy-blue-600); font-family: "Barlow", sans-serif; font-size: 14px; font-weight: 700; }

@media (max-width: 991px) {
  .header-inner,
  .header-inner .navbar { min-height: 76px; }
  .internal-hero { padding: 68px 0 72px; }
  .service-signal-panel { min-height: 400px; margin-top: 10px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-group { grid-template-columns: 1fr; gap: 20px; }
  .service-group-heading { position: static; }
  .service-cta-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .internal-section { padding: 70px 0; }
  .internal-breadcrumb { margin-bottom: 28px; }
  .internal-hero h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .outcome-grid,
  .capability-grid,
  .method-flow,
  .service-index-grid { grid-template-columns: 1fr; }
  .service-cta-box { padding: 34px 26px; }
  .service-internal-cta { padding-bottom: 70px; }
  .signal-metrics { grid-template-columns: 1fr; }
  .service-signal-panel { min-height: auto; }
}


/* =========================================================
   CYARAX 2026 — Commercial portfolio architecture
   ========================================================= */
.service-mega-menu {
  width: min(760px, calc(100vw - 40px));
}

.service-mega-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 0 8px 14px;
  border-bottom: 1px solid var(--cy-line);
}

.service-mega-intro > span {
  color: var(--cy-muted);
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.service-mega-intro .dropdown-overview-link {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.service-area-footer {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.commercial-service-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

.commercial-service-card .service-index-link {
  margin-top: auto;
}

.service-family-capabilities {
  margin: 2px 0 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(91, 145, 196, .16);
}

.service-family-capabilities > span {
  display: block;
  margin-bottom: 9px;
  color: var(--cy-muted);
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.service-family-capabilities ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-family-capabilities a {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid rgba(37, 136, 242, .13);
  border-radius: 999px;
  background: rgba(37, 136, 242, .045);
  color: #53677d;
  font-size: 11px;
  line-height: 1.25;
}

.service-family-capabilities a:hover,
.service-family-capabilities a:focus-visible {
  border-color: rgba(22, 119, 232, .34);
  color: var(--cy-blue-600);
}

.footer-services-list li a {
  line-height: 1.35;
}

.footer-all-services {
  margin-top: 6px;
}

.footer-all-services a {
  color: var(--cy-cyan-400) !important;
  font-weight: 700;
}

@media (max-width: 991px) {
  .service-mega-menu {
    width: 100%;
  }

  .service-mega-intro {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   CYARAX 2026 — Service depth and cross-navigation
   ========================================================= */
.service-quick-nav {
  position: relative;
  z-index: 8;
  border-bottom: 1px solid var(--cy-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(6, 19, 33, .035);
}

.service-quick-nav-inner {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.service-all-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cy-blue-600);
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.service-quick-nav details {
  position: relative;
}

.service-quick-nav summary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 0;
  color: var(--cy-ink);
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.service-quick-nav summary::-webkit-details-marker { display: none; }
.service-quick-nav details[open] summary i { transform: rotate(180deg); }
.service-quick-nav summary i { transition: transform .2s ease; }

.service-quick-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  width: min(390px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid var(--cy-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(6, 19, 33, .13);
}

.service-quick-menu a {
  padding: 11px 12px;
  border-radius: 9px;
  color: #41566d;
  font-size: 13px;
  line-height: 1.35;
}

.service-quick-menu a:hover,
.service-quick-menu a:focus-visible {
  background: var(--cy-surface-blue);
  color: var(--cy-blue-600);
}

.service-fit-section { background: #fff; }
.service-fit-grid { display: grid; gap: 13px; }
.service-fit-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 21px 22px;
  border: 1px solid var(--cy-line);
  border-radius: 14px;
  background: #fff;
}
.service-fit-card > span,
.deliverable-item > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: var(--cy-surface-blue);
  color: var(--cy-blue-600);
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}
.service-fit-card p { margin: 3px 0 0; color: #41566d; line-height: 1.65; }

.service-deliverables .col-lg-5 > p { max-width: 510px; }
.deliverables-list { display: grid; gap: 12px; }
.deliverable-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(91, 145, 196, .18);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
}
.deliverable-item p { margin: 0; color: #41566d; font-size: 14px; line-height: 1.6; }

.related-services-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.related-services-heading h2 { max-width: 690px; margin-bottom: 0; }
.related-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.related-service-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid rgba(91, 145, 196, .2);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(6, 19, 33, .04);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.related-service-card:hover,
.related-service-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(22, 119, 232, .3);
  box-shadow: 0 18px 42px rgba(6, 19, 33, .075);
}
.related-service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  color: var(--cy-blue-600);
}
.related-service-card-top > span {
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.related-service-card-top i { font-size: 28px; }
.related-service-card h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.2; }
.related-service-card h3 a { color: var(--cy-ink); }
.related-service-card p { margin: 0 0 24px; color: #5c6f82; font-size: 14px; line-height: 1.65; }
.related-service-card .service-index-link { margin-top: auto; }

@media (max-width: 991px) {
  .related-services-grid { grid-template-columns: 1fr; }
  .related-service-card { min-height: 0; }
}

@media (max-width: 767px) {
  .service-quick-nav-inner,
  .related-services-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-quick-nav-inner { padding-top: 12px; padding-bottom: 12px; gap: 2px; }
  .service-quick-nav details { width: 100%; }
  .service-quick-menu { right: auto; left: 0; }
  .service-fit-card,
  .deliverable-item { grid-template-columns: 42px minmax(0, 1fr); padding: 17px; }
}

/* =========================================================
   CYARAX 2026 — Commercial service storytelling
   ========================================================= */
.service-value-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(25, 199, 232, .12), transparent 28%),
    radial-gradient(circle at 8% 82%, rgba(22, 119, 232, .13), transparent 30%),
    var(--cy-navy-950);
}

.service-value-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

.service-value-section > .container {
  position: relative;
  z-index: 1;
}

.service-value-section .site-title-tagline {
  color: var(--cy-cyan-400);
}

.service-value-section h2 {
  color: #fff;
}

.service-value-section .internal-copy-lg {
  color: rgba(225, 237, 248, .74);
}

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

.service-value-card {
  min-height: 212px;
  padding: 24px;
  border: 1px solid rgba(104, 181, 237, .18);
  border-radius: 16px;
  background: rgba(10, 34, 56, .76);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}

.service-value-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  color: var(--cy-cyan-400);
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.service-value-card-top i {
  font-size: 12px;
  transform: rotate(-35deg);
}

.service-value-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.service-value-card p {
  margin: 0;
  color: rgba(225, 237, 248, .68);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .service-value-grid { grid-template-columns: 1fr; }
  .service-value-card { min-height: 0; }
}


/* =========================================================
   CYARAX 2026 — Proactive SOC / MDR storytelling
   ========================================================= */
.service-spotlight-section {
  background: #fff;
}

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

.service-spotlight-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 21px 22px;
  border: 1px solid var(--cy-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 19, 33, .035);
}

.service-spotlight-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: var(--cy-surface-blue);
  color: var(--cy-blue-600);
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}

.service-spotlight-card h3 {
  margin: 0 0 7px;
  color: var(--cy-ink);
  font-size: 18px;
  line-height: 1.25;
}

.service-spotlight-card p {
  margin: 0;
  color: #51667b;
  font-size: 14px;
  line-height: 1.65;
}

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

.service-operating-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(91, 145, 196, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(6, 19, 33, .04);
}

.service-operating-card > span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--cy-blue-600);
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.service-operating-card h3 {
  margin: 0 0 12px;
  color: var(--cy-ink);
  font-size: 21px;
  line-height: 1.2;
}

.service-operating-card p {
  margin: 0;
  color: #5c6f82;
  font-size: 14px;
  line-height: 1.68;
}

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

  .service-operating-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .service-spotlight-card {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 17px;
  }
}


/* =========================================================
   CYARAX 2026 — Managed Security Services
   ========================================================= */
.service-mega-top-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dropdown-managed-link,
.dropdown-managed-cta {
  color: var(--cy-blue-600);
  font-size: 13px;
  font-weight: 700;
}

.dropdown-managed-section {
  padding: 16px;
  border: 1px solid rgba(26, 133, 255, .16);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(26, 133, 255, .06), rgba(42, 207, 216, .04));
}

.dropdown-managed-section p {
  margin: 0 0 10px;
  color: #607286;
  font-size: 12px;
  line-height: 1.5;
}



.service-area-footer-dual {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.managed-home-link {
  border-color: rgba(26, 133, 255, .28);
  background: rgba(26, 133, 255, .06);
}

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

.engagement-models-grid article {
  min-height: 285px;
  padding: 32px;
  border: 1px solid var(--cy-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(6, 19, 33, .04);
}

.engagement-models-grid article > span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--cy-blue-600);
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.engagement-models-grid small {
  display: block;
  margin-bottom: 8px;
  color: var(--cy-blue-600);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
}

.engagement-models-grid h3 {
  margin: 0 0 12px;
  color: var(--cy-ink);
  font-size: 26px;
}

.engagement-models-grid p {
  color: #5d7084;
  line-height: 1.7;
}

.engagement-managed-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(7, 26, 44, .98), rgba(9, 40, 65, .98)) !important;
  border-color: rgba(42, 207, 216, .22) !important;
}

.engagement-managed-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -70px;
  border: 1px solid rgba(42, 207, 216, .18);
  border-radius: 50%;
}

.engagement-managed-card h3,
.engagement-managed-card p {
  color: #fff;
}

.engagement-managed-card p {
  color: rgba(255, 255, 255, .72);
}

.managed-ops-panel {
  padding: 25px;
  border: 1px solid rgba(42, 207, 216, .2);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(9, 31, 50, .96), rgba(5, 19, 32, .98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
}

.managed-ops-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.managed-ops-head small {
  color: rgba(255,255,255,.55);
  font-size: 10px;
  letter-spacing: .08em;
}

.managed-ops-head span {
  color: #79e4e8;
  font-size: 10px;
  font-weight: 700;
}

.managed-ops-head span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #79e4e8;
  box-shadow: 0 0 12px rgba(121,228,232,.7);
}

.managed-ops-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin: 32px 0;
}

.managed-ops-flow > div {
  display: grid;
  min-height: 86px;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(42, 207, 216, .16);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.managed-ops-flow b {
  color: #2acfd8;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
}

.managed-ops-flow span {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.managed-ops-flow > i {
  color: rgba(42, 207, 216, .6);
  font-size: 10px;
}

.managed-ops-lines {
  display: grid;
  gap: 7px;
}

.managed-ops-lines span {
  display: block;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(42,207,216,.72), rgba(26,133,255,.18));
}

.managed-ops-lines span:nth-child(2) { width: 82%; }
.managed-ops-lines span:nth-child(3) { width: 66%; }
.managed-ops-lines span:nth-child(4) { width: 90%; }

.managed-ops-panel > p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.6;
}

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

.managed-offering-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--cy-line);
  border-radius: 17px;
  background: #fff;
}

.managed-offering-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}

.managed-offering-top > span {
  color: var(--cy-blue-600);
  font-size: 12px;
  font-weight: 700;
}

.managed-offering-top small {
  color: #75889a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.managed-offering-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.managed-offering-card h3 a {
  color: var(--cy-ink);
}

.managed-offering-card > p {
  color: #5f7286;
  line-height: 1.7;
}

.managed-offering-card ul {
  margin: 8px 0 24px;
  padding: 0;
  list-style: none;
}

.managed-offering-card li {
  display: flex;
  gap: 9px;
  margin: 9px 0;
  color: #4c6175;
  font-size: 13px;
}

.managed-offering-card li i {
  margin-top: 3px;
  color: var(--cy-cyan);
  font-size: 10px;
}

.managed-offering-card .service-index-link {
  margin-top: auto;
}

.managed-model-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.managed-model-flow li {
  padding: 25px;
  border-top: 2px solid rgba(26,133,255,.4);
  background: #fff;
}

.managed-model-flow li > span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--cy-blue-600);
  font-size: 11px;
  font-weight: 700;
}

.managed-model-flow h3 {
  font-size: 18px;
}

.managed-model-flow p {
  margin: 0;
  color: #5e7184;
  font-size: 13px;
  line-height: 1.65;
}

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

.managed-controls-grid > div {
  display: flex;
  min-height: 72px;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--cy-line);
  border-radius: 12px;
  background: #fff;
  color: #435a70;
  font-size: 13px;
  font-weight: 600;
}

.managed-controls-grid i {
  color: var(--cy-blue-600);
}

.managed-operating-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.managed-operating-capabilities article {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--cy-line);
  border-radius: 14px;
  background: #fff;
}

.managed-operating-capabilities article > span {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--cy-blue-600);
  font-size: 11px;
  font-weight: 700;
}

.managed-operating-capabilities h3 {
  font-size: 19px;
}

.managed-operating-capabilities p {
  margin: 0;
  color: #5e7184;
  font-size: 13px;
  line-height: 1.65;
}

.service-quick-primary-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.service-managed-link {
  color: var(--cy-blue-600);
}

@media (max-width: 991px) {
  .engagement-models-grid,
  .managed-offerings-grid,
  .managed-controls-grid,
  .managed-operating-capabilities {
    grid-template-columns: 1fr;
  }

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

  .service-mega-top-links,
  .service-quick-primary-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 575px) {
  .managed-model-flow {
    grid-template-columns: 1fr;
  }

  .managed-ops-flow {
    grid-template-columns: 1fr;
  }

  .managed-ops-flow > i {
    transform: rotate(90deg);
    text-align: center;
  }

  .managed-offering-card {
    min-height: 0;
  }
}


/* =========================================================
   CYARAX 2026 — Mega menú compacto y Servicios Gestionados
   ========================================================= */
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu.service-mega-menu {
    width: min(700px, calc(100vw - 40px));
    min-width: 700px;
    padding: 18px 20px !important;
  }

  .service-mega-intro {
    margin-bottom: 12px;
    padding: 0 4px 11px;
  }

  .service-mega-menu .dropdown-section {
    margin-bottom: 4px;
  }

  .service-mega-menu .dropdown-header {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .navbar .nav-item .service-mega-menu .dropdown-item {
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.3;
  }

  .navbar .nav-item .service-mega-menu .dropdown-item:hover {
    padding-left: 24px;
  }

  .navbar .nav-item .service-mega-menu .dropdown-item::before {
    top: 16px;
  }
}

.service-mega-top-links {
  gap: 8px;
}

.service-mega-top-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 9px;
  line-height: 1;
}

.service-mega-top-links a.active {
  border-color: rgba(26, 133, 255, .18);
  background: rgba(26, 133, 255, .07);
  color: var(--cy-blue-600);
}

.navbar .nav-item .dropdown-menu .dropdown-item.active,
.navbar .nav-item .dropdown-menu .dropdown-item[aria-current="page"] {
  padding-left: 24px;
  background: rgba(26, 133, 255, .07);
  color: var(--cy-blue-600);
  font-weight: 700;
}

.navbar .nav-item .dropdown-menu .dropdown-item.active::before,
.navbar .nav-item .dropdown-menu .dropdown-item[aria-current="page"]::before {
  width: 18px;
  opacity: 1;
}

.managed-services-hero h1 {
  max-width: 710px;
  font-size: clamp(2.65rem, 4.35vw, 4rem);
  line-height: 1.02;
}

@media (max-width: 991px) {
  .managed-services-hero h1 {
    font-size: clamp(2.4rem, 9vw, 3.5rem);
  }

  .service-mega-top-links a {
    padding: 6px 0;
    border: 0;
    background: transparent !important;
  }
}


/* =========================================================
   CYARAX 2026 — Final mega menu refinements
   ========================================================= */
.service-mega-top-links a {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.service-mega-top-links a.active,
.service-mega-top-links a[aria-current="page"] {
  border-color: rgba(26, 133, 255, .12);
  background: rgba(26, 133, 255, .045);
  color: var(--cy-blue-600);
  box-shadow: none;
}

.service-mega-top-links a:not(.active):not([aria-current="page"]) {
  color: #466078;
}

.dropdown-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transition: transform .18s ease;
}

.dropdown-toggle-icon i {
  font-size: 9px;
  line-height: 1;
}

.nav-item.dropdown.show .dropdown-toggle-icon,
.nav-item.dropdown:has(.dropdown-menu.show) .dropdown-toggle-icon {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .service-mega-top-links a.active,
  .service-mega-top-links a[aria-current="page"] {
    border: 0;
    background: transparent;
    color: var(--cy-blue-600);
  }
}


/* Reemplaza el + / − heredado del template por un chevron limpio */
.navbar .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  vertical-align: 3px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  font-family: inherit;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.navbar .dropdown-toggle:hover::after {
  content: "";
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  content: "";
  transform: rotate(-135deg);
  vertical-align: -1px;
}

@media (max-width: 991px) {
  .navbar .dropdown-toggle::after {
    float: right;
    margin-top: 4px;
    margin-right: 4px;
  }
}

/* =========================================================
   CYARAX 2026 - Stable mega-menu interaction
   ========================================================= */
@media (min-width: 992px) {
  .navbar .nav-item.dropdown {
    position: relative;
  }

  .navbar .nav-item.dropdown > .dropdown-menu.service-mega-menu {
    margin-top: 0;
    pointer-events: none;
  }

  .navbar .nav-item.dropdown > .dropdown-menu.service-mega-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 14px;
    background: transparent;
  }

  .navbar .nav-item.dropdown:hover > .dropdown-menu.service-mega-menu,
  .navbar .nav-item.dropdown:focus-within > .dropdown-menu.service-mega-menu,
  .navbar .nav-item.dropdown > .dropdown-menu.service-mega-menu.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}


/* =========================================================
   CYARAX 2026 - Mega menu top row + footer exact normalization
   ========================================================= */

/* Footer: Managed Services must look exactly like every sibling link. */




/* Mega-menu top links: same row, same height, symmetric columns. */
.service-mega-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.service-mega-top-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch !important;
  justify-content: end;
  gap: 10px !important;
  min-width: 360px;
}

.service-mega-top-links > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  line-height: 1 !important;
  white-space: nowrap;
  box-sizing: border-box;
  vertical-align: middle;
}

.service-mega-top-links > a > span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 991px) {
  .service-mega-intro {
    display: block;
  }

  .service-mega-top-links {
    display: flex !important;
    min-width: 0;
    align-items: flex-start !important;
    flex-direction: column;
    gap: 4px !important;
  }

  .service-mega-top-links > a {
    min-height: 0 !important;
    justify-content: flex-start !important;
    padding: 6px 0 !important;
  }
}


/* =========================================================
   CYARAX 2026 - Service conversion / FAQ
   ========================================================= */
.service-faq-section {
  background: #fff;
}

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

.service-faq-item {
  border-bottom: 1px solid var(--cy-line);
}

.service-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 0;
  color: var(--cy-ink);
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.service-faq-item summary::-webkit-details-marker { display: none; }

.service-faq-item summary i {
  flex: 0 0 auto;
  color: var(--cy-blue-600);
  font-size: 11px;
  transition: transform .18s ease;
}

.service-faq-item[open] summary i { transform: rotate(180deg); }

.service-faq-item p {
  max-width: 780px;
  margin: -3px 0 22px;
  color: #586d82;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   CYARAX 2026 - Contact, Legal and 404
   ========================================================= */
.contact-readiness-panel {
  padding: 28px;
  border: 1px solid rgba(42, 207, 216, .2);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(9, 31, 50, .97), rgba(5, 19, 32, .99));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .18);
}

.contact-readiness-panel > small {
  display: block;
  margin-bottom: 14px;
  color: var(--cy-cyan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
}

.contact-readiness-panel h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}

.contact-readiness-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-readiness-steps span {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 700;
}

.contact-readiness-steps b {
  color: #fff;
  font-size: 13px;
}

.contact-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-option-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--cy-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6,19,33,.035);
}

.contact-option-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 13px;
  background: var(--cy-surface-blue);
  color: var(--cy-blue-600);
  font-size: 18px;
}

.contact-option-card h3 {
  margin-bottom: 10px;
  color: var(--cy-ink);
  font-size: 19px;
}

.contact-option-card a,
.contact-option-value {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--cy-blue-600);
  font-size: 15px;
  font-weight: 700;
}

.contact-option-card > p:last-child {
  color: #65798c;
  font-size: 13px;
}

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

.contact-topic-grid > div {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  border: 1px solid var(--cy-line);
  border-radius: 12px;
  background: #fff;
  color: #40586e;
  font-size: 13px;
  font-weight: 600;
}

.contact-topic-grid i {
  color: var(--cy-blue-600);
  font-size: 11px;
}

.legal-content-section {
  background: #fff;
}

.legal-document {
  width: min(860px, 100%);
  margin: 0 auto;
}

.legal-note {
  margin-bottom: 42px;
  padding: 18px 20px;
  border-left: 3px solid var(--cy-blue-600);
  border-radius: 8px;
  background: var(--cy-surface-blue);
}

.legal-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cy-ink);
}

.legal-note p {
  margin: 0;
  color: #587087;
  font-size: 13px;
  line-height: 1.65;
}

.legal-document section {
  padding: 26px 0;
  border-bottom: 1px solid var(--cy-line);
}

.legal-document h2 {
  margin-bottom: 12px;
  color: var(--cy-ink);
  font-size: 24px;
}

.legal-document p,
.legal-document li {
  color: #50677d;
  line-height: 1.8;
}

.legal-document ul {
  padding-left: 20px;
}

.legal-document a {
  color: var(--cy-blue-600);
  font-weight: 700;
}

.legal-updated {
  margin-top: 34px;
  font-size: 13px;
}

.not-found-section {
  position: relative;
  display: flex;
  min-height: 78vh;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 35%, rgba(25,138,255,.11), transparent 28%),
    linear-gradient(145deg, #071a2b, #041321);
}

.not-found-wrap {
  width: min(720px, 100%);
  padding: 90px 0;
}

.not-found-code {
  margin-bottom: -16px;
  color: rgba(42,207,216,.11);
  font-family: "Barlow", sans-serif;
  font-size: clamp(7rem, 16vw, 12rem);
  font-weight: 800;
  line-height: .8;
}

.not-found-wrap h1 {
  max-width: 650px;
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.02;
}

.not-found-wrap > p {
  max-width: 570px;
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .contact-options-grid {
    grid-template-columns: 1fr;
  }

  .contact-option-card {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .contact-readiness-steps,
  .contact-topic-grid {
    grid-template-columns: 1fr;
  }

  .legal-document h2 {
    font-size: 21px;
  }
}


/* =========================================================
   CYARAX 2026 - Production privacy + CSP-safe visual bars
   ========================================================= */
.cyber-bars .bar-h38 { --h: 38%; }
.cyber-bars .bar-h52 { --h: 52%; }
.cyber-bars .bar-h46 { --h: 46%; }
.cyber-bars .bar-h68 { --h: 68%; }
.cyber-bars .bar-h61 { --h: 61%; }
.cyber-bars .bar-h78 { --h: 78%; }
.cyber-bars .bar-h72 { --h: 72%; }
.cyber-bars .bar-h91 { --h: 91%; }
.cyber-bars .bar-h84 { --h: 84%; }
.cyber-bars .bar-h96 { --h: 96%; }
.cyber-bars .bar-h88 { --h: 88%; }
.cyber-bars .bar-h100 { --h: 100%; }

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  z-index: 99999;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(520px, calc(100vw - 32px));
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(42, 207, 216, .24);
  border-radius: 16px;
  background: rgba(5, 19, 32, .985);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease;
}

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

.cookie-consent-copy strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}

.cookie-consent-copy p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.65;
}

.cookie-consent-copy a {
  color: #5ce0e7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

.cookie-btn {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-btn-primary {
  border: 1px solid var(--cy-blue-600);
  background: var(--cy-blue-600);
  color: #fff;
}

.cookie-btn-secondary {
  border: 1px solid rgba(255,255,255,.18);
  background: transparent;
  color: #fff;
}

.cookie-btn:focus-visible {
  outline: 3px solid rgba(42,207,216,.35);
  outline-offset: 2px;
}

@media (max-width: 575px) {
  .cookie-consent {
    right: 16px;
    bottom: 16px;
  }

  .cookie-consent-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .cookie-btn {
    width: 100%;
  }
}


/* Inline SVG icons: no icon-font dependency */
.cy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1;
  font-style: normal;
}
.cy-icon svg {
  display: block;
  width: 1em;
  height: 1em;
}


/* Final icon normalization */
.contact-option-icon .cy-icon,
.feature-icon .cy-icon,
.about-step-icon .cy-icon,
.cyber-module-icon .cy-icon,
.radar-center .cy-icon,
.signal-core .cy-icon {
  width: 1em;
  height: 1em;
}

.contact-option-icon .cy-icon svg,
.feature-icon .cy-icon svg,
.about-step-icon .cy-icon svg,
.cyber-module-icon .cy-icon svg,
.radar-center .cy-icon svg,
.signal-core .cy-icon svg {
  width: 100%;
  height: 100%;
}


/* =========================================================
   CYARAX 2026 - Commercial city/service-area pages
   ========================================================= */
.city-sales-hero {
  overflow: hidden;
}

.city-focus-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.city-focus-line span {
  padding: 7px 10px;
  border: 1px solid rgba(92, 224, 231, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
}

.city-cyber-panel {
  position: relative;
  min-height: 410px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(92,224,231,.2);
  border-radius: 22px;
  background:
    linear-gradient(rgba(92,224,231,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92,224,231,.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(7,32,52,.96), rgba(3,17,29,.99));
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: 0 28px 75px rgba(0,0,0,.26);
}

.city-cyber-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.city-cyber-head small,
.city-cyber-panel > strong {
  letter-spacing: .08em;
}

.city-cyber-head small {
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

.city-cyber-head span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5ce0e7;
  font-size: 10px;
  font-weight: 800;
}

.city-cyber-head span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  box-shadow: 0 0 0 5px rgba(92,224,231,.09);
}

.city-cyber-panel > strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 18px;
}

.city-cyber-map {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 24px auto 20px;
}

.city-ring,
.city-center,
.city-node {
  position: absolute;
  border-radius: 50%;
}

.city-ring {
  inset: 50%;
  border: 1px solid rgba(92,224,231,.13);
  transform: translate(-50%, -50%);
}

.city-ring-1 { width: 72px; height: 72px; }
.city-ring-2 { width: 125px; height: 125px; }
.city-ring-3 { width: 185px; height: 185px; }

.city-center {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(92,224,231,.34);
  background: #071f34;
  color: #5ce0e7;
  box-shadow: 0 0 0 9px rgba(92,224,231,.05), 0 0 38px rgba(3,196,255,.13);
  font-size: 23px;
}

.city-node {
  width: 8px;
  height: 8px;
  background: #03c4ff;
  box-shadow: 0 0 14px rgba(3,196,255,.7);
}

.city-node-1 { top: 22px; left: 91px; }
.city-node-2 { right: 21px; top: 104px; }
.city-node-3 { bottom: 27px; left: 47px; }

.city-cyber-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 7px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
}

.city-cyber-flow div {
  min-width: 0;
}

.city-cyber-flow b,
.city-cyber-flow small {
  display: block;
}

.city-cyber-flow b {
  color: #fff;
  font-size: 9px;
  letter-spacing: .04em;
}

.city-cyber-flow small {
  margin-top: 3px;
  color: rgba(255,255,255,.4);
  font-size: 8px;
}

.city-cyber-flow > span {
  color: #03c4ff;
  font-size: 12px;
}

.city-cyber-tags {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
}

.city-cyber-tags span {
  color: rgba(255,255,255,.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
}

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

.city-path-card {
  min-height: 310px;
  padding: 27px;
  border: 1px solid rgba(7,31,52,.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(6,19,33,.055);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.city-path-card:hover {
  transform: translateY(-4px);
  border-color: rgba(3,196,255,.28);
  box-shadow: 0 20px 48px rgba(6,19,33,.09);
}

.city-path-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.city-path-top span {
  color: #03c4ff;
  font-size: 12px;
  font-weight: 800;
}

.city-path-top .cy-icon {
  color: #03c4ff;
}

.city-path-card > small {
  display: block;
  margin-bottom: 8px;
  color: #708097;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.city-path-card h3 {
  margin-bottom: 12px;
  color: #071f34;
  font-size: 22px;
  line-height: 1.3;
}

.city-path-card p {
  min-height: 72px;
}

.city-path-card > a,
.coverage-city-card > a {
  color: #0879ca;
  font-size: 12px;
  font-weight: 800;
}

.city-delivery-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(7,31,52,.08);
  border-radius: 16px;
  background: #fff;
}

.city-delivery-flow > div {
  position: relative;
  padding: 23px 18px;
}

.city-delivery-flow > div + div {
  border-left: 1px solid rgba(7,31,52,.07);
}

.city-delivery-flow span,
.city-delivery-flow strong,
.city-delivery-flow small {
  display: block;
}

.city-delivery-flow span {
  margin-bottom: 18px;
  color: #03c4ff;
  font-size: 10px;
  font-weight: 800;
}

.city-delivery-flow strong {
  color: #071f34;
  font-size: 15px;
}

.city-delivery-flow small {
  margin-top: 4px;
  color: #7a8796;
  font-size: 10px;
  line-height: 1.5;
}

.coverage-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.coverage-city-card {
  padding: 27px;
  border: 1px solid rgba(7,31,52,.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(6,19,33,.05);
}

.coverage-city-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.coverage-city-top span,
.coverage-city-top .cy-icon {
  color: #03c4ff;
}

.coverage-city-card > small {
  color: #708097;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.coverage-city-card h3 {
  margin: 7px 0 12px;
  color: #071f34;
  font-size: 22px;
}

.contact-coverage-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-coverage-links a {
  padding: 10px 14px;
  border: 1px solid rgba(7,31,52,.1);
  border-radius: 999px;
  background: #fff;
  color: #20364c;
  font-size: 12px;
  font-weight: 700;
}

.contact-coverage-links a:hover,
.contact-coverage-links .contact-coverage-all {
  border-color: rgba(3,196,255,.27);
  color: #0879ca;
}

@media (max-width: 991px) {
  .city-cyber-panel {
    max-width: 600px;
  }

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

  .city-delivery-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .city-delivery-flow > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(7,31,52,.07);
  }

  .city-delivery-flow > div:nth-child(4) {
    border-top: 1px solid rgba(7,31,52,.07);
  }
}

@media (max-width: 767px) {
  .city-path-grid,
  .coverage-city-grid,
  .city-delivery-flow {
    grid-template-columns: 1fr;
  }

  .city-path-card {
    min-height: 0;
  }

  .city-path-card p {
    min-height: 0;
  }

  .city-delivery-flow > div + div,
  .city-delivery-flow > div:nth-child(3) {
    border-top: 1px solid rgba(7,31,52,.07);
    border-left: 0;
  }
}

@media (max-width: 420px) {
  .city-cyber-flow {
    grid-template-columns: 1fr;
  }

  .city-cyber-flow > span {
    display: none;
  }

  .city-cyber-tags {
    flex-wrap: wrap;
  }
}


/* City pages — local context and SEO-safe differentiation */
.city-context-source {
  display: grid;
  gap: 3px;
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid #03c4ff;
  border-radius: 0 10px 10px 0;
  background: rgba(3,196,255,.045);
  color: #20364c;
}

.city-context-source span {
  color: #7b8897;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.city-context-source strong {
  color: #071f34;
  font-size: 13px;
}

.city-context-source small {
  color: #66788b;
  font-size: 11px;
  line-height: 1.5;
}

.city-risk-card h3 {
  min-height: 58px;
}

.city-all-services {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .city-risk-card h3 {
    min-height: 0;
  }
}


/* Coverage — national positioning */
.coverage-national-section {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}

.coverage-national-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.5fr;
  align-items: center;
  gap: 22px;
  padding: 22px 26px;
  border: 1px solid rgba(7,31,52,.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(6,19,33,.08);
}

.coverage-national-strip div {
  min-width: 0;
}

.coverage-national-strip small,
.coverage-national-strip strong {
  display: block;
}

.coverage-national-strip small {
  margin-bottom: 4px;
  color: #7b8897;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.coverage-national-strip strong {
  color: #071f34;
  font-size: 14px;
}

.coverage-national-strip > span {
  color: #03c4ff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .coverage-national-section {
    margin-top: 0;
    padding-top: 20px;
  }

  .coverage-national-strip {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .coverage-national-strip > span {
    display: none;
  }
}


/* Deep-audit additions */
.about-company-link { margin: 4px 0 24px; font-weight: 700; }
.managed-operating-capabilities h3 a { color: inherit; }
.managed-operating-capabilities h3 a:hover { color: var(--cy-blue-600); }


/* Keep floating actions from competing with the privacy decision. */
body.cookie-consent-open .whatsapp-float {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}


/* =========================================================
   CYARAX 2026 — FINAL INTERNAL PAGE VISUAL SYSTEM
   Safe override layer: harmonizes internal pages without
   removing legacy rules that may still support the layout.
   ========================================================= */

.internal-hero {
  isolation: isolate;
  padding: clamp(72px, 6vw, 92px) 0 clamp(76px, 6.2vw, 96px);
  border-bottom: 1px solid rgba(92, 224, 231, .07);
  background:
    radial-gradient(circle at 82% 16%, rgba(25, 199, 232, .13), transparent 28%),
    radial-gradient(circle at 14% 94%, rgba(37, 136, 242, .08), transparent 28%),
    linear-gradient(135deg, #071827 0%, var(--cy-navy-950) 74%);
}

.internal-hero::after {
  position: absolute;
  top: -120px;
  right: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(92, 224, 231, .07);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  box-shadow:
    0 0 0 62px rgba(92, 224, 231, .018),
    0 0 0 126px rgba(37, 136, 242, .012);
}

.internal-hero > .container {
  z-index: 2;
}

.internal-grid {
  opacity: .30;
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.92) 58%, transparent 100%);
}

.internal-breadcrumb {
  gap: 7px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  line-height: 1.4;
}

.internal-breadcrumb a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.internal-breadcrumb a:hover,
.internal-breadcrumb a:focus-visible {
  color: var(--cy-cyan-400);
}

.internal-breadcrumb span:not(:last-child) {
  color: rgba(255,255,255,.26);
}

.internal-breadcrumb span:last-child {
  color: rgba(255, 255, 255, .54);
}

.internal-eyebrow {
  margin-bottom: 13px;
  color: var(--cy-cyan-400);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .135em;
}

.internal-hero h1 {
  max-width: 840px;
  margin-bottom: 21px;
  font-size: clamp(2.65rem, 4.55vw, 4.25rem);
  line-height: 1.01;
  letter-spacing: -.032em;
  text-wrap: balance;
}

.internal-lead {
  max-width: 735px;
  color: rgba(255, 255, 255, .80);
  font-size: clamp(1.03rem, 1.3vw, 1.18rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.internal-actions {
  gap: 16px;
  margin-top: 28px;
}

.internal-text-link {
  min-height: 44px;
  padding: 4px 0;
  color: rgba(255, 255, 255, .91);
  text-underline-offset: 4px;
}

.internal-text-link:hover,
.internal-text-link:focus-visible {
  color: var(--cy-cyan-400);
}

.internal-tags,
.city-focus-line {
  margin-top: 26px;
}

/* Page-specific proportions: same family, different hierarchy. */
.contact-hero h1 { max-width: 660px; }
.contact-hero .internal-lead { max-width: 700px; }

.services-index-hero h1 { max-width: 940px; }
.services-index-hero .internal-lead { max-width: 800px; }

.managed-services-hero h1 { max-width: 760px; }
.coverage-hero h1 { max-width: 780px; }
.about-hero h1 { max-width: 850px; }
.technology-hero h1,
.edr-hero h1,
.managed-control-hero h1 { max-width: 860px; }

.about-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(37, 136, 242, .14), transparent 30%),
    linear-gradient(135deg, #081a2b 0%, #061321 76%);
}

.technology-hero,
.edr-hero {
  background:
    radial-gradient(circle at 84% 22%, rgba(53, 213, 238, .14), transparent 30%),
    radial-gradient(circle at 68% 92%, rgba(37, 136, 242, .09), transparent 28%),
    linear-gradient(135deg, #071827 0%, #051321 76%);
}

.managed-control-hero,
.managed-services-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(53, 213, 238, .11), transparent 28%),
    radial-gradient(circle at 72% 90%, rgba(37, 136, 242, .08), transparent 30%),
    linear-gradient(135deg, #071827 0%, #061422 76%);
}

/* Side panels: consistent visual weight and alignment. */
.contact-readiness-panel,
.managed-ops-panel,
.city-cyber-panel,
.service-signal-panel {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  border-color: rgba(92, 224, 231, .19);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .22);
}

.contact-readiness-panel,
.managed-ops-panel {
  padding: 28px;
}

.contact-readiness-panel h2 {
  font-size: clamp(1.45rem, 2vw, 1.72rem);
  line-height: 1.18;
  text-wrap: balance;
}

.contact-readiness-steps span {
  min-height: 78px;
}

.managed-ops-head span {
  white-space: nowrap;
}

.managed-ops-head span i {
  box-shadow: none;
}

/* Decorative panels should look conceptual, not like live dashboards. */
.managed-ops-head span,
.signal-status,
.cyber-status {
  letter-spacing: .045em;
}

.internal-section {
  padding: clamp(76px, 7vw, 96px) 0;
}

.internal-section h2,
.internal-section-heading h2,
.service-cta-box h2 {
  line-height: 1.08;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.internal-section-heading {
  max-width: 800px;
  margin-bottom: 46px;
}

.internal-section-heading > p {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  color: #62768a;
  line-height: 1.72;
  text-wrap: pretty;
}

.internal-copy-lg {
  color: #526a80;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.82;
  text-wrap: pretty;
}

.service-cta-box {
  border: 1px solid rgba(92, 224, 231, .10);
  box-shadow: 0 24px 58px rgba(6, 19, 33, .10);
}

section[id],
div[id],
h2[id],
h3[id] {
  scroll-margin-top: 108px;
}

/* Hover motion only where hover actually exists. */
@media (hover: hover) and (pointer: fine) {
  .service-index-card,
  .city-path-card,
  .coverage-city-card,
  .contact-option-card,
  .managed-offering-card {
    transition:
      transform .22s ease,
      border-color .22s ease,
      box-shadow .22s ease;
  }

  .service-index-card:hover,
  .city-path-card:hover,
  .coverage-city-card:hover,
  .contact-option-card:hover,
  .managed-offering-card:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 1199px) {
  .internal-hero h1 {
    font-size: clamp(2.55rem, 5vw, 3.95rem);
  }

  .contact-readiness-panel,
  .managed-ops-panel,
  .city-cyber-panel,
  .service-signal-panel {
    max-width: 440px;
  }
}

@media (max-width: 991px) {
  .internal-hero {
    padding: 64px 0 70px;
  }

  .internal-breadcrumb {
    margin-bottom: 28px;
  }

  .contact-readiness-panel,
  .managed-ops-panel,
  .city-cyber-panel,
  .service-signal-panel {
    max-width: 620px;
    margin: 28px auto 0;
  }

  .services-index-hero .col-lg-4 {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .internal-hero {
    padding: 52px 0 60px;
  }

  .internal-breadcrumb {
    margin-bottom: 23px;
    font-size: 11px;
  }

  .internal-eyebrow {
    margin-bottom: 11px;
    font-size: 10px;
  }

  .internal-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 10.5vw, 3.18rem);
    line-height: 1.03;
  }

  .internal-lead {
    font-size: 1rem;
    line-height: 1.68;
  }

  .internal-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .internal-section {
    padding: 68px 0;
  }

  .internal-section-heading {
    margin-bottom: 36px;
  }

  .contact-readiness-panel,
  .managed-ops-panel,
  .service-signal-panel {
    padding: 22px;
  }

  .city-cyber-panel {
    padding: 21px;
  }

  .contact-readiness-panel h2 {
    margin-bottom: 20px;
  }

  .service-cta-box {
    padding: 32px 24px;
  }
}

@media (max-width: 575px) {
  .internal-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .internal-actions .theme-btn,
  .internal-actions .email-obfuscated-link.theme-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .internal-actions .internal-text-link {
    justify-content: center;
    text-align: center;
  }

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

  .contact-readiness-steps span {
    min-height: 70px;
    padding: 13px;
  }

  .managed-ops-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .managed-ops-head span {
    white-space: normal;
  }

  .coverage-national-strip {
    padding: 20px 22px;
  }
}

.dropdown-technology-link {
  color: var(--cy-blue-600);
  font-size: 13px;
  font-weight: 700;
}

.dropdown-overview-link.active,
.dropdown-managed-link.active,
.dropdown-technology-link.active {
  color: var(--cy-ink);
}


/* Mega-menu top navigation: Specialized / Managed / Technologies */
.service-mega-top-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  width: min(720px, 100%);
  margin-left: auto;
}

.service-mega-top-links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}

.dropdown-overview-link,
.dropdown-managed-link,
.dropdown-technology-link {
  color: var(--cy-blue-600);
  font-size: 12px;
  font-weight: 700;
}

.dropdown-overview-link:hover,
.dropdown-managed-link:hover,
.dropdown-technology-link:hover,
.dropdown-overview-link:focus-visible,
.dropdown-managed-link:focus-visible,
.dropdown-technology-link:focus-visible {
  color: var(--cy-ink);
}

@media (max-width: 991px) {
  .service-mega-top-links {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 4px;
    margin-left: 0;
  }

  .service-mega-top-links > a {
    justify-content: flex-start;
    min-height: 34px;
    padding: 6px 0;
    text-align: left;
    white-space: normal;
  }
}


/* =========================================================
   CYARAX 2026 — MOBILE MEGA MENU HARDENING
   ========================================================= */
@media (max-width: 991px) {
  .navbar-collapse {
    max-height: calc(100svh - 76px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .navbar .dropdown-menu.service-mega-menu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 18px !important;
    transform: none !important;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .service-mega-intro {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .service-mega-intro > span {
    display: block;
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .service-mega-top-links {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 2px !important;
    margin: 0 !important;
  }

  .service-mega-top-links > a {
    width: 100%;
    min-height: 34px;
    padding: 6px 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    font-size: 12px;
    line-height: 1.35;
  }

  .service-mega-menu .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: block;
    margin: 0;
  }

  .service-mega-menu .col-md-7,
  .service-mega-menu .col-md-5 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .service-mega-menu .dropdown-section {
    margin-top: 20px !important;
  }

  .service-mega-menu .dropdown-section:first-child {
    margin-top: 0 !important;
  }

  .service-mega-menu .dropdown-header {
    margin-bottom: 8px;
    padding: 0;
    font-size: 11px;
    line-height: 1.35;
  }

  .service-mega-menu .dropdown-item {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 8px 0;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    font-size: 14px;
    line-height: 1.38;
  }

  .service-mega-menu .dropdown-item + .dropdown-item {
    margin-top: 1px;
  }
}

@media (max-width: 575px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar .dropdown-menu.service-mega-menu {
    padding: 16px 14px !important;
  }

  .service-mega-menu .dropdown-item {
    font-size: 13.5px;
  }
}


/* =========================================================
   CYARAX 2026 — FINAL MOBILE HEADER POLISH
   ========================================================= */
@media (max-width: 991px) {
  .header .navbar {
    min-height: 74px;
  }

  .navbar .container {
    position: relative;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
  }

  .navbar-brand img {
    height: auto;
    max-height: 58px;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  button.navbar-toggler {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(6, 19, 33, .13);
    border-radius: 12px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 5px 14px rgba(6, 19, 33, .05);
    color: var(--cy-ink);
    transition:
      border-color .2s ease,
      background-color .2s ease,
      box-shadow .2s ease;
  }

  button.navbar-toggler:hover,
  button.navbar-toggler:focus-visible {
    border-color: rgba(37, 136, 242, .28);
    background: #fff;
    box-shadow: 0 7px 18px rgba(6, 19, 33, .08);
  }

  .cy-mobile-toggle {
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
  }

  .cy-mobile-toggle > span {
    position: absolute;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition:
      top .2s ease,
      transform .2s ease,
      opacity .16s ease;
  }

  .cy-mobile-toggle > span:nth-child(1) {
    top: 0;
  }

  .cy-mobile-toggle > span:nth-child(2) {
    top: 7px;
  }

  .cy-mobile-toggle > span:nth-child(3) {
    top: 14px;
  }

  button.navbar-toggler[aria-expanded="true"] .cy-mobile-toggle > span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  button.navbar-toggler[aria-expanded="true"] .cy-mobile-toggle > span:nth-child(2) {
    opacity: 0;
  }

  button.navbar-toggler[aria-expanded="true"] .cy-mobile-toggle > span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  .navbar-collapse {
    margin-top: 0;
    border-top: 0 !important;
    background: #fff;
    box-shadow: 0 18px 40px rgba(6, 19, 33, .09);
  }

  .navbar-collapse::before {
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(37,136,242,.13) 12%,
      rgba(37,136,242,.13) 88%,
      transparent 100%
    );
    content: "";
  }

  .navbar-nav {
    padding-top: 8px;
  }

  .navbar .nav-item .nav-link {
    min-height: 46px;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 1.35;
  }

  .navbar .nav-item.dropdown > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar .nav-item.dropdown > .nav-link::after {
    margin-left: 14px;
  }

  .navbar .dropdown-menu.service-mega-menu {
    width: calc(100% - 32px) !important;
    margin: 6px 16px 16px !important;
    padding: 17px 16px !important;
    border: 1px solid rgba(6, 19, 33, .10);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(6, 19, 33, .06);
  }

  .service-mega-intro {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom-color: rgba(6, 19, 33, .08);
  }

  .service-mega-intro > span {
    color: #60758a;
  }

  .service-mega-top-links > a {
    min-height: 36px;
    padding: 7px 0 !important;
  }

  .service-mega-menu .dropdown-section {
    margin-top: 18px !important;
  }

  .service-mega-menu .dropdown-header {
    color: #607080;
    font-size: 12px;
    font-weight: 700;
  }

  .service-mega-menu .dropdown-item {
    padding: 8px 0;
    color: #17293a;
    font-size: 14px;
    line-height: 1.42;
  }

  .service-mega-menu .dropdown-item.active,
  .service-mega-menu .dropdown-item:focus,
  .service-mega-menu .dropdown-item:hover {
    color: var(--cy-blue-600);
    background: transparent;
  }
}

@media (max-width: 575px) {
  .header .navbar {
    min-height: 70px;
  }

  .navbar-brand img {
    max-height: 54px;
  }

  button.navbar-toggler {
    width: 44px;
    height: 44px;
    border-radius: 11px;
  }

  .navbar .dropdown-menu.service-mega-menu {
    width: calc(100% - 24px) !important;
    margin: 4px 12px 14px !important;
    padding: 16px 14px !important;
  }

  .navbar-collapse::before {
    width: calc(100% - 24px);
  }
}


/* =========================================================
   CYARAX 2026 — LOGO RENDER STABILITY
   ========================================================= */
.navbar-brand picture {
  display: block;
}

.navbar-brand img {
  object-fit: contain;
}

@media (max-width: 991px) {
  /* Mobile header is always light: use the dark logo immediately,
     independently of scroll/fixed-top state. */
  .header .navbar-brand .logo-scrolled {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header .navbar-brand .logo-display {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .navbar-brand {
    min-width: 190px;
    min-height: 65px;
  }
}

@media (max-width: 575px) {
  .navbar-brand {
    min-width: 176px;
    min-height: 60px;
  }

  .navbar-brand img {
    width: 176px;
    height: auto;
  }
}


/* =========================================================
   CYARAX 2026 — MOBILE MENU VISUAL POLISH
   ========================================================= */
@media (max-width: 991px) {
  /* Softer separation between brand/header and navigation. */
  .navbar-collapse::before {
    width: calc(100% - 44px);
    height: 1px;
    margin: 0 auto;
    background: rgba(37, 136, 242, .075);
  }

  /* Make the menu trigger feel like part of the header, not a boxed form control. */
  button.navbar-toggler {
    width: 44px;
    height: 44px;
    border-color: transparent;
    border-radius: 11px;
    background: rgba(6, 19, 33, .035);
    box-shadow: none;
  }

  button.navbar-toggler:hover,
  button.navbar-toggler:focus-visible {
    border-color: transparent;
    background: rgba(37, 136, 242, .07);
    box-shadow: none;
  }

  /* Clear separation between service categories inside the mobile mega menu. */
  .service-mega-menu .dropdown-section + .dropdown-section {
    margin-top: 26px !important;
    padding-top: 2px;
  }

  /* When different category groups follow one another in the same column,
     create a deliberate visual pause before the next heading. */
  .service-mega-menu .dropdown-section + .dropdown-section .dropdown-header {
    margin-top: 0;
  }

  .service-mega-menu .dropdown-header {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .navbar-collapse::before {
    width: calc(100% - 32px);
    background: rgba(37, 136, 242, .06);
  }

  button.navbar-toggler {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .service-mega-menu .dropdown-section + .dropdown-section {
    margin-top: 24px !important;
  }
}


/* =========================================================
   CYARAX 2026 — HOME HEADER OVERLAY RESTORATION
   Home at top: transparent over hero.
   Scroll / open menu / internal pages: solid light header.
   ========================================================= */

/* Home header must live on top of the hero instead of reserving a white strip. */
.header-home {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}

.header-home .navbar-home:not(.fixed-top):not(.menu-open) {
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(4, 17, 29, .62) 0%, rgba(4, 17, 29, .30) 54%, rgba(4, 17, 29, 0) 100%);
  box-shadow: none;
  backdrop-filter: none;
}

/* Desktop home at top: white logo + light navigation over the hero. */
@media (min-width: 992px) {
  .header-home .navbar-home:not(.fixed-top) .logo-display {
    display: block;
  }

  .header-home .navbar-home:not(.fixed-top) .logo-scrolled {
    display: none;
  }

  .header-home .navbar-home:not(.fixed-top) .nav-item > .nav-link {
    color: rgba(255,255,255,.94);
  }

  .header-home .navbar-home:not(.fixed-top) .nav-item > .nav-link:hover,
  .header-home .navbar-home:not(.fixed-top) .nav-item > .nav-link.active {
    color: #fff;
  }
}

/* Mobile home at top: same overlay principle. */
@media (max-width: 991px) {
  .header-home .navbar-home:not(.fixed-top):not(.menu-open) {
    position: fixed;
    border-bottom: 0 !important;
    background:
      linear-gradient(180deg, rgba(4, 17, 29, .68) 0%, rgba(4, 17, 29, .32) 62%, rgba(4, 17, 29, 0) 100%);
    box-shadow: none;
    backdrop-filter: none;
  }

  .header-home .navbar-home:not(.fixed-top):not(.menu-open) .navbar-brand .logo-display {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header-home .navbar-home:not(.fixed-top):not(.menu-open) .navbar-brand .logo-scrolled {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .header-home .navbar-home:not(.fixed-top):not(.menu-open) button.navbar-toggler {
    border-color: rgba(255,255,255,.12);
    background: rgba(4,17,29,.18);
    color: #fff;
    box-shadow: none;
  }

  .header-home .navbar-home:not(.fixed-top):not(.menu-open) button.navbar-toggler:hover,
  .header-home .navbar-home:not(.fixed-top):not(.menu-open) button.navbar-toggler:focus-visible {
    border-color: rgba(255,255,255,.18);
    background: rgba(4,17,29,.28);
    color: #fff;
  }

  /* No hard divider under the brand row. */
  .navbar-collapse::before {
    display: none !important;
  }

  /* Open menu becomes a single clean light surface. */
  .header-home .navbar-home.menu-open,
  .header-home .navbar-home.fixed-top,
  .header-inner .navbar {
    background: rgba(255,255,255,.985);
    box-shadow: 0 10px 28px rgba(6,19,33,.08);
    backdrop-filter: blur(14px);
  }

  .header-home .navbar-home.menu-open .navbar-brand .logo-scrolled,
  .header-home .navbar-home.fixed-top .navbar-brand .logo-scrolled {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header-home .navbar-home.menu-open .navbar-brand .logo-display,
  .header-home .navbar-home.fixed-top .navbar-brand .logo-display {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .header-home .navbar-home.menu-open button.navbar-toggler,
  .header-home .navbar-home.fixed-top button.navbar-toggler {
    border-color: transparent;
    background: rgba(6,19,33,.035);
    color: var(--cy-ink);
  }

  .navbar-collapse {
    border-top: 0 !important;
    box-shadow: none;
  }
}

/* Internal pages remain light from the first render. */
.header-inner,
.header-inner .navbar {
  background: #fff;
}

.header-inner .navbar {
  border-bottom: 1px solid rgba(223,232,241,.55);
}


/* =========================================================
   CYARAX 2026 — MEGA MENU TYPOGRAPHY / HOVER FINALIZATION
   ========================================================= */
.service-mega-top-links > a,
.dropdown-overview-link,
.dropdown-managed-link,
.dropdown-technology-link {
  position: relative;
  color: var(--cy-blue-600);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  transition:
    color .18s ease,
    transform .18s ease;
}

.service-mega-top-links > a::after,
.dropdown-overview-link::after,
.dropdown-managed-link::after,
.dropdown-technology-link::after {
  position: absolute;
  right: 12%;
  bottom: 2px;
  left: 12%;
  height: 2px;
  border-radius: 999px;
  background: var(--cy-blue-500);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transform-origin: center;
  transition:
    opacity .18s ease,
    transform .18s ease;
}

.service-mega-top-links > a:hover,
.service-mega-top-links > a:focus-visible,
.dropdown-overview-link:hover,
.dropdown-overview-link:focus-visible,
.dropdown-managed-link:hover,
.dropdown-managed-link:focus-visible,
.dropdown-technology-link:hover,
.dropdown-technology-link:focus-visible {
  color: var(--cy-ink);
  transform: translateY(-1px);
}

.service-mega-top-links > a:hover::after,
.service-mega-top-links > a:focus-visible::after,
.dropdown-overview-link:hover::after,
.dropdown-overview-link:focus-visible::after,
.dropdown-managed-link:hover::after,
.dropdown-managed-link:focus-visible::after,
.dropdown-technology-link:hover::after,
.dropdown-technology-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.service-mega-top-links > a.active,
.dropdown-overview-link.active,
.dropdown-managed-link.active,
.dropdown-technology-link.active {
  color: var(--cy-ink);
}

.service-mega-top-links > a.active::after,
.dropdown-overview-link.active::after,
.dropdown-managed-link.active::after,
.dropdown-technology-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Make the mega-menu eyebrow part of the header, not a stacked block. */
.service-mega-intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
}

.service-mega-intro > span {
  margin: 0;
  white-space: nowrap;
}

.service-mega-top-links {
  width: 100%;
  margin: 0;
}

@media (max-width: 991px) {
  .service-mega-intro {
    display: block;
  }

  .service-mega-intro > span {
    margin-bottom: 10px;
  }

  .service-mega-top-links > a,
  .dropdown-overview-link,
  .dropdown-managed-link,
  .dropdown-technology-link {
    font-size: 14px;
    font-weight: 700;
  }

  .service-mega-top-links > a::after,
  .dropdown-overview-link::after,
  .dropdown-managed-link::after,
  .dropdown-technology-link::after {
    right: auto;
    bottom: 2px;
    left: 0;
    width: 54px;
  }

  .service-mega-top-links > a:hover,
  .service-mega-top-links > a:focus-visible,
  .dropdown-overview-link:hover,
  .dropdown-overview-link:focus-visible,
  .dropdown-managed-link:hover,
  .dropdown-managed-link:focus-visible,
  .dropdown-technology-link:hover,
  .dropdown-technology-link:focus-visible {
    transform: none;
  }
}

@media (max-width: 575px) {
  .service-mega-intro > span {
    font-size: 10px;
    letter-spacing: .11em;
  }

  .service-mega-top-links > a,
  .dropdown-overview-link,
  .dropdown-managed-link,
  .dropdown-technology-link {
    font-size: 13.5px;
  }
}


/* =========================================================
   CYARAX 2026 — ABOUT HERO PANEL
   ========================================================= */
.about-hero-panel {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  padding: 26px;
  border: 1px solid rgba(92,224,231,.18);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)),
    rgba(4,17,29,.40);
  box-shadow: 0 24px 60px rgba(0,0,0,.20);
  backdrop-filter: blur(4px);
}

.about-hero-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.about-hero-panel-head small,
.about-hero-panel-head span {
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .08em;
}

.about-hero-panel-head small {
  color: rgba(255,255,255,.48);
}

.about-hero-panel-head span {
  color: var(--cy-cyan-400);
}

.about-hero-axis {
  display: grid;
  gap: 10px;
}

.about-hero-axis article {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-areas:
    "num title"
    "num copy";
  column-gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.07);
}

.about-hero-axis article:first-child {
  border-top: 0;
}

.about-hero-axis article > span {
  grid-area: num;
  align-self: start;
  color: var(--cy-cyan-400);
  font-size: 10px;
  font-weight: 800;
}

.about-hero-axis strong {
  grid-area: title;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.about-hero-axis small {
  grid-area: copy;
  margin-top: 3px;
  color: rgba(255,255,255,.57);
  font-size: 11px;
  line-height: 1.45;
}

.about-hero-panel > p {
  margin: 19px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .about-hero-panel {
    max-width: 620px;
    margin: 26px 0 0;
  }
}

@media (max-width: 575px) {
  .about-hero-panel {
    padding: 20px;
  }

  .about-hero-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
