﻿:root {
  --bg: #f4f7f8;
  --surface: #ffffff;
  --surface-muted: #edf4f1;
  --ink: #111b22;
  --ink-soft: #40515e;
  --ink-muted: #758391;
  --line: #d7e1e7;
  --accent: #12805f;
  --accent-strong: #0a5c46;
  --blue: #2469e8;
  --coral: #db6156;
  --amber: #d98a19;
  --plum: #6d5ad7;
  --teal: #087a77;
  --shadow: 0 22px 70px rgba(17, 27, 34, 0.14);
  font-family: Inter, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 247, 248, 0.98) 34rem),
    linear-gradient(90deg, rgba(18, 128, 95, 0.06), transparent 28%, rgba(36, 105, 232, 0.05) 70%, transparent),
    var(--bg);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 0 44px;
  border-bottom: 1px solid rgba(215, 225, 231, 0.72);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(17, 27, 34, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  border-radius: 8px;
  padding: 10px 14px;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--accent-strong);
  background: rgba(22, 122, 91, 0.1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 750;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta {
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(17, 27, 34, 0.18);
}

.button.primary {
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 18px 40px rgba(18, 128, 95, 0.3);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.button.outline {
  color: var(--accent-strong);
  border-color: rgba(22, 122, 91, 0.28);
  background: rgba(255, 255, 255, 0.84);
}

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

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 76px 44px 118px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #111b22 0%, #14242d 45%, #1c2b2d 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0 0 0 18%;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.82;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.05) contrast(1.04) brightness(0.72);
  transform: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 27, 34, 0.96) 0%, rgba(17, 27, 34, 0.84) 40%, rgba(17, 27, 34, 0.44) 72%, rgba(17, 27, 34, 0.7) 100%),
    linear-gradient(180deg, rgba(17, 27, 34, 0.08), rgba(17, 27, 34, 0.72));
}

.hero-content {
  width: min(760px, 100%);
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow {
  color: #eaf8f3;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.hero h1 {
  margin: 22px 0 0;
  font-size: 82px;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lead {
  width: min(720px, 100%);
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.85;
}

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

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(900px, 100%);
  margin: 46px 0 0;
}

.hero-facts div {
  min-width: 0;
  border-left: 2px solid rgba(177, 244, 220, 0.52);
  padding-left: 16px;
}

.hero-facts dt {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 850;
}

.hero-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.hero-flow {
  position: absolute;
  right: 44px;
  bottom: 28px;
  left: 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 88px));
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.hero-flow span {
  min-width: 0;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-flow span:last-child {
  border-right: 0;
}

.section {
  padding: 96px 44px;
}

.section-heading,
.workflow-shell,
.feature-console,
.gallery-showcase,
.scenario-list {
  width: min(1180px, 100%);
  margin-inline: auto;
}

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

.section-kicker {
  color: var(--accent-strong);
  background: rgba(18, 128, 95, 0.1);
}

.section-heading h2 {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: 40px;
  line-height: 1.16;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.85;
}

.workflow-section {
  padding-block: 88px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(238, 246, 243, 0.76)),
    linear-gradient(90deg, rgba(18, 128, 95, 0.08), transparent 42%, rgba(36, 105, 232, 0.08));
}

.workflow-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 58px;
  align-items: start;
}

.workflow-heading {
  position: sticky;
  top: 108px;
  margin-bottom: 0;
}

.workflow-heading h2 {
  max-width: 540px;
}

.workflow-heading p {
  max-width: 520px;
}

.workflow-track {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 30px;
}

.workflow-track::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 15px;
  width: 2px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--accent), var(--blue), var(--coral), var(--amber));
}

.scenario-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 44px rgba(17, 27, 34, 0.06);
}

.workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 4px 0 22px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(17, 27, 34, 0.16);
  font-weight: 850;
}

.workflow-step:nth-child(2) .step-number {
  background: var(--blue);
}

.workflow-step:nth-child(3) .step-number {
  background: var(--coral);
}

.workflow-step:nth-child(4) .step-number {
  background: var(--amber);
}

.step-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 8px;
  padding: 0 9px;
  color: var(--accent-strong);
  background: rgba(18, 128, 95, 0.1);
  font-size: 12px;
  font-weight: 850;
}

.workflow-step h3,
.scenario-item h3 {
  margin: 12px 0 0;
  font-size: 19px;
  letter-spacing: 0;
}

.workflow-step p,
.scenario-item p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.feature-section {
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f1f6f5 100%);
}

.feature-heading {
  text-align: center;
}

.feature-heading h2 {
  max-width: 840px;
  margin-inline: auto;
}

.feature-heading p {
  max-width: 760px;
  margin-inline: auto;
}

.feature-console {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 244, 242, 0.94)),
    #ffffff;
  box-shadow: 0 28px 76px rgba(17, 27, 34, 0.12);
}

.console-topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.7);
}

.console-topbar strong {
  color: var(--accent-strong);
}

.console-dots {
  display: inline-flex;
  gap: 6px;
}

.console-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}

.console-dots span:nth-child(1) {
  background: var(--coral);
}

.console-dots span:nth-child(2) {
  background: var(--amber);
}

.console-dots span:nth-child(3) {
  background: var(--accent);
}

.console-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(320px, 1.2fr) minmax(230px, 0.82fr);
  gap: 1px;
  background: var(--line);
}

.console-panel {
  min-width: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.console-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  color: var(--accent-strong);
  background: rgba(18, 128, 95, 0.1);
  font-size: 12px;
  font-weight: 850;
}

.console-line {
  margin-top: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

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

.console-line strong,
.profile-row strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
}

.console-line span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 13px;
}

.profiles-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 246, 243, 0.92)),
    #ffffff;
}

.profile-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #ffffff;
}

.profile-state {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink-muted);
}

.profile-state.running {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(18, 128, 95, 0.12);
}

.profile-row em {
  color: var(--blue);
  font-style: normal;
  font-weight: 800;
}

.profile-row small {
  border-radius: 8px;
  padding: 5px 8px;
  color: var(--accent-strong);
  background: rgba(18, 128, 95, 0.1);
  font-weight: 800;
}

.action-meter {
  height: 10px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(18, 128, 95, 0.12);
}

.action-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--blue));
}

.action-panel ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.action-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.action-panel li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

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

.feature-ribbon span {
  min-width: 0;
  padding: 16px 12px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  white-space: nowrap;
}

.feature-ribbon span:nth-child(1),
.feature-ribbon span:nth-child(4) {
  color: var(--accent-strong);
}

.feature-ribbon span:nth-child(2),
.feature-ribbon span:nth-child(5) {
  color: var(--blue);
}

.feature-ribbon span:nth-child(3),
.feature-ribbon span:nth-child(6) {
  color: var(--coral);
}

.console-layout strong,
.feature-ribbon span {
  margin: 0;
  letter-spacing: 0;
}

.gallery-section {
  background:
    linear-gradient(180deg, #f8fbfc 0%, #eef4f1 100%);
}

.gallery-showcase {
  overflow: hidden;
}

.gallery-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 243, 0.92)),
    #ffffff;
  box-shadow: var(--shadow);
}

.gallery-slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 0;
  margin: 0;
  min-height: 430px;
}

.gallery-slide img {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(240, 246, 248, 0.94)),
    #f7fafb;
  transition: opacity 260ms ease, transform 260ms ease;
}

.gallery-slide figcaption {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.76);
}

.gallery-slide figcaption span {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 850;
}

.gallery-slide figcaption strong {
  display: block;
  margin-top: 14px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.gallery-slide figcaption p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.gallery-showcase.is-swapping .gallery-slide img,
.gallery-showcase.is-swapping .gallery-slide figcaption {
  opacity: 0.38;
  transform: translateY(6px);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 27, 34, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(17, 27, 34, 0.14);
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.gallery-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
}

.gallery-arrow span {
  font-size: 30px;
  line-height: 1;
}

.gallery-arrow-prev {
  left: 16px;
}

.gallery-arrow-next {
  right: 16px;
}

.gallery-progress {
  height: 3px;
  margin: 18px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(18, 128, 95, 0.14);
}

.gallery-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--blue));
  transform: scaleX(0);
  transform-origin: left center;
}

.gallery-showcase.is-playing .gallery-progress span {
  animation: gallery-progress 5600ms linear infinite;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.gallery-thumb {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.gallery-thumb:hover,
.gallery-thumb.is-active {
  color: var(--ink);
  border-color: rgba(18, 128, 95, 0.5);
  box-shadow: 0 14px 30px rgba(17, 27, 34, 0.1);
  transform: translateY(-2px);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  background: #f7fafb;
}

.gallery-thumb span {
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes gallery-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.scenarios-section {
  background: #ffffff;
}

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

.scenario-item {
  padding: 28px;
  border-top: 4px solid var(--accent);
}

.scenario-item:nth-child(2) {
  border-top-color: var(--blue);
}

.scenario-item:nth-child(3) {
  border-top-color: var(--coral);
}

.roadmap-section {
  padding-top: 36px;
  background: #ffffff;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 40px;
  color: #ffffff;
  background: var(--ink);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer a {
  color: #b7f4dc;
  font-weight: 750;
}

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

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

  .gallery-showcase.is-playing .gallery-progress span {
    animation: none;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 12px;
    padding: 0 20px;
  }

  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(17, 27, 34, 0.14);
  }

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

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 58px 22px 42px;
  }

  .hero-backdrop {
    inset: 0;
    opacity: 0.52;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(17, 27, 34, 0.96), rgba(17, 27, 34, 0.82)),
      linear-gradient(180deg, rgba(17, 27, 34, 0.12), rgba(17, 27, 34, 0.72));
  }

  .hero-content {
    margin-left: 0;
  }

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

  .hero h1 {
    font-size: 58px;
  }

  .hero-flow {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 34px;
  }

  .hero-flow span:nth-child(2) {
    border-right: 0;
  }

  .hero-flow span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-facts,
  .scenario-list {
    grid-template-columns: 1fr;
  }

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

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

  .workflow-section {
    padding-block: 64px;
  }

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

  .workflow-heading {
    position: static;
  }

  .gallery-slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gallery-slide img {
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding: 12px;
  }

  .gallery-slide figcaption {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 22px;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section {
    padding: 64px 20px;
  }

  .section-heading h2 {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .brand span {
    font-size: 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    display: none;
  }

  .hero-flow span {
    padding: 14px 10px;
    font-size: 13px;
  }

  .console-topbar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .console-topbar strong {
    display: none;
  }

  .console-panel {
    padding: 18px;
  }

  .profile-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .profile-row em,
  .profile-row small {
    grid-column: 2;
  }

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

  .workflow-track {
    padding-left: 22px;
  }

  .workflow-track::before {
    left: 10px;
  }

  .workflow-step {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
  }

  .step-number {
    width: 44px;
    height: 44px;
  }

  .gallery-arrow {
    width: 38px;
    height: 38px;
  }

  .gallery-arrow-prev {
    left: 8px;
  }

  .gallery-arrow-next {
    right: 8px;
  }

  .gallery-slide img {
    padding: 6px;
  }

  .gallery-slide figcaption strong {
    font-size: 22px;
  }

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

  .site-footer {
    flex-direction: column;
    padding: 28px 20px;
  }
}


