:root {
  --green-950: #043f34;
  --green-900: #075241;
  --green-700: #078461;
  --green-500: #24d20b;
  --green-100: #e9f8f1;
  --mint: #58c08a;
  --yellow: #ffd713;
  --orange: #ff8a3d;
  --blue: #536dff;
  --ink: #15171c;
  --muted: #6e7480;
  --line: rgba(9, 26, 22, 0.1);
  --surface: #f5f7fa;
  --white: #fff;
  font-family:
    Inter,
    "PingFang TC",
    "Microsoft JhengHei",
    "Noto Sans TC",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, #f5f7f9 0%, #ffffff 31%, #f3f8f6 62%, #ffffff 100%),
    radial-gradient(
      circle at 0 22%,
      rgba(232, 246, 241, 0.72),
      transparent 34rem
    ),
    radial-gradient(
      circle at 100% 52%,
      rgba(222, 240, 255, 0.7),
      transparent 32rem
    );
}

body,
button,
input {
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  height: 68px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(160%);
}

.brand {
  justify-self: start;
  width: 96px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(21, 23, 28, 0.72);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover {
  color: var(--green-700);
  transform: translateY(-1px);
}

.nav-cta {
  justify-self: end;
  min-width: 96px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 12px 24px rgba(21, 23, 28, 0.15);
}

.hero {
  position: relative;
  min-height: calc(100svh - 68px);
  overflow: hidden;
  padding: clamp(54px, 8vw, 98px) clamp(18px, 5vw, 72px) 72px;
  background:
    radial-gradient(
      circle at 72% 18%,
      rgba(36, 210, 11, 0.13),
      transparent 26rem
    ),
    linear-gradient(
      180deg,
      rgba(245, 247, 249, 0.98),
      rgba(255, 255, 255, 0.82)
    );
}

.hero-pattern {
  position: absolute;
  inset: auto -12% -38% auto;
  width: min(860px, 70vw);
  aspect-ratio: 1;
  background: url("assets/brand-pattern.png") center / cover;
  opacity: 0.035;
  transform: rotate(-6deg);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  max-width: 1280px;
  margin: 0 auto;
}

.hero-logo {
  width: 142px;
  margin-bottom: 36px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6vw, 92px);
  line-height: 0.98;
  font-weight: 850;
}

.hero-subtitle {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.store-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(128px, 174px));
  gap: 14px;
  margin-bottom: 12px;
}

.qr-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(10, 31, 25, 0.08);
}

.qr-card span {
  display: block;
  padding: 10px 14px;
  background: #5b50d6;
  color: white;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.qr-placeholder {
  aspect-ratio: 1;
  overflow: hidden;
  background: white;
}

.qr-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.download-note {
  display: block;
  color: #969da8;
  font-size: 13px;
}

.product-stage {
  position: relative;
  min-height: 620px;
  padding: clamp(24px, 4vw, 48px);
  border-radius: 44px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.76),
      rgba(240, 247, 244, 0.6)
    ),
    radial-gradient(
      circle at 50% 18%,
      rgba(255, 215, 19, 0.28),
      transparent 14rem
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 34px 90px rgba(7, 82, 65, 0.13);
  overflow: hidden;
}

.stage-orbit {
  position: absolute;
  inset: 50% auto auto 45%;
  width: min(620px, 88%);
  aspect-ratio: 1;
  border: 1px solid rgba(7, 132, 97, 0.15);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(7, 132, 97, 0.09) 1px, transparent 1px) 0 0 /
      22px 22px,
    radial-gradient(circle, rgba(36, 210, 11, 0.1), transparent 64%);
  transform: translate(-50%, -50%);
}

.stage-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(230px, 1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 34px);
  height: 100%;
  min-height: 524px;
}

.product-phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(314px, 100%);
  min-width: 0;
}

.product-phone-wrap::before {
  content: "";
  position: absolute;
  inset: 10% 2% 4%;
  border-radius: 54px;
  background: linear-gradient(
    180deg,
    rgba(7, 132, 97, 0.18),
    rgba(255, 215, 19, 0.1)
  );
  filter: blur(18px);
}

.product-phone {
  position: relative;
  z-index: 2;
  width: min(304px, 100%);
  aspect-ratio: 9 / 18.6;
  min-height: 0;
  padding: 26px 21px 22px;
  border: 7px solid #11161a;
  border-radius: 50px;
  background:
    linear-gradient(180deg, #ffffff, #f6faf8),
    repeating-linear-gradient(
      180deg,
      transparent 0 22px,
      rgba(7, 82, 65, 0.08) 23px
    );
  box-shadow:
    0 34px 70px rgba(7, 82, 65, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.product-phone::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 94px;
  height: 8px;
  border-radius: 999px;
  background: #11161a;
  transform: translateX(-50%);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 18px;
  color: #7a818b;
  font-size: 13px;
  font-weight: 800;
}

.phone-top img {
  width: 68px;
}

.race-summary {
  padding: 22px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, var(--green-900), var(--green-700)),
    url("assets/tile.png") center / 90px;
  color: #fff;
}

.race-summary p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.race-summary strong {
  display: block;
  font-size: 28px;
}

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

.metric-grid span {
  aspect-ratio: 1.25;
  border-radius: 14px;
  background: rgba(7, 132, 97, 0.12);
}

.metric-grid .hot {
  background: rgba(255, 215, 19, 0.72);
}

.metric-grid .cool {
  background: rgba(83, 109, 255, 0.18);
}

.pick-list-visual {
  display: grid;
  gap: 13px;
}

.pick-list-visual div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(7, 82, 65, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 23, 28, 0.05);
}

.pick-list-visual b {
  color: var(--green-700);
}

.pick-list-visual span {
  font-size: 14px;
  font-weight: 800;
}

.pick-list-visual em {
  color: var(--orange);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.stage-panel {
  min-width: 0;
}

.panel-kicker {
  margin-bottom: 12px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.stage-panel h2 {
  max-width: 340px;
  margin-bottom: 24px;
  font-size: clamp(27px, 2.8vw, 40px);
  line-height: 1.08;
}

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

.insight-card {
  display: grid;
  gap: 5px;
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(7, 82, 65, 0.15);
}

.insight-card.wide {
  grid-column: 1 / -1;
  min-height: 118px;
}

.insight-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.insight-card strong {
  color: var(--green-700);
  font-size: 34px;
}

.insight-card small {
  color: #8d949f;
}

.feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  margin-top: 18px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 40px rgba(7, 82, 65, 0.12);
}

.feature-strip span {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 13px;
  font-weight: 850;
}

.section-heading {
  max-width: 850px;
  margin: 0 auto clamp(28px, 5vw, 58px);
  text-align: center;
}

.section-heading h2,
.platform-copy h2,
.services-copy h2,
.quote h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.6vw, 64px);
  line-height: 1.08;
  font-weight: 850;
}

.section-heading p:not(.eyebrow),
.platform-copy p,
.services-copy p,
.quote p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.pillars,
.platform,
.services,
.quote,
.contact {
  padding: clamp(72px, 10vw, 136px) clamp(18px, 5vw, 72px);
}

.pillars {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4),
    rgba(244, 249, 247, 0.72)
  );
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
}

.pillar-grid article,
.service-grid article {
  min-height: 220px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(21, 23, 28, 0.08);
  backdrop-filter: blur(18px);
}

.line-icon,
.service-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 16px;
  background: var(--green-100);
  color: var(--green-700);
  font-weight: 850;
}

.line-icon svg,
.service-grid span svg,
.socials svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-grid article:nth-child(1) .line-icon,
.service-grid article:nth-child(1) span,
.service-grid article:nth-child(4) span {
  background: rgba(255, 138, 61, 0.12);
  color: var(--orange);
}

.pillar-grid article:nth-child(3) .line-icon,
.service-grid article:nth-child(3) span {
  background: rgba(83, 109, 255, 0.12);
  color: var(--blue);
}

.pillar-grid h3,
.service-grid h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.pillar-grid p,
.service-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.platform {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 8vw, 110px);
  max-width: 1240px;
  margin: 0 auto;
}

.platform,
.services {
  position: relative;
}

.platform::before,
.services::before {
  content: "";
  position: absolute;
  inset: 3% auto auto 50%;
  z-index: -1;
  width: min(980px, 90vw);
  height: 420px;
  border-radius: 50%;
  background: rgba(232, 246, 241, 0.78);
  filter: blur(10px);
  transform: translateX(-50%);
}

.support-illustration {
  position: relative;
  min-height: 430px;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 42% 20%,
      rgba(224, 119, 255, 0.38),
      transparent 110px
    ),
    radial-gradient(
      circle at 26% 66%,
      rgba(255, 215, 19, 0.46),
      transparent 150px
    ),
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(245, 247, 250, 0.34));
}

.person {
  position: absolute;
  left: 24%;
  bottom: 22%;
  width: 150px;
  height: 190px;
  border-radius: 72px 72px 28px 28px;
  background:
    radial-gradient(circle at 58% 18%, #ffd19b 0 24px, transparent 25px),
    linear-gradient(160deg, #6e00c8 0 54%, #32124c 55%);
  transform: rotate(-6deg);
}

.person::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 66px;
  width: 84px;
  height: 150px;
  border-radius: 80px 0 90px 24px;
  background: #ff9e35;
  transform: rotate(-22deg);
}

.laptop {
  position: absolute;
  right: 12%;
  bottom: 22%;
  width: 240px;
  height: 128px;
  border: 8px solid #c9cdd4;
  border-bottom-width: 12px;
  border-radius: 18px 18px 10px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 42%),
    linear-gradient(145deg, #eceff3, #c7ccd5);
  box-shadow: 0 24px 54px rgba(65, 50, 92, 0.18);
}

.laptop::before {
  content: "";
  position: absolute;
  inset: 12px 14px 20px;
  border-radius: 10px;
  background:
    radial-gradient(
      circle at 72% 34%,
      rgba(36, 210, 11, 0.22),
      transparent 36px
    ),
    linear-gradient(145deg, #f8fafb, #dfe5ea);
}

.laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 286px;
  height: 26px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, #e6e9ee, #bfc5cf);
  box-shadow: 0 18px 34px rgba(65, 50, 92, 0.13);
  transform: translateX(-50%);
}

.bubble {
  position: absolute;
  right: 22%;
  top: 18%;
  width: 160px;
  height: 86px;
  border-radius: 999px;
  background: #f08bdf;
}

.bubble::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -18px;
  border-width: 22px 22px 0 0;
  border-style: solid;
  border-color: #f08bdf transparent transparent transparent;
}

.services {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.85fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  color: #525964;
  line-height: 1.7;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 900;
}

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

.service-grid article {
  min-height: 210px;
  padding: 30px;
}

.quote {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.quote::before {
  content: "";
  position: absolute;
  inset: 108px 18px 54px;
  z-index: -1;
  border-radius: 36px;
  background:
    radial-gradient(circle, rgba(7, 82, 65, 0.08) 1px, transparent 1px) 0 0 /
      18px 18px,
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(21, 23, 28, 0.1);
}

.quote-mark {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 40px rgba(7, 82, 65, 0.18);
}

.quote-mark img {
  width: 58px;
}

.quote p {
  max-width: 600px;
  margin: 0 auto;
}

.compact {
  max-width: 720px;
}

.contact {
  max-width: 1050px;
  margin: 0 auto;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(21, 23, 28, 0.08);
  overflow: hidden;
}

.contact-info {
  display: grid;
  gap: 14px;
  padding: 42px;
  font-size: 18px;
  font-weight: 750;
}

.contact-info a {
  color: var(--green-700);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.socials a:hover {
  border-color: rgba(7, 132, 97, 0.32);
  color: var(--green-700);
  transform: translateY(-2px);
}

.contact-qr-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  background:
    radial-gradient(
      circle at 76% 10%,
      rgba(36, 210, 11, 0.12),
      transparent 14rem
    ),
    var(--surface);
  height: 100%;
}

.contact-qr-list article {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(21, 23, 28, 0.06);
  text-align: center;
}

.contact-qr-list img {
  width: min(180px, 100%);
  aspect-ratio: 1;
  border-radius: 16px;
}

.contact-qr-list strong {
  font-size: 18px;
}

.contact-qr-list span {
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  padding: 32px 20px 44px;
  color: #8b929d;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1040px) {
  .hero-inner,
  .platform,
  .services {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .platform-copy,
  .services-copy {
    text-align: center;
  }

  .hero-logo,
  .store-row {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .product-stage {
    max-width: 720px;
    margin: 0 auto;
  }

  .stage-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .stage-panel {
    text-align: center;
  }

  .stage-panel h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-strip {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: auto 1fr;
    height: 58px;
    padding: 0 16px;
  }

  .brand {
    width: 82px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    min-width: 82px;
    padding: 9px 14px;
    font-size: 13px;
  }

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

  h1 {
    font-size: clamp(38px, 14vw, 56px);
  }

  .store-row {
    grid-template-columns: 1fr;
    max-width: 230px;
  }

  .product-stage {
    min-height: auto;
    padding: 22px;
    border-radius: 30px;
  }

  .stage-content {
    min-height: auto;
  }

  .product-phone {
    width: min(264px, 100%);
    aspect-ratio: auto;
    min-height: 452px;
    padding: 22px 16px 18px;
    border-radius: 42px;
  }

  .phone-top {
    margin: 18px 0 14px;
  }

  .phone-top img {
    width: 60px;
  }

  .race-summary {
    padding: 16px;
    border-radius: 22px;
  }

  .race-summary strong {
    font-size: 24px;
  }

  .metric-grid {
    gap: 8px;
    margin: 14px 0;
  }

  .metric-grid span {
    border-radius: 11px;
  }

  .pick-list-visual {
    gap: 8px;
  }

  .pick-list-visual div {
    padding: 10px;
    border-radius: 15px;
  }

  .pick-list-visual span {
    font-size: 13px;
  }

  .stage-panel h2 {
    font-size: 24px;
  }

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

  .insight-card,
  .insight-card.wide {
    min-height: 102px;
    padding: 14px;
    text-align: left;
  }

  .insight-card strong {
    font-size: 26px;
  }

  .insight-card small {
    font-size: 12px;
  }

  .feature-strip {
    justify-content: center;
    max-width: calc(100% - 28px);
    border-radius: 22px;
  }

  .feature-strip span {
    padding: 9px 12px;
  }

  .pillar-grid,
  .service-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .pillar-grid article,
  .service-grid article {
    min-height: 184px;
    padding: 30px;
    border-radius: 24px;
  }

  .support-illustration {
    min-height: 320px;
  }

  .person {
    left: 16%;
    width: 112px;
    height: 150px;
  }

  .laptop {
    right: 7%;
    width: 174px;
    height: 98px;
    border-width: 6px;
    border-bottom-width: 10px;
  }

  .laptop::after {
    bottom: -22px;
    width: 210px;
    height: 20px;
  }

  .bubble {
    right: 15%;
    width: 118px;
    height: 64px;
  }

  .quote::before {
    inset: 96px 0 40px;
  }

  .contact-info {
    padding: 30px;
    text-align: center;
  }

  .socials {
    justify-content: center;
  }

  .contact-qr-list {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

@media (max-width: 460px) {
  .pillars,
  .platform,
  .services,
  .quote,
  .contact {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .section-heading h2,
  .platform-copy h2,
  .services-copy h2,
  .quote h2 {
    font-size: 31px;
  }
}
