*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',Arial,sans-serif;color:#2b2b2b;background:#fdfdf8;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* ============================================
   HEADER
   ============================================ */
.site-header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);position:sticky;top:0;z-index:100}
.header-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}
.logo{font-size:22px;font-weight:700;color:#2e7d32}
.main-nav{display:flex;gap:28px}
.main-nav a{font-weight:500;color:#444;transition:color .2s}
.main-nav a:hover{color:#2e7d32}
.menu-toggle{display:none;background:none;border:none;font-size:26px;cursor:pointer;color:#2e7d32}

/* ============================================
   HERO SLIDER (index.php only)
   ============================================ */
.hero-slider{
    position:relative;
    height:580px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    background:linear-gradient(135deg,#2e7d32,#1b3d1b);
}

.slide{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:0;
    animation:slideFade 15s infinite;
    will-change:opacity;
}

.slide-1{background-image:url('../images/2.jpg');animation-delay:0s}
.slide-2{background-image:url('../images/8.jpg');animation-delay:5s}
.slide-3{background-image:url('../images/Caff.jpg');animation-delay:10s}

@keyframes slideFade{
    0%  {opacity:0}
    5%  {opacity:1}
    30% {opacity:1}
    35% {opacity:0}
    100%{opacity:0}
}

.hero-overlay{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    background:linear-gradient(180deg,rgba(10,30,10,.48) 0%,rgba(10,30,10,.80) 100%);
    z-index:1;
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:800px;
    padding:0 32px;
}

.hero-content h1{
    font-size:44px;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.2;
    /* NO white-space:nowrap here — let it wrap naturally on desktop */
}

.hero-content p{
    font-size:18px;
    margin-bottom:32px;
    opacity:.95;
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

/* ============================================
   BUTTONS (global)
   ============================================ */
.btn-primary,.btn-secondary{
    padding:14px 28px;
    border-radius:6px;
    font-weight:600;
    font-size:15px;
    transition:transform .15s,background .2s,color .2s;
    display:inline-block;
    cursor:pointer;
    border:2px solid transparent;
}
.btn-primary{background:#2e7d32;color:#fff;border-color:#2e7d32}
.btn-primary:hover{background:#256428;border-color:#256428;transform:translateY(-2px)}
.btn-secondary{background:#fff;color:#2e7d32;border:2px solid #fff}
.btn-secondary:hover{background:#f0f0f0;transform:translateY(-2px)}

/* ============================================
   TYPING ANIMATION — infinite loop + color cycling
   ============================================ */
.typing-text{
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    border-right:3px solid #ffd54f;
    width:0;
    font-weight:800;
    vertical-align:bottom;
    animation:
        typingLoop 6s steps(6,end) infinite,
        colorCycle 6s linear infinite,
        blink .6s step-end infinite;
}

@keyframes typingLoop{
    0%  {width:0}
    30% {width:6.5ch}
    70% {width:6.5ch}
    85% {width:0}
    100%{width:0}
}

@keyframes colorCycle{
    0%  {color:#ffd54f;border-color:#ffd54f}
    25% {color:#81c784;border-color:#81c784}
    50% {color:#ffb74d;border-color:#ffb74d}
    75% {color:#a5d6a7;border-color:#a5d6a7}
    100%{color:#ffd54f;border-color:#ffd54f}
}

@keyframes blink{
    50%{border-color:transparent}
}

/* ============================================
   SECTIONS
   ============================================ */
.section{max-width:1200px;margin:0 auto;padding:60px 24px}
.section-title{text-align:center;font-size:30px;color:#2e7d32;margin-bottom:10px}
.section-subtitle{text-align:center;color:#777;max-width:600px;margin:0 auto 40px}

/* ============================================
   FEATURES
   ============================================ */
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:20px}
.feature-card{background:#fff;padding:30px 24px;border-radius:10px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.feature-card .feature-icon{font-size:40px;margin-bottom:12px}
.feature-card h3{font-size:18px;color:#2e7d32;margin-bottom:8px}
.feature-card p{font-size:14px;color:#666}

/* ============================================
   PRODUCT GRID
   ============================================ */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}
.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1)}
.product-img{width:100%;height:200px;object-fit:contain;background:#f8f8f8;padding:10px}
.product-img-placeholder{width:100%;height:200px;background:#eef5ee;display:flex;align-items:center;justify-content:center;font-size:40px;color:#b7d5b8}
.product-info{padding:16px}
.product-category{font-size:12px;color:#2e7d32;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.product-name{font-size:17px;font-weight:700;margin:6px 0;color:#2b2b2b}
.product-desc{font-size:13px;color:#777;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-price{font-size:16px;font-weight:700;color:#2e7d32;margin-bottom:10px}
.product-price.no-price{font-size:14px;color:#999;font-style:italic}
.product-actions{display:flex;gap:8px}
.btn-view,.btn-whatsapp{flex:1;text-align:center;padding:10px;border-radius:6px;font-size:13px;font-weight:600;transition:background .2s}
.btn-view{background:#f0f0f0;color:#444}
.btn-view:hover{background:#e0e0e0}
.btn-whatsapp{background:#25D366;color:#fff}
.btn-whatsapp:hover{background:#1ebc59}

/* ============================================
   FILTER BAR
   ============================================ */
.filter-bar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}
.filter-btn{padding:8px 18px;border-radius:20px;background:#f0f0f0;color:#444;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:background .2s,color .2s}
.filter-btn.active,.filter-btn:hover{background:#2e7d32;color:#fff}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1100px;margin:0 auto;padding:50px 24px}
.detail-gallery .main-image{width:100%;height:420px;object-fit:contain;border-radius:12px;background:#f8f8f8;padding:10px}
.detail-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.detail-thumbs img{width:70px;height:70px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}
.detail-thumbs img:hover,.detail-thumbs img.active{border-color:#2e7d32}
.detail-info h1{font-size:30px;color:#2b2b2b;margin-bottom:10px}
.detail-info .detail-category{font-size:13px;color:#2e7d32;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.detail-info .detail-price{font-size:26px;font-weight:700;color:#2e7d32;margin:16px 0}
.detail-info .detail-price.no-price{font-size:16px;color:#999;font-style:italic}
.detail-info .detail-desc{font-size:15px;color:#555;margin-bottom:24px;white-space:pre-line}
.detail-info .stock-info{font-size:14px;color:#666;margin-bottom:20px}
.detail-info .in-stock{color:#2e7d32;font-weight:600}
.detail-info .out-stock{color:#e74c3c;font-weight:600}

/* ============================================
   PAGE BANNER — inner pages (NO photo background)
   Pure green gradient — professional & clean,
   no image leaking across pages
   ============================================ */
.page-banner{
    background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 50%,#388e3c 100%);
    color:#fff;
    text-align:center;
    padding:80px 24px;
    position:relative;
    overflow:hidden;
}
.page-banner::before{
    content:'';
    position:absolute;
    top:-60px;right:-60px;
    width:280px;height:280px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
}
.page-banner::after{
    content:'';
    position:absolute;
    bottom:-80px;left:-40px;
    width:220px;height:220px;
    background:rgba(255,255,255,.03);
    border-radius:50%;
}
.page-banner h1{
    font-size:38px;
    margin-bottom:10px;
    font-weight:700;
    position:relative;
    z-index:1;
}
.page-banner p{
    font-size:16px;
    opacity:.9;
    position:relative;
    z-index:1;
    max-width:600px;
    margin:0 auto;
}

/* ============================================
   CONTENT BLOCKS (About / Training body text)
   ============================================ */
.content-block{max-width:900px;margin:0 auto;padding:50px 24px}
.content-block h2{color:#2e7d32;font-size:26px;margin-bottom:16px;margin-top:32px}
.content-block h2:first-child{margin-top:0}
.content-block p{font-size:15px;color:#555;margin-bottom:16px;line-height:1.75}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto;padding:50px 24px}
.contact-form input,.contact-form textarea{width:100%;padding:12px;margin-bottom:16px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}
.contact-form input:focus,.contact-form textarea:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 0 3px rgba(46,125,50,.1)}
.contact-form textarea{resize:vertical;min-height:140px}
.contact-form button{background:#2e7d32;color:#fff;border:none;padding:13px 30px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;width:100%}
.contact-form button:hover{background:#256428}
.contact-details p{margin-bottom:14px;font-size:15px;color:#555;line-height:1.6}
.contact-details strong{color:#2b2b2b}
.contact-details .wa-link{display:inline-block;background:#25D366;color:#fff;padding:12px 20px;border-radius:6px;margin-top:10px;font-weight:600;transition:background .2s}
.contact-details .wa-link:hover{background:#1ebc59}

/* ============================================
   FOOTER
   ============================================ */
.site-footer{background:#1b3d1b;color:#d9e6d9;margin-top:60px}
.footer-inner{max-width:1200px;margin:0 auto;padding:50px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}
.footer-col h3,.footer-col h4{color:#fff;margin-bottom:14px;font-size:16px}
.footer-col p{margin-bottom:8px;font-size:14px;line-height:1.6}
.footer-col a{display:block;margin-bottom:8px;font-size:14px;color:#c9d9c9;transition:color .2s}
.footer-col a:hover{color:#fff}
.whatsapp-btn{display:inline-block;background:#25D366;color:#fff!important;padding:10px 16px;border-radius:6px;margin-top:10px;font-weight:600;transition:background .2s}
.whatsapp-btn:hover{background:#1ebc59}
.footer-bottom{text-align:center;padding:16px;font-size:13px;border-top:1px solid rgba(255,255,255,.1);color:#a9c0a9}

/* ============================================
   EMPTY STATE
   ============================================ */
.empty-msg{text-align:center;padding:60px 20px;color:#999;font-size:16px}

/* ============================================
   PREVENT iOS AUTO-ZOOM ON INPUTS
   ============================================ */
input,textarea,select{font-size:16px}

/* ============================================
   TABLET — max-width: 768px
   ============================================ */
@media(max-width:768px){

    /* Header */
    .menu-toggle{display:block}
    .main-nav{
        display:none;
        flex-direction:column;
        position:absolute;
        top:100%;left:0;right:0;
        background:#fff;
        padding:20px;
        box-shadow:0 4px 10px rgba(0,0,0,.08);
        gap:16px;
        z-index:99;
    }
    .main-nav.open{display:flex}
    .header-inner{padding:14px 18px;position:relative}
    .logo{font-size:19px}

    /* Hero */
    .hero-slider{height:440px}
    .hero-content h1{font-size:26px;line-height:1.25}
    .hero-content p{font-size:15px}
    .hero-buttons{flex-direction:column;align-items:stretch}
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary{width:100%;text-align:center}

    /* Sections */
    .section{padding:40px 18px}
    .section-title{font-size:24px}
    .section-subtitle{font-size:14px;margin-bottom:28px}

    /* Features */
    .features{grid-template-columns:1fr;gap:16px}
    .feature-card{padding:26px 20px}

    /* Product grid — 2 columns */
    .product-grid{grid-template-columns:repeat(2,1fr);gap:14px}
    .product-img,.product-img-placeholder{height:150px}
    .product-info{padding:12px}
    .product-name{font-size:15px}
    .product-price{font-size:15px}
    .product-actions{flex-direction:column;gap:6px}
    .btn-view,.btn-whatsapp{padding:9px;font-size:12px}

    /* Product detail */
    .product-detail{grid-template-columns:1fr;gap:24px;padding:30px 18px}
    .detail-gallery .main-image{height:280px}
    .detail-info h1{font-size:24px}

    /* Page banner */
    .page-banner{padding:55px 20px}
    .page-banner h1{font-size:26px}
    .page-banner p{font-size:14px}

    /* Content blocks */
    .content-block{padding:36px 18px}
    .content-block h2{font-size:22px}

    /* Contact */
    .contact-grid{grid-template-columns:1fr;gap:24px;padding:30px 18px}

    /* Footer */
    .footer-inner{padding:40px 22px;gap:28px;text-align:center}
    .footer-col a{display:inline-block;margin:0 8px 8px}
    .whatsapp-btn{width:100%;text-align:center;display:block}
}

/* ============================================
   SMALL PHONES — max-width: 480px
   ============================================ */
@media(max-width:480px){
    .hero-slider{height:400px}
    .hero-content h1{font-size:22px}
    .hero-content p{font-size:14px}
    .page-banner h1{font-size:22px}
}

/* ============================================
   VERY SMALL PHONES — max-width: 400px (iPhone SE)
   ============================================ */
@media(max-width:400px){
    .hero-slider{height:380px}
    .hero-content h1{font-size:20px}
    .product-grid{grid-template-columns:1fr}
    .product-img,.product-img-placeholder{height:200px}
}


/* ============================================
   TRAINING PAGE — UNIQUE BANNER
   ============================================ */
.training-banner{
    position:relative;
    background:linear-gradient(135deg,#4a2c0a 0%,#7b4d1e 40%,#2e7d32 100%);
    color:#fff;
    text-align:center;
    padding:70px 24px 50px;
    overflow:hidden;
}
.training-banner::before{
    content:'';
    position:absolute;
    top:-80px;right:-80px;
    width:300px;height:300px;
    background:rgba(255,213,79,.08);
    border-radius:50%;
}
.training-banner::after{
    content:'';
    position:absolute;
    bottom:-60px;left:-60px;
    width:250px;height:250px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
}
.training-banner-overlay{
    position:absolute;
    top:0;left:0;width:100%;height:100%;
    background:url('../images/2.jpg') center/cover no-repeat;
    opacity:.12;
    z-index:0;
}
.training-banner-content{
    position:relative;
    z-index:1;
}
.training-badge{
    display:inline-block;
    background:rgba(255,213,79,.2);
    border:1px solid rgba(255,213,79,.5);
    color:#ffd54f;
    padding:6px 18px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    margin-bottom:16px;
    letter-spacing:.5px;
}
.training-banner h1{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}
.training-banner p{
    font-size:16px;
    opacity:.9;
    max-width:580px;
    margin:0 auto 32px;
}
.training-stats{
    display:flex;
    justify-content:center;
    gap:48px;
    flex-wrap:wrap;
}
.stat-item{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.stat-number{
    font-size:34px;
    font-weight:800;
    color:#ffd54f;
    line-height:1;
}
.stat-label{
    font-size:13px;
    opacity:.85;
    margin-top:6px;
    letter-spacing:.3px;
}

/* ============================================
   TRAINING PHOTO GALLERY
   ============================================ */
.training-gallery-section{
    background:#fff;
    padding:60px 24px;
}
.section-inner{
    max-width:1200px;
    margin:0 auto;
}
.training-gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:32px;
}
.gallery-item{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 16px rgba(0,0,0,.08);
    position:relative;
    background:#f0f0f0;
}
.gallery-item img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
    transition:transform .3s ease;
}
.gallery-item:hover img{
    transform:scale(1.04);
}
.gallery-placeholder{
    width:100%;
    height:240px;
    background:#eef5ee;
    display:none;
    align-items:center;
    justify-content:center;
    font-size:14px;
    color:#888;
    flex-direction:column;
    gap:10px;
    text-align:center;
    padding:20px;
}
.gallery-caption{
    padding:12px 16px;
    font-size:13px;
    color:#555;
    font-weight:500;
    background:#fff;
    border-top:1px solid #f0f0f0;
}

/* ============================================
   HOW IT WORKS TIMELINE
   ============================================ */
.training-timeline{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:40px;
    position:relative;
}
.training-timeline::before{
    content:'';
    position:absolute;
    top:30px;
    left:12.5%;
    right:12.5%;
    height:2px;
    background:linear-gradient(90deg,#2e7d32,#81c784);
    z-index:0;
}
.timeline-step{
    text-align:center;
    position:relative;
    z-index:1;
}
.timeline-number{
    width:60px;height:60px;
    background:linear-gradient(135deg,#2e7d32,#388e3c);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:800;
    margin:0 auto 16px;
    box-shadow:0 4px 12px rgba(46,125,50,.3);
}
.timeline-content h3{
    font-size:16px;
    color:#2e7d32;
    margin-bottom:8px;
    font-weight:700;
}
.timeline-content p{
    font-size:13px;
    color:#666;
    line-height:1.6;
}

/* ============================================
   VIDEO SECTION — 3 VIDEOS IN A GRID
   ============================================ */
.training-video-section{
    background:linear-gradient(135deg,#1b3d1b,#2e7d32);
    padding:70px 24px;
    text-align:center;
}
.video-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:36px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.video-card{
    background:rgba(255,255,255,.06);
    border-radius:14px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    transition:transform .2s,box-shadow .2s;
}
.video-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 32px rgba(0,0,0,.3);
}
.video-label{
    padding:12px 16px;
    font-size:14px;
    font-weight:600;
    color:#ffd54f;
    text-align:left;
    letter-spacing:.3px;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.video-wrapper{
    aspect-ratio:16/9;
    background:#000;
    position:relative;
}
.video-wrapper video,
.video-wrapper iframe{
    width:100%;
    height:100%;
    display:block;
    border:none;
}
.video-fallback{
    color:rgba(255,255,255,.7);
    font-size:13px;
    padding:20px;
    text-align:center;
}
.video-fallback a{
    color:#ffd54f;
    text-decoration:underline;
}
.video-hint{
    color:rgba(255,255,255,.6);
    font-size:13px;
    margin-top:24px;
    text-align:center;
}
.video-hint strong{
    color:rgba(255,255,255,.85);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:16px;
}
.testimonial-card{
    background:#fff;
    border-radius:12px;
    padding:28px 24px;
    box-shadow:0 2px 16px rgba(0,0,0,.06);
    position:relative;
    border-top:4px solid #2e7d32;
    transition:transform .2s,box-shadow .2s;
}
.testimonial-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 28px rgba(0,0,0,.1);
}
.testimonial-quote{
    font-size:64px;
    color:#2e7d32;
    line-height:.8;
    font-family:Georgia,serif;
    margin-bottom:12px;
    opacity:.25;
    display:block;
}
.testimonial-text{
    font-size:14px;
    color:#555;
    line-height:1.75;
    margin-bottom:20px;
    font-style:italic;
}
.testimonial-author{
    display:flex;
    align-items:center;
    gap:12px;
    border-top:1px solid #f0f0f0;
    padding-top:16px;
}
.testimonial-avatar{
    font-size:32px;
    line-height:1;
}
.testimonial-author strong{
    display:block;
    font-size:14px;
    color:#2b2b2b;
    margin-bottom:2px;
}
.testimonial-author span{
    font-size:12px;
    color:#888;
}

/* ============================================
   TRAINING CTA
   ============================================ */
.training-cta{
    background:linear-gradient(135deg,#f4f9f4,#e8f5e9);
    text-align:center;
    padding:80px 24px;
}
.training-cta h2{
    font-size:32px;
    color:#2e7d32;
    margin-bottom:12px;
    font-weight:700;
}
.training-cta p{
    color:#666;
    margin-bottom:28px;
    font-size:16px;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}

/* ============================================
   TRAINING MOBILE RESPONSIVE
   ============================================ */
@media(max-width:1024px){
    .video-grid{grid-template-columns:1fr 1fr}
    .video-grid .video-card:last-child{grid-column:1 / -1;max-width:500px;margin:0 auto;width:100%}
}





.products-banner{
    position:relative;
    background:
        linear-gradient(135deg,rgba(13,51,32,.88) 0%,rgba(27,94,32,.82) 45%,rgba(46,125,50,.76) 100%),
        url('../images/products-banner.jpg') center/cover no-repeat;
    color:#fff;
    text-align:center;
    padding:75px 24px 55px;
    overflow:hidden;
}

.products-banner-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
        radial-gradient(ellipse at 20% 50%,rgba(255,213,79,.06) 0%,transparent 60%),
        radial-gradient(ellipse at 80% 20%,rgba(255,255,255,.04) 0%,transparent 50%);
    z-index:0;
}
.products-banner-content{
    position:relative;
    z-index:2;
    max-width:800px;
    margin:0 auto;
}
.products-badge{
    display:inline-block;
    background:rgba(255,213,79,.18);
    border:1px solid rgba(255,213,79,.45);
    color:#ffd54f;
    padding:6px 20px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
    letter-spacing:.5px;
}
.products-banner h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:12px;
    line-height:1.2;
}
.products-banner p{
    font-size:16px;
    opacity:.88;
    max-width:560px;
    margin:0 auto 36px;
    line-height:1.6;
}
.products-banner-stats{
    display:flex;
    justify-content:center;
    gap:48px;
    flex-wrap:wrap;
}
.products-banner-stats .stat-item{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.products-banner-stats .stat-number{
    font-size:32px;
    font-weight:800;
    color:#ffd54f;
    line-height:1;
}
.products-banner-stats .stat-label{
    font-size:12px;
    opacity:.8;
    margin-top:6px;
    text-transform:uppercase;
    letter-spacing:.8px;
}
.banner-leaf{
    position:absolute;
    font-size:48px;
    opacity:.08;
    z-index:1;
    user-select:none;
    pointer-events:none;
}
.banner-leaf-1{
    top:10%;
    left:4%;
    font-size:72px;
    opacity:.06;
    transform:rotate(-20deg);
}
.banner-leaf-2{
    bottom:8%;
    right:5%;
    font-size:90px;
    opacity:.05;
    transform:rotate(25deg);
}
.banner-leaf-3{
    top:50%;
    left:50%;
    font-size:200px;
    opacity:.025;
    transform:translate(-50%,-50%) rotate(10deg);
}
.products-cta{
    background:linear-gradient(135deg,#f4f9f4,#e8f5e9);
    padding:60px 24px;
}
.products-cta-inner{
    max-width:900px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
}
.products-cta-text h2{
    font-size:24px;
    color:#2e7d32;
    margin-bottom:8px;
    font-weight:700;
}
.products-cta-text p{
    font-size:15px;
    color:#666;
    margin:0;
}


/* ============================================
   PRODUCTS BOTTOM CTA
   ============================================ */
.products-cta{
    background:linear-gradient(135deg,#f4f9f4,#e8f5e9);
    padding:60px 24px;
}
.products-cta-inner{
    max-width:900px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
}
.products-cta-text h2{
    font-size:24px;
    color:#2e7d32;
    margin-bottom:8px;
    font-weight:700;
}
.products-cta-text p{
    font-size:15px;
    color:#666;
    margin:0;
}

/* ============================================
   PRODUCTS PAGE MOBILE
   ============================================ */
@media(max-width:768px){
    .products-banner{padding:50px 20px 40px}
    .products-banner h1{font-size:26px}
    .products-banner p{font-size:14px}
    .products-banner-stats{gap:24px}
    .products-banner-stats .stat-number{font-size:26px}
    .banner-leaf-1,.banner-leaf-2,.banner-leaf-3{display:none}
    .products-cta-inner{
        flex-direction:column;
        text-align:center;
    }
    .products-cta-text h2{font-size:20px}
    .filter-context{flex-direction:column;gap:8px}
}

@media(max-width:480px){
    .products-banner h1{font-size:22px}
    .products-banner-stats{gap:18px}
    .products-banner-stats .stat-number{font-size:22px}
}


/* ============================================
   ABOUT PAGE — UNIQUE BANNER
   ============================================ */
.about-banner{
    position:relative;
    background:
        linear-gradient(135deg,rgba(18,61,28,.92) 0%,rgba(27,94,32,.86) 50%,rgba(56,142,60,.78) 100%),
        url('../images/about.jpg') center/cover no-repeat;
    color:#fff;
    text-align:center;
    padding:80px 24px 60px;
    overflow:hidden;
}
.about-banner-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
        radial-gradient(ellipse at 15% 70%,rgba(255,213,79,.08) 0%,transparent 55%),
        radial-gradient(ellipse at 85% 20%,rgba(255,255,255,.06) 0%,transparent 50%);
    z-index:0;
    pointer-events:none;
}
.about-banner-content{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:0 auto;
}
.about-badge{
    display:inline-block;
    background:rgba(255,213,79,.18);
    border:1px solid rgba(255,213,79,.45);
    color:#ffd54f;
    padding:6px 20px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
    letter-spacing:.5px;
}
.about-banner h1{
    font-size:42px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:14px;
}
.about-banner p{
    font-size:17px;
    line-height:1.7;
    opacity:.92;
    max-width:680px;
    margin:0 auto 36px;
}
.about-banner-stats{
    display:flex;
    justify-content:center;
    gap:44px;
    flex-wrap:wrap;
}
.about-banner-stats .stat-item{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.about-banner-stats .stat-number{
    font-size:32px;
    font-weight:800;
    color:#ffd54f;
    line-height:1;
}
.about-banner-stats .stat-label{
    font-size:12px;
    opacity:.85;
    margin-top:6px;
    text-transform:uppercase;
    letter-spacing:.8px;
}
.about-shape{
    position:absolute;
    z-index:1;
    opacity:.08;
    pointer-events:none;
    user-select:none;
}
.about-shape-1{top:12%;left:5%;font-size:90px;transform:rotate(-18deg)}
.about-shape-2{bottom:12%;right:6%;font-size:100px;transform:rotate(15deg)}
.about-shape-3{top:50%;left:50%;font-size:220px;opacity:.035;transform:translate(-50%,-50%)}

/* ============================================
   ABOUT INTRO
   ============================================ */
.about-intro-section{
    padding:70px 24px;
    background:#fdfdf8;
}
.about-intro-grid{
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:44px;
    align-items:center;
}
.about-small-title{
    display:inline-block;
    color:#2e7d32;
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}
.about-intro-text h2,
.about-impact-text h2{
    font-size:32px;
    color:#1f2d1f;
    line-height:1.25;
    margin-bottom:18px;
}
.about-intro-text p,
.about-impact-text p{
    color:#555;
    font-size:15px;
    line-height:1.8;
    margin-bottom:16px;
}
.about-intro-image,
.about-impact-image{
    min-height:360px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 16px 40px rgba(0,0,0,.12);
    background:#eef5ee;
}
.about-intro-image img,
.about-impact-image img{
    width:100%;
    height:100%;
    min-height:360px;
    object-fit:cover;
}
.about-image-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#eef5ee,#dfeee0);
}
.about-image-placeholder::before{
    content:'🌿 Image coming soon';
    color:#6b8f6b;
    font-weight:700;
}

/* ============================================
   ABOUT MISSION CARDS
   ============================================ */
.about-mission-section{
    background:#f4f9f4;
    padding:60px 24px;
}
.about-mission-grid{
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.about-mission-card{
    background:#fff;
    border-radius:14px;
    padding:30px 26px;
    box-shadow:0 4px 18px rgba(0,0,0,.06);
    border-top:4px solid #2e7d32;
    transition:transform .2s,box-shadow .2s;
}
.about-mission-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.about-card-icon{
    font-size:34px;
    margin-bottom:12px;
}
.about-mission-card h3{
    color:#2e7d32;
    font-size:20px;
    margin-bottom:10px;
}
.about-mission-card p{
    color:#666;
    font-size:14px;
    line-height:1.7;
}

/* ============================================
   ABOUT IMPACT
   ============================================ */
.about-impact-section{
    padding:70px 24px;
    background:#fff;
}
.about-impact-grid{
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:44px;
    align-items:center;
}

/* ============================================
   ABOUT PRODUCTS
   ============================================ */
.about-products-section{
    background:#fdfdf8;
    padding:70px 24px;
}
.about-product-types{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:34px;
}
.about-product-type{
    background:#fff;
    border-radius:14px;
    padding:30px 24px;
    text-align:center;
    box-shadow:0 4px 18px rgba(0,0,0,.06);
    transition:transform .2s,box-shadow .2s;
}
.about-product-type:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.about-product-icon{
    font-size:38px;
    margin-bottom:12px;
}
.about-product-type h3{
    color:#2e7d32;
    font-size:19px;
    margin-bottom:10px;
}
.about-product-type p{
    color:#666;
    font-size:14px;
    line-height:1.7;
}
.about-values-section{
    background:#f4f9f4;
}

/* ============================================
   ABOUT CTA
   ============================================ */
.about-cta{
    background:
        linear-gradient(135deg,rgba(27,61,27,.96),rgba(46,125,50,.9)),
        url('../images/about-banner.jpg') center/cover no-repeat;
    color:#fff;
    text-align:center;
    padding:75px 24px;
}
.about-cta h2{
    font-size:32px;
    margin-bottom:10px;
}
.about-cta p{
    opacity:.9;
    margin-bottom:26px;
    font-size:16px;
}
.about-cta-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}

/* ============================================
   ABOUT MOBILE
   ============================================ */
@media(max-width:768px){
    .about-banner{
        padding:55px 20px 42px;
    }
    .about-banner h1{
        font-size:28px;
    }
    .about-banner p{
        font-size:14px;
    }
    .about-banner-stats{
        gap:24px;
    }
    .about-banner-stats .stat-number{
        font-size:24px;
    }
    .about-shape{
        display:none;
    }
    .about-intro-section,
    .about-impact-section,
    .about-products-section{
        padding:45px 20px;
    }
    .about-intro-grid,
    .about-impact-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
    .about-impact-image{
        order:2;
    }
    .about-impact-text{
        order:1;
    }
    .about-intro-text h2,
    .about-impact-text h2{
        font-size:24px;
    }
    .about-intro-image,
    .about-impact-image{
        min-height:240px;
    }
    .about-intro-image img,
    .about-impact-image img{
        min-height:240px;
    }
    .about-mission-grid,
    .about-product-types{
        grid-template-columns:1fr;
    }
    .about-cta h2{
        font-size:24px;
    }
}

/* ============================================
   CONTACT PAGE — UNIQUE BANNER
   ============================================ */
.contact-banner{
    position:relative;
    min-height:430px;
    background:
        linear-gradient(135deg,rgba(3,45,31,.20),rgba(46,125,50,.18)),
        url('../images/contact-banner.png') center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    overflow:hidden;
    padding:80px 24px;
}
.contact-banner-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(135deg,rgba(0,40,28,.35) 0%,rgba(27,94,32,.18) 50%,rgba(255,255,255,.05) 100%);
    z-index:0;
    pointer-events:none;
}
.contact-banner-content{
    position:relative;
    z-index:1;
    max-width:850px;
    margin:0 auto;
}
.contact-badge{
    display:inline-block;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.32);
    color:#fff;
    padding:7px 20px;
    border-radius:24px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
    letter-spacing:.5px;
    backdrop-filter:blur(4px);
}
.contact-banner h1{
    font-size:58px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:16px;
    text-shadow:0 4px 18px rgba(0,0,0,.25);
}
.contact-banner p{
    font-size:24px;
    line-height:1.5;
    opacity:.96;
    margin-bottom:30px;
    text-shadow:0 3px 12px rgba(0,0,0,.2);
}
.contact-banner-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}
.contact-banner-btn{
    display:inline-block;
    background:#25D366;
    color:#fff;
    padding:13px 24px;
    border-radius:8px;
    font-weight:700;
    font-size:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
    transition:transform .2s,background .2s;
}
.contact-banner-btn:hover{
    background:#1ebc59;
    transform:translateY(-2px);
}
.contact-banner-btn.secondary{
    background:rgba(255,255,255,.92);
    color:#1b5e20;
}
.contact-banner-btn.secondary:hover{
    background:#fff;
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section{
    background:#fdfdf8;
    padding:70px 24px;
}
.contact-wrapper{
    max-width:1120px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:30px;
    align-items:start;
}
.contact-card{
    background:#fff;
    border-radius:16px;
    padding:32px;
    box-shadow:0 8px 28px rgba(0,0,0,.07);
    border:1px solid rgba(46,125,50,.08);
}
.contact-card-heading{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:24px;
}
.contact-icon{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#eef7ee;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}
.contact-card-heading h2{
    color:#2e7d32;
    font-size:24px;
    margin-bottom:4px;
}
.contact-card-heading p{
    color:#777;
    font-size:14px;
}

/* Alerts */
.alert{
    padding:14px 16px;
    border-radius:8px;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.5;
}
.alert.success{
    background:#d4edda;
    color:#155724;
}
.alert.error{
    background:#f8d7da;
    color:#721c24;
}

/* Contact form upgrade */
.contact-form label{
    display:block;
    font-size:14px;
    color:#444;
    font-weight:600;
    margin-bottom:14px;
}
.contact-form label span{
    color:#e74c3c;
}
.contact-form input,
.contact-form textarea{
    width:100%;
    padding:13px 14px;
    margin-top:7px;
    border:1px solid #ddd;
    border-radius:8px;
    font-family:inherit;
    font-size:15px;
    background:#fff;
    transition:border-color .2s,box-shadow .2s;
}
.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#2e7d32;
    outline:none;
    box-shadow:0 0 0 3px rgba(46,125,50,.12);
}
.contact-form textarea{
    resize:vertical;
    min-height:140px;
}
.contact-form button{
    background:#2e7d32;
    color:#fff;
    border:none;
    padding:14px 30px;
    border-radius:8px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:background .2s,transform .2s;
    width:100%;
}
.contact-form button:hover{
    background:#256428;
    transform:translateY(-2px);
}

/* Contact info */
.contact-info-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.contact-info-item{
    display:flex;
    gap:14px;
    padding:16px;
    border-radius:12px;
    background:#f7fbf7;
    border:1px solid #edf3ed;
}
.info-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#e7f4e7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
}
.contact-info-item h3{
    color:#2e7d32;
    font-size:15px;
    margin-bottom:4px;
}
.contact-info-item p{
    color:#555;
    font-size:14px;
    line-height:1.6;
    margin:0;
}
.contact-whatsapp-btn{
    display:block;
    background:#25D366;
    color:#fff;
    text-align:center;
    padding:14px 18px;
    border-radius:8px;
    font-weight:700;
    margin-top:24px;
    transition:background .2s,transform .2s;
}
.contact-whatsapp-btn:hover{
    background:#1ebc59;
    transform:translateY(-2px);
}
.contact-note{
    margin-top:18px;
    background:#fff8e1;
    color:#6a4b00;
    padding:14px 16px;
    border-radius:10px;
    border-left:4px solid #ffd54f;
    font-size:13px;
    line-height:1.6;
}

/* ============================================
   CONTACT BOTTOM CTA
   ============================================ */
.contact-bottom-cta{
    background:
        linear-gradient(135deg,rgba(27,61,27,.96),rgba(46,125,50,.92)),
        url('../images/contact-banner.png') center/cover no-repeat;
    color:#fff;
    text-align:center;
    padding:70px 24px;
}
.contact-bottom-cta h2{
    font-size:30px;
    margin-bottom:10px;
}
.contact-bottom-cta p{
    max-width:640px;
    margin:0 auto 26px;
    opacity:.9;
    line-height:1.7;
}
.contact-bottom-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}

/* ============================================
   CONTACT MOBILE
   ============================================ */
@media(max-width:768px){
    .contact-banner{
        min-height:360px;
        padding:60px 20px;
        background-position:center;
    }
    .contact-banner h1{
        font-size:36px;
    }
    .contact-banner p{
        font-size:18px;
    }
    .contact-banner-actions{
        flex-direction:column;
        align-items:stretch;
        max-width:260px;
        margin:0 auto;
    }
    .contact-banner-btn{
        width:100%;
        text-align:center;
    }
    .contact-section{
        padding:45px 18px;
    }
    .contact-wrapper{
        grid-template-columns:1fr;
        gap:22px;
    }
    .contact-card{
        padding:24px 18px;
        border-radius:14px;
    }
    .contact-card-heading h2{
        font-size:21px;
    }
    .contact-bottom-cta{
        padding:55px 20px;
    }
    .contact-bottom-cta h2{
        font-size:24px;
    }
}

@media(max-width:480px){
    .contact-banner{
        min-height:320px;
    }
    .contact-banner h1{
        font-size:32px;
    }
    .contact-badge{
        font-size:12px;
        padding:6px 16px;
    }
}
