/* ══════════════════ HOME PAGE ══════════════════ */

/* ── Hero Banner ── */
.hero-section img { width: 100%; max-height: 520px; object-fit: cover; }

/* ── Brochure / Catalogue ── */
.brochure-section { padding: 40px 0; background: #fff; }
.brochure-inner { background: #f9f9f9; border: 1px solid #f0f0f0; border-radius: 8px; padding: 36px 40px; display: flex; align-items: center; gap: 48px; }
.brochure-img { flex: 0 0 40%; text-align: center; }
.brochure-img img { max-height: 300px; object-fit: contain; margin: 0 auto; }
.brochure-body { flex: 1; }
.brochure-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 14px; }
.brochure-heading { font-size: 26px; font-weight: 800; color: var(--dark); line-height: 1.25; margin: 0 0 16px; }
.brochure-text { font-size: 14px; color: #555; line-height: 1.8; margin: 0 0 24px; }
.brochure-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.brochure-btns .btn-dark { background: linear-gradient(135deg, #1a2e1a, #2c4a2c); color: #fff; padding: 11px 24px; border: none; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; transition: all 0.2s; }
.brochure-btns .btn-outline { background: #fff; color: #333; padding: 11px 24px; border: 2px solid #edeff2; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; transition: all 0.2s; }
.brochure-btns .btn-dark:hover { transform: translateY(-1px); }
.brochure-btns .btn-outline:hover { border-color: #bbb; }

/* ── Promo Feature Cards ── */
.promo-section { padding: 8px 0 36px; background: #f1f8ee; }
.promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.promo-card { border-radius: 10px; overflow: hidden; aspect-ratio: 315 / 438; position: relative; }
.pc-1 { background: linear-gradient(160deg, #0f1c2d 0%, #1a3050 100%); }
.pc-2 { background: linear-gradient(160deg, #141414 0%, #1a2e10 100%); }
.pc-3 { background: linear-gradient(160deg, #6e1111 0%, #3d0606 100%); }
.pc-4 { background: linear-gradient(160deg, #0d0d0d 0%, #1a1515 100%); }
.promo-inner { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 20px; background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 100%); color: #fff; }
.promo-eyebrow { display: block; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 5px; }
.promo-heading { font-size: 1.15rem; font-weight: 900; line-height: 1.15; margin: 0 0 5px; }
.promo-sub { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; margin: 0 0 12px; }
.promo-cta { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 5px 15px; border-radius: 30px; font-size: 11px; font-weight: 700; cursor: pointer; font-family: inherit; transition: all 0.2s; }
.promo-cta:hover { background: rgba(255,255,255,0.28); }

/* ── Testimonials ── */
.testimonial-section { padding: 50px 0; background: #fff; text-align: center; }
.testimonial-section h2 { font-size: 22px; font-weight: 700; color: var(--dark); margin-bottom: 30px; }
.testimonial-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; padding: 30px 26px; box-shadow: 0 8px 25px rgba(0,0,0,0.06); min-height: 250px; height: 100%; display: flex; flex-direction: column; }
.t-avatar { width: 52px; height: 52px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; margin: 0 auto 12px; overflow: hidden; flex-shrink: 0; }
.t-avatar img { width: 100%; height: 100%; object-fit: cover; }
.t-name { font-weight: 700; font-size: 16px; color: var(--dark); margin-bottom: 4px; flex-shrink: 0; }
.t-stars { color: #ffc107; font-size: 15px; margin-bottom: 12px; flex-shrink: 0; }
.t-text { font-size: 14px; color: #555; line-height: 1.7; font-style: italic; margin: 0; flex-grow: 1; }

.testimonial-swiper { padding: 0 50px 40px !important; }
.swiper-pagination-bullet-active { background: var(--primary) !important; }
.swiper-button-next, .swiper-button-prev { color: var(--primary) !important; width: 30px !important; height: 30px !important; }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 18px !important; font-weight: bold; }

/* ── Bottom Banners ── */
.bottom-section { padding: 36px 0; background: #f1f8ee; }
.bottom-banner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.bot-banner { border-radius: 10px; aspect-ratio: 742 / 417; display: flex; align-items: flex-end; padding: 24px 28px; overflow: hidden; text-decoration: none; }
.bot-banner-1 { background: linear-gradient(135deg, #0f172a 0%, #1e3a5c 100%); }
.bot-banner-2 { background: linear-gradient(135deg, #0d0d0d 0%, #1a220e 100%); }
.bot-banner-text { color: #fff; }
.bot-banner-text small { font-size: 10px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1.2px; display: block; margin-bottom: 6px; }
.bot-banner-text h3 { font-size: 15px; font-weight: 700; line-height: 1.5; margin: 0; }

/* ── Trust Bar ── */
.trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-radius: 8px; border: 1px solid #dde8dd; margin-top: 20px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 16px; }
.trust-item + .trust-item { border-left: 1px solid #dde8dd; }
.trust-item i { color: var(--primary); font-size: 20px; flex-shrink: 0; }
.trust-item span { font-size: 13px; font-weight: 700; color: var(--dark); }

/* ── Responsive ── */
@media (max-width: 1100px) {
    .promo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .brochure-inner { flex-direction: column; gap: 24px; }
    .brochure-img { flex: none; width: 100%; }
}
@media (max-width: 768px) {
    .bottom-banner-grid { grid-template-columns: 1fr; }
    .trust-bar { grid-template-columns: 1fr; }
    .trust-item + .trust-item { border-left: none; border-top: 1px solid #dde8dd; }
}

/* ── Spotlight: skeleton loader (keeps layout stable while products fetch) ── */
.spotlight-empty {
    grid-column: 1 / -1;
    padding: 40px 20px;
    text-align: center;
    color: #888;
    font-size: 14px;
}
.spotlight-skeleton {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.spotlight-skeleton .sk-img {
    width: 100%;
    height: 250px;
}
@media (max-width: 768px) {
    .spotlight-skeleton .sk-img { height: 200px; }
}
@media (max-width: 576px) {
    .spotlight-skeleton .sk-img { height: 160px; }
}
.spotlight-skeleton .sk-body {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.spotlight-skeleton .sk-line {
    height: 12px;
    border-radius: 4px;
}
.spotlight-skeleton .sk-line.sk-line-sm { width: 40%; height: 14px; }
.spotlight-skeleton .sk-line.sk-line-md { width: 85%; height: 14px; }
.spotlight-skeleton .sk-line.sk-line-lg { width: 60%; height: 18px; }
.spotlight-skeleton .sk-btn {
    height: 38px;
    border-radius: 6px;
    margin-top: 6px;
}
.spotlight-skeleton .sk-img,
.spotlight-skeleton .sk-line,
.spotlight-skeleton .sk-btn {
    background: linear-gradient(90deg, #eeeeee 0%, #f6f6f6 50%, #eeeeee 100%);
    background-size: 200% 100%;
    animation: spotlightShimmer 1.2s ease-in-out infinite;
}
@keyframes spotlightShimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
