.hwp-root {
  --hwp-ink: #07111f;
  --hwp-ink-soft: #0c1c30;
  --hwp-paper: #f3f6f8;
  --hwp-white: #fff;
  --hwp-muted: #667386;
  --hwp-line: rgba(15, 37, 61, .14);
  --hwp-cyan: #69d8ff;
  --hwp-cyan-strong: #1caee5;
  --hwp-green: #85edca;
  --hwp-shell: min(1180px, calc(100vw - 40px));
  color: var(--hwp-ink);
  background: var(--hwp-paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.hwp-root *,
.hwp-root *::before,
.hwp-root *::after {
  box-sizing: border-box;
}

.hwp-root a {
  color: inherit;
  text-decoration: none;
}

.hwp-hero {
  position: relative;
  display: grid;
  min-height: 860px;
  color: var(--hwp-white);
  background:
    linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)),
    url("https://www.cshuiwei.com/wp-content/uploads/2026/07/cshuiwei-home-hero-1920.webp") center / cover no-repeat;
  align-items: center;
  overflow: hidden;
}

.hwp-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  content: "";
  background: linear-gradient(transparent, rgba(4, 13, 25, .7));
  pointer-events: none;
}

.hwp-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(105, 216, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 216, 255, .08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
  opacity: .28;
}

.hwp-hero-content {
  position: relative;
  z-index: 2;
  padding-block: 150px 120px;
}

.hwp-hero-eyebrow {
  margin: 0 0 20px;
  color: var(--hwp-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hwp-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--hwp-white);
  font-family: Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.hwp-hero h1 span {
  color: #33bcdc;
}

.hwp-hero-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(17px, 2vw, 21px);
}

.hwp-software-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hwp-software-list li {
  padding: 7px 13px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .03em;
  backdrop-filter: blur(8px);
}

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

.hwp-hero-facts {
  display: grid;
  max-width: 720px;
  padding: 0;
  margin: 66px 0 0;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.hwp-hero-facts div {
  padding: 18px 14px 0 0;
}

.hwp-hero-facts dt {
  color: var(--hwp-cyan);
  font-size: 11px;
  font-weight: 800;
}

.hwp-hero-facts dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.hwp-scroll-cue {
  position: absolute;
  right: max(30px, calc((100vw - 1180px) / 2));
  bottom: 40px;
  z-index: 3;
  display: grid;
  color: rgba(255, 255, 255, .66) !important;
  font-size: 11px;
  letter-spacing: .18em;
  justify-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
}

.hwp-scroll-cue::after {
  display: block;
  width: 1px;
  height: 46px;
  content: "";
  background: linear-gradient(var(--hwp-cyan), transparent);
}

.hwp-scroll-cue b {
  color: var(--hwp-cyan);
  font-size: 15px;
  font-weight: 500;
  writing-mode: horizontal-tb;
}

.hwp-shell {
  width: var(--hwp-shell);
  margin-inline: auto;
}

.hwp-section {
  padding-block: 112px;
}

.hwp-kicker {
  margin: 0 0 18px;
  color: var(--hwp-cyan-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.hwp-heading {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .65fr);
  column-gap: 90px;
  align-items: end;
}

.hwp-heading .hwp-kicker {
  grid-column: 1 / -1;
}

.hwp-heading h2,
.hwp-platform-copy h2,
.hwp-proof-intro h2,
.hwp-progress-head h2,
.hwp-partner-head h2,
.hwp-cta h2 {
  margin: 0;
  font-size: clamp(37px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -.045em;
}

.hwp-heading > p:last-child,
.hwp-platform-copy > p,
.hwp-progress-head > p,
.hwp-cta p {
  margin: 0;
  color: var(--hwp-muted);
}

.hwp-simulation {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, .8), rgba(243, 246, 248, .96)),
    radial-gradient(circle at 90% 10%, rgba(105, 216, 255, .24), transparent 28%);
}

.hwp-bridge {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 96px;
  margin-bottom: 48px;
  grid-template-columns: 1fr 2.2fr;
  align-items: center;
  color: var(--hwp-white);
  background: var(--hwp-ink);
  box-shadow: 0 24px 70px rgba(2, 14, 27, .16);
  transform: translateY(-34px);
}

.hwp-bridge.hwp-visible {
  transform: translateY(-34px);
}

.hwp-bridge > p {
  margin: 0;
  padding: 24px 30px;
  color: var(--hwp-cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.hwp-bridge ol {
  display: grid;
  height: 100%;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.hwp-bridge li {
  display: flex;
  padding: 20px 26px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  font-size: 14px;
  font-weight: 700;
}

.hwp-bridge li:last-child {
  border-right: 0;
}

.hwp-bridge li span {
  color: var(--hwp-cyan);
  font-size: 10px;
  font-weight: 800;
}

.hwp-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hwp-line);
  border-left: 1px solid var(--hwp-line);
}

.hwp-solution-card {
  position: relative;
  display: block;
  min-height: 340px;
  padding: 32px;
  background: rgba(255, 255, 255, .58);
  border-right: 1px solid var(--hwp-line);
  border-bottom: 1px solid var(--hwp-line);
  transition: color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.hwp-solution-card > span,
.hwp-platform-card span {
  color: var(--hwp-cyan-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.hwp-solution-card h3 {
  margin: 64px 0 15px;
  color: var(--hwp-ink);
  font-size: 25px;
  line-height: 1.25;
}

.hwp-solution-card p {
  margin: 0;
  color: var(--hwp-muted);
  font-size: 15px;
}

.hwp-solution-card b {
  position: absolute;
  right: 32px;
  bottom: 28px;
  left: 32px;
  color: var(--hwp-ink);
  font-size: 13px;
}

.hwp-solution-card:hover {
  z-index: 2;
  color: var(--hwp-white);
  background: var(--hwp-ink-soft);
  box-shadow: 0 24px 70px rgba(2, 14, 27, .16);
  transform: translateY(-5px);
}

.hwp-solution-card:hover h3 {
  color: var(--hwp-white);
}

.hwp-solution-card:hover p {
  color: rgba(255, 255, 255, .64);
}

.hwp-solution-card:hover b {
  color: var(--hwp-cyan);
}

.hwp-solution-card-accent {
  color: var(--hwp-white);
  background:
    linear-gradient(135deg, rgba(7, 17, 31, .88), rgba(7, 17, 31, .55)),
    url("https://www.cshuiwei.com/wp-content/uploads/2023/03/941338190-16-9-%E6%94%B9.jpg") center / cover;
}

.hwp-solution-card-accent h3 {
  color: var(--hwp-white);
}

.hwp-solution-card-accent p {
  color: rgba(255, 255, 255, .65);
}

.hwp-solution-card-accent b {
  color: var(--hwp-cyan);
}

.hwp-more {
  display: grid;
  margin-top: 24px;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  border: 1px solid var(--hwp-line);
  background: rgba(255, 255, 255, .55);
}

.hwp-more p,
.hwp-more a {
  min-height: 80px;
  margin: 0;
  padding: 24px;
  border-right: 1px solid var(--hwp-line);
}

.hwp-more p {
  color: var(--hwp-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
}

.hwp-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s ease;
  color: var(--hwp-ink);
}

.hwp-more a span {
  color: var(--hwp-ink);
}

.hwp-more a:last-child {
  border-right: 0;
}

.hwp-more a:hover {
  color: var(--hwp-ink);
  background: var(--hwp-white);
}

.hwp-more a:hover span {
  color: var(--hwp-cyan-strong);
}

.hwp-platform {
  color: var(--hwp-white);
  background:
    radial-gradient(circle at 8% 10%, rgba(39, 184, 239, .14), transparent 32%),
    var(--hwp-ink);
}

.hwp-platform-layout {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(480px, 1.2fr);
  gap: 88px;
}

.hwp-platform-copy {
  position: sticky;
  top: 125px;
  align-self: start;
}

.hwp-platform-copy h2,
.hwp-platform-card h3 {
  color: var(--hwp-white);
  font-weight: 700;
}

.hwp-platform-copy .hwp-kicker,
.hwp-delivery .hwp-kicker,
.hwp-cta .hwp-kicker {
  color: var(--hwp-cyan);
}

.hwp-platform-copy > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, .6);
}

.hwp-text-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--hwp-cyan) !important;
  font-weight: 800;
}

.hwp-platform-stack {
  display: grid;
  gap: 15px;
}

.hwp-platform-card {
  display: flex;
  min-height: 210px;
  padding: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 17px;
  transition: border-color .2s ease, transform .2s ease;
}

.hwp-platform-card:hover {
  border-color: rgba(105, 216, 255, .6);
  transform: translateX(-5px);
}

.hwp-platform-card h3 {
  margin: 30px 0 8px;
  font-size: 28px;
}

.hwp-platform-card p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, .56);
  font-size: 14px;
}

.hwp-platform-card b {
  flex: 0 0 auto;
  color: var(--hwp-cyan);
  font-size: 13px;
}

.hwp-delivery {
  color: var(--hwp-white);
  background:
    linear-gradient(110deg, rgba(7, 17, 31, .98), rgba(7, 17, 31, .82)),
    url("https://www.cshuiwei.com/wp-content/uploads/2026/07/cshuiwei-home-hero-1920.webp") center / cover;
}

.hwp-heading-light > p:last-child {
  color: rgba(255, 255, 255, .58);
}

.hwp-heading-light h2,
.hwp-process h3 {
  color: var(--hwp-white);
  font-weight: 700;
}

.hwp-process {
  padding: 0;
  margin: 58px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hwp-process li {
  display: grid;
  padding: 28px 0;
  grid-template-columns: 90px minmax(220px, .62fr) minmax(300px, 1fr);
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hwp-process span {
  color: var(--hwp-cyan);
  font-size: 12px;
  font-weight: 800;
}

.hwp-process h3,
.hwp-process p {
  margin: 0;
}

.hwp-process h3 {
  font-size: 21px;
}

.hwp-process p {
  color: rgba(255, 255, 255, .56);
}

.hwp-service-commitment {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hwp-service-commitment > div {
  display: flex;
  min-height: 76px;
  padding: 18px 20px;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.hwp-service-commitment > div:last-child {
  border-right: 0;
}

.hwp-service-commitment span {
  color: var(--hwp-cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hwp-service-commitment p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 650;
}

.hwp-progress {
  padding-bottom: 72px;
  background: #fff;
}

.hwp-progress-head {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr);
  gap: 90px;
  align-items: end;
}

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

.hwp-progress-card {
  display: flex;
  min-height: 360px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--hwp-line);
  background: var(--hwp-paper);
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.hwp-progress-card > span {
  color: var(--hwp-cyan-strong);
  font-size: 12px;
  font-weight: 800;
}

.hwp-progress-card h3 {
  margin: 52px 0 12px;
  color: var(--hwp-ink);
  font-size: 25px;
  line-height: 1.35;
}

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

.hwp-progress-card b {
  display: block;
  margin-top: auto;
  padding-top: 28px;
  color: var(--hwp-ink);
  font-size: 13px;
  font-weight: 800;
}

.hwp-progress-card:hover {
  color: var(--hwp-white);
  background: var(--hwp-ink);
  transform: translateY(-4px);
}

.hwp-progress-card:hover h3,
.hwp-progress-card:hover > span {
  color: var(--hwp-white);
}

.hwp-progress-card:hover p {
  color: rgba(255, 255, 255, .62);
}

.hwp-progress-card:hover b {
  color: var(--hwp-cyan);
}

.hwp-proof {
  padding-top: 72px;
  background: var(--hwp-white);
}

.hwp-proof-intro {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: 1fr .7fr;
  gap: 70px;
  align-items: end;
}

.hwp-proof-intro .hwp-kicker {
  grid-column: 1 / -1;
}

.hwp-proof-intro > p:last-child {
  margin: 0;
  color: var(--hwp-muted);
}

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

.hwp-case-card {
  display: flex;
  min-height: 340px;
  padding: 34px;
  flex-direction: column;
  background: var(--hwp-paper);
  border: 1px solid transparent;
  border-radius: 18px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.hwp-case-card:hover {
  border-color: rgba(28, 174, 229, .18);
  box-shadow: 0 12px 30px rgba(7, 17, 31, .05);
}

.hwp-case-label {
  margin: 0 0 54px;
  color: var(--hwp-cyan-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.hwp-case-card h3 {
  margin: 0 0 16px;
  color: var(--hwp-ink);
  font-size: 24px;
  line-height: 1.35;
}

.hwp-case-description {
  margin: 0;
  color: var(--hwp-muted);
  font-size: 15px;
  line-height: 1.8;
}

.hwp-case-meta {
  margin: auto 0 0;
  padding-top: 28px;
  color: var(--hwp-muted);
  font-size: 13px;
}

.hwp-cloud {
  position: relative;
  padding-block: 96px;
  color: var(--hwp-white);
  background:
    radial-gradient(circle at 82% 10%, rgba(105, 216, 255, .18), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1e35 58%, #0b2944 100%);
  overflow: hidden;
}

.hwp-cloud::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(105, 216, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 216, 255, .055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, black 55%, transparent);
  pointer-events: none;
}

.hwp-cloud .hwp-shell {
  position: relative;
}

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

.hwp-cloud .hwp-kicker {
  color: var(--hwp-cyan);
}

.hwp-cloud h2 {
  margin-top: 16px;
  color: var(--hwp-white);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
}

.hwp-cloud h2 span {
  color: var(--hwp-cyan);
}

.hwp-cloud-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 17px;
}

.hwp-cloud-actions {
  display: flex;
  padding-bottom: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.hwp-cloud-benefits {
  display: grid;
  margin-top: 58px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.hwp-cloud-benefit {
  display: flex;
  min-height: 250px;
  padding: 30px 34px;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.hwp-cloud-benefit:first-child {
  padding-left: 0;
}

.hwp-cloud-benefit:last-child {
  padding-right: 0;
  border-right: 0;
}

.hwp-cloud-benefit > span {
  color: var(--hwp-cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.hwp-cloud-benefit h3 {
  margin: 28px 0 12px;
  color: var(--hwp-white);
  font-size: 25px;
}

.hwp-cloud-benefit p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 15px;
}

.hwp-cloud-benefit strong {
  color: var(--hwp-white);
  font-weight: 800;
}

.hwp-cloud-benefit small {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
}

.hwp-partners {
  padding-block: 112px;
  background:
    radial-gradient(circle at 85% 20%, rgba(105, 216, 255, .12), transparent 25%),
    var(--hwp-paper);
  border-top: 1px solid var(--hwp-line);
}

.hwp-partner-head {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .55fr);
  gap: 90px;
  align-items: end;
}

.hwp-partner-head h2 {
  font-size: clamp(37px, 5vw, 62px);
}

.hwp-partner-head > p {
  margin: 0;
  color: var(--hwp-muted);
}

.hwp-partner-grid {
  display: grid;
  margin-top: 58px;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.hwp-partner-grid img {
  width: 100%;
  height: 132px;
  padding: 26px 28px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .68;
  background: var(--hwp-white);
  border: 1px solid var(--hwp-line);
  border-radius: 16px;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.hwp-partner-grid img:hover {
  filter: none;
  opacity: 1;
  transform: translateY(-3px);
}

.hwp-cta {
  position: relative;
  padding-block: 105px;
  color: var(--hwp-white);
  background: #081627;
  overflow: hidden;
}

.hwp-cta-visual {
  position: absolute;
  inset: 0 0 0 55%;
  background:
    linear-gradient(90deg, #081627, transparent 40%),
    url("https://www.cshuiwei.com/wp-content/uploads/2023/06/robot-s-hand-holding-an-artificial-intelligence-computer-processor-unit-mirror.jpg") center / cover;
  opacity: .55;
}

.hwp-cta-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .6fr;
  gap: 70px;
  align-items: end;
}

.hwp-cta p:not(.hwp-kicker) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .64);
}

.hwp-cta h2 {
  color: var(--hwp-white);
  font-weight: 700;
}

.hwp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.hwp-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .2s ease, background-color .2s ease;
}

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

.hwp-button-primary {
  color: var(--hwp-ink) !important;
  background: var(--hwp-cyan);
}

.hwp-button-primary:hover {
  background: var(--hwp-green);
}

.hwp-button-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .28);
}

.hwp-button-ghost:hover {
  background: rgba(255, 255, 255, .1);
}

.hwp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  .hwp-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .hwp-section {
    padding-block: 84px;
  }

  .hwp-progress {
    padding-bottom: 52px;
  }

  .hwp-proof {
    padding-top: 52px;
  }

  .hwp-heading,
  .hwp-proof-intro,
  .hwp-progress-head,
  .hwp-platform-layout,
  .hwp-cloud-head,
  .hwp-partner-head,
  .hwp-cta-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hwp-bridge {
    grid-template-columns: 1fr;
  }

  .hwp-bridge > p {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .hwp-bridge ol {
    border-left: 0;
  }

  .hwp-solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hwp-more {
    grid-template-columns: 1fr 1fr;
  }

  .hwp-more > *:nth-child(2) {
    border-right: 0;
  }

  .hwp-more > *:nth-child(-n+2) {
    border-bottom: 1px solid var(--hwp-line);
  }

  .hwp-platform-copy {
    position: static;
  }

  .hwp-process li {
    grid-template-columns: 55px 1fr;
  }

  .hwp-process p {
    grid-column: 2;
  }

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

  .hwp-service-commitment > div:nth-child(2) {
    border-right: 0;
  }

  .hwp-service-commitment > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .hwp-progress-grid,
  .hwp-case-grid {
    grid-template-columns: 1fr;
  }

  .hwp-cloud-actions {
    justify-content: flex-start;
  }

  .hwp-cloud-benefits {
    grid-template-columns: 1fr;
  }

  .hwp-cloud-benefit,
  .hwp-cloud-benefit:first-child,
  .hwp-cloud-benefit:last-child {
    min-height: 220px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .hwp-cloud-benefit:last-child {
    border-bottom: 0;
  }

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

  .hwp-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .hwp-root {
    --hwp-shell: min(100% - 28px, 1180px);
  }

  .hwp-section {
    padding-block: 68px;
  }

  .hwp-hero {
    min-height: 760px;
    background-position: 58% center;
  }

  .hwp-hero-content {
    padding-block: 112px 72px;
  }

  .hwp-hero h1 {
    font-size: 40px;
  }

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

  .hwp-hero-facts {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hwp-hero-facts div {
    padding-block: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .hwp-scroll-cue {
    right: 18px;
    bottom: 26px;
  }

  .hwp-bridge {
    width: 100%;
    margin-bottom: 32px;
    transform: none;
    box-shadow: none;
  }

  .hwp-bridge.hwp-visible {
    transform: none;
  }

  .hwp-bridge > p {
    padding: 18px 20px;
  }

  .hwp-bridge li {
    display: block;
    padding: 16px 12px;
    font-size: 12px;
    text-align: center;
  }

  .hwp-bridge li span {
    display: block;
    margin-bottom: 2px;
  }

  .hwp-heading h2,
  .hwp-platform-copy h2,
  .hwp-proof-intro h2,
  .hwp-progress-head h2,
  .hwp-cloud h2,
  .hwp-cta h2 {
    font-size: 38px;
  }

  .hwp-cloud {
    padding-block: 68px;
  }

  .hwp-cloud-actions {
    display: grid;
  }

  .hwp-solution-grid,
  .hwp-more {
    grid-template-columns: 1fr;
  }

  .hwp-solution-card {
    min-height: 300px;
    padding: 26px;
  }

  .hwp-more > * {
    border-right: 0;
    border-bottom: 1px solid var(--hwp-line);
  }

  .hwp-more > *:last-child {
    border-bottom: 0;
  }

  .hwp-platform-card {
    display: block;
    min-height: 240px;
    padding: 26px;
  }

  .hwp-platform-card b {
    display: block;
    margin-top: 26px;
  }

  .hwp-process li {
    padding-block: 24px;
    grid-template-columns: 38px 1fr;
    gap: 18px;
  }

  .hwp-progress-card {
    min-height: 330px;
  }

  .hwp-case-card {
    min-height: 310px;
  }

  .hwp-partner-head {
    display: block;
  }

  .hwp-partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hwp-partner-grid img {
    height: 112px;
    padding: 20px;
  }

  .hwp-cta-actions {
    display: grid;
  }

  .hwp-button {
    width: 100%;
  }
}
