:root {
  --page-bg: #4f4f4f;
  --surface: #ffffff;
  --surface-soft: #faf8f5;
  --ink: #111111;
  --body: #333333;
  --muted: #666666;
  --accent: #b5946c;
  --card-dark: #5a3412;
  --card-line: #e5ddd3;
  --shadow-soft: 0 24px 55px rgba(17, 17, 17, 0.08);
  --shadow-hover: 0 28px 60px rgba(67, 42, 17, 0.18);
  --shadow-popup: 0 4px 10px rgba(0, 0, 0, 0.25);
  --page-max-width: 1440px;
  --hero-content-width: 1200px;
  --content-width: 1200px;
  --hero-left-column: 728px;
  --hero-right-column: 692px;
  --hero-banner-height: 630px;
  --hero-button-width: 270px;
  --hero-button-height: 47px;
  --section-padding-x: 120px;
  --section-space-y: 100px;
  --grid-gap: 20px;
  --hero-copy-max: 608px;
  --headline-xl-size: 42px;
  --headline-lg-size: 40px;
  --headline-md-size: 24px;
  --headline-sm-size: 30px;
  --body-lg-size: 16px;
  --body-md-size: 16px;
  --transition-fast: 0.28s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--surface);
  color: var(--body);
  font-family: "Inter", sans-serif;
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5,
#masthead,
#wide-nav,
.landding-icon-warp,
.header,
.sildebar-phone {
  display: none !important;
}

@media screen and (min-width: 850px) {
  html body #chat-widget-container {
    top: auto !important;
    bottom: 68px !important;
    left: auto !important;
    max-width: 392px !important;
    max-height: calc(100vh - 120px) !important;
  }
}

@media screen and (max-width: 849px) {
  .bottom-sucking-activity {
    display: none !important;
  }

  html body #chat-widget-minimized {
    display: block !important;
    visibility: visible !important;
  }

  .sildebar-pc {
    display: block !important;
    position: fixed !important;
    right: 12px !important;
    width: 84px !important;
    height: 84px !important;
    z-index: 2147483638 !important;
  }

  .sildebar-pc > .top-box {
    display: none !important;
  }

  .sildebar-pc > .whatsappcls {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    max-width: none !important;
    width: 84px !important;
    height: 84px !important;
    margin: 0 !important;
  }

  .sildebar-pc > .whatsappcls a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 84px !important;
    height: 84px !important;
  }

  .sildebar-pc > .whatsappcls img {
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
  }
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell,
.page {
  width: 100%;
}

.page {
  background: var(--surface);
}

.section {
  padding-inline: var(--section-padding-x);
  flex-direction: column;
}

.hero {
  min-height: 700px;
  overflow: hidden;
}

.hero-video,
.hero-video-overlay {
  display: none;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: var(--surface);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  display: block;
  width: 147px;
  height: 50px;
}

.hero-grid {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  min-height: var(--hero-banner-height);
  background: var(--surface-soft);
}

.hero-grid__inner {
  display: grid;
  grid-template-columns: var(--hero-left-column) var(--hero-right-column);
  gap: var(--grid-gap);
  width: var(--page-max-width);
  min-height: var(--hero-banner-height);
  margin-inline: auto;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--hero-left-column);
  min-height: var(--hero-banner-height);
  padding-left: 120px;
  padding-right: 0;
}

.hero-copy__inner {
  width: var(--hero-copy-max);
  max-width: var(--hero-copy-max);
}

.headline-xl--desktop {
  display: none;
}

.hero-copy__inner .headline-xl,
.hero-copy__inner .headline-md,
.section-copy .headline-lg,
.section-copy .body-md {
  max-width: 100%;
  margin-inline: auto;
}

.hero-media {
  position: relative;
  overflow: hidden;
  width: var(--hero-right-column);
  height: var(--hero-banner-height);
}

.hero-media img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section {
  padding-top: var(--section-space-y);
}

.offer-image {
  overflow: hidden;
  width: min(100%, var(--content-width));
  margin-inline: auto;
  margin-top: 30px;
  height: 419px;
}

.offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.offer-carousel {
  position: relative;
  touch-action: pan-y;
}

.offer-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.offer-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
}

.offer-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.offer-slide picture,
.offer-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-user-drag: none;
  user-select: none;
}

.offer-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 20px 10px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(5px);
  font: 400 42px/1 Inter, sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  transition: background-color .2s ease;
}

.offer-prev {
  left: 0;
}

.offer-next {
  right: 0;
}

.offer-nav:hover {
  background: rgba(255, 255, 255, .95);
}

.offer-switch {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 10px;
  padding: 2px 5px;
  background: rgba(237, 234, 232, .3);
}

.offer-dot {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background: #d5d0ca;
  cursor: pointer;
  transition: background-color .25s ease;
}

.offer-dot:hover {
  background: #c8b08f;
}

.offer-dot.is-active {
  background: #432a11;
}

.section-copy {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}

.section-copy--center {
  text-align: center;
}

.section-copy--narrow {
  max-width: 1010px;
}

.section-copy--faq {
  max-width: 1078px;
}

.offer {
  background: transparent;
}

.offer .section-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offer .headline-lg {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
}

.offer .body-md {
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
  color: var(--ink);
}

.offer .cta-row--center {
  margin-top: 50px;
}

.headline-xl,
.headline-lg,
.headline-md,
.headline-sm,
.reason__title,
.compare-card__title,
.compare-card__label,
.faq-question__text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--ink);
}

.headline-xl {
  font-size: var(--headline-xl-size);
  line-height: 52px;
  font-weight: 800;
}

.headline-lg {
  font-size: var(--headline-lg-size);
  line-height: 1.3;
}

.headline-lg span {
  color: #dd4f43;
}

.headline-md {
  font-size: var(--headline-md-size);
  line-height: 1.5;
}

.headline-md--tight {
  line-height: 1.45;
}

.headline-sm {
  margin-bottom: 30px;
  font-size: var(--headline-sm-size);
  line-height: 1.35;
  text-align: center;
}

.body-lg,
.body-md,
.reason__desc,
.compare-card__value,
.faq-answer,
.faq-answer li {
  margin: 0;
  font-size: var(--body-md-size);
  line-height: 1.5;
  color: var(--body);
}

.body-lg {
  margin-top: 20px;
  max-width: 608px;
  font-size: var(--body-lg-size);
}

.body-md {
  margin-top: 20px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.cta-row--center {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: var(--hero-button-width);
  min-width: var(--hero-button-width);
  height: var(--hero-button-height);
  min-height: var(--hero-button-height);
  padding: 10px 18px;
  border: 2px solid var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  white-space: nowrap;
  transition:
    transform var(--transition-fast),
    background-color var(--transition-fast),
    color var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: none;
}

.btn:focus-visible {
  outline: 3px solid rgba(181, 148, 108, 0.35);
  outline-offset: 2px;
}

.btn--primary {
  background: var(--ink);
  color: #ffffff;
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff !important;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.btn__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.btn__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.btn__icon img,
.btn__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-copy .headline-xl {
  width: 100%;
}

.hero-copy .headline-md {
  margin-top: 20px;
  font-size: 32px;
  line-height: 40px;
}

.hero-copy .body-lg {
  line-height: 24px;
}

.hero .cta-row {
  width: calc(var(--hero-button-width) * 2 + var(--grid-gap));
  flex-wrap: nowrap;
}

.subsection {
  margin-top: 50px;
}

.feature-card {
  display: grid;
  background: transparent;
}

.feature-card--wide {
  grid-template-columns: minmax(0, 29fr) minmax(0, 30fr);
  width: min(100%, var(--content-width));
  margin-inline: auto;
  gap: var(--grid-gap);
}

.feature-card--stacked {
  grid-template-rows: auto 382px;
  min-height: 569px;
}

.feature-card__text {
  padding: 20px;
  background: var(--surface-soft);
}

.feature-card__text .body-md {
  margin-top: 10px;
}

.feature-card__media {
  overflow: hidden;
}

.feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, var(--content-width));
  margin-inline: auto;
  gap: var(--grid-gap);
  margin-top: 20px;
}

.business-grid {
  display: grid;
  grid-template-columns: minmax(0, 29fr) minmax(0, 30fr);
  width: min(100%, var(--content-width));
  margin-inline: auto;
  gap: var(--grid-gap);
  align-items: start;
}

.business-copy {
  min-height: 586px;
  padding-block: 0;
}

.reason {
  padding: 0 0 10px;
}

.reason+.reason {
  margin-top: 10px;
}

.reason__title {
  font-size: 24px;
  line-height: 36px;
  transition: text-decoration-color var(--transition-fast);
}

.reason__desc {
  margin-top: 10px;
  max-width: 580px;
  overflow: hidden;
  color: var(--body);
}

.reason:not(.reason--active) .reason__desc {
  height: 0;
  margin-top: 0;
  opacity: 0;
}

.reason--active .reason__title,
.business-copy.is-expanded .reason__title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.business-media {
  min-height: 586px;
  overflow: hidden;
  background: transparent;
}

.business-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-switch {
  display: none;
}

.business-cards-mobile {
  display: none;
}

.compare-grid {
  display: grid;
  grid-template-columns: 386px 386px 388px;
  width: var(--content-width);
  margin-inline: auto;
  gap: var(--grid-gap);
  margin-top: 50px;
}

.compare-card {
  min-height: 663px;
  padding: 20px;
  border: none;
  background: var(--surface-soft);
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
}

.compare-card:focus-visible {
  outline: 3px solid rgba(181, 148, 108, 0.35);
  outline-offset: 3px;
}

.compare-card__header {
  min-height: 62px;
}

.compare-card__title {
  font-size: 24px;
  line-height: 1.5;
}

.compare-card__subtitle {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: var(--body);
}

.compare-card__media {
  margin-top: 10px;
  height: 281px;
  overflow: hidden;
}

.compare-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-card__specs {
  margin-top: 10px;
}

.compare-card__row {
  padding-block: 10px;
  border-top: none;
}

.compare-card__row+.compare-card__row {
  border-top: 1px solid #999999;
}

.compare-card__label {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}

.compare-card__value {
  margin-top: 5px;
  line-height: 24px;
  color: var(--body);
}

.compare-card__more {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #111111;
  text-decoration: none;
}

.compare-card__more:hover,
.compare-card__more:focus-visible {
  color: #111111;
  text-decoration: underline;
}

.compare .section-copy {
  width: 1010px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compare .section-copy .headline-lg {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
}

.compare .section-copy .body-md {
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
  color: var(--body);
}

.solved {
  background: transparent;
}

.solved .section-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.solved .headline-lg {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
}

.solved .section-copy .body-md {
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
  color: var(--ink);
}

.solved .headline-sm {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.solved .feature-card__text .body-md {
  margin-top: 10px;
  color: var(--muted);
  line-height: 24px;
}

.solved .feature-card--wide {
  width: min(100%, var(--content-width));
  grid-template-columns: 600px 600px;
  gap: 0;
}

.solved .feature-card--wide .feature-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 467px;
  padding: 20px 0 20px 20px;
}

.solved-problem .headline-sm {
  margin-bottom: 30px;
}

.solved .feature-card--wide .headline-md {
  color: var(--body);
  line-height: 36px;
}

.solved .feature-card--wide .body-md {
  max-width: 560px;
}

.solved .feature-card--wide .feature-card__media {
  height: 467px;
}

.solved .split-grid {
  width: min(100%, var(--content-width));
  grid-template-columns: 590px 590px;
}

.solved .feature-card--stacked {
  min-height: 569px;
  grid-template-rows: 187px 382px;
}

.solved .feature-card--stacked .feature-card__text {
  min-height: 187px;
  padding: 20px;
}

.solved .feature-card--stacked .headline-md {
  color: var(--body);
  line-height: 36px;
}

.solved .feature-card--stacked .feature-card__media {
  height: 382px;
}

.solved .feature-card--wide .feature-card__media img {
  object-position: center 35%;
}

.solved .split-grid .feature-card:first-child .feature-card__media img {
  object-position: center 47%;
}

.solved .business {
  margin-top: 50px;
}

.solved .business .headline-sm {
  margin-bottom: 30px;
}

.solved .business-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  width: var(--content-width);
  gap: 20px;
}

.solved .business-grid .business-card:nth-child(1),
.solved .business-grid .business-card:nth-child(2),
.solved .business-grid .business-card:nth-child(3) {
  grid-column: span 2;
}

.solved .business-grid .business-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.solved .business-grid .business-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.business-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 386 / 377;
  background: #2a2a2a;
  cursor: pointer;
}

.business-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center;
  transition:
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.55s ease;
  will-change: transform, opacity;
}

.business-card__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto 0fr;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
  transition:
    grid-template-rows 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    background 0.55s ease;
  will-change: grid-template-rows, background;
}

.business-card__title {
  grid-row: 2;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.4s ease;
}

.business-card__desc {
  grid-row: 3;
  margin: 10px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.45s ease 0.12s,
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0.08s;
}

.business-card:hover .business-card__media,
.business-card:focus-within .business-card__media {
  opacity: 0.28;
  transform: scale(1.05);
}

.business-card:hover .business-card__overlay,
.business-card:focus-within .business-card__overlay {
  grid-template-rows: 0fr auto 1fr;
  background: rgba(0, 0, 0, 0.82);
}

.business-card:hover .business-card__title,
.business-card:focus-within .business-card__title {
  color: var(--accent);
}

.business-card:hover .business-card__desc,
.business-card:focus-within .business-card__desc {
  opacity: 1;
  transform: translateY(0);
  color: var(--accent);
}

@media (prefers-reduced-motion: reduce) {
  .business-card__media,
  .business-card__overlay,
  .business-card__title,
  .business-card__desc {
    transition: none;
  }
}

.solved>.cta-row {
  margin-top: 50px;
}

.faq {
  padding-bottom: 100px;
}

.faq-list {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  margin-top: 50px;
}

.faq-item {
  border-bottom: 1px solid #999999;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 10px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  margin: 0;
}

.faq-question__text {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}

.faq-question__icon {
  position: relative;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
}

.faq-question__icon::before,
.faq-question__icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  background: #333333;
  transform: translate(-50%, -50%);
}

.faq-question__icon::before {
  width: 16px;
  height: 1.5px;
}

.faq-question__icon::after {
  width: 1.5px;
  height: 16px;
  transition: transform var(--transition-fast);
}

.faq-item.is-open .faq-question__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-answer-wrap {
  height: 0;
  overflow: hidden;
}

.faq-answer {
  padding: 0 0 24px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.faq-answer p {
  margin: 0 0 16px;
}

.faq-answer p:last-child,
.faq-answer ul:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.faq-answer li+li {
  margin-top: 4px;
}

.faq-answer strong,
.faq-answer b {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #333333;
}

.faq-answer a {
  color: var(--accent);
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.faq-answer a:hover,
.faq-answer a:focus-visible {
  color: #c4a989;
}

@media (min-width: 961px) {
  .hero {
    position: relative;
    min-height: 816px;
    padding-inline: 0;
  }

  .topbar {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 4;
    height: 49px;
    background: transparent;
  }

  .brand img {
    width: 145px;
    height: 49px;
    filter: brightness(0) invert(1);
  }

  .hero-grid {
    position: relative;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    min-height: 816px;
    background: transparent;
  }

  .hero-video {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .hero-video-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
  }

  .hero-grid__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1200px, calc(100% - 40px));
    min-height: 816px;
    margin-inline: auto;
    padding: 0;
    gap: 0;
  }

  .hero-copy {
    width: 100%;
    min-height: auto;
    padding: 0;
    align-items: center;
  }

  .hero-copy__inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .headline-xl--mobile,
  .hero-copy__legacy,
  .hero-media {
    display: none;
  }

  .headline-xl--desktop {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
    margin-inline: auto;
    font-size: 62px;
    line-height: 72px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0;
    white-space: normal;
  }

  .hero .cta-row {
    margin-top: 50px;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
  }

  .hero .btn {
    width: var(--hero-button-width);
    min-width: var(--hero-button-width);
    border-color: var(--accent);
    font-size: 18px;
    line-height: 27px;
  }

  .hero .btn:hover,
  .hero .btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: none;
  }

  .hero .btn--primary {
    background: var(--accent);
    color: #ffffff;
  }

  .hero .btn--primary:hover,
  .hero .btn--primary:focus-visible {
    background: #c4a989;
    border-color: #c4a989;
    color: #ffffff !important;
  }

  .hero .btn--ghost {
    background: transparent;
    color: var(--accent);
    border-color: var(--accent);
  }

  .hero .btn--ghost:hover,
  .hero .btn--ghost:focus-visible {
    background: transparent;
    color: #c4a989;
    border-color: #c4a989;
  }
}

@media (max-width: 1280px) {
  .section {
    padding-inline: 48px;
  }

  .headline-xl {
    font-size: 44px;
  }

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

  .solved .feature-card--wide,
  .solved .split-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-grid {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .compare .section-copy {
    width: 100%;
  }

  .solved .business-grid {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .section {
    padding-inline: 24px;
  }

  .hero {
    position: relative;
    min-height: 100vh;
    padding-inline: 0;
  }

  .feature-card--wide,
  .split-grid,
  .business-grid,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    position: relative;
    width: 100%;
    margin-inline: 0;
    min-height: 100vh;
    background: transparent;
    overflow: hidden;
  }

  .hero-video {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-video-overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 210px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 39.346%);
  }

  .hero-grid__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-template-columns: 1fr;
    padding: 10px 15px 50px;
    background: transparent;
  }

  .hero-copy {
    width: 100%;
    min-height: auto;
    padding: 0;
    justify-content: flex-end;
  }

  .hero-media {
    display: none;
  }

  .topbar {
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 4;
    transform: translateX(-50%);
    height: 34px;
    min-height: 34px;
    padding: 0;
    background: transparent;
  }

  .brand img {
    width: 99px;
    height: 34px;
    filter: brightness(0) invert(1);
  }

  .hero-copy__inner {
    width: 100%;
    max-width: 100%;
  }

  .headline-xl--desktop,
  .hero-copy__legacy {
    display: none;
  }

  .headline-xl--mobile {
    display: block;
    margin: 0;
    width: 279px;
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #f8f5f1;
  }

  .hero .cta-row {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .hero .btn {
    width: 100%;
    min-width: 100%;
    height: 41px;
    min-height: 41px;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .hero .btn--primary {
    background: var(--accent);
    color: #ffffff;
    border-color: var(--accent);
  }

  .hero .btn--ghost {
    background: transparent;
    color: var(--accent);
    border-color: var(--accent);
  }

  .hero .btn:hover,
  .hero .btn:focus-visible {
    transform: none;
    box-shadow: none;
  }

  .hero .btn--primary:hover,
  .hero .btn--primary:focus-visible {
    background: #c4a989;
    color: #ffffff;
    border-color: #c4a989;
  }

  .hero .btn--ghost:hover,
  .hero .btn--ghost:focus-visible {
    background: transparent;
    color: #c4a989;
    border-color: #c4a989;
  }

  .offer-image img {
    aspect-ratio: 1.1;
  }

  .offer {
    padding-top: 50px;
    padding-inline: 0;
  }

  .offer .section-copy {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
    gap: 20px;
  }

  .offer .headline-lg {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }

  .offer .headline-lg br,
  .offer .body-md br {
    display: none;
  }

  .offer .headline-lg span {
    color: #d73737;
    white-space: nowrap;
  }

  .offer .body-md {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #111111;
  }

  .offer-image {
    width: 100%;
    margin-top: 30px;
    height: 330px;
  }

  .offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: auto;
  }

  .offer-nav {
    display: none;
  }

  .offer-switch {
    bottom: 10px;
  }

  .offer .cta-row--center {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
    padding: 0 15px;
  }

  .offer .btn:hover,
  .offer .btn:focus-visible {
    transform: none;
    box-shadow: none;
  }

  .offer .btn--primary:hover,
  .offer .btn--primary:focus-visible {
    background: var(--ink);
    color: #ffffff;
    border-color: var(--ink);
  }

  .offer .btn--ghost:hover,
  .offer .btn--ghost:focus-visible {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
  }

  .compare {
    padding-top: 50px;
    padding-inline: 15px;
  }

  .compare .section-copy {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    gap: 20px;
  }

  .compare .section-copy .headline-lg {
    width: 271px;
    margin-inline: auto;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }

  .compare .section-copy .body-md {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #111111;
  }

  .compare-grid {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 30px;
    gap: 20px;
  }

  .compare .cta-row--center {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .business-copy,
  .business-media,
  .compare-card {
    min-height: auto;
  }

  .compare-card--mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    cursor: default;
  }

  .compare-card--mobile .compare-card__header {
    min-height: auto;
  }

  .compare-card--mobile .compare-card__title {
    font-size: 16px;
    line-height: 24px;
  }

  .compare-card--mobile .compare-card__subtitle {
    margin-top: 5px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    color: #111111;
  }

  .compare-card--mobile .compare-card__media {
    margin-top: 0;
    height: 264px;
  }

  .compare-card--mobile .compare-card__specs {
    margin-top: 0;
  }

  .compare-card--mobile .compare-card__row {
    padding-block: 10px;
    border-bottom: 1px solid #999999;
  }

  .compare-card--mobile .compare-card__row+.compare-card__row {
    border-top: none;
  }

  .compare-card--mobile .compare-card__label {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
  }

  .compare-card--mobile .compare-card__value {
    margin-top: 5px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  .compare-card__more {
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 0;
    padding: 8px;
  }

  .headline-xl {
    font-size: 38px;
  }

  .headline-lg {
    font-size: 32px;
  }

  .headline-sm {
    font-size: 26px;
  }

  .btn {
    width: 100%;
    min-width: 100%;
    height: 41px;
    min-height: 41px;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .btn:hover,
  .btn:focus-visible {
    transform: none;
    box-shadow: none;
  }

  .btn--primary:hover,
  .btn--primary:focus-visible {
    background: var(--ink);
    color: #ffffff;
    border-color: var(--ink);
  }

  .btn--ghost:hover,
  .btn--ghost:focus-visible {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
  }

  .solved {
    padding-top: 50px;
    padding-inline: 15px;
  }

  .solved .section-copy {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }

  .solved .headline-lg {
    width: 271px;
    margin-inline: auto;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }

  .solved .section-copy .body-md {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #111111;
  }

  .solved .subsection {
    margin-top: 30px;
  }

  .solved-problem .headline-sm {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .solved .feature-card--wide,
  .solved .split-grid {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solved .feature-card,
  .solved .feature-card--stacked {
    min-height: unset;
    grid-template-rows: auto auto;
    gap: 0;
  }

  .solved .feature-card--wide .feature-card__text,
  .solved .feature-card--stacked .feature-card__text {
    min-height: unset;
    padding: 10px;
    background: #f8f5f1;
  }

  .solved .feature-card--wide .feature-card__text {
    height: 139px;
  }

  .solved .split-grid .feature-card:first-child .feature-card__text {
    height: 157px;
  }

  .solved .split-grid .feature-card:last-child .feature-card__text {
    height: 121px;
  }

  .solved .feature-card--wide .headline-md,
  .solved .feature-card--stacked .headline-md {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }

  .solved .feature-card__text .body-md {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #666666;
  }

  .solved .feature-card--wide .feature-card__media {
    height: 269px;
  }

  .solved .feature-card--stacked .feature-card__media {
    height: 223px;
  }

  .solved .business {
    margin-top: 30px;
  }

  .solved .business .headline-sm {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .solved .business-cards-mobile {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    max-width: 91vw;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .solved .business-cards-mobile::-webkit-scrollbar {
    display: none;
  }

  .solved .business-card-mobile {
    flex: 0 0 276px;
    width: 276px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .solved .business-card-mobile__media {
    width: 100%;
    height: 270px;
    overflow: hidden;
  }

  .solved .business-card-mobile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .solved .business-card-mobile__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
  }

  .solved .business-card-mobile__title {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
  }

  .solved .business-card-mobile__desc {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #666666;
  }

  .solved .business-grid {
    display: none;
    width: 100%;
    max-width: 100%;
  }

  .solved .business-copy {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    min-height: unset;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-padding-left: 0;
    padding-bottom: 4px;
    padding-right: 69px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .solved .business-copy::-webkit-scrollbar {
    display: none;
  }

  .solved .business-copy .reason {
    flex: 0 0 276px;
    width: 276px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    scroll-snap-align: start;
    background: #ffffff;
  }

  .solved .business-copy .reason+.reason {
    margin-top: 0;
  }

  .solved .business-copy .reason__media {
    width: 100%;
    height: 270px;
    overflow: hidden;
  }

  .solved .business-copy .reason__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .solved .business-copy .reason__title {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
  }

  .solved .business-copy .reason__desc {
    display: block;
    height: auto;
    opacity: 1;
    margin-top: 5px;
    max-width: none;
    overflow: visible;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #666666;
  }

  .solved .reason--active .reason__title,
  .solved .business-copy.is-expanded .reason__title {
    color: #333333;
    text-decoration: none;
  }

  .solved .business-media {
    display: none;
  }

  .solved .business-switch {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    margin: 10px auto 30px;
    padding: 2px 5px;
    background: rgba(237, 234, 232, 0.3);
  }

  .solved .business-switch__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b9b1aa;
    transition: background-color 0.24s ease;
    cursor: pointer;
  }

  .solved .business-switch__dot.is-active {
    background: #b5946c;
  }

  .solved>.cta-row {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq .section-copy {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    gap: 20px;
  }

  .faq .section-copy .headline-lg {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #111111;
  }

  .faq .section-copy .body-md {
    width: 325px;
    max-width: 100%;
    margin-top: 0;
    margin-inline: auto;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #111111;
  }

  .faq-list {
    margin-top: 30px;
  }

  .faq-answer {
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    font-weight: 400;
    padding-bottom: 10px;
  }

  .faq-answer strong,
  .faq-answer b {
    font-size: 13px;
    line-height: 19px;
    color: #666666;
  }

  .faq-answer li {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #666666;
  }

  .faq-question__text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
  }

  .faq-answer a {
    color: #b5946c;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-video {
    height: 53%;
  }
}

@media screen and (max-width: 400px) {
  .hero-video-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 37.346%);
  }
}

@media screen and (max-width: 376px) {
  .hero-video {
    height: 45%;
  }
  .hero-video-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 20.346%);
  }
}