/* Styles exclusive to the opening carousel on the home page. */
.home-page .header-carousel .hero-copy h2 {
    max-width: 680px;
    margin: 1rem 0 1.25rem;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: 1.05;
}
.home-page .header-carousel .owl-stage { display: flex; }
.home-page .header-carousel .owl-item { display: flex; flex-shrink: 0; }
.home-page .header-carousel .hero-slide { width: 100%; }
.home-page .header-carousel .owl-nav {
    position: static;
    display: flex;
    justify-content: center;
    gap: 72px;
    padding: 12px 16px 0;
}
.home-page .header-carousel .owl-nav .owl-prev,
.home-page .header-carousel .owl-nav .owl-next { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: #201d49; pointer-events: auto; cursor: pointer; }
.home-page .header-carousel .owl-dots { margin: 4px 0 0; gap: 0; }
.home-page .header-carousel .owl-dot { display: grid; place-items: center; width: 44px; height: 44px; }
.home-page .carousel-playback { display: block; margin: 0 auto 20px; padding: 10px 16px; min-height: 44px; border: 1px solid #d8d2ed; border-radius: 24px; color: #4e4787; background: #fff; font: inherit; font-size: 14px; }
.home-page .header-carousel button:focus-visible,
.home-page .header-carousel [role="button"]:focus-visible,
.home-page .carousel-playback:focus-visible { outline: 3px solid #6259b9; outline-offset: 3px; }
.home-page .header-carousel .hero-slide img { max-width: 100%; height: auto; object-fit: contain; }
@media (max-width: 1199.98px) and (min-width: 992px) {
    .home-page .header-carousel .hero-copy h2 { font-size: clamp(3rem, 5vw, 4.5rem); }
}
@media (max-width: 991.98px) {
    .home-page .header-carousel .hero-slide { min-height: 0; padding: 28px 0; align-items: flex-start; }
    .home-page .header-carousel .hero-slide::before,
    .home-page .header-carousel .hero-disc,
    .home-page .header-carousel .hero-metrics { display: none; }
    .home-page .header-carousel .hero-slide > .container { min-width: 0; padding-inline: 20px; }
    .home-page .header-carousel .row { --bs-gutter-x: 0; --bs-gutter-y: 24px; }
    .home-page .header-carousel .row > * { min-width: 0; }
    .home-page .header-carousel .hero-copy h1,
    .home-page .header-carousel .hero-copy h2 { margin: 10px 0 14px; font-size: clamp(32px, 5.8vw, 46px); line-height: 1.1; overflow-wrap: anywhere; }
    .home-page .header-carousel .hero-copy p { font-size: 16px; line-height: 1.6; }
    .home-page .header-carousel .eyebrow { font-size: 11px; letter-spacing: .09em; }
    .home-page .header-carousel .hero-actions { margin-top: 18px; gap: 10px; flex-direction: row; }
    .home-page .header-carousel .hero-actions .btn { width: auto; flex: 1 1 180px; min-height: 44px; padding: 12px; font-size: 14px; white-space: normal; }
    .home-page .header-carousel .hero-art { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; min-height: 0; }
    .home-page .header-carousel .hero-art .floating-product { position: static; inset: auto; transform: none; width: auto; min-width: 0; padding: 16px; border-radius: 16px; box-shadow: none; }
    .home-page .header-carousel .floating-product small { display: none; }
    .home-page .header-carousel .floating-product h3 { font-size: 24px; line-height: 1.15; overflow-wrap: anywhere; margin: 10px 0 6px; }
    .home-page .header-carousel .floating-product p { font-size: 14px; line-height: 1.45; }
    .home-page .header-carousel .floating-product .icon-shell { width: 42px; height: 42px; margin: 0; flex-shrink: 0; font-size: 20px; border-radius: 12px; }
}
@media (max-width: 575.98px) {
    .home-page .whatsapp-float { position: static; width: fit-content; margin: 20px auto; }
    .home-page .back-to-top { display: none !important; }
    .home-page .header-carousel .hero-slide { padding: 22px 0; }
    .home-page .header-carousel .hero-slide > .container { padding-inline: 16px; }
    .home-page .header-carousel .hero-art { grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .home-page .header-carousel .hero-art .floating-product { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 12px; padding: 12px; }
    .home-page .header-carousel .floating-product .icon-shell { grid-row: 1 / 3; align-self: center; }
    .home-page .header-carousel .floating-product h3 { margin: 0 0 4px; font-size: 23px; }
    .home-page .header-carousel .floating-product p { grid-column: 2; font-size: 13px; }
    .home-page .header-carousel .hero-actions .btn { flex-basis: 100%; }
    .home-page .navbar { padding-inline: 16px !important; gap: 8px; }
    .home-page .navbar .brand-lockup { min-width: 0; max-width: calc(100% - 66px); margin-right: 0; }
    .home-page .navbar .brand-wordmark { max-width: calc(100% - 48px); height: auto; }
    .home-page .navbar-toggler { min-height: 44px; min-width: 44px; }
}
