:root{--bg:#f7f8fb;--surface:#fff;--surface-soft:#eef3f7;--surface-strong:#10151f;--text:#4d5868;--text-strong:#111827;--text-inverse:#f8fafc;--muted:#7b8798;--line:#dfe5ec;--brand:#136f63;--brand-strong:#0d4f48;--accent:#f59f00;--accent-soft:#fff2cf;--focus:#0f766e;--shadow:0 24px 70px #1b273a21;--radius:8px;--container:1180px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg, #eef3f7e6, #f7f8fb00 520px), var(--bg);min-width:320px;margin:0}body,button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}img:not([src]){background:linear-gradient(135deg, #136f631f, #f59f002e), var(--surface-soft);border:1px dashed #136f635c}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text-strong);letter-spacing:0;line-height:1.05}p{line-height:1.7}ul,dl,dd{margin:0;padding:0}ul{list-style:none}:focus-visible{outline-offset:3px;outline:3px solid #0f766e4d}.motion-reveal{opacity:0;transform:translate3d(0, var(--reveal-y,26px), 0);transition:opacity .72s,transform .72s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform}.motion-reveal.is-visible{opacity:1;transform:translate(0,0)}.decrypt-text{display:block}.decrypt-text span{overflow-wrap:anywhere}.eyebrow.decrypt-text,.section-header .decrypt-text:first-child{display:inline-block}#app{min-height:100vh}.site-header{width:100%}.site-footer,.hero-section,.page-section{width:min(calc(100% - 10px), var(--container));margin-inline:auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#969696e0;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding-block:14px;display:flex;position:sticky;top:0}.brand{color:var(--text-strong);align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand__logo{object-fit:cover;border-radius:8px;width:36px;height:36px}.brand--footer .brand__logo{width:34px;height:34px}.site-nav{background:#ffffffc2;border:1px solid #dfe5ece6;border-radius:999px;align-items:center;gap:8px;padding:6px;display:flex}.site-nav a,.header-action,.button,.contact-form button{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:42px;font-size:.94rem;font-weight:700;line-height:1;display:inline-flex}.site-nav a{color:var(--text);padding:0 16px}.site-nav a:hover{color:var(--brand-strong);background:var(--surface-soft)}.header-action,.button--primary,.contact-form button{color:var(--text-inverse);background:var(--brand);border:0;box-shadow:0 10px 26px #136f6338}.header-action{padding:0 18px}.header-action,.button,.contact-form button,.site-nav a{transition:color .18s,background .18s,box-shadow .18s,transform .18s}.header-action:hover,.button:hover,.contact-form button:hover{transform:translateY(-2px)}.hero-section{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:60px;min-height:calc(100vh - 76px);padding:52px 0 82px;display:grid}.hero-section__content{gap:26px;display:grid}.eyebrow,.section-header span,.app-card__content>span,.contact-list span{color:var(--brand-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.hero-section h1{max-width:11ch;font-size:clamp(3rem,8vw,6.4rem)}.hero-section__content>p{max-width:660px;font-size:1.16rem}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button{min-width:178px;padding:0 22px}.button--secondary{border:1px solid var(--line);color:var(--text-strong);background:#ffffffc7}.hero-metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));max-width:620px;display:grid}.hero-metrics div{padding:18px 18px 18px 0}.hero-metrics div+div{border-left:1px solid var(--line);padding-left:18px}.hero-metrics dt{color:var(--text-strong);font-size:1.35rem;font-weight:900}.hero-metrics dd{color:var(--muted);font-size:.92rem}.hero-preview{border-radius:var(--radius);background:var(--surface);min-height:520px;box-shadow:var(--shadow);border:1px solid #10151f14;animation:7s ease-in-out infinite preview-float;overflow:hidden}.hero-preview__toolbar{border-bottom:1px solid var(--line);background:var(--surface-strong);gap:8px;padding:18px;display:flex}.hero-preview__toolbar span{background:var(--accent);border-radius:999px;width:10px;height:10px;animation:2.6s ease-in-out infinite toolbar-pulse}.hero-preview__toolbar span:nth-child(2){animation-delay:.18s}.hero-preview__toolbar span:nth-child(3){animation-delay:.36s}.hero-preview__body{grid-template-columns:112px 1fr;min-height:464px;display:grid}.hero-preview__sidebar{background:linear-gradient(var(--brand), var(--brand)) 24px 36px / 58px 10px no-repeat, linear-gradient(var(--line), var(--line)) 24px 82px / 64px 8px no-repeat, linear-gradient(var(--line), var(--line)) 24px 116px / 46px 8px no-repeat, linear-gradient(var(--line), var(--line)) 24px 150px / 58px 8px no-repeat, #f3f7f7;border-right:1px solid var(--line)}.hero-preview__workspace{align-content:start;gap:22px;padding:34px;display:grid}.hero-preview__line{background:var(--surface-soft);border-radius:999px;height:18px}.hero-preview__line--wide{width:min(100%,360px)}.hero-preview__grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.hero-preview__grid span{border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(#fff,#f4f7fa);min-height:108px;animation:4.8s ease-in-out infinite soft-breathe}.hero-preview__grid span:nth-child(2){animation-delay:.32s}.hero-preview__grid span:nth-child(3){animation-delay:.64s}.hero-preview__panel{border-radius:var(--radius);background:linear-gradient(var(--accent), var(--accent)) 28px 32px / 74px 12px no-repeat, linear-gradient(var(--line), var(--line)) 28px 72px / 82% 8px no-repeat, linear-gradient(var(--line), var(--line)) 28px 104px / 70% 8px no-repeat, linear-gradient(135deg, #136f631f, #f59f0026);border:1px solid var(--line);min-height:214px}.page-section{padding:96px 0}.page-section--muted{width:100%;max-width:none;padding-inline:max(20px, calc((100% - var(--container)) / 2));background:#edf3f2}.section-header{gap:14px;max-width:760px;margin-bottom:36px;display:grid}.section-header h2{font-size:clamp(2rem,4vw,3.7rem)}.section-header p{max-width:660px}.apps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.app-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden}.app-card:hover,.service-item:hover{border-color:#136f6352;transform:translateY(-6px);box-shadow:0 20px 46px #1b273a1f}.app-card__media{aspect-ratio:4/3;background:#f2f6f8;padding:14px}.app-card__media img{object-fit:cover;border-radius:6px;width:100%;height:100%}.app-card__content{gap:14px;padding:24px;display:grid}.app-card h3,.service-item h3,.process-step h3{font-size:1.35rem}.app-card ul{flex-wrap:wrap;gap:8px;display:flex}.app-card li{color:var(--brand-strong);background:#136f631a;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:800}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-item{border-radius:var(--radius);background:#ffffffb8;border:1px solid #136f6329;align-content:start;gap:16px;min-height:260px;padding:30px;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid}.service-item__mark{background:linear-gradient(90deg, transparent 47%, #fff 47% 53%, transparent 53%), linear-gradient(0deg, transparent 47%, #fff 47% 53%, transparent 53%), var(--brand);border-radius:8px;width:42px;height:42px;transition:transform .24s}.service-item:hover .service-item__mark{transform:rotate(8deg)scale(1.06)}.process-list{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);gap:1px;display:grid;overflow:hidden}.process-step{background:var(--surface);grid-template-columns:100px 1fr;gap:26px;padding:28px;transition:background .18s,transform .18s;display:grid}.process-step:hover{background:#fbfdfd;transform:translate(4px)}.process-step>span{color:var(--accent);font-size:1.5rem;font-weight:900}.process-step p{max-width:760px;margin-top:8px}.contact-section{grid-template-columns:minmax(0,.9fr) minmax(360px,.8fr);align-items:start;gap:48px;display:grid}.contact-list{gap:14px;margin-top:8px;display:grid}.contact-list li{border-bottom:1px solid var(--line);gap:4px;padding:18px 0;display:grid}.contact-list strong{color:var(--text-strong);font-size:1.03rem}.contact-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:18px;padding:28px;display:grid;box-shadow:0 18px 50px #1b273a14}.contact-form label{gap:8px;display:grid}.contact-form label span{color:var(--text-strong);font-size:.9rem;font-weight:800}.contact-form input,.contact-form textarea{border:1px solid var(--line);width:100%;color:var(--text-strong);background:#fbfcfd;border-radius:8px}.contact-form input{min-height:48px;padding:0 14px}.contact-form textarea{resize:vertical;min-height:136px;padding:14px}.contact-form button{cursor:pointer;min-height:50px}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:34px 0 44px;display:flex}.site-footer p{color:var(--muted);margin-top:10px;font-size:.94rem}.footer-nav{color:var(--text-strong);flex-wrap:wrap;justify-content:flex-end;gap:14px;font-weight:700;display:flex}@keyframes preview-float{0%,to{translate:0}50%{translate:0 -12px}}@keyframes toolbar-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}@keyframes soft-breathe{0%,to{box-shadow:none;transform:translateY(0)}50%{transform:translateY(-5px);box-shadow:0 12px 28px #1b273a14}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.motion-reveal{opacity:1;transform:none}}@media (width<=980px){.site-header,.site-footer,.hero-section,.page-section{width:min(calc(100% - 28px), var(--container))}.site-header{flex-wrap:wrap;min-height:auto}.site-nav{border-radius:8px;order:3;justify-content:flex-start;width:100%;overflow-x:auto}.hero-section,.contact-section{grid-template-columns:1fr}.hero-section{min-height:auto;padding-top:44px}.hero-section h1{max-width:13ch}.hero-preview{min-height:420px}.apps-grid,.services-grid{grid-template-columns:1fr}}@media (width<=640px){.header-action{display:none}.hero-section,.page-section{padding-block:64px}.hero-actions,.button{width:100%}.hero-metrics,.hero-preview__body,.hero-preview__grid,.process-step{grid-template-columns:1fr}.hero-metrics div,.hero-metrics div+div{border-left:0;padding:16px 0}.hero-metrics div+div{border-top:1px solid var(--line)}.hero-preview,.hero-preview__body{min-height:auto}.hero-preview__sidebar{border-right:0;border-bottom:1px solid var(--line);min-height:92px}.hero-preview__workspace,.contact-form,.app-card__content,.service-item,.process-step{padding:22px}.site-footer{flex-direction:column;align-items:flex-start}.footer-nav{justify-content:flex-start}}
