:root {
  --ink: #101b2f;
  --muted: #627086;
  --line: #dde5ef;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --navy: #0b1f3a;
  --navy-2: #122d52;
  --orange: #ff7417;
  --orange-dark: #df5f0e;
  --gold: #f5a33b;
  --green: #2eaf70;
  --red: #e75151;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(11, 31, 58, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(220, 229, 239, 0.82);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 26px rgba(11, 31, 58, 0.05);
}

.brand,
.header-actions,
.header-login,
.btn,
.trust-row,
.proof-row,
.metric-strip,
.feature-card,
.function-slice,
.app-section,
.qr-card,
.site-footer {
  letter-spacing: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: max-content;
  font-weight: 800;
}

.brand img {
  display: block;
  width: 92px;
  height: 34px;
  object-fit: contain;
}

.brand span {
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--orange);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  font-weight: 700;
  border-radius: var(--radius);
}

.header-login {
  color: #ffffff;
  background: var(--orange);
  box-shadow: 0 12px 26px rgba(255, 116, 23, 0.26);
}

.section-band {
  background:
    linear-gradient(90deg, rgba(245, 247, 251, 0.96), rgba(245, 247, 251, 0.84)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 80px);
}

.hero-content {
  min-width: 0;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cert-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
  border: 1px solid rgba(255, 116, 23, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.08);
  animation: slideUpFade 0.7s ease both;
}

.cert-pill svg {
  color: var(--orange);
}

.integration-strip {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 100%;
  margin: -2px 0 18px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.integration-strip::-webkit-scrollbar {
  display: none;
}

.integration-strip span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
  border: 1px solid rgba(255, 116, 23, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.08);
  animation: slideUpFade 0.65s ease both;
}

.integration-strip span:nth-child(1) {
  animation-delay: 0.08s;
}

.integration-strip span:nth-child(2) {
  animation-delay: 0.16s;
}

.integration-strip span:nth-child(3) {
  animation-delay: 0.24s;
}

.integration-strip span:nth-child(4) {
  animation-delay: 0.32s;
}

.integration-strip span:nth-child(5) {
  animation-delay: 0.4s;
}

.integration-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 116, 23, 0.12);
}

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

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-content .eyebrow {
  animation: slideUpFade 0.72s 0.18s ease both;
}

.hero-content h1 {
  animation: slideLeftFade 0.82s 0.28s ease both;
}

.hero-copy {
  animation: slideLeftFade 0.82s 0.4s ease both;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
  line-height: 1.35;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  animation: slideUpFade 0.72s 0.52s ease both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  color: #ffffff;
  background: var(--orange);
  box-shadow: 0 16px 32px rgba(255, 116, 23, 0.28);
}

.btn-secondary {
  color: var(--navy);
  background: #ffffff;
  border: 1px solid var(--line);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row span {
  padding: 8px 12px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  animation: slideUpFade 0.65s ease both;
}

.trust-row span:nth-child(1) {
  animation-delay: 0.6s;
}

.trust-row span:nth-child(2) {
  animation-delay: 0.68s;
}

.trust-row span:nth-child(3) {
  animation-delay: 0.76s;
}

.dashboard {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  animation: dashboardEnter 0.9s 0.24s ease both, dashboardFloat 7s 1.2s ease-in-out infinite;
}

.map-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 116, 23, 0.16), rgba(11, 31, 58, 0.12)),
    #eef2f7;
}

.map-grid {
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(90deg, rgba(16, 35, 63, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(16, 35, 63, 0.09) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: rotate(-11deg);
  animation: mapDrift 18s linear infinite;
}

.route-line {
  position: absolute;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 116, 23, 0.14);
  transform-origin: left center;
}

.route-one {
  top: 132px;
  left: 46px;
  width: 78%;
  transform: rotate(23deg);
  animation: routeOneDraw 1s 0.72s ease-out both;
}

.route-two {
  right: 30px;
  bottom: 120px;
  width: 62%;
  background: var(--navy-2);
  box-shadow: 0 0 0 8px rgba(18, 45, 82, 0.13);
  transform: rotate(-30deg);
  transform-origin: right center;
  animation: routeTwoDraw 1s 0.95s ease-out both;
}

.pin {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(16, 35, 63, 0.28);
  animation: pinDrop 0.58s ease both, pinBreathe 2.5s 0.8s ease-in-out infinite;
}

.pin::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: rgba(231, 81, 81, 0.2);
}

.pin-a {
  top: 82px;
  right: 26%;
  background: var(--green);
  animation-delay: 1s, 1.55s;
}

.pin-b {
  top: 220px;
  left: 34%;
  animation-delay: 1.16s, 1.72s;
}

.pin-c {
  right: 20%;
  bottom: 88px;
  background: var(--gold);
  animation-delay: 1.32s, 1.88s;
}

.vehicle-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: grid;
  gap: 2px;
  max-width: calc(100% - 56px);
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(16, 35, 63, 0.16);
  animation: slideUpFade 0.66s 1.1s ease both;
}

.vehicle-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.metric-strip div {
  padding: 18px;
  border-right: 1px solid var(--line);
  animation: slideUpFade 0.56s ease both;
}

.metric-strip div:nth-child(1) {
  animation-delay: 1.24s;
}

.metric-strip div:nth-child(2) {
  animation-delay: 1.34s;
}

.metric-strip div:nth-child(3) {
  animation-delay: 1.44s;
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip span,
.proof-row span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.metric-strip strong,
.proof-row strong {
  display: block;
  color: var(--navy);
  font-size: 1.7rem;
  line-height: 1.15;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 80px);
  background: var(--line);
}

.proof-row div {
  min-height: 118px;
  padding: 24px;
  background: #ffffff;
}

.cert-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: 42px clamp(18px, 5vw, 80px);
  color: #ffffff;
  background: var(--navy);
}

.cert-section .eyebrow {
  color: #ffb477;
}

.cert-section h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

.cert-list {
  display: grid;
  gap: 10px;
}

.cert-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.cert-list span::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 116, 23, 0.16);
}

.section {
  padding: clamp(72px, 9vw, 112px) clamp(18px, 5vw, 80px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.align-left {
  margin: 0;
  text-align: left;
}

.feature-grid,
.function-slices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

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

.icon-box {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: #ffffff;
  border-radius: var(--radius);
  background: var(--navy);
}

.function-section {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 116, 23, 0.08), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(11, 31, 58, 0.08), transparent 30%),
    #ffffff;
}

.function-slices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.function-slice {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.function-slice:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 116, 23, 0.32);
  box-shadow: 0 22px 56px rgba(11, 31, 58, 0.12);
}

.function-slice::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: rgba(255, 116, 23, 0.1);
}

.function-slice-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  grid-column: span 2;
  color: #ffffff;
  border-color: transparent;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.95), rgba(18, 45, 82, 0.92)),
    url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=1400&q=80") center/cover;
}

.function-slice-wide p,
.function-slice-wide .slice-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.function-slice h3 {
  position: relative;
  z-index: 1;
  font-size: 1.35rem;
}

.function-slice p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}

.slice-kicker {
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-tags {
  position: relative;
  z-index: 1;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 190px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-tags li {
  padding: 8px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  background: var(--soft);
}

.solution-list {
  display: grid;
  gap: 14px;
}

.solution-list div {
  padding: 20px;
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 35, 63, 0.07);
}

.solution-list strong,
.solution-list span {
  display: block;
}

.solution-list span {
  color: var(--muted);
}

.app-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 620px);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  padding: clamp(66px, 9vw, 108px) clamp(18px, 5vw, 80px);
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 35%, rgba(255, 116, 23, 0.18), transparent 28%),
    linear-gradient(135deg, var(--navy), #07172b 64%, #251405);
}

.app-section .eyebrow {
  color: #ffb477;
}

.app-section p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
}

.app-brand-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.app-brand-card img {
  width: 68px;
  height: 68px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.app-brand-card strong,
.app-brand-card span {
  display: block;
}

.app-brand-card strong {
  font-size: 1.12rem;
  line-height: 1.25;
}

.app-brand-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.app-copy .btn {
  width: max-content;
  margin-top: 8px;
}

.app-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px;
}

.app-points span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

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

.qr-card {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 22px;
  text-align: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

.qr-card img {
  width: min(100%, 208px);
  aspect-ratio: 1;
  padding: 12px;
  border-radius: var(--radius);
  background: #ffffff;
}

.qr-card h3 {
  margin: 2px 0 0;
}

.qr-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.store-badge {
  justify-self: start;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 999px;
  background: var(--orange);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 5vw, 80px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  color: var(--navy);
  font-weight: 800;
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideLeftFade {
  from {
    opacity: 0;
    transform: translateX(-26px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes dashboardEnter {
  from {
    opacity: 0;
    transform: translateX(34px) translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}

@keyframes dashboardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes mapDrift {
  from {
    transform: rotate(-11deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(-11deg) translate3d(54px, 54px, 0);
  }
}

@keyframes routeOneDraw {
  from {
    opacity: 0;
    transform: rotate(23deg) scaleX(0);
  }
  to {
    opacity: 1;
    transform: rotate(23deg) scaleX(1);
  }
}

@keyframes routeTwoDraw {
  from {
    opacity: 0;
    transform: rotate(-30deg) scaleX(0);
  }
  to {
    opacity: 1;
    transform: rotate(-30deg) scaleX(1);
  }
}

@keyframes pinDrop {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.65);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pinBreathe {
  0%,
  100% {
    box-shadow: 0 10px 24px rgba(16, 35, 63, 0.28), 0 0 0 0 rgba(255, 116, 23, 0);
  }
  50% {
    box-shadow: 0 10px 24px rgba(16, 35, 63, 0.28), 0 0 0 10px rgba(255, 116, 23, 0.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

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

  .nav-links {
    display: none;
  }

  .hero,
  .cert-section,
  .split-section,
  .app-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .dashboard {
    max-width: 680px;
  }

  .proof-row,
  .feature-grid,
  .function-slices {
    grid-template-columns: repeat(2, 1fr);
  }

  .function-slice-wide {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 66px;
    padding: 12px 16px;
  }

  .brand img {
    width: 72px;
    height: 28px;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .header-login {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .hero {
    padding: 42px 16px 56px;
  }

  h1 {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .btn {
    width: 100%;
  }

  .dashboard {
    width: 100%;
  }

  .map-panel {
    min-height: 340px;
  }

  .metric-strip,
  .proof-row,
  .feature-grid,
  .function-slices,
  .qr-grid {
    grid-template-columns: 1fr;
  }

  .function-slice-wide {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }

  .mini-tags {
    justify-content: flex-start;
  }

  .metric-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-strip div:last-child {
    border-bottom: 0;
  }

  .section,
  .cert-section,
  .app-section {
    padding: 56px 16px;
  }

  .app-copy .btn {
    width: 100%;
  }

  .app-brand-card {
    width: 100%;
  }
}
