:root {
  --ink: #11130f;
  --paper: #f1f0e9;
  --lime: #c8f04b;
  --line: rgba(17, 19, 15, 0.16);
  --muted: #686b62;
  --white: #fbfcf7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

.metrika-pixel {
  position: absolute;
  left: -9999px;
}

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

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

.header {
  min-height: 80px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-mark {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--lime);
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
}

.nav {
  display: flex;
  gap: clamp(14px, 1.55vw, 24px);
  max-width: 62vw;
  padding: 10px 0;
  overflow-x: auto;
  scrollbar-width: none;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

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

.nav a {
  transition: opacity 0.2s;
}

.nav a:hover {
  opacity: 0.5;
}

.header-cta {
  padding: 12px 16px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-cta span {
  margin-left: 18px;
}

.hero {
  min-height: calc(100vh - 80px);
  padding: 6vh 5vw;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 3vw;
}

.eyebrow,
.response-time {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow i,
.response-time i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(200, 240, 75, 0.22);
}

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

h1 {
  margin: 28px 0 30px;
  font-family: "Unbounded", sans-serif;
  font-size: 6.1rem;
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 600;
  overflow-wrap: anywhere;
}

h1 em {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  font-style: normal;
}

.hero-lead {
  max-width: 600px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.65;
}

.hero-benefits {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}

.hero-benefits li::before {
  content: "✓";
  margin-right: 8px;
  color: #638000;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  min-height: 57px;
  padding: 0 24px;
  border: 0;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform 0.2s, background 0.2s;
}

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

.button-primary {
  background: var(--lime);
}

.text-link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
}

.trust-row {
  margin-top: 6vh;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.trust-row span {
  margin-right: auto;
}

.trust-row b {
  color: var(--ink);
}

.quick-offer {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 5vw;
  background: #e7e6de;
}

.quick-offer h2 {
  margin: 22px 0 0;
  font: 600 3.8rem/1.08 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.quick-offer h2 span {
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
  opacity: 0.5;
}

.quick-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.quick-offer-card {
  min-height: 250px;
  padding: 24px;
  background: var(--paper);
}

.quick-offer-card b {
  color: var(--muted);
  font: 500 10px "Unbounded", sans-serif;
}

.quick-offer-card h3 {
  margin: 42px 0 16px;
  font: 600 1.55rem/1.2 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.quick-offer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.quick-offer-card.accent-card p,
.quick-offer-card.accent-card b {
  color: rgba(17, 19, 15, 0.68);
}

.hero-visual {
  height: min(62vw, 620px);
  max-height: 70vh;
  min-height: 480px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    #151712;
  background-size: 54px 54px;
  border-radius: 2px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 62%;
  aspect-ratio: 1;
  background: var(--lime);
  filter: blur(110px);
  opacity: 0.14;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.orbit-one {
  width: 58%;
  aspect-ratio: 1;
}

.orbit-two {
  width: 82%;
  aspect-ratio: 1;
}

.assistant-core {
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 240, 75, 0.55);
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--lime);
  position: relative;
  box-shadow: 0 0 70px rgba(200, 240, 75, 0.13);
}

.assistant-core span {
  font: 600 42px "Unbounded", sans-serif;
}

.assistant-core small {
  margin-top: 10px;
  font-size: 8px;
  letter-spacing: 0.4em;
}

.core-pulse {
  position: absolute;
  inset: 13px;
  border: 1px dashed rgba(200, 240, 75, 0.42);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.floating-card {
  position: absolute;
  width: 220px;
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(31, 34, 27, 0.88);
  backdrop-filter: blur(12px);
  color: var(--white);
  display: flex;
  gap: 12px;
  align-items: center;
  animation: float 5s ease-in-out infinite;
}

.floating-card small {
  display: block;
  color: #8f9388;
  font-size: 8px;
  letter-spacing: 0.18em;
  margin-bottom: 6px;
}

.floating-card strong {
  font-size: 11px;
}

.card-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 800;
}

.warning {
  background: #f3be65;
}

.chart {
  background: #dddfd6;
}

.card-mail { top: 17%; left: 5%; }
.card-tasks { top: 25%; right: 4%; animation-delay: -1.3s; }
.card-market { bottom: 15%; left: 10%; animation-delay: -2.8s; }
.card-meeting { bottom: 25%; right: 5%; animation-delay: -3.7s; }

.voice {
  background: var(--lime);
}

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

.status-pill {
  position: absolute;
  bottom: 7%;
  right: 6%;
  color: #b8bcb0;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-pill i {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--lime);
}

.service-hero {
  min-height: calc(100vh - 80px);
  padding: 7vh 5vw;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.86fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
}

.service-hero > * {
  min-width: 0;
}

.service-hero h1 {
  max-width: 860px;
  margin: 24px 0 26px;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.service-proof {
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.service-proof li {
  min-height: 104px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-proof b,
.service-proof span {
  display: block;
}

.service-proof b {
  font: 600 1.45rem "Unbounded", sans-serif;
}

.service-proof span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.lead-board {
  min-height: 590px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #151712;
  background-size: 48px 48px;
  box-shadow: 18px 18px 0 var(--lime);
}

.lead-board::before {
  content: "";
  width: 55%;
  aspect-ratio: 1;
  position: absolute;
  right: -12%;
  top: -12%;
  border-radius: 50%;
  background: var(--lime);
  filter: blur(100px);
  opacity: 0.13;
}

.lead-board > * {
  position: relative;
  z-index: 1;
}

.lead-board-top {
  min-height: 58px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.lead-board-top b,
.lead-board-top span {
  display: block;
}

.lead-board-top b {
  font: 500 1rem "Unbounded", sans-serif;
}

.lead-board-top span {
  color: #a4a89d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lead-board-top i {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  display: inline-block;
  background: var(--lime);
}

.lead-card {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(251, 252, 247, 0.06);
}

.lead-card small,
.lead-grid small {
  display: block;
  color: #92968b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lead-card strong {
  display: block;
  margin-top: 11px;
  font: 500 1.35rem "Unbounded", sans-serif;
}

.lead-card p {
  margin: 16px 0 0;
  color: #aeb2a8;
  line-height: 1.6;
}

.lead-route {
  margin: 34px 0;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.lead-route span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  font: 700 10px "Unbounded", sans-serif;
}

.lead-route i {
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.lead-grid {
  display: grid;
  gap: 10px;
}

.lead-grid > div {
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(17, 19, 15, 0.65);
}

.lead-grid b {
  font-size: 12px;
  text-align: right;
}

.lead-alert {
  margin-top: 18px;
  padding: 16px;
  display: flex;
  gap: 14px;
  color: var(--ink);
  background: var(--lime);
}

.lead-alert span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}

.lead-alert p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.service-benefits {
  color: var(--white);
  background: var(--ink);
}

.service-capabilities .capability {
  min-height: 330px;
}

.service-flow {
  grid-template-columns: 1fr auto 1fr auto 1fr;
}

.section-pad {
  padding: 92px 5vw;
}

.section-heading {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}

.section-number {
  color: var(--muted);
  font: 500 11px "Unbounded", sans-serif;
}

.kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.contact h2 {
  margin: 22px 0 0;
  font: 600 4rem/1.06 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.section-heading h2 span,
.contact h2 span {
  color: transparent;
  -webkit-text-stroke: 1px currentColor;
  opacity: 0.5;
}

.section-intro {
  max-width: 700px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.problem-card {
  min-height: 340px;
  padding: 26px 26px 120px;
  position: relative;
  background: var(--paper);
  overflow: hidden;
}

.problem-card > span,
.cap-num {
  color: var(--muted);
  font-size: 10px;
}

.problem-card h3 {
  margin-top: 48px;
  font: 600 2.35rem/1.05 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.problem-card p {
  max-width: 320px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.accent-card {
  background: var(--lime);
}

.accent-card p,
.accent-card > span {
  color: rgba(17, 19, 15, 0.65);
}

.card-line {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 34px;
  height: 1px;
  background: var(--line);
}

.card-line::before,
.card-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--ink);
}

.card-line::after { right: 0; }

.mini-calendar {
  position: absolute;
  bottom: 32px;
  left: 28px;
  right: 28px;
  display: flex;
  gap: 8px;
  opacity: 0.74;
}

.mini-calendar i {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(17, 19, 15, 0.18);
  border-radius: 50%;
}

.mini-calendar .active {
  background: var(--ink);
}

.mini-bars {
  position: absolute;
  bottom: 30px;
  left: 28px;
  right: 28px;
  height: 52px;
  display: flex;
  align-items: end;
  gap: 8px;
  opacity: 0.7;
}

.mini-bars i {
  flex: 1;
  background: var(--ink);
}

.mini-bars i:nth-child(1) { height: 30%; }
.mini-bars i:nth-child(2) { height: 55%; }
.mini-bars i:nth-child(3) { height: 43%; }
.mini-bars i:nth-child(4) { height: 82%; background: var(--lime); }
.mini-bars i:nth-child(5) { height: 100%; }

.scenarios {
  background: #e7e6de;
}

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

.scenario {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 2fr;
  gap: 5vw;
}

.scenario-heading {
  display: flex;
  gap: 18px;
}

.scenario-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--lime);
  font: 500 10px "Unbounded", sans-serif;
}

.scenario-heading small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.scenario-heading h3 {
  max-width: 430px;
  margin: 10px 0 0;
  font: 600 1.45rem/1.25 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.process-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}

.process-flow > div {
  min-height: 132px;
  padding: 18px;
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.process-flow > span {
  align-self: center;
  color: var(--muted);
}

.process-flow b {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-flow p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.process-flow .flow-result {
  background: var(--lime);
}

.process-flow .flow-result p {
  color: rgba(17, 19, 15, 0.72);
}

.scenario-link {
  width: max-content;
  margin-top: 18px;
  padding-bottom: 5px;
  grid-column: 2;
  display: inline-block;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.case-library {
  background: var(--paper);
}

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

.case-card {
  min-height: 470px;
  padding: 28px;
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.case-card > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-card h3 {
  margin: 28px 0 24px;
  font: 600 1.7rem/1.2 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.case-card dl {
  margin: 0;
  display: grid;
  gap: 14px;
}

.case-card dt {
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-card dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.case-card a {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  padding-top: 24px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.assistant-playground {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 35%, rgba(200, 240, 75, 0.1), transparent 25%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #11130f;
  background-size: auto, 70px 70px, 70px 70px, auto;
}

.demo-heading {
  margin-bottom: 34px;
}

.demo-heading-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.demo-heading .section-intro {
  color: #94988e;
}

.demo-live {
  padding: 8px 12px;
  border: 1px solid rgba(200, 240, 75, 0.35);
  border-radius: 100px;
  align-self: flex-start;
  color: var(--lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.demo-live i {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  display: inline-block;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(200, 240, 75, 0.12);
}

.demo-role-tabs {
  margin: 0 0 24px calc(25% + 1.25vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.demo-scenario {
  min-height: 64px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  text-align: left;
  color: var(--white);
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}

.demo-scenario:hover,
.demo-scenario.active {
  color: var(--ink);
  background: var(--lime);
}

.demo-scenario > span {
  color: #73776d;
  font: 500 8px "Unbounded", sans-serif;
}

.demo-scenario.active > span,
.demo-scenario:hover > span {
  color: rgba(17, 19, 15, 0.55);
}

.demo-scenario b {
  font-size: 11px;
  text-transform: uppercase;
}

.demo-scenario i {
  font-style: normal;
  opacity: 0.45;
  transition: transform 0.2s, opacity 0.2s;
}

.demo-scenario:hover i,
.demo-scenario.active i {
  opacity: 1;
  transform: translateX(4px);
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.demo-layout > * {
  min-width: 0;
}

.demo-label {
  margin-bottom: 18px;
  color: #85897e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-device {
  min-height: 620px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: #e9eae3;
  box-shadow: 18px 18px 0 var(--lime);
}

.demo-device-top {
  min-height: 70px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(17, 19, 15, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
}

.demo-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  font: 600 10px "Unbounded", sans-serif;
}

.demo-device-top b,
.demo-device-top span {
  display: block;
}

.demo-device-top b {
  font-size: 12px;
}

.demo-device-top span {
  margin-top: 4px;
  color: #777b70;
  font-size: 9px;
}

.demo-device-top span i {
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  display: inline-block;
  background: var(--lime);
}

.demo-reset {
  width: 38px;
  height: 38px;
  margin-left: auto;
  border: 1px solid rgba(17, 19, 15, 0.14);
  border-radius: 50%;
  color: #777b70;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
}

.demo-reset:hover {
  color: var(--ink);
  transform: rotate(-30deg);
}

.demo-messages {
  min-height: 130px;
  max-height: 250px;
  padding: 18px 18px 6px;
  flex: 1 1 auto;
  overflow-y: auto;
  scrollbar-width: none;
}

.demo-messages::-webkit-scrollbar {
  display: none;
}

.demo-message {
  width: min(78%, 470px);
  margin: 0 0 14px;
  animation: demo-message-in 0.35s ease both;
}

.demo-message.user {
  margin-left: auto;
}

.demo-message-text {
  padding: 13px 15px;
  color: var(--ink);
  background: var(--white);
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 7px 18px rgba(17, 19, 15, 0.05);
}

.demo-message.user .demo-message-text {
  color: var(--white);
  background: var(--ink);
}

.demo-message time {
  margin-top: 5px;
  display: block;
  color: #888c82;
  font-size: 8px;
}

.demo-message.user time {
  text-align: right;
}

.demo-result-card {
  border: 1px solid rgba(17, 19, 15, 0.12);
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 10px 25px rgba(17, 19, 15, 0.13);
}

.demo-result-card > span,
.demo-result-card > strong {
  display: block;
}

.demo-result-card > span {
  padding: 12px 14px;
  color: var(--lime);
  background: rgba(200, 240, 75, 0.08);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.demo-result-card > strong {
  padding: 16px 14px;
  font: 500 15px "Unbounded", sans-serif;
}

.demo-result-card > div {
  padding: 10px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.demo-result-card small {
  color: #92968b;
  font-size: 9px;
}

.demo-result-card b {
  font-size: 9px;
  text-align: right;
}

.demo-typing {
  min-height: 32px;
  padding: 5px 22px 10px;
  color: #686c62;
  font-size: 9px;
}

.demo-typing i {
  width: 5px;
  height: 5px;
  margin-right: 3px;
  border-radius: 50%;
  display: inline-block;
  background: #789313;
  animation: demo-dot 1s infinite alternate;
}

.demo-typing i:nth-child(2) { animation-delay: 0.2s; }
.demo-typing i:nth-child(3) { animation-delay: 0.4s; }
.demo-typing span { margin-left: 7px; }

.demo-question-panel {
  padding: 8px 18px 14px;
  border-top: 1px solid rgba(17, 19, 15, 0.08);
  background: rgba(255, 255, 255, 0.5);
}

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

.demo-question-panel > span {
  margin: 2px 0 10px;
  display: block;
  color: #777b70;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.demo-quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.demo-quick-actions button {
  min-height: 58px;
  padding: 8px 10px;
  border: 1px solid rgba(17, 19, 15, 0.13);
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  text-align: left;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.demo-quick-actions button:hover {
  border-color: #91ad2c;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(17, 19, 15, 0.08);
}

.demo-quick-actions em {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  font-style: normal;
  font-weight: 800;
}

.demo-quick-actions b,
.demo-quick-actions small {
  display: block;
}

.demo-quick-actions b {
  margin-bottom: 4px;
  font-size: 10px;
}

.demo-quick-actions small {
  color: #797d73;
  font-size: 8px;
}

.demo-quick-actions i {
  color: #777b70;
  font-style: normal;
  transition: transform 0.2s;
}

.demo-quick-actions button:hover i {
  transform: translateX(4px);
}

.demo-conversion {
  margin: auto 18px 10px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  background: var(--lime);
  font-size: 9px;
}

.demo-conversion[hidden] {
  display: none;
}

.demo-conversion b,
.demo-conversion span {
  display: block;
}

.demo-conversion b {
  margin-bottom: 3px;
  font-size: 10px;
}

.demo-conversion span {
  color: rgba(17, 19, 15, 0.65);
}

.demo-conversion a {
  flex: 0 0 auto;
  padding: 10px 12px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
}

.demo-conversion-actions {
  display: flex;
  gap: 7px;
  align-items: center;
}

.demo-again {
  padding: 9px 10px;
  border: 1px solid rgba(17, 19, 15, 0.28);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.demo-conversion a i {
  margin-left: 10px;
  font-style: normal;
}

.demo-input-row {
  min-height: 60px;
  margin-top: auto;
  padding: 8px 10px 8px 20px;
  border-top: 1px solid rgba(17, 19, 15, 0.12);
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
}

.demo-input-row input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 11px;
}

.demo-input-row input::placeholder {
  color: #898d83;
}

.demo-input-row button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  flex: 0 0 42px;
  color: var(--ink);
  background: var(--lime);
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.2s;
}

.demo-input-row button:hover {
  transform: translateX(3px);
}

.demo-sales h3 {
  margin: 0 0 20px;
  font: 500 2.45rem/1.12 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.demo-sales h3 span {
  color: var(--lime);
}

.demo-sales-copy {
  max-width: 430px;
  margin-bottom: 26px;
  color: #989c91;
  font-size: 13px;
  line-height: 1.7;
}

.demo-pipeline {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.demo-pipeline-step {
  min-height: 74px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: center;
  color: #686c62;
  transition: color 0.3s, padding 0.3s;
}

.demo-pipeline-step.active,
.demo-pipeline-step.done {
  color: var(--white);
  padding-left: 10px;
}

.demo-pipeline-step.active {
  background: rgba(200, 240, 75, 0.06);
}

.demo-pipeline-step > span {
  font: 500 9px "Unbounded", sans-serif;
}

.demo-pipeline-step b,
.demo-pipeline-step small {
  display: block;
}

.demo-pipeline-step b {
  margin-bottom: 5px;
  font-size: 13px;
}

.demo-pipeline-step small {
  color: #7d8177;
  font-size: 9px;
}

.demo-pipeline-step.active small,
.demo-pipeline-step.done small {
  color: #9da196;
}

.demo-pipeline-step i {
  color: #5f6359;
  font-style: normal;
}

.demo-pipeline-step.active i,
.demo-pipeline-step.done i {
  color: var(--lime);
}

.demo-proof {
  margin: 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.demo-proof > div {
  padding: 15px;
  background: #181a15;
}

.demo-proof strong,
.demo-proof span {
  display: block;
}

.demo-proof strong {
  color: var(--lime);
  font: 500 1.25rem "Unbounded", sans-serif;
}

.demo-proof span {
  margin-top: 7px;
  color: #85897e;
  font-size: 8px;
  text-transform: uppercase;
}

.demo-main-cta {
  min-height: 56px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  background: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s;
}

.demo-main-cta:hover {
  transform: translateY(-2px);
}

.demo-main-cta span {
  font-size: 17px;
}

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

@keyframes demo-message-in {
  from { opacity: 0; transform: translateY(8px); }
}

@keyframes demo-dot {
  to { opacity: 0.25; transform: translateY(-2px); }
}

.lead-quiz {
  background: #e7e6de;
}

.quiz-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.quiz-panel {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.quiz-step {
  padding: 24px;
  background: var(--paper);
}

.quiz-step > b {
  color: var(--muted);
  font: 500 10px "Unbounded", sans-serif;
}

.quiz-step h3,
.quiz-result h3 {
  margin: 20px 0 18px;
  font: 600 1.55rem/1.2 "Unbounded", sans-serif;
  letter-spacing: 0;
}

.quiz-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quiz-options button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(17, 19, 15, 0.18);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.quiz-options button:hover,
.quiz-options button.active {
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
}

.quiz-result {
  padding: 28px;
  color: var(--white);
  background: var(--ink);
  position: sticky;
  top: 20px;
}

.quiz-result h3 {
  margin-top: 0;
  color: var(--lime);
}

.quiz-result p {
  color: #a3a79d;
  line-height: 1.7;
}

.quiz-actions {
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.quiz-actions li {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #d9ddd2;
  font-size: 12px;
  line-height: 1.45;
}

.quiz-cta[aria-disabled="true"] {
  opacity: 0.48;
  pointer-events: none;
}

.capabilities {
  background: var(--ink);
  color: var(--white);
}

.section-heading.light {
  border-color: rgba(255, 255, 255, 0.15);
}

.section-heading.light .kicker,
.section-heading.light .section-number {
  color: #85897d;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.capability {
  min-height: 360px;
  padding: 30px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.cap-num {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #70746a;
}

.cap-icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(200, 240, 75, 0.5);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--lime);
  font-size: 20px;
}

.capability h3 {
  margin: 60px 0 16px;
  font: 500 2.25rem/1.15 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.capability p {
  max-width: 510px;
  color: #979b91;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.tag-row {
  position: absolute;
  left: 30px;
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  color: #a9ada1;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.capability.wide {
  grid-column: 1 / -1;
  min-height: 410px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  overflow: hidden;
}

.wide-copy {
  position: relative;
}

.wide-copy .tag-row {
  left: 0;
}

.chat-demo {
  align-self: center;
  max-width: 520px;
  padding: 20px;
  background: #24271f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(1.5deg);
}

.chat-top {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.chat-top i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background: var(--lime);
  border-radius: 50%;
}

.chat-top span {
  float: right;
  color: #898d82;
}

.bubble {
  width: 78%;
  margin: 24px 0;
  padding: 15px;
  font-size: 12px;
  line-height: 1.5;
}

.user-bubble {
  margin-left: auto;
  background: #35392f;
}

.bot-bubble {
  color: var(--ink);
  background: var(--lime);
}

.chat-action {
  width: max-content;
  margin-left: 0;
  padding: 10px 14px;
  border: 1px solid rgba(200, 240, 75, 0.45);
  color: var(--lime);
  font-size: 9px;
  text-transform: uppercase;
}

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

.step-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.step-top b {
  font: 500 12px "Unbounded", sans-serif;
}

.step-top i {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.step h3 {
  margin: 42px 0 16px;
  font: 600 1.8rem "Unbounded", sans-serif;
  letter-spacing: 0;
}

.step p {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.seo-faq {
  background: #e7e6de;
}

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

.faq-item {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1.7fr;
  gap: 5vw;
}

.faq-item h3 {
  margin: 0;
  font: 600 1.45rem/1.25 "Unbounded", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.faq-item p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 6vw;
  background: var(--lime);
}

.contact-copy > p:not(.kicker) {
  max-width: 440px;
  margin-top: 28px;
  line-height: 1.7;
}

.response-time {
  margin-top: 38px;
}

.response-time i {
  background: var(--ink);
  box-shadow: none;
}

.lead-form {
  padding: 34px;
  background: var(--white);
  min-width: 0;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lead-form label {
  display: block;
  margin-bottom: 22px;
}

.lead-form label > span {
  display: block;
  margin-bottom: 10px;
  color: #595c54;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lead-form input[type="text"],
.lead-form select,
.lead-form textarea {
  min-width: 0;
  width: 100%;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid #c9cbc3;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.lead-form select {
  appearance: none;
  cursor: pointer;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--ink);
}

.lead-form textarea {
  height: 100px;
  resize: vertical;
}

.lead-form .honeypot {
  position: absolute;
  left: -9999px;
}

.channel-field {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.channel-field legend {
  width: 100%;
  margin-bottom: 10px;
  color: #595c54;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.channel-field label {
  margin: 0;
}

.channel-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.channel-field span {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #c9cbc3;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.channel-field input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.form-bottom {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lead-form .consent {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.lead-form .consent span {
  margin: 0;
  max-width: 320px;
  color: #777a72;
  font-size: 9px;
  line-height: 1.5;
}

.lead-form .consent a {
  color: var(--ink);
  border-bottom: 1px solid currentColor;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-status {
  min-height: 20px;
  margin: 22px 0 0;
  font-size: 12px;
  font-weight: 700;
}

.form-status.success {
  color: #43700e;
}

.form-status.error {
  color: #a73b30;
}

.footer {
  min-height: 150px;
  padding: 34px 5vw;
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(420px, 1.6fr) auto;
  align-items: center;
  gap: 40px;
  font-size: 11px;
}

.footer-logo {
  grid-row: 1 / 3;
}

.footer p {
  margin: 0;
  color: #888c81;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 10px 22px;
}

.footer-links a {
  color: var(--lime);
  line-height: 1.35;
}

.footer > span {
  grid-column: 3;
  color: #71756b;
}

.cookie-banner {
  width: min(620px, calc(100% - 32px));
  padding: 18px;
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 50;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 45px rgba(17, 19, 15, 0.24);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner b {
  display: block;
  margin-bottom: 6px;
  color: var(--lime);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-banner p {
  margin: 0;
  color: #b6baaf;
  font-size: 12px;
  line-height: 1.55;
}

.cookie-banner a {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cookie-banner .button {
  min-height: 44px;
  flex: 0 0 auto;
}

.sticky-lead-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 14px 34px rgba(17, 19, 15, 0.22);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-page {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
}

.legal-header {
  min-height: 78px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-header a:last-child {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content {
  width: min(920px, 90vw);
  margin: 0 auto;
  padding: 70px 0 90px;
}

.legal-content h1 {
  margin: 0 0 24px;
  font-size: 4rem;
}

.legal-content h2 {
  margin: 42px 0 14px;
  font: 600 1.45rem/1.25 "Unbounded", sans-serif;
  letter-spacing: 0;
}

.legal-content p,
.legal-content li {
  color: #55584f;
  line-height: 1.75;
}

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

.legal-note {
  padding: 18px 20px;
  border-left: 4px solid var(--lime);
  background: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 1440px) {
  h1 { font-size: 6.7rem; }
  .service-hero h1 { font-size: 5.25rem; }
  .section-heading h2,
  .contact h2 { font-size: 4.55rem; }
}

@media (max-width: 1240px) {
  h1 { font-size: 4.8rem; }
  .service-hero h1 { font-size: 3.9rem; }
  .quick-offer h2,
  .section-heading h2,
  .contact h2 { font-size: 3.25rem; }
  .problem-card h3,
  .capability h3,
  .demo-sales h3 { font-size: 2rem; }
  .nav { display: none; }
}

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .quick-offer { grid-template-columns: 1fr; }
  .quick-offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quick-offer-card { min-height: 230px; }
  .service-hero { grid-template-columns: 1fr; }
  .lead-board { min-height: 540px; }
  .hero-visual { max-height: none; height: 520px; min-height: 460px; }
  .trust-row { margin-top: 42px; }
  .section-heading { grid-template-columns: 100px 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 300px; }
  .scenario { grid-template-columns: 1fr; }
  .scenario-link { grid-column: 1; }
  .case-card { min-height: 430px; }
  .service-flow { grid-template-columns: 1fr; }
  .service-flow > span { display: none; }
  .service-flow > div { min-height: auto; }
  .demo-role-tabs { margin-left: 0; }
  .demo-layout { grid-template-columns: 1fr; }
  .quiz-layout { grid-template-columns: 1fr; }
  .quiz-result { position: static; }
  .demo-device { min-height: 620px; }
  .demo-sales { max-width: 680px; }
  .contact { grid-template-columns: 1fr; }
  .lead-form { max-width: 780px; }
  .footer {
    grid-template-columns: minmax(170px, 0.8fr) minmax(320px, 1.4fr);
  }
  .footer-links { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
  .footer > span { grid-column: 2; }
}

@media (max-width: 900px) and (orientation: landscape) {
  .header { min-height: 64px; }
  .hero,
  .service-hero { min-height: auto; padding-top: 34px; padding-bottom: 44px; }
  .hero { grid-template-columns: 1fr 0.85fr; align-items: start; }
  h1 { font-size: 3rem; line-height: 1.04; }
  .service-hero h1 { font-size: 2.8rem; }
  .hero-lead { font-size: 0.98rem; line-height: 1.55; }
  .hero-visual { min-height: 320px; height: 360px; }
  .floating-card { width: 176px; min-height: 60px; padding: 10px; }
  .assistant-core { width: 116px; }
  .assistant-core span { font-size: 28px; }
  .section-pad { padding-top: 54px; padding-bottom: 54px; }
  .demo-device { min-height: 560px; }
  .sticky-lead-cta { display: none; }
}

@media (max-width: 720px) {
  body { padding-bottom: 72px; }
  .header { min-height: 72px; }
  .header-cta { font-size: 0; padding: 9px 13px; }
  .header-cta span { font-size: 17px; margin: 0; }
  .hero { min-height: auto; padding-top: 44px; padding-bottom: 54px; }
  h1 { font-size: 2.55rem; line-height: 1.08; }
  .service-hero {
    padding-top: 46px;
    overflow: hidden;
  }
  .service-hero h1 {
    max-width: 100%;
    font-size: 2.2rem;
    line-height: 1.08;
    letter-spacing: 0;
  }
  .hero-lead { font-size: 1rem; line-height: 1.58; }
  .quick-offer-grid { grid-template-columns: 1fr; }
  .quick-offer h2,
  .section-heading h2,
  .contact h2 { font-size: 2.15rem; line-height: 1.12; }
  .quick-offer-card { min-height: auto; }
  .quick-offer-card h3,
  .scenario-heading h3,
  .faq-item h3 { font-size: 1.25rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; min-height: 54px; gap: 18px; }
  .text-link { display: inline-flex; min-height: 40px; align-items: center; }
  .service-proof { grid-template-columns: 1fr; }
  .lead-board { min-height: auto; box-shadow: 9px 9px 0 var(--lime); }
  .lead-board-top { align-items: flex-start; flex-direction: column; }
  .lead-grid > div { align-items: flex-start; flex-direction: column; }
  .lead-grid b { text-align: left; }
  .trust-row { flex-wrap: wrap; }
  .trust-row span { width: 100%; }
  .hero-visual { min-height: 420px; height: auto; padding: 42px 0; }
  .assistant-core { width: 130px; }
  .floating-card { width: min(190px, 46vw); }
  .card-mail { top: 8%; left: 4%; }
  .card-tasks { top: 26%; right: 4%; }
  .card-market { bottom: 12%; left: 4%; }
  .card-meeting { display: none; }
  .section-pad { padding: 68px 5vw; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 40px; }
  .capability-list { grid-template-columns: 1fr; }
  .process-flow { grid-template-columns: 1fr; }
  .process-flow > span { display: none; }
  .process-flow > div { min-height: auto; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: auto; padding: 24px; }
  .case-card h3 { font-size: 1.35rem; }
  .demo-heading-top { align-items: flex-start; flex-direction: column; }
  .demo-role-tabs { grid-template-columns: 1fr 1fr; }
  .demo-scenario { min-height: 62px; padding: 0 12px; }
  .demo-device { min-height: 620px; box-shadow: 9px 9px 0 var(--lime); }
  .demo-message { width: 90%; }
  .demo-question-panel { padding: 10px 12px 14px; }
  .demo-quick-actions { grid-template-columns: 1fr; }
  .quiz-step { padding: 20px; }
  .quiz-options { display: grid; grid-template-columns: 1fr 1fr; }
  .quiz-options button { min-height: 46px; }
  .quiz-result { padding: 24px; }
  .demo-quick-actions button { min-height: 58px; }
  .demo-conversion { align-items: flex-start; flex-direction: column; }
  .demo-conversion-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .demo-again { min-height: 38px; }
  .demo-conversion a { width: 100%; text-align: center; }
  .demo-proof { margin-top: 24px; }
  .capability.wide { grid-column: auto; grid-template-columns: 1fr; }
  .capability { min-height: auto; padding: 26px; }
  .capability h3,
  .problem-card h3,
  .demo-sales h3 { font-size: 1.65rem; }
  .capability h3 { margin-top: 42px; }
  .cap-num { top: 26px; right: 26px; }
  .tag-row { position: static; margin-top: 28px; }
  .wide-copy { min-height: auto; }
  .wide-copy .tag-row { position: static; }
  .steps { grid-template-columns: 1fr; }
  .step { padding-bottom: 30px; }
  .step h3 { margin-top: 30px; }
  .faq-item { grid-template-columns: 1fr; gap: 16px; }
  .lead-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .channel-field { gap: 8px; }
  .form-bottom { align-items: stretch; flex-direction: column; }
  .sticky-lead-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: center;
  }
  .footer { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-logo { grid-row: auto; }
  .footer > span { grid-column: auto; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner .button { width: 100%; }
  .legal-header { align-items: flex-start; flex-direction: column; padding: 18px 5vw; }
  .legal-content h1 { font-size: 2.5rem; }
}

@media (max-width: 430px) {
  .logo { gap: 9px; font-size: 10px; }
  .logo-mark { width: 38px; height: 38px; }
  .header { padding-left: 4vw; padding-right: 4vw; }
  h1 { font-size: 2.1rem; }
  .service-hero h1 {
    font-size: 1.9rem;
  }
  .hero-benefits { display: grid; gap: 10px; }
  .trust-row { gap: 16px; }
  .hero-visual { min-height: 380px; }
  .floating-card { width: 178px; }
  .floating-card strong { font-size: 10px; }
  .card-tasks { top: 32%; }
  .section-pad { padding-left: 4vw; padding-right: 4vw; }
  .quick-offer h2,
  .section-heading h2,
  .contact h2 { font-size: 1.8rem; }
  .lead-board { padding: 16px; }
  .demo-device { min-height: 590px; }
  .quiz-options { grid-template-columns: 1fr; }
  .demo-device-top { padding-left: 12px; padding-right: 12px; }
  .demo-input-row { padding-left: 12px; }
  .channel-field span { min-height: 36px; padding: 0 11px; font-size: 10px; }
  .sticky-lead-cta { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
