:root {
  --black: #030303;
  --white: #ffffff;
  --ink: #111827;
  --muted: #d9e3ea;
  --blue: #6aa8c6;
  --blue-deep: rgba(28, 55, 69, 0.84);
  --panel: rgba(28, 55, 69, 0.9);
  --red: #d51d32;
  --trial: #2f6f8f;
  --trial-hover: #3c83a6;
  --download: #2c323b;
  --download-hover: #39424d;
  --soft-button: #f5f1ea;
  --soft-button-hover: #ffffff;
  --line: rgba(255, 255, 255, 0.28);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.home-page {
  color: var(--white);
  background: #050608;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 6, 8, 0.88);
  backdrop-filter: blur(14px);
}

.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.nav-brand img {
  width: 132px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  border-radius: 999px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.site-nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.language-nav {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.site-nav .language-nav a {
  min-width: 38px;
  padding: 6px 9px;
  text-align: center;
  font-size: 0.78rem;
}

.site-nav .language-nav a.is-active {
  color: var(--ink);
  background: var(--white);
}

.home-hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96) 0%, rgba(5, 6, 8, 0.78) 48%, rgba(5, 6, 8, 0.5) 100%),
    url("modern-architecture.jpg") center / cover;
}

.hero-background::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(0deg, #050608, rgba(5, 6, 8, 0));
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  padding: 82px 0;
}

.home-hero-copy {
  max-width: 660px;
}

.section-kicker {
  margin: 0 0 12px;
  color: #94c4dd;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 14ch;
  margin-bottom: 22px;
  font-size: 4.4rem;
  line-height: 1.03;
}

.home-hero-copy p:not(.section-kicker) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.15rem;
}

.hero-actions,
.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.product-signal {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 28px;
  background: rgba(16, 22, 30, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.signal-icon {
  width: 92px;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.32));
}

.signal-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-signal h2 {
  margin-bottom: 8px;
  font-size: 2.6rem;
  line-height: 1;
}

.product-signal p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.signal-metrics {
  display: grid;
  gap: 8px;
}

.signal-metrics span {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 9px;
  color: #f5f1ea;
  font-weight: 800;
}

.company-hero .home-hero-copy {
  max-width: 880px;
}

.company-hero h1 {
  max-width: none;
  font-size: 5rem;
  line-height: 0.98;
  white-space: nowrap;
}

.company-signal {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 28px;
  background: rgba(16, 22, 30, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.company-signal h2 {
  max-width: 12ch;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.05;
}

.company-signal-list {
  display: grid;
  gap: 8px;
}

.company-signal-list span {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 9px;
  color: #f5f1ea;
  font-weight: 800;
}

.software-catalog {
  padding: 88px 0;
  color: var(--ink);
  background: #eef2f5;
}

.software-catalog .section-kicker {
  color: #2f6f8f;
}

.software-catalog-header {
  max-width: 720px;
  margin-bottom: 48px;
}

.software-catalog-header h2 {
  margin-bottom: 18px;
  font-size: 3.6rem;
  line-height: 1.05;
}

.software-catalog-header p {
  color: rgba(17, 24, 39, 0.72);
  font-size: 1.08rem;
}

.software-list {
  display: grid;
  gap: 56px;
}

.software-item {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.software-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.software-copy > p {
  max-width: 560px;
  color: rgba(17, 24, 39, 0.72);
  font-size: 1.06rem;
}

.software-product-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.software-product-heading .signal-label {
  color: var(--ink);
}

.software-product-heading img {
  width: 76px;
  filter: drop-shadow(0 14px 18px rgba(17, 24, 39, 0.18));
}

.software-product-heading h3 {
  margin: 4px 0 0;
  font-size: 3.4rem;
  line-height: 1;
}

.software-points {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.software-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(17, 24, 39, 0.78);
  font-weight: 700;
}

.software-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2f6f8f;
}

.software-catalog .button-light {
  color: var(--white);
  background: var(--download);
}

.software-catalog .button-light:hover {
  background: var(--download-hover);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
}

.software-preview-card {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(18, 29, 39, 0.84), rgba(18, 29, 39, 0.9)),
    url("modern-architecture.jpg") center / cover;
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.18);
}

.company-principles {
  padding: 40px 0;
  background: #101720;
}

.product-showcase {
  padding: 88px 0;
  color: var(--ink);
  background: #eef2f5;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.showcase-copy h2 {
  max-width: 16ch;
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.08;
}

.showcase-copy p {
  max-width: 540px;
  color: rgba(17, 24, 39, 0.72);
  font-size: 1.06rem;
}

.product-showcase .section-kicker {
  color: #2f6f8f;
}

.product-showcase .button-light {
  color: var(--white);
  background: var(--download);
}

.product-showcase .button-light:hover {
  background: var(--download-hover);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
}

.workflow-preview {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(18, 29, 39, 0.84), rgba(18, 29, 39, 0.9)),
    url("modern-architecture.jpg") center / cover;
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.18);
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.preview-header img {
  width: 42px;
}

.preview-columns {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.preview-columns div {
  display: grid;
  gap: 6px;
  padding: 28px;
  background: rgba(8, 11, 16, 0.54);
}

.preview-columns strong {
  font-size: 1.18rem;
}

.preview-columns span {
  color: rgba(255, 255, 255, 0.68);
}

.benefit-band {
  padding: 36px 0;
  background: #101720;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.benefit-grid div {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 22px;
}

.benefit-grid span {
  color: #94c4dd;
  font-size: 0.78rem;
  font-weight: 900;
}

.benefit-grid h3 {
  margin: 8px 0 6px;
  font-size: 1.15rem;
}

.benefit-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.hero {
  min-height: 285px;
  background: var(--black);
  display: grid;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(48px, 12vw, 230px);
  align-items: center;
}

.brand {
  display: block;
  width: 194px;
}

.hero-copy {
  max-width: 560px;
}

.eyebrow {
  margin: 0 0 -2px;
  font-size: 18px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 4px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy p:last-child {
  margin-bottom: 0;
}

.software-band {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: var(--blue);
}

.software-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 41, 54, 0.7), rgba(17, 41, 54, 0.35)),
    url("modern-architecture.jpg") center / cover;
  opacity: 0.92;
}

.software-content {
  position: relative;
  padding: 28px 0 64px;
}

.software-content h2 {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1;
}

.software-grid {
  display: grid;
  grid-template-columns: 280px 280px;
  gap: 22px;
  align-items: start;
}

.product-card,
.coming-soon {
  min-height: 125px;
  border: 4px solid rgba(36, 40, 48, 0.75);
  background: linear-gradient(180deg, rgba(21, 17, 20, 0.92), rgba(102, 25, 33, 0.86));
}

.product-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  border-color: rgba(106, 168, 198, 0.58);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.product-title {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 18px;
  padding: 8px 12px 4px;
}

.product-title img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transform-origin: center;
  transition: filter 180ms ease;
}

.product-card:hover .product-title img,
.product-title img:hover {
  animation: diamond-spin 850ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 0 10px rgba(106, 168, 198, 0.5));
}

.product-title h3 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
}

.product-title span {
  color: var(--red);
  font-size: 24px;
}

.product-actions {
  display: grid;
  gap: 6px;
  padding: 0 8px 8px;
}

.button {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, background-color 160ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  pointer-events: none;
  transform: translateX(-140%) skewX(-18deg);
  transition: transform 520ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::after {
  transform: translateX(140%) skewX(-18deg);
}

.button:active {
  filter: brightness(0.94);
  transform: translateY(1px) scale(0.98);
}

.button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.button-light {
  color: var(--black);
  background: var(--soft-button);
  letter-spacing: 0;
}

.button-light:hover {
  background: var(--soft-button-hover);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.2);
}

.button-trial {
  color: var(--white);
  background: var(--trial);
}

.button-trial:hover {
  background: var(--trial-hover);
  box-shadow: 0 12px 24px rgba(106, 168, 198, 0.25);
}

.button-trial:active {
  background: #255f7b;
}

.button-green {
  color: var(--white);
  background: var(--download);
}

.button-green:hover {
  background: var(--download-hover);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.button-green:active {
  background: #242a32;
}

@keyframes diamond-spin {
  0% {
    transform: rotate(0deg) scale(1);
  }

  55% {
    transform: rotate(330deg) scale(1.1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.coming-soon {
  display: grid;
  align-items: center;
  padding: 20px;
}

.coming-soon h3 {
  margin: 0;
  font-size: 28px;
}

.contact-section {
  padding: 72px 0 96px;
  background: #050608;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.contact-section h2 {
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1;
}

.contact-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.35;
}

.contact-name {
  margin-top: 20px;
}

.contact-section a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #050608;
}

.footer-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.legal-page {
  color: var(--white);
  background: #050608;
}

.legal-hero {
  padding: 96px 0 52px;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96) 0%, rgba(5, 6, 8, 0.78) 100%),
    url("modern-architecture.jpg") center / cover;
}

.legal-hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: 4rem;
  line-height: 1;
}

.legal-hero p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.legal-content {
  padding: 54px 0 88px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.legal-summary,
.legal-document {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(16, 22, 30, 0.82);
}

.legal-summary {
  position: sticky;
  top: 110px;
  padding: 24px;
}

.legal-summary h2 {
  margin: 0 0 16px;
  font-size: 1.15rem;
}

.legal-summary p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
}

.legal-summary a,
.legal-document a {
  color: var(--white);
  font-weight: 800;
}

.legal-document {
  padding: clamp(26px, 5vw, 52px);
}

.legal-document h2 {
  margin: 34px 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
}

.detail-page {
  min-height: 100vh;
  color: var(--white);
  background: #050608;
}

.detail-hero {
  position: relative;
  overflow: hidden;
}

.detail-hero-background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96) 0%, rgba(5, 6, 8, 0.78) 52%, rgba(5, 6, 8, 0.5) 100%),
    url("modern-architecture.jpg") center / cover;
}

.detail-hero-background::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(0deg, #050608, rgba(5, 6, 8, 0));
}

.detail-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 420px);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  padding: 88px 0 96px;
}

.detail-hero-copy {
  max-width: 660px;
}

.detail-hero h1 {
  max-width: 16ch;
  margin-bottom: 22px;
  font-size: 3.35rem;
  line-height: 1.06;
}

.detail-hero-copy p:not(.section-kicker) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.detail-product-card {
  display: grid;
  min-width: 0;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 28px;
  background: rgba(16, 22, 30, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.detail-product-card img {
  width: 92px;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.32));
}

.detail-product-card h2 {
  margin: -10px 0 0;
  font-size: 2rem;
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
}

.detail-product-card p:not(.signal-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.detail-product-list {
  display: grid;
  gap: 8px;
}

.detail-product-list span {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 9px;
  color: #f5f1ea;
  font-weight: 800;
}

.success-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  min-height: calc(100vh - 82px);
}

.success-page {
  overflow-x: hidden;
}

.success-copy,
.success-card {
  min-width: 0;
}

.success-copy h1 {
  max-width: 12ch;
  overflow-wrap: anywhere;
}

.success-copy p,
.success-card p,
.success-list span {
  overflow-wrap: anywhere;
}

.success-card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.success-card img {
  width: 82px;
  filter: drop-shadow(0 18px 22px rgba(47, 111, 143, 0.18));
}

.success-card .signal-label {
  color: #2f6f8f;
}

.success-card h2 {
  margin: -8px 0 0;
  color: var(--ink);
  font-size: 2.5rem;
  line-height: 1.02;
}

.success-card p:not(.signal-label) {
  margin: 0;
  color: rgba(17, 24, 39, 0.72);
}

.success-list {
  display: grid;
  gap: 10px;
}

.success-list span {
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  padding-top: 11px;
  color: rgba(17, 24, 39, 0.82);
  font-weight: 800;
}

.success-next {
  padding: 78px 0;
  color: var(--ink);
  background: #eef2f5;
}

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

.success-next article {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}

.success-next span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  background: #2f6f8f;
  font-weight: 900;
}

.success-next h2 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.18;
}

.success-next p {
  margin: 0;
  color: rgba(17, 24, 39, 0.68);
}

.buyer-paths {
  padding: 78px 0;
  color: var(--ink);
  background: #f7f9fb;
}

.buyer-paths .section-kicker {
  color: #2f6f8f;
}

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

.buyer-path-grid article {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
}

.buyer-path-grid span {
  color: #2f6f8f;
  font-size: 0.78rem;
  font-weight: 900;
}

.buyer-path-grid h3 {
  margin: 8px 0 8px;
  color: #121a24;
  font-size: 1.22rem;
  line-height: 1.2;
}

.buyer-path-grid p {
  margin: 0;
  color: rgba(17, 24, 39, 0.68);
}

.detail-workflow {
  padding: 88px 0;
  color: var(--ink);
  background: #eef2f5;
}

.detail-workflow-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.detail-section-copy {
  max-width: 560px;
}

.detail-section-copy-wide {
  max-width: 700px;
  margin-bottom: 34px;
}

.detail-section-copy h2 {
  margin-bottom: 18px;
  font-size: 2.85rem;
  line-height: 1.08;
}

.detail-section-copy p:not(.section-kicker) {
  color: rgba(17, 24, 39, 0.72);
  font-size: 1.05rem;
}

.detail-workflow .section-kicker {
  color: #2f6f8f;
}

.detail-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail-steps article {
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.detail-steps span,
.capability-grid h3::before {
  color: #2f6f8f;
  font-size: 0.78rem;
  font-weight: 900;
}

.detail-steps h3,
.capability-grid h3 {
  margin: 8px 0 8px;
  font-size: 1.16rem;
}

.detail-steps p,
.capability-grid p {
  margin: 0;
  color: rgba(17, 24, 39, 0.68);
}

.detail-capabilities {
  padding: 88px 0;
  background: #050608;
}

.detail-capabilities .detail-section-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.7);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.capability-grid article {
  min-height: 230px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
}

.capability-grid h3 {
  color: var(--white);
}

.capability-grid h3::before {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #94c4dd;
}

.capability-grid p {
  color: rgba(255, 255, 255, 0.66);
}

.pricing-section {
  padding: 88px 0;
  color: var(--ink);
  background: #eef2f5;
}

.pricing-section .section-kicker {
  color: #2f6f8f;
}

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

.pricing-card {
  position: relative;
  display: grid;
  gap: 22px;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  padding: 26px 24px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #2f6f8f;
}

.pricing-card-featured {
  border-color: rgba(47, 111, 143, 0.34);
  background:
    linear-gradient(180deg, rgba(232, 243, 248, 0.9), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: 0 20px 46px rgba(47, 111, 143, 0.14);
}

.pricing-card-featured::before {
  height: 5px;
  background: #c8213b;
}

.pricing-card-top {
  display: grid;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.pricing-card-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.pricing-card-heading span {
  border-radius: 999px;
  padding: 6px 10px;
  color: rgba(17, 24, 39, 0.74);
  background: rgba(47, 111, 143, 0.1);
  font-size: 0.8rem;
  font-weight: 900;
}

.pricing-pack {
  margin: 0;
  color: #2f6f8f;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 0;
  color: #121a24;
  font-size: 2.2rem;
  line-height: 1.05;
}

.pricing-period {
  margin: -6px 0 0;
  color: rgba(17, 24, 39, 0.62);
  font-weight: 800;
}

.pricing-toggle,
.yearly-price {
  display: none !important;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(17, 24, 39, 0.76);
  line-height: 1.45;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2f6f8f;
}

.pricing-card-options {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  padding-top: 18px;
}

.pricing-options-label {
  margin: 0;
  color: rgba(17, 24, 39, 0.6);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-option-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 7px;
  padding: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
}

.pricing-option-row:hover {
  border-color: rgba(47, 111, 143, 0.26);
  background: #ffffff;
}

.pricing-option-row input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #2f6f8f;
  cursor: pointer;
}

.pricing-option-row span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.pricing-option-row strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
}

.pricing-option-row small {
  display: block;
  margin-top: 4px;
  color: rgba(17, 24, 39, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
}

.pricing-extra-users {
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: center;
}

.pricing-extra-users input[type="number"] {
  width: 72px;
  min-height: 38px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 6px;
  padding: 0 8px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-weight: 900;
  text-align: center;
}

.pricing-options {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: 24px;
  align-items: start;
  margin-top: 28px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
}

.pricing-options-note {
  grid-template-columns: 1fr;
}

.pricing-options-copy h3 {
  margin: 0 0 10px;
  font-size: 1.9rem;
  line-height: 1.08;
}

.pricing-options-copy p:not(.section-kicker) {
  margin: 0;
  color: rgba(17, 24, 39, 0.68);
}

.pricing-options-copy p + p {
  margin-top: 10px;
}

.pricing-addons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pricing-addon {
  display: grid;
  gap: 7px;
  min-height: 112px;
  align-content: center;
  border-left: 3px solid #2f6f8f;
  border-radius: 6px;
  padding: 16px 16px 16px 18px;
  background: #ffffff;
}

.pricing-addon strong {
  color: var(--ink);
  font-size: 1rem;
}

.pricing-addon span {
  color: rgba(17, 24, 39, 0.76);
  font-weight: 800;
}

.detail-cta {
  padding: 58px 0 72px;
  color: var(--ink);
  background: #eef2f5;
}

.detail-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.detail-cta h2 {
  margin-bottom: 10px;
  font-size: 2.45rem;
  line-height: 1.08;
}

.detail-cta p:not(.section-kicker) {
  max-width: 660px;
  color: rgba(17, 24, 39, 0.72);
}

.detail-cta .section-kicker {
  color: #2f6f8f;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 1050px) {
  .company-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .company-hero h1 {
    font-size: 4.2rem;
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-grid article:last-child {
    grid-column: auto;
  }

  .pricing-grid,
  .pricing-options,
  .pricing-addons,
  .buyer-path-grid,
  .success-next-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shell {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .nav-shell {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 0;
    align-items: start;
    gap: 14px;
  }

  .nav-brand img {
    width: 88px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 6px 8px;
  }

  .site-nav a {
    flex: 0 1 auto;
    white-space: normal;
  }

  .language-nav {
    margin-left: 0;
    justify-self: start;
  }

  .home-hero-copy,
  .detail-hero-copy,
  .detail-section-copy,
  .detail-product-card,
  .pricing-card,
  .pricing-options,
  .buyer-path-grid article,
  .capability-grid article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .site-nav a {
    padding: 6px 8px;
    font-size: 0.78rem;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero-grid,
  .showcase-grid,
  .benefit-grid,
  .software-item,
  .detail-hero-grid,
  .detail-workflow-grid,
  .detail-cta-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid,
  .detail-hero-grid {
    padding: 44px 0 40px;
  }

  .success-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .success-page .shell {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .success-page .site-nav {
    min-width: 0;
  }

  .success-copy h1 {
    max-width: 100%;
    font-size: 2.55rem;
  }

  .home-hero h1,
  .detail-hero h1 {
    max-width: none;
    overflow-wrap: anywhere;
    font-size: 2.75rem;
    line-height: 1;
  }

  .company-hero h1 {
    font-size: 3.2rem;
  }

  .home-hero-copy p:not(.section-kicker),
  .detail-hero-copy p:not(.section-kicker) {
    overflow-wrap: anywhere;
    font-size: 1.02rem;
  }

  .product-signal,
  .company-signal,
  .detail-product-card,
  .success-card {
    gap: 16px;
    padding: 20px;
  }

  .product-signal h2,
  .company-signal h2,
  .detail-product-card h2,
  .success-card h2 {
    font-size: 2.15rem;
  }

  .product-showcase,
  .software-catalog,
  .buyer-paths,
  .detail-workflow,
  .detail-capabilities,
  .pricing-section,
  .success-next {
    padding: 62px 0;
  }

  .software-catalog-header {
    margin-bottom: 34px;
  }

  .software-product-heading {
    align-items: flex-start;
  }

  .software-product-heading img {
    width: 62px;
  }

  .software-item {
    gap: 34px;
  }

  .showcase-copy h2,
  .detail-section-copy h2 {
    max-width: none;
  }

  .hero-actions,
  .showcase-actions {
    display: grid;
  }

  .benefit-grid {
    gap: 20px;
  }

  .detail-steps,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article,
  .capability-grid article:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .detail-cta {
    padding: 48px 0 62px;
  }

  .pricing-options {
    padding: 20px;
  }

  .pricing-card-heading {
    align-items: flex-start;
  }

  .hero {
    min-height: auto;
    padding: 36px 0;
  }

  .hero-grid,
  .software-grid,
  .contact-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .contact-grid {
    gap: 28px;
  }

  .brand {
    width: 150px;
  }

  .software-content {
    padding: 28px 0 44px;
  }

  .product-card,
  .coming-soon {
    width: 100%;
  }

  .contact-section {
    padding-bottom: 64px;
  }

  .contact-section p {
    font-size: 19px;
  }

  .footer-shell,
  .site-footer nav {
    justify-content: center;
    text-align: center;
  }

  .legal-hero {
    padding: 72px 0 42px;
  }

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

  .legal-summary {
    position: static;
  }

  .detail-actions {
    display: grid;
    justify-content: stretch;
  }
}

@media (max-width: 480px) {
  .shell {
    width: calc(100vw - 24px);
    max-width: 360px;
    margin-left: 12px;
    margin-right: auto;
  }

  .company-hero h1 {
    font-size: 2.35rem;
  }

  .home-hero h1,
  .detail-hero h1 {
    font-size: 2.4rem;
  }

  .home-hero-copy p:not(.section-kicker),
  .detail-hero-copy p:not(.section-kicker) {
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .button::after,
  .product-card,
  .product-title img {
    animation: none;
    transition: none;
  }

  .button:hover,
  .button:active,
  .product-card:hover {
    transform: none;
  }
}

/* 2026 website rebuild layer */
:root {
  color-scheme: light;
  --black: #071015;
  --white: #ffffff;
  --ink: #111827;
  --muted: #5f6b7a;
  --page: #f6f8fb;
  --paper: #ffffff;
  --soft: #edf3f7;
  --line: rgba(17, 24, 39, 0.12);
  --blue: #2f7898;
  --blue-deep: #17445c;
  --panel: rgba(255, 255, 255, 0.92);
  --red: #c8213b;
  --trial: #2f7898;
  --trial-hover: #256780;
  --download: #17212d;
  --download-hover: #263445;
  --soft-button: #ffffff;
  --soft-button-hover: #f1f5f8;
  --green: #21886e;
  --amber: #c27a22;
  --shadow: 0 22px 60px rgba(17, 24, 39, 0.12);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

body {
  color: var(--ink);
  background: var(--page);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.home-page,
.detail-page,
.legal-page {
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, var(--page) 760px),
    var(--page);
}

.shell {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.nav-shell {
  min-height: 74px;
}

.nav-brand img {
  width: 92px;
}

.site-nav a {
  color: rgba(17, 24, 39, 0.72);
  letter-spacing: 0;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(47, 120, 152, 0.09);
}

.language-nav {
  border-color: rgba(17, 24, 39, 0.12);
  background: rgba(17, 24, 39, 0.04);
}

.site-nav .language-nav a.is-active {
  color: var(--white);
  background: var(--ink);
}

.home-hero,
.detail-hero {
  min-height: min(640px, calc(100vh - 42px));
  isolation: isolate;
}

.hero-background,
.detail-hero-background,
.legal-hero {
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.9) 0%, rgba(7, 16, 21, 0.7) 48%, rgba(7, 16, 21, 0.26) 100%),
    url("modern-architecture.jpg") center / cover;
}

.hero-background::after,
.detail-hero-background::after {
  height: 120px;
  background: linear-gradient(0deg, rgba(246, 248, 251, 1), rgba(246, 248, 251, 0));
}

.home-hero-grid,
.detail-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: clamp(34px, 7vw, 92px);
  padding: clamp(58px, 8vw, 96px) 0 clamp(68px, 9vw, 108px);
}

.home-hero-copy,
.detail-hero-copy {
  color: var(--white);
}

.section-kicker,
.signal-label,
.pricing-pack {
  letter-spacing: 0;
}

.section-kicker {
  color: #8bd0e8;
  font-size: 0.84rem;
  font-weight: 900;
}

.home-hero h1,
.detail-hero h1 {
  max-width: 14ch;
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 0.98;
}

.detail-hero h1 {
  max-width: 15ch;
  font-size: 3.35rem;
}

.company-hero h1 {
  white-space: normal;
}

.home-hero-copy p:not(.section-kicker),
.detail-hero-copy p:not(.section-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.hero-actions,
.showcase-actions,
.detail-actions {
  gap: 10px;
}

.button {
  min-height: 46px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 850;
  letter-spacing: 0;
}

.button-trial {
  background: var(--trial);
  box-shadow: 0 16px 36px rgba(47, 120, 152, 0.26);
}

.button-green {
  background: var(--download);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
}

.company-signal,
.detail-product-card {
  border: 0;
  border-left: 4px solid rgba(139, 208, 232, 0.9);
  border-radius: 0;
  padding: 10px 0 10px 24px;
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

.company-signal h2,
.detail-product-card h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--white);
  font-size: 2.75rem;
}

.company-signal .signal-label,
.company-signal h2,
.company-signal-list span {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.58);
}

.company-signal p:not(.signal-label),
.detail-product-card p:not(.signal-label),
.product-signal p:last-child {
  color: rgba(255, 255, 255, 0.76);
}

.company-signal-list span,
.detail-product-list span,
.signal-metrics span {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}

.detail-product-card img,
.product-signal img,
.signal-icon {
  width: 76px;
}

.software-catalog,
.product-showcase,
.buyer-paths,
.detail-workflow,
.pricing-section,
.success-next,
.detail-cta,
.legal-content {
  color: var(--ink);
  background: var(--page);
}

.software-catalog,
.buyer-paths,
.detail-workflow,
.pricing-section {
  padding: clamp(72px, 8vw, 108px) 0;
}

.software-catalog-header,
.detail-section-copy-wide {
  max-width: 780px;
}

.software-catalog-header h2,
.detail-section-copy h2,
.detail-cta h2 {
  color: var(--ink);
  line-height: 1.04;
}

.software-catalog-header p,
.software-copy > p,
.showcase-copy p,
.detail-section-copy p:not(.section-kicker),
.detail-cta p:not(.section-kicker),
.pricing-options-copy p:not(.section-kicker) {
  color: rgba(17, 24, 39, 0.68);
}

.software-item {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 48px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.software-product-heading img {
  width: 68px;
}

.software-product-heading h3 {
  color: var(--ink);
}

.software-points li::before,
.pricing-card li::before {
  background: var(--green);
}

.software-preview-card,
.workflow-preview {
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 250, 0.9)),
    url("modern-architecture.jpg") center / cover;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.preview-header {
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
}

.preview-columns {
  background: rgba(17, 24, 39, 0.08);
}

.preview-columns div {
  background: rgba(255, 255, 255, 0.82);
}

.preview-columns span,
.benefit-grid p {
  color: rgba(17, 24, 39, 0.66);
}

.benefit-band,
.company-principles,
.detail-capabilities,
.contact-section,
.site-footer {
  background: #101820;
}

.company-principles {
  padding: 48px 0;
}

.benefit-grid div {
  border-left-color: rgba(139, 208, 232, 0.35);
}

.benefit-grid span {
  color: #8bd0e8;
}

.buyer-path-grid article,
.detail-steps article,
.pricing-card,
.pricing-options,
.success-next article,
.legal-summary,
.legal-document {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.buyer-path-grid article,
.detail-steps article {
  padding: 26px;
}

.buyer-path-grid span,
.detail-steps span,
.pricing-section .section-kicker,
.detail-workflow .section-kicker,
.detail-cta .section-kicker,
.software-catalog .section-kicker {
  color: var(--blue);
}

.detail-capabilities {
  padding: clamp(72px, 8vw, 108px) 0;
}

.detail-capabilities .detail-section-copy h2 {
  color: var(--white);
}

.detail-capabilities .detail-section-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.7);
}

.capability-grid {
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.capability-grid article {
  min-height: 210px;
  border: 0;
  background: rgba(255, 255, 255, 0.045);
}

.pricing-card {
  border-top: 4px solid var(--blue);
  border-radius: 8px;
  padding: 28px;
}

.pricing-card::before {
  display: none;
}

.pricing-card-featured {
  border-color: rgba(200, 33, 59, 0.18);
  border-top-color: var(--red);
  box-shadow: 0 24px 60px rgba(200, 33, 59, 0.12);
}

.pricing-card h3 {
  font-size: 2.65rem;
}

.pricing-card-heading span {
  background: rgba(47, 120, 152, 0.1);
}

.pricing-option-row {
  border-radius: 8px;
  background: #f8fafc;
}

.pricing-option-row:hover {
  background: var(--paper);
  transform: translateY(-1px);
}

.pricing-extra-users input[type="number"] {
  color: var(--ink);
}

.pricing-options {
  background: rgba(255, 255, 255, 0.78);
}

.pricing-addon {
  border-left-color: var(--blue);
}

.contact-section {
  color: var(--white);
}

.contact-section input,
.contact-section textarea {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.legal-page {
  background: var(--page);
}

.legal-hero {
  color: var(--white);
  overflow: hidden;
}

.legal-hero h1 {
  max-width: 100%;
  font-size: 3.2rem;
  overflow-wrap: anywhere;
}

.legal-summary,
.legal-document {
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
}

.legal-summary p,
.legal-document p {
  color: rgba(17, 24, 39, 0.72);
}

.legal-summary h2,
.legal-document h2,
.legal-summary a,
.legal-document a {
  overflow-wrap: anywhere;
}

.legal-summary a,
.legal-document a {
  color: var(--blue-deep);
}

.success-card {
  border-radius: 8px;
}

.interface-showcase {
  padding: clamp(72px, 8vw, 108px) 0;
  color: var(--ink);
  background: var(--paper);
}

.interface-showcase-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.interface-copy h2 {
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1.05;
}

.interface-copy p:not(.section-kicker) {
  color: rgba(17, 24, 39, 0.68);
}

.product-window {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.14);
}

.product-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  padding: 14px 16px;
  background: #f8fafc;
  font-weight: 900;
}

.product-window-dots {
  display: inline-flex;
  gap: 6px;
}

.product-window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5df;
}

.product-window-body {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 330px;
}

.product-window-nav {
  display: grid;
  align-content: start;
  gap: 8px;
  border-right: 1px solid rgba(17, 24, 39, 0.1);
  padding: 18px;
  background: #f8fafc;
}

.product-window-nav span {
  border-radius: 8px;
  padding: 9px 11px;
  color: rgba(17, 24, 39, 0.68);
  font-weight: 800;
}

.product-window-nav span:first-child {
  color: var(--white);
  background: var(--blue);
}

.product-window-main {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 20px;
}

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

.product-metric,
.product-table {
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.product-metric {
  padding: 14px;
}

.product-metric span {
  display: block;
  color: rgba(17, 24, 39, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-metric strong {
  display: block;
  margin-top: 5px;
  font-size: 1.35rem;
}

.product-table {
  overflow: hidden;
}

.product-table-row {
  display: grid;
  grid-template-columns: 1fr 90px 100px;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  color: rgba(17, 24, 39, 0.72);
  font-weight: 700;
}

.product-table-row:first-child {
  border-top: 0;
  color: var(--ink);
  background: #f8fafc;
  font-weight: 900;
}

.screenshot-gallery-section {
  padding: clamp(72px, 8vw, 104px) 0;
  color: var(--ink);
  background: #eef2f5;
}

.screenshot-gallery-section .section-kicker {
  color: #2f6f8f;
}

.screenshot-carousel-host {
  min-height: clamp(420px, 48vw, 700px);
}

.screenshot-carousel {
  display: grid;
  gap: 20px;
}

.screenshot-carousel-stage {
  position: relative;
  min-height: clamp(330px, 48vw, 640px);
  overflow: hidden;
  perspective: 1600px;
}

.screenshot-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78vw, 1030px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.68) rotateY(0deg);
  transform-origin: center;
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.2, 0.74, 0.22, 1),
    filter 520ms ease;
  pointer-events: none;
  will-change: transform, opacity;
}

.screenshot-slide.is-active {
  z-index: 4;
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) scale(1) rotateY(0deg);
  pointer-events: auto;
}

.screenshot-slide.is-prev {
  z-index: 2;
  opacity: 0.54;
  filter: saturate(0.82) brightness(0.82);
  transform: translate(calc(-50% - 19%), -50%) scale(0.78) rotateY(24deg);
}

.screenshot-slide.is-next {
  z-index: 3;
  opacity: 0.64;
  filter: saturate(0.88) brightness(0.88);
  transform: translate(calc(-50% + 19%), -50%) scale(0.82) rotateY(-24deg);
}

.screenshot-slide-button {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 34px 86px rgba(17, 24, 39, 0.22);
  cursor: zoom-in;
}

.screenshot-slide:not(.is-active) .screenshot-slide-button {
  cursor: pointer;
}

.screenshot-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  border-radius: 8px;
  object-fit: cover;
  object-position: left top;
}

.screenshot-carousel-caption {
  display: grid;
  max-width: 720px;
  margin: -6px auto 0;
  gap: 8px;
  text-align: center;
}

.screenshot-carousel-caption h3 {
  margin: 0;
  font-size: 1.35rem;
}

.screenshot-carousel-caption p,
.screenshot-gallery-status {
  margin: 0;
  color: rgba(17, 24, 39, 0.68);
}

.screenshot-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.screenshot-carousel-arrow,
.screenshot-carousel-dots button {
  border: 1px solid rgba(17, 24, 39, 0.1);
  color: var(--ink);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  cursor: pointer;
}

.screenshot-carousel-arrow {
  width: 44px;
  height: 40px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 900;
}

.screenshot-carousel-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.screenshot-carousel-dots button {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  padding: 0;
}

.screenshot-carousel-dots button.is-active {
  width: 30px;
  background: #2f6f8f;
}

.screenshot-lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 48px);
  background: rgba(5, 6, 8, 0.88);
}

.screenshot-lightbox img {
  display: block;
  max-width: min(96vw, 1680px);
  max-height: 86vh;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
}

.screenshot-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  border: 0;
  border-radius: 8px;
  padding: 11px 16px;
  color: var(--ink);
  background: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.is-lightbox-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .screenshot-slide {
    transition: none;
  }
}

@media (max-width: 1050px) {
  .home-hero-grid,
  .detail-hero-grid,
  .interface-showcase-grid {
    grid-template-columns: 1fr;
  }

  .company-signal,
  .detail-product-card {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: calc(100vw - 28px);
    max-width: none;
  }

  .site-header {
    position: relative;
  }

  .site-nav {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .home-hero,
  .detail-hero {
    min-height: auto;
  }

  .home-hero-grid,
  .detail-hero-grid {
    padding: 46px 0 58px;
  }

  .home-hero h1,
  .detail-hero h1 {
    max-width: 100%;
    font-size: 2.7rem;
  }

  .company-signal,
  .detail-product-card {
    border-left-width: 3px;
    padding-left: 18px;
  }

  .software-item,
  .product-window-body,
  .product-metrics {
    grid-template-columns: 1fr;
  }

  .software-item {
    padding: 22px;
  }

  .contact-form {
    padding: 18px;
  }

  .product-window-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  }

  .product-table-row {
    grid-template-columns: 1fr;
  }

  .screenshot-carousel-host {
    min-height: 0;
  }

  .screenshot-carousel-stage {
    min-height: clamp(230px, 68vw, 430px);
  }

  .screenshot-slide {
    width: min(92vw, 760px);
  }

  .screenshot-slide.is-prev {
    opacity: 0.32;
    transform: translate(calc(-50% - 12%), -50%) scale(0.78) rotateY(18deg);
  }

  .screenshot-slide.is-next {
    opacity: 0.38;
    transform: translate(calc(-50% + 12%), -50%) scale(0.8) rotateY(-18deg);
  }

  .screenshot-carousel-caption {
    margin-top: 0;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .shell {
    width: calc(100vw - 24px);
    max-width: none;
    margin: 0 auto;
  }
}

/* Final visual QA adjustments */
.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(7, 16, 21, 0.94);
  box-shadow: 0 12px 36px rgba(7, 16, 21, 0.22);
}

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

.site-nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.language-nav {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .language-nav a.is-active {
  color: var(--ink);
  background: var(--white);
}

.home-hero,
.detail-hero {
  min-height: 430px;
}

.home-hero-grid,
.detail-hero-grid {
  padding: clamp(24px, 4vw, 42px) 0 clamp(24px, 4vw, 42px);
}

@media (max-width: 760px) {
  .nav-shell {
    min-height: 112px;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
  }

  .nav-brand img {
    width: 70px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: end;
    gap: 6px 8px;
  }

  .site-nav a {
    padding: 6px 7px;
    font-size: 0.72rem;
  }

  .language-nav {
    padding: 2px;
  }

  .site-nav .language-nav a {
    min-width: 31px;
    padding: 5px 6px;
    font-size: 0.68rem;
  }

  .home-hero,
  .detail-hero {
    min-height: 0;
  }

  .home-hero-grid,
  .detail-hero-grid {
    padding: 28px 0 34px;
  }

  .home-hero h1,
  .detail-hero h1 {
    font-size: 2.35rem;
  }

  .hero-actions {
    gap: 9px;
    margin-top: 24px;
  }

  .hero-actions .button {
    padding: 12px 16px;
  }

  .company-signal,
  .detail-product-card {
    display: none;
  }
}

/* Final typography and radius normalization */
.home-hero h1,
.detail-hero h1 {
  font-size: 4rem;
}

.detail-hero h1 {
  font-size: 3.35rem;
}

.company-signal h2,
.detail-product-card h2 {
  font-size: 2.75rem;
}

.home-hero-copy p:not(.section-kicker),
.detail-hero-copy p:not(.section-kicker) {
  font-size: 1.06rem;
}

.software-catalog-header h2,
.detail-section-copy h2,
.detail-cta h2,
.interface-copy h2 {
  font-size: 3rem;
}

.pricing-card h3 {
  font-size: 2.65rem;
}

.buyer-path-grid article,
.detail-steps article,
.pricing-card,
.pricing-options,
.success-next article,
.legal-summary,
.legal-document,
.software-item,
.software-preview-card,
.workflow-preview,
.product-window,
.product-metric,
.product-table,
.contact-form,
.success-card {
  border-radius: 8px;
}

@media (max-width: 1050px) {
  .home-hero h1,
  .detail-hero h1 {
    font-size: 3.2rem;
  }

  .software-catalog-header h2,
  .detail-section-copy h2,
  .detail-cta h2,
  .interface-copy h2 {
    font-size: 2.55rem;
  }
}

@media (max-width: 760px) {
  .home-hero h1,
  .detail-hero h1 {
    font-size: 2.35rem;
  }

  .home-hero-copy p:not(.section-kicker),
  .detail-hero-copy p:not(.section-kicker) {
    font-size: 1rem;
  }

  .software-catalog-header h2,
  .detail-section-copy h2,
  .detail-cta h2,
  .interface-copy h2,
  .legal-hero h1,
  .pricing-card h3 {
    font-size: 2.05rem;
  }
}

/* Homepage software and hero readability tweaks */
.hero-background::after,
.detail-hero-background::after {
  inset: auto 0 -48px;
  height: 118px;
}

.company-signal-list span,
.detail-product-list span,
.signal-metrics span {
  border-color: rgba(255, 255, 255, 0.3);
}

.software-item {
  grid-template-columns: 1fr;
}

.software-copy {
  max-width: 920px;
}

.software-copy > p {
  max-width: 760px;
}

.software-points {
  max-width: 820px;
}

.software-item .showcase-actions {
  align-items: center;
}

.software-item .showcase-actions .button {
  flex: 0 1 auto;
}

.software-list .software-item:last-child {
  padding-bottom: clamp(34px, 4vw, 48px);
}

.pricing-options:not(.pricing-options-note) + .pricing-grid {
  margin-top: clamp(30px, 3vw, 42px);
}

.pricing-grid + .pricing-options-note {
  margin-top: clamp(34px, 4vw, 48px);
}

.pricing-section {
  padding-bottom: clamp(26px, 3vw, 38px);
}

.pricing-section + .detail-cta {
  padding-top: clamp(18px, 2vw, 28px);
}

@media (max-width: 760px) {
  .hero-background::after,
  .detail-hero-background::after {
    inset: auto 0 -34px;
    height: 88px;
  }

  .software-list .software-item:last-child {
    padding-bottom: 30px;
  }

  .software-item .showcase-actions .button {
    flex: 1 1 100%;
  }

  .pricing-options:not(.pricing-options-note) + .pricing-grid,
  .pricing-grid + .pricing-options-note {
    margin-top: 24px;
  }

  .pricing-section {
    padding-bottom: 24px;
  }

  .pricing-section + .detail-cta {
    padding-top: 18px;
  }
}
