.home-page {
  --home-ink: #183026;
  --home-green: #226b47;
  --home-green-dark: #174b34;
  --home-coral: #e06e4c;
  --home-blue: #2f6686;
  --home-soft-blue: #e9f2f6;
  --home-soft-coral: #faeee9;
  --home-soft-lime: #eef3dc;
  background: #fff;
  color: var(--home-ink);
  overflow-x: hidden;
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(24, 48, 38, .12);
  background: #e8e5df;
}

.home-hero::after {
  content: none;
}

.home-hero-media,
.home-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-hero-media {
  z-index: 0;
  overflow: hidden;
}

.home-hero-media img {
  object-fit: cover;
  object-position: center center;
}

.home-hero-inner {
  position: relative;
  z-index: 1;
}

.home-hero-copy {
  width: min(590px, 50%);
  padding: 48px 0;
}

.home-kicker,
.home-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--home-green-dark);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
}

.home-kicker::before,
.home-label::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: var(--home-coral);
}

.home-hero h1 {
  max-width: 590px;
  margin: 22px 0 20px;
  color: var(--home-ink);
  font-size: 54px;
  line-height: .98;
  font-weight: 850;
  letter-spacing: 0;
}

.home-hero h1 span {
  color: var(--home-green);
}

.home-hero-copy > p {
  max-width: 560px;
  margin: 0;
  color: #506159;
  font-size: 19px;
  line-height: 1.5;
}

.home-hero-actions,
.home-assist-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: 28px;
}

.home-hero-actions .btn,
.home-assist-actions .btn {
  min-height: 50px;
}

.home-hero-actions .btn-primary {
  background: var(--home-green);
  box-shadow: 0 12px 24px rgba(34, 107, 71, .22);
}

.home-btn-light {
  border-color: rgba(24, 48, 38, .22);
  background: rgba(255, 255, 255, .82);
  color: var(--home-green-dark);
  backdrop-filter: blur(8px);
}

.home-btn-light:hover {
  border-color: var(--home-green);
  background: #fff;
}

.home-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 570px;
  margin: 34px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(24, 48, 38, .18);
  list-style: none;
}

.home-hero-facts li {
  min-width: 0;
  padding-right: 16px;
}

.home-hero-facts li + li {
  padding-left: 16px;
  border-left: 1px solid rgba(24, 48, 38, .16);
}

.home-hero-facts strong,
.home-hero-facts span {
  display: block;
}

.home-hero-facts strong {
  color: var(--home-ink);
  font-size: 15px;
}

.home-hero-facts span {
  margin-top: 2px;
  color: #627069;
  font-size: 12px;
}

.home-section {
  padding: 64px 0;
}

.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.home-section-head h2,
.home-assist h2,
.home-faq h2 {
  margin: 10px 0 0;
  color: var(--home-ink);
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-section-head p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #64716b;
}

.home-text-link,
.home-product-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-green-dark);
  font-weight: 800;
  text-decoration: none;
}

.home-text-link:hover,
.home-product-footer a:hover {
  color: var(--home-coral);
}

.home-category-band {
  background: #fff;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-category {
  position: relative;
  min-height: 196px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(24, 48, 38, .1);
  border-radius: 8px;
  color: var(--home-ink);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-category:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 48, 38, .2);
  box-shadow: 0 14px 28px rgba(24, 48, 38, .08);
}

.home-category-cat {
  background: var(--home-soft-coral);
}

.home-category-dog {
  background: var(--home-soft-blue);
}

.home-category-litter {
  background: var(--home-soft-lime);
}

.home-category-index {
  color: rgba(24, 48, 38, .5);
  font-size: 12px;
  font-weight: 900;
}

.home-category h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.05;
}

.home-category p {
  margin: 0;
  color: #59675f;
  line-height: 1.5;
}

.home-category-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 48, 38, .22);
  border-radius: 8px;
  color: var(--home-green-dark);
  font-size: 18px;
}

.home-products {
  border-top: 1px solid #e1e8e3;
  border-bottom: 1px solid #e1e8e3;
  background: #f3f6f3;
}

.home-products-head .btn {
  flex: 0 0 auto;
}

.home-product-shelf {
  gap: 16px;
}

.home-products .products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-product-shelf .empty-state {
  min-height: 230px;
  display: grid;
  align-content: center;
  justify-items: start;
  border: 1px solid #ccd9d0;
  background: #fff;
}

.home-products .product-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border: 1px solid #d8e0da;
  border-radius: 8px;
  background: #fff;
}

.home-product-footer div,
.home-product-footer span {
  display: block;
}

.home-product-footer span {
  margin-top: 3px;
  color: #67736d;
  font-size: 13px;
}

.home-assist {
  padding: 70px 0;
  background: #17392a;
  color: #fff;
}

.home-assist-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: 72px;
  align-items: center;
}

.home-assist .home-label {
  color: #d7eadf;
}

.home-assist h2 {
  max-width: 620px;
  color: #fff;
  font-size: 40px;
}

.home-assist-copy > p {
  max-width: 600px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
}

.home-btn-accent {
  border-color: var(--home-coral);
  background: var(--home-coral);
  color: #fff;
  box-shadow: 0 12px 24px rgba(8, 25, 17, .22);
}

.home-btn-accent:hover {
  border-color: #c95d3e;
  background: #c95d3e;
}

.home-btn-outline {
  border-color: rgba(255, 255, 255, .32);
  background: transparent;
  color: #fff;
}

.home-btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
}

.home-intent-panel > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.home-intent-panel .intent-shortcut-list-home {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-intent-panel .intent-shortcut {
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  text-decoration: none;
}

.home-intent-panel .intent-shortcut:hover {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .12);
}

.home-intent-panel .intent-shortcut span {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
}

.home-intent-panel .intent-whatsapp-list {
  display: none;
}

.home-flow {
  background: #fff;
}

.home-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfe5e1;
  border-bottom: 1px solid #dfe5e1;
}

.home-flow-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 28px 26px;
}

.home-flow-grid article + article {
  border-left: 1px solid #dfe5e1;
}

.home-flow-grid article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--home-blue);
  color: #fff;
  font-weight: 900;
}

.home-flow-grid h3 {
  margin: 2px 0 8px;
  font-size: 20px;
}

.home-flow-grid p {
  margin: 0;
  color: #66726c;
}

.home-service-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.home-service-line div {
  padding-left: 16px;
  border-left: 3px solid var(--home-coral);
}

.home-service-line strong,
.home-service-line span {
  display: block;
}

.home-service-line span {
  margin-top: 5px;
  color: #66726c;
  font-size: 14px;
}

.home-faq {
  border-top: 1px solid #dce5e9;
  background: var(--home-soft-blue);
}

.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
  gap: 70px;
  align-items: start;
}

.home-faq header p {
  max-width: 360px;
  margin: 16px 0 0;
  color: #607079;
}

.home-faq .faq-list {
  gap: 8px;
}

.home-faq .faq-list details {
  border-color: #cad9e0;
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
}

.home-seo-band {
  padding: 24px 0;
  border-top: 1px solid #e4e8e5;
  background: #fff;
}

.home-seo-band p {
  max-width: 920px;
  margin: 0;
  color: #6a756f;
  font-size: 13px;
}

@media (max-width: 1020px) {
  .home-hero {
    min-height: 560px;
  }

  .home-hero-copy {
    width: 58%;
  }

  .home-hero h1 {
    font-size: 46px;
  }

  .home-category-grid,
  .home-flow-grid,
  .home-service-line {
    grid-template-columns: 1fr;
  }

  .home-category {
    min-height: 0;
  }

  .home-assist-layout,
  .home-faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home-flow-grid article + article {
    border-top: 1px solid #dfe5e1;
    border-left: 0;
  }

  .home-service-line {
    gap: 18px;
  }
}

@media (min-width: 701px) {
  .home-hero-media img {
    object-position: right center;
  }
}

@media (max-width: 900px) and (min-width: 701px) {
  .home-products .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-hero {
    min-height: 590px;
    height: min(700px, calc(100svh - 56px));
    align-items: start;
  }

  .home-hero-media img {
    object-position: center center;
  }

  .home-hero-copy {
    width: 100%;
    padding: 30px 0 20px;
  }

  .home-kicker,
  .home-label {
    font-size: 11px;
  }

  .home-hero h1 {
    max-width: 100%;
    margin: 14px 0 12px;
    font-size: 34px;
    line-height: 1;
  }

  .home-hero-copy > p {
    max-width: 32em;
    font-size: 15px;
    line-height: 1.42;
  }

  .home-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
  }

  .home-hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .home-hero-facts {
    margin-top: 18px;
    padding-top: 14px;
  }

  .home-hero-facts li {
    padding-right: 8px;
  }

  .home-hero-facts li + li {
    padding-left: 8px;
  }

  .home-hero-facts strong {
    font-size: 12px;
  }

  .home-hero-facts span {
    font-size: 10px;
    line-height: 1.25;
  }

  .home-section,
  .home-assist {
    padding: 42px 0;
  }

  .home-section-head {
    display: grid;
    align-items: start;
    gap: 16px;
    margin-bottom: 22px;
  }

  .home-section-head h2,
  .home-assist h2,
  .home-faq h2 {
    font-size: 28px;
  }

  .home-category-grid {
    gap: 10px;
  }

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

  .home-category {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 18px;
  }

  .home-category h3 {
    font-size: 23px;
  }

  .home-category p {
    font-size: 14px;
  }

  .home-category-arrow {
    width: 30px;
    height: 30px;
  }

  .home-products-head .btn,
  .home-text-link {
    justify-self: start;
  }

  .home-product-footer {
    display: grid;
    gap: 14px;
    padding: 16px;
  }

  .home-assist-layout {
    gap: 30px;
  }

  .home-assist-copy > p {
    font-size: 15px;
  }

  .home-assist-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-intent-panel .intent-shortcut-list-home {
    grid-template-columns: 1fr;
  }

  .home-intent-panel .intent-shortcut {
    min-height: 84px;
  }

  .home-flow-grid article {
    padding: 22px 8px;
  }

  .home-service-line {
    margin-top: 28px;
  }

  .home-faq-layout {
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-category {
    transition: none;
  }
}
