:root {
  --bg: #ffffff;
  --card-solid: #171b24;
  --border: rgba(255, 255, 255, 0.1);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.65);
  --accent: #9bffd0;
  --nav-h: 72px;
  --btn-h: 46px;
}

body {
  background: radial-gradient(1200px 600px at 20% -10%, rgba(155, 255, 208, 0.1), transparent 60%), radial-gradient(1000px 600px at 80% 0%, rgba(120, 165, 255, 0.1), transparent 55%), var(--bg);
  color: var(--text);
  font-family: "Satochi", sans-serif;
}

.container-narrow {
  max-width: 1100px;
}

/* Typography */
.display-hero {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.lead-muted {
  color: var(--muted);
}

/* Navbar */
.glass-nav {
  background: #1d2630;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.navbar-logo {
  height: 34px;
  width: auto;
}

@media (min-width: 992px) {
  .navbar-logo {
    height: 46px;
  }
}
.nav-link {
  color: var(--muted) !important;
}

.nav-link:hover {
  color: var(--text) !important;
}

.glass-nav .dropdown-menu {
  background: #1d2630;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.glass-nav .dropdown-item {
  color: var(--muted);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  font-size: 0.92rem;
}

.glass-nav .dropdown-item:hover,
.glass-nav .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.glass-nav .dropdown-item.active {
  background: rgba(155, 255, 208, 0.12);
  color: var(--text);
}

.glass-nav .dropdown-divider {
  border-color: var(--border);
  margin: 0.4rem 0;
}

.glass-nav .dropdown-toggle::after {
  opacity: 0.7;
}

.navbar-toggler {
  border-radius: 0.375rem;
}

@media (max-width: 991.98px) {
  .glass-nav .navbar-nav {
    padding-top: 0.75rem;
  }
  .glass-nav .navbar-nav .btn-accent {
    width: 100%;
  }
}
.btn.btn-accent,
.btn.btn-outline-light {
  background: #31a8e1;
  color: #ffffff;
  border-radius: 999px;
  border: 1px solid #31a8e1;
  height: var(--btn-h);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}

.btn.btn-accent:hover,
.btn.btn-outline-light:hover {
  background: #2498d2;
  border-color: #2498d2;
  color: #ffffff;
  filter: none;
}

/* Hero section in light white/cyan palette from reference screenshots */
#top {
  background: radial-gradient(900px 420px at 12% 12%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 62%), linear-gradient(135deg, #f6fafd 0%, #eaf4fa 43%, #d7e9f3 100%);
  border-bottom: 1px solid rgba(95, 129, 152, 0.2);
  color: #1f2b38;
}

#top .hero-kicker {
  color: #5ab6e7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#top .display-hero {
  font-size: clamp(2.35rem, 4.8vw, 4.05rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

#top .lead-muted {
  color: #728799;
  max-width: 30ch;
  margin-bottom: 0;
}

#top .text-secondary {
  color: #74879a !important;
}

#top .hero-support {
  color: #64798c;
  font-size: 1.03rem;
  font-weight: 600;
  max-width: 47ch;
}

#top .btn-accent {
  background: #31a8e1;
  color: #ffffff;
  border-radius: 999px;
  border: 1px solid #31a8e1;
  min-width: 126px;
}

#top .btn-accent:hover {
  background: #2498d2;
  border-color: #2498d2;
  filter: none;
}

#top .chip {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(119, 161, 187, 0.26);
  color: #6c7f90;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(94, 131, 154, 0.12);
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.38rem 0.72rem;
}

#top .chip i {
  color: #73c2ea;
}

#top .btn-outline-light {
  border-color: #35a9e0;
  color: #2297d2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  min-width: 172px;
}

#top .btn-outline-light:hover {
  background: #35a9e0;
  color: #ffffff;
}

#top .card-glass {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(119, 161, 187, 0.22);
  border-radius: 0;
  padding: 2rem !important;
  box-shadow: 0 18px 35px rgba(63, 98, 121, 0.16);
}

#top .img-cover {
  width: 100%;
  height: 460px;
  object-fit: contain;
  border: 0;
  background: transparent;
}

#top .img-cover.img-cover-lg {
  height: 680px;
}

@media (max-width: 991.98px) {
  #top .img-cover.img-cover-lg {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  #top .img-cover.img-cover-lg {
    height: 400px;
  }
}
/* Hero carousel */
.fm-hero-slide,
.hero-slide-fill {
  height: 92vh;
  min-height: 560px;
  max-height: 900px;
  display: flex;
  align-items: center;
}

.fm-hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.fm-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0.05) 75%);
}

@media (max-width: 991.98px) {
  .fm-hero-slide,
  .hero-slide-fill {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 3rem 0;
  }
}
.fm-hero-content {
  position: relative;
  z-index: 2;
  color: #1f2b38;
}

.fm-hero-content h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.6rem);
  font-weight: 600;
  line-height: 1.1;
  color: #1f2b38;
}

.fm-hero-content p.lead {
  color: #445a6b;
  max-width: 560px;
}

.fm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(119, 161, 187, 0.3);
  color: #1f8fd0;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(94, 131, 154, 0.12);
}

#heroCarousel .carousel-indicators {
  margin-bottom: 1.25rem;
}

#heroCarousel .carousel-indicators [data-bs-target] {
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(128, 128, 128, 0.6);
  opacity: 1;
}

#heroCarousel .carousel-indicators .active {
  background-color: #31a8e1;
}

.hero-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 4px 14px rgba(63, 98, 121, 0.18);
  opacity: 1;
  font-size: 1.1rem;
  color: #1f2b38;
}

.hero-arrow:hover {
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    display: none;
  }
}
.card-glass {
  background: var(--card-solid);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.card-glass .card-text {
  color: var(--muted);
}

.product-card-one .card-text {
  max-width: 34ch;
}

.product-card-one.card-glass {
  background: #d1eafa;
  border: none;
}

.product-card-two.card-glass {
  background: #fae5d1 !important;
  border: none;
}

.product-card-three.card-glass {
  background: #dfefd7;
  border: none;
}

.product-card-four.card-glass {
  background: #e7e0eb;
}

.product-card-five.card-glass {
  background: #e66332;
  border: none;
}

.product-card-six.card-glass {
  background: #cf6a6a;
  border: none;
}

.product-card-seven.card-glass {
  background: #679110;
  border: none;
}

.product-card-eight.card-glass {
  background: #85aa82;
  border: none;
}

.product-card-one h5,
.product-card-two h5,
.product-card-three h5,
.product-card-four h5,
.product-card-five h5,
.product-card-six h5,
.product-card-seven h5,
.product-card-eight h5 {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Satoshi", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-style: normal;
  line-height: 36.4px;
}

.product-card-one .card-text,
.product-card-two .card-text,
.product-card-three .card-text,
.product-card-four .card-text,
.product-card-five .card-text,
.product-card-six .card-text,
.product-card-seven .card-text,
.product-card-eight .card-text,
.product-card-two .product-bullets li,
.product-card-one .product-bullets li,
.product-card-three .product-bullets li,
.product-card-four .product-bullets li,
.product-card-five .product-bullets li,
.product-card-six .product-bullets li,
.product-card-seven .product-bullets li,
.product-card-eight .product-bullets li {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
  font-style: normal;
  line-height: 19.6px;
}

.product-card-one .btn-accent,
.product-card-two .btn-accent,
.product-card-three .btn-accent,
.product-card-four .btn-accent,
.product-card-five .btn-accent,
.product-card-six .btn-accent,
.product-card-seven .btn-accent,
.product-card-eight .btn-accent {
  background: #1e1515;
  color: #ffffff;
  border-radius: 999px;
  border: 1px solid #1e1515;
  min-width: 126px;
}

.product-card-one .btn-accent:hover,
.product-card-two .btn-accent:hover,
.product-card-three .btn-accent:hover,
.product-card-four .btn-accent:hover,
.product-card-five .btn-accent:hover,
.product-card-six .btn-accent:hover,
.product-card-seven .btn-accent:hover,
.product-card-eight .btn-accent:hover {
  background: #1e1515;
  border-color: #1e1515;
  color: #ffffff;
  filter: none;
}

.product-bullets {
  padding-left: 1.1rem;
  margin: 0;
}

.product-bullets li {
  color: var(--muted);
  margin-bottom: 0.45rem;
}

.product-bullets li:last-child {
  margin-bottom: 0;
}

.product-card-image {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  min-height: 0;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  border: 0;
  background: transparent;
  padding: 0;
}

@media (max-width: 991.98px) {
  .product-card-image {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767.98px) {
  .product-card-image {
    aspect-ratio: 4/3;
    border-radius: 12px;
  }
}
/* IMPROVED 3D Animation Styles */
#product-cards {
  position: relative;
  isolation: isolate;
  scroll-margin-top: calc(var(--nav-h) + 12px);
  background: linear-gradient(180deg, #f9fbfd 0%, #f4f8fb 100%);
  color: #1f2b38;
  margin-bottom: 0;
  padding-bottom: 3rem;
}

#all-product-button {
  position: relative;
  z-index: 40;
  background: #f4f8fb;
}

#product-cards .lead-muted {
  color: #6e8092;
}

#all-product-button .btn-outline-light.products-cta-btn {
  background: #ffffff;
  color: #1f2b38;
  border-radius: 999px;
  border: 1px solid rgba(31, 43, 56, 0.12);
  min-width: 126px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0 8px 18px rgba(31, 43, 56, 0.12), 0 2px 6px rgba(31, 43, 56, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#product-cards .btn-outline-light.products-cta-btn:hover {
  background: #ffffff;
  border-color: rgba(31, 43, 56, 0.18);
  color: #1f2b38;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31, 43, 56, 0.16), 0 4px 10px rgba(31, 43, 56, 0.1);
}

#product-cards .section-head {
  position: sticky;
  top: calc(var(--nav-h) + 8px);
  z-index: 20;
  padding: 0.55rem 0;
  background: linear-gradient(180deg, rgba(249, 251, 253, 0.96) 0%, rgba(249, 251, 253, 0.85) 72%, rgba(249, 251, 253, 0) 100%);
  backdrop-filter: blur(4px);
}

.wrapper {
  position: relative;
  min-height: auto; /* Let content determine height */
  padding: 80px 0 150px; /* More padding at bottom */
  overflow: visible; /* Ensure cards are not clipped */
}

.card-wrapper {
  position: relative;
  margin-bottom: 120px; /* More space between cards */
  min-height: 460px; /* Keep a landscape card proportion like reference */
  perspective: 1000px; /* Stronger perspective */
}

.card-wrapper .card {
  width: calc(100% - 2rem);
  max-width: 980px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 2.25rem !important;
}

.card-wrapper:last-child {
  margin-bottom: 50px; /* Less margin for last card */
}

/* Keep transform pipeline simple for scroll animation */
.wrapper .card {
  transform-style: flat;
  opacity: 1 !important;
  will-change: transform, opacity;
  transition: box-shadow 0.3s ease; /* For optional glow effect */
}

/* Optional: Add a subtle shadow effect during animation */
.wrapper .card:hover {
  box-shadow: 0 20px 40px rgba(155, 255, 208, 0.15) !important;
}

/* Keep Card 2 gradient inside stacked-card wrapper overrides */
.wrapper .card.product-card-two {
  background: #fae5d1 !important;
}

@media (max-width: 991.98px) {
  #product-cards .section-head {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.9rem;
  }
  .card-wrapper .card {
    padding: 1.6rem !important;
    border-radius: 28px;
  }
}
@media (max-width: 767.98px) {
  .card-wrapper {
    margin-bottom: 64px;
    min-height: 0;
  }
  .card-wrapper:last-child {
    margin-bottom: 180px;
  }
  .wrapper {
    padding: 20px 0 190px;
  }
  .card-wrapper .card {
    width: calc(100% - 1rem);
    max-width: 430px;
    margin: 0 auto;
    padding: 1.5rem !important;
    border-radius: 24px;
  }
  /* Reduce 3D effect on mobile for better performance */
  .wrapper .card {
    transform-style: flat;
  }
  .wrapper .card.product-card-two {
    background: #fae5d1 !important;
  }
}
@media (max-width: 575.98px) {
  .card-wrapper .card {
    width: calc(100% - 0.75rem);
    max-width: 100%;
  }
}
#why-fourmidable {
  background: radial-gradient(900px 380px at 18% 5%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 62%), linear-gradient(180deg, #c9e5f3 0%, #b8dced 100%);
  color: #1f2b38;
}

#why-fourmidable .lead-muted {
  color: #5d7689;
}

#why-fourmidable .pillar-card {
  background: rgba(245, 250, 253, 0.88);
  border-color: rgba(122, 167, 194, 0.3);
  box-shadow: 0 10px 24px rgba(47, 89, 117, 0.1);
}

#why-fourmidable .card-text {
  color: #4f6475;
}

#why-fourmidable .pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  color: #2f8fa0;
  font-size: 1.25rem;
}

#testimonial {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #1f2b38;
}

#testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #fbfdff;
}

#testimonial .lead-muted {
  color: #6e8092;
}

#testimonial .card-glass {
  background: rgba(245, 250, 253, 0.9);
  border-color: rgba(122, 167, 194, 0.28);
  box-shadow: 0 10px 24px rgba(47, 89, 117, 0.08);
}

#testimonial .card-glass .card-text {
  color: #5b7487;
  font-size: 0.92rem;
}

#testimonial .text-secondary {
  color: #31a8e1 !important;
  letter-spacing: 0.06em;
}

#testimonial .testimonial-img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(47, 89, 117, 0.16);
}

#testimonial .quote-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #31a8e1;
  opacity: 0.35;
  margin-top: 0.25rem;
}

#testimonial .testimonial-text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  color: #2a3a48;
  max-width: 46ch;
}

#distribuidor-autorizado {
  position: relative;
  background: radial-gradient(900px 380px at 88% 8%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 62%), linear-gradient(to bottom left, #c6e2f0 0%, #b5d8ea 100%);
  color: #1f2b38;
}

#distribuidor-autorizado::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #b5d8ea;
}

#distribuidor-autorizado .lead-muted {
  color: #6e8092;
}

.distributor-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.distributor-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  animation: distributor-scroll 18s linear infinite;
}

.distributor-marquee:hover .distributor-track {
  animation-play-state: paused;
}

.distributor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 0 4rem;
}

.distributor-link {
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .distributor-link:hover {
    transform: translateY(-3px);
    opacity: 0.85;
  }
}
.distributor-logo {
  height: 92px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(47, 89, 117, 0.12));
}

.distributor-country {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4f6475;
}

@keyframes distributor-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .distributor-track {
    animation: none;
  }
}
#cta-final {
  position: relative;
  background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  color: #1f2b38;
}

#cta-final::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #ffffff;
}

#cta-final .cta-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1f6f9e;
}

#cta-final .cta-lead {
  color: #4c6577;
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

#cta-final .btn-outline-light {
  background: rgba(255, 255, 255, 0.55);
  border-color: #35a9e0;
  color: #2297d2;
}

#cta-final .btn-outline-light:hover {
  background: #35a9e0;
  color: #ffffff;
}

/* Better mobile adjustments */
@media (max-width: 767.98px) {
  .display-hero {
    font-size: clamp(2rem, 8.5vw, 2.8rem);
  }
  .lead {
    font-size: 1rem;
  }
  #top .img-cover {
    height: 320px;
  }
  #testimonial .testimonial-img {
    min-height: 220px;
  }
  #testimonial .quote-mark {
    font-size: 2.75rem;
  }
  #testimonial .testimonial-text {
    font-size: 1.1rem;
  }
  #top .card-glass {
    padding: 1.1rem !important;
  }
}
@media (max-width: 575.98px) {
  #top .btn {
    width: 100%;
  }
}
.chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.25rem 0.25rem 0 0;
}

@media (max-width: 767.98px) {
  .chip {
    font-size: 0.84rem;
  }
}
/* Footer */
footer {
  background: #171b24;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid var(--border);
}

footer a {
  color: var(--muted);
  text-decoration: none;
}

footer a:hover {
  color: var(--accent);
}

.footer-brand {
  line-height: 0;
}

.footer-logo {
  width: 170px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .footer-logo {
    width: 130px;
  }
}
.footer-tagline {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-heading {
  color: var(--text);
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.footer-links {
  color: var(--muted);
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a {
  font-size: 0.92rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition: all 0.25s ease;
}

.footer-social a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #0c1116;
}

.footer-divider {
  border-color: var(--border);
  margin: 2.2rem 0 1.5rem;
}

.footer-copy {
  color: var(--muted);
  font-size: 0.82rem;
}

/* ============ PRODUCT PAGES (productos.html + productos/*.html) ============ */
body.product-page {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #1f2b38;
}

.product-page .lead-muted {
  color: #6e8092;
}

.product-page .card-text {
  color: #5b7487;
}

.product-page .text-secondary {
  color: #31a8e1 !important;
}

.product-page .chip {
  background: #eef5fa;
  border-color: rgba(125, 163, 186, 0.42);
  color: #31a8e1;
}

.product-page .card-glass {
  background: rgba(245, 250, 253, 0.9);
  border-color: rgba(122, 167, 194, 0.28);
  box-shadow: 0 10px 24px rgba(47, 89, 117, 0.08);
}

.product-page .card-glass .card-text {
  color: #5b7487;
}

.product-page .btn-outline-light {
  background: rgba(255, 255, 255, 0.6);
  border-color: #35a9e0;
  color: #2297d2;
}

.product-page .btn-outline-light:hover {
  background: #35a9e0;
  color: #ffffff;
}

.product-page .pillar-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .product-page .pillar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(47, 89, 117, 0.14);
  }
}
.product-page .pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5fa;
  color: #31a8e1;
  font-size: 1.25rem;
}

/* Breadcrumb */
.breadcrumb-row {
  padding-top: calc(var(--nav-h) * 0.35);
}

.breadcrumb-nav {
  font-size: 0.85rem;
}

.breadcrumb-nav a {
  color: #6e8092;
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  color: #2297d2;
}

.breadcrumb-nav span {
  color: #1f2b38;
  font-weight: 500;
}

.breadcrumb-nav i {
  font-size: 0.6rem;
  margin: 0 0.3rem;
  color: #a9bac6;
}

/* Product hero */
.product-hero-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(47, 89, 117, 0.14);
}

.product-hero-img img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 440px;
  object-fit: cover;
  display: block;
}

.product-category-chip {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.76rem;
  font-weight: 700;
}

/* Ingredient spotlight */
.ingredient-icon {
  font-size: 4.5rem;
  color: #31a8e1;
  opacity: 0.85;
}

/* Catalog / related product cards */
.catalog-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .catalog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(47, 89, 117, 0.14);
  }
}
.catalog-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.catalog-card-cta {
  color: #2297d2;
  font-weight: 600;
  font-size: 0.9rem;
}

.catalog-card-cta i {
  margin-left: 0.25rem;
  transition: transform 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .catalog-card-link:hover .catalog-card-cta i {
    transform: translateX(4px);
  }
}
.catalog-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #31a8e1;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}

.catalog-card-media {
  position: relative;
}

@media (max-width: 767.98px) {
  .product-hero-img img {
    min-height: 220px;
    max-height: 320px;
  }
}
