:root {
    --brand-dark: #0f172a;
    --brand-dark-2: #1e293b;
    --brand-accent: #f97316;
    --brand-accent-dark: #ea580c;
    --brand-light: #f8fafc;
}

body {
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    color: #1e293b;
    scroll-behavior: smooth;
}

a { text-decoration: none; }

/* ---------- Navbar ---------- */
.public-navbar {
    background-color: var(--brand-dark);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1050;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.public-navbar .navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
}

.public-navbar .navbar-brand i {
    color: var(--brand-accent);
}

.public-navbar .nav-link {
    color: #cbd5e1 !important;
    font-weight: 500;
    padding: 8px 14px !important;
}

.public-navbar .nav-link:hover {
    color: #fff !important;
}

.btn-call {
    background-color: var(--brand-accent);
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 18px !important;
    font-weight: 600;
}

.btn-call:hover {
    background-color: var(--brand-accent-dark);
    color: #fff !important;
}

/* ---------- Hero ---------- */
.hero {
    background: linear-gradient(120deg, var(--brand-dark) 0%, var(--brand-dark-2) 60%, #334155 100%);
    color: #fff;
    padding: 90px 0 110px;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(249,115,22,0.18) 0%, rgba(249,115,22,0) 70%);
    border-radius: 50%;
}

.hero h1 {
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.25;
}

.hero .accent { color: var(--brand-accent); }

.hero p.lead {
    color: #cbd5e1;
    font-size: 1.1rem;
}

.hero-icon-wrap {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.hero-icon-wrap i {
    font-size: 7rem;
    color: var(--brand-accent);
}

.hero-image-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.hero-image-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.hero-carousel {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.hero-carousel .carousel-item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.hero-carousel .carousel-indicators {
    margin-bottom: 0.75rem;
}

.hero-carousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 12%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next {
    opacity: 0.8;
}

.btn-accent {
    background-color: var(--brand-accent);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 8px;
}

.btn-accent:hover { background-color: var(--brand-accent-dark); color: #fff; }

.btn-outline-light-custom {
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 8px;
}

.btn-outline-light-custom:hover {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

/* ---------- Trust strip ---------- */
.trust-strip {
    background-color: #fff;
    margin-top: -55px;
    position: relative;
    z-index: 10;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.12);
}

.trust-item {
    padding: 26px 16px;
    text-align: center;
}

.trust-item i {
    font-size: 2rem;
    color: var(--brand-accent);
    margin-bottom: 10px;
}

.trust-item h6 {
    font-weight: 700;
    margin-bottom: 4px;
}

.trust-item p {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0;
}

/* ---------- Section titles ---------- */
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

.section-label {
    color: var(--brand-accent);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 0.8rem;
}

.section-title {
    font-weight: 800;
    color: var(--brand-dark);
    margin-bottom: 14px;
}

.bg-light-alt { background-color: var(--brand-light); }

/* ---------- About stats ---------- */
.stat-box {
    text-align: center;
    padding: 18px;
}

.stat-box .num {
    font-weight: 800;
    font-size: 2rem;
    color: var(--brand-accent);
}

.stat-box .label {
    color: #64748b;
    font-size: 0.9rem;
}

.about-visual {
    background: linear-gradient(135deg, var(--brand-dark), var(--brand-dark-2));
    border-radius: 18px;
    color: #fff;
    padding: 50px;
    text-align: center;
}

.about-visual i { font-size: 5rem; color: var(--brand-accent); }

.about-photo {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(15,23,42,0.12);
}

.about-photo img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

/* ---------- Category cards ---------- */
.category-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 18px;
    text-align: center;
    background: #fff;
    transition: 0.2s ease;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(15,23,42,0.1);
    border-color: var(--brand-accent);
}

.category-card .icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.category-card i {
    font-size: 1.7rem;
    color: var(--brand-accent);
}

.category-card h6 {
    font-weight: 700;
    margin-bottom: 4px;
}

.category-card small { color: #94a3b8; }

/* ---------- Product cards ---------- */
.product-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: 0.2s ease;
}

.product-card:hover {
    box-shadow: 0 14px 30px rgba(15,23,42,0.1);
    transform: translateY(-4px);
}

.product-thumb {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-thumb i { font-size: 2.6rem; color: var(--brand-accent); }

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .body { padding: 16px; }

.product-card h6 {
    font-weight: 700;
    margin-bottom: 2px;
    min-height: 44px;
}

.product-card .price {
    color: var(--brand-accent-dark);
    font-weight: 800;
    font-size: 1.15rem;
}

.badge-stock {
    font-size: 0.72rem;
}

/* ---------- Why choose us ---------- */
.why-item {
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
}

.why-item .icon-box {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--brand-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-item .icon-box i { color: var(--brand-accent); font-size: 1.3rem; }

.why-item h6 { font-weight: 700; margin-bottom: 4px; }
.why-item p { color: #64748b; margin-bottom: 0; font-size: 0.92rem; }

/* ---------- Reviews placeholder ---------- */
.review-card {
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 24px;
    background: #fff;
    height: 100%;
}

.review-card .stars { color: var(--brand-accent); }

/* ---------- Contact ---------- */
.contact-info-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.contact-info-item .icon-box {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-item .icon-box i { color: var(--brand-accent); }

.contact-form {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.08);
}

.map-embed {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

/* ---------- Footer ---------- */
.public-footer {
    background-color: var(--brand-dark);
    color: #cbd5e1;
    padding: 50px 0 20px;
}

.public-footer h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.public-footer a {
    color: #94a3b8;
}

.public-footer a:hover { color: var(--brand-accent); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 30px;
    padding-top: 18px;
    font-size: 0.85rem;
    text-align: center;
    color: #64748b;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

/* ---------- Floating WhatsApp button ---------- */
.whatsapp-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    background-color: #25d366;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index: 1060;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover { color: #fff; }

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

@media (max-width: 767.98px) {
    .hero { padding: 60px 0 90px; }
    .hero h1 { font-size: 1.9rem; }
    .section-pad { padding: 50px 0; }
    .hero-image-wrap img { height: 220px; }
    .hero-carousel .carousel-item img { height: 220px; }
    .about-photo img { height: 220px; }
}
