html,body{max-width:100%;overflow-x:hidden;}
.site-footer.site-footer.dg-footer{max-width:none;}
.dg-link{color:#3f8f29;font-weight:600;text-decoration:underline;text-underline-offset:2px;}
.dg-link:hover{color:#4fa832;}

.dg-prose{padding:80px 8%;font-family:'Poppins',sans-serif;background:#fff;}
.dg-prose__inner{max-width:820px;margin:0 auto;}
.dg-prose__inner p{font-size:15.5px;line-height:1.75;color:#4a504b;margin:0 0 20px;}
.dg-prose__inner h2{font-size:28px;font-weight:800;color:#101613;margin:48px 0 20px;}
.dg-prose__inner h2:first-child{margin-top:0;}
.dg-prose__inner ul{margin:0 0 24px;padding:0 0 0 20px;}
.dg-prose__inner ul li{font-size:15.5px;line-height:1.7;color:#4a504b;margin-bottom:10px;}
.dg-prose__facts{list-style:none;margin:24px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;}
.dg-prose__facts li{font-size:14.5px;color:#4a504b;}
.dg-prose__facts b{color:#101613;}
@media(max-width:600px){
.dg-prose{padding:50px 6%;}
.dg-prose__inner h2{font-size:22px;}
.dg-prose__facts{grid-template-columns:1fr;}
}

.dg-exp{padding:90px 8%;font-family:'Poppins',sans-serif;background:#fff;}
.dg-exp__head{max-width:720px;margin:0 auto 56px;text-align:center;}
.dg-exp__head h2{font-size:32px;font-weight:800;margin:0;color:#101613;}
.dg-exp__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.dg-exp__grid--3{grid-template-columns:repeat(3,1fr);}
.dg-exp__card{border:1px solid #e3e8e1;border-radius:14px;padding:28px 24px;}
.dg-exp__card svg{width:40px;height:40px;margin-bottom:18px;}
.dg-exp__card h3{font-size:16px;font-weight:700;margin:0 0 10px;color:#101613;}
.dg-exp__card p{font-size:13.5px;line-height:1.6;color:#4a504b;margin:0;}
.dg-exp__btn-wrap{text-align:center;margin-top:44px;}
.dg-exp__btn{display:inline-block;background:#3f8f29;color:#fff;padding:14px 32px;border-radius:30px;font-weight:700;text-decoration:none;font-size:15px;transition:background .15s ease,transform .15s ease;}
.dg-exp__btn:hover{background:#4fa832;color:#fff;transform:translateY(-1px);}
@media(max-width:900px){
.dg-exp__grid{grid-template-columns:1fr 1fr;gap:20px;}
}
@media(max-width:600px){
.dg-exp{padding:60px 6%;}
.dg-exp__head h2{font-size:26px;}
.dg-exp__grid{grid-template-columns:1fr;}
}

.dg-why{padding:90px 8%;font-family:'Poppins',sans-serif;background:#f6f8f5;}
.dg-why__head{max-width:720px;margin:0 auto 56px;text-align:center;}
.dg-why__head h2{font-size:32px;font-weight:800;margin:0;color:#101613;}
.dg-why__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}
.dg-why__card-img{aspect-ratio:4/3;border-radius:14px;background-size:cover;background-position:center;margin-bottom:20px;}
.dg-why__card h3{font-size:17px;font-weight:700;margin:0 0 10px;color:#101613;}
.dg-why__card p{font-size:14px;line-height:1.65;color:#4a504b;margin:0;}
@media(max-width:900px){
.dg-why__grid{grid-template-columns:1fr 1fr;gap:24px;}
}
@media(max-width:600px){
.dg-why{padding:60px 6%;}
.dg-why__head h2{font-size:26px;}
.dg-why__grid{grid-template-columns:1fr;gap:28px;}
}

.dg-faq{padding:90px 8%;font-family:'Poppins',sans-serif;background:#fff;}
.dg-faq__head{text-align:center;margin-bottom:44px;}
.dg-faq__head h2{font-size:32px;font-weight:800;margin:0;color:#101613;}
.dg-faq__box{max-width:820px;margin:0 auto;background:#f6f8f5;border-radius:16px;padding:8px 28px;}
.dg-faq__item{border-bottom:1px solid #e3e8e1;padding:22px 0;}
.dg-faq__item:last-child{border-bottom:none;}
.dg-faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:700;font-size:15.5px;color:#101613;}
.dg-faq__item summary::-webkit-details-marker{display:none;}
.dg-faq__chevron{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);}
.dg-faq__item[open] .dg-faq__chevron{transform:rotate(180deg);}
.dg-faq__item p{margin:14px 0 0;font-size:14.5px;line-height:1.7;color:#4a504b;}
.dg-faq__answer{overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1);}
@media(max-width:600px){
.dg-faq{padding:60px 6%;}
.dg-faq__head h2{font-size:26px;}
.dg-faq__box{padding:6px 18px;}
.dg-faq__item summary{font-size:14px;}
}

.dg-contact{padding:90px 8%;font-family:'Poppins',sans-serif;background:#f5f6f7;}
.dg-contact__row{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px;}
.dg-contact__col{flex:1;}
.dg-contact__eyebrow{color:#575757;font-weight:600;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;}
.dg-contact__col h2{color:#242424;font-size:32px;font-weight:800;margin:0 0 18px;}
.dg-contact__col p{color:#575757;font-size:15.5px;line-height:1.7;margin:0 0 32px;max-width:480px;}
.dg-contact__btn{display:inline-block;background:#3f8f29;color:#fff;padding:14px 32px;border-radius:30px;font-weight:700;text-decoration:none;font-size:15px;transition:background .15s ease,transform .15s ease;}
.dg-contact__btn:hover{background:#4fa832;color:#fff;transform:translateY(-1px);}
@media(max-width:768px){
.dg-contact{padding:60px 6%;}
.dg-contact__row{flex-direction:column-reverse;gap:32px;text-align:center;}
.dg-contact__col p{margin-left:auto;margin-right:auto;}
.dg-contact__col h2{font-size:26px;}
}

.dg-footer{background:#101613;font-family:'Poppins',sans-serif;padding:64px 8% 0;width:100%;box-sizing:border-box;}
.dg-footer__top{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1);}
.dg-footer__brand img{height:56px;width:auto;margin-bottom:14px;}
.dg-footer__brand p{color:#9aa196;font-size:13.5px;line-height:1.6;margin:0;max-width:260px;}
.dg-footer__heading{color:#fff;font-weight:700;font-size:14px;margin:0 0 16px;}
.dg-footer__col ul{list-style:none;margin:0;padding:0;}
.dg-footer__col ul li{margin-bottom:10px;}
.dg-footer__col ul li a{color:#9aa196;font-size:14px;text-decoration:none;transition:color .15s ease;}
.dg-footer__col ul li a:hover{color:#8bc34a;}
.dg-footer__bottom{max-width:1200px;margin:0 auto;padding:24px 0;text-align:center;}
.dg-footer__bottom p{color:#71776e;font-size:12.5px;margin:0;}
@media(max-width:900px){
.dg-footer__top{grid-template-columns:1fr 1fr;row-gap:32px;}
}
@media(max-width:600px){
.dg-footer{padding:48px 6% 0;}
.dg-footer__top{grid-template-columns:1fr;text-align:center;}
.dg-footer__brand{display:flex;flex-direction:column;align-items:center;}
}
