.mew-wrap{--mew-green:#234d35;--mew-green-dark:#1a3b28;--mew-cream:#f7f1e0;--mew-cream-2:#f3ead2;--mew-orange:#f0a500;--mew-text:#2b2b2b;font-family:inherit;}

/* HERO */
.mew-hero{background:linear-gradient(135deg,var(--mew-green),var(--mew-green-dark));border-radius:24px;padding:60px 40px;color:#fff;display:flex;flex-wrap:wrap;gap:40px;align-items:center;}
.mew-hero__content{flex:1 1 420px;}
.mew-hero__badge{display:inline-block;background:rgba(255,255,255,.12);padding:6px 16px;border-radius:30px;font-size:13px;margin-bottom:16px;}
.mew-hero__title{font-size:40px;line-height:1.25;margin:0 0 16px;font-weight:700;}
.mew-hero__title span{color:var(--mew-orange);}
.mew-hero__desc{opacity:.9;margin-bottom:24px;max-width:480px;}
.mew-hero__actions{display:flex;gap:14px;flex-wrap:wrap;}
.mew-btn{display:inline-block;padding:13px 28px;border-radius:30px;font-weight:600;text-decoration:none;cursor:pointer;border:none;}
.mew-btn--primary{background:var(--mew-orange);color:#1a1a1a;}
.mew-btn--outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6);}
.mew-hero__image{flex:1 1 280px;position:relative;}
.mew-hero__image img{width:100%;border-radius:16px;display:block;}
.mew-hero__price-badge{position:absolute;bottom:16px;left:16px;background:var(--mew-orange);color:#1a1a1a;padding:6px 16px;border-radius:20px;font-weight:700;font-size:14px;}

/* SECTION HEADER */
.mew-sec{padding:70px 20px;}
.mew-sec--cream{background:var(--mew-cream);}
.mew-sec--cream2{background:var(--mew-cream-2);}
.mew-sec__inner{max-width:1100px;margin:0 auto;}
.mew-sec__eyebrow{text-align:center;color:var(--mew-orange);font-weight:700;font-size:13px;letter-spacing:.5px;margin-bottom:8px;}
.mew-sec__title{text-align:center;color:var(--mew-green);font-size:30px;font-weight:700;margin:0 0 10px;}
.mew-sec__subtitle{text-align:center;color:#555;max-width:560px;margin:0 auto 40px;}

/* PRODUCT CARD */
.mew-product{background:#fff;border-radius:20px;padding:36px;display:flex;gap:36px;flex-wrap:wrap;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,.05);}
.mew-product__image{flex:0 0 220px;text-align:center;}
.mew-product__image img{width:100%;max-width:220px;border-radius:14px;}
.mew-product__info{flex:1 1 320px;}
.mew-product__name{font-size:22px;font-weight:700;color:var(--mew-green);margin:0 0 6px;}
.mew-product__meta{color:#777;font-size:14px;margin-bottom:10px;}
.mew-product__list{list-style:none;margin:0 0 20px;padding:0;}
.mew-product__list li{padding-left:26px;position:relative;margin-bottom:8px;color:#333;}
.mew-product__list li:before{content:"✔";position:absolute;left:0;color:var(--mew-green);}
.mew-product__price{font-size:26px;font-weight:800;color:var(--mew-green);}
.mew-product__price del{color:#999;font-size:16px;font-weight:400;margin-left:10px;}

/* FEATURE GRID */
.mew-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mew-feature{background:#fff;border-radius:16px;padding:26px;text-align:left;}
.mew-feature__icon{width:44px;height:44px;border-radius:12px;background:var(--mew-cream-2);display:flex;align-items:center;justify-content:center;color:var(--mew-green);font-size:20px;margin-bottom:14px;}
.mew-feature__title{font-weight:700;color:var(--mew-green);margin:0 0 6px;}
.mew-feature__desc{color:#666;font-size:14px;margin:0;}

/* CHECKLIST */
.mew-checklist{max-width:600px;margin:0 auto;}
.mew-checklist li{background:#fff;border-radius:12px;padding:16px 20px;margin-bottom:12px;display:flex;align-items:center;gap:12px;list-style:none;color:#333;}
.mew-checklist li:before{content:"✔";color:var(--mew-green);font-weight:700;}

/* STEPS */
.mew-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mew-step{background:#fff;border-radius:16px;padding:28px;text-align:center;}
.mew-step__num{width:40px;height:40px;line-height:40px;border-radius:50%;background:var(--mew-green);color:#fff;font-weight:700;margin:0 auto 14px;}
.mew-step__title{font-weight:700;color:var(--mew-green);margin:0 0 6px;}
.mew-step__desc{color:#666;font-size:14px;}

/* TESTIMONIALS */
.mew-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mew-testimonial{background:#fff;border-radius:16px;padding:24px;}
.mew-testimonial__stars{color:var(--mew-orange);margin-bottom:10px;}
.mew-testimonial__text{color:#333;margin-bottom:14px;}
.mew-testimonial__name{color:#777;font-size:13px;font-weight:600;}

/* FAQ */
.mew-faq{max-width:700px;margin:0 auto;}
.mew-faq__item{background:#fff;border-radius:12px;margin-bottom:12px;overflow:hidden;}
.mew-faq__q{padding:16px 20px;font-weight:600;color:var(--mew-green);cursor:pointer;display:flex;justify-content:space-between;align-items:center;}
.mew-faq__a{padding:0 20px;max-height:0;overflow:hidden;color:#555;transition:max-height .25s ease;}
.mew-faq__item.active .mew-faq__a{padding:0 20px 18px;max-height:400px;}

/* CTA */
.mew-cta{background:linear-gradient(135deg,var(--mew-green),var(--mew-green-dark));border-radius:24px;padding:60px 30px;text-align:center;color:#fff;}
.mew-cta__title{font-size:26px;font-weight:700;margin:0 0 10px;}
.mew-cta__subtitle{opacity:.85;margin-bottom:24px;}

/* ORDER FORM */
.mew-order{background:#fff;border-radius:20px;padding:36px;max-width:520px;margin:0 auto;box-shadow:0 10px 30px rgba(0,0,0,.06);}
.mew-order__title{text-align:center;color:var(--mew-green);font-weight:700;font-size:22px;margin:0 0 4px;}
.mew-order__subtitle{text-align:center;color:#777;font-size:14px;margin-bottom:24px;}
.mew-field{margin-bottom:16px;}
.mew-field label{display:block;font-weight:600;color:#333;margin-bottom:6px;font-size:14px;}
.mew-field input,.mew-field textarea{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:10px;font-size:14px;box-sizing:border-box;}
.mew-field-row{display:flex;gap:12px;}
.mew-field-row .mew-field{flex:1;}
.mew-delivery-options{display:flex;gap:12px;}
.mew-delivery-options label{flex:1;border:1px solid #ddd;border-radius:10px;padding:12px;text-align:center;cursor:pointer;font-size:13px;}
.mew-delivery-options input{width:auto;margin-right:6px;}
.mew-qty{display:flex;align-items:center;gap:14px;}
.mew-qty button{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:18px;cursor:pointer;}
.mew-summary{border-top:1px dashed #ddd;margin-top:10px;padding-top:14px;font-size:14px;}
.mew-summary__row{display:flex;justify-content:space-between;margin-bottom:6px;color:#555;}
.mew-summary__row.total{font-weight:700;color:var(--mew-green);font-size:16px;}
.mew-order .mew-btn--primary{width:100%;text-align:center;background:var(--mew-green);color:#fff;padding:15px;border-radius:14px;font-size:15px;}

@media(max-width:768px){
	.mew-grid,.mew-steps,.mew-testimonials{grid-template-columns:1fr;}
	.mew-hero{padding:40px 22px;text-align:center;}
	.mew-hero__actions{justify-content:center;}
	.mew-field-row{flex-direction:column;gap:0;}
}
