:root {
  --ink: #17211d;
  --muted: #596761;
  --soft: #f3f7f3;
  --surface: #fbfdfb;
  --panel: #ffffff;
  --line: #dce7df;
  --accent: #0f766e;
  --accent-deep: #134e4a;
  --accent-soft: #e6f5f0;
  --highlight: #f2b84b;
  --shadow: 0 18px 45px rgba(23, 33, 29, 0.12);
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf7f2;
    --muted: #b5c6bd;
    --soft: #101815;
    --surface: #141f1b;
    --panel: #192521;
    --line: #2c3d36;
    --accent: #40bcae;
    --accent-deep: #a3eee2;
    --accent-soft: #203932;
    --highlight: #e7b84c;
    --shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Arial, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 48px);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.site-header > * {
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  text-decoration: none;
}

.brand-mark span,
.hero-section > *,
.hero-copy {
  min-width: 0;
}

.brand-mark img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.16);
}

.brand-mark strong,
.brand-mark small {
  display: block;
  line-height: 1.15;
}

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

.brand-mark small {
  color: var(--muted);
  font-size: 12px;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.top-nav a {
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  padding: 8px 9px;
  text-decoration: none;
  white-space: nowrap;
}

.top-nav a:hover,
.top-nav a.active {
  color: var(--accent-deep);
  background: var(--accent-soft);
}

.header-actions,
.hero-actions,
.demo-actions,
.footer-links {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.primary-button,
.ghost-button,
.secondary-button {
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  max-width: 100%;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-button {
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.23);
}

.primary-button:hover,
.ghost-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.primary-button:active,
.ghost-button:active,
.secondary-button:active {
  transform: translateY(0);
}

.ghost-button {
  color: var(--accent-deep);
  background: var(--accent-soft);
  border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
}

.secondary-button {
  color: var(--ink);
  background: var(--panel);
  border-color: var(--line);
}

.large {
  min-height: 46px;
  padding-inline: 18px;
}

main {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 96px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(440px, 1.16fr);
  gap: clamp(30px, 4vw, 54px);
  align-items: center;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 68px);
  background:
    linear-gradient(115deg, color-mix(in srgb, var(--accent) 10%, transparent), color-mix(in srgb, var(--highlight) 12%, transparent)),
    var(--surface);
}

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

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
}

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

h1 {
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.16;
  letter-spacing: 0;
  margin-bottom: 12px;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-lead,
.section-heading p,
.fit-card p,
.feature-card p,
.launch-timeline span,
.tab-panel p,
.price-card p,
.demo-copy p,
.final-cta p {
  color: var(--muted);
}

.hero-lead {
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 24px;
}

.hero-preview {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(240px, 1fr);
  gap: 16px;
  align-items: stretch;
  min-height: 0;
  min-width: 0;
}

.hero-preview-generated {
  display: block;
}

.hero-art-card {
  position: relative;
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-art-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.hero-art-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #ffffff;
  background: rgba(19, 78, 74, 0.9);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
}

.preview-frame {
  position: relative;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.preview-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-frame figcaption,
.demo-shot figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  padding-top: 10px;
}

.preview-frame figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  color: #ffffff;
  background: rgba(19, 78, 74, 0.9);
  border-radius: 8px;
  padding: 7px 10px;
}

.front-preview {
  width: 100%;
  aspect-ratio: 0.78;
}

.admin-preview {
  width: 100%;
  aspect-ratio: 0.92;
}

.status-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.status-band div {
  background: var(--accent-deep);
  color: #ffffff;
  padding: 22px clamp(18px, 4vw, 40px);
}

@media (prefers-color-scheme: dark) {
  .status-band div {
    background: #102b26;
  }
}

.metric-value,
.metric-label {
  display: block;
}

.metric-value {
  font-size: clamp(21px, 2.7vw, 30px);
  font-weight: 900;
  line-height: 1.2;
}

.metric-label {
  color: color-mix(in srgb, #ffffff 72%, var(--accent));
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
}

.content-band,
.feature-section,
.pricing-section,
.timeline-section,
.qa-section,
.gallery-section,
.demo-section,
.final-cta {
  padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 72px);
}

.content-band,
.qa-section,
.pricing-section {
  background: var(--surface);
}

.feature-section,
.gallery-section {
  background: var(--soft);
}

.timeline-section,
.demo-section {
  background: color-mix(in srgb, var(--accent-soft) 66%, var(--surface));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading.compact {
  max-width: 700px;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
  max-width: 1180px;
}

.fit-card,
.feature-card,
.price-card,
.progress-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 33, 29, 0.06);
  padding: 22px;
}

.fit-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.fit-card-photo {
  aspect-ratio: 16 / 10;
  background: color-mix(in srgb, var(--surface) 82%, var(--panel));
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.fit-card-copy {
  padding: 18px;
}

.fit-card-copy p:last-child,
.feature-card p:last-child {
  margin-bottom: 0;
}

.fit-card-main {
  grid-row: span 2;
  position: relative;
  isolation: isolate;
  min-height: 300px;
  background:
    linear-gradient(145deg, rgba(15, 118, 110, 0.86), rgba(19, 78, 74, 0.94)),
    var(--accent);
  color: #ffffff;
}

.fit-card-main::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(19, 78, 74, 0.08), rgba(19, 78, 74, 0.9));
}

.fit-card-main .fit-card-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  opacity: 0.74;
}

.fit-card-main .fit-card-copy {
  align-self: end;
  padding: 26px;
}

.fit-card-main p {
  color: #d6f7ef;
}

.feature-bento {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  gap: 16px;
  max-width: 1220px;
}

.feature-card {
  min-height: 0;
}

.feature-card-wide {
  grid-row: span 2;
  display: grid;
  gap: 18px;
}

.feature-card-wide img,
.feature-card-image img {
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.feature-card-wide img {
  aspect-ratio: 1.2;
}

.feature-card-image {
  display: grid;
  gap: 14px;
  grid-column: span 2;
}

.feature-card-image img {
  aspect-ratio: 1.9;
}

.feature-card-image img.finance-card-art {
  aspect-ratio: 16 / 9;
  object-position: center;
}

.feature-card-compact {
  display: grid;
  gap: 14px;
  align-content: start;
}

.feature-card-thumb {
  aspect-ratio: 16 / 9;
  background: color-mix(in srgb, var(--surface) 82%, var(--panel));
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.accent-card {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--highlight) 22%, var(--panel)), var(--panel));
  border-color: color-mix(in srgb, var(--highlight) 42%, var(--line));
}

.demo-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.demo-copy {
  max-width: 620px;
}

.demo-shot {
  margin: 0;
}

.demo-shot img {
  aspect-ratio: 16 / 10;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: contain;
  object-position: top center;
  width: 100%;
}

.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.tab-button {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  flex: 0 0 auto;
  background: var(--panel);
  font-size: 14px;
  font-weight: 900;
  min-height: 40px;
  padding: 8px 14px;
}

.tab-button.active {
  color: #ffffff;
  background: var(--accent);
  border-color: var(--accent);
}

.tab-panels {
  margin-top: 12px;
}

.tab-panel {
  display: none;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(24px, 5vw, 52px);
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(20px, 4vw, 38px);
}

.tab-panel.active {
  display: grid;
}

.tab-panel img {
  border: 1px solid var(--line);
  border-radius: 8px;
  max-height: 560px;
  background: color-mix(in srgb, var(--surface) 82%, var(--panel));
  object-fit: contain;
  object-position: top;
  width: 100%;
}

.check-list {
  color: var(--ink);
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
}

.price-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 310px;
}

.price-card-featured {
  border-color: color-mix(in srgb, var(--accent) 56%, var(--line));
  box-shadow: 0 20px 46px rgba(15, 118, 110, 0.16);
}

.plan-name {
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
}

.price-card strong {
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1;
}

.price-card small {
  color: var(--muted);
  font-weight: 800;
}

.price-list {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding-left: 18px;
}

.price-list li {
  color: var(--ink);
}

.launch-timeline {
  counter-reset: launch;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  max-width: 980px;
  padding: 0;
}

.launch-timeline li {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 16px;
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.launch-timeline li::before {
  counter-increment: launch;
  content: counter(launch, decimal-leading-zero);
  color: #ffffff;
  background: var(--accent);
  border-radius: 8px;
  display: grid;
  font-size: 14px;
  font-weight: 900;
  height: 42px;
  place-items: center;
  width: 42px;
}

.launch-timeline strong,
.launch-timeline span {
  grid-column: 2;
}

.launch-timeline strong {
  font-size: 18px;
  margin-bottom: 4px;
}

.qa-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.progress-card {
  position: sticky;
  top: 96px;
}

.progress-number {
  display: block;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
}

.progress-label {
  color: var(--muted);
  display: block;
  font-weight: 800;
  margin-bottom: 16px;
}

.progress-track {
  background: color-mix(in srgb, var(--line) 70%, var(--panel));
  border-radius: 999px;
  height: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.progress-track span {
  background: var(--accent);
  display: block;
  height: 100%;
  width: 0;
  transition: width 180ms ease;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checklist-grid label {
  align-items: flex-start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 14px;
}

.checklist-grid input {
  accent-color: var(--accent);
  flex: 0 0 auto;
  margin-top: 4px;
}

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

.gallery-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  text-align: left;
  box-shadow: 0 10px 24px rgba(23, 33, 29, 0.07);
}

.gallery-card:hover img {
  transform: scale(1.025);
}

.gallery-card img {
  aspect-ratio: 16 / 10;
  background: color-mix(in srgb, var(--surface) 82%, var(--panel));
  object-fit: contain;
  object-position: top center;
  transition: transform 180ms ease;
  width: 100%;
}

.gallery-card span {
  display: block;
  font-size: 15px;
  font-weight: 900;
  padding: 13px 14px;
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(19, 78, 74, 0.98)),
    var(--accent-deep);
  color: #ffffff;
}

.final-cta h2,
.final-cta p {
  max-width: 760px;
}

.final-cta p {
  color: #d6f7ef;
}

.final-cta .ghost-button {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
}

.site-footer {
  align-items: center;
  background: #102b26;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span,
.footer-links a {
  color: #bfeee3;
}

.footer-links a {
  font-weight: 800;
  text-decoration: none;
}

.image-modal[hidden] {
  display: none;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 21, 0.78);
}

.modal-card {
  position: relative;
  z-index: 1;
  margin: 0;
  background: var(--panel);
  border-radius: 8px;
  box-shadow: var(--shadow);
  max-height: calc(100vh - 44px);
  max-width: min(980px, calc(100vw - 44px));
  overflow: auto;
}

.modal-card img {
  width: 100%;
}

.modal-card figcaption {
  font-weight: 900;
  padding: 12px 16px 16px;
}

.modal-close {
  position: sticky;
  top: 12px;
  float: right;
  z-index: 2;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--accent);
  cursor: pointer;
  font-weight: 900;
  margin: 12px;
  padding: 8px 12px;
}

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

  .top-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero-section,
  .demo-section,
  .tab-panel {
    grid-template-columns: 1fr;
  }

  .progress-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 880px) {
  .site-header {
    position: relative;
    grid-template-columns: 1fr;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions a {
    flex: 1;
  }

  .hero-section {
    padding-top: 34px;
  }

  .hero-preview {
    grid-template-columns: 1fr;
  }

  .front-preview,
  .admin-preview {
    aspect-ratio: 1.08;
  }

  .status-band,
  .fit-grid,
  .feature-bento,
  .pricing-grid,
  .qa-layout,
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 0;
  }

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

  .fit-card-main,
  .feature-card-wide,
  .feature-card-image {
    grid-row: auto;
    grid-column: auto;
  }

  .fit-card-main {
    min-height: 260px;
  }

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

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

  .brand-mark {
    min-width: 0;
  }

  .top-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    width: 100%;
  }

  .tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
  }

  .tab-button {
    min-width: 0;
    padding: 7px 6px;
    white-space: normal;
  }

  .top-nav a {
    padding: 7px 4px;
    font-size: 13px;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
  }

  .header-actions,
  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .demo-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .header-actions a,
  .hero-actions a,
  .demo-actions a {
    width: 100%;
    white-space: normal;
  }

  .demo-actions a {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 13px;
    line-height: 1.2;
  }

  .final-cta .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-inline: 18px;
  }

  .hero-preview,
  .hero-art-card {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .hero-preview {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  h1 {
    font-size: 31px;
    line-height: 1.1;
  }

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

  .front-preview,
  .admin-preview {
    aspect-ratio: 0.86;
  }

  .content-band,
  .feature-section,
  .pricing-section,
  .timeline-section,
  .qa-section,
  .gallery-section,
  .demo-section,
  .final-cta {
    padding-inline: 16px;
  }

  .launch-timeline li {
    grid-template-columns: 1fr;
  }

  .fit-grid,
  .feature-bento {
    gap: 10px;
  }

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

  .fit-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 116px;
  }

  .fit-card-main {
    color: var(--ink);
    min-height: 116px;
    background: var(--panel);
  }

  .fit-card-main::after {
    display: none;
  }

  .fit-card-main .fit-card-photo {
    position: static;
    z-index: auto;
    height: 100%;
    opacity: 1;
  }

  .fit-card-photo {
    aspect-ratio: auto;
    height: 100%;
  }

  .fit-card-copy,
  .fit-card-main .fit-card-copy {
    align-self: center;
    padding: 13px 14px;
  }

  .fit-card h3,
  .feature-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .fit-card p,
  .feature-card p {
    font-size: 14px;
    line-height: 1.48;
  }

  .fit-card-main p {
    color: var(--muted);
  }

  .feature-card {
    padding: 14px;
  }

  .feature-card-compact {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .feature-card-thumb {
    aspect-ratio: 1;
    height: 96px;
    object-fit: cover;
  }

  .feature-card-wide,
  .feature-card-image {
    gap: 12px;
  }

  .feature-card-wide img,
  .feature-card-image img {
    max-height: 220px;
  }

  .launch-timeline li::before,
  .launch-timeline strong,
  .launch-timeline span {
    grid-column: 1;
  }

  .launch-timeline strong {
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
