:root {
  --luzia-navy: #061d33;
  --luzia-navy-2: #0b2d4a;
  --luzia-gold: #edae19;
  --luzia-gold-2: #ffc247;
  --luzia-ink: #0d1b2f;
  --luzia-muted: #5e6d7e;
  --luzia-line: #dfe6ee;
  --luzia-soft: #f3f8fc;
}

/* Defer layout and painting for secondary content until it approaches the viewport. */
.lazy-render-section {
  contain: layout paint style;
  contain-intrinsic-size: auto 900px;
  content-visibility: auto;
}

.lazy-render-section.is-near-viewport {
  content-visibility: visible;
}

/* Home product family, refined menu and compact mobile experience */
.home-products-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(237, 174, 25, 0.13), transparent 25%),
    linear-gradient(180deg, #f3f8fc, #fff);
  padding: clamp(5rem, 8vw, 8rem) 0;
  scroll-margin-top: 100px;
}

.home-products-heading {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.home-products-heading h2 {
  color: var(--luzia-ink);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.home-products-heading p {
  color: var(--luzia-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0;
}

.home-products-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-product-card {
  background: #fff;
  border: 1px solid rgba(6, 29, 51, 0.09);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(6, 29, 51, 0.1);
  display: grid;
  grid-template-rows: 390px auto;
  overflow: hidden;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.home-product-card:hover {
  box-shadow: 0 32px 72px rgba(6, 29, 51, 0.17);
  transform: translateY(-5px);
}

.home-product-image {
  align-items: center;
  background:
    radial-gradient(circle, rgba(237, 174, 25, 0.24), transparent 34%),
    linear-gradient(145deg, #061d33, #0b2d4a);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.home-product-image::after {
  border: 1px solid rgba(237, 174, 25, 0.32);
  border-radius: 50%;
  content: "";
  height: 290px;
  position: absolute;
  width: 290px;
}

.home-product-image img {
  filter: drop-shadow(0 24px 25px rgba(0, 0, 0, 0.3));
  height: 100%;
  object-fit: contain;
  position: relative;
  transition: transform 250ms ease;
  width: 100%;
  z-index: 2;
}

.home-product-card:hover img {
  transform: scale(1.035);
}

.home-product-index {
  color: rgba(255, 255, 255, 0.09);
  font-size: 7rem;
  font-weight: 950;
  left: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0.8rem;
}

.home-product-copy {
  padding: clamp(1.7rem, 3vw, 2.5rem);
}

.home-product-copy > span {
  color: #d99400;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.13em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.home-product-copy h3 {
  color: var(--luzia-ink);
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  margin-bottom: 0.9rem;
}

.home-product-copy p {
  color: var(--luzia-muted);
  line-height: 1.65;
  margin: 0;
}

/* The first destination becomes a stronger visual entry point. */
.offcanvas.site-menu .menu-products-link {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 194, 71, 0.28), transparent 32%),
    linear-gradient(145deg, #061d33, #0b2d4a) !important;
  border-color: rgba(237, 174, 25, 0.48) !important;
  color: #fff !important;
}

.offcanvas.site-menu .menu-products-link strong,
.offcanvas.site-menu .menu-products-link small {
  color: #fff !important;
}

.offcanvas.site-menu .menu-products-link small {
  opacity: 0.68;
}

.offcanvas.site-menu .menu-products-link .site-menu-icon {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
  color: var(--luzia-gold-2) !important;
}

.offcanvas.site-menu .menu-gallery-link {
  border-color: rgba(6, 29, 51, 0.1) !important;
  box-shadow: 0 12px 30px rgba(6, 29, 51, 0.07) !important;
}

.store-button.is-coming {
  position: relative;
}

.store-button.is-coming::after {
  background: #fff3ce;
  border-radius: 999px;
  color: #9a6800;
  content: "Próximamente";
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.5rem;
  position: absolute;
  right: 0.65rem;
  text-transform: uppercase;
  top: 0.5rem;
}

@media (max-width: 767.98px) {
  /* Shorter vertical rhythm on phones only. */
  .section-pad,
  .home-products-section {
    padding-bottom: 3.25rem !important;
    padding-top: 3.25rem !important;
  }

  .section-heading {
    margin-bottom: 1.35rem !important;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
  }

  .hero-section,
  .min-vh-hero {
    min-height: 670px !important;
  }

  .problem-grid,
  .steps-line,
  .solution-benefits {
    display: flex !important;
    gap: 0.85rem !important;
    margin-top: 1.25rem !important;
    overflow-x: auto !important;
    padding: 0 0.1rem 0.8rem !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .problem-grid::-webkit-scrollbar,
  .steps-line::-webkit-scrollbar,
  .solution-benefits::-webkit-scrollbar,
  .home-products-grid::-webkit-scrollbar {
    display: none;
  }

  .problem-item,
  .step-item,
  .solution-benefits article {
    border: 1px solid rgba(6, 29, 51, 0.08) !important;
    border-radius: 16px !important;
    flex: 0 0 72vw !important;
    min-height: 145px !important;
    padding: 1.15rem !important;
    scroll-snap-align: start;
  }

  .steps-line::before {
    display: none !important;
  }

  .solution-showcase {
    padding: 1.15rem !important;
  }

  .solution-intro h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem) !important;
  }

  .solution-intro > p,
  .solution-emotion {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
  }

  .solution-brand {
    font-size: clamp(2rem, 11vw, 3rem) !important;
    margin-top: 1.5rem !important;
  }

  .solution-product {
    display: flex !important;
    gap: 0.75rem !important;
    overflow-x: auto !important;
    padding: 300px 0 0.5rem !important;
    scrollbar-width: none;
  }

  .solution-cane-img {
    max-height: 290px !important;
    width: min(300px, 88%) !important;
  }

  .hud-callout {
    flex: 0 0 78vw !important;
    min-height: 92px !important;
    padding: 0.8rem !important;
  }

  .hud-callout i {
    flex-basis: 44px !important;
    font-size: 1.1rem !important;
    height: 44px !important;
    width: 44px !important;
  }

  .home-products-heading {
    display: block;
    margin-bottom: 1.5rem;
  }

  .home-products-heading h2 {
    font-size: clamp(2.25rem, 11vw, 3.1rem);
    margin-bottom: 0.85rem;
  }

  .home-products-heading p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .home-products-grid {
    display: flex;
    gap: 1rem;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    overflow-x: auto;
    padding: 0 1rem 0.75rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-product-card {
    flex: 0 0 86vw;
    grid-template-columns: 42% 58%;
    grid-template-rows: 260px;
    min-height: 260px;
    scroll-snap-align: start;
  }

  .home-product-image {
    padding: 0.7rem;
  }

  .home-product-image::after {
    height: 145px;
    width: 145px;
  }

  .home-product-index {
    font-size: 4rem;
    left: 0.35rem;
  }

  .home-product-copy {
    align-self: center;
    padding: 1.1rem 0.9rem;
  }

  .home-product-copy > span {
    font-size: 0.52rem;
    letter-spacing: 0.07em;
    margin-bottom: 0.45rem;
  }

  .home-product-copy h3 {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    line-height: 1;
    margin-bottom: 0.55rem;
  }

  .home-product-copy p {
    display: -webkit-box;
    font-size: 0.72rem;
    line-height: 1.4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }

  .impact-section .row {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }

  .impact-list {
    gap: 0.7rem !important;
    margin-bottom: 1rem !important;
  }

  .app-download-home {
    padding: 3.25rem 0 !important;
  }

  .app-download-card {
    gap: 1.25rem;
    padding: 1.45rem !important;
  }

  .app-download-copy h2 {
    font-size: 2.2rem;
    margin-bottom: 0.65rem;
  }

  .app-download-copy p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .app-download-actions {
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0;
  }

  .store-button {
    gap: 0.55rem;
    min-height: 76px;
    padding: 1.35rem 0.65rem 0.65rem;
  }

  .store-button > i {
    font-size: 1.35rem;
  }

  .store-button strong {
    font-size: 0.72rem;
  }

  .store-button small {
    display: none;
  }

  .store-button.is-coming::after {
    font-size: 0.48rem;
    left: 0.55rem;
    right: auto;
    top: 0.45rem;
  }

  .proof-section {
    padding-top: 3.25rem !important;
  }

  .proof-collage {
    min-height: 240px !important;
  }

  .proof-vicar-copy {
    min-height: 0 !important;
    padding: 5.6rem 1.25rem 1.6rem !important;
  }

  .proof-vicar-logo {
    height: 85px !important;
    top: 0.45rem !important;
    width: 105px !important;
  }

  .proof-vicar-copy h2 {
    font-size: 2.55rem !important;
  }

  .proof-vicar-copy p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .proof-strip {
    gap: 1rem !important;
    padding: 1.3rem !important;
  }

  .proof-strip h2 {
    font-size: 1.65rem !important;
  }

  .contact-grid {
    gap: 0.65rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .contact-grid a,
  .contact-grid a:last-child {
    grid-column: auto !important;
    min-height: 82px !important;
    padding: 0.75rem !important;
  }

  .contact-grid a:last-child {
    grid-column: 1 / -1 !important;
  }

  .contact-grid i {
    flex: 0 0 38px !important;
    height: 38px !important;
    width: 38px !important;
  }

  .contact-grid strong,
  .contact-grid span {
    font-size: 0.72rem !important;
  }

  .contact-form {
    padding: 1rem !important;
  }

  /* A shorter, layered mobile menu instead of stacked oversized cards. */
  .offcanvas.site-menu {
    width: min(390px, 94vw) !important;
  }

  .offcanvas.site-menu .offcanvas-header {
    padding: 1.25rem 1.15rem 0.95rem !important;
  }

  .offcanvas.site-menu .offcanvas-title {
    font-size: 2rem !important;
  }

  .offcanvas.site-menu .offcanvas-body {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem 1.15rem 1.25rem !important;
  }

  .offcanvas.site-menu .site-menu-link {
    align-content: space-between !important;
    gap: 0.65rem !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto 1fr !important;
    min-height: 178px !important;
    padding: 1rem !important;
  }

  .offcanvas.site-menu .site-menu-icon {
    border-radius: 13px !important;
    font-size: 1.2rem !important;
    height: 44px !important;
    width: 44px !important;
  }

  .offcanvas.site-menu .site-menu-link > span:nth-child(2) {
    align-self: end;
    grid-column: 1 / -1;
  }

  .offcanvas.site-menu .site-menu-link strong {
    font-size: 1rem !important;
  }

  .offcanvas.site-menu .site-menu-link small {
    font-size: 0.76rem !important;
  }

  .offcanvas.site-menu .site-menu-arrow {
    font-size: 1.35rem !important;
  }

  .offcanvas.site-menu .site-menu-note,
  .offcanvas.site-menu .site-menu-cta {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }

  .offcanvas.site-menu .site-menu-note {
    padding: 0.8rem !important;
  }

  .offcanvas.site-menu .site-menu-note p {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }
}

/* Three-product presentation on the home page */
@media (min-width: 1200px) {
  .home-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-product-card {
    grid-template-rows: 360px auto;
  }

  .home-product-copy h3 {
    font-size: clamp(1.8rem, 2.5vw, 2.75rem);
  }

  .home-product-copy p {
    font-size: 0.9rem;
  }
}

.home-product-ss .home-product-image,
.product-feature-ss .product-visual {
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 132, 0, 0.25), transparent 35%),
    linear-gradient(145deg, #061d33, #0b2d4a);
}

/* News and interview coverage inside the gallery */
.news-gallery-block {
  background:
    radial-gradient(circle at 92% 8%, rgba(237, 174, 25, 0.22), transparent 26%),
    linear-gradient(145deg, #061d33, #0b2d4a);
  border: 1px solid rgba(237, 174, 25, 0.24);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(6, 29, 51, 0.18);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  position: relative;
}

.news-gallery-block::before {
  background-image: radial-gradient(rgba(255, 194, 71, 0.55) 1.4px, transparent 1.4px);
  background-size: 22px 22px;
  content: "";
  height: 150px;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  width: 190px;
}

.news-gallery-block .media-gallery-heading {
  align-items: end;
  position: relative;
  z-index: 1;
}

.news-gallery-block .media-gallery-heading h2 {
  color: #fff;
}

.news-gallery-block .media-gallery-heading p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  margin: 0.55rem 0 0;
  max-width: 620px;
}

.news-gallery-block .media-count {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.news-gallery-block .video-gallery-card {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

/* Manual full-width product carousel for laptop and desktop */
.home-products-aside p {
  margin: 0;
}

.home-products-controls {
  display: none;
}

@media (min-width: 992px) {
  .home-products-aside {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .home-products-controls {
    display: block;
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 8;
  }

  .home-products-carousel-shell {
    position: relative;
  }

  .home-products-controls button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(6, 29, 51, 0.14);
    border-radius: 50%;
    box-shadow: 0 9px 22px rgba(6, 29, 51, 0.1);
    color: var(--luzia-navy);
    display: inline-flex;
    font-size: 1.05rem;
    height: 46px;
    justify-content: center;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    width: 46px;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-products-controls button:hover,
  .home-products-controls button:focus-visible {
    background: var(--luzia-gold);
    color: var(--luzia-navy);
    transform: translateY(calc(-50% - 2px));
  }

  .home-products-controls span {
    color: var(--luzia-ink);
    font-size: 0.82rem;
    font-weight: 900;
    left: 50%;
    min-width: 48px;
    position: absolute;
    text-align: center;
    top: -2.2rem;
    transform: translateX(-50%);
  }

  .home-products-controls [data-products-prev] {
    left: clamp(-4.5rem, -4vw, -3.25rem);
  }

  .home-products-controls [data-products-next] {
    right: clamp(-4.5rem, -4vw, -3.25rem);
  }

  .home-products-grid[data-product-carousel] {
    display: flex !important;
    gap: 1.5rem !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-products-grid[data-product-carousel]::-webkit-scrollbar {
    display: none;
  }

  .home-products-grid[data-product-carousel] .home-product-card {
    flex: 0 0 100% !important;
    grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr) !important;
    grid-template-rows: minmax(570px, 68vh) !important;
    min-height: 570px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .home-products-grid[data-product-carousel] .home-product-image {
    min-height: 570px;
  }

  .home-products-grid[data-product-carousel] .home-product-copy {
    align-self: center;
    max-width: 700px;
    padding: clamp(2rem, 3.2vw, 3.5rem);
  }

  .home-products-grid[data-product-carousel] .home-product-copy h3 {
    font-size: clamp(3rem, 4.25vw, 4.65rem);
    line-height: 0.96;
  }

  .home-products-grid[data-product-carousel] .home-product-copy p {
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.72;
  }

  .home-products-grid[data-product-carousel] .product-color-selector {
    margin-top: 1rem;
  }
}

/* Richer information panel for the desktop product carousel */
@media (min-width: 992px) {
  .home-products-grid[data-product-carousel] .home-product-copy {
    background:
      radial-gradient(circle at 100% 0%, rgba(237, 174, 25, 0.17), transparent 28%),
      linear-gradient(145deg, #ffffff 0%, #fbfdff 58%, #f4f8fb 100%);
    box-shadow: inset 5px 0 0 rgba(237, 174, 25, 0.9);
    height: 100%;
    max-width: none;
    overflow: hidden;
    position: relative;
  }

  .home-products-grid[data-product-carousel] .home-product-copy::before {
    border: 1px solid rgba(237, 174, 25, 0.25);
    border-radius: 50%;
    box-shadow:
      0 0 0 38px rgba(237, 174, 25, 0.055),
      0 0 0 76px rgba(237, 174, 25, 0.028);
    content: "";
    height: 230px;
    position: absolute;
    right: -105px;
    top: -105px;
    width: 230px;
  }

  .home-products-grid[data-product-carousel] .home-product-copy::after {
    background-image: radial-gradient(rgba(237, 174, 25, 0.48) 1.35px, transparent 1.35px);
    background-size: 18px 18px;
    bottom: 1.5rem;
    content: "";
    height: 92px;
    opacity: 0.55;
    pointer-events: none;
    position: absolute;
    right: 1.5rem;
    width: 128px;
  }

  .home-products-grid[data-product-carousel] .home-product-copy > * {
    position: relative;
    z-index: 1;
  }

  .home-products-grid[data-product-carousel] .home-product-copy > span:first-child {
    align-items: center;
    background: rgba(237, 174, 25, 0.11);
    border: 1px solid rgba(237, 174, 25, 0.26);
    border-radius: 999px;
    color: #b77a00;
    display: inline-flex;
    letter-spacing: 0.13em;
    padding: 0.62rem 0.9rem;
    width: fit-content;
  }

  .home-products-grid[data-product-carousel] .home-product-copy h3 {
    margin-bottom: 0.8rem;
    max-width: 760px;
  }

  .home-products-grid[data-product-carousel] .home-product-copy h3::after {
    background: linear-gradient(90deg, var(--luzia-gold), var(--luzia-gold-2));
    border-radius: 999px;
    content: "";
    display: block;
    height: 5px;
    margin-top: 0.7rem;
    width: 84px;
  }

  .home-products-grid[data-product-carousel] .home-product-copy p {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(6, 29, 51, 0.08);
    border-left: 4px solid var(--luzia-gold);
    border-radius: 0 16px 16px 0;
    box-shadow: 0 14px 34px rgba(6, 29, 51, 0.06);
    max-width: 720px;
    line-height: 1.55;
    padding: 0.8rem 1rem;
  }

  .home-products-grid[data-product-carousel] .product-color-selector {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(6, 29, 51, 0.09);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(6, 29, 51, 0.07);
    flex-shrink: 0;
    padding: 0.7rem 0.9rem;
    width: fit-content;
  }
}

/* Direct product tabs replace the previous carousel arrows on desktop. */
@media (min-width: 992px) {
  .home-products-carousel-shell .home-products-controls {
    align-items: center;
    backdrop-filter: blur(18px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 251, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(6, 29, 51, 0.12), inset 0 0 0 1px rgba(6, 29, 51, 0.05);
    display: flex;
    gap: 0.5rem;
    inset: auto;
    justify-content: center;
    margin: 0 auto 1.75rem;
    max-width: 850px;
    overflow: hidden;
    padding: 0.5rem;
    pointer-events: auto;
    position: relative;
  }

  .home-products-carousel-shell .home-products-controls::before {
    background: radial-gradient(circle, rgba(255, 190, 38, 0.22), transparent 68%);
    content: "";
    height: 130px;
    left: -35px;
    pointer-events: none;
    position: absolute;
    top: -60px;
    width: 180px;
  }

  .home-products-carousel-shell .home-products-controls::after {
    background:
      radial-gradient(circle at 88% 12%, rgba(255, 190, 38, 0.24), transparent 36%),
      linear-gradient(135deg, #0b304a, #061d33);
    border: 1px solid rgba(237, 174, 25, 0.6);
    border-radius: 21px;
    box-shadow: 0 12px 30px rgba(6, 29, 51, 0.22), inset 0 -3px 0 rgba(237, 174, 25, 0.9);
    content: "";
    inset: 0.5rem auto 0.5rem 0.5rem;
    pointer-events: none;
    position: absolute;
    transform: translateX(0);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    width: calc((100% - 2rem) / 3);
    z-index: 0;
  }

  .home-products-carousel-shell .home-products-controls:has(button:nth-child(2).is-active)::after {
    transform: translateX(calc(100% + 0.5rem));
  }

  .home-products-carousel-shell .home-products-controls:has(button:nth-child(3).is-active)::after {
    transform: translateX(calc(200% + 1rem));
  }

  .home-products-carousel-shell .home-products-controls button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 21px;
    box-shadow: none;
    color: var(--luzia-navy);
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 900;
    gap: 0.75rem;
    height: 72px;
    justify-content: flex-start;
    letter-spacing: -0.01em;
    min-width: 0;
    overflow: visible;
    padding: 0.65rem 1rem;
    position: relative;
    transition: color 260ms ease, transform 260ms ease;
    width: calc((100% - 1rem) / 3);
    z-index: 1;
  }

  .home-products-carousel-shell .home-products-controls button img {
    background: #fff;
    border: 2px solid rgba(237, 174, 25, 0.28);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(6, 29, 51, 0.1);
    height: 50px;
    object-fit: contain;
    padding: 0.25rem;
    transition: border-color 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 50px;
  }

  .home-products-carousel-shell .home-products-controls button:hover,
  .home-products-carousel-shell .home-products-controls button:focus-visible {
    background: transparent;
    color: var(--luzia-navy);
    transform: translateY(-2px);
  }

  .home-products-carousel-shell .home-products-controls button:hover img,
  .home-products-carousel-shell .home-products-controls button:focus-visible img {
    border-color: var(--luzia-gold);
    transform: scale(1.07) rotate(-3deg);
  }

  .home-products-carousel-shell .home-products-controls button.is-active {
    background: transparent;
    box-shadow: none;
    color: #fff;
    transform: none;
  }

  .home-products-carousel-shell .home-products-controls button.is-active img {
    border-color: var(--luzia-gold);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(237, 174, 25, 0.12);
  }
}

@media (min-width: 1200px) {
  .news-gallery-block .news-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .news-gallery-block {
    border-radius: 21px;
    padding: 1.25rem;
  }

  .news-gallery-block .media-gallery-heading {
    align-items: flex-start;
  }

  .news-gallery-block .media-gallery-heading p {
    font-size: 0.84rem;
  }
}

/* Full interview first, followed by the original Bastón LuzIA carousel. */
.interview-section {
  background: #020b14;
  padding-top: var(--nav-height, 92px);
  scroll-margin-top: 0;
}

.interview-video-frame {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100svh - var(--nav-height, 92px));
  overflow: hidden;
  width: 100%;
}

.interview-main-video {
  background: #000;
  display: block;
  height: calc(100svh - var(--nav-height, 92px));
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 767.98px) {
  .interview-section {
    padding-top: 84px;
  }

  .interview-video-frame,
  .interview-main-video {
    height: auto;
    min-height: 0;
  }

  .interview-main-video {
    aspect-ratio: 16 / 9;
  }
}

/* Separate the fixed cane stage from the independently scrolling feature rail. */
.solution-cane-stage,
.solution-features-carousel {
  display: contents;
}

@media (max-width: 767.98px) {
  body #solucion .solution-product {
    display: block !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  body #solucion .solution-cane-stage {
    display: block !important;
    height: 245px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
  }

  body #solucion .solution-cane-stage .product-glow {
    height: 225px !important;
    left: 50% !important;
    top: 5px !important;
    transform: translateX(-50%) !important;
    width: 225px !important;
  }

  body #solucion .solution-cane-stage .solution-cane-img {
    height: 230px !important;
    left: 50% !important;
    max-height: 230px !important;
    position: absolute !important;
    top: 5px !important;
    transform: translateX(-50%) rotate(-6deg) !important;
    width: min(270px, 82%) !important;
  }

  body #solucion .solution-features-carousel {
    display: flex !important;
    gap: 0.75rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0.1rem 1rem 0.85rem 0.1rem !important;
    scroll-padding-inline: 0.1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100% !important;
  }

  body #solucion .solution-features-carousel::-webkit-scrollbar {
    display: none;
  }

  body #solucion .solution-features-carousel .hud-callout {
    flex: 0 0 min(80vw, 305px) !important;
    min-height: 112px !important;
    scroll-snap-align: start;
  }
}

/* Products LuzIA page */
.products-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(237, 174, 25, 0.15), transparent 24%),
    linear-gradient(180deg, #f4f8fb 0%, #fff 48%, #f5f8fb 100%);
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(9rem, 13vw, 12rem) 0 clamp(5rem, 8vw, 8rem);
  position: relative;
}

.products-page::before {
  background-image: radial-gradient(rgba(6, 29, 51, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  height: 190px;
  opacity: 0.5;
  position: absolute;
  right: 2%;
  top: 120px;
  width: 240px;
}

.products-heading {
  margin: 0 auto clamp(2.8rem, 5vw, 4.8rem);
  max-width: 900px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.products-kicker {
  color: var(--luzia-gold);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.products-heading h1 {
  color: var(--luzia-ink);
  font-size: clamp(3rem, 6.5vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin-bottom: 1.25rem;
}

.products-heading p {
  color: var(--luzia-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
}

.products-showcase {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
}

.product-feature {
  background: #fff;
  border: 1px solid rgba(6, 29, 51, 0.08);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(6, 29, 51, 0.11);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 580px;
  overflow: hidden;
}

.product-feature:nth-child(even) {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
}

.product-feature:nth-child(even) .product-visual {
  order: 2;
}

.product-visual {
  align-items: center;
  background:
    radial-gradient(circle at 50% 52%, rgba(237, 174, 25, 0.22), transparent 34%),
    linear-gradient(145deg, #061d33, #0b2d4a);
  display: flex;
  justify-content: center;
  min-height: 580px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 5rem);
  position: relative;
}

.product-visual::after {
  border: 1px solid rgba(237, 174, 25, 0.35);
  border-radius: 50%;
  content: "";
  height: min(35vw, 430px);
  position: absolute;
  width: min(35vw, 430px);
}

.product-visual img {
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.28));
  height: 100%;
  max-height: 470px;
  object-fit: contain;
  position: relative;
  transition: transform 300ms ease;
  width: 100%;
  z-index: 2;
}

.product-feature:hover .product-visual img {
  transform: scale(1.035) translateY(-4px);
}

.product-number {
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(7rem, 15vw, 14rem);
  font-weight: 950;
  left: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
}

.product-content {
  align-self: center;
  padding: clamp(2.5rem, 6vw, 6rem);
}

.product-label {
  align-items: center;
  color: var(--luzia-gold-dark, #d99400);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.55rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.product-content h2 {
  color: var(--luzia-ink);
  font-size: clamp(3rem, 5.2vw, 5.1rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 1.5rem;
}

.product-content p {
  color: var(--luzia-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.product-detail {
  align-items: center;
  background: #f2f7fb;
  border: 1px solid rgba(6, 29, 51, 0.08);
  border-radius: 16px;
  color: var(--luzia-ink);
  display: inline-flex;
  font-weight: 850;
  gap: 0.75rem;
  padding: 0.9rem 1.15rem;
}

.product-detail i {
  color: var(--luzia-gold);
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .product-feature,
  .product-feature:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .product-feature:nth-child(even) .product-visual {
    order: initial;
  }

  .product-visual {
    min-height: 430px;
  }

  .product-visual::after {
    height: 330px;
    width: 330px;
  }
}

@media (max-width: 575.98px) {
  .products-page {
    padding: 6.4rem 0 3rem;
  }

  .products-page::before {
    display: none;
  }

  .products-heading {
    margin-bottom: 1.8rem;
    padding: 0 0.35rem;
  }

  .products-kicker {
    font-size: 0.68rem;
    margin-bottom: 0.55rem;
  }

  .products-heading h1 {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
    line-height: 0.97;
    margin-bottom: 0.8rem;
  }

  .products-heading p {
    font-size: 0.94rem;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 340px;
  }

  .products-showcase {
    gap: 1.15rem;
  }

  .product-feature,
  .product-feature:nth-child(even) {
    border-radius: 19px;
    grid-template-columns: minmax(125px, 42%) minmax(0, 58%);
    min-height: 250px;
  }

  .product-visual {
    min-height: 250px;
    padding: 0.75rem;
  }

  .product-feature:nth-child(even) .product-visual {
    order: 2;
  }

  .product-feature:nth-child(even) .product-content {
    order: 1;
  }

  .product-visual img {
    max-height: 220px;
  }

  .product-visual::after {
    height: 150px;
    width: 150px;
  }

  .product-number {
    font-size: 5rem;
    left: 0.35rem;
    top: 0.5rem;
  }

  .product-content {
    padding: 1.25rem 1rem;
  }

  .product-label {
    font-size: 0.56rem;
    gap: 0.35rem;
    letter-spacing: 0.09em;
    margin-bottom: 0.55rem;
  }

  .product-content h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 0.98;
    margin-bottom: 0.7rem;
  }

  .product-content p {
    display: -webkit-box;
    font-size: 0.82rem;
    line-height: 1.45;
    margin-bottom: 0.85rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .product-detail {
    border-radius: 11px;
    font-size: 0.7rem;
    gap: 0.4rem;
    padding: 0.55rem 0.65rem;
  }

  .product-detail i {
    font-size: 0.95rem;
  }
}

/* On phones and tablets, keep the original swipe-only product experience. */
@media (max-width: 991.98px) {
  .home-products-carousel-shell .home-products-controls {
    display: none !important;
  }
}

/* Compact laptop proportions: preserve the approved layout at 100% zoom. */
@media (min-width: 992px) {
  .home-products-section {
    padding-block: clamp(2.6rem, 4vw, 4rem) !important;
  }

  .home-products-heading {
    margin-bottom: 0.9rem !important;
  }

  .home-products-heading h2 {
    font-size: clamp(2.8rem, 3.8vw, 4.1rem) !important;
    line-height: 0.9 !important;
  }

  .home-products-heading h2::after {
    height: 3px !important;
    margin-top: 0.75rem !important;
    width: 48px !important;
  }

  .home-products-intro {
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
    margin-top: 0.8rem !important;
    max-width: 350px !important;
  }

  body .home-products-carousel-shell .home-products-controls {
    margin: -5.2rem 0 1rem auto !important;
    padding: 0.25rem !important;
  }

  body .home-products-carousel-shell .home-products-controls button {
    font-size: 0.78rem !important;
    height: 54px !important;
    padding: 0.35rem 0.65rem !important;
  }

  body .home-products-carousel-shell .home-products-controls button img {
    flex-basis: 38px !important;
    height: 38px !important;
    width: 38px !important;
  }

  .home-products-grid[data-product-carousel] .home-product-card {
    grid-template-rows: 1fr !important;
    height: clamp(480px, 52vh, 540px) !important;
    min-height: 480px !important;
  }

  .home-products-grid[data-product-carousel] .home-product-image {
    min-height: 0 !important;
  }

  .home-products-grid[data-product-carousel] .home-product-image .product-color-image {
    height: 91% !important;
    max-height: 100% !important;
  }

  .home-products-grid[data-product-carousel] .home-product-index {
    font-size: clamp(4.6rem, 6.6vw, 6.8rem) !important;
    left: 2rem !important;
    top: 1.2rem !important;
  }

  .home-product-visual-features {
    gap: 0.7rem !important;
    left: 1.5rem !important;
    transform: translateY(-40%) !important;
    width: 165px !important;
  }

  .home-product-visual-features > div {
    gap: 0.55rem !important;
    grid-template-columns: 37px minmax(0, 1fr) !important;
  }

  .home-product-visual-features > div > i {
    font-size: 0.85rem !important;
    height: 37px !important;
    width: 37px !important;
  }

  .home-product-visual-features strong {
    font-size: 0.68rem !important;
  }

  .home-product-visual-features small {
    font-size: 0.56rem !important;
    margin-top: 0.15rem !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy {
    padding: clamp(1.35rem, 2.2vw, 2.35rem) !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy > span:first-child {
    font-size: 0.67rem !important;
    padding: 0.48rem 0.7rem !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy h3 {
    font-size: clamp(2.55rem, 3.3vw, 3.7rem) !important;
    margin: 0.55rem 0 0.65rem !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy h3::after {
    height: 3px !important;
    margin-top: 0.55rem !important;
    width: 70px !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy > p {
    font-size: clamp(0.82rem, 0.96vw, 0.95rem) !important;
    line-height: 1.45 !important;
    padding-bottom: 0.7rem !important;
  }

  .home-products-grid[data-product-carousel] .product-color-selector {
    gap: 0.55rem !important;
    margin: 0.1rem 0 0.75rem !important;
    padding: 0.45rem 0.7rem !important;
  }

  .home-products-grid[data-product-carousel] .color-option {
    height: 28px !important;
    width: 28px !important;
  }

  .home-product-benefits {
    gap: 0.55rem !important;
    padding-top: 0.7rem !important;
  }

  .home-product-benefits > div {
    border-radius: 12px !important;
    min-height: 88px !important;
    padding: 0.55rem 0.4rem !important;
  }

  .home-product-benefits i {
    font-size: 1.25rem !important;
    margin-bottom: 0.35rem !important;
  }

  .home-product-benefits strong {
    font-size: 0.65rem !important;
  }

  .home-product-benefits small {
    font-size: 0.56rem !important;
    margin-top: 0.25rem !important;
  }

  .home-products-values {
    border-radius: 15px !important;
    margin-top: 0.75rem !important;
    min-height: 58px !important;
    padding: 0.55rem 0.8rem !important;
  }

  .home-products-values > div {
    font-size: 0.62rem !important;
    gap: 0.55rem !important;
  }

  .home-products-values i {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 992px) and (max-height: 800px) {
  .home-products-grid[data-product-carousel] .home-product-card {
    height: 465px !important;
    min-height: 465px !important;
  }

  .home-products-section {
    padding-block: 2.25rem !important;
  }
}

/* Desktop product showcase based on the approved LuzIA composition. */
.home-product-visual-features,
.home-product-benefits,
.home-products-values {
  display: none;
}

@media (min-width: 992px) {
  .home-products-section {
    background:
      radial-gradient(circle at 78% 18%, rgba(213, 229, 243, 0.72), transparent 25%),
      radial-gradient(circle at 96% 8%, rgba(255, 190, 38, 0.13), transparent 22%),
      linear-gradient(180deg, #ffffff 0%, #f4f8fb 52%, #ffffff 100%);
    overflow: hidden;
    padding-block: clamp(4.5rem, 7vw, 7rem);
    position: relative;
  }

  .home-products-section::before {
    border: 1px solid rgba(237, 174, 25, 0.45);
    border-radius: 50%;
    content: "";
    height: 340px;
    position: absolute;
    right: -150px;
    top: -130px;
    width: 340px;
  }

  .home-products-section::after {
    background-image: radial-gradient(rgba(180, 205, 226, 0.48) 1.6px, transparent 1.6px);
    background-size: 19px 19px;
    content: "";
    height: 110px;
    opacity: 0.55;
    position: absolute;
    right: 24%;
    top: 7.5rem;
    width: 220px;
  }

  .home-products-heading {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
    margin-bottom: 1.35rem;
    position: relative;
    z-index: 2;
  }

  .home-products-heading h2 {
    font-size: clamp(3.3rem, 4.8vw, 5.1rem);
    line-height: 0.92;
    max-width: 680px;
  }

  .home-products-heading h2 span {
    color: var(--luzia-gold-2);
    display: block;
  }

  .home-products-heading h2::after {
    background: var(--luzia-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 1rem;
    width: 56px;
  }

  .home-products-intro {
    color: var(--luzia-muted);
    font-size: 0.98rem;
    line-height: 1.55;
    margin: 1.15rem 0 0;
    max-width: 390px;
  }

  .home-products-aside {
    display: block;
  }

  body .home-products-carousel-shell .home-products-controls {
    margin: -6.3rem 0 1.55rem auto !important;
    max-width: 68% !important;
    padding: 0.35rem !important;
    position: relative !important;
    z-index: 5 !important;
  }

  body .home-products-carousel-shell .home-products-controls button {
    border-radius: 15px !important;
    height: 66px !important;
    padding: 0.5rem 0.8rem !important;
  }

  body .home-products-carousel-shell .home-products-controls button img {
    border-radius: 50% !important;
    flex-basis: 46px !important;
    height: 46px !important;
    width: 46px !important;
  }

  .home-products-grid[data-product-carousel] .home-product-card {
    border: 1px solid rgba(6, 29, 51, 0.08);
    border-radius: 25px;
    box-shadow: 0 24px 65px rgba(6, 29, 51, 0.13);
    grid-template-columns: minmax(430px, 0.44fr) minmax(0, 0.56fr) !important;
    grid-template-rows: minmax(620px, 70vh) !important;
    min-height: 620px;
    overflow: hidden;
  }

  .home-products-grid[data-product-carousel] .home-product-image {
    background:
      radial-gradient(circle at 66% 54%, rgba(237, 174, 25, 0.18), transparent 22%),
      radial-gradient(circle at 66% 54%, transparent 0 27%, rgba(237, 174, 25, 0.16) 27.2% 27.45%, transparent 27.7% 38%, rgba(237, 174, 25, 0.12) 38.2% 38.45%, transparent 38.7%),
      linear-gradient(145deg, #061d33, #0a3452) !important;
    min-height: 620px;
    overflow: hidden;
    position: relative;
  }

  .home-products-grid[data-product-carousel] .home-product-image::after {
    background-image: radial-gradient(rgba(237, 174, 25, 0.46) 1.3px, transparent 1.3px);
    background-size: 12px 12px;
    bottom: 13%;
    content: "";
    height: 100px;
    left: 34%;
    opacity: 0.55;
    position: absolute;
    width: 150px;
  }

  .home-products-grid[data-product-carousel] .home-product-image .product-color-image {
    height: 88%;
    margin-left: 27%;
    max-height: none;
    max-width: 66%;
    object-fit: contain;
    position: relative;
    width: 66%;
    z-index: 2;
  }

  .home-products-grid[data-product-carousel] .home-product-index {
    color: transparent;
    font-size: clamp(5.5rem, 8vw, 8rem);
    left: 2.5rem;
    opacity: 0.55;
    top: 1.8rem;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }

  .home-product-visual-features {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.6vh, 1.45rem);
    left: 2rem;
    position: absolute;
    top: 52%;
    transform: translateY(-42%);
    width: 180px;
    z-index: 4;
  }

  .home-product-visual-features > div {
    align-items: center;
    color: #fff;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: 45px minmax(0, 1fr);
  }

  .home-product-visual-features > div > i {
    align-items: center;
    border: 1px solid rgba(237, 174, 25, 0.75);
    border-radius: 50%;
    color: var(--luzia-gold-2);
    display: flex;
    font-size: 1rem;
    height: 45px;
    justify-content: center;
    width: 45px;
  }

  .home-product-visual-features span {
    display: flex;
    flex-direction: column;
  }

  .home-product-visual-features strong {
    font-size: 0.78rem;
    line-height: 1.1;
  }

  .home-product-visual-features small {
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.64rem;
    line-height: 1.3;
    margin-top: 0.25rem;
  }

  .home-products-grid[data-product-carousel] .home-product-copy {
    background:
      radial-gradient(circle at 100% 0%, rgba(237, 174, 25, 0.13), transparent 34%),
      linear-gradient(145deg, #fff, #fbfdff) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 3vw, 3.4rem) !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy h3 {
    font-size: clamp(3rem, 4vw, 4.5rem);
    letter-spacing: -0.055em;
    margin: 0.75rem 0 1rem;
  }

  .home-products-grid[data-product-carousel] .product-title-accent {
    color: var(--luzia-gold-2);
  }

  .home-products-grid[data-product-carousel] .home-product-copy > p {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: clamp(0.95rem, 1.15vw, 1.1rem);
    line-height: 1.55;
    margin: 0;
    max-width: 700px;
    padding: 0 0 1.15rem;
  }

  .home-products-grid[data-product-carousel] .product-color-selector {
    border-radius: 999px;
    margin: 0.25rem 0 1.25rem;
    padding: 0.65rem 0.9rem;
  }

  .home-product-benefits {
    border-top: 1px solid rgba(6, 29, 51, 0.1);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 1rem;
  }

  .home-product-benefits > div {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(6, 29, 51, 0.09);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(6, 29, 51, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 125px;
    padding: 0.85rem 0.55rem;
    text-align: center;
  }

  .home-product-benefits i {
    color: var(--luzia-gold-2);
    font-size: 1.65rem;
    margin-bottom: 0.55rem;
  }

  .home-product-benefits strong {
    color: var(--luzia-navy);
    font-size: 0.76rem;
    line-height: 1.15;
  }

  .home-product-benefits small {
    color: var(--luzia-muted);
    font-size: 0.65rem;
    line-height: 1.3;
    margin-top: 0.4rem;
  }

  .home-products-values {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(6, 29, 51, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(6, 29, 51, 0.09);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.1rem;
    min-height: 76px;
    padding: 0.85rem 1rem;
  }

  .home-products-values > div {
    align-items: center;
    border-right: 1px solid rgba(6, 29, 51, 0.1);
    color: var(--luzia-muted);
    display: flex;
    font-size: 0.72rem;
    gap: 0.8rem;
    justify-content: center;
    line-height: 1.25;
    padding-inline: 1rem;
  }

  .home-products-values > div:last-child {
    border-right: 0;
  }

  .home-products-values i {
    color: var(--luzia-gold-2);
    font-size: 1.45rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body .home-products-carousel-shell .home-products-controls {
    margin: 0 auto 1.4rem !important;
    max-width: 100% !important;
  }

  .home-products-grid[data-product-carousel] .home-product-card {
    grid-template-columns: minmax(390px, 0.46fr) minmax(0, 0.54fr) !important;
  }

  .home-product-visual-features {
    left: 1.2rem;
    width: 155px;
  }

  .home-products-grid[data-product-carousel] .home-product-copy {
    padding: 1.8rem !important;
  }

  .home-product-benefits > div {
    min-height: 112px;
  }
}

@media (max-width: 359.98px) {
  .product-feature,
  .product-feature:nth-child(even) {
    grid-template-columns: 38% 62%;
  }

  .product-content {
    padding: 1rem 0.75rem;
  }

  .product-content p {
    -webkit-line-clamp: 3;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--luzia-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.hero-carousel-section {
  background: var(--luzia-navy);
  padding-top: 76px;
  scroll-margin-top: 86px;
}

.carousel-slide {
  align-items: center;
  display: flex;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.carousel-slide::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.carousel-slide::after {
  background: radial-gradient(circle at 23% 42%, rgba(237, 174, 25, 0.18), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.carousel-slide .container {
  position: relative;
  z-index: 2;
}

.slide-brand::before {
  background:
    linear-gradient(90deg, rgba(4, 17, 31, 0.98) 0%, rgba(4, 17, 31, 0.88) 42%, rgba(4, 17, 31, 0.32) 74%, rgba(4, 17, 31, 0.08) 100%),
    url("../assets/img/tester-1.jpeg") 78% 38% / cover no-repeat;
}

.slide-product::before {
  background:
    linear-gradient(90deg, rgba(4, 17, 31, 0.98) 0%, rgba(4, 17, 31, 0.86) 45%, rgba(4, 17, 31, 0.24) 100%),
    radial-gradient(circle at 72% 46%, rgba(237, 174, 25, 0.22), transparent 24%),
    url("../assets/img/baston-luzia.png") 78% 48% / min(620px, 52vw) auto no-repeat,
    linear-gradient(135deg, #051827, #102d46);
}

.slide-testers::before {
  background:
    linear-gradient(90deg, rgba(4, 17, 31, 0.98) 0%, rgba(4, 17, 31, 0.82) 42%, rgba(4, 17, 31, 0.28) 100%),
    url("../assets/img/tester-2.jpeg") 78% 44% / cover no-repeat;
}

.carousel-copy {
  color: #fff;
  max-width: 640px;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.carousel-kicker {
  border: 1px solid rgba(237, 174, 25, 0.65);
  border-radius: 999px;
  color: var(--luzia-gold);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 1.4rem;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}

.carousel-copy h2 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.94;
  margin-bottom: 1.4rem;
}

.carousel-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 560px;
}

.carousel-indicators {
  bottom: 28px;
}

.carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  height: 6px;
  width: 36px;
}

.carousel-indicators .active {
  background-color: var(--luzia-gold);
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.navbar {
  min-height: 76px;
  box-shadow: 0 8px 26px rgba(6, 29, 51, 0.08);
  transition: box-shadow 0.2s ease, min-height 0.2s ease;
}

.navbar.is-scrolled {
  box-shadow: 0 12px 30px rgba(6, 29, 51, 0.14);
}

.navbar .nav-link {
  color: var(--luzia-ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--luzia-gold);
}

.nav-menu-toggle {
  align-items: center;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.86), transparent 26%),
    linear-gradient(145deg, var(--luzia-gold-2), var(--luzia-gold));
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(237, 174, 25, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  width: 50px;
}

.nav-menu-toggle::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  content: "";
  height: 100%;
  left: -130%;
  position: absolute;
  top: 0;
  transform: skewX(-18deg);
  transition: left 0.5s ease;
  width: 80%;
}

.nav-menu-toggle:hover {
  box-shadow: 0 20px 42px rgba(237, 174, 25, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.52);
  transform: translateY(-2px) scale(1.02);
}

.nav-menu-toggle:hover::before {
  left: 120%;
}

.nav-menu-toggle span {
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(6, 29, 51, 0.16);
  display: block;
  height: 3px;
  position: relative;
  transition: transform 0.28s ease, opacity 0.2s ease, width 0.28s ease;
  width: 22px;
  z-index: 1;
}

.nav-menu-toggle span:nth-child(2) {
  width: 16px;
}

.nav-menu-toggle.active,
.nav-menu-toggle.is-open {
  background: linear-gradient(145deg, #061d33, #0b2d4a);
  box-shadow: 0 18px 38px rgba(6, 29, 51, 0.32);
}

.nav-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.nav-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-menu {
  background:
    radial-gradient(circle at 18% 8%, rgba(237, 174, 25, 0.18), transparent 24%),
    radial-gradient(circle at 105% 72%, rgba(6, 29, 51, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 0;
  box-shadow: -30px 0 80px rgba(6, 29, 51, 0.22);
  overflow: hidden;
  width: min(430px, 92vw);
}

.site-menu::before {
  background:
    linear-gradient(rgba(237, 174, 25, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 174, 25, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.site-menu .offcanvas-header,
.site-menu .offcanvas-body {
  position: relative;
  z-index: 1;
}

.site-menu .offcanvas-header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(6, 29, 51, 0.08);
  padding: 1.65rem 1.65rem 1.25rem;
}

.site-menu-kicker {
  color: var(--luzia-gold);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.site-menu .offcanvas-title {
  color: var(--luzia-ink);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.site-menu-close {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(6, 29, 51, 0.1);
  border-radius: 12px;
  color: var(--luzia-ink);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 42px;
}

.site-menu-close:hover {
  background: var(--luzia-ink);
  color: #fff;
  transform: rotate(90deg);
}

.site-menu .offcanvas-body {
  padding: 1.65rem;
}

.site-menu-link {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 18% 0%, rgba(237, 174, 25, 0.12), transparent 28%);
  border: 1px solid rgba(237, 174, 25, 0.24);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(6, 29, 51, 0.08);
  color: var(--luzia-ink);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  min-height: 96px;
  overflow: hidden;
  padding: 1.05rem;
  position: relative;
  text-decoration: none;
  transform: translateX(26px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.site-menu.show .site-menu-link {
  animation: menuItemIn 520ms cubic-bezier(0.2, 0.8, 0.2, 1) 110ms both;
}

.site-menu-link::after {
  background: linear-gradient(90deg, transparent, rgba(237, 174, 25, 0.18), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-18deg);
  transition: left 0.55s ease;
  width: 70%;
}

.site-menu-link:hover,
.site-menu-link.active {
  border-color: rgba(237, 174, 25, 0.7);
  box-shadow: 0 24px 58px rgba(237, 174, 25, 0.18);
  color: var(--luzia-ink);
  transform: translateY(-3px);
}

.site-menu-link:hover::after {
  left: 125%;
}

.site-menu-icon {
  align-items: center;
  background: linear-gradient(145deg, var(--luzia-gold-2), var(--luzia-gold));
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(237, 174, 25, 0.28);
  color: #fff;
  display: inline-flex;
  flex: 0 0 58px;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.site-menu-link strong,
.site-menu-link small {
  display: block;
}

.site-menu-link strong {
  font-size: 1.08rem;
  font-weight: 950;
}

.site-menu-link small {
  color: var(--luzia-muted);
  line-height: 1.35;
  margin-top: 0.2rem;
}

.site-menu-arrow {
  color: var(--luzia-gold);
  font-size: 1.75rem;
  transition: transform 0.25s ease;
}

.site-menu-link:hover .site-menu-arrow {
  transform: translateX(5px);
}

.site-menu-note {
  align-items: flex-start;
  background: rgba(6, 29, 51, 0.04);
  border: 1px solid rgba(6, 29, 51, 0.07);
  border-radius: 16px;
  color: #42526a;
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  padding: 1rem;
}

.site-menu-note i {
  color: var(--luzia-gold);
  font-size: 1.2rem;
}

.site-menu-note p {
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.site-menu-cta {
  align-items: center;
  background: linear-gradient(145deg, #071d33, #0b2d4a);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(6, 29, 51, 0.22);
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.site-menu-cta:hover {
  box-shadow: 0 22px 52px rgba(6, 29, 51, 0.3);
  color: #fff;
  transform: translateY(-2px);
}

@keyframes menuItemIn {
  from {
    opacity: 0;
    transform: translateX(26px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.brand-mark {
  display: block;
  height: 52px;
  width: 178px;
  overflow: hidden;
}

.brand-mark img,
.footer-brand img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.45));
  transform: none;
}

.btn {
  border-radius: 8px;
  font-weight: 800;
  min-height: 44px;
}

.btn-luzia {
  background: linear-gradient(180deg, var(--luzia-gold-2), var(--luzia-gold));
  border: 0;
  color: #fff;
  box-shadow: 0 10px 22px rgba(237, 174, 25, 0.28);
}

.btn-luzia:hover {
  background: #d99708;
  color: #fff;
}

.btn-dark-blue {
  background: var(--luzia-navy);
  border-color: var(--luzia-navy);
  color: #fff;
}

.btn-dark-blue:hover {
  background: var(--luzia-navy-2);
  color: #fff;
}

.section-pad {
  padding: 72px 0;
  scroll-margin-top: 86px;
}

.section-heading h2 {
  color: var(--luzia-ink);
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-weight: 850;
  margin-bottom: 0.8rem;
  position: relative;
}

.section-heading h2::after {
  background: var(--luzia-gold);
  content: "";
  display: block;
  height: 3px;
  margin: 0.55rem auto 0;
  width: 42px;
}

.section-heading.text-lg-start h2::after {
  margin-left: 0;
}

.section-heading.text-white h2,
.section-heading.text-white p {
  color: #fff;
}

.section-heading p {
  color: var(--luzia-muted);
  margin: 0 auto;
  max-width: 700px;
}

.hero-section {
  min-height: 620px;
  padding-top: 76px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(5, 24, 43, 0.98) 0%, rgba(5, 24, 43, 0.9) 42%, rgba(5, 24, 43, 0.28) 76%, rgba(5, 24, 43, 0.1) 100%),
    url("../assets/img/tester-1.jpeg") 78% 42% / cover no-repeat;
  inset: 76px 0 0;
  position: absolute;
}

.hero-section::after {
  background:
    linear-gradient(100deg, rgba(6, 29, 51, 0.12), rgba(6, 29, 51, 0));
  content: "";
  inset: 76px 0 0;
  opacity: 0.62;
  position: absolute;
}

.min-vh-hero {
  min-height: 544px;
}

.display-title {
  color: #fff;
  font-size: clamp(4.3rem, 10vw, 8.1rem);
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 1.35rem;
}

.display-title span,
.hero-subtitle strong {
  color: var(--luzia-gold);
}

.hero-subtitle {
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  font-weight: 850;
  line-height: 1.1;
  max-width: 600px;
}

.hero-copy {
  font-size: 1.1rem;
  max-width: 520px;
}

.signal-rings {
  bottom: 86px;
  height: 160px;
  pointer-events: none;
  position: absolute;
  right: 13%;
  width: 380px;
  z-index: 2;
}

.signal-rings span {
  border: 2px solid rgba(237, 174, 25, 0.86);
  border-radius: 50%;
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.signal-rings span:nth-child(1) { height: 38px; width: 120px; }
.signal-rings span:nth-child(2) { height: 64px; width: 190px; }
.signal-rings span:nth-child(3) { height: 92px; width: 275px; }
.signal-rings span:nth-child(4) { height: 122px; width: 360px; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.problem-item {
  align-items: center;
  border-right: 1px solid var(--luzia-line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  min-height: 150px;
  padding: 0 1.25rem;
  text-align: center;
}

.problem-item:last-child {
  border-right: 0;
}

.problem-item i {
  align-items: center;
  background: #fff5df;
  border-radius: 50%;
  color: var(--luzia-gold);
  display: inline-flex;
  font-size: 2.05rem;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.problem-item h3,
.step-item h3,
.contact-form h3 {
  font-size: 1rem;
  font-weight: 850;
}

.solution-section {
  background: linear-gradient(180deg, #f3f8fc, #eaf2f8);
}

.contact-section {
  background: linear-gradient(90deg, #f6fbff, #fff);
}

.solution-showcase {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 66% 45%, rgba(237, 174, 25, 0.22), transparent 23%),
    radial-gradient(circle at 30% 18%, rgba(70, 146, 203, 0.16), transparent 28%),
    linear-gradient(145deg, #030812, #081628 48%, #06111f);
  background-size: 92px 92px, 92px 92px, auto, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: 0 34px 80px rgba(6, 29, 51, 0.24);
  color: #fff;
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(320px, 0.76fr) minmax(520px, 1.24fr);
  min-height: 760px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 5rem);
  position: relative;
}

.solution-showcase::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 38%, rgba(237, 174, 25, 0.06));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.solution-intro {
  align-self: start;
  padding-top: clamp(1rem, 3vw, 2rem);
  position: relative;
  z-index: 2;
}

.solution-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
  padding: 0.8rem 1.2rem;
  text-transform: uppercase;
}

.solution-intro h2 {
  font-size: clamp(3.2rem, 6.4vw, 7.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 1.6rem;
  max-width: 720px;
}

.solution-intro h2 span {
  color: var(--luzia-gold);
  text-shadow: 0 0 28px rgba(237, 174, 25, 0.22);
}

.solution-intro p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.78;
  margin-bottom: 1.6rem;
  max-width: 650px;
}

.solution-brand {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  margin-top: 2rem;
}

.solution-brand span {
  color: var(--luzia-gold);
}

.solution-emotion {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 1rem !important;
  margin-top: 0.9rem;
  max-width: 520px !important;
}

.solution-product {
  align-items: center;
  align-self: stretch;
  background:
    radial-gradient(circle at 48% 48%, rgba(237, 174, 25, 0.15), transparent 20%),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.08), transparent 38%);
  border-radius: 0;
  display: flex;
  justify-content: center;
  min-height: 630px;
  overflow: visible;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.product-glow {
  background:
    radial-gradient(circle, rgba(237, 174, 25, 0.36), transparent 58%),
    radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 42%);
  border-radius: 50%;
  filter: blur(22px);
  height: 430px;
  position: absolute;
  width: 430px;
}

.solution-cane-img {
  filter: drop-shadow(0 34px 34px rgba(0, 0, 0, 0.48));
  height: 104%;
  max-height: 720px;
  object-fit: contain;
  position: relative;
  transform: rotate(-5deg) scale(1.08);
  width: 100%;
  z-index: 4;
}

.hud-callout {
  align-items: center;
  background: rgba(8, 18, 32, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 0.75rem;
  max-width: 310px;
  padding: 0.78rem 0.92rem;
  position: absolute;
  z-index: 5;
}

.hud-callout::before {
  background: linear-gradient(90deg, rgba(237, 174, 25, 0), rgba(237, 174, 25, 0.86));
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 78px;
}

.hud-callout::after {
  background: var(--luzia-gold);
  border: 3px solid rgba(8, 18, 32, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(237, 174, 25, 0.15), 0 0 24px rgba(237, 174, 25, 0.38);
  content: "";
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.hud-callout i {
  align-items: center;
  background: rgba(237, 174, 25, 0.1);
  border: 1px solid rgba(237, 174, 25, 0.28);
  border-radius: 50%;
  color: var(--luzia-gold);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.05rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hud-callout strong,
.hud-callout span {
  display: block;
}

.hud-callout strong {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.15;
}

.hud-callout span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  line-height: 1.35;
  margin-top: 0.15rem;
}

.callout-camera {
  left: 7%;
  top: 12%;
}

.callout-camera::before,
.callout-haptic::before,
.callout-sensors::before {
  left: 100%;
}

.callout-camera::after,
.callout-haptic::after,
.callout-sensors::after {
  left: calc(100% + 76px);
}

.callout-haptic {
  left: 4%;
  top: 50%;
}

.callout-sensors {
  left: 11%;
  bottom: 16%;
}

.callout-mobile,
.callout-battery {
  right: 3%;
}

.callout-mobile::before,
.callout-battery::before {
  background: linear-gradient(90deg, rgba(237, 174, 25, 0.86), rgba(237, 174, 25, 0));
  right: 100%;
}

.callout-mobile::after,
.callout-battery::after {
  right: calc(100% + 76px);
}

.callout-mobile {
  top: 28%;
}

.callout-battery {
  bottom: 22%;
}

.solution-benefits {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 1.25rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
}

.solution-benefits article {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
}

.solution-benefits i {
  color: var(--luzia-gold);
  font-size: 1.45rem;
}

.solution-benefits strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 800;
}

.impact-list i {
  color: var(--luzia-gold);
  font-size: 1.55rem;
}

.steps-line {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}

.steps-line::before {
  border-top: 2px dashed var(--luzia-gold);
  content: "";
  left: 9%;
  position: absolute;
  right: 9%;
  top: 35px;
}

.step-item {
  position: relative;
  text-align: center;
  z-index: 1;
}

.step-item span {
  align-items: center;
  background: #fff;
  border: 1px dashed var(--luzia-gold);
  border-radius: 50%;
  display: inline-flex;
  font-size: 2rem;
  height: 72px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 72px;
}

.step-item p {
  font-size: 0.9rem;
  margin: 0 auto;
  max-width: 190px;
}

.maker-section {
  background: #fff;
  padding: 96px 0;
  scroll-margin-top: 86px;
}

.maker-card {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
  grid-template-columns: minmax(260px, 0.42fr) 1fr;
  margin: 0 auto;
  max-width: 1180px;
}

.maker-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

.maker-logo img {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
  max-height: 340px;
  object-fit: contain;
  width: 100%;
}

.maker-kicker {
  color: #d71920;
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.maker-card h2 {
  color: var(--luzia-ink);
  font-size: clamp(2.35rem, 4.5vw, 4.1rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1.6rem;
}

.maker-card p {
  color: var(--luzia-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.85;
  margin: 0 0 0.95rem;
  max-width: 820px;
  text-align: justify;
}

.impact-section {
  background: var(--luzia-navy);
  overflow: hidden;
  position: relative;
  scroll-margin-top: 86px;
}

.impact-section::before {
  background: linear-gradient(90deg, rgba(6, 29, 51, 0.95), rgba(6, 29, 51, 0.54), rgba(6, 29, 51, 0.96));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.impact-photo {
  background:
    url("../assets/img/tester-2.jpeg") center 45% / cover no-repeat;
  inset: 0;
  opacity: 0.78;
  position: absolute;
}

.impact-section .container {
  z-index: 2;
}

.impact-list {
  display: grid;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.impact-list li {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.gallery-section {
  background:
    linear-gradient(135deg, rgba(6, 29, 51, 0.96), rgba(10, 49, 76, 0.94)),
    url("../assets/img/tester-1.jpeg") center / cover no-repeat;
  padding: 88px 0 96px;
  position: relative;
  scroll-margin-top: 86px;
}

.gallery-page {
  min-height: calc(100vh - 74px);
  padding-top: 150px;
}

.gallery-section::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  position: absolute;
}

.gallery-section .container {
  position: relative;
  z-index: 1;
}

.gallery-heading h1,
.gallery-heading h2,
.gallery-heading p {
  color: #fff;
}

.gallery-heading h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 900;
  margin-bottom: 0.8rem;
  position: relative;
}

.gallery-heading h1::after {
  background: var(--luzia-gold);
  content: "";
  display: block;
  height: 3px;
  margin: 0.55rem auto 0;
  width: 42px;
}

.gallery-tabs {
  gap: 0.75rem;
}

.gallery-tabs .nav-link {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: 0.75rem 1.15rem;
}

.gallery-tabs .nav-link.active {
  background: #fff;
  border-color: #fff;
  color: var(--luzia-navy);
}

.gallery-feature {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) 1fr;
  min-height: 440px;
  overflow: hidden;
}

.gallery-feature img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.gallery-feature div {
  align-self: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.gallery-kicker {
  color: var(--luzia-gold);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.gallery-feature h2,
.gallery-feature h3 {
  color: var(--luzia-ink);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.gallery-feature p {
  color: var(--luzia-muted);
  font-size: 1.05rem;
  margin: 0;
  max-width: 560px;
}

.contact-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

.contact-grid a {
  align-items: center;
  color: var(--luzia-ink);
  display: flex;
  gap: 0.8rem;
  text-decoration: none;
}

.contact-grid i {
  align-items: center;
  border: 1px solid #bbc7d3;
  border-radius: 8px;
  display: inline-flex;
  font-size: 1.6rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.contact-grid strong,
.contact-grid span {
  display: block;
}

.contact-grid span {
  font-size: 0.86rem;
}

.contact-form {
  border-left: 1px solid var(--luzia-line);
  padding-left: 3rem;
}

.form-control {
  border-color: #cfd8e2;
  border-radius: 6px;
  min-height: 44px;
}

.site-footer {
  background: var(--luzia-navy);
  color: #fff;
  padding: 18px 0;
}

.site-footer p {
  font-size: 0.86rem;
  margin: 0;
}

.footer-brand {
  display: block;
  height: 48px;
  overflow: hidden;
  width: 166px;
}

.site-footer i {
  color: var(--luzia-gold);
}

@media (max-width: 1199.98px) {
  .navbar .nav-link {
    font-size: 0.8rem;
  }

  .hero-section::after {
    background-size: 430px auto;
    opacity: 0.48;
  }

  .solution-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .solution-intro {
    grid-column: 1 / -1;
  }

  .solution-intro p {
    max-width: 760px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(5, 24, 43, 0.98), rgba(5, 24, 43, 0.7)),
      url("../assets/img/tester-1.jpeg") center 28% / cover no-repeat;
  }

  .hero-section::after,
  .signal-rings {
    display: none;
  }

  .problem-grid,
  .steps-line,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .problem-item {
    border-bottom: 1px solid var(--luzia-line);
    border-right: 0;
    min-height: auto;
    padding: 1.5rem 0;
  }

  .steps-line::before {
    display: none;
  }

  .contact-form {
    border-left: 0;
    padding-left: 0;
  }

  .solution-showcase {
    border-radius: 18px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .solution-intro {
    text-align: center;
  }

  .solution-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .solution-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-product {
    justify-self: center;
    max-width: 760px;
    min-height: auto;
    padding-bottom: 15rem;
    width: 100%;
  }

  .solution-cane-img {
    height: auto;
    max-height: 520px;
    width: min(520px, 82%);
  }

  .hud-callout {
    position: relative;
    inset: auto;
  }

  .hud-callout::before,
  .hud-callout::after {
    display: none;
  }

  .callout-camera,
  .callout-haptic,
  .callout-sensors,
  .callout-mobile,
  .callout-battery {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }

  .solution-product {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-glow,
  .solution-cane-img {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .product-glow {
    align-self: center;
  }

  .gallery-feature {
    grid-template-columns: 1fr;
  }

  .gallery-feature img {
    aspect-ratio: 16 / 11;
    min-height: 320px;
  }

  .maker-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .maker-logo {
    justify-self: center;
    max-width: 340px;
    width: 100%;
  }

  .maker-card p {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 56px 0;
  }

  .hero-section {
    min-height: 590px;
  }

  .min-vh-hero {
    min-height: 514px;
  }

  .display-title {
    font-size: 4.6rem;
  }

  .solution-product {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .solution-cane-img {
    width: min(390px, 92%);
  }

  .solution-benefits {
    grid-template-columns: 1fr;
  }

  .hud-callout {
    border-radius: 18px;
    max-width: none;
    width: 100%;
  }

  .gallery-tabs {
    justify-content: flex-start !important;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .gallery-tabs .nav-link {
    white-space: nowrap;
  }

  .gallery-feature img {
    min-height: 360px;
  }
}

/* Light premium solution layout */
.solution-section {
  background:
    radial-gradient(circle at 58% 52%, rgba(237, 174, 25, 0.16), transparent 22%),
    radial-gradient(circle at 0% 76%, rgba(237, 174, 25, 0.08), transparent 20%),
    linear-gradient(180deg, #ffffff, #f8fbfd);
}

.solution-showcase {
  background:
    radial-gradient(circle at 56% 54%, rgba(237, 174, 25, 0.12), transparent 24%),
    repeating-radial-gradient(circle at 56% 54%, rgba(237, 174, 25, 0.14) 0 1px, transparent 1px 38px),
    linear-gradient(180deg, #ffffff, #fbfdff);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--luzia-ink);
  display: grid;
  column-gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: minmax(360px, 0.86fr) minmax(560px, 1.14fr);
  min-height: 780px;
  overflow: visible;
  padding: clamp(2.2rem, 5vw, 5rem) clamp(1rem, 4vw, 3rem);
}

.solution-showcase::after {
  background:
    radial-gradient(circle, rgba(237, 174, 25, 0.22) 2px, transparent 3px) 0 0 / 22px 22px;
  bottom: 1rem;
  content: "";
  height: 116px;
  left: auto;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: auto;
  width: 138px;
}

.solution-showcase::before {
  background:
    radial-gradient(circle, rgba(237, 174, 25, 0.22) 2px, transparent 3px) 0 0 / 22px 22px;
  content: "";
  height: 116px;
  left: 0.5rem;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  width: 150px;
}

.solution-intro {
  align-self: center;
  padding-top: 0;
}

.solution-pill {
  background: #fff;
  border: 1px solid var(--luzia-gold);
  color: var(--luzia-gold);
  letter-spacing: 0.22em;
  margin-bottom: 2rem;
  padding: 0.85rem 1.35rem;
}

.solution-intro h2 {
  color: #050b24;
  font-size: clamp(3.25rem, 5.3vw, 5.35rem);
  font-weight: 900;
  line-height: 0.96;
  max-width: 560px;
  text-shadow: 0 14px 30px rgba(6, 29, 51, 0.08);
}

.solution-intro h2 span {
  color: var(--luzia-gold);
  text-shadow: none;
}

.solution-intro h2::after {
  background: var(--luzia-gold);
  content: "";
  display: block;
  height: 5px;
  margin-top: 1.5rem;
  width: 72px;
}

.solution-intro p {
  color: #334155;
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 520px;
}

.solution-brand {
  align-items: center;
  color: #07122e;
  display: flex;
  font-size: clamp(3rem, 5vw, 4.8rem);
  gap: 0.8rem;
  margin-top: 2.4rem;
}

.solution-brand::before {
  color: var(--luzia-gold);
  content: "\F5A2";
  font-family: "bootstrap-icons";
  font-size: 0.82em;
}

.solution-emotion {
  color: #334155 !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
}

.solution-emotion strong,
.solution-emotion b {
  color: #07122e;
}

.solution-product {
  background: transparent;
  border-radius: 0;
  display: block;
  min-height: 640px;
  padding: 0;
  position: relative;
}

.product-glow {
  background:
    radial-gradient(circle, rgba(237, 174, 25, 0.28), rgba(237, 174, 25, 0.08) 28%, transparent 58%);
  filter: blur(4px);
  height: 360px;
  left: 28%;
  top: 27%;
  width: 360px;
}

.solution-cane-img {
  filter: drop-shadow(0 28px 28px rgba(5, 12, 25, 0.24));
  height: auto;
  left: 9%;
  max-height: none;
  mix-blend-mode: multiply;
  position: absolute;
  top: 4%;
  transform: rotate(-6deg) scale(1.08);
  width: min(480px, 52%);
}

.hud-callout {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--luzia-ink);
  gap: 1rem;
  max-width: 340px;
  padding: 0;
}

.hud-callout::before {
  background: var(--luzia-gold);
  height: 1px;
  width: 74px;
}

.hud-callout::after {
  background: #fff;
  border: 2px solid var(--luzia-gold);
  box-shadow: 0 0 0 3px rgba(237, 174, 25, 0.1);
  height: 12px;
  width: 12px;
}

.hud-callout i {
  background: #fff;
  border: 1px solid rgba(237, 174, 25, 0.42);
  border-radius: 50%;
  box-shadow: 0 14px 24px rgba(237, 174, 25, 0.14);
  color: var(--luzia-gold);
  font-size: 1.65rem;
  height: 68px;
  width: 68px;
}

.hud-callout strong {
  color: #07122e;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hud-callout span {
  color: #334155;
  font-size: 0.88rem;
  line-height: 1.5;
  margin-top: 0.35rem;
}

.callout-camera,
.callout-haptic,
.callout-sensors,
.callout-mobile,
.callout-battery {
  left: auto;
  right: 0;
}

.callout-camera { top: 11%; }
.callout-haptic { top: 27%; }
.callout-sensors { top: 43%; }
.callout-mobile { top: 59%; }
.callout-battery { top: 75%; }

.callout-camera::before,
.callout-haptic::before,
.callout-sensors::before,
.callout-mobile::before,
.callout-battery::before {
  background: var(--luzia-gold);
  right: calc(100% + 1rem);
}

.callout-camera::after,
.callout-haptic::after,
.callout-sensors::after,
.callout-mobile::after,
.callout-battery::after {
  right: calc(100% + 74px + 0.8rem);
}

.solution-benefits {
  align-self: end;
  border-top: 1px solid #e6edf4;
  gap: 0;
  grid-column: 1 / 2;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
  padding-top: 1.35rem;
}

.solution-benefits article {
  align-items: flex-start;
  border-right: 1px solid #d7e1ea;
  flex-direction: column;
  gap: 0.55rem;
  justify-content: flex-start;
  padding: 0 1.25rem;
}

.solution-benefits article:first-child {
  padding-left: 0;
}

.solution-benefits article:last-child {
  border-right: 0;
}

.solution-benefits i {
  align-items: center;
  border: 1px solid rgba(237, 174, 25, 0.42);
  border-radius: 50%;
  color: var(--luzia-gold);
  display: inline-flex;
  font-size: 1.8rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.solution-benefits strong {
  color: #07122e;
  font-size: 1rem;
  line-height: 1.2;
}

/* Global visual refinement */
body {
  background: #f4f8fb;
}

.container {
  --bs-gutter-x: 2rem;
}

.navbar {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.94) !important;
}

.navbar .nav-link {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.section-pad {
  padding: clamp(70px, 8vw, 104px) 0;
}

.section-heading h2 {
  letter-spacing: -0.02em;
}

.section-heading p {
  font-size: 1.03rem;
  line-height: 1.75;
}

.hero-section {
  min-height: 700px;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(4, 17, 31, 0.98) 0%, rgba(4, 17, 31, 0.9) 38%, rgba(4, 17, 31, 0.26) 74%, rgba(4, 17, 31, 0.06) 100%),
    url("../assets/img/tester-1.jpeg") 78% 38% / cover no-repeat;
}

.hero-section::before {
  background: radial-gradient(circle at 22% 42%, rgba(237, 174, 25, 0.16), transparent 28%);
  content: "";
  inset: 76px 0 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-section .container {
  z-index: 2;
}

.display-title {
  letter-spacing: -0.05em;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

#problema {
  background: #fff !important;
}

.problem-grid {
  gap: 1rem;
}

.problem-item {
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  border: 1px solid #e2ebf2;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(6, 29, 51, 0.05);
  min-height: 170px;
  padding: 1.45rem 1rem;
}

.problem-item:not(:last-child) {
  border-right: 1px solid #e2ebf2;
}

.problem-item h3 {
  color: #132338;
  line-height: 1.35;
  margin: 0;
}

.solution-section {
  background:
    radial-gradient(circle at 80% 12%, rgba(237, 174, 25, 0.12), transparent 25%),
    linear-gradient(180deg, #edf5fa, #f8fbfd);
}

.solution-section .container {
  max-width: 1480px;
}

.solution-showcase {
  border-radius: 22px;
}

.steps-line {
  gap: 1rem;
}

.step-item {
  background: #fff;
  border: 1px solid #e2ebf2;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(6, 29, 51, 0.05);
  padding: 1.4rem 1rem;
}

.steps-line::before {
  display: none;
}

.step-item span {
  background: #fff7e7;
  border: 1px solid rgba(237, 174, 25, 0.38);
  color: var(--luzia-ink);
}

.step-item p {
  color: #536477;
  line-height: 1.55;
}

.maker-section {
  background:
    linear-gradient(90deg, #fff 0%, #fff 58%, #f5f8fb 100%);
  border-top: 1px solid #e7eef5;
}

.maker-card {
  max-width: 1240px;
}

.impact-section {
  min-height: 380px;
}

.impact-section .row {
  min-height: 380px;
}

.impact-list li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.03rem;
}

.contact-section {
  background: #fff;
}

.contact-grid a {
  background: #f8fbfd;
  border: 1px solid #e2ebf2;
  border-radius: 8px;
  padding: 1rem;
}

.contact-form {
  background: #f8fbfd;
  border: 1px solid #e2ebf2;
  border-radius: 8px;
  padding: 1.5rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199.98px) {
  .navbar .btn {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .solution-showcase {
    grid-template-columns: 1fr;
  }

  .solution-intro {
    text-align: center;
  }

  .solution-intro p,
  .solution-emotion {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: 640px;
  }

  .problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 58px 0;
  }

  .display-title {
    font-size: clamp(4rem, 21vw, 5.2rem);
  }

  .hero-subtitle {
    font-size: 1.65rem;
  }

  .problem-grid,
  .steps-line {
    grid-template-columns: 1fr;
  }

  .solution-showcase {
    padding: 1.25rem;
  }

  .solution-intro h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .solution-brand {
    font-size: 2.7rem;
  }

  .solution-product {
    padding-left: 0;
    padding-right: 0;
  }

  .solution-benefits article {
    justify-content: flex-start;
  }

  .maker-section {
    padding: 64px 0;
  }

  .maker-logo img {
    max-height: 260px;
  }

  .maker-card h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 1199.98px) {
  .solution-showcase {
    grid-template-columns: 1fr;
  }

  .solution-intro {
    text-align: left;
  }

  .solution-product {
    min-height: 760px;
  }

  .solution-cane-img {
    left: 7%;
    top: 0;
    width: min(540px, 54%);
  }

  .solution-benefits {
    grid-column: 1;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .solution-showcase {
    padding: 2rem 1rem;
  }

  .solution-intro,
  .solution-intro p,
  .solution-emotion {
    text-align: center;
  }

  .solution-intro h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .solution-brand {
    justify-content: center;
  }

  .solution-product {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
    padding-top: 520px;
  }

  .product-glow {
    left: 50%;
    top: 190px;
    transform: translateX(-50%);
  }

  .solution-cane-img {
    left: 50%;
    top: -10px;
    transform: translateX(-50%) rotate(-6deg) scale(1.08);
    width: min(420px, 76%);
  }

  .hud-callout {
    background: #fff;
    border: 1px solid #e5edf4;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(6, 29, 51, 0.06);
    max-width: none;
    padding: 0.9rem;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .hud-callout::before,
  .hud-callout::after {
    display: none;
  }

  .hud-callout i {
    height: 54px;
    width: 54px;
    font-size: 1.35rem;
  }

  .callout-camera,
  .callout-haptic,
  .callout-sensors,
  .callout-mobile,
  .callout-battery {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
}

@media (max-width: 767.98px) {
  .solution-showcase {
    padding: 2rem 0;
  }

  .solution-intro h2 {
    font-size: clamp(2.75rem, 14vw, 4.4rem);
  }

  .solution-product {
    grid-template-columns: 1fr;
    padding-top: 420px;
  }

  .solution-cane-img {
    width: min(330px, 88%);
  }

  .product-glow {
    height: 300px;
    top: 130px;
    width: 300px;
  }

  .solution-benefits {
    grid-template-columns: 1fr;
  }

  .solution-benefits article {
    border-right: 0;
    border-bottom: 1px solid #d7e1ea;
    padding: 1rem 0;
  }

  .solution-benefits article:last-child {
    border-bottom: 0;
  }
}

/* Stable product/callout layout: prevents feature overlap */
.solution-product {
  align-items: center;
  column-gap: clamp(1.5rem, 3vw, 2.6rem);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 360px);
  grid-template-rows: repeat(5, auto);
  min-height: 620px;
  overflow: visible;
  padding: 1rem 0;
}

.product-glow {
  grid-column: 1;
  grid-row: 1 / -1;
  justify-self: center;
  left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.solution-cane-img {
  grid-column: 1;
  grid-row: 1 / -1;
  justify-self: center;
  left: auto;
  position: relative;
  top: auto;
  transform: rotate(-6deg);
  width: min(420px, 78%);
}

.hud-callout {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(237, 174, 25, 0.2);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(6, 29, 51, 0.05);
  grid-column: 2;
  max-width: none;
  min-height: 86px;
  padding: 0.85rem 0.95rem;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}

.hud-callout::before {
  left: -78px;
  right: auto;
  width: 60px;
}

.hud-callout::after {
  left: -88px;
  right: auto;
}

.callout-camera,
.callout-haptic,
.callout-sensors,
.callout-mobile,
.callout-battery {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
}

.callout-camera { grid-row: 1; }
.callout-haptic { grid-row: 2; }
.callout-sensors { grid-row: 3; }
.callout-mobile { grid-row: 4; }
.callout-battery { grid-row: 5; }

.hud-callout strong {
  white-space: normal;
}

.hud-callout span {
  display: block;
  max-width: 230px;
}

@media (max-width: 1199.98px) {
  .solution-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 440px;
  }

  .product-glow,
  .solution-cane-img {
    grid-column: 1 / -1;
    grid-row: auto;
    position: absolute;
  }

  .solution-cane-img {
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(-6deg);
    width: min(360px, 74%);
  }

  .product-glow {
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
  }

  .hud-callout {
    grid-column: auto;
    grid-row: auto;
  }

  .hud-callout::before,
  .hud-callout::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .solution-product {
    grid-template-columns: 1fr;
    padding-top: 360px;
  }

  .solution-cane-img {
    width: min(290px, 86%);
  }

  .product-glow {
    top: 120px;
  }
}

/* Definitive anti-overlap override for solution callouts */
.solution-product {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 360px) !important;
  grid-template-rows: repeat(5, minmax(86px, auto)) !important;
  row-gap: 1rem !important;
}

.hud-callout {
  bottom: auto !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.callout-camera { grid-column: 2 !important; grid-row: 1 !important; }
.callout-haptic { grid-column: 2 !important; grid-row: 2 !important; }
.callout-sensors { grid-column: 2 !important; grid-row: 3 !important; }
.callout-mobile { grid-column: 2 !important; grid-row: 4 !important; }
.callout-battery { grid-column: 2 !important; grid-row: 5 !important; }

.solution-cane-img {
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
  align-self: center !important;
  justify-self: center !important;
  left: auto !important;
  top: auto !important;
  transform: rotate(-6deg) scale(1.55) !important;
  width: min(520px, 92%) !important;
  z-index: 4;
}

.product-glow {
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
  height: 420px !important;
  width: 420px !important;
}

@media (max-width: 1199.98px) {
  .solution-product {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
  }

  .callout-camera,
  .callout-haptic,
  .callout-sensors,
  .callout-mobile,
  .callout-battery {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 767.98px) {
  .solution-product {
    grid-template-columns: 1fr !important;
  }
}

/* Last-word override: requested clean solution layout */
.solution-section .container {
  max-width: 1380px !important;
}

.solution-showcase {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 57% 57%, rgba(237, 174, 25, 0.16), transparent 21%),
    repeating-radial-gradient(circle at 56% 56%, rgba(237, 174, 25, 0.18) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 102% 0%, rgba(237, 174, 25, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  border: 1px solid rgba(6, 29, 51, 0.06) !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 90px rgba(6, 29, 51, 0.08) !important;
  column-gap: clamp(1.5rem, 3.5vw, 4rem) !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(680px, 1.1fr) !important;
  min-height: 820px !important;
  overflow: hidden !important;
  padding: clamp(2rem, 4vw, 4.5rem) !important;
  position: relative !important;
}

.solution-product {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  min-height: 700px !important;
  padding: 0 !important;
  position: relative !important;
}

.solution-cane-img {
  grid-column: auto !important;
  grid-row: auto !important;
  left: -5% !important;
  position: absolute !important;
  top: -1% !important;
  transform: rotate(-6deg) scale(1.08) !important;
  width: min(560px, 58%) !important;
}

.product-glow {
  grid-column: auto !important;
  grid-row: auto !important;
  height: 430px !important;
  left: 13% !important;
  position: absolute !important;
  top: 28% !important;
  transform: none !important;
  width: 430px !important;
}

.hud-callout {
  bottom: auto !important;
  left: auto !important;
  max-width: 365px !important;
  min-height: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
}

.callout-camera { grid-column: auto !important; grid-row: auto !important; top: 14% !important; }
.callout-haptic { grid-column: auto !important; grid-row: auto !important; top: 30% !important; }
.callout-sensors { grid-column: auto !important; grid-row: auto !important; top: 47% !important; }
.callout-mobile { grid-column: auto !important; grid-row: auto !important; top: 64% !important; }
.callout-battery { grid-column: auto !important; grid-row: auto !important; top: 81% !important; }

@media (max-width: 1199.98px) {
  .solution-showcase {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .solution-product {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    min-height: 0 !important;
    padding-top: 560px !important;
  }

  .solution-cane-img {
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) rotate(-6deg) scale(1.08) !important;
    width: min(520px, 78%) !important;
  }

  .product-glow {
    left: 50% !important;
    top: 120px !important;
    transform: translateX(-50%) !important;
  }

  .hud-callout {
    max-width: none !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }
}

@media (max-width: 767.98px) {
  .solution-product {
    grid-template-columns: 1fr !important;
    padding-top: 420px !important;
  }

  .solution-cane-img {
    width: min(350px, 96%) !important;
  }
}
/* Last-word override: requested clean solution layout */
.solution-section .container {
  max-width: 1380px !important;
}

.solution-showcase {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 57% 57%, rgba(237, 174, 25, 0.16), transparent 21%),
    repeating-radial-gradient(circle at 56% 56%, rgba(237, 174, 25, 0.18) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 102% 0%, rgba(237, 174, 25, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  border: 1px solid rgba(6, 29, 51, 0.06) !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 90px rgba(6, 29, 51, 0.08) !important;
  column-gap: clamp(1.5rem, 3.5vw, 4rem) !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(680px, 1.1fr) !important;
  min-height: 820px !important;
  overflow: hidden !important;
  padding: clamp(2rem, 4vw, 4.5rem) !important;
  position: relative !important;
}

.solution-product {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  min-height: 700px !important;
  padding: 0 !important;
  position: relative !important;
}

.solution-cane-img {
  grid-column: auto !important;
  grid-row: auto !important;
  left: -5% !important;
  position: absolute !important;
  top: -1% !important;
  transform: rotate(-6deg) scale(1.08) !important;
  width: min(560px, 58%) !important;
}

.product-glow {
  grid-column: auto !important;
  grid-row: auto !important;
  height: 430px !important;
  left: 13% !important;
  position: absolute !important;
  top: 28% !important;
  transform: none !important;
  width: 430px !important;
}

.hud-callout {
  bottom: auto !important;
  left: auto !important;
  max-width: 365px !important;
  min-height: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
}

.callout-camera { grid-column: auto !important; grid-row: auto !important; top: 14% !important; }
.callout-haptic { grid-column: auto !important; grid-row: auto !important; top: 30% !important; }
.callout-sensors { grid-column: auto !important; grid-row: auto !important; top: 47% !important; }
.callout-mobile { grid-column: auto !important; grid-row: auto !important; top: 64% !important; }
.callout-battery { grid-column: auto !important; grid-row: auto !important; top: 81% !important; }

@media (max-width: 1199.98px) {
  .solution-showcase {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .solution-product {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    min-height: 0 !important;
    padding-top: 560px !important;
  }

  .solution-cane-img {
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) rotate(-6deg) scale(1.08) !important;
    width: min(520px, 78%) !important;
  }

  .product-glow {
    left: 50% !important;
    top: 120px !important;
    transform: translateX(-50%) !important;
  }

  .hud-callout {
    max-width: none !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }
}

@media (max-width: 767.98px) {
  .solution-product {
    grid-template-columns: 1fr !important;
    padding-top: 420px !important;
  }

  .solution-cane-img {
    width: min(350px, 96%) !important;
  }
}


/* Absolute final solution composition override */
.solution-section .container {
  max-width: 1380px !important;
}

.solution-showcase {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 57% 57%, rgba(237, 174, 25, 0.16), transparent 21%),
    repeating-radial-gradient(circle at 56% 56%, rgba(237, 174, 25, 0.18) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 102% 0%, rgba(237, 174, 25, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  border: 1px solid rgba(6, 29, 51, 0.06) !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 90px rgba(6, 29, 51, 0.08) !important;
  column-gap: clamp(1.5rem, 3.5vw, 4rem) !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(680px, 1.1fr) !important;
  min-height: 820px !important;
  overflow: hidden !important;
  padding: clamp(2rem, 4vw, 4.5rem) !important;
  position: relative !important;
}

.solution-product {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  min-height: 700px !important;
  padding: 0 !important;
  position: relative !important;
}

.solution-cane-img {
  grid-column: auto !important;
  grid-row: auto !important;
  left: -5% !important;
  position: absolute !important;
  top: -1% !important;
  transform: rotate(-6deg) scale(1.08) !important;
  width: min(560px, 58%) !important;
}

.product-glow {
  grid-column: auto !important;
  grid-row: auto !important;
  height: 430px !important;
  left: 13% !important;
  position: absolute !important;
  top: 28% !important;
  transform: none !important;
  width: 430px !important;
}

.hud-callout {
  bottom: auto !important;
  left: auto !important;
  max-width: 365px !important;
  min-height: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
}

.callout-camera { grid-column: auto !important; grid-row: auto !important; top: 14% !important; }
.callout-haptic { grid-column: auto !important; grid-row: auto !important; top: 30% !important; }
.callout-sensors { grid-column: auto !important; grid-row: auto !important; top: 47% !important; }
.callout-mobile { grid-column: auto !important; grid-row: auto !important; top: 64% !important; }
.callout-battery { grid-column: auto !important; grid-row: auto !important; top: 81% !important; }

@media (max-width: 1199.98px) {
  .solution-showcase {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .solution-product {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    min-height: 0 !important;
    padding-top: 560px !important;
  }

  .solution-cane-img {
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) rotate(-6deg) scale(1.08) !important;
    width: min(520px, 78%) !important;
  }

  .product-glow {
    left: 50% !important;
    top: 120px !important;
    transform: translateX(-50%) !important;
  }

  .hud-callout {
    max-width: none !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }
}

@media (max-width: 767.98px) {
  .solution-product {
    grid-template-columns: 1fr !important;
    padding-top: 420px !important;
  }

  .solution-cane-img {
    width: min(350px, 96%) !important;
  }
}
/* Final requested layout: VicarMaker first, clean premium solution */
.maker-section-top {
  padding: 126px 0 78px;
}

.maker-section-top .maker-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(6, 29, 51, 0.06);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(6, 29, 51, 0.08);
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  max-width: 1120px;
  padding: clamp(2rem, 4vw, 4rem);
}

.maker-section-top .maker-logo img {
  max-height: 250px;
}

.maker-copy {
  min-width: 0;
}

.maker-link {
  align-items: center;
  color: #d71920;
  display: inline-flex;
  font-weight: 850;
  gap: 0.45rem;
  margin-top: 0.75rem;
  text-decoration: none;
}

.maker-link:hover {
  color: #a90f15;
}

.solution-section {
  background: linear-gradient(180deg, #f3f8fc 0%, #fff 18%, #fff 100%) !important;
  overflow: hidden;
}

.solution-section .container {
  max-width: 1380px !important;
}

.solution-showcase {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 57% 57%, rgba(237, 174, 25, 0.16), transparent 21%),
    repeating-radial-gradient(circle at 56% 56%, rgba(237, 174, 25, 0.18) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 102% 0%, rgba(237, 174, 25, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  border: 1px solid rgba(6, 29, 51, 0.06) !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 90px rgba(6, 29, 51, 0.08) !important;
  column-gap: clamp(1.5rem, 3.5vw, 4rem) !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(680px, 1.1fr) !important;
  min-height: 820px !important;
  overflow: hidden !important;
  padding: clamp(2rem, 4vw, 4.5rem) !important;
  position: relative !important;
}

.solution-showcase::before,
.solution-showcase::after {
  background: radial-gradient(circle, rgba(237, 174, 25, 0.22) 2px, transparent 3px) 0 0 / 20px 20px !important;
  content: "" !important;
  height: 120px !important;
  opacity: 0.28 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 150px !important;
}

.solution-showcase::before {
  left: 1rem !important;
  top: 1rem !important;
}

.solution-showcase::after {
  bottom: 1rem !important;
  right: 1rem !important;
}

.solution-intro {
  align-self: center !important;
  max-width: 560px !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

.solution-pill {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--luzia-gold) !important;
  border-radius: 999px !important;
  color: var(--luzia-gold) !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.26em !important;
  margin-bottom: 1.8rem !important;
  padding: 0.78rem 1.35rem !important;
  text-transform: uppercase !important;
}

.solution-intro h2 {
  color: #050b24 !important;
  font-size: clamp(3.4rem, 5.4vw, 5.8rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.035em !important;
  line-height: 0.95 !important;
  margin: 0 0 1.5rem !important;
  max-width: 590px !important;
  text-shadow: 0 15px 35px rgba(6, 29, 51, 0.08) !important;
}

.solution-intro h2 span {
  color: var(--luzia-gold) !important;
}

.solution-intro h2::after {
  background: var(--luzia-gold) !important;
  content: "" !important;
  display: block !important;
  height: 5px !important;
  margin-top: 1.6rem !important;
  width: 72px !important;
}

.solution-intro > p:not(.solution-emotion) {
  color: #334155 !important;
  font-size: 1.08rem !important;
  line-height: 1.75 !important;
  margin: 0 !important;
  max-width: 520px !important;
}

.solution-brand {
  align-items: center !important;
  color: #07122e !important;
  display: flex !important;
  font-size: clamp(2.7rem, 4.3vw, 4.6rem) !important;
  font-weight: 950 !important;
  gap: 0.3rem !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
  margin: 2.4rem 0 0.8rem !important;
}

.solution-brand::before {
  color: var(--luzia-gold) !important;
  content: "\F5A2" !important;
  font-family: "bootstrap-icons" !important;
  font-size: 0.78em !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin-right: 0.55rem !important;
}

.solution-brand strong {
  color: var(--luzia-gold) !important;
  font-weight: inherit !important;
}

.solution-emotion {
  color: #334155 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  max-width: 510px !important;
}

.solution-emotion strong {
  color: #07122e !important;
}

.solution-product {
  background: transparent !important;
  border: 0 !important;
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  min-height: 700px !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

.product-glow {
  background: radial-gradient(circle, rgba(237, 174, 25, 0.26), rgba(237, 174, 25, 0.09) 34%, transparent 62%) !important;
  filter: blur(3px) !important;
  height: 430px !important;
  left: 13% !important;
  position: absolute !important;
  top: 28% !important;
  transform: none !important;
  width: 430px !important;
  z-index: 0 !important;
}

.solution-cane-img {
  filter: drop-shadow(0 32px 30px rgba(5, 12, 25, 0.22)) !important;
  grid-column: auto !important;
  grid-row: auto !important;
  height: auto !important;
  left: -5% !important;
  max-height: none !important;
  mix-blend-mode: multiply !important;
  position: absolute !important;
  top: -1% !important;
  transform: rotate(-6deg) scale(1.08) !important;
  width: min(560px, 58%) !important;
  z-index: 2 !important;
}

.hud-callout {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: auto !important;
  box-shadow: none !important;
  color: var(--luzia-ink) !important;
  display: flex !important;
  gap: 1rem !important;
  left: auto !important;
  max-width: 365px !important;
  min-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
  z-index: 4 !important;
}

.hud-callout::before {
  background: var(--luzia-gold) !important;
  content: "" !important;
  height: 1px !important;
  position: absolute !important;
  right: calc(100% + 1rem) !important;
  top: 50% !important;
  width: clamp(70px, 8vw, 130px) !important;
}

.hud-callout::after {
  background: #fff !important;
  border: 2px solid var(--luzia-gold) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 6px rgba(237, 174, 25, 0.09) !important;
  content: "" !important;
  height: 12px !important;
  position: absolute !important;
  right: calc(100% + clamp(70px, 8vw, 130px) + 0.75rem) !important;
  top: calc(50% - 6px) !important;
  width: 12px !important;
}

.hud-callout i {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(237, 174, 25, 0.48) !important;
  border-radius: 50% !important;
  box-shadow: 0 14px 26px rgba(237, 174, 25, 0.14) !important;
  color: var(--luzia-gold) !important;
  display: inline-flex !important;
  flex: 0 0 76px !important;
  font-size: 1.9rem !important;
  height: 76px !important;
  justify-content: center !important;
  width: 76px !important;
}

.hud-callout strong {
  color: #07122e !important;
  display: block !important;
  font-size: 1.18rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.hud-callout span {
  color: #334155 !important;
  display: block !important;
  font-size: 0.96rem !important;
  line-height: 1.45 !important;
  margin-top: 0.3rem !important;
}

.callout-camera { top: 14% !important; }
.callout-haptic { top: 30% !important; }
.callout-sensors { top: 47% !important; }
.callout-mobile { top: 64% !important; }
.callout-battery { top: 81% !important; }

.solution-benefits {
  border-top: 1px solid #e2e8f0 !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 3rem !important;
  padding-top: 1.55rem !important;
}

.solution-benefits article {
  align-items: flex-start !important;
  border-right: 1px solid #d9e3ed !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.55rem !important;
  padding: 0 1.25rem !important;
}

.solution-benefits article:first-child {
  padding-left: 0 !important;
}

.solution-benefits article:last-child {
  border-right: 0 !important;
}

.solution-benefits i {
  align-items: center !important;
  border: 1px solid rgba(237, 174, 25, 0.52) !important;
  border-radius: 50% !important;
  color: var(--luzia-gold) !important;
  display: inline-flex !important;
  font-size: 1.7rem !important;
  height: 56px !important;
  justify-content: center !important;
  width: 56px !important;
}

.solution-benefits strong {
  color: #07122e !important;
  font-size: 0.98rem !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

.solution-benefits span {
  color: #475569 !important;
  font-size: 0.88rem !important;
  line-height: 1.42 !important;
}

@media (max-width: 1199.98px) {
  .solution-showcase {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .solution-intro {
    max-width: 760px !important;
  }

  .solution-product {
    min-height: 760px !important;
  }

  .solution-cane-img {
    left: 7% !important;
    top: 0 !important;
    width: min(560px, 58%) !important;
  }

  .hud-callout {
    right: 2% !important;
  }
}

@media (max-width: 991.98px) {
  .maker-section-top .maker-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .maker-section-top .maker-logo img {
    max-height: 210px;
  }

  .maker-card p {
    text-align: center;
  }

  .solution-product {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 0 !important;
    padding-top: 560px !important;
  }

  .solution-cane-img {
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) rotate(-6deg) scale(1.08) !important;
    width: min(520px, 78%) !important;
  }

  .product-glow {
    left: 50% !important;
    top: 120px !important;
    transform: translateX(-50%) !important;
  }

  .hud-callout {
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(237, 174, 25, 0.22) !important;
    border-radius: 14px !important;
    max-width: none !important;
    padding: 1rem !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }

  .hud-callout::before,
  .hud-callout::after {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .maker-section-top {
    padding-top: 108px;
  }

  .solution-showcase {
    border-radius: 16px !important;
    padding: 1.35rem !important;
  }

  .solution-intro h2 {
    font-size: clamp(2.75rem, 13vw, 4.1rem) !important;
  }

  .solution-product {
    grid-template-columns: 1fr !important;
    padding-top: 420px !important;
  }

  .solution-cane-img {
    width: min(350px, 96%) !important;
  }

  .product-glow {
    height: 280px !important;
    top: 82px !important;
    width: 280px !important;
  }

  .hud-callout i {
    flex-basis: 58px !important;
    font-size: 1.45rem !important;
    height: 58px !important;
    width: 58px !important;
  }

  .solution-benefits {
    grid-template-columns: 1fr !important;
  }

  .solution-benefits article {
    border-bottom: 1px solid #d9e3ed !important;
    border-right: 0 !important;
    padding: 1rem 0 !important;
  }

  .solution-benefits article:last-child {
    border-bottom: 0 !important;
  }
}

/* Premium motion and interaction polish */
:root {
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes softRise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ambientPulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}

@keyframes hudGlow {
  0%, 100% {
    box-shadow: 0 10px 28px rgba(6, 29, 51, 0.05), 0 0 0 rgba(237, 174, 25, 0);
  }
  50% {
    box-shadow: 0 14px 34px rgba(6, 29, 51, 0.08), 0 0 28px rgba(237, 174, 25, 0.12);
  }
}

@keyframes carouselTextIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 760ms var(--ease-premium) var(--reveal-delay, 0ms),
    transform 760ms var(--ease-premium) var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.btn,
.nav-link,
.problem-item,
.step-item,
.contact-grid a,
.maker-logo,
.gallery-tabs .nav-link {
  transition:
    transform 220ms var(--ease-premium),
    box-shadow 220ms var(--ease-premium),
    border-color 220ms var(--ease-premium),
    background-color 220ms var(--ease-premium),
    color 220ms var(--ease-premium);
}

.btn:hover,
.problem-item:hover,
.step-item:hover,
.contact-grid a:hover,
.maker-logo:hover {
  transform: translateY(-4px);
}

.problem-item:hover,
.step-item:hover,
.contact-grid a:hover {
  box-shadow: 0 18px 38px rgba(6, 29, 51, 0.09);
  border-color: rgba(237, 174, 25, 0.34);
}

.carousel-item.active .carousel-kicker,
.carousel-item.active .display-title,
.carousel-item.active .hero-subtitle,
.carousel-item.active .hero-copy,
.carousel-item.active .carousel-copy h2,
.carousel-item.active .carousel-copy p,
.carousel-item.active .carousel-copy .btn {
  animation: carouselTextIn 760ms var(--ease-premium) both;
}

.carousel-item.active .display-title,
.carousel-item.active .carousel-copy h2 {
  animation-delay: 90ms;
}

.carousel-item.active .hero-subtitle,
.carousel-item.active .carousel-copy p {
  animation-delay: 180ms;
}

.carousel-item.active .hero-copy,
.carousel-item.active .carousel-copy .btn {
  animation-delay: 260ms;
}

.carousel-slide::before {
  transform: scale(1.02);
  transition: transform 1400ms var(--ease-premium);
}

.carousel-item.active .carousel-slide::before {
  transform: scale(1);
}

.solution-showcase {
  transition: box-shadow 320ms var(--ease-premium), transform 320ms var(--ease-premium);
}

.solution-showcase:hover {
  box-shadow: 0 26px 70px rgba(6, 29, 51, 0.13);
}

.product-glow {
  animation: ambientPulse 5.5s ease-in-out infinite;
}

.solution-cane-img {
  transition: filter 280ms var(--ease-premium), transform 280ms var(--ease-premium);
}

.solution-product:hover .solution-cane-img {
  filter: drop-shadow(0 34px 34px rgba(5, 12, 25, 0.3));
}

.hud-callout {
  animation: hudGlow 5s ease-in-out infinite;
  transition:
    transform 240ms var(--ease-premium),
    border-color 240ms var(--ease-premium),
    background-color 240ms var(--ease-premium);
}

.hud-callout:nth-of-type(2) { animation-delay: 300ms; }
.hud-callout:nth-of-type(3) { animation-delay: 600ms; }
.hud-callout:nth-of-type(4) { animation-delay: 900ms; }
.hud-callout:nth-of-type(5) { animation-delay: 1200ms; }

.hud-callout:hover {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(237, 174, 25, 0.42);
  transform: translateX(-4px);
}

.solution-benefits article {
  transition: transform 220ms var(--ease-premium), color 220ms var(--ease-premium);
}

.solution-benefits article:hover {
  transform: translateY(-3px);
}

.maker-logo img {
  transition: transform 320ms var(--ease-premium), filter 320ms var(--ease-premium);
}

.maker-logo:hover img {
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.18));
  transform: scale(1.035);
}

.impact-photo {
  transform: scale(1.02);
  transition: transform 700ms var(--ease-premium);
}

.impact-section:hover .impact-photo {
  transform: scale(1.06);
}

.form-control {
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.form-control:focus {
  border-color: rgba(237, 174, 25, 0.72);
  box-shadow: 0 0 0 0.22rem rgba(237, 174, 25, 0.14);
}

.form-honeypot {
  height: 0;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .carousel-slide {
    min-height: 620px;
  }

  .slide-brand::before,
  .slide-product::before,
  .slide-testers::before {
    background-position: center;
  }

  .carousel-slide::before {
    filter: none;
  }

  .carousel-copy {
    max-width: 560px;
  }
}

@media (max-width: 767.98px) {
  .carousel-slide {
    min-height: 590px;
  }

  .slide-brand::before {
    background:
      linear-gradient(90deg, rgba(4, 17, 31, 0.98), rgba(4, 17, 31, 0.72)),
      url("../assets/img/tester-1.jpeg") center / cover no-repeat;
  }

  .slide-product::before {
    background:
      linear-gradient(90deg, rgba(4, 17, 31, 0.98), rgba(4, 17, 31, 0.72)),
      radial-gradient(circle at 76% 24%, rgba(237, 174, 25, 0.2), transparent 28%),
      url("../assets/img/baston-luzia.png") 82% 20% / 300px auto no-repeat,
      linear-gradient(135deg, #051827, #102d46);
  }

  .slide-testers::before {
    background:
      linear-gradient(90deg, rgba(4, 17, 31, 0.98), rgba(4, 17, 31, 0.72)),
      url("../assets/img/tester-2.jpeg") center / cover no-repeat;
  }

  .carousel-copy h2 {
    font-size: clamp(2.8rem, 15vw, 4.3rem);
  }

  .carousel-copy p {
    font-size: 1rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
/* Last-word override: requested clean solution layout */
.maker-section-top {
  padding: 126px 0 78px;
}

.maker-section-top .maker-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(6, 29, 51, 0.06);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(6, 29, 51, 0.08);
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  max-width: 1120px;
  padding: clamp(2rem, 4vw, 4rem);
}

.maker-section-top .maker-logo img {
  max-height: 250px;
}

.maker-link {
  align-items: center;
  color: #d71920;
  display: inline-flex;
  font-weight: 850;
  gap: 0.45rem;
  margin-top: 0.75rem;
  text-decoration: none;
}

.maker-link:hover {
  color: #a90f15;
}

.solution-section .container {
  max-width: 1380px !important;
}

.solution-showcase {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 57% 57%, rgba(237, 174, 25, 0.16), transparent 21%),
    repeating-radial-gradient(circle at 56% 56%, rgba(237, 174, 25, 0.18) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 102% 0%, rgba(237, 174, 25, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
  border: 1px solid rgba(6, 29, 51, 0.06) !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 90px rgba(6, 29, 51, 0.08) !important;
  column-gap: clamp(1.5rem, 3.5vw, 4rem) !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.9fr) minmax(680px, 1.1fr) !important;
  min-height: 820px !important;
  overflow: hidden !important;
  padding: clamp(2rem, 4vw, 4.5rem) !important;
  position: relative !important;
}

.solution-product {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  min-height: 700px !important;
  padding: 0 !important;
  position: relative !important;
}

.solution-cane-img {
  grid-column: auto !important;
  grid-row: auto !important;
  left: -5% !important;
  position: absolute !important;
  top: -1% !important;
  transform: rotate(-6deg) scale(1.08) !important;
  width: min(560px, 58%) !important;
}

.product-glow {
  grid-column: auto !important;
  grid-row: auto !important;
  height: 430px !important;
  left: 13% !important;
  position: absolute !important;
  top: 28% !important;
  transform: none !important;
  width: 430px !important;
}

.hud-callout {
  bottom: auto !important;
  left: auto !important;
  max-width: 365px !important;
  min-height: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
}

.callout-camera { grid-column: auto !important; grid-row: auto !important; top: 14% !important; }
.callout-haptic { grid-column: auto !important; grid-row: auto !important; top: 30% !important; }
.callout-sensors { grid-column: auto !important; grid-row: auto !important; top: 47% !important; }
.callout-mobile { grid-column: auto !important; grid-row: auto !important; top: 64% !important; }
.callout-battery { grid-column: auto !important; grid-row: auto !important; top: 81% !important; }

@media (max-width: 1199.98px) {
  .maker-section-top .maker-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .maker-card p {
    text-align: center;
  }

  .solution-showcase {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .solution-product {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    min-height: 0 !important;
    padding-top: 560px !important;
  }

  .solution-cane-img {
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) rotate(-6deg) scale(1.08) !important;
    width: min(520px, 78%) !important;
  }

  .product-glow {
    left: 50% !important;
    top: 120px !important;
    transform: translateX(-50%) !important;
  }

  .hud-callout {
    max-width: none !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }
}

@media (max-width: 767.98px) {
  .maker-section-top {
    padding-top: 108px;
  }

  .solution-product {
    grid-template-columns: 1fr !important;
    padding-top: 420px !important;
  }

  .solution-cane-img {
    width: min(350px, 96%) !important;
  }
}
/* Visual QA final micro-tuning */
.solution-brand span {
  color: #07122e !important;
}

.solution-brand strong {
  color: var(--luzia-gold) !important;
}

@media (min-width: 1200px) {
  .hud-callout {
    max-width: 320px !important;
    right: -34px !important;
  }

  .solution-cane-img {
    left: -8% !important;
    width: min(540px, 55%) !important;
  }
}

/* Keep tester photos only inside the gallery page */
.hero-bg {
  background:
    linear-gradient(90deg, rgba(5, 24, 43, 0.98) 0%, rgba(5, 24, 43, 0.92) 44%, rgba(5, 24, 43, 0.44) 78%, rgba(5, 24, 43, 0.18) 100%),
    radial-gradient(circle at 74% 46%, rgba(237, 174, 25, 0.26), transparent 24%),
    url("../assets/img/baston-luzia.png") 78% 48% / min(520px, 42vw) auto no-repeat,
    linear-gradient(135deg, #061d33 0%, #0b2d4a 52%, #071827 100%) !important;
}

.impact-photo {
  background:
    radial-gradient(circle at 50% 50%, rgba(237, 174, 25, 0.2), transparent 24%),
    url("../assets/img/baston-luzia-nueva-version.png") center / min(420px, 38vw) auto no-repeat,
    linear-gradient(135deg, #061d33, #0b2d4a) !important;
  opacity: 0.9;
}

/* Definitive premium side menu */
.navbar .nav-menu-toggle {
  align-items: center !important;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(145deg, #ffc247 0%, #edae19 72%, #d99708 100%) !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 30px rgba(237, 174, 25, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
  display: inline-flex !important;
  flex: 0 0 50px !important;
  flex-direction: column !important;
  gap: 5px !important;
  height: 50px !important;
  justify-content: center !important;
  margin-left: 0.65rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
  width: 50px !important;
}

.navbar .nav-menu-toggle:hover {
  box-shadow: 0 20px 42px rgba(237, 174, 25, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
  transform: translateY(-2px) !important;
}

.navbar .nav-menu-toggle span {
  background: #fff !important;
  border-radius: 99px !important;
  display: block !important;
  height: 3px !important;
  transition: opacity 0.18s ease, transform 0.24s ease, width 0.24s ease !important;
  width: 23px !important;
}

.navbar .nav-menu-toggle span:nth-child(2) {
  width: 16px !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg) !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(2) {
  opacity: 0 !important;
  transform: translateX(10px) !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg) !important;
}

.offcanvas.site-menu {
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    linear-gradient(rgba(237, 174, 25, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 174, 25, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 12% 4%, rgba(237, 174, 25, 0.22), transparent 26%),
    linear-gradient(180deg, #ffffff, #f6fbff) !important;
  background-size: auto, 32px 32px, 32px 32px, auto, auto !important;
  border: 0 !important;
  box-shadow: -34px 0 80px rgba(6, 29, 51, 0.24) !important;
  color: var(--luzia-ink) !important;
  width: min(430px, 92vw) !important;
}

.offcanvas.site-menu .offcanvas-header {
  align-items: flex-start !important;
  border-bottom: 1px solid rgba(6, 29, 51, 0.08) !important;
  padding: 1.8rem 1.7rem 1.25rem !important;
}

.offcanvas.site-menu .site-menu-kicker {
  color: var(--luzia-gold) !important;
  display: block !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.2em !important;
  margin-bottom: 0.35rem !important;
  text-transform: uppercase !important;
}

.offcanvas.site-menu .offcanvas-title {
  color: var(--luzia-ink) !important;
  font-size: clamp(2rem, 4vw, 2.55rem) !important;
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.offcanvas.site-menu .site-menu-close {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid rgba(6, 29, 51, 0.12) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(6, 29, 51, 0.08) !important;
  color: var(--luzia-ink) !important;
  display: inline-flex !important;
  flex: 0 0 44px !important;
  font-size: 1rem !important;
  height: 44px !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
  width: 44px !important;
}

.offcanvas.site-menu .site-menu-close:hover {
  background: var(--luzia-navy) !important;
  color: #fff !important;
  transform: rotate(90deg) !important;
}

.offcanvas.site-menu .offcanvas-body {
  padding: 1.7rem !important;
}

.offcanvas.site-menu .site-menu-link {
  align-items: center !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(237, 174, 25, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)) !important;
  border: 1px solid rgba(237, 174, 25, 0.42) !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 48px rgba(6, 29, 51, 0.1) !important;
  color: var(--luzia-ink) !important;
  display: grid !important;
  gap: 1rem !important;
  grid-template-columns: 62px 1fr 28px !important;
  min-height: 108px !important;
  padding: 1.05rem !important;
  text-decoration: none !important;
  transform: none !important;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

.offcanvas.site-menu.show .site-menu-link {
  animation: menuCardEnter 520ms cubic-bezier(0.2, 0.8, 0.2, 1) 80ms both !important;
}

.offcanvas.site-menu .site-menu-link:hover,
.offcanvas.site-menu .site-menu-link.active {
  border-color: rgba(237, 174, 25, 0.82) !important;
  box-shadow: 0 26px 62px rgba(237, 174, 25, 0.2) !important;
  color: var(--luzia-ink) !important;
  transform: translateY(-3px) !important;
}

.offcanvas.site-menu .site-menu-icon {
  align-items: center !important;
  background: linear-gradient(145deg, #ffc247, #edae19) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 28px rgba(237, 174, 25, 0.28) !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 1.55rem !important;
  height: 62px !important;
  justify-content: center !important;
  width: 62px !important;
}

.offcanvas.site-menu .site-menu-link strong {
  color: var(--luzia-ink) !important;
  display: block !important;
  font-size: 1.12rem !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.offcanvas.site-menu .site-menu-link small {
  color: #596b80 !important;
  display: block !important;
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
  margin-top: 0.22rem !important;
  text-decoration: none !important;
}

.offcanvas.site-menu .site-menu-arrow {
  color: var(--luzia-gold) !important;
  font-size: 1.8rem !important;
  transition: transform 0.2s ease !important;
}

.offcanvas.site-menu .site-menu-link:hover .site-menu-arrow {
  transform: translateX(5px) !important;
}

.offcanvas.site-menu .site-menu-note {
  align-items: flex-start !important;
  background: rgba(6, 29, 51, 0.045) !important;
  border: 1px solid rgba(6, 29, 51, 0.08) !important;
  border-radius: 18px !important;
  color: #42526a !important;
  display: flex !important;
  gap: 0.85rem !important;
  margin-top: 1rem !important;
  padding: 1rem !important;
}

.offcanvas.site-menu .site-menu-note i {
  color: var(--luzia-gold) !important;
  font-size: 1.2rem !important;
  margin-top: 0.1rem !important;
}

.offcanvas.site-menu .site-menu-note p {
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.offcanvas.site-menu .site-menu-cta {
  align-items: center !important;
  background: linear-gradient(145deg, #061d33, #0b2d4a) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 42px rgba(6, 29, 51, 0.24) !important;
  color: #fff !important;
  display: flex !important;
  font-weight: 950 !important;
  justify-content: space-between !important;
  margin-top: 1rem !important;
  padding: 1rem 1.1rem !important;
  text-decoration: none !important;
  transition: box-shadow 0.22s ease, transform 0.22s ease !important;
}

.offcanvas.site-menu .site-menu-cta:hover {
  box-shadow: 0 24px 56px rgba(6, 29, 51, 0.32) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

@keyframes menuCardEnter {
  from {
    opacity: 0;
    transform: translateX(34px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Maker presentation and navbar actions refresh */
.maker-section-top {
  padding: 132px 0 88px;
}

.maker-section-top .container {
  max-width: 1540px;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}

.maker-section-top .maker-card {
  background:
    radial-gradient(circle at 13% 50%, rgba(215, 25, 32, 0.055), transparent 24%),
    linear-gradient(135deg, #fff 0%, #fff 70%, #f8fbfd 100%);
  border: 1px solid rgba(6, 29, 51, 0.075);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(6, 29, 51, 0.09);
  gap: clamp(3.5rem, 6vw, 7rem);
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  max-width: 1400px;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 5.75rem);
  position: relative;
}

.maker-section-top .maker-card::after {
  background: linear-gradient(180deg, #d71920, #f4a51c);
  border-radius: 99px;
  content: "";
  height: 74px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}

.maker-section-top .maker-logo {
  min-height: 360px;
  padding: 1rem;
}

.maker-section-top .maker-logo img {
  max-height: 390px;
  width: min(100%, 430px);
}

.maker-section-top .maker-copy {
  max-width: 820px;
}

.maker-section-top .maker-kicker {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}

.maker-section-top .maker-card h2 {
  font-size: clamp(3.25rem, 5vw, 5.35rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  margin-bottom: 1.65rem;
}

.maker-section-top .maker-card p {
  font-size: clamp(1.12rem, 1.45vw, 1.38rem);
  line-height: 1.8;
}

.maker-section-top .maker-link {
  background: rgba(215, 25, 32, 0.07);
  border: 1px solid rgba(215, 25, 32, 0.13);
  border-radius: 999px;
  margin-top: 1.2rem;
  padding: 0.78rem 1.15rem;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.maker-section-top .maker-link:hover {
  background: #d71920;
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.2);
  color: #fff;
  transform: translateY(-2px);
}

@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item:last-child .btn-luzia {
    align-items: center;
    background: linear-gradient(135deg, #061d33 0%, #0c3554 100%);
    border: 1px solid rgba(6, 29, 51, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(6, 29, 51, 0.16);
    display: inline-flex;
    gap: 0.65rem;
    min-height: 48px;
    padding-inline: 1.2rem !important;
  }

  .navbar .navbar-nav > .nav-item:last-child .btn-luzia i {
    color: var(--luzia-gold-2);
    font-size: 0.9rem;
  }

  .navbar .navbar-nav > .nav-item:last-child .btn-luzia:hover {
    background: linear-gradient(135deg, #0b2d4a 0%, #12456b 100%);
    box-shadow: 0 14px 30px rgba(6, 29, 51, 0.23);
    transform: translateY(-2px);
  }

  .navbar .nav-menu-toggle {
    background: #fff !important;
    border: 1px solid rgba(6, 29, 51, 0.11) !important;
    border-radius: 14px !important;
    box-shadow: 0 9px 22px rgba(6, 29, 51, 0.1) !important;
    height: 48px !important;
    width: 48px !important;
  }

  .navbar .nav-menu-toggle span {
    background: var(--luzia-navy) !important;
    height: 2px !important;
  }

  .navbar .nav-menu-toggle span:nth-child(2) {
    background: var(--luzia-gold) !important;
    width: 19px !important;
  }

  .navbar .nav-menu-toggle:hover {
    border-color: rgba(237, 174, 25, 0.55) !important;
    box-shadow: 0 13px 28px rgba(6, 29, 51, 0.14) !important;
  }

  .navbar .nav-menu-toggle.is-open span {
    background: #fff !important;
  }

  .navbar .nav-menu-toggle.is-open {
    background: var(--luzia-navy) !important;
  }
}

@media (max-width: 1199.98px) {
  .maker-section-top .maker-card {
    gap: 1.5rem;
    min-height: 0;
  }

  .maker-section-top .maker-logo {
    min-height: 280px;
  }

  .maker-section-top .maker-logo img {
    max-height: 300px;
  }

  .maker-section-top .maker-copy {
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .maker-section-top {
    padding: 108px 0 56px;
  }

  .maker-section-top .container {
    padding-inline: 1rem;
  }

  .maker-section-top .maker-card {
    border-radius: 22px;
    padding: 2rem 1.3rem 2.25rem;
  }

  .maker-section-top .maker-card::after {
    height: 52px;
    width: 4px;
  }

  .maker-section-top .maker-logo {
    min-height: 220px;
    padding: 0;
  }

  .maker-section-top .maker-logo img {
    max-height: 230px;
  }

  .maker-section-top .maker-card h2 {
    font-size: clamp(2.65rem, 14vw, 3.6rem);
  }
}

/* Integrated maker section, solution heading and contact layout */
.maker-section-top .maker-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.maker-section-top .maker-card::after {
  display: none;
}

.maker-section-top .maker-logo {
  min-height: 430px;
  overflow: visible;
  padding: 0;
}

.maker-section-top .maker-logo img {
  max-height: 480px;
  width: min(100%, 520px);
}

.solution-section-heading {
  margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
}

.solution-section-heading h2 {
  font-size: clamp(2.5rem, 4.5vw, 4rem);
}

.solution-section-heading p {
  margin-inline: auto;
  max-width: 720px;
}

.contact-section .row {
  align-items: stretch;
}

.contact-section .row > [class*="col-"] {
  min-width: 0;
}

.contact-grid {
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid a {
  align-items: center;
  min-height: 100px;
  min-width: 0;
  overflow: hidden;
  padding: 1.1rem;
}

.contact-grid a:last-child {
  grid-column: 1 / -1;
}

.contact-grid i {
  flex: 0 0 52px;
  height: 52px;
  width: 52px;
}

.contact-grid span {
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-grid strong {
  font-size: 0.98rem;
  margin-bottom: 0.18rem;
}

.contact-form {
  height: 100%;
}

@media (min-width: 1200px) {
  .solution-cane-img {
    top: 50% !important;
    transform: translateY(-50%) rotate(-6deg) scale(1.08) !important;
  }
}

@media (max-width: 1199.98px) {
  .maker-section-top .maker-logo {
    min-height: 340px;
  }

  .maker-section-top .maker-logo img {
    max-height: 380px;
    width: min(100%, 430px);
  }
}

@media (max-width: 767.98px) {
  .maker-section-top .maker-logo {
    min-height: 260px;
  }

  .maker-section-top .maker-logo img {
    max-height: 290px;
    width: min(100%, 330px);
  }

  .solution-section-heading {
    margin-bottom: 1.75rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid a:last-child {
    grid-column: auto;
  }
}

/* Hero image carousel, larger maker logo and final contact details */
.hero-image-carousel,
.hero-image-carousel .carousel-inner,
.hero-image-carousel .carousel-item {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image-carousel {
  overflow: hidden;
  z-index: 0;
}

.hero-carousel-slide {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.hero-carousel-cane {
  background:
    linear-gradient(90deg, rgba(5, 24, 43, 0.99) 0%, rgba(5, 24, 43, 0.94) 44%, rgba(5, 24, 43, 0.46) 78%, rgba(5, 24, 43, 0.2) 100%),
    radial-gradient(circle at 74% 46%, rgba(237, 174, 25, 0.26), transparent 24%),
    url("../assets/img/baston-luzia-nueva-version.png") 78% 48% / min(520px, 42vw) auto no-repeat,
    linear-gradient(135deg, #061d33 0%, #0b2d4a 52%, #071827 100%);
}

.hero-carousel-tester-one {
  background:
    linear-gradient(90deg, rgba(5, 24, 43, 0.99) 0%, rgba(5, 24, 43, 0.94) 42%, rgba(5, 24, 43, 0.58) 72%, rgba(5, 24, 43, 0.3) 100%),
    url("../assets/img/tester-1.jpeg") center 38% / cover no-repeat;
}

.hero-carousel-tester-two {
  background:
    linear-gradient(90deg, rgba(5, 24, 43, 0.99) 0%, rgba(5, 24, 43, 0.94) 42%, rgba(5, 24, 43, 0.58) 72%, rgba(5, 24, 43, 0.3) 100%),
    url("../assets/img/tester-2.jpeg") center 44% / cover no-repeat;
}

.hero-carousel-indicators {
  bottom: 2rem;
  display: flex;
  gap: 0.55rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.hero-carousel-indicators button {
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 999px;
  height: 5px;
  padding: 0;
  transition: background 180ms ease, width 180ms ease;
  width: 24px;
}

.hero-carousel-indicators button.active {
  background: var(--luzia-gold);
  width: 46px;
}

.hero-kicker {
  align-items: center;
  color: var(--luzia-gold-2);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 0.65rem;
  letter-spacing: 0.18em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.hero-kicker::before {
  background: var(--luzia-gold);
  content: "";
  height: 2px;
  width: 34px;
}

.maker-section-top .maker-logo img {
  transform: scale(1.42);
}

.maker-section-top .maker-logo:hover img {
  transform: scale(1.48);
}

@media (max-width: 767.98px) {
  .hero-carousel-cane {
    background:
      linear-gradient(90deg, rgba(5, 24, 43, 0.98), rgba(5, 24, 43, 0.75)),
      url("../assets/img/baston-luzia-nueva-version.png") 82% 34% / 310px auto no-repeat,
      linear-gradient(135deg, #061d33, #0b2d4a);
  }

  .hero-carousel-tester-one,
  .hero-carousel-tester-two {
    background-position: center;
  }

  .hero-carousel-indicators {
    bottom: 1.25rem;
  }

  .maker-section-top .maker-logo img {
    transform: scale(1.28);
  }

  .maker-section-top .maker-logo:hover img {
    transform: scale(1.32);
  }
}

/* Hero product title and Bootstrap-synced indicators */
.hero-product-title {
  font-size: clamp(4rem, 7.2vw, 7.25rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin-bottom: 1.65rem;
  max-width: 820px;
  white-space: nowrap;
}

.hero-carousel-indicators.carousel-indicators {
  bottom: 2rem;
  left: 50%;
  margin: 0;
  right: auto;
  transform: translateX(-50%);
}

.hero-carousel-indicators.carousel-indicators [data-bs-target] {
  background-clip: border-box;
  border-bottom: 0;
  border-top: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  height: 5px;
  margin: 0;
  opacity: 1;
  text-indent: -999px;
}

.hero-carousel-indicators.carousel-indicators .active {
  background: var(--luzia-gold);
  width: 46px;
}

@media (max-width: 767.98px) {
  .hero-product-title {
    font-size: clamp(3.15rem, 15vw, 5rem);
    white-space: normal;
  }

  .hero-carousel-indicators.carousel-indicators {
    bottom: 1.25rem;
  }
}

/* Dynamic navigation menu trigger */
.navbar .nav-menu-toggle {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(145deg, rgba(6, 29, 51, 0.2), rgba(237, 174, 25, 0.88)) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 17px !important;
  box-shadow:
    0 10px 26px rgba(6, 29, 51, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  height: 52px !important;
  isolation: isolate;
  overflow: visible !important;
  transform: rotate(0deg);
  width: 52px !important;
}

.navbar .nav-menu-toggle::before {
  background: radial-gradient(circle, rgba(237, 174, 25, 0.32), transparent 68%);
  border-radius: 20px;
  content: "";
  height: auto;
  inset: -6px;
  left: -6px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(0.78);
  transition: opacity 220ms ease, transform 320ms ease;
  width: auto;
  z-index: -1;
}

.navbar .nav-menu-toggle::after {
  background: var(--luzia-gold);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 9px rgba(237, 174, 25, 0.38);
  content: "";
  height: 10px;
  opacity: 1;
  position: absolute;
  right: -3px;
  top: -3px;
  transform: scale(1);
  transition: opacity 180ms ease, transform 220ms ease;
  width: 10px;
}

.navbar .nav-menu-toggle span {
  background: var(--luzia-navy) !important;
  box-shadow: none !important;
  height: 2px !important;
  transform-origin: center;
  transition:
    background 180ms ease,
    opacity 180ms ease,
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
    width 280ms cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  width: 24px !important;
}

.navbar .nav-menu-toggle span:nth-child(2) {
  background: var(--luzia-gold) !important;
  transform: translateX(4px);
  width: 18px !important;
}

.navbar .nav-menu-toggle span:nth-child(3) {
  transform: translateX(8px);
  width: 16px !important;
}

.navbar .nav-menu-toggle:hover {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(315deg, var(--luzia-navy), var(--luzia-gold)) border-box !important;
  box-shadow:
    0 16px 34px rgba(6, 29, 51, 0.17),
    0 0 0 4px rgba(237, 174, 25, 0.08) !important;
  transform: translateY(-3px) rotate(-2deg) !important;
}

.navbar .nav-menu-toggle:hover::before {
  opacity: 1;
  transform: scale(1);
}

.navbar .nav-menu-toggle:hover span:nth-child(1) {
  transform: translateX(5px);
  width: 17px !important;
}

.navbar .nav-menu-toggle:hover span:nth-child(2) {
  transform: translateX(0);
  width: 25px !important;
}

.navbar .nav-menu-toggle:hover span:nth-child(3) {
  transform: translateX(-4px);
  width: 19px !important;
}

.navbar .nav-menu-toggle.is-open {
  background: linear-gradient(145deg, #061d33, #0b2d4a) !important;
  border-color: transparent !important;
  box-shadow: 0 16px 34px rgba(6, 29, 51, 0.3) !important;
  transform: rotate(90deg) !important;
}

.navbar .nav-menu-toggle.is-open::after {
  opacity: 0;
  transform: scale(0);
}

.navbar .nav-menu-toggle.is-open span {
  background: #fff !important;
  width: 23px !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg) !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(2) {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) !important;
}

/* Simple menu button and app download section */
.navbar .nav-menu-toggle {
  background: #fff !important;
  border: 1px solid rgba(6, 29, 51, 0.13) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(6, 29, 51, 0.1) !important;
  height: 50px !important;
  overflow: hidden !important;
  transform: none !important;
  width: 50px !important;
}

.navbar .nav-menu-toggle::before,
.navbar .nav-menu-toggle::after {
  display: none !important;
}

.navbar .nav-menu-toggle span,
.navbar .nav-menu-toggle span:nth-child(2),
.navbar .nav-menu-toggle span:nth-child(3) {
  background: var(--luzia-navy) !important;
  height: 2px !important;
  transform: none;
  width: 23px !important;
}

.navbar .nav-menu-toggle span:nth-child(2) {
  background: var(--luzia-gold) !important;
}

.navbar .nav-menu-toggle:hover {
  background: #f8fbfd !important;
  border-color: rgba(237, 174, 25, 0.5) !important;
  box-shadow: 0 10px 24px rgba(6, 29, 51, 0.13) !important;
  transform: translateY(-1px) !important;
}

.navbar .nav-menu-toggle:hover span,
.navbar .nav-menu-toggle:hover span:nth-child(1),
.navbar .nav-menu-toggle:hover span:nth-child(2),
.navbar .nav-menu-toggle:hover span:nth-child(3) {
  transform: none;
  width: 23px !important;
}

.navbar .nav-menu-toggle.is-open {
  background: var(--luzia-navy) !important;
  border-color: var(--luzia-navy) !important;
  transform: none !important;
}

.navbar .nav-menu-toggle.is-open span {
  background: #fff !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg) !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(2) {
  opacity: 0 !important;
}

.navbar .nav-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) !important;
}

.app-download-section {
  background: linear-gradient(180deg, #f5f9fc 0%, #fff 100%);
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.app-download-home {
  padding-top: clamp(4rem, 8vw, 7rem);
}

.app-download-card {
  align-items: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(237, 174, 25, 0.18), transparent 28%),
    linear-gradient(135deg, #061d33, #0b2d4a);
  border-radius: 28px;
  box-shadow: 0 26px 65px rgba(6, 29, 51, 0.18);
  color: #fff;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(2.2rem, 5vw, 4.5rem);
  position: relative;
}

.app-download-kicker {
  color: var(--luzia-gold-2);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.app-download-copy h2 {
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  margin-bottom: 1rem;
}

.app-download-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 670px;
}

.app-download-actions {
  display: grid;
  gap: 0.9rem;
  min-width: 250px;
}

.store-button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: var(--luzia-navy);
  display: flex;
  gap: 0.9rem;
  min-height: 72px;
  padding: 0.85rem 1.15rem;
}

.store-button > i {
  color: var(--luzia-gold);
  font-size: 1.8rem;
}

.store-button span,
.store-button small,
.store-button strong {
  display: block;
}

.store-button small {
  color: #65758a;
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.store-button strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.store-button.is-coming {
  cursor: default;
}

@media (max-width: 991.98px) {
  .app-download-card {
    grid-template-columns: 1fr;
  }

  .app-download-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .app-download-card {
    border-radius: 22px;
  }

  .app-download-actions {
    grid-template-columns: 1fr;
  }
}

/* Extended photo and video gallery */
.media-gallery-block {
  border-top: 1px solid rgba(6, 29, 51, 0.09);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.media-gallery-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.media-gallery-heading h2 {
  color: var(--luzia-ink);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  margin: 0;
}

.media-count {
  background: rgba(237, 174, 25, 0.12);
  border: 1px solid rgba(237, 174, 25, 0.25);
  border-radius: 999px;
  color: #9b6c00;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 850;
  padding: 0.6rem 0.9rem;
}

.photo-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.photo-gallery-card {
  background: #fff;
  border: 1px solid rgba(6, 29, 51, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(6, 29, 51, 0.07);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.photo-gallery-card:nth-child(1),
.photo-gallery-card:nth-child(6) {
  grid-column: span 2;
}

.photo-gallery-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms var(--ease-premium), filter 420ms ease;
  width: 100%;
}

.photo-gallery-card figcaption {
  background: linear-gradient(transparent, rgba(3, 15, 28, 0.88));
  bottom: 0;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  left: 0;
  padding: 2.6rem 1rem 0.85rem;
  position: absolute;
  right: 0;
}

.photo-gallery-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.video-gallery-block {
  margin-bottom: 1rem;
}

.video-gallery-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-gallery-card {
  background: #fff;
  border: 1px solid rgba(6, 29, 51, 0.09);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(6, 29, 51, 0.08);
  overflow: hidden;
}

.video-gallery-card video {
  aspect-ratio: 16 / 10;
  background: #03101d;
  display: block;
  object-fit: contain;
  width: 100%;
}

.video-gallery-card > div {
  padding: 1rem 1.1rem 1.15rem;
}

.video-gallery-card span {
  color: var(--luzia-gold);
  display: block;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.video-gallery-card h3 {
  color: var(--luzia-ink);
  font-size: 1rem;
  font-weight: 850;
  margin: 0;
}

@media (max-width: 991.98px) {
  .photo-gallery-grid,
  .video-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .media-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .photo-gallery-grid,
  .video-gallery-grid {
    grid-template-columns: 1fr;
  }

  .photo-gallery-card:nth-child(1),
  .photo-gallery-card:nth-child(6) {
    grid-column: auto;
  }
}

/* iCloud-inspired photo mosaic and high-contrast media headings */
.media-gallery-heading h2 {
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.media-gallery-block {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.media-count {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.photo-gallery-grid {
  display: grid;
  gap: 8px;
  grid-auto-flow: dense;
  grid-auto-rows: 118px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.photo-gallery-card,
.photo-gallery-card:nth-child(1),
.photo-gallery-card:nth-child(6) {
  border: 0;
  border-radius: 20px;
  box-shadow: none;
  grid-column: span 4;
  grid-row: span 2;
}

.photo-gallery-card:nth-child(1) {
  grid-column: span 5;
  grid-row: span 3;
}

.photo-gallery-card:nth-child(2) {
  grid-column: span 3;
  grid-row: span 2;
}

.photo-gallery-card:nth-child(3) {
  grid-column: span 4;
  grid-row: span 2;
}

.photo-gallery-card:nth-child(4) {
  grid-column: span 3;
  grid-row: span 3;
}

.photo-gallery-card:nth-child(5) {
  grid-column: span 4;
  grid-row: span 3;
}

.photo-gallery-card:nth-child(6) {
  grid-column: span 5;
  grid-row: span 2;
}

.photo-gallery-card:nth-child(7) {
  grid-column: span 4;
  grid-row: span 2;
}

.photo-gallery-card:nth-child(8) {
  grid-column: span 3;
  grid-row: span 2;
}

.photo-gallery-card:nth-child(9) {
  grid-column: span 5;
  grid-row: span 2;
}

.photo-gallery-card:nth-child(10) {
  grid-column: span 4;
  grid-row: span 2;
}

.photo-gallery-card img {
  aspect-ratio: auto;
}

.photo-gallery-card figcaption {
  opacity: 0;
  padding-top: 3.5rem;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.photo-gallery-card:hover figcaption,
.photo-gallery-card:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .photo-gallery-grid {
    grid-auto-rows: 110px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .photo-gallery-card,
  .photo-gallery-card:nth-child(n) {
    grid-column: span 3;
    grid-row: span 2;
  }

  .photo-gallery-card:nth-child(1),
  .photo-gallery-card:nth-child(6) {
    grid-column: span 6;
    grid-row: span 3;
  }
}

@media (max-width: 575.98px) {
  .photo-gallery-grid {
    gap: 6px;
    grid-auto-rows: 105px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-gallery-card,
  .photo-gallery-card:nth-child(n) {
    border-radius: 14px;
    grid-column: span 1;
    grid-row: span 2;
  }

  .photo-gallery-card:nth-child(1),
  .photo-gallery-card:nth-child(5),
  .photo-gallery-card:nth-child(9) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .photo-gallery-card figcaption {
    display: none;
  }
}

/* Soft photo-to-content blend on featured gallery cards */
.gallery-feature {
  border-radius: 22px;
  isolation: isolate;
}

.gallery-feature img {
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 70%,
    rgba(0, 0, 0, 0.92) 78%,
    rgba(0, 0, 0, 0.48) 91%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 70%,
    rgba(0, 0, 0, 0.92) 78%,
    rgba(0, 0, 0, 0.48) 91%,
    transparent 100%
  );
  position: relative;
  z-index: 1;
}

.gallery-feature div {
  background:
    radial-gradient(circle at 0% 50%, rgba(237, 174, 25, 0.055), transparent 32%),
    #fff;
  margin-left: -1px;
  position: relative;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .gallery-feature img {
    -webkit-mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 72%,
      rgba(0, 0, 0, 0.88) 82%,
      rgba(0, 0, 0, 0.38) 94%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 72%,
      rgba(0, 0, 0, 0.88) 82%,
      rgba(0, 0, 0, 0.38) 94%,
      transparent 100%
    );
  }

  .gallery-feature div {
    margin-left: 0;
    margin-top: -1px;
  }
}

/* Featured gallery concept based on the supplied visual reference */
.gallery-feature {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 30px;
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.gallery-feature::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 2px, transparent 3px) 0 0 / 24px 24px;
  content: "";
  height: 100px;
  left: 30px;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  top: 24px;
  width: 150px;
  z-index: 4;
}

.gallery-feature::after {
  border: 2px solid rgba(237, 174, 25, 0.72);
  border-bottom: 0;
  border-radius: 180px 180px 0 0;
  bottom: -2px;
  content: "";
  height: 110px;
  left: 22%;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  width: 240px;
  z-index: 4;
}

.gallery-feature img {
  -webkit-mask-image: none;
  filter: saturate(0.92) contrast(1.04);
  height: 100%;
  mask-image: none;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  position: relative;
  transition: filter 420ms ease, transform 650ms var(--ease-premium);
  width: 100%;
  z-index: 0;
}

.gallery-feature:hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.018);
}

.gallery-feature div {
  align-self: stretch;
  background:
    radial-gradient(circle at 95% 92%, rgba(6, 29, 51, 0.035), transparent 26%),
    #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(3rem, 7vw, 7.5rem);
  position: relative;
  z-index: 2;
}

.gallery-feature div::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 128%;
  left: clamp(-175px, -10vw, -115px);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(210px, 17vw, 320px);
  z-index: -1;
}

.gallery-feature div::after {
  background:
    radial-gradient(circle, var(--luzia-gold) 3px, transparent 4px) 0 0 / 26px 26px;
  bottom: 24px;
  content: "";
  height: 82px;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 26px;
  width: 130px;
}

.gallery-feature .gallery-kicker {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

.gallery-feature .gallery-kicker::before {
  background: var(--luzia-gold);
  border-radius: 999px;
  content: "";
  height: 4px;
  width: 46px;
}

.gallery-feature h2,
.gallery-feature h3,
.gallery-feature p {
  position: relative;
  z-index: 1;
}

.gallery-feature h2,
.gallery-feature h3 {
  font-size: clamp(2.6rem, 4.5vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin-bottom: 1.5rem;
  max-width: 720px;
}

.gallery-feature p {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .gallery-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gallery-feature::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .gallery-feature img {
    aspect-ratio: 16 / 12;
    min-height: 420px;
  }

  .gallery-feature div {
    margin: 0;
    padding: 4.5rem 2.25rem 3.5rem;
    text-align: center;
  }

  .gallery-feature div::before {
    height: 150px;
    left: 50%;
    top: -72px;
    transform: translateX(-50%);
    width: 125%;
  }

  .gallery-feature .gallery-kicker {
    justify-content: center;
  }

  .gallery-feature h2,
  .gallery-feature h3,
  .gallery-feature p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .gallery-feature {
    border-radius: 22px;
  }

  .gallery-feature::before {
    background-size: 18px 18px;
    height: 76px;
    left: 18px;
    top: 18px;
    width: 112px;
  }

  .gallery-feature img {
    min-height: 360px;
  }

  .gallery-feature div {
    padding: 3.8rem 1.35rem 2.7rem;
  }

  .gallery-feature h2,
  .gallery-feature h3 {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }
}

/* Wider featured photo and refined curved transition */
@media (min-width: 992px) {
  .gallery-feature {
    grid-template-columns: minmax(440px, 0.94fr) minmax(0, 1.06fr);
  }

  .gallery-feature div {
    padding-left: clamp(3.6rem, 6vw, 6.8rem);
  }

  .gallery-feature div::before {
    height: 132%;
    left: clamp(-190px, -11vw, -130px);
    width: clamp(235px, 18vw, 340px);
  }
}

/* Full-subject framing from the approved reference */
@media (min-width: 992px) {
  .gallery-feature {
    grid-template-columns: minmax(430px, 0.88fr) minmax(0, 1.12fr);
    min-height: clamp(760px, 49vw, 860px);
  }

  .gallery-feature img {
    height: 100%;
    min-height: clamp(760px, 49vw, 860px);
    object-position: center 42%;
  }

  .gallery-feature div::before {
    height: 138%;
    left: clamp(-205px, -12vw, -145px);
    width: clamp(250px, 19vw, 360px);
  }
}

/* Final proportions matched to the supplied gallery reference */
@media (min-width: 992px) {
  .gallery-feature {
    grid-template-columns: 42% 58%;
    min-height: clamp(780px, 52vw, 950px);
  }

  .gallery-feature::before {
    background:
      radial-gradient(circle, rgba(255, 255, 255, 0.94) 2px, transparent 3px) 30px 26px / 24px 24px no-repeat,
      radial-gradient(circle, rgba(255, 255, 255, 0.94) 2px, transparent 3px) 54px 26px / 24px 24px no-repeat,
      radial-gradient(circle, rgba(255, 255, 255, 0.94) 2px, transparent 3px) 78px 26px / 24px 24px no-repeat,
      radial-gradient(circle, rgba(255, 255, 255, 0.94) 2px, transparent 3px) 30px 50px / 24px 24px no-repeat,
      radial-gradient(circle, rgba(255, 255, 255, 0.94) 2px, transparent 3px) 54px 50px / 24px 24px no-repeat,
      radial-gradient(circle, rgba(255, 255, 255, 0.94) 2px, transparent 3px) 78px 50px / 24px 24px no-repeat,
      linear-gradient(138deg, rgba(3, 15, 28, 0.46) 0 22%, transparent 22.2% 100%),
      linear-gradient(72deg, transparent 0 62%, rgba(3, 15, 28, 0.25) 62.2% 69%, transparent 69.2% 100%);
    height: 100%;
    inset: 0 auto 0 0;
    left: 0;
    opacity: 1;
    top: 0;
    width: 42%;
    z-index: 4;
  }

  .gallery-feature img {
    height: 100%;
    min-height: clamp(780px, 52vw, 950px);
    object-position: center center;
  }

  .gallery-feature div {
    justify-content: flex-start;
    padding:
      clamp(12rem, 15vw, 15.5rem)
      clamp(3.5rem, 6vw, 6.5rem)
      clamp(4rem, 6vw, 6rem)
      clamp(4rem, 7vw, 7.5rem);
  }

  .gallery-feature div::before {
    height: 132%;
    left: clamp(-185px, -10.5vw, -135px);
    width: clamp(225px, 17vw, 320px);
  }

  .gallery-feature div::after {
    background: var(--luzia-gold);
    border-radius: 50%;
    bottom: auto;
    box-shadow: 30px 0 0 var(--luzia-navy), 60px 0 0 #d9dde2;
    height: 12px;
    opacity: 1;
    right: 78px;
    top: 58px;
    width: 12px;
  }

  .gallery-feature h2,
  .gallery-feature h3 {
    font-size: clamp(3rem, 4.2vw, 4.8rem);
    line-height: 0.98;
    max-width: 680px;
  }

  .gallery-feature h2::after,
  .gallery-feature h3::after {
    background: var(--luzia-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 0.32rem;
    width: 42%;
  }
}

/* Expanded featured image */
@media (min-width: 992px) {
  .gallery-feature {
    grid-template-columns: 48% 52%;
  }

  .gallery-feature::before {
    width: 48%;
  }

  .gallery-feature div {
    padding-left: clamp(3.5rem, 5.5vw, 6rem);
    padding-right: clamp(2.8rem, 4.5vw, 5rem);
  }

  .gallery-feature div::before {
    left: clamp(-175px, -9.5vw, -125px);
    width: clamp(215px, 16vw, 300px);
  }

  .gallery-feature h2,
  .gallery-feature h3 {
    font-size: clamp(2.8rem, 3.75vw, 4.35rem);
  }
}

/* Larger photo presence and refined panel details */
@media (min-width: 992px) {
  .gallery-feature {
    grid-template-columns: 55% 45%;
  }

  .gallery-feature::before {
    width: 55%;
  }

  .gallery-feature::after {
    box-shadow:
      0 0 0 18px rgba(237, 174, 25, 0.035),
      0 0 0 36px rgba(237, 174, 25, 0.025);
    left: 31%;
    width: 290px;
  }

  .gallery-feature div {
    background:
      radial-gradient(circle at 92% 12%, rgba(237, 174, 25, 0.09), transparent 18%),
      radial-gradient(circle at 94% 94%, rgba(6, 29, 51, 0.065), transparent 28%),
      linear-gradient(145deg, #fff 0%, #fff 72%, #f7f9fb 100%);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.75);
    padding-left: clamp(3.1rem, 4.7vw, 5rem);
    padding-right: clamp(2.2rem, 3.5vw, 3.8rem);
  }

  .gallery-feature div::before {
    left: clamp(-145px, -7.5vw, -100px);
    width: clamp(180px, 13vw, 245px);
  }

  .gallery-feature div::after {
    box-shadow: 27px 0 0 var(--luzia-navy), 54px 0 0 #d9dde2;
    right: 62px;
  }

  .gallery-feature h2,
  .gallery-feature h3 {
    font-size: clamp(2.55rem, 3.25vw, 3.85rem);
    letter-spacing: -0.05em;
  }

  .gallery-feature p {
    max-width: 590px;
  }
}

/* Exact gallery concept composition */
.gallery-feature > div .tester-benefits {
  background: transparent;
  box-shadow: none;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2.2rem, 4vw, 4rem) 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.gallery-feature > div .tester-benefits::before,
.gallery-feature > div .tester-benefits::after {
  display: none;
}

.tester-benefits article {
  border-right: 1px solid rgba(6, 29, 51, 0.12);
  min-width: 0;
  padding: 0 clamp(0.8rem, 1.8vw, 1.6rem);
}

.tester-benefits article:first-child {
  padding-left: 0;
}

.tester-benefits article:last-child {
  border-right: 0;
  padding-right: 0;
}

.tester-benefits i {
  align-items: center;
  background: linear-gradient(145deg, #fff8e7, #ffedbd);
  border-radius: 12px;
  color: var(--luzia-navy);
  display: inline-flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 0.85rem;
  width: 48px;
}

.tester-benefits strong,
.tester-benefits span {
  display: block;
}

.tester-benefits strong {
  color: var(--luzia-ink);
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.tester-benefits span {
  color: var(--luzia-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.tester-more-link {
  align-items: center;
  align-self: flex-start;
  background: linear-gradient(135deg, #061d33, #0b2d4a);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(6, 29, 51, 0.18);
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  gap: 2rem;
  margin-top: clamp(2rem, 3.5vw, 3.2rem);
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.tester-more-link i {
  color: var(--luzia-gold);
}

.tester-more-link:hover {
  box-shadow: 0 18px 38px rgba(6, 29, 51, 0.26);
  color: #fff;
  transform: translateY(-2px);
}

.tester-photo-note {
  align-items: center;
  background: linear-gradient(145deg, #ffc43d, #f5ad00);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  bottom: 38px;
  box-shadow: 0 16px 34px rgba(6, 29, 51, 0.22);
  color: var(--luzia-navy);
  display: flex;
  gap: 0.8rem;
  left: 34px;
  max-width: 215px;
  padding: 1rem;
  position: absolute;
  z-index: 6;
}

.tester-photo-note > i {
  align-items: center;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.2rem;
  height: 42px;
  justify-content: center;
}

.tester-photo-note span,
.tester-photo-note strong {
  display: block;
}

.tester-photo-note span {
  font-size: 0.72rem;
  line-height: 1.35;
}

.tester-photo-note strong {
  font-size: 0.78rem;
  margin-bottom: 0.15rem;
}

@media (min-width: 992px) {
  .gallery-feature {
    grid-template-columns: 42% 58%;
    min-height: clamp(820px, 56vw, 950px);
  }

  .gallery-feature::before {
    width: 42%;
  }

  .gallery-feature::after {
    left: 22%;
    width: 270px;
  }

  .gallery-feature img {
    min-height: clamp(820px, 56vw, 950px);
  }

  .gallery-feature > div {
    justify-content: flex-start;
    padding:
      clamp(12rem, 14vw, 14.5rem)
      clamp(3.5rem, 5.5vw, 6rem)
      clamp(3rem, 5vw, 5rem)
      clamp(4rem, 7vw, 7rem);
  }

  .gallery-feature > div::before {
    left: clamp(-185px, -10vw, -135px);
    width: clamp(230px, 17vw, 320px);
  }

  .gallery-feature h2,
  .gallery-feature h3 {
    font-size: clamp(3rem, 4.1vw, 4.7rem);
    max-width: 700px;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .gallery-feature > div {
    padding-left: 4.5rem;
    padding-right: 2.5rem;
  }

  .tester-benefits span {
    font-size: 0.76rem;
  }
}

@media (max-width: 991.98px) {
  .gallery-feature > div .tester-benefits {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .tester-benefits article,
  .tester-benefits article:first-child,
  .tester-benefits article:last-child {
    align-items: center;
    border-bottom: 1px solid rgba(6, 29, 51, 0.1);
    border-right: 0;
    display: grid;
    gap: 0 0.9rem;
    grid-template-columns: 48px 1fr;
    padding: 0.9rem 0;
  }

  .tester-benefits article:last-child {
    border-bottom: 0;
  }

  .tester-benefits i {
    grid-row: 1 / 3;
    margin: 0;
  }

  .tester-photo-note {
    bottom: auto;
    left: 1rem;
    top: 1rem;
  }

  .tester-more-link {
    align-self: center;
  }
}

/* Vicar Maker as the institutional closing section */
.maker-section-bottom {
  background:
    linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  border-top: 1px solid rgba(6, 29, 51, 0.07);
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.maker-section-bottom .maker-card {
  min-height: 520px;
}

@media (max-width: 767.98px) {
  .maker-section-bottom {
    padding: 4rem 0;
  }
}

/* Larger support callout and centered anchor position */
#apoya {
  align-self: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(237, 174, 25, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(1, 12, 23, 0.18);
  padding: clamp(2.25rem, 4vw, 4rem);
  scroll-margin-top: 20vh;
}

#apoya .section-heading {
  margin-bottom: 1.4rem;
}

#apoya .section-heading h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.35rem);
  letter-spacing: -0.045em;
}

#apoya .section-heading p {
  font-size: clamp(1.08rem, 1.45vw, 1.25rem);
  line-height: 1.7;
  max-width: 600px;
}

#apoya .btn-luzia {
  border-radius: 14px;
  font-size: 1.15rem;
  min-height: 58px;
  padding: 0.9rem 1.45rem;
}

@media (max-width: 991.98px) {
  #apoya {
    margin: 0 0.75rem;
    scroll-margin-top: 15vh;
  }
}

/* Informational donation modal */
.donation-modal .modal-dialog {
  max-width: 610px;
}

.donation-modal .modal-content {
  border: 0;
  border-radius: 26px;
  box-shadow: 0 34px 90px rgba(3, 15, 28, 0.34);
  overflow: hidden;
}

.donation-modal .modal-header {
  align-items: flex-start;
  background:
    radial-gradient(circle at 100% 0%, rgba(237, 174, 25, 0.2), transparent 32%),
    linear-gradient(135deg, #061d33, #0b2d4a);
  border: 0;
  color: #fff;
  padding: 1.8rem 2rem;
}

.donation-modal .btn-close {
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.9;
  padding: 0.65rem;
}

.donation-modal-kicker {
  color: var(--luzia-gold-2);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.donation-modal .modal-title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.donation-modal .modal-body {
  background: #f7fafc;
  padding: 2rem;
}

.donation-bank-brand {
  align-items: center;
  color: #072f68;
  display: flex;
  font-size: 2rem;
  font-weight: 950;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.donation-bank-brand i {
  color: var(--luzia-gold);
  font-size: 1.6rem;
}

.donation-account-holder,
.donation-data-row {
  background: #fff;
  border: 1px solid #dfe8ef;
  border-radius: 16px;
  padding: 1rem 1.1rem;
}

.donation-account-holder {
  margin-bottom: 0.85rem;
}

.donation-account-holder small,
.donation-data-row small {
  color: #69798b;
  display: block;
  font-size: 0.74rem;
  font-weight: 750;
  margin-bottom: 0.25rem;
}

.donation-account-holder strong,
.donation-data-row strong {
  color: var(--luzia-ink);
  display: block;
  font-size: 1rem;
}

.donation-data-list {
  display: grid;
  gap: 0.85rem;
}

.donation-data-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.donation-data-row strong {
  font-family: var(--bs-font-monospace);
  letter-spacing: 0.035em;
  overflow-wrap: anywhere;
}

.copy-bank-data {
  align-items: center;
  background: #eef4f8;
  border: 1px solid #d7e2ea;
  border-radius: 11px;
  color: var(--luzia-navy);
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.copy-bank-data:hover,
.copy-bank-data.is-copied {
  background: var(--luzia-gold);
  color: #fff;
  transform: translateY(-2px);
}

.donation-modal-note {
  color: #617184;
  font-size: 0.82rem;
  margin: 1.1rem 0 0;
}

.donation-modal-note i {
  color: var(--luzia-gold);
  margin-right: 0.35rem;
}

.donation-modal .modal-footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid #e4ebf1;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.copy-bank-status {
  color: #426071;
  font-size: 0.78rem;
}

@media (max-width: 575.98px) {
  .donation-modal .modal-dialog {
    margin: 0.75rem;
  }

  .donation-modal .modal-header,
  .donation-modal .modal-body,
  .donation-modal .modal-footer {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .donation-data-row strong {
    font-size: 0.9rem;
  }
}

/* Bank details displayed directly in the support section */
.inline-bank-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(1, 12, 23, 0.22);
  color: var(--luzia-ink);
  margin-top: 1.5rem;
  padding: 1.35rem;
}

.inline-bank-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.inline-bank-heading small,
.inline-bank-holder small,
.inline-bank-data small {
  color: #69798b;
  display: block;
  font-size: 0.7rem;
  font-weight: 750;
  margin-bottom: 0.15rem;
}

.inline-bank-heading strong {
  color: #073b7a;
  display: block;
  font-size: 1.65rem;
  font-weight: 950;
}

.inline-bank-heading > i {
  color: var(--luzia-gold);
  font-size: 1.5rem;
}

.inline-bank-holder,
.inline-bank-data {
  background: #f7fafc;
  border: 1px solid #dfe8ef;
  border-radius: 13px;
  padding: 0.8rem 0.9rem;
}

.inline-bank-holder {
  margin-bottom: 0.65rem;
}

.inline-bank-holder strong,
.inline-bank-data strong {
  color: var(--luzia-ink);
  display: block;
  font-size: 0.88rem;
}

.inline-bank-data {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  margin-top: 0.65rem;
}

.inline-bank-data strong {
  font-family: var(--bs-font-monospace);
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
}

.inline-bank-card .copy-bank-data {
  flex-basis: 40px;
  height: 40px;
}

.inline-bank-note {
  color: #617184;
  font-size: 0.72rem;
  margin: 0.9rem 0 0;
}

.inline-bank-note i {
  color: var(--luzia-gold);
  margin-right: 0.3rem;
}

.inline-bank-card .copy-bank-status {
  display: block;
  margin-top: 0.4rem;
  min-height: 1em;
}

@media (min-width: 1200px) {
  #apoya {
    padding: 2.6rem;
  }

  #apoya .section-heading h2 {
    font-size: clamp(2.8rem, 3.8vw, 3.9rem);
  }
}

@media (max-width: 575.98px) {
  .inline-bank-card {
    border-radius: 16px;
    padding: 1rem;
  }

  .inline-bank-data strong {
    font-size: 0.78rem;
  }
}

/* Field-testing proof callout */
.proof-section {
  background: #fff;
  padding: clamp(4.5rem, 8vw, 7rem) 0 0;
}

.proof-card {
  align-items: stretch;
  background:
    radial-gradient(circle at 100% 0%, rgba(237, 174, 25, 0.12), transparent 25%),
    linear-gradient(135deg, #f7fafc, #fff);
  border: 1px solid rgba(6, 29, 51, 0.08);
  border-radius: 28px;
  box-shadow: 0 26px 65px rgba(6, 29, 51, 0.1);
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  overflow: hidden;
}

.proof-collage {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.proof-collage img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.proof-collage img:last-of-type {
  border-left: 5px solid #fff;
  filter: saturate(0.88);
}

.proof-collage::after {
  background: linear-gradient(90deg, transparent 62%, rgba(6, 29, 51, 0.35));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.proof-collage > span {
  align-items: center;
  background: var(--luzia-gold);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(6, 29, 51, 0.2);
  color: #fff;
  display: inline-flex;
  font-size: 1.65rem;
  height: 70px;
  justify-content: center;
  left: 54%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 2;
}

.proof-copy {
  align-self: center;
  padding: clamp(2.5rem, 5vw, 5rem);
}

.proof-kicker {
  color: var(--luzia-gold);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.proof-copy h2 {
  color: var(--luzia-ink);
  font-size: clamp(2.4rem, 4.2vw, 4.35rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.proof-copy p {
  color: var(--luzia-muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
  max-width: 650px;
}

.proof-link {
  align-items: center;
  background: linear-gradient(135deg, #061d33, #0b2d4a);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(6, 29, 51, 0.18);
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  gap: 1.6rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
  transition: box-shadow 190ms ease, transform 190ms ease;
}

.proof-link i {
  color: var(--luzia-gold);
}

.proof-link:hover {
  box-shadow: 0 18px 38px rgba(6, 29, 51, 0.27);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .proof-card {
    grid-template-columns: 1fr;
  }

  .proof-collage {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .proof-card {
    border-radius: 21px;
  }

  .proof-collage {
    min-height: 290px;
  }

  .proof-copy {
    padding: 2rem 1.35rem 2.3rem;
  }

  .proof-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.1rem);
  }

  .proof-link {
    justify-content: space-between;
    width: 100%;
  }
}

/* Vicar Maker panel with field-testing strip */
.proof-vicar-card {
  scroll-margin-top: 110px;
}

.proof-vicar-copy {
  min-height: 430px;
  padding-top: clamp(5.5rem, 8vw, 8rem);
  position: relative;
}

.proof-vicar-logo {
  align-items: center;
  display: flex;
  height: clamp(105px, 11vw, 155px);
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: clamp(1.5rem, 3vw, 2.8rem);
  text-decoration: none;
  top: clamp(1.2rem, 2.5vw, 2.2rem);
  transition: transform 220ms ease;
  width: clamp(120px, 13vw, 185px);
}

.proof-vicar-logo:hover {
  transform: translateY(-3px) scale(1.025);
}

.proof-vicar-logo img {
  height: 180%;
  object-fit: contain;
  width: 180%;
}

.proof-vicar-kicker {
  color: #d71920;
  padding-right: clamp(110px, 14vw, 190px);
}

.proof-vicar-copy h2 {
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  max-width: 720px;
}

.proof-vicar-copy p {
  max-width: 760px;
}

.proof-vicar-copy .maker-link {
  margin-top: 0.5rem;
}

.proof-strip {
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(237, 174, 25, 0.18), transparent 28%),
    linear-gradient(135deg, #061d33, #0b2d4a);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 22px 48px rgba(6, 29, 51, 0.18);
  color: #fff;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1.5rem, 4vw, 3.4rem);
}

.proof-strip .proof-kicker {
  margin-bottom: 0.35rem;
}

.proof-strip h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 0.5rem;
}

.proof-strip p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin: 0;
  max-width: 800px;
}

.proof-strip .proof-link {
  background: linear-gradient(145deg, #ffc247, #edae19);
  box-shadow: 0 14px 30px rgba(237, 174, 25, 0.2);
  color: var(--luzia-navy);
  flex: 0 0 auto;
  white-space: nowrap;
}

.proof-strip .proof-link i {
  color: var(--luzia-navy);
}

.proof-strip .proof-link:hover {
  color: var(--luzia-navy);
}

@media (max-width: 991.98px) {
  .proof-vicar-copy {
    min-height: 470px;
  }

  .proof-strip {
    border-radius: 20px;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .proof-strip .proof-link {
    justify-self: start;
  }
}

@media (max-width: 575.98px) {
  .proof-vicar-copy {
    min-height: 0;
    padding-top: 8.5rem;
  }

  .proof-vicar-logo {
    left: 50%;
    right: auto;
    top: 0.75rem;
    transform: translateX(-50%);
  }

  .proof-vicar-logo:hover {
    transform: translateX(-50%) translateY(-2px) scale(1.02);
  }

  .proof-vicar-kicker {
    padding-right: 0;
    text-align: center;
  }

  .proof-vicar-copy h2,
  .proof-vicar-copy p {
    text-align: center;
  }

  .proof-vicar-copy .maker-link {
    margin-left: auto;
    margin-right: auto;
  }

  .proof-strip {
    margin-left: 0;
    margin-right: 0;
  }

  .proof-strip .proof-link {
    justify-self: stretch;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  #apoya {
    border-radius: 20px;
    margin: 0;
    padding: 2rem 1.35rem;
    scroll-margin-top: 110px;
  }
}

/* Final priority layer: products menu and phone-only compact layout */
.offcanvas.site-menu .site-menu-link.menu-products-link {
  background: radial-gradient(circle at 88% 8%, rgba(255, 194, 71, 0.3), transparent 34%), linear-gradient(145deg, #061d33, #0b2d4a) !important;
  border-color: rgba(237, 174, 25, 0.55) !important;
  box-shadow: 0 22px 48px rgba(6, 29, 51, 0.2) !important;
}

.offcanvas.site-menu .site-menu-link.menu-products-link strong,
.offcanvas.site-menu .site-menu-link.menu-products-link small {
  color: #fff !important;
}

.offcanvas.site-menu .site-menu-link.menu-products-link small {
  opacity: 0.7;
}

.offcanvas.site-menu .site-menu-link.menu-products-link .site-menu-icon {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
  color: var(--luzia-gold-2) !important;
}

@media (max-width: 767.98px) {
  body .section-pad,
  body .home-products-section {
    padding-bottom: 3.25rem !important;
    padding-top: 3.25rem !important;
  }

  body .hero-section,
  body .min-vh-hero {
    min-height: 670px !important;
  }

  body .problem-grid,
  body .steps-line,
  body .solution-benefits {
    display: flex !important;
    gap: 0.85rem !important;
    overflow-x: auto !important;
    padding: 0 0.1rem 0.8rem !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body .problem-item,
  body .step-item,
  body .solution-benefits article {
    border: 1px solid rgba(6, 29, 51, 0.08) !important;
    border-radius: 16px !important;
    flex: 0 0 72vw !important;
    min-height: 145px !important;
    padding: 1.15rem !important;
    scroll-snap-align: start;
  }

  body .steps-line::before {
    display: none !important;
  }

  body .solution-showcase {
    padding: 1.15rem !important;
  }

  body .solution-intro h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem) !important;
  }

  body .solution-product {
    display: flex !important;
    gap: 0.75rem !important;
    overflow-x: auto !important;
    padding: 300px 0 0.5rem !important;
    scrollbar-width: none;
  }

  body .solution-cane-img {
    max-height: 290px !important;
    width: min(300px, 88%) !important;
  }

  body .hud-callout {
    flex: 0 0 78vw !important;
    min-height: 92px !important;
    padding: 0.8rem !important;
  }

  body .home-products-grid {
    display: flex !important;
    gap: 1rem !important;
    overflow-x: auto !important;
    padding: 0 1rem 0.75rem 0 !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body .home-product-card {
    flex: 0 0 86vw !important;
    grid-template-columns: 42% 58% !important;
    grid-template-rows: 286px !important;
    min-height: 286px !important;
    scroll-snap-align: start;
  }

  body .home-product-image {
    padding: 0.7rem !important;
  }

  body .home-product-copy {
    align-self: center;
    padding: 1.1rem 0.9rem !important;
  }

  body .home-product-copy h3 {
    font-size: clamp(1.65rem, 7vw, 2.1rem) !important;
    line-height: 1 !important;
    margin-bottom: 0.55rem !important;
  }

  body .home-product-copy p {
    display: -webkit-box;
    font-size: 0.72rem !important;
    line-height: 1.4 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  body .home-product-copy .product-color-selector {
    margin-top: 0.55rem !important;
    padding-bottom: 0.2rem;
  }

  body .app-download-home {
    padding: 3.25rem 0 !important;
  }

  body .app-download-card {
    gap: 1.25rem !important;
    padding: 1.45rem !important;
  }

  body .app-download-actions {
    gap: 0.65rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-width: 0 !important;
  }

  body .store-button {
    gap: 0.5rem !important;
    min-height: 76px !important;
    padding: 1.35rem 0.6rem 0.6rem !important;
  }

  body .store-button strong {
    font-size: 0.7rem !important;
  }

  body .store-button small {
    display: none !important;
  }

  body .proof-section {
    padding-top: 3.25rem !important;
  }

  body .proof-collage {
    min-height: 240px !important;
  }

  body .proof-vicar-copy {
    min-height: 0 !important;
    padding: 5.6rem 1.25rem 1.6rem !important;
  }

  body .offcanvas.site-menu .offcanvas-header {
    padding: 1.25rem 1.15rem 0.95rem !important;
  }

  body .offcanvas.site-menu .offcanvas-body {
    display: grid !important;
    gap: 0.75rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 1rem 1.15rem 1.25rem !important;
  }

  body .offcanvas.site-menu .site-menu-link {
    align-content: space-between !important;
    gap: 0.65rem !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto 1fr !important;
    min-height: 178px !important;
    padding: 1rem !important;
  }

  body .offcanvas.site-menu .site-menu-icon {
    border-radius: 13px !important;
    font-size: 1.2rem !important;
    height: 44px !important;
    width: 44px !important;
  }

  body .offcanvas.site-menu .site-menu-link > span:nth-child(2) {
    align-self: end !important;
    grid-column: 1 / -1 !important;
  }

  body .offcanvas.site-menu .site-menu-note,
  body .offcanvas.site-menu .site-menu-cta {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  /* Final mobile solution layout: contained, readable and significantly shorter. */
  body .navbar-toggler {
    display: none !important;
  }

  body #solucion,
  body #solucion .container,
  body #solucion .solution-showcase {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body #solucion .solution-section-heading {
    margin-bottom: 1.2rem !important;
    padding-inline: 0.5rem !important;
  }

  body #solucion .solution-section-heading p {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  body #solucion .solution-showcase {
    display: block !important;
    min-height: 0 !important;
    padding: 1.25rem !important;
  }

  body #solucion .solution-intro {
    max-width: 100% !important;
    text-align: left !important;
  }

  body #solucion .solution-pill {
    font-size: 0.62rem !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 1rem !important;
    max-width: 100% !important;
    padding: 0.65rem 0.85rem !important;
    white-space: normal !important;
  }

  body #solucion .solution-intro h2 {
    font-size: clamp(2.15rem, 10vw, 2.9rem) !important;
    letter-spacing: -0.04em !important;
    line-height: 0.98 !important;
    margin-bottom: 1rem !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    text-align: left !important;
    word-break: normal !important;
  }

  body #solucion .solution-intro h2::after {
    height: 4px !important;
    margin-top: 0.9rem !important;
    width: 54px !important;
  }

  body #solucion .solution-intro > p:not(.solution-emotion),
  body #solucion .solution-emotion {
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  body #solucion .solution-brand {
    flex-wrap: wrap !important;
    font-size: clamp(1.8rem, 9vw, 2.45rem) !important;
    margin: 1.4rem 0 0.65rem !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body #solucion .solution-brand::before {
    margin-right: 0.2rem !important;
  }

  body #solucion .solution-benefits {
    margin-bottom: 1rem !important;
    margin-top: 1.15rem !important;
  }

  body #solucion .solution-benefits article {
    flex-basis: 68vw !important;
    min-height: 125px !important;
    padding: 0.9rem !important;
  }

  body #solucion .solution-product {
    display: grid !important;
    gap: 0.65rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 245px 0 0 !important;
    position: relative !important;
  }

  body #solucion .product-glow {
    height: 230px !important;
    left: 50% !important;
    top: 5px !important;
    transform: translateX(-50%) !important;
    width: 230px !important;
  }

  body #solucion .solution-cane-img {
    height: 230px !important;
    left: 50% !important;
    max-height: 230px !important;
    object-fit: contain !important;
    position: absolute !important;
    top: 5px !important;
    transform: translateX(-50%) rotate(-6deg) !important;
    width: min(270px, 82%) !important;
  }

  body #solucion .hud-callout {
    align-items: flex-start !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(237, 174, 25, 0.25) !important;
    border-radius: 14px !important;
    bottom: auto !important;
    display: flex !important;
    flex: none !important;
    gap: 0.55rem !important;
    left: auto !important;
    max-width: none !important;
    min-height: 96px !important;
    padding: 0.7rem !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
  }

  body #solucion .hud-callout::before,
  body #solucion .hud-callout::after {
    display: none !important;
  }

  body #solucion .hud-callout i {
    flex: 0 0 34px !important;
    font-size: 0.95rem !important;
    height: 34px !important;
    width: 34px !important;
  }

  body #solucion .hud-callout strong {
    font-size: 0.78rem !important;
    line-height: 1.18 !important;
  }

  body #solucion .hud-callout span {
    display: -webkit-box !important;
    font-size: 0.66rem !important;
    line-height: 1.3 !important;
    margin-top: 0.22rem !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body #solucion .callout-battery {
    grid-column: 1 / -1 !important;
    min-height: 82px !important;
  }
}

@media (max-width: 374.98px) {
  body #solucion .solution-product {
    grid-template-columns: 1fr !important;
  }

  body #solucion .callout-battery {
    grid-column: auto !important;
  }
}

@media (max-width: 767.98px) {
  /* Feature cards below the cane become a one-row touch carousel. */
  body #solucion .solution-product {
    display: flex !important;
    gap: 0.75rem !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 245px 0.15rem 0.8rem !important;
    scroll-padding-inline: 0.15rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body #solucion .solution-product::-webkit-scrollbar {
    display: none;
  }

  body #solucion .hud-callout,
  body #solucion .callout-battery {
    flex: 0 0 min(78vw, 300px) !important;
    grid-column: auto !important;
    min-height: 112px !important;
    scroll-snap-align: start;
  }

  body #solucion .hud-callout span {
    -webkit-line-clamp: 3;
  }
}

/* Highest-priority mobile rail: the cane never participates in horizontal scrolling. */
@media (max-width: 767.98px) {
  body #solucion .solution-product {
    display: block !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  body #solucion .solution-cane-stage {
    display: block !important;
    height: 245px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
  }

  body #solucion .solution-cane-stage .product-glow {
    height: 225px !important;
    left: 50% !important;
    top: 5px !important;
    transform: translateX(-50%) !important;
    width: 225px !important;
  }

  body #solucion .solution-cane-stage .solution-cane-img {
    height: 230px !important;
    left: 50% !important;
    max-height: 230px !important;
    position: absolute !important;
    top: 5px !important;
    transform: translateX(-50%) rotate(-6deg) !important;
    width: min(270px, 82%) !important;
  }

  body #solucion .solution-features-carousel {
    display: flex !important;
    gap: 0.75rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0.1rem 1rem 0.85rem 0.1rem !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100% !important;
  }

  body #solucion .solution-features-carousel::-webkit-scrollbar {
    display: none;
  }

  body #solucion .solution-features-carousel .hud-callout,
  body #solucion .solution-features-carousel .callout-battery {
    flex: 0 0 min(80vw, 305px) !important;
    min-height: 112px !important;
    scroll-snap-align: start;
  }
}

/* Branded stage around the opening interview */
.interview-section {
  background:
    radial-gradient(circle at 8% 22%, rgba(237, 174, 25, 0.2), transparent 20%),
    radial-gradient(circle at 92% 78%, rgba(237, 174, 25, 0.15), transparent 22%),
    linear-gradient(135deg, #031321 0%, #082841 52%, #061d33 100%) !important;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.interview-section::before,
.interview-section::after {
  border: 1px solid rgba(237, 174, 25, 0.35);
  border-radius: 50%;
  content: "";
  height: clamp(320px, 36vw, 680px);
  pointer-events: none;
  position: absolute;
  width: clamp(320px, 36vw, 680px);
  z-index: -1;
}

.interview-section::before {
  box-shadow:
    0 0 0 55px rgba(237, 174, 25, 0.06),
    0 0 0 110px rgba(237, 174, 25, 0.035);
  left: clamp(-420px, -23vw, -180px);
  top: 18%;
}

.interview-section::after {
  box-shadow:
    0 0 0 55px rgba(237, 174, 25, 0.055),
    0 0 0 110px rgba(237, 174, 25, 0.03);
  bottom: 6%;
  right: clamp(-420px, -23vw, -180px);
}

.interview-video-frame {
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1.6px, transparent 1.6px);
  background-position: 3% 8%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding: clamp(1.25rem, 2.6vw, 2.75rem) clamp(1rem, 5vw, 5.5rem);
  position: relative;
}

.interview-main-video {
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: clamp(18px, 2vw, 30px);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.42),
    0 0 0 7px rgba(255, 255, 255, 0.035),
    0 0 70px rgba(237, 174, 25, 0.08);
  height: auto !important;
  max-height: calc(100svh - 150px);
  object-fit: contain;
  overflow: hidden;
  width: min(78vw, calc((100svh - 150px) * 1.7778));
}

@media (max-width: 991.98px) {
  .interview-main-video {
    width: min(90vw, calc((100svh - 140px) * 1.7778));
  }
}

@media (max-width: 767.98px) {
  .interview-section::before,
  .interview-section::after {
    opacity: 0.5;
  }

  .interview-video-frame {
    min-height: 0 !important;
    padding: 1.1rem 0.75rem 1.35rem;
  }

  .interview-main-video {
    border-radius: 17px;
    max-height: none;
    width: 100%;
  }
}

/* Interactive product color selector */
.product-color-image {
  transition: filter 180ms ease, opacity 180ms ease, transform 240ms ease !important;
}

.product-color-image.is-switching {
  filter: blur(4px) !important;
  opacity: 0.22 !important;
  transform: scale(0.97) !important;
}

.product-color-selector {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin: 1.25rem 0 1.35rem;
}

.color-selector-label {
  color: var(--luzia-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.color-selector-label strong {
  color: var(--luzia-ink);
  font-weight: 900;
}

.color-options {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.color-option {
  background: var(--swatch);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(6, 29, 51, 0.2), 0 5px 12px rgba(6, 29, 51, 0.14);
  cursor: pointer;
  height: 28px;
  padding: 0;
  position: relative;
  transition: box-shadow 160ms ease, transform 160ms ease;
  width: 28px;
}

.color-option:hover {
  transform: translateY(-2px) scale(1.08);
}

.color-option.is-active {
  box-shadow: 0 0 0 2px var(--luzia-navy), 0 7px 16px rgba(6, 29, 51, 0.2);
  transform: scale(1.12);
}

.color-option:focus-visible {
  outline: 3px solid rgba(237, 174, 25, 0.48);
  outline-offset: 4px;
}

@media (max-width: 767.98px) {
  .product-color-selector {
    gap: 0.55rem;
    margin: 0.7rem 0 0;
  }

  .color-selector-label {
    flex: 0 0 100%;
    font-size: 0.68rem;
  }

  .color-options {
    gap: 0.55rem;
  }

  .color-option {
    height: 24px;
    width: 24px;
  }

  .product-content .product-color-selector {
    margin-bottom: 0.75rem;
  }
}

/* More vibrant interview stage */
.interview-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 190, 38, 0.44) 0%, rgba(237, 174, 25, 0.16) 18%, transparent 34%),
    radial-gradient(circle at 92% 80%, rgba(255, 194, 71, 0.36) 0%, rgba(237, 174, 25, 0.12) 20%, transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(30, 124, 183, 0.34), transparent 42%),
    linear-gradient(135deg, #02111f 0%, #07416a 48%, #062a48 70%, #061827 100%) !important;
}

.interview-section::before,
.interview-section::after {
  border-color: rgba(255, 194, 71, 0.72) !important;
  border-width: 2px !important;
  filter: drop-shadow(0 0 30px rgba(237, 174, 25, 0.25));
  opacity: 0.95;
  animation: interviewAmbientPulse 7s ease-in-out infinite alternate;
}

.interview-section::after {
  animation-delay: -3.5s;
}

.interview-video-frame {
  background-image:
    radial-gradient(rgba(255, 194, 71, 0.85) 1.8px, transparent 1.8px),
    linear-gradient(110deg, transparent 0 8%, rgba(255, 194, 71, 0.08) 8.2% 8.35%, transparent 8.55% 91%, rgba(255, 194, 71, 0.07) 91.2% 91.35%, transparent 91.55%);
  background-size: 22px 22px, auto;
  box-shadow:
    inset 80px 0 100px -90px rgba(255, 194, 71, 0.8),
    inset -80px 0 100px -90px rgba(255, 194, 71, 0.8);
}

.interview-main-video {
  border: 2px solid rgba(255, 205, 87, 0.78) !important;
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.48),
    0 0 0 8px rgba(255, 255, 255, 0.055),
    0 0 55px rgba(237, 174, 25, 0.28),
    0 0 105px rgba(24, 126, 191, 0.18) !important;
}

@keyframes interviewAmbientPulse {
  from {
    opacity: 0.68;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .interview-section::before,
  .interview-section::after {
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .interview-video-frame {
    box-shadow:
      inset 35px 0 65px -55px rgba(255, 194, 71, 0.8),
      inset -35px 0 65px -55px rgba(255, 194, 71, 0.8);
  }
}

/* Impacto real: portada editorial para la entrevista principal. */
.interview-section {
  background:
    radial-gradient(circle at 74% 38%, rgba(18, 93, 145, 0.26), transparent 31%),
    radial-gradient(circle at 4% 78%, rgba(240, 174, 19, 0.12), transparent 25%),
    linear-gradient(135deg, #041c31 0%, #062b49 54%, #041b30 100%) !important;
  color: #fff;
  min-height: 100svh;
  padding: calc(var(--nav-height, 92px) + clamp(2rem, 4vh, 3.5rem)) 0 clamp(1.4rem, 3vh, 2.5rem) !important;
}

.interview-section::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.24) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  height: 150px;
  left: auto;
  opacity: 0.55;
  right: 3%;
  top: calc(var(--nav-height, 92px) + 1rem);
  width: 220px;
}

.interview-section::after {
  border-color: rgba(244, 177, 22, 0.22) !important;
  height: min(72vw, 980px);
  left: -38%;
  opacity: 0.9;
  right: auto;
  top: 18%;
  width: min(72vw, 980px);
}

.interview-impact-shell {
  max-width: 1680px;
  position: relative;
  z-index: 2;
}

.interview-impact-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 4vw, 5rem);
  grid-template-columns: minmax(300px, 0.72fr) minmax(600px, 1.7fr);
}

.interview-impact-copy {
  max-width: 490px;
}

.interview-impact-kicker {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.48rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.85rem;
  text-transform: uppercase;
}

.interview-impact-kicker i,
.interview-impact-closing i {
  color: #f5b319;
}

.interview-impact-copy h1 {
  color: #fff;
  font-size: clamp(3.1rem, 4.25vw, 5.7rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 1.35rem 0 1.25rem;
  max-width: 9ch;
}

.interview-impact-copy h1 span {
  color: #f5b319;
}

.interview-impact-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.05vw, 1.22rem);
  line-height: 1.6;
  margin: 0 0 1.4rem;
  max-width: 42ch;
}

.interview-impact-lead::after {
  background: #f5b319;
  content: "";
  display: block;
  height: 2px;
  margin-top: 1.2rem;
  width: 58px;
}

.interview-impact-features {
  display: grid;
  gap: 0.55rem;
}

.interview-impact-feature {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 58px 1fr;
  min-height: 62px;
}

.interview-impact-icon {
  align-items: center;
  border: 1px solid rgba(245, 179, 25, 0.8);
  border-radius: 50%;
  color: #f5b319;
  display: inline-flex;
  font-size: 1.25rem;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.interview-impact-feature > div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 0.12rem;
  padding-left: 0.85rem;
}

.interview-impact-feature strong,
.interview-impact-feature small {
  display: block;
}

.interview-impact-feature strong {
  color: #fff;
  font-size: 1rem;
}

.interview-impact-feature small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  line-height: 1.35;
  max-width: 28ch;
}

.interview-media-stage {
  position: relative;
}

.interview-media-stage .interview-video-frame {
  background: none;
  display: block;
  min-height: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.interview-media-stage .interview-main-video {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42), 0 0 0 7px rgba(255, 255, 255, 0.035) !important;
  display: block;
  height: auto !important;
  max-height: none;
  object-fit: cover;
  width: 100%;
}

.interview-cane-decoration {
  bottom: -18%;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 20px rgba(245, 179, 25, 0.3));
  height: 88%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  position: absolute;
  right: -11%;
  transform: rotate(1.5deg);
  width: auto;
  z-index: 3;
}

.interview-radar-decoration {
  border: 1px solid rgba(245, 179, 25, 0.75);
  border-radius: 50%;
  bottom: -6%;
  box-shadow: 0 0 0 38px rgba(245, 179, 25, 0.08), 0 0 0 76px rgba(245, 179, 25, 0.04);
  height: 170px;
  pointer-events: none;
  position: absolute;
  right: -6%;
  width: 170px;
  z-index: 1;
}

.interview-impact-metrics {
  backdrop-filter: blur(18px);
  background: linear-gradient(110deg, rgba(24, 55, 82, 0.86), rgba(12, 45, 74, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(1.8rem, 3.2vh, 3rem);
  overflow: hidden;
  padding: 1rem 1.25rem;
}

.interview-impact-metrics article {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 62px 1fr;
  min-width: 0;
  padding: 0.35rem 1.25rem;
}

.interview-impact-metrics article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.interview-impact-metrics article > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #f5b319;
  display: flex;
  font-size: 1.7rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.interview-impact-metrics article > div {
  display: grid;
  gap: 0.12rem;
}

.interview-impact-metrics strong {
  color: #f5b319;
  font-size: clamp(1.25rem, 1.55vw, 1.75rem);
  line-height: 1;
}

.interview-impact-metrics small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.75rem;
  line-height: 1.35;
}

.interview-impact-closing {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  margin: 1.25rem 0 0;
  text-align: center;
}

.interview-impact-closing strong {
  color: #f5b319;
}

@media (max-width: 1199.98px) {
  .interview-impact-grid {
    gap: 2.5rem;
    grid-template-columns: minmax(280px, 0.8fr) minmax(480px, 1.45fr);
  }

  .interview-impact-copy h1 {
    font-size: clamp(3rem, 5vw, 4.6rem);
  }

  .interview-cane-decoration {
    height: 80%;
    right: -8%;
  }

  .interview-impact-metrics article {
    grid-template-columns: 48px 1fr;
    padding-inline: 0.75rem;
  }

  .interview-impact-metrics article > span {
    font-size: 1.25rem;
    height: 44px;
    width: 44px;
  }
}

@media (max-width: 991.98px) {
  .interview-section {
    min-height: 0;
    padding-top: calc(var(--nav-height, 84px) + 2rem) !important;
  }

  .interview-impact-grid {
    grid-template-columns: 1fr;
  }

  .interview-impact-copy {
    max-width: 680px;
  }

  .interview-impact-copy h1 {
    max-width: 12ch;
  }

  .interview-impact-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interview-cane-decoration {
    bottom: -12%;
    height: 80%;
    right: -3%;
  }

  .interview-impact-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interview-impact-metrics article:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 575.98px) {
  .interview-section {
    padding-bottom: 1.25rem !important;
  }

  .interview-impact-copy h1 {
    font-size: clamp(2.7rem, 13vw, 3.8rem);
    margin-top: 1rem;
  }

  .interview-impact-lead {
    font-size: 0.94rem;
  }

  .interview-impact-features {
    display: flex;
    gap: 0.75rem;
    margin-inline: -0.75rem;
    overflow-x: auto;
    padding: 0 0.75rem 0.4rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .interview-impact-features::-webkit-scrollbar {
    display: none;
  }

  .interview-impact-feature {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    flex: 0 0 82%;
    padding: 0.75rem;
    scroll-snap-align: center;
  }

  .interview-media-stage .interview-main-video {
    border-radius: 17px;
  }

  .interview-cane-decoration,
  .interview-radar-decoration {
    display: none;
  }

  .interview-impact-metrics {
    border-radius: 18px;
    gap: 0;
    margin-top: 1rem;
    padding: 0.55rem;
  }

  .interview-impact-metrics article {
    display: block;
    min-height: 94px;
    padding: 0.65rem;
  }

  .interview-impact-metrics article + article {
    border-left: 0;
  }

  .interview-impact-metrics article:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .interview-impact-metrics article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .interview-impact-metrics article > span {
    display: none;
  }

  .interview-impact-metrics strong {
    font-size: 1.15rem;
  }

  .interview-impact-metrics small {
    font-size: 0.67rem;
  }
}

/* Escala final de la portada de impacto: centrada y visible sin reducir el zoom. */
@media (min-width: 992px) {
  .interview-section {
    min-height: 100svh;
    padding: calc(var(--nav-height, 92px) + 1.4rem) 0 1.15rem !important;
  }

  .interview-impact-shell {
    max-width: 1540px;
    padding-inline: clamp(1.5rem, 3vw, 3.25rem);
  }

  .interview-impact-grid {
    gap: clamp(2.1rem, 3.2vw, 3.75rem);
    grid-template-columns: minmax(315px, 390px) minmax(0, 1fr);
    margin-inline: auto;
  }

  .interview-impact-copy {
    margin-inline: auto;
    max-width: 390px;
    width: 100%;
  }

  .interview-impact-kicker {
    font-size: 0.72rem;
    padding: 0.43rem 0.72rem;
  }

  .interview-impact-copy h1 {
    font-size: clamp(3rem, 3.45vw, 4.1rem);
    line-height: 0.96;
    margin: 0.9rem 0 0.85rem;
    max-width: 9ch;
  }

  .interview-impact-lead {
    font-size: clamp(0.86rem, 0.9vw, 1rem);
    line-height: 1.48;
    margin-bottom: 0.7rem;
  }

  .interview-impact-lead::after {
    margin-top: 0.72rem;
    width: 48px;
  }

  .interview-impact-features {
    gap: 0.15rem;
  }

  .interview-impact-feature {
    gap: 0.65rem;
    grid-template-columns: 46px 1fr;
    min-height: 49px;
  }

  .interview-impact-icon {
    font-size: 1rem;
    height: 40px;
    width: 40px;
  }

  .interview-impact-feature > div {
    gap: 0;
    padding-left: 0.65rem;
  }

  .interview-impact-feature strong {
    font-size: 0.85rem;
  }

  .interview-impact-feature small {
    font-size: 0.7rem;
    line-height: 1.25;
  }

  .interview-media-stage {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    max-width: 980px;
    width: 100%;
  }

  .interview-media-stage .interview-video-frame {
    margin-inline: auto;
    width: 100%;
  }

  .interview-media-stage .interview-main-video {
    border-radius: 20px;
    margin-inline: auto;
    max-width: 980px;
  }

  .interview-cane-decoration {
    bottom: -14%;
    height: 78%;
    right: -7%;
  }

  .interview-radar-decoration {
    bottom: 0;
    height: 130px;
    right: -3%;
    width: 130px;
  }

  .interview-impact-metrics {
    margin: 1rem auto 0;
    max-width: 1420px;
    padding: 0.62rem 0.85rem;
  }

  .interview-impact-metrics article {
    gap: 0.65rem;
    grid-template-columns: 46px 1fr;
    min-height: 58px;
    padding: 0.2rem 0.85rem;
  }

  .interview-impact-metrics article > span {
    border-radius: 13px;
    font-size: 1.2rem;
    height: 42px;
    width: 42px;
  }

  .interview-impact-metrics strong {
    font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  }

  .interview-impact-metrics small {
    font-size: 0.66rem;
  }

  .interview-impact-closing {
    font-size: 0.78rem;
    margin-top: 0.65rem;
  }
}

@media (min-width: 992px) and (max-height: 820px) {
  .interview-section {
    padding-top: calc(var(--nav-height, 92px) + 0.75rem) !important;
  }

  .interview-impact-kicker {
    display: none;
  }

  .interview-impact-copy h1 {
    font-size: clamp(2.65rem, 3.1vw, 3.55rem);
    margin-top: 0;
  }

  .interview-media-stage {
    max-width: 820px;
  }

  .interview-media-stage .interview-main-video {
    max-width: 820px;
  }

  .interview-impact-feature {
    min-height: 43px;
  }

  .interview-impact-metrics {
    margin-top: 0.65rem;
  }
}

/* Portada de impacto en móvil: el video es siempre el primer contenido. */
@media (max-width: 767.98px) {
  .interview-section {
    min-height: 0;
    padding: var(--nav-height, 90px) 0 1rem !important;
  }

  .interview-section::before {
    height: 95px;
    opacity: 0.3;
    right: 0;
    top: calc(var(--nav-height, 90px) + 0.25rem);
    width: 145px;
  }

  .interview-section::after {
    height: 420px;
    left: -265px;
    opacity: 0.45;
    top: 37%;
    width: 420px;
  }

  .interview-impact-shell {
    max-width: none;
    padding-inline: 0;
  }

  .interview-impact-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .interview-media-stage {
    order: -1;
    width: 100%;
  }

  .interview-media-stage .interview-video-frame {
    padding: 0;
    width: 100%;
  }

  .interview-media-stage .interview-main-video {
    aspect-ratio: 16 / 9;
    border: 0 !important;
    border-bottom: 2px solid rgba(245, 179, 25, 0.8) !important;
    border-radius: 0;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28) !important;
    max-height: none;
    object-fit: cover;
    width: 100%;
  }

  .interview-impact-copy {
    max-width: none;
    padding: 1.15rem 1.1rem 0.5rem;
    width: 100%;
  }

  .interview-impact-kicker {
    font-size: 0.66rem;
    padding: 0.4rem 0.65rem;
  }

  .interview-impact-copy h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
    margin: 0.8rem 0 0.7rem;
    max-width: 11ch;
  }

  .interview-impact-lead {
    font-size: 0.87rem;
    line-height: 1.45;
    margin-bottom: 0.45rem;
    max-width: 40ch;
  }

  .interview-impact-lead::after {
    height: 2px;
    margin-top: 0.65rem;
    width: 42px;
  }

  .interview-impact-features {
    gap: 0.6rem;
    margin: 0.7rem -1.1rem 0;
    padding: 0 1.1rem 0.35rem;
  }

  .interview-impact-feature {
    border-radius: 15px;
    flex-basis: min(76vw, 290px);
    gap: 0.65rem;
    grid-template-columns: 42px 1fr;
    min-height: 78px;
    padding: 0.65rem;
  }

  .interview-impact-icon {
    font-size: 0.95rem;
    height: 38px;
    width: 38px;
  }

  .interview-impact-feature > div {
    padding-left: 0.6rem;
  }

  .interview-impact-feature strong {
    font-size: 0.84rem;
  }

  .interview-impact-feature small {
    font-size: 0.69rem;
  }

  .interview-impact-metrics {
    display: flex;
    gap: 0.55rem;
    margin: 0.35rem 0 0;
    overflow-x: auto;
    padding: 0.55rem 1.1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .interview-impact-metrics::-webkit-scrollbar {
    display: none;
  }

  .interview-impact-metrics article,
  .interview-impact-metrics article:nth-child(even),
  .interview-impact-metrics article:nth-child(n + 3) {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    flex: 0 0 145px;
    min-height: 74px;
    padding: 0.6rem;
    scroll-snap-align: start;
  }

  .interview-impact-metrics strong {
    font-size: 1rem;
  }

  .interview-impact-metrics small {
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .interview-impact-closing {
    font-size: 0.69rem;
    margin: 0.7rem 1rem 0;
  }
}

@media (max-width: 380px) {
  .interview-impact-copy h1 {
    font-size: 2.15rem;
  }

  .interview-impact-copy,
  .interview-impact-metrics {
    padding-inline: 0.85rem;
  }

  .interview-impact-features {
    margin-inline: -0.85rem;
    padding-inline: 0.85rem;
  }
}

/* Carrusel de noticias de la portada: cambia sólo el contenido del reproductor. */
.interview-video-carousel {
  position: relative;
  width: 100%;
}

.interview-video-arrow {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(3, 28, 49, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: flex;
  font-size: 1.15rem;
  height: 46px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.88);
  transition: background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
  width: 46px;
  z-index: 6;
}

.interview-video-carousel:hover .interview-video-arrow,
.interview-video-arrow:focus-visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.interview-video-arrow:hover,
.interview-video-arrow:focus-visible {
  background: #f5b319;
  border-color: #f5b319;
  color: #06233b;
}

.interview-video-arrow-prev {
  left: 1rem;
}

.interview-video-arrow-next {
  right: 1rem;
}

.interview-video-pagination {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(2, 20, 35, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  display: flex;
  gap: 0.38rem;
  left: 50%;
  padding: 0.42rem 0.55rem;
  position: absolute;
  top: 0.8rem;
  transform: translateX(-50%);
  z-index: 6;
}

.interview-video-pagination button {
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 999px;
  height: 7px;
  padding: 0;
  transition: background-color 180ms ease, width 180ms ease;
  width: 7px;
}

.interview-video-pagination button.is-active {
  background: #f5b319;
  width: 25px;
}

.interview-video-counter {
  backdrop-filter: blur(10px);
  background: rgba(2, 20, 35, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #fff;
  font-size: 0.69rem;
  font-weight: 800;
  left: 0.8rem;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.55rem;
  position: absolute;
  top: 0.8rem;
  z-index: 6;
}

@media (hover: none), (max-width: 767.98px) {
  .interview-video-arrow {
    height: 38px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
    width: 38px;
  }

  .interview-video-arrow-prev {
    left: 0.45rem;
  }

  .interview-video-arrow-next {
    right: 0.45rem;
  }

  .interview-video-pagination {
    padding: 0.35rem 0.45rem;
    top: 0.45rem;
  }

  .interview-video-counter {
    left: 0.45rem;
    top: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .interview-video-arrow,
  .interview-video-pagination button {
    transition: none;
  }
}

/* Proporción uniforme para videos horizontales y verticales del carrusel. */
.interview-video-carousel {
  aspect-ratio: 16 / 9;
  background: #020b14;
  border-radius: inherit;
  overflow: hidden;
}

.interview-media-stage .interview-video-frame {
  z-index: auto;
}

.interview-media-stage .interview-video-carousel .interview-main-video {
  background: #020b14;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  position: relative;
  width: 100% !important;
  z-index: 2;
}

@media (min-width: 768px) {
  .interview-video-arrow-next {
    right: 4.5rem;
  }

  .interview-cane-decoration {
    bottom: -26%;
    height: 74%;
    right: -9%;
  }

  .interview-radar-decoration {
    bottom: -8%;
    right: -5%;
  }
}

@media (max-width: 767.98px) {
  .interview-video-carousel {
    border-radius: 0;
  }

  .interview-media-stage .interview-video-carousel .interview-main-video {
    aspect-ratio: auto;
    border-bottom: 2px solid rgba(245, 179, 25, 0.8) !important;
  }

  .interview-video-arrow {
    background: rgba(3, 28, 49, 0.86);
    height: 34px;
    width: 34px;
  }

  .interview-video-arrow-prev {
    left: 0.35rem;
  }

  .interview-video-arrow-next {
    right: 0.35rem;
  }

  .interview-video-pagination {
    top: 0.35rem;
  }

  .interview-video-counter {
    left: 0.35rem;
    top: 0.35rem;
  }
}

/* Página de Política de Privacidad */
.privacy-page-body {
  background: #f4f8fb;
  color: #0b1b31;
}

.privacy-navbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dce5ec;
  position: sticky;
  top: 0;
  z-index: 20;
}

.privacy-navbar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 84px;
}

.privacy-brand img {
  display: block;
  height: 58px;
  object-fit: contain;
  width: auto;
}

.privacy-back-link,
.footer-privacy-link {
  align-items: center;
  color: #092b48;
  display: inline-flex;
  font-weight: 800;
  gap: 0.45rem;
  text-decoration: none;
}

.privacy-back-link {
  background: #f1f6fa;
  border: 1px solid #d5e0e8;
  border-radius: 999px;
  padding: 0.7rem 1rem;
}

.privacy-back-link:hover,
.footer-privacy-link:hover {
  color: #eaa600;
}

.privacy-hero {
  background:
    radial-gradient(circle at 90% 18%, rgba(245, 179, 25, 0.16), transparent 24%),
    radial-gradient(circle at 12% 100%, rgba(28, 114, 167, 0.22), transparent 30%),
    linear-gradient(135deg, #061d33, #0a385b);
  color: #fff;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  position: relative;
}

.privacy-hero::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  content: "";
  height: 160px;
  position: absolute;
  right: 4%;
  top: 10%;
  width: 240px;
}

.privacy-hero-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.privacy-kicker {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffc13d;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  padding: 0.55rem 0.8rem;
  text-transform: uppercase;
}

.privacy-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 1rem 0;
}

.privacy-hero h1 span {
  color: #f5b319;
}

.privacy-hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.65;
  margin-bottom: 1.2rem;
  max-width: 660px;
}

.privacy-updated {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 0.85rem;
  gap: 0.55rem;
}

.privacy-hero-shield {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 40px;
  color: #f5b319;
  display: flex;
  flex: 0 0 auto;
  font-size: clamp(4rem, 8vw, 7.5rem);
  height: clamp(170px, 18vw, 240px);
  justify-content: center;
  margin-left: 3rem;
  transform: rotate(4deg);
  width: clamp(170px, 18vw, 240px);
}

.privacy-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  grid-template-columns: 260px minmax(0, 860px);
  justify-content: center;
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.privacy-index {
  background: #fff;
  border: 1px solid #dde6ed;
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(8, 42, 69, 0.08);
  padding: 1.35rem;
  position: sticky;
  top: 105px;
}

.privacy-index > strong {
  color: #092b48;
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.privacy-index nav {
  display: grid;
  gap: 0.12rem;
}

.privacy-index a {
  border-radius: 9px;
  color: #5c7085;
  font-size: 0.78rem;
  line-height: 1.25;
  padding: 0.48rem 0.55rem;
  text-decoration: none;
}

.privacy-index a:hover,
.privacy-index a:focus-visible {
  background: #fff7e3;
  color: #b97b00;
}

.privacy-document {
  min-width: 0;
}

.privacy-intro {
  background: linear-gradient(110deg, #092c49, #0b426a);
  border-radius: 20px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  padding: 1.4rem 1.6rem;
}

.privacy-section {
  background: #fff;
  border: 1px solid #dde6ed;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(8, 42, 69, 0.055);
  margin-bottom: 1.35rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  scroll-margin-top: 110px;
}

.privacy-section-number {
  color: #e9a600;
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 0.45rem;
}

.privacy-section h2 {
  color: #0a1b31;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
}

.privacy-section h2::after {
  background: #f5b319;
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.75rem;
  width: 50px;
}

.privacy-section h3 {
  color: #0b3658;
  font-size: 1.08rem;
  margin: 1.65rem 0 0.65rem;
}

.privacy-section p,
.privacy-section li {
  color: #52677c;
  font-size: 0.96rem;
  line-height: 1.72;
}

.privacy-section ul {
  padding-left: 1.3rem;
}

.privacy-section li {
  margin-bottom: 0.32rem;
}

.privacy-section li::marker {
  color: #e9a600;
}

.privacy-section code {
  background: #eef4f8;
  border-radius: 6px;
  color: #0a385b;
  padding: 0.18rem 0.4rem;
}

.privacy-permission-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.8rem;
}

.privacy-permission-card {
  align-items: center;
  background: #f6fafc;
  border: 1px solid #dce6ed;
  border-radius: 15px;
  display: flex;
  gap: 0.85rem;
  padding: 0.9rem;
}

.privacy-permission-card > i {
  align-items: center;
  background: #fff2ce;
  border-radius: 11px;
  color: #c88700;
  display: flex;
  flex: 0 0 42px;
  font-size: 1.15rem;
  height: 42px;
  justify-content: center;
}

.privacy-permission-card span,
.privacy-permission-card strong,
.privacy-permission-card small {
  display: block;
}

.privacy-permission-card strong {
  color: #0a2944;
  font-size: 0.9rem;
}

.privacy-permission-card small {
  color: #718397;
  font-size: 0.72rem;
}

.privacy-highlight {
  align-items: center;
  background: #fff8e7;
  border: 1px solid #f2d588;
  border-radius: 16px;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
}

.privacy-highlight i {
  color: #c88700;
  font-size: 1.5rem;
}

.privacy-highlight p {
  color: #614a15;
  margin: 0;
}

.privacy-check-list {
  list-style: none;
  padding-left: 0 !important;
}

.privacy-check-list li {
  padding-left: 1.75rem;
  position: relative;
}

.privacy-check-list li::before {
  color: #e9a600;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.privacy-contact-card {
  align-items: center;
  background: #f5f9fc;
  border: 1px solid #dce6ed;
  border-radius: 15px;
  display: flex;
  gap: 0.85rem;
  margin-top: 0.7rem;
  padding: 0.9rem 1rem;
}

.privacy-contact-card > i {
  color: #e9a600;
  font-size: 1.25rem;
}

.privacy-contact-card small,
.privacy-contact-card a {
  display: block;
}

.privacy-contact-card small {
  color: #718397;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.privacy-contact-card a,
.privacy-address a {
  color: #0a385b;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.privacy-address {
  background: #f5f9fc;
  border-left: 4px solid #f5b319;
  display: grid;
  font-style: normal;
  gap: 0.25rem;
  padding: 1rem 1.15rem;
}

.privacy-footer .container {
  flex-wrap: wrap;
}

.footer-privacy-link {
  font-size: 0.82rem;
  white-space: nowrap;
}

.site-menu .menu-privacy-link .site-menu-icon {
  color: #092f4f;
}

@media (max-width: 991.98px) {
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-index {
    display: none;
  }

  .privacy-hero-shield {
    opacity: 0.35;
    position: absolute;
    right: 1rem;
  }
}

@media (max-width: 575.98px) {
  .privacy-navbar-inner {
    min-height: 72px;
  }

  .privacy-brand img {
    height: 48px;
  }

  .privacy-back-link {
    font-size: 0.75rem;
    padding: 0.55rem 0.7rem;
  }

  .privacy-hero {
    padding: 2.5rem 0 2.8rem;
  }

  .privacy-hero h1 {
    font-size: clamp(2.6rem, 13vw, 3.6rem);
  }

  .privacy-hero p {
    font-size: 0.9rem;
    max-width: 90%;
  }

  .privacy-hero-shield {
    height: 120px;
    right: -2rem;
    width: 120px;
  }

  .privacy-layout {
    padding-bottom: 3rem;
    padding-top: 1.2rem;
  }

  .privacy-intro,
  .privacy-section {
    border-radius: 17px;
  }

  .privacy-intro {
    font-size: 0.9rem;
    padding: 1rem 1.1rem;
  }

  .privacy-section {
    margin-bottom: 0.8rem;
    padding: 1.25rem 1.1rem;
    scroll-margin-top: 82px;
  }

  .privacy-section h2 {
    font-size: 1.55rem;
  }

  .privacy-section p,
  .privacy-section li {
    font-size: 0.87rem;
    line-height: 1.62;
  }

  .privacy-permission-grid {
    grid-template-columns: 1fr;
  }

  .privacy-highlight {
    align-items: flex-start;
  }
}

/* Final isolated product switcher: aligned on desktop and swipeable on Android. */
.home-products-carousel-shell .home-products-controls {
  align-items: stretch !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  gap: 0.8rem !important;
  inset: auto !important;
  justify-content: flex-start !important;
  margin: 0 0 1.35rem !important;
  max-width: none !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  padding: 0.45rem 0.2rem 0.8rem !important;
  pointer-events: auto !important;
  position: relative !important;
  scroll-padding-inline: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-products-carousel-shell .home-products-controls::-webkit-scrollbar {
  display: none;
}

.home-products-carousel-shell .home-products-controls::before,
.home-products-carousel-shell .home-products-controls::after {
  content: none !important;
}

.home-products-carousel-shell .home-products-controls button {
  align-items: center !important;
  background: linear-gradient(145deg, #fff, #f7fafc) !important;
  border: 1px solid rgba(6, 29, 51, 0.1) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 28px rgba(6, 29, 51, 0.09) !important;
  color: var(--luzia-navy) !important;
  display: inline-flex !important;
  flex: 0 0 min(78vw, 300px) !important;
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  gap: 0.75rem !important;
  height: 76px !important;
  justify-content: flex-start !important;
  left: auto !important;
  letter-spacing: -0.01em !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 0.65rem 1rem !important;
  position: relative !important;
  right: auto !important;
  scroll-snap-align: center;
  top: auto !important;
  transform: none !important;
  transition: border-color 220ms ease, box-shadow 220ms ease, color 220ms ease, transform 220ms ease !important;
  white-space: normal;
  width: auto !important;
  z-index: 1 !important;
}

.home-products-carousel-shell .home-products-controls button::after {
  background: var(--luzia-gold);
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 22%;
  opacity: 0;
  position: absolute;
  right: 22%;
  transform: scaleX(0.35);
  transition: opacity 220ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-products-carousel-shell .home-products-controls button img {
  background: #fff !important;
  border: 2px solid rgba(237, 174, 25, 0.28) !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 15px rgba(6, 29, 51, 0.1) !important;
  flex: 0 0 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  padding: 0.2rem !important;
  transform: none !important;
  transition: border-color 220ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  width: 52px !important;
}

.home-products-carousel-shell .home-products-controls button:hover,
.home-products-carousel-shell .home-products-controls button:focus-visible {
  border-color: rgba(237, 174, 25, 0.65) !important;
  box-shadow: 0 16px 34px rgba(6, 29, 51, 0.14) !important;
  color: var(--luzia-navy) !important;
  transform: translateY(-2px) !important;
}

.home-products-carousel-shell .home-products-controls button.is-active {
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 190, 38, 0.2), transparent 38%),
    linear-gradient(135deg, #0b304a, #061d33) !important;
  border-color: rgba(237, 174, 25, 0.72) !important;
  box-shadow: 0 16px 36px rgba(6, 29, 51, 0.22) !important;
  color: #fff !important;
}

.home-products-carousel-shell .home-products-controls button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-products-carousel-shell .home-products-controls button.is-active img {
  border-color: var(--luzia-gold) !important;
  transform: scale(1.04) rotate(-2deg) !important;
}

@media (min-width: 992px) {
  .home-products-carousel-shell .home-products-controls {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin-inline: auto !important;
    max-width: 1200px !important;
    overflow: visible !important;
  }

  .home-products-carousel-shell .home-products-controls button {
    flex-basis: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .home-products-carousel-shell .home-products-controls {
    margin-inline: -0.35rem !important;
    padding-inline: 0.35rem !important;
  }

  .home-products-carousel-shell .home-products-controls button {
    flex-basis: min(82vw, 285px) !important;
    font-size: 0.82rem !important;
    height: 70px !important;
  }

  .home-products-carousel-shell .home-products-controls button img {
    flex-basis: 46px !important;
    height: 46px !important;
    width: 46px !important;
  }
}

@media (max-width: 991.98px) {
  .home-products-carousel-shell .home-products-controls {
    display: none !important;
  }
}

/* Vertical alignment correction for the compact desktop showcase. */
@media (min-width: 992px) {
  .home-products-grid[data-product-carousel] .home-product-copy {
    align-self: stretch !important;
    justify-content: flex-start !important;
    padding-top: clamp(1.25rem, 1.8vw, 1.8rem) !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy > span:first-child {
    margin-bottom: 0.35rem !important;
  }

  .home-products-grid[data-product-carousel] .home-product-copy h3 {
    margin-top: 0.35rem !important;
  }

  .home-product-visual-features {
    top: 45% !important;
    transform: translateY(-50%) !important;
  }

  .home-products-grid[data-product-carousel] .home-product-image .product-color-image {
    object-position: center 43% !important;
  }

  .home-product-benefits {
    margin-top: 0 !important;
  }
}

/* Full product names and descriptions must remain readable at every size. */
.home-products-grid[data-product-carousel] .home-product-card {
  grid-template-rows: auto !important;
  height: auto !important;
  max-height: none !important;
}
.home-products-grid[data-product-carousel] .home-product-copy > p {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset;
}
.home-products-grid[data-product-carousel] .home-product-copy h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.12 !important;
}
@media (max-width: 991.98px) {
  body .home-products-grid[data-product-carousel] .home-product-card {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
  }
  body .home-products-grid[data-product-carousel] .home-product-copy > p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }
}

/* Informative three-color showcase, isolated from legacy hero styles. */
#baston.cane-showcase { margin-top: clamp(32px, 5vw, 72px); padding: 0 0 clamp(40px, 5vw, 72px); background: #f5f8fb; scroll-margin-top: 100px; }
.cane-showcase-heading { padding: 24px 0; }
.cane-showcase-heading > span { color: #946500; font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.cane-showcase-heading p { margin: .5rem 0 0; color: #203c51; font-size: clamp(1.1rem, 2vw, 1.5rem); }
.cane-showcase-carousel { border-radius: 28px; overflow: hidden; background: #071e30; color: #fff; box-shadow: 0 20px 50px #061d331a; }
.cane-slide-layout { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 24px; padding: clamp(28px, 4vw, 60px); min-height: 640px; background: radial-gradient(ellipse at 85% 45%, #224254 0, transparent 60%); }
.cane-slide-copy { min-width: 0; }
.cane-slide-eyebrow { display: flex; align-items: center; gap: 24px; color: var(--cane-accent); font-size: .75rem; letter-spacing: .12em; font-weight: 800; }
.cane-slide-eyebrow > span { color: #a4b6c4; }
.cane-slide-brand { font-size: clamp(2.5rem, 4.8vw, 4.5rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 900; margin: 24px 0; color: #fff; }
.cane-slide-brand > span { color: var(--cane-accent); }
.cane-slide-copy h3 { color: #fff; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.25; margin-bottom: 20px; }
.cane-slide-copy > p { font-size: 1rem; line-height: 1.75; color: #cedbe4; max-width: 540px; }
.cane-slide-detail { border-left: 3px solid var(--cane-accent); padding-left: 14px; color: #e7edf1; font-size: .88rem; margin: 24px 0; }
.cane-slide-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.cane-slide-actions > a:last-child { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.cane-slide-visual { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; min-width: 0; }
.cane-slide-visual img { display: block; width: 100%; height: 500px; object-fit: contain; }
.cane-slide-visual figcaption { display: flex; align-items: center; gap: 10px; font-size: .85rem; color: #e0e9ee; }
.cane-slide-visual figcaption > span { width: 14px; height: 14px; border: 1px solid #ffffff70; border-radius: 50%; }
.cane-carousel-navigation { display: flex; justify-content: center; align-items: center; gap: 20px; padding: 18px 20px 24px; border-top: 1px solid #ffffff15; }
.cane-carousel-navigation .carousel-indicators { position: static; display: flex; gap: 8px; margin: 0; }
.cane-carousel-navigation .carousel-indicators button { box-sizing: border-box; flex: initial; width: auto; height: auto; margin: 0; padding: 9px 14px; border: 1px solid #ffffff35; border-radius: 999px; text-indent: 0; background: transparent; color: #c5d3dd; font-size: .82rem; opacity: 1; }
.cane-carousel-navigation .carousel-indicators button.active { background: #efb319; color: #071e30; border-color: #efb319; }
.cane-carousel-arrow { width: 44px; height: 44px; border: 1px solid #ffffff40; border-radius: 50%; background: transparent; color: #fff; flex-shrink: 0; }
.cane-showcase-carousel button:focus-visible, .cane-slide-actions a:focus-visible { outline: 3px solid #efb319; outline-offset: 3px; }
@media (max-width: 991.98px) { .cane-slide-layout { grid-template-columns: 1fr 1fr; padding: 28px; gap: 16px; } .cane-slide-visual img { height: 420px; } }
@media (max-width: 767.98px) { .cane-slide-layout { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 28px 22px; gap: 24px; } .cane-slide-visual img { height: 340px; } .cane-slide-brand { font-size: 2.8rem; } .cane-carousel-navigation { gap: 8px; padding-inline: 10px; } .cane-carousel-navigation .carousel-indicators { gap: 4px; } .cane-carousel-navigation .carousel-indicators button { padding: 9px 10px; } }

/* Restore the original full-width navy and gold banner composition. */
#baston.cane-showcase {
  margin-top: clamp(32px, 4vw, 64px);
  padding: 0;
  background: #061d33;
}
.cane-showcase-fullwidth { width: 100%; }
.cane-showcase-carousel { border-radius: 0; box-shadow: none; background: #061d33; }
.cane-slide-layout {
  min-height: max(680px, 88svh);
  grid-template-columns: 1.12fr 1fr;
  gap: clamp(24px, 4vw, 72px);
  padding: 60px max(6vw, calc((100vw - 1400px) / 2)) 100px;
  background: radial-gradient(ellipse at 72% 55%, #efb31912, transparent 45%), linear-gradient(115deg, #051827, #0a2c44);
}
.cane-slide-brand { font-size: clamp(3.5rem, 6vw, 6.5rem); margin: 18px 0 24px; }
.cane-slide-brand > span, .cane-slide-copy h3 strong { color: #efb319; }
.cane-slide-copy h3 { font-size: clamp(1.6rem, 2.5vw, 2.8rem); font-weight: 850; }
.cane-slide-copy > p { font-size: clamp(1rem, 1.1vw, 1.2rem); line-height: 1.8; max-width: 600px; }
.cane-slide-eyebrow { color: #efb319; }
.cane-slide-detail { border-color: #efb319; }
.cane-slide-actions { margin-top: 30px; }
.cane-slide-actions > a:last-child { text-decoration: none; }
.cane-slide-visual { position: relative; isolation: isolate; }
.cane-slide-visual::before {
  content: ''; position: absolute; z-index: -1; width: 85%; height: 100px; bottom: 35px;
  border-radius: 50%; border: 1px solid #efb31999;
  background: repeating-radial-gradient(ellipse at center, transparent 0 20px, #efb31999 21px 22px, transparent 23px 42px);
}
.cane-slide-visual img { height: clamp(450px, 68svh, 780px); width: 100%; object-fit: contain; }
.cane-carousel-navigation { position: absolute; bottom: 20px; left: 0; right: 0; padding: 0; border: 0; gap: 18px; }
.cane-carousel-navigation .carousel-indicators { gap: 8px; }
.cane-carousel-navigation .carousel-indicators button { width: 42px; height: 5px; padding: 0; border: 0; border-radius: 999px; background: #96a8b7; overflow: hidden; text-indent: -9999px; }
.cane-carousel-navigation .carousel-indicators button.active { width: 52px; background: #efb319; }
.cane-carousel-arrow { width: 36px; height: 36px; border-color: #ffffff25; }
@media (max-width: 991.98px) and (min-width: 768px) {
  .cane-slide-layout { padding-inline: 5vw; gap: 24px; }
  .cane-slide-brand { font-size: 3.5rem; }
  .cane-slide-visual img { height: 500px; }
}
@media (max-width: 767.98px) {
  .cane-slide-layout { grid-template-columns: minmax(0, 1fr); min-height: 90svh; padding: 40px 24px 85px; gap: 24px; }
  .cane-slide-brand { font-size: clamp(2.7rem, 11vw, 4rem); }
  .cane-slide-copy h3 { font-size: 1.65rem; }
  .cane-slide-visual img { height: 45svh; min-height: 300px; max-height: 480px; }
  .cane-slide-actions { gap: 12px; }
  .cane-slide-actions .btn { font-size: .95rem; padding: 12px 16px; }
}

/* Real-world photography behind the collar showcase, softened for readability. */
.cane-showcase-carousel .carousel-item { --scene-photo: url('../assets/img/tester-1.jpeg'); }
.cane-showcase-carousel .carousel-item:nth-child(2) { --scene-photo: url('../assets/img/tester-2.jpeg'); }
.cane-showcase-carousel .carousel-item:nth-child(3) { --scene-photo: url('../assets/img/tester-3.jpeg'); }
.cane-slide-layout { position: relative; isolation: isolate; overflow: hidden; background: #061d33; }
.cane-slide-layout::before {
  content: ''; position: absolute; inset: -24px; z-index: -2;
  background-image: var(--scene-photo); background-position: center; background-size: cover;
  filter: blur(9px); opacity: .55;
}
.cane-slide-layout::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(5,24,39,.94), rgba(5,24,39,.72) 52%, rgba(5,24,39,.42));
}

/* Project story and contact, based on the supplied visual reference. */
.purpose-section { margin: 48px auto 0; max-width: 1800px; background: #f7fbfd; overflow: hidden; border-radius: 0 0 48px 0; color: #091e34; }
.purpose-main { display: grid; grid-template-columns: 44% 56%; min-height: 570px; }
.purpose-copy { padding: 54px 36px 32px max(32px, 4vw); background: radial-gradient(ellipse at 100% 30%, #fff3ce, transparent 50%), #f9fcff; position: relative; z-index: 1; }
.purpose-kicker { font-size: .65rem; letter-spacing: .32em; color: #657397; font-weight: 800; }
.purpose-copy h2 { font-size: clamp(2.5rem, 4.4vw, 5rem); font-weight: 900; letter-spacing: -.06em; line-height: 1.05; margin: 18px 0 4px; }
.purpose-copy h2 span { color: #efb319; }
.purpose-copy h3 { font-size: clamp(1.1rem, 1.7vw, 1.65rem); font-weight: 800; }
.purpose-copy > p { font-size: .96rem; line-height: 1.65; color: #516079; margin: 20px 0; }
.purpose-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin: 24px 0; }
.purpose-video-link { display: flex; align-items: center; gap: 12px; background: none; border: 0; padding: 0; color: #09243b; font-weight: 800; text-align: left; }
.purpose-video-link > span:first-child { display: grid; place-items: center; background: #09243b; color: white; border: 6px solid #eaf6fc; border-radius: 50%; width: 56px; height: 56px; }
.purpose-video-link small { display: block; font-size: .7rem; font-weight: 400; }
.purpose-benefits { display: grid; grid-template-columns: repeat(4,1fr); border-radius: 14px; background: #eef6fb; padding: 18px 6px; gap: 8px; }
.purpose-benefits > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; font-size: .75rem; line-height: 1.3; }
.purpose-benefits i { display: grid; place-items: center; background: #d4effa; color: #0b3f60; border-radius: 50%; width: 42px; height: 42px; font-size: 1.4rem; }
.purpose-photos { position: relative; min-height: 570px; overflow: hidden; background: #193c4f; }
.purpose-photos > img { position: absolute; height: 100%; object-fit: cover; }
.purpose-photo-one { left: 0; width: 63%; clip-path: polygon(12% 0,100% 0,80% 100%,0 100%); object-position: 45% center; }
.purpose-photo-two { right: 0; width: 49%; clip-path: polygon(24% 0,100% 0,100% 100%,0 100%); object-position: 55% center; }
.purpose-photo-caption { position: absolute; top: 10%; left: 32%; color: #fff; font-size: clamp(1.3rem,2.3vw,2.3rem); font-family: Georgia,serif; font-style: italic; line-height: 1.15; transform: rotate(-7deg); text-shadow: 0 2px 10px #000; border-bottom: 3px solid #efb319; padding-bottom: 8px; }
.purpose-gallery-card { position: absolute; right: 5%; top: 25%; width: 33%; padding: 22px; color: white; border: 1px solid #ffffff50; border-radius: 22px; background: #071e34db; backdrop-filter: blur(5px); }
.purpose-gallery-card > i { color: #efb319; font-size: 2.3rem; line-height: 1; }
.purpose-gallery-card h3 { color: white; font-size: 1.2rem; font-weight: 800; }
.purpose-gallery-card p { font-size: .8rem; line-height: 1.6; color: #d3dfe8; }
.purpose-gallery-card .btn { font-size: .85rem; padding: 10px 16px; }
.purpose-thumbnails { position: absolute; bottom: 7%; right: 6%; display: flex; align-items: center; }
.purpose-thumbnails img { width: 92px; height: 70px; object-fit: cover; border: 4px solid #fff; border-radius: 9px; margin-left: -12px; transform: rotate(-5deg); box-shadow: 0 4px 15px #0005; }
.purpose-thumbnails img:nth-child(2) { transform: rotate(6deg) translateY(9px); }
.purpose-impact { display: flex; align-items: center; gap: 26px; padding: 32px 4vw; color: #e4f2fa; background: linear-gradient(110deg,#082639,#12546a); }
.purpose-impact > div { display: flex; align-items: center; gap: 14px; flex: 1; font-size: .85rem; }
.purpose-impact i { font-size: 2rem; }
.purpose-impact p { flex: 1.3; margin: 0; border-left: 1px solid #ffffff40; padding-left: 26px; font-style: italic; }
.purpose-impact a { border: 1px solid #d8e8f0; border-radius: 16px; padding: 10px 18px; color: white; white-space: nowrap; font-size: .85rem; }
.purpose-impact a i { font-size: 1rem; margin-left: 12px; }
.purpose-contact { background: #fafdff; padding: 36px 4vw 48px; }
.purpose-contact-layout { display: grid; grid-template-columns: 1.1fr .85fr 1.25fr; gap: 26px; align-items: center; max-width: 1650px; margin: auto; }
.purpose-contact-intro h2 { font-size: clamp(2rem,3.4vw,3.8rem); letter-spacing: -.045em; font-weight: 900; color: #091e34; margin: 12px 0; }
.purpose-contact-intro h2::after { content: ''; display: block; width: 40px; height: 3px; background: #efb319; margin-top: 16px; }
.purpose-contact-intro p { font-size: .9rem; color: #566780; line-height: 1.6; }
.purpose-contact .contact-grid { display: grid !important; grid-template-columns: minmax(0,1fr) !important; gap: 12px; margin: 0 !important; }
.purpose-contact .contact-grid a { grid-column: auto !important; padding: 12px 16px; min-width: 0; }
.purpose-contact .contact-grid a span { overflow-wrap: anywhere; font-size: .8rem; }
.purpose-contact .contact-grid .bi-whatsapp { color: #1ba657; }
.purpose-contact .contact-form { padding: 20px; margin: 0; }
@media(max-width:1100px) { .purpose-main { grid-template-columns: 46% 54%; } .purpose-copy { padding: 32px 24px; } .purpose-gallery-card { width: 44%; right: 4%; padding: 16px; } .purpose-impact { flex-wrap: wrap; } .purpose-impact > div { flex: 1 1 25%; } .purpose-contact-layout { grid-template-columns: 1fr 1fr; } .purpose-contact-intro { grid-column: 1 / -1; } }
@media(max-width:767.98px) { .purpose-main { grid-template-columns: 1fr; } .purpose-photos { min-height: 480px; } .purpose-copy h2 { font-size: clamp(2.7rem,10vw,4rem); } .purpose-gallery-card { width: 43%; top: 16%; } .purpose-photo-caption { left: 23%; font-size: 1.5rem; } .purpose-thumbnails img { width: 75px; height: 60px; } .purpose-impact { padding: 28px 24px; gap: 22px; } .purpose-impact > div { flex-basis: 100%; } .purpose-impact p { flex-basis: 100%; } .purpose-contact-layout { grid-template-columns: 1fr; } .purpose-contact { padding: 32px 20px; } }

/* Contact belongs to the footer, separated from the project story. */
.site-footer.site-footer-contact { margin-top: clamp(48px, 6vw, 88px); padding: 0; background: #061d33; }
.site-footer-contact .purpose-contact { background: transparent; padding-top: clamp(36px, 4vw, 64px); padding-bottom: 40px; scroll-margin-top: 100px; }
.site-footer-contact .purpose-contact-intro h2 { color: #fff; }
.site-footer-contact .purpose-contact-intro p { color: #c4d4e0; font-size: .9rem; line-height: 1.7; }
.site-footer-contact .purpose-kicker { color: #efb319; }
.site-footer-contact .contact-grid a { background: #102d44; border-color: #ffffff26; color: #d6e3ec; }
.site-footer-contact .contact-grid a strong { color: #fff; }
.site-footer-contact .contact-grid a:hover { background: #183c55; border-color: #efb319; }
.site-footer-contact .contact-grid a i { color: #efb319; }
.site-footer-contact .contact-grid a .bi-whatsapp { color: #42d68a; }
.site-footer-contact .contact-form { background: #f7fbfe; color: #09243b; border-color: #dce7ef; }
.site-footer-contact .contact-form h3 { color: #09243b; }
.site-footer-contact .footer-bottom { border-top: 1px solid #ffffff26; padding-top: 24px; padding-bottom: 24px; }
.site-footer-contact .footer-privacy-link { color: #e1ebf2; }
.site-footer-contact .footer-privacy-link:hover { color: #efb319; }

/* Footer reference: navy backdrop, contact cards and a light message panel. */
.site-footer.site-footer-contact {
  position: relative; isolation: isolate; overflow: hidden;
  background: radial-gradient(ellipse at 95% 0, #e7bc3420, transparent 24%), radial-gradient(ellipse at 0 90%, #6ba3b523, transparent 28%), linear-gradient(115deg,#031d30,#062438 65%,#031b2c);
}
.site-footer-contact::before, .site-footer-contact::after { content: ''; position: absolute; width: 180px; height: 200px; background-image: radial-gradient(#94bdd044 1.5px,transparent 2px); background-size: 15px 15px; z-index: -1; pointer-events: none; }
.site-footer-contact::before { top: 0; left: 0; mask-image: linear-gradient(135deg,#000,transparent 80%); }
.site-footer-contact::after { bottom: 30px; right: 0; mask-image: linear-gradient(315deg,#000,transparent 80%); }
.site-footer-contact .purpose-contact { padding: 50px 5vw 40px; }
.site-footer-contact .purpose-contact-layout { max-width: 1800px; grid-template-columns: 1.05fr .96fr 1.22fr; gap: 34px; align-items: center; }
.site-footer-contact .purpose-kicker { font-size: .75rem; letter-spacing: .16em; display: flex; align-items: center; gap: 16px; }
.site-footer-contact .purpose-kicker::after { content: ''; width: 50px; height: 1px; background: #efb319; }
.site-footer-contact .purpose-contact-intro h2 { font-size: clamp(2.4rem,3.8vw,4.5rem); margin: 18px 0 24px; line-height: 1.08; }
.site-footer-contact .purpose-contact-intro h2::after { content: none; }
.site-footer-contact .purpose-contact-intro p { font-size: clamp(.95rem,1.1vw,1.2rem); line-height: 1.65; }
.footer-support-reasons { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }
.footer-support-reasons > span { display: flex; align-items: center; gap: 12px; color: #d4e1ea; font-size: .86rem; line-height: 1.35; }
.footer-support-reasons i { font-size: 1.7rem; }
.footer-motto { font-size: .65rem; letter-spacing: .18em; color: #8eaabd; margin-top: 28px; }
.footer-motto::before { content: ''; display: block; width: 44px; height: 2px; background: #efb319; margin-bottom: 16px; }
.site-footer-contact .contact-grid { gap: 18px; }
.site-footer-contact .contact-grid a { display: flex; align-items: center; gap: 20px; min-height: 118px; border-radius: 18px; padding: 22px; background: linear-gradient(120deg,#10364aab,#06233799); border: 1px solid #7596ac40; box-shadow: inset 0 1px 0 #ffffff09; }
.site-footer-contact .contact-grid a > i:first-child { display: grid; place-items: center; width: 70px; height: 70px; flex: 0 0 70px; font-size: 2.5rem; border-radius: 14px; border: 1px solid #efb31955; background: #061f30; box-shadow: 0 0 20px #efb31912; }
.site-footer-contact .contact-grid a > .bi-whatsapp:first-child { border-color: #22c97555; box-shadow: 0 0 20px #22c97518; }
.site-footer-contact .contact-grid a > span { font-size: clamp(.85rem,1vw,1.1rem); line-height: 1.45; }
.site-footer-contact .contact-grid a strong { display: block; font-size: 1.1rem; font-weight: 800; }
.site-footer-contact .contact-grid a small { display: block; color: #9cb2c2; margin: 2px 0 4px; font-size: .85rem; }
.site-footer-contact .contact-grid a .footer-contact-arrow { margin-left: auto; color: #a7bccb; font-size: 1rem; border: 0; background: none; }
.site-footer-contact .contact-form { padding: 26px; border-radius: 18px; background: linear-gradient(130deg,#f7fbff,#f1f7fb); box-shadow: 0 12px 36px #0002; }
.footer-form-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.footer-form-heading > i { display: grid; place-items: center; flex: 0 0 56px; height: 56px; font-size: 1.7rem; border-radius: 50%; background: #efb31909; }
.site-footer-contact .footer-form-heading h3 { font-size: 1.3rem; font-weight: 850; margin: 0 0 5px; }
.site-footer-contact .footer-form-heading p { color: #637589; font-size: .95rem; }
.site-footer-contact .contact-form .form-control { border: 1px solid #c8d5e0; border-radius: 10px; padding: 13px 16px; background: #ffffffb3; font-size: 1rem; }
.site-footer-contact .contact-form textarea { min-height: 115px; }
.site-footer-contact .footer-submit { min-width: 245px; padding: 14px 24px; border-radius: 18px; color: #061d33; font-size: 1rem; font-weight: 850; box-shadow: none; }
.site-footer-contact .footer-submit i { color: #061d33; }
.site-footer-contact .footer-response-note { color: #728093; margin-top: 10px; font-size: .8rem; }
.site-footer-contact .footer-bottom { width: 90%; max-width: 1800px; padding: 26px 0; gap: 24px !important; }
.site-footer-contact .footer-bottom p { color: #c5d6e2; }
@media(max-width:1199.98px) { .site-footer-contact .purpose-contact-layout { grid-template-columns: 1fr 1fr; gap: 28px; } .site-footer-contact .purpose-contact-intro { grid-column: 1 / -1; } .footer-support-reasons { max-width: 600px; } .site-footer-contact .footer-bottom { flex-wrap: wrap; } }
@media(max-width:767.98px) { .site-footer-contact .purpose-contact-layout { grid-template-columns: minmax(0,1fr); } .site-footer-contact .purpose-contact { padding: 36px 22px; } .site-footer-contact .contact-grid a { min-height: 104px; padding: 18px; gap: 14px; } .site-footer-contact .contact-grid a > i:first-child { width: 54px; height: 54px; flex-basis: 54px; font-size: 2rem; } .site-footer-contact .contact-form { padding: 20px; } .site-footer-contact .footer-submit { min-width: 0; width: 100%; } .footer-support-reasons { flex-wrap: wrap; gap: 20px; } .site-footer-contact .footer-response-note { text-align: center; } }

/* Daily challenges: five cards arranged like the supplied reference. */
#problema.daily-challenges { position: relative; isolation: isolate; overflow: hidden; padding: clamp(40px,4vw,64px) 0 32px; background: #fff; }
#problema.daily-challenges::before, #problema.daily-challenges::after { content: ''; position: absolute; z-index: -1; width: 320px; height: 320px; border-radius: 50%; background: #fff9eb; pointer-events: none; }
#problema.daily-challenges::before { left: -110px; top: -120px; }
#problema.daily-challenges::after { right: -130px; bottom: -100px; }
#problema .container { max-width: 1380px; position: relative; }
#problema .container::before, #problema .container::after { content: ''; position: absolute; width: 100px; height: 95px; z-index: -1; background: radial-gradient(#efb319a0 1.6px,transparent 2px) 0 0 / 22px 22px; pointer-events: none; }
#problema .container::before { left: -90px; top: 30px; }
#problema .container::after { right: -90px; bottom: 35px; }
#problema .section-heading { margin-bottom: 38px; }
#problema .challenge-kicker { color: #e89b00; font-size: .85rem; letter-spacing: .28em; font-weight: 700; }
#problema .section-heading h2 { color: #061d33; font-size: clamp(2.4rem,3.5vw,3.5rem); line-height: 1.1; font-weight: 900; margin: 8px 0 16px; }
#problema .section-heading h2::after { content: ''; display: block; width: 52px; height: 3px; margin: 14px auto 0; background: #eaa400; }
#problema .section-heading > p { color: #60708a; font-size: clamp(1rem,1.35vw,1.25rem); max-width: none; margin: 0 auto; line-height: 1.5; }
#problema .problem-grid { display: flex !important; flex-wrap: wrap; justify-content: center; gap: 24px !important; overflow: visible !important; padding: 0 !important; margin-top: 0 !important; }
#problema .problem-item { flex: 0 1 calc((100% - 48px) / 3) !important; display: flex; flex-direction: column; align-items: center; text-align: center; min-height: 282px !important; padding: 24px 26px !important; border: 1px solid #ffe8bc !important; border-radius: 17px !important; background: #fff; box-shadow: 0 15px 30px #a3813110; }
#problema .problem-item:nth-child(n+4) { flex-basis: 36% !important; }
#problema .problem-item > i { display: grid; place-items: center; width: 98px; height: 98px; flex: 0 0 98px; border-radius: 50%; background: #fff4dc; color: #eaa400; font-size: 3.2rem; margin: 0 0 15px; }
#problema .problem-item h3 { color: #06152c; font-size: clamp(1.05rem,1.4vw,1.4rem); line-height: 1.25; font-weight: 850; margin: 0; }
#problema .problem-item h3::after { content: ''; display: block; width: 38px; height: 3px; background: #eaa400; margin: 12px auto; }
#problema .problem-item p { color: #586a85; font-size: clamp(.95rem,1.2vw,1.18rem); line-height: 1.4; margin: 0; }
#problema .challenge-closing { display: flex; justify-content: center; align-items: center; gap: 24px; text-align: center; color: #71809a; font-size: .75rem; font-weight: 700; letter-spacing: .3em; margin-top: 36px; }
#problema .challenge-closing::before, #problema .challenge-closing::after { content: ''; width: 85px; height: 1px; background: #efb319; }
@media(max-width:991.98px) { #problema .problem-item, #problema .problem-item:nth-child(n+4) { flex-basis: calc((100% - 24px) / 2) !important; } }
@media(max-width:575.98px) { #problema.daily-challenges { padding: 38px 12px 30px; } #problema .problem-item, #problema .problem-item:nth-child(n+4) { flex-basis: 100% !important; min-height: 0 !important; } #problema .problem-item > i { width: 78px; height: 78px; flex-basis: 78px; font-size: 2.5rem; } #problema .challenge-closing { gap: 12px; font-size: .65rem; letter-spacing: .15em; } #problema .challenge-closing::before, #problema .challenge-closing::after { width: 24px; flex-shrink: 0; } }

/* One selected product at every viewport size. */
#productos .home-products-controls {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}
#productos .home-products-controls button { white-space: normal !important; height: auto !important; min-height: 76px; }
#productos .home-products-grid.product-tab-panels {
  display: block !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}
#productos .product-tab-panels > .home-product-card[hidden] { display: none !important; }
#productos .product-tab-panels > .home-product-card.is-selected-product {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  #productos .home-products-controls { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  #productos .product-tab-panels > .home-product-card.is-selected-product { grid-template-columns: minmax(0, 1fr) !important; }
}
@media (max-width: 575.98px) {
  #productos .home-products-controls button { font-size: .8rem !important; padding: 10px !important; gap: 8px !important; }
  #productos .home-products-controls button img { width: 36px !important; height: 36px !important; flex-basis: 36px !important; }
}

/* Application and community invitation. */
.download-hub { padding: 55px 3vw; background: linear-gradient(#fff,#f2faff); }
.download-hub-shell { max-width: 1740px; margin: auto; }
.download-banner { display: grid; grid-template-columns: 1.65fr .85fr 1fr; align-items: center; gap: 24px; padding: 44px 38px; border-radius: 38px; color: white; background: radial-gradient(ellipse at 88% 0,#0088a0a0,transparent 48%),linear-gradient(120deg,#032336,#00354a); box-shadow: 0 16px 35px #00628a20; border-top: 2px solid #35c6d4; overflow: hidden; }
.download-eyebrow { font-size: .8rem; letter-spacing: .2em; font-weight: 800; color: #ffc400; }
.download-message h2 { color: white; font-size: clamp(2.4rem,4vw,4.6rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 900; margin: 22px 0; }
.download-message > p { font-size: clamp(1rem,1.3vw,1.3rem); line-height: 1.5; color: #edf4fa; }
.download-benefits,.community-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 36px; }
.download-benefits > div,.community-benefits > div { display: flex; gap: 12px; align-items: flex-start; }
.download-benefits i { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 50%; background: linear-gradient(#007d99,#034258); border: 1px solid #1298b266; font-size: 1.6rem; }
.download-benefits strong,.community-benefits strong { display: block; font-size: .85rem; margin: 5px 0; }
.download-benefits small,.community-benefits small { display: block; line-height: 1.5; font-size: .8rem; }
.download-phone-stage { position: relative; display: flex; justify-content: center; padding: 6px; }
.download-phone-stage::before { content: ''; position: absolute; width: 330px; height: 330px; border: 1px solid #00bed54d; box-shadow: inset 0 0 70px #00bdd530; border-radius: 50%; top: 45px; }
.download-phone { position: relative; width: 240px; min-width: 215px; padding: 28px 12px 14px; border-radius: 37px; border: 7px solid #11181b; outline: 2px solid #a9b9bf; background: #f3f8fb; color: #061d33; transform: rotate(-6deg); box-shadow: 12px 20px 22px #0007; }
.phone-camera { position: absolute; width: 78px; height: 17px; background: #071014; border-radius: 15px; top: 7px; left: 50%; transform: translateX(-50%); }
.phone-logo { display: block; width: 120px; height: 46px; object-fit: contain; margin: 0 auto 10px; }
.phone-bar { background: #00657c; border-radius: 12px; padding: 10px; margin-top: 7px; color: white; font-size: .73rem; font-weight: 700; }
.phone-bar i { margin-right: 7px; }
.phone-assistant { text-align: center; padding: 16px 5px; }
.phone-assistant i { font-size: 1.7rem; display: block; color: #00657c; }
.phone-assistant strong,.phone-assistant small { display: block; font-size: .78rem; }
.phone-assistant small { font-size: .65rem; margin-top: 5px; color: #60758b; }
.phone-scene img { width: 100%; height: 145px; object-fit: cover; border-radius: 12px; }
.phone-caption { position: absolute; top: -12px; right: -52px; transform: rotate(-8deg); font-family: Georgia,serif; font-size: 1rem; font-style: italic; }
.download-stores { display: flex; flex-direction: column; gap: 20px; padding-top: 30px; }
.download-store { position: relative; display: flex; align-items: center; gap: 15px; background: #fff; color: #111; padding: 25px 20px; border-radius: 20px; text-decoration: none; min-height: 100px; }
.download-store > i { font-size: 2.5rem; }
.download-store .bi-google-play { color: #00b765; }
.download-store strong { font-size: 1rem; display: block; }
.download-store small { font-size: .8rem; color: #516b8b; display: block; margin-top: 4px; }
.download-store .store-chevron { font-size: 1rem; margin-left: auto; }
.download-store:hover { color: #00556b; }
.download-store-soon { padding-top: 36px; }
.download-soon { position: absolute; top: 8px; right: 15px; background: #ffe08a; border-radius: 30px; font-size: .58rem; font-weight: 900; padding: 4px 10px; }
.download-assurance { display: flex; align-items: center; gap: 20px; font-size: .88rem; line-height: 1.6; margin: 22px 10px 0; }
.download-assurance i { font-size: 2rem; }
.community-card { display: grid; grid-template-columns: 1fr 350px; gap: 22px 38px; margin-top: 26px; padding: 32px; border-radius: 36px; background: radial-gradient(circle at 95% 60%,#ddf7e780,transparent 28%),#fff; box-shadow: 0 14px 32px #007aac14; color: #071c31; }
.community-intro { display: flex; align-items: center; gap: 25px; }
.community-logo { display: grid; place-items: center; width: 115px; height: 115px; flex: 0 0 115px; background: #e3f9ed; color: #00b737; border-radius: 50%; font-size: 4.5rem; }
.community-intro h2 { font-size: clamp(1.6rem,2.4vw,2.7rem); font-weight: 900; letter-spacing: -.03em; margin-bottom: 10px; }
.community-intro p { font-size: clamp(1rem,1.35vw,1.35rem); line-height: 1.5; color: #385375; margin: 0; }
.community-action { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.community-action a { display: flex; align-items: center; justify-content: center; gap: 14px; border-radius: 26px; padding: 20px; color: #fff; background: linear-gradient(110deg,#22c65a,#00a82c); font-size: 1.35rem; font-weight: 800; box-shadow: 0 10px 25px #00a83c20; text-decoration: none; }
.community-action a i { font-size: 1.7rem; }
.community-action p { margin: 18px 0 0; color: #369357; text-align: center; font-family: Georgia,serif; font-size: 1.1rem; font-style: italic; }
.community-benefits { margin: 0; }
.community-benefits i { display: grid; place-items: center; width: 58px; height: 58px; flex: 0 0 58px; background: #e3f9ed; color: #00a438; border-radius: 50%; font-size: 1.8rem; }
.community-benefits strong { font-size: .92rem; }.community-benefits small { color: #385375; }
.download-hub a:focus-visible { outline: 3px solid #efb319; outline-offset: 4px; }
@media(max-width:1199.98px) { .download-banner { grid-template-columns: 1.4fr 1fr; } .download-stores { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; padding: 0; } .download-assurance { grid-column: 1 / -1; margin: 0; } .phone-caption { right: 0; } .community-card { grid-template-columns: 1fr; } .community-action { grid-column: 1; grid-row: auto; order: 3; } .community-action a { max-width: 400px; margin: auto; } }
@media(max-width:767.98px) { .download-hub { padding: 32px 16px; } .download-banner { grid-template-columns: minmax(0,1fr); padding: 30px 22px; border-radius: 26px; gap: 30px; } .download-message h2 { font-size: clamp(2.2rem,9vw,3.6rem); } .download-benefits { grid-template-columns: 1fr; margin-top: 24px; } .download-phone-stage { padding: 12px 0; } .phone-caption { right: 0; top: 0; } .download-stores { grid-template-columns: 1fr; } .community-card { padding: 26px 20px; border-radius: 26px; } .community-intro { flex-direction: column; align-items: flex-start; gap: 16px; } .community-logo { width: 80px; height: 80px; flex-basis: 80px; font-size: 3.2rem; } .community-benefits { grid-template-columns: 1fr; } }
