/* SunnyFlip use-cases layer.
   Isolates the multi-use homepage and usage pages from the existing section CSS. */

.brand-rubro-rotator {
  display: inline-block;
  color: inherit;
  font: inherit;
}

@media (min-width: 1041px) {
  .brand-rubro-rotator {
    min-width: 24em;
    transition: opacity 0.42s ease, transform 0.42s ease;
    will-change: opacity, transform;
  }

  .brand-rubro-rotator.is-changing {
    opacity: 0;
    transform: translateY(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-rubro-rotator {
    transition: none;
  }
}

.global-context-strip {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(52, 56, 59, 0.10);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

.global-context-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 42px;
}

.breadcrumb-nav {
  min-width: 0;
  color: var(--graphite-light);
  font-size: 13.5px;
  font-weight: 760;
}

.breadcrumb-nav ol {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.breadcrumb-nav ol::-webkit-scrollbar {
  display: none;
}

.breadcrumb-nav li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.breadcrumb-nav li + li::before {
  content: "/";
  color: rgba(105, 108, 110, 0.45);
  font-weight: 700;
}

.breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus-visible {
  color: var(--orange);
  outline: none;
}

.breadcrumb-nav [aria-current="page"] {
  color: var(--graphite);
  font-weight: 880;
}

.global-context-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.global-context-nav a,
.global-context-nav .nav-dropdown > button,
.global-context-nav .nav-dropdown > a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--graphite-light);
  font-size: 13.5px;
  font-weight: 850;
  text-decoration: none;
}

.global-context-nav .nav-dropdown {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.global-context-nav .nav-dropdown-panel {
  z-index: 220;
}

.global-context-nav a:hover,
.global-context-nav a:focus-visible,
.global-context-nav .nav-dropdown > button:hover,
.global-context-nav .nav-dropdown > button:focus-visible,
.global-context-nav .nav-dropdown > a:hover,
.global-context-nav .nav-dropdown > a:focus-visible {
  background: var(--white);
  color: var(--orange);
  box-shadow: var(--soft-shadow);
  outline: none;
}

.global-context-nav a.is-active,
.global-context-nav .nav-dropdown > button.is-active,
.global-context-nav .nav-dropdown > a.is-active {
  background: rgba(255, 255, 255, 0.78);
  color: var(--orange);
  box-shadow: 0 8px 20px rgba(52, 56, 59, 0.05);
}

html[data-theme="dark"] .global-context-strip {
  background: rgba(27, 30, 31, 0.86);
  border-color: rgba(255, 255, 255, 0.10);
}

html[data-theme="dark"] .breadcrumb-nav,
html[data-theme="dark"] .global-context-nav a,
html[data-theme="dark"] .global-context-nav .nav-dropdown > button,
html[data-theme="dark"] .global-context-nav .nav-dropdown > a {
  color: rgba(240, 242, 241, 0.78);
}

html[data-theme="dark"] .breadcrumb-nav [aria-current="page"] {
  color: #f0f2f1;
}

html[data-theme="dark"] .breadcrumb-nav li + li::before {
  color: rgba(240, 242, 241, 0.32);
}

html[data-theme="dark"] .global-context-nav a:hover,
html[data-theme="dark"] .global-context-nav a:focus-visible,
html[data-theme="dark"] .global-context-nav .nav-dropdown > button:hover,
html[data-theme="dark"] .global-context-nav .nav-dropdown > button:focus-visible,
html[data-theme="dark"] .global-context-nav .nav-dropdown > a:hover,
html[data-theme="dark"] .global-context-nav .nav-dropdown > a:focus-visible,
html[data-theme="dark"] .global-context-nav a.is-active,
html[data-theme="dark"] .global-context-nav .nav-dropdown > button.is-active,
html[data-theme="dark"] .global-context-nav .nav-dropdown > a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #f0f2f1;
  box-shadow: none;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: -18px;
}

.nav-dropdown > button,
.nav-dropdown > a {
  appearance: none;
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--graphite-light);
  font: inherit;
  font-size: 16.5px;
  font-weight: 850;
  line-height: inherit;
  cursor: pointer;
}

.nav-dropdown > button::after,
.nav-dropdown > a::after {
  content: "⌄";
  margin-left: 6px;
  color: var(--orange);
  font-size: 0.9em;
}

html[data-theme="dark"] .nav-dropdown > button::after,
html[data-theme="dark"] .nav-dropdown > a::after {
  color: var(--amber);
}

.nav-dropdown > button:hover,
.nav-dropdown > a:hover,
.nav-dropdown:focus-within > button,
.nav-dropdown:focus-within > a {
  background: var(--white);
  color: var(--orange);
  box-shadow: var(--soft-shadow);
}

.nav-dropdown-panel {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  display: grid;
  min-width: 310px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(52, 53, 59, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-panel a {
  padding: 11px 12px;
  border-radius: 10px;
  white-space: nowrap;
}

.nav-dropdown-panel a:hover {
  background: #fff0d8;
  color: var(--orange);
}

.nav-dropdown-panel a.is-active {
  background: #fff0d8;
  color: var(--orange);
}

@media (min-width: 1041px) {
  html[data-theme="dark"] .main-nav a:hover,
  html[data-theme="dark"] .nav-dropdown > button:hover,
  html[data-theme="dark"] .nav-dropdown > a:hover,
  html[data-theme="dark"] .nav-dropdown:focus-within > button,
  html[data-theme="dark"] .nav-dropdown:focus-within > a {
    color: #f0f2f1;
    background: rgba(52, 56, 59, 0.82);
    box-shadow: none;
  }

  .main-nav a.is-active,
  .nav-dropdown > button.is-active,
  .nav-dropdown > a.is-active {
    color: var(--orange);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 20px rgba(52, 56, 59, 0.05);
  }

  html[data-theme="dark"] .main-nav a.is-active,
  html[data-theme="dark"] .nav-dropdown > button.is-active,
  html[data-theme="dark"] .nav-dropdown > a.is-active {
    color: #f0f2f1;
    background: rgba(52, 56, 59, 0.82);
    box-shadow: none;
  }
}

.main-nav .nav-dropdown-panel a.is-active,
.main-nav .nav-dropdown-panel a.is-active:hover,
.main-nav .nav-dropdown-panel a.is-active:focus-visible {
  background: #fff0d8 !important;
  color: var(--orange);
  box-shadow: none;
}

html[data-theme="dark"] .main-nav .nav-dropdown-panel a.is-active,
html[data-theme="dark"] .main-nav .nav-dropdown-panel a.is-active:hover,
html[data-theme="dark"] .main-nav .nav-dropdown-panel a.is-active:focus-visible {
  background: rgba(52, 56, 59, 0.82) !important;
  color: #f0f2f1 !important;
}

.mobile-menu-group {
  display: grid;
  gap: 8px;
  padding: 12px 0;
}

.mobile-menu-group > span {
  color: var(--graphite-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-menu-group a {
  padding-left: 14px;
}

.mobile-menu-subgroup {
  display: grid;
  gap: 8px;
  padding: 0;
}

.mobile-menu-subgroup > span {
  display: block;
  padding: 15px 14px;
  border-radius: 18px;
  background: rgba(52, 56, 59, 0.07);
  color: var(--graphite);
  font-weight: 950;
}

.mobile-menu-subgroup a {
  margin-left: 18px;
  padding-left: 14px;
}

.benefit-group-heading-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-contact-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  min-height: 72px;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.mobile-menu .mobile-contact-action {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mobile-contact-action + .mobile-contact-action {
  border-left: 1px solid var(--line);
}

.mobile-contact-action svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu .mobile-contact-whatsapp svg {
  box-sizing: border-box;
  width: 41px;
  height: 41px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  fill: currentColor;
  stroke: none;
}

.mobile-menu .mobile-contact-phone svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.85;
}

.mobile-menu .mobile-contact-whatsapp {
  color: #25d366;
}

.mobile-menu .mobile-contact-phone {
  color: var(--orange);
}

.mobile-menu .mobile-contact-mail {
  color: var(--white);
}

.mobile-contact-mail svg {
  filter: drop-shadow(0 1px 1px rgba(24, 26, 28, 0.28));
}

html:not([data-theme="dark"]) .mobile-menu .mobile-contact-whatsapp {
  background: #25d366;
  color: var(--white);
}

html:not([data-theme="dark"]) .mobile-menu .mobile-contact-phone {
  background: var(--orange);
  color: var(--white);
}

html:not([data-theme="dark"]) .mobile-menu .mobile-contact-mail {
  background: var(--graphite);
  color: var(--white);
}

html[data-theme="dark"] .mobile-contact-bar,
html[data-theme="dark"] .mobile-menu .mobile-contact-action {
  background: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .mobile-menu .mobile-contact-whatsapp svg {
  background: transparent;
  border: 0;
  color: #25d366;
  box-shadow: none;
}

html[data-theme="dark"] .mobile-contact-bar,
html[data-theme="dark"] .mobile-contact-action + .mobile-contact-action {
  border-color: rgba(255, 255, 255, 0.10);
}

html[data-theme="dark"] .mobile-menu a:not(.mobile-contact-action),
html[data-theme="dark"] .mobile-menu-group a {
  color: var(--white);
}

.mobile-menu a.is-active,
.mobile-menu .nav-dropdown > button.is-active,
.mobile-menu-group a.is-active {
  color: var(--orange);
}

html[data-theme="dark"] .mobile-menu a.is-active,
html[data-theme="dark"] .mobile-menu .nav-dropdown > button.is-active,
html[data-theme="dark"] .mobile-menu-group a.is-active {
  color: var(--white);
}

.mobile-menu a:not(.mobile-contact-action).is-active,
.mobile-menu .mobile-menu-group a.is-active {
  color: var(--orange);
}

html[data-theme="dark"] .mobile-menu a:not(.mobile-contact-action).is-active,
html[data-theme="dark"] .mobile-menu .mobile-menu-group a.is-active {
  color: var(--white);
  background: rgba(251, 156, 9, 0.18);
}

@media (max-width: 1040px) {
  .global-context-strip.subsite-global-strip {
    display: block;
  }

  .global-context-inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 38px;
  }

  .global-context-nav {
    display: none;
  }

  .breadcrumb-nav {
    font-size: 12.5px;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 101;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.18s ease,
      transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.34s;
  }

  .mobile-menu.open {
    max-height: calc(100vh - 62px);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.22s ease,
      transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s;
  }

  .mobile-menu.open .container {
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.mobile-menu-open::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: -28vh;
    left: 0;
    height: auto;
    z-index: 90;
    pointer-events: auto;
    background: rgba(247, 249, 248, 0.44);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }

  html[data-theme="dark"] body.mobile-menu-open::after {
    background: rgba(24, 26, 28, 0.50);
  }
}

@media (max-width: 820px) {
  .season-title h3 {
    font-size: 22px;
    letter-spacing: -0.035em;
  }

  .season-title p {
    font-size: 14px;
    line-height: 1.38;
  }
}

.hero-use-slider {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  min-height: 560px;
  border: 14px solid rgba(255, 255, 255, 0.74);
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.hero-use-slides,
.hero-use-slide {
  position: absolute;
  inset: 0;
}

.hero-use-slide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 0.55s ease, transform 0.65s ease;
}

.hero-use-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-use-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}

.hero-use-guarantee {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 4;
  width: clamp(140px, 15vw, 180px);
  height: auto;
  display: block;
  cursor: pointer;
  filter: drop-shadow(0 12px 22px rgba(24, 26, 28, 0.24));
}

.hero-use-guarantee img {
  width: 100%;
  height: auto;
}

.hero-use-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 9px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 34px rgba(52, 53, 59, 0.16);
  backdrop-filter: blur(10px);
}

.hero-use-label {
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(52, 53, 59, 0.12);
  backdrop-filter: blur(10px);
}

.hero-use-caption h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 1000;
  line-height: 1.02;
  text-align: center;
}

.hero-use-controls {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-use-controls button {
  width: 34px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.hero-use-controls button.is-active {
  background: var(--orange);
}

@media (min-width: 1041px) {
  body:not(.use-page) .hero .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 52px;
  }
}

.home-institutional-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #1d2224;
}

.home-institutional-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 249, 248, 0.95) 0%, rgba(247, 249, 248, 0.75) 40%, rgba(247, 249, 248, 0.28) 65%, rgba(247, 249, 248, 0) 100%),
    linear-gradient(180deg, rgba(247, 249, 248, 0.28), rgba(247, 249, 248, 0.06));
}

.home-hero-background,
.home-hero-slide {
  position: absolute;
  inset: 0;
}

.home-hero-background {
  z-index: -2;
}

.home-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.home-institutional-hero .hero-use-slide {
  transition: opacity 0.42s ease, transform 0.48s ease;
}

.home-institutional-hero .hero-grid,
body:not(.use-page) .home-institutional-hero .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 680px);
  justify-content: start;
}

.home-institutional-hero .hero-content {
  max-width: 680px;
}

.home-institutional-hero + .section::before,
.home-institutional-hero + .section::after {
  display: none;
}

html[data-theme="dark"] .home-institutional-hero::before {
  background:
    linear-gradient(90deg, rgba(24, 26, 28, 0.94) 0%, rgba(24, 26, 28, 0.84) 40%, rgba(24, 26, 28, 0.38) 72%, rgba(24, 26, 28, 0.18) 100%),
    linear-gradient(180deg, rgba(24, 26, 28, 0.36), rgba(24, 26, 28, 0.20));
}

.use-page-hero {
  padding: var(--subpage-hero-start-gap) 0 var(--hero-end-gap);
}

.use-page-hero .hero-grid {
  align-items: start;
}

.use-page-hero .hero-content {
  max-width: 780px;
  align-self: start;
}

.use-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button-whatsapp {
  color: var(--white);
  background: #25d366;
  border-color: rgba(13, 157, 63, 0.32);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.24);
}

.button-whatsapp:hover {
  color: var(--white);
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(37, 211, 102, 0.30);
}

.pool-use-panel {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(49, 126, 153, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 8%, rgba(49, 126, 153, 0.20), transparent 18rem),
    linear-gradient(135deg, rgba(233, 243, 248, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: var(--shadow);
}

.pool-use-panel h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 1000;
  line-height: 1;
}

.pool-use-panel p {
  margin: 0;
  color: var(--graphite);
  font-size: 17px;
  font-weight: 450;
  line-height: 1.65;
}

html[data-theme="dark"] .nav-dropdown-panel,
html[data-theme="dark"] .pool-use-panel {
  background: rgba(32, 35, 38, 0.94);
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .hero-use-slider {
  background: rgba(32, 35, 38, 0.84);
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .hero-use-caption {
  background: rgba(24, 26, 28, 0.62);
}

html[data-theme="dark"] .hero-use-label {
  background: rgba(24, 26, 28, 0.72);
}

html[data-theme="dark"] .hero-use-caption h2,
html[data-theme="dark"] .pool-use-panel h2 {
  color: rgba(247, 249, 248, 0.96);
}

html[data-theme="dark"] .pool-use-panel p {
  color: rgba(247, 249, 248, 0.74);
}

.product-card-stack {
  display: grid;
  gap: 16px;
  align-content: stretch;
}

.product-card-stack .product-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  min-height: 0;
  padding: 24px;
}

.product-card-stack .product-card .card-icon {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.product-card-stack .product-card h3 {
  grid-column: 2;
  grid-row: 1;
}

.product-card-stack .product-card p {
  grid-column: 1 / -1;
  margin-top: 14px;
}

@media (min-width: 1041px) {
  .use-page-hero .hero-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
    gap: 44px;
  }

  .products-page .use-page-hero .hero-grid,
  .use-autos-page .use-page-hero .hero-grid,
  .use-piscinas-page .use-page-hero .hero-grid {
    align-items: stretch;
  }

  .products-page .use-page-hero .photo-shell,
  .use-autos-page .use-page-hero .photo-shell,
  .use-piscinas-page .use-page-hero .photo-shell {
    align-self: stretch;
    display: grid;
    grid-template-rows: minmax(260px, 1fr) auto;
  }

  .products-page .use-page-hero .photo-frame,
  .use-autos-page .use-page-hero .photo-frame,
  .use-piscinas-page .use-page-hero .photo-frame {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .products-page .use-page-hero .photo-frame img,
  .use-autos-page .use-page-hero .photo-frame img,
  .use-piscinas-page .use-page-hero .photo-frame img {
    object-fit: cover;
  }
}

@media (max-width: 920px) {
  .nav-dropdown {
    display: none;
  }

  .product-card-stack {
    gap: 14px;
  }

  .hero-use-slider {
    min-height: 480px;
  }

  .hero-use-caption {
    padding: 16px 18px;
  }

  .hero-use-caption h2 {
    font-size: clamp(22px, 6.3vw, 30px);
    line-height: 1.08;
    text-align: center;
  }
}

@media (max-width: 820px) {
  .home-institutional-hero .hero-copy {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
  }

  .use-page-hero {
    padding: var(--mobile-subpage-hero-start-gap) 0 var(--mobile-hero-end-gap);
  }
}

@media (max-width: 720px) {
  .use-page-actions {
    display: grid;
  }

  .hero-use-slider {
    min-height: 420px;
    border-width: 10px;
    border-radius: 34px;
  }

  .hero-use-caption {
    left: 14px;
    right: 14px;
    bottom: 18px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .hero-use-caption h2 {
    font-size: clamp(21px, 6.1vw, 28px);
    line-height: 1.08;
    text-align: center;
  }

  .hero-use-label {
    left: 18px;
    top: 18px;
    padding: 10px 14px;
  }

  .hero-use-guarantee {
    top: 16px;
    right: 20px;
    width: 120px;
  }
}

body.solution-subsite .solution-main-dropdown .nav-dropdown-panel a:hover,
body.solution-subsite .solution-main-dropdown .nav-dropdown-panel a:focus-visible,
body.solution-subsite .solution-main-dropdown .nav-dropdown-panel a.is-active {
  background: #fff0d8 !important;
  color: var(--orange) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] body.solution-subsite .solution-main-dropdown .nav-dropdown-panel a:hover,
html[data-theme="dark"] body.solution-subsite .solution-main-dropdown .nav-dropdown-panel a:focus-visible,
html[data-theme="dark"] body.solution-subsite .solution-main-dropdown .nav-dropdown-panel a.is-active {
  background: rgba(52, 56, 59, 0.82) !important;
  color: #f0f2f1 !important;
}

body.solution-subsite .solution-main-dropdown .nav-dropdown-panel,
.main-nav .nav-dropdown-panel,
.global-context-nav .nav-dropdown-panel {
  width: max-content;
  min-width: 0;
}

body.solution-subsite .solution-main-dropdown .nav-dropdown-panel a,
.main-nav .nav-dropdown-panel a,
.global-context-nav .nav-dropdown-panel a {
  justify-self: stretch;
  width: 100%;
  max-width: none;
}
