:root {
  --navy: #0a1828;
  --navy-2: #0f2844;
  --blue: #1e5a96;
  --cyan: #00a8cc;
  --accent: #ff6b35;
  --green: #2ecc71;
  --ink: #0d1b2a;
  --muted: #5a6c7d;
  --line: #d4dce8;
  --soft: #f2f6fa;
  --white: #ffffff;
  --shadow: 0 16px 34px rgba(10, 24, 40, 0.14);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #f8fafc;
  line-height: 1.65;
}

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

img {
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 44px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  position: absolute;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle::before {
  transform: translateY(-7px);
}

.nav-toggle::after {
  transform: translateY(7px);
}

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

.site-nav a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #304056;
  font-size: 15px;
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: var(--soft);
  color: var(--blue);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 62px;
  background:
    linear-gradient(90deg, rgba(31, 111, 191, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31, 111, 191, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(59, 199, 214, 0.11), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 184, 112, 0.09), transparent 62%);
  pointer-events: none;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.18;
}

h1 {
  font-size: clamp(34px, 5vw, 58px);
  max-width: 780px;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
}

h3 {
  font-size: 21px;
}

p {
  margin: 0;
}

.lead {
  margin-top: 22px;
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
}

.button.secondary {
  background: var(--white);
  color: var(--blue);
}

.button:hover {
  filter: brightness(0.97);
}

.system-visual {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 22px;
  border: 1px solid rgba(31, 111, 191, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(236, 245, 251, 0.9));
  box-shadow: var(--shadow);
}

.image-panel {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid rgba(31, 111, 191, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, rgba(31, 111, 191, 0.55), rgba(59, 199, 214, 0.42), rgba(86, 184, 112, 0.32)) border-box;
  box-shadow: var(--shadow);
}

.software-dashboard {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 22px;
  border: 1px solid rgba(31, 111, 191, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 255, 0.96)),
    linear-gradient(135deg, rgba(31, 111, 191, 0.14), rgba(59, 199, 214, 0.12));
  box-shadow: var(--shadow);
}

.hero-software-panel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(31, 111, 191, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, rgba(31, 111, 191, 0.28), rgba(59, 199, 214, 0.2)) border-box;
  box-shadow: var(--shadow);
}

.hero-dashboard-panel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(30, 90, 150, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f8fafc 0%, #eef5fb 100%);
  box-shadow: var(--shadow);
  padding: 0;
}

.dashboard-mockup {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(238, 245, 251, 0.92) 100%);
}

.db-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(30, 90, 150, 0.12);
  background: rgba(255, 255, 255, 0.8);
}

.db-title {
  font-weight: 700;
  color: var(--navy);
  font-size: 14px;
  letter-spacing: 0.5px;
}

.db-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.dot.active {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.db-content {
  flex: 1;
  padding: 20px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  overflow: hidden;
}

.db-charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.chart-item {
  padding: 12px;
  border: 1px solid rgba(30, 90, 150, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
}

.chart-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 40px;
  gap: 4px;
}

.chart-bars .bar {
  flex: 1;
  background: linear-gradient(180deg, var(--cyan) 0%, var(--blue) 100%);
  border-radius: 3px 3px 0 0;
  min-height: 4px;
}

.db-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.card-item {
  padding: 14px;
  border: 1px solid rgba(30, 90, 150, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.card-value {
  font-size: 18px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1.2;
}

.card-label {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  font-weight: 600;
}

.hero-software-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 42%;
}

.hero-software-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(11, 31, 58, 0.04)),
    radial-gradient(circle at 100% 100%, rgba(248, 250, 252, 0.5), transparent 28%);
  pointer-events: none;
}

.hero-visual-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 15px;
  border: 1px solid rgba(219, 228, 238, 0.76);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 24px rgba(31, 74, 119, 0.1);
  backdrop-filter: blur(10px);
}

.hero-visual-caption strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
}

.hero-visual-caption span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.software-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 86% 18%, rgba(31, 111, 191, 0.08), transparent 28%);
  pointer-events: none;
}

.dashboard-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.dashboard-top span,
.dash-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.dashboard-top strong {
  color: var(--navy);
}

.dashboard-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  margin-top: 18px;
}

.dash-card,
.dash-code,
.workflow-board div,
.mini-dashboard div,
.module-node {
  border: 1px solid rgba(219, 228, 238, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(31, 74, 119, 0.07);
}

.dash-card {
  padding: 18px;
}

.status-card {
  grid-row: span 2;
}

.dash-card strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  font-size: 20px;
}

.dash-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.progress {
  height: 9px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: #d8e6f2;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.dash-code {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding: 16px;
  color: #405069;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
}

.soft-image-accent {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 0;
  width: 170px;
  height: 120px;
  overflow: hidden;
  border-radius: var(--radius);
  opacity: 0.16;
  filter: saturate(0.65);
}

.soft-image-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 36%;
}

.mini-dashboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mini-dashboard div {
  padding: 16px;
}

.mini-dashboard strong {
  display: block;
  color: var(--navy);
}

.mini-dashboard span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.mini-dashboard .mini-image {
  min-height: 96px;
  padding: 0;
  overflow: hidden;
}

.mini-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  opacity: 0.7;
}

.image-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.hero-image-panel {
  min-height: 420px;
  animation: floatPanel 7s ease-in-out infinite;
}

.hero-image-panel img,
.ai-image-panel img,
.business-visual-panel img,
.experience-preview-panel img {
  object-position: 50% 42%;
}

.hero-image-panel::after,
.ai-image-panel::after,
.business-visual-panel::after,
.experience-preview-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.1), transparent 45%),
    radial-gradient(circle at 100% 100%, rgba(11, 31, 58, 0.22), transparent 34%);
  pointer-events: none;
}

.image-overlay-card,
.workflow-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(11, 31, 58, 0.78);
  backdrop-filter: blur(12px);
}

.image-overlay-card strong,
.workflow-overlay strong {
  display: block;
  color: var(--white);
  font-size: 15px;
}

.image-overlay-card span,
.workflow-overlay span {
  display: block;
  margin-top: 4px;
  color: #c5d4e4;
  font-size: 13px;
}

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

.workflow-overlay div {
  padding-left: 10px;
  border-left: 2px solid var(--cyan);
}

.experience-preview-panel {
  grid-column: 2;
  min-height: 220px;
}

.business-visual-panel {
  min-height: 360px;
}

.ai-image-panel {
  min-height: 390px;
}

.tech-visual {
  animation: floatPanel 7s ease-in-out infinite;
}

.tech-visual::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 111, 191, 0.34), transparent);
  box-shadow: 0 78px 0 rgba(59, 199, 214, 0.22), 0 156px 0 rgba(86, 184, 112, 0.18);
}

.tech-visual::after {
  content: "";
  position: absolute;
  right: 42px;
  top: 86px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(31, 111, 191, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(59, 199, 214, 0.18), transparent 34%),
    conic-gradient(from 140deg, rgba(31, 111, 191, 0.4), rgba(59, 199, 214, 0.08), rgba(86, 184, 112, 0.3), rgba(31, 111, 191, 0.4));
}

.code-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.code-strip span {
  padding: 6px 9px;
  border: 1px solid rgba(31, 111, 191, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #405069;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
}

.visual-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
}

.dot:nth-child(2) {
  background: var(--green);
}

.dot:nth-child(3) {
  background: #8aa5c2;
}

.visual-layout {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 16px;
}

.panel,
.node,
.metric {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.panel {
  padding: 16px;
  min-height: 166px;
}

.bar {
  height: 9px;
  border-radius: 999px;
  background: #d8e6f2;
  margin-bottom: 12px;
}

.bar.short {
  width: 64%;
}

.bar.blue {
  width: 82%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.node-stack {
  display: grid;
  gap: 12px;
}

.node {
  padding: 14px;
}

.node strong,
.metric strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.node span,
.metric span {
  color: var(--muted);
  font-size: 13px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.metric {
  padding: 14px;
}

.stats-band {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

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

.stat-card {
  padding: 22px;
  background: var(--white);
}

.stat-card strong {
  display: block;
  color: var(--blue);
  font-size: 26px;
  line-height: 1.1;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: var(--soft);
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
}

.experience-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 34px;
}

.about-layout,
.services-layout,
.automation-visual-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 32px;
  align-items: start;
}

.side-visual-card {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.side-visual-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 48% 38%;
  opacity: 0.92;
}

.side-visual-card.compact img {
  height: 190px;
  object-position: 50% 34%;
  opacity: 0.78;
}

.visual-note {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.98));
}

.visual-note strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
}

.visual-note span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.service-side-panel {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 96px;
}

.service-mini-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.service-mini-flow div,
.contact-info-tile {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 20px rgba(31, 74, 119, 0.07);
}

.service-mini-flow strong,
.contact-info-tile span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #eaf5fb;
  color: var(--blue);
  font-size: 13px;
}

.service-mini-flow span {
  display: block;
  color: var(--navy);
  font-weight: 700;
}

.module-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 246, 255, 0.92)),
    radial-gradient(circle at 90% 10%, rgba(59, 199, 214, 0.12), transparent 34%);
  box-shadow: var(--shadow);
}

.module-node {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--navy);
  font-weight: 800;
  text-align: center;
}

.module-node.primary {
  grid-column: span 3;
  min-height: 70px;
  background: linear-gradient(135deg, #eef6ff, #ffffff);
  color: var(--blue);
}

.module-image {
  grid-column: span 3;
  height: 112px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.module-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  opacity: 0.22;
  filter: saturate(0.7);
}

.workflow-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.workflow-board div {
  padding: 16px;
  border-left: 4px solid var(--cyan);
}

.workflow-board strong {
  display: block;
  color: var(--navy);
}

.workflow-board span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.automation-dashboard {
  min-height: 390px;
}

.ai-accent {
  opacity: 0.13;
}

.automation-visual-row {
  align-items: center;
}

.contact-support-grid {
  display: grid;
  gap: 14px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.52fr);
  gap: 28px;
  align-items: start;
}

.contact-main-column,
.contact-side-column {
  display: grid;
  gap: 18px;
}

.contact-intro-card,
.contact-cta-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-intro-card h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.contact-intro-card p:not(.eyebrow),
.contact-cta-card li {
  color: var(--muted);
}

.contact-intro-card p:not(.eyebrow) {
  margin-top: 12px;
}

.contact-cta-card {
  background: linear-gradient(135deg, #ffffff, #eef6ff);
}

.contact-cta-card h3 {
  font-size: 20px;
}

.contact-cta-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.contact-cta-card li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.contact-cta-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.contact-info-tile h3 {
  font-size: 18px;
}

.contact-info-tile p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.grid {
  display: grid;
  gap: 20px;
}

.grid.four {
  grid-template-columns: repeat(4, 1fr);
}

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

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

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

.card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  min-height: 100%;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.card:hover {
  border-color: rgba(31, 111, 191, 0.42);
  box-shadow: 0 14px 28px rgba(11, 31, 58, 0.09);
  transform: translateY(-3px);
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-visual {
  width: 100%;
  height: 140px;
  margin: -24px -24px 16px -24px;
  border-radius: var(--radius) var(--radius) 0 0;
  border: 1px solid var(--line);
  border-bottom: none;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ERP Visual */
.erp-visual {
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
  position: relative;
}

.erp-visual::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(90deg, transparent 48%, rgba(30, 90, 150, 0.1) 48%, rgba(30, 90, 150, 0.1) 49%, transparent 49%),
    linear-gradient(0deg, transparent 24%, rgba(30, 90, 150, 0.1) 24%, rgba(30, 90, 150, 0.1) 25%, transparent 25%),
    linear-gradient(0deg, transparent 49%, rgba(30, 90, 150, 0.1) 49%, rgba(30, 90, 150, 0.1) 50%, transparent 50%),
    linear-gradient(0deg, transparent 74%, rgba(30, 90, 150, 0.1) 74%, rgba(30, 90, 150, 0.1) 75%, transparent 75%);
  background-size: 40px 40px;
}

.erp-visual::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 60%;
  background: linear-gradient(to bottom,
    rgba(30, 90, 150, 0.8) 0%,
    rgba(30, 90, 150, 0.8) 15%,
    rgba(30, 90, 150, 0.6) 15%,
    rgba(30, 90, 150, 0.6) 35%,
    rgba(0, 168, 204, 0.7) 35%,
    rgba(0, 168, 204, 0.7) 100%
  );
  border: 1px solid rgba(30, 90, 150, 0.3);
  border-radius: 4px;
  z-index: 1;
}

/* POS Visual */
.pos-visual {
  background: linear-gradient(135deg, #fff4f0 0%, #ffe8e0 100%);
  position: relative;
}

.pos-visual::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 70%;
  background: linear-gradient(to right,
    rgba(30, 90, 150, 0.15) 0%,
    rgba(30, 90, 150, 0.15) 20%,
    transparent 20%,
    transparent 80%,
    rgba(30, 90, 150, 0.15) 80%,
    rgba(30, 90, 150, 0.15) 100%
  );
  border: 2px solid rgba(30, 90, 150, 0.3);
  border-radius: 6px;
  z-index: 1;
}

.pos-visual::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 65%;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 168, 204, 0.6) 0px,
    rgba(0, 168, 204, 0.6) 8px,
    rgba(30, 90, 150, 0.3) 8px,
    rgba(30, 90, 150, 0.3) 16px
  );
  border: 1px solid rgba(30, 90, 150, 0.2);
  border-radius: 3px;
}

/* Portal Visual */
.portal-visual {
  background: linear-gradient(135deg, #f5f8ff 0%, #eef3ff 100%);
  position: relative;
}

.portal-visual::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, rgba(30, 90, 150, 0.7), rgba(0, 168, 204, 0.7));
  border-radius: 50%;
  box-shadow: 50px 0 0 rgba(30, 90, 150, 0.5), 100px 0 0 rgba(30, 90, 150, 0.3);
}

.portal-visual::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 50px;
  bottom: 15px;
  left: 10%;
  background: repeating-linear-gradient(
    90deg,
    transparent 0px,
    transparent 18%,
    rgba(30, 90, 150, 0.2) 18px,
    rgba(30, 90, 150, 0.2) 20px
  );
  border-top: 1px solid rgba(30, 90, 150, 0.2);
}

/* Web App Visual */
.web-visual {
  background: linear-gradient(135deg, #f9f7ff 0%, #f0ecff 100%);
  position: relative;
}

.web-visual::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 35%;
  background: linear-gradient(90deg,
    rgba(30, 90, 150, 0.8) 0%,
    rgba(30, 90, 150, 0.8) 25%,
    rgba(0, 168, 204, 0.6) 25%,
    rgba(0, 168, 204, 0.6) 50%,
    rgba(30, 90, 150, 0.6) 50%,
    rgba(30, 90, 150, 0.6) 100%
  );
  border: 1px solid rgba(30, 90, 150, 0.3);
  border-radius: 3px;
}

.web-visual::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 35%;
  bottom: 15px;
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 168, 204, 0.4) 0px,
    rgba(0, 168, 204, 0.4) 12%,
    transparent 12%,
    transparent 16%,
    rgba(30, 90, 150, 0.3) 16%,
    rgba(30, 90, 150, 0.3) 28%,
    transparent 28%,
    transparent 32%
  );
  border: 1px solid rgba(30, 90, 150, 0.2);
  border-radius: 3px;
}

/* Automation Visual */
.automation-visual {
  background: linear-gradient(135deg, #fff8f5 0%, #fff0e8 100%);
  position: relative;
}

.automation-visual::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(0, 168, 204, 0.8), rgba(0, 168, 204, 0.4));
  border-radius: 50%;
  box-shadow: 45px 0 0 rgba(30, 90, 150, 0.6), 90px 0 0 rgba(30, 90, 150, 0.4);
}

.automation-visual::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  top: 20%;
  left: 25%;
  background: linear-gradient(180deg, transparent, rgba(30, 90, 150, 0.3), transparent);
  box-shadow: 40px 0 0 linear-gradient(180deg, transparent, rgba(30, 90, 150, 0.3), transparent),
              80px 0 0 linear-gradient(180deg, transparent, rgba(30, 90, 150, 0.3), transparent);
}

/* Maintenance Visual */
.maintenance-visual {
  background: linear-gradient(135deg, #f5f8fa 0%, #f0f5f8 100%);
  position: relative;
}

.maintenance-visual::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 75%;
  background: linear-gradient(145deg,
    rgba(30, 90, 150, 0.1) 0%,
    rgba(30, 90, 150, 0.1) 45%,
    rgba(0, 168, 204, 0.2) 45%,
    rgba(0, 168, 204, 0.2) 100%
  );
  border: 2px solid rgba(30, 90, 150, 0.25);
  border-radius: 6px;
}

.maintenance-visual::after {
  content: "⚙";
  position: absolute;
  font-size: 48px;
  color: rgba(30, 90, 150, 0.3);
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}

.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: #eaf5fb;
  color: var(--blue);
  font-weight: 800;
}

.card p,
.text-block p,
.service-item p,
.timeline-item p,
.contact-card p {
  margin-top: 10px;
  color: var(--muted);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  color: #405069;
  font-size: 15px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.text-block {
  max-width: 860px;
}

.text-block + .text-block {
  margin-top: 24px;
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-item {
  padding: 24px;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 22px rgba(11, 31, 58, 0.06);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #405069;
  font-size: 14px;
  font-weight: 600;
}

.timeline {
  display: grid;
  gap: 16px;
}

.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.timeline-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.project-card {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green));
}

.project-card:hover {
  border-color: rgba(31, 111, 191, 0.4);
  box-shadow: 0 14px 28px rgba(11, 31, 58, 0.08);
  transform: translateY(-2px);
}

.project-label {
  margin-top: 14px;
  color: var(--navy) !important;
  font-weight: 700;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.process-step {
  position: relative;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #eaf5fb;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.process-step h3 {
  font-size: 18px;
}

.process-step p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes floatPanel {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

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

.trust-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.trust-item {
  padding: 24px;
  border: 1px solid rgba(30, 90, 150, 0.15);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(30, 90, 150, 0.05), rgba(0, 168, 204, 0.03));
  text-align: center;
}

.trust-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--blue);
  line-height: 1.1;
}

.trust-label {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  font-weight: 600;
}

.specialties-grid {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.specialties-grid strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
  margin-bottom: 12px;
}

.specialties-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.specialties-grid li {
  color: var(--muted);
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}

.specialties-grid li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: bold;
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-list a,
.contact-list span {
  display: block;
  color: var(--navy);
  font-weight: 700;
}

.site-footer {
  padding: 48px 0 26px;
  background: var(--navy);
  color: #d8e6f2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr 1fr;
  gap: 28px;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
}

.site-footer h2 {
  font-size: 22px;
}

.site-footer h3 {
  margin-bottom: 12px;
  font-size: 16px;
}

.site-footer p,
.site-footer a,
.site-footer li {
  color: #c5d4e4;
  font-size: 14px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.copyright {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #b8c8d8;
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-grid,
  .experience-overview,
  .about-layout,
  .services-layout,
  .automation-visual-row,
  .contact-layout,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .side-visual-card,
  .service-side-panel {
    position: static;
  }

  .stats-grid,
  .process-grid,
  .project-grid,
  .service-card-grid,
  .module-map,
  .trust-numbers {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-preview-panel {
    grid-column: auto;
  }

  .grid.four,
  .grid.three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    min-height: 66px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 12px;
  }

  .hero {
    padding: 48px 0 44px;
  }

  .section {
    padding: 54px 0;
  }

  .grid.four,
  .grid.three,
  .grid.two,
  .stats-grid,
  .process-grid,
  .project-grid,
  .service-card-grid,
  .module-map,
  .dashboard-grid,
  .mini-dashboard,
  .feature-list,
  .metric-row,
  .visual-layout,
  .trust-numbers {
    grid-template-columns: 1fr;
  }

  .module-node.primary {
    grid-column: auto;
  }

  .module-image {
    grid-column: auto;
  }

  .software-dashboard,
  .hero-software-panel,
  .hero-dashboard-panel,
  .automation-dashboard {
    min-height: auto;
  }

  .soft-image-accent {
    width: 120px;
    height: 86px;
  }

  .system-visual {
    min-height: auto;
  }

  .image-panel,
  .hero-image-panel,
  .ai-image-panel,
  .business-visual-panel,
  .experience-preview-panel {
    min-height: 260px;
  }

  .workflow-overlay {
    grid-template-columns: 1fr;
  }

  .tech-visual {
    animation: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
