:root {
  --ink: #08070a;
  --ink-2: #100d12;
  --panel: rgba(18, 16, 22, 0.72);
  --panel-strong: rgba(26, 21, 29, 0.9);
  --red: #7b1f2b;
  --red-deep: #3f1017;
  --blush: #f1d6d2;
  --cream: #fefaef;
  --bronze: #b9915e;
  --blue: #afd2fa;
  --soft: #b8b4c4;
  --white: #f8fafc;
  --line: rgba(254, 250, 239, 0.12);
  --line-hot: rgba(185, 145, 94, 0.58);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(123, 31, 43, 0.18), transparent 38%),
    linear-gradient(180deg, #050407, var(--ink) 42%, #09070b 100%);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 12%, rgba(254, 250, 239, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(8, 7, 10, 0), rgba(8, 7, 10, 0.9));
}

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

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

button {
  cursor: pointer;
}

main,
.nav,
.footer,
.chat-launcher,
.chat-window,
.chat-nudge {
  position: relative;
  z-index: 1;
}

.texture {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  mix-blend-mode: overlay;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(254, 250, 239, 0.09);
  background: rgba(5, 4, 7, 0.68);
  backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.brand-mark path {
  fill: none;
  stroke: var(--bronze);
  stroke-width: 3.1;
  stroke-linecap: round;
}

.brand-mark path:nth-of-type(2) {
  opacity: 0.7;
}

.brand-mark path:nth-of-type(3) {
  opacity: 0.42;
}

.brand-mark circle {
  fill: var(--blush);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.nav-links a {
  color: var(--soft);
  font-size: 13px;
  transition: color 220ms var(--ease);
}

.nav-links a:hover {
  color: var(--white);
}

.nav-links .nav-cta {
  padding: 10px 18px;
  border: 1px solid rgba(254, 250, 239, 0.16);
  border-radius: 999px;
  color: var(--cream);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(254, 250, 239, 0.04);
  color: var(--white);
}

.menu-button span {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px 22px 68px;
  background: #050407;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 52% 60%, rgba(254, 250, 239, 0.7), transparent 18%),
    radial-gradient(ellipse at 47% 64%, rgba(241, 214, 210, 0.74), transparent 25%),
    radial-gradient(ellipse at 56% 64%, rgba(123, 31, 43, 0.82), transparent 39%),
    radial-gradient(ellipse at 70% 42%, rgba(63, 16, 23, 0.8), transparent 42%),
    radial-gradient(ellipse at 38% 32%, rgba(24, 35, 80, 0.34), transparent 50%),
    linear-gradient(180deg, #040305 0%, #08070a 64%, #0d090d 100%);
}

.hero-aurora,
.final-glow {
  position: absolute;
  left: 50%;
  top: 62%;
  z-index: 1;
  width: min(780px, 92vw);
  height: 330px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 24% 62%, rgba(254, 250, 239, 0.86), transparent 30%),
    radial-gradient(ellipse at 54% 46%, rgba(241, 214, 210, 0.62), transparent 40%),
    radial-gradient(ellipse at 72% 44%, rgba(123, 31, 43, 0.86), transparent 50%),
    radial-gradient(ellipse at 36% 22%, rgba(185, 145, 94, 0.2), transparent 54%);
  filter: blur(58px);
  opacity: 0.78;
  transform: translate(-50%, -50%) rotate(-8deg);
  animation:
    slowGlow 11s ease-in-out infinite alternate,
    glarePulse 7s ease-in-out infinite;
}

.hero-aurora::before,
.hero-aurora::after,
.final-glow::before,
.final-glow::after {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: inherit;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-aurora::before,
.final-glow::before {
  background: radial-gradient(ellipse at 50% 50%, rgba(123, 31, 43, 0.82), transparent 58%);
  animation: glareDrift 8.5s ease-in-out infinite alternate;
}

.hero-aurora::after,
.final-glow::after {
  inset: 18% 10% 12% 18%;
  background: radial-gradient(ellipse at 36% 58%, rgba(254, 250, 239, 0.72), transparent 42%);
  animation: glareSweep 10s ease-in-out infinite alternate;
}

@keyframes slowGlow {
  from {
    transform: translate(-53%, -49%) rotate(-11deg) scale(0.96);
  }
  to {
    transform: translate(-47%, -53%) rotate(-5deg) scale(1.08);
  }
}

@keyframes glarePulse {
  0%,
  100% {
    filter: blur(58px) saturate(1);
  }
  50% {
    filter: blur(66px) saturate(1.18);
  }
}

@keyframes glareDrift {
  from {
    transform: translateX(-9%) translateY(4%) scale(0.92) rotate(-4deg);
    opacity: 0.62;
  }
  to {
    transform: translateX(11%) translateY(-7%) scale(1.12) rotate(7deg);
    opacity: 0.95;
  }
}

@keyframes glareSweep {
  from {
    transform: translateX(12%) translateY(8%) scale(0.9) rotate(5deg);
    opacity: 0.52;
  }
  to {
    transform: translateX(-14%) translateY(-3%) scale(1.08) rotate(-8deg);
    opacity: 0.86;
  }
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.64fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
}

h1 {
  margin: 18px 0 18px;
  color: var(--white);
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  font-weight: 500;
  line-height: 0.94;
}

.hero-sub {
  width: min(620px, 100%);
  color: var(--soft);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 300;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn-primary,
.btn-secondary,
.form-submit,
.chat-input button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 260ms var(--ease),
    border-color 260ms var(--ease),
    background 260ms var(--ease),
    color 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.btn-primary,
.form-submit,
.chat-input button {
  border: 1px solid var(--blush);
  background: var(--blush);
  color: #17090c;
  box-shadow: 0 18px 44px rgba(123, 31, 43, 0.26);
}

.btn-secondary {
  border: 1px solid rgba(254, 250, 239, 0.28);
  background: rgba(254, 250, 239, 0.035);
  color: var(--cream);
}

.btn-primary:hover,
.btn-secondary:hover,
.form-submit:hover,
.chat-input button:hover {
  transform: translateY(-2px);
}

.btn-secondary:hover {
  border-color: var(--bronze);
}

.hero-console {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(254, 250, 239, 0.075), rgba(254, 250, 239, 0.025)),
    rgba(9, 7, 12, 0.64);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.console-top span,
.console-row span {
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.console-top b {
  color: var(--soft);
  font-size: 12px;
}

.console-row {
  display: grid;
  grid-template-columns: 0.62fr 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(254, 250, 239, 0.08);
}

.console-row:last-child {
  border-bottom: 0;
}

.console-row.active {
  background: rgba(123, 31, 43, 0.18);
}

.console-row strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.console-row em {
  color: var(--soft);
  font-size: 12px;
  font-style: normal;
}

.tool-strip {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 26px 0 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(10, 8, 13, 0.88);
}

.tool-strip p {
  margin-bottom: 18px;
  color: var(--soft);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.logo-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: marquee 34s linear infinite;
}

.logo-track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.logo-track span {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 11px 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #151016;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.logo-track img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.logo-track img[src*="gohighlevel"] {
  width: 92px;
  height: 24px;
}

.logo-track img[src*="google-calendar"] {
  width: 24px;
}

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

.section-head {
  width: min(790px, 100%);
  margin-bottom: 34px;
}

.section-head h2,
.booking-card h2,
.final-cta h2 {
  margin: 12px 0;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 500;
  line-height: 1.03;
}

.section-head p,
.booking-card > div > p {
  color: var(--soft);
  font-size: 16px;
  line-height: 1.7;
}

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

.card,
.service-card,
.workflow-shell,
.booking-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(254, 250, 239, 0.055), rgba(254, 250, 239, 0.022)),
    var(--panel);
  box-shadow: inset 0 1px 0 rgba(254, 250, 239, 0.04);
  backdrop-filter: blur(16px);
}

.card,
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 26px;
  transition:
    border-color 260ms var(--ease),
    transform 260ms var(--ease),
    background 260ms var(--ease);
}

.card:hover,
.service-card:hover {
  border-color: var(--line-hot);
  background:
    linear-gradient(180deg, rgba(123, 31, 43, 0.16), rgba(254, 250, 239, 0.03)),
    var(--panel-strong);
  transform: translateY(-4px);
}

.card span,
.service-card span {
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card h3,
.service-card h3 {
  margin: 18px 0 10px;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
}

.card p,
.service-card p,
.workflow-node p,
.workflow-brief p,
.booking-card p,
.final-cta p {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.65;
}

.service-card i {
  display: block;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blush), var(--red), var(--bronze));
}

.workflow {
  width: min(1260px, calc(100% - 44px));
}

.workflow-shell {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: 18px;
  align-items: stretch;
  border-radius: 30px;
  padding: 20px;
  overflow: hidden;
}

.workflow-tabs {
  display: grid;
  gap: 10px;
}

.workflow-tab {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(254, 250, 239, 0.035);
  color: var(--soft);
  text-align: left;
  padding: 0 18px;
  transition:
    color 220ms var(--ease),
    border-color 220ms var(--ease),
    background 220ms var(--ease);
}

.workflow-tab.active,
.workflow-tab:hover {
  border-color: rgba(241, 214, 210, 0.42);
  background: rgba(123, 31, 43, 0.2);
  color: var(--white);
}

.workflow-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.workflow-stage::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 214, 210, 0.32), transparent);
}

.workflow-node {
  position: relative;
  z-index: 1;
  min-height: 260px;
  display: grid;
  align-content: end;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  background: rgba(8, 7, 10, 0.64);
  transition:
    transform 260ms var(--ease),
    border-color 260ms var(--ease),
    background 260ms var(--ease);
}

.workflow-node.active {
  border-color: rgba(241, 214, 210, 0.58);
  background:
    radial-gradient(circle at 50% 24%, rgba(241, 214, 210, 0.18), transparent 34%),
    rgba(123, 31, 43, 0.18);
  transform: translateY(-4px);
}

.workflow-node span {
  color: var(--bronze);
  font-size: 12px;
  font-weight: 700;
}

.workflow-node strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.workflow-brief {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background:
    radial-gradient(circle at 30% 15%, rgba(241, 214, 210, 0.14), transparent 34%),
    rgba(5, 4, 7, 0.62);
}

.workflow-brief h3 {
  margin: 12px 0 10px;
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
}

.workflow-brief ul {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  color: var(--cream);
  font-size: 13px;
  list-style: none;
}

.workflow-brief li {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.book {
  width: min(1160px, calc(100% - 44px));
}

.booking-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: 40px;
  align-items: start;
  border-radius: 30px;
  padding: clamp(28px, 5vw, 56px);
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.chat-input input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
  background: rgba(5, 4, 7, 0.62);
  color: var(--white);
  padding: 0 14px;
}

.booking-form textarea {
  min-height: 104px;
  resize: vertical;
  padding: 13px 14px;
  text-transform: none;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus,
.chat-input input:focus {
  border-color: var(--bronze);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 20px;
  color: var(--blush);
  font-size: 13px;
  text-align: center;
}

.final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 112px 22px;
  background: #050407;
  text-align: center;
}

.final-cta h2,
.final-cta p,
.final-cta a {
  position: relative;
  z-index: 3;
}

.final-cta h2 {
  width: min(790px, 100%);
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 0.98;
}

.final-cta p {
  width: min(660px, 100%);
  font-size: 16px;
}

.final-glow {
  top: 55%;
  opacity: 0.68;
  animation-duration: 13s, 8s;
}

.chat-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid rgba(241, 214, 210, 0.35);
  border-radius: 999px;
  padding: 0 18px 0 12px;
  background: rgba(8, 7, 10, 0.84);
  color: var(--cream);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.chat-launcher span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, var(--cream), transparent 34%),
    radial-gradient(circle at 60% 60%, var(--red), var(--bronze));
}

.chat-nudge {
  position: fixed;
  right: 22px;
  bottom: 86px;
  z-index: 49;
  max-width: 220px;
  display: none;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(18, 16, 22, 0.92);
  color: var(--soft);
  font-size: 13px;
  box-shadow: var(--shadow);
}

.chat-nudge.show {
  display: block;
}

.chat-window {
  position: fixed;
  right: 22px;
  bottom: 86px;
  z-index: 51;
  width: min(390px, calc(100vw - 28px));
  height: min(560px, calc(100vh - 116px));
  display: none;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(241, 214, 210, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 0%, rgba(123, 31, 43, 0.32), transparent 40%),
    rgba(8, 7, 10, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.chat-window.open {
  display: grid;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.chat-header span {
  display: block;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-header strong {
  color: var(--white);
  font-size: 14px;
}

.chat-close {
  border: 0;
  background: transparent;
  color: var(--soft);
  font-size: 12px;
}

.chat-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
  padding: 18px;
}

.chat-msg {
  max-width: 86%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 11px 13px;
  color: var(--cream);
  font-size: 13px;
  line-height: 1.5;
}

.chat-msg.bot {
  align-self: flex-start;
  background: rgba(254, 250, 239, 0.045);
}

.chat-msg.user {
  align-self: flex-end;
  border-color: rgba(241, 214, 210, 0.28);
  background: rgba(123, 31, 43, 0.22);
}

.chat-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-options button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(254, 250, 239, 0.04);
  color: var(--cream);
  padding: 8px 11px;
  font-size: 12px;
}

.chat-input {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.chat-input button {
  min-height: 48px;
  padding-inline: 16px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 30px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: #050407;
}

.footer p,
.footer a {
  color: var(--soft);
  font-size: 13px;
}

.footer div {
  display: flex;
  gap: 22px;
}

.footer-contact {
  min-width: min(100%, 320px);
  display: grid !important;
  gap: 4px !important;
  padding: 14px 18px;
  border: 1px solid rgba(254, 250, 239, 0.1);
  border-radius: 18px;
  background: rgba(254, 250, 239, 0.035);
}

.footer-contact span {
  color: var(--bronze);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact a {
  color: var(--cream);
  line-height: 1.45;
}

.footer-contact a:last-child {
  color: var(--soft);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 760ms var(--ease),
    transform 760ms var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1060px) {
  .hero-inner,
  .problem-grid,
  .services-grid,
  .booking-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-console {
    max-width: 620px;
  }

  .workflow-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .nav {
    height: 64px;
  }

  .menu-button {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(8, 7, 10, 0.96);
  }

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

  .hero {
    padding-top: 104px;
  }

  .hero-actions,
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .section,
  .workflow,
  .book {
    width: min(100% - 28px, 1180px);
    padding: 68px 0;
  }

  .console-row,
  .workflow-stage {
    grid-template-columns: 1fr;
  }

  .workflow-node {
    min-height: 180px;
  }

  .workflow-stage::before {
    display: none;
  }

  .chat-window {
    right: 14px;
    bottom: 78px;
  }

  .chat-launcher {
    right: 14px;
    bottom: 14px;
  }

  .chat-nudge {
    right: 14px;
    bottom: 78px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
