/* Extracted from pond/pages/home.html. */
.home-promo-banner {
    background: var(--pond-color-banner);
  }

  .home-promo-banner .pond-top-banner__inner {
    min-height: 56px;
    padding: 8px 51px;
    justify-content: flex-start;
  }

  .home-promo-banner .pond-shell-promo-copy {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
  }

  .home-promo-banner .pond-top-banner__item--primary {
    justify-content: flex-start;
  }

  .pond-home-hero__card {
    border-radius: 24px;
    background: linear-gradient(45deg, #ECFDF6 0%, #E8FCF5 11.11%, #E5FAF4 22.22%, #E1F9F4 33.33%, #DDF8F3 44.44%, #D9F6F2 55.56%, #D5F5F1 66.67%, #D2F4F1 77.78%, #CEF2F0 88.89%, #CAF1EF 100%);
  }

  .pond-home-hero__desktop-lottie {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: none;
    transform-origin: center center;
    transition: opacity 160ms ease;
    z-index: 1;
  }

  .pond-home-hero__desktop-lottie.pond-lottie--ready {
    opacity: 1;
  }

  .pond-home-hero__desktop-lottie.pond-lottie--fallback {
    opacity: 0;
  }

  .pond-home-hero__desktop-lottie * {
    pointer-events: none;
  }

  .pond-home-hero__desktop-lottie svg {
    position: absolute;
    inset: 0;
    bottom: -90px;
    display: block;
    width: 100% !important;
    height: 100% !important;
    transform: none;
    transform-origin: center bottom;
  }

  @media (max-width: 992px) {
    .pond-home-hero__desktop-lottie svg {
      inset: 0;
      top: auto;
      bottom: -130px;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      transform: none;
      transform-origin: center bottom;
    }
  }

  .home-partner-section {
    background: #ffffff;
    padding: 0 12px 48px;
  }

  .home-partner-shell {
    width: 100%;
    max-width: 1896px;
    margin: 0 auto;
  }

  .home-partner-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background-image: url('/static/pond/images/home-hero-background.webp');
    background-size: cover;
    background-position: center;
    padding: 64px 32px;
  }

  .home-partner-content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }

  .home-partner-heading {
    width: 100%;
    max-width: 808px;
    margin: 0 auto;
    text-align: center;
  }

  .home-partner-video-wrap {
    margin: 48px auto 0;
    width: 100%;
    max-width: 1024px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .home-partner-video {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000000;
  }

  @media (max-width: 767px) {
    .home-partner-section {
      padding: 0 12px 32px;
    }

    .home-partner-card {
      padding: 40px 16px;
    }

    .home-partner-video-wrap {
      margin-top: 32px;
    }
  }

  .home-rates-section {
    overflow: hidden;
    background: #f4f8f8;
    padding: 64px 0;
  }

  .home-rates-shell {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .home-rates-heading {
    width: 100%;
    margin: 0;
    color: #00161d;
    font-family: var(--pond-font-hero);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
  }

  .home-rates-copy {
    width: 100%;
    margin: 8px 0 0;
    color: #4a5565;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }

  .home-rates-carousel {
    display: flex;
    width: 100%;
    max-width: 1440px;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .home-rates-track-viewport {
    width: 1226px;
    min-height: 401px;
    overflow: hidden;
    border-radius: 16px;
  }

  .home-rates-track {
    display: flex;
    gap: 24px;
    padding-left: 12px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
  }

  .home-rates-nav {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.1);
    color: #3d4e53;
    cursor: pointer;
    padding: 16px;
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  .home-rates-nav:disabled {
    cursor: not-allowed;
    opacity: 0.35;
  }

  .home-rates-nav:not(:disabled):hover {
    background: rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
  }

  .home-rates-nav i {
    width: 20px;
    height: 20px;
  }

  .home-rate-card {
    display: flex;
    flex: 0 0 386px;
    width: 386px;
    min-height: 387px;
    min-width: 300px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #7a878a;
    border-radius: 16px;
    background: #fff;
  }

  .home-rate-card__media {
    display: flex;
    width: 100%;
    min-height: 146px;
    align-items: center;
    justify-content: center;
    padding: 32px 12px;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(180deg, #03666c 0%, #036b6d 7.14%, #027071 14.29%, #027470 21.43%, #027972 28.57%, #027e73 35.71%, #028374 42.86%, #038875 50%, #038d77 57.14%, #039278 64.29%, #049779 71.43%, #049c7a 78.57%, #05a17b 85.71%, #06a67c 92.86%, #07ab7d 100%);
  }

  .home-rate-card__icon {
    width: 82px;
    height: 82px;
    object-fit: contain;
  }

  .home-rate-card__body {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 12px;
    text-align: center;
  }

  .home-rate-card__title {
    width: 100%;
    margin: 0;
    color: #00161d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .home-rate-card__rate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    color: #00161d;
    white-space: nowrap;
  }

  .home-rate-card__eyebrow {
    margin: 0;
    color: #3d4e53;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .home-rate-card__value {
    font-family: var(--pond-font-hero);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
  }

  .home-rate-card__suffix {
    color: #3d4e53;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }

  .home-rate-card__text {
    width: 100%;
    max-width: 330px;
    margin: 0;
    color: #3d4e53;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
  }

  .home-rate-card__details {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #3d4e53;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
  }

  .home-rate-card__details p {
    margin: 0;
  }

  .home-rate-card__details strong {
    font-weight: 600;
  }

  .home-rate-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    border-radius: 48px;
    border: 0;
    background: #0ca35d;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 8px 24px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .home-rate-card__cta:hover,
  .home-rate-card__cta:focus-visible {
    background: #057b46;
    color: #e6f7f0;
    outline: none;
    transform: translateY(-1px);
  }

  .home-rate-card__cta:active {
    transform: translateY(0) scale(0.98);
  }

  .home-rate-card__cta[aria-disabled="true"],
  .home-rate-card__cta.is-disabled {
    background: #c2e7cf;
    color: #e6f7f0;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
  }

  .home-rate-card__form {
    display: flex;
    margin-top: auto;
  }

  .home-rates-updated {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    color: #3d4e53;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }

  .home-rates-updated::before {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: #0ca35d;
    content: "";
  }

  .home-provider-strip__track {
    display: flex;
    width: max-content;
    height: 60px;
    align-items: center;
    gap: 24px;
  }

  .home-provider-strip__set {
    display: flex;
    height: 60px;
    align-items: center;
    gap: 24px;
    flex: 0 0 auto;
  }

  .home-provider-strip__logo-item {
    display: flex;
    width: var(--provider-logo-width);
    height: 60px;
    flex: 0 0 var(--provider-logo-width);
    align-items: center;
    justify-content: center;
  }

  .home-provider-strip__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 32px;
    object-fit: contain;
  }

  .home-provider-strip__logo-stack {
    position: relative;
    width: 69.145px;
    height: 32px;
  }

  .home-provider-strip__logo-stack img {
    position: absolute;
    display: block;
    max-width: none;
    height: auto;
  }

  .home-provider-strip__logo-stack img:first-child {
    top: 0;
    left: 0;
    width: 66.991px;
  }

  .home-provider-strip__logo-stack img:last-child {
    top: 17.84px;
    left: 0.29px;
    width: 68.856px;
  }

  .home-showcase-visual {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 274px;
    max-height: 274px;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 12px 0 0;
    box-sizing: border-box;
  }

  .home-showcase-visual__image {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
  }

  .home-showcase-visual__frame {
    display: block;
    width: min(146vw, 515px);
    max-width: none;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
  }

  @media (min-width: 1024px) {
    .home-showcase-visual {
      height: 550px;
      max-height: 550px;
      align-items: center;
      padding: 0;
    }

    .home-showcase-visual__frame {
      width: 515px;
      height: 550px;
    }

    .home-showcase-visual__image {
      width: 515px;
      height: 550px;
    }
  }

  .home-faq-section {
    background: #f9fafb;
    padding: 64px 0;
  }

  .home-faq-inner {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 0 16px;
  }

  .home-faq-heading {
    margin: 0;
    color: #00161d;
    font-family: var(--pond-font-hero);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
  }

  .home-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .home-faq-tab {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  [data-home-showcase-tab]:hover:not([aria-selected="true"]),
  [data-home-showcase-tab]:focus-visible:not([aria-selected="true"]),
  .home-faq-tab:hover:not([aria-pressed="true"]),
  .home-faq-tab:focus-visible:not([aria-pressed="true"]) {
    border-color: #29464f;
    background: #29464f;
    color: #fff;
    outline: none;
    transform: translateY(-1px);
  }

  [data-home-showcase-tab]:focus-visible,
  .home-faq-tab:focus-visible {
    box-shadow: 0 0 0 3px rgba(41, 70, 79, 0.16);
  }

  [data-home-showcase-tab][aria-selected="true"],
  .home-faq-tab[aria-pressed="true"] {
    border-color: #29464f;
    background: #29464f;
    color: #fff;
  }

  .home-faq-panel-wrap {
    width: 100%;
    max-width: 992px;
  }

  .home-faq-panel {
    display: grid;
    gap: 16px;
  }

  .home-faq-panel.hidden {
    display: none;
  }

  .home-faq-item {
    min-height: 73px;
    border: 1px solid #d5dbdc;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 22, 29, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .home-faq-item:hover {
    border-color: #3d4e53;
    box-shadow: 0 8px 20px rgba(0, 22, 29, 0.08);
  }

  .home-faq-summary {
    display: flex;
    min-height: 71px;
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    text-align: left;
  }

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

  .home-faq-question {
    color: #00161d;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .home-faq-answer {
    margin: 0;
    padding: 0 24px 22px;
    color: #3d4e53;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .home-faq-caret {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #00161d;
    transition: transform 0.2s ease;
  }

  .home-faq-item[open] .home-faq-caret {
    transform: rotate(180deg);
  }

  .home-ollie-section {
    padding: 48px 12px;
    background: #fff;
  }

  .home-ollie-shell {
    position: relative;
    width: 100%;
    max-width: 1896px;
    min-height: 437px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(13deg, #edf9f4 0%, #ecfaf3 10%, #eafaf3 20%, #e9fbf2 30%, #e8fbf2 40%, #e6fcf1 50%, #e5fdf0 60%, #e3fdf0 70%, #e2feef 80%, #e0feef 90%, #dfffee 100%);
    padding: 48px 24px;
  }

  .home-ollie-content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .home-ollie-title {
    width: 100%;
    margin: 0;
    color: #00161d;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
  }

  .home-ollie-subtitle {
    width: 100%;
    margin: 0;
    color: #3d4e53;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }

  .home-ollie-subtitle strong {
    font-weight: 600;
  }

  .home-ollie-ask-shell {
    width: 100%;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--pond-color-home-ollie-ring-start), var(--pond-color-home-ollie-ring-end));
    padding: 8px;
  }

  .home-ollie-ask-form {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 9999px;
    background: #fff;
    min-height: 80px;
    padding: 0 24px;
  }

  .home-ollie-input-ring {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
  }

  .home-ollie-input-inner {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    gap: 1rem;
    min-height: 0;
    border-radius: 9999px;
    background: transparent;
    padding: 0;
  }

  .home-ollie-input-inner img {
    height: 48px;
    width: 48px;
    flex: 0 0 auto;
    border: 2px solid #d1d5db;
    border-radius: 9999px;
    object-fit: contain;
  }

  .home-ollie-input-inner input {
    color: #3d4e53;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }

  .home-ollie-input-inner input::placeholder {
    color: #4a5565;
  }

  .home-ollie-ask-button {
    height: 40px !important;
    min-height: 40px;
    border-radius: 48px;
    background: #00161d !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 8px 24px !important;
  }

  .home-ollie-prompts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1211px;
    margin: 0 auto;
    justify-content: center;
    gap: 12px !important;
    padding: 0 24px;
  }

  .home-ollie-prompt {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    border: 1px solid #0ca35d !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #00161d !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    padding: 8px 12px !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  }

  .home-ollie-prompt img {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
  }

  .home-ollie-prompt:hover,
  .home-ollie-prompt:focus-visible {
    border-color: #057b46 !important;
    background: #e6f7f0 !important;
    box-shadow: 0 8px 18px rgb(var(--pond-color-control-accent-rgb) / 0.12) !important;
    color: #00161d !important;
    outline: none;
    transform: translateY(-1px);
  }

  .home-ollie-prompt:hover img,
  .home-ollie-prompt:focus-visible img {
    filter: none;
  }

  .pond-home-heading {
    font-family: var(--pond-font-hero);
    font-weight: 800 !important;
    line-height: 44px;
  }

  .home-account-feature-title {
    margin: 0;
    font-family: var(--pond-font-hero);
    line-height: 1.1;
  }

  .home-account-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 64px 0 32px;
    background: linear-gradient(270deg, #0a8772 0%, #098f68 50%, #0b9b5c 100%);
  }

  .home-account-feature-shell {
    border-radius: 32px;
    background: linear-gradient(270deg, #0a8772 0%, #098f68 50%, #0b9b5c 100%);
    overflow: visible;
  }

  .home-account-feature-shell .home-account-features {
    border-radius: inherit;
  }

  .home-account-feature-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
    color: #ffffff;
    text-align: center;
  }

  .home-account-feature-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
  }

  .home-account-feature-copy p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }

  .home-account-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 0 32px;
  }

  .home-account-feature-viewport {
    width: min(1228px, calc(100% - 136px));
    overflow: hidden;
  }

  .home-account-feature-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
  }

  .home-account-feature-track::after {
    content: "";
    flex: 0 0 0;
  }

  .home-account-feature-card {
    display: flex;
    flex: 0 0 392px;
    min-height: 460px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    border: 1px solid #d5dbdc;
    border-radius: 16px;
    background: #e6f7f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 24px 16px;
    text-align: center;
  }

  .home-account-feature-image {
    display: flex;
    width: 194px;
    height: 200px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .home-account-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-account-feature-body {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .home-account-feature-body h4 {
    width: 100%;
    margin: 0;
    color: #00161d;
    font-family: var(--pond-font-hero);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
  }

  .home-account-feature-body p {
    width: 100%;
    margin: 0;
    color: #364153;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  .home-account-feature-list {
    display: inline-block;
    margin: 0;
    padding-left: 21px;
    color: #3d4e53;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
  }

  .home-account-feature-nav {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  .home-account-feature-nav:disabled {
    cursor: not-allowed;
    opacity: 0.3;
  }

  .home-account-feature-nav:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 12px 24px rgba(0, 22, 29, 0.18);
    transform: translateY(-1px);
  }

  .home-account-feature-nav i {
    width: 20px;
    height: 20px;
  }

  .home-account-cta-row,
  .home-account-cta-buttons {
    display: flex;
    align-items: center;
  }

  .home-account-cta-row {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .home-account-cta-buttons {
    gap: 16px;
  }

  .home-account-cta {
    display: inline-flex;
    width: 128px;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .home-account-cta:hover {
    box-shadow: 0 14px 30px rgba(0, 22, 29, 0.2);
    transform: translateY(-2px);
  }

  .home-account-cta--sign-in {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
  }

  .home-account-cta--sign-in:hover {
    background: rgba(255, 255, 255, 0.16);
  }

  .home-account-cta--sign-up {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #00161d;
  }

  .home-account-cta--sign-up:hover {
    background: #f4f8f8;
  }

  .home-account-chat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    transition: color 0.2s ease;
  }

  .home-account-chat:hover {
    color: rgba(255, 255, 255, 0.82);
  }

  .home-account-chat i {
    width: 20px;
    height: 20px;
  }

  .home-insights-section {
    overflow: hidden;
    background: #fff;
    padding: 64px 0;
  }

  .home-insights-inner {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .home-insights-heading {
    width: 100%;
    margin: 0;
    color: #0a0a0a;
    font-family: var(--pond-font-hero);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
  }

  .home-insights-tabs {
    display: flex;
    width: 100%;
    max-width: 1440px;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .home-insights-tab {
    display: inline-flex;
    height: 50px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5dbdc;
    border-radius: 8px;
    background: #fff;
    color: #3d4e53;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding: 12px 24px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
  }

  .home-insights-tab[aria-pressed="true"] {
    border-color: #29464f;
    background: #29464f;
    color: #fff;
  }

  .home-insights-tab:hover:not([aria-pressed="true"]),
  .home-insights-tab:focus-visible:not([aria-pressed="true"]) {
    border-color: #29464f;
    background: #29464f;
    color: #fff;
    outline: none;
    transform: translateY(-1px);
  }

  .home-insights-tab:focus-visible {
    box-shadow: 0 0 0 3px rgba(41, 70, 79, 0.16);
  }

  .home-insights-panels,
  .home-insights-panel {
    width: 100%;
  }

  .home-insights-panel[hidden] {
    display: none;
  }

  .home-insights-cards {
    display: flex;
    width: 100%;
    max-width: 1440px;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    padding-bottom: 40px;
  }

  .home-insights-card {
    display: flex;
    width: calc((100% - 72px) / 4);
    max-width: 324px;
    height: auto;
    flex: 0 1 calc((100% - 72px) / 4);
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #d5dbdc;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .home-insights-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
  }

  .home-insights-card__image {
    position: relative;
    width: 100%;
    height: 192px;
    flex: 0 0 192px;
    overflow: hidden;
  }

  .home-insights-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-insights-card__body {
    display: flex;
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 16px;
  }

  .home-insights-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }

  .home-insights-card__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 4px 10px;
    border-radius: 60px;
    background: #e6f7f0;
    color: #057b46;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
    white-space: nowrap;
  }

  .home-insights-card__title {
    width: 100%;
    margin: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .home-insights-card__byline {
    margin: 0;
    color: #6a7282;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
  }

  .home-insights-card__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: auto;
  }

  .home-insights-card__byline-legacy {
    margin: 0;
    text-transform: uppercase;
  }

  @media (max-width: 1023px) {
    .home-rates-section {
      padding: 40px 12px;
    }

    .home-rates-heading {
      font-size: 32px;
    }

    .home-rates-copy {
      font-size: 16px;
    }

    .home-rates-carousel {
      display: flex;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .home-rates-track-viewport {
      width: 100%;
      max-width: 100%;
      min-height: 430px;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .home-rates-track-viewport::-webkit-scrollbar {
      display: none;
    }

    .home-rates-track {
      gap: 24px;
      padding: 0;
      padding-left: 12px;
    }

    .home-rate-card {
      flex: 0 0 306px;
      width: 306px;
      min-height: 421px;
      scroll-snap-align: start;
    }

    .home-rates-nav {
      display: none;
    }

    .home-rates-updated {
      align-items: flex-start;
      justify-content: flex-start;
      width: min(100%, 306px);
      font-size: 16px;
      text-align: left;
    }

    .home-rates-updated::before {
      margin-top: 6px;
      flex: 0 0 10px;
    }

    .home-ollie-section {
      padding: 32px 12px;
    }

    .home-ollie-shell {
      min-height: 573px;
      border-radius: 24px;
      background: linear-gradient(59deg, #edf9f4 0%, #ecfaf3 10%, #eafaf3 20%, #e9fbf2 30%, #e8fbf2 40%, #e6fcf1 50%, #e5fdf0 60%, #e3fdf0 70%, #e2feef 80%, #e0feef 90%, #dfffee 100%);
      padding: 48px 0;
    }

    .home-ollie-content {
      gap: 24px;
      max-width: none;
    }

    .home-ollie-title {
      padding: 0 16px;
      font-size: 32px;
      line-height: 1.1;
    }

    .home-ollie-subtitle {
      padding: 0 24px;
      font-size: 14px;
      line-height: 1.4;
    }

    .home-ollie-ask-shell {
      width: 100%;
      background: transparent !important;
      border-radius: 0 !important;
      padding: 0 12px !important;
    }

    .home-ollie-ask-form {
      gap: 12px !important;
      border-radius: 0 !important;
      background: transparent !important;
      padding: 0 !important;
    }

    .home-ollie-input-ring {
      width: 100%;
      border-radius: 9999px;
      background: linear-gradient(90deg, var(--pond-color-home-ollie-ring-start), var(--pond-color-home-ollie-ring-end));
      padding: 8px;
    }

    .home-ollie-input-inner {
      min-height: 64px;
      gap: 8px;
      border-radius: 9999px;
      background: #fff;
      padding: 12px 16px;
    }

    .home-ollie-input-inner img {
      height: 48px;
      width: 48px;
      flex: 0 0 auto;
    }

    .home-ollie-input-inner input {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .home-ollie-ask-button {
      height: 56px !important;
      min-height: 56px;
      width: 100% !important;
      background: #00161d !important;
    }

    .home-ollie-prompts.pond-pill-carousel {
      justify-content: flex-start !important;
      width: calc(100% + 48px) !important;
      max-width: none !important;
      margin-left: -24px !important;
      margin-right: -24px !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      padding-left: 24px !important;
      padding-right: 0 !important;
      scroll-padding-left: 24px;
      touch-action: pan-x;
      --pond-pill-carousel-bleed: 0px;
    }

    .home-ollie-prompts.pond-pill-carousel .pond-pill-row {
      padding-left: 24px !important;
    }

    .home-ollie-prompt {
      border: 1px solid #0ca35d !important;
      background: #fff !important;
      box-shadow: none !important;
      color: #00161d !important;
      font-weight: 500 !important;
      line-height: 1.3 !important;
      padding: 8px 12px !important;
      white-space: nowrap !important;
    }

    .home-ollie-prompt:hover,
    .home-ollie-prompt:focus-visible {
      border-color: #057b46 !important;
      background: #e6f7f0 !important;
      box-shadow: 0 8px 18px rgb(var(--pond-color-control-accent-rgb) / 0.12) !important;
      color: #00161d !important;
    }

    .home-ollie-prompt:hover img,
    .home-ollie-prompt:focus-visible img {
      filter: none;
    }

    .home-insights-section {
      padding: 40px 12px;
    }

    .home-insights-inner {
      align-items: flex-start;
      gap: 24px;
    }

    .home-insights-heading {
      font-size: 32px;
      text-align: center;
    }

    .home-insights-tabs {
      justify-content: flex-start;
      overflow-x: auto;
      padding-bottom: 1px;
      scrollbar-width: none;
    }

    .home-insights-tabs::-webkit-scrollbar,
    .home-insights-cards::-webkit-scrollbar {
      display: none;
    }

    .home-insights-tab {
      height: auto;
      font-size: 14px;
      padding: 12px 16px;
    }

    .home-insights-cards {
      justify-content: flex-start;
      overflow-x: auto;
      overflow-y: visible;
      padding-bottom: 24px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .home-insights-card {
      width: 294px;
      max-width: none;
      flex: 0 0 294px;
      scroll-snap-align: start;
    }

    .home-insights-card__body { padding: 16px; }

    .home-insights-card__title {
      font-size: 16px;
      line-height: 1.4;
    }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .home-insights-inner {
      align-items: center;
    }

    .home-insights-tabs {
      justify-content: center;
    }

    .home-insights-cards {
      justify-content: flex-start;
      gap: 24px;
      padding-inline: max(24px, calc((100% - 930px) / 2));
      padding-bottom: 40px;
      scroll-padding-left: max(24px, calc((100% - 930px) / 2));
    }

    .home-insights-card__body { padding: 16px; }
  }

  @media (min-width: 1024px) and (max-width: 1200px) {
    .home-insights-section {
      padding-bottom: 56px;
    }

    .home-insights-cards {
      align-items: stretch;
      justify-content: center;
      gap: 24px;
      overflow-x: visible;
      padding: 0 0 40px;
    }

    .home-insights-card {
      width: calc((100% - 72px) / 4);
      max-width: 324px;
      flex: 0 1 calc((100% - 72px) / 4);
      min-width: 0;
    }
  }

  @media (max-width: 1199px) {
    .home-promo-banner .pond-top-banner__inner {
      padding-inline: 32px;
    }
  }

  @media (max-width: 767px) {
    .pond-home-heading {
      line-height: 35px !important;
    }

    .pond-number-heading {
      line-height: 30px !important;
    }

    .home-faq-section {
      padding: 40px 12px;
    }

    .home-faq-inner {
      align-items: stretch;
      gap: 32px;
      padding: 0;
    }

    .home-faq-heading {
      font-size: 32px;
      text-align: center;
    }

    .home-faq-tabs {
      justify-content: flex-start;
      overflow-x: auto;
      flex-wrap: nowrap;
      padding-bottom: 1px;
      scrollbar-width: none;
    }

    .home-faq-tabs::-webkit-scrollbar {
      display: none;
    }

    .home-faq-tab {
      flex: 0 0 auto;
      padding: 12px 16px;
      font-size: 14px;
    }

    .home-faq-item {
      min-height: 0;
    }

    .home-faq-summary {
      min-height: 0;
      padding: 16px;
    }

    .home-faq-question {
      font-size: 16px;
      font-weight: 600;
      line-height: 28px;
    }

    .home-faq-answer {
      padding: 0 16px 16px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.4;
    }

    .home-account-features {
      gap: 24px;
      padding: 56px 0 32px;
    }

    .home-account-feature-copy {
      gap: 10px;
    }

    .home-account-feature-title {
      width: 351px;
      font-size: 28px;
    }

    .home-account-feature-copy p {
      width: 351px;
      font-size: 14px;
    }

    .home-account-carousel {
      display: block;
      padding: 0;
    }

    .home-account-feature-viewport {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      padding-left: 12px;
      padding-right: 12px;
      scroll-padding-left: 12px;
      scroll-padding-right: 12px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .home-account-feature-viewport::-webkit-scrollbar {
      display: none;
    }

    .home-account-feature-track {
      gap: 24px;
      transform: none !important;
    }

    .home-account-feature-track::after {
      flex-basis: 12px;
    }

    .home-account-feature-card {
      flex-basis: 282px;
      min-height: 409px;
      gap: 16px;
      padding: 16px;
      scroll-snap-align: start;
    }

    .home-account-feature-image {
      width: 155px;
      height: 160px;
    }

    .home-account-feature-body h4 {
      font-family: var(--pond-font-body);
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4;
    }

    .home-account-feature-nav {
      display: none;
    }

    .home-promo-banner .pond-top-banner__inner {
      min-height: 60px;
      padding: 8px 12px;
      gap: 0;
      justify-content: flex-start;
    }
  }

/* Page-family rules split from pond.css for pond-home.css. */
.pond-home-hero__frame {
  padding: 12px;
  background: #fff;
}

.pond-home-hero__layout {
  position: relative;
  display: grid;
  align-items: center;
  gap: 2rem;
  padding: 2rem 1rem;
}

.pond-home-hero__content {
  max-width: 700px;
}

.pond-home-hero__art {
  display: block;
  height: 360px;
  margin-top: 2rem;
  overflow: hidden;
}

.pond-home-hero__art-frame {
  position: relative;
  height: 430px;
  max-width: 330px;
  margin: 0 auto;
  overflow: hidden;
}

.pond-home-hero__art-phone-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pond-home-hero__copy {
  margin-top: 1rem;
  font-family: var(--pond-font-body);
  font-weight: 600;
  color: var(--pond-color-hero-copy);
  font-size: 1rem;
  line-height: 1.4;
}

.pond-home-hero__title {
  font-family: var(--pond-font-hero);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1 !important;
  letter-spacing: 0;
}

.pond-home-hero__title span:last-child {
  font-weight: 700;
}

.pond-home-hero__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.pond-home-hero__form-row {
  display: grid;
  gap: 16px;
}

.pond-home-hero__form-row label {
  position: relative;
  display: block;
  min-width: 0;
}

.pond-home-hero__form-row:not(.pond-home-hero__form-row--actions) {
  grid-template-columns: 1fr;
}

.pond-home-hero__form-row--actions {
  margin-top: 0.75rem;
}

.pond-home-hero__field {
  display: block;
  width: 100%;
  height: 70px;
  padding-left: 52px;
  padding-right: 56px;
  border: 0;
  border-radius: 72px;
  background: #fff;
  color: #3d4e53;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.pond-home-hero__field--select {
  overflow: hidden;
  padding: 0 56px 0 52px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pond-home-hero__field--select option {
  min-height: 44px;
  padding: 12px 24px;
  line-height: 1.6;
}

.pond-home-hero__field-icon {
  position: absolute;
  display: inline-flex;
  left: 24px;
  top: 50%;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  color: #3d4e53;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 1;
}

.pond-home-hero__field-icon svg {
  display: none;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.pond-home-hero__field-icon[data-active-category="auto"] [data-home-hero-category-symbol="auto"],
.pond-home-hero__field-icon[data-active-category="home"] [data-home-hero-category-symbol="home"],
.pond-home-hero__field-icon[data-active-category="renters"] [data-home-hero-category-symbol="renters"],
.pond-home-hero__field-icon[data-active-category="condo"] [data-home-hero-category-symbol="condo"],
.pond-home-hero__field-icon[data-active-category="bundle"] [data-home-hero-category-symbol="bundle"] {
  display: block;
}

.pond-home-hero__field-caret {
  position: absolute;
  display: inline-flex;
  right: 24px;
  top: 50%;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  color: #3d4e53;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 1;
}

.pond-home-hero__field-caret svg {
  display: block;
  width: 16.173px;
  height: 10px;
  flex: 0 0 auto;
}

.pond-home-hero__zip-shell {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 8px;
  height: 70px;
  border: 0;
  border-radius: 72px;
  background: #fff;
  padding: 4px 16px;
}

.pond-home-hero__zip-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  color: #3d4e53;
}

.pond-home-hero__zip-icon-img {
  display: block;
  width: 11px;
  height: 16px;
  max-width: none;
  flex: 0 0 auto;
}

.pond-home-hero__zip-input {
  min-width: 0;
  flex: 1 1 auto;
  color: #3d4e53;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.pond-home-hero__zip-input::placeholder {
  color: #3d4e53;
  opacity: 1;
}

.pond-home-hero__zip-shell:focus-within {
  border-color: var(--pond-color-primary-dark);
  outline: 2px solid var(--pond-color-primary-dark);
  outline-offset: 3px;
}

.pond-home-hero__cta-icon {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.pond-home-hero__cta {
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  border: 0;
  box-shadow: none;
  gap: 8px;
  padding: 24px 44px;
}

.pond-home-hero__cta:disabled,
.pond-home-hero__cta[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.65;
}

.pond-home-hero__cta--primary:disabled,
.pond-home-hero__cta--primary[aria-disabled="true"],
.pond-home-hero__cta--primary.blur-loader-btn {
  background-color: var(--pond-color-primary-dark);
}

.pond-home-hero__cta.blur-loader-btn {
  cursor: progress;
  opacity: 0.75;
}

.pond-home-hero__zip-error {
  margin-top: -4px;
}

.pond-home-hero__chat-link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  border: 0;
  background: transparent;
  color: var(--pond-color-control-link);
  cursor: pointer;
  font-family: var(--pond-font-button);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
}

.pond-home-hero__chat-link:hover,
.pond-home-hero__chat-link:focus-visible,
.pond-home-hero__chat-link.is-selected,
.pond-home-hero__chat-link[aria-pressed="true"] {
  color: var(--pond-color-control-link-hover);
  outline: none;
}

.pond-home-hero__chat-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.pond-home-hero__art-frame,
.pond-home-hero__art-phone-frame,
.pond-home-hero__image {
  width: 100%;
  display: block;
}

.pond-home-hero__image {
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  transform-origin: top left;
}

@media (min-width: 576px) {
.pond-home-hero__layout {
    padding-inline: 2rem;
  }

  .pond-home-hero__form-row {
    grid-template-columns: 1fr;
  }

  .pond-home-hero__art-frame {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
.pond-home-hero__title {
    font-size: 3.25rem;
  }

  .pond-home-hero__art-frame {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
.pond-home-hero__card {
    overflow: hidden;
    border-radius: 24px;
  }

  .pond-home-hero__layout {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 32px 16px 301px;
  }

  .pond-home-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: none;
  }

  .pond-home-hero__art {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    flex: 0 0 auto;
    width: 206px;
    height: 301px;
    margin: 0;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .pond-home-hero__art-frame,
  .pond-home-hero__art-phone-frame {
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.pond-home-hero__layout {
    padding-inline: 24px;
  }

  .pond-home-hero__art {
    width: 240px;
    height: 301px;
  }
}
@media (min-width: 992px) {
.pond-home-hero__frame {
    padding: 12px;
  }

  .pond-home-hero__card {
    min-height: 560px;
    border-radius: var(--pond-home-hero-card-radius);
  }

  .pond-home-hero__layout {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: calc(var(--pond-home-desktop-frame) - (var(--pond-home-hero-card-inset) * 2));
    margin: 0 auto;
    min-height: 560px;
    padding-inline: var(--pond-home-hero-card-inset);
    gap: 0;
  }

  .pond-home-hero__content {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 var(--pond-home-hero-content-width);
    width: var(--pond-home-hero-content-width);
    max-width: none;
    padding-inline: 12px;
  }

  .pond-home-hero__headline-copy,
  .pond-home-hero__copy,
  .pond-home-hero__form {
    width: 100%;
    max-width: none;
  }

  .pond-home-hero__title {
    font-size: var(--pond-home-hero-title-size);
    line-height: 1.1;
    letter-spacing: var(--pond-type-hero-tracking);
    font-weight: 800;
  }

  .pond-home-hero__copy {
    margin-top: 24px;
    font-size: var(--pond-home-hero-copy-size);
    line-height: var(--pond-home-hero-copy-line);
    font-weight: 500;
  }

  .pond-home-hero__form {
    display: grid;
    grid-template-columns: 328px minmax(0, 348px);
    margin-top: 24px;
    gap: 12px;
  }

  .pond-home-hero__form-row {
    display: contents;
  }

  .pond-home-hero__field {
    height: 79px;
    border: 0;
    border-radius: 72px;
    font-size: 18px;
    font-weight: 700;
  }

  .pond-home-hero__field--select {
    padding: 0 48px 0 40px;
  }

  .pond-home-hero__field-icon {
    left: 16px;
  }

  .pond-home-hero__field-caret {
    right: 16px;
  }

  .pond-home-hero__zip-shell {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    height: 79px;
    justify-content: space-between;
    border: 0;
    border-radius: 72px;
    gap: 8px;
    padding: 4px 186px 4px 16px;
  }

  .pond-home-hero__zip-input {
    font-size: 18px;
    font-weight: 700;
  }

  .pond-home-hero__form > .pond-home-hero__cta {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    z-index: 1;
    width: auto;
    min-width: 174px;
    height: 71px;
    flex: 0 0 auto;
    gap: 8px;
    margin-right: 4px;
    padding: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .pond-home-hero__chat-link {
    grid-column: 1 / -1;
    grid-row: 3;
    width: auto;
    justify-content: flex-start;
    color: #0ca35d;
  }

  .pond-home-hero__zip-error {
    grid-column: 2;
    grid-row: 2;
    margin: -8px 0 0 24px;
  }

  .pond-home-hero__art {
    position: absolute;
    top: -43px;
    right: 12px;
    left: auto;
    flex: 0 0 auto;
    width: 687.46px;
    height: 912.185px;
    margin: 0;
    display: block;
    transform: none;
    pointer-events: none;
  }

  .pond-home-hero__art-frame {
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: hidden;
  }

  .pond-home-hero__art-phone-frame {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: hidden;
    transform: none;
  }

  .pond-home-hero__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: initial;
    object-position: top center;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
.pond-home-hero__card {
    height: auto;
    min-height: 0;
    border-radius: 24px;
  }

  .pond-home-hero__layout {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 32px 16px 193px;
  }

  .pond-home-hero__copy {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }

  .pond-home-hero__form {
    margin-top: 16px;
    gap: 12px;
  }

  .pond-home-hero__form-row {
    gap: 16px;
  }

  .pond-home-hero__field,
  .pond-home-hero__zip-shell,
  .pond-home-hero__cta {
    height: 70px;
  }

  .pond-home-hero__field,
  .pond-home-hero__zip-input {
    font-size: 16px;
    font-weight: 600;
  }

  .pond-home-hero__zip-shell {
    padding: 4px 16px;
  }

  .pond-home-hero__cta {
    width: 100%;
    justify-content: center;
    padding: 24px 44px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .pond-home-hero__chat-link {
    justify-content: center;
    margin-top: 0;
    color: #0ca35d;
  }

  .pond-home-hero__art {
    width: 206px;
    height: 301px;
    margin: 0;
    overflow: hidden;
  }

  .pond-home-hero__art-frame {
    width: 100%;
    height: 100%;
    max-width: none;
    position: relative;
    overflow: hidden;
  }

  .pond-home-hero__art-phone-frame {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: none;
  }

  .pond-home-hero__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: top center;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
.pond-home-hero__card {
    border-radius: var(--pond-home-hero-card-radius);
  }

  .pond-home-hero__content {
    flex-basis: 560px;
    width: 560px;
    margin-left: 0;
    padding-inline: 0;
  }

  .pond-home-hero__headline-copy,
  .pond-home-hero__copy,
  .pond-home-hero__form {
    grid-template-columns: 250px minmax(0, 298px);
    width: min(100%, 560px);
    max-width: 560px;
  }

  .pond-home-hero__zip-shell {
    padding-right: 164px;
  }

  .pond-home-hero__form > .pond-home-hero__cta {
    min-width: 160px;
    padding-inline: 24px;
  }

  .pond-home-hero__title {
    font-size: 48px;
    line-height: 1.02 !important;
    letter-spacing: 0;
    font-weight: 800;
  }

  .pond-home-hero__copy {
    font-size: 16px;
    line-height: 1.35;
  }

  .pond-home-hero__art {
    position: absolute;
    top: 0px;
    right: 0;
    left: auto;
    flex-basis: auto;
    width: 516px;
    height: 684px;
    margin: 0;
    transform: none;
    pointer-events: none;
  }

  .pond-home-hero__art-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .pond-home-hero__art-phone-frame {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    transform: none;
    overflow: hidden;
  }

  .pond-home-hero__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    object-fit: initial;
    object-position: top center;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
.pond-home-hero__card {
    overflow: hidden;
    border-radius: 24px;
  }

  .pond-home-hero__layout {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 32px 24px 193px;
  }

  .pond-home-hero__content {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-inline: 0;
  }

  .pond-home-hero__headline-copy,
  .pond-home-hero__copy,
  .pond-home-hero__form {
    width: 100%;
    max-width: none;
  }

  .pond-home-hero__art {
    position: absolute;
    z-index: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 240px;
    height: 301px;
    margin: 0;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .pond-home-hero__art-frame,
  .pond-home-hero__art-phone-frame {
    width: 100%;
    height: 100%;
    max-width: none;
    overflow: hidden;
  }
}
