:root{--green-950:#0a1f14;--green-900:#0f2e1e;--green-800:#145032;--green-700:#1a6640;--green-600:#228052;--green-500:#2d9b63;--green-400:#4db87d;--green-100:#e8f5ee;--green-50:#f4faf7;--neutral-900:#111827;--neutral-700:#374151;--neutral-500:#6b7280;--neutral-300:#d1d5db;--neutral-200:#e5e7eb;--neutral-100:#f3f4f6;--neutral-50:#f9fafb;--white:#fff;--color-primary:var(--green-700);--color-primary-hover:var(--green-800);--color-primary-light:var(--green-100);--color-accent:var(--green-500);--text:var(--neutral-700);--text-muted:var(--neutral-500);--text-heading:var(--green-900);--bg:var(--white);--bg-alt:var(--green-50);--bg-dark:var(--green-950);--border:var(--neutral-200);--border-light:#ffffff1f;--shadow-sm:0 1px 3px #0f2e1e0f;--shadow-md:0 4px 16px #0f2e1e14;--shadow-lg:0 12px 40px #0f2e1e1f;--shadow-xl:0 20px 60px #0f2e1e29;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--container:1200px;--header-h:72px;--sans:"Inter", system-ui, -apple-system, sans-serif;--heading:"Plus Jakarta Sans", var(--sans);--transition:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font:16px/1.65 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{flex-direction:column;min-height:100svh;display:flex}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);transition:color var(--transition);text-decoration:none}a:hover{color:var(--color-primary-hover)}h1,h2,h3,h4{font-family:var(--heading);color:var(--text-heading);margin:0;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.25rem);font-weight:700}h2{letter-spacing:-.015em;font-size:clamp(1.625rem,3vw,2.25rem);font-weight:700}h3{font-size:1.125rem;font-weight:600}p{margin:0}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.section{padding-block:clamp(4rem,8vw,6rem)}.section--alt{background:var(--bg-alt)}.section--dark{background:var(--bg-dark);color:#ffffffd9}.section--dark h2,.section--dark h3{color:var(--white)}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section-header{text-align:center;margin-inline:auto;max-width:640px;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.section-header .section-desc{color:var(--text-muted);margin-top:1rem;font-size:1.0625rem}.section-header--light .section-label{color:var(--green-400)}.section-header--light .section-desc{color:#ffffffa6}.section-desc{color:var(--text-muted);font-size:1.0625rem;line-height:1.7}.lead{color:var(--text);margin-bottom:1rem;font-size:1.0625rem;line-height:1.75}.btn{border-radius:var(--radius-full);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.btn--primary{background:var(--color-primary);color:var(--white)}.btn--primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--outline{color:var(--white);background:0 0;border:2px solid #ffffff80}.btn--outline:hover{border-color:var(--white);background:#ffffff1a}.btn--sm{padding:.5rem 1.125rem;font-size:.875rem}.btn--lg{padding:.9375rem 2rem;font-size:1rem}.header{z-index:200;height:var(--header-h);transition:background var(--transition), box-shadow var(--transition), border-color var(--transition);position:fixed;top:0;left:0;right:0}.header .header__nav button{color:#ffffffeb}.header .header__nav button:hover{color:var(--white);background:#ffffff1f}.header .header__burger span{background:var(--white)}.header .lang-switch{border-color:#ffffff59}.header .lang-switch button{color:#ffffffbf}.header .lang-switch button.active{background:var(--white);color:var(--color-primary)}.header .lang-switch button:not(.active):hover{color:var(--white)}.header--solid{-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border);background:#fffffff7}.header--solid .header__nav button{color:var(--text-heading)}.header--solid .header__nav button:hover{color:var(--color-primary);background:var(--green-50)}.header--solid .header__burger span{background:var(--text-heading)}.header--solid .lang-switch{border-color:var(--border)}.header--solid .lang-switch button{color:var(--text-muted)}.header--solid .lang-switch button.active{background:var(--color-primary);color:var(--white)}.header--solid .lang-switch button:not(.active):hover{color:var(--color-primary)}.header--menu-open{background:var(--white);border-bottom:1px solid var(--border)}.header--menu-open .header__nav button{color:var(--text-heading)}.header--menu-open .header__burger span{background:var(--text-heading)}.header--menu-open .lang-switch{border-color:var(--border)}.header--menu-open .lang-switch button{color:var(--text-muted)}.header--menu-open .lang-switch button.active{background:var(--color-primary);color:var(--white)}.header__backdrop{inset:var(--header-h) 0 0 0;z-index:150;cursor:pointer;background:#0a1f1473;border:none;animation:.25s fade-in;position:fixed}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.header__logo{flex-shrink:0;padding:0}.header__logo img{width:auto;height:44px}.header__nav ul{align-items:center;gap:.25rem;display:flex}.header__nav button{border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);padding:.5rem .75rem;font-size:.875rem;font-weight:500}@media (width<=1024px){.header__nav{top:var(--header-h);z-index:160;background:var(--white);width:min(320px,88vw);box-shadow:none;visibility:hidden;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.header__nav.header__nav--open{box-shadow:var(--shadow-xl);visibility:visible;transform:translate(0)}.header__nav ul{flex-direction:column;align-items:stretch;gap:.25rem}.header__nav button{color:var(--text-heading);text-align:left;width:100%;padding:.875rem 1rem;font-size:1rem}.header__nav button:hover{background:var(--green-50);color:var(--color-primary)}}.header__actions{align-items:center;gap:.75rem;display:flex}.lang-switch{border-radius:var(--radius-full);border:1px solid #ffffff59;display:flex;overflow:hidden}.lang-switch button{transition:all var(--transition);padding:.375rem .75rem;font-size:.75rem;font-weight:600}@media (width<=768px){.header__cta{display:none}}.header__burger{flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.header__burger span{background:var(--white);height:2px;transition:all var(--transition);border-radius:2px;display:block}.header__burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1024px){.header__burger{display:flex}}.hero{align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;width:100%;height:100%}.hero__overlay{background:linear-gradient(135deg,#0a1f14e0 0%,#0f2e1ebf 50%,#18605fa6 100%);position:absolute;inset:0}.hero__content{z-index:1;padding-block:calc(var(--header-h) + 3rem) 4rem;text-align:left;grid-template-columns:1fr auto;align-items:center;gap:3rem;display:grid;position:relative}@media (width<=900px){.hero__content{text-align:center;grid-template-columns:1fr}}.hero__text{color:var(--white);max-width:640px}.hero__text h1{color:var(--white);margin-block:.75rem 1rem}@media (width<=900px){.hero__text{margin-inline:auto}}.hero__tagline{letter-spacing:.06em;text-transform:uppercase;color:var(--green-400);border-radius:var(--radius-full);background:#2d9b6326;border:1px solid #4db87d4d;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero__subtitle{color:#fffc;margin-bottom:2rem;font-size:1.0625rem;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:.875rem;display:flex}@media (width<=900px){.hero__actions{justify-content:center}}@media (width<=900px){.hero__logo-wrap{display:none}}.hero__logo{filter:drop-shadow(0 8px 32px #0000004d);width:clamp(180px,20vw,260px);animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero__scroll{z-index:1;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll span{border:2px solid #fff6;border-radius:12px;width:24px;height:40px;display:block;position:relative}.hero__scroll span:after{content:"";background:var(--green-400);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scroll-down;position:absolute;top:6px;left:50%;transform:translate(-50%)}@media (width<=768px){.hero__scroll{display:none}}@keyframes scroll-down{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.3;transform:translate(-50%)translateY(12px)}}.founder__grid{grid-template-columns:380px 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}@media (width<=900px){.founder__grid{grid-template-columns:1fr}}.founder__image{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.founder__image img{aspect-ratio:4/5;object-fit:cover;width:100%}.founder__badge{color:var(--white);background:linear-gradient(#0000,#0a1f14e6);padding:1.25rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.founder__name{font-family:var(--heading);font-size:1.125rem;font-weight:700;display:block}.founder__role{color:var(--green-400);margin-top:.25rem;font-size:.875rem;display:block}.founder__content{flex-direction:column;gap:1rem;display:flex}.founder__content p{color:var(--text);line-height:1.75}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}@media (width<=900px){.about__grid{grid-template-columns:1fr}}.about__content{flex-direction:column;gap:1rem;display:flex}.about__content p{line-height:1.75}.about__image{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.about__image img{aspect-ratio:4/3;object-fit:cover;width:100%}@media (width<=900px){.about__image{order:-1}}.services__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);text-align:left;padding:1.75rem}.service-card:hover{border-color:var(--green-400);box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-card h3{margin-block:1rem .625rem}.service-card>p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.65}.service-card ul{flex-direction:column;gap:.5rem;display:flex}.service-card li{color:var(--text);padding-left:1.25rem;font-size:.875rem;line-height:1.5;position:relative}.service-card li:before{content:"";background:var(--color-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.5em;left:0}.service-card__icon{background:var(--color-primary-light);border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-primary);justify-content:center;align-items:center;display:flex}.service-card__icon svg{width:24px;height:24px}.why-us__inner{text-align:center;max-width:800px;margin-inline:auto}.why-us__list{text-align:left;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:2.5rem;display:grid}.why-us__list li{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);transition:all var(--transition);align-items:flex-start;gap:.875rem;padding:1.125rem 1.25rem;font-size:.9375rem;line-height:1.55;display:flex}.why-us__list li:hover{border-color:var(--green-400);box-shadow:var(--shadow-sm)}.why-us__check{background:var(--color-primary);width:24px;height:24px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-us__check svg{width:14px;height:14px}.mvv__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.mvv__grid{grid-template-columns:1fr}}.mvv-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--white);text-align:left;transition:all var(--transition);padding:2rem}.mvv-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.mvv-card h3{margin-block:1.25rem .75rem}.mvv-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.mvv-card__icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;display:flex}.mvv-card__icon svg{width:28px;height:28px}.mvv-card--mission .mvv-card__icon{color:var(--green-700);background:#1a66401a}.mvv-card--vision .mvv-card__icon{color:var(--green-500);background:#2d9b631a}.mvv-card--values .mvv-card__icon{color:var(--green-400);background:#4db87d1a}.mvv-values{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.mvv-value-tag{background:var(--green-50);color:var(--color-primary);border-radius:var(--radius-full);border:1px solid var(--green-100);padding:.375rem .875rem;font-size:.8125rem;font-weight:500}.equipment__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=900px){.equipment__grid{grid-template-columns:1fr}}.equipment-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition);background:#ffffff0d;overflow:hidden}.equipment-card:hover{box-shadow:var(--shadow-xl);background:#ffffff14;transform:translateY(-4px)}.equipment-card__image{aspect-ratio:16/10;overflow:hidden}.equipment-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.equipment-card:hover .equipment-card__image img{transform:scale(1.05)}.equipment-card__body{text-align:left;padding:1.5rem}.equipment-card__body h3{margin-bottom:.5rem}.equipment-card__body p{color:#ffffffa6;font-size:.9375rem;line-height:1.65}.solutions__layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}@media (width<=900px){.solutions__layout{grid-template-columns:1fr}}.solutions__image{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);top:calc(var(--header-h) + 2rem);position:sticky;overflow:hidden}.solutions__image img{aspect-ratio:4/5;object-fit:cover;width:100%}@media (width<=900px){.solutions__image{position:static}}.solutions__content{text-align:left}.solutions__list{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.solution-item{background:var(--bg-alt);border-radius:var(--radius-md);transition:all var(--transition);border:1px solid #0000;gap:1.25rem;padding:1.25rem;display:flex}.solution-item:hover{border-color:var(--green-400);background:var(--white);box-shadow:var(--shadow-sm)}.solution-item h3{margin-bottom:.375rem}.solution-item p{color:var(--text-muted);font-size:.9375rem;line-height:1.65}.solution-item__num{font-family:var(--heading);color:var(--green-400);opacity:.7;flex-shrink:0;font-size:1.5rem;font-weight:700;line-height:1}.quote__inner{max-width:720px;margin-inline:auto}.quote__header{text-align:center;margin-bottom:2.5rem}.quote__form{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-md);text-align:left;flex-direction:column;gap:1.25rem;padding:clamp(1.5rem,4vw,2.5rem);display:flex}.quote__form label{color:var(--text-heading);flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.quote__form input,.quote__form select,.quote__form textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}:is(.quote__form input,.quote__form select,.quote__form textarea):focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1a66401f}.quote__form textarea{resize:vertical;min-height:120px}.quote__form .btn{align-self:flex-start;margin-top:.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr}}.quote__success{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--green-400);box-shadow:var(--shadow-md);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.quote__success svg{width:56px;height:56px;color:var(--color-primary)}.quote__success p{color:var(--text-heading);font-size:1.0625rem;font-weight:500}.contact__grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}@media (width<=900px){.contact__grid{grid-template-columns:1fr}}.contact__info{text-align:left}.contact__list{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.contact__list li{align-items:flex-start;gap:1rem;font-size:.9375rem;line-height:1.55;display:flex}.contact__list svg{width:22px;height:22px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.contact__list a{color:var(--text);font-weight:500}.contact__list a:hover{color:var(--color-primary)}.contact__socials{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.contact__socials h3{color:var(--text-heading);margin-bottom:1rem;font-size:1rem}.contact__social-links{flex-wrap:wrap;gap:.75rem;display:flex}.contact__social-link{border:1px solid var(--border);background:var(--white);width:44px;height:44px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;transition:transform .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.contact__social-link:hover,.contact__social-link:focus-visible{border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.contact__social-link svg{width:20px;height:20px;margin:0}.contact__map{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);min-height:360px;overflow:hidden}.contact__map iframe{border:0;width:100%;height:100%;min-height:360px;display:block}.footer{background:var(--green-900);color:#ffffffbf;padding-block:3rem 0}.footer__top{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:2.5rem;display:flex}@media (width<=768px){.footer__top{text-align:center;flex-direction:column;align-items:center}}.footer__brand img{filter:brightness(1.1);width:auto;height:48px;margin-bottom:1rem}.footer__company{font-family:var(--heading);color:var(--white);font-size:.9375rem;font-weight:600}.footer__tagline{color:var(--green-400);margin-top:.375rem;font-size:.875rem}.footer__links{flex-direction:column;gap:.625rem;display:flex}.footer__links button{color:#ffffffb3;text-align:left;transition:color var(--transition);font-size:.9375rem}.footer__links button:hover{color:var(--green-400)}@media (width<=768px){.footer__links{align-items:center}.footer__links button{text-align:center}}.footer__bottom{text-align:center;color:#ffffff73;padding-block:1.5rem;font-size:.8125rem}
