body:has(.web-content){background:#05060a}.web-content{--primary: #9E7FB7;--primary-light: #C2A9DC;--secondary: #6E8FCF;--pr-rgb: 158,127,183;--sec-rgb: 110,143,207;--gradient: linear-gradient(120deg, #9E7FB7 0%, #8985C6 52%, #6E8FCF 100%);--gradient-subtle: linear-gradient(135deg, rgba(158,127,183,.16) 0%, rgba(110,143,207,.04) 100%);--text-white: #ffffff;--text-200: #e2e8f0;--text-300: #cbd5e1;--text-400: #94a3b8;--text-500: #64748b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#05060a;color:var(--text-200);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.web-content *{box-sizing:border-box}.web-content .container{max-width:1100px;margin:0 auto;padding:0 32px}.web-content .section-label{font-size:11px;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--primary-light);margin-bottom:12px;display:inline-block}.web-content .section-title{font-size:36px;font-weight:800;color:var(--text-white);line-height:1.15;margin:0}.web-content .section-sub{font-size:16px;color:var(--text-400);line-height:1.6;max-width:540px;margin:16px auto 0}.web-content .gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.web-content .wl-header{text-align:center;margin-bottom:50px}.web-content .btn{display:inline-flex;align-items:center;gap:9px;padding:15px 34px;border-radius:12px;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s ease;cursor:pointer;border:none}.web-content .btn-ico{display:inline-flex}.web-content .btn-ico svg{display:block}.web-content .btn-primary{background:var(--gradient);color:#fff;box-shadow:0 8px 28px rgba(var(--pr-rgb),.4)}.web-content .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 38px rgba(var(--pr-rgb),.55)}.web-content .animate-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.web-content .animate-on-scroll.visible{opacity:1;transform:none}.web-content .services{padding:86px 0 96px}.web-content .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.web-content .svc-card{background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.016) 62%);-webkit-backdrop-filter:blur(10px) saturate(150%);backdrop-filter:blur(10px) saturate(150%);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:28px 24px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.web-content .svc-card:hover{transform:translateY(-5px);border-color:rgba(var(--pr-rgb),.32);box-shadow:0 22px 50px rgba(0,0,0,.34)}.web-content .svc-ic{width:54px;height:54px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:var(--gradient-subtle);color:var(--primary-light);margin-bottom:16px}.web-content .svc-ic svg{width:28px;height:28px;display:block}.web-content .svc-card h3{font-size:18px;font-weight:700;color:var(--text-white);margin:0 0 5px}.web-content .svc-card p{font-size:13.5px;color:var(--text-400);line-height:1.5;margin:0}.web-content .ia{padding:96px 0;position:relative;background-color:#05060a;background-image:linear-gradient(to bottom,#05060a,transparent 70px),linear-gradient(to top,#05060a,transparent 70px),linear-gradient(rgba(5,6,10,.6),rgba(5,6,10,.74)),url(/images/hero-web.jpeg);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:scroll,scroll,scroll,fixed}.web-content .ia-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:46px}.web-content .ia-card{background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02) 62%);-webkit-backdrop-filter:blur(8px) saturate(150%);backdrop-filter:blur(8px) saturate(150%);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:28px 22px;text-align:center;transition:transform .3s ease,border-color .3s ease}.web-content .ia-card:hover{transform:translateY(-5px);border-color:rgba(var(--pr-rgb),.4)}.web-content .ia-ic{width:56px;height:56px;border-radius:15px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:rgba(var(--pr-rgb),.16);color:var(--primary-light);border:1px solid rgba(var(--pr-rgb),.28)}.web-content .ia-ic svg{width:26px;height:26px;display:block}.web-content .ia-card h3{font-size:17px;font-weight:700;color:var(--text-white);margin:0 0 6px}.web-content .ia-card p{font-size:13.5px;color:var(--text-300);line-height:1.5;margin:0}.web-content .webdemo{padding:90px 0 96px}.web-content .webframe{position:relative;max-width:760px;width:calc(100% - 48px);margin:0 auto;border-radius:18px;border:1px solid rgba(255,255,255,.07);box-shadow:0 50px 100px rgba(0,0,0,.55);-webkit-box-reflect:below 10px linear-gradient(transparent 66%,rgba(255,255,255,.07))}.web-content .webframe:after{content:"";position:absolute;top:0;left:-110%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);z-index:6;pointer-events:none;animation:wl-shine 5s ease-in-out infinite}@keyframes wl-shine{0%,to{left:-110%}50%{left:120%}}.web-content .browser{background:#0c1024;border-radius:18px;overflow:hidden}.web-content .browser-bar{display:flex;align-items:center;gap:7px;padding:12px 16px;background:#0a0d1e;border-bottom:1px solid rgba(255,255,255,.06)}.web-content .dot{width:11px;height:11px;border-radius:50%}.web-content .dot-r{background:#ff5f57}.web-content .dot-y{background:#febc2e}.web-content .dot-g{background:#28c840}.web-content .browser-url{margin-left:12px;flex:1;max-width:280px;background:rgba(255,255,255,.06);border-radius:7px;padding:5px 12px;font-size:11px;color:var(--text-400)}.web-content .browser-body{padding:24px 26px 28px}.web-content .bw-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.web-content .bw-logo{width:70px;height:15px;border-radius:5px;background:var(--gradient)}.web-content .bw-links{display:flex;align-items:center;gap:12px}.web-content .bw-links span{width:34px;height:8px;border-radius:4px;background:rgba(255,255,255,.12)}.web-content .bw-links .bw-cta{width:54px;height:23px;border-radius:6px;background:rgba(var(--pr-rgb),.6)}.web-content .bw-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center;margin-bottom:24px}.web-content .bw-line{height:13px;border-radius:6px;background:rgba(255,255,255,.16);margin-bottom:11px}.web-content .bw-line.muted{background:rgba(255,255,255,.08)}.web-content .w80{width:80%}.web-content .w70{width:70%}.web-content .w60{width:60%}.web-content .w50{width:50%}.web-content .w40{width:40%}.web-content .bw-btn{width:100px;height:31px;border-radius:8px;background:var(--gradient);margin-top:18px}.web-content .bw-hero-art{height:124px;border-radius:12px;background:var(--gradient-subtle);border:1px solid rgba(var(--pr-rgb),.22)}.web-content .bw-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.web-content .bw-card{height:66px;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}.web-content .phone{position:absolute;right:-10px;bottom:-30px;width:134px;height:272px;border-radius:26px;background:#0c1024;border:5px solid #1c2342;box-shadow:0 30px 60px rgba(0,0,0,.55);padding:16px 11px;overflow:hidden;z-index:5}.web-content .phone-notch{position:absolute;top:11px;left:50%;transform:translate(-50%);width:44px;height:7px;border-radius:5px;background:#1c2342}.web-content .phone-screen{margin-top:14px}.web-content .ph-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.web-content .ph-logo{width:38px;height:9px;border-radius:4px;background:var(--gradient)}.web-content .ph-burger{width:16px;height:10px;border-radius:3px;background:rgba(255,255,255,.15)}.web-content .ph-hero .bw-line{height:11px}.web-content .ph-btn{width:70%;height:25px;border-radius:7px;background:var(--gradient);margin:12px 0 16px}.web-content .ph-card{height:42px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);margin-bottom:10px}.web-content .wl-cta{padding:20px 0 120px;text-align:center}.web-content .wl-cta-inner h2{font-size:34px;font-weight:900;color:var(--text-white);margin:0 0 30px;line-height:1.15}@media(max-width:900px){.web-content .svc-grid{grid-template-columns:repeat(2,1fr)}.web-content .ia-grid{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto}}@media(max-width:600px){.web-content .container{padding:0 20px}.web-content .section-title{font-size:28px}.web-content .svc-grid{grid-template-columns:1fr 1fr;gap:14px}.web-content .svc-card{padding:20px 16px}.web-content .webframe{width:calc(100% - 32px)}.web-content .phone{display:none}.web-content .bw-hero{grid-template-columns:1fr}.web-content .bw-hero-art{display:none}.web-content .wl-cta-inner h2{font-size:27px}}
