@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@500;600;700;800;900&display=swap');

:root {
  --ink: #071d37;
  --ink-2: #0b2d52;
  --muted: #5b7188;
  --line: #d7e7f2;
  --paper: #f3f9fd;
  --white: #ffffff;
  --purple: #7C3AED;
  --purple-2: #A855F7;
  --purple-3: #EEF2FF;
  --accent: #0a3c70;
  --rose: #0ea5d7;
  --navy: #061a31;
  --shadow: 0 22px 70px rgba(7, 29, 55, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Sui Generis", "Surgensa", "Eurostile Extended", "BankGothic Md BT", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(228, 221, 240, 0.95);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 92px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: white;
  background: linear-gradient(135deg, #061a31, #7C3AED);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 950;
}

.brand strong, .brand small { display: block; }
.brand strong { line-height: 1.1; font-size: 15px; }
.brand small { color: var(--muted); font-size: 11px; }

.brand-logo {
  width: 92px;
  height: 38px;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
}

.nav-links a,
.header-action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: #25425e;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--purple);
  background: #F3E8FF;
}

.header-action {
  color: white;
  background: linear-gradient(135deg, #071d37, #7C3AED);
}

.header-action:hover,
.header-action.active {
  color: white;
  background: linear-gradient(135deg, #0b2d52, #A855F7);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(400px, 0.9fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
  min-height: calc(100vh - 65px);
  padding: clamp(46px, 7vw, 84px) clamp(18px, 5vw, 68px) clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 84% 12%, rgba(32, 183, 229, 0.18), transparent 30%),
    linear-gradient(160deg, #ffffff 0%, #f6fbff 48%, #eaf8ff 100%);
}

.page-hero {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 68px);
  color: white;
  background:
    linear-gradient(120deg, rgba(7, 29, 55, 0.96), rgba(6, 26, 49, 0.98)),
    radial-gradient(circle at 80% 28%, rgba(32, 183, 229, 0.34), transparent 28%);
}

.contact-hero { background: linear-gradient(120deg, rgba(10, 60, 112, 0.94), rgba(6, 26, 49, 0.98)); }
.support-hero { background: linear-gradient(120deg, rgba(18, 152, 207, 0.82), rgba(6, 26, 49, 0.98)); }

.page-hero p:not(.eyebrow) {
  max-width: 820px;
  color: #eee7ff;
  font-size: 17px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--purple-2);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-hero .eyebrow,
.dark-panel .eyebrow { color: #e9d5ff; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 930px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 13px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.24;
}

.hero-text {
  max-width: 720px;
  color: #25425e;
  font-size: 17px;
}

.hero-actions,
.cta-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.hero-actions { margin: 26px 0 22px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: white;
  background: linear-gradient(135deg, #071d37, #7C3AED);
  box-shadow: 0 14px 30px rgba(18, 152, 207, 0.22);
}

.button.secondary {
  color: var(--ink);
  background: white;
  border-color: var(--line);
}

.trust-row span {
  padding: 8px 11px;
  color: #17324e;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

.dashboard-shell {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(32, 183, 229, 0.24), transparent 28%),
    var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-logo-card {
  display: grid;
  gap: 6px;
  place-items: center;
  padding: 14px 16px 12px;
  background: #ffffff;
  border-bottom: 1px solid rgba(215, 231, 242, 0.9);
}

.hero-logo-card img {
  width: min(220px, 68%);
  height: auto;
  object-fit: contain;
}

.hero-logo-card p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.dash-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  color: #eee7ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dash-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7c6f94;
}

.dash-toolbar span:first-child { background: #fb7185; }
.dash-toolbar span:nth-child(2) { background: #fbbf24; }
.dash-toolbar span:nth-child(3) { background: #c084fc; }
.dash-toolbar strong { margin-left: 8px; font-size: 12px; }

.dash-body {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  min-height: 410px;
}

.dash-sidebar {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  color: #a99fbb;
  background: rgba(2, 6, 23, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-sidebar b { color: white; }
.dash-sidebar small { margin-bottom: 10px; }
.dash-sidebar i {
  padding: 8px 9px;
  border-radius: 8px;
  font-size: 12px;
  font-style: normal;
}
.dash-sidebar i.on { color: #F3E8FF; background: rgba(32, 183, 229, 0.18); }

.dash-main {
  display: grid;
  gap: 13px;
  padding: 16px;
}

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.dash-kpis article,
.dash-chart,
.dash-list {
  background: #0c2746;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.dash-kpis article { padding: 14px; }
.dash-kpis small { display: block; color: #b8afc8; font-size: 11px; }
.dash-kpis strong { display: block; color: white; font-size: 25px; line-height: 1.1; }

.dash-chart { padding: 16px; }
.chart-title {
  display: flex;
  justify-content: space-between;
  color: #e8ddff;
  font-size: 12px;
  font-weight: 800;
}
.chart-title b { color: #7ddcff; }

.bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 9px;
  height: 170px;
  padding-top: 16px;
}

.bars i {
  min-height: 26px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #7ddcff, #7C3AED);
}

.dash-list { padding: 11px 15px; }
.dash-list p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 7px 0;
  color: #e8ddff;
  font-size: 12px;
}
.dash-list span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A855F7;
}

.section {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 68px);
}

.band,
.logo-band,
.news-preview { background: var(--paper); }

.logo-band {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.logo-band span,
.module-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: #25425e;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 30px;
}

.section-heading > p,
.card p,
.company-layout p,
.service-deep-list p,
.solution-detail-grid p,
.case-list p,
.contact-card p,
.story-card p,
.news-list p {
  color: var(--muted);
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.48fr);
  gap: 32px;
  max-width: none;
  align-items: end;
}

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

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

.card {
  min-height: 210px;
  padding: 23px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 10px 30px rgba(7, 29, 55, 0.06);
}

.card a {
  color: var(--purple);
  font-weight: 900;
  text-decoration: none;
}

.card-index {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: white;
  background: var(--purple);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 950;
}

.card-index.amber { background: #0a3c70; }
.card-index.red { background: var(--rose); }

.story-section {
  background: linear-gradient(135deg, rgba(232, 248, 255, 0.92), rgba(255, 255, 255, 0.96));
}

.story-card {
  max-width: 980px;
  padding: clamp(28px, 5vw, 50px);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(7, 29, 55, 0.1);
}

.data-section {
  background: var(--paper);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.data-grid article {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 10px 30px rgba(7, 29, 55, 0.06);
}

.data-grid b {
  color: var(--purple);
  font-size: 12px;
  text-transform: uppercase;
}

.data-grid span {
  color: var(--ink);
  font-weight: 850;
}

.dark-panel {
  color: white;
  background:
    linear-gradient(135deg, rgba(32, 183, 229, 0.22), transparent 34%),
    var(--navy);
}

.dark-panel .section-heading > p,
.dark-panel .timeline p { color: #ded2ee; }

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.timeline article {
  min-height: 195px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.timeline b {
  display: block;
  margin-bottom: 12px;
  color: #EEF2FF;
  font-size: 19px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.solution-grid a,
.solution-detail-grid article {
  min-height: 110px;
  padding: 22px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-left: 5px solid var(--purple);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(7, 29, 55, 0.06);
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  color: white;
  background: linear-gradient(120deg, #7C3AED, #071d37);
}

.cta h2 { max-width: 900px; }
.cta .eyebrow { color: #F3E8FF; }

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

.detail-table {
  display: grid;
  margin: 0;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.detail-table div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 15px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}

.detail-table div:last-child { border-bottom: 0; }
.detail-table dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.detail-table dd { margin: 0; font-weight: 850; }
.detail-table a { color: var(--purple); }

.service-deep-list,
.case-list,
.news-list {
  display: grid;
  gap: 17px;
}

.service-deep-list article,
.case-list article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  padding: 27px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(7, 29, 55, 0.06);
}

.service-deep-list span,
.case-list span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: white;
  background: var(--purple);
  border-radius: 12px;
  font-weight: 950;
}

.service-deep-list ul,
.case-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 17px;
  padding-left: 20px;
  color: #25425e;
}

.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.solution-detail-grid article {
  min-height: 210px;
  font-size: 15px;
  font-weight: 400;
}

.module-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.industry-cards .card { min-height: 240px; }

.case-list article {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
}

.case-list span,
.news-card span,
.news-list span {
  display: inline-grid;
  width: fit-content;
  height: auto;
  margin-bottom: 12px;
  padding: 7px 10px;
  color: #0a3c70;
  background: #F3E8FF;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.news-card { min-height: 225px; }

.news-list article {
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 38px rgba(7, 29, 55, 0.07);
}

.news-list time {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.news-list h2 {
  max-width: 880px;
  font-size: clamp(22px, 2.6vw, 34px);
}

.pricing-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  color: #25425e;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list article {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 10px 30px rgba(7, 29, 55, 0.06);
}

.faq-list h2 {
  font-size: 20px;
}

.faq-list p {
  color: var(--muted);
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.inquiry-form.raised,
.contact-card {
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fdfbff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.inquiry-form textarea { resize: vertical; }
.wide { grid-column: 1 / -1; }

.contact-card {
  position: sticky;
  top: 88px;
}

.contact-card a {
  color: var(--purple);
  font-weight: 900;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

.form-status:empty {
  display: none;
}

.form-status.is-success { color: var(--purple); }
.form-status.is-error { color: var(--rose); }
.form-status.is-loading { color: var(--primary); }

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 24, 39, 0.68);
  backdrop-filter: blur(8px);
}

.contact-popup[hidden] {
  display: none;
}

.contact-popup-panel {
  width: min(460px, 100%);
  padding: 34px;
  border: 1px solid rgba(191, 239, 245, 0.7);
  border-radius: 18px;
  text-align: center;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(7, 24, 39, 0.25);
}

.contact-popup-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.contact-popup-icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  width: 14px;
  height: 25px;
  border: solid var(--white);
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}

.contact-popup-panel h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 26px;
}

.contact-popup-panel p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.65;
}

.policy-content {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.policy-content article {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(7, 29, 55, 0.06);
}

.policy-content h2 {
  font-size: 22px;
}

.policy-content p {
  color: var(--muted);
}

.policy-content a {
  color: var(--purple);
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  padding: 30px clamp(18px, 5vw, 68px);
  color: #ded2ee;
  background: var(--navy);
}

.site-footer p { max-width: 560px; margin-bottom: 0; }
.site-footer div:last-child {
  display: grid;
  gap: 4px;
  text-align: right;
}
.site-footer a { color: white; font-weight: 900; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }
  .hero,
  .company-layout,
  .form-layout,
  .section-heading.split,
  .cta {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; }
  .cards.four,
  .timeline { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 14px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .brand-logo { width: 82px; height: 34px; }
  .site-header { padding: 11px 14px; gap: 11px; }
  .hero, .section, .page-hero { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 34px; }
  h2 { font-size: 26px; }
  .dashboard-shell { border-radius: 12px; }
  .dash-body,
  .dash-kpis,
  .cards.three,
  .cards.four,
  .timeline,
  .solution-grid,
  .solution-detail-grid,
  .data-grid,
  .service-deep-list article,
  .case-list article,
  .inquiry-form,
  .detail-table div {
    grid-template-columns: 1fr;
  }
  .dash-sidebar { display: none; }
  .service-deep-list ul,
  .case-list ul { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .site-footer { display: grid; }
  .site-footer div:last-child { text-align: left; }
}

/* Nexora platform redesign layer */
:root {
  --ink: #07131f;
  --ink-2: #10283f;
  --muted: #5f7185;
  --line: #dce7ef;
  --paper: #f4f8fb;
  --white: #ffffff;
  --purple: #7C3AED;
  --purple-2: #A855F7;
  --purple-3: #F3E8FF;
  --accent: #ffb342;
  --rose: #e55757;
  --navy: #06121f;
  --green: #24b47e;
  --shadow: 0 22px 64px rgba(7, 19, 31, 0.12);
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Inter, Arial, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
}

h1, h2, h3 {
  letter-spacing: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 231, 239, 0.9);
  box-shadow: 0 12px 36px rgba(7, 19, 31, 0.05);
  backdrop-filter: blur(18px);
}

.brand-logo {
  width: 118px;
  height: 46px;
  object-fit: contain;
}

.nav-links {
  gap: 8px;
  justify-content: center;
}

.nav-links a[href="/solutions.aspx"],
.nav-links a[href="/technology.aspx"],
.nav-links a[href="/process.aspx"],
.nav-links a[href="/security.aspx"],
.nav-links a[href="/case-studies.aspx"],
.nav-links a[href="/news.aspx"],
.nav-links a[href="/pricing.aspx"],
.nav-links a[href="/faq.aspx"] {
  display: none;
}

.nav-links a,
.header-action {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #213a52;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a.active {
  color: #06243a;
  background: #e9f8fd;
}

.header-action {
  color: #081722;
  background: linear-gradient(135deg, #ffd27a, #18b9dc);
  box-shadow: 0 10px 26px rgba(11, 143, 190, 0.18);
}

.section {
  padding: clamp(66px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.page-hero {
  padding: clamp(74px, 9vw, 118px) clamp(20px, 5vw, 72px);
  color: white;
  background:
    linear-gradient(135deg, rgba(6, 18, 31, 0.94), rgba(8, 49, 74, 0.92)),
    radial-gradient(circle at 82% 22%, rgba(23, 184, 223, 0.36), transparent 32%);
}

.page-hero h1 {
  max-width: 960px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
}

.page-hero p:not(.eyebrow) {
  color: #d8e9f2;
  font-size: 18px;
}

.eyebrow {
  color: var(--purple-2);
  font-size: 12px;
  letter-spacing: 0;
}

.button {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 900;
}

.button.primary {
  color: #06121f;
  background: linear-gradient(135deg, #ffd27a, #1bc0e5);
  box-shadow: 0 16px 34px rgba(23, 184, 223, 0.25);
}

.button.secondary {
  color: #0d2941;
  background: #ffffff;
  border-color: var(--line);
}

.cards.three,
.cards.four {
  gap: 22px;
}

.card,
.faq-list article,
.pricing-card,
.contact-card,
.inquiry-form.raised,
.detail-table,
.service-deep-list article,
.solution-detail-grid article {
  border: 1px solid rgba(220, 231, 239, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(7, 19, 31, 0.08);
}

.card {
  padding: 28px;
}

.card h2,
.card h3,
.service-deep-list h2,
.solution-detail-grid h2 {
  color: #081722;
}

.card p,
.service-deep-list p,
.solution-detail-grid p,
.policy-content p {
  color: var(--muted);
}

.nl-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 75px);
  padding: clamp(58px, 7vw, 96px) clamp(20px, 5vw, 72px) clamp(48px, 6vw, 86px);
  overflow: hidden;
  color: white;
  background:
    linear-gradient(140deg, rgba(6, 18, 31, 0.96) 0%, rgba(7, 42, 65, 0.95) 55%, rgba(8, 85, 109, 0.92) 100%),
    radial-gradient(circle at 76% 20%, rgba(23, 184, 223, 0.42), transparent 34%);
}

.nl-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, #ffd27a, #A855F7, #24b47e);
}

.nl-hero-copy,
.nl-console {
  position: relative;
  z-index: 1;
}

.nl-hero h1 {
  max-width: 790px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.03;
}

.nl-hero .hero-text {
  max-width: 760px;
  color: #d6e9f2;
  font-size: 19px;
}

.nl-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.nl-proof-row article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.nl-proof-row strong {
  display: block;
  color: #ffd27a;
  font-size: 31px;
  line-height: 1;
}

.nl-proof-row span {
  display: block;
  margin-top: 8px;
  color: #d8e9f2;
  font-size: 13px;
  font-weight: 800;
}

.nl-console {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #081722;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.nl-console-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  color: #d9eef7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nl-console-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff6a5d;
}

.nl-console-bar span:nth-child(2) { background: #ffd27a; }
.nl-console-bar span:nth-child(3) { background: #24b47e; }
.nl-console-bar b { margin-left: 8px; font-size: 13px; }

.nl-console-grid {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.nl-console aside {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.nl-console aside b {
  color: #ffd27a;
  margin-bottom: 8px;
}

.nl-console aside a {
  padding: 9px 10px;
  color: #c7ddea;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.nl-console aside a.on {
  color: #05131f;
  background: #A855F7;
}

.nl-map-panel {
  min-height: 310px;
  padding: 16px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(14, 52, 77, 0.92), rgba(11, 31, 48, 0.98)),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}

.nl-map-top {
  display: flex;
  justify-content: space-between;
  color: #d9eef7;
  font-size: 13px;
  font-weight: 800;
}

.nl-map-top b { color: #24b47e; }

.nl-map {
  position: relative;
  height: 236px;
  margin-top: 18px;
}

.nl-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nl-map path {
  fill: none;
  stroke: rgba(23, 184, 223, 0.65);
  stroke-width: 5;
  stroke-linecap: round;
}

.pin {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 3px solid #06121f;
  border-radius: 999px;
  background: #ffd27a;
  box-shadow: 0 0 0 7px rgba(255, 210, 122, 0.18);
}

.p1 { left: 18%; top: 63%; }
.p2 { left: 44%; top: 46%; background: #24b47e; box-shadow: 0 0 0 7px rgba(36, 180, 126, 0.18); }
.p3 { left: 67%; top: 32%; }
.p4 { left: 82%; top: 58%; background: #A855F7; box-shadow: 0 0 0 7px rgba(23, 184, 223, 0.18); }

.nl-stack-panel {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.nl-stack-panel article {
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.nl-stack-panel span {
  color: #adc9d8;
  font-size: 12px;
  font-weight: 800;
}

.nl-stack-panel strong {
  display: block;
  margin-top: 6px;
  color: white;
  font-size: 26px;
}

.nl-band {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: #dce7ef;
  border-bottom: 1px solid var(--line);
}

.nl-band span {
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 16px;
  color: #0d2941;
  background: white;
  font-weight: 900;
  text-align: center;
}

.nl-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.nl-split > div:first-child {
  position: sticky;
  top: 110px;
}

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

.nl-mini-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 45px rgba(7, 19, 31, 0.07);
}

.nl-mini-grid b,
.nl-product-grid span {
  color: var(--purple);
  font-weight: 950;
}

.nl-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nl-product-grid a {
  display: grid;
  gap: 12px;
  min-height: 310px;
  padding: 28px;
  color: #d7ebf4;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(155deg, #06121f, #0b3650);
  box-shadow: 0 22px 54px rgba(7, 19, 31, 0.18);
}

.nl-product-grid a:nth-child(even) {
  background: linear-gradient(155deg, #082234, #0b6d86);
}

.nl-product-grid h3 {
  color: white;
  font-size: 24px;
}

.nl-product-grid p {
  color: #cce3ee;
}

.nl-impact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  background: #ffffff;
}

.nl-impact-card {
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f8fb;
}

.nl-impact-card.dark {
  color: white;
  background: linear-gradient(135deg, #06121f, #0a4c6a);
}

.nl-impact-card.dark p:not(.eyebrow) {
  color: #d8e9f2;
}

.nl-service-cards .card {
  min-height: 220px;
}

.nl-architecture {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  color: white;
  background: #06121f;
}

.nl-architecture h2 {
  color: white;
}

.nl-flow {
  display: grid;
  gap: 12px;
}

.nl-flow article {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.nl-flow b {
  color: #ffd27a;
}

.nl-flow span {
  color: #d8e9f2;
}

.nl-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 38, 59, 0.96), rgba(7, 103, 132, 0.94)),
    radial-gradient(circle at 20% 20%, rgba(255, 210, 122, 0.28), transparent 28%);
}

.nl-cta h2 {
  color: white;
  max-width: 980px;
}

.nl-cta p:not(.eyebrow) {
  max-width: 780px;
  color: #d8e9f2;
}

.site-footer {
  color: #d8e9f2;
  background: #06121f;
}

@media (max-width: 1120px) {
  .nl-hero,
  .nl-split,
  .nl-impact,
  .nl-architecture,
  .nl-cta {
    grid-template-columns: 1fr;
  }

  .nl-console {
    max-width: 760px;
  }

  .nl-proof-row,
  .nl-product-grid,
  .nl-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nl-split > div:first-child {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-action {
    justify-self: start;
  }

  .nl-hero {
    min-height: auto;
  }

  .nl-hero h1,
  .page-hero h1 {
    font-size: 38px;
  }

  .nl-console-grid,
  .nl-proof-row,
  .nl-mini-grid,
  .nl-product-grid,
  .nl-stack-panel,
  .nl-band,
  .nl-flow article {
    grid-template-columns: 1fr;
  }

  .nl-console aside,
  .nl-stack-panel {
    grid-column: auto;
  }

  .nl-map-panel {
    min-height: 240px;
  }

  .nl-map {
    height: 170px;
  }
}

/* Premium enterprise SaaS redesign */
:root {
  --primary: #7C3AED;
  --primary-dark: #4C1D95;
  --accent: #A855F7;
  --accent-2: #22D3EE;
  --accent-soft: #F3E8FF;
  --navy: #080B1A;
  --navy-2: #11122A;
  --text: #1E2A36;
  --muted: #6B7A8A;
  --line: #DDE8F0;
  --bg: #F5F8FB;
  --white: #FFFFFF;
  --success: #1FA97A;
  --warning: #F5B84B;
  --danger: #D9534F;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(7, 24, 39, 0.10);
}

body {
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "Plus Jakarta Sans", Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(168,85,247, 0.45);
  outline-offset: 3px;
}

h1, h2, h3 {
  color: var(--navy);
  letter-spacing: 0;
}

.nl-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  padding: 14px 56px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(221, 232, 240, 0.85);
  box-shadow: 0 12px 32px rgba(7, 24, 39, 0.06);
}

.nl-header.is-scrolled {
  box-shadow: 0 16px 44px rgba(7, 24, 39, 0.12);
}

.brand-logo {
  width: 126px;
  height: 50px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
  border-radius: 99px;
}

.nav-links {
  gap: 8px;
  align-items: center;
}

.nav-links a[href="/services.aspx"],
.nav-links a[href="/solutions.aspx"],
.nav-links a[href="/technology.aspx"],
.nav-links a[href="/process.aspx"],
.nav-links a[href="/security.aspx"],
.nav-links a[href="/case-studies.aspx"],
.nav-links a[href="/news.aspx"],
.nav-links a[href="/pricing.aspx"],
.nav-links a[href="/faq.aspx"],
.nav-links a[href="/privacy.aspx"] {
  display: none;
}

.nav-links a,
.header-action {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 12px;
  color: #274156;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-dark);
  background: var(--accent-soft);
}

.header-action {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 12px 28px rgba(124,58,237, 0.22);
}

.header-action:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.section {
  padding: 96px 56px;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.68fr);
  gap: 42px;
  align-items: end;
  max-width: none;
}

.section-heading h2,
.section-copy h2 {
  font-size: 42px;
  line-height: 1.12;
  margin-bottom: 14px;
}

.section-heading p,
.section-copy p {
  color: var(--muted);
  font-size: 17px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 16px 34px rgba(124,58,237, 0.22);
}

.button.secondary {
  color: var(--primary-dark);
  background: var(--white);
  border-color: var(--line);
}

.enterprise-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: 46px;
  align-items: center;
  min-height: calc(100vh - 79px);
  padding: 84px 56px 72px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 24%, rgba(168,85,247, 0.26), transparent 34%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 54%, #0A4357 100%);
}

.enterprise-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 58px;
  line-height: 1.05;
}

.enterprise-hero .hero-text {
  max-width: 720px;
  color: #D6EAF2;
  font-size: 18px;
}

.enterprise-hero .eyebrow,
.final-cta .eyebrow,
.page-hero .eyebrow {
  color: var(--accent);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin: 28px 0;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-metrics article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.trust-metrics.compact article {
  border-color: var(--line);
  background: var(--white);
}

.trust-metrics strong {
  display: block;
  color: var(--accent);
  font-size: 30px;
  line-height: 1;
}

.trust-metrics span {
  display: block;
  margin-top: 8px;
  color: #C7DFEA;
  font-size: 13px;
  font-weight: 800;
}

.trust-metrics.compact span {
  color: var(--muted);
}

.product-console,
.large-dashboard {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: #081B2A;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.product-console {
  animation: dashboardFloat 8s ease-in-out infinite;
}

@keyframes dashboardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.console-topbar,
.large-dashboard-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 14px 18px;
  color: #D8EEF5;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.console-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--danger);
}

.console-topbar span:nth-child(2) { background: var(--warning); }
.console-topbar span:nth-child(3) { background: var(--success); }
.console-topbar b { margin-left: 8px; }
.console-topbar em {
  margin-left: auto;
  color: var(--success);
  font-style: normal;
  font-weight: 900;
}

.console-body {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.console-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
}

.console-sidebar b {
  color: var(--accent);
  margin-bottom: 6px;
}

.console-sidebar a {
  padding: 10px;
  border-radius: 12px;
  color: #C5DAE6;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.console-sidebar a.on {
  color: var(--navy);
  background: var(--accent);
}

.dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.dashboard-kpis article,
.alerts-widget,
.retail-widget,
.tasks-widget,
.chart-panel,
.team-panel,
.map-panel-proof,
.alert-panel,
.large-dashboard .kpi {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
}

.dashboard-kpis span,
.retail-widget span,
.tasks-widget span,
.chart-panel span,
.team-panel span,
.map-panel-proof span,
.alert-panel span,
.large-dashboard .kpi span {
  display: block;
  color: #AFC7D4;
  font-size: 12px;
  font-weight: 800;
}

.dashboard-kpis strong,
.retail-widget strong,
.tasks-widget strong,
.large-dashboard .kpi strong {
  display: block;
  margin: 6px 0;
  color: var(--white);
  font-size: 26px;
  line-height: 1;
}

.dashboard-kpis small,
.tasks-widget small {
  color: #9AB7C6;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 12px;
}

.map-widget {
  grid-row: span 2;
  min-height: 310px;
  padding: 16px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(12, 58, 83, 0.9), rgba(7, 24, 39, 0.95)),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
}

.widget-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #D8EEF5;
  font-size: 13px;
  font-weight: 900;
}

.widget-title b {
  color: var(--success);
}

.map-canvas {
  position: relative;
  height: 242px;
  margin-top: 18px;
}

.map-canvas svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-canvas path {
  fill: none;
  stroke: rgba(168,85,247, 0.68);
  stroke-width: 7;
  stroke-linecap: round;
}

.pin {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 3px solid #081B2A;
  border-radius: 999px;
  background: var(--warning);
  box-shadow: 0 0 0 8px rgba(245, 184, 75, 0.18);
}

.p1 { left: 16%; top: 62%; }
.p2 { left: 44%; top: 45%; background: var(--success); box-shadow: 0 0 0 8px rgba(31, 169, 122, 0.18); }
.p3 { left: 68%; top: 30%; }
.p4 { left: 83%; top: 56%; background: var(--accent); box-shadow: 0 0 0 8px rgba(168,85,247, 0.18); }

.alerts-widget p {
  margin: 12px 0 0;
  color: #D8EEF5;
  font-size: 13px;
}

.status {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 999px;
}

.status.danger { background: var(--danger); }
.status.warning { background: var(--warning); }
.status.success { background: var(--success); }

.mini-bars,
.chart-bars {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 54px;
  margin-top: 14px;
}

.mini-bars i,
.chart-bars i {
  flex: 1;
  min-width: 8px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--accent), var(--primary));
}

.mini-bars i:nth-child(1) { height: 42%; }
.mini-bars i:nth-child(2) { height: 68%; }
.mini-bars i:nth-child(3) { height: 84%; }
.mini-bars i:nth-child(4) { height: 58%; }
.mini-bars i:nth-child(5) { height: 76%; }

.product-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.product-strip span {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 16px;
  color: var(--primary-dark);
  background: var(--white);
  font-weight: 900;
  text-align: center;
}

.about-platform,
.why-section,
.agentlink-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.inline-features,
.capability-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inline-features span,
.capability-cloud span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-dark);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.operation-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 440px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at center, rgba(168,85,247, 0.14), transparent 33%),
    var(--white);
  box-shadow: var(--shadow);
}

.operation-visual article {
  padding: 22px;
  border-radius: 16px;
  background: var(--accent-soft);
}

.operation-visual b {
  display: block;
  color: var(--primary-dark);
  font-size: 20px;
}

.operation-visual span {
  color: var(--muted);
}

.visual-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 178px;
  min-height: 178px;
  display: grid;
  place-items: center;
  padding: 22px;
  transform: translate(-50%, -50%);
  border: 10px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--accent-2));
  box-shadow: 0 22px 42px rgba(124,58,237, 0.25);
  font-weight: 900;
  text-align: center;
}

.featured-agentlink,
.capabilities-section,
.dashboard-proof {
  background: var(--white);
}

.agentlink-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.showcase-image,
.why-visual {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.showcase-image img,
.why-visual img,
.gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agentlink-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.agentlink-cards article,
.product-card-grid article,
.industry-grid article,
.benefit-card-grid article,
.gallery-grid figure {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.agentlink-cards article:hover,
.product-card-grid article:hover,
.industry-grid article:hover,
.benefit-card-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 54px rgba(7, 24, 39, 0.14);
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  font-weight: 900;
}

.product-card-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.product-card-grid a,
.card a,
.solution-detail-grid a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: none;
}

.capability-cloud {
  gap: 12px;
}

.capability-cloud span {
  background: var(--accent-soft);
}

.industry-grid,
.benefit-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.industry-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
}

.industry-grid p {
  color: var(--muted);
  margin-bottom: 14px;
}

.industry-grid span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.benefit-list {
  display: grid;
  gap: 14px;
}

.benefit-list p {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  color: var(--muted);
}

.benefit-list b {
  color: var(--navy);
}

.large-dashboard {
  padding: 0;
  color: var(--white);
}

.large-dashboard-top {
  justify-content: space-between;
}

.large-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.chart-panel {
  grid-column: span 2;
}

.team-panel,
.alert-panel,
.map-panel-proof,
.chart-panel {
  min-height: 190px;
}

.chart-bars i:nth-child(1) { height: 36%; }
.chart-bars i:nth-child(2) { height: 48%; }
.chart-bars i:nth-child(3) { height: 72%; }
.chart-bars i:nth-child(4) { height: 55%; }
.chart-bars i:nth-child(5) { height: 84%; }
.chart-bars i:nth-child(6) { height: 68%; }
.chart-bars i:nth-child(7) { height: 92%; }

.team-panel p,
.alert-panel p {
  margin: 12px 0 0;
  color: #D8EEF5;
}

.map-panel-proof {
  position: relative;
  background:
    linear-gradient(135deg, rgba(124,58,237,0.52), rgba(7,24,39,0.96)),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
}

.map-panel-proof i {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #081B2A;
  border-radius: 999px;
  background: var(--accent);
}

.map-panel-proof i:nth-child(2) { left: 32%; top: 52%; }
.map-panel-proof i:nth-child(3) { left: 62%; top: 35%; background: var(--warning); }
.map-panel-proof i:nth-child(4) { left: 72%; top: 70%; background: var(--success); }

.benefit-card-grid article {
  display: grid;
  min-height: 112px;
  place-items: center;
  color: var(--primary-dark);
  font-weight: 900;
  text-align: center;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 18%, rgba(168,85,247,0.22), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--primary-dark));
}

.final-cta h2 {
  color: var(--white);
  font-size: 44px;
  line-height: 1.12;
}

.final-cta p:not(.eyebrow) {
  max-width: 760px;
  color: #D6EAF2;
}

.enterprise-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(160px, 0.7fr));
  gap: 32px;
  align-items: start;
  padding: 48px 56px;
  color: #D6EAF2;
  background: var(--navy);
}

.enterprise-footer div:last-child {
  text-align: left;
}

.enterprise-footer strong {
  color: var(--white);
}

.enterprise-footer a {
  color: #D6EAF2;
  text-decoration: none;
}

.footer-logo {
  width: 132px;
  height: auto;
  margin-bottom: 14px;
  padding: 4px;
  border-radius: 12px;
  background: var(--white);
}

.page-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 20%, rgba(168,85,247, 0.25), transparent 32%),
    linear-gradient(135deg, var(--navy), var(--primary-dark));
}

.page-hero h1 {
  color: var(--white);
  font-size: 52px;
  line-height: 1.08;
}

.page-hero p:not(.eyebrow) {
  color: #D6EAF2;
}

.screenshot-gallery {
  background: var(--white);
}

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

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.gallery-grid img {
  height: 210px;
}

.gallery-grid figcaption {
  padding: 14px 16px;
  color: var(--primary-dark);
  font-weight: 900;
}

.portal-proof {
  padding-top: 36px;
  background: var(--white);
}

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

.portal-gallery img {
  height: 260px;
  object-position: left top;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
}

.detail-hero-grid h1 {
  max-width: 920px;
}

.hero-proof-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 28px 70px rgba(0,0,0,0.22);
}

.hero-proof-card img {
  display: block;
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.hero-proof-card div {
  padding: 18px;
}

.hero-proof-card strong {
  display: block;
  color: var(--white);
  font-size: 18px;
}

.hero-proof-card span {
  color: #D6EAF2;
}

.product-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: start;
}

.product-detail-copy {
  position: sticky;
  top: 96px;
}

.product-detail-copy h2 {
  font-size: 40px;
  line-height: 1.12;
}

.feature-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-matrix article,
.proof-list article,
.industry-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-matrix article {
  padding: 22px;
}

.feature-matrix span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 12px;
  color: var(--primary-dark);
  background: var(--accent-soft);
  font-weight: 900;
}

.feature-matrix h3 {
  margin-bottom: 8px;
  color: var(--navy);
}

.feature-matrix p {
  color: var(--muted);
}

.media-band {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: center;
  background: var(--white);
}

.media-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ECF5F9;
  box-shadow: var(--shadow);
}

.media-frame img {
  display: block;
  width: 100%;
  min-height: 330px;
  object-fit: cover;
}

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list article {
  padding: 18px 20px;
}

.proof-list h3 {
  margin-bottom: 6px;
  color: var(--navy);
}

.proof-list p {
  color: var(--muted);
}

.dark-feature {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 8%, rgba(168,85,247,0.22), transparent 32%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}

.dark-feature h2,
.dark-feature h3 {
  color: var(--white);
}

.dark-feature p,
.dark-feature li {
  color: #D6EAF2;
}

.dark-feature .feature-matrix article {
  border-color: rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.07);
  box-shadow: none;
}

.dark-feature .feature-matrix span {
  color: var(--white);
  background: rgba(168,85,247,0.18);
}

.vms-hero {
  background:
    radial-gradient(circle at 78% 12%, rgba(168,85,247, 0.32), transparent 30%),
    linear-gradient(135deg, #080B1A, var(--primary-dark));
}

.vms-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vms-hero-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #D6EAF2;
  background: rgba(255,255,255,0.08);
  font-size: 13px;
  font-weight: 900;
}

.vms-hero-card img {
  height: 330px;
  object-position: left top;
}

.vms-ops-section,
.vms-package-section,
.vms-screen-showcase,
.vms-fit-section {
  background: var(--white);
}

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

.vms-ops-grid article,
.vms-package-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.vms-ops-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  background: var(--navy);
}

.vms-ops-grid div {
  padding: 20px;
}

.vms-ops-grid h3,
.vms-package-grid h3 {
  margin-bottom: 8px;
  color: var(--navy);
}

.vms-ops-grid p,
.vms-package-grid p,
.vms-package-grid li {
  color: var(--muted);
}

.vms-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vms-package-grid article {
  padding: 24px;
}

.vms-package-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: var(--accent-soft);
  font-size: 12px;
  font-weight: 900;
}

.vms-package-grid ul {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-left: 18px;
}

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

.vms-gallery figure {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.08);
}

.vms-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
  background: var(--navy);
}

.vms-connected-sites .media-frame img {
  object-position: left top;
}

.policy-content,
.company-layout,
.form-layout {
  background: var(--white);
}

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 1180px) {
  .nl-header {
    grid-template-columns: auto auto;
    padding: 12px 22px;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    align-content: center;
  }

  .nav-links {
    display: none;
    grid-column: 1 / -1;
    justify-content: start;
    width: 100%;
    padding: 12px 0 4px;
  }

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

  .nav-toggle:focus + .nav-links,
  .nav-toggle:focus-visible + .nav-links {
    display: flex;
  }

  .header-action {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .enterprise-hero,
  .about-platform,
  .agentlink-showcase,
  .why-section,
  .agentlink-overview,
  .final-cta,
  .section-heading.split,
  .detail-hero-grid,
  .product-detail-section,
  .media-band {
    grid-template-columns: 1fr;
  }

  .product-detail-copy {
    position: static;
  }

  .enterprise-hero {
    min-height: auto;
  }

  .product-console {
    max-width: 860px;
  }

  .product-strip,
  .product-card-grid,
  .industry-grid,
  .gallery-grid,
  .vms-ops-grid,
  .vms-package-grid,
  .enterprise-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .section,
  .enterprise-hero,
  .page-hero,
  .enterprise-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .enterprise-hero h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .section-heading h2,
  .section-copy h2,
  .final-cta h2 {
    font-size: 30px;
  }

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

  .trust-metrics,
  .dashboard-kpis,
  .dashboard-grid,
  .console-body,
  .agentlink-cards,
  .feature-matrix,
  .product-strip,
  .product-card-grid,
  .industry-grid,
  .benefit-card-grid,
  .gallery-grid,
  .vms-ops-grid,
  .vms-package-grid,
  .enterprise-footer,
  .large-dashboard-grid,
  .operation-visual {
    grid-template-columns: 1fr;
  }

  .console-sidebar {
    display: none;
  }

  .map-widget,
  .chart-panel {
    grid-column: auto;
  }

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

  .visual-core {
    position: static;
    width: auto;
    min-height: 90px;
    transform: none;
    border-radius: 16px;
  }

  .showcase-image img,
  .why-visual img,
  .gallery-grid img {
    height: auto;
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-toggle:focus + .nav-links,
  .nav-toggle:focus-visible + .nav-links {
    display: grid;
  }
}

/* Screenshot alignment layer */
.site-header.nl-header,
.site-header {
  min-height: 76px;
  padding: 11px 58px;
  color: var(--white);
  background: rgba(3, 14, 29, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

.site-header.is-scrolled {
  box-shadow: 0 14px 36px rgba(0,0,0,0.18);
}

.brand-logo {
  width: 220px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}

.nav-links {
  overflow: visible;
  overflow-x: visible;
  flex-wrap: wrap;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a,
.header-action {
  color: #F3FAFD;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  background: transparent;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -11px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
}

.nav-links a {
  position: relative;
}

.header-action {
  color: var(--white);
  border-radius: 11px;
  background: linear-gradient(135deg, #7C3AED, var(--accent));
  box-shadow: 0 12px 26px rgba(168,85,247,0.24);
}

.enterprise-hero {
  min-height: calc(100vh - 58px);
  padding: 52px 58px 56px;
  background:
    radial-gradient(circle at 74% 18%, rgba(168,85,247,0.20), transparent 28%),
    radial-gradient(circle at 8% 84%, rgba(124,58,237,0.35), transparent 36%),
    linear-gradient(135deg, #080B1A 0%, #11122A 52%, #080B1A 100%);
}

.enterprise-hero h1 {
  max-width: 650px;
  font-size: 48px;
  line-height: 1.08;
}

.enterprise-hero .hero-text {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.55;
}

.button {
  min-height: 42px;
  padding: 11px 19px;
  border-radius: 10px;
  font-size: 13px;
}

.button.primary {
  background: linear-gradient(135deg, #7C3AED, var(--accent));
}

.button.secondary {
  color: var(--primary-dark);
  background: var(--white);
  border-color: var(--line);
}

.enterprise-hero .button.secondary,
.final-cta .button.secondary,
.dashboard-proof-copy .button.secondary,
.page-hero .button.secondary {
  color: var(--white);
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.75);
}

.trust-metrics article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 10px;
  align-items: center;
  padding: 12px 4px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.trust-metrics article::before {
  content: "";
  grid-row: span 2;
  width: 30px;
  height: 30px;
  border: 2px solid var(--accent);
  border-radius: 12px;
  box-shadow: inset 0 0 0 5px rgba(168,85,247,0.09);
}

.trust-metrics strong {
  color: var(--white);
  font-size: 22px;
}

.trust-metrics span {
  margin: 0;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
}

.product-console {
  border: 8px solid rgba(255,255,255,0.13);
  border-radius: 18px;
  background: #F7FAFC;
  box-shadow: 0 30px 70px rgba(0,0,0,0.42);
}

.console-topbar {
  min-height: 42px;
  color: var(--navy);
  background: var(--white);
  border-bottom: 1px solid #E4ECF2;
}

.console-topbar em {
  color: var(--primary);
}

.console-body {
  padding: 0;
  gap: 0;
  background: #F2F6FA;
}

.console-sidebar {
  border-radius: 0;
  background: #0A2236;
}

.dashboard-kpis article,
.alerts-widget,
.retail-widget,
.tasks-widget {
  color: var(--text);
  background: var(--white);
  box-shadow: 0 7px 18px rgba(7,24,39,0.07);
}

.dashboard-kpis span,
.retail-widget span,
.tasks-widget span,
.chart-panel span,
.team-panel span,
.map-panel-proof span,
.alert-panel span,
.large-dashboard .kpi span {
  color: #53677A;
}

.dashboard-kpis strong,
.retail-widget strong,
.tasks-widget strong {
  color: var(--navy);
}

.dashboard-kpis small {
  color: var(--success);
}

.alerts-widget p {
  color: var(--text);
}

.map-widget {
  background:
    linear-gradient(135deg, rgba(10,55,79,0.92), rgba(9,31,50,0.96)),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

.product-strip {
  grid-template-columns: 1.1fr repeat(5, 1fr);
  box-shadow: 0 8px 22px rgba(7,24,39,0.06);
}

.product-strip span {
  min-height: 56px;
  place-items: center start;
  padding: 10px 28px;
  text-align: left;
}

.product-strip b {
  color: var(--navy);
  font-size: 13px;
}

.product-strip small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.about-screenshot-layout {
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 0.95fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  background: var(--white);
}

.about-screenshot-layout .section-copy h2 {
  font-size: 31px;
}

.about-device-stack {
  position: relative;
  min-height: 260px;
}

.about-device-stack img {
  display: block;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(7,24,39,0.14);
  object-fit: cover;
}

.device-main {
  width: 86%;
  height: 210px;
  margin: 30px auto 0;
}

.device-float {
  position: absolute;
  width: 42%;
  height: 92px;
}

.device-float.one {
  left: 0;
  bottom: 12px;
}

.device-float.two {
  right: 0;
  top: 0;
}

.about-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}

.about-feature-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.about-feature-list span,
.capability-cloud span::before,
.industry-grid article::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #DDD6FE;
  border-radius: 12px;
  color: var(--primary);
  background: var(--accent-soft);
  font-size: 10px;
  font-weight: 900;
}

.about-feature-list b {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.about-feature-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.section-heading.centered {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.featured-agentlink {
  padding-top: 28px;
}

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

.showcase-cards article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  min-height: 176px;
  padding: 14px;
}

.showcase-cards img {
  width: 120px;
  height: 148px;
  border-radius: 14px;
  object-fit: cover;
}

.showcase-cards h3 {
  font-size: 16px;
}

.showcase-cards ul {
  display: grid;
  gap: 5px;
  margin: 0 0 9px;
  padding-left: 17px;
  color: var(--text);
  font-size: 12px;
}

.showcase-cards a {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.home-products {
  padding-top: 32px;
  padding-bottom: 28px;
}

.home-products .product-card-grid {
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 14px;
}

.home-products .product-card-grid article {
  min-height: 150px;
  padding: 18px;
}

.home-products .product-card-grid p,
.home-products .product-card-grid ul {
  display: none;
}

.home-products .product-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.home-products .product-card-grid h3 {
  font-size: 15px;
}

.compact-section {
  padding-top: 24px;
  padding-bottom: 26px;
  background: var(--white);
}

.compact-section .section-heading {
  margin-bottom: 16px;
}

.capability-cloud {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 10px;
}

.capability-cloud span {
  display: grid;
  min-height: 74px;
  place-items: center;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 11px;
}

.capability-cloud span::before {
  content: "+";
  margin-bottom: 5px;
}

.capability-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.capability-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 24, 39, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.capability-card:hover {
  transform: translateY(-3px);
  border-color: rgba(168,85,247, 0.45);
  box-shadow: 0 18px 38px rgba(7, 24, 39, 0.12);
}

.capability-card img {
  display: block;
  width: 82px;
  height: 62px;
  margin: 16px 16px 8px;
  border: 1px solid #DDD6FE;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  background: var(--accent-soft);
}

.capability-card b,
.capability-card small {
  display: block;
}

.capability-card b {
  padding: 0 16px 5px;
  color: var(--navy);
  font-size: 15px;
}

.capability-card small {
  min-height: 58px;
  padding: 0 16px 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.industry-grid {
  gap: 12px;
}

.industry-grid article {
  position: relative;
  min-height: 104px;
  padding: 15px 15px 15px 58px;
}

.industry-grid article::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
}

.industry-visual-grid article {
  display: block;
  min-height: 0;
  padding: 14px;
}

.industry-visual-grid article::before {
  content: none;
}

.industry-visual-grid img {
  display: block;
  width: 112px;
  max-width: 46%;
  aspect-ratio: 16 / 9;
  margin: 0 0 14px;
  border: 1px solid #DDD6FE;
  border-radius: 14px;
  object-fit: contain;
  background: var(--accent-soft);
}

.vms-fit-section .industry-grid article {
  display: block;
  min-height: 0;
  padding: 14px;
}

.vms-fit-section .industry-grid article::before {
  position: static;
  display: block;
  width: 112px;
  max-width: 46%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
  border: 1px solid #DDD6FE;
  border-radius: 14px;
  background: var(--accent-soft) center / contain no-repeat;
}

.vms-fit-section .industry-grid article:nth-child(1)::before {
  background-image: url("/assets/images/industries/banks-branches.svg");
}

.vms-fit-section .industry-grid article:nth-child(2)::before {
  background-image: url("/assets/images/industries/retail-logistics.svg");
}

.vms-fit-section .industry-grid article:nth-child(3)::before {
  background-image: url("/assets/images/industries/campuses-facilities.svg");
}

.vms-fit-section .industry-grid article:nth-child(4)::before {
  background-image: url("/assets/images/industries/managed-security.svg");
}

.vms-fit-section .industry-grid article:nth-child(5)::before {
  background-image: url("/assets/images/industries/industrial-warehouses.svg");
}

.industry-grid b {
  font-size: 14px;
}

.industry-grid p {
  margin-bottom: 6px;
  font-size: 12px;
}

.industry-grid span {
  font-size: 11px;
}

.dashboard-split {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: center;
  background:
    radial-gradient(circle at 76% 30%, rgba(168,85,247,0.18), transparent 34%),
    linear-gradient(135deg, #080B1A, #080B1A);
}

.dashboard-split .large-dashboard {
  box-shadow: none;
  border-color: rgba(255,255,255,0.10);
}

.agentlink-stats-section {
  grid-template-columns: 1fr;
  align-items: start;
}

.agentlink-stats-dashboard {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(221, 232, 240, 0.28);
  border-radius: 20px;
  color: #11243A;
  background: #EEF4F8;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.stats-sidebar {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  padding: 12px 10px 10px;
  color: #D6E4EF;
  background: #17324B;
}

.stats-search {
  min-height: 34px;
  padding: 10px 12px 10px 34px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  color: #91A9BC;
  background:
    radial-gradient(circle at 17px 17px, transparent 5px, #91A9BC 6px, #91A9BC 8px, transparent 9px),
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  font-size: 11px;
  font-weight: 800;
}

.stats-sidebar nav {
  display: grid;
  gap: 8px;
}

.stats-sidebar nav b {
  position: relative;
  display: block;
  padding: 10px 26px 10px 36px;
  border-radius: 12px;
  color: #DDEBF5;
  font-size: 12px;
}

.stats-sidebar nav b::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #AFC5D6;
  transform: translateY(-50%);
}

.stats-sidebar nav b::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #AFC5D6;
  border-bottom: 2px solid #AFC5D6;
  transform: translateY(-60%) rotate(45deg);
}

.stats-sidebar nav b.active {
  color: var(--white);
  background: #1F6B7D;
}

.stats-sidebar nav b.active::before {
  background: var(--accent);
}

.stats-submenu {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  margin-left: 22px;
  padding-left: 18px;
  border-left: 2px solid rgba(175, 197, 214, 0.18);
  color: #C7D8E5;
  font-size: 10px;
  font-weight: 800;
}

.stats-submenu span {
  position: relative;
}

.stats-submenu span::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #607C91;
}

.stats-sidebar-tools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.stats-sidebar-tools span {
  height: 20px;
  border-radius: 8px;
  background: rgba(255,255,255,0.16);
}

.stats-workspace {
  min-width: 0;
  padding: 0 16px 16px;
  background:
    radial-gradient(circle at 8% 22%, rgba(124,58,237,0.07), transparent 26%),
    linear-gradient(180deg, #F5F8FB, #EAF1F6);
}

.stats-topline {
  display: flex;
  align-items: center;
  min-height: 52px;
}

.stats-topline button {
  display: grid;
  gap: 4px;
  width: 32px;
  padding: 0;
  border: 0;
  background: transparent;
}

.stats-topline button span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: #3C6684;
}

.stats-filters {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 1.1fr 1.1fr;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(17, 36, 58, 0.06);
}

.stats-filters span {
  min-height: 36px;
  padding: 10px 14px;
  border: 1px solid #D6E4EF;
  border-radius: 8px;
  color: #17324B;
  background: var(--white);
  font-size: 11px;
  font-weight: 800;
}

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

.stats-kpi-grid article,
.stats-period-grid article,
.stats-chart-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid #DDE8F0;
  border-radius: 16px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 12px 30px rgba(7, 24, 39, 0.06);
}

.stats-kpi-grid article {
  min-height: 118px;
  padding: 17px 16px;
}

.stats-kpi-grid article::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  opacity: 0.18;
}

.stats-kpi-grid .tone-blue::after { background: #73BDF3; }
.stats-kpi-grid .tone-green::after { background: #22D3EE; }
.stats-kpi-grid .tone-amber::after { background: #F5B84B; }
.stats-kpi-grid .tone-red::after { background: #D9534F; }

.stats-kpi-grid b,
.stats-period-grid b {
  display: block;
  color: #687F92;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.stats-kpi-grid strong {
  display: block;
  margin-top: 8px;
  color: #102033;
  font-size: 28px;
  line-height: 1;
}

.stats-kpi-grid p {
  margin: 8px 0 10px;
  color: #6B7A8A;
  font-size: 11px;
}

.stats-kpi-grid em {
  display: inline-flex;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  color: #008B67;
  background: #E5F8F2;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
}

.stats-kpi-grid em.bad {
  color: #D9534F;
  background: #FDECEC;
}

.stats-period-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.stats-period-grid article {
  padding: 14px 16px;
}

.stats-period-grid strong {
  display: block;
  margin: 8px 0;
  color: #102033;
  font-size: 18px;
}

.stats-period-grid p {
  margin: 0;
  color: #6B7A8A;
  font-size: 11px;
}

.stats-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.stats-chart-grid article {
  padding: 16px 18px 12px;
}

.stats-chart-grid h3 {
  margin: 0 0 4px;
  color: #102033;
  font-size: 17px;
}

.stats-chart-grid p {
  margin: 0 0 8px;
  color: #6B7A8A;
  font-size: 11px;
}

.stats-chart-grid svg {
  display: block;
  width: 100%;
  height: auto;
}

.stats-chart-grid .grid-lines path {
  fill: none;
  stroke: rgba(16, 32, 51, 0.12);
  stroke-width: 1;
}

.stats-chart-grid .line {
  fill: none;
  stroke: #1D65A6;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats-chart-grid .line.previous { stroke: #86BDF7; }
.stats-chart-grid .line.green { stroke: #249A72; }
.stats-chart-grid .line.mint { stroke: #8AD6CA; }

.stats-chart-grid .chart-dots circle {
  fill: #1D65A6;
}

.stats-chart-grid .chart-dots.green circle {
  fill: #249A72;
}

.chart-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #6B7A8A;
  font-size: 11px;
}

.chart-legend span {
  position: relative;
  padding-left: 22px;
}

.chart-legend span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 6px;
  border-radius: 999px;
  background: #1D65A6;
  transform: translateY(-50%);
}

.chart-legend .previous::before { background: #86BDF7; }
.chart-legend .green::before { background: #249A72; }
.chart-legend .mint::before { background: #8AD6CA; }

.dashboard-proof-copy h2 {
  color: var(--white);
  font-size: 32px;
}

.dashboard-proof-copy {
  max-width: 760px;
  color: #D6EAF2;
}

.final-cta {
  padding-top: 38px;
  padding-bottom: 38px;
  background:
    linear-gradient(110deg, #080B1A 0%, #080B1A 46%, #7C3AED 46%, #4C1D95 100%);
}

.enterprise-footer {
  padding-top: 34px;
  background: #061421;
}

.footer-logo {
  width: 170px;
  padding: 0;
  background: transparent;
}

@media (max-width: 1320px) {
  .home-products .product-card-grid,
  .capability-cloud {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .stats-kpi-grid strong {
    font-size: 24px;
  }
}

@media (max-width: 1180px) {
  .site-header.nl-header,
  .site-header {
    padding: 10px 22px;
  }

  .brand-logo {
    width: 190px;
    height: 48px;
  }

  .nav-links {
    overflow: visible;
    overflow-x: visible;
  }

  .nav-toggle span {
    background: var(--accent);
  }

  .nav-toggle:focus + .nav-links,
  .nav-toggle:focus-visible + .nav-links {
    display: flex;
  }

  .about-screenshot-layout,
  .dashboard-split {
    grid-template-columns: 1fr;
  }

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

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

.hero-stats-dashboard {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-self: center;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  background: #EDF3F7;
  box-shadow: 0 32px 90px rgba(0,0,0,0.34);
  animation: dashboardFloat 8s ease-in-out infinite;
}

.hero-stats-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  color: #D7E6EF;
  background: #17324B;
}

.hero-stats-search {
  overflow: hidden;
  margin-bottom: 8px;
  padding: 10px 11px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  color: #AFC2D1;
  background: rgba(255,255,255,0.06);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-stats-sidebar b,
.hero-stats-sidebar span {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-stats-sidebar b {
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 900;
}

.hero-stats-sidebar b.active {
  color: var(--white);
  background: #1F6B7D;
  box-shadow: inset 3px 0 0 var(--accent);
}

.hero-stats-sidebar span {
  padding: 4px 9px;
  color: #C3D2DD;
  font-size: 8.5px;
  font-weight: 700;
}

.hero-stats-main {
  min-width: 0;
  padding: 10px 12px 12px;
  color: #102033;
  background: linear-gradient(180deg, #F7FAFC 0%, #EAF1F6 100%);
}

.hero-stats-top {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 26px;
}

.hero-stats-top i {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #3C6684;
}

.hero-stats-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 9px;
}

.hero-stats-filters span {
  overflow: hidden;
  padding: 8px 9px;
  border: 1px solid #D9E6F0;
  border-radius: 9px;
  background: var(--white);
  color: #243C54;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-stats-kpis,
.hero-stats-periods,
.hero-stats-charts {
  display: grid;
  gap: 9px;
}

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

.hero-stats-kpis article,
.hero-stats-periods article,
.hero-stats-charts article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #DDE8F0;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 14px 28px rgba(17, 38, 58, 0.06);
}

.hero-stats-kpis article {
  min-height: 82px;
  padding: 9px;
}

.hero-stats-kpis article::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(168,85,247,0.10);
}

.hero-stats-kpis article:nth-child(3)::after,
.hero-stats-kpis article:nth-child(6)::after {
  background: rgba(245,184,75,0.16);
}

.hero-stats-kpis article:nth-child(4)::after,
.hero-stats-kpis article:nth-child(5)::after {
  background: rgba(217,83,79,0.10);
}

.hero-stats-kpis b,
.hero-stats-periods b {
  display: block;
  color: #698098;
  font-size: 7.5px;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-stats-kpis strong {
  display: block;
  margin-top: 5px;
  color: #102033;
  font-size: 19px;
  line-height: 1;
}

.hero-stats-kpis p {
  overflow: hidden;
  margin: 5px 0 7px;
  color: #60758A;
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-stats-kpis em {
  display: inline-flex;
  padding: 4px 6px;
  border-radius: 999px;
  color: #078D6A;
  background: #E7F8F0;
  font-size: 7.5px;
  font-style: normal;
  font-weight: 900;
}

.hero-stats-kpis em.bad {
  color: #D9534F;
  background: #FFF0EF;
}

.hero-stats-periods {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 9px;
}

.hero-stats-periods article {
  padding: 10px;
}

.hero-stats-periods strong {
  display: block;
  overflow: hidden;
  margin-top: 6px;
  color: #102033;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-stats-charts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 9px;
}

.hero-stats-charts article {
  padding: 10px;
}

.hero-stats-charts h3 {
  margin: 0 0 6px;
  color: #102033;
  font-size: 12px;
  line-height: 1.2;
}

.hero-stats-charts svg {
  display: block;
  width: 100%;
  min-height: 120px;
}

.hero-stats-charts .grid {
  fill: none;
  stroke: rgba(16,32,51,0.12);
  stroke-width: 1;
}

.hero-stats-charts polyline {
  fill: none;
  stroke: #1D65A6;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-stats-charts .previous {
  stroke: #86BDF7;
}

.hero-stats-charts .green {
  stroke: #249A72;
}

.hero-stats-charts .mint {
  stroke: #8AD6CA;
}

@media (max-width: 1180px) {
  .hero-stats-dashboard {
    grid-template-columns: 1fr;
    max-width: 860px;
  }

  .hero-stats-sidebar {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero-stats-dashboard {
    border-radius: 18px;
  }

  .hero-stats-main {
    padding: 9px;
  }

  .hero-stats-filters,
  .hero-stats-kpis,
  .hero-stats-periods,
  .hero-stats-charts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .agentlink-stats-dashboard {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .stats-sidebar {
    display: none;
  }

  .stats-workspace {
    padding: 0 12px 12px;
  }

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

  .stats-period-grid,
  .stats-chart-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .nav-toggle {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.24);
  }

  .nav-toggle span {
    background: var(--accent);
  }
}

@media (max-width: 720px) {
  .brand-logo {
    width: 158px;
    height: 42px;
  }

  .enterprise-hero {
    padding-top: 34px;
  }

  .enterprise-hero h1 {
    font-size: 34px;
  }

  .showcase-cards,
  .home-products .product-card-grid,
  .capability-cloud,
  .capability-card-grid,
  .about-feature-list {
    grid-template-columns: 1fr;
  }

  .stats-filters,
  .stats-kpi-grid {
    grid-template-columns: 1fr;
  }

  .stats-chart-grid article {
    padding: 14px;
  }

  .stats-kpi-grid strong {
    font-size: 26px;
  }

  .showcase-cards article {
    grid-template-columns: 98px 1fr;
  }

  .showcase-cards img {
    width: 98px;
    height: 132px;
  }

  .device-float {
    display: none;
  }

  .device-main {
    width: 100%;
    height: auto;
  }

  .final-cta {
    background: linear-gradient(135deg, #080B1A, #4C1D95);
  }

  .nav-toggle:focus + .nav-links,
  .nav-toggle:focus-visible + .nav-links {
    display: grid;
  }
}

/* 2026 premium violet SaaS theme layer */
:root {
  --primary: #7C3AED;
  --primary-dark: #4C1D95;
  --primary-soft: #F3E8FF;
  --accent: #A855F7;
  --accent-2: #C084FC;
  --accent-3: #22D3EE;
  --navy: #080B1A;
  --navy-2: #11122A;
  --navy-3: #1A1440;
  --text: #111827;
  --text-dark: #070A13;
  --muted: #6B7280;
  --muted-2: #9CA3AF;
  --line: #E5E7EB;
  --line-purple: #DDD6FE;
  --bg: #F8F7FC;
  --bg-soft: #FBFAFF;
  --white: #FFFFFF;
  --success: #10B981;
  --warning: #F59E0B;
  --danger: #EF4444;
  --info: #38BDF8;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 18px 45px rgba(17, 12, 46, 0.10);
  --shadow-strong: 0 30px 80px rgba(76, 29, 149, 0.28);
  --gradient-primary: linear-gradient(135deg, #7C3AED 0%, #A855F7 50%, #22D3EE 100%);
  --gradient-dark: linear-gradient(135deg, #080B1A 0%, #11122A 45%, #1A1440 100%);
  --gradient-card: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  --ink: var(--text);
  --ink-2: #1F2937;
  --paper: var(--bg);
  --purple: var(--primary);
  --purple-2: var(--accent);
  --purple-3: var(--primary-soft);
  --rose: var(--danger);
  --green: var(--success);
}

html {
  background: var(--bg);
}

body {
  color: var(--text);
  background:
    linear-gradient(180deg, #FFFFFF 0%, var(--bg) 38%, #FFFFFF 100%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
.hero-title,
.section-title,
.brand-title,
.section-heading h2,
.section-copy h2,
.final-cta h2 {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  letter-spacing: -0.045em;
  font-weight: 800;
}

h1,
.hero-title {
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.98;
  font-weight: 900;
}

h2,
.section-title,
.section-heading h2,
.section-copy h2 {
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.05;
}

p {
  line-height: 1.75;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.button:focus-visible {
  outline: 3px solid rgba(124, 58, 237, 0.32);
  outline-offset: 3px;
}

.gradient-text {
  background: linear-gradient(135deg, #C084FC 0%, #A855F7 45%, #22D3EE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header,
.nl-header {
  background: rgba(255,255,255,0.88);
  border-bottom: 1px solid rgba(221,214,254,0.68);
  box-shadow: 0 14px 38px rgba(17, 12, 46, 0.07);
  backdrop-filter: blur(18px);
}

body:has(.enterprise-hero) .site-header,
body:has(.enterprise-hero) .nl-header {
  background: rgba(8, 11, 26, 0.76);
  border-bottom-color: rgba(255,255,255,0.10);
  box-shadow: 0 18px 46px rgba(0,0,0,0.20);
}

body:has(.enterprise-hero) .nav-links a {
  color: rgba(255,255,255,0.84);
}

.nav-links {
  gap: 8px;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  border-radius: 999px;
  color: #2F264A;
  transition: color .22s ease, background .22s ease, box-shadow .22s ease;
}

.nav-links a:hover,
.nav-links a.active,
.nav-link.active {
  color: var(--primary);
  background: var(--primary-soft);
}

body:has(.enterprise-hero) .nav-links a:hover,
body:has(.enterprise-hero) .nav-links a.active {
  color: var(--white);
  background: rgba(124,58,237,0.26);
}

.nav-links a.active::after,
.nav-link.active::after {
  background: var(--gradient-primary);
}

.header-action,
.button.primary,
.btn-primary,
.primary-btn,
.cta-primary,
button.primary {
  color: var(--white);
  border: 0;
  border-radius: 999px;
  background: var(--gradient-primary);
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.30);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.header-action:hover,
.button.primary:hover,
.btn-primary:hover,
.primary-btn:hover,
.cta-primary:hover,
button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(124, 58, 237, 0.42);
  filter: brightness(1.05);
}

.button.secondary,
.btn-secondary,
.secondary-btn,
.cta-secondary {
  border: 1px solid rgba(124,58,237,0.22);
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(255,255,255,0.76);
  box-shadow: 0 12px 28px rgba(17, 12, 46, 0.07);
  backdrop-filter: blur(14px);
}

.enterprise-hero,
.hero,
.hero-section,
.page-hero,
.final-cta,
.cta,
.dark-panel,
.dark-feature {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, transparent 0%, rgba(168,85,247,0.16) 42%, transparent 62%),
    linear-gradient(135deg, #080B1A 0%, #11122A 45%, #1A1440 100%);
}

.enterprise-hero::before,
.hero::before,
.hero-section::before,
.page-hero::before,
.final-cta::before,
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(120deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 86px),
    linear-gradient(90deg, rgba(34,211,238,0.08), transparent 32%, rgba(168,85,247,0.12));
  opacity: .75;
  pointer-events: none;
}

.enterprise-hero > *,
.hero > *,
.hero-section > *,
.page-hero > *,
.final-cta > *,
.cta > * {
  position: relative;
  z-index: 1;
}

.enterprise-hero h1,
.enterprise-hero h2,
.page-hero h1,
.page-hero h2,
.final-cta h2,
.cta h2,
.dark-panel h2,
.dark-feature h2,
.dashboard-proof-copy h2 {
  color: var(--white);
}

.enterprise-hero .hero-text,
.page-hero p:not(.eyebrow),
.final-cta p:not(.eyebrow),
.cta p,
.dark-panel p,
.dark-feature p,
.dashboard-proof-copy {
  color: rgba(255,255,255,0.76);
}

.eyebrow,
.enterprise-hero .eyebrow,
.final-cta .eyebrow,
.page-hero .eyebrow {
  color: var(--accent-3);
}

.enterprise-hero {
  background:
    linear-gradient(116deg, transparent 0%, rgba(168,85,247,0.17) 42%, transparent 64%),
    linear-gradient(135deg, #080B1A 0%, #11122A 48%, #1A1440 100%);
}

.trust-metrics article {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.06);
}

.trust-metrics article::before {
  border-color: var(--accent-3);
  box-shadow: inset 0 0 0 5px rgba(168,85,247,0.12);
}

.trust-metrics strong {
  color: var(--white);
}

.trust-metrics span {
  color: rgba(255,255,255,0.76);
}

.product-strip {
  border-block: 1px solid rgba(221,214,254,0.70);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 14px 40px rgba(17, 12, 46, 0.06);
}

.product-strip span {
  border-color: rgba(221,214,254,0.70);
}

.about-platform,
.about-screenshot-layout,
.agentlink-overview,
.vms-package-section,
.industries-preview {
  background: var(--bg-soft);
}

.featured-agentlink,
.dashboard-proof,
.agentlink-stats-section {
  color: var(--white);
  background:
    linear-gradient(115deg, transparent 0%, rgba(168,85,247,0.14) 44%, transparent 64%),
    var(--gradient-dark);
}

.featured-agentlink .section-heading h2,
.featured-agentlink .section-heading p,
.dashboard-proof h2,
.agentlink-stats-section h2 {
  color: var(--white);
}

.card,
.feature-card,
.product-card,
.industry-card,
.cards article,
.product-card-grid article,
.industry-grid article,
.feature-matrix article,
.agentlink-cards article,
.showcase-cards article,
.benefit-cards article,
.capability-card-grid article,
.capability-cloud span,
.vms-ops-grid article,
.vms-package-grid article,
.gallery-grid figure,
.proof-list article,
.value-grid article,
.solution-grid article,
.service-deep-list article,
.case-list article,
.contact-card,
.inquiry-form,
.hero-proof-card {
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(221,214,254,0.75);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.card:hover,
.feature-card:hover,
.product-card:hover,
.industry-card:hover,
.cards article:hover,
.product-card-grid article:hover,
.industry-grid article:hover,
.feature-matrix article:hover,
.agentlink-cards article:hover,
.showcase-cards article:hover,
.benefit-cards article:hover,
.capability-card-grid article:hover,
.capability-cloud span:hover,
.vms-ops-grid article:hover,
.vms-package-grid article:hover,
.gallery-grid figure:hover,
.proof-list article:hover,
.value-grid article:hover,
.solution-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(124,58,237,0.45);
  box-shadow: 0 24px 60px rgba(76, 29, 149, 0.16);
}

.featured-agentlink .agentlink-cards article,
.dark-section .card,
.dark-feature .feature-matrix article,
.dark-panel .card,
.dashboard-proof .large-dashboard,
.dashboard-proof .agentlink-stats-dashboard {
  color: var(--white);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
}

.featured-agentlink .agentlink-cards h3,
.featured-agentlink .agentlink-cards li,
.featured-agentlink .agentlink-cards a,
.dark-feature .feature-matrix h3,
.dark-feature .feature-matrix p {
  color: var(--white);
}

.icon-box,
.card-index,
.product-card-grid article > span,
.industry-grid article::before,
.industry-visual-grid article::before,
.feature-matrix span,
.about-feature-list article span,
.vms-hero-tags span {
  color: var(--primary);
  background: linear-gradient(135deg, #F3E8FF, #EEF2FF);
  border: 1px solid rgba(221,214,254,0.75);
  border-radius: 16px;
}

.product-card-grid a,
.agentlink-cards a,
.industry-grid span,
.detail-table a,
.form-status.is-success {
  color: var(--primary);
}

input,
textarea,
select {
  border-color: rgba(221,214,254,0.86);
  border-radius: 14px;
  background: rgba(255,255,255,0.90);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
  outline: none;
}

.contact-success-popup {
  background: rgba(8, 11, 26, 0.72);
}

.popup-card {
  border: 1px solid rgba(221,214,254,0.85);
  box-shadow: var(--shadow-strong);
}

.popup-icon {
  background: var(--gradient-primary);
}

.hero-stats-dashboard {
  border: 1px solid rgba(255,255,255,0.14);
  background: #0F1026;
  box-shadow: var(--shadow-strong);
}

.hero-stats-sidebar,
.stats-sidebar,
.console-sidebar {
  background:
    linear-gradient(180deg, rgba(26,20,64,0.98), rgba(8,11,26,0.98));
}

.hero-stats-search,
.stats-search {
  color: rgba(255,255,255,0.65);
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.07);
}

.hero-stats-sidebar b.active,
.stats-sidebar nav b.active {
  background: rgba(124,58,237,0.35);
  box-shadow: inset 4px 0 0 var(--accent-3);
}

.hero-stats-main,
.stats-workspace {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(243,232,255,0.82));
}

.hero-stats-filters span,
.stats-filters span,
.hero-stats-kpis article,
.hero-stats-periods article,
.hero-stats-charts article,
.stats-kpi-grid article,
.stats-period-grid article,
.stats-chart-grid article {
  border-color: rgba(221,214,254,0.90);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 14px 30px rgba(76, 29, 149, 0.08);
}

.hero-stats-top i,
.stats-topline button span {
  background: var(--primary);
}

.hero-stats-kpis article::after,
.stats-kpi-grid .tone-blue::after,
.stats-kpi-grid .tone-green::after {
  background: var(--accent);
}

.hero-stats-kpis article:nth-child(3)::after,
.hero-stats-kpis article:nth-child(6)::after,
.stats-kpi-grid .tone-amber::after {
  background: var(--warning);
}

.hero-stats-kpis article:nth-child(4)::after,
.hero-stats-kpis article:nth-child(5)::after,
.stats-kpi-grid .tone-red::after {
  background: var(--danger);
}

.hero-stats-kpis em,
.stats-kpi-grid em {
  color: #047857;
  background: #EAFBF5;
}

.hero-stats-kpis em.bad,
.stats-kpi-grid em.bad {
  color: var(--danger);
  background: #FEF2F2;
}

.hero-stats-charts polyline,
.stats-chart-grid .line,
.stats-chart-grid .chart-dots circle,
.chart-legend span::before {
  stroke: var(--accent);
  background: var(--accent);
  fill: var(--accent);
}

.hero-stats-charts .previous,
.stats-chart-grid .line.previous,
.chart-legend .previous::before {
  stroke: var(--accent-3);
  background: var(--accent-3);
}

.hero-stats-charts .green,
.stats-chart-grid .line.green,
.stats-chart-grid .chart-dots.green circle,
.chart-legend .green::before {
  stroke: var(--primary);
  background: var(--primary);
  fill: var(--primary);
}

.hero-stats-charts .mint,
.stats-chart-grid .line.mint,
.chart-legend .mint::before {
  stroke: var(--accent-2);
  background: var(--accent-2);
}

.large-dashboard,
.product-console,
.dashboard-shell {
  border-color: rgba(255,255,255,0.14);
  background: #0F1026;
  box-shadow: var(--shadow-strong);
}

.map-canvas,
.nl-map,
.dash-chart {
  background:
    linear-gradient(135deg, rgba(76,29,149,0.42), rgba(8,11,26,0.96)),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
}

.map-canvas svg path,
.nl-map svg path {
  stroke: rgba(34,211,238,0.72);
}

.final-cta {
  background:
    linear-gradient(115deg, transparent 0%, rgba(168,85,247,0.18) 43%, transparent 63%),
    var(--gradient-dark);
}

.site-footer,
.enterprise-footer,
.footer {
  color: rgba(255,255,255,0.78);
  background: #080B1A;
}

.site-footer a,
.enterprise-footer a,
.footer a {
  color: rgba(255,255,255,0.78);
}

.site-footer a:hover,
.enterprise-footer a:hover,
.footer a:hover {
  color: #C084FC;
}

@media (max-width: 1180px) {
  .enterprise-hero {
    grid-template-columns: 1fr;
  }

  .hero-stats-dashboard {
    max-width: 920px;
  }
}

@media (max-width: 820px) {
  .site-header,
  .nl-header {
    background: rgba(8, 11, 26, 0.92);
  }

  .nav-links {
    background: rgba(8, 11, 26, 0.96);
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  }

  .nav-links a {
    color: rgba(255,255,255,0.84);
  }
}

@media (max-width: 720px) {
  h1,
  .hero-title {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.04;
  }

  h2,
  .section-title,
  .section-heading h2,
  .section-copy h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .button,
  .header-action {
    min-height: 46px;
  }

  .hero-stats-kpis strong {
    font-size: 22px;
  }
}

/* Senior UI polish pass: contrast, rhythm, and responsive product pages */
.site-header.nl-header,
.site-header,
.nl-header {
  min-height: 76px;
  color: var(--white);
  background: rgba(8, 11, 26, 0.88);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 46px rgba(0,0,0,0.20);
  backdrop-filter: blur(20px);
}

.site-header .nav-links,
.nl-header .nav-links {
  gap: 8px;
}

.site-header .nav-links a,
.nl-header .nav-links a {
  color: rgba(255,255,255,0.84);
  background: transparent;
  text-shadow: 0 1px 12px rgba(0,0,0,0.24);
}

.site-header .nav-links a:hover,
.site-header .nav-links a.active,
.nl-header .nav-links a:hover,
.nl-header .nav-links a.active {
  color: var(--white);
  background: rgba(124,58,237,0.28);
}

.site-header .nav-links a.active::after,
.nl-header .nav-links a.active::after {
  left: 14px;
  right: 14px;
  bottom: -13px;
  height: 2px;
  background: var(--gradient-primary);
}

.enterprise-hero .button.secondary,
.page-hero .button.secondary,
.final-cta .button.secondary,
.cta .button.secondary {
  color: var(--white);
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.08);
}

.page-hero {
  padding-top: clamp(86px, 8vw, 118px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.page-hero h1 {
  max-width: 980px;
}

.page-hero p:not(.eyebrow) {
  max-width: 820px;
}

.detail-hero-grid {
  max-width: 1320px;
  margin-inline: auto;
}

.hero-proof-card {
  overflow: hidden;
}

.hero-proof-card img,
.vms-hero-card img {
  border-radius: 16px 16px 0 0;
}

@media (max-width: 1180px) {
  .detail-hero-grid {
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .site-header.nl-header,
  .site-header,
  .nl-header {
    background: rgba(8, 11, 26, 0.94);
  }

  .site-header .nav-links,
  .nl-header .nav-links {
    background: rgba(8, 11, 26, 0.98);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.30);
  }
}

@media (max-width: 720px) {
  .site-header.nl-header,
  .site-header,
  .nl-header {
    min-height: auto;
    padding: 12px 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .brand-logo {
    width: 178px;
    height: 46px;
  }

  .header-action {
    grid-column: 1 / -1;
    justify-self: start;
    width: auto;
    min-height: 44px;
    margin-top: 6px;
    padding-inline: 22px;
  }

  .site-header .nav-links,
  .nl-header .nav-links {
    margin-top: 8px;
    padding: 10px;
    gap: 6px;
  }

  .site-header .nav-links a,
  .nl-header .nav-links a {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  .site-header .nav-links a.active::after,
  .nl-header .nav-links a.active::after {
    display: none;
  }

  .page-hero {
    padding-top: 82px;
    padding-bottom: 54px;
  }

  .page-hero h1,
  .detail-hero-grid h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.5vw, 39px);
    line-height: 1.09;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .detail-hero-grid {
    gap: 22px;
  }

  .hero-proof-card {
    border-radius: 20px;
  }

  .hero-proof-card img,
  .vms-hero-card img {
    max-height: 240px;
    object-fit: cover;
  }

  .hero-proof-card div {
    padding: 14px;
  }

  .vms-hero-tags {
    gap: 8px;
  }

  .vms-hero-tags span {
    padding: 7px 10px;
    font-size: 12px;
  }

  .product-card-grid,
  .industry-grid,
  .capability-card-grid,
  .feature-matrix,
  .gallery-grid,
  .vms-ops-grid,
  .vms-package-grid {
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 164px;
  }

  .page-hero h1,
  .detail-hero-grid h1 {
    font-size: clamp(30px, 8.8vw, 36px);
  }

  .hero-proof-card img,
  .vms-hero-card img {
    max-height: 220px;
  }
}

body,
h1,
h2,
h3,
h4,
.hero-title,
.section-title,
.brand-title,
.enterprise-hero h1,
.page-hero h1 {
  letter-spacing: 0;
}

@media (max-width: 720px) {
  .site-header.nl-header,
  .site-header,
  .nl-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .brand-logo {
    width: 160px;
  }

  .header-action {
    grid-column: auto;
    min-height: 40px;
    margin-top: 0;
    padding-inline: 15px;
    font-size: 12px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .enterprise-hero {
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .enterprise-hero h1 {
    font-size: clamp(32px, 8.7vw, 38px);
    line-height: 1.08;
  }

  .enterprise-hero .hero-text {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hero-actions {
    margin: 22px 0;
  }

  .trust-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .trust-metrics article {
    min-height: 82px;
    padding: 14px;
  }

  .trust-metrics strong {
    font-size: 24px;
  }

  .trust-metrics span {
    margin-top: 6px;
    font-size: 12px;
  }

  .hero-stats-dashboard {
    max-height: 560px;
    border-radius: 20px;
  }

  .hero-stats-main {
    padding: 8px;
  }

  .hero-stats-filters,
  .hero-stats-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-stats-filters span:nth-child(n+3),
  .hero-stats-kpis article:nth-child(n+5),
  .hero-stats-charts article:nth-child(n+2) {
    display: none;
  }

  .hero-stats-periods {
    display: none;
  }

  .hero-stats-charts {
    grid-template-columns: 1fr;
  }

  .hero-stats-charts svg {
    min-height: 132px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 152px;
  }

  .header-action {
    padding-inline: 13px;
  }

  .enterprise-hero {
    padding-top: 42px;
  }

  .hero-stats-dashboard {
    max-height: 520px;
  }
}

.trust-metrics article::before {
  border: 0;
  background: var(--gradient-primary);
  box-shadow:
    inset 0 0 0 6px rgba(8,11,26,0.22),
    0 10px 24px rgba(124,58,237,0.24);
}

.page-hero .hero-proof-card,
.detail-hero-grid .hero-proof-card {
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 28px 70px rgba(0,0,0,0.24);
  backdrop-filter: blur(18px);
}

.page-hero .hero-proof-card div,
.detail-hero-grid .hero-proof-card div {
  background: rgba(8,11,26,0.66);
  border-top: 1px solid rgba(255,255,255,0.12);
}

.page-hero .hero-proof-card strong,
.detail-hero-grid .hero-proof-card strong {
  color: var(--white);
}

.page-hero .hero-proof-card span,
.detail-hero-grid .hero-proof-card span {
  color: rgba(255,255,255,0.78);
}

.contact-card h2,
.inquiry-form h2,
.contact-popup-panel h2,
.product-card-grid article h2,
.cards article h2,
.feature-matrix article h2,
.benefit-cards article h2,
.value-grid article h2,
.solution-grid article h2 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}

.contact-card h2 {
  max-width: 12ch;
  font-size: clamp(27px, 2.2vw, 36px);
}

.contact-card p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.62;
}

.contact-card strong {
  display: inline-block;
  margin-bottom: 3px;
  color: #6B7280;
  font-size: 13px;
}

@media (max-width: 720px) {
  .contact-card h2,
  .inquiry-form h2,
  .contact-popup-panel h2,
  .product-card-grid article h2,
  .cards article h2,
  .feature-matrix article h2,
  .benefit-cards article h2,
  .value-grid article h2,
  .solution-grid article h2 {
    font-size: clamp(23px, 6.4vw, 29px);
    line-height: 1.16;
  }
}
