:root {
    /* Brand: primary #2EA614 | buttons & footer #37592F */
    --primary: #2EA614;
    --primary-dark: #247f10;
    --primary-darker: #1c650c;
    --primary-light: #4bc92e;
    --primary-soft: #e8f8e4;
    --btn: #37592F;
    --btn-hover: #2c4726;
    --btn-active: #243b1f;
    --btn-disabled: #8aa084;
    --footer-bg: #37592F;
    --green-900: #1c650c;
    --green-800: #247f10;
    --green-700: #2EA614;
    --green-600: #4bc92e;
    --green-500: #6dd655;
    --green-200: #c8efb8;
    --green-100: #e8f8e4;
    --green-50: #f3fcf0;
    --cream: #f5fbf3;
    --earth: #3d2b1f;
    --gold: #c9a227;
    --text: #1f2a24;
    --muted: #5c6b62;
    --shadow: 0 12px 36px rgba(46, 166, 20, 0.12);
    --radius: .5rem;
    --radius-lg: .75rem;
    --font-display: "Manrope", "Segoe UI", sans-serif;
    --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, .display-font {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.02em;
}

a { color: var(--primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--primary-dark); }

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--btn);
    --bs-btn-border-color: var(--btn);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--btn-hover);
    --bs-btn-hover-border-color: var(--btn-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--btn-active);
    --bs-btn-active-border-color: var(--btn-active);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--btn-disabled);
    --bs-btn-disabled-border-color: var(--btn-disabled);
}

.btn-outline-primary {
    --bs-btn-color: var(--btn);
    --bs-btn-border-color: var(--btn);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--btn);
    --bs-btn-hover-border-color: var(--btn);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--btn-active);
    --bs-btn-active-border-color: var(--btn-active);
    --bs-btn-disabled-color: var(--btn-disabled);
    --bs-btn-disabled-border-color: var(--btn-disabled);
}

.btn-whatsapp { background: #25d366; border-color: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe57; border-color: #1ebe57; color: #fff; }

.btn-youtube { background: #ff0000; border-color: #ff0000; color: #fff; }
.btn-youtube:hover { background: #e60000; border-color: #e60000; color: #fff; }

/* Ensure all solid brand buttons use footer green + white text */
.btn-primary,
.nav-quote-btn,
.btn-primary:focus-visible {
    color: #fff !important;
}

/* Navbar */
.site-navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(22, 48, 28, 0.08);
    box-shadow: 0 1px 0 rgba(255,255,255,.8);
}
.site-navbar .navbar-brand {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--green-900) !important;
    display: flex;
    align-items: center;
    gap: .65rem;
}
.site-navbar .nav-link {
    color: var(--text) !important;
    font-weight: 500;
    font-size: .95rem;
    padding: .55rem .85rem !important;
    position: relative;
}
.site-navbar .nav-link:hover {
    color: var(--primary) !important;
}
.site-navbar .nav-link.active {
    color: var(--primary) !important;
    font-weight: 600;
}
.site-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: .85rem;
    right: .85rem;
    bottom: .2rem;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}
.nav-quote-btn {
    font-weight: 600;
    letter-spacing: .02em;
    border-radius: .4rem;
    padding: .5rem 1.15rem !important;
    text-transform: none;
}
@media (max-width: 991.98px) {
    .site-navbar .nav-link.active::after { display: none; }
    .nav-quote-btn {
        display: inline-block;
        margin: .5rem 0 .75rem;
        width: fit-content;
    }
}

/* Hero */
.hero-slider .carousel-item { height: min(72vh, 580px); }
.hero-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.78) saturate(1.02);
}
.hero-caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(105deg, rgba(14, 28, 18, 0.72) 0%, rgba(14, 28, 18, 0.35) 48%, rgba(14, 28, 18, 0.15) 100%);
}
.hero-caption h1 {
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    color: #fff;
    max-width: 16ch;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-shadow: none;
}
.hero-caption p {
    color: rgba(255,255,255,.9);
    font-size: 1.08rem;
    max-width: 40ch;
}

.section-pad { padding: 4.25rem 0; }
.section-title {
    font-size: clamp(1.65rem, 2.6vw, 2.15rem);
    color: var(--green-900);
    margin-bottom: .45rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.section-sub { color: var(--muted); max-width: 40rem; margin-bottom: 1.75rem; }
.section-eyebrow {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .7rem;
    margin-bottom: .55rem;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(22, 48, 28, 0.08);
}
.section-header .section-title { margin-bottom: 0; }
.btn {
    border-radius: .4rem;
    font-weight: 600;
}

/* Product cards */
.product-card {
    background: #fff;
    border: 1px solid rgba(22, 48, 28, 0.08);
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    transition: box-shadow .25s ease, border-color .25s ease;
}
.product-card:hover {
    box-shadow: var(--shadow);
    border-color: rgba(47, 107, 58, 0.22);
}
.product-card .thumb {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--green-100);
}
.product-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.product-card:hover .thumb img { transform: scale(1.04); }
.product-card .body { padding: 1rem 1.1rem 1.15rem; }
.product-card .category-badge {
    font-size: .68rem;
    font-weight: 650;
    color: var(--green-700);
    text-transform: uppercase;
    letter-spacing: .06em;
}
.product-card .price { font-weight: 700; color: var(--green-800); font-size: 1.05rem; }
.size-price-table {
    background: #fff;
}
.size-price-table th {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--muted);
}
.size-price-table td {
    vertical-align: middle;
}
.size-price-table input[type="radio"] {
    accent-color: var(--btn);
}
.product-card .price-old {
    text-decoration: line-through;
    color: var(--muted);
    font-size: .88rem;
    font-weight: 500;
    margin-right: .35rem;
}

.category-tile {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 180px;
    display: block;
}
.category-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    filter: brightness(.58);
    transition: transform .45s ease;
}
.category-tile:hover img { transform: scale(1.05); }
.category-tile .label {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 1.35rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.why-card, .testimonial-card, .blog-card {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(22, 48, 28, 0.08);
    padding: 1.35rem;
    height: 100%;
    transition: box-shadow .25s ease, border-color .25s ease;
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 100%;
}
.why-card:hover, .blog-card:hover {
    box-shadow: var(--shadow);
    border-color: rgba(47, 107, 58, 0.18);
}

/* Home About section */
.about-home-lead {
    color: var(--text);
    font-size: 1.05rem;
    margin-bottom: .75rem;
}
.about-home-text {
    color: var(--muted);
    margin-bottom: .75rem;
    font-size: .98rem;
}
.about-home-points {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: .45rem;
}
.about-home-points li {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    color: var(--text);
    font-size: .95rem;
    font-weight: 500;
}
.about-home-points i {
    color: var(--primary);
    margin-top: .15rem;
    flex-shrink: 0;
}
.about-home-stats {
    margin-bottom: .85rem;
}
.about-home-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
}
.about-home-actions .btn {
    min-width: 7.5rem;
}
.about-home-image {
    border-radius: var(--radius-lg);
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.founder-photo-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: var(--green-100);
}
.founder-photo {
    display: block;
    width: 100%;
    height: auto;
    min-height: 380px;
    max-height: 520px;
    object-fit: cover;
    object-position: center top;
}
.about-phone-list a {
    color: inherit;
    font-weight: 600;
}
.about-phone-list a:hover {
    color: var(--green-700);
}
@media (max-width: 575.98px) {
    .founder-photo {
        min-height: 280px;
        max-height: 360px;
    }
}

/* Auto-scrolling testimonials row */
.testimonial-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.testimonial-marquee-track {
    display: flex;
    width: max-content;
    gap: 1.25rem;
    padding: .25rem 1rem 1rem;
    animation: testimonial-marquee-scroll 40s linear infinite;
}
.testimonial-marquee:hover .testimonial-marquee-track,
.testimonial-marquee:focus-within .testimonial-marquee-track {
    animation-play-state: paused;
}
.testimonial-marquee-card {
    flex: 0 0 min(340px, 82vw);
    width: min(340px, 82vw);
    max-width: 340px;
    height: auto;
    box-shadow: 0 8px 24px rgba(55, 89, 47, 0.08);
}
.testimonial-marquee-card .testimonial-video {
    margin-bottom: .85rem;
}
@keyframes testimonial-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .testimonial-marquee-track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        justify-content: center;
    }
    .testimonial-marquee-card.is-clone {
        display: none;
    }
}

.why-icon {
    width: 48px;
    height: 48px;
    border-radius: .45rem;
    background: var(--green-100);
    color: var(--green-800);
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    margin-bottom: .9rem;
}

.testimonial-card .stars { color: var(--gold); }

.testimonial-col {
    opacity: 0;
    animation: testimonialCardIn .65s cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: var(--delay, 0s);
}
.testimonial-card-animate {
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.testimonial-card-animate:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(55, 89, 47, 0.14);
    border-color: rgba(46, 166, 20, 0.22);
}
@keyframes testimonialCardIn {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .testimonial-col {
        opacity: 1;
        animation: none;
    }
    .testimonial-card-animate:hover {
        transform: none;
    }
}
.gallery-type-tabs {
    display: inline-flex;
    gap: .35rem;
    padding: .3rem;
    background: var(--green-50);
    border: 1px solid rgba(22, 48, 28, 0.08);
    border-radius: .5rem;
}
.gallery-type-tab {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem 1rem;
    border-radius: .35rem;
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem;
}
.gallery-type-tab:hover {
    color: var(--green-800);
    background: rgba(255, 255, 255, 0.85);
}
.gallery-type-tab.active {
    background: var(--btn);
    color: #fff;
}
.gallery-type-tab.active:hover {
    color: #fff;
}

.gallery-grid .gallery-item {
    height: 100%;
}
.gallery-grid .gallery-open {
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: 0;
}
.gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform .4s ease;
}
.gallery-grid a:hover img,
.gallery-open:hover img { transform: scale(1.04); }
.gallery-open {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 200px;
    min-width: 0;
    padding: 0;
    border: 0;
    background: #e8eee9;
    cursor: zoom-in;
    overflow: hidden;
    border-radius: var(--radius);
}
.gallery-open > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.gallery-open-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    background: rgba(14, 28, 18, 0.38);
    opacity: 0;
    transition: opacity .22s ease;
    pointer-events: none;
    z-index: 3;
}
.gallery-open:hover .gallery-open-icon,
.gallery-open:focus-visible .gallery-open-icon {
    opacity: 1;
}

/* Homepage gallery — equal tiles */
.gallery-mosaic {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .65rem;
    width: 100%;
    max-width: 100%;
}
.gallery-mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}
.gallery-mosaic-item .gallery-open {
    min-height: 0;
    height: 100%;
    aspect-ratio: auto;
    border-radius: var(--radius);
}
.gallery-mosaic-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.gallery-mosaic-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: .85rem 1rem;
    color: #fff;
    font-size: .86rem;
    font-weight: 600;
    background: linear-gradient(transparent, rgba(10, 20, 14, 0.72));
    pointer-events: none;
    margin: 0;
}
@media (max-width: 991.98px) {
    .gallery-mosaic {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .gallery-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
    }
}
.gallery-lightbox-content {
    background: #0b1210;
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}
.gallery-lightbox-close {
    position: absolute;
    top: .85rem;
    right: .85rem;
    z-index: 5;
}
.gallery-lightbox-stage {
    display: grid;
    place-items: center;
    min-height: min(70vh, 640px);
    padding: 2.5rem 3.5rem 1rem;
}
.gallery-lightbox-stage img,
.gallery-lightbox-stage video,
.gallery-lightbox-stage iframe {
    max-width: 100%;
    max-height: min(68vh, 600px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: .5rem;
    border: 0;
    background: #000;
}
.gallery-lightbox-stage iframe {
    width: min(100%, 960px);
    height: min(68vh, 540px);
}
.gallery-lightbox-stage video {
    width: min(100%, 960px);
    position: relative;
    z-index: 2;
    pointer-events: auto;
}
.gallery-lightbox-caption {
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    padding: 0 1.5rem 1.25rem;
    font-size: .95rem;
}
.gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
}
.gallery-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.28);
}
.gallery-lightbox-prev { left: .75rem; }
.gallery-lightbox-next { right: .75rem; }

.social-links {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .55rem;
}
.social-links a {
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    text-decoration: none;
    flex-shrink: 0;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.social-links-footer a,
.social-links-about a {
    color: inherit;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.05rem;
}
.social-links-about a {
    color: var(--green-800, #1b4332);
    background: rgba(45, 106, 79, 0.1);
    font-size: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
}
.social-links-footer a:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
}
.social-links-about a:hover {
    background: var(--green-600, #2d6a4f);
    color: #fff;
}

.page-hero {
    --page-hero-image: url('https://images.unsplash.com/photo-1592841200221-a6898f307baa?w=1600&h=500&fit=crop');
    background:
        linear-gradient(110deg, rgba(14, 28, 18, 0.82), rgba(30, 51, 36, 0.55)),
        var(--page-hero-image) center/cover;
    color: #fff;
    padding: 4.5rem 0 3.25rem;
}
.page-hero h1 { color: #fff; font-weight: 700; letter-spacing: -0.02em; }
.page-hero p { color: rgba(255,255,255,.88); opacity: 1; }

.site-footer {
    background: var(--footer-bg);
    color: #fff;
    padding-top: 3.5rem;
    border-top: none;
}
.site-footer a { color: #fff; }
.site-footer a:hover:not(.btn) { color: #fff; opacity: .92; }
.site-footer h5 { color: #fff; font-family: var(--font-display); }
.site-footer p,
.site-footer li { color: rgba(255, 255, 255, 0.95); }
.site-footer .social-links {
    flex-wrap: nowrap;
    margin-top: .25rem;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    margin-top: 2.5rem;
    padding: 1.2rem 0;
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.75);
}
.footer-bottom a { color: #fff; }

.site-footer .btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-border-color: rgba(255, 255, 255, 0.7);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.16);
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(255, 255, 255, 0.22);
    --bs-btn-active-border-color: #fff;
}
.site-footer .btn-outline-primary:hover,
.site-footer .btn-outline-primary:focus-visible {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.16);
    border-color: #fff;
}

.site-logo {
    height: 64px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.testimonial-video {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 200px;
    border-radius: .75rem;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #111;
    flex-shrink: 0;
}
.testimonial-video-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    background: #111;
    pointer-events: none;
}
.testimonial-video video.testimonial-video-preview[controls] {
    pointer-events: auto;
    object-fit: contain;
}
.testimonial-video-fallback {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 2rem;
}
.testimonial-video-open {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin: 0;
    padding: .75rem;
    border: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
    color: #fff;
    cursor: pointer;
    transition: background .2s ease;
}
.testimonial-video-open:hover,
.testimonial-video-open:focus-visible {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55));
    outline: none;
}
.testimonial-video-play {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.92);
    color: var(--green-800, #1b4332);
    font-size: 1.35rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}
.testimonial-video-label {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
#testimonialVideoModal .modal-content {
    background: #000;
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
}
#testimonialVideoModal .btn-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 5;
    filter: invert(1) grayscale(1);
    opacity: .85;
}
#testimonialVideoModal .testimonial-video-modal-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}
#testimonialVideoModal .testimonial-video-modal-frame iframe,
#testimonialVideoModal .testimonial-video-modal-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
    background: #000;
}

.filter-panel {
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(45,106,79,.1);
    padding: 1.25rem;
}

.spec-table th {
    width: 40%;
    color: var(--muted);
    font-weight: 600;
    background: var(--green-50);
}

/* Admin */
.admin-shell { min-height: 100vh; background: #eef4ef; }
.admin-sidebar {
    width: 260px;
    background: var(--btn);
    color: #fff;
    min-height: 100vh;
    position: sticky;
    top: 0;
}
.admin-sidebar .brand {
    font-family: var(--font-display);
    font-size: 1.2rem;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.admin-sidebar .nav-link {
    color: rgba(255,255,255,.78);
    padding: .7rem 1.25rem;
    border-radius: 0;
    display: flex;
    gap: .6rem;
    align-items: center;
}
.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    background: rgba(255,255,255,.1);
    color: #fff;
}
.admin-content { flex: 1; padding: 1.5rem; }
.stat-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 1.25rem;
    border: 1px solid rgba(45,106,79,.08);
}
.stat-card .value {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--green-800);
}
.admin-card {
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(45,106,79,.08);
    padding: 1.25rem;
}

.fade-up {
    animation: fadeUp .7s ease both;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    margin-right: 6px;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
    animation: livePulse 1.6s infinite;
    vertical-align: middle;
}
@keyframes livePulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.crop-live-table thead th {
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.crop-live-banner {
    background: linear-gradient(120deg, #f0faf3, #ffffff 55%);
}

/* Floating contact cluster (right): social + Call / WhatsApp */
.floating-social,
.floating-contact {
    position: fixed;
    right: 14px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.floating-social {
    left: auto;
    top: auto;
    bottom: 142px;
    transform: none;
}
.floating-contact {
    bottom: 18px;
}
.float-btn {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(16, 28, 20, 0.18);
    transition:
        transform .28s cubic-bezier(.22, 1, .36, 1),
        box-shadow .28s ease,
        background .25s ease,
        filter .25s ease;
    will-change: transform;
}
.floating-contact .float-btn {
    width: 48px;
    height: 48px;
}
.float-btn:hover,
.float-btn:focus-visible {
    transform: translateY(-5px) scale(1.08);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(16, 28, 20, 0.28);
}
.float-btn:active {
    transform: translateY(-2px) scale(1.03);
}
.float-btn i,
.floating-contact .float-btn i {
    font-size: 1.25rem;
    line-height: 1;
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
}
.float-btn:hover i,
.float-btn:focus-visible i {
    transform: scale(1.08);
}
.float-call { background: var(--btn); }
.float-call:hover { background: var(--btn-hover); }
.float-whatsapp { background: #25d366; }
.float-whatsapp:hover { background: #1ebe57; }
.float-instagram { background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
.float-instagram:hover { filter: brightness(1.08); }
.float-facebook { background: #1877f2; }
.float-facebook:hover { background: #0f65d8; }
.float-twitter { background: #0f1419; }
.float-twitter:hover { background: #000; }
.float-youtube { background: #ff0000; }
.float-youtube:hover { background: #e60000; }

.text-success { color: var(--primary) !important; }
.bg-success { background-color: var(--primary) !important; }
.border-success { border-color: var(--primary) !important; }
.table-success { --bs-table-bg: var(--primary-soft); --bs-table-color: var(--text); }

@media (max-width: 575px) {
    .floating-social {
        right: 10px;
        bottom: 128px;
        gap: 8px;
    }
    .floating-contact { right: 10px; bottom: 12px; gap: 8px; }
    .float-btn,
    .floating-contact .float-btn {
        width: 44px;
        height: 44px;
    }
    .float-btn i,
    .floating-contact .float-btn i {
        font-size: 1.15rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .float-btn,
    .float-btn i {
        transition: none;
    }
    .float-btn:hover,
    .float-btn:focus-visible,
    .float-btn:active {
        transform: none;
    }
    .float-btn:hover i,
    .float-btn:focus-visible i {
        transform: none;
    }
}

@media (max-width: 991px) {
    .admin-sidebar { width: 100%; min-height: auto; position: relative; }
    .hero-slider .carousel-item { height: 60vh; }
}
