:root {
  --green: #6bc64a;
  --green-deep: #2d7d31;
  --green-pale: #e9f8df;
  --ink: #0c0f0b;
  --muted: #626861;
  --cream: #fbfcf8;
  --container: 1240px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img,svg{display:block;max-width:100%}
p,h1,h2,h3,blockquote{margin-top:0}
::selection{background:var(--green);color:#fff}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.page-wash{position:fixed;inset:0;z-index:-5;background:radial-gradient(800px 560px at -8% 30%,rgba(117,222,213,.10),transparent 70%),radial-gradient(900px 620px at 108% 60%,rgba(255,179,129,.11),transparent 72%),linear-gradient(#fff,#fff);pointer-events:none}
.skip-link{position:fixed;top:-80px;left:20px;z-index:9999;padding:12px 18px;background:#000;color:#fff}.skip-link:focus{top:20px}

.site-header{position:fixed;z-index:1000;inset:0 0 auto;padding:22px 0;transition:.3s ease}
.site-header.scrolled{padding:10px 0;background:rgba(255,255,255,.84);backdrop-filter:blur(20px);box-shadow:0 12px 40px rgba(20,30,20,.06)}
.nav-wrap{width:min(calc(100% - 48px),1380px);height:58px;margin:auto;display:flex;align-items:center;gap:42px}
.brand{display:flex;align-items:center;gap:9px;flex-shrink:0;font-size:1.22rem;font-weight:800;letter-spacing:-.055em}
.brand svg{width:28px;fill:var(--green)}.brand b{color:var(--green)}
.desktop-nav{margin:auto;display:flex;align-items:center;gap:34px}.desktop-nav a{font-size:.86rem;font-weight:600;transition:.2s}.desktop-nav a:hover{color:var(--green-deep)}
.nav-actions{display:flex;align-items:center;gap:22px}.nav-phone{font-size:.84rem;font-weight:700}
.button{min-height:56px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:16px;border:0;cursor:pointer;font-weight:700;transition:transform .25s,background .25s,color .25s}.button:hover{transform:translateY(-2px)}.button span{transition:transform .25s}.button:hover span{transform:translate(3px,-2px)}
.button-black{background:#0c0f0b;color:#fff;border-radius:5px}.button-black:hover{background:#254d27}.button-small{min-height:44px;padding:0 18px;font-size:.82rem}.button-text{padding-inline:5px;background:transparent;border-bottom:1px solid #a8afa6}.button-text:hover{color:var(--green-deep)}
.menu-toggle{position:relative;display:none;width:44px;height:44px;border:0;background:#0c0f0b}.menu-toggle i{position:absolute;left:13px;width:18px;height:1.5px;background:#fff;transition:.2s}.menu-toggle i:first-child{top:18px}.menu-toggle i:last-child{top:25px}.menu-toggle.active i:first-child{top:21px;transform:rotate(45deg)}.menu-toggle.active i:last-child{top:21px;transform:rotate(-45deg)}
.mobile-menu{position:fixed;z-index:999;inset:0;padding:110px 28px 40px;background:#fff;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-15px);transition:.25s}.mobile-menu.open{opacity:1;visibility:visible;transform:none}.mobile-menu>a{padding:13px 0;font-size:1.8rem;font-weight:600;letter-spacing:-.04em}.mobile-menu>div{display:flex;gap:24px;margin-top:26px;color:var(--green-deep);font-weight:700}

.hero{position:relative;padding:126px 0 72px;min-height:100vh;overflow:hidden;background:linear-gradient(180deg,#fbfdf8 0%,#fff 88%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(18px);pointer-events:none}.hero-glow-a{width:700px;height:480px;top:85px;left:50%;transform:translateX(-50%);background:radial-gradient(circle,rgba(112,206,80,.28),rgba(255,198,154,.13) 42%,transparent 72%)}.hero-glow-b{width:460px;height:420px;top:250px;left:5%;background:radial-gradient(circle,rgba(87,207,212,.19),transparent 70%)}
.hero-stage{position:relative;height:490px}.device-scene{position:relative;width:min(1030px,92vw);height:100%;margin:auto;perspective:1400px;transform:scale(.92);transform-origin:top center}.scene-shadow{position:absolute;left:13%;right:12%;bottom:14px;height:75px;border-radius:50%;background:rgba(18,31,17,.24);filter:blur(35px)}
.device{position:absolute;background:#101410;box-shadow:0 30px 90px rgba(21,42,24,.24);overflow:hidden}.device-bar{height:38px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#121713;color:#d7dfd5;font-size:.55rem;letter-spacing:.03em}.device-bar b{color:var(--green)}.device-bar i{width:6px;height:6px;border-radius:50%;background:#5f6a60}.device-bar div{display:flex;gap:5px}
.device-main{z-index:3;width:690px;height:400px;left:50%;top:55px;border-radius:18px;transform:translateX(-50%) rotateX(7deg) rotateZ(-1.4deg)}.device-main::after{content:"";position:absolute;left:30%;right:30%;bottom:-26px;height:36px;background:#111711;clip-path:polygon(18% 0,82% 0,100% 100%,0 100%)}
.operations-screen{height:calc(100% - 38px);display:grid;grid-template-columns:52px 1fr;background:#f3f6f1}.operations-screen aside{padding:16px 0;display:flex;align-items:center;flex-direction:column;gap:18px;background:#fff}.operations-screen aside b{width:28px;height:28px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:7px;font-size:.65rem}.operations-screen aside span{width:14px;height:14px;border-radius:4px;background:#d7ddd6}.operations-screen aside .active{background:#5cad3d}.operations-body{padding:24px 25px}.screen-heading{display:flex;justify-content:space-between;align-items:flex-start}.screen-heading small{font-size:.48rem;color:#8d948d}.screen-heading h2{margin:2px 0 0;font-size:1.22rem;letter-spacing:-.04em}.screen-heading em{font-style:normal;font-size:.48rem;font-weight:800;color:#4a9b35;background:#e8f6e3;padding:5px 8px;border-radius:8px}.screen-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 14px}.screen-metrics div{padding:14px;background:#fff;box-shadow:0 8px 22px rgba(31,50,33,.05)}.screen-metrics span{display:block;color:#8c948c;font-size:.43rem}.screen-metrics strong{display:block;margin-top:4px;font-size:.9rem}.screen-chart{height:178px;padding:15px;background:#fff;position:relative}.chart-copy span,.chart-copy strong{display:block}.chart-copy span{color:#8c948c;font-size:.43rem}.chart-copy strong{font-size:.58rem}.screen-chart svg{position:absolute;left:15px;right:15px;bottom:12px;width:calc(100% - 30px);height:120px}.screen-chart .area{fill:url(#area)}.screen-chart .line{fill:none;stroke:var(--green);stroke-width:3;stroke-linecap:round}
.device-back{z-index:1;width:420px;height:280px;right:36px;top:32px;border-radius:17px;transform:rotateY(-8deg) rotateZ(6deg)}.security-screen{height:calc(100% - 38px);display:grid;place-items:center;align-content:center;background:linear-gradient(145deg,#eff9ea,#fff3ea)}.shield-graphic{width:105px}.shield-graphic svg{fill:rgba(107,198,74,.15);stroke:#4ba434;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.security-screen p{margin:13px 0 0;color:#727a72;font-size:.55rem}.security-screen strong{font-size:1rem}
.device-front{z-index:5;width:185px;height:350px;left:118px;top:133px;padding:17px 18px;border:8px solid #111;border-radius:29px;background:#fbfcf8;color:#111;transform:rotateZ(-13deg);box-shadow:0 28px 70px rgba(20,38,21,.28)}.mobile-screen-top{display:flex;justify-content:space-between;align-items:center;font-size:.42rem}.mobile-screen-top b{width:25px;height:25px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:7px}.mobile-check{width:66px;height:66px;margin:47px auto 18px;display:grid;place-items:center;border-radius:50%;background:#e8f7e2}.mobile-check svg{width:32px;fill:none;stroke:#4aa435;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.device-front>small,.device-front>strong{display:block;text-align:center}.device-front>small{font-size:.48rem;color:#8b928a}.device-front>strong{font-size:1.05rem}.mobile-progress{height:6px;margin:23px 0 18px;background:#e8ece7;border-radius:10px}.mobile-progress i{display:block;width:86%;height:100%;background:var(--green);border-radius:10px}.device-front p{text-align:center;font-size:.48rem;color:#858c84}.device-front p b{font-size:.7rem;color:#111}
.side-stat{position:absolute;z-index:6;padding:17px 20px;background:rgba(255,255,255,.83);backdrop-filter:blur(16px);box-shadow:0 22px 60px rgba(25,43,26,.12)}.side-stat-left{left:8px;top:64px;transform:rotate(-3deg)}.side-stat-right{right:0;bottom:50px;transform:rotate(3deg)}.side-stat span,.side-stat small{display:block}.side-stat span{font-size:.45rem;letter-spacing:.12em;color:#7d857c}.side-stat strong{font-size:1.4rem;letter-spacing:-.05em}.side-stat small{font-size:.48rem;color:#8b928a}
.hero-copy{position:relative;z-index:2}.hero-label{margin-bottom:22px;font-size:.68rem;font-weight:800;letter-spacing:.14em}.hero-title-row{display:grid;grid-template-columns:1.32fr .68fr;gap:80px;align-items:end}.hero h1{margin-bottom:0;font-size:clamp(3.75rem,6.3vw,6.25rem);font-weight:500;line-height:.92;letter-spacing:-.072em}.hero-summary{max-width:430px;padding-bottom:6px}.hero-summary p{font-size:1.08rem;color:var(--muted);line-height:1.72}.hero-buttons{display:flex;align-items:center;gap:26px;margin-top:30px}.partner-strip{margin-top:92px;text-align:center}.partner-strip>span{font-size:.64rem;color:#7c837b}.partner-strip>div{margin-top:30px;display:grid;grid-template-columns:repeat(6,1fr);gap:20px;color:#7b817a}.partner-strip b{font-size:clamp(.76rem,1.3vw,1rem);letter-spacing:-.03em}

.overline{display:block;margin-bottom:22px;color:#3e8734;font-size:.68rem;font-weight:800;letter-spacing:.15em}.overline-light{color:#9bdd7d}.underlined-link{display:inline-flex;gap:14px;align-items:center;padding-bottom:6px;border-bottom:1px solid currentColor;font-weight:700}.underlined-link span{transition:.2s}.underlined-link:hover span{transform:translate(3px,-3px)}
.intro-section{position:relative;padding:130px 0 115px;overflow:hidden}.section-gradient{position:absolute;border-radius:50%;pointer-events:none;filter:blur(12px)}.section-gradient-one{width:880px;height:680px;right:-420px;top:440px;background:radial-gradient(circle,rgba(255,189,148,.20),rgba(106,203,190,.08) 48%,transparent 73%)}.intro-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:100px;align-items:end}.intro-heading h2,.process-head h2{margin-bottom:0;font-size:clamp(2.85rem,4.8vw,4.75rem);font-weight:500;line-height:1.02;letter-spacing:-.06em}.intro-copy{max-width:470px;justify-self:end}.intro-copy p{margin-bottom:28px;color:var(--muted);font-size:1.08rem}
.service-editorial{margin-top:100px}.service-lead{display:grid;grid-template-columns:1.15fr .85fr;min-height:580px;background:#f2f7ee;overflow:hidden}.service-art{position:relative;min-height:580px;background:radial-gradient(circle at 42% 38%,rgba(106,198,74,.42),transparent 42%),linear-gradient(135deg,#f6ede4,#dbf2ea 52%,#eef8e8)}.support-portrait{position:absolute;inset:58px 10% 0 11%;overflow:hidden;transform:rotate(-3deg);box-shadow:0 30px 80px rgba(31,49,30,.22)}.support-portrait img{width:100%;height:100%;object-fit:cover}.support-copy-panel,.support-ticket{position:absolute;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:0 20px 50px rgba(30,48,31,.14)}.support-copy-panel{left:5%;bottom:46px;padding:18px 22px;transform:rotate(2deg)}.support-copy-panel span,.support-copy-panel strong,.support-copy-panel small{display:block}.support-copy-panel span{font-size:.48rem;color:#4f9f3a;letter-spacing:.12em}.support-copy-panel strong{font-size:.9rem}.support-copy-panel small{color:#7d857c;font-size:.52rem}.support-ticket{right:4%;top:70px;padding:16px 20px;transform:rotate(-3deg)}.support-ticket small,.support-ticket strong{display:block}.support-ticket small{font-size:.46rem;color:#7d857c}.support-ticket strong{color:#408d33;font-size:.75rem}.service-lead-copy{padding:75px 68px;display:flex;flex-direction:column;justify-content:center}.service-lead-copy>span,.service-line small{font-size:.62rem;font-weight:800;color:#428d36;letter-spacing:.13em}.service-lead h3{margin:22px 0;font-size:clamp(2.35rem,3.6vw,3.65rem);font-weight:500;line-height:1.02;letter-spacing:-.055em}.service-lead p{color:var(--muted);font-size:1rem}.service-lead-copy>b{margin-top:36px;font-size:.85rem}.service-lead-copy>b i{margin-left:10px;font-style:normal}.service-lines{margin-top:32px}.service-line{display:grid;grid-template-columns:70px 1.2fr .8fr 45px;gap:28px;align-items:center;padding:36px 0;border-bottom:1px solid #dfe4dc;transition:.25s}.service-line:first-child{border-top:1px solid #dfe4dc}.service-line:hover{padding-left:14px;color:#2f7d2e}.service-line>span{font-size:.65rem;color:#8b928a}.service-line h3{margin:6px 0 0;font-size:clamp(1.5rem,2.4vw,2.4rem);font-weight:500;letter-spacing:-.045em}.service-line p{margin:0;color:#737a72;font-size:.9rem}.service-line>i{font-style:normal;font-size:1.2rem;text-align:right}

.security-section{position:relative;padding:125px 0 105px;background:#0b0f0b;color:#fff;overflow:hidden}.security-aurora{position:absolute;width:1050px;height:850px;left:-400px;top:-230px;border-radius:50%;background:radial-gradient(circle,rgba(104,211,198,.26),rgba(107,198,74,.16) 38%,rgba(255,153,103,.10) 59%,transparent 73%);filter:blur(15px)}.security-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.security-console{width:100%;padding:28px;background:rgba(255,255,255,.08);box-shadow:0 40px 100px rgba(0,0,0,.32);backdrop-filter:blur(22px);transform:rotate(-2deg)}.console-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;font-size:.68rem}.console-top em{font-style:normal;color:#9dde7f}.console-main{padding:36px 0;display:flex;align-items:center;gap:28px;border-top:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.11)}.risk-ring{width:150px;height:150px;display:grid;place-items:center;flex-shrink:0;border-radius:50%;background:conic-gradient(var(--green) 0 92%,rgba(255,255,255,.1) 92%);position:relative}.risk-ring::before{content:"";position:absolute;inset:13px;border-radius:50%;background:#101510}.risk-ring span{position:relative;font-size:2.5rem;font-weight:700;letter-spacing:-.06em}.risk-ring small{font-size:.65rem;color:#9aa39a}.risk-copy small{font-size:.55rem;color:#8fd476;letter-spacing:.13em}.risk-copy strong{display:block;margin:7px 0 6px;font-size:1.15rem}.risk-copy p{margin:0;color:#aeb7ad;font-size:.76rem}.console-stream{padding-top:13px}.console-stream div{padding:13px 0;display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:9px;border-bottom:1px solid rgba(255,255,255,.07);font-size:.62rem}.console-stream i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}.console-stream b{color:#8edb70;font-size:.52rem}.security-copy h2{margin-bottom:30px;font-size:clamp(2.85rem,4.6vw,4.55rem);font-weight:500;line-height:1;letter-spacing:-.06em}.security-copy>p{color:#aeb7ad;font-size:1.08rem}.security-links{margin-top:34px}.security-links a{padding:17px 0;display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.18);font-size:.9rem}.security-links a span{transition:.2s}.security-links a:hover span{transform:translate(3px,-3px)}.security-numbers{position:relative;margin-top:115px;display:grid;grid-template-columns:repeat(3,1fr);gap:70px}.security-numbers strong{font-size:clamp(3rem,5vw,5.2rem);font-weight:500;letter-spacing:-.07em}.security-numbers p{max-width:260px;margin:8px 0 0;color:#9ca59c;font-size:.82rem}

.process-section{position:relative;padding:125px 0;overflow:hidden}.section-gradient-two{width:900px;height:700px;left:-460px;top:230px;background:radial-gradient(circle,rgba(101,207,197,.18),rgba(107,198,74,.12) 45%,transparent 72%)}.process-head{max-width:1050px}.process-list{margin-top:95px;display:grid;grid-template-columns:repeat(4,1fr);gap:44px}.process-item>span{display:block;margin-bottom:82px;color:#4b9738;font-size:.64rem;font-weight:800}.process-item h3{margin-bottom:13px;font-size:1.55rem;font-weight:500;letter-spacing:-.04em}.process-item p{color:#757c74;font-size:.9rem}

.about-section{padding:65px 0 150px}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:105px;align-items:center}.about-photo{position:relative;height:690px}.about-photo::before{content:"";position:absolute;inset:10% -8% -8% 8%;background:radial-gradient(circle at 40% 40%,rgba(107,198,74,.36),rgba(109,206,197,.17) 45%,rgba(255,174,126,.15) 70%,transparent);filter:blur(20px)}.about-photo img{position:relative;width:100%;height:100%;object-fit:cover;clip-path:polygon(0 4%,95% 0,100% 93%,8% 100%)}.photo-caption{position:absolute;left:-30px;right:18%;bottom:18px;padding:24px 28px;background:#fff;box-shadow:0 22px 60px rgba(24,38,24,.16)}.photo-caption span,.photo-caption strong{display:block}.photo-caption span{font-size:.52rem;color:#448f37;letter-spacing:.13em}.photo-caption strong{margin-top:5px;font-size:1rem}.about-copy h2{margin-bottom:28px;font-size:clamp(2.85rem,4.55vw,4.5rem);font-weight:500;line-height:1;letter-spacing:-.06em}.about-copy>p{color:#6e756d;font-size:1.08rem}.about-values{margin:38px 0}.about-values div{padding:18px 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;border-bottom:1px solid #dfe4dc}.about-values strong{font-size:.9rem}.about-values span{color:#777e76;font-size:.82rem}

.quote-section{position:relative;padding:140px 0;background:#f5f7f1;overflow:hidden}.quote-glow{position:absolute;width:900px;height:600px;right:-280px;top:-230px;border-radius:50%;background:radial-gradient(circle,rgba(255,172,122,.25),rgba(107,198,74,.12) 45%,transparent 72%)}.quote-wrap{position:relative}.quote-mark{display:block;height:85px;color:#55a63e;font-family:Georgia,serif;font-size:8rem;line-height:1}.quote-wrap blockquote{max-width:1070px;margin-bottom:58px;font-size:clamp(2.35rem,4vw,4rem);font-weight:500;line-height:1.08;letter-spacing:-.055em}.quote-footer{display:flex;justify-content:space-between;padding-top:25px;border-top:1px solid #cfd5cc;font-size:.76rem}.quote-footer a{font-weight:700}.quote-footer b{margin-left:8px}

.faq-section{padding:125px 0}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:120px}.faq-copy h2{margin-bottom:25px;font-size:clamp(2.8rem,4.3vw,4.3rem);font-weight:500;line-height:1;letter-spacing:-.06em}.faq-copy p{margin-bottom:35px;color:#747b73}.accordion-item{border-bottom:1px solid #dce2da}.accordion-item button{width:100%;padding:25px 0;display:flex;justify-content:space-between;align-items:center;gap:25px;border:0;background:none;text-align:left;font-size:1.2rem;font-weight:600;cursor:pointer}.accordion-item button i{position:relative;width:17px;height:17px;flex-shrink:0}.accordion-item button i::before,.accordion-item button i::after{content:"";position:absolute;top:8px;left:0;width:17px;height:1px;background:#111;transition:.2s}.accordion-item button i::after{transform:rotate(90deg)}.accordion-item.open button i::after{transform:rotate(0)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .35s ease}.accordion-content p{padding:0 70px 25px 0;margin:0;color:#70776f;font-size:.92rem}

.contact-section{position:relative;padding:125px 0;background:#eef5e9;overflow:hidden}.contact-ambient{position:absolute;width:1000px;height:760px;left:38%;top:-280px;border-radius:50%;background:radial-gradient(circle,rgba(107,198,74,.35),rgba(104,211,200,.22) 42%,rgba(255,173,123,.20) 64%,transparent 75%);filter:blur(20px)}.contact-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.contact-copy h2{margin-bottom:26px;font-size:clamp(2.85rem,4.55vw,4.55rem);font-weight:500;line-height:1;letter-spacing:-.065em}.contact-copy>p{max-width:520px;color:#616a60;font-size:1.03rem}.direct-contact{margin-top:45px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.direct-contact a{font-size:1.25rem;font-weight:700;border-bottom:1px solid currentColor}.contact-form{padding:44px;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);box-shadow:0 30px 90px rgba(43,76,42,.14)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-form label{display:block;margin-bottom:22px;color:#4e574e;font-size:.7rem;font-weight:700}.contact-form input,.contact-form textarea{width:100%;margin-top:7px;padding:13px 0;border:0;border-bottom:1px solid #bfc8bd;background:transparent;outline:0;color:#111}.contact-form input:focus,.contact-form textarea:focus{border-color:#3e9033}.contact-form input.invalid,.contact-form textarea.invalid{border-color:#c84f43}.contact-form textarea{resize:vertical}.checkbox{display:flex!important;gap:10px;align-items:flex-start;font-weight:400!important}.checkbox input{width:16px!important;margin-top:3px!important}.checkbox span{color:#717971}.form-submit{display:flex;align-items:center;gap:20px}.form-submit p{margin:0;color:#657064;font-size:.68rem}.form-submit p.success{color:#367f2d}

.site-footer{padding:85px 0 25px;background:#0a0d0a;color:#fff}.footer-top{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:70px}.brand-light svg{fill:var(--green)}.footer-brand p{max-width:270px;margin-top:26px;color:#8f998f;font-size:.85rem}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column strong{margin-bottom:13px;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.footer-column a,.footer-column span{color:#a6afa5;font-size:.82rem}.footer-column a:hover{color:#fff}.footer-bottom{margin-top:85px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);color:#707970;font-size:.67rem}

.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.12s}

@media (max-width:1100px){.desktop-nav,.nav-phone{display:none}.nav-actions{margin-left:auto}.menu-toggle{display:block}.hero-stage{height:460px}.device-scene{transform:scale(.80);transform-origin:top center}.hero-title-row{grid-template-columns:1fr;gap:38px}.hero-summary{max-width:620px}.intro-grid,.security-grid,.about-grid,.contact-grid{gap:65px}.service-lead{grid-template-columns:1fr}.service-art{min-height:520px}.service-lead-copy{padding:60px}.process-list{grid-template-columns:repeat(2,1fr)}.process-item>span{margin-bottom:40px}.faq-grid{gap:65px}.footer-top{grid-template-columns:1.2fr repeat(3,1fr);gap:38px}}
@media (max-width:820px){.container,.nav-wrap{width:min(calc(100% - 32px),var(--container))}.hero{padding-top:112px}.hero-stage{height:365px}.device-scene{width:930px;left:50%;transform:translateX(-50%) scale(.64);transform-origin:top center}.hero h1{font-size:clamp(3.3rem,13vw,5.2rem)}.partner-strip>div{grid-template-columns:repeat(3,1fr);row-gap:26px}.intro-section,.process-section,.faq-section{padding:105px 0}.intro-grid,.security-grid,.about-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}.intro-copy{justify-self:start}.service-editorial{margin-top:65px}.service-line{grid-template-columns:45px 1fr 35px}.service-line p{display:none}.security-copy{order:-1}.security-numbers{grid-template-columns:1fr;gap:34px;margin-top:70px}.security-numbers div{display:grid;grid-template-columns:150px 1fr;align-items:center}.about-photo{height:570px}.about-copy{order:-1}.faq-grid{gap:55px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.contact-grid{gap:55px}}
@media (max-width:560px){.site-header{padding:12px 0}.nav-actions .button{display:none}.mobile-menu>div{flex-direction:column;gap:5px}.hero{padding-bottom:55px}.hero-stage{height:290px}.device-scene{transform:translateX(-50%) scale(.49)}.side-stat{display:none}.hero-label{font-size:.55rem}.hero h1{font-size:2.95rem}.hero-summary p{font-size:.98rem}.hero-buttons{align-items:flex-start;flex-direction:column;gap:15px}.partner-strip{margin-top:65px}.partner-strip>div{grid-template-columns:repeat(2,1fr)}.intro-heading h2,.process-head h2,.security-copy h2,.about-copy h2,.contact-copy h2{font-size:2.55rem}.service-lead{min-height:auto}.service-art{min-height:400px}.support-portrait{inset:48px 7% 0}.support-copy-panel{left:3%;bottom:24px}.support-ticket{right:3%;top:48px}.service-lead-copy{padding:45px 28px}.service-lead h3{font-size:2.3rem}.service-line{padding:26px 0;grid-template-columns:34px 1fr 25px;gap:12px}.service-line h3{font-size:1.45rem}.service-line small{font-size:.52rem}.security-section{padding:105px 0 85px}.security-grid{gap:55px}.security-console{padding:20px}.console-main{align-items:flex-start;flex-direction:column}.risk-ring{width:120px;height:120px}.security-numbers div{grid-template-columns:115px 1fr}.process-list{grid-template-columns:1fr;gap:35px}.process-item{padding-bottom:25px;border-bottom:1px solid #dfe4dc}.process-item>span{margin-bottom:16px}.about-photo{height:430px}.photo-caption{left:0;right:8%;padding:18px}.about-values div{grid-template-columns:1fr;gap:4px}.quote-section{padding:95px 0}.quote-wrap blockquote{font-size:2.25rem}.quote-footer{align-items:flex-start;flex-direction:column;gap:14px}.form-row{grid-template-columns:1fr}.contact-form{padding:28px 22px}.form-submit{align-items:flex-start;flex-direction:column}.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.service-line{transition:none}}


/* Conversion points and internal pages */
.desktop-nav a.active{color:var(--green-deep)}
.button-green{background:var(--green);color:#10200f;border-radius:5px}.button-green:hover{background:#8bdb6d;color:#0a1209}
.section-cta{margin-top:78px;padding:34px 0;display:flex;align-items:center;justify-content:space-between;gap:40px;border-top:1px solid #cfd8cc;border-bottom:1px solid #cfd8cc}.section-cta>div{max-width:720px}.section-cta span,.section-cta strong{display:block}.section-cta span{margin-bottom:6px;color:#4e8e3e;font-size:.64rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-cta strong{font-size:1.35rem;font-weight:500;line-height:1.4;letter-spacing:-.025em}.security-cta-button{margin-top:30px}.process-action{margin-top:76px;padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:35px;border-top:1px solid #d7ddd4}.process-action p{max-width:480px;margin:0;font-size:1.2rem;font-weight:600;letter-spacing:-.025em}.process-action>div{display:flex;align-items:center;gap:28px}

.subpage main{overflow:hidden}.subhero{position:relative;padding:190px 0 105px;min-height:760px;background:linear-gradient(180deg,#f8fbf5 0%,#fff 100%);overflow:hidden}.subhero-grid,.it-hero-grid{position:relative;display:grid;grid-template-columns:1fr .92fr;gap:100px;align-items:center}.subhero-copy{position:relative;z-index:2}.subhero-copy h1{max-width:790px;margin-bottom:30px;font-size:clamp(3.5rem,5.7vw,5.75rem);font-weight:500;line-height:.98;letter-spacing:-.065em}.subhero-copy>p{max-width:650px;color:var(--muted);font-size:1.08rem;line-height:1.72}.subhero-orb{position:absolute;border-radius:50%;filter:blur(14px);pointer-events:none}.subhero-orb-one{width:850px;height:650px;right:-320px;top:70px;background:radial-gradient(circle,rgba(107,198,74,.25),rgba(99,208,195,.13) 46%,transparent 72%)}.subhero-orb-two{width:550px;height:460px;left:-260px;bottom:-230px;background:radial-gradient(circle,rgba(255,180,130,.20),rgba(107,198,74,.08) 48%,transparent 73%)}

.contact-hero-panel{position:relative;padding:42px 42px 30px;background:rgba(255,255,255,.68);backdrop-filter:blur(18px);box-shadow:0 34px 100px rgba(36,64,36,.12);transform:rotate(1.5deg)}.contact-pulse{padding-bottom:30px;border-bottom:1px solid #dce5da}.contact-pulse>span{width:9px;height:9px;display:inline-block;margin-right:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px rgba(107,198,74,.12)}.contact-pulse strong{font-size:1.05rem}.contact-pulse small{display:block;margin:9px 0 0 21px;color:#798078}.contact-route{padding:25px 0;display:grid;grid-template-columns:44px 1fr;gap:15px;border-bottom:1px solid #dce5da}.contact-route>span{color:#4c963b;font-size:.64rem;font-weight:800}.contact-route strong,.contact-route small{display:block}.contact-route strong{font-size:1rem}.contact-route small{margin-top:3px;color:#788078;font-size:.78rem}
.contact-channels{padding:0 0 120px}.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #d8dfd5;border-bottom:1px solid #d8dfd5}.channel-item{position:relative;min-height:280px;padding:45px 44px;border-right:1px solid #d8dfd5}.channel-item:last-child{border-right:0}.channel-item>span{color:#438f36;font-size:.62rem;font-weight:800;letter-spacing:.12em}.channel-item strong{display:block;margin:28px 0 14px;font-size:1.65rem;font-weight:500;letter-spacing:-.04em}.channel-item p{max-width:320px;color:#747b73;font-size:.86rem}.channel-item i{position:absolute;right:30px;top:35px;font-style:normal}.channel-item[href]:hover{background:rgba(232,247,224,.55)}
.contact-form-section{position:relative;padding:125px 0;background:#eef5e9;overflow:hidden}.form-aurora{position:absolute;width:1100px;height:820px;right:-340px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(106,207,194,.24),rgba(107,198,74,.24) 40%,rgba(255,181,131,.17) 62%,transparent 74%)}.contact-form-layout{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:105px;align-items:start}.form-intro h2,.office-heading h2,.cooperation-head h2,.takeover-copy h2{margin-bottom:28px;font-size:clamp(2.75rem,4.4vw,4.4rem);font-weight:500;line-height:1.02;letter-spacing:-.06em}.form-intro>p{color:#646d63;font-size:1rem}.form-guidance{margin-top:42px;padding-top:25px;border-top:1px solid #cbd6c8}.form-guidance>span{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.form-guidance ul{padding-left:18px;color:#667064;font-size:.86rem}.contact-form select{width:100%;margin-top:7px;padding:13px 0;border:0;border-bottom:1px solid #bfc8bd;background:transparent;color:#111;outline:none}.contact-form-large{padding:48px 50px}.office-section{padding:125px 0}.office-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:120px}.office-list article{padding:28px 0;display:grid;grid-template-columns:50px 1fr;gap:20px;border-bottom:1px solid #d8dfd5}.office-list article:first-child{border-top:1px solid #d8dfd5}.office-list span{color:#48943a;font-size:.65rem;font-weight:800}.office-list h3{margin:0 0 8px;font-size:1.55rem;font-weight:500;letter-spacing:-.035em}.office-list p{margin:0;color:#747c73;font-size:.88rem}

.it-hero{padding-bottom:70px}.it-command{position:relative;padding:30px;background:#0d120d;color:#fff;box-shadow:0 42px 110px rgba(28,48,27,.25);transform:rotate(-1.2deg)}.command-top{padding-bottom:22px;display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);font-size:.6rem;letter-spacing:.08em}.command-top em{color:#9cdf7f;font-style:normal}.command-center{position:relative;height:270px;display:grid;place-items:center}.command-core{position:relative;z-index:2;width:150px;height:150px;padding:22px;display:grid;place-items:center;text-align:center;border-radius:50%;background:radial-gradient(circle,#233924,#121a12 70%);box-shadow:0 0 75px rgba(107,198,74,.24)}.command-core b{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--green);color:#102010}.command-core span{font-size:.68rem;color:#cad2c9}.command-center .line{position:absolute;width:1px;height:125px;background:linear-gradient(var(--green),rgba(255,255,255,.08));transform-origin:bottom}.command-center .l1{transform:rotate(48deg)}.command-center .l2{transform:rotate(132deg)}.command-center .l3{transform:rotate(228deg)}.command-center .l4{transform:rotate(312deg)}.command-nodes{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.command-nodes div{padding:15px;background:rgba(255,255,255,.065)}.command-nodes small,.command-nodes strong{display:block}.command-nodes small{color:#82ca68;font-size:.48rem;letter-spacing:.1em}.command-nodes strong{margin-top:3px;font-size:.8rem}.hero-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:65px;padding-top:27px;border-top:1px solid #d7ded4;color:#667064;font-size:.76rem}.hero-proof span::before{content:'✓';margin-right:9px;color:#4b983a;font-weight:800}
.it-intro{position:relative;padding:125px 0}.scope-list{margin-top:90px}.scope-row{padding:34px 0;display:grid;grid-template-columns:55px 1fr 170px;gap:30px;align-items:start;border-bottom:1px solid #d8dfd5}.scope-row:first-child{border-top:1px solid #d8dfd5}.scope-row>span{color:#879087;font-size:.65rem}.scope-row h3{margin:0 0 10px;font-size:clamp(1.65rem,2.3vw,2.25rem);font-weight:500;letter-spacing:-.04em}.scope-row p{max-width:760px;margin:0;color:#737b72;font-size:.9rem}.scope-row>b{padding-top:8px;color:#4a963b;font-size:.58rem;letter-spacing:.11em;text-align:right}
.operating-model{position:relative;padding:125px 0 105px;background:#0b0f0b;color:#fff;overflow:hidden}.model-aurora{position:absolute;width:1000px;height:850px;left:-350px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(101,207,195,.24),rgba(107,198,74,.17) 40%,rgba(255,175,122,.10) 62%,transparent 73%)}.model-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:115px;align-items:center}.model-copy h2{margin-bottom:28px;font-size:clamp(2.85rem,4.55vw,4.55rem);font-weight:500;line-height:1;letter-spacing:-.06em}.model-copy>p{color:#abb4aa;font-size:1.02rem}.model-copy .button{margin-top:28px}.model-flow{border-top:1px solid rgba(255,255,255,.15)}.flow-step{padding:25px 0;display:grid;grid-template-columns:48px 1fr;gap:20px;border-bottom:1px solid rgba(255,255,255,.15)}.flow-step>span{color:#8fd674;font-size:.63rem}.flow-step strong,.flow-step small{display:block}.flow-step strong{font-size:1.25rem;font-weight:500}.flow-step small{margin-top:4px;color:#929d92;font-size:.75rem}.model-stats{position:relative;margin-top:90px;padding-top:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:70px;border-top:1px solid rgba(255,255,255,.13)}.model-stats div{display:flex;align-items:center;gap:22px}.model-stats strong{font-size:3.2rem;font-weight:500;letter-spacing:-.06em}.model-stats span{max-width:190px;color:#9ea79d;font-size:.75rem}
.cooperation-section{padding:125px 0}.cooperation-head{max-width:980px}.cooperation-options{margin-top:85px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d8dfd5}.cooperation-option{min-height:440px;padding:45px 38px;background:#fff}.cooperation-option>span{color:#469238;font-size:.64rem;font-weight:800}.cooperation-option h3{margin:65px 0 20px;font-size:2rem;font-weight:500;line-height:1.08;letter-spacing:-.045em}.cooperation-option p{color:#707970;font-size:.88rem}.cooperation-option ul{margin-top:28px;padding:22px 0 0 17px;border-top:1px solid #dce2da;color:#667064;font-size:.78rem}.cooperation-option li{margin:8px 0}
.takeover-section{position:relative;padding:125px 0;background:linear-gradient(145deg,#f1f7ed,#fff5ed)}.takeover-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:115px}.takeover-copy p{color:#657064;font-size:1rem}.takeover-steps{margin:0;padding:0;list-style:none;border-top:1px solid #cfd8cc}.takeover-steps li{padding:25px 0;display:grid;grid-template-columns:50px 1fr;gap:20px;border-bottom:1px solid #cfd8cc}.takeover-steps li>span{color:#49933b;font-size:.63rem;font-weight:800}.takeover-steps strong,.takeover-steps small{display:block}.takeover-steps strong{font-size:1.2rem;font-weight:500}.takeover-steps small{margin-top:4px;color:#6e786d}.it-faq{background:#fff}
.page-end-cta{position:relative;padding:115px 0;background:#0b0f0b;color:#fff;overflow:hidden}.page-end-glow{position:absolute;width:980px;height:700px;right:-260px;top:-320px;border-radius:50%;background:radial-gradient(circle,rgba(107,198,74,.26),rgba(99,207,195,.15) 42%,rgba(255,175,122,.10) 62%,transparent 75%)}.page-end-inner{position:relative;max-width:1000px;text-align:center}.page-end-inner>span{color:#9ddd82;font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.page-end-inner h2{margin:22px auto 34px;font-size:clamp(2.7rem,4.6vw,4.55rem);font-weight:500;line-height:1.04;letter-spacing:-.06em}

@media (max-width:1100px){.section-cta,.process-action{align-items:flex-start;flex-direction:column}.subhero-grid,.it-hero-grid,.contact-form-layout,.office-grid,.model-grid,.takeover-grid{grid-template-columns:1fr;gap:65px}.subhero{padding-top:155px}.subhero-copy{max-width:800px}.contact-hero-panel,.it-command{max-width:740px}.channel-grid{grid-template-columns:1fr}.channel-item{min-height:auto;border-right:0;border-bottom:1px solid #d8dfd5}.channel-item:last-child{border-bottom:0}.model-flow{max-width:760px}.cooperation-options{grid-template-columns:1fr}.cooperation-option{min-height:auto}.cooperation-option h3{margin-top:35px}.hero-proof{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.subhero{min-height:auto;padding:140px 0 80px}.subhero-copy h1{font-size:clamp(3rem,10vw,4.5rem)}.contact-channels{padding-bottom:90px}.contact-form-section,.office-section,.it-intro,.operating-model,.cooperation-section,.takeover-section{padding:95px 0}.scope-list,.cooperation-options{margin-top:60px}.scope-row{grid-template-columns:38px 1fr}.scope-row>b{display:none}.model-stats{grid-template-columns:1fr;gap:25px}.process-action>div{align-items:flex-start;flex-direction:column}.hero-proof{grid-template-columns:1fr 1fr}.page-end-cta{padding:90px 0}}
@media (max-width:560px){.section-cta{margin-top:55px}.section-cta strong{font-size:1.12rem}.process-action p{font-size:1.05rem}.subhero-copy h1{font-size:2.85rem}.subhero-copy>p{font-size:.98rem}.contact-hero-panel{padding:30px 22px;transform:none}.channel-item{padding:36px 4px}.channel-item strong{font-size:1.4rem}.contact-form-large{padding:30px 22px}.form-intro h2,.office-heading h2,.cooperation-head h2,.takeover-copy h2,.model-copy h2{font-size:2.45rem}.it-command{padding:18px;transform:none}.command-top{gap:20px}.command-center{height:235px}.command-core{width:130px;height:130px}.command-nodes{grid-template-columns:1fr}.hero-proof{grid-template-columns:1fr}.scope-row{padding:26px 0;grid-template-columns:28px 1fr;gap:12px}.scope-row h3{font-size:1.45rem}.model-stats strong{font-size:2.7rem}.cooperation-option{padding:35px 24px}.cooperation-option h3{font-size:1.7rem}.takeover-grid{gap:50px}.page-end-inner h2{font-size:2.45rem}.page-end-cta{padding:78px 0}}


/* Human-first expansion */
.people-section{position:relative;padding:115px 0 130px;overflow:hidden;background:linear-gradient(160deg,#f5faef 0%,#fff 46%,#fff3eb 100%)}
.people-aurora{position:absolute;width:900px;height:700px;right:-260px;top:-310px;border-radius:50%;background:radial-gradient(circle,rgba(107,198,74,.20),rgba(97,205,195,.13) 46%,rgba(255,181,132,.12) 66%,transparent 74%);filter:blur(12px)}
.people-grid{position:relative;display:grid;grid-template-columns:1.16fr .84fr;gap:100px;align-items:center}
.people-main{position:relative;height:620px}.people-main>img{width:100%;height:100%;object-fit:cover;object-position:center;clip-path:polygon(0 0,96% 5%,100% 96%,5% 100%)}
.people-main::after{content:"";position:absolute;inset:7% -4% -5% 7%;z-index:-1;background:linear-gradient(135deg,rgba(107,198,74,.22),rgba(98,205,197,.16),rgba(255,177,128,.15));filter:blur(28px)}
.people-main-note{position:absolute;left:-20px;right:24%;bottom:24px;padding:24px 28px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 24px 70px rgba(24,38,24,.14)}
.people-main-note span,.people-main-note strong{display:block}.people-main-note span{color:#438f36;font-size:.55rem;font-weight:800;letter-spacing:.13em}.people-main-note strong{margin-top:7px;font-size:1.05rem;line-height:1.35}
.people-copy h2{margin:17px 0 26px;font-size:clamp(2.8rem,4.4vw,4.4rem);font-weight:500;line-height:1;letter-spacing:-.06em}.people-copy>p{color:#677067;font-size:1.05rem}
.people-mini-grid{margin:36px 0 34px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.people-mini-grid figure{margin:0}.people-mini-grid img{width:100%;height:190px;object-fit:cover}.people-mini-grid figcaption{padding-top:9px;color:#70786f;font-size:.72rem}

.security-section{padding:110px 0 105px;background:linear-gradient(116deg,#082318 0%,#0b351f 58%,#173f23 100%)}
.security-aurora{width:1000px;height:900px;left:auto;right:-420px;top:-260px;background:radial-gradient(circle,rgba(94,211,84,.20),rgba(73,171,91,.10) 44%,transparent 73%)}
.security-story-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:85px;align-items:center;min-height:560px}
.security-story-copy h2{margin:25px 0 27px;font-size:clamp(3.2rem,5.35vw,5.35rem);font-weight:500;line-height:.98;letter-spacing:-.065em}.security-story-copy>p{max-width:700px;color:#b8c6b9;font-size:1.05rem}
.security-checklist{margin:34px 0 37px;display:grid;grid-template-columns:1fr 1fr;gap:23px 40px}.security-checklist div{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;color:#eff6ef;font-size:.84rem}.security-checklist i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:rgba(107,198,74,.18);color:#86dc68;font-style:normal;font-size:.7rem;font-weight:800}
.security-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button-white{background:#fff;color:#111}.button-white:hover{background:#eaf5e4}.underlined-link-light{color:#dce8dc;border-bottom-color:rgba(255,255,255,.34)}
.security-orbit{position:relative;aspect-ratio:1;max-width:610px;width:100%;margin:auto}.orbit{position:absolute;border:1px solid rgba(141,221,104,.22);border-radius:50%;inset:12%}.orbit-two{inset:25%}.orbit-three{inset:36%;border-color:rgba(141,221,104,.31)}
.orbit-core{position:absolute;z-index:3;inset:39%;display:grid;place-items:center;align-content:center}.orbit-core svg{width:90px;fill:rgba(107,198,74,.08);stroke:#91e270;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.orbit-core span{margin-top:4px;color:#9be875;font-size:.56rem;font-weight:900;letter-spacing:.22em}
.orbit-label{position:absolute;z-index:4;padding:9px 16px;display:flex;align-items:center;gap:9px;border:1px solid rgba(141,221,104,.20);border-radius:30px;background:rgba(5,28,15,.88);color:#e8f1e8;font-size:.62rem;box-shadow:0 16px 40px rgba(0,0,0,.12)}.orbit-label i{width:6px;height:6px;border-radius:50%;background:#8ce06d;box-shadow:0 0 14px #8ce06d}.label-identity{left:6%;top:27%}.label-endpoint{right:0;top:34%}.label-network{left:10%;bottom:22%}.label-data{right:7%;bottom:18%}
.orbit-dot{position:absolute;z-index:2;width:8px;height:8px;border-radius:50%;background:#8de06c;box-shadow:0 0 12px rgba(141,224,108,.6)}.dot-a{left:43%;top:11%}.dot-b{right:17%;top:34%}.dot-c{right:6%;bottom:31%}.dot-d{left:48%;bottom:10%}.dot-e{left:18%;bottom:21%}.dot-f{left:15%;top:43%}

.about-section{position:relative;padding:130px 0 140px;overflow:hidden;background:linear-gradient(155deg,#fff 0%,#f6faef 58%,#fff2e9 100%)}
.about-aurora{position:absolute;width:900px;height:700px;left:-350px;bottom:-300px;border-radius:50%;background:radial-gradient(circle,rgba(93,207,196,.15),rgba(107,198,74,.13) 45%,transparent 73%)}
.about-editorial{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:105px;align-items:center}.about-copy h2{margin:20px 0 28px;font-size:clamp(2.85rem,4.55vw,4.5rem);font-weight:500;line-height:1;letter-spacing:-.06em}.about-copy>p{color:#697169;font-size:1.04rem}.about-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.about-gallery{position:relative;min-height:730px}.about-image{position:absolute;margin:0;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-image-wide{left:0;top:0;width:79%;height:390px}.about-image-tall{right:0;top:95px;width:38%;height:520px;box-shadow:0 28px 75px rgba(22,36,22,.16)}.about-image-small{left:8%;bottom:0;width:48%;height:285px}.about-year{position:absolute;right:3%;bottom:0;width:35%;padding:26px 24px;background:#0d130d;color:#fff}.about-year span{display:block;color:#8ddd6e;font-size:2.7rem;font-weight:500;letter-spacing:-.06em}.about-year strong{display:block;margin-top:5px;color:#bec8bd;font-size:.72rem;font-weight:500;line-height:1.45}

.case-section{position:relative;padding:130px 0 125px;overflow:hidden}.case-gradient{position:absolute;width:1100px;height:850px;right:-400px;top:-370px;border-radius:50%;background:radial-gradient(circle,rgba(107,198,74,.20),rgba(90,205,195,.12) 43%,rgba(255,178,128,.11) 62%,transparent 74%)}
.case-head{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:120px;align-items:end}.case-head h2{margin:17px 0 0;font-size:clamp(3rem,4.9vw,4.9rem);font-weight:500;line-height:1;letter-spacing:-.065em}.case-head p{color:#687068;font-size:1rem}.case-layout{position:relative;margin-top:80px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.case-feature{position:relative;min-height:650px;background:#0d120d;color:#fff;overflow:hidden}.case-feature>img{width:100%;height:100%;object-fit:cover;opacity:.72}.case-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(5,10,5,.92) 100%)}.case-feature-copy{position:absolute;z-index:2;left:45px;right:45px;bottom:42px}.case-feature-copy>span,.case-list article>span{color:#94e374;font-size:.56rem;font-weight:800;letter-spacing:.12em}.case-feature-copy h3{margin:14px 0 16px;max-width:720px;font-size:clamp(2rem,3vw,3.15rem);font-weight:500;line-height:1.04;letter-spacing:-.05em}.case-feature-copy p{max-width:620px;color:#c2cbc1}.case-feature-copy a{display:inline-flex;gap:13px;margin-top:8px;font-size:.78rem;font-weight:700}
.case-list{border-top:1px solid #d7ddd5}.case-list article{padding:48px 0;border-bottom:1px solid #d7ddd5}.case-list article>span{color:#4b963d}.case-list h3{margin:17px 0 15px;font-size:clamp(1.7rem,2.4vw,2.35rem);font-weight:500;line-height:1.08;letter-spacing:-.045em}.case-list p{margin:0;color:#707870;font-size:.9rem}
.reference-wall{position:relative;margin-top:100px;padding-top:30px;border-top:1px solid #d7ddd5}.reference-wall>span{display:block;color:#777f77;font-size:.58rem;font-weight:800;letter-spacing:.12em}.reference-wall>div{margin-top:28px;display:grid;grid-template-columns:repeat(5,1fr);gap:35px;align-items:center}.reference-wall img{max-width:150px;max-height:62px;margin:auto;object-fit:contain;filter:grayscale(1);opacity:.68;transition:.25s}.reference-wall img:hover{filter:none;opacity:1}

.contact-person{position:relative;min-height:560px}.contact-person>img{width:100%;height:560px;object-fit:cover;object-position:center top;clip-path:polygon(0 0,96% 5%,100% 94%,7% 100%)}.contact-person-meta{position:absolute;left:-24px;right:18%;bottom:28px;padding:26px 28px;background:rgba(255,255,255,.95);box-shadow:0 22px 65px rgba(20,34,20,.16)}.contact-person-meta span,.contact-person-meta strong,.contact-person-meta small{display:block}.contact-person-meta span{color:#438f36;font-size:.52rem;font-weight:800;letter-spacing:.12em}.contact-person-meta strong{margin-top:5px;font-size:1.35rem}.contact-person-meta small{color:#6d756c}.contact-person-meta a{display:inline-flex;gap:12px;margin-top:13px;font-size:.82rem;font-weight:800}.contact-person-status{position:absolute;right:-10px;top:30px;max-width:225px;padding:13px 16px;display:flex;gap:10px;align-items:flex-start;background:#0c110c;color:#eaf1e9;font-size:.65rem;box-shadow:0 18px 50px rgba(20,30,20,.16)}.contact-person-status i{width:8px;height:8px;margin-top:4px;flex:0 0 auto;border-radius:50%;background:#77d755;box-shadow:0 0 14px #77d755}
.contact-human-band{padding:120px 0;background:linear-gradient(145deg,#fff 0%,#f4f9ef 55%,#fff3eb 100%)}.contact-human-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:95px;align-items:center}.contact-human-photo{height:560px}.contact-human-photo img{width:100%;height:100%;object-fit:cover;clip-path:polygon(0 4%,100% 0,95% 100%,5% 95%)}.contact-human-copy h2{margin:18px 0 25px;font-size:clamp(2.7rem,4.2vw,4.2rem);font-weight:500;line-height:1;letter-spacing:-.06em}.contact-human-copy>p{color:#677067}.contact-human-copy ol{margin:32px 0 0;padding:0;list-style:none;border-top:1px solid #d6ddd3}.contact-human-copy li{padding:17px 0;display:grid;grid-template-columns:42px 1fr;gap:12px;border-bottom:1px solid #d6ddd3;color:#4f574f;font-size:.86rem}.contact-human-copy li span{color:#4b963b;font-size:.62rem;font-weight:800}

.it-human-hero{position:relative;min-height:560px}.it-human-main{width:100%;height:560px;object-fit:cover;clip-path:polygon(0 0,96% 4%,100% 94%,6% 100%)}.it-human-caption{position:absolute;left:-24px;right:22%;bottom:32px;padding:25px 28px;background:rgba(255,255,255,.95);box-shadow:0 24px 70px rgba(22,38,22,.15)}.it-human-caption span,.it-human-caption strong{display:block}.it-human-caption span{color:#438f36;font-size:.54rem;font-weight:800;letter-spacing:.12em}.it-human-caption strong{margin-top:7px;font-size:1.08rem;line-height:1.35}.it-human-person{position:absolute;right:-18px;top:42px;width:220px;padding:12px;background:#0d120d;color:#fff;box-shadow:0 24px 65px rgba(20,33,20,.24)}.it-human-person img{width:100%;height:150px;object-fit:cover}.it-human-person div{padding:13px 7px 5px}.it-human-person small,.it-human-person strong{display:block}.it-human-person small{color:#8add6a;font-size:.48rem;letter-spacing:.11em}.it-human-person strong{margin-top:5px;color:#dce4db;font-size:.68rem;line-height:1.35}
.it-case-section{padding:125px 0;background:linear-gradient(145deg,#f2f8ee,#fff4ec)}.it-case-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:100px;align-items:center}.it-case-photo{position:relative;height:610px}.it-case-photo>img{width:100%;height:100%;object-fit:cover;clip-path:polygon(0 0,96% 4%,100% 100%,5% 94%)}.it-case-photo>div{position:absolute;left:-20px;right:22%;bottom:30px;padding:25px 28px;background:#0d120d;color:#fff}.it-case-photo span,.it-case-photo strong{display:block}.it-case-photo span{color:#90df71;font-size:.52rem;font-weight:800;letter-spacing:.12em}.it-case-photo strong{margin-top:6px;font-size:.93rem;line-height:1.4}.it-case-copy h2{margin:18px 0 25px;font-size:clamp(2.75rem,4.25vw,4.25rem);font-weight:500;line-height:1;letter-spacing:-.06em}.it-case-copy>p{color:#657064}.it-case-copy ul{margin:29px 0 34px;padding:21px 0 0 18px;border-top:1px solid #cbd6c8;color:#596259;font-size:.86rem}.it-case-copy li{margin:10px 0}

@media (max-width:1100px){
  .people-grid,.security-story-grid,.about-editorial,.case-head,.case-layout,.contact-human-grid,.it-case-grid{gap:60px}
  .people-main{height:540px}.about-gallery{min-height:650px}.contact-person,.contact-person>img,.it-human-main,.it-human-hero{min-height:500px;height:500px}
  .reference-wall>div{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:820px){
  .people-section,.about-section,.case-section,.contact-human-band,.it-case-section{padding:95px 0}
  .people-grid,.security-story-grid,.about-editorial,.case-head,.case-layout,.contact-human-grid,.it-case-grid{grid-template-columns:1fr}
  .people-copy{order:-1}.security-story-copy h2{font-size:clamp(3rem,10vw,4.6rem)}.security-orbit{max-width:560px}.about-gallery{min-height:650px}.case-head{align-items:start}.case-layout{margin-top:55px}.case-feature{min-height:570px}.contact-human-photo{height:500px}.it-case-photo{height:530px}
}
@media (max-width:560px){
  .people-main{height:390px}.people-main-note{left:0;right:8%;bottom:12px;padding:18px}.people-copy h2,.about-copy h2,.case-head h2,.contact-human-copy h2,.it-case-copy h2{font-size:2.45rem}.people-mini-grid{grid-template-columns:1fr 1fr}.people-mini-grid img{height:130px}
  .security-section{padding:90px 0}.security-story-copy h2{font-size:2.85rem}.security-checklist{grid-template-columns:1fr}.security-actions{align-items:flex-start;flex-direction:column}.security-orbit{width:115%;margin-left:-7.5%}.orbit-label{font-size:.5rem;padding:7px 10px}.orbit-core svg{width:64px}
  .about-gallery{min-height:520px}.about-image-wide{width:84%;height:270px}.about-image-tall{top:70px;width:42%;height:350px}.about-image-small{left:3%;width:51%;height:200px}.about-year{width:40%;padding:18px}.about-year span{font-size:2rem}
  .case-feature{min-height:510px}.case-feature-copy{left:24px;right:24px;bottom:25px}.case-feature-copy h3{font-size:1.85rem}.case-list article{padding:36px 0}.reference-wall>div{grid-template-columns:repeat(2,1fr);gap:26px}.reference-wall img{max-width:120px;max-height:52px}
  .contact-person,.contact-person>img,.it-human-main,.it-human-hero{min-height:430px;height:430px}.contact-person-meta,.it-human-caption{left:0;right:8%;bottom:14px;padding:19px}.contact-person-status{right:0;top:12px;max-width:190px}.contact-human-photo{height:390px}.it-human-person{display:none}.it-case-photo{height:400px}.it-case-photo>div{left:0;right:8%;bottom:15px;padding:19px}
}

/* WordPress integration. */
.site-branding{flex-shrink:0}.custom-logo-link{display:block}.custom-logo{width:auto;max-width:180px;max-height:54px}
.desktop-menu,.mobile-menu-list,.footer-menu{margin:0;padding:0;list-style:none}.desktop-menu{display:flex;align-items:center;gap:34px}.desktop-menu li{position:relative}.desktop-menu .sub-menu{position:absolute;top:100%;left:0;min-width:240px;margin:0;padding:16px;background:#fff;box-shadow:0 18px 45px rgba(20,30,20,.12);list-style:none;opacity:0;visibility:hidden}.desktop-menu li:hover>.sub-menu,.desktop-menu li:focus-within>.sub-menu{opacity:1;visibility:visible}.desktop-menu .sub-menu a{display:block;padding:8px}
.mobile-menu-list>li>a{display:block;padding:10px 0;font-size:1.65rem;font-weight:600;letter-spacing:-.04em}.mobile-menu-list .sub-menu{margin:0;padding:0 0 6px 20px;list-style:none}.mobile-menu-list .sub-menu a{display:block;padding:6px 0}.mobile-contact{display:flex;gap:24px;margin-top:26px;color:var(--green-deep);font-weight:700}
.footer-menu li{margin-bottom:10px}.front-page-content{padding-block:80px}.contact-cta-panel h3{margin:0 0 18px;font-size:clamp(2rem,3vw,3rem);line-height:1.05;letter-spacing:-.04em}.contact-cta-panel p{margin-bottom:28px;color:var(--muted)}
.site-main--front{overflow:hidden}
.reveal{opacity:1;transform:none}
.hero{min-height:100svh;padding:138px 0 48px;display:flex;flex-direction:column;justify-content:center;text-align:center}
.hero-above-fold{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}
.hero-above-fold .hero-copy{width:100%;max-width:940px;margin-inline:auto;text-align:center}
.hero-above-fold .hero-label{margin-bottom:24px}
.hero-above-fold .hero-copy h1{margin:0;font-size:clamp(3.6rem,5.4vw,5.75rem);font-weight:500;line-height:.93;letter-spacing:-.07em}
.hero-above-fold .hero-summary{max-width:650px;margin:58px auto 0;padding:0}
.hero-above-fold .hero-summary p{margin-bottom:0}
.hero-above-fold .hero-buttons{justify-content:center}
.hero-above-fold .hero-stage{width:100%;height:510px;margin-top:72px}
.hero-above-fold .device-scene{position:relative;left:50%;top:0;width:930px;max-width:none;transform:translateX(-50%) scale(.72);transform-origin:top center}
.hero .partner-strip{position:relative;z-index:2;margin-top:26px}
@media (max-width:1100px){.desktop-nav{display:none}.menu-toggle{display:block}}
@media (max-width:1100px){.hero{min-height:auto;padding-top:128px}.hero-above-fold .hero-copy{max-width:780px}.hero-above-fold .hero-stage{height:430px;margin-top:60px}.hero-above-fold .device-scene{position:relative;left:50%;width:930px;transform:translateX(-50%) scale(.72)}.hero .partner-strip{margin-top:35px}}
@media (max-width:820px){.hero-above-fold .hero-stage{height:350px}.hero-above-fold .device-scene{transform:translateX(-50%) scale(.58)}.hero-above-fold .hero-copy h1{font-size:clamp(3.15rem,12vw,4.7rem)}}
@media (max-width:560px){.mobile-contact{flex-direction:column;gap:5px}.mobile-menu-list>li>a{font-size:1.4rem}}
@media (max-width:560px){.hero{padding-top:110px}.hero-above-fold .hero-copy h1{font-size:2.9rem}.hero-above-fold .hero-summary{margin-top:38px}.hero-above-fold .hero-buttons{align-items:center}.hero-above-fold .hero-stage{height:285px;margin-top:52px}.hero-above-fold .device-scene{transform:translateX(-50%) scale(.47)}.hero .partner-strip{margin-top:25px}}
