:root{color-scheme:dark;--bg:#080d1a;--panel:#111a2e;--line:#2a3650;--text:#f5f7ff;--muted:#b3bfd4;--blue:#7aa3ff;--bright:#b1c7ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--bright);outline-offset:3px}.container{width:min(1160px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px;top:8px;background:white;color:black;padding:8px}.skip:focus{left:8px;z-index:20}.header{position:sticky;top:0;z-index:10;background:#080d1aee;backdrop-filter:blur(14px);border-bottom:1px solid #27324b}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{text-decoration:none;letter-spacing:-.055em;font-size:1.48rem;font-weight:850;white-space:nowrap}.brand span{color:var(--blue)}.links{display:flex;align-items:center;gap:25px}.links a{text-decoration:none;font-size:.9rem;font-weight:650;color:#e6eafe}.links a:hover,.footer a:hover{color:var(--blue)}.lang{border:1px solid #5a709b;border-radius:999px;padding:5px 11px!important}.menu-button{display:none}.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:#071021}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080d1a 0%,#080d1af2 29%,#080d1a66 69%,#080d1a33),url('hero.webp') center right/cover no-repeat}.hero .container{position:relative;padding:86px 0 110px}.eyebrow{font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:#9fbaff;font-weight:800;margin:0 0 20px}.hero h1{max-width:800px;font-size:clamp(2.9rem,6.2vw,6rem);letter-spacing:-.065em;line-height:1.06;margin:0 0 27px}.hero h1 em{font-style:normal;color:var(--bright)}.lead{max-width:590px;font-size:clamp(1.08rem,1.7vw,1.27rem);color:#d5def0;line-height:1.65;margin:0 0 34px}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 20px;background:#91aeff;color:#091027;text-decoration:none;border:1px solid #91aeff;border-radius:9px;font-weight:780;cursor:pointer;font:inherit}.button:hover{background:#b3c8ff}.button.secondary{background:#13223dcc;color:#fff;border-color:#6d82b1}.button.secondary:hover{background:#25385d}.section{padding:100px 0;border-bottom:1px solid var(--line)}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:38px}.section h2{font-size:clamp(2.1rem,4vw,3.5rem);line-height:1.12;letter-spacing:-.05em;margin:0}.section-intro{color:var(--muted);font-size:1.08rem;margin:0;max-width:520px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{min-height:295px;border:1px solid var(--line);border-radius:17px;padding:30px;background:linear-gradient(145deg,#152039,#0e172a);display:flex;flex-direction:column}.number{color:#8eaaff;font-size:.79rem;font-weight:750;letter-spacing:.12em}.card h3{font-size:1.48rem;letter-spacing:-.035em;line-height:1.18;margin:36px 0 12px}.card p{margin:0;color:#c0cbe0}.card svg{width:30px;height:30px;margin-top:auto;color:#87aaff}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.feature-panel{border:1px solid #354568;background:radial-gradient(circle at 72% 20%,#304a89,#122039 52%,#0e1629);border-radius:20px;padding:32px;min-height:400px;display:flex;flex-direction:column;justify-content:space-between}.feature-panel .small{color:#afc2ed;font-size:.85rem}.feature-panel strong{font-size:clamp(2rem,3.7vw,3.6rem);line-height:1.1;letter-spacing:-.055em;display:block}.feature-panel .lines{display:flex;gap:9px}.feature-panel .lines i{height:6px;flex:1;background:#789cff;border-radius:5px}.feature-panel .lines i:nth-child(2){background:#5174c1}.feature-panel .lines i:nth-child(3){background:#243e71}.bullets{list-style:none;padding:0;margin:28px 0 0}.bullets li{border-top:1px solid var(--line);padding:15px 0;color:#cfdaee}.bullets b{color:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.step{border-top:2px solid #6385d8;padding:20px 15px 0 0}.step span{color:#8eabf0;font-size:.85rem;font-weight:800}.step h3{margin:28px 0 8px;font-size:1.19rem}.step p{margin:0;color:var(--muted)}.contact{background:linear-gradient(155deg,#101a31,#0a1020)}.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.contact h2{margin-bottom:20px}.contact address{font-style:normal;color:#cbd5e9;margin:28px 0}.contact address a{color:#cbd9ff}.form{background:#121e36;border:1px solid #354566;border-radius:18px;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full,.form .full{grid-column:1/-1}label{font-size:.9rem;font-weight:650}input,textarea{width:100%;background:#091326;border:1px solid #536485;border-radius:8px;color:white;font:inherit;padding:12px 13px;min-height:48px}textarea{resize:vertical;min-height:130px}input::placeholder,textarea::placeholder{color:#8999ba}.check{display:flex;gap:11px;align-items:flex-start;color:#bdc9df;font-size:.85rem}.check input{width:18px;min-height:18px;margin-top:3px}.check a{color:#c4d6ff}.status{margin:0;min-height:24px;color:#bcd1ff}.trap{position:absolute;left:-10000px}.footer{padding:30px 0 45px;color:#b7c3d9}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer a{text-decoration:none}.legal{padding:75px 0 105px;max-width:860px}.legal h1{font-size:clamp(2.4rem,5vw,4rem);letter-spacing:-.05em;line-height:1.1}.legal h2{margin-top:42px;font-size:1.42rem}.legal p,.legal li{color:#d0d9e9}.legal dl{display:grid;grid-template-columns:200px 1fr;gap:9px 20px}.legal dt{color:#aabadd}.legal dd{margin:0}.legal a{color:#b4c9ff}@media(max-width:850px){.links{gap:12px}.links a{font-size:.78rem}.split,.contact-wrap{gap:32px}.hero{min-height:630px}.hero:before{background:linear-gradient(90deg,#080d1af5,#080d1ad0 55%,#080d1a77),url('hero.webp') center right/cover no-repeat}}@media(max-width:700px){.menu-button{display:block;background:transparent;color:#fff;border:1px solid #6e82a5;border-radius:7px;padding:8px 11px;font:inherit}.links{display:none;position:absolute;top:74px;left:0;right:0;padding:20px;background:#101a2f;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}.links.open{display:flex}.links a{font-size:1rem;padding:6px}.hero{min-height:610px}.hero .container{padding:70px 0 90px}.section{padding:74px 0}.section-head,.split,.contact-wrap{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.card{min-height:210px}.card h3{margin:20px 0 9px}.steps{grid-template-columns:1fr 1fr;gap:24px}.feature-panel{min-height:300px}.legal dl{grid-template-columns:1fr;gap:0}.legal dd{margin-bottom:12px}}@media(max-width:480px){.container{width:min(100% - 32px,1160px)}.hero h1{font-size:clamp(2.65rem,12vw,4rem)}.steps{grid-template-columns:1fr}.form{grid-template-columns:1fr;padding:22px}.field{grid-column:1/-1}}
/* Product showcase: the first viewport presents the work we make. */
.hero{min-height:620px;background:radial-gradient(circle at 77% 42%,#183263 0,#0b1730 33%,#080d1a 72%)}
.hero:before{display:none}
.hero .hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.18fr);gap:12px;align-items:center;padding:78px 0 90px}
.hero-copy{position:relative;z-index:1}
.hero h1{font-size:clamp(3rem,5.4vw,5.2rem);max-width:660px;margin-bottom:24px}
.hero .lead{font-size:1.13rem;max-width:570px}
.hero-art{min-width:0;margin-right:-46px}
.hero-art img{display:block;width:100%;height:auto;filter:drop-shadow(0 22px 42px #0006)}
.card{overflow:hidden;min-height:390px}
.card h3{margin:24px 0 11px}
.service-visual{height:155px;display:grid;place-items:center;margin:20px 0 0;background:radial-gradient(circle at 50% 40%,#344f94,#162744 70%);border:1px solid #354b78;border-radius:12px;overflow:hidden}
.preview-shell{width:78%;height:120px;border:2px solid #8eabf3;border-radius:9px 9px 0 0;background:#0c1831;box-shadow:0 15px 30px #0008;transform:translateY(17px);padding:8px 12px;display:flex;flex-direction:column;gap:10px}
.preview-top{display:flex;align-items:center;gap:4px;border-bottom:1px solid #47628f;padding-bottom:7px}
.preview-top i{width:5px;height:5px;border-radius:50%;background:#8da9db}
.preview-heading{width:56%;height:12px;border-radius:4px;background:#749bfb;margin-top:4px}
.preview-line{width:72%;height:5px;border-radius:4px;background:#456393}
.preview-tiles{display:flex;gap:6px;flex:1}.preview-tiles i{flex:1;background:linear-gradient(145deg,#648efa,#283f73);border-radius:4px 4px 0 0}
.visual-02 .preview-shell{width:83px;height:150px;border-radius:16px 16px 0 0;transform:translateY(15px);padding:13px 9px;background:#101d38}
.visual-02 .preview-top{justify-content:center}.visual-02 .preview-top i{display:none}.visual-02 .preview-top:after{content:"";width:25px;height:4px;border-radius:4px;background:#617bb2}
.visual-02 .preview-heading{width:88%;height:18px}.visual-02 .preview-line{width:68%}.visual-02 .preview-tiles{flex-direction:column}.visual-02 .preview-tiles i{flex:auto;min-height:14px;border-radius:4px}
.visual-03 .preview-shell{width:82%;background:#101b32}.visual-03 .preview-heading{width:35%;height:9px}.visual-03 .preview-tiles i{background:linear-gradient(160deg,#314e8d,#80a1f4)}.visual-03 .preview-tiles i:nth-child(2){background:linear-gradient(160deg,#4e439e,#a58cff)}
@media(max-width:850px){.hero .hero-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0}.hero-art{margin-right:-18px}.hero h1{font-size:clamp(2.6rem,5.2vw,4.2rem)}}
@media(max-width:700px){.hero{min-height:0}.hero .hero-layout{display:flex;flex-direction:column;align-items:stretch;padding:54px 0 35px}.hero h1{font-size:clamp(2.65rem,11vw,4.3rem)}.hero .lead{font-size:1.04rem;margin-bottom:22px}.hero-art{width:min(100%,560px);margin:12px auto 0}.card{min-height:0}.service-visual{height:150px;margin-top:15px}}
@media(max-width:480px){.hero .hero-layout{padding-top:40px}.hero h1{font-size:clamp(2.35rem,10.3vw,3.2rem)}.hero .eyebrow{margin-bottom:12px}.hero-art{margin-top:7px}.hero .actions{gap:9px}.hero .button{min-height:46px;padding:10px 13px;font-size:.9rem}}
