@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--agata-primary:#409840;--agata-primary-dark:#106028;--agata-primary-light:#e7f4e9;--agata-ink:#10251b;--agata-dark:#071c12;--agata-muted:#637068;--agata-line:#dce7df;--agata-soft:#f4f8f5;--shadow:0 24px 70px rgba(8,44,25,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'DM Sans',sans-serif;color:var(--agata-ink);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:'Manrope',sans-serif;letter-spacing:-.045em;line-height:1.08}.container{max-width:1280px}.navbar{padding:1.05rem 0}.navbar-brand img{width:164px;height:60px;object-fit:contain}.nav-link{font-weight:600;color:#23382d!important;padding:.65rem .8rem!important;position:relative}.nav-link:after{content:'';position:absolute;left:.8rem;right:.8rem;bottom:.35rem;height:2px;background:var(--agata-primary);transform:scaleX(0);transition:.25s}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.btn{font-weight:700;border-radius:12px;padding:.8rem 1.2rem;transition:.25s}.btn-agata{background:var(--agata-primary);color:#fff;border:1px solid var(--agata-primary);box-shadow:0 8px 25px rgba(64,152,64,.2)}.btn-agata:hover{background:var(--agata-primary-dark);border-color:var(--agata-primary-dark);color:#fff;transform:translateY(-2px)}.btn-ghost{border:1px solid rgba(16,37,27,.18);background:#fff}.btn-ghost:hover{border-color:var(--agata-primary);color:var(--agata-primary-dark)}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;color:var(--agata-primary-dark);font-size:.76rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.eyebrow:before{content:'';width:22px;height:2px;background:var(--agata-primary)}.display-title{font-size:clamp(3.25rem,7vw,6.9rem);font-weight:800;max-width:1000px}.section-title{font-size:clamp(2.15rem,4vw,4rem);font-weight:800;max-width:760px}.section-copy{font-size:1.08rem;color:var(--agata-muted);max-width:620px}.hero{position:relative;min-height:760px;padding:8rem 0 6rem;overflow:hidden;background:linear-gradient(135deg,#fff 20%,#f7fbf8 60%,var(--agata-primary-light))}.hero:before{content:'';position:absolute;width:760px;height:760px;border:1px solid rgba(64,152,64,.17);border-radius:50%;right:-230px;top:-190px;box-shadow:0 0 0 90px rgba(64,152,64,.035),0 0 0 180px rgba(64,152,64,.025)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);align-items:center;gap:5rem}.hero h1 span{color:var(--agata-primary)}.hero-visual{position:relative;min-height:470px}.orbit-card{position:absolute;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid rgba(64,152,64,.16);border-radius:22px;box-shadow:var(--shadow);padding:1.35rem}.orbit-card--main{inset:35px 25px 35px 35px;background:var(--agata-dark);color:#fff;padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}.orbit-card--main img{width:72px}.orbit-card--main h3{font-size:2.25rem}.orbit-card--one{right:-15px;top:0}.orbit-card--two{left:-5px;bottom:0}.signal{display:flex;gap:6px;align-items:end}.signal i{display:block;width:7px;background:#62be66;border-radius:8px}.signal i:nth-child(1){height:15px}.signal i:nth-child(2){height:26px}.signal i:nth-child(3){height:39px}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.trust-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:3rem;color:#4d6256;font-size:.9rem}.trust-row span{display:flex;gap:.5rem;align-items:center}.trust-row i{color:var(--agata-primary)}
.section{padding:7rem 0}.section-soft{background:var(--agata-soft)}.section-dark{background:var(--agata-dark);color:#fff;position:relative;overflow:hidden}.section-head{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3rem}.section-head p{margin:0}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}.bento-card{grid-column:span 4;min-height:300px;padding:2rem;border:1px solid var(--agata-line);border-radius:28px;background:#fff;position:relative;overflow:hidden;transition:.35s}.bento-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:rgba(64,152,64,.35)}.bento-card:nth-child(1){grid-column:span 6;background:var(--agata-dark);color:#fff}.bento-card:nth-child(2){grid-column:span 6;background:var(--agata-primary-light)}.bento-index{font:700 .8rem 'Manrope';color:var(--agata-primary);letter-spacing:.12em}.bento-icon{display:grid;place-items:center;width:55px;height:55px;border-radius:17px;background:var(--agata-primary-light);color:var(--agata-primary-dark);font-size:1.5rem;margin:2.5rem 0 1.5rem}.bento-card:first-child .bento-icon{background:rgba(255,255,255,.09);color:#72cf77}.bento-card h3{font-size:1.65rem}.bento-card p{color:var(--agata-muted)}.bento-card:first-child p{color:#a9bcb0}.card-link{font-weight:700;color:var(--agata-primary-dark);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.bento-card:first-child .card-link{color:#83d887}.card-link i{transition:.25s}.card-link:hover i{transform:translateX(5px)}
.product-panel{display:grid;grid-template-columns:1fr 1fr;border-radius:32px;overflow:hidden;background:var(--agata-dark);color:#fff;min-height:500px}.product-copy{padding:4.5rem}.product-copy h3{font-size:clamp(2.3rem,4vw,4rem)}.product-copy p{color:#b8c9be}.product-art{position:relative;background:linear-gradient(145deg,#51ad52,#0d5b28);display:grid;place-items:center}.product-art:before,.product-art:after{content:'';position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%}.product-art:before{width:400px;height:400px}.product-art:after{width:270px;height:270px}.product-art img{width:120px;z-index:1;filter:drop-shadow(0 25px 30px rgba(0,0,0,.25))}.process-grid{display:grid;grid-template-columns:repeat(7,1fr);margin-top:3rem}.process-item{position:relative;padding:1.4rem .8rem;border-top:1px solid #cbd9cf}.process-item:before{content:'';position:absolute;top:-6px;left:0;width:11px;height:11px;border-radius:50%;background:var(--agata-primary)}.process-item small{color:var(--agata-primary);font-weight:800}.process-item strong{display:block;margin-top:.5rem}.cta{position:relative;overflow:hidden;background:var(--agata-dark);color:#fff;border-radius:34px;padding:4.5rem}.cta h2{font-size:clamp(2.2rem,4vw,4.4rem);max-width:780px}.cta:after{content:'';position:absolute;width:380px;height:380px;border:70px solid rgba(64,152,64,.18);border-radius:50%;right:-100px;top:-170px}
.page-hero{position:relative;padding:7rem 0 5rem;background:var(--agata-soft);overflow:hidden;border-bottom:1px solid var(--agata-line)}.page-hero:after{content:'';position:absolute;width:450px;height:450px;border:90px solid rgba(64,152,64,.07);border-radius:50%;right:-80px;top:-250px}.page-hero h1{font-size:clamp(3rem,6vw,6rem);font-weight:800;margin:.8rem 0 1rem}.page-hero .lead{max-width:720px;color:var(--agata-muted)}.page-meta{display:flex;gap:2rem;margin-top:2rem;color:var(--agata-muted);font-size:.9rem}.listing-section{padding:5.5rem 0 7rem}.listing-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.25rem}.listing-card{grid-column:span 4;min-height:360px;border:1px solid var(--agata-line);border-radius:24px;padding:2rem;display:flex;flex-direction:column;background:#fff;transition:.3s}.listing-card:nth-child(5n+1){grid-column:span 8;background:var(--agata-dark);color:#fff}.listing-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.listing-card .card-number{color:var(--agata-primary);font:800 .8rem 'Manrope';letter-spacing:.14em}.listing-card h2{font-size:2rem;margin-top:auto}.listing-card p{color:var(--agata-muted)}.listing-card:nth-child(5n+1) p{color:#aebeb4}.listing-card:nth-child(5n+1) .card-link{color:#78d17d}.empty-panel{text-align:center;border:1px dashed #b9cbbf;border-radius:28px;padding:6rem 2rem;background:var(--agata-soft)}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:5rem;padding:6rem 0}.prose{font-size:1.1rem;line-height:1.9;color:#3f5147}.prose h2{color:var(--agata-ink);font-size:2.1rem;margin:2.5rem 0 1rem}.prose li{margin:.65rem 0}.detail-aside{position:sticky;top:110px;align-self:start;padding:2rem;border-radius:24px;background:var(--agata-soft);border:1px solid var(--agata-line)}.detail-aside img{width:55px}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem}.about-sticky{position:sticky;top:120px;align-self:start}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.value-card{padding:1.7rem;border-radius:20px;background:var(--agata-soft);border:1px solid var(--agata-line)}.value-card strong{display:block;font:800 1.15rem 'Manrope';margin:.7rem 0}.value-card i{color:var(--agata-primary);font-size:1.5rem}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem}.contact-panel{background:var(--agata-dark);color:#fff;padding:3rem;border-radius:28px}.contact-panel p{color:#afc1b5}.contact-point{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.09)}.contact-point i{color:#6ccc71}.form-panel{padding:3rem;border:1px solid var(--agata-line);border-radius:28px;box-shadow:var(--shadow)}.form-label{font-weight:700;font-size:.9rem}.form-control,.form-select{padding:.9rem 1rem;border:1px solid #cfddd3;border-radius:12px;background:#fbfdfb}.form-control:focus,.form-select:focus{border-color:var(--agata-primary);box-shadow:0 0 0 .25rem rgba(64,152,64,.12)}
footer{padding:5rem 0 2rem;background:#05170f;color:#c6d6cc}footer .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:4rem}footer .footer-brand{width:180px;height:auto;margin-bottom:1.3rem}footer h5{color:#fff;letter-spacing:0}footer a{display:block;color:#c6d6cc;text-decoration:none;margin:.55rem 0}footer a:hover{color:#71d077}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;margin-top:4rem;font-size:.85rem}
@media(max-width:991px){.hero{min-height:auto;padding:6rem 0}.hero-grid,.product-panel,.about-grid,.contact-layout,.detail-layout{grid-template-columns:1fr}.hero-visual{min-height:420px;max-width:560px}.bento-card,.bento-card:nth-child(1),.bento-card:nth-child(2),.listing-card,.listing-card:nth-child(5n+1){grid-column:span 6}.process-grid{grid-template-columns:repeat(4,1fr);row-gap:2rem}.detail-aside,.about-sticky{position:static}.product-art{min-height:400px}footer .footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.section{padding:4.5rem 0}.display-title{font-size:3.2rem}.section-head{display:block}.section-head p{margin-top:1rem}.hero-grid{gap:2rem}.hero-visual{min-height:350px}.orbit-card--main{inset:20px}.orbit-card--one{right:0}.orbit-card--two{left:0}.bento-card,.bento-card:nth-child(1),.bento-card:nth-child(2),.listing-card,.listing-card:nth-child(5n+1){grid-column:span 12;min-height:300px}.product-copy{padding:2.5rem}.process-grid{grid-template-columns:1fr 1fr}.cta{padding:2.5rem}.page-hero{padding:5rem 0 3.5rem}.value-grid{grid-template-columns:1fr}.contact-panel,.form-panel{padding:2rem}footer .footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}}

/* Home composition inspired by the supplied AGATA reference */
.home-dashboard-image{position:absolute;left:8%;top:14%;width:85%;height:300px;object-fit:cover;object-position:top left;border-radius:14px;border:1px solid #edf3ee;box-shadow:0 28px 70px rgba(9,55,31,.15)}
.home-hero{padding:5.5rem 0 0;background:radial-gradient(circle at 67% 38%,rgba(64,152,64,.09),transparent 28%),#fff}.home-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem}.home-hero h1{font-size:clamp(3.2rem,5.3vw,5.5rem);font-weight:800;color:#0b3924;margin:1.2rem 0 1.5rem}.home-hero p{max-width:570px;color:#53635a;font-size:1.05rem}.dashboard-scene{position:relative;min-height:470px}.dashboard-glow{position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(64,152,64,.08);left:12%;top:-5%}.dashboard-mock{position:absolute;left:8%;right:7%;top:14%;height:300px;border-radius:14px;background:#fff;box-shadow:0 28px 70px rgba(9,55,31,.15);overflow:hidden;display:grid;grid-template-columns:62px 1fr;border:1px solid #edf3ee}.dashboard-mock aside{background:#0b472d;display:flex;flex-direction:column;align-items:center;gap:18px;padding:17px 0}.dashboard-mock aside img{width:28px}.dashboard-mock aside i{width:20px;height:5px;border-radius:4px;background:rgba(255,255,255,.22)}.dash-main{padding:22px}.dash-head{display:flex;justify-content:space-between}.dash-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.dash-kpis div{background:#f5faf6;padding:10px;border-radius:8px}.dash-kpis small,.dash-kpis strong{display:block}.dash-kpis small{font-size:.55rem;color:#7a8980}.dash-kpis strong{font-size:.8rem;color:#0d492e}.dash-charts{display:grid;grid-template-columns:1.6fr .8fr;gap:12px;margin-top:15px}.line-chart,.donut{height:125px;background:#fafcfb;border:1px solid #edf3ee;border-radius:8px;position:relative}.line-chart span{position:absolute;inset:38px 18px;background:linear-gradient(170deg,transparent 43%,#55ad5c 44%,#55ad5c 46%,transparent 47%),linear-gradient(15deg,transparent 45%,rgba(64,152,64,.15) 46%)}.donut:after{content:'';position:absolute;width:72px;height:72px;border-radius:50%;border:18px solid #409840;border-right-color:#b7dfba;left:50%;top:50%;transform:translate(-50%,-50%)}.float-card{position:absolute;z-index:3;display:flex;gap:12px;align-items:flex-start;width:220px;padding:16px;background:#fff;border:1px solid #e8efe9;border-radius:12px;box-shadow:0 15px 35px rgba(10,45,27,.11)}.float-card i{color:#15803d;font-size:1.2rem}.float-card strong,.float-card small{display:block}.float-card strong{font-size:.8rem}.float-card small{color:#6d7a72;font-size:.63rem;line-height:1.4}.float-card--top{right:0;top:0}.float-card--left{left:0;bottom:32px}.float-card--right{right:-2%;bottom:14px}.capability-strip{position:relative;z-index:4;transform:translateY(35px);display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e3ebe5;border-radius:15px;box-shadow:0 15px 45px rgba(20,59,36,.07);padding:18px 10px}.capability-strip>div{display:flex;gap:15px;align-items:center;padding:5px 18px;border-right:1px solid #e7eee9}.capability-strip>div:last-child{border:0}.capability-strip i{font-size:1.7rem;color:#17813c}.capability-strip strong,.capability-strip small{display:block}.capability-strip strong{font-size:.85rem}.capability-strip small{font-size:.7rem;color:#758078}.home-section{padding:7rem 0}.story-section{padding-top:9rem}.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:7rem}.story-grid h2,.services-home-grid h2{font-size:clamp(2.3rem,4vw,3.7rem);font-weight:800;color:#0b3924}.story-grid p{color:#5d6b62}.story-steps{display:flex;align-items:flex-start;gap:18px;margin-top:2.5rem}.story-steps>div{flex:1}.story-steps i{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#edf8ef;color:#17813c;font-size:1.25rem}.story-steps strong,.story-steps small{display:block}.story-steps strong{margin-top:12px}.story-steps small{font-size:.74rem;color:#6a776f}.step-arrow{margin-top:55px;color:#0b472d;font-size:1.5rem}.belief-section{background:linear-gradient(180deg,#f7faf8,#fff)}.belief-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-top:3rem}.belief-grid article{position:relative}.belief-number{font:800 3rem 'Manrope';color:#e1eee4}.belief-grid article>i{display:grid;place-items:center;width:65px;height:65px;border-radius:50%;background:#fff;color:#17813c;font-size:1.45rem;box-shadow:0 8px 30px rgba(9,50,28,.08);margin:-45px 0 1.5rem 75px}.belief-grid h3{font-size:1.15rem}.belief-grid p{color:#657269;font-size:.9rem}.services-home-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:6rem;align-items:center}.service-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service-mini-grid article{display:flex;gap:15px;padding:18px;border:1px solid #dfe8e1;border-radius:10px;background:#fff}.service-mini-grid i{color:#17813c;font-size:1.45rem}.service-mini-grid strong,.service-mini-grid small{display:block}.service-mini-grid strong{font-size:.85rem}.service-mini-grid small{font-size:.72rem;color:#6c786f}.direction-section{padding:5rem 0 2rem;background:radial-gradient(circle at 18% 65%,rgba(64,152,64,.09),transparent 25%),#f8faf9}.direction-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem;margin-top:2rem}.direction-grid h2{font-size:2rem;color:#0b3924}.direction-grid ol{list-style:none;padding:0;counter-reset:mission}.direction-grid li{counter-increment:mission;margin:.8rem 0}.direction-grid li:before{content:'0' counter(mission);background:#409840;color:#fff;border-radius:4px;padding:4px 7px;margin-right:15px;font-size:.68rem;font-weight:800}.tech-row{display:grid;grid-template-columns:repeat(9,1fr);gap:12px;margin-top:1.5rem}.tech-row div{padding:18px 8px;text-align:center;background:#fff;border:1px solid #e2e9e4;border-radius:10px}.tech-row i{display:block;font-size:1.6rem;color:#17813c}.tech-row span{font-size:.75rem;font-weight:700}.home-bottom-cta{background:linear-gradient(110deg,#064024,#198540);color:#fff;padding:2.5rem 0}.home-bottom-cta .container{display:grid;grid-template-columns:1fr 1fr auto;gap:4rem;align-items:center}.home-bottom-cta h2{font-size:2rem;margin:0}.home-bottom-cta p{margin:0;color:#d4ead8}
@media(max-width:991px){.home-hero-grid,.story-grid,.services-home-grid,.direction-grid{grid-template-columns:1fr;gap:3rem}.dashboard-scene{min-height:450px}.belief-grid{grid-template-columns:1fr 1fr}.tech-row{grid-template-columns:repeat(5,1fr)}.home-bottom-cta .container{grid-template-columns:1fr;gap:1rem}.capability-strip{grid-template-columns:1fr 1fr}.capability-strip>div:nth-child(2){border-right:0}.capability-strip>div{border-bottom:1px solid #e7eee9}}
@media(max-width:767px){.home-hero{padding-top:4rem}.home-hero h1{font-size:3rem}.dashboard-scene{min-height:390px}.dashboard-mock{left:0;right:0;height:260px}.dash-kpis{grid-template-columns:1fr 1fr}.dash-kpis div:nth-child(n+3){display:none}.float-card{width:175px}.float-card--right{right:0}.capability-strip{grid-template-columns:1fr;transform:translateY(20px)}.capability-strip>div{border-right:0}.story-steps{display:grid;grid-template-columns:1fr 1fr}.step-arrow{display:none}.belief-grid,.service-mini-grid{grid-template-columns:1fr}.belief-grid article>i{margin:-45px 0 1.5rem 60px}.tech-row{grid-template-columns:repeat(3,1fr)}.home-section{padding:4.5rem 0}.story-section{padding-top:6rem}}
@media(max-width:767px){.home-dashboard-image{left:0;top:14%;width:100%;height:260px}}

/* About page */
.about-hero{padding:5rem 0 0;background:radial-gradient(circle at 82% 38%,rgba(64,152,64,.08),transparent 25%),#fff}.about-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:4.5rem}.about-hero h1{font-size:clamp(3rem,5vw,5.25rem);font-weight:800;color:#0b3924;margin:1.1rem 0 1.5rem}.about-hero p{max-width:560px;color:#526158;font-size:1.05rem}.about-dashboard-scene{position:relative;min-height:420px}.about-dashboard-bg{position:absolute;width:420px;height:420px;border-radius:50%;right:5%;top:0;background:rgba(64,152,64,.08)}.about-dashboard-scene>img{position:absolute;width:82%;height:270px;object-fit:cover;object-position:top left;left:4%;top:12%;border-radius:10px;box-shadow:0 25px 60px rgba(8,50,28,.17);border:1px solid #e4ebe6}.about-float{position:absolute;display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e6ede8;border-radius:12px;padding:16px;width:220px;box-shadow:0 15px 35px rgba(10,45,27,.11)}.about-float i{font-size:1.25rem;color:#14813b}.about-float strong,.about-float small{display:block}.about-float strong{font-size:.82rem}.about-float small{font-size:.65rem;color:#68756d;line-height:1.45}.about-float--top{right:0;top:0}.about-float--bottom{left:-5%;bottom:15px}.about-capabilities{position:relative;transform:translateY(35px);display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #e2eae4;border-radius:14px;background:#fff;padding:17px 8px;box-shadow:0 14px 40px rgba(14,55,34,.07)}.about-capabilities>div{display:flex;gap:14px;align-items:center;padding:5px 16px;border-right:1px solid #e6ede8}.about-capabilities>div:last-child{border:0}.about-capabilities i{display:grid;place-items:center;min-width:45px;height:45px;border-radius:50%;background:#edf8ef;color:#14813b;font-size:1.3rem}.about-capabilities strong,.about-capabilities small{display:block}.about-capabilities strong{font-size:.8rem}.about-capabilities small{font-size:.67rem;color:#6c786f}.about-story-section{padding:8rem 0 5rem}.about-story-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:5rem}.about-story-grid h2{font-size:clamp(2.2rem,3.6vw,3.5rem);color:#0b3924;margin:1rem 0 1.4rem}.about-story-grid>div:first-child p{max-width:430px;color:#59685f}.about-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;position:relative;padding-top:10px}.about-timeline:before{content:'';position:absolute;top:42px;left:10%;right:10%;border-top:2px dotted #b6c9bb}.about-timeline article{position:relative}.timeline-icon{position:relative;z-index:1;display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#fff;box-shadow:0 7px 25px rgba(12,51,30,.09);border:8px solid #f2f7f3;margin-bottom:1.25rem}.timeline-icon i{font-size:1.55rem;color:#14813b}.about-timeline article>span{font-weight:800;color:#2b963d}.about-timeline h3{font-size:1rem;margin:.25rem 0}.about-timeline p{font-size:.75rem;color:#657269}.about-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem;margin-top:3rem}.about-info-grid>article{padding:1.7rem;border:1px solid #e1e9e3;border-radius:12px;background:#fff;box-shadow:0 8px 30px rgba(11,50,29,.04)}.about-info-grid ul{list-style:none;padding:0;margin:1.2rem 0 0}.about-info-grid li{display:flex;gap:10px;margin:.75rem 0}.about-info-grid li i{color:#35a34a}.about-info-grid li strong,.about-info-grid li small{display:block}.about-info-grid li strong{font-size:.78rem}.about-info-grid li small{font-size:.67rem;color:#69766e}.about-info-grid h4{font-size:.85rem;margin:1.2rem 0 .4rem}.about-info-grid p{font-size:.75rem;color:#5f6c64}.mission-list li{font-size:.7rem;margin:.4rem 0}.mission-list li:before{content:'✓';color:#35a34a;font-weight:800;margin-right:7px}.about-work-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.3rem}.about-work-tags span{padding:7px 10px;border-radius:6px;background:#edf8ef;color:#167638;font-size:.68rem;font-weight:700}.about-cta{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:3rem;background:linear-gradient(110deg,#074524,#19813d);color:#fff;border-radius:10px;padding:2.3rem 3rem;margin-top:1.2rem}.about-cta h2{font-size:2rem;margin:0}.about-cta p{font-size:.82rem;color:#d5e7da;margin:0;max-width:380px}.about-cta .btn{white-space:nowrap}
@media(max-width:991px){.about-hero-grid,.about-story-grid{grid-template-columns:1fr}.about-dashboard-scene{max-width:700px}.about-capabilities{grid-template-columns:1fr 1fr}.about-capabilities>div{border-bottom:1px solid #e6ede8}.about-timeline{margin-top:1rem}.about-info-grid{grid-template-columns:1fr 1fr}.about-cta{grid-template-columns:1fr;gap:1rem}}
@media(max-width:767px){.about-hero{padding-top:4rem}.about-hero h1{font-size:3rem}.about-dashboard-scene{min-height:350px}.about-dashboard-scene>img{width:100%;left:0;height:220px}.about-float{width:170px;padding:12px}.about-float--bottom{left:0}.about-capabilities{grid-template-columns:1fr;transform:translateY(20px)}.about-capabilities>div{border-right:0}.about-story-section{padding-top:6rem}.about-timeline{grid-template-columns:1fr 1fr}.about-timeline:before{display:none}.about-info-grid{grid-template-columns:1fr}.about-cta{padding:2rem}.about-cta h2{font-size:1.7rem}}

/* 2026 public redesign system */
body{overflow-x:hidden}.ds-section{padding:6.5rem 0}.ds-soft{background:#f5f9f6}.ds-section h2{font-weight:800}.ds-center-head{text-align:center;max-width:760px;margin:0 auto 3.5rem}.ds-center-head h2,.ds-split-head h2{font-size:clamp(2rem,3.6vw,3.6rem)}.ds-center-head p,.ds-split-head p{color:var(--agata-muted)}.ds-split-head{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:2.5rem}.ds-btn-outline{border:1px solid #62ac6a;color:#fff}.ds-btn-outline:hover{background:#fff;color:#124c2c}.ds-premium-empty{text-align:center;padding:7rem 2rem;border:1px dashed #bfd2c4;border-radius:24px;background:linear-gradient(135deg,#fbfdfb,#eff7f1)}.ds-premium-empty>i{font-size:3rem;color:#43a14d}.ds-premium-empty p{max-width:580px;margin:1rem auto 1.7rem;color:var(--agata-muted)}
.ds-home-hero{position:relative;padding:7rem 0 4rem;background:radial-gradient(circle at 78% 50%,#155e37 0,#073b24 30%,#042818 64%,#031d12 100%);color:#fff;overflow:hidden}.ds-home-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent 45%,rgba(87,197,97,.08)),radial-gradient(circle at 10% 15%,rgba(94,205,104,.12),transparent 28%)}.ds-home-grid{position:relative;display:grid;grid-template-columns:.83fr 1.17fr;gap:5rem;align-items:center}.ds-home-hero h1{font-size:clamp(3.4rem,5.8vw,6.2rem);font-weight:800;margin:1.2rem 0 1.5rem}.ds-home-hero h1 span{color:#70d875}.ds-home-hero p{max-width:590px;color:#c5d9cc;font-size:1.08rem}.ds-laptop{position:relative;perspective:900px;padding:3rem 0 2rem;transform:rotate(-2deg)}.ds-screen{position:relative;background:#101816;border:8px solid #1c2421;border-radius:18px 18px 9px 9px;overflow:hidden;box-shadow:0 35px 70px rgba(0,0,0,.35);aspect-ratio:16/10}.ds-screen img{width:100%;height:100%;object-fit:cover;object-position:top}.ds-keyboard{height:24px;background:linear-gradient(#46504b,#1e2823);margin:0 -8%;border-radius:4px 4px 22px 22px;transform:perspective(240px) rotateX(45deg);transform-origin:top}.ds-trust{position:relative;margin-top:4rem;padding:1.4rem 2rem;background:#fff;color:#244334;border-radius:16px;display:grid;grid-template-columns:180px repeat(4,1fr);gap:1rem;align-items:center;box-shadow:0 20px 45px rgba(0,0,0,.18)}.ds-trust strong{font-family:Manrope}.ds-trust span{text-align:center;font-weight:700;color:#64806f}.ds-service-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.ds-service-row article{padding:2rem;border:1px solid var(--agata-line);border-radius:18px;background:#fff;transition:.25s}.ds-service-row article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.ds-service-row i{font-size:1.6rem;color:#258c43}.ds-service-row h3{font-size:1.25rem;margin:1.3rem 0 .7rem}.ds-service-row p{color:var(--agata-muted);font-size:.9rem}.ds-product-feature{display:grid;grid-template-columns:1fr 1fr;min-height:520px;background:#fff;border:1px solid var(--agata-line);border-radius:28px;overflow:hidden}.ds-product-feature>div:first-child{padding:5rem;align-self:center}.ds-product-feature h2{font-size:clamp(2.3rem,4vw,4rem)}.ds-product-chip,.ds-tags{display:inline-flex;padding:.35rem .7rem;border-radius:99px;background:#e9f6ec;color:#187039;font-size:.75rem;font-weight:800}.ds-product-visual{display:grid;place-items:center;background:linear-gradient(145deg,#eaf6ec,#bfe4c4);position:relative}.ds-product-visual img{max-width:65%;max-height:280px;object-fit:contain;filter:drop-shadow(0 24px 25px rgba(12,64,34,.18))}.ds-home-portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.ds-home-portfolio a{color:inherit;text-decoration:none}.ds-media{aspect-ratio:4/3;border-radius:16px;background:#eaf4ec;overflow:hidden;display:grid;place-items:center;color:#298b43;font-size:2rem}.ds-media img{width:100%;height:100%;object-fit:cover}.ds-home-portfolio h3{margin-top:1rem;font-size:1.1rem}.ds-impact{background:#063b23;color:#fff}.ds-impact-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:2rem;align-items:end}.ds-impact-grid h2{font-size:clamp(2rem,3vw,3.4rem)}.ds-impact-grid strong{font:800 3rem Manrope;display:block;color:#77dc7d}.ds-impact-grid span{color:#bed5c5}.ds-process{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.ds-process article{padding:2rem 1.2rem;border-top:2px solid #b8cfc0}.ds-process b{color:#36a44a}.ds-process h3{font-size:1.15rem;margin:.8rem 0}.ds-process p{font-size:.84rem;color:var(--agata-muted)}.ds-final-cta{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 3rem;margin-top:4rem;border-radius:18px;background:linear-gradient(110deg,#04371f,#168044);color:#fff}.ds-final-cta h2{margin:.3rem 0 0}.ds-final-cta span{font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:#9be09f}
.ds-about-hero{padding:6rem 0}.ds-about-hero>.container{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center}.ds-about-hero h1,.ds-minimal-hero h1,.ds-gallery-hero h1,.ds-case-hero h1,.ds-editorial-hero h1,.ds-contact-hero h1{font-size:clamp(3rem,5.4vw,5.7rem);font-weight:800;margin:1rem 0 1.5rem}.ds-about-hero p,.ds-minimal-hero p,.ds-gallery-hero p,.ds-case-hero p,.ds-editorial-hero p,.ds-contact-hero p{color:var(--agata-muted);max-width:650px}.ds-about-facts{display:flex;gap:2.5rem;margin-top:2.2rem}.ds-about-facts strong{display:block;font:800 1.4rem Manrope;color:#18803d}.ds-about-facts small{color:#718078}.ds-company-visual{position:relative;min-height:480px;padding:2.5rem;background:linear-gradient(145deg,#f2f8f3,#dcecdf);border-radius:30px;overflow:hidden}.ds-company-wall{height:100%;min-height:390px;display:grid;place-items:center;background:linear-gradient(110deg,#e9ece9,#fff 46%,#dfe5e0);border-radius:12px;box-shadow:0 25px 55px rgba(13,58,33,.12);position:relative}.ds-company-wall:before{content:'';position:absolute;bottom:0;left:0;right:0;height:25%;background:linear-gradient(#a9b1ac,#d2d8d4);clip-path:polygon(0 35%,100% 0,100% 100%,0 100%)}.ds-company-wall img{width:220px;z-index:1;filter:drop-shadow(0 8px 8px rgba(0,0,0,.12))}.ds-company-visual small{position:absolute;bottom:1rem;right:2.5rem;color:#526359}.ds-about-story{display:grid;grid-template-columns:.65fr 1.35fr;gap:5rem}.ds-about-story h2{font-size:clamp(2.2rem,3.7vw,3.8rem)}.ds-story-line{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.ds-story-line article{border-top:2px solid #b8cfc0;padding:1.5rem .5rem}.ds-story-line b{color:#299344}.ds-story-line h3{font-size:1rem;margin:.6rem 0}.ds-story-line p{font-size:.8rem;color:var(--agata-muted)}.ds-values{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.ds-values article{padding:1.6rem;border:1px solid var(--agata-line);border-radius:15px;background:#fff}.ds-values i{font-size:1.5rem;color:#319b48}.ds-values h3{font-size:1rem;margin:1rem 0 .5rem}.ds-values p{font-size:.78rem;color:var(--agata-muted)}.ds-direction{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.ds-direction article{padding:3rem;border-radius:18px;border:1px solid var(--agata-line);background:#fff}.ds-direction ul{padding-left:1.2rem;color:var(--agata-muted)}
.ds-minimal-hero,.ds-gallery-hero,.ds-case-hero,.ds-editorial-hero,.ds-contact-hero{padding:6.5rem 0 4rem;background:radial-gradient(circle at 78% 50%,rgba(64,152,64,.10),transparent 27%),#f8fbf9}.ds-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ds-capability-grid article{padding:2.2rem;border:1px solid var(--agata-line);border-radius:18px;background:#fff}.ds-capability-grid article.featured{background:#063d24;color:#fff}.ds-capability-grid i{font-size:1.5rem;color:#35a24a}.ds-capability-grid p{color:var(--agata-muted)}.ds-capability-grid .featured p{color:#b9d0c1}.ds-process-dark{padding:6rem 0;background:#04371f;color:#fff}.ds-process-light article{border-color:#478264}.ds-process-light p{color:#bcd0c3}.ds-inline-cta{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:2rem;background:#fff;color:var(--agata-ink);border-radius:15px}.ds-product-hero{padding:6rem 0 3rem}.ds-product-showcase{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;padding:3rem;border-radius:25px;background:#f4f8f5;border:1px solid var(--agata-line)}.ds-product-showcase h1{font-size:clamp(2.4rem,4vw,4.3rem)}.ds-feature-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0}.ds-feature-pills span{padding:.45rem .75rem;background:#fff;border:1px solid var(--agata-line);border-radius:99px;font-size:.75rem}.ds-product-device{display:grid;place-items:center;min-height:430px;background:radial-gradient(circle,#cce9d1,#edf7ef 65%)}.device-screen{width:75%;aspect-ratio:16/10;background:#fff;border:10px solid #1b2821;border-radius:15px;padding:2rem;box-shadow:0 30px 55px rgba(10,58,31,.18)}.device-screen img{width:100%;height:100%;object-fit:contain}.ds-other-products{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.ds-other-products a,.ds-coming{padding:1.7rem;border:1px solid var(--agata-line);border-radius:14px;color:inherit;text-decoration:none}.ds-other-products i{font-size:1.5rem;color:#278e43}.ds-coming{text-align:center;background:#f5f9f6}
.ds-filter-row,.ds-article-tools>div{display:flex;gap:.55rem;flex-wrap:wrap;margin-bottom:2.5rem}.ds-filter-row a,.ds-article-tools a{padding:.55rem 1rem;border:1px solid var(--agata-line);border-radius:99px;color:#385044;text-decoration:none;font-weight:700;font-size:.8rem}.ds-filter-row a.active,.ds-article-tools a.active{background:#17813d;color:#fff;border-color:#17813d}.ds-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.ds-portfolio-grid>a{color:inherit;text-decoration:none}.ds-portfolio-grid>a.large{grid-column:span 2}.ds-project-image{aspect-ratio:4/3;background:#ebf5ed;border-radius:16px;overflow:hidden;display:grid;place-items:center}.ds-project-image img{width:100%;height:100%;object-fit:cover}.ds-project-image>div{display:grid;place-items:center;gap:.5rem;color:#368a4a}.ds-project-image i{font-size:2rem}.ds-portfolio-grid small{display:block;margin-top:1rem;color:#278d43;font-weight:700}.ds-portfolio-grid h2{font-size:1.3rem;margin:.35rem 0}.ds-portfolio-grid p{color:var(--agata-muted);font-size:.86rem}.ds-gallery-empty{margin-top:2rem}.ds-empty-windows{height:120px;display:flex;justify-content:center;align-items:end;gap:8px}.ds-empty-windows i{display:block;width:95px;height:75px;border:2px solid #5bab68;border-radius:8px}.ds-empty-windows i:nth-child(2){height:105px}.ds-featured-case{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;border:1px solid var(--agata-line);border-radius:22px;padding:2rem}.ds-case-image{min-height:350px;border-radius:16px;background:#eaf4ec;overflow:hidden;display:grid;place-items:center;color:#319748;font-size:3rem}.ds-case-image img{width:100%;height:100%;object-fit:cover}.ds-case-flow{display:grid;gap:1rem}.ds-case-flow article{padding:1rem 0;border-bottom:1px solid var(--agata-line)}.ds-case-flow small{color:#2c9345;font-weight:800}.ds-case-flow h3{font-size:1rem;margin:.35rem 0}.ds-case-flow p{font-size:.84rem;color:var(--agata-muted)}.ds-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.ds-case-grid a{padding:1.5rem;border:1px solid var(--agata-line);border-radius:14px;color:inherit;text-decoration:none}
.ds-article-tools{display:flex;justify-content:space-between;align-items:start;gap:2rem}.ds-article-tools label{display:flex;align-items:center;gap:.6rem;border:1px solid var(--agata-line);border-radius:99px;padding:.55rem 1rem;background:#fff}.ds-article-tools input{border:0;outline:0;min-width:220px}.ds-article-tools button{border:0;background:none;color:#19803c}.ds-featured-article{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:2rem;border:1px solid var(--agata-line);border-radius:20px}.ds-featured-article>div:first-child{height:360px}.ds-featured-article img{width:100%;height:100%;object-fit:cover;border-radius:14px}.ds-featured-article h2{font-size:clamp(2rem,3.3vw,3.3rem);margin:1rem 0}.ds-featured-article p{color:var(--agata-muted)}.ds-featured-article small{display:block;margin-bottom:1.2rem}.ds-article-placeholder{height:100%;min-height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#e8f5eb,#f8fbf9);border-radius:14px;color:#36994b;font-size:3rem}.ds-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.ds-article-grid a{color:inherit;text-decoration:none}.ds-article-grid img,.ds-article-grid .ds-article-placeholder{width:100%;height:220px;object-fit:cover}.ds-article-grid small{display:block;margin-top:1rem;color:#278e43}.ds-article-grid h3{font-size:1.1rem;margin:.4rem 0}.ds-article-grid p{font-size:.82rem;color:var(--agata-muted)}
.ds-contact-main{padding:5rem 0}.ds-contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:5rem}.ds-contact-list{display:grid;gap:1.4rem}.ds-contact-list article{display:flex;gap:1rem}.ds-contact-list i{color:#299644;font-size:1.3rem}.ds-contact-list strong,.ds-contact-list span{display:block}.ds-contact-list span{color:var(--agata-muted);font-size:.9rem}.ds-contact-grid .form-panel{box-shadow:none}.ds-map{min-height:340px;margin-top:4rem;border-radius:22px;position:relative;overflow:hidden;background:linear-gradient(30deg,transparent 48%,rgba(56,151,72,.18) 49%,transparent 51%),linear-gradient(150deg,transparent 48%,rgba(56,151,72,.14) 49%,transparent 51%),#e7f3e9;background-size:80px 80px}.ds-map:before{content:'AGATA Digital';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:1rem 1.4rem;border-radius:12px;background:#fff;box-shadow:0 12px 35px rgba(10,55,30,.13);font-weight:800}.ds-map:after{content:'';position:absolute;left:50%;top:42%;width:22px;height:22px;border-radius:50% 50% 50% 0;transform:translate(-50%,-50%) rotate(-45deg);background:#36a04a}.ds-footer-grid{grid-template-columns:1.4fr repeat(3,1fr)!important}
@media(max-width:991px){.ds-home-grid,.ds-about-hero>.container,.ds-about-story,.ds-product-feature,.ds-product-showcase,.ds-featured-case,.ds-featured-article,.ds-contact-grid{grid-template-columns:1fr}.ds-trust{grid-template-columns:repeat(2,1fr)}.ds-trust strong{grid-column:1/-1}.ds-service-row,.ds-capability-grid,.ds-portfolio-grid,.ds-case-grid,.ds-article-grid{grid-template-columns:repeat(2,1fr)}.ds-impact-grid{grid-template-columns:1fr 1fr}.ds-impact-grid h2{grid-column:1/-1}.ds-process,.ds-story-line,.ds-values,.ds-other-products{grid-template-columns:repeat(2,1fr)}.ds-product-visual{min-height:400px}.ds-about-hero>.container{gap:3rem}.ds-footer-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:767px){.navbar-brand img{width:125px;height:48px}.ds-section{padding:4.5rem 0}.ds-home-hero{padding:4.5rem 0 3rem}.ds-home-grid{gap:2rem}.ds-home-hero h1{font-size:3.25rem}.ds-trust,.ds-service-row,.ds-capability-grid,.ds-portfolio-grid,.ds-case-grid,.ds-article-grid,.ds-impact-grid,.ds-process,.ds-story-line,.ds-values,.ds-direction,.ds-other-products{grid-template-columns:1fr}.ds-trust{margin-top:2rem}.ds-product-feature>div:first-child{padding:2.2rem}.ds-product-visual{min-height:300px}.ds-home-portfolio{grid-template-columns:1fr}.ds-final-cta,.ds-inline-cta,.ds-split-head,.ds-article-tools{display:block}.ds-final-cta .btn,.ds-inline-cta .btn{margin-top:1.3rem}.ds-about-hero,.ds-minimal-hero,.ds-gallery-hero,.ds-case-hero,.ds-editorial-hero,.ds-contact-hero{padding:4rem 0 3rem}.ds-about-hero h1,.ds-minimal-hero h1,.ds-gallery-hero h1,.ds-case-hero h1,.ds-editorial-hero h1,.ds-contact-hero h1{font-size:3rem}.ds-about-facts{flex-wrap:wrap}.ds-company-visual{min-height:360px;padding:1.2rem}.ds-company-wall{min-height:315px}.ds-portfolio-grid>a.large{grid-column:auto}.ds-featured-article>div:first-child{height:250px}.ds-article-tools label{margin-bottom:2rem}.ds-article-tools input{min-width:0;width:100%}.ds-product-showcase,.ds-featured-case,.ds-featured-article{padding:1.2rem}.device-screen{width:95%;padding:1rem}.ds-footer-grid{grid-template-columns:1fr!important}}

/* Home layout corrections */
.ds-home-hero{padding:5.25rem 0 5rem;min-height:650px;display:flex;align-items:center}.ds-home-hero h1 em{color:#71d875;font-style:normal}.ds-home-grid{width:100%;grid-template-columns:minmax(420px,.88fr) minmax(520px,1.12fr);gap:4rem}.ds-home-hero h1{font-size:clamp(3.5rem,5.25vw,5.8rem);line-height:.98}.ds-laptop{max-width:720px;margin-inline:auto}.ds-trust-wrap{position:relative;margin-top:-1.9rem;z-index:5}.ds-trust{margin:0;padding:1.25rem 1.6rem;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));border:1px solid #e2ebe4}.ds-trust span{text-align:left;font-size:.82rem;line-height:1.35}.ds-trust strong{text-align:center;font-size:.82rem;line-height:1.3;padding:.65rem;border-left:1px solid #e1eae3}.ds-service-row{grid-template-columns:repeat(5,1fr)}.ds-service-row>a{min-height:190px;padding:1.55rem;border:1px solid var(--agata-line);border-radius:16px;background:#fff;color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:1rem;transition:.25s}.ds-service-row>a:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#9acba1}.ds-service-row>a>i:first-child{font-size:1.65rem;color:#258c43}.ds-service-row>a>i:last-child{margin-top:auto;color:#258c43}.ds-service-row strong,.ds-service-row small{display:block}.ds-service-row small{margin-top:.45rem;color:var(--agata-muted);font-size:.78rem;line-height:1.45}.ds-impact{padding:5rem 0}.ds-impact-grid{grid-template-columns:1.4fr repeat(4,1fr);align-items:center}.ds-process article>span{font-weight:800;color:#2e9946}.ds-process article>i{display:block;margin-top:1.2rem;font-size:1.45rem;color:#2e9946}
@media(max-width:1199px){.ds-home-grid{grid-template-columns:.9fr 1.1fr;gap:2.5rem}.ds-trust{grid-template-columns:1.3fr repeat(3,1fr)}.ds-trust strong:nth-of-type(n+4){display:none}.ds-service-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:991px){.ds-home-hero{min-height:auto}.ds-home-grid{grid-template-columns:1fr}.ds-laptop{width:min(100%,680px)}.ds-trust-wrap{margin-top:-1rem}.ds-trust{grid-template-columns:1fr 1fr}.ds-trust span{grid-column:1/-1}.ds-trust strong{border-left:0;border-top:1px solid #e1eae3}.ds-service-row{grid-template-columns:repeat(2,1fr)}.ds-impact-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.ds-home-hero{padding:4rem 0 3.5rem}.ds-home-grid{display:block}.ds-home-hero h1{font-size:3.15rem}.ds-laptop{margin-top:2.5rem;padding:1rem 0}.ds-trust-wrap{margin:0}.ds-trust{margin:1rem 0 0;grid-template-columns:1fr}.ds-trust span,.ds-trust strong{text-align:left}.ds-trust strong:nth-of-type(n+3){display:none}.ds-service-row{grid-template-columns:1fr}.ds-service-row>a{min-height:auto}.ds-impact-grid{grid-template-columns:1fr 1fr}}
.ds-trust{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ds-service-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
@media(max-width:767px){.ds-trust,.ds-service-row{grid-template-columns:1fr}}

/* Reference-matched Home page */
.home-page{background:#fff}.home-navbar{position:sticky;top:0;z-index:1030;background:#021b12!important;border:0!important;padding:.85rem 0}.home-navbar .navbar-brand img{filter:brightness(0) invert(1);width:130px;height:54px}.home-navbar .nav-link{color:#fff!important;font-size:.88rem}.home-navbar .nav-link:after{background:#4fc65c}.home-navbar .btn-agata{background:linear-gradient(135deg,#37b94a,#16843c);border:0}.hp-hero{position:relative;min-height:620px;padding:4.8rem 0 5.5rem;color:#fff;background:radial-gradient(circle at 73% 32%,#07472e 0,#03291c 28%,#011b12 62%,#00130d 100%);overflow:hidden}.hp-grid-pattern{position:absolute;inset:0;opacity:.22;background-image:radial-gradient(rgba(52,190,78,.45) 1px,transparent 1px);background-size:7px 7px;mask-image:linear-gradient(110deg,transparent 0,#000 25%,transparent 55%,#000 90%)}.hp-hero:after{content:'';position:absolute;left:-10%;right:-10%;bottom:-150px;height:310px;border-radius:50%;border:1px solid rgba(45,194,69,.15);box-shadow:0 0 0 30px rgba(42,184,65,.035),0 0 0 65px rgba(42,184,65,.025)}.hp-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:2.5rem}.hp-kicker,.hp-label{display:block;color:#178e3e;font-size:.7rem;font-weight:800;letter-spacing:.09em}.hp-copy h1{font-size:clamp(3.4rem,5vw,5.6rem);font-weight:800;line-height:1.02;margin:1.4rem 0 1.5rem}.hp-copy h1 em{font-style:normal;color:#39b94b}.hp-copy p{max-width:460px;color:#eef7f1;font-size:1rem}.hp-actions{display:flex;gap:.8rem;margin-top:2rem}.hp-outline{color:#fff;border:1px solid #4aac5d}.hp-outline:hover{background:#fff;color:#154629}.hp-laptop{position:relative;margin-right:-5%;transform:rotate(-4deg);filter:drop-shadow(0 40px 45px rgba(0,0,0,.45))}.hp-laptop-screen{position:relative;aspect-ratio:16/10;background:#121a17;border:10px solid #202824;border-radius:20px 20px 8px 8px;overflow:hidden}.hp-laptop-screen img{width:100%;height:100%;object-fit:cover;object-position:top}.hp-laptop-base{height:34px;margin:-2px -7% 0;background:linear-gradient(#606763,#242b27);border-radius:3px 3px 25px 25px;transform:perspective(300px) rotateX(42deg);transform-origin:top}.hp-trust{position:relative;z-index:10;margin-top:-3.3rem}.hp-trust-panel{padding:1.7rem 2.5rem;background:#fff;border:1px solid #e2e9e4;border-radius:12px;box-shadow:0 20px 45px rgba(10,45,28,.12);text-align:center}.hp-trust-panel>span{font-size:.63rem;color:#279243;font-weight:800;letter-spacing:.08em}.hp-trust-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.25rem}.hp-trust-items strong{display:flex;align-items:center;justify-content:center;gap:.6rem;color:#44554b;font-size:.83rem}.hp-trust-items i{color:#19653a;font-size:1.25rem}.hp-section{padding:4.5rem 0}.hp-title-row{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin:.7rem 0 2rem}.hp-title-row h2,.hp-centered h2{font-size:clamp(1.75rem,2.5vw,2.55rem);margin:0}.hp-title-row>a{color:#17813d;font-size:.78rem;font-weight:800;text-decoration:none}.hp-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.hp-service-grid>a{display:flex;flex-direction:column;min-height:215px;padding:1.5rem;border:1px solid #e1e9e3;border-radius:12px;color:inherit;text-decoration:none;box-shadow:0 7px 20px rgba(8,49,27,.035);transition:.25s}.hp-service-grid>a:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(8,49,27,.09)}.hp-service-grid>a>i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#edf8ef;color:#16813b;font-size:1.35rem}.hp-service-grid h3{font-size:.92rem;margin:1rem 0 .5rem}.hp-service-grid p{font-size:.75rem;color:#647168;margin:0}.hp-service-grid span{margin-top:auto;color:#17813d;font-size:.72rem;font-weight:800}.hp-product{padding:4.5rem 0;background:linear-gradient(100deg,#f4f8f5,#fff)}.hp-product-grid{display:grid;grid-template-columns:.8fr 1.15fr .95fr;gap:3rem;align-items:center}.hp-product-copy h2{font-size:2.5rem;color:#16813d;margin:.8rem 0}.hp-product-copy p{font-size:.86rem;color:#5d6b62}.hp-product-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;list-style:none;padding:0;margin:1.2rem 0}.hp-product-copy li{font-size:.72rem}.hp-product-copy li i{color:#239342;margin-right:.5rem}.hp-product-device{position:relative;min-height:280px;display:grid;place-items:center}.hp-device-laptop{width:86%;border:8px solid #202823;border-radius:12px;background:#fff;box-shadow:0 22px 35px rgba(10,50,29,.16);overflow:hidden}.hp-device-laptop:after{content:'';display:block;height:13px;background:#454d48}.hp-device-laptop img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}.hp-device-phone{position:absolute;width:24%;right:2%;bottom:0;border:6px solid #202823;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 15px 24px rgba(0,0,0,.2)}.hp-device-phone img{width:100%;height:210px;object-fit:cover;object-position:left top}.hp-results>.hp-label{margin-bottom:1.2rem}.hp-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.hp-result-grid>div{display:flex;align-items:center;gap:.8rem;padding:1rem;border:1px solid #e6ede8;border-radius:10px;background:#fff}.hp-result-grid>div>i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#edf8ef;color:#17813d;font-size:1.25rem}.hp-result-grid p{margin:0}.hp-result-grid strong,.hp-result-grid span{display:block}.hp-result-grid strong{font:800 1.45rem Manrope;color:#1b9a43}.hp-result-grid span{font-size:.68rem;color:#66736b}.hp-centered{text-align:center;margin-bottom:2.2rem}.hp-centered .hp-label{margin-bottom:.8rem}.hp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.hp-steps article{position:relative;min-height:190px;padding:1.3rem;border:1px solid #e0e8e2;border-radius:12px;background:#fff}.hp-steps article:not(:last-child):after{content:'⟶';position:absolute;right:-1.1rem;top:50%;z-index:2;color:#41ad54}.hp-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#18833d;color:#fff;font-size:.72rem}.hp-steps>article>i{position:absolute;left:58px;top:18px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#edf8ef;color:#17813d}.hp-steps h3{font-size:.9rem;margin:1.2rem 0 .45rem}.hp-steps p{font-size:.7rem;color:#647168}.hp-portfolio{padding-top:1.5rem}.hp-project-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.hp-project-grid>a{color:inherit;text-decoration:none}.hp-project-grid>a>div{aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#e9f4eb;display:grid;place-items:center;color:#258b43}.hp-project-grid img{width:100%;height:100%;object-fit:cover}.hp-project-grid>a>div i{font-size:2rem}.hp-project-grid>a>div span{font-size:.7rem}.hp-project-grid h3{font-size:.82rem;margin:.75rem 0 .35rem}.hp-project-grid p{font-size:.66rem;color:#6b776f;margin:0}.hp-project-grid small{display:inline-block;margin-top:.5rem;padding:.2rem .45rem;border-radius:4px;background:#f1f5f2;color:#7a857e;font-size:.58rem}.hp-project-empty{text-align:center;padding:3rem;border:1px dashed #c4d4c7;border-radius:12px}.hp-project-empty i{font-size:2rem;color:#299544}.hp-bottom-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.4rem;margin-top:2.5rem;padding:1.5rem 2rem;background:linear-gradient(110deg,#02351f,#001f15);border-radius:12px;color:#fff}.hp-bottom-cta>i{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#075532;color:#55d86a;font-size:2rem}.hp-bottom-cta h2{font-size:1.4rem;margin:0}.hp-bottom-cta p{font-size:.8rem;margin:0;color:#d2e4d8}
@media(max-width:1199px){.hp-hero-grid{grid-template-columns:.9fr 1.1fr}.hp-product-grid{grid-template-columns:1fr 1fr}.hp-results{grid-column:1/-1}.hp-project-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:991px){.home-navbar .navbar-collapse{padding:1rem;background:#05271b}.hp-hero-grid,.hp-product-grid{grid-template-columns:1fr}.hp-hero{padding-top:3.5rem}.hp-laptop{margin:2rem auto 0;max-width:720px}.hp-steps{grid-template-columns:repeat(2,1fr)}.hp-steps article:after{display:none}.hp-project-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.hp-hero{min-height:auto;padding:3rem 0 5rem}.hp-copy h1{font-size:3.05rem}.hp-actions{flex-direction:column;align-items:flex-start}.hp-trust{margin-top:-2rem}.hp-trust-panel{padding:1.4rem}.hp-trust-items{grid-template-columns:1fr 1fr}.hp-trust-items strong{justify-content:flex-start;font-size:.72rem}.hp-section,.hp-product{padding:3.5rem 0}.hp-title-row{display:block}.hp-title-row>a{display:inline-block;margin-top:1rem}.hp-product-copy ul,.hp-result-grid,.hp-steps,.hp-project-grid{grid-template-columns:1fr}.hp-device-phone{height:170px}.hp-bottom-cta{grid-template-columns:1fr;padding:1.5rem}.hp-bottom-cta .btn{justify-self:start}}

/* Reference-matched About page */
.ap-label{display:flex;align-items:center;gap:.65rem;color:#17813d;font-size:.68rem;font-weight:800;letter-spacing:.08em}.ap-label:before{content:'';width:22px;height:2px;background:#2ca047}.ap-hero{position:relative;padding:4.5rem 0 5rem;overflow:hidden}.ap-dots{position:absolute;right:3%;top:0;width:330px;height:330px;background:radial-gradient(#85c68e 1px,transparent 1.5px);background-size:8px 8px;opacity:.18;mask-image:radial-gradient(circle,#000,transparent 70%)}.ap-hero-grid{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:4.8rem;align-items:center}.ap-hero-copy h1{font-size:clamp(3.5rem,5vw,5.5rem);font-weight:800;margin:1.1rem 0}.ap-hero-copy>p{max-width:500px;color:#526158;font-size:1.02rem}.ap-quick-values{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3.5rem}.ap-quick-values article{display:flex;gap:.8rem;align-items:flex-start}.ap-quick-values i{display:grid;place-items:center;min-width:42px;height:42px;border-radius:50%;background:#eef8ef;color:#16823b;font-size:1.15rem}.ap-quick-values strong,.ap-quick-values small{display:block}.ap-quick-values strong{font-size:.72rem}.ap-quick-values small{font-size:.62rem;line-height:1.5;color:#66736b;margin-top:.3rem}.ap-office{position:relative}.ap-office>img{width:100%;height:440px;object-fit:cover;border-radius:18px;box-shadow:0 24px 60px rgba(10,55,30,.12)}.ap-office>div{position:absolute;right:4%;bottom:-2rem;display:flex;align-items:center;gap:1rem;padding:1.5rem 1.8rem;background:#fff;border:1px solid #e3ebe5;border-radius:14px;box-shadow:0 16px 35px rgba(10,50,29,.13)}.ap-office>div i{display:grid;place-items:center;width:48px;height:48px;border-radius:10px;background:#043a23;color:#fff;font-size:1.2rem}.ap-office>div strong{font-size:.8rem;line-height:1.45}.ap-story{padding:5.5rem 0;background:linear-gradient(105deg,#f7faf8,#fff)}.ap-story-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:7rem}.ap-story-grid h2{font-size:clamp(2.2rem,3.5vw,3.6rem);margin:1.2rem 0 2rem}.ap-story-grid h2 em{font-style:normal;color:#16813d}.ap-story-grid>div:first-child p{max-width:450px;color:#58675e;font-size:.86rem;margin-bottom:1.4rem}.ap-timeline{position:relative;display:grid;gap:0}.ap-timeline:before{content:'';position:absolute;left:36px;top:40px;bottom:40px;width:1px;background:#87c894}.ap-timeline article{position:relative;display:grid;grid-template-columns:74px 1fr;gap:1rem;padding:.35rem 0 1.3rem}.ap-timeline>article>i{position:relative;z-index:1;display:grid;place-items:center;width:74px;height:74px;border-radius:50%;background:#fff;color:#16813d;font-size:1.5rem;box-shadow:0 8px 30px rgba(8,52,29,.08)}.ap-timeline small{font-weight:700;color:#1d3327}.ap-timeline h3{font-size:1.05rem;margin:.2rem 0 .45rem}.ap-timeline p{max-width:500px;color:#657169;font-size:.77rem;margin:0}.ap-values{padding:4.5rem 0}.ap-values-grid{display:grid;grid-template-columns:1fr 260px;gap:2rem}.ap-values-main h2,.ap-team h2{font-size:2rem;margin:.8rem 0 1.5rem}.ap-values-main>div{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.ap-values-main article{padding:1.5rem 1rem;text-align:center;border:1px solid #e1e9e3;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(10,49,29,.04)}.ap-values-main article i{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 1rem;border-radius:50%;background:#edf8ef;color:#17813d;font-size:1.35rem}.ap-values-main h3{font-size:.86rem}.ap-values-main p{font-size:.62rem;line-height:1.6;color:#647168}.ap-values-grid>aside{padding:1.5rem;border-radius:14px;background:#f1f6f2}.ap-values-grid>aside article{display:flex;gap:1rem;padding:1rem 0}.ap-values-grid>aside article+article{border-top:1px solid #dbe6dd}.ap-values-grid>aside i{color:#16813d;font-size:1.2rem}.ap-values-grid>aside span{color:#16813d;font-size:.67rem;font-weight:800}.ap-values-grid>aside p{font-size:.7rem;line-height:1.7;color:#536159;margin:.4rem 0 0}.ap-team{padding:1rem 0 4rem}.ap-team>.container>p{max-width:740px;color:#5f6c64;font-size:.85rem}.ap-team-placeholder{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;align-items:center;margin:2rem 0;padding:1.5rem;border:1px solid #e1e9e3;border-radius:14px;background:linear-gradient(100deg,#fff,#f4f9f5)}.ap-team-mark{height:100px;border-radius:12px;background:#edf7ef;display:grid;place-items:center}.ap-team-mark img{width:70px;height:70px;object-fit:contain}.ap-team-placeholder h3{font-size:1.15rem;margin:0}.ap-team-placeholder p{font-size:.75rem;color:#69756d;margin:.4rem 0 0}.ap-team-placeholder>span{font-size:.72rem;color:#17813d;font-weight:700}.ap-cta{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 2rem;border-radius:12px;background:linear-gradient(110deg,#023820,#002117);color:#fff;overflow:hidden}.ap-cta>i{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#075632;color:#5bdb70;font-size:2rem}.ap-cta h2{font-size:1.45rem;margin:0}.ap-cta p{font-size:.78rem;color:#d0e2d6;margin:0}
@media(max-width:1199px){.ap-hero-grid{gap:3rem}.ap-quick-values{grid-template-columns:1fr}.ap-story-grid{gap:4rem}.ap-values-main>div{grid-template-columns:repeat(3,1fr)}}
@media(max-width:991px){.ap-hero-grid,.ap-story-grid,.ap-values-grid{grid-template-columns:1fr}.ap-office{margin-top:1rem}.ap-office>img{height:400px}.ap-values-main>div{grid-template-columns:repeat(2,1fr)}.ap-team-placeholder{grid-template-columns:100px 1fr}.ap-team-placeholder>span{grid-column:1/-1}.ap-cta{grid-template-columns:auto 1fr}.ap-cta .btn{grid-column:2}}
@media(max-width:767px){.ap-hero{padding:3.5rem 0}.ap-hero-copy h1{font-size:3.2rem}.ap-quick-values{margin-top:2rem}.ap-office>img{height:310px}.ap-office>div{position:relative;right:auto;bottom:auto;margin:-2rem 1rem 0}.ap-story{padding:4rem 0}.ap-story-grid{gap:2.5rem}.ap-timeline article{grid-template-columns:58px 1fr}.ap-timeline>article>i{width:58px;height:58px}.ap-timeline:before{left:28px}.ap-values{padding:3.5rem 0}.ap-values-main>div{grid-template-columns:1fr}.ap-team-placeholder{grid-template-columns:1fr}.ap-team-mark{height:130px}.ap-cta{grid-template-columns:1fr;padding:1.5rem}.ap-cta .btn{grid-column:auto;justify-self:start}}

/* Reference-matched Services page */
.sp-label{display:flex;align-items:center;gap:.6rem;color:#17813d;font-size:.68rem;font-weight:800;letter-spacing:.08em}.sp-label:before{content:'';width:20px;height:2px;background:#2da149}.sp-hero{position:relative;padding:5rem 0 3.5rem;overflow:hidden}.sp-hero-art{position:absolute;right:-5%;top:-40%;width:620px;height:620px;border:90px solid rgba(42,153,67,.045);border-radius:50%}.sp-hero-art:after{content:'';position:absolute;inset:-80px;background:radial-gradient(#53b565 1px,transparent 1.5px);background-size:8px 8px;opacity:.22;mask-image:linear-gradient(135deg,#000,transparent 62%)}.sp-hero-grid{position:relative;display:grid;grid-template-columns:1fr 430px;gap:5rem;align-items:end}.sp-hero h1{font-size:clamp(4rem,6vw,6.2rem);font-weight:800;margin:1rem 0}.sp-hero-grid>div>p{max-width:500px;color:#56645b;font-size:1.05rem}.sp-promises{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.5rem}.sp-promises span{display:flex;align-items:center;gap:.55rem;font-size:.78rem;color:#46564d}.sp-promises i{color:#16833c}.sp-hero aside{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1.6rem;background:#fff;border:1px solid #e5ece7;border-radius:14px;box-shadow:0 18px 45px rgba(9,49,28,.1)}.sp-hero aside>i{display:grid;place-items:center;min-width:46px;height:46px;border-radius:50%;background:#edf8ef;color:#17813d;font-size:1.3rem}.sp-hero aside strong{font-size:.83rem}.sp-hero aside a{display:block;margin-top:1rem;color:#17813d;text-decoration:none;font-size:.73rem;font-weight:800}.sp-services{padding:1.5rem 0 5rem}.sp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.sp-card-grid>article{position:relative;display:flex;flex-direction:column;min-height:390px;padding:2rem;border:1px solid #dfe8e1;border-radius:14px;background:#fff}.sp-card-grid>article.featured{background:radial-gradient(circle at 90% 90%,rgba(63,190,80,.2),transparent 40%),#023c24;color:#fff;border-color:#023c24}.sp-card-grid>article>span{color:#1a9943;font-size:.72rem;font-weight:800}.sp-card-grid>article>i{display:grid;place-items:center;width:58px;height:58px;margin:1.2rem 0;border-radius:50%;background:#eef8ef;color:#17813d;font-size:1.55rem}.sp-card-grid>article.featured>i{background:#075331;color:#4fd061}.sp-card-grid h2{font-size:1.35rem;margin:0 0 .8rem}.sp-card-grid p{font-size:.8rem;color:#627067}.sp-card-grid .featured p{color:#c8d9ce}.sp-service-points{display:grid;gap:.5rem;margin:1rem 0}.sp-service-points small{display:flex;gap:.6rem;align-items:center;font-size:.7rem}.sp-service-points i{color:#19a244}.sp-card-grid>article>a{margin-top:auto;color:#168b3d;font-size:.76rem;font-weight:800;text-decoration:none}.sp-card-grid .featured>a{color:#55d36b}.sp-process{padding:4rem 0;background:linear-gradient(100deg,#f3f8f4,#fff)}.sp-process-grid{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:center}.sp-process-intro h2{font-size:2rem;margin:.8rem 0}.sp-process-intro p{font-size:.75rem;color:#637068}.sp-process-intro .btn{font-size:.75rem;margin-top:.7rem}.sp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.sp-steps article{position:relative}.sp-steps article:not(:last-child):after{content:'';position:absolute;top:34px;left:75px;right:-17px;border-top:2px dotted #4aad5c}.sp-steps>article>i{position:relative;z-index:1;display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:#fff;color:#17813d;font-size:1.45rem;box-shadow:0 8px 30px rgba(10,50,29,.08)}.sp-steps span{display:block;margin-top:1rem;color:#18873e;font-size:.68rem;font-weight:800}.sp-steps h3{font-size:.9rem;margin:.25rem 0 .5rem}.sp-steps p{font-size:.65rem;line-height:1.55;color:#68746c}.sp-why{padding:4rem 0}.sp-why-grid{display:grid;grid-template-columns:240px repeat(4,1fr);gap:1.5rem;align-items:center}.sp-why-grid>div h2{font-size:1.9rem;margin:.8rem 0 0}.sp-why-grid>article{display:flex;gap:1rem}.sp-why-grid>article>i{display:grid;place-items:center;min-width:52px;height:52px;border-radius:50%;background:#edf8ef;color:#16813d;font-size:1.25rem}.sp-why-grid h3{font-size:.78rem}.sp-why-grid p{font-size:.63rem;line-height:1.55;color:#657169}.sp-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;margin-top:3rem;padding:1.5rem 2rem;border-radius:12px;background:linear-gradient(110deg,#023a22,#002117);color:#fff}.sp-cta>i{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#075632;color:#58da6d;font-size:2rem}.sp-cta h2{font-size:1.5rem;margin:0}.sp-cta p{font-size:.78rem;color:#d0e2d6;margin:0}
@media(max-width:1199px){.sp-hero-grid{grid-template-columns:1fr 360px;gap:3rem}.sp-card-grid{grid-template-columns:repeat(2,1fr)}.sp-process-grid{grid-template-columns:1fr}.sp-why-grid{grid-template-columns:1fr repeat(2,1fr)}.sp-why-grid>div{grid-column:1/-1}}
@media(max-width:991px){.sp-hero-grid{grid-template-columns:1fr}.sp-hero aside{max-width:430px}.sp-steps{grid-template-columns:repeat(3,1fr)}.sp-steps article:after{display:none}.sp-why-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.sp-hero{padding:3.5rem 0 2rem}.sp-hero h1{font-size:3.8rem}.sp-promises{gap:1rem}.sp-card-grid,.sp-steps,.sp-why-grid{grid-template-columns:1fr}.sp-card-grid>article{min-height:340px}.sp-process{padding:3.5rem 0}.sp-cta{grid-template-columns:1fr;padding:1.5rem}.sp-cta .btn{justify-self:start}}

/* Reference-matched Products page */
.pp-label{display:flex;align-items:center;gap:.6rem;color:#16813d;font-size:.68rem;font-weight:800;letter-spacing:.08em}.pp-label:before{content:'';width:20px;height:2px;background:#2da149}.pp-hero{position:relative;padding:4.5rem 0 5.5rem;overflow:hidden}.pp-rings{position:absolute;width:480px;height:480px;border:75px solid rgba(50,158,71,.055);border-radius:50%;left:38%;bottom:-55%;box-shadow:0 0 0 70px rgba(50,158,71,.025)}.pp-hero-grid{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:4rem;align-items:center}.pp-hero h1{font-size:clamp(3rem,4.7vw,5rem);font-weight:800;margin:1rem 0 1.3rem}.pp-hero h1 em{font-style:normal;color:#168b3e}.pp-hero-grid>div:first-child>p{max-width:480px;color:#5c6a61}.pp-hero-grid>div:first-child>.btn{margin-top:1.1rem}.pp-dots{display:flex;align-items:center;gap:.6rem;margin-top:2.5rem}.pp-dots i{display:block;width:10px;height:10px;border-radius:50%;background:#d5ddd7}.pp-dots i:first-child{background:#1a9843}.pp-dots span{margin-left:.7rem;font-size:.66rem}.pp-dots small{padding-left:1rem;border-left:1px solid #dbe3dd;color:#718078;font-size:.62rem}.pp-hero-devices{position:relative;min-height:470px}.pp-hero-laptop{position:absolute;right:0;top:0;width:82%;border:9px solid #1f2622;border-radius:18px 18px 6px 6px;background:#fff;box-shadow:0 30px 50px rgba(10,45,27,.18);overflow:hidden}.pp-hero-laptop:after{content:'';display:block;height:22px;background:linear-gradient(#555d58,#202723)}.pp-hero-laptop img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}.pp-hero-phone{position:absolute;left:7%;bottom:8%;z-index:2;width:22%;border:7px solid #202723;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 18px 35px rgba(0,0,0,.22)}.pp-hero-phone img{width:100%;height:260px;object-fit:cover;object-position:left top}.pp-hero-devices aside{position:absolute;left:19%;bottom:0;z-index:3;display:flex;gap:1rem;align-items:center;width:280px;padding:1.3rem;background:#fff;border:1px solid #e3ebe5;border-radius:13px;box-shadow:0 18px 40px rgba(10,50,29,.12)}.pp-hero-devices aside>i{display:grid;place-items:center;min-width:44px;height:44px;border-radius:50%;background:#edf8ef;color:#17813d;font-size:1.25rem}.pp-hero-devices aside strong,.pp-hero-devices aside span{display:block}.pp-hero-devices aside strong{font-size:.78rem}.pp-hero-devices aside span{font-size:.66rem;color:#66736b;margin-top:.3rem}.pp-main{padding:0 0 4rem}.pp-featured{display:grid;grid-template-columns:.68fr 1.32fr;gap:3rem;padding:2.5rem;border-radius:16px;background:linear-gradient(105deg,#f0f7f2,#fff)}.pp-featured h2{font-size:2.5rem;color:#16813d;margin:1rem 0}.pp-featured>div:first-child>p{font-size:.85rem;color:#5d6b62}.pp-featured ul{list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:.55rem}.pp-featured li{font-size:.72rem}.pp-featured li i{color:#189340;margin-right:.6rem}.pp-featured-actions{display:flex;gap:.7rem;flex-wrap:wrap}.pp-featured-screen{display:grid;align-items:center}.pp-browser{overflow:hidden;border:1px solid #dde6df;border-radius:13px;background:#fff;box-shadow:0 20px 40px rgba(8,48,27,.1)}.pp-browser header{height:52px;display:flex;align-items:center;gap:.7rem;padding:0 1.2rem}.pp-browser header img{width:28px;height:28px;object-fit:contain}.pp-browser header span{font-weight:700;font-size:.72rem}.pp-browser header i{margin-left:auto;width:45px;height:17px;border-radius:99px;background:#1b8d41}.pp-browser>img{display:block;width:100%;height:300px;object-fit:cover;object-position:top}.pp-browser footer{display:grid;grid-template-columns:repeat(5,1fr);padding:1rem}.pp-browser footer span{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;font-size:.58rem}.pp-browser footer i{font-size:1.35rem;color:#16813d}.pp-other{display:grid;grid-template-columns:280px 1fr;gap:4rem;padding:4rem 0}.pp-other>div:first-child h2{font-size:1.8rem;margin:1rem 0}.pp-other>div:first-child p{font-size:.75rem;color:#647168}.pp-other-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pp-other-grid>a,.pp-other-grid>article{display:flex;flex-direction:column;min-height:220px;padding:1.5rem;border:1px solid #dfe8e1;border-radius:12px;color:inherit;text-decoration:none}.pp-other-grid>a>i,.pp-other-grid>article>i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#edf8ef;color:#16813d;font-size:1.3rem}.pp-other-grid h3{font-size:.9rem;margin:1rem 0 .5rem}.pp-other-grid p{font-size:.68rem;color:#647168}.pp-other-grid span{align-self:flex-start;margin-top:auto;padding:.3rem .55rem;border-radius:5px;background:#edf8ef;color:#17813d;font-size:.6rem;font-weight:800}.pp-why{padding:1rem 0 3rem}.pp-why>.pp-label{margin-bottom:1.6rem}.pp-why>div{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.pp-why article{display:flex;gap:1rem}.pp-why article>i{display:grid;place-items:center;min-width:54px;height:54px;border-radius:50%;background:#edf8ef;color:#16813d;font-size:1.3rem}.pp-why h3{font-size:.78rem}.pp-why p{font-size:.63rem;line-height:1.55;color:#647168}.pp-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1.5rem 2rem;border-radius:12px;background:linear-gradient(110deg,#023a22,#002117);color:#fff}.pp-cta>i{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#075632;color:#59dc70;font-size:2rem}.pp-cta h2{font-size:1.5rem;margin:0}.pp-cta p{font-size:.78rem;color:#d0e2d6;margin:0}
@media(max-width:1199px){.pp-hero-grid{grid-template-columns:.9fr 1.1fr}.pp-featured{grid-template-columns:.8fr 1.2fr}.pp-other{grid-template-columns:1fr}.pp-why>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:991px){.pp-hero-grid,.pp-featured{grid-template-columns:1fr}.pp-hero-devices{margin-top:2rem}.pp-other-grid{grid-template-columns:repeat(2,1fr)}.pp-browser>img{height:260px}}
@media(max-width:767px){.pp-hero{padding:3.5rem 0}.pp-hero h1{font-size:3.2rem}.pp-dots{flex-wrap:wrap}.pp-hero-devices{min-height:340px}.pp-hero-laptop{width:90%}.pp-hero-phone{width:28%;left:0}.pp-hero-phone img{height:180px}.pp-hero-devices aside{left:14%;bottom:-1rem;width:240px}.pp-featured{padding:1.5rem}.pp-browser>img{height:190px}.pp-browser footer{grid-template-columns:repeat(3,1fr);gap:.8rem}.pp-browser footer span:nth-child(n+4){display:none}.pp-other{padding:3rem 0}.pp-other-grid,.pp-why>div{grid-template-columns:1fr}.pp-cta{grid-template-columns:1fr;padding:1.5rem}.pp-cta .btn{justify-self:start}}

/* Reference-matched Case Studies page */
.cp-label{display:flex;align-items:center;gap:.6rem;color:#17813d;font-size:.68rem;font-weight:800;letter-spacing:.08em}.cp-label:before{content:'';width:20px;height:2px;background:#2da149}.cp-hero{position:relative;padding:4.5rem 0 3rem;overflow:hidden}.cp-dots{position:absolute;right:5%;top:8%;width:420px;height:360px;background:radial-gradient(#66b775 1px,transparent 1.5px);background-size:8px 8px;opacity:.16;mask-image:radial-gradient(circle,#000,transparent 70%)}.cp-hero-grid{position:relative;display:grid;grid-template-columns:1fr 380px;gap:5rem;align-items:center}.cp-hero h1{font-size:clamp(3rem,4.7vw,5rem);font-weight:800;margin:1rem 0}.cp-hero h1 em{font-style:normal;color:#188c40}.cp-hero-grid>div>p{max-width:550px;color:#59675f}.cp-metrics{display:flex;gap:2rem;margin-top:2rem}.cp-metrics>div{display:grid;grid-template-columns:auto auto;column-gap:.7rem;align-items:center;padding-right:2rem;border-right:1px solid #dce5de}.cp-metrics>div:last-child{border:0}.cp-metrics i{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#edf8ef;color:#16813d}.cp-metrics strong{font:800 1.35rem Manrope;color:#15933f}.cp-metrics span{font-size:.62rem;color:#66736b}.cp-hero aside{padding:2rem 2.3rem;background:#fff;border:1px solid #e5ece7;border-radius:14px;box-shadow:0 18px 45px rgba(10,48,28,.1)}.cp-hero aside i{font-size:2.4rem;color:#17913e}.cp-hero aside p{font:700 1.05rem/1.55 Manrope;margin:.7rem 0}.cp-hero aside em{font-style:normal;color:#16813d}.cp-main{padding:1rem 0 4rem}.cp-featured{display:grid;grid-template-columns:1fr 1.22fr;border:1px solid #dfe7e1;border-radius:14px;overflow:hidden}.cp-featured-media{position:relative;min-height:520px;background:linear-gradient(145deg,#dbeee0,#f5faf6);display:grid;place-items:center}.cp-featured-media>img{width:100%;height:100%;object-fit:cover}.cp-featured-media>div{display:grid;place-items:center;gap:.7rem;color:#258c43}.cp-featured-media>div i{font-size:3rem}.cp-featured-media>span{position:absolute;left:1.5rem;top:1.5rem;padding:.45rem .75rem;border-radius:99px;background:#043a23;color:#fff;font-size:.62rem;font-weight:800}.cp-featured-copy{padding:2.5rem}.cp-featured-copy>h2{font-size:2rem;margin:1rem 0 1.5rem}.cp-flow{display:grid;gap:1rem;margin-bottom:1.5rem}.cp-flow article{display:flex;gap:1rem}.cp-flow article>i{display:grid;place-items:center;min-width:43px;height:43px;border-radius:50%;background:#edf8ef;color:#16813d}.cp-flow h3{font-size:.8rem;margin:0}.cp-flow p{font-size:.7rem;line-height:1.55;color:#647168;margin:.3rem 0 0}.cp-empty{display:grid;grid-template-columns:.8fr 1.2fr;min-height:380px;border:1px solid #dfe8e1;border-radius:14px;overflow:hidden}.cp-empty-visual{display:grid;place-items:center;background:radial-gradient(circle,#d9eddd,#eff8f1 65%);color:#238b42;font-size:5rem}.cp-empty>div:last-child{padding:4rem;align-self:center}.cp-empty h2{font-size:2.3rem;margin:1rem 0}.cp-empty p{max-width:580px;color:#607067}.cp-other{padding:3.5rem 1rem}.cp-title-row h2{font-size:1.8rem;margin:.8rem 0 1.5rem}.cp-case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cp-case-grid>a{overflow:hidden;border:1px solid #dfe8e1;border-radius:12px;color:inherit;text-decoration:none}.cp-case-grid>a>div{height:170px;background:#eaf4ec;display:grid;place-items:center;color:#248b42;font-size:2rem}.cp-case-grid img{width:100%;height:100%;object-fit:cover}.cp-case-grid>a>span,.cp-case-grid h3,.cp-case-grid p,.cp-case-grid strong{display:block;margin-left:1rem;margin-right:1rem}.cp-case-grid>a>span{margin-top:1rem;color:#17813d;font-size:.62rem}.cp-case-grid h3{font-size:.9rem;margin-top:.5rem}.cp-case-grid p{font-size:.66rem;color:#68756d}.cp-case-grid strong{margin-bottom:1rem;color:#17813d;font-size:.65rem}.cp-approach{display:grid;grid-template-columns:270px 1fr;gap:3rem;padding:3rem 2rem;border-radius:14px;background:linear-gradient(100deg,#f1f7f2,#fff)}.cp-approach-intro h2{font-size:1.8rem;margin:.8rem 0}.cp-approach-intro p{font-size:.72rem;color:#637068}.cp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.cp-steps article{position:relative}.cp-steps article:not(:last-child):after{content:'';position:absolute;left:65px;right:-17px;top:30px;border-top:2px dotted #4dad5d}.cp-steps>article>i{position:relative;z-index:1;display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:#fff;color:#16813d;font-size:1.3rem;box-shadow:0 8px 25px rgba(8,49,28,.08)}.cp-steps span{display:block;margin-top:.9rem;color:#16813d;font-size:.65rem;font-weight:800}.cp-steps h3{font-size:.8rem;margin:.25rem 0}.cp-steps p{font-size:.62rem;color:#68756d}.cp-statbar{display:grid;grid-template-columns:repeat(4,1fr);padding:1.5rem;background:#fff;border:1px solid #e5ece7}.cp-statbar>div{display:flex;justify-content:center;align-items:center;gap:.8rem;border-right:1px solid #e0e8e2}.cp-statbar>div:last-child{border:0}.cp-statbar i{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#edf8ef;color:#16813d}.cp-statbar p{margin:0}.cp-statbar strong,.cp-statbar span{display:block}.cp-statbar strong{font:800 1.45rem Manrope;color:#17943f}.cp-statbar span{font-size:.62rem}.cp-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1.5rem 2rem;border-radius:12px;background:linear-gradient(110deg,#023a22,#002117);color:#fff}.cp-cta>i{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#075632;color:#57d96c;font-size:2rem}.cp-cta h2{font-size:1.35rem;margin:0}.cp-cta p{font-size:.73rem;color:#d1e3d7;margin:0}
@media(max-width:1199px){.cp-hero-grid{grid-template-columns:1fr 340px;gap:3rem}.cp-approach{grid-template-columns:1fr}.cp-case-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:991px){.cp-hero-grid,.cp-featured,.cp-empty{grid-template-columns:1fr}.cp-hero aside{max-width:500px}.cp-featured-media{min-height:400px}.cp-steps{grid-template-columns:repeat(3,1fr)}.cp-steps article:after{display:none}.cp-statbar{grid-template-columns:1fr 1fr;gap:1rem}.cp-statbar>div{border:0}}
@media(max-width:767px){.cp-hero{padding:3.5rem 0 2rem}.cp-hero h1{font-size:3.2rem}.cp-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cp-metrics>div{padding:0;border:0}.cp-featured-media{min-height:300px}.cp-featured-copy,.cp-empty>div:last-child{padding:1.5rem}.cp-case-grid,.cp-steps,.cp-statbar{grid-template-columns:1fr}.cp-approach{padding:2rem 1.2rem}.cp-cta{grid-template-columns:1fr;padding:1.5rem}.cp-cta .btn{justify-self:start}}
.cp-approach{margin-top:3.5rem}
.cp-statbar{margin-top:1.5rem}
@media(max-width:767px){.cp-approach{margin-top:2.25rem}}

/* Reference-matched Articles page */
.ar-label{display:flex;align-items:center;gap:.6rem;color:#17813d;font-size:.68rem;font-weight:800;letter-spacing:.08em}.ar-label:before{content:'';width:20px;height:2px;background:#2da149}.ar-hero{position:relative;padding:4rem 0 3rem;overflow:hidden}.ar-dots{position:absolute;left:0;top:20%;width:300px;height:400px;background:radial-gradient(#60b771 1px,transparent 1.5px);background-size:8px 8px;opacity:.16;mask-image:linear-gradient(90deg,#000,transparent)}.ar-hero-grid{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:4rem;align-items:center}.ar-hero h1{font-size:clamp(2.8rem,4.5vw,4.8rem);font-weight:800;margin:1rem 0}.ar-hero h1 em{font-style:normal;color:#178d3f}.ar-hero-grid>div:first-child>p{max-width:500px;color:#59675f}.ar-hero form{display:grid;grid-template-columns:1fr 80px;max-width:500px;margin-top:2rem}.ar-hero form label{display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;border:1px solid #d9e3dc;border-radius:9px 0 0 9px}.ar-hero form input{width:100%;border:0;outline:0}.ar-hero form button{border:0;border-radius:0 9px 9px 0;background:#178c3e;color:#fff;font-weight:700}.ar-topic-note{margin-top:1rem;font-size:.63rem;color:#68756d}.ar-featured{position:relative;min-height:430px;border-radius:16px;overflow:hidden;color:#fff;text-decoration:none;background:#042c1c}.ar-featured>img,.ar-featured-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ar-featured-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#092d21,#005233);font-size:5rem;color:#51c866}.ar-featured:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,20,13,.93),rgba(0,20,13,.04) 70%)}.ar-featured-overlay{position:absolute;z-index:2;inset:0;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}.ar-featured-overlay>span{position:absolute;left:2rem;top:2rem;padding:.4rem .7rem;border-radius:99px;background:#16903e;font-size:.62rem;font-weight:800}.ar-featured-overlay>small{align-self:flex-start;padding:.25rem .5rem;border-radius:4px;background:rgba(25,146,62,.35);font-size:.62rem}.ar-featured-overlay h2{font-size:1.8rem;max-width:520px;margin:.8rem 0}.ar-featured-overlay p{max-width:560px;color:#e0eee4;font-size:.8rem}.ar-featured-overlay footer{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}.ar-featured-overlay footer b{font-size:.7rem}.ar-featured-overlay footer em{font-style:normal;font-size:.62rem;color:#c3d4c8}.ar-featured-overlay footer strong{font-size:.7rem}.ar-featured-empty{display:grid;place-items:center;background:linear-gradient(135deg,#06311f,#001d13)}.ar-featured-empty:after{display:none}.ar-featured-empty>div{position:relative;z-index:1;text-align:center;padding:2rem}.ar-featured-empty i{font-size:3rem;color:#50ce67}.ar-featured-empty span{display:block;margin:.8rem 0;color:#51cf68;font-size:.65rem;font-weight:800}.ar-featured-empty h2{font-size:1.8rem}.ar-featured-empty p{max-width:520px;color:#c8d9ce;font-size:.78rem}.ar-main{padding:3rem 0 4rem}.ar-content-grid{display:grid;grid-template-columns:1fr 300px;gap:2.5rem}.ar-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.ar-heading h2{font-size:1.75rem}.ar-heading a{font-size:.7rem;color:#17813d}.ar-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.ar-card-grid>a{overflow:hidden;border:1px solid #dfe8e1;border-radius:12px;color:inherit;text-decoration:none}.ar-card-grid>a>div{height:190px;display:grid;place-items:center;background:#eaf4ec;color:#258b43;font-size:2.5rem}.ar-card-grid img{width:100%;height:100%;object-fit:cover}.ar-card-grid>a>span,.ar-card-grid h3,.ar-card-grid p,.ar-card-grid footer{margin-left:1rem;margin-right:1rem}.ar-card-grid>a>span{display:inline-block;margin-top:1rem;padding:.25rem .5rem;border-radius:4px;background:#eaf7ec;color:#17813d;font-size:.58rem}.ar-card-grid h3{font-size:.95rem;margin-top:.65rem}.ar-card-grid p{font-size:.68rem;color:#657169}.ar-card-grid footer{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.6rem}.ar-card-grid footer small{color:#728078}.ar-empty{text-align:center;padding:5rem 2rem;border:1px dashed #bed0c2;border-radius:14px;background:#f5faf6}.ar-empty>i{font-size:3rem;color:#299645}.ar-empty p{max-width:550px;margin:1rem auto 1.5rem;color:#66736b}.ar-content-grid>aside{display:grid;align-content:start;gap:1.2rem}.ar-content-grid>aside>section{padding:1.4rem;border:1px solid #dfe8e1;border-radius:12px}.ar-content-grid>aside h3{font-size:1rem;margin-bottom:1rem}.ar-summary-row{display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:center}.ar-summary-row i{color:#17813d}.ar-summary-row span{font-size:.72rem}.ar-summary-row b{font-size:.7rem;padding:.2rem .45rem;border-radius:99px;background:#f0f4f1}.ar-content-grid>aside>section>p{font-size:.67rem;color:#69766e;margin-top:1rem}.ar-content-grid>aside>section>a{display:flex;gap:.7rem;color:inherit;text-decoration:none;margin:.8rem 0}.ar-content-grid>aside>section>a img{width:60px;height:46px;object-fit:cover;border-radius:5px}.ar-content-grid>aside>section>a>i{display:grid;place-items:center;width:60px;height:46px;border-radius:5px;background:#edf7ef;color:#16813d}.ar-content-grid>aside>section>a strong,.ar-content-grid>aside>section>a small{display:block}.ar-content-grid>aside>section>a strong{font-size:.65rem}.ar-content-grid>aside>section>a small{font-size:.58rem;color:#738078}.ar-insight{background:#f0f7f2}.ar-insight>span{color:#16813d;font-size:.9rem;font-weight:800}.ar-insight .btn{display:inline-flex!important;color:#fff!important;font-size:.68rem}.ar-bottom{padding:0 0 2rem}.ar-cta{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 2rem;border-radius:12px;background:linear-gradient(110deg,#023a22,#002117);color:#fff}.ar-cta>i{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#075632;color:#58da6d;font-size:2rem}.ar-cta h2{font-size:1.35rem;margin:0}.ar-cta p{font-size:.73rem;color:#d0e2d6;margin:0}
@media(max-width:1199px){.ar-hero-grid{grid-template-columns:.9fr 1.1fr}.ar-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:991px){.ar-hero-grid,.ar-content-grid{grid-template-columns:1fr}.ar-featured{margin-top:1rem}.ar-content-grid>aside{grid-template-columns:repeat(2,1fr)}.ar-insight{grid-column:1/-1}}
@media(max-width:767px){.ar-hero{padding:3.5rem 0 2rem}.ar-hero h1{font-size:3.05rem}.ar-featured{min-height:440px}.ar-featured-overlay{padding:1.4rem}.ar-featured-overlay>span{left:1.4rem;top:1.4rem}.ar-featured-overlay footer{grid-template-columns:1fr}.ar-card-grid,.ar-content-grid>aside{grid-template-columns:1fr}.ar-insight{grid-column:auto}.ar-cta{grid-template-columns:1fr;padding:1.5rem}.ar-cta .btn{justify-self:start}}

/* Reference-matched Contact page */
.ct-label{display:flex;align-items:center;gap:.6rem;color:#17813d;font-size:.68rem;font-weight:800;letter-spacing:.08em}.ct-label:before{content:'';width:20px;height:2px;background:#2da149}.ct-main{position:relative;padding:4rem 0 3rem;overflow:hidden}.ct-dots{position:absolute;left:24%;top:0;width:380px;height:480px;background:radial-gradient(#6bbd79 1px,transparent 1.5px);background-size:8px 8px;opacity:.14;mask-image:radial-gradient(circle,#000,transparent 70%)}.ct-main-grid{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:5rem;align-items:start}.ct-main aside h1{font-size:clamp(2.7rem,4.3vw,4.5rem);font-weight:800;margin:1rem 0}.ct-main aside h1 em{font-style:normal;color:#178d3f}.ct-main aside>p{max-width:470px;color:#5e6b63}.ct-info{display:grid;gap:1.2rem;margin-top:2.5rem}.ct-info article{display:flex;gap:1rem}.ct-info article>i{display:grid;place-items:center;min-width:45px;height:45px;border-radius:10px;background:#edf8ef;color:#16813d;font-size:1.25rem}.ct-info strong,.ct-info span,.ct-info small{display:block}.ct-info strong{font-size:.75rem}.ct-info span{font-size:.72rem;margin:.15rem 0}.ct-info small{font-size:.62rem;color:#6e7b72}.ct-form{padding:2.5rem 3rem;border:1px solid #e1e9e3;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(9,48,28,.1)}.ct-form h2{font-size:1.8rem;margin-bottom:1.5rem}.ct-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ct-form-grid label{position:relative}.ct-form-grid label.wide{grid-column:1/-1}.ct-form-grid label>span{position:absolute;left:1rem;top:.55rem;color:#68766d;font-size:.61rem;pointer-events:none}.ct-form-grid input,.ct-form-grid textarea{width:100%;padding:1.65rem 1rem .6rem;border:1px solid #d6e0d9;border-radius:8px;outline:0;background:#fff}.ct-form-grid textarea{padding-top:1.8rem;resize:vertical}.ct-form-grid input:focus,.ct-form-grid textarea:focus{border-color:#35a44c;box-shadow:0 0 0 3px rgba(53,164,76,.1)}.ct-form>button{width:100%;margin-top:1rem;display:flex;justify-content:center;gap:.6rem}.ct-safe{display:block;margin-top:1.2rem;color:#718078;font-size:.62rem}.ct-safe i{color:#16813d;margin-right:.5rem}.ct-location{padding:2.5rem 0}.ct-location-grid{display:grid;grid-template-columns:1.25fr .75fr;min-height:440px;border:1px solid #dfe8e1;border-radius:14px;overflow:hidden}.ct-map{position:relative;overflow:hidden;background:#e4f3e7}.ct-roads{position:absolute;inset:0;background:linear-gradient(25deg,transparent 48%,rgba(255,255,255,.9) 49%,transparent 51%),linear-gradient(155deg,transparent 48%,rgba(255,255,255,.85) 49%,transparent 51%),linear-gradient(90deg,transparent 48%,rgba(84,163,99,.13) 49%,transparent 51%);background-size:130px 100px,170px 140px,90px 90px}.ct-map:after{content:'Indonesia';position:absolute;left:44%;top:56%;font:800 1.2rem Manrope;color:#35473d}.ct-map>span{position:absolute;z-index:2;left:42%;top:34%;display:grid;grid-template-columns:auto 1fr;gap:.2rem .8rem;padding:1rem 1.2rem;border-radius:10px;background:#fff;box-shadow:0 12px 30px rgba(10,50,28,.12)}.ct-map>span i{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#178d3f;color:#fff}.ct-map>span strong,.ct-map>span small{display:block}.ct-map>span strong{font-size:.72rem}.ct-map>span small{font-size:.6rem;color:#6f7c73}.ct-location-grid>aside{padding:2.5rem}.ct-location-grid>aside h2{font-size:1.7rem;margin:1rem 0 .2rem}.ct-location-grid>aside h3{font:500 .95rem DM Sans;color:#59675f}.ct-location-grid>aside hr{width:30px;border-color:#4aad5d;margin:1.5rem 0}.ct-location-grid>aside>p{font-size:.72rem;color:#657169;line-height:1.7}.ct-location-grid>aside>div{display:flex;gap:1rem;margin-top:2rem;padding:1.2rem;border-radius:10px;background:#f1f6f2}.ct-location-grid>aside>div>i{display:grid;place-items:center;min-width:45px;height:45px;border-radius:8px;background:#e6f3e8;color:#16813d;font-size:1.25rem}.ct-location-grid>aside>div strong{font-size:.75rem}.ct-location-grid>aside>div p{font-size:.62rem;color:#69766e;margin:.35rem 0}.ct-location-grid>aside>div a{font-size:.65rem;color:#17813d;font-weight:800;text-decoration:none}.ct-faq{padding:2.5rem 0 2rem}.ct-centered{text-align:center;margin-bottom:1.5rem}.ct-centered .ct-label{justify-content:center}.ct-centered .ct-label:before{display:none}.ct-centered h2{font-size:1.8rem;margin-top:.7rem}.ct-accordion{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.ct-accordion details{border:1px solid #dfe8e1;border-radius:9px;background:#fff}.ct-accordion summary{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center;padding:1rem;cursor:pointer;list-style:none;font-size:.72rem;font-weight:700}.ct-accordion summary::-webkit-details-marker{display:none}.ct-accordion summary>i:first-child{color:#16813d}.ct-accordion details[open] summary>i:last-child{transform:rotate(180deg)}.ct-accordion details>p{padding:0 1rem 1rem 2.7rem;color:#647168;font-size:.7rem}.ct-faq-empty{text-align:center;padding:2.5rem;border:1px dashed #c1d1c4;border-radius:10px}.ct-faq-empty i{font-size:2rem;color:#249343}.ct-faq-empty p{margin:.7rem 0 0;color:#66736b}.ct-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem 2rem;border-radius:12px;background:linear-gradient(110deg,#023a22,#002117);color:#fff}.ct-cta>i{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#075632;color:#58da6d;font-size:2rem}.ct-cta h2{font-size:1.45rem;margin:0}.ct-cta p{font-size:.72rem;color:#d1e3d7;margin:0}
@media(max-width:1199px){.ct-main-grid{gap:3rem}.ct-form{padding:2rem}.ct-location-grid{grid-template-columns:1fr 1fr}}
@media(max-width:991px){.ct-main-grid,.ct-location-grid{grid-template-columns:1fr}.ct-map{min-height:400px}.ct-accordion{grid-template-columns:1fr}}
@media(max-width:767px){.ct-main{padding:3.5rem 0 2rem}.ct-main aside h1{font-size:3.05rem}.ct-form{padding:1.5rem;margin-top:1rem}.ct-form-grid{grid-template-columns:1fr}.ct-form-grid label.wide{grid-column:auto}.ct-map{min-height:330px}.ct-map>span{left:10%;top:25%}.ct-location-grid>aside{padding:1.5rem}.ct-cta{grid-template-columns:1fr;padding:1.5rem}.ct-cta .btn{justify-self:start}}

/* Product screenshots sourced from the actual Desa Digital dashboard */
.hp-product-device img,.pp-hero-devices img,.pp-browser>img{content:url('/assets/agata/desa-digital-dashboard.png')}
.hp-device-laptop img,.pp-hero-laptop img,.pp-browser>img{object-position:top left}
.hp-device-phone img,.pp-hero-phone img{object-position:left top}
