:root {
  color-scheme: dark;
  --page-bg: #07111c;
  --page-bg-soft: #0d141d;
  --body-bg: radial-gradient(circle at top, rgba(27, 59, 98, 0.2), transparent 30%),
    linear-gradient(180deg, #07111c 0%, #0d141d 100%);
  --header-bg: radial-gradient(circle at 84% 10%, rgba(159, 197, 237, 0.18), transparent 28%),
    linear-gradient(135deg, #07111a 0%, #0d2741 54%, #264c74 100%);
  --hero-bg: radial-gradient(circle at 82% 16%, rgba(166, 200, 237, 0.28), transparent 28%),
    linear-gradient(138deg, #07111a 0%, #0d3763 48%, #145ba2 100%);
  --section-soft-bg: rgba(248, 250, 251, 0.03);
  --section-deep-bg: rgba(4, 10, 17, 0.46);
  --hero-blue: #0d3763;
  --hero-blue-2: #145ba2;
  --hero-blue-3: #a6c8ed;
  --card-bg: #101822;
  --card-bg-soft: #121c27;
  --card-border: #263646;
  --service-row-bg: #0f1822;
  --input-bg: #091522;
  --input-border: #29415c;
  --input-focus: #5c85b0;
  --pill-bg: #101923;
  --pill-border: #2d3e50;
  --text: #e4ebf0;
  --text-strong: #f5f8fb;
  --muted: #9fb0bc;
  --blue: #2d6ea7;
  --blue-light: #9fd2ff;
  --success: #40c878;
  --warning: #f4b84c;
  --danger: #d55268;
  --white: #ffffff;
  --shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
  --max-width: 1480px;
  --header-offset: 86px;
  --floating-widget-bottom: max(132px, calc(env(safe-area-inset-bottom) + 128px));
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding-bottom: 76px;
  min-width: 320px;
  color: var(--text);
  background: var(--body-bg);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

body.support-notice-visible {
  --header-offset: 124px;
}

body.remote-support-page {
  padding-bottom: 0;
}

body.new-user-page {
  padding-bottom: 0;
}

img,
svg {
  display: block;
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  color: #07111c;
  background: #e4ebf0;
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(205, 223, 243, 0.14);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
  overflow: visible;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: var(--max-width);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand-cluster {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 276px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: min(100%, 268px);
  height: auto;
  max-height: 52px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
}

.site-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 650;
}

.site-menu a,
.nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  color: rgba(245, 248, 251, 0.9);
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.site-menu a:hover,
.site-menu a:focus-visible,
.nav-dropdown summary:hover,
.nav-dropdown summary:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.2);
}

.site-menu a[aria-current],
.nav-dropdown.is-current > summary {
  color: #fff;
  background: rgba(159, 210, 255, 0.16);
  border-color: rgba(159, 210, 255, 0.28);
}

.nav-live-clock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 11px;
  color: rgba(245, 248, 251, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.84rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  white-space: nowrap;
}

.nav-live-clock svg {
  width: 15px;
  height: 15px;
}

.site-menu svg,
.nav-dropdown svg {
  width: 16px;
  height: 16px;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown[open] summary {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.2);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  display: grid;
  width: 390px;
  gap: 6px;
  padding: 10px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.nav-dropdown-menu a {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  min-height: 58px;
  padding: 9px 12px;
  color: var(--text);
}

.nav-dropdown-menu strong {
  color: var(--text-strong);
  font-size: 0.92rem;
}

.nav-dropdown-menu small {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.28;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: var(--text-strong);
  background: var(--card-bg-soft);
  border-color: var(--card-border);
}

.hours-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  color: rgba(245, 248, 251, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hours-pill:hover,
.hours-pill:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.26);
}

.hours-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--warning);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(244, 184, 76, 0.12);
}

.hours-pill.is-open .hours-dot,
.hours-panel.is-open .hours-dot {
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(64, 200, 120, 0.12);
}

.hours-pill.is-closed .hours-dot,
.hours-panel.is-closed .hours-dot {
  background: var(--danger);
  box-shadow: 0 0 0 4px rgba(213, 82, 104, 0.14);
}

.support-notice {
  position: relative;
  color: #f8fbff;
  background:
    linear-gradient(90deg, rgba(213, 82, 104, 0.18), rgba(20, 91, 162, 0.16)),
    rgba(7, 17, 28, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(205, 223, 243, 0.12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.support-notice[hidden] {
  display: none;
}

.support-notice-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: var(--max-width);
  min-height: 38px;
  margin: 0 auto;
  padding: 7px 24px;
  font-size: 0.88rem;
  line-height: 1.25;
}

.support-notice strong {
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
}

.support-notice span[data-support-notice-detail] {
  min-width: 0;
  overflow: hidden;
  color: rgba(245, 248, 251, 0.84);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-notice button {
  flex: 0 0 auto;
  margin-left: auto;
  min-height: 28px;
  padding: 0 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.support-notice button:hover,
.support-notice button:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.84fr);
  gap: 34px;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 78px max(24px, calc((100vw - var(--max-width)) / 2)) 70px;
  background: var(--hero-bg);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.hero-copy {
  padding: 0;
}

.status-chip,
.live-badge,
.pill-row span,
.card-topline span,
.metric-tile,
.support-action,
.contact-methods a,
.coverage-list div {
  border-radius: 999px;
}

.status-chip,
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  color: #eef5fa;
  background: rgba(11, 24, 38, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

.status-chip svg,
.live-badge svg {
  width: 16px;
  height: 16px;
}

.page-kicker {
  width: fit-content;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-status-badge {
  cursor: pointer;
  font: inherit;
  color: #eef5fa;
}

.service-status-badge:hover,
.service-status-badge:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.service-status-badge.is-open .hours-dot,
.chat-hours-dot.is-open {
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(64, 200, 120, 0.12);
}

.service-status-badge.is-closed .hours-dot,
.chat-hours-dot.is-closed {
  background: var(--danger);
  box-shadow: 0 0 0 4px rgba(213, 82, 104, 0.14);
}

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

h1,
h2,
h3 {
  color: var(--text-strong);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 900px;
  margin: 22px 0 18px;
  color: #fff;
  font-size: 4.1rem;
  font-weight: 800;
}

.hero p {
  max-width: 720px;
  margin-bottom: 26px;
  color: rgba(245, 248, 251, 0.86);
  font-size: 1.15rem;
}

.hero-actions,
.support-actions,
.contact-methods,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 45px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #2f7fc4;
  border-color: #2f7fc4;
}

.button-light {
  color: #07111c;
  background: #eef5fa;
  border-color: #eef5fa;
}

.hero-console,
.ai-demo-visual,
.dashboard-visual,
.contact-form,
.coverage-panel {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.hero-console {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 20px;
  background: rgba(11, 22, 34, 0.84);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
}

.hero-systems {
  max-width: 600px;
}

.console-header,
.dashboard-top,
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.console-header strong,
.panel-head strong {
  display: block;
  margin-top: 2px;
  color: var(--text-strong);
  font-size: 1.05rem;
}

.console-label,
.panel-head span,
.dashboard-top span,
.metric-tile span,
.summary-grid span,
.coverage-list span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

.metric-tile,
.summary-grid div {
  min-height: 82px;
  padding: 14px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 15px;
}

.metric-tile strong,
.summary-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--text-strong);
  font-size: 1.16rem;
  line-height: 1;
}

.system-stack {
  display: grid;
  gap: 10px;
}

.system-layer {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 15px;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.system-layer:hover,
.system-layer:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(159, 210, 255, 0.34);
}

.system-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.14);
  border: 1px solid rgba(159, 210, 255, 0.12);
  border-radius: 999px;
}

.system-icon svg {
  width: 20px;
  height: 20px;
}

.system-layer strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-strong);
  font-size: 1.05rem;
}

.system-layer small {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.systems-note {
  margin: 0;
  color: rgba(245, 248, 251, 0.74);
  font-size: 0.95rem;
  line-height: 1.55;
}

.service-table {
  display: grid;
  gap: 9px;
}

.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 11px 13px;
  background: var(--service-row-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
}

.service-row span {
  color: var(--text);
}

.service-row strong {
  color: var(--success);
  font-size: 0.9rem;
}

.section {
  padding: 70px 24px;
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.compact-band {
  padding-top: 30px;
  padding-bottom: 30px;
}

.band-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(18, 38, 48, 0.1);
}

.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  color: var(--blue-light);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.band-grid h2,
.section-heading h2,
.ai-copy h2,
.support-grid h2,
.coverage-grid h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: 2.65rem;
}

.pill-row {
  justify-content: flex-end;
}

.card-topline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.pillar-card {
  display: grid;
  gap: 7px;
  min-height: 148px;
  padding: 16px;
  color: var(--text);
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.pillar-card:hover,
.pillar-card:focus-visible {
  transform: translateY(-1px);
  border-color: #3e5f7e;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.pillar-card span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.14);
  border-radius: 999px;
  font-weight: 800;
}

.pillar-card strong {
  color: var(--text-strong);
  font-size: 1.05rem;
}

.pillar-card small {
  color: var(--muted);
  line-height: 1.45;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.section-heading p,
.ai-copy p,
.support-grid p,
.coverage-grid p,
.contact-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.service-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 20px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: #3e5f7e;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.14);
  border-radius: 999px;
}

.card-icon svg {
  width: 22px;
  height: 22px;
}

.service-card h3 {
  margin: 20px 0 10px;
  font-size: 1.22rem;
}

.service-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--blue-light);
  font-weight: 800;
}

.service-card a svg {
  width: 17px;
  height: 17px;
}

.accent-card {
  background:
    radial-gradient(circle at 88% 8%, rgba(159, 197, 237, 0.16), transparent 30%),
    linear-gradient(138deg, #07111a 0%, #0d2741 54%, #264c74 100%);
}

.services-screen {
  display: flex;
  min-height: calc(100svh - var(--header-offset));
  align-items: center;
  padding: 34px 24px 104px;
  background:
    radial-gradient(circle at 86% 10%, rgba(166, 200, 237, 0.2), transparent 27%),
    linear-gradient(138deg, #07111a 0%, #0d2741 52%, #145ba2 100%);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.services-decision {
  width: 100%;
}

.services-decision-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  margin-bottom: 18px;
}

.services-decision-header h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: 3.35rem;
}

.services-decision-header p {
  margin: 0;
  color: rgba(245, 248, 251, 0.78);
  font-size: 1.02rem;
}

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

.service-decision-card {
  display: grid;
  position: relative;
  grid-template-rows: auto auto 1fr auto;
  row-gap: 14px;
  column-gap: 12px;
  min-height: 224px;
  padding: 72px 16px 18px;
  color: var(--text);
  background: rgba(16, 24, 34, 0.86);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.service-decision-card:hover,
.service-decision-card:focus-within {
  transform: translateY(-1px);
  background: rgba(18, 30, 43, 0.92);
  border-color: rgba(159, 210, 255, 0.32);
}

.service-decision-card-accent {
  background:
    radial-gradient(circle at 88% 8%, rgba(64, 200, 120, 0.14), transparent 30%),
    rgba(16, 24, 34, 0.9);
  border-color: rgba(64, 200, 120, 0.24);
}

.service-decision-top {
  position: absolute;
  top: 16px;
  right: 16px;
}

.service-decision-card h2 {
  margin: 0;
  color: #fff;
  font-size: 1.32rem;
  line-height: 1.18;
}

.service-subservices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-content: flex-start;
  max-width: 340px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-subservices li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  color: rgba(245, 248, 251, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.service-outcome {
  margin: 2px 0 0;
  color: rgba(245, 248, 251, 0.72);
  font-size: 0.9rem;
  line-height: 1.42;
}

.service-decision-card a,
.services-action-strip a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-light);
  font-weight: 850;
}

.service-decision-card a svg {
  width: 17px;
  height: 17px;
}

.services-action-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 13px 15px;
  color: rgba(245, 248, 251, 0.76);
  background: rgba(7, 17, 28, 0.46);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 16px;
}

.services-action-strip > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.services-action-strip a svg {
  width: 17px;
  height: 17px;
}

.support-screen {
  display: flex;
  min-height: calc(100svh - var(--header-offset));
  align-items: center;
  padding: 34px 24px 104px;
  background:
    radial-gradient(circle at 82% 12%, rgba(166, 200, 237, 0.2), transparent 28%),
    linear-gradient(138deg, #07111a 0%, #0d2741 52%, #145b90 100%);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.support-console {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: 20px;
  width: 100%;
}

.support-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.support-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.9vw, 5.3rem);
  line-height: 0.98;
}

.support-copy > p {
  max-width: 700px;
  margin: 0;
  color: rgba(245, 248, 251, 0.84);
  font-size: 1.08rem;
  line-height: 1.56;
}

.support-status-panel {
  max-width: 640px;
  margin-top: 4px;
  background: rgba(16, 24, 34, 0.78);
}

.support-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.support-route-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 118px;
  padding: 15px;
  color: var(--text);
  background: rgba(16, 24, 34, 0.86);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.support-route-card:hover,
.support-route-card:focus-visible {
  transform: translateY(-1px);
  background: rgba(18, 30, 43, 0.92);
  border-color: rgba(159, 210, 255, 0.32);
}

.support-route-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.14);
  border: 1px solid rgba(159, 210, 255, 0.12);
  border-radius: 999px;
}

.support-route-icon svg {
  width: 21px;
  height: 21px;
}

.support-route-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.02rem;
}

.support-route-card small {
  display: block;
  color: rgba(245, 248, 251, 0.72);
  font-size: 0.88rem;
  line-height: 1.38;
}

.support-route-urgent {
  border-color: rgba(244, 184, 76, 0.28);
}

.support-route-ticket {
  border-color: rgba(159, 210, 255, 0.34);
}

.support-route-ticket .support-route-icon {
  color: #d8edff;
  background: rgba(45, 110, 167, 0.24);
  border-color: rgba(159, 210, 255, 0.26);
}

.support-route-new-user {
  border-color: rgba(123, 211, 255, 0.28);
}

.support-route-new-user .support-route-icon,
.contact-route-new-user .contact-route-icon {
  color: #d8edff;
  background: rgba(78, 167, 255, 0.18);
  border-color: rgba(159, 210, 255, 0.26);
}

.support-route-remote {
  border-color: rgba(123, 211, 255, 0.28);
}

.support-route-remote .support-route-icon,
.contact-route-remote .contact-route-icon {
  color: #d8edff;
  background: rgba(26, 180, 181, 0.18);
  border-color: rgba(123, 211, 255, 0.26);
}

.support-route-urgent .support-route-icon {
  color: #ffd58a;
  background: rgba(244, 184, 76, 0.14);
  border-color: rgba(244, 184, 76, 0.2);
}

.support-route-emergency {
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(123, 36, 54, 0.92), rgba(157, 49, 69, 0.86));
  border-color: rgba(255, 255, 255, 0.2);
}

.support-route-emergency .support-route-icon,
.support-route-care .support-route-icon {
  color: #fff;
}

.support-route-emergency .support-route-icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
}

.support-route-care {
  border-color: rgba(64, 200, 120, 0.28);
}

.support-route-care .support-route-icon {
  background: rgba(64, 200, 120, 0.18);
  border-color: rgba(64, 200, 120, 0.24);
}

.support-comfort-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  padding: 12px 14px;
  color: rgba(245, 248, 251, 0.84);
  background: rgba(7, 17, 28, 0.42);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 16px;
}

.support-comfort-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(205, 223, 243, 0.12);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
}

.support-comfort-strip svg {
  width: 15px;
  height: 15px;
  color: var(--success);
}

.remote-support-screen {
  display: flex;
  min-height: calc(100svh - var(--header-offset));
  align-items: center;
  padding: 48px 24px 72px;
  background:
    radial-gradient(circle at 82% 12%, rgba(26, 180, 181, 0.2), transparent 30%),
    linear-gradient(138deg, #07111a 0%, #0d2741 50%, #145b90 100%);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.remote-support-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 0.72fr);
  gap: clamp(22px, 3.4vw, 54px);
  align-items: center;
  width: 100%;
}

.remote-support-copy {
  display: grid;
  gap: 16px;
}

.remote-brand-lockup {
  display: grid;
  gap: 10px;
  justify-items: start;
  width: fit-content;
}

.remote-brand-lockup img {
  width: min(100%, 360px);
  max-height: 76px;
  object-fit: contain;
}

.remote-brand-lockup span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(205, 223, 243, 0.18);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.remote-brand-lockup svg {
  width: 18px;
  height: 18px;
  color: var(--blue-light);
}

.remote-support-copy h1 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.98;
}

.remote-support-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(245, 248, 251, 0.84);
  font-size: 1.08rem;
  line-height: 1.56;
}

.remote-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.remote-support-domain {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 13px;
  color: rgba(245, 248, 251, 0.8);
  background: rgba(7, 17, 28, 0.42);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 999px;
  font-size: 0.92rem;
}

.remote-support-domain strong {
  color: #fff;
}

.remote-support-next {
  max-width: 620px;
  color: rgba(245, 248, 251, 0.68);
  font-size: 0.94rem;
}

.remote-support-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 78% 8%, rgba(123, 211, 255, 0.16), transparent 28%),
    rgba(16, 24, 34, 0.9);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.32);
}

.remote-join-mock {
  display: grid;
  gap: 18px;
  min-height: 254px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(3, 34, 46, 0.98), rgba(26, 180, 181, 0.62)),
    #0b2935;
  border: 1px solid rgba(123, 211, 255, 0.22);
  border-radius: 18px;
  overflow: hidden;
}

.remote-join-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.remote-join-top img {
  width: min(100%, 230px);
  max-height: 44px;
  object-fit: contain;
}

.remote-join-top span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: rgba(245, 248, 251, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.remote-code-box {
  align-self: center;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 10px 14px;
  align-items: center;
  width: min(100%, 360px);
  padding: 18px;
  background: rgba(12, 18, 26, 0.9);
  border: 1px solid rgba(205, 223, 243, 0.18);
  border-top: 4px solid #1ab4b5;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.remote-code-box span {
  color: #1ab4b5;
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
}

.remote-code-box strong {
  grid-column: 1;
  min-height: 48px;
  padding: 12px;
  color: rgba(245, 248, 251, 0.74);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(205, 223, 243, 0.18);
  border-radius: 8px;
  font-size: 1rem;
}

.remote-code-box svg {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  padding: 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

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

.remote-step-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 14px;
}

.remote-step-list li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: rgba(45, 110, 167, 0.38);
  border: 1px solid rgba(159, 210, 255, 0.26);
  border-radius: 999px;
  font-weight: 900;
}

.remote-step-list strong {
  display: block;
  color: #fff;
}

.remote-step-list small {
  display: block;
  margin-top: 3px;
  color: rgba(245, 248, 251, 0.72);
  line-height: 1.38;
}

.remote-trust-section {
  padding: 28px 24px 96px;
  background: var(--page-bg-soft);
}

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

.remote-trust-grid article {
  display: grid;
  grid-template-rows: 26px auto 1fr;
  gap: 9px;
  min-height: 160px;
  padding: 16px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
}

.remote-trust-grid svg {
  width: 24px;
  height: 24px;
  color: var(--blue-light);
}

.remote-trust-grid strong {
  color: var(--text-strong);
  font-size: 1.02rem;
}

.remote-trust-grid span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.ai-section {
  background: var(--section-deep-bg);
  border-top: 1px solid rgba(205, 223, 243, 0.08);
  border-bottom: 1px solid rgba(205, 223, 243, 0.08);
}

.single-screen-page .site-footer {
  display: block;
}

.single-screen-page .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 18px;
  padding: 12px 24px;
  font-size: 0.8rem;
}

.single-screen-page .footer-inner > div:first-child {
  display: none;
}

.single-screen-page .footer-links,
.single-screen-page .company-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.single-screen-page .company-meta span:last-child {
  display: none;
}

.ai-screen {
  display: flex;
  min-height: calc(100svh - var(--header-offset));
  align-items: center;
  padding: clamp(22px, 3.2vh, 34px) 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(166, 200, 237, 0.22), transparent 28%),
    linear-gradient(138deg, #07111a 0%, #0d2741 52%, #145ba2 100%);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.ai-screen-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.82fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
  width: 100%;
}

.ai-screen-copy {
  display: grid;
  gap: 14px;
}

.ai-screen-copy h1 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.7vw, 5.5rem);
  line-height: 0.98;
}

.ai-lead {
  max-width: 860px;
  margin: 0;
  color: rgba(245, 248, 251, 0.88);
  font-size: 1.1rem;
  line-height: 1.58;
}

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

.ai-benefit-grid article {
  display: grid;
  grid-template-rows: 24px auto 1fr;
  gap: 8px;
  min-height: 154px;
  padding: 14px;
  background: rgba(16, 24, 34, 0.8);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
}

.ai-benefit-grid svg {
  width: 22px;
  height: 22px;
  color: var(--blue-light);
}

.ai-benefit-grid strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.ai-benefit-grid span {
  color: rgba(228, 235, 240, 0.76);
  font-size: 0.9rem;
  line-height: 1.42;
}

.ai-seo-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  background: rgba(7, 17, 28, 0.58);
  border: 1px solid rgba(159, 210, 255, 0.2);
  border-radius: 16px;
}

.ai-seo-panel p {
  margin: 0;
  color: rgba(228, 235, 240, 0.8);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ai-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ai-product-panel {
  display: grid;
  gap: 13px;
  padding: 18px;
  background:
    radial-gradient(circle at 78% 12%, rgba(78, 167, 255, 0.16), transparent 32%),
    rgba(16, 24, 34, 0.94);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.live-dashboard-preview {
  gap: 10px;
  padding: 0;
  background: #101b27;
}

.demo-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 62px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #0d3763, #145ba2);
  border-bottom: 1px solid rgba(205, 223, 243, 0.18);
}

.demo-preview-header span {
  display: block;
  color: rgba(245, 248, 251, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-preview-header strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 1.08rem;
}

.demo-time-pill {
  display: inline-flex !important;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  white-space: nowrap;
}

.demo-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 12px 14px 0;
  padding: 7px 10px;
  color: rgba(228, 235, 240, 0.74);
  background: rgba(159, 210, 255, 0.08);
  border: 1px solid rgba(159, 210, 255, 0.16);
  border-radius: 10px;
  font-size: 0.76rem;
  line-height: 1.35;
}

.demo-notice strong {
  color: rgba(245, 248, 251, 0.9);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.demo-privacy-note {
  min-height: 34px;
}

.demo-filter-row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.8fr auto;
  gap: 8px;
  margin: 0 14px;
  padding: 10px;
  background: #101b27;
  border: 1px solid #263646;
  border-radius: 14px;
}

.demo-filter-row div,
.demo-summary-grid div,
.demo-agent-grid div {
  background: #132333;
  border: 1px solid #29415c;
  border-radius: 10px;
}

.demo-filter-row div {
  display: grid;
  gap: 3px;
  min-height: 50px;
  padding: 8px 10px;
}

.demo-filter-row span,
.demo-summary-grid span,
.demo-card-heading span {
  color: #9fb0bc;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-filter-row strong {
  color: #f5f8fb;
  font-size: 0.9rem;
}

.demo-filter-row button {
  min-height: 50px;
  padding: 0 16px;
  color: #fff;
  background: #2d6ea7;
  border: 1px solid #3b7fb9;
  border-radius: 10px;
  cursor: default;
  font-weight: 800;
}

.demo-card {
  margin: 0 14px;
  padding: 11px;
  background: #101b27;
  border: 1px solid #263646;
  border-radius: 14px;
}

.demo-calls-card {
  margin-bottom: 14px;
}

.demo-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.demo-card-heading h2 {
  margin: 0;
  color: #f5f8fb;
  font-size: 0.98rem;
}

.demo-live-dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #40c878 !important;
}

.demo-live-dot::before {
  width: 8px;
  height: 8px;
  background: #40c878;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(64, 200, 120, 0.12);
  content: "";
  animation: recordingPulse 1.4s ease-in-out infinite;
}

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

.demo-summary-grid div {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 8px;
  text-align: center;
}

.demo-summary-grid strong {
  color: #f5f8fb;
  font-size: 1.08rem;
}

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

.demo-agent-grid div {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 9px 8px;
  text-align: center;
}

.demo-agent-grid span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #07111c;
  background: #f4b84c;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.demo-agent-grid div:nth-child(2) span {
  background: #c9bddc;
}

.demo-agent-grid div:nth-child(3) span {
  background: #d68d52;
}

.demo-agent-grid strong {
  color: #f5f8fb;
  font-size: 0.9rem;
}

.demo-agent-grid em {
  color: #e4ebf0;
  font-style: normal;
  font-size: 1.05rem;
}

.demo-call-table {
  overflow: hidden;
  border: 1px solid #29415c;
  border-radius: 12px;
}

.demo-call-head,
.demo-call-row {
  display: grid;
  grid-template-columns: minmax(88px, 1.2fr) 72px 64px 58px minmax(118px, 0.9fr);
  gap: 7px;
  align-items: center;
}

.demo-call-head {
  min-height: 36px;
  padding: 0 10px;
  color: #fff;
  background: #12436f;
  font-size: 0.76rem;
  font-weight: 900;
}

.demo-call-row {
  min-height: 50px;
  padding: 7px 10px;
  color: #e4ebf0;
  font-size: 0.78rem;
  border-top: 1px solid rgba(205, 223, 243, 0.1);
}

.demo-call-row div {
  display: grid;
  gap: 1px;
}

.demo-call-row strong {
  color: #fff;
  font-size: 0.82rem;
}

.demo-call-row div span {
  color: #9fb0bc;
}

.demo-call-row.is-positive {
  background: rgba(23, 86, 51, 0.62);
}

.demo-call-row.is-mixed {
  background: rgba(17, 64, 83, 0.7);
}

.demo-call-row.is-negative {
  background: rgba(98, 24, 38, 0.72);
}

.demo-call-row.is-reviewing {
  animation: dashboardRowFocus 4.8s ease-in-out infinite;
}

.sentiment-badge,
.table-actions i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.sentiment-badge.positive {
  color: #fff;
  background: #15965d;
}

.sentiment-badge.mixed {
  color: #07111c;
  background: #12c3e8;
}

.sentiment-badge.negative {
  color: #fff;
  background: #eb435a;
}

.table-actions {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  min-width: 0;
}

.table-actions i {
  color: #e4ebf0;
  background: #102236;
  border: 1px solid #5c85b0;
  white-space: nowrap;
}

.table-actions .challenge-action {
  color: #ffd7df;
  border-color: #d55268;
}

.demo-alert-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-top: 8px;
  padding: 8px 10px;
  color: #f5f8fb;
  background: linear-gradient(135deg, rgba(213, 82, 104, 0.22), rgba(64, 200, 120, 0.1));
  border: 1px solid rgba(213, 82, 104, 0.28);
  border-radius: 10px;
  font-size: 0.8rem;
  animation: alertReveal 7s ease-in-out infinite;
}

.demo-alert-line svg {
  width: 17px;
  height: 17px;
  color: #d55268;
  flex: 0 0 auto;
}

@keyframes dashboardRowFocus {
  0%,
  100% {
    box-shadow: inset 0 0 0 0 rgba(213, 82, 104, 0);
  }
  45% {
    box-shadow: inset 0 0 0 2px rgba(213, 82, 104, 0.48);
  }
}

.ai-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
}

.ai-product-top span,
.ai-metric-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-product-top strong {
  display: block;
  margin-top: 4px;
  color: var(--text-strong);
  font-size: 1.3rem;
}

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

.ai-metric-grid div {
  min-height: 78px;
  padding: 12px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 14px;
}

.ai-metric-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--text-strong);
  font-size: 1.35rem;
}

.ai-live-demo {
  display: grid;
  gap: 12px;
}

.ai-call-card,
.ai-score-panel,
.ai-sentiment-panel,
.ai-demo-alert {
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 16px;
}

.ai-call-card {
  display: grid;
  gap: 12px;
  padding: 13px;
}

.ai-call-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ai-call-meta div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-call-meta strong {
  color: var(--text-strong);
  font-size: 0.95rem;
}

.recording-dot {
  width: 9px;
  height: 9px;
  background: var(--danger);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(213, 82, 104, 0.14);
  animation: recordingPulse 1.3s ease-in-out infinite;
}

.ai-waveform {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5px;
  align-items: center;
  height: 52px;
  padding: 8px 10px;
  background: rgba(7, 17, 28, 0.48);
  border: 1px solid rgba(205, 223, 243, 0.1);
  border-radius: 14px;
}

.ai-waveform span {
  width: 100%;
  min-height: 8px;
  background: linear-gradient(180deg, var(--blue-light), var(--success));
  border-radius: 999px;
  animation: waveformLift 1.1s ease-in-out infinite;
}

.ai-waveform span:nth-child(1) { height: 18px; animation-delay: 0s; }
.ai-waveform span:nth-child(2) { height: 32px; animation-delay: 0.08s; }
.ai-waveform span:nth-child(3) { height: 44px; animation-delay: 0.16s; }
.ai-waveform span:nth-child(4) { height: 24px; animation-delay: 0.24s; }
.ai-waveform span:nth-child(5) { height: 38px; animation-delay: 0.32s; }
.ai-waveform span:nth-child(6) { height: 28px; animation-delay: 0.4s; }
.ai-waveform span:nth-child(7) { height: 42px; animation-delay: 0.48s; }
.ai-waveform span:nth-child(8) { height: 22px; animation-delay: 0.56s; }
.ai-waveform span:nth-child(9) { height: 34px; animation-delay: 0.64s; }
.ai-waveform span:nth-child(10) { height: 46px; animation-delay: 0.72s; }
.ai-waveform span:nth-child(11) { height: 26px; animation-delay: 0.8s; }
.ai-waveform span:nth-child(12) { height: 36px; animation-delay: 0.88s; }

.ai-transcript {
  display: grid;
  gap: 7px;
  min-height: 112px;
}

.transcript-line {
  margin: 0;
  padding: 9px 10px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(205, 223, 243, 0.1);
  border-radius: 12px;
  font-size: 0.86rem;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  animation: transcriptReveal 9s ease-in-out infinite;
}

.transcript-line span {
  margin-right: 8px;
  color: var(--blue-light);
  font-weight: 800;
}

.line-one { animation-delay: 0.4s; }
.line-two { animation-delay: 1.8s; }
.line-three { animation-delay: 3.2s; }

.ai-analysis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(170px, 0.78fr);
  gap: 10px;
}

.ai-score-panel {
  display: grid;
  gap: 9px;
  padding: 12px;
}

.ai-score-row {
  display: grid;
  grid-template-columns: minmax(94px, 0.9fr) minmax(90px, 1fr) 36px;
  gap: 8px;
  align-items: center;
  color: var(--text);
  font-size: 0.84rem;
}

.score-bar {
  height: 9px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}

.score-bar i {
  display: block;
  width: var(--score);
  height: 100%;
  background: linear-gradient(90deg, var(--blue-light), var(--success));
  border-radius: inherit;
  transform-origin: left;
  animation: scoreFill 9s ease-in-out infinite;
}

.score-bar.danger i {
  background: linear-gradient(90deg, var(--warning), var(--danger));
}

.ai-score-row strong {
  color: var(--text-strong);
  font-size: 0.85rem;
  text-align: right;
}

.ai-sentiment-panel {
  display: grid;
  gap: 9px;
  align-content: center;
  padding: 12px;
}

.ai-sentiment-panel > span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sentiment-path {
  position: relative;
  height: 34px;
}

.sentiment-path i {
  position: absolute;
  top: 16px;
  left: 8px;
  right: 8px;
  height: 3px;
  background: linear-gradient(90deg, var(--danger), var(--warning), var(--success));
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  animation: sentimentLine 9s ease-in-out infinite;
}

.sentiment-path b {
  position: absolute;
  top: 9px;
  width: 17px;
  height: 17px;
  background: var(--card-bg);
  border: 3px solid var(--blue-light);
  border-radius: 999px;
  animation: sentimentDot 9s ease-in-out infinite;
}

.sentiment-path b:nth-child(2) {
  left: 0;
  border-color: var(--danger);
}

.sentiment-path b:nth-child(3) {
  left: calc(50% - 9px);
  border-color: var(--warning);
  animation-delay: 0.7s;
}

.sentiment-path b:nth-child(4) {
  right: 0;
  border-color: var(--success);
  animation-delay: 1.4s;
}

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

.sentiment-labels strong {
  color: var(--text);
  font-size: 0.72rem;
  line-height: 1.15;
}

.sentiment-labels strong:nth-child(2) {
  text-align: center;
}

.sentiment-labels strong:nth-child(3) {
  text-align: right;
}

.ai-demo-alert {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(213, 82, 104, 0.16), rgba(64, 200, 120, 0.08));
  border-color: rgba(213, 82, 104, 0.24);
  opacity: 0;
  transform: translateY(10px);
  animation: alertReveal 9s ease-in-out infinite;
}

.ai-demo-alert svg {
  width: 22px;
  height: 22px;
  color: var(--danger);
}

.ai-demo-alert strong {
  display: block;
  color: var(--text-strong);
  font-size: 0.9rem;
}

.ai-demo-alert span {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.3;
}

.ai-challenge-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: var(--text-strong) !important;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

@keyframes recordingPulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.9);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes waveformLift {
  0%,
  100% {
    transform: scaleY(0.55);
    opacity: 0.55;
  }
  45% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes transcriptReveal {
  0%,
  8% {
    opacity: 0;
    transform: translateY(8px);
  }
  15%,
  76% {
    opacity: 1;
    transform: translateY(0);
  }
  90%,
  100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@keyframes scoreFill {
  0%,
  24% {
    transform: scaleX(0);
  }
  44%,
  82% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes sentimentLine {
  0%,
  28% {
    transform: scaleX(0);
  }
  55%,
  86% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes sentimentDot {
  0%,
  35%,
  100% {
    transform: scale(0.86);
    box-shadow: none;
  }
  50%,
  80% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(159, 210, 255, 0.09);
  }
}

@keyframes alertReveal {
  0%,
  55% {
    opacity: 0;
    transform: translateY(10px);
  }
  66%,
  88% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@media (min-width: 1041px) and (min-height: 850px) {
  .ai-page .ai-screen {
    min-height: calc(100svh - var(--header-offset));
  }
}

@media (min-width: 1500px) and (min-height: 840px) {
  .hero {
    padding-top: 58px;
    padding-bottom: 50px;
  }

  .compact-band {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .band-grid {
    padding: 20px;
  }

  .pillar-card {
    min-height: 132px;
    padding: 14px;
  }

  .ai-page .ai-screen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ai-screen-grid {
    gap: 28px;
  }

  .ai-screen-copy {
    gap: 12px;
  }

  .ai-screen-copy h1 {
    font-size: clamp(2.85rem, 3.5vw, 4rem);
  }

  .ai-lead {
    font-size: 1.04rem;
    line-height: 1.48;
  }

  .ai-benefit-grid article {
    min-height: 122px;
    padding: 12px;
  }

  .ai-seo-panel {
    padding: 12px;
  }

  .live-dashboard-preview {
    gap: 6px;
  }

  .demo-preview-header {
    min-height: 50px;
    padding: 8px 14px;
  }

  .demo-notice {
    margin-top: 8px;
    padding: 6px 10px;
    font-size: 0.78rem;
  }

  .demo-filter-row {
    padding: 8px;
  }

  .demo-filter-row div,
  .demo-filter-row button {
    min-height: 40px;
  }

  .demo-card {
    padding: 8px;
  }

  .demo-card-heading {
    margin-bottom: 7px;
  }

  .demo-summary-grid div {
    min-height: 44px;
    padding: 6px;
  }

  .demo-agent-grid div {
    min-height: 52px;
    padding: 6px;
  }

  .demo-agent-grid span {
    width: 22px;
    height: 22px;
    font-size: 0.74rem;
  }

  .demo-agent-grid strong {
    font-size: 0.84rem;
  }

  .demo-agent-grid em {
    font-size: 0.96rem;
  }

  .demo-call-head {
    min-height: 28px;
  }

  .demo-call-row {
    min-height: 36px;
    padding: 5px 8px;
  }

  .sentiment-badge,
  .table-actions i {
    min-height: 22px;
    padding: 0 6px;
    font-size: 0.68rem;
  }

  .demo-alert-line {
    min-height: 30px;
    margin-top: 6px;
    padding: 6px 9px;
    font-size: 0.76rem;
  }

  .support-screen {
    padding-top: 26px;
    padding-bottom: 72px;
  }
}

.visual-section,
.saas-section {
  background: var(--section-soft-bg);
}

.case-section {
  background: var(--section-deep-bg);
  border-top: 1px solid rgba(205, 223, 243, 0.08);
  border-bottom: 1px solid rgba(205, 223, 243, 0.08);
}

.case-screen {
  display: flex;
  height: calc(100svh - var(--header-offset));
  align-items: center;
  overflow: hidden;
  padding: clamp(14px, 2.2vh, 28px) 24px;
  background:
    radial-gradient(circle at 84% 12%, rgba(166, 200, 237, 0.2), transparent 28%),
    linear-gradient(138deg, #07111a 0%, #0d2741 52%, #145ba2 100%);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.story-board {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 30px);
  align-items: center;
  width: 100%;
  height: 100%;
}

.story-intro {
  display: grid;
  align-content: center;
  gap: 13px;
}

.story-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 3.45vw, 4.25rem);
  line-height: 0.98;
}

.story-intro p {
  max-width: 620px;
  margin: 0;
  color: rgba(245, 248, 251, 0.9);
  font-size: 1.06rem;
}

.story-status-strip {
  display: grid;
  gap: 8px;
  max-width: 580px;
  margin-top: 4px;
}

.story-status-strip span,
.story-status-strip a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  width: fit-content;
  padding: 0 12px;
  color: rgba(245, 248, 251, 0.92);
  background: rgba(16, 24, 34, 0.72);
  border: 1px solid rgba(205, 223, 243, 0.18);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.story-status-strip a {
  text-decoration: none;
}

.story-status-strip svg {
  width: 17px;
  height: 17px;
  color: var(--blue-light);
}

.story-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  height: min(100%, 570px);
  align-self: center;
}

.story-tile {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
  padding: clamp(14px, 1.25vw, 18px);
  background: rgba(16, 24, 34, 0.9);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.story-tile-ai {
  background:
    radial-gradient(circle at 90% 10%, rgba(64, 200, 120, 0.11), transparent 38%),
    rgba(16, 24, 34, 0.9);
}

.story-tile-saas {
  background:
    radial-gradient(circle at 90% 10%, rgba(78, 167, 255, 0.15), transparent 38%),
    rgba(16, 24, 34, 0.9);
}

.story-tile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 32px;
}

.story-state {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.story-state-inline {
  justify-self: start;
  min-height: 26px;
  font-size: 0.72rem;
}

.story-tile h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(1.16rem, 1.2vw, 1.38rem);
  line-height: 1.12;
}

.story-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.42;
}

.story-tile .case-logo {
  max-width: 150px;
  max-height: 42px;
}

.story-tile .daat-logo {
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}

.story-tile .smallridge-logo {
  max-width: 168px;
  max-height: 72px;
  object-fit: contain;
}

.customer-logo {
  max-width: 190px;
  max-height: 54px;
  object-fit: contain;
}

.customer-logo-object {
  display: grid;
  width: 150px;
  min-height: 42px;
  place-items: center;
}

.customer-logo-text {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  max-width: 150px;
  padding: 0 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(205, 223, 243, 0.22);
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.story-tile .case-points {
  gap: 6px;
  font-size: 0.9rem;
  line-height: 1.34;
}

@media (min-width: 1041px) {
  .stories-page {
    overflow: hidden;
  }

  .stories-page:has(.support-notice:not([hidden])) .case-screen {
    height: calc(100svh - 124px);
  }
}

@media (min-width: 1041px) and (max-height: 820px) {
  .case-screen {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .story-intro {
    gap: 12px;
  }

  .story-intro h1 {
    font-size: clamp(2.45rem, 3.45vw, 4rem);
  }

  .story-tile {
    gap: 9px;
    min-height: 214px;
    padding: 16px;
  }

  .story-tile p,
  .story-tile .case-points {
    font-size: 0.92rem;
  }
}

.ai-grid,
.support-grid,
.coverage-grid,
.contact-grid,
.saas-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.75fr);
  gap: 40px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 14px;
}

.feature-list svg {
  width: 21px;
  height: 21px;
  color: var(--blue-light);
  flex: 0 0 auto;
}

.ai-note {
  margin-top: 18px;
  padding: 15px 16px;
  color: var(--text);
  background: rgba(64, 200, 120, 0.08);
  border: 1px solid rgba(64, 200, 120, 0.18);
  border-radius: 14px;
}

.ai-demo-visual {
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 78% 12%, rgba(78, 167, 255, 0.14), transparent 32%),
    var(--card-bg);
  overflow: hidden;
}

.ai-demo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
}

.ai-demo-top span,
.ai-demo-head span,
.ai-journey span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-demo-top strong {
  display: block;
  margin-top: 4px;
  color: var(--text-strong);
  font-size: 1.25rem;
}

.demo-live-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--success);
  background: rgba(64, 200, 120, 0.1);
  border: 1px solid rgba(64, 200, 120, 0.22);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.ai-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ai-flow::before {
  position: absolute;
  top: 50%;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, rgba(159, 210, 255, 0.14), var(--blue-light), rgba(64, 200, 120, 0.5));
  content: "";
  transform: translateY(-50%);
}

.ai-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 40px;
  place-items: center;
  color: var(--text-strong);
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.ai-flow span:nth-child(1) {
  animation: aiPulse 6s ease-in-out infinite;
}

.ai-flow span:nth-child(2) {
  animation: aiPulse 6s ease-in-out 1.2s infinite;
}

.ai-flow span:nth-child(3) {
  animation: aiPulse 6s ease-in-out 2.4s infinite;
}

.ai-flow span:nth-child(4) {
  animation: aiPulse 6s ease-in-out 3.6s infinite;
}

.ai-demo-table {
  display: grid;
  gap: 8px;
}

.ai-demo-row {
  display: grid;
  grid-template-columns: minmax(98px, 1fr) minmax(70px, 0.7fr) minmax(130px, 1.2fr) minmax(72px, 0.65fr);
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--text);
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  font-size: 0.86rem;
}

.ai-demo-head {
  min-height: 34px;
  background: rgba(45, 110, 167, 0.14);
}

.ai-demo-row.is-alert {
  border-color: rgba(213, 82, 104, 0.32);
  animation: alertGlow 4s ease-in-out infinite;
}

.positive-chip,
.mixed-chip,
.negative-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 0.78rem;
}

.positive-chip {
  color: #dcffe9;
  background: rgba(64, 200, 120, 0.22);
}

.mixed-chip {
  color: #fff4ce;
  background: rgba(244, 184, 76, 0.2);
}

.negative-chip {
  color: #ffe4ea;
  background: rgba(213, 82, 104, 0.22);
}

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

.ai-journey div {
  min-height: 74px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 14px;
}

.ai-journey strong {
  display: block;
  margin-top: 8px;
  color: var(--text-strong);
}

.ai-alert-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--text);
  background: linear-gradient(135deg, rgba(213, 82, 104, 0.16), rgba(64, 200, 120, 0.08));
  border: 1px solid rgba(213, 82, 104, 0.22);
  border-radius: 14px;
  font-size: 0.92rem;
}

.ai-alert-strip svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--danger);
}

@keyframes aiPulse {
  0%,
  100% {
    border-color: var(--card-border);
    box-shadow: none;
    transform: translateY(0);
  }
  35% {
    border-color: rgba(159, 210, 255, 0.52);
    box-shadow: 0 0 0 4px rgba(78, 167, 255, 0.08);
    transform: translateY(-1px);
  }
}

@keyframes alertGlow {
  0%,
  100% {
    box-shadow: none;
  }
  45% {
    box-shadow: 0 0 0 4px rgba(213, 82, 104, 0.08);
  }
}

.dashboard-visual {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.dashboard-top {
  min-height: 64px;
}

.dashboard-top strong {
  display: block;
  margin-top: 4px;
  color: var(--success);
  font-size: 2.2rem;
  line-height: 1;
}

.sentiment-row {
  display: grid;
  grid-template-columns: 74px 1fr 88px;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  font-size: 0.92rem;
}

.sentiment-row strong {
  color: var(--text);
  font-size: 0.88rem;
  text-align: right;
}

.bar {
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.neutral span {
  width: 54%;
  background: var(--blue-light);
}

.warning span {
  width: 78%;
  background: var(--warning);
}

.positive span {
  width: 88%;
  background: var(--success);
}

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

.visuals-page {
  overflow: hidden;
}

.visuals-page .visual-section {
  position: relative;
  display: flex;
  min-height: 0;
  height: calc(100svh - var(--header-offset));
  align-items: center;
  overflow: hidden;
  padding: clamp(14px, 2vh, 24px) 24px clamp(72px, 7vh, 96px);
}

.visual-construction-banner {
  position: absolute;
  top: clamp(8px, 1vh, 14px);
  right: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff8e8;
  background:
    linear-gradient(90deg, rgba(244, 184, 76, 0.26), rgba(213, 82, 104, 0.18)),
    rgba(13, 20, 29, 0.94);
  border: 1px solid rgba(244, 184, 76, 0.36);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  font-size: 0.9rem;
  text-align: center;
}

.visual-construction-banner svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--warning);
}

.visual-construction-banner strong {
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.visual-construction-banner span {
  min-width: 0;
  color: rgba(255, 248, 232, 0.88);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visuals-page .section-inner {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  height: 100%;
  padding-top: 46px;
}

.visuals-page .section-heading {
  margin-bottom: clamp(12px, 1.6vh, 18px);
}

.visuals-page .section-heading h2 {
  font-size: clamp(2.15rem, 3vw, 3.35rem);
  line-height: 0.98;
}

.visuals-page .section-heading p {
  max-width: 620px;
  font-size: 0.98rem;
  line-height: 1.45;
}

.visuals-page .visual-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) minmax(0, 1.18fr) minmax(0, 0.92fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
  gap: 12px;
}

.visuals-page .video-card {
  align-content: start;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
  padding: clamp(12px, 1.1vw, 16px);
  border-radius: 16px;
}

.visuals-page .primary-video {
  grid-row: span 2;
  grid-template-columns: 1fr;
  align-content: stretch;
}

.visuals-page .visual-note-card {
  background:
    radial-gradient(circle at 88% 14%, rgba(244, 184, 76, 0.16), transparent 34%),
    var(--card-bg);
}

.visuals-page .video-frame {
  min-height: clamp(170px, 28vh, 300px);
}

.visuals-page .mini-visual {
  min-height: clamp(72px, 12vh, 126px);
}

.visuals-page .journey-visual {
  gap: 8px;
  padding: 14px;
}

.visuals-page .journey-visual span {
  height: clamp(42px, 7.5vh, 72px);
}

.visuals-page .video-card h3 {
  margin: 8px 0 4px;
  font-size: clamp(1rem, 1vw, 1.16rem);
  line-height: 1.12;
}

.visuals-page .video-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.36;
}

.visuals-page .card-label {
  min-height: 26px;
  padding: 0 9px;
  font-size: 0.72rem;
}

.video-card,
.case-card,
.product-console {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.video-card {
  display: grid;
  gap: 16px;
  min-height: 310px;
  padding: 18px;
}

.primary-video {
  grid-column: span 2;
  grid-template-columns: minmax(280px, 0.98fr) minmax(0, 0.72fr);
  align-items: center;
}

.video-frame,
.mini-visual {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  background:
    radial-gradient(circle at 78% 18%, rgba(159, 197, 237, 0.18), transparent 32%),
    linear-gradient(138deg, #07111a 0%, #0d2741 54%, #264c74 100%);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 16px;
}

.play-orb {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #07111c;
  background: #eef5fa;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}

.play-orb svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.video-dashboard {
  position: absolute;
  inset: 30px 28px auto;
  display: grid;
  gap: 12px;
}

.video-dashboard div {
  min-height: 54px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.card-label,
.case-type {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.12);
  border: 1px solid rgba(78, 167, 255, 0.24);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-card h3,
.case-card h3 {
  margin: 12px 0 8px;
  font-size: 1.25rem;
}

.video-card p,
.case-card p,
.saas-grid p {
  color: var(--muted);
}

.mini-visual {
  display: grid;
  min-height: 136px;
  place-items: center;
}

.journey-visual {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 22px;
}

.journey-visual span {
  display: block;
  width: 100%;
  height: 84px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.journey-visual span:nth-child(2) {
  background: rgba(244, 184, 76, 0.22);
  border-color: rgba(244, 184, 76, 0.36);
}

.journey-visual span:nth-child(3) {
  background: rgba(64, 200, 120, 0.18);
  border-color: rgba(64, 200, 120, 0.34);
}

.alert-visual svg {
  width: 52px;
  height: 52px;
  color: var(--blue-light);
}

.studio-visual {
  padding: 24px;
}

.studio-visual img {
  width: min(100%, 260px);
  height: auto;
}

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

.case-card {
  display: grid;
  gap: 16px;
  min-height: 330px;
  padding: 22px;
}

.case-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.case-head strong {
  color: var(--text-strong);
}

.case-logo {
  width: min(100%, 190px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.case-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--text);
  list-style: none;
}

.case-points li {
  position: relative;
  padding-left: 18px;
}

.case-points li::before {
  position: absolute;
  left: 0;
  color: var(--success);
  content: "•";
}

.story-tile .case-points li::before {
  content: "*";
}

.quote-shell {
  align-self: end;
  padding: 16px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 16px;
}

.quote-shell span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-shell strong {
  display: block;
  margin-top: 6px;
  color: var(--text-strong);
  font-size: 1.1rem;
}

.product-console {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.product-steps {
  display: grid;
  gap: 10px;
}

.product-steps div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 12px;
  min-height: 72px;
  padding: 13px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 15px;
}

.product-steps span {
  grid-row: 1 / span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.14);
  border-radius: 999px;
  font-weight: 800;
}

.product-steps strong {
  color: var(--text-strong);
}

.product-steps small {
  color: var(--muted);
}

.saas-screen {
  display: flex;
  height: calc(100svh - var(--header-offset));
  align-items: center;
  overflow: hidden;
  padding: clamp(14px, 2.2vh, 28px) 24px 112px;
  background:
    radial-gradient(circle at 82% 12%, rgba(166, 200, 237, 0.2), transparent 28%),
    linear-gradient(138deg, #07111a 0%, #0d2741 52%, #145ba2 100%);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.saas-board {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(480px, 0.76fr);
  gap: clamp(20px, 3.1vw, 48px);
  align-items: center;
  width: 100%;
  height: 100%;
}

.saas-copy {
  display: grid;
  align-content: center;
  gap: 15px;
  max-width: 820px;
}

.saas-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4vw, 5.2rem);
  line-height: 0.98;
}

.saas-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(245, 248, 251, 0.9);
  font-size: 1.06rem;
}

.saas-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

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

.saas-proof-grid article {
  display: grid;
  grid-template-rows: 34px 38px 1fr;
  gap: 7px;
  min-height: 138px;
  padding: 14px;
  background: rgba(16, 24, 34, 0.78);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
}

.saas-proof-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.16);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.saas-proof-grid strong {
  align-self: start;
  color: var(--text-strong);
  line-height: 1.16;
}

.saas-proof-grid small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.38;
}

.saas-product-console {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(16, 24, 34, 0.94);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
}

.saas-console-head,
.saas-product-logo-row,
.saas-live-rows div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.saas-console-head span,
.saas-product-logo-row span,
.saas-console-grid span,
.saas-live-rows span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.saas-console-head strong {
  display: block;
  margin-top: 4px;
  color: var(--text-strong);
  font-size: 1.05rem;
}

.saas-console-head em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #dcffe9;
  background: rgba(64, 200, 120, 0.13);
  border: 1px solid rgba(64, 200, 120, 0.26);
  border-radius: 999px;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.saas-product-spotlight {
  display: grid;
  gap: 10px;
  padding: 16px;
  background:
    radial-gradient(circle at 88% 8%, rgba(213, 82, 104, 0.15), transparent 34%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 16px;
}

.saas-product-logo-row img {
  width: min(100%, 154px);
  max-height: 42px;
  object-fit: contain;
}

.saas-product-spotlight h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(1.55rem, 1.55vw, 2rem);
  line-height: 1.06;
}

.saas-product-spotlight p {
  margin: 0;
  color: var(--muted);
}

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

.saas-console-grid div {
  min-height: 76px;
  padding: 12px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 14px;
}

.saas-console-grid strong {
  display: block;
  margin-top: 7px;
  color: var(--text-strong);
  font-size: 0.96rem;
  line-height: 1.12;
}

.saas-build-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.saas-build-flow::before {
  position: absolute;
  top: 50%;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, rgba(159, 210, 255, 0.16), var(--blue-light), rgba(64, 200, 120, 0.48));
  content: "";
  transform: translateY(-50%);
}

.saas-build-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 40px;
  place-items: center;
  color: var(--text-strong);
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.saas-build-flow span:nth-child(1) {
  animation: aiPulse 6s ease-in-out infinite;
}

.saas-build-flow span:nth-child(2) {
  animation: aiPulse 6s ease-in-out 1.2s infinite;
}

.saas-build-flow span:nth-child(3) {
  animation: aiPulse 6s ease-in-out 2.4s infinite;
}

.saas-build-flow span:nth-child(4) {
  animation: aiPulse 6s ease-in-out 3.6s infinite;
}

.saas-live-rows {
  display: grid;
  gap: 8px;
}

.saas-live-rows div {
  min-height: 42px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 13px;
}

.saas-live-rows strong {
  color: var(--success);
  font-size: 0.86rem;
}

@media (min-width: 1041px) {
  .contact-page,
  .saas-page,
  .stories-page {
    overflow: hidden;
  }

  .ai-page,
  .services-page,
  .support-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .saas-page {
    overflow: hidden;
  }

  .saas-page:has(.support-notice:not([hidden])) .saas-screen {
    height: calc(100svh - 124px);
  }
}

@media (min-width: 1041px) and (max-height: 820px) {
  .saas-screen {
    padding-top: 18px;
    padding-bottom: 98px;
  }

  .saas-copy {
    gap: 12px;
  }

  .saas-copy h1 {
    font-size: clamp(2.45rem, 3.75vw, 4.45rem);
  }

  .saas-proof-grid article {
    min-height: 124px;
    padding: 13px;
  }

  .saas-product-console {
    gap: 10px;
    padding: 16px;
  }

  .saas-product-spotlight {
    padding: 14px;
  }
}

.support-section,
.contact-section,
.faq-section {
  background: var(--section-soft-bg);
}

.legal-section {
  padding: 58px 24px 76px;
  background:
    radial-gradient(circle at 86% 8%, rgba(166, 200, 237, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(13, 39, 65, 0.74) 0%, var(--section-deep-bg) 42%, var(--section-soft-bg) 100%);
}

.legal-shell {
  display: grid;
  gap: 24px;
}

.legal-hero {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.legal-hero h1 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: 0.98;
}

.legal-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.legal-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 300px;
  padding: 22px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.legal-card-company,
.legal-card-review,
.legal-card-saas {
  background:
    radial-gradient(circle at 92% 8%, rgba(78, 167, 255, 0.13), transparent 35%),
    var(--card-bg);
}

.legal-card h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: 1.55rem;
  line-height: 1.12;
}

.legal-card p {
  margin: 0;
  color: var(--muted);
}

.legal-meta {
  display: grid;
  gap: 9px;
  margin: 0;
}

.legal-meta div {
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(0, 1fr);
  gap: 12px;
  padding: 11px 12px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 12px;
}

.legal-meta dt,
.legal-meta dd {
  margin: 0;
}

.legal-meta dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-meta dd {
  color: var(--text-strong);
  font-weight: 800;
}

.legal-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--text);
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 18px;
}

.legal-list li::before {
  position: absolute;
  left: 0;
  color: var(--success);
  content: "*";
}

.legal-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.legal-note {
  padding: 12px 14px;
  color: #fff4ce !important;
  background: rgba(244, 184, 76, 0.12);
  border: 1px solid rgba(244, 184, 76, 0.24);
  border-radius: 14px;
  font-weight: 800;
}

.hours-panel {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 16px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hours-panel-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-strong);
}

.hours-panel p {
  margin: 0;
  color: var(--muted);
}

.hours-panel dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hours-panel dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 10px 12px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 13px;
}

.hours-panel dt,
.hours-panel dd {
  margin: 0;
}

.hours-panel dt {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hours-panel dd {
  color: var(--text-strong);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: right;
}

.support-actions {
  align-content: stretch;
}

.support-action {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 78px;
  padding: 16px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
}

.support-action svg {
  width: 26px;
  height: 26px;
  color: var(--blue-light);
  flex: 0 0 auto;
}

.support-action span {
  display: grid;
}

.support-action strong {
  color: var(--text-strong);
}

.support-action small {
  color: var(--muted);
}

.support-action.urgent {
  color: #fff;
  background: #7b2436;
  border-color: #a24d62;
}

.support-action.emergency {
  color: #fff;
  background: linear-gradient(135deg, #8b2134 0%, #c43d54 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 38px rgba(123, 36, 54, 0.2);
}

.support-action.care-package {
  color: #fff;
  background: linear-gradient(135deg, rgba(64, 200, 120, 0.18), rgba(45, 110, 167, 0.18));
  border-color: rgba(64, 200, 120, 0.28);
}

.support-action.urgent svg,
.support-action.urgent strong,
.support-action.urgent small,
.support-action.emergency svg,
.support-action.emergency strong,
.support-action.emergency small,
.support-action.care-package svg,
.support-action.care-package strong,
.support-action.care-package small {
  color: #fff;
}

.coverage-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
}

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

.coverage-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 12px 14px;
  background: var(--card-bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 15px;
}

.coverage-list strong {
  color: var(--text-strong);
  font-size: 0.92rem;
  text-align: right;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text);
}

.check-list svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--success);
  flex: 0 0 auto;
}

.contact-methods {
  margin-top: 28px;
}

.contact-methods a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 14px;
  color: var(--text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  font-weight: 750;
}

.contact-methods svg {
  width: 18px;
  height: 18px;
  color: var(--blue-light);
}

.contact-screen {
  display: flex;
  height: calc(100svh - var(--header-offset));
  align-items: center;
  overflow: hidden;
  padding: clamp(18px, 2.7vh, 34px) 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(166, 200, 237, 0.2), transparent 28%),
    linear-gradient(138deg, #07111a 0%, #0d2741 52%, #145ba2 100%);
  border-bottom: 1px solid rgba(205, 223, 243, 0.1);
}

.contact-console {
  display: grid;
  grid-template-columns: minmax(330px, 0.54fr) minmax(580px, 0.82fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: center;
  width: 100%;
  height: 100%;
}

.contact-copy {
  display: grid;
  align-content: center;
  gap: 15px;
}

.contact-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.55rem, 4vw, 4.9rem);
  line-height: 0.98;
}

.contact-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(245, 248, 251, 0.9);
  font-size: 1.06rem;
}

.contact-status-panel {
  max-width: 560px;
}

.contact-route-panel {
  display: grid;
  gap: 12px;
  align-items: stretch;
  max-width: 860px;
}

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

.contact-route-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 14px;
  color: var(--text);
  background: rgba(16, 24, 34, 0.88);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.contact-route-card:hover,
.contact-route-card:focus-visible {
  transform: translateY(-1px);
  background: rgba(18, 30, 43, 0.94);
  border-color: rgba(159, 210, 255, 0.32);
}

.contact-route-call {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(160, 47, 70, 0.95), rgba(213, 82, 104, 0.86));
  border-color: rgba(255, 255, 255, 0.18);
}

.contact-route-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(78, 167, 255, 0.14);
  border: 1px solid rgba(78, 167, 255, 0.2);
  border-radius: 999px;
}

.contact-route-call .contact-route-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.contact-route-new-user {
  border-color: rgba(123, 211, 255, 0.28);
}

.contact-route-icon svg {
  width: 20px;
  height: 20px;
}

.contact-route-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 0.98rem;
}

.contact-route-card small {
  display: block;
  color: rgba(245, 248, 251, 0.72);
  font-size: 0.82rem;
  line-height: 1.34;
}

.contact-urgent-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  min-height: 44px;
  padding: 10px 13px;
  color: #ffe7ee;
  background: linear-gradient(90deg, rgba(213, 82, 104, 0.16), rgba(16, 24, 34, 0.72));
  border: 1px solid rgba(213, 82, 104, 0.24);
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 750;
}

.contact-urgent-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.contact-form-head {
  display: grid;
  gap: 4px;
  grid-column: 1 / -1;
}

.contact-form-head strong {
  color: var(--text-strong);
  font-size: 1.18rem;
  line-height: 1.18;
}

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

.contact-form-compact {
  gap: 12px;
  padding: 18px;
  background: rgba(16, 24, 34, 0.92);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--text-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  color: var(--text);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 12px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form-compact textarea {
  min-height: 92px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--input-focus);
  box-shadow: 0 0 0 3px rgba(92, 133, 176, 0.2);
}

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

.faq-grid article {
  min-height: 220px;
  padding: 20px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.faq-grid h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.consent {
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  gap: 10px !important;
  color: var(--muted) !important;
  font-weight: 650 !important;
}

.consent input {
  min-height: auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.form-note {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.new-user-page {
  min-height: 100vh;
  background: var(--hero-bg);
}

.new-user-screen {
  min-height: 100vh;
  padding: 28px 20px 96px;
}

.new-user-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
}

.new-user-intro,
.new-user-form {
  background: rgba(10, 22, 34, 0.9);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.new-user-intro {
  position: sticky;
  top: 28px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 26px;
}

.new-user-intro .brand img {
  width: min(100%, 260px);
  max-height: 58px;
}

.new-user-intro h1 {
  max-width: 9ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.96;
}

.new-user-intro p {
  max-width: 52ch;
  margin: 0;
  color: rgba(228, 235, 240, 0.82);
  font-size: 1rem;
}

.new-user-steps {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.new-user-steps div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(205, 223, 243, 0.12);
  border-radius: 14px;
}

.new-user-steps strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--blue-light);
  background: rgba(45, 110, 167, 0.24);
  border-radius: 999px;
  font-size: 0.82rem;
}

.new-user-steps span {
  color: rgba(228, 235, 240, 0.82);
  font-weight: 760;
}

.new-user-current-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 13px;
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(205, 223, 243, 0.18);
  border-radius: 999px;
  font-weight: 850;
}

.new-user-current-link:hover,
.new-user-current-link:focus-visible {
  border-color: var(--input-focus);
  background: rgba(255, 255, 255, 0.12);
}

.new-user-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.new-user-form-head {
  display: grid;
  gap: 7px;
  padding-bottom: 4px;
}

.new-user-form-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.new-user-form-head p {
  margin: 0;
  color: var(--muted);
}

.new-user-form fieldset {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 18px;
}

.new-user-form legend {
  padding: 0 6px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.new-user-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.new-user-form label {
  display: grid;
  gap: 7px;
  color: var(--text-strong);
  font-size: 0.86rem;
  font-weight: 850;
}

.new-user-form input,
.new-user-form select,
.new-user-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--text);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 12px;
  outline: none;
}

.new-user-form textarea {
  min-height: 116px;
  resize: vertical;
}

.new-user-form input:focus,
.new-user-form select:focus,
.new-user-form textarea:focus {
  border-color: var(--input-focus);
  box-shadow: 0 0 0 3px rgba(92, 133, 176, 0.2);
}

.new-user-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.new-user-checks label,
.new-user-confirm {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 40px;
  padding: 10px;
  color: rgba(228, 235, 240, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(205, 223, 243, 0.12);
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 760;
}

.new-user-checks input,
.new-user-confirm input {
  flex: 0 0 16px;
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.new-user-wide {
  display: grid;
}

.new-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.new-user-actions .button {
  min-height: 42px;
}

.new-user-form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.new-user-form-note[data-state="success"] {
  color: #8ce0aa;
}

.new-user-form-note[data-state="error"] {
  color: #ff9dad;
}

.new-user-form-note[data-state="pending"] {
  color: var(--blue-light);
}

.floating-left-actions {
  position: fixed;
  left: max(14px, calc((100vw - var(--max-width)) / 2 + 14px));
  bottom: var(--floating-widget-bottom);
  z-index: 155;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 6px;
  max-width: 132px;
  padding: 6px;
  background: rgba(6, 16, 26, 0.78);
  border: 1px solid rgba(205, 223, 243, 0.14);
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.floating-home,
.floating-call,
.floating-idea {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: auto;
  min-width: 0;
  min-height: 32px;
  padding: 0 9px;
  color: var(--text-strong);
  background: rgba(10, 22, 34, 0.88);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.floating-home span,
.floating-call span,
.floating-idea span {
  display: inline;
}

.floating-home:hover,
.floating-home:focus-visible,
.floating-call:hover,
.floating-call:focus-visible,
.floating-idea:hover,
.floating-idea:focus-visible {
  transform: translateY(-1px);
  border-color: var(--input-focus);
  background: var(--card-bg-soft);
}

.floating-home svg,
.floating-call svg,
.floating-idea svg {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  color: var(--blue-light);
}

.floating-call {
  color: #fff;
  background: #b73349;
  border-color: rgba(255, 255, 255, 0.18);
}

.floating-call:hover,
.floating-call:focus-visible {
  background: #c63c53;
  border-color: rgba(255, 255, 255, 0.34);
}

.floating-call svg {
  color: #fff;
}

.floating-idea {
  color: #fff;
  background: linear-gradient(135deg, #8a6b1d, #d59c2f);
  border-color: rgba(255, 255, 255, 0.2);
}

.floating-idea:hover,
.floating-idea:focus-visible {
  background: linear-gradient(135deg, #9b7a24, #e1aa3d);
  border-color: rgba(255, 255, 255, 0.34);
}

.floating-idea svg {
  color: #fff7d4;
}

.ideas-modal {
  position: fixed;
  inset: 0;
  z-index: 190;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 8, 14, 0.58);
  backdrop-filter: blur(8px);
}

.ideas-modal[hidden] {
  display: none;
}

.ideas-panel {
  width: min(100%, 520px);
  max-height: min(680px, calc(100svh - 36px));
  overflow: auto;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.ideas-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--card-border);
}

.ideas-panel-head strong {
  display: block;
  margin-top: 3px;
  color: var(--text-strong);
  font-size: 1.08rem;
}

.ideas-panel-head button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--text-strong);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  cursor: pointer;
}

.ideas-panel-head svg {
  width: 18px;
  height: 18px;
}

.ideas-form {
  display: grid;
  gap: 13px;
  padding: 18px;
}

.ideas-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ideas-form label {
  display: grid;
  gap: 7px;
  color: var(--text-strong);
  font-size: 0.9rem;
  font-weight: 800;
}

.ideas-form input,
.ideas-form select,
.ideas-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--text);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 12px;
  outline: none;
}

.ideas-form textarea {
  resize: vertical;
}

.ideas-form input:focus,
.ideas-form select:focus,
.ideas-form textarea:focus {
  border-color: var(--input-focus);
  box-shadow: 0 0 0 3px rgba(92, 133, 176, 0.2);
}

.ideas-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.ideas-admin-screen {
  min-height: calc(100svh - var(--header-offset));
  padding: 34px 24px 104px;
  background:
    radial-gradient(circle at 82% 12%, rgba(166, 200, 237, 0.2), transparent 28%),
    linear-gradient(138deg, #07111a 0%, #0d2741 52%, #145b90 100%);
}

.ideas-admin-shell {
  display: grid;
  gap: 18px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.ideas-admin-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
}

.ideas-admin-head h1 {
  max-width: 880px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.ideas-admin-head p {
  max-width: 720px;
  margin: 0;
  color: rgba(245, 248, 251, 0.82);
}

.ideas-admin-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ideas-admin-controls select,
.ideas-admin-controls button {
  min-height: 42px;
  padding: 0 13px;
  color: var(--text);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 999px;
  font-weight: 800;
}

.ideas-admin-controls button {
  color: #fff;
  background: var(--blue);
  cursor: pointer;
}

.ideas-admin-controls .ideas-add-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #8a6b1d, #d59c2f);
  border-color: rgba(255, 255, 255, 0.22);
}

.ideas-admin-controls .ideas-add-button svg {
  width: 17px;
  height: 17px;
  color: #fff7d4;
}

.ideas-stats {
  color: rgba(245, 248, 251, 0.78);
  font-weight: 800;
}

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

.idea-review-card {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 16px;
  background: rgba(16, 24, 34, 0.9);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.idea-review-card.is-highlighted {
  border-color: rgba(132, 196, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(78, 148, 217, 0.22), 0 18px 36px rgba(0, 0, 0, 0.18);
}

.idea-review-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.idea-review-top h2 {
  margin: 3px 0 0;
  font-size: 1.18rem;
}

.idea-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: capitalize;
}

.idea-status-needs-info {
  color: #211600;
  background: #ffd66b;
  border-color: rgba(255, 214, 107, 0.72);
}

.idea-status-needs-another-look {
  color: #211600;
  background: #ffbf5f;
  border-color: rgba(255, 191, 95, 0.72);
}

.idea-status-in-progress,
.idea-status-triage {
  color: #f8fbff;
  background: rgba(78, 148, 217, 0.28);
  border-color: rgba(132, 196, 255, 0.34);
}

.idea-status-accepted,
.idea-status-done,
.idea-status-done-confirmed {
  color: #ecfff4;
  background: rgba(46, 161, 91, 0.24);
  border-color: rgba(103, 211, 145, 0.34);
}

.idea-status-declined {
  color: #ffe8e8;
  background: rgba(194, 75, 75, 0.24);
  border-color: rgba(255, 151, 151, 0.34);
}

.idea-details {
  margin: 0;
  color: var(--muted);
}

.idea-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(245, 248, 251, 0.72);
  font-size: 0.84rem;
  font-weight: 750;
}

.idea-meta span,
.idea-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(205, 223, 243, 0.12);
  border-radius: 999px;
}

.idea-screenshot-preview {
  display: block;
  overflow: hidden;
  width: min(100%, 360px);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.idea-screenshot-preview img {
  display: block;
  width: 100%;
  max-height: 170px;
  object-fit: contain;
}

.idea-update {
  display: grid;
  gap: 6px;
  padding: 11px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(205, 223, 243, 0.12);
  border-radius: 12px;
}

.idea-update strong {
  color: var(--text-strong);
  font-size: 0.82rem;
}

.idea-update p {
  margin: 0;
  color: rgba(245, 248, 251, 0.8);
}

.idea-update-internal {
  border-style: dashed;
}

.idea-history {
  color: rgba(245, 248, 251, 0.76);
  font-size: 0.84rem;
}

.idea-history summary {
  width: fit-content;
  cursor: pointer;
  color: var(--text-strong);
  font-weight: 850;
}

.idea-history ol {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding-left: 20px;
}

.idea-workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(205, 223, 243, 0.12);
}

.idea-workflow label {
  display: grid;
  gap: 6px;
  color: var(--text-strong);
  font-size: 0.82rem;
  font-weight: 850;
}

.idea-workflow label:nth-child(n + 3) {
  grid-column: 1 / -1;
}

.idea-workflow input,
.idea-workflow select,
.idea-workflow textarea {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--text);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 10px;
  outline: none;
}

.idea-workflow textarea {
  min-height: 74px;
  resize: vertical;
}

.idea-workflow input:focus,
.idea-workflow select:focus,
.idea-workflow textarea:focus {
  border-color: var(--input-focus);
  box-shadow: 0 0 0 3px rgba(92, 133, 176, 0.2);
}

.idea-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 0;
}

.idea-actions button,
.idea-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  color: var(--text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: capitalize;
}

.idea-actions button:hover,
.idea-actions button:focus-visible,
.idea-actions a:hover,
.idea-actions a:focus-visible {
  border-color: var(--input-focus);
}

.idea-actions button:disabled {
  opacity: 0.52;
  cursor: default;
}

.idea-actions .idea-primary-action {
  color: #fff;
  background: var(--blue);
  border-color: rgba(132, 196, 255, 0.32);
}

.idea-actions .idea-approve-action {
  color: #dcfff0;
  background: rgba(23, 122, 77, 0.72);
  border-color: rgba(86, 220, 153, 0.36);
}

.ideas-empty {
  color: rgba(245, 248, 251, 0.8);
  background: rgba(16, 24, 34, 0.78);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 16px;
  padding: 18px;
}

.chat-widget {
  position: fixed;
  right: max(14px, calc((100vw - var(--max-width)) / 2 + 14px));
  bottom: var(--floating-widget-bottom);
  z-index: 160;
  display: grid;
  gap: 10px;
  justify-items: end;
  color: var(--text);
}

.chat-launcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: auto;
  min-width: 88px;
  min-height: 44px;
  padding: 6px 10px 6px 6px;
  color: var(--text-strong);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  transform: translateY(-1px);
  border-color: var(--input-focus);
}

.chat-launcher-icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
}

.chat-launcher-icon svg {
  width: 16px;
  height: 16px;
}

.chat-launcher span:last-child {
  display: grid;
  gap: 1px;
  text-align: left;
}

.chat-launcher strong {
  font-size: 0.82rem;
}

.chat-launcher small {
  display: none;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.3;
}

.chat-status-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.chat-hours-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 3px rgba(244, 184, 76, 0.12);
}

.chat-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(430px, calc(100vw - 32px));
  height: min(660px, calc(100vh - 122px));
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.chat-panel[hidden] {
  display: none;
}

@media (max-width: 680px) {
  body:has(.chat-panel:not([hidden])) .floating-left-actions {
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px 14px;
  color: #fff;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(205, 223, 243, 0.16);
}

.chat-header > div:first-child {
  display: grid;
  gap: 2px;
}

.chat-kicker {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chat-header strong {
  font-size: 1rem;
}

.chat-header small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.3;
}

.chat-header-actions {
  display: inline-flex;
  gap: 8px;
}

.chat-header-call,
.chat-header-actions button,
.chat-composer button,
.chat-option,
.chat-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.chat-header-call,
.chat-header-actions button {
  width: 36px;
  height: 36px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.chat-header-call {
  background: linear-gradient(135deg, #8b2134 0%, #c43d54 100%);
  border-color: rgba(255, 255, 255, 0.22);
}

.chat-header-actions svg,
.chat-composer svg {
  width: 18px;
  height: 18px;
}

.chat-thread {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  overflow-y: auto;
  background: var(--section-deep-bg);
}

.chat-message {
  max-width: 88%;
  padding: 11px 12px;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.chat-message p {
  margin: 0;
  white-space: pre-line;
}

.chat-message.bot {
  align-self: flex-start;
  color: var(--text);
  background: var(--card-bg-soft);
}

.chat-message.user {
  align-self: flex-end;
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.chat-message.team {
  align-self: flex-start;
  color: var(--text-strong);
  background: linear-gradient(135deg, rgba(45, 110, 167, 0.22), rgba(64, 200, 120, 0.12));
  border-color: rgba(64, 200, 120, 0.34);
}

.chat-message.ticket {
  align-self: flex-start;
  color: var(--text-strong);
  background: linear-gradient(135deg, rgba(244, 184, 76, 0.2), rgba(64, 200, 120, 0.12));
  border-color: rgba(244, 184, 76, 0.38);
}

.chat-message.meta {
  align-self: center;
  max-width: 100%;
  color: var(--muted);
  background: var(--pill-bg);
  border-color: var(--pill-border);
  font-size: 0.82rem;
  text-align: center;
}

.chat-options,
.chat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chat-option,
.chat-action {
  min-height: 38px;
  padding: 8px 11px;
  color: var(--text-strong);
  background: var(--pill-bg);
  border-color: var(--pill-border);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
}

.chat-option:hover,
.chat-option:focus-visible,
.chat-action:hover,
.chat-action:focus-visible,
.chat-header-call:hover,
.chat-header-call:focus-visible,
.chat-header-actions button:hover,
.chat-header-actions button:focus-visible {
  border-color: var(--input-focus);
}

.chat-header-actions button:disabled {
  cursor: default;
  opacity: 0.42;
}

.chat-option:disabled {
  cursor: default;
  opacity: 0.52;
}

.chat-action.primary {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.chat-action.danger {
  color: #fff;
  background: var(--danger);
  border-color: var(--danger);
}

.chat-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 10px;
  padding: 12px;
  background: var(--card-bg);
  border-top: 1px solid var(--card-border);
}

.chat-composer textarea {
  width: 100%;
  min-height: 46px;
  max-height: 120px;
  resize: vertical;
  padding: 10px 12px;
  color: var(--text-strong);
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 14px;
}

.chat-composer textarea:focus {
  outline: none;
  border-color: var(--input-focus);
  box-shadow: 0 0 0 3px rgba(92, 133, 176, 0.2);
}

.chat-composer button {
  width: 46px;
  min-height: 46px;
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  border-radius: 999px;
}

.site-footer {
  color: rgba(245, 248, 251, 0.78);
  background: #071018;
  border-top: 1px solid rgba(205, 223, 243, 0.1);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.7fr) minmax(220px, 0.65fr);
  gap: 28px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 34px 24px;
}

.footer-logo {
  width: 220px;
  height: auto;
  margin-bottom: 12px;
}

.site-footer p {
  max-width: 420px;
  margin-bottom: 0;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #e8f2fb;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(205, 223, 243, 0.16);
  border-radius: 999px;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-1px);
  background: rgba(159, 210, 255, 0.16);
  border-color: rgba(159, 210, 255, 0.3);
}

.social-links svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.social-links .social-icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-links,
.company-meta {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: #e8f2fb;
  text-decoration: underline;
  text-decoration-color: rgba(232, 242, 251, 0.35);
  text-underline-offset: 4px;
}

@media (max-width: 1040px) {
  :root {
    --header-offset: 84px;
  }

  body.support-notice-visible {
    --header-offset: 136px;
  }

  .brand-cluster {
    min-width: 0;
  }

  .nav-toggle {
    display: grid;
  }

  .site-menu {
    position: fixed;
    inset: 84px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .site-menu.is-open {
    display: flex;
  }

  .site-menu a,
  .nav-dropdown summary,
  .nav-live-clock {
    justify-content: space-between;
    min-height: 48px;
  }

  .site-menu .nav-live-clock {
    justify-content: flex-start;
    width: auto;
    align-self: flex-start;
  }

  .nav-dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
  }

  .hero,
  .band-grid,
  .story-board,
  .section-heading,
  .ai-screen-grid,
  .ai-grid,
  .support-grid,
  .contact-console,
  .contact-route-panel,
  .coverage-grid,
  .contact-grid,
  .saas-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .saas-screen {
    height: auto;
    min-height: auto;
    align-items: flex-start;
    overflow: visible;
    padding-top: 42px;
    padding-bottom: 120px;
  }

  .saas-board {
    grid-template-columns: 1fr;
    height: auto;
  }

  .saas-copy h1 {
    font-size: 3.45rem;
  }

  .hero-console {
    margin: 0;
  }

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

  .ai-screen {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 120px;
  }

  .case-screen {
    height: auto;
    min-height: auto;
    align-items: flex-start;
    overflow: visible;
    padding-top: 42px;
    padding-bottom: 120px;
  }

  .story-intro h1 {
    font-size: 3.4rem;
  }

  .ai-screen-copy h1 {
    font-size: 3.6rem;
  }

  .ai-product-panel {
    max-width: 720px;
  }

  .pill-row {
    justify-content: flex-start;
  }

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

  .services-screen {
    min-height: auto;
    align-items: flex-start;
    padding-top: 42px;
  }

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

  .services-decision-header {
    grid-template-columns: 1fr;
  }

  .services-decision-header h1 {
    font-size: 2.85rem;
  }

  .support-screen {
    min-height: auto;
    align-items: flex-start;
    padding-top: 42px;
  }

  .contact-screen {
    height: auto;
    min-height: auto;
    align-items: flex-start;
    overflow: visible;
    padding-top: 42px;
    padding-bottom: 120px;
  }

  .support-console {
    grid-template-columns: 1fr;
  }

  .support-copy h1 {
    font-size: 3.5rem;
  }

  .contact-copy h1 {
    font-size: 3.4rem;
  }

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

  .support-notice-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 9px 16px;
  }

  .support-notice span[data-support-notice-detail] {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .support-notice button {
    margin-left: 0;
  }

  .visual-grid,
  .primary-video,
  .case-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .primary-video {
    grid-column: auto;
  }

  .visuals-page {
    overflow: auto;
  }

  .visuals-page .visual-section {
    position: relative;
    height: auto;
    min-height: auto;
    align-items: flex-start;
    overflow: visible;
    padding: 92px 24px 120px;
  }

  .visual-construction-banner {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 16px;
    text-align: left;
  }

  .visual-construction-banner span {
    white-space: normal;
  }

  .visuals-page .section-inner {
    height: auto;
    padding-top: 0;
  }

  .visuals-page .visual-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .visuals-page .primary-video {
    grid-row: auto;
  }

  .new-user-screen {
    padding: 20px 16px 72px;
  }

  .new-user-shell {
    grid-template-columns: 1fr;
  }

  .new-user-intro {
    position: static;
  }

  .new-user-intro h1 {
    max-width: 12ch;
    font-size: 3.4rem;
  }

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

  .new-user-steps div {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  :root {
    --header-offset: 74px;
    --floating-widget-bottom: max(224px, calc(env(safe-area-inset-bottom) + 216px));
  }

  body.support-notice-visible {
    --header-offset: 148px;
  }

  body {
    padding-bottom: 128px;
  }

  .single-screen-page .footer-inner {
    justify-content: center;
    padding: 10px 12px;
    font-size: 0.72rem;
    text-align: center;
  }

  .single-screen-page .footer-links,
  .single-screen-page .company-meta {
    justify-content: center;
    gap: 6px 10px;
  }

  .nav-shell {
    min-height: 64px;
    padding-inline: 16px;
  }

  .brand-cluster {
    min-width: 0;
    gap: 8px;
  }

  .brand img {
    width: 176px;
  }

  @media (max-width: 440px) {
    .brand img {
      width: 160px;
    }
  }

  .site-menu {
    inset: 78px 12px auto;
  }

  .hero {
    gap: 12px;
    padding: 38px 20px 36px;
  }

  .hero-copy {
    padding: 0;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: 2.28rem;
  }

  .ai-screen {
    padding: 36px 16px 136px;
  }

  .case-screen {
    padding: 34px 16px 136px;
  }

  .ai-screen-copy {
    gap: 12px;
  }

  .ai-screen-copy h1 {
    font-size: 2.35rem;
  }

  .story-intro h1 {
    font-size: 2.3rem;
  }

  .saas-screen {
    padding: 34px 16px 136px;
  }

  .saas-copy h1 {
    font-size: 2.35rem;
  }

  .saas-action-row,
  .saas-action-row .button {
    width: 100%;
  }

  .saas-proof-grid,
  .saas-console-grid,
  .saas-build-flow {
    grid-template-columns: 1fr;
  }

  .saas-build-flow::before {
    display: none;
  }

  .saas-product-logo-row,
  .saas-console-head,
  .saas-live-rows div {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-status-strip span,
  .story-status-strip a {
    width: 100%;
  }

  .ai-lead {
    font-size: 1rem;
  }

  .ai-benefit-grid,
  .ai-seo-panel,
  .ai-metric-grid,
  .ai-analysis-grid {
    grid-template-columns: 1fr;
  }

  .ai-benefit-grid article {
    min-height: auto;
  }

  .ai-cta-row,
  .ai-cta-row .button {
    width: 100%;
  }

  .ai-product-panel {
    padding: 14px;
    border-radius: 18px;
  }

  .live-dashboard-preview {
    padding: 0;
  }

  .demo-preview-header,
  .demo-card-heading,
  .demo-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-filter-row,
  .demo-summary-grid,
  .demo-agent-grid,
  .demo-call-head,
  .demo-call-row {
    grid-template-columns: 1fr;
  }

  .demo-call-head {
    display: none;
  }

  .demo-call-row {
    gap: 6px;
  }

  .table-actions {
    justify-content: flex-start;
  }

  .ai-call-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .ai-demo-alert {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .ai-challenge-pill {
    grid-column: 2;
    justify-self: flex-start;
  }

  .hero p {
    margin-bottom: 22px;
    font-size: 1rem;
  }

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

  .button {
    min-height: 44px;
  }

  .hero-console {
    display: none;
  }

  .section {
    padding: 54px 16px;
  }

  .compact-band {
    padding-top: 22px;
  }

  .band-grid,
  .hero-console,
  .ai-demo-visual,
  .dashboard-visual,
  .coverage-panel,
  .contact-form {
    border-radius: 16px;
  }

  .band-grid h2,
  .section-heading h2,
  .ai-copy h2,
  .support-grid h2,
  .coverage-grid h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .service-grid,
  .story-tile-grid,
  .legal-grid,
  .ideas-list,
  .ideas-admin-head,
  .services-decision-grid,
  .contact-form,
  .metric-grid,
  .summary-grid,
  .journey-visual {
    grid-template-columns: 1fr;
  }

  .ai-demo-top,
  .ai-demo-row,
  .ai-journey {
    grid-template-columns: 1fr;
  }

  .ai-demo-top {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .ai-flow::before {
    display: none;
  }

  .service-card {
    min-height: 236px;
  }

  .services-screen {
    padding: 34px 16px 136px;
  }

  .support-screen {
    padding: 34px 16px 136px;
  }

  .contact-screen {
    padding: 34px 16px 136px;
  }

  .services-decision-header h1 {
    font-size: 2.35rem;
  }

  .support-copy h1 {
    font-size: 2.55rem;
  }

  .contact-copy h1 {
    font-size: 2.35rem;
  }

  .service-decision-card {
    min-height: 218px;
  }

  .support-route-grid {
    grid-template-columns: 1fr;
  }

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

  .support-route-card {
    min-height: 108px;
  }

  .contact-route-card {
    min-height: 88px;
  }

  .remote-support-screen {
    padding: 34px 16px 64px;
  }

  .remote-support-shell,
  .remote-trust-grid {
    grid-template-columns: 1fr;
  }

  .remote-support-copy h1 {
    font-size: 2.45rem;
  }

  .remote-brand-lockup {
    width: 100%;
  }

  .remote-brand-lockup img {
    max-width: 280px;
  }

  .remote-brand-lockup span {
    min-height: 38px;
    font-size: 0.9rem;
  }

  .remote-support-actions,
  .remote-support-actions .button {
    width: 100%;
  }

  .remote-support-domain {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .remote-support-next {
    text-align: center;
  }

  .remote-support-panel {
    padding: 14px;
    border-radius: 18px;
  }

  .remote-join-mock {
    min-height: 228px;
    padding: 14px;
  }

  .remote-join-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .remote-join-top img {
    max-width: 220px;
  }

  .remote-code-box {
    grid-template-columns: minmax(0, 1fr) 40px;
    padding: 14px;
  }

  .remote-code-box svg {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .remote-trust-section {
    padding: 24px 16px 136px;
  }

  .services-action-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .sentiment-row {
    grid-template-columns: 62px 1fr;
  }

  .sentiment-row strong {
    grid-column: 2;
    text-align: left;
  }

  .video-frame {
    min-height: 220px;
  }

  .visual-construction-banner {
    right: 16px;
    left: 16px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 5px 9px;
    min-height: 0;
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .visual-construction-banner span {
    grid-column: 2;
  }

  .mini-visual {
    min-height: 128px;
  }

  .product-steps div {
    grid-template-columns: 1fr;
  }

  .legal-section {
    padding: 44px 16px 136px;
  }

  .new-user-screen {
    padding: 14px 12px 40px;
  }

  .new-user-intro,
  .new-user-form {
    border-radius: 18px;
  }

  .new-user-intro,
  .new-user-form {
    padding: 16px;
  }

  .new-user-intro h1 {
    max-width: 11ch;
    font-size: 2.45rem;
  }

  .new-user-intro .brand img {
    max-width: 210px;
  }

  .new-user-steps,
  .new-user-grid,
  .new-user-checks {
    grid-template-columns: 1fr;
  }

  .new-user-form fieldset {
    padding: 13px;
    border-radius: 15px;
  }

  .new-user-actions,
  .new-user-actions .button {
    width: 100%;
  }

  .ideas-admin-screen {
    padding: 44px 16px 136px;
  }

  .ideas-admin-controls {
    justify-content: flex-start;
  }

  .idea-workflow {
    grid-template-columns: 1fr;
  }

  .idea-workflow label:nth-child(n + 3),
  .idea-actions {
    grid-column: auto;
  }

  .idea-actions button,
  .idea-actions a {
    flex: 1 1 136px;
  }

  .legal-card {
    min-height: auto;
  }

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

  .hours-panel dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .hours-panel dd {
    text-align: left;
  }

  .product-steps span {
    grid-row: auto;
  }

  .chat-widget {
    right: 12px;
    bottom: var(--floating-widget-bottom);
    left: auto;
    justify-items: end;
    width: auto;
  }

  .floating-left-actions {
    left: 12px;
    bottom: var(--floating-widget-bottom);
    flex-direction: column;
    gap: 4px;
    max-width: 118px;
    padding: 5px;
    z-index: 165;
  }

  .floating-home,
  .floating-call,
  .floating-idea {
    width: auto;
    min-height: 34px;
    justify-content: center;
    padding: 0 8px;
    font-size: 0.68rem;
  }

  .floating-home span,
  .floating-call span,
  .floating-idea span {
    display: inline;
  }

  .floating-home svg,
  .floating-call svg,
  .floating-idea svg {
    flex-basis: 13px;
    width: 13px;
    height: 13px;
  }

  .ideas-two-col {
    grid-template-columns: 1fr;
  }

  .chat-launcher,
  .chat-panel {
    width: calc(100vw - 32px);
  }

  .chat-panel {
    height: min(620px, calc(100vh - 108px));
    border-radius: 18px;
  }

  .chat-launcher {
    justify-content: center;
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    background: var(--blue);
  }

  .chat-launcher span:last-child {
    display: none;
  }

  .chat-launcher-icon {
    flex-basis: 100%;
    width: 100%;
    height: 100%;
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .transcript-line,
  .ai-demo-alert {
    opacity: 1;
    transform: none;
  }

  .score-bar i,
  .sentiment-path i {
    transform: scaleX(1);
  }

  .recording-dot,
  .ai-waveform span,
  .sentiment-path b {
    opacity: 1;
    transform: none;
  }
}
