﻿:root {
  --bg: #f4f8fc;
  --bg-soft: #eaf1f8;
  --panel: rgba(255, 255, 255, 0.72);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(24, 80, 145, 0.12);
  --text: #10233f;
  --muted: #5d708d;
  --primary: #1f7ae0;
  --primary-strong: #1456b9;
  --cyan: #22b8c7;
  --accent: #4b7fff;
  --orange: #f6a42b;
  --shadow: 0 22px 50px rgba(13, 35, 71, 0.12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(31, 122, 224, 0.12), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(75, 127, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f2f7fc 38%, #edf3f9 100%);
  color: var(--text);
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-shell {
  position: relative;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(22px);
  background: rgba(248, 251, 255, 0.74);
  border-bottom: 1px solid rgba(24, 80, 145, 0.08);
}

.site-header.scrolled {
  background: rgba(248, 251, 255, 0.94);
  box-shadow: 0 12px 28px rgba(16, 35, 63, 0.08);
}

.navbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 24px rgba(41, 168, 255, 0.25));
}

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

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-copy strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.76rem;
}

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

.nav-links a {
  color: rgba(16, 35, 63, 0.82);
  font-size: 0.94rem;
}

.nav-links a:hover {
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(24, 80, 145, 0.14);
  background: rgba(255, 255, 255, 0.86);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: #10233f;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);
  box-shadow: 0 12px 28px rgba(10, 102, 255, 0.24);
  color: #f8fbff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(24, 80, 145, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #173359;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.46);
  border-color: rgba(24, 80, 145, 0.1);
  color: #173359;
}

.button-nav {
  margin-left: 6px;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 60px;
  overflow: clip;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  background:
    radial-gradient(circle at 50% 30%, rgba(34, 184, 199, 0.1), transparent 20%),
    radial-gradient(circle at 20% 20%, rgba(31, 122, 224, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.85), rgba(232, 240, 249, 0.96));
}

.hero-video-media,
.video-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video-media {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02) brightness(0.72);
}

.video-fallback {
  background:
    radial-gradient(circle at 50% 30%, rgba(34, 184, 199, 0.1), transparent 20%),
    radial-gradient(circle at 20% 20%, rgba(31, 122, 224, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.65), rgba(232, 240, 249, 0.9));
}

.video-layer {
  position: absolute;
  inset: -10%;
}

.layer-grid {
  background-image:
    linear-gradient(rgba(24, 80, 145, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 80, 145, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  transform: perspective(900px) rotateX(78deg) translateY(28%);
  opacity: 0.32;
}

.layer-rings {
  background:
    radial-gradient(circle, rgba(34, 184, 199, 0.16) 0 2px, transparent 3px 100%),
    radial-gradient(circle at 50% 45%, transparent 0 190px, rgba(34, 184, 199, 0.08) 191px 193px, transparent 194px 100%),
    radial-gradient(circle at 50% 45%, transparent 0 310px, rgba(31, 122, 224, 0.08) 311px 313px, transparent 314px 100%);
  animation: pulseRings 12s linear infinite;
}

.layer-orb {
  background:
    radial-gradient(circle at 65% 24%, rgba(31, 122, 224, 0.26), transparent 12%),
    radial-gradient(circle at 68% 26%, rgba(34, 184, 199, 0.16), transparent 20%);
  filter: blur(12px);
  animation: drift 18s ease-in-out infinite alternate;
}

.layer-beams {
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(34, 184, 199, 0.08) 48%, transparent 54%),
    linear-gradient(140deg, transparent 0 58%, rgba(75, 127, 255, 0.08) 63%, transparent 67%);
  animation: beams 10s linear infinite;
}

#hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(244, 248, 252, 0.88) 0%, rgba(244, 248, 252, 0.76) 42%, rgba(244, 248, 252, 0.58) 100%),
    linear-gradient(180deg, rgba(244, 248, 252, 0.12), rgba(236, 243, 250, 0.72));
}

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

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan));
}

.hero-grid,
.section-grid,
.advantages-layout,
.experience-layout,
.contact-layout {
  display: grid;
  gap: 32px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  margin-top: 28px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.9rem, 6vw, 5.8rem);
  line-height: 0.95;
}

.hero-copy p,
.section-heading p,
.product-card p,
.service-card p,
.advantage-card p,
.contact-copy p,
.cta-box p,
.info-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-copy p {
  max-width: 62ch;
  margin: 22px 0 0;
  font-size: 1.06rem;
}

.hero-actions,
.hero-badges,
.cta-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 30px;
}

.hero-badges {
  margin-top: 26px;
}

.hero-badges span,
.floating-pill,
.trust-item,
.metrics-panel div,
.contact-points div {
  border: 1px solid rgba(24, 80, 145, 0.1);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.hero-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  color: #1a355a;
}

.hero-panel {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
}

.dashboard-card,
.info-card,
.product-card,
.service-card,
.advantage-card,
.contact-form,
.cta-box,
.trust-item,
.mockup-screen,
.metrics-panel,
.floating-stat {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 249, 255, 0.82));
  border: 1px solid rgba(24, 80, 145, 0.1);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.dashboard-card::before,
.info-card::before,
.product-card::before,
.service-card::before,
.advantage-card::before,
.contact-form::before,
.cta-box::before,
.mockup-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 184, 199, 0.06), transparent 42%, transparent 58%, rgba(75, 127, 255, 0.08));
  pointer-events: none;
}

.floating-stat {
  position: absolute;
  top: 18px;
  right: 6px;
  width: min(220px, 100%);
  padding: 20px;
  z-index: 2;
}

.floating-stat strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
}

.floating-stat span {
  color: var(--muted);
  line-height: 1.6;
}

.dashboard-card {
  width: min(520px, 100%);
  padding: 24px;
  transform: perspective(1200px) rotateY(-18deg) rotateX(8deg);
}

.dashboard-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #173359;
  font-weight: 700;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(34, 184, 199, 0.3);
}

.dashboard-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.metric-card,
.metric-chart {
  border-radius: 20px;
  padding: 18px;
  background: rgba(247, 250, 254, 0.88);
  border: 1px solid rgba(24, 80, 145, 0.08);
}

.metric-card strong {
  display: block;
  margin-top: 6px;
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
}

.metric-card small,
.metric-card span {
  color: var(--muted);
}

.metric-chart {
  grid-column: span 2;
  display: flex;
  align-items: end;
  gap: 16px;
  min-height: 180px;
}

.metric-chart .bar {
  flex: 1;
  height: var(--value);
  border-radius: 18px 18px 6px 6px;
  background: linear-gradient(180deg, rgba(68, 243, 255, 0.95), rgba(10, 102, 255, 0.35));
  box-shadow: 0 0 18px rgba(31, 122, 224, 0.14);
}

.floating-pill {
  position: absolute;
  padding: 12px 18px;
  border-radius: 999px;
  color: #1a355a;
  font-weight: 600;
}

.pill-top {
  left: 18px;
  top: 120px;
}

.pill-bottom {
  right: 10px;
  bottom: 70px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.trust-item {
  padding: 24px;
}

.trust-item strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
}

.trust-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.section {
  padding: 120px 0;
}

.section-company {
  padding-top: 110px;
}

.section-grid,
.experience-layout,
.contact-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.section-heading h2,
.cta-box h2,
.contact-copy h2 {
  margin: 16px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.05;
}

.section-heading p {
  margin-top: 18px;
  max-width: 62ch;
}

.centered {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.centered .section-kicker::before {
  display: none;
}

.company-panels,
.product-grid,
.services-grid,
.advantages-grid {
  display: grid;
  gap: 20px;
}

.company-panels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.product-card,
.service-card,
.advantage-card {
  padding: 28px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.info-card:hover,
.product-card:hover,
.service-card:hover,
.advantage-card:hover,
.contact-form:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 122, 224, 0.18);
  box-shadow: 0 24px 60px rgba(16, 35, 63, 0.14), 0 0 0 1px rgba(31, 122, 224, 0.06);
}

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

.product-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, rgba(31, 122, 224, 0.12), rgba(34, 184, 199, 0.08));
  border: 1px solid rgba(31, 122, 224, 0.14);
  position: relative;
}

.product-logo {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.product-icon::before,
.product-icon::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(16, 35, 63, 0.8);
  border-radius: 12px;
}

.icon-erp::after {
  inset: 22px;
  border-radius: 8px;
}

.product-logo-erp::before,
.product-logo-erp::after {
  display: none;
}

.icon-pos::after {
  inset: auto 16px 14px 16px;
  height: 14px;
  border-radius: 4px;
}

.icon-fac::after {
  inset: 16px 18px;
  border-radius: 8px;
  clip-path: polygon(0 0, 76% 0, 100% 26%, 100% 100%, 0 100%);
}

.product-card h3,
.service-card h3,
.advantage-card strong,
.info-card h3,
.site-footer h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.22rem;
}

.product-card ul {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #2f4a6f;
}

.product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(34, 184, 199, 0.24);
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
}

.section-advantages {
  position: relative;
  overflow: hidden;
  background: #071527;
  isolation: isolate;
}

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

.advantages-video-wrap,
.advantages-video-media,
.advantages-video-fallback,
.advantages-video-overlay {
  position: absolute;
  inset: 0;
}

.advantages-video-wrap {
  z-index: 0;
}

.advantages-video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.08) brightness(0.5);
}

.advantages-video-fallback {
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 184, 199, 0.22), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(75, 127, 255, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(6, 17, 33, 0.68), rgba(6, 17, 33, 0.82));
}

.advantages-video-overlay {
  background:
    linear-gradient(180deg, rgba(4, 13, 27, 0.3) 0%, rgba(4, 13, 27, 0.76) 100%),
    linear-gradient(90deg, rgba(5, 15, 29, 0.86) 0%, rgba(5, 15, 29, 0.58) 45%, rgba(5, 15, 29, 0.8) 100%);
}

.section-advantages .section-kicker,
.section-advantages .section-heading h2,
.section-advantages .advantage-card strong,
.section-advantages .metrics-panel strong {
  color: #f4f8ff;
}

.section-advantages .section-kicker::before {
  background: linear-gradient(90deg, transparent, rgba(103, 222, 255, 0.92));
}

.section-advantages .advantage-card,
.section-advantages .metrics-panel,
.section-advantages .metrics-panel div {
  border-color: rgba(145, 196, 255, 0.18);
  background: linear-gradient(180deg, rgba(7, 20, 39, 0.72), rgba(9, 25, 48, 0.58));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.section-advantages .advantage-card::before {
  background: linear-gradient(135deg, rgba(34, 184, 199, 0.16), transparent 42%, transparent 58%, rgba(75, 127, 255, 0.16));
}

.section-advantages .advantage-card p,
.section-advantages .metrics-panel span {
  color: rgba(228, 238, 250, 0.82);
}

.advantages-layout {
  grid-template-columns: minmax(0, 1fr);
}

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

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

.metrics-panel div {
  padding: 24px;
  border-radius: 20px;
}

.metrics-panel strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.3rem);
}

.metrics-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.mockup-stage {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mockup-screen {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 252, 0.9));
}

.screen-main {
  width: min(640px, 100%);
  height: 380px;
  padding: 18px;
  transform: perspective(1200px) rotateY(-13deg) rotateX(12deg);
}

.screen-pos {
  width: 220px;
  height: 320px;
  right: 18px;
  top: 36px;
  transform: rotate(8deg);
}

.screen-docs {
  width: 230px;
  height: 290px;
  left: 18px;
  bottom: 22px;
  transform: rotate(-9deg);
}

.screen-top {
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(31, 122, 224, 0.1), rgba(255, 255, 255, 0.56));
}

.screen-content {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
  height: calc(100% - 60px);
}

.screen-sidebar,
.widget {
  border-radius: 16px;
  background: rgba(16, 35, 63, 0.06);
}

.screen-sidebar {
  height: 100%;
}

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

.widget-wide {
  grid-column: span 2;
}

.widget-chart {
  background:
    linear-gradient(180deg, rgba(34, 184, 199, 0.12), rgba(31, 122, 224, 0.04)),
    rgba(16, 35, 63, 0.06);
}

.screen-pos,
.screen-docs {
  background:
    linear-gradient(180deg, rgba(31, 122, 224, 0.08), rgba(255, 255, 255, 0.36)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 252, 0.9));
}

.stage-glow {
  position: absolute;
  inset: auto 16% -12% 16%;
  height: 180px;
  background: radial-gradient(circle, rgba(31, 122, 224, 0.18), transparent 65%);
  filter: blur(26px);
}

.section-cta {
  padding-top: 40px;
}

.section-neon-showcase {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 184, 199, 0.18), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(75, 127, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #071321 0%, #09182b 100%);
  color: #eef7ff;
}

.section-neon-showcase .section-heading p,
.section-neon-showcase .section-heading h2,
.section-neon-showcase .section-kicker,
.section-neon-showcase .section-kicker::before {
  color: inherit;
}

.section-neon-showcase .section-kicker {
  color: #6eeeff;
}

.section-neon-showcase .section-heading p {
  color: #9fc0dc;
}

.neon-scene {
  position: absolute;
  inset: 0;
}

.neon-grid,
.neon-beam,
.neon-orb,
.particles-canvas {
  position: absolute;
  inset: 0;
}

.neon-grid {
  background-image:
    linear-gradient(rgba(110, 238, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 238, 255, 0.08) 1px, transparent 1px);
  background-size: 78px 78px;
  transform: perspective(1100px) rotateX(76deg) translateY(34%);
  opacity: 0.28;
}

.neon-beam {
  filter: blur(8px);
  opacity: 0.9;
}

.beam-one {
  background: linear-gradient(120deg, transparent 0 46%, rgba(110, 238, 255, 0.16) 50%, transparent 54%);
  animation: beams 11s linear infinite;
}

.beam-two {
  background: linear-gradient(140deg, transparent 0 58%, rgba(75, 127, 255, 0.14) 62%, transparent 66%);
  animation: beams 15s linear infinite reverse;
}

.neon-orb {
  filter: blur(16px);
}

.orb-one {
  background: radial-gradient(circle at 24% 40%, rgba(34, 184, 199, 0.32), transparent 14%);
  animation: drift 18s ease-in-out infinite alternate;
}

.orb-two {
  background: radial-gradient(circle at 80% 28%, rgba(75, 127, 255, 0.28), transparent 14%);
  animation: drift 16s ease-in-out infinite alternate-reverse;
}

.neon-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
}

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

.neon-cards article {
  padding: 28px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 24, 45, 0.76), rgba(8, 18, 35, 0.64));
  border: 1px solid rgba(110, 238, 255, 0.14);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 28px rgba(34, 184, 199, 0.08);
  backdrop-filter: blur(18px);
}

.neon-cards strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  color: #eef7ff;
}

.neon-cards span {
  display: block;
  margin-top: 12px;
  color: #9fc0dc;
  line-height: 1.75;
}

.cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 38px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: #dff2ff;
  font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 80, 145, 0.12);
  border-radius: 16px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  outline: none;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(31, 122, 224, 0.36);
  box-shadow: 0 0 0 4px rgba(31, 122, 224, 0.08);
}

.full {
  grid-column: 1 / -1;
}

.form-context {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 122, 224, 0.12);
}

.form-context strong {
  color: #0f3f78;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-context span {
  color: #49617f;
  font-size: 0.94rem;
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-points div {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 18px;
}

.contact-points strong {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cyan);
}

.site-footer {
  padding: 32px 0 48px;
  border-top: 1px solid rgba(24, 80, 145, 0.08);
  background: rgba(244, 248, 252, 0.82);
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.5fr));
  gap: 24px;
}

.footer-layout > div {
  display: grid;
  gap: 10px;
}

.footer-brand {
  max-width: 460px;
}

.brand-footer {
  margin-bottom: 12px;
}

.footer-layout a,
.footer-copy {
  color: var(--muted);
}

.pricing-page-shell {
  background:
    radial-gradient(circle at top left, rgba(31, 122, 224, 0.14), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(34, 184, 199, 0.1), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.gfac-hero {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  padding-bottom: 92px;
}

.gfac-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.56), rgba(233, 241, 250, 0.92));
}

.gfac-orb,
.gfac-grid,
.gfac-beam {
  position: absolute;
}

.gfac-orb {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.8;
}

.orb-left {
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(34, 184, 199, 0.22), transparent 64%);
}

.orb-right {
  right: -120px;
  top: -30px;
  background: radial-gradient(circle, rgba(31, 122, 224, 0.18), transparent 64%);
}

.gfac-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 122, 224, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 122, 224, 0.07) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 100%);
}

.gfac-beam {
  inset: auto;
  width: 50vw;
  height: 320px;
  filter: blur(12px);
  opacity: 0.62;
}

.beam-left {
  left: -8%;
  bottom: -90px;
  background: linear-gradient(135deg, rgba(34, 184, 199, 0.16), transparent 68%);
}

.beam-right {
  right: -10%;
  bottom: -120px;
  background: linear-gradient(225deg, rgba(75, 127, 255, 0.14), transparent 68%);
}

.gfac-hero-layout,
.gfac-plans-grid,
.gfac-addons-grid,
.gfac-annual-grid,
.gfac-compare-band {
  position: relative;
  z-index: 1;
}

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

.gfac-hero-copy h1 {
  margin: 16px 0 0;
  max-width: 11ch;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.96;
}

.gfac-hero-copy p {
  margin: 22px 0 0;
  max-width: 60ch;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem;
}

.gfac-microcopy {
  display: block;
  margin-top: 16px;
  color: #557090;
  line-height: 1.7;
}

.gfac-hero-panel {
  position: relative;
}

.gfac-panel-card,
.gfac-plan-card,
.gfac-addon-card,
.gfac-annual-card,
.gfac-compare-band div,
.gfac-annual-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(24, 80, 145, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.82));
  box-shadow: 0 24px 60px rgba(16, 35, 63, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gfac-panel-card {
  padding: 28px;
  transform: perspective(1200px) rotateY(-10deg) rotateX(6deg);
}

.gfac-panel-card::before,
.gfac-plan-card::before,
.gfac-addon-card::before,
.gfac-annual-card::before,
.gfac-annual-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 184, 199, 0.08), transparent 42%, transparent 58%, rgba(75, 127, 255, 0.08));
  pointer-events: none;
}

.gfac-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gfac-brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gfac-brand-lockup img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border: 1px solid rgba(24, 80, 145, 0.08);
}

.gfac-brand-lockup strong,
.gfac-panel-metrics strong,
.gfac-plan-tier,
.gfac-annual-card strong,
.gfac-addon-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
}

.gfac-brand-lockup span,
.gfac-status,
.gfac-panel-metrics span,
.gfac-addon-card span {
  color: var(--muted);
}

.gfac-status {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 80, 145, 0.1);
  font-size: 0.85rem;
  font-weight: 700;
}

.gfac-panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.gfac-panel-metrics article,
.gfac-panel-list div {
  border-radius: 20px;
  padding: 18px;
  background: rgba(247, 250, 254, 0.86);
  border: 1px solid rgba(24, 80, 145, 0.08);
}

.gfac-panel-metrics strong {
  font-size: 2rem;
}

.gfac-panel-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.gfac-panel-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #224062;
}

.gfac-panel-list span,
.gfac-feature-list li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22b8c7, #1f7ae0);
  box-shadow: 0 0 0 6px rgba(34, 184, 199, 0.12);
  flex: 0 0 auto;
}

.gfac-plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-top: 40px;
}

.gfac-plan-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gfac-plan-card:hover,
.gfac-addon-card:hover,
.gfac-annual-card:hover {
  transform: translateY(-8px);
  border-color: rgba(31, 122, 224, 0.2);
  box-shadow: 0 28px 64px rgba(16, 35, 63, 0.16), 0 0 0 1px rgba(31, 122, 224, 0.04);
}

.gfac-plan-featured {
  transform: translateY(-10px);
  border-color: rgba(34, 184, 199, 0.34);
  box-shadow: 0 32px 74px rgba(17, 55, 102, 0.18), 0 0 0 1px rgba(34, 184, 199, 0.08);
}

.gfac-plan-featured:hover {
  transform: translateY(-14px);
}

.gfac-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 9px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 184, 199, 0.14), rgba(31, 122, 224, 0.18));
  color: #11606a;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gfac-plan-header p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.gfac-price {
  margin-top: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3rem);
  line-height: 1;
}

.gfac-price small {
  display: block;
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 0.94rem;
  color: var(--muted);
}

.gfac-feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
  color: #284363;
}

.gfac-feature-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.65;
}

.gfac-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}

.gfac-plan-card .button {
  margin-top: auto;
}

.gfac-compare-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.gfac-compare-band div {
  padding: 22px;
}

.gfac-compare-band strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.gfac-compare-band span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.75;
}

.plans-selector-grid {
  max-width: 860px;
  margin-inline: auto;
}

.plans-selector-button {
  margin-top: 18px;
}

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

.gfac-addon-card {
  min-height: 168px;
  padding: 24px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gfac-addon-card span {
  display: block;
  margin-top: 12px;
  line-height: 1.7;
}

.gfac-annual-banner {
  padding: 30px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.gfac-annual-banner h2 {
  margin: 16px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.04;
}

.gfac-annual-banner p {
  margin: 16px auto 0;
  max-width: 60ch;
  color: var(--muted);
  line-height: 1.8;
}

.gfac-annual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.gfac-annual-card {
  padding: 26px 24px;
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.gfac-annual-card span {
  display: block;
  margin-top: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  color: #143861;
}

.gfac-final-cta {
  padding-top: 28px;
}

.footer-layout a:hover {
  color: white;
}

.footer-copy {
  margin-top: 8px;
}

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

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

@keyframes pulseRings {
  from { transform: scale(0.98); opacity: 0.55; }
  50% { opacity: 0.8; }
  to { transform: scale(1.04); opacity: 0.55; }
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-4%, 4%, 0) scale(1.08); }
}

@keyframes beams {
  from { transform: translateX(-8%); }
  to { transform: translateX(8%); }
}

@media (max-width: 1100px) {
  .hero-grid,
  .section-grid,
  .neon-layout,
  .gfac-hero-layout,
  .experience-layout,
  .contact-layout,
  .cta-box,
  .footer-layout,
  .product-grid,
  .services-grid,
  .advantages-grid,
  .gfac-plans-grid,
  .gfac-addons-grid,
  .gfac-annual-grid,
  .gfac-compare-band,
  .company-panels,
  .neon-cards,
  .trust-strip,
  .metrics-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy h1 {
    max-width: 14ch;
  }

  .hero-panel {
    min-height: 520px;
  }

  .dashboard-card {
    width: 100%;
    max-width: 520px;
  }

  .cta-box {
    align-items: start;
  }

  .gfac-panel-card {
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-copy h1 {
    max-width: 13ch;
  }

  .hero-panel {
    min-height: auto;
    padding-top: 28px;
  }

  .floating-stat {
    right: auto;
    left: 0;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    padding-top: 8px;
  }

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

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

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

  .gfac-hero-copy h1 {
    max-width: 12ch;
  }

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

  .neon-cards {
    grid-template-columns: 1fr;
  }

  .cta-box {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}

@media (max-width: 860px) {
  .navbar {
    min-height: 74px;
  }

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

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(24, 80, 145, 0.12);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .nav-links.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .button-nav {
    margin-left: 0;
  }

  .hero,
  .section {
    padding: 96px 0;
  }

  .hero-grid,
  .section-grid,
  .neon-layout,
  .gfac-hero-layout,
  .experience-layout,
  .contact-layout,
  .cta-box,
  .footer-layout,
  .product-grid,
  .services-grid,
  .advantages-grid,
  .gfac-plans-grid,
  .gfac-addons-grid,
  .gfac-annual-grid,
  .gfac-compare-band,
  .company-panels,
  .neon-cards,
  .trust-strip,
  .metrics-panel {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: auto;
    padding-top: 22px;
  }

  .hero-copy h1,
  .section-heading h2,
  .cta-box h2,
  .contact-copy h2 {
    max-width: none;
  }

  .floating-stat,
  .pill-top,
  .pill-bottom,
  .mockup-screen,
  .screen-pos,
  .screen-docs {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
  }

  .dashboard-card,
  .screen-main {
    transform: none;
  }

  .mockup-stage {
    min-height: auto;
    gap: 18px;
    display: grid;
  }

  .screen-main,
  .screen-pos,
  .screen-docs {
    height: 260px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .screen-main {
    width: 100%;
  }

  .screen-content {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .metrics-panel {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

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

  .brand-copy small {
    display: none;
  }

  .footer-layout {
    gap: 28px;
  }

  .gfac-panel-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100% - 28px, 1180px);
    --radius: 20px;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 72px;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-badges,
  .cta-actions,
  .form-actions {
    gap: 12px;
  }

  .button,
  .hero-actions .button,
  .cta-actions .button,
  .form-actions .button {
    width: 100%;
  }

  .navbar {
    gap: 10px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .gfac-hero {
    padding-top: 116px;
    padding-bottom: 72px;
  }

  .gfac-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .gfac-plan-card,
  .gfac-addon-card,
  .gfac-annual-card,
  .gfac-panel-card,
  .gfac-annual-banner {
    padding: 22px;
  }

  .gfac-panel-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .gfac-plan-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 16px;
  }

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

  .advantages-video-media {
    object-position: 62% center;
  }

  .trust-item,
  .info-card,
  .product-card,
  .service-card,
  .advantage-card,
  .neon-cards article,
  .contact-form,
  .cta-box {
    padding: 22px;
  }

  .services-grid,
  .advantages-grid,
  .company-panels {
    gap: 16px;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .metric-card,
  .metric-chart {
    padding: 16px;
  }

  .metric-chart {
    grid-column: span 1;
    min-height: 150px;
  }

  .floating-stat,
  .pill-top,
  .pill-bottom {
    width: 100%;
  }

  .mockup-stage {
    gap: 14px;
  }

  .screen-main,
  .screen-pos,
  .screen-docs {
    height: 220px;
  }

  .screen-content {
    grid-template-columns: 1fr;
  }

  .screen-sidebar {
    display: none;
  }

  .section-neon-showcase {
    padding: 96px 0;
  }

  .neon-grid {
    background-size: 54px 54px;
  }

  .contact-points div {
    padding: 16px;
  }

  .footer-layout {
    gap: 22px;
  }
}

body.home-corporate {
  background:
    radial-gradient(circle at 12% 14%, rgba(31, 122, 224, 0.12), transparent 24%),
    radial-gradient(circle at 85% 16%, rgba(34, 184, 199, 0.08), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fb 42%, #e9f0f8 100%);
}

.home-corporate .site-header {
  background: rgba(247, 251, 255, 0.82);
}

.corp-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 92px;
}

.corp-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.78), rgba(232, 240, 250, 0.96));
}

.corp-orb,
.corp-grid,
.corp-beam,
.corp-hero-media canvas {
  position: absolute;
}

.corp-orb {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.85;
}

.corp-orb.orb-left {
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(31, 122, 224, 0.18), transparent 68%);
}

.corp-orb.orb-right {
  top: -30px;
  right: -100px;
  background: radial-gradient(circle, rgba(34, 184, 199, 0.16), transparent 68%);
}

.corp-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(24, 80, 145, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 80, 145, 0.07) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 100%);
}

.corp-beam {
  width: 44vw;
  height: 260px;
  filter: blur(16px);
  opacity: 0.58;
}

.corp-beam.beam-left {
  left: -8%;
  bottom: -80px;
  background: linear-gradient(135deg, rgba(75, 127, 255, 0.18), transparent 72%);
}

.corp-beam.beam-right {
  right: -10%;
  bottom: -110px;
  background: linear-gradient(225deg, rgba(34, 184, 199, 0.14), transparent 72%);
}

.corp-hero-media canvas {
  inset: 0;
  width: 100%;
  height: 100%;
}

.corp-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: center;
}

.corp-hero-copy h1 {
  margin: 18px 0 0;
  max-width: 12ch;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(3.3rem, 6vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #122a49;
}

.corp-hero-copy p {
  margin: 22px 0 0;
  max-width: 63ch;
  color: #5e7290;
  line-height: 1.84;
  font-size: 1.06rem;
}

.corp-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.corp-hero-signals span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 80, 145, 0.1);
  box-shadow: 0 18px 40px rgba(16, 35, 63, 0.08);
  color: #223f63;
  font-size: 0.88rem;
}

.corp-command-card,
.corp-value-card,
.corp-capability-card,
.corp-product-card,
.corp-enterprise-card,
.corp-cta-box,
.corp-proof article {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(24, 80, 145, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.84));
  box-shadow: 0 24px 60px rgba(16, 35, 63, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.corp-command-card::before,
.corp-value-card::before,
.corp-capability-card::before,
.corp-product-card::before,
.corp-enterprise-card::before,
.corp-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 184, 199, 0.06), transparent 42%, transparent 58%, rgba(75, 127, 255, 0.08));
  pointer-events: none;
}

.corp-command-card {
  padding: 30px;
  transform: perspective(1200px) rotateY(-8deg) rotateX(5deg);
}

.command-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.command-title {
  display: grid;
  gap: 6px;
}

.command-title strong,
.corp-value-card h3,
.corp-capability-card strong,
.corp-product-header strong,
.corp-enterprise-card strong {
  font-family: "Space Grotesk", sans-serif;
}

.command-title span {
  color: #60738f;
}

.command-status {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 80, 145, 0.1);
  color: #184578;
  font-size: 0.84rem;
}

.command-matrix {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.command-matrix article,
.command-strip span {
  border-radius: 20px;
  padding: 18px;
  background: rgba(247, 250, 254, 0.88);
  border: 1px solid rgba(24, 80, 145, 0.08);
}

.command-matrix small {
  display: block;
  color: #6f84a0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.command-matrix strong {
  display: block;
  font-size: 1.16rem;
  color: #17365b;
}

.command-matrix span {
  display: block;
  margin-top: 8px;
  color: #60738f;
  line-height: 1.72;
}

.command-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.command-strip span {
  padding: 12px 14px;
  color: #274465;
  font-size: 0.9rem;
}

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

.corp-proof article {
  padding: 24px;
}

.corp-proof strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: #16385f;
}

.corp-proof span {
  display: block;
  margin-top: 8px;
  color: #60738f;
  line-height: 1.72;
}

.corp-section {
  padding: 120px 0;
}

.corp-value-grid,
.corp-capability-grid,
.corp-product-grid,
.corp-enterprise-panels {
  display: grid;
  gap: 20px;
}

.corp-value-grid,
.corp-capability-grid,
.corp-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corp-value-card,
.corp-capability-card,
.corp-product-card,
.corp-enterprise-card {
  padding: 28px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.corp-value-card:hover,
.corp-capability-card:hover,
.corp-product-card:hover,
.corp-enterprise-card:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 122, 224, 0.18);
  box-shadow: 0 28px 64px rgba(16, 35, 63, 0.14), 0 0 0 1px rgba(31, 122, 224, 0.04);
}

.corp-value-code {
  display: inline-flex;
  margin-bottom: 18px;
  color: #1f7ae0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.corp-value-card p,
.corp-capability-card li,
.corp-product-card p,
.corp-product-card li,
.corp-enterprise-card p {
  color: #60738f;
  line-height: 1.78;
}

.corp-dark-band {
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 184, 199, 0.16), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(75, 127, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #091626 0%, #0d1d31 100%);
}

.corp-dark-band .section-kicker,
.corp-dark-band .section-heading h2 {
  color: #eef5ff;
}

.corp-dark-band .section-kicker::before {
  background: linear-gradient(90deg, transparent, rgba(103, 222, 255, 0.92));
}

.corp-dark-band .section-heading p {
  color: #9bb4d0;
}

.corp-capabilities {
  display: grid;
  gap: 30px;
}

.corp-capability-card {
  background: linear-gradient(180deg, rgba(12, 29, 50, 0.84), rgba(10, 24, 41, 0.72));
  border-color: rgba(145, 196, 255, 0.16);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.corp-capability-card strong {
  display: block;
  color: #eef7ff;
  font-size: 1.16rem;
}

.corp-capability-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.corp-capability-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #b6c9df;
}

.corp-capability-card li::before,
.corp-product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22b8c7, #1f7ae0);
  box-shadow: 0 0 0 6px rgba(34, 184, 199, 0.12);
}

.corp-product-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.corp-product-header span {
  display: block;
  margin-top: 4px;
  color: #60738f;
}

.corp-product-logo,
.corp-product-icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  border: 1px solid rgba(24, 80, 145, 0.1);
  background: linear-gradient(135deg, rgba(31, 122, 224, 0.12), rgba(34, 184, 199, 0.08));
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.corp-product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.corp-product-icon {
  font-family: "Space Grotesk", sans-serif;
  color: #123b66;
  font-size: 0.94rem;
}

.corp-product-card ul {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.corp-product-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.corp-enterprise-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.corp-enterprise-panels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corp-cta-band {
  padding-top: 34px;
}

.corp-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 36px;
}

.corp-contact-section {
  padding-top: 72px;
}

.corp-contact-layout {
  align-items: start;
}

.home-corporate .contact-form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 255, 0.88));
}

.home-corporate .contact-form label {
  color: #244364;
}

.home-corporate .contact-copy h2,
.home-corporate .contact-copy p {
  color: inherit;
}

@media (max-width: 1100px) {
  .corp-hero-layout,
  .corp-value-grid,
  .corp-capability-grid,
  .corp-product-grid,
  .corp-enterprise-layout,
  .corp-enterprise-panels,
  .corp-proof,
  .corp-cta-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corp-command-card {
    transform: none;
  }
}

@media (max-width: 860px) {
  .corp-hero,
  .corp-section {
    padding: 96px 0;
  }

  .corp-hero-layout,
  .corp-value-grid,
  .corp-capability-grid,
  .corp-product-grid,
  .corp-enterprise-layout,
  .corp-enterprise-panels,
  .corp-proof,
  .corp-cta-box {
    grid-template-columns: 1fr;
  }

  .corp-hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .corp-hero {
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .corp-hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .corp-command-card,
  .corp-value-card,
  .corp-capability-card,
  .corp-product-card,
  .corp-enterprise-card,
  .corp-cta-box,
  .corp-proof article {
    padding: 22px;
  }

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