:root{--green:#358d27;--dark:#12201c;--muted:#53605b;--pale:#f3f9ef;--line:#dce7d8;--white:#fff;--shadow:0 12px 35px rgba(29,77,24,.08)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--muted);background:#fbfcfa;line-height:1.6}h1,h2,h3,h4{color:var(--dark);font-family:Georgia,'Times New Roman',serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.btn{display:inline-flex;align-items:center;gap:10px;padding:13px 20px;border-radius:10px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.25s}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:#246d1c;transform:translateY(-2px)}.btn-outline{background:#fff;border-color:#cbdac5;color:#203029}.btn-outline:hover{border-color:var(--green);color:var(--green)}
header{background:#fff}.navbar{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brand-mark{font-size:38px;color:var(--green);transform:rotate(-20deg)}.brand-name{font:bold 28px Arial,sans-serif;color:#14201d;line-height:1}.brand-tag{font-size:9px;color:#5e6863;margin-top:3px}.nav{display:flex;gap:28px;align-items:center;font-size:13px;font-weight:700;color:#202824}.nav a:hover,.nav a.active{color:var(--green)}.nav a.active{border-bottom:2px solid var(--green);padding-bottom:13px}.get-started{background:var(--green);color:#fff;padding:12px 20px;border-radius:25px;font-weight:700;font-size:13px}.menu{display:none;font-size:26px;color:var(--green);cursor:pointer}
.hero{background:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:44% 56%;min-height:470px;align-items:center}.eyebrow{color:var(--green);font-weight:700;font-size:13px;margin-bottom:14px}.hero h1{font:700 51px/1.08 Arial,sans-serif;letter-spacing:-2px;margin-bottom:18px}.hero h1 span{color:var(--green)}.hero-copy{max-width:470px;font-size:15px;margin-bottom:25px}.hero-actions{display:flex;gap:18px;margin-bottom:25px}.mini-benefits{display:flex;gap:22px;flex-wrap:wrap;font-size:11px}.mini-benefits span{color:#42504a}.mini-benefits b{color:var(--green)}.hero-visual{height:480px;position:relative;display:flex;justify-content:center;align-items:flex-end}.hero-visual:before{content:'';position:absolute;width:350px;height:350px;border-radius:50%;background:#edf6e9;left:40%;top:55px;transform:translateX(-50%)}.hero-person{height:455px;width:390px;object-fit:cover;object-position:center top;border-radius:190px 190px 0 0;position:relative;z-index:2}.rating-card{position:absolute;right:20px;top:28px;background:#fff;padding:17px 25px;border-radius:14px;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.08);z-index:4}.rating-card .people{color:var(--green);font-size:25px}.rating-card strong{display:block;font-size:19px;color:var(--dark)}.rating-card small{font-size:11px}.stars{color:#f1c400;letter-spacing:2px;font-size:11px}.food{position:absolute;right:-45px;bottom:0;width:235px;height:235px;border-radius:50%;overflow:hidden;z-index:1}.food img{width:100%;height:100%;object-fit:cover}
.features{background:#fff;border-radius:18px;box-shadow:var(--shadow);position:relative;z-index:5;margin-top:-1px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:23px 10px}.feature{display:flex;gap:13px;align-items:center;padding:0 20px;border-right:1px solid var(--line)}.feature:last-child{border-right:0}.feature-icon{width:55px;height:55px;min-width:55px;border-radius:50%;display:grid;place-items:center;background:#f0f8eb;border:1px solid #d1e5ca;color:var(--green);font-size:22px}.feature h3{font:bold 13px Arial,sans-serif;margin-bottom:3px}.feature p{font-size:10px;line-height:1.45}
.programs,.why,.success{background:var(--pale)}.programs{padding:65px 0}.program-layout{display:grid;grid-template-columns:255px 1fr;gap:35px}.label{text-transform:uppercase;color:var(--green);font-weight:700;font-size:11px}.section-title{font:700 27px/1.2 Arial,sans-serif;margin:8px 0 15px;color:#15221f}.line{width:28px;height:2px;background:var(--green);margin-bottom:17px}.section-copy{font-size:12px;margin-bottom:22px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border-radius:9px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.04);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{height:130px;width:100%;object-fit:cover}.card-body{padding:13px}.card h3{font:bold 14px Arial,sans-serif;margin-bottom:5px}.card p{font-size:10px;line-height:1.55;margin-bottom:12px}.duration{font-size:10px;color:var(--green);font-weight:700}
.why{padding:60px 0}.why-layout{display:grid;grid-template-columns:280px 1fr;gap:35px;align-items:center}.checks{list-style:none;margin-top:20px}.checks li{font-size:11px;margin:9px 0}.checks li:before{content:'✓';display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--green);color:#fff;font-size:10px;margin-right:8px}.stats{background:#edf7e8;border-radius:15px;padding:30px 15px;display:grid;grid-template-columns:repeat(4,1fr)}.stat{text-align:center;border-right:1px solid #d4e4ce}.stat:last-child{border-right:0}.stat-icon{width:44px;height:44px;margin:auto;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--green);font-size:19px}.stat strong{display:block;color:var(--green);font:bold 25px Arial,sans-serif;margin-top:7px}.stat span{font-size:10px;color:#2f682a}
.success{padding:20px 0 65px}.success-heading{text-align:center}.success-heading .line{margin:10px auto 25px}.success-layout{display:grid;grid-template-columns:1fr 280px;gap:35px;align-items:center}.testimonial{background:#fff;border-radius:15px;padding:23px;display:flex;gap:18px;align-items:center;box-shadow:0 4px 18px rgba(0,0,0,.04)}.arrow{width:34px;height:34px;min-width:34px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 3px 15px rgba(0,0,0,.08);color:var(--green);cursor:pointer}.avatar{width:70px;height:70px;object-fit:cover;border-radius:50%}.testimonial p{font-size:12px;font-style:italic}.testimonial strong{display:block;color:var(--dark);font-size:12px;margin-top:7px}.testimonial small{color:var(--green);font-size:10px}.before-after img{width:100%;border-radius:7px;transform:rotate(2deg);box-shadow:0 5px 20px rgba(0,0,0,.12)}
.newsletter{background:linear-gradient(90deg,#2b7d22,#4a9e2c);color:#fff;padding:22px 0}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr 220px;gap:25px;align-items:center}.newsletter h3{font:bold 16px Arial,sans-serif;color:#fff;display:inline}.mail-icon{width:48px;height:48px;border-radius:50%;display:inline-grid;place-items:center;background:rgba(255,255,255,.14);margin-right:9px}.newsletter p{font-size:10px;margin-left:59px;margin-top:-8px}.subscribe{display:flex}.subscribe input{min-width:0;flex:1;padding:12px 14px;border:0;border-radius:6px 0 0 6px;outline:0}.subscribe button{border:0;background:#10251a;color:#fff;padding:0 18px;border-radius:0 6px 6px 0;font-weight:700}.social{text-align:right}.social span{display:block;font-size:10px;margin-bottom:7px}.social a{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.14);margin-left:5px;font-size:11px}
footer{background:#0c2118;color:#dbe6df;padding:30px 0 15px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.3fr;gap:28px}.footer-logo .brand-name{color:#fff}.footer-logo .brand-tag{color:#b9c8c0}.footer h4{font:bold 12px Arial,sans-serif;color:#fff;margin-bottom:9px}.footer a{display:block;font-size:10px;color:#d0dbd5;margin:5px 0}.footer a:hover{color:#7ac35a}.footer-message{display:flex;gap:12px;align-items:center}.footer-message i{font-size:26px;color:#7bc35b}.footer-message p{font-size:11px}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:25px;padding-top:12px;text-align:right;font-size:9px;color:#aab9b1}
@media(max-width:950px){.nav{gap:14px}.hero-grid{grid-template-columns:50% 50%}.hero h1{font-size:42px}.program-layout,.why-layout{grid-template-columns:1fr}.newsletter-grid{grid-template-columns:1fr}.social{text-align:left}.footer-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.navbar{height:70px}.nav{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;box-shadow:0 10px 20px rgba(0,0,0,.08)}.nav.show{display:flex}.menu{display:block}.get-started{display:none}.hero-grid{grid-template-columns:1fr}.hero-copy,.hero h1{text-align:center;margin-left:auto;margin-right:auto}.hero-actions,.mini-benefits{justify-content:center}.hero-visual{height:430px}.hero-person{width:320px;height:400px}.rating-card{right:0}.feature-grid{grid-template-columns:1fr 1fr}.feature:nth-child(2){border-right:0}.cards{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr;gap:20px 0}.stat:nth-child(2){border-right:0}.success-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.hero h1{font-size:34px}.hero-actions{flex-direction:column;align-items:center}.feature-grid{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--line);padding:12px}.feature:last-child{border-bottom:0}.stats{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid #d4e4ce;padding-bottom:15px}.stat:last-child{border-bottom:0}.testimonial{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr}.copyright{text-align:center}.newsletter p{margin:8px 0 0}}
