:root {
  --ink: #071638;
  --blue: #063fae;
  --blue-2: #0b57dc;
  --gold: #d99f25;
  --gold-2: #f6d677;
  --paper: #f6f9fd;
  --muted: #53627a;
  --line: #dce6ef;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #061638;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
  margin: 0 auto;
  padding: 16px max(24px, calc((100vw - 1180px) / 2 + 24px));
  border-bottom: 1px solid rgba(6, 63, 174, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: #10233f;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(8, 32, 82, 0.08);
  transition:
    background 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}

.site-header.is-scrolled {
  border: 1px solid rgba(6, 63, 174, 0.12);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 44px rgba(8, 32, 82, 0.14);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(246, 214, 119, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(0, 24, 72, 0.2);
}

.brand img {
  width: 82px;
}

.mobile-header-copy {
  display: none;
}

.site-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 26px;
  min-width: 0;
  color: #10233f;
  font-size: 14px;
  font-weight: 700;
}

.site-header.is-scrolled .site-nav {
  color: #10233f;
}

.site-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 0.2s ease, transform 0.2s ease;
  content: "";
}

.site-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-action,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  font-weight: 800;
}

.header-action,
.primary-button {
  color: #061638;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 42px rgba(217, 159, 37, 0.3);
}

.header-action {
  flex: 0 0 auto;
  padding: 0 18px;
  white-space: nowrap;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.96fr);
  align-items: center;
  gap: 54px;
  max-width: 1180px;
  min-height: calc(100vh - 76px);
  margin: -76px auto 0;
  padding: 132px 24px 92px;
  color: #f4f8ff;
}

main {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    radial-gradient(circle at 16% 8%, rgba(0, 69, 196, 0.42), transparent 27rem),
    radial-gradient(circle at 84% 26%, rgba(221, 168, 54, 0.2), transparent 25rem),
    linear-gradient(180deg, #061638 0, #082052 840px, #f7f9fd 840px, #eef3f8 100%);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

#abilities,
#scenes,
#workflow,
#contact {
  scroll-margin-top: 210px;
}

.ambient-motion {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.signal {
  position: absolute;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(246, 214, 119, 0.8), rgba(76, 134, 255, 0.72), transparent);
  opacity: 0;
  animation: signalSweep 7s linear infinite;
}

.signal-one {
  top: 180px;
  left: 8%;
  width: 56%;
}

.signal-two {
  top: 326px;
  right: 3%;
  width: 42%;
  animation-delay: 1.8s;
}

.signal-three {
  top: 760px;
  left: 20%;
  width: 64%;
  animation-delay: 3.4s;
}

.node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 8px rgba(246, 214, 119, 0.1), 0 0 28px rgba(246, 214, 119, 0.72);
  animation: nodePulse 2.8s ease-in-out infinite;
}

.node-one {
  top: 214px;
  left: 11%;
}

.node-two {
  top: 472px;
  right: 15%;
  animation-delay: 0.9s;
}

.node-three {
  top: 918px;
  left: 52%;
  animation-delay: 1.6s;
}

.hero-section,
.pain-section,
.abilities-section,
.scenes-section,
.workflow-section,
.ai-team-section,
.contact-section {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-2);
  font-size: 14px;
  font-weight: 900;
}

.section-heading > span,
.workflow-copy > span,
.contact-copy > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  margin-bottom: 16px;
  padding: 0 18px;
  border: 1px solid rgba(217, 159, 37, 0.22);
  border-radius: 999px;
  color: #8a6517;
  background: linear-gradient(135deg, rgba(255, 250, 235, 0.95), rgba(255, 246, 219, 0.76));
  box-shadow: 0 12px 28px rgba(217, 159, 37, 0.12);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.section-heading > span::before,
.workflow-copy > span::before,
.contact-copy > span::before {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  content: "";
}

.eyebrow span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 18px rgba(246, 214, 119, 0.72);
}

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

.hero-copy h1 {
  max-width: 720px;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy h1 span + span {
  font-size: clamp(38px, 5vw, 66px);
}

.hero-lead {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(244, 248, 255, 0.82);
  font-size: 20px;
  line-height: 1.8;
}

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

.hero-actions a {
  padding: 0 24px;
}

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

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

.hero-metrics div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(217, 159, 37, 0.08));
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: #fff;
  font-size: 21px;
}

.hero-metrics span {
  margin-top: 6px;
  color: rgba(244, 248, 255, 0.68);
  font-size: 13px;
}

.product-stage {
  position: relative;
  min-height: 560px;
}

.live-flow {
  position: absolute;
  inset: 34px 22px 86px 18px;
  z-index: 0;
  border-radius: 18px;
  pointer-events: none;
}

.live-flow i {
  position: absolute;
  left: 0;
  width: 120px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(246, 214, 119, 0.74), transparent);
  opacity: 0;
  animation: dataStream 4.2s linear infinite;
}

.live-flow i:nth-child(1) {
  top: 22%;
}

.live-flow i:nth-child(2) {
  top: 48%;
  animation-delay: 1.1s;
}

.live-flow i:nth-child(3) {
  top: 72%;
  animation-delay: 2.2s;
}

.command-tags {
  position: absolute;
  top: -22px;
  right: 16px;
  left: 26px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.command-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(246, 214, 119, 0.32);
  border-radius: 999px;
  color: #ffeab1;
  background: rgba(7, 25, 64, 0.74);
  box-shadow: 0 12px 28px rgba(0, 18, 60, 0.22);
  font-size: 12px;
  font-weight: 800;
  animation: tagFloat 4.6s ease-in-out infinite;
}

.command-tags span:nth-child(2) {
  animation-delay: 0.5s;
}

.command-tags span:nth-child(3) {
  animation-delay: 1s;
}

.command-tags span:nth-child(4) {
  animation-delay: 1.5s;
}

.assistant-window,
.dashboard-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(7, 25, 64, 0.82);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.assistant-window {
  position: relative;
  z-index: 1;
  padding: 18px;
  animation: windowFloat 6.4s ease-in-out infinite;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header {
    background: #fff;
  }

  .assistant-window,
  .dashboard-panel {
    background: #071940;
  }
}

.window-head,
.panel-title,
.task-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.window-head small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(244, 248, 255, 0.58);
}

.window-head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 14px rgba(246, 214, 119, 0.82);
  animation: nodePulse 1.5s ease-in-out infinite;
}

.chat-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.chat {
  max-width: 82%;
  padding: 14px 16px;
  border-radius: 8px;
  line-height: 1.6;
  font-size: 14px;
  animation: chatBreathe 5.8s ease-in-out infinite;
}

.chat:nth-child(2) {
  animation-delay: 0.7s;
}

.chat:nth-child(3) {
  animation-delay: 1.4s;
}

.chat:nth-child(4) {
  animation-delay: 2.1s;
}

.chat.owner {
  justify-self: end;
  color: #071a3d;
  background: linear-gradient(135deg, #fff, #edf4ff);
}

.chat.ai {
  color: #f7fbff;
  background: rgba(0, 77, 196, 0.28);
}

.dashboard-panel {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 2;
  overflow: hidden;
  width: min(410px, 88%);
  padding: 20px;
  animation: windowFloat 6.4s ease-in-out infinite reverse;
}

.scan-line {
  position: absolute;
  right: 0;
  left: 0;
  top: -42%;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(246, 214, 119, 0.16), transparent);
  animation: panelScan 4.6s ease-in-out infinite;
  pointer-events: none;
}

.panel-title strong {
  color: var(--gold-2);
  font-size: 30px;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 20px 0;
}

.room-grid span {
  display: grid;
  min-height: 66px;
  place-items: center;
  border-radius: 6px;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.room-grid span:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 20, 70, 0.28);
}

.room-grid span:nth-child(2),
.room-grid span:nth-child(5) {
  animation: roomPulse 3.8s ease-in-out infinite;
}

.room-grid span:nth-child(4) {
  animation: warningPulse 2.8s ease-in-out infinite;
}

.available {
  color: #fff;
  background: #0757c8;
}

.clean {
  color: #061638;
  background: var(--gold-2);
}

.occupied {
  color: #eff7ff;
  background: #1a3f8f;
}

.warning {
  color: #3e2500;
  background: #e9b646;
}

.task-strip {
  color: rgba(244, 248, 255, 0.74);
  font-size: 12px;
}

.pain-section,
.abilities-section,
.scenes-section,
.workflow-section,
.ai-team-section,
.contact-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px;
  color: #10233f;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.workflow-copy h2,
.contact-copy h2 {
  margin-top: 0;
  color: #082052;
  font-size: 38px;
  line-height: 1.18;
}

.section-heading p,
.workflow-copy p,
.contact-copy p,
.ability-card p,
.scene-grid p,
.employee-board p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.pain-list,
.ability-grid,
.scene-grid,
.employee-board {
  display: grid;
  gap: 16px;
}

.pain-list {
  grid-template-columns: repeat(5, 1fr);
}

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

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

.employee-board {
  grid-template-columns: repeat(4, 1fr);
}

.pain-list article,
.ability-card,
.scene-grid article,
.employee-board article,
.lead-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(8, 32, 82, 0.08);
}

.pain-list article {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 22px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pain-list article::after,
.scene-grid article::after,
.employee-board article::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(246, 214, 119, 0.14), transparent);
  transform: skew(-18deg);
  animation: cardGlint 7.2s ease-in-out infinite;
  content: "";
}

.pain-list article:nth-child(2)::after,
.scene-grid article:nth-child(2)::after,
.employee-board article:nth-child(2)::after {
  animation-delay: 1.2s;
}

.pain-list article:nth-child(3)::after,
.scene-grid article:nth-child(3)::after,
.employee-board article:nth-child(3)::after {
  animation-delay: 2.4s;
}

.pain-list article:hover,
.scene-grid article:hover,
.employee-board article:hover,
.ability-card:hover {
  border-color: rgba(217, 159, 37, 0.48);
  box-shadow: 0 26px 64px rgba(8, 32, 82, 0.13);
  transform: translateY(-5px);
}

.pain-list article::before,
.ability-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  content: "";
}

.icon,
.scene-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 63, 174, 0.12);
  border-radius: 8px;
  color: var(--blue);
  background: linear-gradient(135deg, #edf4ff, #fff7de);
  font-style: normal;
  font-weight: 900;
  animation: iconPulse 4.4s ease-in-out infinite;
}

.pain-list h3,
.scene-grid h3,
.employee-board h3,
.ability-card h3 {
  margin-top: 16px;
  color: #082052;
  font-size: 18px;
}

.pain-list p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.ability-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0 28px 30px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ability-visual {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  height: 360px;
  margin: 0 -28px 26px;
  overflow: hidden;
  border-bottom: 1px solid rgba(6, 63, 174, 0.12);
  background:
    radial-gradient(circle at 50% 30%, rgba(246, 214, 119, 0.3), transparent 11rem),
    radial-gradient(circle at 18% 28%, rgba(77, 134, 255, 0.34), transparent 13rem),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #061638, #082052 48%, #0b2f7a);
  background-size: auto, auto, 36px 36px, 36px 36px, auto;
  perspective: 900px;
}

.ability-visual::before {
  position: absolute;
  inset: auto -12% -38% -12%;
  height: 68%;
  border: 1px solid rgba(246, 214, 119, 0.22);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(246, 214, 119, 0.16) 0 1px, transparent 1px 22px),
    radial-gradient(circle at 50% 50%, rgba(6, 63, 174, 0.18), transparent 60%);
  transform: rotateX(68deg);
  animation: visualPulse 5.2s ease-in-out infinite;
  content: "";
}

.ability-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(246, 214, 119, 0.12), transparent 44%);
  transform: translateX(-120%);
  animation: visualSweep 6.8s ease-in-out infinite;
  content: "";
}

.visual-beam {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(246, 214, 119, 0.86), rgba(77, 134, 255, 0.86), transparent);
  opacity: 0;
  animation: visualBeam 4.8s linear infinite;
}

.beam-one {
  top: 92px;
  left: 8%;
  width: 76%;
}

.beam-two {
  right: 0;
  bottom: 96px;
  width: 64%;
  animation-delay: 1.5s;
}

.visual-node {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 10px rgba(246, 214, 119, 0.1), 0 0 30px rgba(246, 214, 119, 0.82);
  animation: nodePulse 2.8s ease-in-out infinite;
}

.visual-node-one {
  top: 80px;
  right: 21%;
}

.visual-node-two {
  bottom: 84px;
  left: 18%;
  animation-delay: 1s;
}

.visual-console {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 35px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.72fr 0.48fr;
  gap: 12px;
  transform: rotateX(58deg) translateY(6px);
  transform-origin: center bottom;
}

.visual-console em {
  height: 58px;
  border: 1px solid rgba(246, 214, 119, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 18%, transparent 18% 28%, rgba(77, 134, 255, 0.32) 28% 64%, transparent 64%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(0, 18, 60, 0.22);
  animation: consolePulse 3.8s ease-in-out infinite;
}

.visual-console em:nth-child(2) {
  animation-delay: 0.7s;
}

.visual-console em:nth-child(3) {
  animation-delay: 1.4s;
}

.agent-ring {
  position: absolute;
  inset: 62px 42px 56px;
  z-index: 2;
  border: 1px solid rgba(246, 214, 119, 0.18);
  border-radius: 50%;
  animation: slowSpin 18s linear infinite;
}

.agent-ring::before,
.agent-ring::after {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(77, 134, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.agent-ring::after {
  inset: 58px;
  border-color: rgba(246, 214, 119, 0.22);
}

.agent-ring em {
  position: absolute;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(246, 214, 119, 0.28);
  border-radius: 14px;
  color: #061638;
  background: linear-gradient(135deg, #fff, #ffe9a2);
  box-shadow: 0 16px 32px rgba(0, 18, 60, 0.26);
  font-style: normal;
  font-weight: 900;
  animation: reverseSlowSpin 18s linear infinite;
}

.agent-ring em:nth-child(1) {
  top: -18px;
  left: calc(50% - 21px);
}

.agent-ring em:nth-child(2) {
  top: calc(50% - 21px);
  right: -18px;
}

.agent-ring em:nth-child(3) {
  bottom: -18px;
  left: calc(50% - 21px);
}

.agent-ring em:nth-child(4) {
  top: calc(50% - 21px);
  left: -18px;
}

.access-stack {
  position: absolute;
  top: 82px;
  right: 30px;
  z-index: 2;
  display: grid;
  gap: 10px;
  min-width: 150px;
}

.access-stack em {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(246, 214, 119, 0.22);
  border-radius: 8px;
  color: rgba(244, 248, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 28px rgba(0, 18, 60, 0.22);
  font-style: normal;
  font-weight: 800;
  animation: stackStep 4.6s ease-in-out infinite;
}

.access-stack em:nth-child(2) {
  animation-delay: 0.7s;
}

.access-stack em:nth-child(3) {
  animation-delay: 1.4s;
}

.ability-visual span,
.ability-visual small {
  position: relative;
  z-index: 4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 32px rgba(0, 18, 60, 0.22);
  font-weight: 900;
}

.ability-visual span {
  padding: 8px 14px;
}

.ability-visual strong {
  position: relative;
  z-index: 4;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-2), #4d86ff);
  box-shadow:
    0 0 0 14px rgba(77, 134, 255, 0.08),
    0 0 0 34px rgba(246, 214, 119, 0.04),
    0 28px 56px rgba(0, 18, 60, 0.38);
  font-size: 34px;
  animation: coreFloat 4.6s ease-in-out infinite;
}

.team-visual strong {
  width: 188px;
  border-radius: 999px;
  font-size: 26px;
}

.checkin-visual strong {
  color: #061638;
  background: linear-gradient(135deg, #fff4c7, var(--gold-2));
}

.ability-visual small {
  padding: 10px 18px;
  color: var(--muted);
}

.ability-scene,
.ability-scene * {
  box-sizing: border-box;
}

.ability-scene {
  position: relative;
  z-index: 5;
  width: min(86%, 420px);
  height: 280px;
  color: #f4f8ff;
}

.ability-scene span,
.ability-scene small,
.ability-scene strong,
.ability-scene p,
.ability-scene em,
.ability-scene i {
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-style: normal;
  transform: none;
  animation: none;
}

.command-scene {
  display: grid;
  align-content: center;
  gap: 14px;
}

.command-bubble {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  border: 1px solid rgba(246, 214, 119, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 34px rgba(0, 18, 60, 0.24);
}

.command-bubble.owner {
  width: 78%;
  justify-self: start;
}

.command-bubble.result {
  width: 92%;
  justify-self: end;
  background: rgba(7, 55, 148, 0.62);
}

.command-bubble span,
.team-hub span,
.guest-card span,
.door-card-mini span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
}

.command-bubble p,
.team-hub p {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.room-strip,
.command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.room-strip i,
.command-actions em,
.team-role,
.checkin-steps em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(246, 214, 119, 0.24);
  border-radius: 8px;
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.room-strip i:nth-child(2),
.command-actions em:nth-child(3),
.checkin-steps em:nth-child(2) {
  color: #fff8dd;
  border-color: rgba(246, 214, 119, 0.48);
  background: rgba(217, 159, 37, 0.22);
}

.team-scene {
  display: grid;
  place-items: center;
  width: min(92%, 440px);
}

.team-scene::before,
.team-scene::after {
  position: absolute;
  inset: 30px 54px;
  border: 1px solid rgba(246, 214, 119, 0.1);
  border-radius: 50%;
  animation: slowSpin 20s linear infinite;
  content: "";
}

.team-scene::after {
  inset: 58px 86px;
  border-color: rgba(77, 134, 255, 0.12);
  animation-direction: reverse;
  animation-duration: 16s;
}

.team-hub {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: 172px;
  min-height: 106px;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--blue-2), #4d86ff);
  box-shadow: 0 28px 56px rgba(0, 18, 60, 0.38);
  animation: coreFloat 4.6s ease-in-out infinite;
}

.team-hub span {
  color: var(--gold-2);
  font-size: 12px;
}

.team-hub p {
  max-width: 10em;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.team-role {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  width: 118px;
  min-height: 58px;
  align-content: center;
  padding: 9px 10px;
  border-color: rgba(246, 214, 119, 0.3);
  text-align: center;
  border-radius: 10px;
  background: rgba(7, 25, 64, 0.86);
  box-shadow: 0 16px 32px rgba(0, 18, 60, 0.24);
  animation: tagFloat 4.8s ease-in-out infinite;
}

.team-role strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.team-role small {
  color: rgba(244, 248, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.role-booking {
  top: 20px;
  left: 2px;
}

.role-checkin {
  top: 20px;
  right: 2px;
  animation-delay: 0.8s;
}

.role-clean {
  bottom: 18px;
  left: 18px;
  animation-delay: 1.6s;
}

.role-data {
  right: 18px;
  bottom: 18px;
  animation-delay: 2.4s;
}

.checkin-scene {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 12px 14px;
  align-content: center;
  align-items: center;
}

.checkin-scene::before {
  position: absolute;
  z-index: 1;
  top: 47%;
  right: 40px;
  left: 40px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(246, 214, 119, 0.18), rgba(246, 214, 119, 0.9), rgba(77, 134, 255, 0.7));
  content: "";
}

.guest-card,
.door-card-mini,
.checkin-flow-core {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(246, 214, 119, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 34px rgba(0, 18, 60, 0.24);
}

.guest-card,
.door-card-mini {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.guest-card strong,
.door-card-mini strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.checkin-flow-core {
  display: grid;
  gap: 9px;
  width: 164px;
  min-height: 118px;
  place-items: center;
  justify-self: center;
  padding: 16px;
  color: #f7fbff;
  border-color: rgba(246, 214, 119, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(246, 214, 119, 0.12)),
    rgba(7, 25, 64, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 22px 42px rgba(0, 18, 60, 0.32);
  text-align: center;
  animation: coreFloat 4.6s ease-in-out infinite;
}

.checkin-flow-core span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
}

.checkin-flow-core strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.checkin-steps {
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.door-card-mini {
  grid-column: 2;
}

.ability-card ul {
  display: grid;
  align-content: start;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ability-card > h3 {
  min-height: 28px;
}

.ability-card > p {
  min-height: 112px;
}

.ability-card > h3,
.ability-card > p,
.ability-card > ul {
  width: 100%;
}

.ability-card li {
  position: relative;
  padding-left: 18px;
  color: #253a56;
  line-height: 1.55;
}

.ability-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--gold);
  content: "";
}

.scene-grid article {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 180px;
  padding: 28px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.scene-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  content: "";
}

.scene-grid h3 {
  margin-top: 0;
  color: #082052;
  font-size: 25px;
  line-height: 1.18;
}

.scene-grid article > div {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.scene-grid p {
  max-width: 16em;
  font-size: 17px;
  line-height: 1.75;
}

.scene-grid b {
  position: relative;
  z-index: 2;
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-color: rgba(246, 214, 119, 0.28);
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 68% 24%, rgba(246, 214, 119, 0.9), transparent 0.62rem),
    linear-gradient(135deg, var(--blue-2), #4d86ff);
  box-shadow:
    0 0 0 12px rgba(77, 134, 255, 0.06),
    0 0 0 28px rgba(246, 214, 119, 0.04),
    0 22px 44px rgba(8, 32, 82, 0.2);
  font-size: 42px;
}

.scene-grid article:nth-child(3) b,
.scene-grid article:nth-child(5) b {
  color: #061638;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, 0.9), transparent 0.62rem),
    linear-gradient(135deg, #fff4c7, var(--gold-2));
}

.scene-grid article:nth-child(6) b {
  color: #061638;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, 0.9), transparent 0.62rem),
    linear-gradient(135deg, #ffe4a3, #e9b646);
}

.workflow-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: center;
}

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

.workflow-steps div {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 18px;
  border-radius: 8px;
  color: #eaf6ff;
  background: linear-gradient(135deg, #061638, #083f9f);
  box-shadow: inset 0 0 0 1px rgba(246, 214, 119, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.workflow-steps div::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -48%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(246, 214, 119, 0.16), transparent);
  transform: skew(-18deg);
  animation: cardGlint 6.8s ease-in-out infinite;
  content: "";
}

.workflow-steps div:nth-child(2)::after {
  animation-delay: 0.8s;
}

.workflow-steps div:nth-child(3)::after {
  animation-delay: 1.6s;
}

.workflow-steps div:nth-child(4)::after {
  animation-delay: 2.4s;
}

.workflow-steps div:hover {
  box-shadow: inset 0 0 0 1px rgba(246, 214, 119, 0.34), 0 18px 38px rgba(8, 32, 82, 0.18);
  transform: translateY(-4px);
}

.workflow-steps strong {
  color: var(--gold-2);
  font-size: 24px;
}

.employee-board article {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 20px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.employee-board article::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(217, 159, 37, 0.12);
  animation: nodePulse 2.8s ease-in-out infinite;
  content: "";
}

.employee-board h3 {
  margin-top: 0;
  font-size: 19px;
}

.contact-section {
  padding-bottom: 110px;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: #20324a;
  font-weight: 800;
}

.lead-form .wide,
.lead-form button,
.form-message {
  grid-column: 1 / -1;
}

.trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid #cad7e5;
  border-radius: 6px;
  padding: 0 14px;
  color: #0d2242;
  background: #f8fbff;
  font: inherit;
  outline: none;
}

.lead-form button {
  height: 50px;
  border: 0;
  border-radius: 6px;
  color: #061638;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.form-message {
  display: none;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(217, 159, 37, 0.26);
  border-radius: 6px;
  color: #9a3f00;
  background: #fff7e6;
  font-size: 14px;
  font-weight: 700;
}

.form-message.show {
  display: block;
}

.form-message.success {
  border-color: rgba(6, 63, 174, 0.18);
  color: #06419f;
  background: #edf5ff;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(24px, calc((100vw - 1180px) / 2 + 24px));
  color: var(--muted);
  background: linear-gradient(180deg, #eef4f8, #e6edf5);
  border-top: 1px solid rgba(8, 32, 82, 0.08);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footer-brand img {
  width: 72px;
  padding: 5px 7px;
  border: 1px solid rgba(217, 159, 37, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.footer-brand strong {
  color: #082052;
  font-weight: 900;
}

.footer-brand p,
.footer-meta span {
  margin: 0;
  line-height: 1.7;
}

.footer-meta {
  display: grid;
  gap: 3px;
  text-align: right;
  font-size: 13px;
}

.footer-meta a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.footer-meta a:hover {
  color: #063fae;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes signalSweep {
  0% {
    opacity: 0;
    transform: translateX(28%);
  }
  16% {
    opacity: 1;
  }
  62% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translateX(-120%);
  }
}

@keyframes nodePulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.86);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes dataStream {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 0.74;
  }
  100% {
    opacity: 0;
    transform: translateX(360%);
  }
}

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

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

@keyframes chatBreathe {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(246, 214, 119, 0);
  }
  50% {
    box-shadow: 0 12px 28px rgba(6, 63, 174, 0.18);
  }
}

@keyframes panelScan {
  0%,
  20% {
    top: -42%;
    opacity: 0;
  }
  38% {
    opacity: 1;
  }
  74% {
    opacity: 0.8;
  }
  100% {
    top: 112%;
    opacity: 0;
  }
}

@keyframes roomPulse {
  0%,
  100% {
    box-shadow: inset 0 0 0 0 rgba(246, 214, 119, 0);
  }
  50% {
    box-shadow: inset 0 0 0 2px rgba(246, 214, 119, 0.34), 0 0 24px rgba(246, 214, 119, 0.24);
  }
}

@keyframes warningPulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.16);
  }
}

@keyframes cardGlint {
  0%,
  58% {
    left: -48%;
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%,
  100% {
    left: 118%;
    opacity: 0;
  }
}

@keyframes iconPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(6, 63, 174, 0);
  }
  50% {
    box-shadow: 0 12px 26px rgba(6, 63, 174, 0.14);
  }
}

@keyframes visualPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

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

@keyframes visualSweep {
  0%,
  54% {
    opacity: 0;
    transform: translateX(-120%);
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes visualBeam {
  0% {
    opacity: 0;
    transform: translateX(26%);
  }
  18% {
    opacity: 1;
  }
  74% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes consolePulse {
  0%,
  100% {
    opacity: 0.62;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

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

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

@keyframes stackStep {
  0%,
  100% {
    border-color: rgba(246, 214, 119, 0.2);
    transform: translateX(0);
  }
  50% {
    border-color: rgba(246, 214, 119, 0.58);
    transform: translateX(-8px);
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .hero-section,
  .workflow-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 520px;
  }

  .ability-visual {
    height: 330px;
  }

  .pain-list,
  .ability-grid,
  .scene-grid,
  .employee-board {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 10px;
    padding: 8px 12px;
    border-bottom-color: rgba(246, 214, 119, 0.2);
    background: rgba(246, 249, 253, 0.82);
    box-shadow: 0 10px 26px rgba(8, 32, 82, 0.12);
  }

  .site-header.is-scrolled {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: rgba(246, 249, 253, 0.76);
    box-shadow: 0 12px 30px rgba(8, 32, 82, 0.13);
  }

  .brand {
    padding: 4px 6px;
    border-radius: 7px;
    box-shadow: 0 10px 22px rgba(0, 24, 72, 0.12);
  }

  .brand img {
    width: 58px;
  }

  .mobile-header-copy {
    display: grid;
    flex: 1 1 auto;
    min-width: 0;
    gap: 2px;
    color: #082052;
    line-height: 1.15;
  }

  .mobile-header-copy strong {
    overflow: hidden;
    font-size: 16px;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-header-copy span {
    overflow: hidden;
    color: #53627a;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-action {
    display: inline-flex;
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-section,
  .pain-section,
  .abilities-section,
  .scenes-section,
  .workflow-section,
  .ai-team-section,
  .contact-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 56px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-copy h1 span + span {
    font-size: clamp(30px, 8vw, 38px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-metrics,
  .pain-list,
  .ability-grid,
  .scene-grid,
  .workflow-steps,
  .employee-board,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 620px;
  }

  .ability-visual {
    height: 300px;
  }

  .team-visual {
    height: 360px;
  }

  .team-scene {
    width: min(92%, 380px);
    height: 304px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(2, 1fr);
    gap: 10px;
    align-content: center;
    place-items: stretch;
  }

  .team-scene::before,
  .team-scene::after {
    inset: 20px 32px;
  }

  .team-scene::after {
    inset: 62px 44px;
  }

  .team-hub {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(78%, 232px);
    min-height: 86px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .team-hub p {
    max-width: none;
    font-size: 15px;
  }

  .team-role,
  .role-booking,
  .role-checkin,
  .role-clean,
  .role-data {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-height: 74px;
    padding: 10px 8px;
  }

  .team-role strong {
    font-size: 16px;
  }

  .checkin-visual {
    height: 400px;
  }

  .checkin-scene {
    width: min(92%, 390px);
    height: 340px;
    grid-template-columns: 1fr;
    gap: 10px;
    align-content: center;
  }

  .checkin-scene::before {
    top: 50%;
    right: 20%;
    left: 20%;
  }

  .guest-card,
  .door-card-mini,
  .checkin-flow-core {
    justify-self: center;
    width: min(92%, 280px);
  }

  .guest-card,
  .door-card-mini {
    gap: 5px;
    padding: 12px 14px;
    text-align: center;
  }

  .checkin-steps {
    grid-column: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(96%, 330px);
    justify-self: center;
  }

  .checkin-steps em {
    min-height: 36px;
    padding: 0 8px;
    font-size: 13px;
  }

  .door-card-mini {
    grid-column: auto;
  }

  .scene-grid article {
    min-height: 150px;
    padding: 24px;
  }

  .scene-grid b {
    flex-basis: 76px;
    width: 76px;
    height: 76px;
    border-radius: 22px;
    font-size: 34px;
  }

  .scene-grid h3 {
    font-size: 23px;
  }

  .scene-grid p {
    font-size: 16px;
  }

  .ability-visual strong {
    width: 104px;
    height: 104px;
    border-radius: 28px;
    font-size: 28px;
  }

  .ability-scene strong {
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .team-visual strong {
    width: 154px;
    font-size: 22px;
  }

  .team-scene strong,
  .checkin-scene strong {
    width: auto;
    height: auto;
  }

  .access-stack {
    right: 18px;
    min-width: 124px;
  }

  .access-stack em {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .checkin-flow-core {
    min-height: 92px;
    padding: 12px;
  }

  .checkin-flow-core strong {
    font-size: 16px;
  }

  .guest-card strong,
  .door-card-mini strong {
    font-size: 14px;
  }

  .ambient-motion .signal-three,
  .node-three {
    display: none;
  }

  .dashboard-panel {
    right: 0;
    left: 0;
    width: auto;
  }

  .section-heading h2,
  .workflow-copy h2,
  .contact-copy h2 {
    font-size: 30px;
  }

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

  .footer-meta {
    text-align: left;
  }
}

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