.plans {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}
.plan {
  min-width: 0;
}
.plan h3 {
  margin-top: 22px;
}
.plan-price del {
  font-size: 16px;
  color: var(--muted);
}
.plan ul {
  padding: 0;
}
.cms-disclaimer {
  text-align: center;
  color: var(--muted);
  margin-bottom: 20px;
}
.center-heading p,
.about-copy p,
.feature p,
.plan-sub,
.faq-list p,
.journey-grid p,
.solution-grid p,
h1,
h2,
h3,
.message-note {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.cms-image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.cms-image-text img {
  width: 100%;
  border-radius: 20px;
  max-height: 500px;
  object-fit: contain;
}
.cms-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.cms-gallery img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 16px;
}
.cms-gallery figure {
  margin: 0;
}
.cms-gallery figcaption {
  color: var(--muted);
  margin-top: 12px;
}
.loading {
  text-align: center;
  padding: 15vh 24px;
}
.contact-methods {
  overflow-wrap: anywhere;
}
.wordmark {
  white-space: nowrap;
}
.hero .scene {
  background-position: center;
  background-size: cover;
}
.footer-links {
  flex-wrap: wrap;
}
.nav {
  gap: 15px;
}
#navigation {
  gap: 16px;
}
.contact-copy .center-heading {
  text-align: start;
}
.plan button {
  width: 100%;
}
.plan ul li {
  display: flex;
  gap: 10px;
}
#preview-banner {
  position: sticky;
  top: 0;
  z-index: 1000;
  text-align: center;
  background: #f5af51;
  color: #211709;
  padding: 10px;
  font-weight: 700;
}
#notice {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 32px;
  border-radius: 20px;
  max-width: min(450px, 90vw);
}
#notice::backdrop {
  background: #0008;
}
.customer-logo-box img {
  object-fit: contain;
}
.section .faq-list {
  max-width: 850px;
  margin: auto;
}
.hero .pos-preview {
  overflow: hidden;
}
@media (max-width: 1100px) {
  .nav-trial {
    display: none;
  }
  #navigation {
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .cms-image-text {
    grid-template-columns: 1fr;
  }
  .wordmark {
    font-size: 25px;
  }
  .cms-gallery {
    grid-template-columns: 1fr;
  }
  .plans {
    grid-template-columns: 1fr;
  }
}

.offer-image {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 16px;
}

.hero-custom-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  border-radius: 24px;
}
.logo-crop.custom-logo {
  background: transparent;
  border-radius: 0;
}
.logo-crop.custom-logo img {
  position: static;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.hero [hidden] {
  display: none !important;
}

.floating-whatsapp {
  position: fixed;
  bottom: 22px;
  inset-inline-end: 22px;
  z-index: 40;
  background: #17663e;
  color: white;
  border-radius: 40px;
  padding: 12px 20px;
  box-shadow: 0 5px 20px #0003;
  font-weight: 700;
}
.hero-custom-image {
  aspect-ratio: 1 / 1;
  height: auto;
}
.scene {
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .floating-whatsapp {
    bottom: 14px;
    inset-inline-end: 14px;
    padding: 10px 16px;
    font-size: 14px;
  }
}

#inquiry-dialog {
  width: min(620px, calc(100% - 24px));
  max-width: 620px;
  max-height: 90dvh;
  overflow: auto;
  padding: 28px;
  border: 1px solid #b88a42;
  border-radius: 22px;
  background: var(--bg, #fff);
  color: var(--ink, #222);
}
#inquiry-dialog::backdrop {
  background: #0009;
  backdrop-filter: blur(5px);
}
.lead-close {
  float: inline-end;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 30px;
  cursor: pointer;
}
.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lead-form label {
  display: grid;
  gap: 7px;
  font-weight: 600;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #9997;
  border-radius: 10px;
  padding: 11px;
  background: var(--bg, #fff);
  color: inherit;
  font: inherit;
}
.lead-wide {
  grid-column: 1/-1;
}
.lead-form [hidden] {
  display: none;
}
.lead-context {
  color: #b8782c;
  font-weight: bold;
}
.lead-form .message-status {
  white-space: pre-wrap;
}
.lead-form button {
  margin-top: 10px;
}
@media (max-width: 520px) {
  .lead-grid {
    grid-template-columns: 1fr;
  }
  #inquiry-dialog {
    padding: 20px;
  }
}
