:root {
    --brand: #7abe4b;
    --brand-dark: #4f8f2f;
    --brand-soft: #eef8e7;
    --brand-gray: #777372;
    --ink: #282d2b;
    --muted: #6c757d;
    --cream: #faf9f5;
}
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { color: var(--ink); background: #fff; font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.topbar { background: #292d2b; color: rgba(255,255,255,.82); font-size: .82rem; }
.topbar a:hover { color: #fff; }
.catalogue-header { background: rgba(255,255,255,.97); box-shadow: 0 5px 28px rgba(31,44,35,.08); backdrop-filter: blur(12px); }
.brand-logo { width: 132px; height: 58px; object-fit: contain; object-position: left center; }
.navbar .nav-link { color: #424846; font-weight: 650; padding: .75rem .85rem !important; }
.navbar .nav-link:hover { color: var(--brand-dark); }
.btn-brand { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.btn-brand:hover, .btn-brand:focus { color: #fff; background: #3f7825; border-color: #3f7825; }
.btn-outline-brand { color: var(--brand-dark); border: 1px solid var(--brand-dark); }
.btn-outline-brand:hover { color: #fff; background: var(--brand-dark); }
.hero-section { position: relative; overflow: hidden; background: #f3f3f1; border-bottom: 1px solid #e5e5e2; }
.hero-carousel { position: relative; }
.modern-slide { min-height: 520px; overflow: hidden; border-radius: 1.6rem; background: #fff; box-shadow: 0 18px 55px rgba(32,36,34,.09); }
.modern-slide-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: 100%; padding: 3.5rem 2.4rem 4.8rem 3rem; }
.modern-slide-kicker { display: inline-flex; align-items: center; width: fit-content; min-height: 30px; padding: .42rem .8rem; border-radius: 999px; color: #fff; background: var(--brand-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modern-slide-stock { display: inline-flex; align-items: center; width: fit-content; min-height: 30px; padding: .42rem .8rem; border: 1px solid #d9ded8; border-radius: 999px; color: #4d554f; background: #fff; font-size: .72rem; font-weight: 750; }
.modern-slide-category { color: var(--brand-dark); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.modern-slide-title { max-width: 560px; color: #202422; font-size: clamp(1.85rem, 3vw, 3.2rem); font-weight: 750; line-height: 1.08; letter-spacing: -.035em; }
.modern-slide-reference { color: #7b817d; font-size: .9rem; }
.modern-slide-price { display: flex; align-items: flex-end; gap: .55rem; color: #202422; }
.modern-slide-price strong { font-size: clamp(1.55rem, 2.3vw, 2.25rem); line-height: 1; letter-spacing: -.045em; }
.modern-slide-price span { padding-bottom: .25rem; color: #727874; font-size: .85rem; font-weight: 800; }
.modern-slide-btn { min-height: 46px; padding: .7rem 1.15rem; border-radius: .2rem; font-size: .86rem; font-weight: 750; }
.modern-slide-visual { position: relative; height: 100%; min-height: 520px; overflow: hidden; background: #efefec; }
.modern-slide-visual::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.2), transparent 30%); pointer-events: none; }
.modern-slide-image { width: 100%; height: 100%; min-height: 520px; object-fit: contain; padding: 1.5rem; transition: transform 7s ease; }
.carousel-item.active .modern-slide-image { transform: scale(1.035); }
.modern-slide-badge { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.4rem; display: flex; flex-direction: column; min-width: 170px; padding: 1rem 1.15rem; color: #fff; background: rgba(31,35,33,.9); backdrop-filter: blur(10px); }
.modern-slide-badge span { color: rgba(255,255,255,.7); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.modern-slide-badge strong { margin-top: .2rem; font-size: 1rem; }
.modern-slider-footer { position: absolute; z-index: 5; left: 3.5rem; bottom: 1.35rem; display: flex; align-items: center; gap: 1.25rem; }
.modern-slider-count { display: flex; align-items: center; gap: .55rem; min-width: 80px; color: #8a8f8c; font-size: .75rem; font-weight: 800; }
.modern-slider-count .current-slide { color: var(--brand-dark); }
.modern-slider-count .separator { display: block; width: 22px; height: 1px; background: #b8bdb9; }
.modern-slider-indicators { position: static; display: flex; align-items: center; gap: .4rem; margin: 0; }
.modern-slider-indicators [data-bs-target] { width: 34px; height: 3px; margin: 0; border: 0; background: #c6cbc7; opacity: 1; }
.modern-slider-indicators .active { background: var(--brand-dark); }
.modern-slider-controls { display: flex; gap: .45rem; }
.modern-slider-arrow { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #d7dcd8; border-radius: 50%; color: #242826; background: #fff; font-size: 1.15rem; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.modern-slider-arrow:hover { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.modern-slide-empty { min-height: 430px; }
.benefit-strip { background: #fff; }
.benefit-item { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 1rem; border-right: 1px solid #edf0ed; }
.benefit-item:last-child { border-right: 0; }
.benefit-item strong { color: var(--ink); }
.benefit-item span { margin-top: .25rem; color: var(--muted); font-size: .82rem; }
.section-heading { max-width: 720px; }
.filter-panel { background: #fff; border: 1px solid #e6ebe5; border-radius: 1.35rem; padding: 1.35rem; box-shadow: 0 14px 45px rgba(38,50,56,.07); }
.form-control, .form-select { border-color: #dfe5df; }
.form-control:focus, .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 .25rem rgba(122,190,75,.16); }
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e8ece9; border-radius: 1.15rem; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: rgba(122,190,75,.45); box-shadow: 0 20px 48px rgba(38,50,56,.13); }
.product-image-button { position: relative; width: 100%; padding: 0; border: 0; background: #f5f6f4; overflow: hidden; aspect-ratio: 1/1; }
.product-image { width: 100%; height: 100%; object-fit: contain; padding: .4rem; transition: transform .4s ease; }
.product-card:hover .product-image { transform: scale(1.045); }
.measure-badge { position: absolute; left: .75rem; bottom: .75rem; background: rgba(255,255,255,.95); border-radius: 999px; padding: .35rem .65rem; font-size: .75rem; font-weight: 700; box-shadow: 0 5px 15px rgba(0,0,0,.08); }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 1rem; }
.category-label { color: var(--brand-dark); font-weight: 750; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
.product-ref { color: #858a88; font-size: .76rem; }
.product-title { font-size: 1rem; line-height: 1.4; min-height: 2.8em; margin: 0; }
.product-price { color: var(--brand-dark); font-weight: 850; font-size: 1.18rem; }
.stock-badge { font-size: .7rem; font-weight: 750; padding: .43rem .6rem; }
.empty-state { text-align: center; padding: 4rem 1rem; background: var(--cream); border-radius: 1rem; }
.stats-section { background: linear-gradient(135deg, #f6f8f5, #edf5e9); }
.chart-card { position: relative; min-height: 430px; padding: 1.5rem; background: #fff; border: 1px solid #e5eae4; border-radius: 1.5rem; box-shadow: 0 22px 55px rgba(41,45,43,.09); }
.feature-card { height: 100%; padding: 2rem; border: 1px solid #e7ebe7; border-radius: 1.25rem; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(40,50,45,.09); }
.feature-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 1.2rem; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 800; }
.contact-section { background: #f6f7f4; }
.contact-card { padding: 3rem; border-radius: 1.75rem; color: #fff; background: linear-gradient(120deg, var(--brand-dark), #376925 70%, var(--brand-gray)); box-shadow: 0 24px 60px rgba(55,105,37,.22); }
.text-white-75 { color: rgba(255,255,255,.75); }
.site-footer { background: #fff; }
.footer-logo { width: 175px; max-height: 95px; object-fit: contain; object-position: left; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a, .site-footer a { color: #646a67; }
.footer-links a:hover, .site-footer a:hover { color: var(--brand-dark); }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 1030; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: #fff; background: #25d366; font-size: .83rem; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.floating-whatsapp:hover { color: #fff; transform: translateY(-2px); }
.modal-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: .65rem; background-color: rgba(255,255,255,.92); border-radius: 50%; }
.modal-image-wrap { min-height: 420px; background: #f4f5f3; }
.brand-color { color: var(--brand-dark); }

.topbar-separator { width: 1px; height: 18px; background: rgba(255,255,255,.22); }
.header-socials, .footer-socials { display: flex; align-items: center; gap: .55rem; }
.social-link { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font-size: 1rem; transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.header-socials .social-link { width: 28px; height: 28px; color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.22); }
.footer-socials .social-link { width: 40px; height: 40px; color: #5f6662; background: #fff; border: 1px solid #e2e7e3; }
.social-link:hover { transform: translateY(-3px); }
.social-instagram:hover { color: #fff !important; border-color: transparent !important; background: linear-gradient(135deg, #feda75, #d62976 50%, #4f5bd5); box-shadow: 0 8px 18px rgba(214,41,118,.22); }
.social-facebook:hover { color: #fff !important; border-color: #1877f2 !important; background: #1877f2; box-shadow: 0 8px 18px rgba(24,119,242,.22); }
.social-whatsapp:hover { color: #fff !important; border-color: #25d366 !important; background: #25d366; box-shadow: 0 8px 18px rgba(37,211,102,.22); }
@media (max-width: 991.98px) {
    .modern-slide { min-height: auto; }
    .modern-slide-content { padding: 3rem 2rem 5.5rem; }
    .modern-slide-visual, .modern-slide-image { min-height: 410px; }
    .modern-slider-footer { left: 2rem; }
    .navbar-collapse { padding: 1rem 0; }
    .benefit-item:nth-child(2) { border-right: 0; }
    .benefit-item:nth-child(-n+2) { border-bottom: 1px solid #edf0ed; }
}
@media (max-width: 767.98px) {
    .topbar { display: none; }
    .brand-logo { width: 108px; height: 48px; }
    .hero-section .container { padding-left: .75rem; padding-right: .75rem; }
    .modern-slide { border-radius: 1rem; }
    .modern-slide-content { padding: 2rem 1.25rem 4.8rem; }
    .modern-slide-title { font-size: 1.9rem; line-height: 1.1; }
    .modern-slide-visual, .modern-slide-image { min-height: 310px; }
    .modern-slide-image { padding: .75rem; }
    .modern-slide-badge { right: .8rem; bottom: .8rem; min-width: 145px; padding: .8rem .9rem; }
    .modern-slider-footer { left: 1.35rem; right: 1.35rem; bottom: 1rem; justify-content: space-between; gap: .65rem; }
    .modern-slider-indicators { display: none; }
    .modern-slider-count { min-width: auto; }
    .modern-slide-btn { width: 100%; }
    .modal-image-wrap { min-height: 280px; }
    .chart-card { min-height: 360px; padding: 1rem; }
    .contact-card { padding: 2rem 1.3rem; }
}
