:root {
  --blue: #4169ff;
  --blue-2: #73a9ff;
  --violet: #8f7bff;
  --cyan: #29c7c7;
  --lime: #aef45a;
  --ink: #121826;
  --muted: #667085;
  --line: #e6eaf2;
  --panel: #ffffff;
  --soft: #f7faf7;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(26, 38, 72, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

[hidden] {
  display: none !important;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.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: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  height: 72px;
  padding: 0 clamp(18px, 4vw, 72px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(226, 232, 240, 0.72);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, #111827, #8eea38);
  box-shadow: 0 10px 28px rgba(130, 210, 50, 0.22);
}

.brand strong {
  display: block;
  font-size: 17px;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: #7a8494;
  font-size: 10px;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: center;
}

.main-nav a,
.login-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #182033;
  background: transparent;
  border-radius: 999px;
  padding: 0 16px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  background: #eef3e8;
}

.promo-pill {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 430px;
  min-height: 44px;
  padding: 0 18px 0 28px;
  color: #2b3319;
  font-weight: 900;
  white-space: nowrap;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #eaf8d9, #d5f98a),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.36) 0 7px, transparent 7px 14px);
}

.promo-pill strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 13px;
  color: #1f2717;
  background: #fffbe9;
  border-radius: 999px;
  font-size: 14px;
}

.login-link {
  border-radius: 5px;
  color: #fff;
  background: #111713;
  padding: 0 18px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(18, 24, 38, 0.14);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #182033;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 160px 20px 96px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 22%, rgba(186, 255, 160, 0.34), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(209, 231, 255, 0.72), transparent 32%),
    radial-gradient(circle at 52% 82%, rgba(255, 251, 218, 0.58), transparent 30%),
    linear-gradient(120deg, #f7fff8 0%, #fbfdfb 48%, #f1f6ff 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.72;
  mask-image: radial-gradient(circle at 68% 45%, #000 0 46%, transparent 74%);
}

.hero::after {
  background: radial-gradient(circle at 50% 45%, rgba(174, 244, 90, 0.18), transparent 30%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.78));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  text-align: center;
}

.eyebrow,
.section-kicker,
.result-kicker {
  margin: 0;
  color: #16a0a0;
  font-weight: 900;
}

.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 950;
  color: #111827;
}

.hero h1 mark {
  display: inline-block;
  padding: 0 10px 4px;
  color: #07111f;
  background: var(--lime);
  border-radius: 12px;
}

.hero-subtitle {
  width: min(900px, 100%);
  margin: 0 auto 44px;
  color: #536173;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.7;
  font-weight: 700;
}

.platform-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto 86px;
  padding: 0;
  list-style: none;
}

.platform-icons li {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(31, 41, 55, 0.1);
}

.icon-soft { background: linear-gradient(135deg, #fff9e7, #ffe6ef); color: #ff9db5 !important; }
.icon-orange { background: linear-gradient(135deg, #ff8b44, #ff3f08); }
.icon-pink { background: linear-gradient(135deg, #ff4da0, #f03274); }
.icon-rose { background: linear-gradient(135deg, #f7689b, #ef4771); }
.icon-red { background: linear-gradient(135deg, #ff4b57, #ff2638); }
.icon-light { background: #ffffff; color: #ef4b35 !important; }
.icon-yellow { background: linear-gradient(135deg, #ffd94c, #ffc022); color: #161b22 !important; }
.icon-tao { background: linear-gradient(135deg, #ff7032, #ff4b00); }
.icon-cream { background: linear-gradient(135deg, #fff6dc, #fff); color: #e7b078 !important; }

.parser-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  width: min(1188px, 100%);
  min-height: 84px;
  margin: 0 auto;
  padding: 12px;
  border: 0;
  border-radius: 21px;
  overflow: visible;
  box-shadow: 0 18px 48px rgba(45, 80, 120, 0.12);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.parser-input-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  min-height: 60px;
  padding: 0 20px;
  border-radius: 16px;
  background: #f7f8fa;
}

.input-icon {
  color: #a4acb8;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 900;
}

.parser-form textarea {
  width: 100%;
  height: 60px;
  min-height: 60px;
  min-width: 0;
  resize: none;
  border: 0;
  outline: 0;
  color: #1f2937;
  background: transparent;
  font-size: 15px;
  line-height: 60px;
}

.parser-form textarea::placeholder {
  color: #7a8292;
  font-weight: 700;
}

.parser-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 0;
}

.parser-button {
  min-width: 150px;
  min-height: 60px;
  border: 0;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, #151712, #30231f);
  font-weight: 900;
}

.parser-button span {
  margin-right: 8px;
}

.paste-button,
.help-copy-button {
  display: none;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
}

.help-copy-button {
  color: #fff;
  background: #8aa12f;
}

.help-copy-button[aria-expanded="true"] {
  background: #9bd600;
  color: #102000;
}

.paste-button {
  color: #fff;
  background: #101010;
}

.hero .copy-help-popover {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 58px);
}

.hero .copy-help-popover::before {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.copy-help-popover {
  position: absolute;
  left: 14px;
  top: calc(100% + 14px);
  z-index: 4;
  width: min(420px, calc(100vw - 48px));
  padding: 18px 20px 20px;
  color: #2f3237;
  text-align: left;
  border: 1px solid rgba(18, 24, 38, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 20, 36, 0.2);
}

.copy-help-popover::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 26px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-left: 1px solid rgba(18, 24, 38, 0.12);
  border-top: 1px solid rgba(18, 24, 38, 0.12);
  transform: rotate(45deg);
}

.copy-help-popover > p {
  position: relative;
  margin: 0 0 18px;
  color: #2b2f36;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 800;
}

.copy-help-content {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 24px;
  align-items: center;
}

.copy-help-content p {
  margin: 0;
  color: #5c6470;
  line-height: 1.7;
  font-weight: 700;
}

.qr-card {
  position: relative;
  width: 100px;
  height: 100px;
  border: 3px solid #9bd600;
  border-radius: 5px;
  background:
    linear-gradient(90deg, #1d2430 8px, transparent 8px 14px, #1d2430 14px 18px, transparent 18px 26px, #1d2430 26px 34px, transparent 34px),
    linear-gradient(#1d2430 8px, transparent 8px 14px, #1d2430 14px 18px, transparent 18px 26px, #1d2430 26px 34px, transparent 34px),
    repeating-linear-gradient(90deg, #fff 0 6px, #2f3745 6px 10px, #fff 10px 16px),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(47, 55, 69, 0.8) 7px 10px, transparent 10px 16px);
  background-blend-mode: normal, normal, multiply, normal;
  overflow: hidden;
}

.qr-card span {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 4px solid #1d2430;
  background: #fff;
}

.qr-card span:nth-child(1) {
  left: 7px;
  top: 7px;
}

.qr-card span:nth-child(2) {
  right: 7px;
  top: 7px;
}

.qr-card span:nth-child(3) {
  left: 7px;
  bottom: 7px;
}

.qr-card span:nth-child(4) {
  right: 14px;
  bottom: 16px;
  width: 15px;
  height: 15px;
}

.qr-card i {
  position: absolute;
  inset: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.qr-card i::before {
  content: "P";
  color: #fff;
  font-style: normal;
  font-weight: 950;
}

.parser-button:disabled {
  cursor: wait;
  opacity: 0.78;
}

.form-message {
  min-height: 24px;
  margin: 18px 0 0;
  color: #148c9a;
  font-weight: 800;
}

.form-message.is-error {
  color: #d54535;
}

.demo-link {
  margin: 12px auto 32px;
  border: 0;
  color: #526070;
  background: transparent;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.result-card {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  margin: 0 auto 34px;
  padding: 18px;
  text-align: left;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 70px rgba(45, 80, 120, 0.13);
  backdrop-filter: blur(14px);
}

.result-thumb {
  min-height: 116px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(48, 99, 255, 0.78), rgba(150, 88, 255, 0.76)),
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.36), transparent 25%);
  font-weight: 900;
  overflow: hidden;
}

.result-thumb img {
  width: 100%;
  height: 100%;
  min-height: 116px;
  object-fit: cover;
}

.result-thumb video {
  width: 100%;
  height: min(340px, 54vh);
  min-height: 260px;
  background: #000;
  object-fit: contain;
}

.result-body h2 {
  margin: 8px 0;
  font-size: 22px;
}

.result-body p:not(.result-kicker) {
  margin: 0;
  color: #667085;
  line-height: 1.7;
}

.result-author {
  margin-top: 10px !important;
  color: #148c9a !important;
  font-weight: 800;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.result-actions a,
.result-actions button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  color: #182033;
  background: #eef3e8;
  font-weight: 800;
}

.result-actions button {
  cursor: pointer;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.image-gallery a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  color: #148c9a;
  background: #e8fbf6;
  font-weight: 800;
  font-size: 13px;
}

.runtime {
  margin: 0 auto 38px;
}

.runtime p {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 900;
}

.runtime strong {
  color: #9658ff;
}

.runtime span {
  color: #fff;
  font-size: clamp(36px, 4.6vw, 50px);
}

.runtime small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(92px, 1fr));
  gap: 12px;
  width: min(1188px, 100%);
  margin: 0 auto;
  padding: 10px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}

.feature-strip li {
  min-height: 76px;
  display: grid;
  place-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.feature-strip span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--blue);
  font-weight: 900;
}

.scroll-more {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  transform: translateX(-50%);
}

.scroll-more span {
  width: 32px;
  height: 32px;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  transform: rotate(45deg);
}

.section {
  padding: 92px clamp(18px, 5vw, 72px);
  background: #fff;
}

.section:nth-of-type(odd):not(.hero) {
  background: var(--soft);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
}

.section-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.steps,
.feature-grid,
.testimonial-grid,
.tool-grid {
  width: min(1180px, 100%);
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

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

.steps article,
.feature-grid article,
.testimonial-grid article,
.tool-grid a,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.steps article {
  position: relative;
  min-height: 210px;
  padding: 34px;
  overflow: hidden;
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-weight: 950;
}

.steps h3,
.feature-grid h3 {
  margin: 22px 0 10px;
  font-size: 22px;
}

.steps p,
.feature-grid p,
.testimonial-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.platform-cloud {
  width: min(980px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 auto;
}

.platform-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #22304c;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(28, 41, 75, 0.08);
  font-weight: 800;
}

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

.feature-grid article {
  padding: 26px;
}

.feature-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 8px;
  background: var(--blue);
  font-weight: 900;
}

.testimonials {
  background:
    linear-gradient(135deg, rgba(47, 99, 255, 0.08), rgba(150, 88, 255, 0.08)),
    #fff;
}

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

.testimonial-grid article {
  padding: 30px;
}

.testimonial-grid p {
  color: #2c364b;
  font-size: 17px;
}

.testimonial-grid strong {
  display: block;
  margin-top: 22px;
  color: var(--blue);
}

.faq-list {
  width: min(900px, 100%);
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
  border: 0;
  color: var(--ink);
  background: #fff;
  text-align: left;
  font-weight: 900;
}

.faq-item button::after {
  content: "+";
  color: var(--blue);
  font-size: 24px;
}

.faq-item.is-open button::after {
  content: "-";
}

.faq-item div {
  display: none;
  padding: 0 24px 24px;
}

.faq-item.is-open div {
  display: block;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

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

.tool-grid a {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.tool-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 99, 255, 0.45);
}

.tool-grid strong {
  margin-bottom: 10px;
  font-size: 20px;
}

.tool-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 36px;
  padding: 58px clamp(18px, 5vw, 72px);
  color: #596575;
  background:
    radial-gradient(circle at 14% 18%, rgba(174, 244, 90, 0.22), transparent 28%),
    linear-gradient(120deg, #f8fff7, #f4f8ff);
  border-top: 1px solid rgba(226, 232, 240, 0.78);
}

.footer-brand {
  color: var(--ink);
  margin-bottom: 18px;
}

.site-footer p {
  max-width: 560px;
  margin: 0;
  line-height: 1.8;
}

.footer-links {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-links a {
  color: #4b5565;
}

.contact-card {
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 48px rgba(45, 80, 120, 0.1);
}

.contact-card span,
.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card strong {
  margin: 10px 0;
  font-size: 20px;
}

.contact-card small {
  color: var(--muted);
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 15;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(47, 99, 255, 0.32);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto 1fr auto;
    gap: 14px;
  }

  .promo-pill {
    display: none;
  }

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

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

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav,
  .login-link {
    display: none;
  }

  .main-nav.is-open {
    position: absolute;
    top: 66px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(45, 80, 120, 0.12);
  }

  .main-nav.is-open a,
  .main-nav.is-open button {
    justify-content: flex-start;
    border-radius: 6px;
  }

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

  .platform-icons {
    gap: 10px;
    margin-bottom: 44px;
  }

  .platform-icons li {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 10px;
  }

  .parser-form {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px 12px 12px;
  }

  .parser-input-wrap {
    min-height: 84px;
  }

  .parser-actions {
    justify-content: stretch;
  }

  .copy-help-popover {
    left: 12px;
    right: 12px;
    width: auto;
  }

  .parser-button {
    width: 100%;
    min-height: 54px;
  }

  .result-card {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .steps,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    width: min(520px, 100%);
  }

  .feature-strip li {
    grid-template-columns: 48px 1fr;
    justify-items: start;
    min-height: 58px;
    padding: 0 8px;
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0 14px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .eyebrow {
    font-size: 13px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .runtime p {
    font-size: 18px;
  }

  .runtime span {
    display: block;
    margin-top: 4px;
  }

  .feature-grid,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .steps article,
  .feature-grid article,
  .testimonial-grid article {
    padding: 24px;
  }

  .section-heading {
    text-align: left;
  }

  .platform-cloud {
    justify-content: flex-start;
  }

  .result-actions {
    flex-direction: column;
  }
}
