:root {
  --ink: #07090d;
  --navy: #0b1220;
  --navy-2: #111827;
  --blue: #00b9e9;
  --blue-2: #36d1f6;
  --cyan: #00b9e9;
  --cyan-ink: #00708d;
  --lime: #00b9e9;
  --white: #ffffff;
  --paper: #f8fafc;
  --mist: #eef5f8;
  --text: #111827;
  --muted: #64748b;
  --line: #d8e2e9;
  --line-dark: rgba(255, 255, 255, 0.13);
  --shadow-sm: 0 12px 35px rgba(7, 9, 13, 0.08);
  --shadow: 0 30px 80px rgba(7, 9, 13, 0.18);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1200px;
  --section: clamp(72px, 9vw, 126px);
  --font: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--navy);
  background: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding-block: var(--section);
}

.section-sm {
  padding-block: clamp(48px, 6vw, 82px);
}

.section-dark {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 8%, rgba(0, 185, 233, 0.24), transparent 30%),
    radial-gradient(circle at 12% 85%, rgba(0, 185, 233, 0.1), transparent 27%),
    var(--navy);
  overflow: hidden;
}

.section-dark::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  pointer-events: none;
}

.section-dark > * {
  position: relative;
}

.announcement {
  min-height: 38px;
  color: #d7e8ef;
  background: #07090d;
  font-size: 0.82rem;
}

.announcement .container {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.announcement a {
  color: var(--lime);
  font-weight: 800;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(216, 226, 233, 0.88);
  background: rgba(248, 250, 252, 0.92);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 184px;
}

.brand picture {
  display: block;
  line-height: 0;
}

.brand img {
  width: 184px;
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.91rem;
  font-weight: 750;
}

.desktop-nav > a,
.services-menu summary {
  color: #3c4a5e;
  cursor: pointer;
  transition: color 0.2s ease;
}

.desktop-nav > a:hover,
.services-menu summary:hover {
  color: var(--blue);
}

.desktop-nav > a.is-active,
.services-menu.is-active > summary {
  color: var(--ink);
}

.desktop-nav > a.is-active::after,
.services-menu.is-active > summary::before {
  display: block;
  height: 2px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--cyan);
  content: "";
}

.services-menu {
  position: relative;
}

.services-menu summary {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.services-menu summary::-webkit-details-marker {
  display: none;
}

.services-menu summary::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  display: grid;
  width: min(720px, 86vw);
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.mega-menu a {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 15px;
  transition: background 0.2s ease;
}

.mega-menu a:hover {
  background: var(--mist);
}

.mega-menu strong {
  color: var(--ink);
}

.mega-menu span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.language-link {
  display: inline-grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--navy);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
  cursor: pointer;
}

.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  width: 18px;
  height: 2px;
  border-radius: 3px;
  background: var(--navy);
  content: "";
}

.mobile-toggle {
  gap: 4px;
}

.mobile-nav {
  display: none;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 20px;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), #36d1f6);
  box-shadow: 0 14px 32px rgba(0, 185, 233, 0.24);
}

.btn-dark {
  color: var(--white);
  background: var(--navy);
}

.btn-light {
  color: var(--navy);
  border-color: var(--line);
  background: var(--white);
}

.btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.btn-sm {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.86rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--cyan-ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: var(--cyan);
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.2vw, 5.9rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4.7vw, 4.6rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  letter-spacing: -0.025em;
}

.section-dark h1,
.section-dark h2,
.section-dark h3 {
  color: var(--white);
}

p {
  margin-top: 0;
  color: var(--muted);
  line-height: 1.72;
}

.lead {
  max-width: 720px;
  font-size: clamp(1.05rem, 1.8vw, 1.27rem);
}

.section-dark p {
  color: #b8c6d9;
}

.hero {
  position: relative;
  padding-block: clamp(70px, 9vw, 132px);
  color: var(--white);
  background:
    radial-gradient(circle at 80% 15%, rgba(0, 185, 233, 0.24), transparent 28%),
    radial-gradient(circle at 8% 86%, rgba(0, 185, 233, 0.09), transparent 30%),
    #07090d;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.hero h1 {
  color: var(--white);
}

.hero-title {
  font-size: clamp(3rem, 5vw, 5rem);
}

.hero-title span {
  display: block;
}

.hero .lead {
  color: #b9c8dc;
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 32px;
  color: #9fb0c8;
  font-size: 0.84rem;
  font-weight: 700;
}

.trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-line span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}

.product-visual {
  position: relative;
  min-height: 570px;
}

.visual-window {
  position: absolute;
  inset: 40px 0 28px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.visual-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line-dark);
}

.visual-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7d71;
}

.visual-top i:nth-child(2) {
  background: #ffd46b;
}

.visual-top i:nth-child(3) {
  background: var(--lime);
}

.visual-top span {
  margin-left: auto;
  color: #91a7c3;
  font-size: 0.75rem;
  font-weight: 800;
}

.visual-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 450px;
}

.visual-side {
  padding: 18px 12px;
  border-right: 1px solid var(--line-dark);
}

.visual-side i {
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 17px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.visual-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  padding: 18px;
}

.metric-card {
  min-height: 118px;
  padding: 17px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.metric-card span,
.workflow-card span {
  color: #93a6bf;
  font-size: 0.74rem;
  font-weight: 750;
}

.metric-card strong {
  display: block;
  margin-top: 14px;
  color: var(--white);
  font-size: 2rem;
}

.metric-card em {
  color: var(--lime);
  font-size: 0.73rem;
  font-style: normal;
  font-weight: 850;
}

.workflow-card {
  grid-column: 1 / -1;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: rgba(5, 20, 38, 0.62);
}

.workflow-nodes {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.workflow-nodes b {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.72rem;
}

.workflow-nodes i {
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.floating-proof {
  position: absolute;
  display: flex;
  width: 220px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.floating-proof.top {
  top: 0;
  right: 30px;
}

.floating-proof.bottom {
  right: -20px;
  bottom: 0;
}

.floating-proof .icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  color: var(--ink);
  background: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
}

.floating-proof strong,
.floating-proof small {
  display: block;
}

.floating-proof strong {
  font-size: 0.86rem;
}

.floating-proof small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
}

.sector-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.sector-grid {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sector-grid::-webkit-scrollbar {
  display: none;
}

.sector-grid strong {
  flex: 0 0 auto;
  margin-right: 10px;
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sector-grid span {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #526075;
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 750;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 450px);
  align-items: end;
  gap: 40px;
  margin-bottom: 42px;
}

.section-head > p {
  margin-bottom: 8px;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 18px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.solution-card,
.value-card,
.process-card,
.benefit-card {
  padding: 26px;
}

.solution-card {
  display: flex;
  min-height: 370px;
  flex-direction: column;
}

.card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 16px;
  color: #006d89;
  background: #dff7fd;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.solution-card .price-from {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.price-from span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-from strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--cyan-ink);
  font-weight: 850;
}

.text-link::after {
  content: "→";
}

.number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 900;
}

.process-card {
  min-height: 290px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.concept-card {
  min-height: 320px;
  padding: 24px;
  color: var(--white);
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
}

.concept-card .concept-ui {
  display: grid;
  min-height: 170px;
  grid-template-columns: 0.35fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
  padding: 13px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.concept-ui > div:first-child {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.concept-ui > div:last-child {
  background:
    linear-gradient(90deg, var(--blue) 28%, transparent 28%) 0 0 / 100% 9px no-repeat,
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.09) 0 14px, transparent 14px 26px);
  border-radius: 10px;
}

.concept-card h3 {
  color: var(--white);
}

.concept-card p {
  color: #aebed3;
}

.concept-label,
.tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--cyan-ink);
  background: #dff7fd;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.concept-label {
  color: var(--cyan);
  background: rgba(0, 185, 233, 0.1);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
}

.price-card.is-featured {
  border-color: rgba(0, 185, 233, 0.45);
  box-shadow: 0 25px 65px rgba(0, 185, 233, 0.13);
}

.price-card .category {
  margin-bottom: 11px;
  color: var(--cyan-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.price-card .price-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-block: 20px;
}

.price-card .price-pair.single {
  grid-template-columns: 1fr;
}

.price-box {
  padding: 14px;
  border-radius: 14px;
  background: var(--mist);
}

.price-box span {
  display: block;
  color: #536273;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-box strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 0.98rem;
}

.delivery {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #425168;
  font-size: 0.82rem;
  font-weight: 750;
}

.delivery::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 9px;
  color: #536176;
  font-size: 0.87rem;
  line-height: 1.5;
}

.check-list li::before {
  color: var(--blue);
  content: "✓";
  font-weight: 950;
}

.price-card .card-actions {
  margin-top: auto;
}

.price-card .card-actions .btn {
  flex: 1 1 150px;
}

.note {
  margin-top: 4px;
  padding: 13px;
  border-radius: 12px;
  color: #536176;
  background: #f3f6fa;
  font-size: 0.78rem;
  line-height: 1.55;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.filter-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: #46556b;
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.filter-button[aria-pressed="true"] {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

.price-card[hidden] {
  display: none;
}

.disclaimer {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 3px solid var(--blue);
  border-radius: 0 14px 14px 0;
  color: #56657a;
  background: #eef3fa;
  font-size: 0.88rem;
}

.page-hero {
  padding-block: clamp(70px, 9vw, 118px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 185, 233, 0.22), transparent 28%),
    #07090d;
}

.page-hero h1 {
  max-width: 950px;
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 6rem);
}

.page-hero .lead {
  color: #b5c5d9;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 30px;
  color: #92a6c0;
  font-size: 0.78rem;
}

.breadcrumbs a {
  color: #c5d4e8;
}

.breadcrumbs span::before {
  margin-right: 7px;
  content: "/";
}

.ecosystem {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.ecosystem-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.ecosystem-card:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -12px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--cyan);
  content: "→";
  font-size: 0.72rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
}

.image-frame {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: var(--radius-lg);
  background: var(--mist);
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.image-frame::after {
  position: absolute;
  inset: auto 18px 18px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  background: rgba(7, 17, 31, 0.72);
  content: "";
  backdrop-filter: blur(14px);
}

.prose {
  max-width: 840px;
}

.prose h2 {
  margin-top: 54px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.prose h3 {
  margin-top: 34px;
}

.prose ul {
  display: grid;
  gap: 9px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}

.faq-list {
  display: grid;
  gap: 11px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--blue);
  content: "+";
  font-size: 1.5rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 880px;
  margin: 0;
  padding: 0 20px 22px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0%, rgba(54, 216, 227, 0.2), transparent 32%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  max-width: 720px;
  margin-bottom: 12px;
  color: var(--white);
}

.cta-panel p {
  max-width: 660px;
  margin: 0;
  color: #b8c6d8;
}

.cta-panel .hero-actions {
  margin: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 84px);
}

.contact-details {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.contact-details a,
.contact-details div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  font-weight: 750;
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cdd8e5;
  border-radius: 12px;
  padding: 12px 13px;
  color: var(--text);
  background: #fbfcfe;
  outline: none;
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 185, 233, 0.13);
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.form-status[data-state="error"] {
  color: #b42318;
}

.form-status[data-state="success"] {
  color: #027a48;
}

.site-footer {
  padding-block: 70px 28px;
  color: #b7c6da;
  background: #07090d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 40px;
  padding-bottom: 50px;
}

.footer-brand {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: #f8fafc;
}

.footer-brand img {
  width: 214px;
}

.footer-grid p {
  max-width: 360px;
  margin-top: 18px;
  color: #91a4be;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-column strong {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 0.84rem;
}

.footer-column a {
  color: #a8b9cf;
  font-size: 0.86rem;
}

.footer-column a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8094af;
  font-size: 0.8rem;
}

.not-found {
  display: grid;
  min-height: 72vh;
  place-items: center;
  text-align: center;
}

.not-found strong {
  display: block;
  color: var(--blue);
  font-size: clamp(5rem, 16vw, 12rem);
  line-height: 0.9;
}

@media (max-width: 1020px) {
  .desktop-nav,
  .nav-actions > .btn {
    display: none;
  }

  .mobile-toggle {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    z-index: 99;
    inset: 114px 0 auto;
    max-height: calc(100vh - 114px);
    padding: 12px 20px 26px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    overflow-y: auto;
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 7px;
  }

  .mobile-nav a {
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    font-weight: 800;
  }

  .mobile-nav a.is-active {
    border-color: rgba(0, 185, 233, 0.45);
    color: #006d89;
    background: #ecfbff;
  }

  .mobile-nav .mobile-brand {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    border-color: rgba(0, 185, 233, 0.22);
    background: #f8fafc;
  }

  .mobile-nav .mobile-brand img {
    width: 168px;
  }

  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 540px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosystem {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecosystem-card:not(:last-child)::after {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .announcement {
    font-size: 0.72rem;
  }

  .announcement .container {
    padding-block: 7px;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand {
    min-width: 154px;
  }

  .brand img {
    width: 154px;
    height: auto;
  }

  .footer-brand img {
    width: 200px;
  }

  .hero {
    padding-block: 64px 76px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }

  .hero-grid {
    gap: 44px;
  }

  .product-visual {
    min-height: 430px;
  }

  .visual-window {
    inset: 32px 0 18px;
  }

  .visual-body {
    grid-template-columns: 75px 1fr;
    min-height: 340px;
  }

  .visual-main {
    gap: 8px;
    padding: 10px;
  }

  .metric-card {
    min-height: 95px;
    padding: 12px;
  }

  .metric-card strong {
    font-size: 1.35rem;
  }

  .workflow-card {
    min-height: 170px;
  }

  .workflow-nodes {
    height: 110px;
  }

  .workflow-nodes b {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 0.58rem;
  }

  .floating-proof {
    width: 184px;
    padding: 10px;
  }

  .floating-proof.bottom {
    right: 8px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .price-grid,
  .ecosystem {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 330px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel .hero-actions {
    margin-top: 10px;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
