:root {
  --home-accent: #1db58e;
  --home-accent-dark: #16866c;
  --home-accent-soft: #ecfaf5;
  --home-border: #dce7e3;
  --home-ink: #26312e;
  --home-muted: #63706c;
  --home-shadow: 0 12px 34px rgba(38, 72, 62, 0.1);
}

.home-body {
  background: #fff;
}

.homepage {
  color: var(--home-ink);
  overflow: hidden;
}

.home-hero {
  background:
    radial-gradient(circle at 91% 9%, rgba(29, 181, 142, 0.15) 0, rgba(29, 181, 142, 0.15) 170px, transparent 171px),
    radial-gradient(circle at 78% 94%, rgba(29, 181, 142, 0.08) 0, rgba(29, 181, 142, 0.08) 110px, transparent 111px),
    linear-gradient(135deg, #eefbf6 0%, #fff 68%);
  border-bottom: 1px solid #d6eee6;
  padding: 4.5rem 0;
}

.home-kicker,
.home-section-kicker,
.home-plan-eyebrow,
.home-resource-eyebrow {
  color: var(--home-accent-dark);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.home-kicker i {
  margin-right: 0.25rem;
}

.home-hero h1 {
  color: #26312e;
  font-size: clamp(2.45rem, 5vw, 4rem);
  line-height: 1.08;
  margin: 0 0 1.2rem;
  max-width: 800px;
}

.home-hero-lead {
  color: #4e5b57;
  font-size: 1.18rem;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 760px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-hero-actions .btn {
  align-items: center;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
}

.home-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 1.5rem;
}

.home-hero-trust span {
  color: #52605b;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-hero-trust i {
  color: var(--home-accent-dark);
  margin-right: 0.3rem;
}

.home-hero-visual {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cce8df;
  border-radius: 18px;
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.home-hero-photo {
  display: block;
  height: 205px;
  object-fit: cover;
  object-position: center 48%;
  width: 100%;
}

.home-plan-card {
  background: #fff;
  padding: 1.5rem;
}

.home-plan-card h2 {
  font-size: 1.55rem;
  margin: 0 0 1.2rem;
}

.home-plan-steps {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
}

.home-plan-steps li {
  align-items: flex-start;
  background: #f8fbfa;
  border: 1px solid #e4ebe8;
  border-radius: 11px;
  display: flex;
  gap: 0.75rem;
  padding: 0.8rem;
}

.home-plan-number {
  align-items: center;
  background: var(--home-accent);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.home-plan-steps strong,
.home-plan-steps small {
  display: block;
}

.home-plan-steps strong {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.home-plan-steps small {
  color: var(--home-muted);
  line-height: 1.45;
}

.home-plan-link,
.home-resource-link {
  align-items: center;
  color: var(--home-accent-dark);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 0.45rem;
}

.home-plan-link:hover,
.home-plan-link:focus-visible,
.home-resource-link:hover,
.home-resource-link:focus-visible {
  color: #0f6c57;
}

.home-tools-section,
.home-featured-section,
.home-latest-section,
.home-resources-section,
.home-confidence-section,
.home-final-section {
  padding: 4.5rem 0;
}

.home-tools-section {
  background: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.home-tools-section::after {
  background: url("/images/home/tools-background-line-art.svg") center / contain no-repeat;
  content: "";
  height: 410px;
  opacity: 0.055;
  pointer-events: none;
  position: absolute;
  right: -105px;
  top: 42px;
  width: 560px;
  z-index: 0;
}

.home-tools-section > .container,
.home-latest-section > .container {
  position: relative;
  z-index: 1;
}

.home-section-heading {
  margin: 0 auto 2rem;
  max-width: 820px;
  text-align: center;
}

.home-section-heading h2 {
  color: var(--home-ink);
  font-size: clamp(1.9rem, 4vw, 2.55rem);
  margin: 0 0 0.7rem;
}

.home-section-heading > p:last-child {
  color: var(--home-muted);
  line-height: 1.65;
  margin: 0;
}

.home-tool-card {
  --tool-accent: var(--home-accent-dark);
  --tool-soft: var(--home-accent-soft);
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  box-shadow: 0 7px 22px rgba(38, 72, 62, 0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 1.35rem;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-tool-card::before {
  background: var(--tool-accent);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-tool-card:hover {
  border-color: var(--tool-accent);
  box-shadow: 0 12px 28px rgba(38, 72, 62, 0.12);
  transform: translateY(-3px);
}

.home-tool-budget {
  --tool-accent: #16866c;
  --tool-soft: #e8faf4;
}

.home-tool-moving {
  --tool-accent: #b7651e;
  --tool-soft: #fff3e6;
}

.home-tool-lease {
  --tool-accent: #3e6ea9;
  --tool-soft: #edf4ff;
}

.home-tool-card-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.home-tool-icon {
  align-items: center;
  background: var(--tool-soft);
  border-radius: 13px;
  color: var(--tool-accent);
  display: inline-flex;
  font-size: 1.35rem;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.home-tool-tag {
  background: var(--tool-soft);
  border-radius: 2rem;
  color: var(--tool-accent);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.65rem;
  text-transform: uppercase;
}

.home-tool-card h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 0.55rem;
}

.home-tool-card p {
  color: var(--home-muted);
  flex-grow: 1;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-tool-card > a {
  align-items: center;
  border-top: 1px solid #e8eeec;
  color: var(--tool-accent);
  display: flex;
  font-size: 0.85rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: space-between;
  margin-top: 0.35rem;
  padding-top: 0.85rem;
}

.home-tool-card > a i,
.home-plan-link i,
.home-resource-link i {
  transition: transform 0.2s ease;
}

.home-tool-card > a:hover i,
.home-tool-card > a:focus-visible i,
.home-plan-link:hover i,
.home-plan-link:focus-visible i,
.home-resource-link:hover i,
.home-resource-link:focus-visible i {
  transform: translateX(3px);
}

.home-tools-footer {
  margin-top: 2rem;
  text-align: center;
}

.home-tools-footer .btn {
  font-weight: 700;
}

.home-featured-section {
  background:
    radial-gradient(circle at 94% 12%, rgba(29, 181, 142, 0.08) 0, rgba(29, 181, 142, 0.08) 125px, transparent 126px),
    linear-gradient(180deg, #f2f8f6 0%, #fbfdfc 100%);
  border-top: 1px solid #dfeae6;
}

.home-featured-carousel-controls {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.home-featured-position {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0;
}

.home-featured-buttons {
  display: flex;
  gap: 0.55rem;
}

.home-featured-nav {
  align-items: center;
  background: #fff;
  border: 1px solid #cbded7;
  border-radius: 50%;
  color: var(--home-accent-dark);
  display: inline-flex;
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 42px;
}

.home-featured-nav:hover:not(:disabled),
.home-featured-nav:focus-visible:not(:disabled) {
  background: var(--home-accent-dark);
  border-color: var(--home-accent-dark);
  color: #fff;
  transform: translateY(-2px);
}

.home-featured-nav:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.home-featured-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.35rem 0 0.8rem;
  scroll-behavior: smooth;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #9bcbbc #e4eeeb;
  scrollbar-width: thin;
}

.home-featured-grid::-webkit-scrollbar {
  height: 8px;
}

.home-featured-grid::-webkit-scrollbar-track {
  background: #e4eeeb;
  border-radius: 10px;
}

.home-featured-grid::-webkit-scrollbar-thumb {
  background: #9bcbbc;
  border-radius: 10px;
}

.home-featured-grid > .col {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  max-width: none;
  padding: 0;
  scroll-snap-align: start;
  width: auto;
}

.home-featured-grid .article_include_card {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(38, 72, 62, 0.08);
  overflow: hidden;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-featured-grid .article_include_card:hover {
  border-color: var(--home-accent);
  box-shadow: 0 14px 30px rgba(38, 72, 62, 0.14);
  transform: translateY(-4px);
}

.home-featured-grid .article_thumbnail_card {
  display: block;
  height: 175px !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  width: 100%;
}

.home-featured-grid .article_include_card:hover .article_thumbnail_card {
  transform: scale(1.035);
}

.home-featured-grid .card-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.home-featured-grid .featured-article-card-title {
  font-size: 1rem !important;
  line-height: 1.42;
  margin: 0;
}

.home-featured-grid .featured-article-card-title a {
  color: var(--home-ink) !important;
}

.home-featured-grid .featured-article-card-title a::after {
  content: "";
  inset: 0;
  position: absolute;
}

.home-featured-grid .featured-article-card-title a:hover,
.home-featured-grid .featured-article-card-title a:focus-visible {
  color: var(--home-accent-dark) !important;
}

.home-featured-grid .card-body::after {
  color: var(--home-accent-dark);
  content: "Read guide \2192";
  font-size: 0.76rem;
  font-weight: 700;
  margin-top: auto;
  padding-top: 0.8rem;
}

.home-featured-footer {
  margin-top: 2rem;
  text-align: center;
}

.home-featured-footer .btn {
  font-weight: 700;
}

.home-latest-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(112, 219, 187, 0.12) 0, rgba(112, 219, 187, 0.12) 100px, transparent 101px),
    linear-gradient(135deg, #1b4037 0%, #102a24 100%);
  border-color: #0e261f;
  border-style: solid;
  border-width: 1px 0;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.home-latest-section .home-section-kicker {
  color: #7be0c2;
}

.home-latest-section .home-section-heading h2 {
  color: #fff;
}

.home-latest-section .home-section-heading > p:last-child {
  color: #c9d9d4;
}

.home-latest-section::after {
  background: url("/images/home/articles-background-line-art.svg") center / contain no-repeat;
  bottom: -72px;
  content: "";
  filter: brightness(0) invert(1);
  height: 410px;
  left: -105px;
  opacity: 0.055;
  pointer-events: none;
  position: absolute;
  width: 535px;
  z-index: 0;
}

.home-article-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

.home-article-grid .article_include {
  background: #fbfefc;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(3, 18, 14, 0.24);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  padding: 1.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-article-grid .article_include:hover {
  border-color: #75d8bb;
  box-shadow: 0 16px 34px rgba(3, 18, 14, 0.32);
  transform: translateY(-3px);
}

.home-article-grid .article_include h3 {
  font-size: 1.12rem;
  line-height: 1.4;
  margin: 0 0 0.8rem;
}

.home-article-grid .article_include h3 a {
  color: var(--home-ink);
}

.home-article-grid .article_include h3 a:hover,
.home-article-grid .article_include h3 a:focus-visible {
  color: var(--home-accent-dark);
}

.home-article-grid .article_include p {
  color: var(--home-muted);
  flex-grow: 1;
  font-size: 0.86rem;
  line-height: 1.6;
  margin: 0;
}

.home-article-grid img.article_thumbnail {
  border-radius: 10px;
  display: inline;
  float: left;
  height: 88px;
  margin: 0.15rem 0.85rem 0.45rem 0;
  object-fit: cover;
  object-position: center;
  width: 88px;
}

.home-article-grid .more_link {
  color: var(--home-accent-dark);
  font-weight: 700;
  margin-left: 0.15rem;
}

.home-latest-footer {
  margin-top: 2rem;
  text-align: center;
}

.home-latest-footer .btn {
  background: rgba(255, 255, 255, 0.04);
  border-color: #75d8bb;
  color: #eafff8;
  font-weight: 700;
}

.home-latest-footer .btn:hover,
.home-latest-footer .btn:focus-visible {
  background: #75d8bb;
  border-color: #75d8bb;
  color: #143129;
}

.home-resources-section {
  background: #f6f9f8;
  border-bottom: 1px solid #e4ebe8;
  border-top: 1px solid #e4ebe8;
}

.home-resource-card {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(38, 72, 62, 0.07);
  height: 100%;
  padding: 1.5rem;
}

.home-resource-card-heading {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.home-resource-card-heading h3 {
  font-size: 1.35rem;
  margin: 0;
}

.home-resource-eyebrow {
  margin-bottom: 0.15rem;
}

.home-resource-icon {
  align-items: center;
  background: var(--home-accent-soft);
  border-radius: 13px;
  color: var(--home-accent-dark);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.3rem;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.home-resource-card > p {
  color: var(--home-muted);
  line-height: 1.6;
}

.home-resource-photo {
  border-radius: 12px;
  display: block;
  height: 185px;
  margin-bottom: 1.25rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.home-guide-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0;
}

.home-guide-topics span {
  background: #f7faf9;
  border: 1px solid #e0e8e5;
  border-radius: 2rem;
  color: #4b5854;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.48rem 0.7rem;
}

.home-guide-topics i {
  color: var(--home-accent-dark);
  margin-right: 0.28rem;
}

.home-directory-links {
  display: grid;
  gap: 0.5rem;
}

.home-directory-links a {
  align-items: center;
  background: #f8faf9;
  border: 1px solid #e3eae7;
  border-radius: 10px;
  color: #3f4b47;
  display: flex;
  font-size: 0.88rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 0.72rem 0.8rem;
}

.home-directory-links a:hover,
.home-directory-links a:focus-visible {
  background: var(--home-accent-soft);
  border-color: var(--home-accent);
  color: var(--home-accent-dark);
}

.home-directory-links span i {
  color: var(--home-accent-dark);
  display: inline-block;
  margin-right: 0.55rem;
  width: 18px;
}

.home-confidence-section {
  background: #fff;
}

.home-confidence-card {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 15px;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
}

.home-confidence-card > i {
  align-items: center;
  background: var(--home-accent-soft);
  border-radius: 50%;
  color: var(--home-accent-dark);
  display: inline-flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 48px;
}

.home-confidence-card h3 {
  font-size: 1.08rem;
  margin: 0 0 0.45rem;
}

.home-confidence-card p {
  color: var(--home-muted);
  font-size: 0.85rem;
  line-height: 1.55;
  margin: 0;
}

.home-final-section {
  background: #f6f9f8;
  padding-top: 0;
}

.home-final-card {
  align-items: center;
  background:
    radial-gradient(circle at 92% 15%, rgba(29, 181, 142, 0.2) 0, rgba(29, 181, 142, 0.2) 100px, transparent 101px),
    #202724;
  border-radius: 18px;
  box-shadow: var(--home-shadow);
  color: #fff;
  display: flex;
  gap: 1.25rem;
  padding: 1.7rem;
}

.home-final-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: #65dbbb;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.55rem;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.home-final-card > div {
  flex-grow: 1;
}

.home-final-card h2 {
  color: #fff;
  font-size: 1.55rem;
  margin: 0 0 0.35rem;
}

.home-final-card p:last-child {
  color: #ced7d4;
  margin: 0;
}

.home-final-card .home-section-kicker {
  color: #65dbbb;
}

.home-final-card .btn {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.5rem;
}

@media (max-width: 991.98px) {
  .home-hero,
  .home-tools-section,
  .home-featured-section,
  .home-latest-section,
  .home-resources-section,
  .home-confidence-section,
  .home-final-section {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .home-final-section {
    padding-top: 0;
  }

  .home-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-featured-grid .article_thumbnail_card {
    height: 145px !important;
  }

  .home-tools-section::after {
    height: 315px;
    opacity: 0.045;
    right: -110px;
    width: 430px;
  }

  .home-latest-section::after {
    bottom: -50px;
    height: 310px;
    left: -105px;
    opacity: 0.05;
    width: 405px;
  }

  .home-final-card {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .home-featured-grid {
    gap: 1rem;
  }

  .home-featured-grid > .col {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-featured-grid {
    gap: 1rem;
  }

  .home-featured-grid > .col {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

@media (max-width: 575.98px) {
  .home-hero {
    padding: 3rem 0;
  }

  .home-hero h1 {
    font-size: 2.35rem;
  }

  .home-hero-lead {
    font-size: 1.02rem;
  }

  .home-hero-actions,
  .home-hero-actions .btn {
    width: 100%;
  }

  .home-hero-actions .btn {
    justify-content: center;
  }

  .home-hero-trust {
    display: grid;
    gap: 0.55rem;
  }

  .home-plan-card,
  .home-resource-card {
    padding: 1.2rem;
  }

  .home-hero-photo,
  .home-resource-photo {
    height: 165px;
  }

  .home-guide-topics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-article-grid {
    grid-template-columns: 1fr;
  }

  .home-featured-grid .article_thumbnail_card {
    height: 155px !important;
  }

  .home-featured-carousel-controls {
    justify-content: space-between;
  }

  .home-featured-grid {
    gap: 1rem;
  }

  .home-featured-grid > .col {
    flex-basis: 78%;
  }

  .home-featured-grid .card-body {
    padding: 0.8rem;
  }

  .home-featured-grid .featured-article-card-title {
    font-size: 0.86rem !important;
    line-height: 1.38;
  }

  .home-featured-grid .card-body::after {
    font-size: 0.7rem;
    padding-top: 0.65rem;
  }

  .home-tools-section::after,
  .home-latest-section::after {
    display: none;
  }

  .home-guide-topics span {
    border-radius: 9px;
  }

  .home-final-card {
    align-items: stretch;
    flex-direction: column;
  }

  .home-final-card .btn {
    justify-content: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-featured-grid {
    scroll-behavior: auto;
  }

  .home-tool-card,
  .home-featured-nav,
  .home-featured-grid .article_include_card,
  .home-featured-grid .article_thumbnail_card,
  .home-article-grid .article_include,
  .home-tool-card > a i,
  .home-plan-link i,
  .home-resource-link i {
    transition: none;
  }
}

