.hero{background:linear-gradient(180deg, #c8dff0 0%, var(--mw-gray-sky) 35%, var(--mw-white) 70%, var(--mw-earth-paper) 100%);overflow:hidden}.hero__desktop{flex-direction:column;display:flex}.hero__tablet,.hero__mobile{display:none}.hero__stage{justify-content:center;align-items:center;height:calc(100vh - 60px);display:flex;position:relative;overflow:hidden}.hero__stage-grass{z-index:0;width:100%;position:absolute;bottom:0;left:0;right:0}.hero__panel-left{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;width:32%;height:auto;display:block;position:absolute;bottom:0;left:0}.hero__panel-right{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;width:32%;height:auto;display:block;position:absolute;bottom:0;right:0}.hero__content{z-index:2;text-align:center;align-items:center;gap:var(--mw-space-4);width:34%;min-width:240px;max-width:440px;padding:var(--mw-space-6) var(--mw-space-4);flex-direction:column;display:flex;position:relative}.hero__tags{justify-content:center;align-items:center;gap:var(--mw-space-2);flex-wrap:wrap;display:flex}.hero__heading{font-family:var(--font-pixel);line-height:2}.hero__heading-line1{font-size:var(--mw-pixel-2xl);color:var(--mw-black);display:block}.hero__heading-line2{font-size:var(--mw-pixel-2xl);color:var(--mw-green-forest);display:block}.hero__subtitle{font-family:var(--font-body);font-size:var(--mw-body-lg);color:var(--mw-gray-dark);line-height:1.7}.hero__buttons{justify-content:center;align-items:center;gap:var(--mw-space-3);margin-top:var(--mw-space-2);flex-wrap:wrap;display:flex}@media (min-width:601px) and (max-width:900px){.hero__desktop{display:none}.hero__tablet{flex-direction:column;display:flex}.hero__mobile{display:none}.hero__tablet .hero__stage{justify-content:center;align-items:center;height:calc(100vh - 60px);display:flex;position:relative;overflow:hidden}.hero__tablet .hero__panel-left,.hero__tablet .hero__panel-right{width:30%}.hero__tablet .hero__content{width:36%;padding:var(--mw-space-4) var(--mw-space-3)}.hero__tablet .hero__heading-line1,.hero__tablet .hero__heading-line2{font-size:var(--mw-pixel-lg)}.hero__tablet .hero__subtitle{font-size:var(--mw-body-sm)}}@media (max-width:600px){.hero__desktop,.hero__tablet{display:none}.hero__mobile{flex-direction:column;display:flex}.hero__mobile .hero__content{width:100%;max-width:100%;min-width:unset;padding:var(--mw-space-10) var(--mw-space-6) var(--mw-space-6);text-align:center;gap:var(--mw-space-4);position:static}.hero__mobile .hero__heading-line1,.hero__mobile .hero__heading-line2{font-size:var(--mw-pixel-lg)}.hero__mobile .hero__subtitle{font-size:var(--mw-body-sm)}.hero__mobile .hero__buttons{flex-direction:column;align-items:stretch}.hero__mobile .hero__buttons .mw-btn{justify-content:center}.hero__mobile-scene img{width:100%;height:auto;display:block}}
.services{background-color:var(--mw-earth-paper);padding:var(--mw-space-24) 0 var(--mw-space-32)}.services__header{text-align:center;margin-bottom:var(--mw-space-16)}.services__header .mw-section-heading{margin-top:var(--mw-space-4)}.services__header p{font-family:var(--font-body);font-size:var(--mw-body-lg);color:var(--mw-gray-dark);max-width:540px;margin:var(--mw-space-6) auto 0;line-height:1.7}.services__grid{gap:var(--mw-space-6);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:900px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.services__grid{grid-template-columns:1fr}}.service-card{background-color:var(--mw-white);border:2px solid var(--mw-black);border-radius:var(--mw-radius-md);flex-direction:column;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden}.service-card:hover{box-shadow:0 6px 0 var(--mw-black);transform:translateY(-4px)}.service-card__accent{flex-shrink:0;height:8px}.service-card__accent--green{background-color:var(--mw-green-forest)}.service-card__accent--olive{background-color:var(--mw-green-olive)}.service-card__accent--blue{background-color:var(--mw-blue)}.service-card__body{padding:var(--mw-space-6);gap:var(--mw-space-4);flex-direction:column;flex:1;display:flex}.service-card__icon{align-items:center;line-height:1;display:flex}.service-card__title{font-family:var(--font-pixel);font-size:var(--mw-pixel-base);color:var(--mw-black);line-height:2}.service-card__description{font-family:var(--font-body);font-size:var(--mw-body-sm);color:var(--mw-gray-dark);flex:1;line-height:1.7}.service-card__link{font-family:var(--font-pixel);font-size:var(--mw-pixel-xs);color:var(--mw-green-forest);align-items:center;gap:var(--mw-space-2);line-height:1.8;transition:gap .1s;display:inline-flex}.service-card__link:hover{gap:var(--mw-space-3)}
.about{background:linear-gradient(135deg, var(--mw-gray-sky) 0%, var(--mw-earth-light) 100%);padding:var(--mw-space-24) 0;overflow:hidden}.about__inner{gap:var(--mw-space-16);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about__illustration{justify-content:center;align-items:flex-end;display:flex}.about__illustration img{object-fit:contain;width:100%;max-width:520px}.about__content{gap:var(--mw-space-6);flex-direction:column;display:flex}.about__tags{gap:var(--mw-space-2);flex-wrap:wrap;display:flex}.about__heading{font-family:var(--font-pixel);font-size:var(--mw-pixel-xl);color:var(--mw-black);line-height:2}.about__body{font-family:var(--font-body);font-size:var(--mw-body-lg);color:var(--mw-gray-dark);line-height:1.7}.about__body p+p,.about__cta{margin-top:var(--mw-space-4)}@media (max-width:860px){.about__inner{gap:var(--mw-space-10);grid-template-columns:1fr}.about__illustration{order:-1}.about__illustration img{max-width:400px}.about__heading{font-size:var(--mw-pixel-lg)}}@media (max-width:480px){.about__illustration img{max-width:100%}}
.stats{background-color:var(--mw-black);padding:var(--mw-space-16) 0}.stats__grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-item{padding:var(--mw-space-10) var(--mw-space-6);border-right:1px solid var(--mw-gray-dark);text-align:center;justify-content:center;align-items:center;gap:var(--mw-space-3);flex-direction:column;display:flex}.stat-item:last-child{border-right:none}.stat-item__value{font-family:var(--font-pixel);font-size:var(--mw-pixel-lg);color:var(--mw-yellow);line-height:1.8}.stat-item__label{font-family:var(--font-pixel);color:var(--mw-gray-mid);text-align:center;letter-spacing:.05em;text-transform:uppercase;font-size:.4rem;line-height:1.8}@media (max-width:680px){.stats__grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-right:1px solid var(--mw-gray-dark);border-bottom:1px solid var(--mw-gray-dark)}.stat-item:nth-child(2){border-right:none}.stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:none}.stat-item:nth-child(4){border-right:none}}
.cta{background-color:var(--mw-earth-pale);position:relative}.cta__body{padding:var(--mw-space-24) var(--mw-gutter);text-align:center;align-items:center;gap:var(--mw-space-6);flex-direction:column;display:flex}.cta__label{font-family:var(--font-pixel);font-size:var(--mw-pixel-xs);color:var(--mw-green-forest);line-height:1.8}.cta__heading{font-family:var(--font-pixel);font-size:var(--mw-pixel-3xl);color:var(--mw-black);max-width:700px;line-height:2}.cta__sub{font-family:var(--font-body);font-size:var(--mw-body-lg);color:var(--mw-gray-dark);max-width:480px;line-height:1.7}.cta__buttons{gap:var(--mw-space-4);margin-top:var(--mw-space-4);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:560px){.cta__heading{font-size:var(--mw-pixel-xl)}.cta__buttons{flex-direction:column;align-items:stretch;width:100%;max-width:320px}.cta__buttons .mw-btn{justify-content:center}}
