:root{--navy:#31a554;--navy2:#31a554;--blue:#31a554;--sky:#6cc176;--lime:#6cc176;--paper:#ffffff;--ink:#234b2e}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:"Noto Sans Thai","Leelawadee UI",Tahoma,Arial,sans-serif}
.font-prompt{font-family:"Prompt","Leelawadee UI",Tahoma,Arial,sans-serif!important}
a{color:inherit;text-decoration:none}
button{font:inherit}
em{color:var(--blue);font-style:normal}

.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;height:92px;padding:0 5.5vw;display:flex;align-items:center;justify-content:space-between;color:#fff;background:linear-gradient(112deg,#19462a 0%,#267743 44%,#31a554 100%);border-bottom:1px solid #ffffff2b;transition:.35s ease}
.site-header.is-scrolled{height:74px;color:#fff;background:linear-gradient(112deg,#19462a 0%,#267743 44%,#31a554 100%);box-shadow:0 12px 40px #17382430}
.brand{display:flex;align-items:center;gap:12px;line-height:1}
.brand-mark{width:40px;height:40px;display:flex;align-items:flex-end;gap:3px;transform:skew(-12deg)}
.brand-mark i{display:block;width:9px;background:linear-gradient(180deg,#a9e3ae,var(--sky));border-radius:2px}
.brand-mark i:nth-child(1){height:20px}
.brand-mark i:nth-child(2){height:31px}
.brand-mark i:nth-child(3){height:40px;background:var(--sky)}
.brand>span:last-child{display:flex;flex-direction:column;gap:4px}
.brand b{font-size:17px;letter-spacing:.08em}
.brand small{font-size:8px;letter-spacing:.16em;opacity:.82}
.site-header nav{display:flex;align-items:center;gap:clamp(15px,1.55vw,28px);font-size:clamp(13px,.95vw,15px);font-weight:600}
.site-header nav>a:not(.nav-cta){position:relative;opacity:.82}
.site-header nav>a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--blue);transition:.25s}
.site-header nav>a:hover:after{width:100%}
.site-header nav>a:not(.nav-cta)[aria-current="page"]{opacity:1;color:#fff}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{display:flex;align-items:center;gap:6px;padding:10px 0;border:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;opacity:.9}
.nav-dropdown-toggle>span{font-size:14px;transition:transform .25s ease}
.nav-dropdown.is-open .nav-dropdown-toggle>span,.nav-dropdown:hover .nav-dropdown-toggle>span{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;z-index:70;top:calc(100% + 8px);left:-18px;width:max-content;min-width:242px;padding:10px;background:#fff;color:#234b2e;border:1px solid #d7eadb;box-shadow:0 18px 48px #17382428;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-dropdown-menu a{display:block;padding:11px 13px;font-size:14px;line-height:1.4;white-space:nowrap;transition:background .2s,color .2s}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a[aria-current="page"]{background:#f2faf3;color:#31a554}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--blue);color:#fff;min-height:48px;padding:0 10px 0 22px;border-radius:7px;font-weight:700}
.nav-cta span,.button span{display:grid;place-items:center;width:30px;height:30px;background:#fff;color:var(--blue);border-radius:5px}
.site-header .nav-cta,.hero .button{background:#fff;color:var(--blue)}
.site-header .nav-cta span,.hero .button span{background:var(--blue);color:#fff}
.menu-toggle{display:none;background:none;border:0;padding:8px}

.hero{position:relative;min-height:900px;padding:92px 5.5vw 102px;background:radial-gradient(ellipse at 77% 43%,#8bd69336 0%,#6cc17620 31%,transparent 57%),linear-gradient(112deg,#287f46f7 0%,#287f46e8 38%,#2b914cb8 76%,#6cc17682 100%),url('../images/hero-green-city-background.webp');background-size:cover,cover,cover;background-position:center,center,center center;background-repeat:no-repeat;color:#fff;overflow:hidden;display:grid;grid-template-columns:42% 58%;grid-template-areas:"copy visual";align-items:center;column-gap:0}
.hero:before{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(#ffffff1b 1px,transparent 1px),linear-gradient(90deg,#ffffff1b 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to right,#000,transparent 80%)}
.hero-intro-wipe{display:none}
.hero-glow{position:absolute;left:55%;top:18%;width:720px;height:720px;border-radius:50%;background:#6cc17652;filter:blur(125px);transform:translateX(-10%)}
.hero-copy{--hero-reveal-duration:1.45s;--hero-reveal-ease:cubic-bezier(.22,.78,.2,1);position:relative;z-index:5;grid-area:copy;width:104%;min-width:0;padding:38px 0 42px;text-align:left;transform:translate(1.65vw,34px)}
.hero-service-label{display:block;width:max-content;max-width:100%;margin:0 0 18px;border:1px solid #123d2766;border-radius:6px;background:#f2faf3e8;color:var(--blue);font-family:"Noto Sans Thai","Leelawadee UI",Tahoma,Arial,sans-serif;font-size:clamp(11px,.78vw,13px);font-weight:700;line-height:1.25;letter-spacing:0;box-shadow:0 8px 24px #1738241f}
.hero-service-label-text{display:block;padding:9px 15px;white-space:nowrap}
.hero-service-label-reveal{clip-path:inset(0 100% 0 0);will-change:clip-path;animation:heroButtonMaskedReveal var(--hero-reveal-duration,1.45s) .3s var(--hero-reveal-ease,cubic-bezier(.22,.78,.2,1)) both}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:.22em;font-weight:800}
.eyebrow{display:flex;align-items:center;gap:12px;color:#b9cee0;animation:fadeRise .8s 1.25s both}
.eyebrow span{width:34px;height:2px;background:var(--lime)}
.hero h1{margin:0;font-size:clamp(43px,3.7vw,66px);line-height:1.2;font-family:"Noto Sans Thai","Leelawadee UI",Tahoma,Arial,sans-serif;font-weight:720;letter-spacing:-.03em;text-shadow:0 4px 10px #123d2738,0 1px 1px #123d2750}
.hero-title-line{display:block;position:relative;width:max-content;max-width:100%;clip-path:inset(-18px -26px);transform-origin:left bottom;will-change:transform,opacity,filter;animation:titleSwing 1s cubic-bezier(.16,1,.3,1) both}
.hero-title-line.line-one{animation-delay:1.25s}
.hero-title-line.line-two{animation-delay:1.38s}
.hero-title-line.line-three{animation-delay:1.51s}
.hero-title-line.line-four{animation-delay:1.64s}
.hero h1{color:#f2faf3}
.hero h1 em{display:inline-block;color:#a8e6a3;animation:none;transform:none;text-shadow:0 2px 9px #17382430}
.hero .hero-arc-title .hero-mask-text{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 3px 14px #123d276b}
.hero .hero-title-line.line-one .hero-mask-text,
.hero .hero-title-line.line-two .hero-mask-text,
.hero .hero-title-line.line-three .hero-mask-text{color:#f2faf3!important;-webkit-text-fill-color:#f2faf3!important;text-shadow:0 3px 14px #123d276b}
.hero .hero-title-line.line-four .hero-mask-text,
.hero .hero-title-line.line-four .hero-mask-text em{color:#a8e6a3!important;-webkit-text-fill-color:#a8e6a3!important;text-shadow:0 3px 14px #123d2778}
.hero-desc{color:#c1d0dc;font-size:17px;line-height:1.85;animation:fadeRise .9s 1.8s both}
.hero-actions{margin-top:32px;display:flex;align-items:center;justify-content:flex-start;gap:36px;clip-path:inset(0 100% 0 0);will-change:clip-path;animation:heroButtonMaskedReveal var(--hero-reveal-duration,1.45s) 1.48s var(--hero-reveal-ease,cubic-bezier(.22,.78,.2,1)) both}
.button.primary{min-height:58px;padding-left:26px;font-size:13px;font-weight:650;letter-spacing:.012em}
.button.primary span{width:38px;height:38px}
.text-link{border-bottom:1px solid #ffffff59;padding:12px 0;font-size:14px}
.text-link span{margin-left:24px;color:var(--lime)}
.hero-visual{position:relative;grid-area:visual;width:106%;height:min(790px,78vh);min-width:0;margin-left:-6%;align-self:end;isolation:isolate}
.hero-visual:before{content:"";position:absolute;z-index:1;left:4%;right:-2%;top:16%;bottom:2%;background:radial-gradient(ellipse at 52% 45%,#ffffff32 0%,#8bd69340 36%,transparent 72%);filter:blur(20px);pointer-events:none}
.hero-image{position:absolute;z-index:2;inset:15% -6% 0 -5%;background-image:url('../images/top-power-hero.webp');background-size:contain;background-position:center bottom;background-repeat:no-repeat;filter:brightness(1.05) contrast(1.02) drop-shadow(0 30px 38px #17382470);transform-origin:center bottom;animation:peopleRise 1.15s 1.2s cubic-bezier(.16,1,.3,1) both}
.hero-arc-title{position:relative;z-index:4;top:auto;left:auto;width:max-content;max-width:none;margin:0 0 .36em;display:flex;align-items:baseline;justify-content:flex-start;gap:0;transform:none;text-align:left;pointer-events:none;font-family:"Prompt","Leelawadee UI",Tahoma,Arial,sans-serif;font-size:clamp(42px,4.15vw,74px);font-weight:760;line-height:1.08;letter-spacing:-.012em;word-spacing:-.06em;white-space:nowrap;color:#fff;text-shadow:0 5px 12px #123d2748,0 1px 2px #123d2757}
.hero-brand-word{display:inline-block;opacity:0;clip-path:inset(0 100% 0 0);filter:blur(7px);transform:translateY(38px) scale(.78);transform-origin:center bottom;animation:brandVideoReveal 1.05s cubic-bezier(.16,1,.3,1) forwards}
.hero-brand-word:nth-child(even){color:#d8f2db;font-size:.8em;transform:translateY(34px) scale(.78)}
.hero-brand-word.word-one{animation-delay:1.64s}.hero-brand-word.word-two{animation-delay:1.76s}.hero-brand-word.word-three{animation-delay:1.88s}.hero-brand-word.word-four{animation-delay:2s}.hero-brand-word.word-five{animation-delay:2.12s}.hero-brand-word.word-six{animation-delay:2.24s}
.hero-brand-side{display:inline-block;opacity:0;will-change:transform,clip-path,filter}
.hero-brand-left-side{margin-right:.1em;transform-origin:right center;animation:brandLeftFromEqual 1.25s 1.66s cubic-bezier(.16,1,.3,1) forwards}
.hero-brand-right-side{margin-left:.1em;transform-origin:left center;animation:brandRightFromEqual 1.25s 1.66s cubic-bezier(.16,1,.3,1) forwards}
.hero-brand-equals{position:relative;z-index:2;display:inline-block;color:#d8f2db;font-size:.86em;font-weight:600;opacity:0;transform:scale(.45) rotate(-12deg);animation:brandEqualPop .55s 1.18s cubic-bezier(.2,1.55,.35,1) forwards}
.hero-arc-title:before{content:none}
.hero-reveal-char{display:inline-block;opacity:0;filter:blur(5px);transform:translateX(-14px) scale(.9);animation:mouCharReveal .56s cubic-bezier(.16,1,.3,1) forwards;animation-delay:var(--char-delay)}
.hero-reveal-char.is-space{width:.22em}
.hero-title-line.character-line{opacity:1;transform:none;animation:none}
.reverse-character-line .hero-reveal-char{transform:translateX(16px) scale(.9);animation-name:workforceCharReveal}
.hero .hero-mask-line{clip-path:inset(-.2em -.12em -.22em -.12em);animation:none;transform:none;overflow:clip;overflow-clip-margin:.24em}
.hero .hero-mask-text{display:block;will-change:clip-path,transform;animation-duration:var(--hero-reveal-duration,1.45s);animation-timing-function:var(--hero-reveal-ease,cubic-bezier(.22,.78,.2,1));animation-delay:var(--hero-mask-delay,0s);animation-fill-mode:both}
.hero .hero-mask-right-to-left{animation-name:heroMaskRightToLeft}
.hero .hero-mask-left-to-right{animation-name:heroMaskLeftToRight}
.hero .hero-mask-top-to-bottom{animation-name:heroMaskTopToBottom}
.hero .hero-mask-bottom-to-top{animation-name:heroMaskBottomToTop}
@keyframes heroMaskRightToLeft{0%{clip-path:inset(-.2em 0 -.22em 100%);transform:translateX(36%)}100%{clip-path:inset(-.2em -.12em -.22em -.12em);transform:translateX(0)}}
@keyframes heroMaskLeftToRight{0%{clip-path:inset(-.2em 100% -.22em 0);transform:translateX(-36%)}100%{clip-path:inset(-.2em -.12em -.22em -.12em);transform:translateX(0)}}
@keyframes heroMaskTopToBottom{0%{clip-path:inset(-.2em -.12em 100% -.12em);transform:translateY(-88%)}100%{clip-path:inset(-.2em -.12em -.22em -.12em);transform:translateY(0)}}
@keyframes heroMaskBottomToTop{0%{clip-path:inset(100% -.12em -.22em -.12em);transform:translateY(88%)}100%{clip-path:inset(-.2em -.12em -.22em -.12em);transform:translateY(0)}}
@keyframes heroButtonMaskedReveal{0%{clip-path:inset(0 100% 0 0)}100%{clip-path:inset(0 0 0 0)}}
.hero-contact-strip{position:absolute;z-index:8;left:0;right:0;bottom:0;min-height:88px;padding:0;display:grid;grid-template-columns:repeat(3,minmax(215px,340px));justify-content:center;background:#31a554;border-top:1px solid #ffffff45;box-shadow:0 -12px 34px #1738242e}
.hero-contact-strip>a{min-width:0;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px clamp(12px,1.5vw,28px);border:0;color:#fff}
.hero-contact-strip>a:nth-child(2){border-left:1px solid #ffffff55;border-right:1px solid #ffffff55}
.hero-contact-strip i{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#31a554;font-style:normal;font-size:18px;font-weight:800}
.hero-contact-strip .line-icon{font-size:9px;letter-spacing:-.04em}
.hero-contact-strip .facebook-icon{font-family:Arial,sans-serif;font-size:24px}
.hero-contact-strip .tiktok-icon{font-family:Arial,sans-serif;font-size:21px}
.hero-contact-strip span{min-width:0;display:flex;flex-direction:column;gap:3px}
.hero-contact-strip small{font-size:12px;letter-spacing:.04em;color:#ffffffda}
.hero-contact-strip b{font-size:15px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.employee-showcase{position:relative;padding:72px 4vw 78px;background:linear-gradient(180deg,#f2faf3 0%,#fff 100%);overflow:hidden;border-bottom:1px solid #d7eadb}
.employee-showcase-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.employee-grid{width:min(1640px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(16px,2vw,34px)}
.employee-card{--card-delay:0ms;min-width:0;padding:26px 16px 24px;text-align:center;background:#fff;border:1px solid #d4e8d8;box-shadow:0 18px 48px #17382412;opacity:0;transform:translateY(-72px);transition:opacity .75s ease var(--card-delay),transform 1.05s cubic-bezier(.16,1,.3,1) var(--card-delay)}
.employee-card:nth-child(2){--card-delay:90ms}.employee-card:nth-child(3){--card-delay:180ms}.employee-card:nth-child(4){--card-delay:270ms}.employee-card:nth-child(5){--card-delay:360ms}
.employee-card.is-visible{opacity:1;transform:translateY(0)}
.employee-photo{--photo-x:11.4%;position:relative;width:clamp(116px,8.3vw,150px);aspect-ratio:1;margin:0 auto 20px;border-radius:50%;border:6px solid #31a554;background-image:url('../images/employee-team-green-white.webp');background-repeat:no-repeat;background-size:1138.75% auto;background-position:var(--photo-x) 31.3%;box-shadow:0 14px 24px #17382424}
.employee-photo:after{content:"";position:absolute;inset:2px;border:7px solid #63b976;border-radius:50%;box-shadow:inset 0 0 0 3px #a8e6a3,0 0 0 2px #86d091;pointer-events:none}
.section-anchor{position:absolute;top:-88px}
.employee-card:nth-child(2) .employee-photo{--photo-x:31.2%}.employee-card:nth-child(3) .employee-photo{--photo-x:51%}.employee-card:nth-child(4) .employee-photo{--photo-x:70.6%}.employee-card:nth-child(5) .employee-photo{--photo-x:90.3%}
.employee-info{display:grid;gap:7px;color:#234b2e}
.employee-name{font-size:17px;font-weight:800}
.employee-position{font-size:12px;color:#55745d}
.employee-phone{font-family:"Prompt","Leelawadee UI",Tahoma,Arial,sans-serif;font-size:13px;font-weight:700;color:#31a554}

@keyframes heroWipe{0%{transform:scaleY(1)}
100%{transform:scaleY(0)}
}
@keyframes gridReveal{from{opacity:0}
to{opacity:.18}
}
@keyframes glowIn{from{opacity:0;transform:scale(.55)}
to{opacity:1;transform:scale(1)}
}
@keyframes titleSwing{0%{opacity:0;filter:blur(8px);transform:translateY(52px) rotate(2deg) scale(.96)}
65%{filter:blur(0);transform:translateY(-4px) rotate(-.4deg) scale(1.01)}
100%{opacity:1;filter:blur(0);transform:translateY(0) rotate(0) scale(1)}
}
@keyframes legalGlow{0%,100%{color:#6cc176;transform:translateY(0)}50%{color:#9be7a4;transform:translateY(-3px)}}
@keyframes brandWordDrop{0%{opacity:0;filter:blur(5px)}70%{opacity:1;filter:blur(0);transform:translateY(3px) rotate(0)}100%{opacity:1;filter:blur(0);transform:translateY(0) rotate(0)}}
@keyframes brandVideoReveal{0%{opacity:0;clip-path:inset(0 100% 0 0);filter:blur(7px);transform:translateY(38px) scale(.78)}58%{opacity:1;clip-path:inset(0 0 0 0);filter:blur(0);transform:translateY(-5px) scale(1.045)}78%{transform:translateY(2px) scale(.985)}100%{opacity:1;clip-path:inset(0 0 0 0);filter:blur(0);transform:translateY(0) scale(1)}}
@keyframes brandEqualPop{0%{opacity:0;filter:blur(6px);transform:scale(.45) rotate(-12deg)}70%{opacity:1;filter:blur(0);transform:scale(1.14) rotate(2deg)}100%{opacity:1;filter:blur(0);transform:scale(1) rotate(0)}}
@keyframes brandLeftFromEqual{0%{opacity:0;clip-path:inset(0 96% 0 0);filter:blur(6px);transform:translateX(calc(100% + .1em)) scale(.88)}55%{opacity:1;filter:blur(0)}100%{opacity:1;clip-path:inset(0 0 0 0);filter:blur(0);transform:translateX(0) scale(1)}}
@keyframes brandRightFromEqual{0%{opacity:0;clip-path:inset(0 0 0 96%);filter:blur(6px);transform:translateX(calc(-100% - .1em)) scale(.88)}55%{opacity:1;filter:blur(0)}100%{opacity:1;clip-path:inset(0 0 0 0);filter:blur(0);transform:translateX(0) scale(1)}}
@keyframes mouGuideLine{0%{width:0;opacity:0;transform:scaleX(0)}100%{width:.55em;opacity:1;transform:scaleX(1)}}
@keyframes mouCharReveal{0%{opacity:0;filter:blur(5px);transform:translateX(-14px) scale(.9)}100%{opacity:1;filter:blur(0);transform:translateX(0) scale(1)}}
@keyframes workforceCharReveal{0%{opacity:0;filter:blur(5px);transform:translateX(16px) scale(.9)}100%{opacity:1;filter:blur(0);transform:translateX(0) scale(1)}}
@keyframes buttonSlideLeftToRight{0%{opacity:0;filter:blur(4px);transform:translateX(-115px)}65%{opacity:1;filter:blur(0);transform:translateX(6px)}100%{opacity:1;filter:blur(0);transform:translateX(0)}}
@keyframes fadeRise{from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
@keyframes stageBuild{0%{opacity:0;transform:translateY(45%) scale(.72) rotateX(18deg) rotateY(-12deg)}
100%{opacity:1;transform:translateY(0) scale(1) rotateX(7deg) rotateY(-5deg)}
}
@keyframes peopleReveal{0%{opacity:0;clip-path:polygon(10% 100%,92% 100%,100% 100%,0 100%);transform:translateY(22%) scale(.92)}
100%{opacity:1;clip-path:polygon(10% 11%,92% 4%,100% 100%,0 100%);transform:translateY(0) scale(1)}
}
@keyframes peopleRise{0%{opacity:0;transform:translateY(22%) scale(.94)}
100%{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes arcDrop{0%{opacity:0;transform:translate(-50%,-42px)}
100%{opacity:1;transform:translate(-50%,0)}
}
@keyframes cardPop{0%{opacity:0;transform:translateY(35px) scale(.82)}
100%{opacity:1;transform:translateY(0) scale(1)}
}

.intro,.process,.knowledge,.faq{padding:120px 8vw}
.section-kicker{color:var(--blue);margin-bottom:52px}
.section-kicker.light{color:#fff}
.intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:9vw;align-items:start}
.intro h2,.services h2,.process h2,.promise h2,.knowledge h2,.faq h2,.contact h2{margin:0;font-size:clamp(42px,5vw,76px);line-height:1.13;letter-spacing:-.06em;font-weight:800}
.intro-copy{padding-top:14px;max-width:560px}
.intro-copy p{color:#55745d;line-height:1.9;margin:0 0 20px;font-size:16px}
.license-section{position:relative;background:linear-gradient(180deg,#fff 0%,#fbfdfb 100%)}
.license-layout{display:grid;grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);gap:clamp(54px,8vw,128px);align-items:center}
.license-document{display:flex;justify-content:center}
.license-document-link{display:block;width:min(430px,100%);padding:14px;background:#fff;border:1px solid #d7eadb;border-radius:10px;box-shadow:0 28px 70px #17382416;transition:transform .3s ease,box-shadow .3s ease}
.license-document-link:hover{transform:translateY(-5px);box-shadow:0 36px 84px #17382422}
.license-document-link img{display:block;width:100%;height:auto;border-radius:5px}
.license-document-caption{display:flex;align-items:center;justify-content:space-between;padding:15px 4px 3px;font-size:13px;font-weight:700;color:#287f46}.license-document-caption i{font-style:normal;font-size:18px}
.license-content{max-width:620px}
.license-eyebrow{display:inline-block;margin:0 0 18px;font-size:13px;font-weight:700;letter-spacing:.04em;color:#31a554}
.license-section h2{font-size:clamp(42px,5.1vw,70px);line-height:1.13}
.license-lead{margin:20px 0 26px;font-size:15px;line-height:1.95;color:#55745d}
.license-details{display:grid;gap:0;margin:0;padding:0;border-top:1px solid #dceadf}
.license-details>div{display:grid;grid-template-columns:minmax(112px,.72fr) 1.28fr;gap:15px;padding:14px 0;border-bottom:1px solid #e4eee6}
.license-details dt{font-size:12px;color:#718174}.license-details dd{margin:0;font-size:13px;line-height:1.65;font-weight:600;color:#234b2e}
.license-details .license-number{font-family:"Prompt",sans-serif;font-size:20px;font-weight:750;letter-spacing:.015em;color:#31a554}
.license-trust-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:21px}.license-trust-tags span{padding:7px 11px;border:1px solid #d7eadb;border-radius:5px;background:#f2faf3;font-size:11px;font-weight:650;color:#287f46}
.arrow-link{display:inline-flex;gap:28px;align-items:center;margin-top:18px;font-size:13px;font-weight:800;padding-bottom:10px;border-bottom:1px solid #aeb9be}
.arrow-link span{color:var(--blue)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:90px;border-top:1px solid #c9d0d1;border-bottom:1px solid #c9d0d1}
.stat{padding:35px 25px;border-right:1px solid #c9d0d1;display:flex;flex-direction:column;gap:8px}
.stat:last-child{border-right:0}
.stat strong{font-size:30px;color:var(--blue)}
.stat span{font-size:12px;color:#6d7d87}

.services{padding:120px 5.5vw 130px;background:var(--navy);color:#fff}
.services-head{display:flex;align-items:flex-end;justify-content:space-between;padding:0 2.5vw;margin-bottom:70px}
.services-head p{max-width:390px;color:#ffffffd1;line-height:1.8}
.services h2 em{color:#fff}
.service-list{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #ffffff40}
.service-card{min-height:440px;padding:30px 22px;border-right:1px solid #ffffff40;display:flex;flex-direction:column;position:relative;transition:.35s}
.service-card:last-child{border:0}
.service-card:hover{background:#6cc176;transform:translateY(-8px)}
.service-no{color:#ffffffb5;font-size:11px}
.service-icon{height:95px;display:flex;align-items:center}
.service-icon span{font-size:35px;color:#fff}
.service-card small{color:#ffffffbd;font-size:9px;letter-spacing:.1em}
.service-card h3{font-size:19px;margin:12px 0 14px}
.service-card p{color:#ffffffd4;font-size:13px;line-height:1.8;margin:0}
.service-card a{margin-top:auto;font-size:12px;font-weight:700;border-top:1px solid #ffffff24;padding-top:18px;display:flex;justify-content:space-between}
.service-card a span{color:#fff}

.process-head{display:flex;justify-content:space-between;align-items:flex-end}
.process-head p{max-width:380px;color:#657782;line-height:1.8}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:70px}
.step{padding:32px 25px 36px;border-top:3px solid #6cc17680;background:#6cc17612;min-height:245px;transition:.3s}
.step:hover{border-color:var(--blue);transform:translateY(-6px);background:#fff}
.step span{color:var(--blue);font-size:11px}
.step h3{font-size:19px;margin:54px 0 12px}
.step p{font-size:13px;line-height:1.75;color:#63717a;margin:0}

.promise{padding:110px 8vw;background:linear-gradient(125deg,#6cc176,var(--navy));color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}
.promise h2 em{color:#fff}
.promise-copy>p{color:#ffffffe0;line-height:1.8;max-width:520px}
.promise-points>div{height:78px;display:grid;grid-template-columns:45px 1fr 35px;align-items:center;border-bottom:1px solid #ffffff29}
.promise-points span{font-size:10px;color:#ffffffa8}
.promise-points b{font-size:15px}
.promise-points i{width:28px;height:28px;border:1px solid #ffffffa3;border-radius:50%;display:grid;place-items:center;color:#fff;font-style:normal}

.knowledge-head{display:flex;align-items:flex-end;justify-content:space-between}
.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:65px}
.article-art{height:260px;position:relative;overflow:hidden;background:#31a554}
.article-art:before{content:"";position:absolute;width:250px;height:250px;border:55px solid #ffffff1a;border-radius:50%;right:-50px;top:-40px}
.article-2 .article-art{background:#6cc176}
.article-3 .article-art{background:linear-gradient(135deg,#31a554,#6cc176)}
.article-art span{position:absolute;bottom:20px;left:22px;color:#fff;font-size:50px;font-weight:900;letter-spacing:-.06em;opacity:.85}
.article>small{display:block;color:#819099;font-size:9px;letter-spacing:.13em;margin-top:22px}
.article h3{font-size:18px;line-height:1.55;margin:10px 0 25px}
.article>a{font-size:12px;font-weight:700}
.article>a span{float:right;color:var(--blue)}

.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw;background:#fff}
.faq-list details{border-top:1px solid #d4dada;padding:0}
.faq-list details:last-child{border-bottom:1px solid #d4dada}
.faq-list summary{list-style:none;cursor:pointer;min-height:85px;display:grid;grid-template-columns:50px 1fr 30px;align-items:center;font-weight:700;font-size:15px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{font-size:10px;color:#8d9ba3}
.faq-list summary i{font-size:22px;color:var(--blue);font-style:normal;transition:.2s}
.faq-list details[open] summary i{transform:rotate(45deg)}
.faq-list details p{margin:-5px 30px 28px 50px;color:#647681;line-height:1.8;font-size:13px}

.contact{position:relative;overflow:hidden;padding:110px 8vw;background:var(--blue);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}
.contact:after{content:"EASY";position:absolute;left:-1vw;bottom:-9vw;font-size:23vw;font-weight:900;color:#ffffff0a;letter-spacing:-.08em}
.contact-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:#6cc17680;filter:blur(100px);right:-150px;top:-200px}
.contact-copy,.contact-actions{position:relative;z-index:2}
.contact h2 em{color:#fff}
.contact-copy>p{color:#ffffffe0;line-height:1.8;max-width:520px}
.contact-button{height:86px;border-top:1px solid #ffffff59;display:grid;grid-template-columns:1fr 1fr 35px;align-items:center}
.contact-button.line{border-bottom:1px solid #ffffff59}
.contact-button span{font-size:11px;color:#ffffffd1}
.contact-button b{font-size:18px}
.contact-button i{font-style:normal;color:#fff;font-size:22px}
.contact-actions>small{display:block;color:#ffffffbc;font-size:9px;margin-top:14px}

footer{padding:75px 8vw 28px;background:#31a554;color:#fff;display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:50px;font-size:12px;border-top:1px solid #ffffff30}
footer>div:not(.footer-brand):not(.copyright){display:flex;flex-direction:column;gap:14px}
footer>div>b{color:#ffffffb5;font-size:10px;letter-spacing:.16em;margin-bottom:10px}
footer a,footer p{color:#ffffffe0;margin:0;line-height:1.7}
.footer-brand p{margin-top:25px}
.copyright{grid-column:1/-1;border-top:1px solid #ffffff36;padding-top:24px;margin-top:35px;display:flex;justify-content:space-between;color:#ffffffbd;font-size:9px;letter-spacing:.12em}

.inner-page{background:#fff}
.inner-hero{position:relative;min-height:410px;padding:150px 8vw 70px;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(115deg,#19462af5 0%,#287f46ee 52%,#31a554bd 100%),url('../images/hero-green-city-background.webp') center 54%/cover no-repeat;color:#fff}
.inner-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff10 1px,transparent 1px),linear-gradient(90deg,#ffffff10 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000 0%,transparent 88%)}
.inner-hero:after{content:"";position:absolute;width:360px;height:360px;right:6vw;top:95px;border:1px solid #ffffff29;transform:rotate(45deg);box-shadow:0 0 0 36px #ffffff09,0 0 0 74px #ffffff05}
.inner-hero-copy{position:relative;z-index:2;width:min(820px,100%)}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 22px;padding:0;list-style:none;font-size:13px;color:#d7efdc}
.breadcrumb a:hover{color:#fff}.breadcrumb li+li:before{content:"/";margin-right:10px;color:#a8e6a3}
.inner-hero h1{margin:0;font-size:clamp(38px,5.2vw,70px);font-weight:780;line-height:1.16;letter-spacing:-.055em}
.inner-hero p{max-width:720px;margin:18px 0 0;font-size:clamp(15px,1.15vw,18px);line-height:1.85;color:#e6f4e8}
.page-content{width:min(1240px,100%);margin:0 auto;padding:95px 32px 105px}
.page-intro{max-width:840px;margin-bottom:55px}.page-intro .section-kicker{margin-bottom:18px;color:#31a554}
.page-intro h2,.content-block h2,.service-detail-copy h2,.faq-page-list h2{margin:0 0 16px;font-size:clamp(31px,4vw,49px);line-height:1.2;letter-spacing:-.045em;color:#234b2e}
.page-intro p,.content-block p,.service-detail-copy p,.article-body p,.faq-page-list p{font-size:16px;line-height:1.95;color:#536b58}
.content-grid,.service-directory,.article-directory,.client-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.content-card,.service-directory-card,.article-directory-card,.client-card{position:relative;min-height:220px;padding:28px;background:#fff;border:1px solid #dceadf;box-shadow:0 14px 36px #1738240b;transition:transform .25s ease,border-color .25s ease}
.content-card:hover,.service-directory-card:hover,.article-directory-card:hover,.client-card:hover{transform:translateY(-5px);border-color:#a8e6a3}
.card-index{display:block;margin-bottom:20px;font-family:"Prompt",sans-serif;font-size:12px;letter-spacing:.14em;color:#31a554}
.content-card h3,.service-directory-card h3,.article-directory-card h3,.client-card h3{margin:0 0 12px;font-size:19px;line-height:1.45;color:#234b2e}
.content-card p,.service-directory-card p,.article-directory-card p,.client-card p{margin:0;font-size:14px;line-height:1.8;color:#637566}
.service-directory-card>a,.article-directory-card>a{display:inline-flex;align-items:center;gap:9px;margin-top:18px;font-size:14px;font-weight:700;color:#31a554}
.service-detail-layout{display:grid;grid-template-columns:1.55fr .8fr;gap:56px;align-items:start}
.service-detail-copy>p:first-of-type{font-size:18px;color:#34553a}.service-detail-copy h3{margin:36px 0 12px;font-size:23px;color:#234b2e}
.check-list{display:grid;gap:13px;margin:20px 0 34px;padding:0;list-style:none}
.check-list li{position:relative;padding-left:24px;font-size:15px;line-height:1.7;color:#536b58}.check-list li:before{content:"";position:absolute;left:0;top:10px;width:9px;height:9px;border-radius:50%;background:#31a554}
.side-contact-card{position:sticky;top:105px;padding:30px;background:#f2faf3;border:1px solid #d7eadb}
.side-contact-card h3{margin:0 0 13px;font-size:23px}.side-contact-card p{font-size:14px;line-height:1.8;color:#536b58}
.side-contact-card .button,.page-cta .button{margin-top:16px;background:#31a554;color:#fff}.side-contact-card .button span,.page-cta .button span{background:#fff;color:#31a554}
.related-services{margin-top:82px;padding-top:55px;border-top:1px solid #e1eae2}.related-services h2{margin:0 0 25px;font-size:30px}
.article-directory-card .article-category{display:inline-block;margin-bottom:15px;font-size:11px;letter-spacing:.12em;color:#31a554}.article-directory-card time{display:block;margin-top:18px;font-size:12px;color:#839388}
.article-body{max-width:850px}.article-body h2{margin:43px 0 15px;font-size:31px;line-height:1.35}.article-body h3{margin:28px 0 12px;font-size:21px}.article-body a{color:#31a554;border-bottom:1px solid #a8e6a3}
.faq-page-list{max-width:920px}.faq-page-item{padding:23px 0;border-bottom:1px solid #dceadf}.faq-page-item summary{cursor:pointer;font-size:17px;font-weight:700;color:#234b2e}.faq-page-item p{margin:14px 0 0}
.contact-page-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px}.contact-channel{display:flex;align-items:center;gap:18px;padding:22px 0;border-bottom:1px solid #dceadf}.contact-channel i{display:grid;place-items:center;width:48px;height:48px;background:#f2faf3;color:#31a554;font-size:20px;font-style:normal}.contact-channel span{display:block;font-size:12px;color:#718174}.contact-channel strong{display:block;margin-top:4px;font-size:17px;color:#234b2e}
.page-cta{margin-top:80px;padding:42px;background:linear-gradient(120deg,#f2faf3,#ffffff);border:1px solid #d7eadb}.page-cta h2{margin:0 0 12px;font-size:32px}.page-cta p{margin:0;color:#536b58;line-height:1.8}

@media(max-width:1120px){.site-header{height:74px}
.menu-toggle{display:block;position:relative;z-index:2}
.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:6px}
.site-header nav{position:absolute;top:0;right:0;width:min(380px,100%);height:100vh;background:#fff;padding:98px 30px 35px;flex-direction:column;align-items:flex-start;gap:18px;overflow-y:auto;transform:translateX(100%);transition:.35s}
.site-header nav.open{transform:none}
.site-header nav a{font-size:18px}
.site-header nav{color:var(--blue)}
.site-header nav>a:not(.nav-cta)[aria-current="page"]{color:#287f46}
.nav-dropdown{width:100%}.nav-dropdown-toggle{width:100%;justify-content:space-between;font-size:17px}
.nav-dropdown-menu{position:static;display:none;min-width:0;width:100%;margin:4px 0 2px;padding:4px 0 4px 14px;border:0;border-left:1px solid #d7eadb;box-shadow:none;opacity:1;visibility:visible;transform:none}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:none}.nav-dropdown.is-open .nav-dropdown-menu{display:block}
.nav-dropdown-menu a{font-size:15px;white-space:normal}
.hero{min-height:1190px;padding:112px 7vw 178px;grid-template-columns:1fr;grid-template-areas:"copy" "visual"}
.hero-copy{padding:15px 0 10px}
.hero-copy{width:100%;transform:translate(12px,22px)}
.hero h1{font-size:clamp(43px,7vw,66px)}
.hero-visual{width:92vw;height:clamp(430px,65vw,600px)}
.hero-arc-title{top:auto;font-size:clamp(40px,7vw,64px);margin-bottom:.34em}
.hero-contact-strip{grid-template-columns:repeat(3,minmax(0,220px));min-height:110px;padding:0 4vw}
.hero-contact-strip>a{justify-content:flex-start}
.hero-contact-strip>a:last-child{border-right:0}
.employee-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.license-layout{grid-template-columns:minmax(255px,.85fr) minmax(0,1.15fr);gap:38px}.license-section h2{font-size:clamp(39px,5.5vw,58px)}
.intro-grid,.promise,.contact,.faq{grid-template-columns:1fr}
.service-list{grid-template-columns:repeat(2,1fr)}
.service-card:nth-child(2n){border-right:0}
.service-card:not(:last-child){border-bottom:1px solid #ffffff40}
.steps{grid-template-columns:repeat(2,1fr)}
.stats{grid-template-columns:repeat(2,1fr)}
.stat:nth-child(2){border-right:0}
.stat:nth-child(-n+2){border-bottom:1px solid #c9d0d1}
.articles{grid-template-columns:1fr 1fr}
.promise,.contact{gap:50px}
footer{grid-template-columns:1.5fr 1fr 1fr}
.footer-brand{grid-row:span 2}
.inner-hero{min-height:360px;padding:125px 7vw 58px}.content-grid,.service-directory,.article-directory,.client-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-layout,.contact-page-layout{grid-template-columns:1fr;gap:34px}.side-contact-card{position:static}
}

@media(max-width:650px){.site-header{padding:0 20px}
.brand b{font-size:14px}
.hero{min-height:1145px;padding:105px 20px 275px}
.hero-copy{padding:12px 0 0}
.hero-copy{transform:translate(8px,18px)}
.hero h1{font-size:clamp(35px,8.1vw,49px)}
.hero-actions{justify-content:flex-start;gap:10px}
.hero-visual{width:100%;height:clamp(360px,96vw,470px)}
.hero-image{inset:18% -14% 0}
.hero-arc-title{top:auto;max-width:none;gap:0;font-size:clamp(35px,8.5vw,50px);margin-bottom:.4em}
.hero-contact-strip{grid-template-columns:1fr;min-height:255px;padding:0 20px}
.hero-contact-strip>a{padding:11px 4px;border-right:0;border-bottom:1px solid #ffffff55}
.hero-contact-strip>a:nth-child(2){border-left:0;border-right:0}
.hero-contact-strip>a:last-child{grid-column:auto;justify-content:flex-start;border-bottom:0}
.hero-service-label-text{white-space:normal}
.employee-showcase{padding:54px 20px 60px}
.employee-grid{grid-template-columns:1fr;gap:18px}
.employee-card{display:grid;grid-template-columns:112px 1fr;align-items:center;text-align:left;padding:20px}
.employee-photo{width:104px;margin:0}
.employee-info{padding-left:18px}
.license-layout{grid-template-columns:1fr;gap:38px}.license-document-link{width:min(410px,100%)}.license-content{max-width:none}.license-section h2{font-size:43px}.license-details>div{grid-template-columns:1fr;gap:5px}.license-trust-tags{gap:7px}
.intro,.process,.knowledge,.faq{padding:85px 22px}
.section-kicker{margin-bottom:34px}
.intro h2,.services h2,.process h2,.promise h2,.knowledge h2,.faq h2,.contact h2{font-size:40px}
.intro-grid{gap:35px}
.stats{margin-top:55px}
.stat{padding:26px 14px}
.stat strong{font-size:23px}
.services{padding:85px 22px}
.services-head,.process-head,.knowledge-head{display:block;padding:0}
.services-head p,.process-head p{margin-top:25px}
.service-list,.steps,.articles{grid-template-columns:1fr}
.service-card{min-height:360px;border-right:0;border-bottom:1px solid #ffffff29!important}
.steps{gap:15px}
.step{min-height:220px}
.promise,.contact{padding:85px 22px}
.article-art{height:220px}
.faq{gap:45px}
footer{padding:65px 22px 25px;grid-template-columns:1fr 1fr}
.footer-brand{grid-column:1/-1}
.copyright{flex-direction:column;gap:12px}
.inner-hero{min-height:330px;padding:120px 22px 48px}.inner-hero:after{width:220px;height:220px;right:-135px;top:125px}.inner-hero h1{font-size:38px}.inner-hero p{font-size:15px}.breadcrumb{font-size:12px}.page-content{padding:68px 22px 78px}.content-grid,.service-directory,.article-directory,.client-directory{grid-template-columns:1fr}.content-card,.service-directory-card,.article-directory-card,.client-card{min-height:auto}.page-cta{padding:27px}.page-cta h2{font-size:27px}.article-body h2{font-size:26px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important;animation:none!important}
.hero-intro-wipe{display:none}
.hero-actions{clip-path:none}
.hero-service-label-reveal{clip-path:none}
.employee-card{opacity:1;transform:none}
}

/* V31 — directional out-of-frame motion and trust content */
.reveal-line{display:block;overflow:hidden;opacity:0;will-change:clip-path,transform,opacity}
.reveal-line.from-right{clip-path:inset(0 0 0 100%);transform:translateX(28%);animation:v32FromRight 1.05s .22s cubic-bezier(.16,1,.3,1) forwards}
.reveal-line.from-left{clip-path:inset(0 100% 0 0);transform:translateX(-28%);animation:v32FromLeft 1.05s .31s cubic-bezier(.16,1,.3,1) forwards}
.reveal-line.from-bottom{clip-path:inset(100% 0 0);transform:translateY(72%);animation:v32FromBottom .95s .4s cubic-bezier(.16,1,.3,1) forwards}
.reveal-line.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 1.05s cubic-bezier(.16,1,.3,1),transform 1.05s cubic-bezier(.16,1,.3,1),opacity .45s ease}
.content-rise{opacity:0;clip-path:inset(100% 0 0);transform:translateY(44px);will-change:clip-path,transform,opacity;animation:v32FromBottom .85s .52s cubic-bezier(.16,1,.3,1) forwards}
.content-rise.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),opacity .4s ease}
.reveal-document-left{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-68px);animation:v32DocumentLeft 1.15s .18s cubic-bezier(.16,1,.3,1) forwards}
.reveal-document-left.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 1.15s cubic-bezier(.16,1,.3,1),transform 1.15s cubic-bezier(.16,1,.3,1),opacity .45s ease}
.license-content{font-size:1.045em}.license-section h2 .reveal-line{line-height:1.13}.license-section h2 .reveal-line+ .reveal-line{margin-top:.01em}
.partner-licenses{margin-top:105px;padding-top:88px;border-top:1px solid #dceadf}
.partner-license-head{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end;margin-bottom:55px}
.partner-license-head .section-kicker{margin-bottom:20px}.partner-license-head h2{margin:0;font-size:clamp(39px,4.6vw,66px);line-height:1.12}.partner-license-head p{margin:0 0 8px;max-width:520px;color:#55745d;line-height:1.85}.partner-license-head em{color:#31a554}
.partner-license-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.partner-license-card{--drop-delay:0ms;background:#fff;border:1px solid #d7eadb;box-shadow:0 18px 48px #17382412;opacity:0;clip-path:inset(100% 0 0);transform:translateY(74px);transition:box-shadow .3s ease,transform .3s ease;animation:v33CardRise 1s calc(.36s + var(--drop-delay)) cubic-bezier(.16,1,.3,1) forwards}
.partner-license-card:nth-child(2){--drop-delay:90ms}.partner-license-card:nth-child(3){--drop-delay:180ms}.partner-license-card:nth-child(4){--drop-delay:270ms}.partner-license-card:nth-child(5){--drop-delay:360ms}.partner-license-card:nth-child(6){--drop-delay:450ms}
.partner-license-card.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 1s cubic-bezier(.16,1,.3,1) var(--drop-delay),transform 1s cubic-bezier(.16,1,.3,1) var(--drop-delay),opacity .45s ease var(--drop-delay),box-shadow .3s ease}
.partner-license-card:hover{transform:translateY(-7px);box-shadow:0 28px 64px #17382420}
.partner-license-card>a{display:block;height:100%}.partner-license-image{height:420px;padding:18px;background:linear-gradient(155deg,#f2faf3,#e5f4e8);overflow:hidden}
.partner-license-image img{width:100%;height:100%;object-fit:contain;background:#fff}.partner-license-copy{position:relative;min-height:205px;padding:25px 25px 23px;color:#fff;background:var(--navy)}
.partner-license-copy small{font-size:9px;letter-spacing:.13em;color:#bfe9c6}.partner-license-copy h3{margin:9px 0 8px;font-size:21px;line-height:1.35}.partner-license-copy p{min-height:40px;margin:0 0 18px;font-size:11px;line-height:1.6;color:#e5f4e8}.partner-license-copy span{font-size:11px;font-weight:700;color:#d8f2db}
.company-team-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center;margin-top:100px;padding:72px;background:#f2faf3;border:1px solid #d7eadb}
.company-team-copy .section-kicker{margin-bottom:19px}.company-team-copy h2,.organization-head h2{margin:0;font-size:clamp(35px,4vw,54px);line-height:1.16;color:#234b2e}.company-team-copy h2 em,.organization-head h2 em{color:#31a554}.company-team-copy>p{font-size:15px;line-height:1.9;color:#536b58}
.company-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:27px}.company-facts>div{padding:16px 12px;background:#fff;border-left:3px solid #31a554}.company-facts strong{display:block;font-size:24px;color:#287f46}.company-facts span{display:block;margin-top:4px;font-size:10px;color:#637566}
.company-team-photo{margin:0;overflow:hidden;background:#fff;box-shadow:0 24px 56px #1738241a}.company-team-photo img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:44% center}.company-team-photo figcaption{padding:13px 17px;font-size:11px;color:#55745d}
.organization-section{margin-top:105px}.organization-head{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:end;margin-bottom:36px}.organization-head .section-kicker{margin-bottom:18px}.organization-head>p{margin:0 0 5px;line-height:1.9;color:#536b58}
.organization-chart-link{display:block;padding:16px;background:#fff;border:1px solid #d7eadb;box-shadow:0 25px 65px #17382416}.organization-chart-link img{display:block;width:100%;height:auto}.organization-chart-link>span{display:flex;justify-content:space-between;padding:14px 5px 1px;font-size:12px;font-weight:700;color:#287f46}
.contact{padding:78px 8vw;gap:6vw}.contact-actions{display:flex;flex-wrap:wrap;gap:13px}.contact-cta-button{min-height:58px;padding:8px 9px 8px 22px;background:#fff;color:#287f46;border-radius:7px}.contact-cta-button span{background:#31a554;color:#fff}.contact-actions>small{flex-basis:100%;margin-top:2px}
footer{padding-top:54px;gap:38px}.footer-brand p{margin-top:17px}.copyright{margin-top:18px}

@media(max-width:1120px){.partner-license-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-license-head,.company-team-section,.organization-head{grid-template-columns:1fr}.company-team-section{padding:50px}.partner-license-image{height:390px}}
@media(max-width:650px){.partner-licenses{margin-top:70px;padding-top:60px}.partner-license-head{gap:22px}.partner-license-grid{grid-template-columns:1fr}.partner-license-image{height:390px}.company-team-section{margin-top:70px;padding:26px;gap:32px}.company-facts{grid-template-columns:1fr}.organization-section{margin-top:75px}.organization-head{gap:18px}.organization-chart-link{padding:8px}.contact{padding:65px 22px}.contact-actions{display:grid;grid-template-columns:1fr}.contact-cta-button{width:100%}footer{padding-top:48px}}
@media(prefers-reduced-motion:reduce){.reveal-line,.content-rise,.reveal-document-left,.partner-license-card{opacity:1!important;clip-path:none!important;transform:none!important}}
@keyframes v32FromRight{to{opacity:1;clip-path:inset(0);transform:none}}
@keyframes v32FromLeft{to{opacity:1;clip-path:inset(0);transform:none}}
@keyframes v32FromBottom{to{opacity:1;clip-path:inset(0);transform:none}}
@keyframes v32DocumentLeft{to{opacity:1;clip-path:inset(0);transform:none}}
@keyframes v32DocumentDrop{to{opacity:1;clip-path:inset(0);transform:none}}
@keyframes v33CardRise{to{opacity:1;clip-path:inset(0);transform:none}}

/* V34 test — exact Hero-style Overflow / Out-of-Frame on main licence */
.license-section .license-layout{align-items:stretch}
.license-section .license-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:4px 0}
.license-outframe-image{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-150px);will-change:clip-path,transform,opacity}
.license-outframe-image.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 3.2s cubic-bezier(.16,1,.3,1),transform 3.2s cubic-bezier(.16,1,.3,1),opacity 1.05s ease}
.license-outframe-line{display:block;overflow:hidden;opacity:0;will-change:clip-path,transform,opacity}
.license-outframe-line.license-from-right{clip-path:inset(0 0 0 100%);transform:translateX(55%)}
.license-outframe-line.license-from-left{clip-path:inset(0 100% 0 0);transform:translateX(-55%)}
.license-outframe-line.license-from-bottom,.license-outframe-bottom{opacity:0;clip-path:inset(100% 0 0);transform:translateY(90%);will-change:clip-path,transform,opacity}
.license-outframe-line.is-visible,.license-outframe-bottom.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 2.4s cubic-bezier(.16,1,.3,1) var(--license-delay,0s),transform 2.4s cubic-bezier(.16,1,.3,1) var(--license-delay,0s),opacity .86s ease var(--license-delay,0s)}
.license-outframe-bottom.license-details{transform:translateY(36%)}
.license-outframe-bottom.license-trust-tags,.license-outframe-bottom.arrow-link{transform:translateY(45%)}
.license-outframe-bottom.license-details.is-visible,.license-outframe-bottom.license-trust-tags.is-visible,.license-outframe-bottom.arrow-link.is-visible{transform:none}
@media(max-width:650px){.license-section .license-layout{align-items:start}.license-section .license-content{height:auto;display:block;padding:0}.license-outframe-image{transform:translateX(-62px)}}
@media(prefers-reduced-motion:reduce){.license-outframe-image,.license-outframe-line,.license-outframe-bottom{opacity:1!important;clip-path:none!important;transform:none!important;transition:none!important}}

/* V35 — approved V34 Overflow / Out-of-Frame applied to partner and about */
.v35-outframe-line{display:block;padding:.16em .1em .22em;margin:-.16em -.1em -.22em;opacity:0;will-change:clip-path,transform,opacity}
.v35-outframe-line.v35-from-right{clip-path:inset(-.22em -.12em -.3em 105%);transform:translateX(55%)}
.v35-outframe-line.v35-from-left{clip-path:inset(-.22em 105% -.3em -.12em);transform:translateX(-55%)}
.v35-outframe-line.is-visible{opacity:1;clip-path:inset(-.22em -.12em -.3em -.12em);transform:none;transition:clip-path 2.4s cubic-bezier(.16,1,.3,1) var(--v35-delay,0s),transform 2.4s cubic-bezier(.16,1,.3,1) var(--v35-delay,0s),opacity .86s ease var(--v35-delay,0s)}
.v35-outframe-bottom{opacity:0;clip-path:inset(100% 0 0);transform:translateY(85%);will-change:clip-path,transform,opacity}
.v35-outframe-bottom.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 2.3s cubic-bezier(.16,1,.3,1) var(--v35-delay,0s),transform 2.3s cubic-bezier(.16,1,.3,1) var(--v35-delay,0s),opacity .82s ease var(--v35-delay,0s)}
.v35-outframe-image{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-145px);will-change:clip-path,transform,opacity}
.v35-outframe-image.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 3.2s cubic-bezier(.16,1,.3,1) var(--v35-delay,0s),transform 3.2s cubic-bezier(.16,1,.3,1) var(--v35-delay,0s),opacity 1.05s ease var(--v35-delay,0s)}
.partner-license-card.v35-outframe-card{opacity:0;clip-path:inset(100% 0 0);transform:translateY(125px);animation:none;will-change:clip-path,transform,opacity}
.partner-license-card.v35-outframe-card.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 2.4s cubic-bezier(.16,1,.3,1) var(--drop-delay),transform 2.4s cubic-bezier(.16,1,.3,1) var(--drop-delay),opacity .86s ease var(--drop-delay),box-shadow .3s ease}
.partner-license-head .v35-custom-heading{overflow:visible;line-height:1.2;padding-block:.08em .14em}
.company-team-copy .v35-custom-heading{font-size:clamp(32px,3.45vw,48px);overflow:visible;line-height:1.18;padding-block:.08em .14em}
.company-team-copy .v35-nowrap{white-space:nowrap}
.organization-head .v35-custom-heading{overflow:visible;line-height:1.2;padding-block:.08em .14em}
.organization-chart-link{overflow:hidden}.organization-chart-link>img.v35-outframe-image{width:100%}
@media(max-width:650px){.v35-outframe-image{transform:translateX(-62px)}.company-team-copy .v35-nowrap{white-space:normal}.company-team-copy .v35-custom-heading{font-size:34px}}
@media(prefers-reduced-motion:reduce){.v35-outframe-line,.v35-outframe-bottom,.v35-outframe-image,.v35-outframe-card{opacity:1!important;clip-path:none!important;transform:none!important;transition:none!important}}

/* V38 — V37-speed Overflow / Out-of-Frame cards on services, process, knowledge and FAQ */
.v38-outframe-card{--v38-delay:0ms;opacity:0;clip-path:inset(100% 0 0);transform:translateY(125px);will-change:clip-path,transform,opacity}
.v38-outframe-card.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 2.4s cubic-bezier(.16,1,.3,1) var(--v38-delay),transform 2.4s cubic-bezier(.16,1,.3,1) var(--v38-delay),opacity .86s ease var(--v38-delay),background-color .35s ease,border-color .35s ease,box-shadow .35s ease}
.service-list .v38-outframe-card:nth-child(2),.steps .v38-outframe-card:nth-child(2),.articles .v38-outframe-card:nth-child(2),.faq-list .v38-outframe-card:nth-child(2){--v38-delay:110ms}
.service-list .v38-outframe-card:nth-child(3),.steps .v38-outframe-card:nth-child(3),.articles .v38-outframe-card:nth-child(3),.faq-list .v38-outframe-card:nth-child(3){--v38-delay:220ms}
.service-list .v38-outframe-card:nth-child(4),.steps .v38-outframe-card:nth-child(4),.faq-list .v38-outframe-card:nth-child(4){--v38-delay:330ms}
.service-list .v38-outframe-card:nth-child(5){--v38-delay:440ms}
.service-card.v38-outframe-card.is-visible:hover,.step.v38-outframe-card.is-visible:hover{transform:translateY(-6px)}
@media(prefers-reduced-motion:reduce){.v38-outframe-card{opacity:1!important;clip-path:none!important;transform:none!important;transition:none!important}}

/* V39 — all inner-page Hero headings use the approved V37 motion */
.inner-hero h1.v39-custom-heading{overflow:visible;line-height:1.16;padding-block:.1em .16em}
.inner-hero h1.v39-custom-heading.is-long{font-size:clamp(36px,4.45vw,62px)}
.inner-hero h1.v39-custom-heading.is-very-long{font-size:clamp(33px,3.95vw,55px)}
.v39-hero-line{display:block;width:max-content;max-width:100%;padding:.16em .1em .23em;margin:-.16em -.1em -.23em;white-space:nowrap;opacity:0;will-change:clip-path,transform,opacity}
.v39-hero-line.v39-from-right{clip-path:inset(-.22em -.12em -.3em 105%);transform:translateX(55%)}
.v39-hero-line.v39-from-left{clip-path:inset(-.22em 105% -.3em -.12em);transform:translateX(-55%)}
.v39-hero-line.is-visible{opacity:1;clip-path:inset(-.22em -.12em -.3em -.12em);transform:none;transition:clip-path 2.4s cubic-bezier(.16,1,.3,1) var(--v39-delay,0s),transform 2.4s cubic-bezier(.16,1,.3,1) var(--v39-delay,0s),opacity .86s ease var(--v39-delay,0s)}
.v39-hero-copy{opacity:0;clip-path:inset(100% 0 0);transform:translateY(85%);will-change:clip-path,transform,opacity}
.v39-hero-copy.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 2.3s cubic-bezier(.16,1,.3,1) .3s,transform 2.3s cubic-bezier(.16,1,.3,1) .3s,opacity .82s ease .3s}
@media(max-width:650px){.v39-hero-line{width:auto;white-space:normal}.inner-hero h1.v39-custom-heading,.inner-hero h1.v39-custom-heading.is-long,.inner-hero h1.v39-custom-heading.is-very-long{font-size:clamp(31px,9vw,40px)}}
@media(prefers-reduced-motion:reduce){.v39-hero-line,.v39-hero-copy{opacity:1!important;clip-path:none!important;transform:none!important;transition:none!important}}


/* v40 — unified background language + refreshed final CTA */
.hero{
  background-image:
    linear-gradient(#ffffff12 1px,transparent 1px),
    linear-gradient(90deg,#ffffff12 1px,transparent 1px),
    radial-gradient(ellipse at 77% 43%,#8bd69336 0%,#6cc17620 31%,transparent 57%),
    linear-gradient(112deg,#287f46f7 0%,#287f46e8 38%,#2b914cb8 76%,#6cc17682 100%),
    url('../images/hero-green-city-background.webp');
  background-size:72px 72px,72px 72px,cover,cover,cover;
  background-position:center,center,center,center,center center;
}
.hero:after{content:"";position:absolute;z-index:1;right:5.5vw;top:17%;width:clamp(250px,25vw,470px);aspect-ratio:1;border:1px solid #ffffff24;transform:rotate(45deg);box-shadow:0 0 0 42px #ffffff09,0 0 0 86px #ffffff05;pointer-events:none}
.hero-copy,.hero-visual,.hero-contact-strip{z-index:3}

.license-section,.process,.knowledge,.faq{background-image:linear-gradient(#31a5540a 1px,transparent 1px),linear-gradient(90deg,#31a5540a 1px,transparent 1px),radial-gradient(circle at 92% 12%,#6cc17616,transparent 30%);background-size:72px 72px,72px 72px,cover;background-position:center,center,center}
.services{background-image:linear-gradient(#ffffff0b 1px,transparent 1px),linear-gradient(90deg,#ffffff0b 1px,transparent 1px),radial-gradient(circle at 12% 18%,#6cc17624,transparent 29%);background-size:72px 72px,72px 72px,cover;background-position:center,center,center}
.process,.knowledge,.faq,.services,.license-section{position:relative;overflow:hidden}

.contact{min-height:500px;padding:92px 8vw;background-image:linear-gradient(#ffffff0d 1px,transparent 1px),linear-gradient(90deg,#ffffff0d 1px,transparent 1px),radial-gradient(circle at 82% 22%,#a8e6a33b,transparent 29%),linear-gradient(118deg,#287f46 0%,#31a554 62%,#4bb866 100%);background-size:72px 72px,72px 72px,cover,cover;gap:7vw;border-top:1px solid #ffffff24}
.contact:before{content:"";position:absolute;right:7vw;top:50%;width:310px;aspect-ratio:1;border:1px solid #ffffff24;transform:translateY(-50%) rotate(45deg);box-shadow:0 0 0 34px #ffffff08,0 0 0 70px #ffffff05;pointer-events:none}
.contact:after{content:"WORK";left:-.5vw;bottom:-7vw;font-size:21vw;color:#ffffff08}
.contact-copy{max-width:760px}
.contact .section-kicker{margin-bottom:28px;font-size:10px;letter-spacing:.2em}
.contact h2{font-size:clamp(44px,5.2vw,78px);line-height:1.08;letter-spacing:-.055em}
.contact h2 em{color:#a8e6a3;font-style:normal}
.contact-copy>p{max-width:680px;margin-top:28px;font-size:15px;line-height:1.95;color:#f2faf3e8}
.contact-actions{align-content:center;justify-content:flex-start;gap:14px}
.contact-cta-button{min-width:190px;min-height:62px;padding:9px 9px 9px 24px;border:1px solid #ffffff80;box-shadow:0 16px 36px #17382418;transition:transform .25s ease,box-shadow .25s ease}
.contact-cta-button:hover{transform:translateY(-4px);box-shadow:0 22px 44px #17382426}
.contact-actions>small{color:#f2faf3c2;font-size:9px;line-height:1.6}
@media(max-width:900px){.hero:after{right:-80px;top:24%;opacity:.7}.contact{grid-template-columns:1fr;min-height:0}.contact:before{right:-120px;opacity:.65}.contact-actions{margin-top:10px}}
@media(max-width:650px){.hero{background-size:54px 54px,54px 54px,cover,cover,cover}.license-section,.process,.knowledge,.faq,.services,.contact{background-size:54px 54px,54px 54px,cover}.contact h2{font-size:42px}.contact-copy>p{font-size:14px}}


/* V41 — TOP POWER identity, photographic footer, OUR PARTNERS */
.brand-logo{display:inline-flex;align-items:center;line-height:1;background:#fff;border-radius:8px;padding:4px 8px;overflow:hidden}
.brand-logo img{display:block;width:auto;height:48px;object-fit:contain}
footer .brand-logo{background:rgba(255,255,255,.94);padding:7px 10px;border-radius:10px}
footer .brand-logo img{height:64px}
footer{position:relative;isolation:isolate;background:#1f7f42 url('footer-team.jpg') center 42%/cover no-repeat;color:#fff;border-top:1px solid #ffffff38}
footer::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(15,94,48,.94),rgba(49,165,84,.86) 48%,rgba(19,108,56,.92)),linear-gradient(180deg,rgba(24,132,67,.48),rgba(11,74,38,.78))}
footer>div{position:relative;z-index:1}
footer a,footer p{color:#fff}
footer>div>b{color:#dff5e4}
.partners{padding:120px 8vw;background:#31a554;color:#fff;position:relative;overflow:hidden;background-image:linear-gradient(#ffffff0b 1px,transparent 1px),linear-gradient(90deg,#ffffff0b 1px,transparent 1px),radial-gradient(circle at 88% 12%,#8ee19f28,transparent 30%);background-size:72px 72px,72px 72px,cover}
.partners-head{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:70px}
.partners h2{margin:0;font-size:clamp(42px,5vw,76px);line-height:1.13;letter-spacing:-.06em;font-weight:800}
.partners h2 em{color:#c8f3d0;font-style:normal}
.partners-head>p{max-width:520px;color:#ffffffdc;line-height:1.85;margin:0}
.partner-logo-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #ffffff38}
.partner-logo-slot{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-right:1px solid #ffffff38;background:#ffffff0b;transition:.25s ease}
.partner-logo-slot:last-child{border-right:0}.partner-logo-slot:hover{background:#ffffff16}
.partner-logo-slot span{font-weight:800;letter-spacing:.12em;font-size:16px}.partner-logo-slot small{font-size:9px;letter-spacing:.18em;opacity:.65}
@media(max-width:900px){.partner-logo-grid{grid-template-columns:repeat(2,1fr)}.partner-logo-slot{border-bottom:1px solid #ffffff38}.partners-head{display:block}.partners-head>p{margin-top:28px}.brand-logo img{height:42px}}
@media(max-width:650px){.partners{padding:85px 22px;background-size:54px 54px,54px 54px,cover}.partners h2{font-size:40px}.partner-logo-grid{grid-template-columns:1fr 1fr}.partner-logo-slot{min-height:120px}.brand-logo{padding:3px 6px}.brand-logo img{height:38px}footer .brand-logo img{height:54px}}

/* v42 — DOCX content master homepage */
@media(min-width:1100px){.service-list-six{grid-template-columns:repeat(3,1fr)}.steps-six{grid-template-columns:repeat(3,1fr)}}
.service-list-six .service-card{min-height:390px}.steps-six .step{min-height:245px}
.easyvwork-section{position:relative;overflow:hidden;padding:120px 8vw;display:grid;grid-template-columns:1.05fr .95fr;gap:8vw;align-items:center;color:#fff;background-image:linear-gradient(#ffffff0b 1px,transparent 1px),linear-gradient(90deg,#ffffff0b 1px,transparent 1px),radial-gradient(circle at 82% 18%,#a8e6a33a,transparent 30%),linear-gradient(125deg,#1f6f3d,#31a554 58%,#55bd70);background-size:72px 72px,72px 72px,cover,cover}
.easyvwork-section h2{font-size:clamp(42px,5vw,76px);line-height:1.1;letter-spacing:-.055em;margin:0 0 28px}.easyvwork-section h2 em{font-style:normal;color:#c8f3d0}.easyvwork-copy>p{max-width:700px;line-height:1.9;color:#f2faf3e8}.easyvwork-features{display:grid;grid-template-columns:1fr 1fr;margin-top:36px;border-top:1px solid #ffffff42;border-left:1px solid #ffffff42}.easyvwork-features span{padding:18px;border-right:1px solid #ffffff42;border-bottom:1px solid #ffffff42;font-size:13px}.easyvwork-ui{background:#f7fcf8;color:#245b37;border:1px solid #d7eadc;border-radius:18px;padding:28px;box-shadow:0 30px 80px #123b2430}.ew-top{display:flex;justify-content:space-between;align-items:end;padding-bottom:22px;border-bottom:1px solid #d7eadc}.ew-top b{font-size:25px}.ew-top small{font-size:8px;letter-spacing:.15em}.ew-dashboard{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.ew-dashboard>div{min-height:150px;padding:18px;background:#eaf6ed;display:flex;flex-direction:column}.ew-dashboard small{font-size:8px;letter-spacing:.12em}.ew-dashboard strong{font-size:42px;margin:auto 0 4px;color:#31a554}.ew-dashboard span{font-size:11px}.ew-flow{padding:17px;background:#31a554;color:#fff;text-align:center;font-size:11px;letter-spacing:.12em}.service-list .v38-outframe-card:nth-child(6),.steps .v38-outframe-card:nth-child(6){--v38-delay:550ms}
@media(max-width:900px){.easyvwork-section{grid-template-columns:1fr;gap:50px}.easyvwork-features{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.easyvwork-section{padding:85px 22px;background-size:54px 54px,54px 54px,cover,cover}.easyvwork-section h2{font-size:40px}.easyvwork-features{grid-template-columns:1fr}.ew-dashboard{grid-template-columns:1fr}.ew-dashboard>div{min-height:110px}}

/* v44 — EasyVWork application showcase */
.easyvwork-showcase{min-height:760px;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:5vw;background-image:linear-gradient(#ffffff0a 1px,transparent 1px),linear-gradient(90deg,#ffffff0a 1px,transparent 1px),radial-gradient(circle at 78% 20%,#baf3c24a,transparent 26%),radial-gradient(circle at 20% 80%,#0e5d343d,transparent 30%),linear-gradient(125deg,#155f36,#31a554 56%,#63c87c);background-size:72px 72px,72px 72px,cover,cover,cover}
.easyvwork-showcase:before{content:"EASYVWORK";position:absolute;right:-.03em;bottom:-.22em;font:700 clamp(110px,18vw,290px)/1 Prompt,sans-serif;letter-spacing:-.07em;color:#fff;opacity:.035;pointer-events:none}
.easyvwork-lead{font-size:clamp(15px,1.25vw,19px);max-width:650px!important}
.easyvwork-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.easyvwork-pills span{border:1px solid #ffffff50;background:#ffffff10;backdrop-filter:blur(8px);padding:10px 13px;border-radius:999px;font-size:10px;letter-spacing:.075em;color:#fff}
.easyvwork-note{display:flex;align-items:center;gap:16px;margin-top:30px}.easyvwork-note strong{font-size:16px;letter-spacing:.06em}.easyvwork-note span{padding-left:16px;border-left:1px solid #ffffff55;color:#dff4e4;font-size:12px}
.easyvwork-visual{position:relative;min-height:590px;padding:0;background:transparent;border:0;box-shadow:none;overflow:visible;color:#123b24}
.ew-orbit{position:absolute;border:1px solid #ffffff25;border-radius:50%;pointer-events:none}.ew-orbit-one{width:520px;height:520px;right:-50px;top:10px}.ew-orbit-two{width:390px;height:390px;right:15px;top:75px;border-style:dashed}
.ew-phone-stage{position:absolute;z-index:3;right:3%;top:0;width:min(66%,520px);height:570px;margin:0;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 38px 100px #07331f66;border:1px solid #ffffffaa;transform:rotate(1.2deg)}
.ew-phone-stage img{width:100%;height:100%;object-fit:cover;object-position:center}.ew-phone-stage:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff55;pointer-events:none}.ew-phone-stage figcaption{position:absolute;left:22px;right:22px;bottom:20px;display:flex;justify-content:space-between;align-items:center;padding:13px 16px;border-radius:12px;background:#0b603ee8;color:#fff;backdrop-filter:blur(12px)}.ew-phone-stage figcaption b{font-size:11px;letter-spacing:.14em}.ew-phone-stage figcaption span{font-size:10px;color:#dff6e7}
.ew-float-card{position:absolute;z-index:5;margin:0;background:#fff;padding:8px;border-radius:16px;box-shadow:0 24px 70px #06371f4d;border:1px solid #dceee1;overflow:hidden}.ew-float-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.ew-float-card figcaption{display:flex;justify-content:space-between;gap:10px;padding:9px 6px 4px;font-size:9px;font-weight:700;letter-spacing:.08em;color:#17663a}.ew-float-card figcaption span{font-weight:400;color:#668574;letter-spacing:0}.ew-dashboard-card{width:47%;left:-3%;top:68px;transform:rotate(-3deg)}.ew-matching-card{width:43%;left:3%;bottom:32px;transform:rotate(2.5deg)}
.ew-live-badge{position:absolute;z-index:7;right:-2%;bottom:12px;width:220px;padding:14px 16px 14px 42px;border-radius:14px;background:#0c3f2a;color:#fff;box-shadow:0 20px 50px #08331f50}.ew-live-badge i{position:absolute;left:17px;top:19px;width:10px;height:10px;border-radius:50%;background:#a8e6a3;box-shadow:0 0 0 6px #a8e6a31e}.ew-live-badge span{display:block;font-size:8px;letter-spacing:.15em;color:#a8e6a3}.ew-live-badge b{display:block;margin-top:4px;font-size:11px;font-weight:600}
@media(max-width:1050px){.easyvwork-showcase{grid-template-columns:1fr;gap:60px}.easyvwork-visual{min-height:620px;max-width:780px;width:100%;margin:auto}.ew-phone-stage{right:5%;width:58%}.ew-dashboard-card{left:2%}.ew-matching-card{left:7%}}
@media(max-width:650px){.easyvwork-showcase{min-height:auto}.easyvwork-note{align-items:flex-start;flex-direction:column;gap:8px}.easyvwork-note span{border-left:0;padding-left:0}.easyvwork-visual{min-height:540px}.ew-phone-stage{right:0;width:78%;height:480px;border-radius:22px}.ew-dashboard-card{width:52%;left:-4%;top:42px}.ew-matching-card{width:50%;left:-2%;bottom:38px}.ew-live-badge{right:0;bottom:-5px;width:190px}.ew-orbit-one{width:420px;height:420px;right:-130px}.ew-orbit-two{width:300px;height:300px;right:-70px}}

/* v45 — compact sections, unified pill buttons, patterned trust cards, logo + EasyVWork details */
.hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background-image:linear-gradient(135deg,transparent 0 48%,#ffffff10 48% 48.08%,transparent 48.08% 100%),radial-gradient(circle at 13% 18%,#ffffff10 0 1px,transparent 1.5px);background-size:520px 520px,28px 28px;mask-image:linear-gradient(90deg,#0008,transparent 72%)}
.hero:after{z-index:2}
.hero-copy,.hero-visual,.hero-contact-strip{z-index:3}

/* Compact OUR SERVICES */
.services{padding-top:82px;padding-bottom:88px}
.services-head{margin-bottom:38px}
.services-head h2{font-size:clamp(40px,4.4vw,66px)}
.service-list-six .service-card{min-height:285px;padding:22px 20px}
.service-card h3{margin:8px 0 10px;font-size:18px}.service-card p{font-size:12px;line-height:1.65}.service-card a{padding-top:12px}.service-icon{margin:16px 0 12px}

/* Compact HOW IT WORKS */
.process{padding-top:82px;padding-bottom:88px}
.process-head h2{font-size:clamp(40px,4.4vw,66px)}
.steps{margin-top:40px;gap:18px}.steps-six .step{min-height:178px;padding:22px 22px 24px}.step h3{margin:30px 0 8px;font-size:18px}.step p{font-size:12px;line-height:1.65}

/* Hero-subpage pattern language on licensed partner green cards */
.partner-license-copy{background-color:#258f4b;background-image:linear-gradient(#ffffff0d 1px,transparent 1px),linear-gradient(90deg,#ffffff0d 1px,transparent 1px),radial-gradient(circle at 88% 12%,#a8e6a326,transparent 34%),linear-gradient(125deg,#207f43,#31a554);background-size:48px 48px,48px 48px,cover,cover}

/* One pill-button language across the website */
.button,.nav-cta,.arrow-link,.service-card a,.contact-cta-button,.page-cta .button,.side-contact-card .button{border-radius:999px!important;border:1px solid currentColor!important;background:transparent!important;box-shadow:none!important;min-height:42px;padding:8px 16px!important;display:inline-flex;align-items:center;justify-content:center;gap:12px;width:max-content;max-width:100%;transition:transform .22s ease,background .22s ease,border-color .22s ease}
.button:hover,.nav-cta:hover,.arrow-link:hover,.service-card a:hover,.contact-cta-button:hover{transform:translateY(-2px);background:#ffffff12!important}
.site-header .nav-cta{color:#287f46!important;background:#ffffffea!important;border-color:#31a55455!important}.site-header .nav-cta span{background:transparent;color:#287f46;width:auto;height:auto}
.hero .button{color:#fff!important;border-color:#ffffff80!important;background:#ffffff12!important}.hero .button span{background:transparent;color:#fff;width:auto;height:auto}
.service-card a{color:#fff;border-color:#ffffff55!important;margin-top:auto}.service-card a span{color:#fff}
.arrow-link{color:#287f46;border-color:#31a55466!important;border-bottom:1px solid #31a55466!important}.arrow-link span{color:#287f46}
.contact-cta-button{color:#fff!important;border-color:#ffffff80!important;background:#ffffff10!important}.contact-cta-button span{background:transparent!important;color:#fff!important}
.page-cta .button,.side-contact-card .button{color:#287f46!important;border-color:#31a55488!important}.page-cta .button span,.side-contact-card .button span{background:transparent!important;color:#287f46!important}

/* Logo master */
.brand-logo{background:transparent!important;padding:0!important;border-radius:0!important;overflow:visible}.brand-logo img{height:54px;width:auto;object-fit:contain;border-radius:8px}footer .brand-logo{background:transparent!important;padding:0!important}footer .brand-logo img{height:76px}

/* EasyVWork expanded information */
.easyvwork-showcase{padding-bottom:0;align-items:start}
.easyvwork-details{grid-column:1/-1;margin:48px -8vw 0;padding:54px 8vw 68px;border-top:1px solid #ffffff30;background:#155f362c;position:relative;z-index:4}
.easyvwork-detail-title{display:grid;grid-template-columns:.55fr 1.45fr;gap:4vw;align-items:end;margin-bottom:30px}.easyvwork-detail-title small{font-weight:700;letter-spacing:.16em;color:#c8f3d0}.easyvwork-detail-title strong{font-size:clamp(24px,2.4vw,38px);line-height:1.35}
.easyvwork-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #ffffff35;border-left:1px solid #ffffff35}.easyvwork-detail-grid article{padding:24px 28px;border-right:1px solid #ffffff35;border-bottom:1px solid #ffffff35}.easyvwork-detail-grid h3{font-size:16px;margin:0 0 8px}.easyvwork-detail-grid h3:before{content:"●";margin-right:10px;color:#c8f3d0}.easyvwork-detail-grid p{margin:0;color:#f2faf3d9;font-size:13px;line-height:1.75}
.easyvwork-detail-flow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px}.easyvwork-detail-flow b{padding:9px 13px;border:1px solid #ffffff55;border-radius:999px;font-size:11px}.easyvwork-detail-flow i{font-style:normal;color:#c8f3d0}.easyvwork-detail-summary{margin:16px 0 0!important;font-size:13px!important;color:#e5f4e8!important}

/* Seam fix before footer */
main{overflow:hidden}footer{margin-top:-1px;border-top:0!important;background-position:center 42%!important}

@media(max-width:900px){.easyvwork-detail-title{grid-template-columns:1fr;gap:12px}.easyvwork-detail-grid{grid-template-columns:1fr}.services,.process{padding-top:70px;padding-bottom:74px}}
@media(max-width:650px){.services,.process{padding:70px 22px}.services-head{margin-bottom:30px}.service-list-six .service-card{min-height:270px}.steps-six .step{min-height:165px}.easyvwork-details{margin:42px -22px 0;padding:42px 22px 52px}.easyvwork-detail-grid article{padding:20px 18px}.brand-logo img{height:44px}footer .brand-logo img{height:62px}}

/* ===== v46: EasyVWork horizontal detail + master logo + unified pill buttons ===== */
.easyvwork-showcase{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:start;padding-bottom:72px}
.easyvwork-details{grid-column:1/-1;width:100%;margin:22px 0 0;padding:28px 0 0;border-top:1px solid #ffffff30;background:transparent;position:relative;z-index:4}
.easyvwork-detail-title{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 20px}
.easyvwork-detail-title small{flex:0 0 auto;font-weight:800;letter-spacing:.16em;color:#d7f5dc;white-space:nowrap}
.easyvwork-detail-title strong{max-width:760px;font-size:clamp(22px,2vw,34px);line-height:1.28;text-align:right}
.easyvwork-detail-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #ffffff2f;border-radius:18px;overflow:hidden;background:#0f5f3324}
.easyvwork-detail-grid article{min-width:0;padding:20px 18px;border:0;border-right:1px solid #ffffff2b}
.easyvwork-detail-grid article:last-child{border-right:0}
.easyvwork-detail-grid h3{font-size:14px;line-height:1.4;margin:0 0 8px;color:#fff}
.easyvwork-detail-grid h3:before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:#d6f8dc;margin:0 0 10px}
.easyvwork-detail-grid p{margin:0;color:#eff8f1d9;font-size:11.5px;line-height:1.62}
.easyvwork-detail-flow{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;margin-top:18px;overflow-x:auto;padding-bottom:2px}
.easyvwork-detail-flow b{flex:0 0 auto;padding:8px 12px;border:1px solid #ffffff55;border-radius:999px;font-size:10.5px;white-space:nowrap;background:#ffffff08}
.easyvwork-detail-flow i{flex:0 0 auto;font-style:normal;color:#d5f4da}
.easyvwork-detail-summary{text-align:center;margin:10px 0 0!important;font-size:12px!important;color:#eaf6ec!important}

/* Master TOP POWER logo supplied by user */
.brand-logo img{height:58px;width:auto;max-width:96px;object-fit:contain;border-radius:0!important}
footer .brand-logo img{height:82px;max-width:118px}

/* Match the two remaining CTA/tag shapes to the site's EasyVWork pill language */
.hero-service-label,
.site-header .nav-cta,
.page-cta .button,
.contact-cta-button,
.side-contact-card .button{
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.58)!important;
  background:rgba(255,255,255,.10)!important;
  box-shadow:none!important;
  min-height:40px;
  padding:8px 16px!important;
  color:inherit;
}
.hero-service-label{display:inline-flex;align-items:center;margin-bottom:18px;color:#f2faf3;background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.50)!important}
.hero-service-label-text{padding:0!important;white-space:nowrap;font-size:12px;letter-spacing:.02em}
.site-header .nav-cta{color:#287f46!important;background:rgba(255,255,255,.94)!important;border-color:#31a55466!important}
.site-header .nav-cta span,.page-cta .button span,.contact-cta-button span{background:transparent!important;width:auto!important;height:auto!important;color:inherit!important}

@media(max-width:1180px){
  .easyvwork-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .easyvwork-detail-grid article{border-right:1px solid #ffffff2b;border-bottom:1px solid #ffffff2b}
  .easyvwork-detail-grid article:nth-child(3n){border-right:0}
  .easyvwork-detail-grid article:nth-last-child(-n+3){border-bottom:0}
}
@media(max-width:900px){
  .easyvwork-detail-title{display:block}.easyvwork-detail-title strong{display:block;text-align:left;margin-top:10px;max-width:none}
  .easyvwork-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .easyvwork-detail-grid article:nth-child(3n){border-right:1px solid #ffffff2b}
  .easyvwork-detail-grid article:nth-child(2n){border-right:0}
  .easyvwork-detail-grid article:nth-last-child(-n+3){border-bottom:1px solid #ffffff2b}
  .easyvwork-detail-grid article:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:650px){
  .easyvwork-showcase{padding-bottom:52px}
  .easyvwork-detail-grid{grid-template-columns:1fr}
  .easyvwork-detail-grid article,.easyvwork-detail-grid article:nth-child(n){border-right:0;border-bottom:1px solid #ffffff2b}
  .easyvwork-detail-grid article:last-child{border-bottom:0}
  .easyvwork-detail-flow{justify-content:flex-start}
  .brand-logo img{height:48px;max-width:78px}footer .brand-logo img{height:68px;max-width:96px}
  .hero-service-label-text{white-space:normal}
}

/* v47 — EasyVWork compact/readable + real partner logos */
.easyvwork-details{margin-top:16px!important;padding-top:20px!important}
.easyvwork-detail-title{margin-bottom:14px!important;gap:20px!important;align-items:center!important}
.easyvwork-detail-title strong{font-size:clamp(20px,1.65vw,29px)!important;line-height:1.22!important}
.easyvwork-detail-grid{border-radius:14px!important;background:#0b512e30!important}
.easyvwork-detail-grid article{padding:13px 14px!important}
.easyvwork-detail-grid h3{font-size:13.5px!important;line-height:1.35!important;margin-bottom:5px!important;font-weight:800!important;color:#fff!important}
.easyvwork-detail-grid h3:before{width:6px!important;height:6px!important;margin-bottom:6px!important}
.easyvwork-detail-grid p{font-size:12.5px!important;line-height:1.48!important;font-weight:500!important;color:#fff!important;opacity:.96!important}
.easyvwork-detail-flow{margin-top:12px!important;gap:6px!important}
.easyvwork-detail-flow b{padding:6px 10px!important;font-size:10.5px!important}
.easyvwork-detail-summary{margin-top:7px!important;font-size:12.5px!important;font-weight:600!important;color:#fff!important}
.partner-logo-real{border:0!important;gap:14px!important}
.partner-logo-real .partner-logo-slot{min-height:190px!important;padding:18px 14px!important;border:1px solid #ffffff38!important;border-radius:18px!important;background:#ffffff12!important;gap:12px!important}
.partner-logo-real .partner-logo-image{height:112px;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:10px;overflow:hidden}
.partner-logo-real .partner-logo-image img{display:block;max-width:100%;max-height:92px;width:auto;height:auto;object-fit:contain}
.partner-logo-real .partner-logo-slot strong{font-size:12px;line-height:1.45;text-align:center;color:#fff;font-weight:700}
@media(max-width:900px){.partner-logo-real{grid-template-columns:repeat(2,1fr)!important}.easyvwork-detail-grid p{font-size:13px!important}}
@media(max-width:650px){.partner-logo-real{grid-template-columns:1fr 1fr!important;gap:10px!important}.partner-logo-real .partner-logo-slot{min-height:160px!important;padding:12px 9px!important}.partner-logo-real .partner-logo-image{height:90px}.partner-logo-real .partner-logo-image img{max-height:72px}.partner-logo-real .partner-logo-slot strong{font-size:10.5px}.easyvwork-detail-grid p{font-size:13px!important}}

/* v48 — white homepage system, EasyVWork promo, SCP partner, #00A472 accent */
:root{--accent-v48:#00a472;--ink-v48:#173f2b;--body-v48:#53685b;--grid-v48:#00a47210}

/* Homepage: replace dark-green section fields with white while preserving structure/pattern language */
.easyvwork-section,.services,.partners,.contact{color:var(--ink-v48)!important;background-color:#fff!important;background-image:linear-gradient(var(--grid-v48) 1px,transparent 1px),linear-gradient(90deg,var(--grid-v48) 1px,transparent 1px),radial-gradient(circle at 84% 16%,#00a47212,transparent 30%),linear-gradient(180deg,#fff,#fbfefc)!important;background-size:72px 72px,72px 72px,cover,cover!important}
.easyvwork-showcase:before{color:#00a472!important;opacity:.035!important}
.easyvwork-section h2,.services h2,.partners h2,.contact h2{color:var(--ink-v48)!important}
.easyvwork-section h2 em,.services h2 em,.partners h2 em,.contact h2 em{color:var(--accent-v48)!important}
.easyvwork-copy>p,.easyvwork-lead,.services-head p,.partners-head>p,.contact-copy>p{color:var(--body-v48)!important}
.easyvwork-pills span{border-color:#00a47245!important;background:#00a47208!important;color:#17623f!important}
.easyvwork-note strong{color:var(--ink-v48)!important}.easyvwork-note span{color:#607568!important;border-left-color:#00a47238!important}
.easyvwork-details{border-top-color:#00a47222!important}.easyvwork-detail-title small{color:var(--accent-v48)!important}.easyvwork-detail-title strong{color:var(--ink-v48)!important}
.easyvwork-detail-grid{border-color:#00a4722e!important;background:#00a47206!important}.easyvwork-detail-grid article{border-color:#00a47222!important}.easyvwork-detail-grid h3{color:var(--ink-v48)!important}.easyvwork-detail-grid h3:before{background:var(--accent-v48)!important}.easyvwork-detail-grid p{color:#4f6557!important;opacity:1!important}
.easyvwork-detail-flow b{border-color:#00a47245!important;background:#00a47207!important;color:#205f42!important}.easyvwork-detail-flow i{color:var(--accent-v48)!important}.easyvwork-detail-summary{color:#52695a!important}
.services .service-card{color:var(--ink-v48)!important;border-color:#00a47225!important;background:#fff!important}.services .service-card small,.services .service-no{color:var(--accent-v48)!important}.services .service-card p{color:#5a6d61!important}.services .service-card a{color:#245b3b!important;border-color:#00a47228!important}.services .service-icon{color:var(--accent-v48)!important}
.partners .partner-logo-grid{border-color:#00a47226!important}.partners .partner-logo-slot{background:#fff!important;border-color:#00a47222!important;color:var(--ink-v48)!important}.partners .partner-logo-slot:hover{background:#f5fcf8!important}.partners .partner-logo-slot strong{color:#244c35!important}
.contact{border-top:1px solid #00a47220!important}.contact:before{border-color:#00a47218!important;box-shadow:0 0 0 34px #00a47205,0 0 0 70px #00a47203!important}.contact:after{color:#00a47206!important}.contact-actions>small{color:#65786c!important}.contact-cta-button{border-color:#00a47255!important;background:#fff!important;color:#1b5f3d!important}.contact-cta-button span{background:var(--accent-v48)!important;color:#fff!important}

/* #00A472 is the consistent first-heading / kicker accent across all pages */
.section-kicker,.section-kicker.light,.page-intro .section-kicker,.partner-license-head .section-kicker,.contact .section-kicker{color:var(--accent-v48)!important}
.inner-hero .eyebrow,.page-eyebrow,.hero-service-label-text{color:var(--accent-v48)!important}

/* New EasyVWork supplied promo artwork */
.easyvwork-promo-visual{min-height:0!important;display:flex;align-items:center;justify-content:center;overflow:hidden!important;border:1px solid #00a47220!important;border-radius:24px!important;background:#fff!important;box-shadow:0 28px 70px #145d3620!important}
.easyvwork-promo-stage{margin:0;width:100%;line-height:0}.easyvwork-promo-stage img{display:block;width:100%;height:auto;object-fit:contain}

/* Partners: explicit heading + unframed SCP row below existing five */
.partners-label{margin-bottom:10px;color:var(--accent-v48);font-size:12px;letter-spacing:.24em;font-weight:900}
.partner-extra{margin:34px auto 0;max-width:760px;display:flex;align-items:center;justify-content:center;gap:28px;padding:8px 0;background:transparent!important;border:0!important;box-shadow:none!important;color:var(--ink-v48)!important}
.partner-extra-logo{width:150px;flex:0 0 150px}.partner-extra-logo img{display:block;width:100%;height:auto;object-fit:contain}.partner-extra-name{display:flex;flex-direction:column;gap:4px}.partner-extra-name strong{font-size:17px;color:#243f31}.partner-extra-name span{font-size:13px;font-weight:800;letter-spacing:.035em;color:#d76a14}

@media(max-width:900px){.easyvwork-promo-visual{max-width:780px;margin:auto}.partner-extra{max-width:620px}.easyvwork-section,.services,.partners,.contact{background-size:54px 54px,54px 54px,cover,cover!important}}
@media(max-width:650px){.easyvwork-promo-visual{border-radius:16px!important}.partner-extra{flex-direction:column;gap:12px;text-align:center;margin-top:24px}.partner-extra-logo{width:120px;flex-basis:auto}.partner-extra-name strong{font-size:14px}.partner-extra-name span{font-size:11px}}
/* v48 contrast completion for homepage white service cards */
.services .service-list{border-color:#00a47228!important}.services .service-card{border-color:#00a47228!important}.services .service-card:hover{background:#f0fbf5!important}.services .service-card a span{color:var(--accent-v48)!important}


/* v49 — requested Hero colors + latest EasyVWork artwork */
.hero-service-label-text{color:#fff!important;-webkit-text-fill-color:#fff!important}
.hero .hero-arc-title,.hero .hero-arc-title .hero-mask-text{color:#0b5131!important;-webkit-text-fill-color:#0b5131!important;text-shadow:0 2px 8px rgba(255,255,255,.22)!important}
.easyvwork-promo-stage img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important}


/* v50 — four requested refinements */
/* 1. Hero MOU Lao: flat dark-green type, no outline/shadow */
.hero .hero-arc-title,.hero .hero-arc-title .hero-mask-text{
  color:#0b5131!important;
  -webkit-text-fill-color:#0b5131!important;
  -webkit-text-stroke:0!important;
  text-shadow:none!important;
  filter:none!important;
}
/* 2. EasyVWork artwork: preserve supplied transparent PNG */
.easyvwork-promo-visual{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.easyvwork-promo-stage{background:transparent!important}
.easyvwork-promo-stage img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}
/* v51: EasyVWork details faster entrance */
.easyvwork-details.v35-outframe-bottom{
  --v35-delay:.12s!important;
  transition-duration:.72s!important;
  animation-duration:.72s!important;
}
/* 4. OUR PARTNERS standalone label removed in markup */
.easyvwork-details.v35-outframe-bottom.is-visible{
  transition:clip-path 1.35s cubic-bezier(.16,1,.3,1) var(--v35-delay,.12s),transform 1.35s cubic-bezier(.16,1,.3,1) var(--v35-delay,.12s),opacity .58s ease var(--v35-delay,.12s)!important;
}


/* ===== v51 ABOUT TOP POWER ===== */
.about-v51{--about-green:#00a472;--about-ink:#183d2a;--about-text:#536b58}
.about-v51 .section-kicker{color:var(--about-green)!important;margin-bottom:16px}
.about-overview{padding:18px 0 74px;border-bottom:1px solid #dceadf}
.about-overview-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:start}
.about-country-label{font-size:13px;font-weight:800;letter-spacing:.14em;color:#73877a;margin-bottom:14px}
.about-countries{font-size:clamp(20px,2vw,29px);font-weight:750;line-height:1.55;color:var(--about-ink)}
.about-countries i{font-style:normal;color:#9bd8b7;margin:0 8px}
.about-overview h2,.about-feature h2,.about-split h2,.about-history h2,.about-closing h2{margin:0 0 20px;font-size:clamp(34px,4.2vw,58px);line-height:1.14;letter-spacing:-.045em;color:var(--about-ink)}
.about-overview h2 em,.about-feature h2 em,.about-split h2 em,.about-closing h2 em{font-style:normal;color:var(--about-green)}
.about-overview p,.about-feature p,.about-split p,.about-history p,.about-closing p{font-size:15px;line-height:1.9;color:var(--about-text)}
.about-feature{display:grid;grid-template-columns:100px 1fr;gap:34px;padding:76px 0;border-bottom:1px solid #dceadf}
.about-feature-no,.about-split .about-feature-no{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--about-green);padding-top:5px}
.about-feature-copy{max-width:1010px}
.about-service-line{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}.about-service-line span{padding:9px 13px;border:1px solid #bfe8d2;border-radius:999px;background:#f7fcf9;font-size:12px;font-weight:700;color:#276246}
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 -32px;border-bottom:1px solid #dceadf}
.about-split article{padding:72px 54px}.about-split article+article{border-left:1px solid #dceadf;background:#f8fcf9}.about-split h2{font-size:clamp(29px,3vw,43px)}
.about-split blockquote{margin:28px 0 0;padding:20px 0 0;border-top:1px solid #bfe8d2;font-size:clamp(22px,2.3vw,32px);font-weight:800;line-height:1.45;color:var(--about-green)}
.about-easy-highlight{display:block;margin-top:24px;padding:17px 20px;border-left:3px solid var(--about-green);background:#fff;color:var(--about-ink);font-size:15px;line-height:1.65}
.about-history{padding:82px 0 25px}.about-history-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:52px;align-items:end;margin-bottom:42px}.about-history-head .section-kicker{grid-column:1/-1;margin-bottom:-25px}.about-history-head h2{margin:0}.about-history-head p{margin:0}
.about-timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #bfe8d2;border-bottom:1px solid #dceadf}.about-timeline article{position:relative;padding:28px 24px 32px;border-right:1px solid #dceadf}.about-timeline article:last-child{border-right:0}.about-timeline article:before{content:"";position:absolute;top:-5px;left:24px;width:9px;height:9px;border-radius:50%;background:var(--about-green)}.about-timeline span{font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--about-green)}.about-timeline h3{margin:16px 0 10px;font-size:18px;line-height:1.4;color:var(--about-ink)}.about-timeline p{margin:0;font-size:13px;line-height:1.75}
.about-v51 .company-team-section{margin-top:86px}.about-v51 .organization-section{margin-top:88px}
.about-closing{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:92px;padding:54px;background:linear-gradient(135deg,#f0fbf5,#fff);border:1px solid #cfe9da}.about-closing h2{font-size:clamp(30px,3.2vw,45px);margin-bottom:0}.about-closing-services{font-weight:750;color:#265d42!important}.about-closing-services i{font-style:normal;color:var(--about-green);margin:0 5px}.about-closing .button{margin-top:18px;background:var(--about-green);color:#fff}
@media(max-width:900px){.about-overview-grid,.about-history-head,.about-closing{grid-template-columns:1fr;gap:28px}.about-feature{grid-template-columns:1fr;gap:12px}.about-split{grid-template-columns:1fr}.about-split article+article{border-left:0;border-top:1px solid #dceadf}.about-timeline{grid-template-columns:repeat(2,1fr)}.about-timeline article:nth-child(2){border-right:0}.about-timeline article:nth-child(-n+2){border-bottom:1px solid #dceadf}}
@media(max-width:650px){.about-overview{padding-bottom:52px}.about-feature{padding:52px 0}.about-split{margin:0 -22px}.about-split article{padding:50px 22px}.about-timeline{grid-template-columns:1fr}.about-timeline article,.about-timeline article:nth-child(2){border-right:0;border-bottom:1px solid #dceadf}.about-timeline article:last-child{border-bottom:0}.about-closing{margin-top:64px;padding:30px 22px}}

/* ===== v52 WHY TOP POWER + CLIENT PARTNERS ===== */
.why-v52{--wg:#00a472;--wi:#183d2a;--wt:#566b5c}.why-v52 h2{color:var(--wi);letter-spacing:-.04em}.why-v52 h2 em,.why-v52 h3 em{font-style:normal;color:var(--wg)}
.why-intro,.why-reasons,.why-workflow,.why-structure,.why-system{padding:68px 0;border-bottom:1px solid #dceadf}.why-intro{padding-top:12px}.why-intro-grid,.why-section-head{display:grid;grid-template-columns:1fr 1fr;gap:70px}.why-intro h2{font-size:clamp(34px,4vw,58px);margin:0 0 18px}.why-intro h3{font-size:clamp(22px,2.3vw,34px);line-height:1.4;margin:0;color:var(--wi)}.why-intro p,.why-section-head p{color:var(--wt);line-height:1.9;margin:0 0 15px}.why-reasons>h2,.why-system>h2{font-size:clamp(34px,4vw,54px);margin:0 0 34px}.why-card-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cfe7d9;border-left:1px solid #cfe7d9}.why-card-grid article{padding:28px;border-right:1px solid #cfe7d9;border-bottom:1px solid #cfe7d9;min-height:220px}.why-card-grid article.wide{grid-column:span 3;min-height:auto}.why-card-grid b{color:var(--wg);font-size:12px;letter-spacing:.15em}.why-card-grid h3{color:var(--wi);font-size:19px;line-height:1.45;margin:22px 0 10px}.why-card-grid p{color:var(--wt);font-size:13px;line-height:1.75;margin:0}.why-section-head h2{font-size:clamp(32px,3.6vw,50px);margin:0}.why-flow{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:38px}.why-flow span{padding:10px 14px;border:1px solid #bfe5d0;border-radius:999px;font-size:12px;font-weight:700;color:#265d42;background:#f7fcf9}.why-flow i{font-style:normal;color:var(--wg)}.why-policy{margin:76px -32px;padding:68px 8%;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;background:#0d5133;color:#fff}.why-policy small{grid-column:1/-1;color:#76e0ad;font-weight:800;letter-spacing:.18em}.why-policy blockquote{margin:0;font-size:clamp(34px,4.4vw,64px);font-weight:800;line-height:1.22;letter-spacing:-.05em}.why-policy blockquote em{font-style:normal;color:#76e0ad}.why-policy p{margin:0;align-self:end;line-height:1.9;color:#e5f4eb}.why-dept-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:40px;border-top:1px solid #cfe7d9;border-left:1px solid #cfe7d9}.why-dept-grid article{padding:28px 30px;border-right:1px solid #cfe7d9;border-bottom:1px solid #cfe7d9}.why-dept-grid span{font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--wg)}.why-dept-grid h3{font-size:18px;color:var(--wi);margin:14px 0 9px}.why-dept-grid p{font-size:13px;line-height:1.75;color:var(--wt);margin:0}.why-system>h2{max-width:780px}.why-system-flow{display:grid;grid-template-columns:repeat(6,1fr);margin-top:34px;border-top:1px solid #cfe7d9;border-bottom:1px solid #cfe7d9}.why-system-flow article{padding:24px 16px;border-right:1px solid #cfe7d9}.why-system-flow article:last-child{border-right:0}.why-system-flow b{display:block;color:var(--wg);font-size:12px;margin-bottom:12px}.why-system-flow span{font-size:12px;line-height:1.6;color:var(--wt)}.why-closing{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;margin-top:80px;padding:54px;background:linear-gradient(135deg,#effaf4,#fff);border:1px solid #cfe7d9}.why-closing small{color:var(--wg);font-weight:800;letter-spacing:.2em}.why-closing h2{font-size:clamp(31px,3.5vw,48px);margin:15px 0 0}.why-closing p{line-height:1.8;color:var(--wt)}.why-closing .button{margin-top:10px;background:var(--wg);color:#fff}
.clients-partners{margin-top:82px;padding:70px 0;border-top:1px solid #dceadf}.clients-partners-head{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.clients-partners-head h2{font-size:clamp(34px,4vw,56px);line-height:1.15;letter-spacing:-.045em;color:#183d2a;margin:0}.clients-partners-head h2 em{font-style:normal;color:#00a472}.clients-partners-head p{margin:0;color:#566b5c;line-height:1.9}.clients-logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}.clients-logo-grid article{min-height:190px;padding:18px 14px;border:1px solid #d5e9dd;border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.clients-logo-grid article>div{height:105px;width:100%;display:flex;align-items:center;justify-content:center}.clients-logo-grid img{max-width:100%;max-height:90px;object-fit:contain}.clients-logo-grid strong{text-align:center;color:#244c35;font-size:12px;line-height:1.45}
@media(max-width:900px){.why-intro-grid,.why-section-head,.why-policy,.why-closing,.clients-partners-head{grid-template-columns:1fr;gap:28px}.why-card-grid{grid-template-columns:repeat(2,1fr)}.why-card-grid article.wide{grid-column:span 2}.why-system-flow{grid-template-columns:repeat(3,1fr)}.why-system-flow article:nth-child(3){border-right:0}.why-system-flow article:nth-child(-n+3){border-bottom:1px solid #cfe7d9}.clients-logo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.why-intro,.why-reasons,.why-workflow,.why-structure,.why-system{padding:52px 0}.why-card-grid,.why-dept-grid{grid-template-columns:1fr}.why-card-grid article.wide{grid-column:auto}.why-policy{margin:54px -22px;padding:48px 22px}.why-system-flow{grid-template-columns:1fr}.why-system-flow article,.why-system-flow article:nth-child(3){border-right:0;border-bottom:1px solid #cfe7d9}.why-system-flow article:last-child{border-bottom:0}.why-closing{padding:30px 22px;margin-top:58px}.clients-partners{margin-top:58px;padding:52px 0}.clients-logo-grid{grid-template-columns:1fr 1fr;gap:10px}.clients-logo-grid article{min-height:155px;padding:12px 8px}.clients-logo-grid article>div{height:82px}.clients-logo-grid img{max-height:70px}.clients-logo-grid strong{font-size:10.5px}}


/* v55 — requested early reveal for WHY US and MANAGEMENT content */
.v55-early-rise.v35-outframe-bottom.is-visible{
  transition:clip-path 1.55s cubic-bezier(.16,1,.3,1) var(--v35-delay,.04s),transform 1.55s cubic-bezier(.16,1,.3,1) var(--v35-delay,.04s),opacity .62s ease var(--v35-delay,.04s)!important;
}


/* v57 — global White Subtle Grid + standardized inner-page section effects */
body.inner-page{
  background-color:#fff!important;
  background-image:linear-gradient(var(--grid-v48) 1px,transparent 1px),linear-gradient(90deg,var(--grid-v48) 1px,transparent 1px),radial-gradient(circle at 84% 16%,#00a4720d,transparent 30%),linear-gradient(180deg,#fff,#fbfefc)!important;
  background-size:72px 72px,72px 72px,cover,cover!important;
  background-attachment:scroll!important;
}
body.inner-page .page-content{background:transparent!important}
/* Kicker standard = approved 02 — LICENSE & TRUST bottom-up reveal */
.section-kicker.v57-kicker{opacity:0;clip-path:inset(100% 0 0);transform:translateY(90%);will-change:clip-path,transform,opacity}
.section-kicker.v57-kicker.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 2.4s cubic-bezier(.16,1,.3,1) var(--license-delay,.04s),transform 2.4s cubic-bezier(.16,1,.3,1) var(--license-delay,.04s),opacity .86s ease var(--license-delay,.04s)}
/* Requested post-Hero headings: right -> left; supporting content: bottom -> top */
.v57-heading-right{display:block;opacity:0;clip-path:inset(-.22em -.12em -.3em 105%);transform:translateX(55%);will-change:clip-path,transform,opacity}
.v57-heading-right.is-visible{opacity:1;clip-path:inset(-.22em -.12em -.3em -.12em);transform:none;transition:clip-path 2.35s cubic-bezier(.16,1,.3,1) .05s,transform 2.35s cubic-bezier(.16,1,.3,1) .05s,opacity .84s ease .05s}
.v57-content-rise{opacity:0;clip-path:inset(100% 0 0);transform:translateY(62%);will-change:clip-path,transform,opacity}
.v57-content-rise.is-visible{opacity:1;clip-path:inset(0);transform:none;transition:clip-path 2.05s cubic-bezier(.16,1,.3,1) var(--v57-delay,.12s),transform 2.05s cubic-bezier(.16,1,.3,1) var(--v57-delay,.12s),opacity .78s ease var(--v57-delay,.12s)}
@media(max-width:900px){body.inner-page{background-size:54px 54px,54px 54px,cover,cover!important}}
@media(prefers-reduced-motion:reduce){.section-kicker.v57-kicker,.v57-heading-right,.v57-content-rise{opacity:1!important;clip-path:none!important;transform:none!important;transition:none!important}}
\n\n/* v58 — compact FAQ, About section number alignment, stronger main-Hero grid */
/* Homepage FAQ: tighter rows and a protected question column so Thai text never collapses vertically */
.faq{grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr)!important;gap:clamp(36px,6vw,92px)!important}
.faq-list{min-width:0!important}
.faq-list summary{min-height:70px!important;grid-template-columns:42px minmax(0,1fr) 26px!important;column-gap:8px!important;font-size:14px!important;line-height:1.55!important}
.faq-list summary .faq-no{font-size:10px!important;white-space:nowrap!important}
.faq-list summary .faq-question{display:block;min-width:0;font:inherit;font-weight:700;color:#234b2e;white-space:normal;overflow-wrap:normal;word-break:normal}
.faq-list summary i{justify-self:end;font-size:20px!important}
.faq-list details p{margin:0 34px 20px 50px!important;max-width:calc(100% - 84px);font-size:12.5px!important;line-height:1.75!important}
/* About: bring section number closer to its kicker/content */
.about-feature{grid-template-columns:56px minmax(0,1fr)!important;gap:20px!important}
.about-feature-no{justify-self:start!important}
/* Main Hero: visible but subtle grid, matching the site's inner-page visual language */
.hero{background-image:linear-gradient(#ffffff1c 1px,transparent 1px),linear-gradient(90deg,#ffffff1c 1px,transparent 1px),radial-gradient(ellipse at 77% 43%,#8bd69336 0%,#6cc17620 31%,transparent 57%),linear-gradient(112deg,#287f46f7 0%,#287f46e8 38%,#2b914cb8 76%,#6cc17682 100%),url('../images/hero-green-city-background.webp')!important;background-size:72px 72px,72px 72px,cover,cover,cover!important;background-position:center,center,center,center,center center!important}
@media(max-width:900px){.faq{grid-template-columns:1fr!important;gap:34px!important}.about-feature{grid-template-columns:44px minmax(0,1fr)!important;gap:14px!important}}
@media(max-width:650px){.faq-list summary{min-height:64px!important;grid-template-columns:34px minmax(0,1fr) 24px!important;font-size:13px!important}.faq-list details p{margin:0 28px 18px 42px!important;max-width:calc(100% - 70px)}.about-feature{grid-template-columns:1fr!important;gap:10px!important}.hero{background-size:54px 54px,54px 54px,cover,cover,cover!important}}
\n\n/* v59 — final correction: About 01 grouping + clearly visible main-Hero grid */\n.about-feature-one{grid-template-columns:1fr!important;gap:0!important}\n.about-feature-one .about-feature-copy{min-width:0}\n.about-feature-meta{display:flex;align-items:center;gap:clamp(18px,2vw,30px);margin-bottom:16px}\n.about-feature-meta .about-feature-no{flex:0 0 auto;margin:0!important}\n.about-feature-meta .section-kicker{margin:0!important}\n\n/* Dedicated grid overlay above the Hero background/gradient, below copy and workers. */\n.hero:before{\n  content:""!important;position:absolute!important;inset:0!important;z-index:2!important;opacity:1!important;pointer-events:none!important;\n  background-image:\n    linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),\n    linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px),\n    linear-gradient(135deg,transparent 0 49.92%,rgba(255,255,255,.07) 49.92% 50.08%,transparent 50.08% 100%)!important;\n  background-size:72px 72px,72px 72px,520px 520px!important;\n  background-position:center center,center center,center center!important;\n  mask-image:none!important;-webkit-mask-image:none!important;\n}\n.hero:after{z-index:2!important}\n.hero-copy,.hero-visual,.hero-contact-strip{position:relative;z-index:3!important}\n@media(max-width:650px){\n  .about-feature-meta{gap:14px;margin-bottom:12px}\n  .hero:before{background-size:54px 54px,54px 54px,360px 360px!important}\n}\n
/* v60 — use inner-Hero background system on main Hero + repair About section 01 layout */
.hero{
  background:
    linear-gradient(115deg,#19462af5 0%,#287f46ee 52%,#31a554bd 100%),
    url('../images/hero-green-city-background.webp') center 54%/cover no-repeat!important;
  background-size:cover,cover!important;
  background-position:center,center 54%!important;
  background-repeat:no-repeat,no-repeat!important;
}
/* Match the sub-page Hero grid exactly: 64px subtle white grid with right-side fade. */
.hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  opacity:1!important;
  pointer-events:none!important;
  background-image:
    linear-gradient(#ffffff10 1px,transparent 1px),
    linear-gradient(90deg,#ffffff10 1px,transparent 1px)!important;
  background-size:64px 64px,64px 64px!important;
  background-position:0 0,0 0!important;
  mask-image:linear-gradient(90deg,#000 0%,transparent 88%)!important;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,transparent 88%)!important;
}
.hero:after{z-index:2!important}
.hero-copy,.hero-visual,.hero-contact-strip{position:relative;z-index:3!important}

/* About / 01 — keep number and kicker together without shrinking the headline column. */
.about-feature.about-feature-one{
  display:block!important;
  width:100%!important;
  grid-template-columns:none!important;
  gap:0!important;
}
.about-feature-one .about-feature-copy{
  display:block!important;
  width:100%!important;
  max-width:1010px!important;
  min-width:0!important;
}
.about-feature-one .about-feature-meta{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  gap:18px!important;
  margin:0 0 18px!important;
}
.about-feature-one .about-feature-meta .about-feature-no,
.about-feature-one .about-feature-meta .section-kicker{
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  writing-mode:horizontal-tb!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.about-feature-one h2{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
.about-feature-one h2 .v35-outframe-line{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
@media(max-width:650px){
  .hero:before{background-size:54px 54px,54px 54px!important}
  .about-feature-one .about-feature-meta{gap:12px!important;margin-bottom:14px!important}
  .about-feature-one h2{word-break:normal!important}
  .about-feature-one h2 .v35-outframe-line{word-break:normal!important}
}


/* v61 — Hero contact strip containment + unified 7-service system */
.hero{overflow:hidden!important}
.hero .hero-contact-strip{
  position:absolute!important;left:0!important;right:0!important;bottom:0!important;
  width:100%!important;max-width:none!important;margin:0!important;
  transform:none!important;box-sizing:border-box!important;z-index:8!important;
}
.hero-copy,.hero-visual{position:relative;z-index:3!important}
@media(min-width:1100px){.service-list-seven{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
.service-list-seven .service-card{min-height:285px;padding:22px 20px}
.service-list-seven .v38-outframe-card:nth-child(6){--v38-delay:550ms}
.service-list-seven .v38-outframe-card:nth-child(7){--v38-delay:660ms}
@media(max-width:900px){.hero .hero-contact-strip{left:0!important;right:0!important;width:100%!important}.service-list-seven{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:650px){.hero .hero-contact-strip{left:0!important;right:0!important;width:100%!important}.service-list-seven{grid-template-columns:1fr!important}.service-list-seven .service-card{min-height:270px}}


/* v62 — EasyVWork heading, six services, 3x2 partners */
@media(min-width:901px){.partners .partner-logo-grid.partner-logo-real{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
.easyvwork-details{padding-top:28px!important}

/* v63 — site-wide compact card audit + EasyVWork PNG fit */
/* Keep the existing visual language, while removing excessive empty height/padding. */
.service-card,.step,.article-card,.why-card-grid article,.why-dept-grid article,
.clients-logo-grid article,.partner-logo-slot,.partner-license-card,
.page-content .service-card,.page-content .info-card,.page-content .content-card{
  min-height:0!important;
}
.service-list .service-card{padding:22px 20px!important}
.service-list-six .service-card{min-height:300px!important}
.steps .step{padding:24px 20px!important;min-height:210px!important}
.articles article,.article-card{padding-top:22px!important;padding-bottom:22px!important}
.why-card-grid article{padding:22px 24px!important;min-height:180px!important}
.why-dept-grid article{padding:22px 26px!important}
.why-system-flow article{padding:20px 14px!important}
.clients-logo-grid article{min-height:165px!important;padding:14px 12px!important;gap:10px!important}
.clients-logo-grid article>div{height:88px!important}.clients-logo-grid img{max-height:78px!important}
.partners .partner-logo-slot{min-height:145px!important;padding:14px 12px!important}
.partner-license-card{padding-top:20px!important;padding-bottom:20px!important}
.easyvwork-detail-grid article{padding:18px 16px!important;min-height:0!important}
.easyvwork-detail-grid article h3{margin-bottom:7px!important}.easyvwork-detail-grid article p{margin-bottom:0!important}
.faq-list summary{min-height:64px!important;padding-top:10px!important;padding-bottom:10px!important}
.faq-list details p{margin-bottom:16px!important}

/* User-provided transparent PNG: preserve artwork, no frame/shadow, balanced crop. */
.easyvwork-promo-visual{background:transparent!important;box-shadow:none!important;border:0!important}
.easyvwork-promo-stage{background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important}
.easyvwork-promo-stage img{display:block;width:100%;height:auto;max-height:660px;object-fit:contain;object-position:center bottom}

@media(max-width:900px){
  .service-list-six .service-card{min-height:270px!important}
  .why-card-grid article{min-height:160px!important}
  .clients-logo-grid article{min-height:145px!important}
  .partners .partner-logo-slot{min-height:130px!important}
  .easyvwork-promo-stage img{max-height:560px}
}
@media(max-width:650px){
  .service-list-six .service-card{min-height:0!important;padding:19px 17px!important}
  .steps .step,.why-card-grid article,.why-dept-grid article{min-height:0!important;padding:19px 17px!important}
  .clients-logo-grid article{min-height:135px!important}
  .partners .partner-logo-slot{min-height:115px!important}
  .easyvwork-detail-grid article{padding:16px 14px!important}
  .easyvwork-promo-stage img{max-height:480px}
}


/* v64 — EasyVWork image, visual service cards, square partner cards */
.services .service-list-six{gap:16px!important;border:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
.services .service-list-six .service-card{min-height:390px!important;padding:0 0 18px!important;border:1px solid #00a4722e!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 16px 38px #174d3020!important;transform:translateY(0);}
.services .service-list-six .service-card:hover{background:#fff!important;transform:translateY(-6px)!important;box-shadow:0 24px 50px #174d3029!important}
.services .service-list-six .service-card:before{content:"";position:absolute;inset:0 0 auto 0;height:132px;background:linear-gradient(125deg,#08784c 0%,#00a472 58%,#6cc176 100%);z-index:0}
.services .service-list-six .service-no,.services .service-list-six .service-icon,.services .service-list-six .service-card>small,.services .service-list-six .service-card>h3,.services .service-list-six .service-card>p,.services .service-list-six .service-card>a{position:relative;z-index:2;margin-left:20px;margin-right:20px}
.services .service-list-six .service-no{padding-top:17px;color:#fff!important;font-size:28px!important;font-weight:900;line-height:1}
.services .service-list-six .service-icon{position:absolute;right:14px;top:14px;height:38px;margin:0;width:38px;border-radius:50%;background:#fff;justify-content:center;z-index:3}
.services .service-list-six .service-icon span{font-size:19px!important;color:#00a472!important}
.services .service-list-six .service-visual{height:150px;margin-top:14px;position:relative;z-index:1;overflow:hidden;border-radius:54px 0 0 0;margin-left:34%;background:#edf8f2}
.services .service-list-six .service-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.services .service-list-six .service-card>small{display:block;margin-top:14px;color:#00a472!important;font-size:9px!important;font-weight:900;letter-spacing:.09em}
.services .service-list-six .service-card>h3{margin-top:6px!important;margin-bottom:7px!important;font-size:18px!important;color:#173f2b!important}
.services .service-list-six .service-card>p{font-size:12.5px!important;line-height:1.55!important;color:#5a6d61!important;margin-bottom:14px!important}
.services .service-list-six .service-card>a{margin-top:auto!important;padding:9px 13px!important;width:max-content;border:1px solid #00a47255!important;border-radius:999px!important;color:#245b3b!important;gap:22px}

.partners .partner-logo-grid.partner-logo-real{gap:16px!important;border:0!important}
.partners .partner-logo-real .partner-logo-slot{aspect-ratio:1/1!important;min-height:0!important;padding:20px!important;border:1px solid #00a47230!important;border-radius:20px!important;display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:16px;background:#fff!important}
.partners .partner-logo-real .partner-logo-image{width:72%!important;height:62%!important;display:flex;align-items:center;justify-content:center;margin:0 auto!important}
.partners .partner-logo-real .partner-logo-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}
.partners .partner-logo-real .partner-logo-slot strong{font-size:12px!important;line-height:1.45!important;text-align:center;min-height:35px;display:flex;align-items:center;justify-content:center}
@media(max-width:900px){.services .service-list-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}.partners .partner-logo-real .partner-logo-slot{aspect-ratio:1/1!important}}
@media(max-width:650px){.services .service-list-six{grid-template-columns:1fr!important}.services .service-list-six .service-card{min-height:360px!important}.partners .partner-logo-real .partner-logo-slot{padding:12px!important;border-radius:14px!important}.partners .partner-logo-real .partner-logo-image{width:78%!important;height:58%!important}.partners .partner-logo-real .partner-logo-slot strong{font-size:10px!important}}

/* v65 — compact curved service cards + balanced partner logos */
.services .service-list-six .service-card{min-height:360px!important;padding:0 0 18px!important;border-radius:24px!important;overflow:hidden!important;position:relative!important}
.services .service-list-six .service-card:before{display:none!important}
.services .service-list-six .service-no{position:absolute!important;left:18px;top:16px;margin:0!important;padding:0!important;z-index:5;color:#fff!important;font-size:13px!important;text-shadow:0 1px 5px #1238}
.services .service-list-six .service-icon{position:absolute!important;right:16px;top:14px!important;margin:0!important;z-index:5;background:#ffffffed!important}
.services .service-list-six .service-visual{height:205px!important;margin:0!important;border-radius:0!important;position:relative!important;z-index:1!important;background:#edf8f2!important;overflow:hidden!important}
.services .service-list-six .service-visual:after{content:"";position:absolute;left:-8%;bottom:-1px;width:72%;height:47%;background:#fff;border-radius:0 78px 0 0;z-index:2;pointer-events:none}
.services .service-list-six .service-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.services .service-list-six .service-card>small,.services .service-list-six .service-card>h3,.services .service-list-six .service-card>p,.services .service-list-six .service-card>a{margin-left:20px!important;margin-right:20px!important;position:relative!important;z-index:3!important}
.services .service-list-six .service-card>small{margin-top:15px!important}
.services .service-list-six .service-card>a{margin-top:auto!important}
.partners .partner-logo-real .partner-logo-slot{aspect-ratio:auto!important;min-height:210px!important;padding:18px 18px 15px!important;gap:10px!important;border-radius:18px!important}
.partners .partner-logo-real .partner-logo-image{width:100%!important;height:128px!important;margin:0 auto!important;padding:16px!important;background:#fff!important}
.partners .partner-logo-real .partner-logo-image img{width:auto!important;height:auto!important;max-width:68%!important;max-height:88px!important;object-fit:contain!important;object-position:center!important}
.partners .partner-logo-real .partner-logo-slot strong{min-height:30px!important;font-size:11px!important}
@media(max-width:900px){.partners .partner-logo-real .partner-logo-slot{min-height:190px!important}.partners .partner-logo-real .partner-logo-image{height:112px!important}.partners .partner-logo-real .partner-logo-image img{max-height:76px!important;max-width:66%!important}}
@media(max-width:650px){.services .service-list-six .service-card{min-height:340px!important}.services .service-list-six .service-visual{height:185px!important}.partners .partner-logo-real .partner-logo-slot{min-height:150px!important;padding:10px!important}.partners .partner-logo-real .partner-logo-image{height:88px!important;padding:10px!important}.partners .partner-logo-real .partner-logo-image img{max-height:62px!important;max-width:72%!important}}

/* v66 — refined OUR SERVICES curve + narrower homepage 01–07 */
/* Keep section backgrounds full width, but bring the working area inward on desktop. */
@media (min-width:1101px){
  .easyvwork-section,
  .intro.license-section,
  .services,
  .process,
  .partners,
  .knowledge,
  .faq{
    padding-left:max(8vw,calc((100vw - 1500px)/2))!important;
    padding-right:max(8vw,calc((100vw - 1500px)/2))!important;
  }
  .services-head{padding-left:0!important;padding-right:0!important}
}

/* Service cards: image remains the original service image; white content panel uses a broad soft curve. */
.services .service-list-six{gap:18px!important}
.services .service-list-six .service-card{
  min-height:390px!important;
  padding:0 0 18px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
}
.services .service-list-six .service-card:after{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  top:150px;
  bottom:0;
  background:#fff;
  border-top-right-radius:58% 112px;
  pointer-events:none;
}
.services .service-list-six .service-visual{
  height:245px!important;
  margin:0!important;
  border-radius:0!important;
  position:relative!important;
  z-index:1!important;
  overflow:hidden!important;
  flex:0 0 245px!important;
}
.services .service-list-six .service-visual:after{display:none!important}
.services .service-list-six .service-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 35%!important;
}
.services .service-list-six .service-no{
  left:16px!important;top:14px!important;z-index:6!important;
}
.services .service-list-six .service-icon{
  right:16px!important;top:14px!important;z-index:6!important;
}
.services .service-list-six .service-card>small,
.services .service-list-six .service-card>h3,
.services .service-list-six .service-card>p,
.services .service-list-six .service-card>a{
  margin-left:20px!important;
  margin-right:20px!important;
  position:relative!important;
  z-index:4!important;
}
.services .service-list-six .service-card>small{margin-top:-34px!important}
.services .service-list-six .service-card>h3{margin-top:7px!important}
.services .service-list-six .service-card>p{margin-bottom:13px!important}
.services .service-list-six .service-card>a{margin-top:auto!important}
@media(max-width:900px){
  .services .service-list-six .service-card{min-height:380px!important}
  .services .service-list-six .service-visual{height:235px!important;flex-basis:235px!important}
  .services .service-list-six .service-card:after{top:145px;border-top-right-radius:58% 104px}
  .services .service-list-six .service-card>small{margin-top:-31px!important}
}
@media(max-width:650px){
  .services .service-list-six .service-card{min-height:365px!important}
  .services .service-list-six .service-visual{height:225px!important;flex-basis:225px!important}
  .services .service-list-six .service-card:after{top:140px;border-top-right-radius:58% 98px}
  .services .service-list-six .service-card>small{margin-top:-29px!important}
}

/* v67 — final requested refinements: tighter services, About business reveal, compact EasyVWork */
/* 01: OUR SERVICES — keep the existing six images/content, reduce the white gutters between cards. */
.services .service-list-six{gap:6px!important}
@media(max-width:900px){.services .service-list-six{gap:6px!important}}
@media(max-width:650px){.services .service-list-six{gap:7px!important}}

/* 03: EASYVWORK — remove excessive vertical air while preserving the artwork and information. */
@media(min-width:1101px){
  .easyvwork-section.easyvwork-showcase{padding-top:76px!important;padding-bottom:48px!important;gap:3.25vw!important;align-items:start!important}
  .easyvwork-showcase .easyvwork-copy{align-self:center!important}
  .easyvwork-showcase h2{margin-bottom:20px!important}
  .easyvwork-showcase .easyvwork-pills{margin-top:20px!important}
  .easyvwork-showcase .easyvwork-note{margin-top:18px!important}
  .easyvwork-showcase .easyvwork-promo-stage img{max-height:570px!important}
  .easyvwork-showcase .easyvwork-details{margin-top:4px!important;padding-top:16px!important}
  .easyvwork-showcase .easyvwork-detail-grid article{padding-top:15px!important;padding-bottom:15px!important}
  .easyvwork-showcase .easyvwork-detail-flow{margin-top:13px!important}
  .easyvwork-showcase .easyvwork-detail-summary{margin-top:10px!important}
}
@media(min-width:651px) and (max-width:1100px){
  .easyvwork-section.easyvwork-showcase{padding-top:66px!important;padding-bottom:44px!important;gap:34px!important}
  .easyvwork-showcase .easyvwork-details{margin-top:0!important;padding-top:16px!important}
}


/* v68 — corrected service-card internal spacing + unified homepage section rhythm */
/* 01: OUR SERVICES — restore a comfortable gap BETWEEN cards; reduce only the white gap INSIDE each card. */
.services .service-list-six{gap:18px!important}
.services .service-list-six .service-card{
  min-height:350px!important;
  padding:0 0 14px!important;
}
.services .service-list-six .service-visual{
  height:230px!important;
  flex-basis:230px!important;
}
.services .service-list-six .service-card:after{
  top:178px!important;
  border-top-right-radius:56% 84px!important;
}
.services .service-list-six .service-card>small{
  margin-top:-52px!important;
}
.services .service-list-six .service-card>h3{
  margin-top:6px!important;
  margin-bottom:6px!important;
}
.services .service-list-six .service-card>p{
  margin-bottom:10px!important;
  line-height:1.48!important;
}
.services .service-list-six .service-card>a{
  margin-top:8px!important;
}

/* 02: ABOUT TOP POWER — keep the business-country block on the standard bottom-up reveal. */
.about-overview .v68-about-business-rise{
  --v35-delay:.08s;
}

/* 03: Homepage sections 01–07 — use the same compact vertical rhythm as inner-page sections. */
@media(min-width:901px){
  .easyvwork-section.easyvwork-showcase,
  .intro.license-section,
  .services,
  .process,
  .partners,
  .knowledge,
  .faq{
    padding-top:68px!important;
    padding-bottom:68px!important;
  }
}
@media(min-width:651px) and (max-width:900px){
  .easyvwork-section.easyvwork-showcase,
  .intro.license-section,
  .services,
  .process,
  .partners,
  .knowledge,
  .faq{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }
  .services .service-list-six{gap:16px!important}
  .services .service-list-six .service-card{min-height:340px!important}
  .services .service-list-six .service-visual{height:220px!important;flex-basis:220px!important}
  .services .service-list-six .service-card:after{top:171px!important;border-top-right-radius:56% 78px!important}
  .services .service-list-six .service-card>small{margin-top:-49px!important}
}
@media(max-width:650px){
  .easyvwork-section.easyvwork-showcase,
  .intro.license-section,
  .services,
  .process,
  .partners,
  .knowledge,
  .faq{
    padding-top:48px!important;
    padding-bottom:48px!important;
  }
  .services .service-list-six{gap:14px!important}
  .services .service-list-six .service-card{min-height:0!important;padding-bottom:14px!important}
  .services .service-list-six .service-visual{height:210px!important;flex-basis:210px!important}
  .services .service-list-six .service-card:after{top:164px!important;border-top-right-radius:56% 72px!important}
  .services .service-list-six .service-card>small{margin-top:-46px!important}
}


/* v69 — service image reaches lower-right + lower content; natural KNOWLEDGE photography */
.services .service-list-six .service-card{
  min-height:390px!important;
  padding:0 0 16px!important;
  isolation:isolate;
}
.services .service-list-six .service-visual{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:0!important;
  overflow:hidden!important;
}
.services .service-list-six .service-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:right bottom!important;
}
.services .service-list-six .service-card:after{
  left:0!important;
  right:8%!important;
  top:182px!important;
  bottom:0!important;
  border-top-right-radius:62% 112px!important;
  background:#fff!important;
  z-index:2!important;
}
.services .service-list-six .service-card>small,
.services .service-list-six .service-card>h3,
.services .service-list-six .service-card>p,
.services .service-list-six .service-card>a{
  width:calc(82% - 40px)!important;
  max-width:calc(82% - 40px)!important;
  align-self:flex-start!important;
}
.services .service-list-six .service-card>small{margin-top:225px!important}
.services .service-list-six .service-card>h3{margin-top:7px!important}
.services .service-list-six .service-card>p{margin-bottom:10px!important}
.services .service-list-six .service-card>a{margin-top:auto!important}

.knowledge .article-art{background:#edf8f2!important;position:relative;overflow:hidden}
.knowledge .article-art:before{display:none!important}
.knowledge .article-art img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.knowledge .article-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#00a47266 0%,transparent 52%);pointer-events:none}
.knowledge .article-art span{z-index:2;bottom:auto;top:24px;left:24px;font-size:42px;text-shadow:0 2px 10px #1235}

@media(max-width:900px){
  .services .service-list-six .service-card{min-height:380px!important}
  .services .service-list-six .service-card:after{top:176px!important;right:7%!important;border-top-right-radius:60% 102px!important}
  .services .service-list-six .service-card>small{margin-top:216px!important}
  .services .service-list-six .service-card>small,.services .service-list-six .service-card>h3,.services .service-list-six .service-card>p,.services .service-list-six .service-card>a{width:calc(84% - 40px)!important;max-width:calc(84% - 40px)!important}
}
@media(max-width:650px){
  .services .service-list-six .service-card{min-height:365px!important}
  .services .service-list-six .service-card:after{top:168px!important;right:5%!important;border-top-right-radius:58% 88px!important}
  .services .service-list-six .service-card>small{margin-top:205px!important}
  .services .service-list-six .service-card>small,.services .service-list-six .service-card>h3,.services .service-list-six .service-card>p,.services .service-list-six .service-card>a{width:calc(90% - 34px)!important;max-width:calc(90% - 34px)!important;margin-left:17px!important;margin-right:17px!important}
  .knowledge .article-art span{font-size:34px;top:18px;left:18px}
}

/* v70 — compact service cards, right image continuation + clean KNOWLEDGE photos */
.services .service-list-six .service-card{
  min-height:338px!important;
  padding:0 0 14px!important;
  overflow:hidden!important;
}
.services .service-list-six .service-visual{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:0!important;
}
.services .service-list-six .service-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:right bottom!important;
}
.services .service-list-six .service-card:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:10%!important;
  top:154px!important;
  bottom:0!important;
  background:#fff!important;
  border-top-right-radius:58% 82px!important;
  z-index:2!important;
}
.services .service-list-six .service-card>small,
.services .service-list-six .service-card>h3,
.services .service-list-six .service-card>p,
.services .service-list-six .service-card>a{
  position:relative!important;
  z-index:3!important;
  width:calc(80% - 38px)!important;
  max-width:calc(80% - 38px)!important;
  margin-left:19px!important;
  margin-right:19px!important;
}
.services .service-list-six .service-card>small{margin-top:185px!important}
.services .service-list-six .service-card>h3{margin-top:5px!important;margin-bottom:6px!important}
.services .service-list-six .service-card>p{margin-bottom:8px!important;line-height:1.5!important}
.services .service-list-six .service-card>a{margin-top:auto!important;min-height:38px!important;padding:7px 13px!important}

.knowledge .article-1 .article-art img{object-position:center 38%!important}
.knowledge .article-2 .article-art img{object-position:center 50%!important}
.knowledge .article-3 .article-art img{object-position:center 42%!important}
.knowledge .article-art:after{background:linear-gradient(90deg,#00a47252 0%,transparent 46%)!important}

@media(max-width:900px){
  .services .service-list-six .service-card{min-height:330px!important}
  .services .service-list-six .service-card:after{top:150px!important;right:8%!important;border-top-right-radius:58% 76px!important}
  .services .service-list-six .service-card>small{margin-top:180px!important}
  .services .service-list-six .service-card>small,.services .service-list-six .service-card>h3,.services .service-list-six .service-card>p,.services .service-list-six .service-card>a{width:calc(84% - 36px)!important;max-width:calc(84% - 36px)!important}
}
@media(max-width:650px){
  .services .service-list-six .service-card{min-height:320px!important}
  .services .service-list-six .service-card:after{top:145px!important;right:5%!important;border-top-right-radius:56% 68px!important}
  .services .service-list-six .service-card>small{margin-top:174px!important}
  .services .service-list-six .service-card>small,.services .service-list-six .service-card>h3,.services .service-list-six .service-card>p,.services .service-list-six .service-card>a{width:calc(90% - 30px)!important;max-width:calc(90% - 30px)!important;margin-left:15px!important;margin-right:15px!important}
}

/* v71 — premium OUR SERVICES + HOW IT WORKS cards */
.services .service-list-six{gap:18px!important}
.services .service-list-six .service-card{
  min-height:348px!important;border:1px solid #00a47224!important;border-radius:22px!important;
  box-shadow:0 16px 40px rgba(23,63,43,.10)!important;background:#fff!important;
  transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease!important;
}
.services .service-list-six .service-card:hover{transform:translateY(-5px)!important;box-shadow:0 24px 56px rgba(23,63,43,.15)!important}
.services .service-list-six .service-card:after{
  right:7%!important;top:153px!important;background:linear-gradient(135deg,#fff 0%,#fff 66%,#effbf5 100%)!important;
  border-top-right-radius:64% 92px!important;
}
.services .service-list-six .service-card:before{content:""!important;display:block!important;position:absolute!important;left:-42px!important;top:-52px!important;width:145px!important;height:145px!important;border-radius:50%!important;background:linear-gradient(135deg,rgba(0,164,114,.28),rgba(108,193,118,.08))!important;z-index:1!important}
.services .service-list-six .service-no{font-size:12px!important;font-weight:900!important;text-shadow:0 1px 8px rgba(0,0,0,.22)!important}
.services .service-list-six .service-icon{box-shadow:0 10px 24px rgba(23,63,43,.15)!important;border:1px solid rgba(255,255,255,.8)!important}
.services .service-list-six .service-card>a{background:rgba(255,255,255,.78)!important;backdrop-filter:blur(7px);font-weight:800!important}

.process .steps-six{gap:18px!important;margin-top:42px!important}
.process .steps-six .step{
  position:relative!important;min-height:248px!important;padding:0!important;overflow:hidden!important;
  border:1px solid #00a4722b!important;border-radius:22px!important;background:#fff!important;
  box-shadow:0 16px 40px rgba(23,63,43,.09)!important;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease!important;
}
.process .steps-six .step:hover{transform:translateY(-5px)!important;box-shadow:0 24px 56px rgba(23,63,43,.14)!important;border-color:#00a4724d!important}
.process .step-visual{position:absolute;inset:0 0 0 43%;z-index:0;overflow:hidden}
.process .step-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .65s cubic-bezier(.16,1,.3,1)}
.process .step:hover .step-visual img{transform:scale(1.035)}
.process .step:after{content:"";position:absolute;left:0;top:0;bottom:0;width:64%;z-index:1;background:linear-gradient(112deg,#fff 0%,#fff 70%,rgba(239,251,245,.96) 86%,rgba(239,251,245,.12) 100%);border-top-right-radius:58% 110px;border-bottom-right-radius:58% 110px}
.process .step:before{content:"";position:absolute;left:-38px;top:-52px;width:140px;height:140px;border-radius:50%;z-index:2;background:linear-gradient(135deg,rgba(0,164,114,.22),rgba(108,193,118,.05))}
.process .steps-six .step>span,.process .steps-six .step>h3,.process .steps-six .step>p{position:relative;z-index:3;width:48%;margin-left:20px;margin-right:0}
.process .steps-six .step>span{display:block;padding-top:28px;font-size:10px!important;font-weight:900;letter-spacing:.03em;color:#00a472!important}
.process .steps-six .step>h3{margin-top:30px!important;margin-bottom:8px!important;font-size:18px!important;line-height:1.25;color:#173f2b!important}
.process .steps-six .step>p{font-size:12px!important;line-height:1.6!important;color:#607267!important}
.process .step-badge{position:absolute;right:16px;top:16px;z-index:4;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);border:1px solid #00a47238;box-shadow:0 8px 22px rgba(23,63,43,.14);color:#00a472;font-size:18px;font-weight:800}
@media(max-width:900px){
 .process .steps-six .step{min-height:230px!important}.process .step-visual{left:46%}.process .step:after{width:67%}.process .steps-six .step>span,.process .steps-six .step>h3,.process .steps-six .step>p{width:50%;margin-left:18px}
}
@media(max-width:650px){
 .services .service-list-six{gap:16px!important}.services .service-list-six .service-card{min-height:330px!important}
 .process .steps-six{gap:16px!important}.process .steps-six .step{min-height:220px!important}.process .step-visual{left:48%}.process .step:after{width:70%}.process .steps-six .step>span,.process .steps-six .step>h3,.process .steps-six .step>p{width:52%;margin-left:16px}.process .steps-six .step>h3{font-size:17px!important;margin-top:24px!important}.process .steps-six .step>p{font-size:11.5px!important}.process .step-badge{width:38px;height:38px;right:12px;top:12px}
}


/* v72 — lock OUR SERVICES + HOW IT WORKS to approved premium mockups */
.services .service-list-six{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.services .service-list-six .service-card{
  min-height:320px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(0,164,114,.18)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(23,63,43,.09)!important;
}
.services .service-list-six .service-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 20px 44px rgba(23,63,43,.14)!important;
}
.services .service-list-six .service-visual{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:0!important;
}
.services .service-list-six .service-visual img{
  width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;
}
.services .service-list-six .service-card:before{
  content:""!important;display:block!important;position:absolute!important;left:-48px!important;top:-56px!important;
  width:155px!important;height:155px!important;border-radius:50%!important;z-index:2!important;
  background:linear-gradient(135deg,rgba(0,164,114,.42),rgba(108,193,118,.08))!important;
}
.services .service-list-six .service-card:after{
  content:""!important;position:absolute!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;
  width:100%!important;height:57%!important;z-index:1!important;
  background:linear-gradient(135deg,#fff 0%,#fff 68%,#effbf5 100%)!important;
  border-radius:0!important;
  clip-path:path('M 0 20 C 28 8, 54 8, 74 18 C 91 26, 100 40, 100 58 L 100 100 L 0 100 Z')!important;
}
/* fallback for browsers without path() clip-path */
@supports not (clip-path:path('M 0 0 L 1 1')){
 .services .service-list-six .service-card:after{clip-path:ellipse(115% 82% at 8% 100%)!important}
}
.services .service-list-six .service-no{
  position:absolute!important;left:18px!important;top:16px!important;z-index:4!important;
  margin:0!important;color:#fff!important;font-size:20px!important;font-weight:900!important;text-shadow:0 2px 12px rgba(0,0,0,.2)!important;
}
.services .service-list-six .service-icon{
  position:absolute!important;left:18px!important;top:88px!important;right:auto!important;z-index:4!important;
  width:46px!important;height:46px!important;border-radius:50%!important;display:grid!important;place-items:center!important;
  margin:0!important;background:rgba(255,255,255,.95)!important;border:1px solid rgba(0,164,114,.18)!important;
  box-shadow:0 9px 24px rgba(23,63,43,.11)!important;color:#00a472!important;
}
.services .service-list-six .service-icon span{font-size:13px!important;font-weight:900!important;letter-spacing:-.09em!important}
.services .service-list-six .service-card>small,
.services .service-list-six .service-card>h3,
.services .service-list-six .service-card>p,
.services .service-list-six .service-card>a{
  position:relative!important;z-index:3!important;width:auto!important;max-width:none!important;
  margin-left:20px!important;margin-right:20px!important;
}
.services .service-list-six .service-card>small{margin-top:204px!important;font-size:9px!important;font-weight:900!important;color:#00a472!important;letter-spacing:.05em!important}
.services .service-list-six .service-card>h3{margin-top:5px!important;margin-bottom:5px!important;font-size:18px!important;line-height:1.2!important;color:#173f2b!important}
.services .service-list-six .service-card>p{margin:0 20px 10px!important;font-size:11.5px!important;line-height:1.5!important;color:#617369!important}
.services .service-list-six .service-card>a{
  margin-top:auto!important;margin-bottom:14px!important;min-height:38px!important;padding:7px 14px!important;
  background:rgba(255,255,255,.84)!important;color:#245b3b!important;border-color:#00a4724a!important;font-weight:800!important;
}

.process .steps-six{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;margin-top:40px!important;
}
.process .steps-six .step{
  min-height:230px!important;padding:0!important;overflow:hidden!important;position:relative!important;
  border:1px solid rgba(0,164,114,.22)!important;border-radius:22px!important;background:#fff!important;
  box-shadow:0 12px 34px rgba(23,63,43,.08)!important;
}
.process .steps-six .step:hover{transform:translateY(-4px)!important;box-shadow:0 20px 44px rgba(23,63,43,.13)!important}
.process .step-visual{position:absolute!important;inset:0 0 0 42%!important;z-index:0!important;overflow:hidden!important}
.process .step-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.process .step:before{
  content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:67%!important;height:auto!important;
  border-radius:0!important;z-index:1!important;
  background:linear-gradient(110deg,#fff 0%,#fff 72%,rgba(242,252,247,.97) 88%,rgba(242,252,247,.1) 100%)!important;
  clip-path:ellipse(112% 118% at 0% 50%)!important;
}
.process .step:after{display:none!important}
.process .steps-six .step>span,.process .steps-six .step>h3,.process .steps-six .step>p{
  position:relative!important;z-index:3!important;width:51%!important;margin-left:20px!important;margin-right:0!important;
}
.process .steps-six .step>span{display:block!important;padding-top:28px!important;font-size:10px!important;font-weight:900!important;color:#00a472!important;letter-spacing:.02em!important}
.process .steps-six .step>h3{margin-top:28px!important;margin-bottom:8px!important;font-size:18px!important;line-height:1.22!important;color:#173f2b!important}
.process .steps-six .step>p{font-size:12px!important;line-height:1.55!important;color:#617369!important}
.process .step-badge{
  position:absolute!important;right:16px!important;top:16px!important;z-index:4!important;width:44px!important;height:44px!important;
  border-radius:50%!important;display:grid!important;place-items:center!important;background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(0,164,114,.28)!important;box-shadow:0 8px 22px rgba(23,63,43,.12)!important;
  color:#00a472!important;font-size:14px!important;font-weight:900!important;
}
.process .step-arrow{
  position:absolute!important;left:20px!important;bottom:17px!important;z-index:4!important;width:40px!important;height:40px!important;
  border-radius:50%!important;display:grid!important;place-items:center!important;background:#fff!important;border:1px solid #00a47266!important;
  color:#00a472!important;font-size:20px!important;font-weight:700!important;
}

@media(max-width:900px){
 .services .service-list-six,.process .steps-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .services .service-list-six .service-card{min-height:318px!important}
 .services .service-list-six .service-card>small{margin-top:202px!important}
 .process .steps-six .step{min-height:224px!important}
}
@media(max-width:650px){
 .services .service-list-six,.process .steps-six{grid-template-columns:1fr!important;gap:14px!important}
 .services .service-list-six .service-card{min-height:318px!important}
 .services .service-list-six .service-card>small{margin-top:200px!important}
 .process .steps-six .step{min-height:220px!important}
 .process .step-visual{left:45%!important}
 .process .step:before{width:72%!important}
 .process .steps-six .step>span,.process .steps-six .step>h3,.process .steps-six .step>p{width:55%!important;margin-left:16px!important}
 .process .step-arrow{left:16px!important;bottom:14px!important}
}


/* v72.1 — approved card geometry refinement */
.services .service-list-six .service-card:after{
  left:0!important;right:0!important;top:42%!important;bottom:0!important;width:100%!important;height:auto!important;
  clip-path:none!important;border-radius:0!important;border-top-right-radius:78% 145px!important;
  background:linear-gradient(135deg,#fff 0%,#fff 70%,#eefaf4 100%)!important;
}
.services .service-list-six .service-icon svg,.process .step-badge svg{width:22px;height:22px;display:block}
.process .step-badge svg{width:21px;height:21px}
@media(max-width:900px){.services .service-list-six .service-card:after{top:43%!important;border-top-right-radius:76% 125px!important}}
@media(max-width:650px){.services .service-list-six .service-card:after{top:43%!important;border-top-right-radius:74% 105px!important}}

/* v79 — clear image-first EasyVWork cards with titles over the photographs. */
.easyvwork-promo-stage{
  height:clamp(500px,42vw,640px)!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
}
.easyvwork-promo-stage img[src$="easyvwork-promo-v77.png"]{
  width:auto!important;
  height:100%!important;
  max-width:100%!important;
  max-height:640px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
}
.easyvwork-detail-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid #00a4722e!important;
  border-radius:14px!important;
  background:#00a47206!important;
}
.easyvwork-detail-grid article,
.easyvwork-detail-grid article:nth-child(n){
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-width:0!important;
  min-height:145px!important;
  padding:0!important;
  border:0!important;
  border-right:1px solid #00a47222!important;
  border-radius:0!important;
  background:#edf8f2!important;
  box-shadow:none!important;
}
.easyvwork-detail-grid article:last-child{border-right:0!important}
.easyvwork-detail-media{
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  overflow:hidden!important;
  background:#edf8f2!important;
}
.easyvwork-detail-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,32,18,0) 32%,rgba(4,32,18,.18) 56%,rgba(4,32,18,.90) 100%);
}
.easyvwork-detail-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:1;
}
.easyvwork-detail-grid h3{
  position:absolute!important;
  z-index:2!important;
  left:14px!important;
  right:12px!important;
  bottom:13px!important;
  margin:0!important;
  padding:0!important;
  font-size:13.5px!important;
  line-height:1.35!important;
  font-weight:800!important;
  color:#fff!important;
  text-shadow:0 2px 12px rgba(0,0,0,.58)!important;
}
.easyvwork-detail-grid h3:before{
  content:""!important;
  display:block!important;
  width:24px!important;
  height:3px!important;
  margin:0 0 7px!important;
  border-radius:999px!important;
  background:#6fe0a8!important;
  box-shadow:0 1px 5px rgba(0,0,0,.22)!important;
}

.about-feature-media{
  aspect-ratio:3/2;
  margin:26px 0 24px;
  overflow:hidden;
  border:1px solid #ccebdd;
  border-radius:22px;
  background:#edf8f2;
  box-shadow:0 14px 34px rgba(23,63,43,.08);
}
.about-feature-media img,.about-history-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.about-timeline{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  border:0!important;
}
.about-timeline article,.about-timeline article:nth-child(n){
  overflow:hidden!important;
  padding:0 20px 24px!important;
  border:1px solid #d5e9dd!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(23,63,43,.07)!important;
}
.about-timeline article:before{display:none!important}
.about-history-media{aspect-ratio:3/2;margin:0 -20px 20px;overflow:hidden;background:#edf8f2}
.about-timeline h3{margin-top:10px!important}

@media(max-width:900px){
  .easyvwork-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .easyvwork-detail-grid article:nth-child(n){border-right:1px solid #00a47222!important;border-bottom:1px solid #00a47222!important}
  .easyvwork-detail-grid article:nth-child(2n){border-right:0!important}
  .easyvwork-detail-grid article:nth-last-child(-n+2){border-bottom:0!important}
  .about-timeline{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
}
@media(min-width:901px) and (max-width:1180px){
  .easyvwork-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .easyvwork-detail-grid article:nth-child(n){border-right:1px solid #00a47222!important;border-bottom:1px solid #00a47222!important}
  .easyvwork-detail-grid article:nth-child(3n){border-right:0!important}
  .easyvwork-detail-grid article:nth-last-child(-n+3){border-bottom:0!important}
}
@media(max-width:650px){
  .easyvwork-promo-stage{height:480px!important}
  .easyvwork-promo-stage img[src$="easyvwork-promo-v77.png"]{max-height:480px!important}
  .easyvwork-detail-grid{grid-template-columns:1fr!important;gap:0!important}
  .easyvwork-detail-grid article,.easyvwork-detail-grid article:nth-child(n){border-right:0!important;border-bottom:1px solid #00a47222!important}
  .easyvwork-detail-grid article:last-child{border-bottom:0!important}
  .about-feature-media{border-radius:16px}
  .about-timeline{grid-template-columns:1fr!important;gap:14px!important}
}
