.hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.hero-badge {
    display: inline-block;
    background: #ffedd5;
    color: #ff6b00;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 600;
    margin-bottom: 18px;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-text {
    font-size: 18px;
    color: #475569;
    margin-bottom: 30px;
}

.hero-image-box img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.section-padding {
    padding: 70px 0;
}

.section-title h2 {
    font-weight: 800;
    color: #0f172a;
}

.section-title p {
    color: #64748b;
}

.category-card {
    background: #ffffff;
    padding: 22px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.25s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 16px;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12) !important;
}

.feature-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.feature-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.feature-box h6 {
    font-weight: 700;
    color: #0f172a;
}

.feature-box p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 0;
}

.cta-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff;
    border-radius: 28px;
    padding: 60px 20px;
}

.cta-box h2 {
    font-weight: 800;
}

.cta-box p {
    color: #cbd5e1;
}

.floating-whatsapp,
.floating-messenger {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    z-index: 1055;
    color: #ffffff;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f5132;
    font-weight: 800;
    line-height: 1.1;
}

.site-brand:hover {
    color: #0f5132;
}

.site-brand-logo {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 8px;
}

.site-brand-footer {
    color: #ffffff;
    font-size: 1.15rem;
}

.site-brand-footer:hover {
    color: #ffffff;
}

.site-brand-footer .site-brand-logo {
    background: #ffffff;
}

/* Site footer */
.site-footer {
    background: linear-gradient(135deg, #0e3428 0%, #176449 100%);
    color: #a9c2b3;
    margin-top: 60px;
    padding-top: 56px;
}

.site-footer a {
    text-decoration: none;
}

.footer-about {
    color: #a9c2b3;
    font-size: 0.95rem;
    max-width: 320px;
    margin: 14px 0 20px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.footer-social-icon:hover {
    background: #d9f99d;
    color: #0e3428;
    transform: translateY(-3px);
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 18px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #a9c2b3;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #d9f99d;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.95rem;
    color: #a9c2b3;
}

.footer-contact i {
    color: #d9f99d;
    margin-top: 3px;
}

.footer-contact a {
    color: #a9c2b3;
}

.footer-contact a:hover {
    color: #d9f99d;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.12);
    margin: 40px 0 0;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 20px 0;
    font-size: 0.9rem;
    color: #a9c2b3;
}

.footer-cod {
    color: #a9c2b3;
}

@media (max-width: 768px) {
    .footer-bottom {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .site-brand-logo {
        width: 36px;
        height: 36px;
    }
}

.floating-whatsapp {
    bottom: max(20px, env(safe-area-inset-bottom));
    background: #16a34a;
}

.floating-messenger {
    bottom: max(78px, calc(env(safe-area-inset-bottom) + 58px));
    background: #2563eb;
}

.floating-whatsapp:hover,
.floating-messenger:hover {
    color: #ffffff;
    opacity: 0.9;
}

.floating-whatsapp i,
.floating-messenger i {
    font-size: 1.25rem;
    line-height: 1;
}

@media (max-width: 576px) {
    .floating-whatsapp,
    .floating-messenger {
        width: 52px;
        height: 52px;
        min-height: 52px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .floating-whatsapp span,
    .floating-messenger span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .floating-whatsapp { bottom: max(16px, env(safe-area-inset-bottom)); }
    .floating-messenger { bottom: max(76px, calc(env(safe-area-inset-bottom) + 60px)); }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 50px 0;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-text {
        font-size: 16px;
    }

    .section-padding {
        padding: 45px 0;
    }

    .category-img {
        height: 110px;
    }

    .product-card .card-img-top {
        height: 180px !important;
    }
}

/* Custom primary button used across site */
.btn.btn-primary-custom,
.btn-primary-custom {
    background-color: #ff6200 !important;
    border-color: #ff6200 !important;
    color: #fff !important;
}
.btn-primary-custom:hover,
.btn-primary-custom:focus {
    background-color: #e04e00 !important;
    border-color: #ca4c00 !important;
    color: #fff !important;
}

/* Gallery thumbnail cursor */
.gallery-thumb {
    cursor: zoom-in;
}

/* Landing page redesign */
.hero-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 98, 0, 0.18), transparent 70%);
    border-radius: 50%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: #fff0e4;
    color: #ff6200;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 0.95rem;
}

.hero-title {
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.12;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px;
    max-width: 640px;
}

.hero-text {
    font-size: 1.05rem;
    color: #475569;
    max-width: 610px;
    margin-bottom: 24px;
}

.hero-highlights {
    max-width: 560px;
}

.hero-stat-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 14px 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
}

.hero-stat-card strong {
    display: block;
    color: #0f172a;
    font-size: 1.05rem;
}

.hero-stat-card span {
    font-size: 0.85rem;
    color: #64748b;
}

.hero-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid #f1f5f9;
}

.hero-card-badge {
    display: inline-block;
    background: #f8fafc;
    color: #ff6200;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero-card h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.hero-checklist {
    padding-left: 0;
    margin-bottom: 0;
}

.hero-checklist li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #475569;
}

.hero-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6200;
    font-weight: 700;
}

.section-padding {
    padding: 72px 0;
}

.section-title h2 {
    font-size: 2rem;
    color: #0f172a;
}

.section-title p {
    max-width: 640px;
    margin: 0 auto;
}

.category-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: all 0.25s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.12);
}

.category-img {
    height: 160px;
    object-fit: cover;
    border-radius: 16px;
}

.cta-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: 28px;
    padding: 56px 24px;
}

.cta-box p {
    color: #cbd5e1;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .hero-card {
        padding: 24px;
    }

    .section-padding {
        padding: 56px 0;
    }
}
