:root {
  --background: #ffffff;
  --foreground: #0b0b10;
  --muted: #676776;
  --line: #e7e7ee;
  --soft: #f6f6f9;
  --purple: #8b5cf6;
  --purple-dark: #5b21b6;
  --ink: #050509;
  --panel: #111119;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 32px), 1180px);
  min-height: 64px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 7, 12, 0.78);
  padding: 0 14px 0 18px;
  color: #ffffff;
  backdrop-filter: blur(22px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.brand,
.nav-links,
.hero-actions,
.trust-row,
.panel-top,
.threshold-row,
.monitor-stats,
.footer-bottom,
.legal-meta {
  display: flex;
  align-items: center;
}

.brand {
  flex-shrink: 0;
  gap: 10px;
  font-weight: 760;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.85rem;
  letter-spacing: 0;
  overflow: hidden;
}

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

.nav-links {
  gap: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.nav-links a,
.header-action,
.footer a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ffffff;
}

.header-action {
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 0.9rem;
}

.header-action:hover {
  border-color: rgba(139, 92, 246, 0.9);
  background: rgba(139, 92, 246, 0.2);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #ffffff;
}

.hero {
  min-height: 760px;
}

.page-hero {
  padding: 170px max(16px, calc((100vw - 1180px) / 2)) 88px;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 9, 0.96) 0%, rgba(5, 5, 9, 0.78) 36%, rgba(5, 5, 9, 0.22) 78%),
    linear-gradient(180deg, rgba(5, 5, 9, 0.42) 0%, rgba(5, 5, 9, 0.06) 52%, rgba(5, 5, 9, 0.94) 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 24%, rgba(139, 92, 246, 0.32), transparent 28%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.18), transparent 36%),
    #050509;
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-content {
  padding: 176px 0 92px;
}

.page-hero-content {
  width: min(900px, 100%);
  margin: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  text-wrap: balance;
}

h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(2.65rem, 5.4vw, 5.1rem);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: 0;
}

.page-hero h1 {
  font-size: clamp(2.3rem, 4.8vw, 4.25rem);
}

h1[data-heading-length="medium"] {
  font-size: clamp(2.45rem, 4.9vw, 4.65rem);
  line-height: 1;
}

h1[data-heading-length="long"] {
  font-size: clamp(2.25rem, 4.35vw, 4.05rem);
  line-height: 1.04;
}

.page-hero h1[data-heading-length="medium"] {
  font-size: clamp(2.2rem, 4.35vw, 3.85rem);
}

.page-hero h1[data-heading-length="long"] {
  font-size: clamp(2.05rem, 3.85vw, 3.45rem);
}

.hero-copy,
.page-lede {
  max-width: 670px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 720;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  background: var(--purple);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(139, 92, 246, 0.32);
}

.button.primary:hover {
  background: var(--purple-dark);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.trust-row {
  width: min(920px, 100%);
  margin-top: 92px;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span,
.trust-row a,
.pill {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 13px 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.trust-row a {
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.trust-row a:hover {
  border-color: rgba(139, 92, 246, 0.78);
  background: rgba(139, 92, 246, 0.14);
  color: #ffffff;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.section.compact {
  padding: 64px 0;
}

.intro-band,
.split-section,
.support-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.intro-band {
  gap: 80px;
  border-bottom: 1px solid var(--line);
}

.image-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 54px;
  align-items: center;
}

.image-split.reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.visual-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 26px 70px rgba(5, 5, 9, 0.14);
}

.visual-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.metric-strip div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--soft);
}

.metric-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--purple);
  font-size: 1.65rem;
}

.metric-strip span {
  color: var(--muted);
  line-height: 1.4;
}

.media-band {
  position: relative;
  display: grid;
  min-height: 620px;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: #ffffff;
}

.media-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 9, 0.94), rgba(5, 5, 9, 0.62) 42%, rgba(5, 5, 9, 0.12)),
    linear-gradient(180deg, transparent 10%, rgba(5, 5, 9, 0.88));
}

.media-band > div {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.media-band h2 {
  max-width: 760px;
}

.media-band p:last-child {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.72;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.72rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

h2:has(+ .body-copy),
.section-heading h2,
.media-band h2 {
  font-size: clamp(1.65rem, 2.75vw, 2.75rem);
}

h2[data-heading-length="medium"] {
  font-size: clamp(1.55rem, 2.55vw, 2.45rem);
  line-height: 1.12;
}

h2[data-heading-length="long"] {
  font-size: clamp(1.45rem, 2.25vw, 2.15rem);
  line-height: 1.16;
}

.legal-content h2 {
  text-wrap: pretty;
}

.intro-band p:last-child,
.monitor-copy p,
.contact-section p,
.body-copy,
.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-heading p {
  margin-top: 22px;
}

.solution-grid,
.feature-grid,
.template-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

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

.solution-card,
.feature-card,
.template-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(5, 5, 9, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-card:hover,
.feature-card:hover,
.template-card:hover,
.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 92, 246, 0.34);
  box-shadow: 0 24px 70px rgba(5, 5, 9, 0.08);
}

.solution-card {
  min-height: 286px;
}

.feature-card,
.template-card {
  min-height: 230px;
}

.card-number {
  color: var(--purple);
  font-family:
    "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.86rem;
  font-weight: 760;
}

.solution-card h3,
.feature-card h3,
.template-card h3,
.contact-card h3 {
  margin: 36px 0 18px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.solution-card p,
.feature-card p,
.template-card p,
.track span,
.monitor-stats span,
.footer p,
.footer a,
.fine-print {
  color: var(--muted);
  line-height: 1.62;
}

.training-section {
  border-top: 1px solid var(--line);
}

.track-list {
  border-top: 1px solid var(--line);
}

.track {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.track p {
  margin-bottom: 7px;
  color: var(--purple);
  font-size: 0.85rem;
  font-weight: 760;
}

.track h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.monitor-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 104px max(16px, calc((100vw - 1180px) / 2));
  background: #08080d;
  color: #ffffff;
}

.monitor-copy {
  max-width: 560px;
}

.monitor-copy p {
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.68);
}

.monitor-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    var(--panel);
  padding: 28px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.panel-top,
.threshold-row {
  justify-content: space-between;
  gap: 16px;
}

.panel-top span {
  color: rgba(255, 255, 255, 0.68);
}

.panel-top strong {
  font-size: 2.5rem;
}

.usage-bar {
  height: 12px;
  margin: 24px 0 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.usage-bar span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffffff, var(--purple));
}

.threshold-row {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.mini-chart {
  display: grid;
  height: 190px;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 12px;
  margin: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mini-chart span {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(139, 92, 246, 1), rgba(139, 92, 246, 0.18));
}

.mini-chart span:nth-child(1) {
  height: 42%;
}

.mini-chart span:nth-child(2) {
  height: 64%;
}

.mini-chart span:nth-child(3) {
  height: 53%;
}

.mini-chart span:nth-child(4) {
  height: 82%;
}

.mini-chart span:nth-child(5) {
  height: 69%;
}

.mini-chart span:nth-child(6) {
  height: 76%;
}

.monitor-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.monitor-stats div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 18px;
}

.monitor-stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.chat-window {
  display: grid;
  gap: 12px;
}

.chat-window p {
  max-width: 78%;
  margin: 0;
  border-radius: 8px;
  padding: 16px 18px;
  line-height: 1.5;
}

.chat-window .bot {
  background: var(--soft);
  color: var(--foreground);
}

.chat-window .user {
  justify-self: end;
  background: var(--purple);
  color: #ffffff;
}

.contact-section {
  width: 100%;
  max-width: none;
  padding: 90px max(16px, calc((100vw - 1180px) / 2));
  background: var(--soft);
}

.contact-section .button {
  justify-self: end;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
}

.contact-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--foreground);
  font: inherit;
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-form .button {
  border: 0;
  cursor: pointer;
}

.download-section {
  padding-bottom: 120px;
}

.download-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 44px;
  align-items: center;
  min-height: 720px;
  padding: 146px max(16px, calc((100vw - 1180px) / 2)) 82px;
  background:
    radial-gradient(circle at 16% 20%, rgba(139, 92, 246, 0.25), transparent 28%),
    #050509;
  color: #ffffff;
}

.download-hero-copy {
  max-width: 640px;
}

.download-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.download-hero-visual img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.partner-hero {
  background:
    radial-gradient(circle at 18% 20%, rgba(139, 92, 246, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 40%),
    #050509;
}

.partner-hero-integrated {
  position: relative;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  min-height: 430px;
  padding-top: 118px;
  padding-bottom: 24px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 54%, var(--soft) 100%),
    var(--soft);
  color: var(--foreground);
}

.partner-hero-integrated + .download-section {
  padding-top: 48px;
  padding-bottom: 60px;
}

.partner-hero-integrated + .download-section + .image-split {
  padding-top: 48px;
}

.partner-hero-integrated .download-hero-copy {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  max-width: 500px;
}

.partner-hero-integrated .page-lede {
  max-width: 440px;
  margin-bottom: 18px;
  color: var(--muted);
}

.partner-hero-integrated h1 {
  max-width: 100%;
  margin-bottom: 12px;
  font-size: clamp(2.25rem, 4.2vw, 3.6rem);
  white-space: nowrap;
}

.partner-hero-integrated .button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.68);
  color: var(--foreground);
}

.partner-dashboard-frame {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: center;
  justify-self: end;
  width: min(100%, 760px);
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.partner-dashboard-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 16%, rgba(255, 255, 255, 0.52) 34%, rgba(246, 246, 249, 0) 58%),
    linear-gradient(180deg, var(--soft) 0%, rgba(246, 246, 249, 0) 16%, rgba(246, 246, 249, 0) 84%, var(--soft) 100%);
}

.partner-dashboard-frame img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.partner-lockup {
  display: grid;
  width: min(260px, 100%);
  min-height: 92px;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.partner-lockup.has-logo {
  width: 220px;
  min-height: 104px;
  border-style: solid;
  background: #ffffff;
  padding: 24px 30px;
  margin-bottom: 14px;
}

.partner-lockup img {
  width: 100%;
  height: auto;
}

.partner-lockup span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  background: #ffffff;
}

.download-card.enhanced {
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.08), transparent 32%),
    #ffffff;
}

.aligned-download-card .download-form,
.cgi-download-card .download-form {
  margin-top: 122px;
}

.release-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.release-list div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.release-list strong {
  color: var(--foreground);
}

.release-list span {
  color: var(--muted);
  line-height: 1.5;
}

.download-form {
  display: grid;
  gap: 16px;
}

.download-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.download-form input {
  width: 100%;
  border: 1px solid rgba(139, 92, 246, 0.82);
  border-radius: 8px;
  padding: 15px 14px;
  background: rgba(139, 92, 246, 0.06);
  color: var(--foreground);
  font: inherit;
  letter-spacing: 0.08em;
  outline: 3px solid rgba(139, 92, 246, 0.14);
  outline-offset: 0;
}

.download-form input:focus {
  border-color: var(--purple);
  background: #ffffff;
  outline: 3px solid rgba(139, 92, 246, 0.22);
}

.download-form .button {
  border: 0;
  cursor: pointer;
}

.download-form .button.secondary {
  border: 1px solid var(--line);
  background: var(--ink);
  color: #ffffff;
}

.download-link[hidden] {
  display: none;
}

.download-message {
  min-height: 26px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.access-note {
  border-left: 3px solid var(--purple);
  margin: 8px 0 0;
  padding: 10px 12px;
  background: rgba(139, 92, 246, 0.08);
  color: #5f5f70;
  font-size: 0.92rem;
  line-height: 1.45;
}

.access-note a {
  color: var(--purple-dark);
  font-weight: 760;
}

.installation-guide-section {
  padding-top: 0;
  padding-bottom: 56px;
}

.installation-guide {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.08), transparent 34%),
    #ffffff;
}

.installation-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.installation-intro h2 {
  white-space: nowrap;
}

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

.smartscreen-guide {
  display: block;
}

.smartscreen-visual {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: 0 24px 60px rgba(13, 13, 20, 0.1);
}

.smartscreen-visual img {
  width: 100%;
  height: auto;
}

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

.installation-intro2 {
  max-width: 780px;
  margin-bottom: 28px;
}

.installation-intro2 h2 {
  white-space: nowrap;
}

.smartscreen-guide2 {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.smartscreen-visual2 {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: 0 24px 60px rgba(13, 13, 20, 0.1);
}

.smartscreen-visual2 img {
  width: 100%;
  height: auto;
}

.smartscreen-steps2 {
  grid-template-columns: 1fr;
}

.smartscreen-steps article,
.smartscreen-steps2 article {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  align-items: center;
}

.installation-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.installation-steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: rgba(139, 92, 246, 0.12);
  color: var(--purple-dark);
  font-size: 0.78rem;
  font-weight: 820;
}

.smartscreen-steps span,
.smartscreen-steps2 span {
  margin-bottom: 0;
}

.installation-steps h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.smartscreen-steps h3,
.smartscreen-steps2 h3 {
  margin: 0;
}

.installation-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.smartscreen-steps p,
.smartscreen-steps2 p {
  grid-column: 2;
  margin-top: 10px;
}

.download-message[data-state="error"] {
  color: #b42318;
}

.download-message[data-state="success"] {
  color: #16794c;
}

.legal-content {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 104px;
}

.legal-content h2 {
  margin: 52px 0 18px;
  font-size: clamp(1.55rem, 2.35vw, 2.25rem);
}

.legal-content h3 {
  margin: 34px 0 12px;
  font-size: 1.3rem;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-meta {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.legal-meta span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.72);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 16px;
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--soft);
  font-size: 0.9rem;
}

tr:last-child td {
  border-bottom: 0;
}

.footer {
  background: #050509;
  color: #ffffff;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 68px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
}

.footer h2,
.footer h3 {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

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

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

.footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  justify-content: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 48px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  text-align: center;
}

.page-list {
  display: grid;
  gap: 12px;
}

.page-list a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  font-weight: 720;
}

.page-list span {
  color: var(--purple);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .nav-links a,
  .header-action,
  .footer a,
  .solution-card,
  .feature-card,
  .template-card,
  .contact-card {
    transition: none;
  }
}

@media (max-width: 1040px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    height: auto;
    padding: 14px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    padding-top: 8px;
    font-size: 0.84rem;
  }

  .header-action {
    padding: 10px 12px;
    font-size: 0.82rem;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 820px;
  }

  .hero-content {
    padding-top: 178px;
  }

  h1 {
    font-size: clamp(2.25rem, 9vw, 3.5rem);
  }

  h1[data-heading-length="medium"],
  h1[data-heading-length="long"],
  .page-hero h1[data-heading-length="medium"],
  .page-hero h1[data-heading-length="long"] {
    font-size: clamp(2rem, 8vw, 3.05rem);
  }

  h2,
  h2:has(+ .body-copy),
  .section-heading h2,
  .media-band h2 {
    font-size: clamp(1.58rem, 7vw, 2.35rem);
  }

  h2[data-heading-length="medium"],
  h2[data-heading-length="long"] {
    font-size: clamp(1.42rem, 6vw, 2rem);
  }

  .intro-band,
  .download-hero,
  .image-split,
  .image-split.reverse,
  .monitor-section,
  .split-section,
  .support-section,
  .contact-section,
  .track,
  .contact-grid,
  .download-card {
    grid-template-columns: 1fr;
  }

  .installation-intro,
  .smartscreen-guide2,
  .smartscreen-guide {
    grid-template-columns: 1fr;
  }

  .solution-grid,
  .feature-grid,
  .feature-grid.three,
  .template-grid,
  .monitor-stats,
  .installation-steps,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .feature-card,
  .template-card {
    min-height: auto;
  }

  .track {
    gap: 12px;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .download-hero {
    min-height: auto;
    padding-top: 178px;
  }

  .partner-hero-integrated {
    min-height: auto;
    padding-top: 136px;
    padding-bottom: 24px;
  }

  .partner-hero-integrated + .download-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partner-hero-integrated + .download-section + .image-split {
    padding-top: 40px;
  }

  .download-hero-visual img {
    min-height: 280px;
  }

  .release-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .aligned-download-card .download-form,
  .cgi-download-card .download-form {
    margin-top: 0;
  }

  .installation-guide {
    padding: 24px;
  }

  .media-band {
    min-height: 560px;
  }

  .contact-section .button {
    justify-self: start;
  }

  .footer-bottom {
    align-items: center;
  }
}
