:root {
  --ink: #112033;
  --muted: #5f6d7c;
  --line: #d9e2ec;
  --soft: #f5f8fb;
  --blue: #1767a7;
  --blue-dark: #0f4c7d;
  --aqua: #47bac8;
  --green: #2f8f72;
  --coral: #d96f65;
  --gold: #d79b22;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(17, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 226, 236, 0.8);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 220px;
  height: auto;
}

.brand img.brand-logo-home {
  width: 220px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 15px;
  font-weight: 650;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
}

.site-nav .nav-home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: -12px;
  color: var(--green);
}

.nav-home-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
}

.nav-cta,
.btn-primary {
  background: var(--blue);
  color: var(--white) !important;
}

.theme-base .nav-cta,
.theme-base .btn-primary {
  background: #008000;
}

.theme-base .site-nav a:hover,
.theme-base .site-nav a[aria-current="page"] {
  color: #008000;
}

.btn-secondary {
  background: var(--white);
  color: var(--blue-dark);
  border-color: rgba(23, 103, 167, 0.28);
}

.theme-base .btn-secondary {
  color: #006b00;
  border-color: rgba(0, 128, 0, 0.3);
}

.theme-base .hero::before {
  background: linear-gradient(90deg, rgba(24, 28, 32, 0.86), rgba(24, 28, 32, 0.42) 55%, rgba(24, 28, 32, 0.06));
}

.theme-base .hero .eyebrow {
  color: #7be28a;
}

.theme-base .hero-home .hero-lede {
  background: rgba(3, 42, 20, 0.48);
  border: 1px solid rgba(123, 226, 138, 0.2);
}

.theme-base .hero-rotator-toggle {
  background: rgba(3, 42, 20, 0.5);
  border-color: rgba(123, 226, 138, 0.3);
}

.btn-light {
  background: var(--white);
  color: var(--blue-dark);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  padding: 9px 12px;
  font-weight: 700;
}

.hero {
  min-height: calc(88vh - 72px);
  display: flex;
  align-items: center;
  padding: 88px clamp(20px, 6vw, 86px);
  color: var(--white);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 31, 47, 0.82), rgba(9, 31, 47, 0.35) 55%, rgba(9, 31, 47, 0.12));
  z-index: 1;
}

.hero-home {
  background-image: url("../../img/core-dashboard.png");
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-copy-wide {
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--aqua);
}

.hero h1,
.subhero h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

.industry-dive-shops-page .subhero h1,
.industry-health-nutrition-page .subhero h1,
.industry-general-retail-page .subhero h1 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
}

.hero-title-stacked {
  max-width: 880px;
  font-size: 56px !important;
  line-height: 1.02 !important;
}

.hero-title-stacked span {
  display: block;
  white-space: nowrap;
}

.hero-lede,
.subhero p {
  max-width: 760px;
  font-size: clamp(18px, 2.3vw, 24px);
  color: rgba(255, 255, 255, 0.88);
}

.hero-home .hero-lede {
  padding: 16px 18px;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 8px;
}

.hero-lede span {
  display: block;
}

.hero-lede span + span {
  margin-top: 14px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-rotator-toggle {
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: 28px;
  z-index: 3;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.hero-rotator-dots {
  position: absolute;
  left: clamp(20px, 6vw, 86px);
  bottom: 32px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-rotator-dot {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.hero-rotator-dot:hover,
.hero-rotator-dot:focus-visible {
  background: rgba(255, 255, 255, 0.72);
  outline: none;
}

.hero-rotator-dot.is-active {
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 128, 0, 0.34);
}

.hero-rotator-toggle:hover,
.hero-rotator-toggle:focus-visible {
  background: rgba(0, 0, 0, 0.52);
  outline: none;
}

.hero-rotator-icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 16px;
  display: block;
}

.hero-rotator-label {
  display: none;
}

.hero-rotator-icon::before,
.hero-rotator-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 4px;
  height: 14px;
  background: currentColor;
  border-radius: 1px;
}

.hero-rotator-icon::before {
  left: 3px;
}

.hero-rotator-icon::after {
  right: 3px;
}

.hero-rotator-toggle.is-paused,
.hero-rotator-toggle[data-state="paused"] {
  background: rgba(0, 0, 0, 0.68);
}

.hero-rotator-toggle.is-paused .hero-rotator-label,
.hero-rotator-toggle[data-state="paused"] .hero-rotator-label {
  display: inline;
}

.hero-rotator-toggle.is-paused .hero-rotator-icon::before,
.hero-rotator-toggle[data-state="paused"] .hero-rotator-icon::before {
  left: 4px;
  top: 1px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  background: transparent;
  border-radius: 0;
}

.hero-rotator-toggle.is-paused .hero-rotator-icon::after,
.hero-rotator-toggle[data-state="paused"] .hero-rotator-icon::after {
  display: none;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  background: var(--white);
  padding: 24px clamp(18px, 4vw, 42px);
  color: var(--muted);
}

.proof-strip strong {
  display: block;
  color: var(--ink);
}

.section,
.subhero,
.faq-section {
  padding: 72px clamp(20px, 6vw, 86px);
}

.section.alt {
  background: var(--soft);
}

.section-head {
  max-width: 850px;
  margin-bottom: 32px;
}

.section h2,
.subhero h1,
.faq-section h2 {
  margin-top: 0;
  color: var(--ink);
}

.section h2,
.faq-section h2 {
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.05;
}

.section-head p,
.feature-panel p,
.price-card p,
.faq-section p {
  color: var(--muted);
}

.image-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
  gap: 32px;
  align-items: center;
}

.image-feature img,
.module-tile img,
.feature-panel img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-gallery {
  min-width: 0;
  margin: 0;
}

.feature-image-rotator {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
}

.feature-image-rotator > img {
  display: block;
  width: 100%;
}

.feature-gallery .gallery-main {
  width: 100%;
}

.gallery-card {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 32, 51, 0.08);
}

.theme-base .gallery-card,
.theme-base .image-feature img,
.theme-base .module-tile img,
.theme-base .feature-panel img {
  border-color: rgba(0, 128, 0, 0.16);
}

.gallery-card > span {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-base .feature-panel .eyebrow,
.theme-base .gallery-card > span {
  color: #008000;
}

.gallery-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
}

.gallery-thumb {
  display: block;
  flex: 0 0 132px;
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  padding: 0;
  color: var(--ink);
  text-align: left;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--soft);
  cursor: pointer;
  overflow: hidden;
}

.gallery-thumb:hover,
.gallery-thumb.is-active {
  border-color: var(--blue);
}

.theme-base .gallery-thumb:hover,
.theme-base .gallery-thumb.is-active {
  border-color: #008000;
}

.feature-gallery .gallery-thumb img,
.feature-panel .feature-gallery .gallery-thumb img {
  display: block;
  width: 132px;
  max-width: 132px;
  height: 82px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.feature-panel .feature-gallery .gallery-main {
  width: 100%;
  max-width: 100%;
}

.gallery-thumb span {
  display: block;
  padding: 7px 8px 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.feature-list {
  border-left: 4px solid var(--aqua);
  padding-left: 22px;
}

.theme-base .feature-list {
  border-left-color: #008000;
}

.feature-list ul,
.feature-panel ul,
.price-card ul {
  margin: 18px 0 0;
  padding-left: 19px;
}

.feature-list li,
.feature-panel li,
.price-card li {
  margin: 8px 0;
}

.price-card .plan-includes {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.price-card.is-featured .plan-includes {
  list-style: none;
  margin-left: -19px;
  font-size: 21px;
}

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

.module-tile {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.module-tile h3 {
  margin-bottom: 4px;
}

.workflow-tabs {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.workflow-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  overflow-x: visible;
  background: linear-gradient(180deg, var(--white), #f8fbfd);
}

.workflow-tab-list::-webkit-scrollbar {
  display: none;
}

.workflow-tab {
  position: relative;
  flex: 1 1 150px;
  min-height: 58px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}

.workflow-tab::after {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: transparent;
}

.workflow-tab:hover,
.workflow-tab:focus-visible,
.workflow-tab.is-active {
  color: var(--blue-dark);
}

.workflow-tab:focus-visible {
  outline: 2px solid rgba(23, 103, 167, 0.35);
  outline-offset: -8px;
  border-radius: 8px;
}

.workflow-tab.is-active::after {
  background: var(--aqua);
}

.workflow-tab-icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 7px;
  vertical-align: -2px;
}

.workflow-tab-icon-cart {
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px 2px 3px 3px;
}

.workflow-tab-icon-cart::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -5px;
  width: 8px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: skewX(-18deg);
}

.workflow-tab-icon-cart::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: -5px;
  height: 3px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.workflow-tab-panels {
  padding: clamp(22px, 4vw, 38px);
}

.workflow-panel {
  max-width: 960px;
}

.workflow-panel[hidden],
.booking-panel[hidden] {
  display: none !important;
}

.workflow-panel-wide {
  max-width: 1180px;
}

.workflow-panel-with-media {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  gap: 28px;
  align-items: start;
  max-width: 1180px;
}

.workflow-panel-full-media {
  grid-template-columns: 1fr;
  max-width: none;
}

.workflow-panel-copy {
  min-width: 0;
}

.workflow-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 22px;
}

.workflow-text-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
}

.workflow-text-card h3 {
  font-size: clamp(22px, 2.4vw, 32px);
}

.workflow-text-card p {
  max-width: none;
  font-size: 17px;
}

.workflow-option-card {
  border-color: rgba(0, 132, 43, 0.22);
  background: linear-gradient(180deg, #f8fff9, #ffffff);
}

.health-pos-detail-grid,
.pos-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.health-pos-detail-grid .workflow-text-card h3,
.pos-detail-grid .workflow-text-card h3 {
  font-size: 22px;
  line-height: 1.12;
}

.health-pos-detail-grid .workflow-text-card p,
.pos-detail-grid .workflow-text-card p {
  font-size: 16px;
}

.workflow-panel-image {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.industry-dive-shops-page .workflow-panel-image,
.industry-dive-shops-page .booking-image-rotator,
.industry-health-nutrition-page .workflow-panel-image,
.industry-health-nutrition-page .booking-image-rotator,
.industry-general-retail-page .workflow-panel-image,
.industry-general-retail-page .booking-image-rotator {
  max-width: 1200px;
  justify-self: center;
}

.workflow-panel h3 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  color: var(--ink);
}

.workflow-panel p {
  max-width: 850px;
  color: var(--muted);
  font-size: 18px;
}

.workflow-panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-panel li {
  min-height: 92px;
  padding: 14px 4px 0;
  border-top: 2px solid rgba(71, 186, 200, 0.45);
  color: var(--ink);
}

.workflow-text-card ul {
  grid-template-columns: 1fr;
}

.workflow-text-card li {
  min-height: auto;
}

.workflow-split-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
  gap: 14px;
  align-items: start;
}

.workflow-panel-copy .workflow-split-note {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: auto;
}

.workflow-mini-note {
  display: block;
  padding: 12px;
  border: 1px solid rgba(0, 132, 43, 0.18);
  border-radius: 8px;
  background: #f8fff9;
  color: var(--ink);
}

.workflow-panel-copy .workflow-mini-note {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.booking-tabs {
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 32, 51, 0.08);
  overflow: hidden;
}

.booking-tabs-head {
  padding: 22px 24px 12px;
}

.booking-tabs-head h4 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
}

.booking-tabs-head .eyebrow {
  margin-bottom: 8px;
}

.booking-tab-list {
  padding-inline: 14px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
}

.booking-tab-list .workflow-tab {
  flex-basis: 170px;
}

.booking-tab-panels {
  padding: clamp(20px, 3vw, 30px);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(340px, 1.2fr);
  gap: 24px;
  align-items: start;
}

.booking-panel h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
}

.workflow-panel .booking-panel p {
  max-width: none;
  font-size: 17px;
}

.workflow-panel .booking-panel ul {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.workflow-panel .booking-panel li {
  min-height: auto;
}

.booking-panel img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-image-rotator {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 0;
}

.image-rotator-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.image-rotator-control-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.image-rotator-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid rgba(196, 41, 45, 0.35);
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
}

.image-rotator-dots button:hover,
.image-rotator-dots button:focus-visible,
.image-rotator-dots button.is-active {
  background: var(--coral);
  border-color: var(--coral);
}

.theme-base .feature-image-rotator .image-rotator-dots button {
  border-color: rgba(0, 128, 0, 0.32);
}

.theme-base .feature-image-rotator .image-rotator-dots button:hover,
.theme-base .feature-image-rotator .image-rotator-dots button:focus-visible,
.theme-base .feature-image-rotator .image-rotator-dots button.is-active {
  background: #008000;
  border-color: #008000;
}

.image-rotator-toggle {
  min-width: 36px;
  height: 36px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(0, 128, 0, 0.28);
  border-radius: 999px;
  background: #ffffff;
  color: #008000;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.image-rotator-toggle:hover,
.image-rotator-toggle:focus-visible,
.image-rotator-toggle[data-state="paused"] {
  background: rgba(0, 128, 0, 0.08);
  outline: none;
}

.image-rotator-icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 16px;
  display: block;
}

.image-rotator-label {
  display: none;
}

.image-rotator-icon::before,
.image-rotator-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 4px;
  height: 14px;
  background: currentColor;
  border-radius: 1px;
}

.image-rotator-icon::before {
  left: 3px;
}

.image-rotator-icon::after {
  right: 3px;
}

.image-rotator-toggle[data-state="paused"] .image-rotator-label {
  display: inline;
}

.image-rotator-toggle[data-state="paused"] .image-rotator-icon::before {
  left: 4px;
  top: 1px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  background: transparent;
  border-radius: 0;
}

.image-rotator-toggle[data-state="paused"] .image-rotator-icon::after {
  display: none;
}

.feature-image-rotator .image-rotator-control-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.04));
  pointer-events: none;
}

.feature-image-rotator .image-rotator-dots {
  justify-content: flex-start;
  gap: 8px;
  pointer-events: auto;
}

.feature-image-rotator .image-rotator-dots button {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.36);
}

.theme-base .feature-image-rotator .image-rotator-dots button:hover,
.theme-base .feature-image-rotator .image-rotator-dots button:focus-visible,
.theme-base .feature-image-rotator .image-rotator-dots button.is-active {
  background: #008000;
  border-color: #ffffff;
}

.feature-image-rotator .image-rotator-toggle {
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(93, 130, 103, 0.94);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  pointer-events: auto;
}

.feature-image-rotator .image-rotator-toggle:hover,
.feature-image-rotator .image-rotator-toggle:focus-visible,
.feature-image-rotator .image-rotator-toggle[data-state="paused"] {
  background: rgba(56, 104, 69, 0.98);
}

.feature-image-rotator .image-rotator-label,
.feature-image-rotator .image-rotator-toggle[data-state="paused"] .image-rotator-label {
  display: none;
}

.core-component-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 44px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f5f8fb);
  box-shadow: 0 10px 28px rgba(17, 32, 51, 0.1);
}

.core-component-card h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 3.4vw, 46px);
}

.core-component-card p {
  margin: 0;
  color: var(--muted);
}

.core-component-card > .core-component-action {
  grid-column: 2;
  justify-self: end;
  align-self: end;
  width: auto;
  min-height: 34px;
  margin-top: -10px;
  padding: 0 14px;
  font-size: 14px;
}

.core-component-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.core-component-list li {
  padding: 9px 12px;
  border: 1px solid rgba(23, 103, 167, 0.18);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
}

.theme-base .core-component-list li {
  border-color: rgba(0, 128, 0, 0.2);
  color: #006b00;
}

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

.industry-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 22px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 32, 51, 0.08);
}

.industry-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

.theme-base .industry-card {
  border-color: rgba(0, 128, 0, 0.18);
}

.theme-base .industry-card:hover {
  border-color: #008000;
  box-shadow: 0 18px 42px rgba(0, 96, 0, 0.16);
}

.industry-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 800;
}

.theme-base .industry-card span {
  color: #006b00;
}

.theme-base .industry-card-dive {
  border-color: rgba(229, 6, 7, 0.22);
}

.theme-base .industry-card-dive span {
  color: #E50607;
}

.theme-base .industry-card-dive:hover {
  border-color: #E50607;
  box-shadow: 0 18px 42px rgba(229, 6, 7, 0.15);
}

.theme-base .industry-card-pet {
  border-color: rgba(106, 61, 140, 0.22);
}

.theme-base .industry-card-pet span {
  color: #6A3D8C;
}

.theme-base .industry-card-pet:hover {
  border-color: #6A3D8C;
  box-shadow: 0 18px 42px rgba(106, 61, 140, 0.15);
}

.theme-base .industry-card-health {
  border-color: rgba(135, 167, 65, 0.32);
}

.theme-base .industry-card-health span {
  color: #87A741;
}

.theme-base .industry-card-health:hover {
  border-color: #87A741;
  box-shadow: 0 18px 42px rgba(135, 167, 65, 0.18);
}

.theme-base .industry-card-general {
  border-color: rgba(0, 128, 0, 0.22);
}

.theme-base .industry-card-general span {
  color: #008000;
}

.theme-base .industry-card-general:hover {
  border-color: #008000;
  box-shadow: 0 18px 42px rgba(0, 128, 0, 0.15);
}

.theme-base .industry-card-sports {
  --sports-accent: #FF6A00;
  --sports-shadow: 255, 106, 0;
  border-color: rgba(255, 106, 0, 0.28);
  border-color: color-mix(in srgb, var(--sports-accent) 32%, transparent);
}

.theme-base .industry-card-sports span {
  color: var(--sports-accent);
}

.theme-base .industry-card-sports:hover {
  border-color: var(--sports-accent);
  box-shadow: 0 18px 42px rgba(var(--sports-shadow), 0.16);
}

.theme-base .industry-card-skisurf {
  border-color: rgba(10, 115, 219, 0.22);
}

.theme-base .industry-card-skisurf span {
  color: #0A73DB;
}

.theme-base .industry-card-skisurf:hover {
  border-color: #0A73DB;
  box-shadow: 0 18px 42px rgba(10, 115, 219, 0.15);
}

.industry-card p {
  margin: 0 0 22px;
  color: var(--muted);
}

.industry-card-logo {
  width: min(100%, 250px);
  max-height: 76px;
  margin-top: auto;
  object-fit: contain;
  object-position: left center;
}

.industry-logo-rotator {
  margin-top: auto;
}

.industry-logo-rotator .industry-card-logo {
  display: block;
  margin-top: 0;
}

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

.feature-columns > div {
  border-top: 4px solid var(--gold);
  padding-top: 18px;
}

.device-showcase-section {
  background:
    linear-gradient(180deg, rgba(239, 249, 240, 0.96), rgba(255, 255, 255, 1));
  border-top: 1px solid rgba(0, 128, 0, 0.14);
  border-bottom: 1px solid rgba(0, 128, 0, 0.12);
}

.theme-base .device-showcase-section .eyebrow {
  color: #008000;
}

.theme-base .device-showcase-section .section-head h2 {
  color: #073f1d;
}

.theme-base .device-showcase-section .section-head p {
  color: #4d6654;
}

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

.device-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(0, 128, 0, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 28px rgba(17, 32, 51, 0.08);
}

.device-card .device-shell {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 260px;
}

.device-card h3 {
  margin: 0;
  color: #006b00;
  font-size: 20px;
  line-height: 1.1;
}

.device-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.device-shell {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.device-screen {
  position: relative;
  overflow: hidden;
  background: #111820;
  box-shadow: 0 14px 32px rgba(0, 96, 0, 0.16);
}

.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.device-shell-mac,
.device-shell-pc {
  padding-bottom: 30px;
}

.device-shell-mac .device-screen,
.device-shell-pc .device-screen {
  aspect-ratio: 16 / 10;
  border: 9px solid #14351f;
  border-bottom-width: 18px;
  border-radius: 8px;
}

.device-shell-mac .device-neck,
.device-shell-pc .device-neck {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 30%;
  height: 20px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #c8d0d7, #8e9aa5);
}

.device-shell-mac .device-base,
.device-shell-pc .device-base {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 12px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #d9e0e6, #96a0aa);
}

.device-shell-pc .device-screen {
  border-color: #14351f;
}

.device-shell-laptop {
  max-width: 88%;
  margin-inline: auto;
  padding-bottom: 18px;
}

.device-shell-laptop .device-screen {
  aspect-ratio: 16 / 10;
  border: 8px solid #14351f;
  border-radius: 8px 8px 4px 4px;
}

.device-shell-laptop .device-keyboard {
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: 0;
  height: 18px;
  border-radius: 4px 4px 12px 12px;
  background: linear-gradient(180deg, #d8e0e6, #a9b4bf);
}

.device-shell-tablet {
  max-width: min(100%, 600px);
  margin-inline: auto;
}

.device-shell-tablet .device-screen {
  aspect-ratio: 1364 / 1022;
  border: 10px solid #14351f;
  border-radius: 22px;
}

.device-shell-phone {
  max-width: min(82%, 260px);
  margin-inline: auto;
}

.device-phone-pair {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
}

.device-phone-pair .device-shell-phone {
  flex: 0 1 230px;
  width: 230px;
  max-width: calc(50% - 14px);
  margin-inline: 0;
}

.device-shell-phone .device-screen {
  aspect-ratio: 401 / 705;
  border: 8px solid #14351f;
  border-radius: 24px;
}

.device-shell-phone .device-screen img,
.device-shell-tablet .device-screen img {
  object-fit: contain;
  object-position: center;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 56px clamp(20px, 6vw, 86px);
  color: var(--white);
  background: var(--blue-dark);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.theme-base .cta-band {
  background: linear-gradient(135deg, #073f1d, #008000);
}

.theme-base .cta-band .eyebrow {
  color: #9ef0a7;
}

.theme-base .cta-band .btn-light {
  color: #006b00;
}

.subhero {
  background: var(--soft);
}

.subhero-media {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.25fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.subhero-image-box {
  padding: 12px;
  border: 1px solid rgba(23, 103, 167, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.subhero-image-box img {
  width: 100%;
  border-radius: 6px;
}

.theme-base .subhero {
  background: linear-gradient(180deg, rgba(239, 249, 240, 0.96), rgba(255, 255, 255, 1));
}

.theme-base .subhero .eyebrow {
  color: #008000;
}

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

.feature-tour-hero p:not(.eyebrow) {
  max-width: none;
}

.pricing-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76)),
    url("../screenshots/nav-20-setup-theme.png") center/cover;
}

.pricing-hero h1 {
  font-size: clamp(34px, 4.8vw, 60px);
}

.theme-base .pricing-hero {
  background: linear-gradient(180deg, rgba(239, 249, 240, 0.96), rgba(255, 255, 255, 1));
}

.feature-browser {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 38px;
  padding: 36px clamp(20px, 6vw, 86px) 80px;
}

.feature-index {
  position: sticky;
  top: 94px;
  align-self: start;
  display: grid;
  gap: 8px;
}

.feature-index-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 7px 11px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  background: #008000;
  border-radius: 6px;
}

.feature-index-label-title,
.feature-index-label-sub {
  display: block;
}

.feature-index-label-sub {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.92;
}

.feature-index-label:not(:first-child) {
  margin-top: 12px;
}

.feature-index a {
  padding: 11px 12px;
  color: var(--muted);
  text-decoration: none;
  border-left: 3px solid transparent;
}

.feature-index a.feature-index-sub {
  padding: 8px 12px 8px 18px;
  font-size: 14px;
}

.feature-index a:hover {
  color: var(--blue);
  border-color: var(--blue);
  background: var(--soft);
}

.theme-base .feature-index a:hover {
  color: #008000;
  border-color: #008000;
  background: rgba(0, 128, 0, 0.07);
}

.feature-stack {
  display: grid;
  gap: 28px;
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.25fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.theme-base .feature-panel {
  border-bottom-color: rgba(0, 128, 0, 0.16);
}

.feature-panel img {
  width: 100%;
}

.feature-panel-single > div {
  grid-column: 1 / -1;
  max-width: 1020px;
}

.cart-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.cart-topic-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(17, 32, 51, 0.08);
}

.theme-base .cart-topic-card {
  border-color: rgba(0, 128, 0, 0.16);
}

.cart-topic-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.cart-topic-card p {
  margin: 0;
}

.cart-image-rotator {
  margin-top: 22px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 56px clamp(20px, 6vw, 86px);
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 32, 51, 0.08);
}

.price-card.is-featured {
  color: var(--white);
  background: linear-gradient(135deg, #073f1d, #008000);
  border-color: #008000;
}

.theme-base .price-card {
  border-color: rgba(0, 128, 0, 0.16);
}

.theme-base .price-card.is-featured {
  background: linear-gradient(135deg, #073f1d, #008000);
  border-color: #008000;
  box-shadow: 0 14px 34px rgba(0, 128, 0, 0.2);
}

.price-card.is-featured p,
.price-card.is-featured .plan-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.plan-kicker {
  margin: 0;
  color: var(--coral);
  font-weight: 800;
  text-transform: uppercase;
}

.price-card h2 {
  margin: 0;
  font-size: 32px;
}

.price {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: var(--ink) !important;
}

.price-card.is-featured .price {
  color: var(--white) !important;
}

.price-card-addons {
  grid-column: 1 / -1;
  width: 100%;
}

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

.addon-price-grid > div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.addon-price-grid strong,
.addon-price-grid span {
  display: block;
}

.addon-price-grid strong {
  color: var(--ink);
  font-size: 18px;
}

.addon-price-grid span {
  margin-top: 4px;
  color: var(--blue-dark);
  font-weight: 800;
}

.theme-base .addon-price-grid span {
  color: #006b00;
}

.theme-base .addon-price-grid > div {
  border-color: rgba(0, 128, 0, 0.16);
  background: rgba(239, 249, 240, 0.62);
}

.addon-price-grid p {
  margin: 8px 0 0;
}

.price-card .btn {
  margin-top: auto;
}

.faq-section {
  max-width: 980px;
}

details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.help-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  padding: 48px clamp(20px, 6vw, 86px) 80px;
}

.help-nav {
  position: sticky;
  top: 94px;
  align-self: start;
  display: grid;
  gap: 8px;
}

.help-nav a {
  color: var(--muted);
  text-decoration: none;
  padding: 10px 0;
}

.help-nav a:hover {
  color: var(--blue);
}

.help-content h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

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

.help-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  text-decoration: none;
}

.help-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow);
}

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

.screenshot-row img,
.help-content > img {
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 6vw, 86px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.site-footer a {
  margin-left: 16px;
  color: var(--blue-dark);
  text-decoration: none;
  font-weight: 700;
}

html.demo-modal-open,
html.demo-modal-open body {
  overflow: hidden;
}

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.demo-modal.is-open {
  display: flex;
}

.demo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 32, 51, 0.62);
}

.demo-modal-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(88vh, 820px);
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.demo-modal-card h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

.demo-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.demo-form {
  display: grid;
  gap: 18px;
}

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

.demo-form label,
.demo-question-label,
.demo-contact-choice {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.demo-form-wide {
  grid-column: 1 / -1;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 500;
}

.demo-form textarea {
  min-height: 112px;
  resize: vertical;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus,
.demo-modal-close:focus {
  outline: 3px solid rgba(47, 143, 114, 0.22);
  border-color: var(--green);
}

.demo-contact-choice {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
}

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

.demo-contact-choice legend {
  grid-column: 1 / -1;
  padding: 0;
  font-size: 14px;
}

.demo-contact-choice label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
  cursor: pointer;
}

.demo-contact-choice input {
  width: auto;
  min-height: 0;
}

.demo-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.demo-form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.demo-form-status.is-success {
  color: var(--green);
}

.demo-form-status.is-error {
  color: var(--coral);
}

.demo-form-trap {
  position: absolute;
  left: -10000px;
  width: 1px !important;
  height: 1px;
  opacity: 0;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero {
    min-height: 76vh;
    padding-top: 72px;
  }

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

  .proof-strip,
  .module-grid,
  .core-component-card,
  .workflow-panel ul,
  .feature-columns,
  .pricing-grid,
  .feature-browser,
  .feature-panel,
  .subhero-media,
  .image-feature,
  .workflow-card-grid,
  .workflow-panel-with-media,
  .booking-panel,
  .addon-price-grid,
  .help-layout,
  .help-card-grid,
  .screenshot-row {
    grid-template-columns: 1fr;
  }

  .workflow-split-note {
    grid-template-columns: 1fr;
  }

  .feature-index,
  .help-nav {
    position: static;
  }

  .core-component-card > .core-component-action {
    grid-column: 1;
  }

  .price-card-addons {
    grid-column: 1;
  }

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

@media (max-width: 760px) {
  .industry-card-grid,
  .device-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 180px;
  }

  .hero h1,
  .subhero h1 {
    font-size: 42px;
  }

  .hero-title-stacked {
    font-size: 42px !important;
  }

  .hero-title-stacked span {
    white-space: normal;
  }

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

  .workflow-tab-list {
    padding: 0 12px;
  }

  .workflow-tab {
    flex-basis: calc(50% - 8px);
    min-height: 52px;
    font-size: 13px;
  }

  .workflow-tab-panels {
    padding: 20px;
  }

  .workflow-panel li {
    min-height: auto;
  }

  .btn {
    width: 100%;
  }

  .demo-modal {
    align-items: flex-start;
    padding: 16px;
  }

  .demo-form-grid,
  .demo-contact-choice {
    grid-template-columns: 1fr;
  }

  .demo-form-footer {
    align-items: stretch;
    flex-direction: column;
  }
}
