:root {
  --forest: #102c23;
  --forest-2: #174536;
  --green: #2d6a50;
  --green-soft: #e6f0eb;
  --gold: #c89b3c;
  --gold-dark: #765713;
  --gold-soft: #f5ecd7;
  --cobalt: #315da8;
  --red: #a3423e;
  --ink: #18211e;
  --muted: #52615c;
  --line: #d8dfdb;
  --paper: #ffffff;
  --canvas: #f4f6f3;
  --shadow: 0 18px 50px rgba(16, 44, 35, 0.12);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
svg { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.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; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 20px;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}
h2 { font-size: clamp(2.25rem, 5vw, 4.7rem); }
h3 { margin-bottom: 10px; font-size: 1.22rem; line-height: 1.2; }
p { color: var(--muted); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--forest);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: var(--forest);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 235px; }
.brand > img:first-child { width: 54px; height: 54px; object-fit: contain; }
.brand .brand-wordmark { width: 154px; height: auto; object-fit: contain; filter: invert(1); }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand b { font-size: 1.28rem; }
.brand small { margin-top: 4px; color: #c9d8d1; font-size: 0.72rem; }
.desktop-nav { display: flex; justify-content: center; gap: 32px; }
.desktop-nav a { color: #d8e4df; font-size: 0.85rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.paybotx-lockup { display: flex; align-items: center; gap: 8px; }
.paybotx-lockup span { color: #aebfb8; font-size: 0.66rem; font-weight: 700; text-transform: uppercase; }
.paybotx-lockup img { width: 92px; height: auto; filter: brightness(0) invert(1); opacity: 0.9; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  color: #fff;
  background: var(--forest-2);
  border: 1px solid var(--forest-2);
  border-radius: 4px;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.button:hover { background: #0d392b; border-color: #0d392b; transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 9px 13px; font-size: 0.8rem; }
.button-gold { color: #241b09; background: var(--gold); border-color: var(--gold); }
.button-gold:hover { color: #fff; background: #8a681d; border-color: #8a681d; }
.button-ghost { color: #fff; background: rgba(16, 44, 35, 0.3); border-color: rgba(255, 255, 255, 0.68); backdrop-filter: blur(5px); }
.button-ghost:hover { background: #fff; border-color: #fff; color: var(--forest); }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; cursor: pointer; }
.menu-button svg { width: 22px; height: 22px; }
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 112px));
  display: grid;
  align-content: center;
  color: #fff;
  background: #173129 url("/assets/golf-course-hero.png") center 54% / cover no-repeat;
  overflow: hidden;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(7, 25, 19, 0.59); }
.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0 150px;
}
.kicker {
  margin-bottom: 18px;
  color: #f2d58f;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.kicker.dark { color: var(--gold-dark); }
.hero h1 { max-width: 800px; margin-bottom: 12px; color: #fff; font-size: clamp(4.7rem, 12vw, 9.7rem); }
.hero-title img { width: min(760px, 72vw); height: auto; filter: invert(1); }
.hero-statement { max-width: 760px; color: #fff; font-size: clamp(1.25rem, 2.5vw, 2.05rem); line-height: 1.32; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}
.hero-proof div { display: flex; align-items: baseline; gap: 10px; padding: 22px 18px; background: rgba(10, 35, 27, 0.82); }
.hero-proof strong { color: #fff; font-size: 1.5rem; }
.hero-proof span { color: #d8e5df; font-size: 0.78rem; }

.module-band { overflow: hidden; color: #fff; background: var(--gold-dark); }
.module-track {
  display: flex;
  justify-content: center;
  gap: 34px;
  width: max-content;
  min-width: 100%;
  padding: 16px 24px;
}
.module-track span { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 0.75rem; font-weight: 800; white-space: nowrap; }

.section { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 710px; margin-bottom: 0; font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 72px; max-width: none; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 6px; font-size: 1.07rem; }

.operating-model { background: var(--paper); }
.flow { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow article { position: relative; min-height: 250px; padding: 30px 22px 26px; border-right: 1px solid var(--line); }
.flow article:last-child { border-right: 0; }
.flow article > span { position: absolute; top: 18px; right: 18px; color: #596660; font-size: 0.7rem; font-weight: 800; }
.flow svg { width: 26px; height: 26px; margin-bottom: 46px; color: var(--green); }
.flow h3 { font-size: 1.12rem; }
.flow p { margin-bottom: 0; font-size: 0.85rem; }

.product-tour { color: #fff; background: var(--forest); }
.product-tour .section-heading h2 { color: #fff; }
.product-tour .section-heading > p:last-child { color: #c8d7d1; }
.product-tour .kicker.dark { color: #f1d48e; }
.tour-shell { border: 1px solid rgba(255, 255, 255, 0.18); background: #0c251d; }
.tour-tabs { display: grid; grid-template-columns: repeat(9, 1fr); border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.tour-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 66px;
  padding: 12px 8px;
  color: #b9cac3;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 3px solid transparent;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}
.tour-tab:last-child { border-right: 0; }
.tour-tab:hover, .tour-tab:focus-visible { color: #fff; background: #17372c; }
.tour-tab.active { color: #fff; background: #183d30; border-bottom-color: var(--gold); }
.tour-tab svg { width: 17px; height: 17px; }
.tour-stage { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .55fr); gap: 0; }
.browser-frame { min-width: 0; margin: 28px 0 28px 28px; overflow: hidden; background: #fff; border: 1px solid #4a6259; border-radius: 6px; box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35); }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 12px; color: #63706b; background: #edf1ef; border-bottom: 1px solid #d7dedb; }
.browser-bar span { width: 8px; height: 8px; background: #83918b; border-radius: 50%; }
.browser-bar b { margin-left: 6px; font-size: 0.68rem; font-weight: 700; }
.browser-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top left; transition: opacity 120ms ease; }
.browser-frame img.changing { opacity: .25; }
.tour-copy { align-self: center; padding: 48px 38px; }
.tour-copy .kicker { color: #f1d48e; }
.tour-copy h3 { color: #fff; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.tour-copy > p { color: #c5d4ce; }
.tour-copy ul { display: grid; gap: 12px; margin: 26px 0; padding: 0; list-style: none; }
.tour-copy li { display: flex; gap: 10px; color: #e5eee9; font-size: 0.88rem; }
.tour-copy li svg { margin-top: 4px; color: #f1d48e; }
.tour-copy > a, .text-link { display: inline-flex; align-items: center; gap: 7px; color: #f4d994; font-weight: 800; }

.capability-section { background: var(--canvas); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.capability { min-height: 390px; padding: 28px; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: 6px; }
.capability:nth-child(2), .capability:nth-child(6) { border-top-color: var(--cobalt); }
.capability:nth-child(3), .capability:nth-child(7) { border-top-color: var(--gold-dark); }
.capability:nth-child(4), .capability:nth-child(8) { border-top-color: var(--red); }
.icon-box { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 30px; color: #fff; background: var(--green); border-radius: 4px; }
.icon-box.cobalt { background: var(--cobalt); }
.icon-box.gold { color: #261c08; background: var(--gold); }
.icon-box.red { background: var(--red); }
.icon-box svg { width: 22px; height: 22px; }
.capability h3 { font-size: 1.28rem; }
.capability > p { min-height: 76px; }
.capability ul { display: grid; gap: 8px; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.capability li { position: relative; padding-left: 15px; color: #3e4b46; font-size: 0.82rem; }
.capability li::before { position: absolute; top: .7em; left: 0; width: 5px; height: 5px; content: ""; background: var(--gold-dark); border-radius: 50%; }

.payments { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 72px; overflow: hidden; }
.payments-visual { position: relative; }
.payments-visual::before { position: absolute; z-index: -1; inset: -28px 18% 38% -100vw; content: ""; background: var(--green-soft); }
.payments-visual img { width: 100%; border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); }
.paybotx-logo { width: 152px; margin-bottom: 34px; }
.payments-copy h2 { font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.payments-copy > p:not(.kicker) { font-size: 1.03rem; }
.control-list { display: grid; margin-top: 32px; border-top: 1px solid var(--line); }
.control-list > span { display: grid; grid-template-columns: 30px 1fr; gap: 2px 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.control-list svg { grid-row: span 2; width: 22px; height: 22px; margin-top: 2px; color: var(--green); }
.control-list b { color: var(--ink); font-size: 0.92rem; }
.control-list small { color: var(--muted); font-size: 0.78rem; }

.channels { background: #eef2ef; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.channel-grid article { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.channel-image { aspect-ratio: 16 / 10; overflow: hidden; background: #dfe6e2; }
.channel-image img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform 260ms ease; }
.channel-grid article:hover img { transform: scale(1.02); }
.channel-grid article > div:last-child { position: relative; min-height: 238px; padding: 28px; }
.channel-grid article > div:last-child > span { position: absolute; top: 28px; right: 28px; color: #596660; font-size: 0.72rem; font-weight: 900; }
.channel-grid h3 { font-size: 1.42rem; }
.channel-grid p { margin-bottom: 0; font-size: 0.9rem; }

.reports { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; color: #fff; background: #182d4d; }
.reports h2 { color: #fff; }
.reports-intro > p:not(.kicker) { color: #cbd7e9; font-size: 1.04rem; }
.reports .kicker { color: #f2d58f; }
.report-list { display: grid; grid-template-columns: repeat(2, 1fr); align-self: center; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.report-list span { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 14px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-size: 0.84rem; font-weight: 800; }
.report-list span:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.2); }
.report-list svg { color: #f2d58f; }

.architecture { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.architecture-copy h2 { font-size: clamp(2.4rem, 4.7vw, 4.5rem); }
.architecture-copy > p:not(.kicker) { font-size: 1.02rem; }
.architecture-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 36px; }
.architecture-points article { display: grid; grid-template-columns: 28px 1fr; gap: 13px; }
.architecture-points svg { width: 23px; height: 23px; color: var(--green); }
.architecture-points h3 { font-size: .95rem; }
.architecture-points p { margin: 0; font-size: .78rem; }
.architecture-diagram { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 32px; background: var(--canvas); border: 1px solid var(--line); }
.channel-node { display: grid; place-items: center; gap: 8px; min-height: 90px; color: var(--forest); background: #fff; border: 1px solid var(--line); border-radius: 4px; font-size: .76rem; font-weight: 800; }
.channel-node svg { width: 23px; height: 23px; color: var(--green); }
.platform-node { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 126px; color: #fff; background: var(--forest); border-radius: 4px; }
.platform-node img { width: 74px; height: 74px; object-fit: contain; }
.platform-node div, .database-node div { display: flex; flex-direction: column; }
.platform-node b { font-size: 1.45rem; }
.platform-node span { color: #c9d8d1; font-size: .76rem; }
.database-node { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 94px; color: #211a0b; background: var(--gold); border-radius: 4px; }
.database-node svg { width: 26px; height: 26px; }
.database-node b { font-size: 1.05rem; }
.database-node span { color: #47360f; font-size: .73rem; }

.faq { background: var(--canvas); }
.faq-list { border-top: 1px solid #bcc8c2; }
.faq details { border-bottom: 1px solid #bcc8c2; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; color: var(--ink); font-size: 1.04rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 20px; height: 20px; color: var(--green); }
.faq details p { max-width: 820px; margin: -5px 0 26px; }

.cta-section { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--forest); border-bottom: 1px solid rgba(255,255,255,.16); }
.cta-section h2 { max-width: 850px; margin-bottom: 0; color: #fff; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.text-link.light { color: #fff; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; min-height: 150px; padding: 30px max(24px, calc((100vw - var(--max)) / 2)); color: #fff; background: #0b211a; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand span, .footer-meta, .footer-links { color: #b9cbc3; font-size: .75rem; }
.footer-links { display: flex; gap: 24px; }
.footer-links a:hover { color: #fff; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .desktop-nav { gap: 18px; }
  .paybotx-lockup { display: none; }
  .tour-tabs { grid-template-columns: repeat(5, 1fr); }
  .tour-tab { border-bottom: 1px solid rgba(255,255,255,.12); }
  .tour-stage { grid-template-columns: 1fr; }
  .browser-frame { margin-right: 28px; }
  .tour-copy { padding-top: 28px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability { min-height: 350px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding-right: 20px; padding-left: 20px; }
  .desktop-nav, .header-actions .button-small { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; padding: 18px 20px 26px; background: var(--forest); border-top: 1px solid rgba(255,255,255,.15); box-shadow: 0 18px 30px rgba(0,0,0,.25); }
  .menu-open .mobile-nav { display: grid; }
  .mobile-nav a { padding: 13px 4px; color: #e4ede9; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 700; }
  .hero { min-height: min(720px, calc(100svh - 98px)); }
  .hero-content { padding-top: 60px; padding-bottom: 210px; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); }
  .hero-proof div { padding: 14px; }
  .module-track { justify-content: flex-start; animation: moduleScroll 28s linear infinite; }
  @keyframes moduleScroll { to { transform: translateX(-45%); } }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .split-heading, .payments, .reports, .architecture, .cta-section { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; }
  .flow { grid-template-columns: repeat(3, 1fr); }
  .flow article:nth-child(3) { border-right: 0; }
  .flow article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .payments, .reports, .architecture { gap: 50px; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-grid article { display: grid; grid-template-columns: .9fr 1.1fr; }
  .channel-grid article > div:last-child { min-height: 0; }
  .channel-image { height: 100%; aspect-ratio: auto; }
  .report-list { margin-top: 8px; }
  .cta-section { gap: 34px; align-items: start; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { display: none; }
}

@media (max-width: 640px) {
  .brand { min-width: 0; }
  .brand > img:first-child { width: 44px; height: 44px; }
  .brand .brand-wordmark { width: 142px; }
  .hero { min-height: 690px; background-position: 62% center; }
  .hero-content { width: calc(100% - 36px); padding-top: 44px; padding-bottom: 245px; }
  .hero h1 { font-size: 4.7rem; }
  .hero-title img { width: min(340px, 90vw); }
  .hero-statement { font-size: 1.15rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { width: calc(100% - 36px); }
  .hero-proof div { display: grid; gap: 0; }
  .hero-proof strong { font-size: 1.15rem; }
  .hero-proof span { font-size: .64rem; }
  .section { padding: 68px 18px; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: 2.55rem; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow article { min-height: 205px; padding: 24px 16px; }
  .flow article:nth-child(2), .flow article:nth-child(4) { border-right: 0; }
  .flow article:nth-child(3) { border-right: 1px solid var(--line); }
  .flow article:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .flow svg { margin-bottom: 30px; }
  .tour-tabs { display: flex; overflow-x: auto; scrollbar-width: thin; }
  .tour-tab { flex: 0 0 116px; min-height: 62px; }
  .tour-tab span { white-space: normal; }
  .browser-frame { margin: 14px; }
  .tour-copy { padding: 30px 22px 38px; }
  .tour-copy h3 { font-size: 1.9rem; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: 0; padding: 24px; }
  .capability > p { min-height: 0; }
  .payments { gap: 44px; }
  .payments-visual::before { inset: -18px 12% 38% -24px; }
  .channel-grid article { display: block; }
  .channel-image { aspect-ratio: 16 / 10; }
  .reports { gap: 42px; }
  .report-list { grid-template-columns: 1fr; }
  .report-list span:nth-child(odd) { border-right: 0; }
  .architecture-points { grid-template-columns: 1fr; }
  .architecture-diagram { grid-template-columns: repeat(2, 1fr); padding: 18px; }
  .platform-node, .database-node { grid-column: 1 / -1; }
  .platform-node { padding: 14px; }
  .platform-node img { width: 58px; height: 58px; }
  .faq summary { font-size: .94rem; }
  .cta-section { padding: 72px 18px; }
  .cta-actions, .cta-actions .button { width: 100%; }
  footer { grid-template-columns: 1fr; padding: 32px 18px; }
  .footer-meta { align-items: flex-start; }
}
