@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap");

:root {
  --blue: #1677d2;
  --blue-dark: #123b65;
  --blue-deep: #073b6f;
  --blue-soft: #eff7ff;
  --orange: #ff6b18;
  --orange-dark: #e95200;
  --white: #ffffff;
  --text: #334155;
  --muted: #64748b;
  --line: #e6edf5;
  --shadow: 0 15px 45px rgba(16, 70, 121, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.section-heading,
.product-price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
}

.topbar {
  padding: 9px 0;
  color: #fff;
  background: linear-gradient(90deg, #0867bf, #1677d2);
  font-size: 0.83rem;
}

.topbar i {
  margin-right: 7px;
  font-size: 1rem;
}

.site-header {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(18, 59, 101, 0.07);
  box-shadow: 0 5px 24px rgba(18, 59, 101, 0.06);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--blue-dark);
  font-size: clamp(1.6rem, 3vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -1.4px;
}

.brand:hover {
  color: var(--blue-dark);
}

.brand strong {
  color: var(--orange);
}

.paw-mark {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 4px;
  color: var(--blue);
  transform: rotate(-8deg);
}

.paw-mark i,
.paw-mark b {
  position: absolute;
  display: block;
  background: currentColor;
}

.paw-mark i {
  width: 9px;
  height: 13px;
  border-radius: 55% 55% 48% 48%;
}

.paw-mark i:nth-child(1) {
  top: 1px;
  left: 5px;
  transform: rotate(-24deg);
}

.paw-mark i:nth-child(2) {
  top: -1px;
  left: 15px;
  transform: rotate(-7deg);
}

.paw-mark i:nth-child(3) {
  top: 2px;
  left: 25px;
  transform: rotate(18deg);
}

.paw-mark i:nth-child(4) {
  top: 10px;
  left: 31px;
  transform: rotate(42deg);
}

.paw-mark b {
  right: 4px;
  bottom: 2px;
  left: 4px;
  height: 23px;
  border-radius: 55% 55% 48% 48%;
  transform: rotate(-4deg);
}

.nav-link {
  position: relative;
  padding: 12px 4px !important;
  color: #172033;
  font-weight: 600;
  font-size: 0.92rem;
}

.nav-link::after {
  position: absolute;
  right: 50%;
  bottom: 5px;
  left: 50%;
  height: 2px;
  background: var(--blue);
  content: "";
  transition: 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--blue);
}

.nav-link:hover::after,
.nav-link.active::after {
  right: 4px;
  left: 4px;
}

.navbar-toggler {
  color: var(--blue-dark);
  font-size: 1.9rem;
}

.btn {
  border-radius: 8px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-orange {
  color: #fff;
  background: linear-gradient(135deg, #ff7a21, var(--orange));
  border: 1px solid var(--orange);
  box-shadow: 0 9px 20px rgba(255, 107, 24, 0.22);
}

.btn-orange:hover,
.btn-orange:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-color: var(--orange-dark);
  box-shadow: 0 12px 26px rgba(255, 107, 24, 0.3);
}

.btn-orange i {
  margin-right: 7px;
}

.btn-outline-primary {
  color: var(--blue);
  border: 2px solid var(--blue);
}

.btn-outline-primary:hover {
  background: var(--blue);
  border-color: var(--blue);
}

.hero {
  position: relative;
  overflow: hidden;
  background: #eef7ff url("../assets/amigo-pet-hero.png") center center / cover
    no-repeat;
}

.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 250, 255, 0.99) 0%,
    rgba(245, 250, 255, 0.92) 35%,
    rgba(245, 250, 255, 0.05) 61%,
    rgba(245, 250, 255, 0) 100%
  );
  pointer-events: none;
  content: "";
}

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

.min-vh-hero {
  min-height: 520px;
}

.hero-copy {
  padding-top: 65px;
  padding-bottom: 65px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  padding: 8px 13px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 119, 210, 0.15);
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-kicker i {
  color: var(--orange);
}

.hero h1 {
  max-width: 580px;
  margin-bottom: 20px;
  color: var(--blue-dark);
  font-size: clamp(2.55rem, 5.25vw, 4.3rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -2.5px;
}

.hero p {
  max-width: 520px;
  margin-bottom: 30px;
  color: #46576b;
  font-size: 1.13rem;
  line-height: 1.65;
}

.hero .btn-lg {
  padding: 13px 22px;
  font-size: 0.98rem;
}

.section-space {
  padding: 78px 0;
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.8px;
}

.section-heading > span:last-child {
  display: block;
  width: 54px;
  height: 4px;
  margin: 14px auto 0;
  background: var(--orange);
  border-radius: 10px;
}

.section-heading .eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.category-section {
  position: relative;
}

.category-section::before,
.category-section::after {
  position: absolute;
  z-index: -1;
  color: rgba(22, 119, 210, 0.055);
  font-family: "bootstrap-icons";
  font-size: 7rem;
  content: "\f4d5";
  transform: rotate(-16deg);
}

.category-section::before {
  top: 16px;
  right: 4%;
}

.category-section::after {
  bottom: 25px;
  left: 2%;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 270px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(18, 59, 101, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.category-card:hover {
  color: var(--blue);
  border-color: rgba(22, 119, 210, 0.24);
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.category-image {
  display: flex;
  width: 100%;
  height: 168px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f9fbfd);
}

.category-image img {
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  object-position: center;
  clip-path: inset(7px round 7px);
  transition: transform 0.3s ease;
}

.category-card:hover .category-image img {
  transform: scale(1.015);
}

.category-icon {
  display: grid;
  width: 51px;
  height: 51px;
  place-items: center;
  margin-top: -25px;
  color: var(--blue);
  background: #eef7ff;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  box-shadow: 0 5px 15px rgba(18, 59, 101, 0.1);
}

.category-card h3 {
  display: grid;
  min-height: 58px;
  place-items: center;
  margin: 4px 8px 10px;
  text-align: center;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.25;
}

.delivery-wrap {
  padding-bottom: 10px;
}

.delivery-card {
  position: relative;
  overflow: hidden;
  padding: 20px 36px 16px;
  background: linear-gradient(100deg, #edf7ff, #f7fbff);
  border: 1px solid #e2f0fc;
  border-radius: 22px;
}

.delivery-card::after {
  position: absolute;
  right: -24px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  background: rgba(22, 119, 210, 0.06);
  border-radius: 50%;
  content: "";
}

.delivery-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(235px, 265px) minmax(300px, 1fr) 1px minmax(265px, 320px);
  min-height: 170px;
  align-items: center;
  gap: 28px;
}

.delivery-visual {
  align-self: end;
  margin-bottom: -16px;
}

.delivery-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.delivery-copy h2 {
  max-width: 390px;
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
}

.delivery-copy p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.delivery-divider {
  width: 1px;
  height: 116px;
  background: rgba(22, 119, 210, 0.26);
}

.delivery-benefits {
  display: grid;
  gap: 18px;
}

.delivery-feature {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 20px;
  padding: 0;
  color: var(--blue-dark);
  font-weight: 600;
  line-height: 1.42;
}

.delivery-feature i {
  width: 44px;
  flex: 0 0 44px;
  color: var(--blue);
  text-align: center;
  font-size: 2.3rem;
}

.benefits {
  padding-bottom: 45px;
}

.benefit-item {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.benefits .col-md-4:last-child .benefit-item {
  border-right: 0;
}

.benefit-icon {
  display: grid;
  width: 72px;
  min-width: 72px;
  height: 72px;
  place-items: center;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 50%;
  font-size: 2.2rem;
}

.benefit-item h3 {
  margin-bottom: 7px;
  color: var(--blue-dark);
  font-size: 1.05rem;
  font-weight: 800;
}

.benefit-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.offers {
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
}

.product-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(18, 59, 101, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.product-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  color: #fff;
  background: var(--orange);
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-image {
  display: flex;
  height: 180px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fbfcfd;
  border-radius: 9px;
}

.product-image img {
  width: 108%;
  max-width: none;
  height: 108%;
  object-fit: contain;
  object-position: center;
  clip-path: inset(6px round 6px);
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.02);
}

.product-card h3 {
  min-height: 57px;
  margin: 0 0 8px;
  color: var(--blue-dark);
  text-align: center;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

.product-price {
  display: block;
  color: var(--blue-dark);
  text-align: center;
  font-size: 1.25rem;
}

.product-card small {
  display: block;
  margin: 2px 0 13px;
  color: var(--muted);
  text-align: center;
}

.product-card .btn {
  margin-top: auto;
  padding: 8px 6px;
  font-size: 0.83rem;
}

.testimonials {
  padding-top: 65px;
}

.testimonial-card {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 18px;
  padding: 25px;
  background: #fff;
  border: 1px solid #e7edf3;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(18, 59, 101, 0.06);
}

.testimonial-card > img {
  width: 83px;
  min-width: 83px;
  height: 83px;
  object-fit: cover;
  border: 5px solid var(--blue-soft);
  border-radius: 50%;
}

.testimonial-card p {
  margin-bottom: 7px;
  color: #5a6674;
  font-size: 0.87rem;
  line-height: 1.55;
}

.testimonial-card strong {
  color: var(--blue-dark);
}

.quote {
  color: var(--blue);
  font-size: 1.35rem;
}

.stars {
  margin-top: 3px;
  color: #ffb400;
  letter-spacing: 2px;
}

.cta-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: -56px;
}

.cta-card {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 26px 34px;
  color: #fff;
  background: linear-gradient(105deg, #0767c3, #1084eb);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(7, 77, 142, 0.25);
}

.cta-whatsapp {
  display: grid;
  width: 90px;
  min-width: 90px;
  height: 90px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border: 7px solid #fff;
  border-radius: 50%;
  font-size: 3.1rem;
}

.cta-copy {
  flex: 1;
}

.cta-copy h2 {
  margin-bottom: 5px;
  font-size: 1.65rem;
  font-weight: 800;
}

.cta-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.cta-card .btn {
  padding: 14px 22px;
  white-space: nowrap;
}

.footer {
  padding: 112px 0 0;
  color: rgba(255, 255, 255, 0.83);
  background: linear-gradient(135deg, #07365f, #074d88);
}

.brand-light,
.brand-light:hover {
  color: #fff;
}

.brand-light .paw-mark {
  color: #fff;
}

.footer-tagline {
  max-width: 250px;
  margin: 16px 0 20px;
  line-height: 1.55;
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.2s ease;
}

.socials a:hover {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-3px);
}

.footer h3 {
  margin-bottom: 19px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li {
  margin-bottom: 11px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-list i {
  width: 22px;
  color: #fff;
}

.footer small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
}

.instagram-grid {
  display: grid;
  max-width: 230px;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.instagram-grid div {
  height: 70px;
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
}

.instagram-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-handle {
  max-width: 230px;
  margin-top: 8px;
  text-align: right;
  font-size: 0.83rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
}

.text-orange {
  color: var(--orange) !important;
}

.floating-whatsapp {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  transition: 0.2s ease;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: scale(1.08);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 10px 0 20px;
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .nav-link::after {
    display: none;
  }

  .hero {
    background-position: 67% center;
  }

  .hero::after {
    background: linear-gradient(
      90deg,
      rgba(245, 250, 255, 0.99) 0%,
      rgba(245, 250, 255, 0.9) 50%,
      rgba(245, 250, 255, 0.3) 100%
    );
  }

  .min-vh-hero {
    min-height: 560px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .delivery-grid {
    grid-template-columns: 210px 1fr;
    gap: 24px;
  }

  .delivery-divider {
    display: none;
  }

  .delivery-benefits {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0 5px;
    border-top: 1px solid rgba(22, 119, 210, 0.18);
  }

  .cta-card {
    flex-wrap: wrap;
  }

  .cta-card .btn {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 58px 0;
  }

  .hero {
    padding-top: 0;
    background-position: 100% 100%;
    background-size: auto 36%;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(245, 250, 255, 1) 0%,
      rgba(245, 250, 255, 0.98) 51%,
      rgba(245, 250, 255, 0.18) 78%,
      rgba(245, 250, 255, 0.02) 100%
    );
  }

  .min-vh-hero {
    min-height: 820px;
    align-items: flex-start !important;
  }

  .hero-copy {
    padding-top: 55px;
    padding-bottom: 0;
    text-align: center;
  }

  .hero-kicker {
    margin-right: auto;
    margin-left: auto;
  }

  .hero h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.3rem, 11vw, 3.25rem);
    letter-spacing: -1.6px;
  }

  .hero p {
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }

  .category-card {
    min-height: 238px;
  }

  .category-image {
    height: 140px;
  }

  .category-image img {
    width: 116%;
    height: 116%;
    clip-path: inset(8px round 6px);
  }

  .delivery-card {
    padding: 27px 22px;
  }

  .delivery-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .delivery-visual {
    width: min(100%, 310px);
    align-self: center;
    margin-bottom: 0;
  }

  .delivery-copy h2,
  .delivery-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .delivery-copy h2 {
    font-size: 1.45rem;
  }

  .delivery-benefits {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 22px;
  }

  .delivery-feature {
    justify-content: flex-start;
    text-align: left;
  }

  .benefit-item,
  .benefits .col-md-4:last-child .benefit-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefits .col-md-4:last-child .benefit-item {
    border-bottom: 0;
  }

  .testimonial-card {
    align-items: flex-start;
  }

  .cta-card {
    justify-content: center;
    padding: 28px 22px;
    text-align: center;
  }

  .cta-copy {
    flex-basis: 100%;
  }

  .cta-wrap {
    margin-bottom: -75px;
  }

  .footer {
    padding-top: 130px;
  }
}

@media (max-width: 575.98px) {
  .topbar {
    font-size: 0.76rem;
  }

  .brand {
    font-size: 1.6rem;
  }

  .hero .btn {
    width: 100%;
  }

  .min-vh-hero {
    min-height: 820px;
  }

  .hero {
    background-position: 100% 100%;
    background-size: auto 36%;
  }

  .category-card h3 {
    font-size: 0.82rem;
  }

  .delivery-feature {
    padding: 13px;
    font-size: 0.87rem;
  }

  .product-card {
    max-width: 330px;
    margin: auto;
  }

  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cta-whatsapp {
    width: 75px;
    min-width: 75px;
    height: 75px;
    font-size: 2.5rem;
  }

  .cta-copy h2 {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
