.btn-assessment {
  background-color: #d12c3f;
  border: none;
  border-radius: 50px;
  color: #fcfcfa;
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 12px 26px;
}
.btn-assessment:hover {
  background-color: rgb(166.8695652174, 35.1304347826, 50.3003952569);
  transform: translateY(-2px);
  color: #FCFCFA;
}
.btn-assessment:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

.pr-15 {
  padding-right: 15% !important;
}

.image-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: zoom-out;
}

.image-modal-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/* ==|====================
   Layout/Nav
   ======================= */
.l-nav-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-nav__logo {
  height: 60px;
}
@media (max-width: 768px) {
  .l-nav__logo {
    height: 40px;
  }
}

.nav-light-wrap {
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.15);
}
.nav-light-section {
  padding-top: 14px;
  padding-bottom: 14px;
}
.nav-light__logo {
  height: 40px;
}
@media (max-width: 768px) {
  .nav-light__logo {
    height: 40px;
  }
}

.nav {
  z-index: 99;
}
.nav__link {
  font-weight: 500;
  font-size: 16px;
}
.nav__logo {
  height: 28px;
}
.nav__name {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}
.nav__btn {
  font-size: 16px;
  line-height: 1;
  padding: 12px 16px;
}

.web-nav__logo {
  height: 28px;
}
.web-nav__name {
  font-size: 17px;
  line-height: 23px;
  font-family: Ubuntu;
}

/* ==|====================
   Layout/Nav
   ======================= */
.nav-sidebar {
  height: 15px;
}
.nav-sidebar--open {
  overflow: hidden;
}
.nav-sidebar__hamburger {
  margin-top: -12px;
}
.nav-sidebar__hamburger span {
  display: block;
  height: 0.133em;
  width: 1.25em;
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
.nav-sidebar__hamburger > span:not(:last-child) {
  margin-bottom: 0.25em;
}
.nav-sidebar .sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 -100% 0 0;
  background-color: black;
  opacity: 0.2;
  transition: all 400ms ease-in;
  z-index: 100;
}
.nav-sidebar .sidebar ul {
  width: 100%;
  height: 100%;
  padding: 0;
  padding-top: 80px;
  margin: 0;
  list-style: none;
  background: black;
  overflow: hidden;
}
.nav-sidebar .sidebar ul li {
  text-align: center;
  margin: 0;
}
.nav-sidebar .sidebar a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 15px 0px;
  font-weight: 500;
  letter-spacing: 2px;
  color: white;
}
.nav-sidebar label {
  margin-bottom: 0px;
}
.nav-sidebar input[type=checkbox] {
  display: none;
}
.nav-sidebar input[type=checkbox]:checked ~ .sidebar {
  transition: all 400ms ease-in;
  margin: 0;
  opacity: 1;
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger span {
  z-index: 9999999;
  margin-bottom: 0;
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger > span:first-child {
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: rotate(45deg);
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger > span:nth-child(2) {
  margin-top: -0.133em;
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: rotate(-45deg);
}
.nav-sidebar input[type=checkbox]:checked ~ label .nav-sidebar__hamburger > span:last-child {
  display: none;
}

.nav {
  min-height: 80px;
}
@media (max-width: 768px) {
  .nav {
    min-height: 60px;
  }
}
.nav-company {
  line-height: 30px;
  color: white;
  text-decoration: none;
  font-weight: 200;
  font-size: 18px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
}
.nav-company__logo {
  height: 34px;
  margin: 0px 14px 0px 0px;
}
.nav-company-link {
  color: white;
  text-decoration: none;
  z-index: 200;
}
.nav-company:hover {
  text-decoration: none;
}
.nav-menu {
  list-style-type: none;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}
.nav-menu li:not(:first-child) {
  margin-left: 20px;
}
.nav-menu li a {
  line-height: 30px;
  text-decoration: none;
}
.nav-menu--right li:not(:last-child) {
  margin-left: 20px;
}
.nav__hamburgers span {
  display: block;
  height: 0.133em;
  width: 1.25em;
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
.nav__hamburgers > span:not(:last-child) {
  margin-bottom: 0.25em;
}

/* ==|====================
   Navbar V2 - Modern Design
   ======================= */
.navbar-v2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
  background: transparent;
}
.navbar-v2__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
.navbar-v2__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.navbar-v2__logo-img {
  height: 32px;
  width: auto;
}
@media (max-width: 768px) {
  .navbar-v2__logo-img {
    height: 28px;
  }
}
.navbar-v2__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.navbar-v2__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}
.navbar-v2__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-v2__cta .btn-wildfire-rebuild {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.navbar-v2__cta .btn-wildfire-rebuild:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #000000;
}
.navbar-v2__mobile-toggle {
  display: flex;
  align-items: center;
}
.navbar-v2__hamburger {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.navbar-v2__hamburger span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.navbar-v2__hamburger:hover span {
  background: rgba(255, 255, 255, 0.8);
}
.navbar-v2__mobile-nav {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: rgba(0, 0, 0, 0.99);
  margin-top: 1rem;
  border-radius: 8px;
  height: 88vh;
}
.navbar-v2__mobile-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}
.navbar-v2__mobile-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-v2__mobile-cta {
  margin: 1rem 1rem 0;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-v2__nav {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .navbar-v2 {
    padding: 0.75rem 0;
  }
  .navbar-v2__content {
    min-height: 50px;
  }
  .navbar-v2__cta {
    display: none !important;
  }
}

.footer hr {
  color: #303136;
  opacity: unset;
}
.footer__logo {
  height: 30px;
  color: white;
  opacity: unset;
}
.footer__link {
  text-decoration: unset;
  opacity: 0.6;
  font-size: 14px;
}
.footer__brand {
  opacity: 0.6;
}

/* ==|====================
   Hero V2 - Modern Design
   ======================= */
.hero-v2 {
  position: relative;
  max-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000000;
}
.hero-v2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-v2__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-v2__bg-image--mobile {
  display: none;
  -o-object-position: center 20%;
     object-position: center 20%;
}
.hero-v2__bg-image--desktop {
  display: block;
}
@media (max-width: 768px) {
  .hero-v2__bg-image--mobile {
    display: block;
    -o-object-position: center 20%;
       object-position: center 20%;
  }
  .hero-v2__bg-image--desktop {
    display: none;
  }
}
.hero-v2__container {
  min-height: 900px;
  padding-bottom: 55px;
}
.hero-v2__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) -9.3%, rgba(0, 0, 0, 0) 27.78%), linear-gradient(180deg, rgba(0, 0, 0, 0) 68.22%, #000 84.77%), url("/images/hfla-home-hero-haven.webp");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
  z-index: 2;
}
.hero-v2 .container {
  position: relative;
  z-index: 3;
}
.hero-v2__content {
  max-width: 840px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .hero-v2__content {
    max-width: 100%;
    text-align: center;
  }
}
.hero-v2__headline {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 100% */
  letter-spacing: -1.28px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .hero-v2__headline {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .hero-v2__headline {
    font-size: clamp(28px, 6.2vw, 36px);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: 26px;
    text-shadow: none;
    max-width: 20ch;
    padding: 0 22px;
  }
}
@media (max-width: 575px) {
  .hero-v2__headline {
    font-size: clamp(28px, 6.2vw, 36px);
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-shadow: none;
    max-width: 18ch;
    padding: 0 20px;
  }
}
.hero-v2__cta {
  flex-shrink: 0;
  align-self: flex-end;
  margin-left: 2rem;
}
.hero-v2__cta .btn-assessment {
  /* Text md/Semibold */
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  background-color: #D12C3F;
  color: #FCFCFA;
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
}
.hero-v2__cta .btn-assessment:hover {
  background-color: rgb(166.8695652174, 35.1304347826, 50.3003952569);
  transform: translateY(-2px);
  color: #FCFCFA;
}
.hero-v2__cta .btn-assessment:active {
  transform: translateY(0);
}
.hero-v2__cta .btn-assessment:focus {
  outline: 3px solid #F4CCD1;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .hero-v2__cta {
    margin-left: 0;
    margin-top: 0;
    align-self: center;
    text-align: center;
    width: calc(100% - 44px);
    max-width: calc(100% - 44px);
    padding: 0 22px;
  }
  .hero-v2__cta .btn-assessment {
    width: 100%;
    height: 58px;
    min-height: 56px;
    max-height: 60px;
    padding: 0 32px;
    font-size: 17px;
    line-height: 1.15;
    background-color: #D12C3F;
    color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: all 150ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
  @supports (-webkit-touch-callout: none) {
    .hero-v2__cta .btn-assessment {
      transform: translateY(-1px);
    }
  }
  .hero-v2__cta .btn-assessment:hover {
    background-color: #B62837;
    transform: translateY(-2px);
  }
  @supports (-webkit-touch-callout: none) {
    .hero-v2__cta .btn-assessment:hover {
      transform: translateY(-3px);
    }
  }
  .hero-v2__cta .btn-assessment:active {
    background-color: #B62837;
    transform: translateY(0);
    transition: all 100ms ease;
  }
  @supports (-webkit-touch-callout: none) {
    .hero-v2__cta .btn-assessment:active {
      transform: translateY(-1px);
    }
  }
  .hero-v2__cta .btn-assessment:focus {
    outline: 3px solid #F4CCD1;
    outline-offset: 2px;
  }
}
.hero-v2__cta__reassurance {
  display: none;
}
@media (max-width: 768px) {
  .hero-v2__cta__reassurance {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #2E7D6B;
  }
  .hero-v2__cta__reassurance a {
    color: #2E7D6B;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 150ms ease;
  }
  .hero-v2__cta__reassurance a:hover {
    border-bottom-color: #2E7D6B;
  }
  .hero-v2__cta__reassurance a:focus {
    outline: 2px solid #2E7D6B;
    outline-offset: 2px;
    border-radius: 2px;
  }
}
@media (max-width: 991px) {
  .hero-v2__content {
    max-width: 500px;
  }
  .hero-v2__headline {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .hero-v2 {
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
    padding-top: calc(env(safe-area-inset-top, 0px) + 12px + 80px);
  }
  .hero-v2__container {
    min-height: calc(70vh - 80px - env(safe-area-inset-top, 0px) - 12px);
    height: 100%;
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    position: relative;
  }
  .hero-v2__container > .flex-grow-1 {
    flex-grow: 0 !important;
  }
  .hero-v2__content {
    padding: 0;
    margin-bottom: 26px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero-v2__cta {
    margin-left: 0;
    margin-top: 0;
    align-self: center;
    text-align: center;
    padding: 0;
    flex: 0 0 auto;
    width: calc(100% - 44px);
  }
  .hero-v2__overlay {
    background-image: linear-gradient(180deg, rgba(11, 13, 16, 0.4) 0%, rgba(11, 13, 16, 0) 120px), linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 15%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 60%), url("/images/hfla-home-hero-haven-mobile.webp");
  }
}
@media (max-width: 575px) {
  .hero-v2 {
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
    padding-top: calc(env(safe-area-inset-top, 0px) + 12px + 70px);
  }
  .hero-v2__container {
    min-height: calc(70vh - 70px - env(safe-area-inset-top, 0px) - 12px);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    justify-content: flex-end;
  }
  .hero-v2__container > .flex-grow-1 {
    flex-grow: 0 !important;
  }
  .hero-v2__content {
    padding: 0;
    margin-bottom: 24px;
  }
  .hero-v2__headline {
    font-size: clamp(28px, 6.2vw, 36px);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    text-shadow: none;
    max-width: 18ch;
    padding: 0 20px;
  }
  .hero-v2__cta {
    margin-top: 0;
    padding: 0;
    width: calc(100% - 40px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  }
  .hero-v2__cta .btn-assessment {
    height: 56px;
    min-height: 56px;
    padding: 0 28px;
    font-size: 16px;
    line-height: 1.15;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  @supports (-webkit-touch-callout: none) {
    .hero-v2__cta .btn-assessment {
      transform: translateY(-1px);
    }
  }
  @supports (-webkit-touch-callout: none) {
    .hero-v2__cta .btn-assessment:hover {
      transform: translateY(-2px);
    }
  }
  @supports (-webkit-touch-callout: none) {
    .hero-v2__cta .btn-assessment:active {
      transform: translateY(-1px);
    }
  }
  .hero-v2__overlay {
    background-image: linear-gradient(180deg, rgba(11, 13, 16, 0.4) 0%, rgba(11, 13, 16, 0) 120px), linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 15%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 60%), url("/images/hfla-home-hero-haven-mobile.webp");
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-v2__content {
  animation: fadeInUp 200ms ease-out;
}
@media (max-width: 768px) {
  .hero-v2__content {
    animation: fadeInUp 180ms ease-out;
  }
}

.hero-v2__cta {
  animation: fadeInUp 200ms ease-out 50ms both;
}
@media (max-width: 768px) {
  .hero-v2__cta {
    animation: fadeInUp 180ms ease-out 40ms both;
  }
}

.btn-wildfire-rebuild {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn-wildfire-rebuild:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #000000;
}

/* ==|====================
   Hero Minimal - Simple Dark Hero
   Reusable across multiple pages
   ======================= */
.hero-minimal {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #0b0d10;
  padding: 40px 0;
}
.hero-minimal__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero-minimal__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b0d10;
  z-index: 2;
}
.hero-minimal__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}
.hero-minimal .container {
  position: relative;
  z-index: 4;
}
.hero-minimal__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  margin: 0 auto;
}
.hero-minimal__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -1.28px;
  color: #f5f7f9;
  margin: 0;
  max-width: 735px;
}
@media (max-width: 991px) {
  .hero-minimal {
    min-height: 400px;
  }
  .hero-minimal__content {
    min-height: 250px;
  }
  .hero-minimal__title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .hero-minimal {
    min-height: 230px;
    padding: 32px 0;
  }
  .hero-minimal__content {
    min-height: 200px;
  }
  .hero-minimal__title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 575px) {
  .hero-minimal {
    min-height: 160px;
    padding: 24px 0;
  }
  .hero-minimal__content {
    min-height: 160px;
  }
  .hero-minimal__title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
}

/* ==|====================
   Content Split - Two Column Section
   Uses Bootstrap grid, image breaks out to viewport edge
   Reusable across multiple pages
   ======================= */
.content-split {
  background-color: #fcfcfa;
  position: relative;
  overflow: hidden;
}
.content-split__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .content-split__content {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}
.content-split__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
@media (max-width: 991px) {
  .content-split__heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .content-split__heading {
    font-size: 32px;
  }
}
.content-split__text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #808080;
  margin: 0;
}
@media (max-width: 768px) {
  .content-split__text {
    font-size: 16px;
  }
}
.content-split__stats {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.content-split__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}
.content-split__image-col {
  position: relative;
  min-height: 483px;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .content-split__image-col {
    position: absolute;
    right: 0 !important;
    width: 50vw;
    height: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .content-split__image-col {
    min-height: 400px;
  }
}
.content-split__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  max-width: 1200px;
}
@media (min-width: 992px) {
  .content-split__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.content-split__image-mobile {
  width: calc(100% + 24px);
  max-width: none;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 576px) {
  .content-split__image-mobile {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}
.content-split .row {
  position: static;
  min-height: 680px;
}
@media (max-width: 768px) {
  .content-split .row {
    min-height: auto;
    position: relative;
  }
}
@media (min-width: 992px) {
  .content-split .container {
    position: static;
  }
}
@media (min-width: 992px) {
  .content-split--reversed .content-split__image-col {
    right: auto;
    left: 0;
  }
}
.content-split--reversed .content-split__content {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .content-split--reversed .content-split__content {
    margin-right: 0;
  }
}

/* ==|====================
   Team Grid - Team Members Section
   Reusable across multiple pages
   ======================= */
.team-grid {
  background-color: #fcfcfa;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .team-grid {
    padding: 60px 0;
  }
}
.team-grid__header {
  max-width: 768px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .team-grid__header {
    margin-bottom: 60px;
  }
}
.team-grid__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
@media (max-width: 991px) {
  .team-grid__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .team-grid__title {
    font-size: 28px;
  }
}
.team-grid__members {
  display: flex;
  gap: 48px;
}
@media (max-width: 991px) {
  .team-grid__members {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .team-grid__members {
    flex-direction: column;
    gap: 48px;
  }
}
.team-grid__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.team-grid__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team-grid__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team-grid__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.team-grid__role {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.team-grid__bio {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #808080;
  margin: 0;
  padding-right: 15%;
}

/* ==|====================
   FAQ List - Question & Answer Section
   Reusable across multiple pages
   ======================= */
.faq-list {
  background-color: #fcfcfa;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .faq-list {
    padding: 60px 0;
  }
}
.faq-list__items {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .faq-list__items {
    gap: 40px;
    margin-bottom: 60px;
  }
}
.faq-list__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-list__content {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .faq-list__content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .faq-list__content {
    flex-direction: column;
    gap: 16px;
  }
}
.faq-list__question {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #0d0500;
  margin: 0;
  width: 500px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .faq-list__question {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .faq-list__question {
    width: 100%;
  }
}
.faq-list__answer {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #808080;
  margin: 0;
  flex: 1;
}
.faq-list__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(13, 5, 0, 0.15);
  border: none;
  margin: 0;
}
.faq-list__cta {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-list__cta-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-list__cta-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #0d0500;
  margin: 0;
}
@media (max-width: 991px) {
  .faq-list__cta-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .faq-list__cta-title {
    font-size: 28px;
  }
}
.faq-list__cta-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #808080;
  margin: 0;
}
.faq-list__cta-button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #0d0500;
  background-color: transparent;
  border: 1px solid rgba(13, 5, 0, 0.15);
  border-radius: 6px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.faq-list__cta-button:hover {
  background-color: rgba(13, 5, 0, 0.05);
  border-color: rgba(13, 5, 0, 0.25);
  color: #0d0500;
}
.faq-list__cta-button:focus {
  outline: 2px solid rgba(13, 5, 0, 0.25);
  outline-offset: 2px;
}

/* ==|====================
   Process Steps Section
   ======================= */
.process-steps {
  background-color: #FCFCFA;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .process-steps {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.process-steps__intro {
  padding-right: 3rem;
  width: 100%;
}
@media (max-width: 991px) {
  .process-steps__intro {
    padding-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.process-steps__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .process-steps__title {
    font-size: 44px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .process-steps__title {
    font-size: 36px;
  }
}
.process-steps__description {
  font-size: 16px;
  line-height: 1.75;
  max-width: 580px;
  color: #666666;
  margin: 0;
}
.process-steps__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.process-steps__item {
  display: flex;
  gap: 2rem;
  position: relative;
}
.process-steps__icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.process-steps__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2E7D6B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
  z-index: 2;
  border: 8px solid #F5F7F9;
}
.process-steps__icon i {
  font-weight: bold;
}
.process-steps__line {
  width: 2px;
  flex: 1;
  background-color: #2E7D6B;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  min-height: 100px;
}
.process-steps__item--last .process-steps__line {
  display: none;
}
.process-steps__content {
  flex: 1;
  padding-top: 0.25rem;
}
.process-steps__step-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
}
.process-steps__step-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
@media (max-width: 768px) {
  .process-steps__timeline {
    gap: 2rem;
  }
  .process-steps__icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .process-steps__line {
    min-height: 50px;
  }
  .process-steps__step-title {
    font-size: 22px;
  }
  .process-steps__step-description {
    font-size: 15px;
  }
}

/* ==|====================
   Process Timeline Section
   Full 9-phase vertical timeline
   ======================= */
.process-timeline {
  background-color: #FCFCFA;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .process-timeline {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .process-timeline {
    padding: 48px 0;
  }
}
.process-timeline__content {
  margin: 0 auto;
}
.process-timeline__phase {
  display: flex;
  gap: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .process-timeline__phase {
    gap: 24px;
  }
}
.process-timeline__progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
  padding: 42px 0;
}
@media (max-width: 768px) {
  .process-timeline__progress {
    padding: 32px 0;
  }
}
.process-timeline__progress-line {
  width: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.process-timeline__progress-line::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #2E7D6B;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.process-timeline__progress-line::after {
  content: "";
  width: 2px;
  flex: 1;
  background-color: #2E7D6B;
  position: relative;
}
.process-timeline__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 16px 0 24px;
  max-width: 1300px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .process-timeline__content-wrapper {
    padding: 8px 0 16px;
    gap: 24px;
  }
}
.process-timeline__text-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .process-timeline__text-content {
    gap: 24px;
  }
}
.process-timeline__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .process-timeline__titles {
    gap: 12px;
  }
}
.process-timeline__phase-number {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.36px;
  color: #0d0500;
  margin: 0;
}
@media (max-width: 991px) {
  .process-timeline__phase-number {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 768px) {
  .process-timeline__phase-number {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
}
.process-timeline__phase-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #0d0500;
  margin: 0;
}
@media (max-width: 991px) {
  .process-timeline__phase-title {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 768px) {
  .process-timeline__phase-title {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.process-timeline__description {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #808080;
  margin: 0;
}
@media (max-width: 991px) {
  .process-timeline__description {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .process-timeline__description {
    font-size: 16px;
  }
}
.process-timeline__image {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .process-timeline__image {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .process-timeline__image {
    height: 300px;
  }
}
.process-timeline__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* ==|====================
   Models Section
   ======================= */
.models-section {
  background-color: #FCFCFA;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .models-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.models-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 2rem;
}
@media (max-width: 991px) {
  .models-section__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
}
.models-section__title-wrapper {
  flex: 1;
  max-width: 768px;
}
.models-section__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .models-section__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .models-section__title {
    font-size: 36px;
  }
}
.models-section__description {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #808080;
  margin: 0;
}
.models-section__view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 24px 16px 36px;
  border-radius: 56px;
  background: #D12C3F;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  text-decoration: none;
  color: #FCFCFC;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  border: none;
}
.models-section__view-all-btn:hover {
  opacity: 0.9;
  color: #FCFCFC;
}
@media (max-width: 991px) {
  .models-section__view-all-btn {
    align-self: flex-start;
  }
}
.models-section__view-all-btn .bi-chevron-right {
  width: 21px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}
.models-section__cards-row {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .models-section__cards-row {
    flex-direction: column;
    gap: 2rem;
  }
}
.models-section__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.models-section__card-image {
  width: 100%;
  aspect-ratio: 405.333/270;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.models-section__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.models-section__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 40px;
}
.models-section__card-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}
.models-section__card-specs {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.models-section__card-specs strong {
  font-weight: 500;
}
.models-section__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.models-section__card-link:hover {
  opacity: 0.7;
  color: #000000;
}
.models-section__card-link .bi-chevron-right {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
}

/* ==|====================
   Finishes Section
   ======================= */
.finishes-section {
  background-color: #FCFCFA;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .finishes-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.finishes-section__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .finishes-section__header {
    margin-bottom: 3rem;
  }
}
.finishes-section__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: #0D0D0D;
  margin: 0;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .finishes-section__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .finishes-section__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.finishes-section__description {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #808080;
  margin: 0;
}
.finishes-section__carousel-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .finishes-section__carousel-wrapper {
    margin-bottom: 3rem;
  }
}
.finishes-section__carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 565px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .finishes-section__carousel-container {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .finishes-section__carousel-container {
    height: 300px;
  }
}
.finishes-section__carousel-track {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .finishes-section__carousel-track {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .finishes-section__carousel-track {
    gap: 0;
  }
}
.finishes-section__carousel-slide {
  height: 565px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .finishes-section__carousel-slide {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .finishes-section__carousel-slide {
    height: 300px;
  }
}
.finishes-section__carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.finishes-section__carousel-slide--active {
  max-width: 100%;
  width: 100%;
  flex: 0 0 auto;
}
@media (min-width: 576px) {
  .finishes-section__carousel-slide--active {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .finishes-section__carousel-slide--active {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .finishes-section__carousel-slide--active {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .finishes-section__carousel-slide--active {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .finishes-section__carousel-slide--active {
    max-width: 1680px;
  }
}
.finishes-section__carousel-slide--peek-left {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .finishes-section__carousel-slide--peek-left {
    display: none;
  }
}
.finishes-section__carousel-slide--peek-right {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .finishes-section__carousel-slide--peek-right {
    display: none;
  }
}
.finishes-section__carousel-btn {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  z-index: 10;
  flex-shrink: 0;
  position: absolute;
}
.finishes-section__carousel-btn:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.finishes-section__carousel-btn i {
  font-size: 20px;
  color: #000;
}
.finishes-section__carousel-btn--prev {
  left: 20px;
}
.finishes-section__carousel-btn--next {
  right: 20px;
}
@media (max-width: 768px) {
  .finishes-section__carousel-btn {
    width: 40px;
    height: 40px;
  }
  .finishes-section__carousel-btn i {
    font-size: 18px;
  }
  .finishes-section__carousel-btn--prev {
    left: 10px;
  }
  .finishes-section__carousel-btn--next {
    right: 10px;
  }
}
.finishes-section__features {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .finishes-section__features {
    padding: 0 2rem;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .finishes-section__features {
    flex-direction: column;
    padding: 0 1rem;
    gap: 2rem;
  }
}
.finishes-section__feature {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
@media (max-width: 768px) {
  .finishes-section__feature {
    gap: 1.5rem;
  }
}
.finishes-section__feature-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #0D0D0D;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .finishes-section__feature-title {
    font-size: 26px;
    line-height: 32px;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .finishes-section__feature-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.finishes-section__feature-description {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #808080;
  margin: 0;
}

.custom-modal {
  border-radius: 16px;
  background-color: #fff;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.modal-urgency-banner {
  background-color: #ee3d33;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
}

.urgency-icon {
  margin-right: 8px;
  font-size: 1.2rem;
}

.modal-title {
  font-weight: 600;
  font-size: 24px;
}

.custom-input {
  border-radius: 8px;
  padding: 1rem;
  font-size: 16px;
  border: 1px solid #ccc;
}

.custom-submit-btn {
  background: linear-gradient(90deg, #ff7e00, #ffc85e);
  color: white;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
  border: none;
  transition: background 0.3s ease;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Subtle dark shadow */
}
.custom-submit-btn:hover {
  opacity: 0.9;
  color: white !important;
}
.custom-submit-btn:active, .custom-submit-btn:active:after {
  color: white !important;
}

.form-disclaimer {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

.checkmark {
  font-size: 48px;
  color: #28a745;
  font-weight: bold;
}

.phase-models-section {
  background-color: #000000;
  color: #FFFFFF;
}
.phase-models-section .section-eyebrow {
  color: #C9252E;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.phase-models-section .section-heading {
  font-size: 56px;
  font-weight: 600;
  font-family: calluna, serif;
}
.phase-models-section .section-heading em {
  font-style: italic;
}
@media (max-width: 768px) {
  .phase-models-section .section-heading {
    font-size: 52px;
    line-height: 1.3;
  }
}
.phase-models-section .section-subheading {
  font-size: 1.125rem;
  opacity: 0.9;
}
.phase-models-section .trust-note {
  font-size: 0.9rem;
}
.phase-models-section .homes-btn {
  background-color: #dd7f4f;
  border: none;
  border-radius: 999px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}
.phase-models-section .homes-btn:hover {
  background-color: rgb(216.8714285714, 111.4571428571, 57.6285714286);
}
.phase-models-section .homes-btn .icon {
  font-size: 1.2rem;
}
.phase-models-section .cta-card {
  background-color: #f5eadd;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.phase-models-section .cta-card .cta-heading {
  font-family: "Georgia", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.phase-models-section .cta-card .cta-subtext {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
}
.phase-models-section .home-card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.phase-models-section .home-card .home-card-body {
  text-align: left;
}
.phase-models-section .home-card .home-card-body .home-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d2d2d;
}
.phase-models-section .home-card .home-card-body .eligibility {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.phase-models-section .home-card .home-card-body .view-link {
  font-size: 0.875rem;
  color: #444;
}
.phase-models-section .home-card .home-card-body .view-link i {
  margin-right: 0.4rem;
}

.home-card-link {
  color: inherit;
  text-decoration: none;
}
.home-card-link:hover .home-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

.home-designs-section {
  background-color: #ffffff;
}
.home-designs-section .section-eyebrow {
  font-size: 0.75rem;
  color: #6c757d;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.home-designs-section .section-title {
  font-family: calluna, serif;
  font-size: 52px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c2c2c;
}
@media (max-width: 768px) {
  .home-designs-section .section-title {
    font-size: 46px;
    line-height: 1.3;
  }
}
.home-designs-section .section-title-photos {
  font-size: 38px;
  -webkit-text-decoration: italic;
          text-decoration: italic;
  font-family: calluna, serif;
  font-weight: 500;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .home-designs-section .section-title-photos {
    font-size: 32px;
  }
}
.home-designs-section .price-range {
  font-size: 0.9rem;
  color: #555;
}
.home-designs-section .price-range strong {
  font-weight: 600;
  color: #000;
  margin-left: 0.25rem;
}
.home-designs-section .home-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.home-designs-section .home-card:hover {
  transform: translateY(-4px);
}
.home-designs-section .home-card .home-card-body .home-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d1d1f;
}
.home-designs-section .home-card .home-card-body .home-features {
  font-size: 0.85rem;
}
.home-designs-section .home-card .home-card-body .home-features div {
  color: #666;
}
.home-designs-section .home-card .home-card-body .home-features strong {
  display: block;
  font-size: 1rem;
  color: #000;
}
.home-designs-section .home-card .home-card-body .home-price {
  font-size: 0.9rem;
  color: #333;
}
.home-designs-section .home-card .home-card-body .home-price strong {
  color: #1d1d1f;
}
.home-designs-section .home-card .home-card-body .home-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.home-designs-section .home-card .home-card-body .home-link:hover {
  text-decoration: underline;
}

.model-carousel-section {
  background: #fff;
}
.model-carousel-section .eyebrow {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.model-carousel-section .model-name {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.model-carousel-section .carousel {
  background: #fff;
  overflow: hidden;
}
.model-carousel-section .carousel .flickity-viewport {
  overflow: visible !important;
  right: -0.5rem;
}
@media (max-width: 768px) {
  .model-carousel-section .carousel .flickity-viewport {
    right: 0;
  }
}
.model-carousel-section .carousel .carousel-cell {
  width: calc(50vw - 1rem);
  max-width: calc(50vw - 1rem);
  margin-right: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .model-carousel-section .carousel .carousel-cell {
    width: 100vw;
    max-width: 100vw;
  }
}
.model-carousel-section .carousel .carousel-cell img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.model-carousel-section .carousel .carousel-cell .carousel-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.model-carousel-section .carousel .carousel-cell .carousel-label .tag {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.model-carousel-section .carousel .carousel-cell .carousel-label .caption {
  font-size: 1.25rem;
  font-weight: 600;
}

.model-stats-section {
  background: #fff;
  padding: 2rem 0;
}
.model-stats-section .stat-icon {
  height: 24px;
}
.model-stats-section .stat-icon img {
  max-height: 100%;
  opacity: 0.5;
}
.model-stats-section .stat-label {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.25rem;
}
.model-stats-section .stat-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}

.flickity-enabled.is-fullscreen {
  background: #000;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  overflow: hidden;
}

.flickity-enabled.is-fullscreen .flickity-slider {
  display: flex;
  width: 100vw !important;
}

.flickity-enabled.is-fullscreen .carousel-cell {
  width: 100vw !important;
  max-width: 100vw !important;
  flex-shrink: 0;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vh 5vw;
  box-sizing: border-box;
  height: 100vh;
}
@media (max-width: 768px) {
  .flickity-enabled.is-fullscreen .carousel-cell {
    padding: 3vh 3vw;
  }
}

.flickity-enabled.is-fullscreen .carousel-cell img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 8px;
}

.carousel-section-alt {
  background: #fff;
  padding: 1rem 0;
}

.carousel-alt .carousel-cell-alt {
  width: 33.3333%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .carousel-alt .carousel-cell-alt {
    width: 100%;
  }
}
.carousel-alt .carousel-cell-alt img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.home-designs-section__floorplan img {
  width: 100%;
}
@media (max-width: 768px) {
  .home-designs-section__floorplan img {
    width: 100%;
  }
}

.landing-page-homefront .hero-section {
  position: relative;
  background: url("/images/homefront-la-model-home-wide.jpeg") center top/cover no-repeat;
  height: 80vh;
  color: #fff;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .landing-page-homefront .hero-section {
    height: auto;
    background: url("/images/homefront-la-hero-sm-3.webp") center top/cover no-repeat;
  }
}
.landing-page-homefront .hero-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -22.61%, rgba(0, 0, 0, 0.9));
  z-index: 1;
}
.landing-page-homefront .hero-section .container {
  position: relative;
  z-index: 2;
}
.landing-page-homefront .hero-section .hero-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .landing-page-homefront .hero-section .hero-logo {
    padding-left: 0;
  }
}
.landing-page-homefront .hero-section .hero-logo img {
  height: 40px;
  margin-right: 1rem;
}
.landing-page-homefront .hero-section .hero-logo .nav-company {
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .landing-page-homefront .hero-section .hero-logo {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
}
.landing-page-homefront .hero-section .hero-content {
  position: relative;
  max-width: 600px;
}
.landing-page-homefront .hero-section .hero-content h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: calluna, serif;
}
.landing-page-homefront .hero-section .hero-content p {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.9;
}
.landing-page-homefront .hero-section .lead-form {
  background: #fff;
  padding: 1rem;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  max-width: 420px;
  width: 100%;
}
@media (max-width: 991px) {
  .landing-page-homefront .hero-section .lead-form {
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .landing-page-homefront .hero-section .lead-form {
    margin-top: 1rem;
  }
}
.landing-page-homefront .hero-section .lead-form h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5;
  max-width: 85%;
  margin: 10px auto;
}
.landing-page-homefront .hero-section .lead-form .form-check-label {
  font-size: 0.75rem;
}
.landing-page-homefront .hero-section .lead-form small {
  font-size: 0.7rem;
  color: #6c757d;
  opacity: 0.7;
}
.landing-page-homefront .hero-section .lead-form .btn {
  border-radius: 3px;
  padding: 14px 0px;
  font-weight: 500;
}
.landing-page-homefront .hero-section .lead-form input {
  border-radius: 3px;
  padding: 14px 10px;
}
.landing-page-homefront .intro-section {
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .landing-page-homefront .intro-section {
    padding: 2rem 1rem 4rem;
  }
}
.landing-page-homefront .intro-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: calluna, serif;
}
.landing-page-homefront .intro-section p {
  font-size: 1.125rem;
  opacity: 0.9;
  max-width: 720px;
  margin: 0 auto;
}
.landing-page-homefront .features-section {
  background: #fff;
  padding: 5rem 2rem;
}
.landing-page-homefront .features-section .feature-item {
  text-align: center;
  padding: 2rem 1rem;
}
.landing-page-homefront .features-section .feature-item h6 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.landing-page-homefront .features-section .feature-item p {
  font-size: 0.95rem;
  color: #555;
}
.landing-page-homefront .testimonial-section {
  background: url("/path/to/your-pool-background.jpg") center/cover no-repeat;
  background-size: cover;
  padding: 5rem 2rem;
  color: #fff;
  position: relative;
}
.landing-page-homefront .testimonial-section .testimonial-box {
  background: rgba(29, 18, 58, 0.95);
  max-width: 600px;
  margin: auto;
  padding: 3rem;
  text-align: center;
  border-radius: 0.5rem;
}
.landing-page-homefront .testimonial-section .testimonial-box blockquote {
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.landing-page-homefront .testimonial-section .testimonial-box figcaption {
  font-size: 0.875rem;
  color: #bbb;
}
.landing-page-homefront .testimonial-section .testimonial-box .pagination {
  margin-top: 1rem;
  font-size: 0.8rem;
  opacity: 0.7;
}
.landing-page-homefront .coownership-section {
  background: #fff;
  padding: 5rem 2rem;
  text-align: center;
}
.landing-page-homefront .coownership-section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.landing-page-homefront .coownership-section p {
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto 2rem auto;
  color: #666;
}
.landing-page-homefront .coownership-section .btn-outline-success {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
}
.landing-page-homefront .coownership-section .gallery {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.landing-page-homefront .coownership-section .gallery .gallery-item {
  flex: 0 0 300px;
}
.landing-page-homefront .coownership-section .gallery .gallery-item img {
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------------
   Hero
----------------------------------------------*/
html, body {
  overflow-x: hidden;
  max-width: 100%;
  background-color: #fcfcfa;
}

.hero {
  min-height: 800px;
  background: url(/images/homefront-la-neighborhood.min.webp?594fe28aa862b6f80938e6a686976771) center/cover no-repeat;
  position: relative;
  isolation: isolate;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero {
    min-height: 520px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
}
@media (max-width: 991px) {
  .hero__headline {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .hero__headline {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .hero__headline {
    font-size: 32px;
  }
}
.hero__subhead {
  font-weight: 400;
}
@media (max-width: 575px) {
  .hero__subhead {
    font-size: 17px;
  }
}
.hero .cta-btn {
  background: linear-gradient(90deg, #ff7e00, #ffc85e);
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Subtle dark shadow */
  font-size: 18px;
  border-radius: 0.5rem;
}
.hero .cta-btn:hover {
  opacity: 0.9;
}

.hero__eyebrow {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 22px;
}

.hero__brand {
  font-family: "libre-franklin", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hero__subhead {
  max-width: 42rem;
}

.success-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 46px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.modal .form-label {
  font-size: 15px;
}
.modal .form-control {
  font-size: 14px;
  line-height: 18px;
}
.modal .form-notice {
  font-size: 12px;
  line-height: 16px;
  color: #b3bac5;
  font-weight: 400;
}

.peter-quote__headline {
  font-family: calluna, serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
}
.peter-quote__headline .emoji {
  font-size: 42px;
}
@media (max-width: 768px) {
  .peter-quote__headline .emoji {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .peter-quote__headline {
    font-size: 32px;
    line-height: 1.3;
  }
}

.peter-quote__body {
  font-family: calluna, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 27px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .peter-quote__body {
    font-size: 18px;
  }
}

.peter-quote__signature {
  height: 80px;
}
@media (max-width: 768px) {
  .peter-quote__signature {
    height: 60px;
  }
}
.peter-quote__signature-subtext {
  font-family: calluna, serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .peter-quote__signature-subtext {
    font-size: 16px;
  }
}

.h2--sm {
  font-size: 38px;
}
@media (max-width: 768px) {
  .h2--sm {
    font-size: 32px;
  }
}

h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

.h2__subhead {
  font-size: 18px;
  line-height: 1.5;
}

.urgency-banner {
  width: 90%;
  margin: 0 auto;
  background-color: #ee3d33;
  color: #FFFFFF;
  text-align: center;
  padding: 0.7rem 0;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.urgency-banner .container {
  max-width: inherit;
}
@media (max-width: 768px) {
  .urgency-banner {
    font-size: 12px;
    width: 95%;
  }
}

.rebuild-hero {
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
}
.rebuild-hero .urgency-banner {
  background-color: #ee3d33;
  text-align: center;
  padding: 0.75rem 0;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.rebuild-hero .urgency-banner .container {
  max-width: inherit;
}
.rebuild-hero .headline {
  font-family: calluna, serif;
  font-size: 56px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-style: italic;
}
@media (max-width: 768px) {
  .rebuild-hero .headline {
    font-size: 52px;
    line-height: 1.3;
  }
}
.rebuild-hero .subhead {
  font-size: 24px;
  font-weight: 300;
  opacity: 0.9;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .rebuild-hero .subhead {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.9;
  }
}
.rebuild-hero .cta-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ff7e00, #ffc85e);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Subtle dark shadow */
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-bottom: 1rem;
}
.rebuild-hero .cta-btn:hover {
  opacity: 0.9;
}
.rebuild-hero .secondary-cta {
  font-size: 16px;
  font-weight: 200;
  color: #FFFFFF;
  display: block;
}
.rebuild-hero .cards-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.rebuild-hero .cards-column .info-card {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rebuild-hero .cards-column .info-card .title {
  font-size: 18px;
  font-weight: 600;
}
.rebuild-hero .cards-column .info-card .description {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .rebuild-hero .cards-column {
    margin-top: 0;
  }
}

.btn-cta--orange {
  display: inline-block;
  background: linear-gradient(90deg, #ff7e00, #ffc85e);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); /* Subtle dark shadow */
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-bottom: 1rem;
}
.btn-cta--orange:hover {
  opacity: 0.9;
}

.phase-cta-section__date {
  font-size: 14px;
  line-height: 27px;
}
