@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8fbf6;color:#173d24;font-family:Vazirmatn,Tahoma,Arial,sans-serif}.page{max-width:1440px;margin:0 auto;background:#fff;box-shadow:0 0 35px #00000012}.header{height:96px;padding:14px 34px;display:flex;align-items:center;justify-content:space-between;border:2px solid #d6bd54;border-radius:0 0 18px 18px;background:#fff}.brand{text-align:right;line-height:1}.brand-name{font-size:29px;font-weight:800;color:#183f24;direction:ltr}.brand-fa{font-size:20px;font-weight:700;margin-top:8px}.nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:600;color:#202d24}.nav span{opacity:.92;white-space:nowrap}.contact-link{color:#fff;background:#195d2d;padding:11px 17px;border-radius:9px;text-decoration:none;white-space:nowrap}.hero{min-height:385px;display:grid;grid-template-columns:47% 53%;overflow:hidden;background:linear-gradient(100deg,#dff4ff,#fff 58%,#eef8ec)}.hero-art{overflow:hidden}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:36px 48px 40px 25px}.hero-copy h1{font-size:46px;line-height:1.3;margin:0 0 14px;font-weight:800;color:#16502b}.hero-copy p{font-size:20px;color:#36413a;margin:0 0 28px}.actions{display:flex;gap:18px}.actions button,.form button{border:0;border-radius:14px;padding:15px 38px;font-family:inherit;font-size:17px;font-weight:700;background:#f8c82c;color:#173d24}.actions .outline{background:#fff;border:2px solid #487557}.actions button:disabled,.lesson button:disabled,.form button:disabled{opacity:1;cursor:not-allowed}.value-strip{width:88%;margin:-2px auto 28px;position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid #d8dfd7;border-radius:22px;box-shadow:0 5px 16px #00000012;overflow:hidden}.value-strip>div{padding:19px 22px;display:grid;grid-template-columns:1fr 54px;align-items:center;border-left:1px solid #e4e9e3}.value-strip>div:last-child{border-left:0}.value-strip b{font-size:18px}.value-strip small{grid-column:1;font-size:12px;color:#68706a}.value-strip i{grid-column:2;grid-row:1/3;width:52px;height:52px;border-radius:50%;background:#edf6e7;display:grid;place-items:center;font-size:28px;font-style:normal;color:#294e30}section{padding:8px 50px 30px}h2{text-align:center;font-size:26px;margin:10px 0 20px;color:#173f24}h2 em{font-style:normal;color:#91ad3c;font-size:16px}.cards{display:grid;gap:15px}.cards.six{grid-template-columns:repeat(6,1fr)}.cards article{border:1px solid #dce5dc;border-radius:18px;padding:10px;background:#fff;text-align:center;min-height:230px;box-shadow:0 3px 9px #00000008}.cards img{width:100%;height:115px;object-fit:cover;border-radius:13px}.cards h3{font-size:15px;margin:9px 0 6px}.cards p,.lesson p{font-size:11px;line-height:1.9;color:#6b746d;margin:0}.lesson-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lesson{border:1px solid #dce5dc;border-radius:18px;padding:12px;display:grid;grid-template-columns:40% 60%;position:relative;background:#fff;min-height:160px}.lesson img{width:100%;height:125px;object-fit:cover;border-radius:12px}.lesson>div{padding:4px 12px}.lesson h3{font-size:15px;margin:0 0 8px}.lesson button{border:0;background:none;color:#17612e;font-family:inherit;font-weight:700;padding:0;margin-top:10px}.lesson>span{position:absolute;bottom:10px;right:15px;font-size:11px;color:#69716b}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px}.steps>div:not(.arrow){border:1px solid #dce5dc;border-radius:18px;padding:18px 14px;min-height:105px;background:#fff}.steps strong{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#1c6530;color:#fff;float:right;margin-left:10px}.steps b{display:block;font-size:16px}.steps p{font-size:11px;color:#6b746d;margin:9px 0 0;line-height:1.7}.arrow{font-size:36px;color:#4e8a46}.stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;border:1px solid #dce5dc;border-radius:18px;overflow:hidden}.stats div{padding:13px;text-align:center;border-left:1px solid #e3e9e2}.stats div:last-child{border-left:0}.stats b{font-size:24px;display:block;color:#1d5a2c}.stats span{font-size:11px;color:#6a726c}.ask{margin:10px 50px 25px;padding:0;display:grid;grid-template-columns:35% 65%;border:1px solid #dce5dc;border-radius:22px;overflow:hidden;background:#fff;min-height:230px}.ask-art img{width:100%;height:100%;object-fit:cover}.ask-copy{padding:24px}.ask-copy h2{text-align:right;margin:0 0 8px}.ask-copy>p{font-size:13px;color:#69716b}.form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.form input,.form textarea{border:1px solid #d7dfd7;border-radius:10px;padding:12px;font-family:inherit;font-size:12px;background:#fbfdfb}.form textarea{grid-column:1/3;height:72px;resize:none}.form button{justify-self:start;padding:11px 32px;font-size:14px}footer{background:#104e27;color:#fff;padding:30px 55px 20px;display:grid;grid-template-columns:1.35fr 1fr 1fr 1.2fr;gap:30px;position:relative}footer h3{margin:0 0 10px;font-size:18px}footer p{font-size:11px;line-height:2.1;color:#e1eee4;margin:0}.social{font-size:23px;letter-spacing:8px;margin-top:8px}footer small{grid-column:1/-1;text-align:center;border-top:1px solid #ffffff30;padding-top:12px;color:#d6e5da;font-size:10px}@media(max-width:1100px){.nav{gap:13px;font-size:12px}.hero-copy h1{font-size:36px}.cards.six{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.header{height:auto;flex-direction:column;gap:16px;padding:18px}.nav{flex-wrap:wrap;justify-content:center}.hero{grid-template-columns:1fr;min-height:auto}.hero-art{height:280px}.hero-copy{padding:28px 22px}.hero-copy h1{font-size:32px}.hero-copy p{font-size:16px}.actions{flex-direction:column;width:100%}.actions button{width:100%}.value-strip{width:94%;grid-template-columns:1fr}.value-strip>div{border-left:0;border-bottom:1px solid #e4e9e3}.cards.six{grid-template-columns:repeat(2,1fr)}section{padding:8px 18px 25px}.lesson-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.arrow{transform:rotate(-90deg);justify-self:center}.stats{grid-template-columns:repeat(2,1fr)}.ask{margin:10px 18px 25px;grid-template-columns:1fr}.ask-art{height:220px}footer{padding:28px 22px;grid-template-columns:1fr 1fr}.cards article{min-height:210px}}@media(max-width:430px){.cards.six{grid-template-columns:1fr}.hero-art{height:230px}.hero-copy h1{font-size:27px}.value-strip b{font-size:16px}footer{grid-template-columns:1fr}}
