:root {
    --green: #0f6b3d;
    --green-dark: #083f27;
    --green-soft: #eaf7ef;
    --gold: #d6a83f;
    --gold-dark: #a87916;
    --ink: #17221b;
    --muted: #66746b;
    --white: #ffffff;
    --line: rgba(15, 107, 61, 0.14);
    --shadow: 0 24px 70px rgba(8, 63, 39, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: #fbfdf9;
    overflow-x: hidden;
}
html,
body {
    max-width: 100%;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; }
.row {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
}

.site-header {
    transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
    padding: 10px 0;
}
.site-header .navbar { padding: 0; }
.site-header.scrolled,
.inner-page .site-header {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 35px rgba(8, 63, 39, 0.12);
    backdrop-filter: blur(18px);
}
.navbar-toggler {
    border: 0;
    color: var(--white);
    background: rgba(15, 107, 61, 0.86);
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.brand-logo {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 58%, #bde7af 0 18%, transparent 19%),
        linear-gradient(135deg, var(--green-dark), var(--green), #4f9b48);
    border: 3px solid var(--gold);
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.22), 0 10px 24px rgba(8, 63, 39, 0.25);
    overflow: hidden;
}
.brand-logo-img {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    border: 2px solid var(--gold);
    box-shadow: 0 10px 24px rgba(8, 63, 39, 0.22);
}
.brand-logo::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 13px;
    height: 11px;
    border-radius: 50%;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(214, 168, 63, 0.8);
}
.brand-logo-text {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    font-size: 5px;
    line-height: 1;
    color: #fff4c7;
    text-align: center;
    padding-top: 3px;
    font-weight: 800;
    letter-spacing: 0;
}
.brand-leaf {
    z-index: 1;
    color: #fff;
    font-size: 25px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
}
.brand-name {
    color: var(--white);
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}
.brand-name small { color: #fff1bd; font-weight: 700; }
.site-header.scrolled .brand-name,
.inner-page .brand-name { color: var(--green-dark); }
.site-header.scrolled .brand-name small,
.inner-page .brand-name small { color: var(--gold-dark); }

.nav-link {
    color: var(--white);
    font-weight: 700;
    padding: 10px 12px !important;
}
.site-header.scrolled .nav-link,
.inner-page .nav-link { color: var(--ink); }
.nav-link:hover { color: var(--gold) !important; }
.login-link { color: #fff1bd; }

.btn {
    border-radius: 8px;
    padding: 12px 22px;
    font-weight: 800;
    border: 0;
}
.btn-green { background: linear-gradient(135deg, var(--green), #269158); color: #fff; }
.btn-gold { background: linear-gradient(135deg, var(--gold), #f1d077); color: var(--green-dark); }
.btn-outline-light { border: 1px solid rgba(255, 255, 255, 0.75); color: #fff; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(8, 63, 39, 0.16); }

.hero-slider, .heroSwiper, .hero-slide { min-height: 100vh; }
.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 34, 21, 0.82), rgba(15, 107, 61, 0.42), rgba(0, 0, 0, 0.12));
}
.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 100px;
}
.eyebrow {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.hero-content h1 {
    max-width: 760px;
    font-size: clamp(42px, 7vw, 86px);
    line-height: 0.98;
    font-weight: 900;
    margin-bottom: 20px;
}
.hero-content p:not(.eyebrow) { max-width: 620px; font-size: 22px; color: rgba(255, 255, 255, 0.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.section { padding: 95px 0; }
.section-title { margin-bottom: 42px; }
.section-title h2,
.about-short h2,
.page-hero h1 {
    font-weight: 900;
    color: var(--green-dark);
}
.section-title h2 { font-size: clamp(32px, 4vw, 52px); }
.about-short p { color: var(--muted); font-size: 18px; line-height: 1.8; }
.premium-img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.muted-section { background: var(--green-soft); }
.parallax-band {
    background:
        linear-gradient(rgba(7, 55, 34, 0.86), rgba(7, 55, 34, 0.86)),
        url("https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=1800&q=80") center/cover fixed;
}
.parallax-band .section-title h2 { color: #fff; }
.glass-card {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(16px);
}
.icon-card, .news-card, .achiever-card, .contact-card, .leader-card {
    height: 100%;
    padding: 30px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 18px 45px rgba(8, 63, 39, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.icon-card:hover, .news-card:hover, .achiever-card:hover, .leader-card:hover, .product-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}
.icon-card i, .news-card i, .achiever-card i {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--green-dark);
    background: linear-gradient(135deg, #f7e7ad, var(--gold));
    font-size: 23px;
    margin-bottom: 20px;
}
.parallax-band .icon-card {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(214, 168, 63, 0.38);
}
.icon-card h3, .news-card h3, .achiever-card h3 { font-weight: 850; color: var(--green-dark); }
.parallax-band .icon-card h3 { color: var(--green-dark); }
.parallax-band .icon-card p { color: #314239; }

.product-card {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 42px rgba(8, 63, 39, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.product-body { padding: 24px; }
.product-body span {
    display: inline-block;
    color: var(--gold-dark);
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 8px;
}
.product-body h3 {
    min-height: 58px;
    font-size: 23px;
    font-weight: 900;
    color: var(--green-dark);
}
.product-body p { color: var(--muted); }
.product-body ul { padding-left: 18px; color: var(--muted); }
.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}
.product-meta strong { color: var(--green); font-size: 22px; }
.product-meta a, .link-arrow {
    color: var(--green);
    font-weight: 900;
}

.testimonial-section {
    background: linear-gradient(135deg, #0b4c2e, #14844b);
    color: #fff;
}
.testimonial-section h2 { color: #fff; }
.testimonial-card {
    min-height: 280px;
    padding: 34px;
    border-radius: 8px;
    text-align: center;
}
.testimonial-card .quote { color: var(--gold); font-size: 34px; margin-bottom: 10px; }
.testimonial-card h3 { margin-bottom: 4px; font-weight: 900; }
.testimonial-card span { color: #fff0bc; }

.counter-section {
    padding: 70px 0;
    color: #fff;
    background: linear-gradient(90deg, var(--green-dark), var(--green));
}
.counter { display: block; font-size: clamp(34px, 5vw, 58px); font-weight: 900; color: var(--gold); }
.counter-box p { margin: 0; font-weight: 800; }

.page-hero {
    min-height: 430px;
    display: flex;
    align-items: end;
    padding: 150px 0 82px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 46, 28, 0.88), rgba(15, 107, 61, 0.58)),
        url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1800&q=85") center/cover;
}
.page-hero h1 {
    max-width: 840px;
    color: #fff;
    font-size: clamp(36px, 6vw, 68px);
}
.category-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
.product-catalog-hero {
    background:
        linear-gradient(110deg, rgba(8, 80, 77, 0.92), rgba(18, 140, 63, 0.84)),
        url("https://images.unsplash.com/photo-1471193945509-9ad0617afabf?auto=format&fit=crop&w=1800&q=85") center/cover;
}
.page-subtitle {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
}
.product-catalog-section { background: #eef5f1; }
.catalog-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(190px, 280px) auto;
    gap: 16px;
    align-items: center;
    margin-bottom: 34px;
}
.search-wrap {
    position: relative;
}
.search-wrap i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green);
}
.search-wrap input, .catalog-toolbar select {
    width: 100%;
    min-height: 58px;
    border: 1px solid rgba(15, 107, 61, 0.18);
    border-radius: 8px;
    background: #fff;
    padding: 0 18px 0 48px;
    color: var(--ink);
    outline: 0;
}
.catalog-toolbar select { padding-left: 18px; }
.view-toggle {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid rgba(15, 107, 61, 0.18);
    border-radius: 8px;
    background: #fff;
}
.view-toggle button {
    width: 54px;
    height: 58px;
    border: 0;
    background: #fff;
    color: var(--green);
}
.view-toggle button.active {
    background: var(--green);
    color: #fff;
}
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.catalog-grid.list-view { grid-template-columns: 1fr; }
.catalog-grid.list-view .catalog-card {
    display: grid;
    grid-template-columns: 260px 1fr;
}
.catalog-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #ecf8ef, #fff8de);
}
.catalog-media img {
    height: 100%;
    transition: transform 0.35s ease;
}
.catalog-card:hover .catalog-media img { transform: scale(1.05); }
.product-initials {
    position: absolute;
    left: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--green-dark);
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(8, 63, 39, 0.14);
}
.catalog-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.catalog-card-top strong {
    color: var(--green);
    font-size: 20px;
    white-space: nowrap;
}
.sku {
    margin-bottom: 12px;
    color: var(--gold-dark) !important;
    font-weight: 800;
}
.product-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}
.quick-view-btn {
    flex: 1;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: var(--green-soft);
    color: var(--green-dark);
    font-weight: 900;
}
.whatsapp-enquire {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #25d366;
    color: #fff;
    font-size: 22px;
}
.quick-view-modal {
    border: 0;
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.category-strip span {
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid var(--line);
    padding: 10px 14px;
    background: #fff;
    color: var(--green-dark);
    font-weight: 800;
}
.catalog-card .product-body h3 { min-height: auto; }

.leader-card { text-align: center; }
.leader-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    background: linear-gradient(135deg, var(--green), var(--gold));
    color: #fff;
    font-size: 54px;
    border: 5px solid #fff;
    box-shadow: var(--shadow);
}
.leader-card h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--green-dark);
}

.enquiry-form, .pdf-viewer, .policy-page .container, .premium-accordion {
    padding: 34px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.form-control {
    min-height: 54px;
    border-radius: 8px;
    border: 1px solid var(--line);
}
.form-control:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 4px rgba(15, 107, 61, 0.12);
}
.map-wrap iframe, .pdf-viewer iframe {
    width: 100%;
    border: 0;
    border-radius: 8px;
}
.map-wrap iframe { height: 430px; }
.pdf-viewer iframe { height: 720px; background: #f4f6f0; margin-bottom: 18px; }

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(8, 63, 39, 0.12);
}
.gallery-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.download-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 45px rgba(8, 63, 39, 0.09);
}
.download-card i { color: #be2d2d; font-size: 44px; margin-bottom: 18px; }
.download-card h3 { color: var(--green-dark); font-weight: 900; }
.download-card span { color: var(--gold-dark); font-weight: 800; }

.promo-popup {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.promo-popup.show { display: flex; }
.promo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 24, 15, 0.58);
    backdrop-filter: blur(10px);
}
.promo-card {
    position: relative;
    z-index: 1;
    width: min(620px, calc(100vw - 28px));
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
    animation: zoomIn 0.34s ease;
    backdrop-filter: blur(24px);
}
.promo-image-only {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: min(620px, calc(100vh - 28px));
    background: linear-gradient(135deg, var(--green-dark), var(--green));
}
.promo-image-only img { width: 100%; height: 100%; object-fit: cover; }
.promo-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.promo-content {
    padding: 42px;
    color: #fff;
    background: linear-gradient(135deg, rgba(5, 46, 28, 0.94), rgba(15, 107, 61, 0.78));
}
.promo-content h2 { font-weight: 900; margin: 18px 0; }
.promo-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.promo-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--green-dark);
}
@keyframes zoomIn {
    from { transform: scale(0.88); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.footer-section {
    padding: 70px 0 24px;
    color: rgba(255, 255, 255, 0.82);
    background: #073722;
}
.footer-section h3, .footer-section h4 { color: #fff; font-weight: 900; }
.footer-section a {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    margin: 9px 0;
}
.footer-section a:hover { color: var(--gold); }

.footer-legal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
    padding: 20px 0;
    color: rgba(255, 255, 255, .78);
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-legal strong {
    color: var(--gold);
}

.footer-legal a {
    display: inline;
    margin: 0;
}

.footer-legal span {
    color: rgba(255, 255, 255, .38);
}

.home-cms-swiper {
    padding: 8px 4px 58px;
}

.home-cms-swiper .swiper-slide {
    height: auto;
}

.home-news-card,
.home-achiever-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 107, 61, .12);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(8, 63, 39, .09);
    transition: transform .3s ease, box-shadow .3s ease;
}

.home-news-card:hover,
.home-achiever-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 54px rgba(8, 63, 39, .15);
}

.home-news-image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
}

.home-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-news-card:hover .home-news-image img {
    transform: scale(1.06);
}

.home-news-image time {
    position: absolute;
    left: 18px;
    bottom: 16px;
    padding: 7px 12px;
    color: #06172f;
    background: linear-gradient(135deg, #d6a83f, #f1d077);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.home-news-body {
    padding: 24px;
}

.home-news-body h3,
.home-achiever-body h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.home-news-body h3 a,
.home-achiever-body h3 a {
    color: inherit;
    text-decoration: none;
}

.home-achiever-card {
    padding: 28px 22px;
    text-align: center;
}

.home-achiever-photo {
    position: relative;
    width: 145px;
    height: 145px;
    display: block;
    margin: 0 auto 22px;
}

.home-achiever-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 6px solid #f1d077;
    border-radius: 50%;
}

.home-achiever-photo span {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #06172f;
    background: #f1d077;
    border: 4px solid #fff;
    border-radius: 50%;
}

.home-achiever-body small {
    color: #b18322;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-achiever-body strong {
    display: block;
    color: #0f6b3d;
}

.home-achiever-body p {
    margin: 8px 0 0;
}

.home-swiper-controls {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.home-swiper-controls button {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #0f6b3d;
    border: 0;
    border-radius: 50%;
}

.home-swiper-controls .swiper-pagination {
    position: static;
    width: auto;
}

.home-swiper-controls .swiper-pagination-bullet-active {
    background: #0f6b3d;
}

.address-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(4, 18, 12, .78);
}

.address-modal.is-open {
    display: flex;
}

.address-modal-card {
    width: min(440px, 100%);
    padding: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(15, 107, 61, .18);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
}

.address-modal-card h2 {
    margin-bottom: 12px;
}

.address-modal-card p {
    color: #5f6f66;
}

.address-modal-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.address-modal-actions a,
.address-modal-actions button {
    flex: 1;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
}

.address-modal-actions a {
    color: #fff;
    background: #0f6b3d;
}

.address-modal-actions button {
    color: #06172f;
    background: #eef5f1;
}
.footer-logo { width: 74px; height: 74px; flex-basis: 74px; }
.social-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.social-icons a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.footer-bottom {
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}
.floating-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1200;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.4);
}
.cursor-glow {
    position: fixed;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    pointer-events: none;
    z-index: 2500;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 168, 63, 0.42), rgba(15, 107, 61, 0.12) 55%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.18s ease, width 0.18s ease, height 0.18s ease;
}
.cursor-glow.active { opacity: 1; }
.cursor-glow.cursor-big {
    width: 58px;
    height: 58px;
}
.bank-card {
    height: 100%;
    padding: 36px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.bank-card h2 {
    color: var(--green-dark);
    font-weight: 900;
    margin-bottom: 24px;
}
.bank-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}
.bank-row span { color: var(--muted); }
.bank-row strong { color: var(--green-dark); text-align: right; }
.bank-note { margin: 22px 0 0; color: var(--gold-dark); font-weight: 800; }
.leader-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 22px;
    border-radius: 8px;
    overflow: hidden;
    border: 5px solid #fff;
    background: var(--green-soft);
    box-shadow: var(--shadow);
}
.leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.legal-doc-card {
    min-height: 150px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 45px rgba(8, 63, 39, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.legal-doc-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}
.legal-doc-card i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--green), #2da25e);
    color: #fff;
    font-size: 24px;
}
.legal-doc-card strong {
    display: block;
    color: var(--green-dark);
    font-size: 20px;
    font-weight: 900;
}
.legal-doc-card small {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    line-height: 1.5;
}
.legal-doc-card em {
    color: var(--gold-dark);
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}
.request-hero {
    background:
        linear-gradient(110deg, rgba(7, 55, 34, 0.9), rgba(15, 107, 61, 0.76)),
        url("https://images.unsplash.com/photo-1523741543316-beb7fc7023d8?auto=format&fit=crop&w=1800&q=85") center/cover;
}
.request-module {
    background: #eef5f1;
}
.request-info-card,
.premium-form,
.status-card,
.empty-state {
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.request-info-card {
    height: 100%;
    padding: 36px;
}
.request-info-card h2 {
    color: var(--green-dark);
    font-weight: 900;
}
.request-info-card p {
    color: var(--muted);
    line-height: 1.8;
}
.request-steps {
    display: grid;
    gap: 12px;
    margin: 24px 0;
}
.request-steps span {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    background: var(--green-soft);
    color: var(--green-dark);
    font-weight: 900;
}
.request-steps i {
    color: var(--gold-dark);
}
.premium-form {
    padding: 34px;
}
.premium-form label {
    color: var(--green-dark);
    font-weight: 800;
}
.member-status {
    min-height: 20px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 800;
}
.member-status.success { color: #0f6b3d; }
.member-status.error { color: #b03232; }
.premium-form select.form-control {
    appearance: auto;
}
.status-board {
    display: grid;
    gap: 18px;
}
.status-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 28px;
}
.status-card h3 {
    color: var(--green-dark);
    font-weight: 900;
}
.status-card p {
    margin-bottom: 0;
    color: var(--muted);
}
.status-meta {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.status-meta span {
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--green-soft);
    color: var(--green-dark);
    font-weight: 800;
}
.status-pill {
    align-self: start;
    padding: 10px 16px;
    border-radius: 999px;
    color: #fff;
    background: var(--green);
    font-weight: 900;
}
.status-pending { background: #8a6b12; }
.status-approved, .status-processing { background: #0f6b3d; }
.status-shipped { background: #106f89; }
.status-delivered { background: #178245; }
.status-rejected { background: #b03232; }
.empty-state {
    padding: 30px;
    color: var(--muted);
    font-weight: 800;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 12px;
        padding: 18px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--shadow);
        max-height: calc(100vh - 96px);
        overflow-y: auto;
    }
    .nav-link, .site-header.scrolled .nav-link, .inner-page .nav-link { color: var(--ink); }
    .brand-name { font-size: 15px; }
    .hero-slider, .heroSwiper, .hero-slide { min-height: 720px; }
    .promo-card { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
    .promo-image img { min-height: 240px; }
    .catalog-toolbar { grid-template-columns: 1fr; }
    .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-grid.list-view .catalog-card { grid-template-columns: 1fr; }
    .section { padding: 70px 0; }
}

@media (max-width: 1199px) {
    [data-aos],
    [data-aos^="fade"],
    [data-aos^="zoom"] {
        transform: none !important;
        opacity: 1 !important;
        transition-delay: 0s !important;
    }
    .cursor-glow {
        display: none;
    }
}

@media (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }
    [data-aos],
    [data-aos^="fade"],
    [data-aos^="zoom"] {
        transform: none !important;
        opacity: 1 !important;
        transition-delay: 0s !important;
    }
    .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row > * {
        padding-left: 0;
        padding-right: 0;
        min-width: 0;
    }
    .site-header {
        padding: 8px 0;
    }
    .brand-logo,
    .brand-logo-img { width: 52px; height: 52px; flex-basis: 52px; }
    .brand-name {
        max-width: 130px;
        font-size: 13px;
        line-height: 1.05;
    }
    .brand-name small { font-size: 11px; }
    .navbar-toggler {
        width: 40px;
        height: 40px;
    }
    .hero-slider, .heroSwiper, .hero-slide {
        min-height: 680px;
    }
    .hero-content {
        padding-top: 86px;
    }
    .hero-content h1 {
        font-size: 38px;
        line-height: 1.04;
    }
    .hero-content p:not(.eyebrow) {
        font-size: 17px;
    }
    .hero-actions .btn, .promo-actions .btn { width: 100%; }
    .page-hero {
        min-height: 360px;
        padding: 122px 0 54px;
    }
    .page-hero h1 {
        font-size: 34px;
        line-height: 1.08;
        overflow-wrap: anywhere;
    }
    .premium-img { min-height: 300px; }
    .section {
        padding: 58px 0;
    }
    .section-title h2 {
        font-size: 31px;
    }
    .icon-card, .news-card, .achiever-card, .contact-card, .leader-card,
    .request-info-card, .premium-form, .bank-card {
        padding: 22px;
    }
    .product-body h3 { min-height: auto; }
    .enquiry-form, .pdf-viewer, .policy-page .container, .premium-accordion { padding: 22px; }
    .promo-card {
        width: min(340px, calc(100vw - 28px));
        max-height: calc(100vh - 28px);
    }
    .promo-close {
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
    }
    .promo-content { padding: 28px; }
    .catalog-grid { grid-template-columns: 1fr; }
    .product-card img {
        height: 220px;
    }
    .catalog-media img {
        height: 100%;
    }
    .testimonialSwiper,
    .heroSwiper {
        max-width: 100%;
        overflow: hidden;
    }
    .testimonial-card {
        padding: 24px;
        min-height: 240px;
    }
    .footer-section {
        padding: 56px 0 20px;
    }
    .footer-brand {
        align-items: flex-start !important;
    }
    .footer-section h3 {
        font-size: 22px;
        overflow-wrap: anywhere;
    }
    .map-wrap iframe {
        height: 320px;
    }
    .pdf-viewer iframe {
        height: 520px;
    }
    .table-responsive {
        max-width: 100%;
    }
    .bank-row { display: block; }
    .bank-row strong { display: block; text-align: left; margin-top: 6px; }
    .legal-doc-card {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 24px;
    }
    .status-card { grid-template-columns: 1fr; }
    .floating-whatsapp {
        width: 52px;
        height: 52px;
        font-size: 27px;
        left: 14px;
        bottom: 14px;
    }
}
/* Core PHP CMS */
.cms-card-grid,
.cms-achiever-grid,
.cms-bank-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.cms-content-card,
.cms-team-card,
.cms-achiever-card,
.cms-bank-card,
.cms-side-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 107, 61, .12);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(8, 63, 39, .09);
    transition: transform .3s ease, box-shadow .3s ease;
}

.cms-content-card:hover,
.cms-team-card:hover,
.cms-achiever-card:hover,
.cms-bank-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 60px rgba(8, 63, 39, .15);
}

.cms-card-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #edf5ef;
}

.cms-card-media img,
.cms-detail-image,
.cms-achievement-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.cms-content-card:hover .cms-card-media img {
    transform: scale(1.055);
}

.cms-card-body,
.cms-achiever-body {
    padding: 24px;
}

.cms-card-body h2,
.cms-achiever-body h2,
.cms-bank-card h2,
.cms-team-card h2 {
    margin: 10px 0;
    font-size: 22px;
}

.cms-card-body h2 a {
    color: inherit;
    text-decoration: none;
}

.cms-tag,
.cms-date {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    color: #0f6b3d;
    background: #eaf7ef;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cms-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #617067;
    font-size: 13px;
    font-weight: 700;
}

.cms-filter-bar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 280px) auto;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(15, 107, 61, .12);
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(8, 63, 39, .07);
}

.cms-filter-bar select {
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(15, 107, 61, .18);
    border-radius: 10px;
}

.cms-empty {
    padding: 70px 20px;
    color: #617067;
    text-align: center;
}

.cms-empty i {
    margin-bottom: 16px;
    color: #d6a83f;
    font-size: 44px;
}

.cms-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-team-card img {
    width: 100%;
    aspect-ratio: 4 / 4.2;
    object-fit: cover;
}

.cms-team-card > div {
    padding: 24px;
}

.cms-socials {
    display: flex;
    gap: 10px;
}

.cms-socials a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #0f6b3d;
    border-radius: 50%;
}

.cms-detail-image {
    max-height: 580px;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(8, 63, 39, .12);
}

.cms-thumb-grid,
.cms-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cms-thumb-grid img,
.cms-photo-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
}

.cms-photo-grid img {
    aspect-ratio: 4 / 3;
    transition: transform .25s ease;
}

.cms-photo-grid img:hover {
    transform: scale(1.025);
}

.cms-rich-text {
    color: #4f5f55;
    font-size: 17px;
    line-height: 1.85;
}

.cms-intro {
    max-width: 760px;
}

.cms-side-card {
    padding: 24px;
    position: sticky;
    top: 105px;
}

.cms-side-card h2 {
    margin-bottom: 20px;
    font-size: 23px;
}

.cms-mini-news {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px 0;
    color: inherit;
    text-decoration: none;
    border-top: 1px solid rgba(15, 107, 61, .1);
}

.cms-mini-news img {
    width: 78px;
    height: 62px;
    object-fit: cover;
    border-radius: 9px;
}

.cms-mini-news small {
    display: block;
    margin-top: 5px;
    color: #718078;
}

.cms-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 38px;
}

.cms-tabs a {
    padding: 11px 18px;
    color: #0f6b3d;
    text-decoration: none;
    border: 1px solid rgba(15, 107, 61, .2);
    border-radius: 999px;
    font-weight: 800;
}

.cms-tabs a.active,
.cms-tabs a:hover {
    color: #fff;
    background: #0f6b3d;
}

.cms-achiever-card {
    text-align: center;
}

.cms-achiever-photo {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 30px auto 0;
}

.cms-achiever-photo img,
.cms-profile-circle {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 6px solid #f2d174;
    border-radius: 50%;
}

.cms-achiever-photo span {
    position: absolute;
    right: 2px;
    bottom: 4px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #06172f;
    background: #f2d174;
    border-radius: 50%;
}

.cms-achievement-image {
    max-height: 560px;
    border-radius: 20px;
}

.cms-profile-circle {
    width: 84px;
    height: 84px;
}

.cms-bank-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-bank-card {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 24px;
    align-items: center;
    padding: 28px;
}

.cms-bank-logo {
    height: 120px;
    display: grid;
    place-items: center;
    padding: 14px;
    background: #f4f8f5;
    border-radius: 14px;
}

.cms-bank-logo img {
    max-width: 100%;
    max-height: 100%;
}

.cms-bank-details p {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(15, 107, 61, .1);
}

.cms-bank-details span {
    color: #6b776f;
    font-size: 13px;
    font-weight: 700;
}

.cms-bank-details strong {
    color: #17221b;
    overflow-wrap: anywhere;
}

@media (max-width: 991px) {
    .cms-card-grid,
    .cms-achiever-grid,
    .cms-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cms-bank-grid {
        grid-template-columns: 1fr;
    }
    .cms-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .cms-card-grid,
    .cms-achiever-grid,
    .cms-team-grid,
    .cms-filter-bar {
        grid-template-columns: 1fr;
    }
    .cms-card-grid,
    .cms-achiever-grid,
    .cms-bank-grid {
        gap: 18px;
    }
    .cms-photo-grid,
    .cms-thumb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cms-bank-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .cms-bank-logo {
        width: 140px;
        margin: 0 auto;
    }
    .cms-bank-details {
        text-align: left;
    }
    .cms-bank-details p {
        grid-template-columns: 100px 1fr;
    }
}
