:root{--ink:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f0faf6;--primary:#2eaf87;--primary2:#1a8f6f;--navy:#052e20;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #2eaf8726;align-items:center;height:78px;display:flex;position:sticky;top:0}.nav-wrap{justify-content:space-between;align-items:center;gap:30px;display:flex}.brand img{width:210px;height:auto}.nav-links{gap:30px;font-size:14px;font-weight:700;display:flex}.nav-links a:hover{color:var(--primary)}.btn{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;padding:14px 22px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2eaf874d}.btn-small{padding:10px 17px;font-size:13px}.btn-ghost{box-shadow:none;background:0 0;border:1px solid #ffffff59}.btn-white{color:var(--navy);background:#fff}.btn-dark{background:var(--navy)}.hero{color:#fff;background:radial-gradient(circle at 20% 20%,#0a4a36 0,#0000 40%),linear-gradient(135deg,#052e20 20%,#074d34 60%,#0a6646);min-height:690px;padding:108px 0 110px;position:relative;overflow:hidden}.hero-grid{z-index:2;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;display:grid;position:relative}.hero h1,.page-hero h1{letter-spacing:-3.3px;max-width:780px;margin:18px 0 24px;font-size:clamp(48px,6vw,76px);line-height:1.02}.hero h1 span{background:linear-gradient(90deg,#6ee7c3,#a7f3d0);color:#0000;-webkit-background-clip:text;background-clip:text}.hero p{color:#a7c8bc;max-width:650px;font-size:19px}.hero-actions{gap:12px;margin-top:34px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--primary);font-size:12px;font-weight:900;display:inline-block}.eyebrow.light{color:#6ee7c3}.trust-line{color:#a7c8bc;align-items:center;gap:13px;margin-top:35px;font-size:13px;display:flex}.trust-line b{color:#fff;font-size:18px}.dot{background:#64748b;border-radius:50%;width:4px;height:4px}.hero-visual{height:470px;position:relative}.main-dash{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #2eaf874d;border-radius:28px;width:410px;height:320px;padding:26px;position:absolute;top:55px;left:40px;transform:rotate(-2deg);box-shadow:0 30px 80px #00000059}.dash-top{gap:6px;display:flex}.dash-top span{background:#6ee7c3;border-radius:50%;width:8px;height:8px}.dash-title{margin:35px 0 22px;font-size:16px;font-weight:800}.bars{border-bottom:1px solid #2eaf8740;align-items:end;gap:13px;height:110px;display:flex}.bars i{background:linear-gradient(#6ee7c3,#2eaf87);border-radius:8px 8px 0 0;width:44px;display:block}.bars i:first-child{height:38%}.bars i:nth-child(2){height:70%}.bars i:nth-child(3){height:55%}.bars i:nth-child(4){height:88%}.bars i:nth-child(5){height:75%}.dash-metrics{margin-top:22px}.dash-metrics b{font-size:28px;display:block}.dash-metrics span{color:#a7c8bc;font-size:12px}.float-card{color:var(--ink);background:#fff;border-radius:18px;padding:17px 20px;font-size:12px;line-height:1.2;position:absolute;box-shadow:0 25px 60px #00000047}.float-card b{font-size:15px}.fc-one{top:18px;right:5px}.fc-two{bottom:22px;left:0}.fc-three{bottom:55px;right:-10px}.hero-orb{filter:blur(4px);opacity:.5;border-radius:50%;position:absolute}.orb-one{background:#2eaf87;width:280px;height:280px;top:-110px;right:-80px}.orb-two{background:#1a8f6f;width:180px;height:180px;bottom:40px;left:-110px}.section{padding:100px 0}.soft{background:var(--soft)}.dark{background:var(--navy);color:#fff}.section-heading{max-width:720px;margin-bottom:48px}.section-heading h2,.split h2,.cta h2{letter-spacing:-2px;margin:12px 0 18px;font-size:clamp(34px,4.5vw,52px);line-height:1.08}.section-heading p,.split p{color:var(--muted);font-size:17px}.dark .section-heading p{color:#8ab8aa}.grid{gap:20px;display:grid}.services-grid{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:28px;box-shadow:0 8px 30px #1018280a}.service-card{min-height:290px;transition:all .2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #2eaf871f}.service-icon{width:48px;height:48px;color:var(--primary);background:linear-gradient(135deg,#e6f8f2,#c5f0e2);border-radius:14px;place-items:center;margin-bottom:20px;font-size:13px;font-weight:900;display:grid}.card h3{margin:0 0 10px;font-size:20px}.card p{color:var(--muted);font-size:14px}.chips{flex-wrap:wrap;gap:7px;margin-top:20px;display:flex}.chips span{color:#475467;background:#f2f4f7;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700}.center{text-align:center;margin-top:35px}.text-link{color:var(--primary);font-weight:800}.split{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.stats-panel{background:#fff;border-radius:26px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 20px 60px #10182814}.stats-panel div{border:1px solid #eef0f4;padding:34px}.stats-panel div:last-child{grid-column:1/-1}.stats-panel strong,.stats-horizontal strong{letter-spacing:-2px;background:linear-gradient(90deg,var(--primary),var(--primary2));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:38px;display:block}.stats-panel span,.stats-horizontal span{text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:800}.values-mini{flex-wrap:wrap;gap:10px;margin:24px 0 30px;display:flex}.values-mini span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.process{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.process>div{border-left:2px solid #b7e4d4;padding:24px 20px}.process span{color:var(--primary);font-size:12px;font-weight:900}.process h3{margin:8px 0}.process p{color:var(--muted);font-size:13px}.tech-cloud{flex-wrap:wrap;gap:10px;display:flex}.tech-cloud span{color:#a7f3d0;background:#073324;border:1px solid #1a4a39;border-radius:10px;padding:11px 15px;font-size:12px;font-weight:700}.project-grid{grid-template-columns:repeat(3,1fr)}.project-card{color:#fff;border-radius:26px;flex-direction:column;justify-content:space-between;min-height:360px;padding:25px;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";border:1px solid #fff3;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.project-card>span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;border-radius:99px;align-self:flex-start;padding:6px 10px;font-size:11px;font-weight:800}.project-card h3{margin:10px 0 18px;font-size:28px;line-height:1.12}.project-card small{color:#e2e8f0}.project-1{background:linear-gradient(145deg,#052e20,#2eaf87)}.project-2{background:linear-gradient(145deg,#0a4a36,#1a8f6f)}.project-3{background:linear-gradient(145deg,#073324,#3dd4a0)}.faq-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.faq-grid details{border:1px solid var(--line);background:#fff;border-radius:15px;padding:20px 22px}.faq-grid summary{cursor:pointer;font-weight:800}.faq-grid p{color:var(--muted);font-size:14px}.cta{color:#fff;background:linear-gradient(135deg,#2eaf87,#1a6f55);padding:70px 0}.cta-inner{justify-content:space-between;align-items:center;gap:40px;display:flex}.cta h2{margin-bottom:10px}.cta p{color:#c5f0e2}.footer{color:#fff;background:#041a12;padding:70px 0 24px}.footer-grid{grid-template-columns:1.3fr .6fr 1fr;gap:70px;display:grid}.footer-logo{width:220px;margin-bottom:22px}.footer h3{text-transform:uppercase;letter-spacing:1px;color:#6eb89e;font-size:13px}.footer a{margin:10px 0;font-size:14px;display:block}.muted-light{color:#6eb89e;font-size:13px}.footer-bottom{color:#4a8870;border-top:1px solid #0e3326;margin-top:50px;padding-top:20px;font-size:12px}.page-hero{background:radial-gradient(circle at 80% 10%,#0a4a36 0,transparent 35%),var(--navy);color:#fff;padding:95px 0 85px}.page-hero h1{max-width:900px;font-size:clamp(46px,6vw,70px)}.page-hero p{color:#a7c8bc;max-width:740px;font-size:18px}.service-detail-list{flex-direction:column;display:flex}.service-detail{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr 1fr;gap:30px;padding:44px 0;display:grid}.service-number{color:#98a2b3;font-size:13px;font-weight:800}.service-detail h2{margin:0 0 10px;font-size:32px}.service-detail p{color:var(--muted);max-width:560px}.service-detail ul{grid-template-columns:1fr 1fr;align-content:center;gap:10px;margin:0;padding:0;list-style:none;display:grid}.service-detail li{background:#f0faf6;border-radius:10px;padding:12px;font-size:13px;font-weight:700}.stats-horizontal{text-align:center;grid-template-columns:repeat(5,1fr);gap:15px;display:grid}.value-grid{grid-template-columns:repeat(5,1fr)}.portfolio-list article{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:45px 0;display:grid}.portfolio-art{color:#fff;border-radius:28px;justify-content:space-between;min-height:350px;padding:25px;display:flex}.portfolio-art span{background:#ffffff2e;border-radius:99px;align-self:flex-start;padding:6px 10px;font-size:11px;font-weight:800}.portfolio-art b{opacity:.16;align-self:flex-end;font-size:80px}.art-1{background:linear-gradient(145deg,#052e20,#2eaf87)}.art-2{background:linear-gradient(145deg,#0a4a36,#1a8f6f)}.art-3{background:linear-gradient(145deg,#073324,#3dd4a0)}.portfolio-list h2{margin:10px 0;font-size:35px;line-height:1.15}.portfolio-list p{color:var(--muted)}.client-name{font-weight:800}.pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch}.price-card{border:1px solid var(--line);border-radius:24px;padding:28px;position:relative}.price-card.featured{border:2px solid var(--primary);box-shadow:0 18px 50px #2eaf8726}.popular{color:var(--primary);background:#e6f8f2;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:900;position:absolute;top:20px;right:20px}.price-card h2{margin:0}.price-card p{color:var(--muted);min-height:50px}.price{margin:25px 0;font-size:32px;font-weight:900}.price-card ul{min-height:220px;padding:0;list-style:none}.price-card li{color:#475467;margin:12px 0;font-size:13px}.price-card .btn{width:100%}.contact-grid{grid-template-columns:.8fr 1.2fr;gap:70px;display:grid}.contact-stack{flex-direction:column;gap:14px;margin-top:30px;display:flex}.contact-stack>a,.contact-stack>div{border:1px solid var(--line);border-radius:14px;padding:18px}.contact-stack small{text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:4px;font-size:10px;display:block}.contact-stack b{font-size:14px}.contact-form{background:#f0faf6;border-radius:22px;padding:30px}.form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.contact-form label{margin-bottom:15px;font-size:12px;font-weight:800;display:block}.contact-form input,.contact-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #d0d5dd;border-radius:10px;margin-top:7px;padding:13px 14px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary);outline:2px solid #a7f3d0}.form-note{color:var(--muted);font-size:11px}@media (max-width:950px){.nav-links{display:none}.hero{padding:70px 0}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero-visual{height:410px}.services-grid,.project-grid,.process,.pricing-grid,.value-grid{grid-template-columns:1fr 1fr}.stats-horizontal{grid-template-columns:repeat(3,1fr)}.portfolio-list article{gap:35px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media (max-width:640px){.container{width:min(var(--max),calc(100% - 26px))}.site-header{height:68px}.brand img{width:170px}.site-header .btn-small{display:none}.hero h1,.page-hero h1{letter-spacing:-2px}.hero-visual{height:350px}.main-dash{width:84%;height:285px;left:8%}.fc-one{right:0}.fc-two{left:0}.fc-three{right:0}.trust-line{flex-wrap:wrap}.section{padding:72px 0}.services-grid,.project-grid,.faq-grid,.pricing-grid,.value-grid{grid-template-columns:1fr}.stats-panel,.stats-horizontal{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start}.service-detail{grid-template-columns:45px 1fr}.service-detail ul{grid-column:2;grid-template-columns:1fr}.portfolio-list article{grid-template-columns:1fr}.portfolio-art{min-height:260px}.form-row,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
