:root {
    --bz-green-900: #123723;
    --bz-green-700: #1f7c45;
    --bz-green-500: #33a45c;
    --bz-green-300: #8fd4a7;
    --bz-orange-500: #ef8a2e;
    --bz-orange-400: #ffab47;
    --bz-ink: #16261c;
    --bz-ink-soft: #405545;
    --bz-card: #ffffff;
    --bz-line: #dceadf;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--bz-ink);
    background:
        radial-gradient(circle at 8% 9%, #e8f7ec 0%, rgba(232, 247, 236, 0) 38%),
        radial-gradient(circle at 90% 5%, #ffe8d0 0%, rgba(255, 232, 208, 0) 34%),
        linear-gradient(180deg, #f8fcf7 0%, #ffffff 50%, #f6faf6 100%);
    padding-top: 82px;
}

body.hero-compact {
    --hero-min-desktop: clamp(520px, 70vh, 700px);
    --hero-min-tablet: clamp(500px, 66vh, 620px);
    --hero-content-pad-desktop: clamp(1.25rem, 2.5vw, 2.2rem);
    --hero-content-pad-tablet: 1.2rem;
    --hero-content-pad-mobile-top: 0.95rem;
    --hero-content-pad-mobile-bottom: 1rem;
}

body.hero-premium {
    --hero-min-desktop: clamp(620px, 82vh, 820px);
    --hero-min-tablet: clamp(560px, 74vh, 700px);
    --hero-content-pad-desktop: clamp(2rem, 4vw, 3.2rem);
    --hero-content-pad-tablet: 1.8rem;
    --hero-content-pad-mobile-top: 1.3rem;
    --hero-content-pad-mobile-bottom: 1.4rem;
}

h1,
h2,
h3,
h4 {
    font-family: "Outfit", sans-serif;
    letter-spacing: -0.01em;
}

.section-shell {
    position: relative;
}

.section-title span,
.section-kicker {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-weight: 800;
    color: var(--bz-green-700);
    margin-bottom: 0.45rem;
}

.section-title h2,
.section-shell h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.brand-logo {
    
    height: 42px;
    object-fit: contain;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(12px);
    transition: box-shadow 0.28s ease, background 0.28s ease;
}

.glass-nav.scrolled {
    box-shadow: 0 15px 34px rgba(19, 55, 34, 0.15);
    background: rgba(255, 255, 255, 0.92);
}

.navbar .nav-link {
    font-weight: 700;
    color: #1c3024;
    position: relative;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bz-green-500), var(--bz-orange-500));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.24s ease;
}

.navbar .nav-link:hover::after {
    transform: scaleX(1);
}

.btn-brand {
    background: linear-gradient(135deg, var(--bz-orange-500), var(--bz-orange-400));
    color: #fff;
    border: 0;
    font-weight: 700;
    border-radius: 12px;
    padding: 0.62rem 1.1rem;
    box-shadow: 0 10px 18px rgba(239, 138, 46, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-brand:hover {
    background: linear-gradient(135deg, #db7821, var(--bz-orange-500));
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 20px rgba(219, 120, 33, 0.32);
}

.btn-office-nav {
    border-color: rgba(255, 255, 255, 0.42);
    color: #17472d;
    background: rgba(255, 255, 255, 0.75);
    font-weight: 700;
    border-radius: 12px;
    box-shadow: 0 10px 18px rgba(19, 55, 34, 0.08);
}

.btn-office-nav:hover {
    background: #fff;
    color: #123723;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px);
    z-index: 1;
    pointer-events: none;
}

.hero-orb-one {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -90px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 190, 123, 0.52), rgba(255, 190, 123, 0));
}

.hero-orb-two {
    width: 340px;
    height: 340px;
    bottom: -130px;
    left: -90px;
    background: radial-gradient(circle at 40% 40%, rgba(152, 223, 175, 0.52), rgba(152, 223, 175, 0));
}

.hero-slide {
    min-height: var(--hero-min-desktop);
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 2;
    background:
        linear-gradient(140deg, rgba(7, 51, 27, 0.38), rgba(7, 51, 27, 0.08)),
        linear-gradient(120deg, #165936 0%, #1f8646 38%, #4eb56f 62%, #f0a247 100%);
}

.hero-content {
    padding-top: var(--hero-content-pad-desktop);
    padding-bottom: var(--hero-content-pad-desktop);
}

.hero-slide-alt {
    background:
        linear-gradient(140deg, rgba(7, 51, 27, 0.46), rgba(7, 51, 27, 0.08)),
        linear-gradient(120deg, #17472d 0%, #1b7e44 48%, #ef8a2e 100%);
}

.hero-slide h1,
.hero-slide h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.03;
    font-weight: 800;
    text-wrap: balance;
}

.hero-slide .lead {
    max-width: 54ch;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 800;
    color: #f7f7f7;
}

.hero-product {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
    border-radius: 62% 38% 44% 56% / 42% 58% 36% 64%;
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 26px 44px rgba(0, 0, 0, 0.34);
}

.hero-product-banner-1 {
    object-position: 50% 44%;
}

.hero-product-banner-2 {
    object-position: 50% 46%;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-stage {
    position: relative;
    width: min(100%, 590px);
    padding: 12px;
    margin: 0;
    border-radius: 68% 32% 45% 55% / 45% 60% 40% 55%;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    animation: heroBlobFloat 6.5s ease-in-out infinite;
}

.hero-image-stage::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 45% 55% 64% 36% / 50% 45% 55% 50%;
    background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: -1;
}

.hero-image-badge {
    position: absolute;
    right: 24px;
    bottom: -12px;
    margin: 0;
    padding: 0.42rem 0.82rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #ef8a2e, #ffb256);
    box-shadow: 0 10px 18px rgba(239, 138, 46, 0.34);
}

@keyframes heroBlobFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(-1deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-metrics article {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(7px);
    border-radius: 14px;
    padding: 0.72rem 0.85rem;
    min-width: 130px;
}

.hero-metrics h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
}

.hero-metrics p {
    margin: 0;
    font-size: 0.79rem;
    opacity: 0.95;
}

.benefits-section {
    z-index: 4;
}

.benefit-card {
    border-radius: 20px;
    padding: 1.45rem;
    height: 100%;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), #f6fbf7);
    border: 1px solid #dce9df;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.07);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 30px rgba(17, 31, 21, 0.14);
}

.benefit-card i {
    color: var(--bz-green-700);
    font-size: 1.62rem;
}

.about-panel {
    background: linear-gradient(155deg, #eaf7ea, #ffffff 65%);
    border: 1px solid #d7e8d8;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 15px 30px rgba(14, 34, 18, 0.08);
}

.mv-card {
    border-radius: 20px;
    padding: 1.6rem;
    background: var(--bz-card);
    border: 1px solid #deebdf;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.07);
    height: 100%;
    transition: transform 0.24s ease;
}

.mv-card:hover {
    transform: translateY(-4px);
}

.mv-card i {
    color: var(--bz-orange-500);
    font-size: 1.85rem;
}

.products-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fcf8 100%);
}

.pill-note {
    border-radius: 999px;
    background: #ebf8ed;
    color: #246f3e;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.43rem 0.95rem;
    border: 1px solid #d3e9d9;
}

.filters-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.15rem;
}

.filter-chip {
    border: 1px solid #cfe4d5;
    background: #fff;
    color: #2b6440;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.4rem 0.78rem;
    transition: all 0.2s ease;
}

.filter-chip:hover {
    border-color: #8dc9a2;
    color: #1f6d42;
}

.filter-chip.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(130deg, var(--bz-green-700), var(--bz-green-500));
    box-shadow: 0 8px 14px rgba(30, 123, 67, 0.24);
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #dce9de;
    box-shadow: 0 14px 25px rgba(16, 28, 18, 0.09);
    height: 100%;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 32px rgba(16, 28, 18, 0.14);
}

.product-card .card-img-top {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.product-media {
    position: relative;
    border: 0;
    padding: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
}

.quick-peek {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    background: rgba(15, 47, 27, 0.82);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 999px;
    padding: 0.35rem 0.68rem;
    font-size: 0.76rem;
    font-weight: 700;
    transition: opacity 0.26s ease, transform 0.26s ease;
    pointer-events: none;
}

.quick-peek i {
    margin-right: 0.28rem;
}

.product-card:hover .card-img-top {
    transform: scale(1.06);
}

.product-card:hover .quick-peek,
.product-media:focus-visible .quick-peek {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.product-media:focus-visible {
    outline: 2px solid #7cc496;
    outline-offset: -2px;
}

.product-card .card-body {
    position: relative;
}

.product-card .badge {
    border-radius: 999px;
    font-size: 0.76rem;
    padding: 0.4rem 0.6rem;
}

.product-benefits {
    margin: 0;
    padding-left: 1.06rem;
    color: #46584a;
    font-size: 0.9rem;
}

.product-goals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.product-goals span {
    font-size: 0.72rem;
    text-transform: capitalize;
    background: #eef8f1;
    color: #2e6f47;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    border: 1px solid #d5eadc;
}

.product-modal-content {
    border-radius: 18px;
    border: 1px solid #dce8de;
    background: linear-gradient(180deg, #ffffff, #f6fbf6);
}

#productModal .modal-dialog {
    transform: translateY(24px) scale(0.98);
    transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#productModal.show .modal-dialog,
#productModal.modal-animated-in .modal-dialog {
    transform: translateY(0) scale(1);
}

.modal-product-image {
    border-radius: 14px;
    box-shadow: 0 16px 26px rgba(13, 34, 17, 0.14);
}

#testimonios {
    background:
        radial-gradient(circle at 90% 12%, rgba(226, 243, 229, 0.8), rgba(226, 243, 229, 0) 40%),
        radial-gradient(circle at 10% 85%, rgba(255, 231, 206, 0.7), rgba(255, 231, 206, 0) 35%),
        #f9fdf8;
}

.testimonials-inner {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #d9e9dc;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 14px 28px rgba(12, 35, 19, 0.08);
    text-align: center;
}

.testimonial-card-rich {
    padding: 1.35rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 248, 0.98)),
        #fff;
}

.testimonial-media-frame {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #d7eadc;
    background: linear-gradient(160deg, #edf8ef, #fdf6ee);
    min-height: 320px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 16px 30px rgba(13, 42, 20, 0.08);
}

.testimonial-media,
.testimonial-video-wrap,
.testimonial-video-wrap iframe,
.testimonial-media-placeholder {
    width: 100%;
    height: 100%;
}

.testimonial-media {
    display: block;
    min-height: 320px;
    object-fit: cover;
}

.testimonial-media-placeholder {
    min-height: 320px;
    display: grid;
    place-items: center;
    color: #2d7a46;
    font-size: 3rem;
}

.testimonial-stars {
    color: #f2a33a;
    letter-spacing: 0.18rem;
    font-size: 0.95rem;
}

.testimonial-quote {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    color: #274634;
    line-height: 1.75;
    margin-bottom: 1.2rem;
}

.testimonial-meta h3 {
    margin: 0;
    font-size: 1.15rem;
}

.testimonial-meta span {
    display: inline-block;
    margin-top: 0.2rem;
    color: #648371;
    font-size: 0.92rem;
}

.testimonial-product-tag {
    display: inline-flex;
    margin-top: 0.9rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: #eef8ef;
    border: 1px solid #d7eadc;
    color: #225c36;
    font-size: 0.88rem;
    font-weight: 700;
}

.testimonial-card p {
    font-size: 1.08rem;
    color: #355241;
    margin-bottom: 1rem;
}

.testimonial-card h3 {
    margin: 0;
    font-size: 1.05rem;
}

.testimonial-card span {
    font-size: 0.86rem;
    color: #60816c;
}

#testimonialsCarousel .carousel-control-prev,
#testimonialsCarousel .carousel-control-next {
    width: 8%;
}

#testimonialsCarousel .carousel-control-prev-icon,
#testimonialsCarousel .carousel-control-next-icon {
    background-color: rgba(30, 94, 53, 0.62);
    border-radius: 999px;
    background-size: 55% 55%;
}

.offcanvas {
    background: linear-gradient(180deg, #fafdff 0%, #f4f8f3 100%);
}

.cart-items .cart-item {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 0.8rem;
    padding: 0.6rem;
    border-radius: 12px;
    border: 1px solid #dce8de;
    background: #fff;
    margin-bottom: 0.6rem;
}

.cart-item img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
}

.qty-controls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cee1d2;
    border-radius: 999px;
    overflow: hidden;
}

.qty-controls button {
    border: 0;
    background: #eef7ee;
    width: 30px;
    height: 30px;
    font-weight: 700;
}

.qty-controls span {
    width: 30px;
    text-align: center;
    font-weight: 700;
}

.contact-form {
    background: linear-gradient(165deg, #ffffff, #f8fcf9);
    border: 1px solid var(--bz-line);
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 15px 24px rgba(8, 32, 14, 0.08);
}

.form-control {
    border-radius: 11px;
    border-color: #d4e4d6;
    padding: 0.62rem 0.75rem;
}

.form-control:focus {
    border-color: #6abf83;
    box-shadow: 0 0 0 0.2rem rgba(63, 172, 102, 0.18);
}

.contact-list li {
    margin-bottom: 0.55rem;
    color: var(--bz-ink-soft);
}

.contact-list i {
    color: var(--bz-green-700);
    margin-right: 0.4rem;
}

.footer-zone {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 190, 130, 0.14), rgba(255, 190, 130, 0) 38%),
        radial-gradient(circle at 92% 84%, rgba(126, 210, 156, 0.2), rgba(126, 210, 156, 0) 42%),
        linear-gradient(120deg, #0f311f 0%, #184a2d 45%, #225a39 100%);
    color: #d3e4d6;
}

.footer-zone::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.25;
}

.footer-zone .container {
    position: relative;
    z-index: 1;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
}

.footer-logo {
    width: 170px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.22));
}

.footer-brand {
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    color: #f4fff7;
}

.footer-copy {
    color: #c8decf;
    max-width: 34ch;
}

.btn-footer-cta {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #ef8a2e, #ffb458);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(239, 138, 46, 0.3);
}

.btn-footer-cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

.btn-footer-outline {
    border-radius: 12px;
    border: 1px solid rgba(238, 255, 243, 0.34);
    color: #effff2;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 700;
}

.btn-footer-outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.footer-title {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #effbf2;
    margin-bottom: 0.8rem;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a,
.footer-links span {
    color: #c9dfcf;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-social {
    display: flex;
    gap: 0.55rem;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    color: #f1fff4;
    border: 1px solid rgba(233, 250, 238, 0.24);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(233, 250, 238, 0.45);
    color: #fff;
}

.footer-divider {
    border-color: rgba(224, 244, 230, 0.18);
    margin: 1.4rem 0 0.9rem;
}

.footer-bottom {
    color: #bdd5c4;
}

.office-shell {
    background:
        radial-gradient(circle at 8% 12%, rgba(143, 212, 167, 0.45), rgba(143, 212, 167, 0) 30%),
        radial-gradient(circle at 88% 86%, rgba(255, 171, 71, 0.25), rgba(255, 171, 71, 0) 34%),
        linear-gradient(180deg, #f8fcf7 0%, #ffffff 50%, #f4faf5 100%);
}

.office-card {
    max-width: 1080px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 234, 223, 0.95);
    border-radius: 28px;
    box-shadow: 0 24px 46px rgba(13, 42, 20, 0.12);
    padding: clamp(1.5rem, 3vw, 2.4rem);
    backdrop-filter: blur(8px);
}

.office-logo {
    max-width: 240px;
}

.office-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 0.75rem;
}

.office-text {
    color: #4a6253;
    max-width: 52ch;
}

.office-panel {
    background: linear-gradient(165deg, #ffffff, #f7fbf7);
    border: 1px solid #dceadf;
    border-radius: 22px;
    padding: 1.3rem;
}

.office-info-list > div {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    background: #eff8ef;
    margin-bottom: 0.65rem;
    color: #214430;
    font-weight: 600;
}

.office-info-list i {
    color: var(--bz-green-700);
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.7rem;
    color: #fff;
    background: linear-gradient(145deg, #24cc63, #0e9a42);
    box-shadow: 0 12px 22px rgba(22, 151, 72, 0.35);
    z-index: 1080;
    animation: pulse 2.1s infinite;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.05);
}

.cart-float {
    position: fixed;
    right: 18px;
    bottom: 86px;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    color: #fff;
    background: linear-gradient(145deg, #ef8a2e, #cf6c14);
    box-shadow: 0 12px 22px rgba(207, 108, 20, 0.34);
    z-index: 1081;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.cart-float:hover {
    transform: scale(1.05);
}

.cart-float-count {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    padding: 0 0.3rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: #173623;
    background: #fff2db;
    border: 1px solid #ffc78b;
}

.floating-hidden {
    opacity: 0;
    transform: translateY(16px) scale(0.9);
    pointer-events: none;
}

.floating-restored {
    animation: floatingBack 0.34s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.78s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.78s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(24, 168, 78, 0.45); }
    70% { box-shadow: 0 0 0 18px rgba(24, 168, 78, 0); }
    100% { box-shadow: 0 0 0 0 rgba(24, 168, 78, 0); }
}

@keyframes floatingBack {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 991.98px) {
    .hero-slide {
        min-height: var(--hero-min-tablet);
    }

    .hero-content {
        padding-top: var(--hero-content-pad-tablet);
        padding-bottom: var(--hero-content-pad-tablet);
    }

    .footer-top {
        row-gap: 1.2rem;
    }

    .testimonial-card-rich {
        padding: 1rem;
    }

    .testimonial-media-frame,
    .testimonial-media,
    .testimonial-media-placeholder {
        min-height: 240px;
    }

    .hero-product {
        max-height: 470px;
    }

    .hero-image-stage {
        width: min(100%, 520px);
        border-radius: 62% 38% 45% 55% / 48% 58% 42% 52%;
    }

    .hero-product-banner-1 {
        object-position: 52% 42%;
    }

    .hero-product-banner-2 {
        object-position: 50% 44%;
    }

    .benefits-section {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    body {
        padding-top: 74px;
    }

    .hero-slide {
        min-height: auto;
        padding: 0;
    }

    .hero-content {
        padding-top: var(--hero-content-pad-mobile-top);
        padding-bottom: var(--hero-content-pad-mobile-bottom);
    }

    .hero-slide .lead {
        max-width: 100%;
    }

    .hero-product {
        max-height: 350px;
        margin-top: 0.4rem;
    }

    .hero-image-stage {
        width: 100%;
        padding: 10px;
        border-radius: 34px;
        animation-duration: 7.5s;
    }

    .hero-image-stage::before {
        inset: -7px;
        border-radius: 36px;
    }

    .hero-product {
        border-radius: 24px;
    }

    .hero-image-badge {
        right: 14px;
        bottom: -10px;
        font-size: 0.72rem;
        padding: 0.34rem 0.65rem;
    }

    .hero-product-banner-1 {
        object-position: 56% 40%;
    }

    .hero-product-banner-2 {
        object-position: 54% 42%;
    }

    .hero-metrics {
        gap: 0.45rem;
    }

    .hero-metrics article {
        min-width: 110px;
        padding: 0.56rem 0.62rem;
    }

    .benefit-card,
    .mv-card,
    .contact-form,
    .about-panel {
        border-radius: 15px;
    }

    .testimonial-card {
        padding: 1.3rem;
    }

    #testimonialsCarousel .carousel-control-prev,
    #testimonialsCarousel .carousel-control-next {
        display: none;
    }
}
