:root{color-scheme:dark;font-family:Segoe UI Variable,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;color:#f4f6f8;background:#060b10;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #060b10;--surface: #0a1117;--surface-2: #0f171e;--text: #f4f6f8;--muted: #aab4bc;--green: #8fc63e;--green-deep: #6ea72f;--line: rgba(255, 255, 255, .085);--line-green: rgba(143, 198, 62, .25);--header-height: 88px;--content: 1240px;--wide: 1380px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:64px}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% -12%,rgba(90,132,45,.09),transparent 34rem),var(--bg);color:var(--text);line-height:1.5}a,button,img{-webkit-user-drag:none}button,select{font:inherit}a{color:inherit;text-decoration:none}svg{width:1.3em;height:1.3em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-shell{min-height:100vh;overflow-x:clip}.topbar{position:sticky;top:0;z-index:10000;isolation:isolate;width:100%;min-height:var(--header-height);background:#050a0eed;border-bottom:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 30px #00000029}.topbar:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(143,198,62,.2),transparent);pointer-events:none}.topbar-inner{position:relative;width:min(1380px,calc(100% - 48px));min-height:74px;margin:0 auto;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);grid-template-areas:"brand nav language";align-items:center;column-gap:44px;z-index:1}.topbar-brand{grid-area:brand;justify-self:start;display:inline-flex;align-items:center;gap:12px;min-width:max-content;text-decoration:none}.topbar-nav a,.topbar-brand,.topbar img,.hero-image{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.topbar-logo{display:block;width:50px;height:50px;object-fit:contain;flex-shrink:0}.topbar-brand-text{display:flex;align-items:baseline;font-size:1.18rem;font-weight:750;line-height:1;letter-spacing:-.02em}.topbar-brand-exif{color:#f3f5f6}.topbar-brand-monster{color:#8dc63f}.topbar-nav{position:relative;grid-area:nav;display:flex;align-items:center;justify-content:center;gap:clamp(28px,3vw,52px);white-space:nowrap;z-index:2}.topbar-nav a{position:relative;padding:27px 2px 25px;color:#e3e7ea;font-size:.96rem;font-weight:500;letter-spacing:.01em;text-decoration:none;transition:color .16s ease;z-index:1;pointer-events:auto}.topbar-nav a:hover{color:#fff}.topbar-nav a:after{content:"";position:absolute;left:50%;bottom:16px;width:0;height:2px;border-radius:2px;background:#8dc63f;transform:translate(-50%);transition:width .16s ease}.topbar-language{grid-area:language;justify-self:end;min-width:max-content}.topbar-nav a:hover:after{width:100%}.brand strong,.brand em{font-weight:700}.brand em{color:var(--green);font-style:normal}.brand-mark{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border:none;background:none;box-shadow:none}.brand-mark img{width:100%;height:100%}.desktop-nav a{position:relative;padding:32px 0;font-size:1rem;font-weight:450;letter-spacing:.01em}.desktop-nav a:after{content:"";position:absolute;left:50%;bottom:20px;width:0;height:2px;border-radius:2px;background:var(--green);transform:translate(-50%);transition:width .18s ease}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{width:100%}.language-dropdown{position:relative;justify-self:end;z-index:200}.language-dropdown-trigger{display:flex;align-items:center;gap:11px;min-width:158px;height:46px;padding:0 14px;border:1px solid rgba(141,198,63,.32);border-radius:14px;background:linear-gradient(180deg,#ffffff09,#ffffff03);color:#f3f5f6;cursor:pointer;box-shadow:inset 0 1px #ffffff0b,0 8px 24px #0000001f;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.language-dropdown-trigger:hover{border-color:#8dc63fa6;background:linear-gradient(180deg,#8dc63f0f,#ffffff04)}.language-dropdown.is-open .language-dropdown-trigger{border-color:#8dc63f;box-shadow:0 0 0 3px #8dc63f14,inset 0 1px #ffffff0b}.language-dropdown-trigger>svg{width:19px;height:19px;flex-shrink:0;color:#8dc63f}.language-dropdown-current{flex:1;text-align:left;font-size:.94rem;font-weight:500;white-space:nowrap}.language-dropdown-chevron{display:flex;align-items:center;justify-content:center;color:#9ca7af;transition:transform .18s ease}.language-dropdown-chevron svg{width:16px;height:16px}.language-dropdown.is-open .language-dropdown-chevron{transform:rotate(180deg)}.language-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:158px;padding:7px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#090f14fa;box-shadow:0 18px 50px #0000006b,inset 0 1px #ffffff09;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:languageDropdownIn .14s ease-out}@keyframes languageDropdownIn{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.language-dropdown-option{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#dce2e6;font-size:.93rem;font-weight:450;text-align:left;cursor:pointer;transition:color .13s ease,background .13s ease}.language-dropdown-option:hover{background:#8dc63f17;color:#fff}.language-dropdown-option.is-selected{background:#8dc63f21;color:#a4d75d}.language-dropdown-check{color:#8dc63f;font-size:.9rem;font-weight:700}.hero{position:relative;width:100%;background:#081018;border-bottom:1px solid var(--line);overflow:hidden;min-height:450px}.hero-image{display:block;width:100vw;height:70vh;min-height:450px}.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,9,13,.06),transparent 40%,rgba(5,9,13,.04)),linear-gradient(180deg,#05090d04,#05090d24);pointer-events:none}.hero-inner{position:absolute;inset:0;width:min(var(--wide),calc(100% - 64px));margin:0 auto;display:flex;align-items:center}.hero-copy{width:min(610px,46vw);margin-left:clamp(190px,13vw,260px);padding-bottom:clamp(32px,4.2vw,72px)}.hero-brand-floating{display:flex;align-items:center;margin-left:-205px}.hero-brand-logo{width:200px;height:auto;display:block;flex-shrink:0;filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}.hero-brand-text{display:flex;align-items:baseline;line-height:.95;font-size:clamp(4.6rem,4vw,7.5rem);font-weight:700;text-shadow:0 2px 18px rgba(0,0,0,.22)}.hero-brand-exif,.hero-brand-monster{display:inline-block;-webkit-background-clip:text;background-clip:text;color:transparent}.hero-brand-exif{background-image:linear-gradient(180deg,#fff,#f2f3f5 28%,#d8dde2 62%,#b8c0c8)}.hero-brand-monster{background-image:linear-gradient(180deg,#b8d961,#a5cd4d 24%,#8fc13f 55%,#719f2a)}.eyebrow,.kicker{margin:0 0 14px;color:var(--green);font-size:.78rem;font-weight:800;line-height:1.4;letter-spacing:.18em;text-transform:uppercase}.hero-subtitle{max-width:590px;margin:0;color:#edf1f3;font-size:clamp(1.05rem,1.32vw,1.42rem);font-weight:450;line-height:1.72;letter-spacing:0;text-wrap:pretty;text-shadow:0 2px 20px rgba(0,0,0,.38)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:13px;color:var(--text);font-weight:620;line-height:1;letter-spacing:0;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button-primary{background:linear-gradient(180deg,#98d34d,#74ac34);border-color:#bced776b;color:#071006;box-shadow:inset 0 1px #ffffff2e,0 12px 28px #4f7d1f33}.button-primary:hover:not(:disabled){box-shadow:inset 0 1px #fff3,0 16px 34px #4f7d1f45}.button-secondary{border-color:#ffffff3d;background:#0a111780;box-shadow:inset 0 1px #ffffff0a}.button:disabled{cursor:not-allowed;opacity:.55}.feature-strip{position:relative;z-index:3;width:min(var(--wide),calc(100% - 64px));margin:-30px auto 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.085);border-radius:26px;background:linear-gradient(180deg,#0a1117fb,#070c11fb),var(--surface);box-shadow:0 20px 50px #00000052}.feature-card{min-height:214px;padding:34px 28px 30px;text-align:center}.feature-card+.feature-card{border-left:1px solid rgba(255,255,255,.075)}.feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--green)}.feature-icon svg{width:46px;height:46px}.feature-title{margin:0;font-size:1.08rem;font-weight:650;line-height:1.35;letter-spacing:0}.feature-card p{max-width:245px;margin:13px auto 0;color:var(--muted);font-size:.96rem;line-height:1.72}.section{width:min(var(--content),calc(100% - 64px));margin:0 auto;padding:104px 0}.section+.section{border-top:1px solid rgba(255,255,255,.065)}.section-heading{margin-bottom:42px}.section-heading-wide{max-width:800px}.section-title{margin:0;color:#f5f7f8;font-size:clamp(2.4rem,3.4vw,3.75rem);font-weight:650;line-height:1.18;letter-spacing:-.01em;text-wrap:balance}.section-title-compact{max-width:15ch}.section-title-contact{max-width:17ch}.section p{color:var(--muted);font-size:1.03rem;line-height:1.82}.download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.download-card{min-height:196px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.085);border-radius:20px;background:radial-gradient(circle at 100% 0,rgba(143,198,62,.095),transparent 47%),linear-gradient(180deg,#0e161cf2,#090f14fa);box-shadow:0 12px 28px #00000029;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}a.download-card:hover{transform:translateY(-2px);border-color:#8fc63e6b;box-shadow:0 18px 34px #00000038}.download-card svg{width:32px;height:32px;margin-bottom:auto;color:var(--green)}.download-card strong{font-size:1.3rem;font-weight:650;line-height:1.35;letter-spacing:0}.download-card span{margin-top:7px;color:var(--muted);font-size:.95rem}.download-card.is-disabled{opacity:.68}.section-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:86px;align-items:start}.split-copy{max-width:600px;padding-top:14px}.split-copy p{margin-top:0;font-size:1.08rem}.split-copy .button{margin-top:18px}.contact-card{display:flex;justify-content:space-between;gap:56px;margin-bottom:86px;padding:52px 48px;border:1px solid var(--line-green)!important;border-radius:26px;background:linear-gradient(135deg,rgba(143,198,62,.075),transparent 55%),linear-gradient(180deg,#0d141af5,#090f14fc);box-shadow:0 20px 46px #0003}.contact-card>div{max-width:760px}.footer{width:min(var(--content),calc(100% - 64px));margin:0 auto;padding:34px 0 44px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.07);color:var(--muted);font-size:.92rem}.footer-brand{font-size:1rem}.footer-brand .brand-mark{width:34px;height:34px;border-radius:10px;font-size:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1160px){.hero-inner,.feature-strip{width:min(100% - 40px,var(--wide))}.section,.footer{width:min(100% - 40px,var(--content))}.hero-copy{width:min(570px,48vw);margin-left:clamp(120px,10vw,180px);padding-bottom:34px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(3),.feature-card:nth-child(4){border-top:1px solid rgba(255,255,255,.075)}.feature-card:nth-child(3){border-left:0}.section-split{gap:56px}}@media(max-width:1100px){.topbar-inner{width:min(100% - 36px,1000px);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand language" "nav nav";column-gap:24px;row-gap:0;padding-top:8px}.topbar-nav{width:100%;justify-content:center;gap:clamp(26px,7vw,70px);border-top:1px solid rgba(255,255,255,.055);margin-top:10px}.topbar-nav a{padding-top:17px;padding-bottom:18px}.topbar-nav a:after{bottom:10px}}@media(max-width:920px){:root{--header-height: 76px}.desktop-nav a{padding:11px 4px;text-align:center;font-size:.8rem}.desktop-nav a:after{display:none}.hero{min-height:540px}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:28% center}.hero-inner{position:relative;min-height:540px;width:min(100% - 28px,var(--wide))}.hero-copy{width:100%;max-width:none;margin:auto 0 20px;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:#070c10d1;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px)}.hero-subtitle{max-width:none;font-size:1.08rem;line-height:1.75}.feature-strip{width:min(100% - 28px,var(--wide));margin-top:22px}.section,.footer{width:min(100% - 28px,var(--content))}.section{padding:78px 0}.download-grid,.section-split{grid-template-columns:1fr}.section-split{gap:24px}.split-copy{max-width:none;padding-top:0}.section-title-compact,.section-title-contact{max-width:none}.contact-card{flex-direction:column;align-items:flex-start;margin-bottom:100px;padding:34px 28px}.contact-action{min-height:50px!important}.contact-open-button{position:flex;bottom:auto;right:auto}.footer{flex-direction:column;align-items:flex-start;padding-bottom:112px}.hero-brand-floating{gap:14px;margin-bottom:22px;margin-left:0}.hero-brand-logo{width:74px}.hero-brand-text{font-size:clamp(2.3rem,10vw,4.6rem);letter-spacing:-.045em}}@media(max-width:640px){.topbar-inner{width:calc(100% - 24px);column-gap:12px}.topbar-logo{width:42px;height:42px}.topbar-brand-text{font-size:1rem}.topbar-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.topbar-nav a{padding:15px 4px;text-align:center;font-size:.78rem}.topbar-nav a:after{display:none}.brand-mark{width:38px;height:38px;border-radius:11px}.language-select:hover{border-color:#8dc63fb3;background:linear-gradient(180deg,#8dc63f12,#ffffff04)}.language-select:focus-within{border-color:#8dc63f;box-shadow:0 0 0 3px #8dc63f1a,inset 0 1px #ffffff0d}.language-select:after{content:"";position:absolute;right:16px;top:50%;width:7px;height:7px;border-right:2px solid #aab3ba;border-bottom:2px solid #aab3ba;transform:translateY(-65%) rotate(45deg);pointer-events:none;transition:border-color .16s ease,transform .16s ease}.language-select:hover:after{border-color:#8dc63f}.hero,.hero-inner{min-height:510px}.hero-copy{padding:18px}.hero-actions{display:grid;grid-template-columns:1fr}.button{width:100%}.feature-grid{grid-template-columns:1fr}.feature-card+.feature-card,.feature-card:nth-child(3),.feature-card:nth-child(4){border-left:0;border-top:1px solid rgba(255,255,255,.075)}.feature-card{min-height:auto;padding:28px 22px}.section-title{font-size:2.35rem;line-height:1.2}.hero-brand-floating{align-items:center;gap:12px;margin-bottom:18px}.hero-brand-logo{width:60px}.hero-brand-text{font-size:2.4rem;line-height:.98}}@media(max-width:430px){.topbar-brand-text{display:none}.topbar-logo{width:46px;height:46px}}.contact-extra-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.contact-form-row{display:flex;flex-direction:column;gap:8px}.contact-form-row label{color:#aeb8bf;font-size:.82rem;font-weight:650;letter-spacing:.04em}.contact-form-row input,.contact-form-row textarea{width:100%;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:13px 14px;background:#ffffff09;color:#f4f6f8;font:inherit;outline:none;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.contact-form-row textarea{resize:vertical;min-height:130px}.contact-form-row input:hover,.contact-form-row textarea:hover{border-color:#8dc63f59}.contact-form-row input:focus,.contact-form-row textarea:focus{border-color:#8dc63f;background:#8dc63f09;box-shadow:0 0 0 3px #8dc63f14}.contact-action{position:relative;width:min(100%,520px);min-height:230px}.contact-open-button{position:absolute;bottom:0;right:0}.contact-form{width:100%;display:flex;flex-direction:column;gap:18px;animation:contactFormSlideIn .32s cubic-bezier(.22,1,.36,1)}@keyframes contactFormSlideIn{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.contact-form-row input.has-error,.contact-form-row textarea.has-error{border-color:#d95c5c}.contact-field-error{margin-top:2px;color:#e77777;font-size:.82rem;line-height:1.4}
