/*
Theme Name: DAT SECURITY
Theme URI: https://datsec.io/
Author: DAT SECURITY
Author URI: https://datsec.io/
Description: A lightweight, premium dark cybersecurity WordPress theme for DAT SECURITY.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dat-security
*/

:root {
  --ds-bg: #05070d;
  --ds-bg-soft: #080d16;
  --ds-surface: #0b101b;
  --ds-surface-2: #111827;
  --ds-text: #f8fafc;
  --ds-muted: #94a3b8;
  --ds-accent: #00e5ff;
  --ds-accent-2: #38f8a6;
  --ds-danger: #ff4d6d;
  --ds-border: rgba(148, 163, 184, 0.18);
  --ds-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --ds-radius: 8px;
  --ds-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ds-bg);
  color: var(--ds-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ds-accent);
  outline-offset: 3px;
}

.container {
  width: min(100% - 32px, var(--ds-container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ds-accent);
  color: #001014;
  border-radius: var(--ds-radius);
  font-weight: 800;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 50%, rgba(0, 229, 255, 0.22), transparent 25%),
    radial-gradient(circle at 86% 35%, rgba(56, 248, 166, 0.16), transparent 28%),
    linear-gradient(100deg, rgba(1, 5, 14, 0.98), rgba(0, 18, 32, 0.98) 48%, rgba(0, 55, 65, 0.94)),
    #05070d;
  border-bottom: 1px solid rgba(0, 229, 255, 0.32);
  backdrop-filter: blur(18px);
  box-shadow:
    0 12px 42px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(0, 229, 255, 0.1);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.2) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 248, 166, 0.14) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 48%, rgba(0, 229, 255, 0.18) 49%, transparent 51%);
  background-size: 44px 44px, 44px 44px, 180px 180px;
  opacity: 0.32;
  animation: headerGridDrift 12s linear infinite;
}

.site-header::after {
  content: "";
  position: absolute;
  left: -55%;
  top: 0;
  width: 48%;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.34), rgba(56, 248, 166, 0.18), transparent);
  opacity: 0.9;
  animation: headerSweep 4.6s ease-in-out infinite;
}

.header-inner {
  position: relative;
  z-index: 2;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.logo-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 229, 255, 0.72);
  border-radius: var(--ds-radius);
  background:
    radial-gradient(circle at 30% 20%, rgba(56, 248, 166, 0.3), transparent 28%),
    linear-gradient(135deg, rgba(0, 229, 255, 0.22), rgba(56, 248, 166, 0.12));
  color: var(--ds-accent);
  box-shadow: 0 0 26px rgba(0, 229, 255, 0.24);
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-navigation ul,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-navigation li,
.footer-menu li {
  margin: 0;
}

.main-navigation a {
  color: #b8c7dc;
  font-size: 14px;
  font-weight: 650;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--ds-accent);
  text-shadow: 0 0 18px rgba(0, 229, 255, 0.52);
}

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: var(--ds-surface);
  color: var(--ds-text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.btn,
.wp-block-button__link,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--ds-radius);
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover,
.wp-block-button__link:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.btn-primary,
.wp-block-button__link,
.header-cta {
  background: var(--ds-accent);
  color: #001014;
}

.btn-secondary {
  border-color: var(--ds-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ds-text);
}

.section {
  padding: 84px 0;
}

.section-kicker,
.eyebrow {
  color: var(--ds-accent-2);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-title,
.entry-title {
  margin: 10px 0 14px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.06;
}

.section-lead,
.entry-summary {
  max-width: 760px;
  color: var(--ds-muted);
  font-size: 18px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 86px 0 72px;
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 229, 255, 0.14), transparent 34%),
    radial-gradient(circle at 14% 82%, rgba(56, 248, 166, 0.1), transparent 28%),
    linear-gradient(180deg, #05070d 0%, #080d16 100%);
}

.services-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 104px 0 76px;
  background:
    linear-gradient(110deg, rgba(5, 7, 13, 0.98), rgba(5, 12, 20, 0.94) 46%, rgba(0, 55, 68, 0.68)),
    radial-gradient(circle at 78% 28%, rgba(0, 229, 255, 0.2), transparent 28%),
    #05070d;
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 248, 166, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  opacity: 0.32;
  animation: cyberGridDrift 18s linear infinite;
}

.services-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 229, 255, 0.14) 48%, transparent 50%);
  background-size: 100% 180px;
  opacity: 0.22;
  animation: scanLines 7s linear infinite;
}

.cyber-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(0, 229, 255, 0.18) 48%, transparent 50%),
    linear-gradient(45deg, transparent 0 48%, rgba(56, 248, 166, 0.12) 49%, transparent 51%);
  background-size: 320px 320px;
  opacity: 0.22;
}

.services-hero .container {
  position: relative;
  z-index: 2;
}

.cyber-console {
  position: relative;
  overflow: hidden;
}

.cyber-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(0, 229, 255, 0.14) 48%, transparent 56%);
  transform: translateX(-110%);
  animation: panelSweep 4.8s ease-in-out infinite;
}

.console-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.console-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.42);
}

.scan-status,
.cyber-console .metric-grid,
.console-feed {
  position: relative;
  z-index: 1;
}

.console-feed {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: rgba(3, 5, 10, 0.58);
  color: var(--ds-accent-2);
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}

.console-feed span::before {
  content: ">";
  margin-right: 8px;
  color: var(--ds-accent);
}

.services-stats {
  border-block: 1px solid var(--ds-border);
  background: #03050a;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-grid div {
  min-height: 118px;
  padding: 24px;
  border-right: 1px solid var(--ds-border);
}

.stats-grid div:first-child {
  border-left: 1px solid var(--ds-border);
}

.stats-grid strong {
  display: block;
  color: var(--ds-text);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: var(--ds-muted);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 56px;
  align-items: center;
}

.hero-content h1 {
  max-width: 820px;
  margin: 12px 0 22px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.01;
}

.hero-content p {
  max-width: 650px;
  color: var(--ds-muted);
  font-size: 18px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-panel,
.audit-panel,
.cta-band {
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(11, 16, 27, 0.96));
  box-shadow: var(--ds-shadow);
}

.hero-panel {
  padding: 24px;
}

.audit-panel {
  padding: 24px;
}

.status-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  color: var(--ds-accent-2);
  font-weight: 800;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--ds-accent-2);
  box-shadow: 0 0 18px rgba(56, 248, 166, 0.78);
}

.metric-grid,
.card-grid,
.process-grid,
.deliverables-grid,
.footer-grid {
  display: grid;
  gap: 16px;
}

.metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.metric,
.service-card,
.proof-card,
.process-card,
.deliverable-card,
.faq-card {
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: rgba(11, 16, 27, 0.78);
}

.metric {
  padding: 20px;
}

.metric strong {
  display: block;
  font-size: 27px;
  line-height: 1.1;
}

.metric span,
.service-card p,
.proof-card p,
.process-card p,
.deliverable-card p,
.faq-card p {
  color: var(--ds-muted);
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.premium-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.service-card,
.proof-card,
.process-card,
.deliverable-card,
.faq-card {
  padding: 24px;
}

.premium-service-card {
  position: relative;
  overflow: hidden;
  min-height: 282px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.9), rgba(7, 11, 19, 0.98)),
    radial-gradient(circle at 82% 18%, rgba(0, 229, 255, 0.14), transparent 28%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.premium-service-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ds-accent), var(--ds-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.premium-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 229, 255, 0.42);
  box-shadow: 0 22px 70px rgba(0, 229, 255, 0.1);
}

.premium-service-card:hover::after {
  transform: scaleX(1);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.service-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 229, 255, 0.34);
  border-radius: var(--ds-radius);
  background: rgba(0, 229, 255, 0.08);
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  border-color: var(--ds-accent);
}

.service-icon-shield::before {
  width: 22px;
  height: 26px;
  border: 2px solid var(--ds-accent);
  border-radius: 14px 14px 18px 18px;
  transform: perspective(50px) rotateX(12deg);
}

.service-icon-target::before {
  width: 26px;
  height: 26px;
  border: 2px solid var(--ds-accent);
  border-radius: 999px;
}

.service-icon-target::after {
  width: 8px;
  height: 8px;
  border: 2px solid var(--ds-accent-2);
  border-radius: 999px;
}

.service-icon-lock::before {
  width: 24px;
  height: 18px;
  border: 2px solid var(--ds-accent);
  border-radius: 4px;
  bottom: 13px;
}

.service-icon-lock::after {
  width: 16px;
  height: 14px;
  border: 2px solid var(--ds-accent-2);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  top: 12px;
}

.service-icon-pulse::before {
  width: 30px;
  height: 16px;
  border-left: 2px solid var(--ds-accent);
  border-bottom: 2px solid var(--ds-accent);
  transform: skewX(-24deg);
}

.service-icon-radar::before {
  width: 30px;
  height: 30px;
  border: 2px solid var(--ds-accent);
  border-radius: 999px;
}

.service-icon-radar::after {
  width: 2px;
  height: 18px;
  background: var(--ds-accent-2);
  transform-origin: bottom center;
  animation: radarSpin 2.4s linear infinite;
}

.service-icon-flow::before {
  width: 30px;
  height: 2px;
  background: var(--ds-accent);
}

.service-icon-flow::after {
  width: 24px;
  height: 24px;
  border: 2px solid var(--ds-accent-2);
  border-radius: 999px;
}

.service-icon-spark::before {
  width: 26px;
  height: 26px;
  border: 2px solid var(--ds-accent);
  transform: rotate(45deg);
}

.service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--ds-border);
  border-radius: 999px;
  color: var(--ds-accent-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.process-timeline {
  position: relative;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 42px;
  bottom: 42px;
  width: 1px;
  background: linear-gradient(180deg, var(--ds-accent), var(--ds-accent-2));
  opacity: 0.32;
}

@keyframes cyberGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 70px 70px, 70px 70px; }
}

@keyframes scanLines {
  from { background-position: 0 -180px; }
  to { background-position: 0 180px; }
}

@keyframes panelSweep {
  0%, 45% { transform: translateX(-120%); }
  70%, 100% { transform: translateX(120%); }
}

@keyframes radarSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes headerGridDrift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 44px 44px, 44px 44px, 180px 180px; }
}

@keyframes headerSweep {
  0%, 42% { transform: translateX(0); }
  78%, 100% { transform: translateX(430%); }
}

@keyframes footerGridDrift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 56px 56px, 56px 56px, 220px 220px; }
}

@keyframes footerSignal {
  0%, 100% { opacity: 0.28; transform: scaleX(0.55); }
  50% { opacity: 0.86; transform: scaleX(1); }
}

.service-card h3,
.proof-card h3,
.process-card h3,
.deliverable-card h3,
.faq-card h3 {
  margin-top: 0;
}

.service-card a,
.inline-link {
  color: var(--ds-accent);
  font-weight: 800;
}

.band-dark {
  background: #03050a;
  border-block: 1px solid var(--ds-border);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: start;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ds-muted);
}

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

.cta-band {
  padding: 36px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
  gap: 34px;
  align-items: start;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 229, 255, 0.22), transparent 28%),
    radial-gradient(circle at 16% 82%, rgba(56, 248, 166, 0.12), transparent 30%),
    linear-gradient(110deg, rgba(2, 5, 13, 0.99), rgba(0, 16, 28, 0.96) 52%, rgba(0, 55, 68, 0.72));
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 229, 255, 0.16) 48%, transparent 50%);
  background-size: 100% 170px;
  opacity: 0.2;
  animation: scanLines 7s linear infinite;
}

.contact-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 56px;
  align-items: center;
}

.contact-command-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.26);
  border-radius: var(--ds-radius);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(7, 11, 19, 0.98)),
    radial-gradient(circle at 82% 18%, rgba(0, 229, 255, 0.16), transparent 28%);
  padding: 24px;
  box-shadow: var(--ds-shadow);
}

.contact-command-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(0, 229, 255, 0.14) 48%, transparent 56%);
  transform: translateX(-110%);
  animation: panelSweep 4.8s ease-in-out infinite;
}

.contact-signal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contact-signal-grid div {
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: rgba(3, 5, 10, 0.46);
}

.contact-signal-grid strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.contact-signal-grid span {
  display: block;
  margin-top: 8px;
  color: var(--ds-muted);
}

.contact-strip {
  border-block: 1px solid var(--ds-border);
  background: #03050a;
}

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

.contact-strip-grid div {
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid var(--ds-border);
}

.contact-strip-grid div:first-child {
  border-left: 1px solid var(--ds-border);
}

.contact-strip-grid strong {
  display: block;
  color: var(--ds-text);
  font-size: 20px;
}

.contact-strip-grid span {
  display: block;
  margin-top: 8px;
  color: var(--ds-muted);
}

.contact-premium-section {
  position: relative;
  overflow: hidden;
}

.contact-premium-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 248, 166, 0.07) 1px, transparent 1px);
  background-size: 66px 66px;
  opacity: 0.16;
  animation: cyberGridDrift 18s linear infinite;
}

.contact-premium-section .container {
  position: relative;
  z-index: 1;
}

.contact-form-shell,
.contact-aside {
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: var(--ds-radius);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.88), rgba(7, 11, 19, 0.96)),
    radial-gradient(circle at 82% 10%, rgba(0, 229, 255, 0.12), transparent 24%);
  padding: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.contact-form-shell h2 {
  margin-top: 8px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
}

.contact-form-shell .fluentform {
  margin-top: 4px;
}

.contact-form-shell input,
.contact-form-shell select,
.contact-form-shell textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  background: #070b13;
  color: var(--ds-text);
}

.contact-form-shell textarea {
  min-height: 140px;
}

.contact-form-shell label {
  color: var(--ds-text);
  font-weight: 700;
}

.contact-form-shell .ff-btn-submit,
.contact-form-shell button[type="submit"] {
  min-height: 46px;
  border: 0;
  border-radius: var(--ds-radius);
  background: var(--ds-accent);
  color: #001014;
  font-weight: 850;
  cursor: pointer;
}

.contact-aside h2 {
  margin-top: 0;
}

.contact-meta {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.contact-meta li {
  padding: 16px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius);
  color: var(--ds-muted);
}

.contact-meta strong {
  display: block;
  color: var(--ds-text);
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 229, 255, 0.34);
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 229, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(56, 248, 166, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(2, 5, 13, 0.99), rgba(0, 20, 31, 0.98) 58%, rgba(0, 8, 14, 0.99)),
    #03050a;
  padding: 56px 0 24px;
  box-shadow: inset 0 1px 0 rgba(0, 229, 255, 0.18);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.18) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 248, 166, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 48%, rgba(0, 229, 255, 0.17) 49%, transparent 51%);
  background-size: 56px 56px, 56px 56px, 220px 220px;
  opacity: 0.28;
  animation: footerGridDrift 16s linear infinite;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--ds-accent), #ffffff, var(--ds-accent-2), transparent);
  opacity: 0.95;
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.45);
  animation: footerSignal 4s ease-in-out infinite;
}

.footer-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 32px;
}

.footer-brand p,
.site-footer p {
  color: var(--ds-muted);
}

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

.footer-grid a {
  display: block;
  width: fit-content;
  margin: 8px 0;
  color: var(--ds-muted);
}

.footer-menu {
  display: block;
}

.footer-grid a:hover {
  color: var(--ds-accent);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, var(--ds-container));
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--ds-border);
  color: var(--ds-muted);
  font-size: 14px;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    overflow: visible;
  }

  .header-inner {
    z-index: 1002;
  }

  .menu-toggle {
    position: relative;
    z-index: 1003;
    display: inline-block;
  }

  .main-navigation {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    background:
      radial-gradient(circle at 12% 10%, rgba(0, 229, 255, 0.2), transparent 28%),
      radial-gradient(circle at 86% 90%, rgba(56, 248, 166, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(2, 5, 13, 0.99), rgba(0, 22, 34, 0.99));
    border-bottom: 1px solid rgba(0, 229, 255, 0.32);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.46);
    z-index: 1001;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }

  .main-navigation.is-open {
    display: flex;
  }

  .main-navigation ul {
    display: block;
  }

  .main-navigation a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 229, 255, 0.16);
    color: #d4e3f5;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .contact-grid,
  .contact-hero-grid,
  .card-grid,
  .premium-service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-section {
    min-height: auto;
    padding-top: 70px;
  }

  .services-hero {
    min-height: auto;
    padding-top: 78px;
  }

  .contact-hero {
    min-height: auto;
    padding-top: 78px;
  }

  .site-header {
    background:
      radial-gradient(circle at 14% 50%, rgba(0, 229, 255, 0.24), transparent 30%),
      radial-gradient(circle at 88% 42%, rgba(56, 248, 166, 0.16), transparent 34%),
      linear-gradient(100deg, rgba(1, 5, 14, 0.99), rgba(0, 20, 35, 0.98) 56%, rgba(0, 45, 56, 0.94));
  }

  .site-header::before {
    background-size: 42px 42px, 42px 42px, 160px 160px;
    opacity: 0.34;
    animation-duration: 10s;
  }

  .site-header::after {
    left: -70%;
    width: 70%;
    opacity: 0.72;
    animation-duration: 5.2s;
  }

  .site-footer {
    background:
      radial-gradient(circle at 18% 12%, rgba(0, 229, 255, 0.2), transparent 32%),
      radial-gradient(circle at 86% 84%, rgba(56, 248, 166, 0.13), transparent 34%),
      linear-gradient(180deg, rgba(2, 5, 13, 0.99), rgba(0, 19, 31, 0.99), rgba(0, 8, 14, 0.99));
  }

  .site-footer::before {
    background-size: 48px 48px, 48px 48px, 190px 190px;
    opacity: 0.3;
    animation-duration: 14s;
  }

  .site-footer::after {
    opacity: 0.9;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 90;
    display: flex;
    box-shadow: 0 16px 46px rgba(0, 229, 255, 0.2);
  }

  body {
    padding-bottom: 72px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--ds-container));
  }

  .section {
    padding: 64px 0;
  }

  .site-header {
    background:
      radial-gradient(circle at 18% 46%, rgba(0, 229, 255, 0.22), transparent 34%),
      linear-gradient(100deg, rgba(1, 5, 14, 0.99), rgba(0, 18, 32, 0.99));
  }

  .site-header::before {
    background-size: 34px 34px, 34px 34px, 140px 140px;
    opacity: 0.3;
  }

  .site-header::after {
    width: 86%;
    opacity: 0.58;
  }

  .site-footer {
    background:
      radial-gradient(circle at 20% 8%, rgba(0, 229, 255, 0.18), transparent 34%),
      radial-gradient(circle at 82% 86%, rgba(56, 248, 166, 0.12), transparent 38%),
      linear-gradient(180deg, rgba(2, 5, 13, 0.99), rgba(0, 17, 28, 0.99));
  }

  .site-footer::before {
    background-size: 38px 38px, 38px 38px, 150px 150px;
    opacity: 0.26;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .metric-grid,
  .process-grid,
  .deliverables-grid,
  .stats-grid,
  .contact-signal-grid,
  .contact-strip-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid div,
  .stats-grid div:first-child,
  .contact-strip-grid div,
  .contact-strip-grid div:first-child {
    border-left: 1px solid var(--ds-border);
    border-right: 1px solid var(--ds-border);
  }

  .cta-band {
    padding: 24px;
  }
}
