.site-logo {
  display: block;
  height: 81px;
  width: auto;
  max-width: min(214px, 100%);
  object-fit: contain;
}

@media (max-width: 639px) {
  .site-logo {
    height: 64px;
    max-width: min(169px, 100%);
  }
}

.bannerSlider .acb-home-slide-1 {
  background-image: url("./images/home/arizona-casita-pool-house-slider.jpg") !important;
  background-position: center center;
}

.bannerSlider .acb-home-slide-2 {
  background-image: url("./images/home/custom-casita-kitchen-slider.jpg") !important;
  background-position: center center;
}

.bannerSlider .acb-home-slide-3 {
  background-image: url("./images/home/desert-modern-casita-slider.webp") !important;
  background-position: center center;
}

@media (max-width: 767px) {
  .bannerSlider .acb-home-slide-1 {
    background-image: url("./images/home/arizona-casita-pool-house-slider-mobile.jpg") !important;
  }

  .bannerSlider .acb-home-slide-2 {
    background-image: url("./images/home/custom-casita-kitchen-slider-mobile.jpg") !important;
  }
}

.panorama2-container {
  background: linear-gradient(135deg, rgba(216, 193, 163, 0.12), rgba(197, 31, 50, 0.08)), #111;
  border-radius: 12px;
}

.panorama2-container canvas,
.main-container2 noscript img {
  border-radius: 12px;
}

.acb-about-image {
  border-radius: 20px;
  object-fit: cover;
}

.acb-about-main-visual {
  display: block;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.24);
}

.acb-about-side-visual {
  display: block;
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.24);
}

.acb-about-poster-visual {
  border-radius: 18px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.acb-about-intro-title {
  width: min(100%, 1060px);
  max-width: calc(100vw - 220px);
}

.acb-about-intro-title h2 {
  max-width: 1060px;
}

@media (max-width: 639px) {
  .acb-about-intro-title {
    max-width: 100%;
  }
}

.acb-review-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.acb-review-avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f3ec;
  color: #c51f32;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.acb-review-card .ri-star-fill,
.acb-review-card:hover .ri-star-fill {
  color: #ffcc33 !important;
  text-shadow: 0 0 8px rgba(255, 204, 51, 0.35);
}

.acb-home-testimonial-card {
  width: min(100%, 288px);
  flex: 0 1 288px;
}

.acb-home-testimonial-team,
.acb-home-testimonial-sign {
  display: block;
  width: min(100%, 288px);
  object-fit: cover;
  border-radius: 20px;
}

.acb-home-testimonial-team {
  aspect-ratio: 1 / 1;
}

.acb-home-testimonial-sign {
  aspect-ratio: 4 / 5;
  flex: 0 1 288px;
}

.acb-blog-card-image,
.acb-blog-detail-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}

.acb-home-blog-image {
  display: block;
  aspect-ratio: 295 / 400;
  object-fit: cover;
  border-radius: 20px;
}

.acb-blog-hero,
.acb-blog-detail-hero {
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.82), rgba(7, 7, 7, 0.56)),
    linear-gradient(rgba(7, 7, 7, 0.16), rgba(7, 7, 7, 0.72)),
    url("./images/background/acb-services-hero.jpg") !important;
  background-position: center center;
  background-size: cover;
}

.acb-blog-detail-hero {
  background-position: center 48%;
}

.acb-blog-sidebar-card {
  border: 2px solid #c51f32;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.32);
  padding: 20px;
}

.acb-blog-brochure-link {
  padding: 0;
  background: transparent;
}

.acb-blog-brochure-link img {
  display: block;
  border-radius: inherit;
}

.acb-sidebar-link,
.acb-sidebar-cta,
.acb-related-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 2px solid #c51f32;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.acb-sidebar-link span {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c51f32;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.acb-sidebar-link:hover,
.acb-sidebar-cta:hover,
.acb-related-post:hover {
  background: #c51f32;
  color: #fff;
}

.acb-sidebar-link:hover span {
  background: #fff;
  color: #c51f32;
}

.acb-blog-tag {
  display: inline-flex;
  align-items: center;
  border: 2px solid #c51f32;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  padding: 6px 14px;
  transition: background-color 0.3s ease;
}

.acb-blog-tag:hover {
  background: #c51f32;
}

.acb-article-tags {
  padding: 22px 0 34px;
}

.acb-article-tags > div {
  row-gap: 16px;
}

.acb-blog-list {
  display: grid;
  gap: 12px;
  padding-left: 0;
}

.acb-blog-list li {
  position: relative;
  padding-left: 22px;
}

.acb-blog-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c51f32;
}

@media (min-width: 640px) {
  .acb-home-testimonial-card {
    width: auto;
    flex: 1 1 0;
  }

  .acb-home-testimonial-team {
    width: 100%;
  }

  .acb-home-testimonial-sign {
    width: 60%;
    flex: 0 1 60%;
  }
}

@media (min-width: 1280px) {
  .acb-home-testimonial-card {
    width: 295px;
    flex: 0 0 295px;
  }

  .acb-home-testimonial-team {
    width: 295px;
  }

  .acb-home-testimonial-sign {
    width: 400px;
    flex: 0 0 400px;
  }
}

@media (min-width: 1280px) {
  .acb-review-avatar {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
    font-size: 24px;
  }
}

img[src*="assets/images/services/"] {
  display: block;
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
}

.acb-service-hero-banner {
  background-image: url("./images/background/acb-services-hero.jpg") !important;
}

.acb-about-hero-banner {
  background-image:
    linear-gradient(rgba(7, 7, 7, 0.55), rgba(7, 7, 7, 0.68)),
    url("./images/home/acb-home-slider-2.webp") !important;
}

.acb-buildertrend-hero-banner {
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.78), rgba(7, 7, 7, 0.52)),
    linear-gradient(rgba(7, 7, 7, 0.2), rgba(7, 7, 7, 0.62)),
    url("./images/buildertrend/buildertrend-client-portal-tablet.jpg") !important;
  background-position: center 48%;
}

.acb-scottsdale-project-hero {
  background-image:
    linear-gradient(rgba(7, 7, 7, 0.52), rgba(7, 7, 7, 0.72)),
    url("./images/projects/scottsdale-casita-build/scottsdale-casita-build-hero.jpg") !important;
  background-position: center 48%;
}

.acb-queen-creek-pool-house-hero {
  background-image:
    linear-gradient(rgba(7, 7, 7, 0.52), rgba(7, 7, 7, 0.72)),
    url("./images/projects/queen-creek-pool-house-build/queen-creek-pool-house-build-hero.jpg") !important;
  background-position: center 46%;
}

.acb-projects-hero-banner {
  background-image:
    linear-gradient(rgba(7, 7, 7, 0.52), rgba(7, 7, 7, 0.74)),
    url("./images/projects/buckeye-studio-casita-build/buckeye-studio-casita-build-hero.jpg") !important;
  background-position: center 52%;
}

.acb-cave-creek-casita-adu-hero {
  background-image:
    linear-gradient(rgba(7, 7, 7, 0.52), rgba(7, 7, 7, 0.72)),
    url("./images/projects/cave-creek-casita-adu-build/cave-creek-casita-adu-build-hero.jpg") !important;
  background-position: center 55%;
}

.acb-buckeye-studio-casita-hero {
  background-image:
    linear-gradient(rgba(7, 7, 7, 0.52), rgba(7, 7, 7, 0.72)),
    url("./images/projects/buckeye-studio-casita-build/buckeye-studio-casita-build-hero.jpg") !important;
  background-position: center 52%;
}

.acb-buildertrend-hero-banner h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  max-width: 900px;
}

.acb-buildertrend-hero-banner > .container > p {
  margin-top: 8px;
}

.acb-buildertrend-hero-banner .btn {
  gap: 9px;
  margin-top: 28px !important;
  min-width: 150px;
  padding: 10px 26px !important;
}

@media (min-width: 640px) {
  .acb-buildertrend-hero-banner h1 {
    font-size: 46px;
    line-height: 58px;
  }
}

@media (min-width: 1024px) {
  .acb-buildertrend-hero-banner h1 {
    font-size: 58px;
    line-height: 70px;
  }
}

.acb-buildertrend-preview {
  overflow: hidden;
  border: 1px solid rgba(197, 31, 50, 0.32);
  border-radius: 20px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.acb-buildertrend-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1290 / 602;
  object-fit: cover;
}

.acb-buildertrend-card-badge,
.acb-buildertrend-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 243, 236, 0.18);
  background: rgba(7, 7, 7, 0.5);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.acb-buildertrend-card-badge {
  width: 208px;
  max-width: 100%;
  padding: 9px 13px;
  border-radius: 14px;
}

.acb-buildertrend-card-badge-large {
  width: 100%;
  margin-inline: auto;
  padding: 18px 22px;
  border-radius: 18px;
}

.acb-buildertrend-card-badge img,
.acb-buildertrend-hero-badge img {
  display: block;
  height: auto;
}

.acb-buildertrend-card-badge img {
  width: 100%;
  max-width: 100%;
}

.acb-buildertrend-hero-badge img {
  width: 240px;
  max-width: 100%;
}

.acb-buildertrend-hero-badge {
  width: 272px;
  max-width: 280px;
  padding: 12px 16px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.acb-buildertrend-phone-demo {
  justify-self: center;
  width: min(100%, 440px);
  background:
    radial-gradient(circle at 50% 8%, rgba(197, 31, 50, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(248, 243, 236, 0.1), rgba(248, 243, 236, 0.04));
  padding: 22px;
}

.acb-buildertrend-phone-demo img {
  width: min(100%, 360px);
  max-height: 620px;
  margin: 0 auto;
  aspect-ratio: 400 / 775;
  object-fit: contain;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.acb-why-card {
  min-height: 100%;
}

.acb-buildertrend-visual-card {
  justify-content: space-between;
}

.acb-buildertrend-visual-card > img:first-child {
  border-radius: 16px;
  object-fit: cover;
}

.acb-why-stack {
  min-height: 100%;
}

.acb-why-mini-card {
  flex: 1 1 0;
  justify-content: center;
}

.acb-buildertrend-intro-copy {
  max-width: 760px;
}

.acb-buildertrend-intro-title {
  margin-bottom: 24px;
}

.acb-buildertrend-intro-title h2 {
  max-width: 760px;
}

.acb-buildertrend-intro-copy > p + p {
  margin-top: 18px !important;
}

.acb-buildertrend-stat-grid,
.acb-buildertrend-feature-grid,
.acb-buildertrend-process-grid,
.acb-buildertrend-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.acb-buildertrend-stat-grid {
  margin-top: 46px !important;
}

.acb-buildertrend-feature-grid {
  margin-top: 8px;
}

.acb-buildertrend-stat,
.acb-buildertrend-feature,
.acb-buildertrend-process,
.acb-buildertrend-faq {
  border-radius: 20px;
  transition: transform 250ms ease, border-color 250ms ease, background-color 250ms ease;
}

.acb-buildertrend-stat {
  border: 1px solid rgba(197, 31, 50, 0.3);
  background: rgba(248, 243, 236, 0.08);
  padding: 22px;
}

.acb-buildertrend-stat i,
.acb-buildertrend-feature i,
.acb-buildertrend-checklist i {
  color: #c51f32;
  font-size: 34px;
  line-height: 1;
}

.acb-buildertrend-stat h3,
.acb-buildertrend-feature h3,
.acb-buildertrend-process h3,
.acb-buildertrend-faq h3,
.acb-buildertrend-checklist h3 {
  color: #f8f3ec;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 12px;
}

.acb-buildertrend-stat p,
.acb-buildertrend-feature p,
.acb-buildertrend-process p,
.acb-buildertrend-faq p,
.acb-buildertrend-checklist p {
  color: #f8f3ec;
  font-size: 16px;
  line-height: 25px;
  margin-top: 8px;
}

.acb-buildertrend-stat:hover,
.acb-buildertrend-feature:hover,
.acb-buildertrend-process:hover,
.acb-buildertrend-faq:hover {
  transform: translateY(-3px);
}

.acb-buildertrend-band {
  background:
    radial-gradient(circle at 82% 16%, rgba(197, 31, 50, 0.18), transparent 28%),
    linear-gradient(135deg, #15110f 0%, #070707 58%, #1a0e0e 100%);
}

.acb-buildertrend-feature {
  border: 1px solid rgba(248, 243, 236, 0.12);
  background: rgba(248, 243, 236, 0.06);
  padding: 20px;
}

.acb-buildertrend-feature:hover {
  border-color: rgba(197, 31, 50, 0.5);
  background: rgba(197, 31, 50, 0.14);
}

.acb-buildertrend-dark-card,
.acb-buildertrend-cta {
  border: 1px solid rgba(197, 31, 50, 0.38);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(12, 12, 12, 0.94), rgba(12, 12, 12, 0.78)),
    radial-gradient(circle at 16% 10%, rgba(197, 31, 50, 0.24), transparent 34%);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
  padding: 24px;
}

.acb-buildertrend-dark-card .btn {
  gap: 9px;
  margin-top: 30px !important;
  padding: 10px 26px !important;
}

.acb-buildertrend-checklist {
  display: grid;
  gap: 16px;
}

.acb-buildertrend-checklist > div {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(248, 243, 236, 0.16);
  padding-bottom: 16px;
}

.acb-buildertrend-checklist > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.acb-buildertrend-checklist h3 {
  margin-top: 0;
}

.acb-buildertrend-process {
  background: #070707;
  border: 1px solid rgba(197, 31, 50, 0.3);
  padding: 20px;
}

.acb-buildertrend-process span {
  color: #c51f32;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.acb-buildertrend-faq {
  background: rgba(248, 243, 236, 0.08);
  border: 1px solid rgba(197, 31, 50, 0.28);
  padding: 20px;
}

.acb-buildertrend-faq:hover {
  border-color: rgba(197, 31, 50, 0.54);
  background: rgba(197, 31, 50, 0.12);
}

.acb-buildertrend-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 70px !important;
}

.acb-buildertrend-cta .btn {
  gap: 9px;
  justify-self: start;
  min-width: 150px;
  padding: 12px 28px !important;
  white-space: nowrap;
}

.acb-buildertrend-cta .btn p,
.acb-buildertrend-hero-banner .btn p,
.acb-buildertrend-dark-card .btn p {
  line-height: 24px;
  margin-top: 0;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .acb-buildertrend-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acb-buildertrend-feature-grid,
  .acb-buildertrend-process-grid,
  .acb-buildertrend-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acb-buildertrend-cta {
    grid-template-columns: 1fr auto;
    padding: 34px;
  }

  .acb-buildertrend-cta .btn {
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .acb-buildertrend-intro-grid {
    grid-template-columns: minmax(0, 1.32fr) minmax(300px, 0.68fr) !important;
    gap: 46px !important;
  }

  .acb-buildertrend-phone-demo {
    justify-self: end;
    width: min(100%, 410px);
  }

  .acb-buildertrend-phone-demo img {
    width: min(100%, 330px);
    max-height: 590px;
  }
}

.acb-footer-bg {
  background-image:
    linear-gradient(rgba(7, 7, 7, 0.74), rgba(7, 7, 7, 0.82)),
    url("./images/background/acb-footer-bg.jpg") !important;
}

.acb-footer-video {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 16 / 9;
}

.acb-footer-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.acb-quote-hero-banner {
  background-image:
    linear-gradient(90deg, rgba(7, 7, 7, 0.68) 0%, rgba(7, 7, 7, 0.48) 42%, rgba(7, 7, 7, 0.62) 100%),
    linear-gradient(rgba(7, 7, 7, 0.2), rgba(7, 7, 7, 0.36)),
    url("./images/background/acb-quote-hero.jpg") !important;
  background-position: center 52%;
}

.acb-cost-process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(197, 31, 50, 0.22), transparent 34%),
    linear-gradient(135deg, #15110f 0%, #070707 55%, #1a0e0e 100%);
}

.acb-cost-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./images/background/acb-services-hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  pointer-events: none;
}

.acb-cost-process-section > .container {
  position: relative;
  z-index: 1;
}

.acb-process-card {
  background: rgba(7, 7, 7, 0.88);
  border: 1px solid rgba(197, 31, 50, 0.34);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.acb-brochure-banner {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(197, 31, 50, 0.28);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.acb-brochure-banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 500ms ease;
}

.acb-brochure-banner:hover img {
  transform: scale(1.015);
}

.acb-sidebar-brochure {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(197, 31, 50, 0.3);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3);
}

.acb-sidebar-brochure img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 500ms ease;
}

.acb-sidebar-brochure:hover img {
  transform: scale(1.015);
}

.acb-slider-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 5px solid #c51f32;
  border-radius: 9999px;
  background: #0b0b0b;
  color: #f8f3ec;
  font-size: 28px;
  line-height: 1;
}

.acb-slider-stat-heading {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}

.acb-slider-stat-caption {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.acb-slider-stat-years-line {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.acb-slider-stat-years-label {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.acb-quote-section {
  align-items: stretch;
}

.acb-quote-info-card {
  background:
    linear-gradient(145deg, rgba(12, 12, 12, 0.92), rgba(12, 12, 12, 0.78)),
    radial-gradient(circle at 15% 10%, rgba(197, 31, 50, 0.24), transparent 34%);
  justify-content: space-between;
}

.acb-quote-form-card {
  background: rgba(248, 243, 236, 0.98);
  border: 1px solid rgba(197, 31, 50, 0.22);
  border-radius: 20px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
  padding: 22px;
}

.acb-easy-peasy {
  display: inline-flex;
  color: #c51f32;
  background: rgba(197, 31, 50, 0.12);
  border: 1px solid rgba(197, 31, 50, 0.48);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 16px;
  padding: 7px 16px;
}

.acb-build-list {
  border-top: 1px solid rgba(197, 31, 50, 0.42);
  padding-top: 24px;
}

.acb-build-list-title {
  color: #f8f3ec;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 14px;
}

.acb-build-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.acb-build-pill-grid span {
  border: 1px solid rgba(248, 243, 236, 0.2);
  border-radius: 999px;
  color: #f8f3ec;
  background: rgba(248, 243, 236, 0.07);
  font-size: 14px;
  line-height: 20px;
  padding: 7px 11px;
}

.acb-next-steps {
  border-top: 1px solid rgba(197, 31, 50, 0.42);
  padding-top: 24px;
}

.acb-next-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.acb-next-step + .acb-next-step {
  margin-top: 12px;
}

.acb-next-step span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: #c51f32;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.acb-next-step p {
  color: #f8f3ec;
  font-size: 15px;
  line-height: 22px;
  padding-top: 5px;
}

.acb-quote-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.acb-honeypot {
  display: none !important;
}

.acb-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.acb-quote-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.acb-quote-form .form-label {
  color: #0b0b0b;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.acb-quote-form .form-control,
.acb-quote-form .form-select {
  width: 100%;
  min-height: 54px;
  border: 2px solid rgba(197, 31, 50, 0.72);
  border-radius: 14px;
  background: #fff;
  color: #0b0b0b;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 15px;
  outline: none;
  transition: border-color 250ms ease, box-shadow 250ms ease;
}

.acb-quote-form textarea.form-control {
  min-height: 148px;
  resize: vertical;
}

.acb-quote-form .form-control:focus,
.acb-quote-form .form-select:focus {
  border-color: #c51f32;
  box-shadow: 0 0 0 4px rgba(197, 31, 50, 0.16);
}

.acb-quote-form .radio-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.acb-quote-form .radio-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 2px solid rgba(197, 31, 50, 0.36);
  border-radius: 14px;
  background: #fff;
  color: #0b0b0b;
  cursor: pointer;
  padding: 14px;
  transition: border-color 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
}

.acb-quote-form .radio-option:hover {
  border-color: #c51f32;
  background: #fff8f5;
  box-shadow: 0 12px 24px rgba(11, 11, 11, 0.08);
}

.acb-quote-form .radio-option input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  accent-color: #c51f32;
}

.acb-quote-form .radio-option span {
  display: block;
  color: #0b0b0b;
  font-weight: 700;
  line-height: 22px;
}

.acb-quote-form .radio-option small {
  display: block;
  color: #5d5650;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}

.acb-quote-form .upload-help,
.acb-quote-form .form-note {
  color: #5d5650;
  font-size: 14px;
  line-height: 22px;
}

.acb-quote-form .form-note a {
  color: #c51f32;
  font-weight: 700;
}

.acb-submit-btn {
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: #c51f32;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  padding: 12px 26px;
  transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.acb-submit-btn:hover {
  background: #0b0b0b;
  color: #fff;
  transform: translateY(-1px);
}

.acb-thank-you-page {
  min-height: calc(100vh - 96px);
  background:
    radial-gradient(circle at 82% 14%, rgba(197, 31, 50, 0.18), transparent 28%),
    linear-gradient(145deg, #0b0b0b 0%, #12100f 55%, #070707 100%);
}

.acb-thank-you-hero {
  padding: 170px 0 80px;
}

.acb-thank-you-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.acb-thank-you-copy {
  border: 1px solid rgba(197, 31, 50, 0.48);
  border-radius: 20px;
  background: rgba(7, 7, 7, 0.68);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
  padding: 24px;
}

.acb-thank-you-steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.acb-thank-you-steps div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.acb-thank-you-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: #c51f32;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.acb-thank-you-steps p {
  color: #f8f3ec;
  font-size: 16px;
  line-height: 24px;
  padding-top: 4px;
}

.acb-thank-you-brochure {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(197, 31, 50, 0.38);
  border-radius: 20px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.acb-thank-you-brochure img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 500ms ease;
}

.acb-thank-you-brochure:hover img {
  transform: scale(1.015);
}

.acb-thank-you-footer {
  background: #0b0b0b;
  border-top: 1px solid rgba(197, 31, 50, 0.34);
  padding: 24px 0;
}

@media (min-width: 1024px) {
  .acb-thank-you-hero {
    padding: 190px 0 100px;
  }

  .acb-thank-you-panel {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 50px;
  }

  .acb-thank-you-copy {
    padding: 34px;
  }
}

@media (min-width: 768px) {
  .acb-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acb-field-full {
    grid-column: 1 / -1;
  }

  .acb-quote-form .radio-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .acb-quote-form-card {
    padding: 30px;
  }
}

@media (min-width: 640px) {
  .acb-slider-stat-icon {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
    font-size: 32px;
  }
}

.nav-link {
  white-space: nowrap;
}

.acb-process-image {
  display: block;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.acb-build-roadmap {
  color: #fff;
}

.acb-roadmap-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 30px;
  align-items: stretch;
}

.acb-roadmap-copy {
  min-width: 0;
}

.acb-roadmap-proof {
  display: grid;
  gap: 12px;
}

.acb-roadmap-proof div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(209, 39, 51, 0.34);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.acb-roadmap-proof i {
  color: #d12733;
  font-size: 27px;
  line-height: 1;
  flex: 0 0 auto;
}

.acb-roadmap-proof span {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.acb-roadmap-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 46px;
  padding: 18px 0 46px;
}

.acb-roadmap-timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(209, 39, 51, 0), #d12733 8%, #d12733 92%, rgba(209, 39, 51, 0));
}

.acb-roadmap-step {
  position: relative;
  width: calc(50% - 42px);
  min-height: 172px;
  padding: 42px 22px 22px 82px;
  border: 1px solid rgba(209, 39, 51, 0.32);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(216, 193, 163, 0.13), rgba(216, 193, 163, 0.02)),
    #111;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  transition: transform 300ms ease, border-color 300ms ease, background 300ms ease;
}

.acb-roadmap-step:hover {
  transform: translateY(-4px);
  border-color: rgba(209, 39, 51, 0.72);
  background:
    linear-gradient(135deg, rgba(209, 39, 51, 0.18), rgba(216, 193, 163, 0.03)),
    #151515;
}

.acb-roadmap-step:nth-child(odd) {
  align-self: flex-start;
}

.acb-roadmap-step:nth-child(even) {
  align-self: flex-end;
}

.acb-roadmap-step:nth-child(even):hover {
  transform: translateY(-4px);
}

.acb-roadmap-step::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 6px solid #d12733;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(209, 39, 51, 0.12);
  transform: translateY(-50%);
  animation: acbRoadmapPulse 2.8s ease-in-out infinite;
}

.acb-roadmap-step:nth-child(odd)::before {
  right: -55px;
}

.acb-roadmap-step:nth-child(even)::before {
  left: -55px;
}

.acb-roadmap-step::after {
  content: attr(data-phase);
  position: absolute;
  top: 18px;
  left: 82px;
  color: #d12733;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.acb-roadmap-step span {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d8c1a3;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.acb-roadmap-step h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 900;
}

.acb-roadmap-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

.acb-roadmap-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
  padding: 26px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(209, 39, 51, 0.2), rgba(216, 193, 163, 0.1)),
    #151515;
  border: 1px solid rgba(209, 39, 51, 0.42);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
}

.acb-roadmap-cta h3 {
  max-width: 820px;
  margin: 6px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
}

.acb-cutaway-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(209, 39, 51, 0.34);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(216, 193, 163, 0.12), rgba(209, 39, 51, 0.08)),
    #101010;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.acb-cutaway-copy {
  min-width: 0;
}

.acb-cutaway-copy h2 {
  max-width: 860px;
}

.acb-cutaway-points {
  display: grid;
  gap: 13px;
}

.acb-cutaway-points div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(248, 243, 236, 0.16);
}

.acb-cutaway-points div:last-child {
  border-bottom: 1px solid rgba(248, 243, 236, 0.16);
}

.acb-cutaway-points i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #d12733;
  color: #fff;
  font-size: 22px;
}

.acb-cutaway-points span {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.acb-cutaway-board {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #f8f3ec;
  border: 1px solid rgba(248, 243, 236, 0.22);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08), 0 24px 58px rgba(0, 0, 0, 0.28);
}

.acb-cutaway-board::before {
  content: "Construction Detail View";
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.82);
  color: #f8f3ec;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.acb-cutaway-board img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 700ms ease;
}

.acb-cutaway-shell:hover .acb-cutaway-board img {
  transform: scale(1.018);
}

.acb-cutaway-footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 6px;
}

.acb-cutaway-footer > p {
  margin: 0;
  color: #f8f3ec;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.acb-cutaway-footer a p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .acb-cutaway-shell {
    grid-template-columns: 1fr;
  }

  .acb-cutaway-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  .acb-cutaway-shell {
    padding: 20px;
    border-radius: 20px;
  }

  .acb-cutaway-points span {
    font-size: 15px;
  }

  .acb-cutaway-board::before {
    top: 12px;
    left: 12px;
    font-size: 10px;
  }

  .acb-cutaway-footer > p {
    font-size: 20px;
  }
}

@keyframes acbRoadmapPulse {
  0%,
  100% {
    box-shadow: 0 0 0 7px rgba(209, 39, 51, 0.1);
  }

  50% {
    box-shadow: 0 0 0 13px rgba(209, 39, 51, 0);
  }
}

@media (max-width: 1023px) {
  .acb-roadmap-hero {
    grid-template-columns: 1fr;
  }

  .acb-roadmap-timeline {
    gap: 18px;
    padding-left: 22px;
  }

  .acb-roadmap-timeline::before {
    left: 0;
    transform: none;
  }

  .acb-roadmap-step,
  .acb-roadmap-step:nth-child(odd),
  .acb-roadmap-step:nth-child(even) {
    width: 100%;
    transform: none;
  }

  .acb-roadmap-step:hover,
  .acb-roadmap-step:nth-child(even):hover {
    transform: translateY(-3px);
  }

  .acb-roadmap-step::before,
  .acb-roadmap-step:nth-child(odd)::before,
  .acb-roadmap-step:nth-child(even)::before {
    left: -35px;
    right: auto;
  }

  .acb-roadmap-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 639px) {
  .acb-roadmap-step {
    min-height: auto;
    padding: 40px 18px 20px 72px;
  }

  .acb-roadmap-step::after {
    left: 72px;
  }

  .acb-roadmap-step span {
    left: 18px;
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .acb-roadmap-step h3 {
    font-size: 20px;
  }

  .acb-roadmap-step p,
  .acb-roadmap-proof span {
    font-size: 15px;
  }

  .acb-roadmap-cta {
    padding: 22px;
  }

  .acb-roadmap-cta h3 {
    font-size: 21px;
  }
}

#siteHeader > ul {
  gap: 14px !important;
}

@media (min-width: 1280px) {
  #siteHeader > ul {
    gap: 20px !important;
  }
}

@media (min-width: 1536px) {
  #siteHeader > ul {
    gap: 30px !important;
  }
}

.acb-finished-project-thumb,
.acb-project-card-img,
.acb-project-gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acb-finished-project-thumb {
  aspect-ratio: 7 / 4;
  border-radius: 18px;
}

.acb-home-project-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.acb-home-project-link::after {
  content: "Customer Video";
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(197, 31, 50, 0.9);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.acb-home-project-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.acb-project-card-media {
  aspect-ratio: 8 / 9;
  overflow: hidden;
  border-radius: 18px;
}

.acb-project-card-pills {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-right: 12px;
}

.acb-project-card-pill {
  display: inline-flex;
  border: 1px solid #cf1f34;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.84);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 10px;
  text-shadow: none;
}

@media (min-width: 768px) {
  .acb-project-card-pills {
    left: 20px;
    bottom: 20px;
    gap: 10px;
    padding-right: 20px;
  }
}

.acb-project-video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #0f0f0f;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.acb-project-video-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0f0f0f;
}

.acb-project-video-kicker {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.78);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.acb-project-gallery-link {
  aspect-ratio: 27 / 20;
  background: #111;
}

.acb-project-gallery-link::after {
  content: "\eb98";
  font-family: remixicon !important;
  position: absolute;
  inset: auto 16px 16px auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(197, 31, 50, 0.95);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 300ms ease, transform 300ms ease;
}

.acb-project-gallery-link:hover::after {
  opacity: 1;
  transform: scale(1);
}

.acb-project-education-panel {
  display: grid;
  gap: 24px;
  padding: 26px;
  border: 1px solid rgba(197, 31, 50, 0.32);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(216, 193, 163, 0.12), rgba(197, 31, 50, 0.08)),
    #101010;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
}

.acb-project-education-copy {
  display: grid;
  gap: 14px;
}

.acb-project-education-copy h2,
.acb-project-education-copy p {
  margin: 0;
}

.acb-project-education-points {
  display: grid;
  gap: 12px;
}

.acb-project-education-points div {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(248, 243, 236, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.acb-project-education-points i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #c51f32;
  color: #fff;
  font-size: 22px;
}

.acb-project-education-points span {
  color: #f8f3ec;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.acb-project-media-board {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  background: #f8f3ec;
  border: 1px solid rgba(248, 243, 236, 0.18);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08), 0 22px 52px rgba(0, 0, 0, 0.26);
}

.acb-project-media-board::before {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.82);
  color: #f8f3ec;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.acb-project-floor-plan::before {
  content: "Floor Plan";
}

.acb-project-cutaway-view::before {
  content: "Construction Detail View";
}

.acb-project-media-board img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 700ms ease;
}

.acb-project-media-board:hover img {
  transform: scale(1.014);
}

.acb-project-media-board figcaption {
  margin: 0;
  padding: 14px 18px 16px;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .acb-project-education-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .acb-project-education-panel {
    padding: 20px;
    border-radius: 20px;
  }

  .acb-project-education-points span {
    font-size: 15px;
  }

  .acb-project-media-board::before {
    top: 12px;
    left: 12px;
    font-size: 10px;
  }
}

.acb-project-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.acb-project-spec-grid > div {
  min-height: 116px;
  padding: 22px;
  border: 1px solid rgba(197, 31, 50, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(197, 31, 50, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.acb-project-spec-grid span {
  display: block;
  margin-bottom: 8px;
  color: #c51f32;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.acb-project-spec-grid strong {
  display: block;
  color: #f8f3ec;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .acb-project-spec-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .acb-project-spec-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

.gslide-image img {
  max-width: min(94vw, 1800px) !important;
  max-height: calc(100vh - 110px) !important;
  object-fit: contain !important;
}

.goverlay {
  background: rgba(6, 6, 6, 0.92) !important;
}

.acb-lightbox-fallback {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(6, 6, 6, 0.92);
}

.acb-lightbox-fallback.is-open {
  display: flex;
}

.acb-lightbox-fallback img {
  display: block;
  max-width: min(94vw, 1800px);
  max-height: calc(100vh - 110px);
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.acb-lightbox-fallback button {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #c51f32;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 639px) {
  .acb-project-video-kicker {
    left: 12px;
    top: 12px;
    font-size: 11px;
  }
}

.acb-design-gallery-grid {
  align-items: stretch;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.home-design-gallery-link,
.acb-design-card {
  aspect-ratio: 1 / 1;
  background: #080808;
}

.home-design-gallery-link {
  border-radius: 20px !important;
  clip-path: inset(0 round 20px);
  overflow: hidden !important;
}

.home-design-gallery-link img,
.acb-design-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.casita-designs-page header nav[data-aos],
body.casita-designs-page .acb-footer-bg [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

body.casita-designs-page .acb-proposal-banner.image-anim {
  opacity: 1 !important;
  transform: none !important;
}

.acb-design-card,
.acb-design-card img {
  backface-visibility: hidden;
}

.home-design-gallery-link img {
  border-radius: inherit;
}

.acb-design-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  content-visibility: auto;
  contain-intrinsic-size: 320px 320px;
}

.acb-design-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.42) 64%, rgba(0, 0, 0, 0.86) 100%);
  opacity: 0.95;
  transition: opacity 300ms ease;
}

.acb-design-card:hover::after {
  opacity: 1;
}

.acb-design-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c51f32 0%, #8f1424 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.acb-design-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 13px;
  border-radius: 14px;
  border-left: 3px solid #c51f32;
  background: rgba(8, 8, 8, 0.72);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  color: #fff;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.acb-design-caption strong {
  font-size: 17px;
  line-height: 22px;
  font-weight: 800;
}

.acb-design-caption small {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(197, 31, 50, 0.92);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-shadow: none;
}

.glightbox-clean .gslide-description {
  background: #080808 !important;
}

.glightbox-clean .gdesc-inner {
  border-top: 2px solid #c51f32;
  padding: 18px 20px !important;
}

.glightbox-clean .gslide-title {
  margin-bottom: 6px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 800 !important;
}

.glightbox-clean .gslide-desc {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

@media (max-width: 639px) {
  .acb-design-badge {
    top: 12px;
    left: 12px;
  }

  .acb-design-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 11px 12px;
  }

  .acb-design-caption strong {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 640px) {
  .acb-design-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .acb-design-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.acb-proposal-banner {
  border-radius: 20px;
  background: #f8f3ec;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.acb-proposal-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.acb-plan-detail-hero {
  position: relative;
  overflow: hidden;
}

.acb-plan-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.48)),
    linear-gradient(rgba(7, 7, 7, 0.15), rgba(7, 7, 7, 0.72));
  pointer-events: none;
}

.acb-plan-detail-hero > .container {
  position: relative;
  z-index: 1;
}

.acb-plan-detail-hero h1 {
  font-size: 46px;
  line-height: 1.08;
}

.acb-plan-46x19-hero {
  background-image: url("./images/casita-plans/46x19-874-sq-ft-casita/46x19-874-sq-ft-casita-poolside-exterior-rendering.jpg") !important;
  background-position: center center;
}

.acb-plan-hero-pills span,
.acb-plan-spec,
.acb-plan-note,
.acb-plan-cta {
  border: 2px solid #c51f32;
}

.acb-plan-hero-pills span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 16px;
  background: rgba(197, 31, 50, 0.24);
  backdrop-filter: blur(6px);
}

.acb-plan-detail-page img {
  border-radius: 20px;
}

.acb-plan-primary-frame {
  max-width: 1240px;
  margin-inline: auto;
}

.acb-plan-feature-frame {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(248, 243, 236, 0.04);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.acb-plan-feature-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.acb-plan-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.acb-plan-spec {
  display: grid;
  gap: 4px;
  border-radius: 14px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.34);
}

.acb-plan-spec i,
.acb-plan-note i {
  color: #c51f32;
  font-size: 28px;
  line-height: 1;
}

.acb-plan-spec span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.acb-plan-spec small {
  color: #d8c1a3;
  font-size: 14px;
  line-height: 1.35;
}

.acb-plan-band {
  background:
    linear-gradient(135deg, rgba(197, 31, 50, 0.14), rgba(248, 243, 236, 0.04)),
    #080808;
}

.acb-plan-overview-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(8, 8, 8, 0.86), rgba(8, 8, 8, 0.9)),
    url("./images/casita-plans/46x19-874-sq-ft-casita/46x19-874-sq-ft-casita-open-living-kitchen-rendering.jpg") center center / cover no-repeat;
}

.acb-plan-overview-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(197, 31, 50, 0.22), transparent 35%),
    linear-gradient(135deg, rgba(197, 31, 50, 0.12), rgba(8, 8, 8, 0.72));
  pointer-events: none;
}

.acb-plan-overview-band > .container {
  position: relative;
  z-index: 1;
}

.acb-plan-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: center;
  border: 2px solid rgba(197, 31, 50, 0.7);
  border-radius: 20px;
  padding: 24px;
  background: rgba(8, 8, 8, 0.74);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
}

.acb-plan-note {
  border-radius: 18px;
  padding: 22px;
  background: rgba(0, 0, 0, 0.28);
  height: 100%;
}

.acb-plan-note h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 14px;
}

.acb-plan-note p {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  margin-top: 10px;
}

.acb-plan-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.acb-plan-gallery-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
}

.acb-plan-gallery-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.acb-plan-gallery-link span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  border: 1px solid #cf1f34;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.84);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 13px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 18px rgba(207, 31, 52, 0.22);
}

.acb-plan-gallery-link:hover img {
  transform: scale(1.04);
}

.acb-plan-reference-card {
  height: 100%;
}

.acb-plan-reference-frame {
  margin-top: auto;
}

.acb-plan-reference-frame a {
  display: block;
  width: 100%;
  aspect-ratio: 1491 / 1055;
  background: #f8f3ec;
}

.acb-plan-reference-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8f3ec;
}

.acb-plans-hero {
  position: relative;
  isolation: isolate;
  background-position: center;
}

@media (max-width: 639px) {
  .acb-plans-hero {
    padding-top: 240px !important;
  }
}

.acb-plans-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
}

.acb-plans-hero .acb-plan-hero-pills {
  margin-bottom: 18px;
}

.acb-plans-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.58), rgba(8, 8, 8, 0.12));
}

.acb-plan-index-page {
  background: #080808;
  color: #fff;
}

.acb-plan-index-section {
  color: #fff;
}

.acb-plan-index-section-alt {
  background:
    linear-gradient(180deg, rgba(197, 31, 50, 0.12), rgba(8, 8, 8, 0) 38%),
    #111;
}

.acb-plan-index-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.acb-plan-index-heading p {
  color: #d8c1a3;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.acb-plan-index-heading h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.acb-plan-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 24px;
  align-items: stretch;
}

.acb-plan-index-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #0f0f0f;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.acb-plan-index-media {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8f3ec;
}

.acb-plan-index-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform 0.45s ease;
}

.acb-plan-index-card:hover .acb-plan-index-media img {
  transform: scale(1.015);
}

.acb-plan-index-media > span {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  border: 1px solid #cf1f34;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.84);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 12px;
  text-shadow: none;
}

.acb-plan-index-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.acb-plan-index-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.acb-plan-index-pills span {
  display: inline-flex;
  border: 1px solid rgba(197, 31, 50, 0.9);
  border-radius: 999px;
  background: rgba(197, 31, 50, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 10px;
  text-shadow: none;
}

.acb-plan-index-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.acb-plan-index-content h3 a {
  color: inherit;
}

.acb-plan-index-content p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.acb-plan-index-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.acb-plan-index-link:hover {
  color: #d8c1a3;
}

.acb-plan-index-link i {
  color: #cf1f34;
}

@media (max-width: 767px) {
  .acb-plan-index-heading h2 {
    font-size: 28px;
  }

  .acb-plan-index-content {
    padding: 18px;
  }
}

@media (min-width: 640px) {
  .acb-plans-hero h1 {
    font-size: 62px;
    line-height: 72px;
  }
}

@media (min-width: 1024px) {
  .acb-plans-hero h1 {
    font-size: 78px;
    line-height: 88px;
  }
}

.acb-plan-cta {
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: space-between;
  border-radius: 20px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(197, 31, 50, 0.34), rgba(0, 0, 0, 0.28)),
    #111;
}

@media (min-width: 640px) {
  .acb-plan-detail-hero h1 {
    font-size: 62px;
  }

  .acb-plan-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acb-plan-cta {
    padding: 34px;
  }
}

@media (min-width: 1024px) {
  .acb-plan-detail-hero h1 {
    font-size: 78px;
  }

  .acb-plan-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acb-plan-cta {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .acb-plan-spec-grid {
    grid-template-columns: 1fr;
  }

  .acb-plan-overview-panel {
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .acb-plan-overview-panel {
    grid-template-columns: 1fr;
  }
}

.acb-faq-page {
  overflow: hidden;
  background: #080808;
  color: #fff;
}

.acb-faq-hero {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: center;
  padding: 210px 0 96px;
  background-position: center;
}

.acb-faq-hero-inner {
  max-width: 880px;
}

.acb-faq-eyebrow {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(197, 31, 50, 0.82);
  border-radius: 999px;
  background: rgba(197, 31, 50, 0.14);
  color: #f8f3ec;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 13px;
  text-transform: uppercase;
}

.acb-faq-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
  margin-top: 18px;
}

.acb-faq-hero p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.62;
  margin-top: 20px;
}

.acb-faq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.acb-faq-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 24px;
}

.acb-faq-page .btn p {
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
}

.acb-faq-secondary-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 20px;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.acb-faq-secondary-link:hover {
  border-color: #c51f32;
  background: rgba(197, 31, 50, 0.14);
  color: #fff;
}

.acb-faq-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  padding-top: 78px;
  padding-bottom: 72px;
}

.acb-faq-intro-copy {
  max-width: 760px;
}

.acb-faq-intro-copy h2,
.acb-faq-cta h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.14;
  margin-top: 18px;
}

.acb-faq-intro-copy p,
.acb-faq-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
  margin-top: 18px;
}

.acb-faq-intro-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #111;
}

.acb-faq-intro-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.acb-faq-nav-band {
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
}

.acb-faq-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.acb-faq-topic-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 31, 50, 0.7);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.76);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 12px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.acb-faq-topic-nav a:hover {
  border-color: #f8f3ec;
  background: rgba(197, 31, 50, 0.2);
}

.acb-faq-sections {
  display: grid;
  gap: 66px;
  padding-top: 78px;
  padding-bottom: 76px;
}

.acb-faq-section {
  scroll-margin-top: 120px;
}

.acb-faq-section-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.acb-faq-section-heading > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 31, 50, 0.82);
  border-radius: 999px;
  color: #f8f3ec;
  font-size: 14px;
  font-weight: 800;
}

.acb-faq-section-heading p {
  color: #d8c1a3;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.acb-faq-section-heading h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 6px;
}

.acb-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.acb-faq-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #101010;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.acb-faq-item:hover,
.acb-faq-item[open] {
  border-color: rgba(197, 31, 50, 0.58);
  background: #141111;
}

.acb-faq-item:hover {
  transform: translateY(-2px);
}

.acb-faq-item summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  list-style: none;
  padding: 18px 20px;
}

.acb-faq-item summary::-webkit-details-marker {
  display: none;
}

.acb-faq-item summary i {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 31, 50, 0.72);
  border-radius: 999px;
  color: #c51f32;
  font-size: 21px;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.acb-faq-item[open] summary i {
  transform: rotate(180deg);
  background: #c51f32;
  color: #fff;
}

.acb-faq-answer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 20px 20px;
}

.acb-faq-answer p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
  padding-top: 18px;
}

.acb-faq-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(197, 31, 50, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(197, 31, 50, 0.32), rgba(8, 8, 8, 0.12)),
    #111;
  margin-bottom: 82px;
  padding: 26px;
}

.acb-faq-cta .btn {
  justify-self: start;
}

@media (min-width: 640px) {
  .acb-faq-hero h1 {
    font-size: 58px;
  }

  .acb-faq-cta {
    padding: 34px;
  }
}

@media (min-width: 768px) {
  .acb-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .acb-faq-hero h1 {
    font-size: 72px;
  }

  .acb-faq-intro {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
    gap: 54px;
  }

  .acb-faq-cta {
    grid-template-columns: 1fr auto;
  }

  .acb-faq-cta .btn {
    justify-self: end;
  }
}

@media (max-width: 767px) {
  .acb-faq-hero {
    min-height: 500px;
    padding: 172px 0 76px;
  }

  .acb-faq-hero h1 {
    font-size: 38px;
  }

  .acb-faq-hero p {
    font-size: 16px;
  }

  .acb-faq-intro {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .acb-faq-intro-copy h2,
  .acb-faq-cta h2 {
    font-size: 28px;
  }

  .acb-faq-sections {
    gap: 52px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .acb-faq-section-heading {
    gap: 14px;
  }

  .acb-faq-section-heading h2 {
    font-size: 24px;
  }

  .acb-faq-item summary {
    min-height: 70px;
    font-size: 16px;
    padding: 16px;
  }

  .acb-faq-answer {
    padding: 0 16px 18px;
  }
}

.acb-error-page {
  color: #fff;
}

.acb-error-shell {
  min-height: 100vh;
}

.acb-error-header {
  gap: 32px;
  padding: 42px 0;
}

.acb-error-phone {
  padding: 14px 26px;
}

.acb-error-section {
  padding: 86px 0 120px;
}

.acb-error-content {
  max-width: 780px;
  padding-bottom: 28px;
}

.acb-error-kicker {
  padding: 11px 18px;
}

.acb-error-title {
  margin-top: 34px;
}

.acb-error-copy {
  max-width: 680px;
  margin-top: 30px;
  line-height: 1.78;
}

.acb-error-actions {
  gap: 22px;
  margin-top: 52px;
}

.acb-error-button {
  min-height: 58px;
  padding: 16px 28px;
}

@media (max-width: 767px) {
  .acb-error-header {
    padding: 28px 0;
  }

  .acb-error-section {
    align-items: flex-start;
    padding: 68px 0 88px;
  }

  .acb-error-content {
    padding-bottom: 0;
  }

  .acb-error-title {
    margin-top: 28px;
  }

  .acb-error-copy {
    margin-top: 24px;
    line-height: 1.7;
  }

  .acb-error-actions {
    gap: 18px;
    margin-top: 42px;
  }

  .acb-error-button {
    width: 100%;
    min-height: 56px;
  }
}

.loader {
  pointer-events: none !important;
}
