:root{
  --ink:#071936;
  --ink-2:#122744;
  --muted:#51617a;
  --blue:#075cff;
  --blue-2:#124ee9;
  --navy:#031a42;
  --line:#dce5f2;
  --soft:#f4f7fc;
  --white:#fff;
  --yellow:#ffc400;
  --shadow:0 24px 70px rgba(7,25,54,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,a{touch-action:manipulation}
.home-shell{min-height:100vh;overflow:hidden;background:linear-gradient(180deg,#fff 0,#fff 47%,#f7f9fd 100%)}
.home-container{width:min(1420px,calc(100% - 48px));margin:0 auto}
.site-header{height:70px;background:rgba(255,255,255,.97);border-bottom:1px solid #edf1f7;position:relative;z-index:50}
.site-header__inner{height:100%;display:grid;grid-template-columns:220px 1fr 260px;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-size:26px;font-weight:800;letter-spacing:-.04em}
.brand img{width:38px;height:38px}
.main-nav{display:flex;justify-content:center;gap:42px;font-size:14px;font-weight:650;color:#0c1b34}
.main-nav a{position:relative;padding:26px 0}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;border-radius:999px;background:var(--blue);transition:right .2s ease}
.main-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;font-size:14px;font-weight:700}
.lang{display:flex;align-items:center;gap:7px;margin-right:8px;font-weight:600}
.header-btn{height:42px;min-width:86px;border:1.5px solid var(--blue);display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--blue);padding:0 19px}
.header-btn--solid{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(7,92,255,.22)}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;align-items:center;justify-content:center}
.hero{position:relative;background:#06101f}
.hero-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(410px,1fr);height:432px;max-width:1536px;margin:0 auto}
.hero-main{position:relative;min-width:0;overflow:hidden;background:#111}
.hero-main>img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,9,18,.91) 0%,rgba(2,9,18,.70) 34%,rgba(2,9,18,.10) 70%,rgba(2,9,18,.02) 100%)}
.hero-copy{position:absolute;z-index:2;left:max(6vw,72px);top:56px;max-width:470px;color:#fff}
.hero-copy h1{margin:0;font-size:54px;line-height:1.05;letter-spacing:-.055em;font-weight:830}
.hero-copy h1 span{display:block}
.hero-copy p{font-size:21px;line-height:1.48;margin:17px 0 22px;max-width:430px;color:rgba(255,255,255,.92)}
.hero-actions{display:flex;gap:15px;align-items:center}
.cta{height:49px;border-radius:7px;padding:0 32px;display:inline-flex;align-items:center;justify-content:center;font-weight:760;font-size:15px;transition:transform .18s ease,box-shadow .18s ease}
.cta:hover{transform:translateY(-2px)}
.cta--primary{background:linear-gradient(135deg,#0768ff,#0752ed);box-shadow:0 14px 30px rgba(0,86,255,.32)}
.cta--secondary{background:#fff;color:var(--blue);gap:8px;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.hero-trust{display:flex;gap:26px;align-items:center;margin-top:22px;font-size:13px;font-weight:650;color:rgba(255,255,255,.92)}
.hero-trust span{display:flex;align-items:center;gap:7px}
.hero-trust svg{color:var(--yellow)}
.hero-mosaic{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(180px,.85fr);height:100%;background:#08101c}
.mosaic-stack{display:grid;grid-template-rows:repeat(3,1fr);min-height:0}
.mosaic-item,.mosaic-tall{position:relative;overflow:hidden;border-left:2px solid rgba(255,255,255,.78);border-bottom:2px solid rgba(255,255,255,.78)}
.mosaic-stack .mosaic-item:last-child{border-bottom:0}
.mosaic-tall{border-bottom:0}
.mosaic-item img,.mosaic-tall img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.mosaic-item:hover img,.mosaic-tall:hover img{transform:scale(1.035)}
.mosaic-item:after,.mosaic-tall:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.18))}
.feature-wrap{position:relative;z-index:10;margin-top:-47px}
.feature-strip{background:#fff;border:1px solid #dfe7f2;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(5,1fr);padding:17px 10px;min-height:120px}
.feature{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:12px;padding:0 22px;border-right:1px solid #e6ebf3}
.feature:last-child{border-right:0}
.feature-icon{width:49px;height:49px;border:1px solid #dbe5f5;border-radius:50%;display:grid;place-items:center;color:var(--blue);background:#fff;box-shadow:0 6px 18px rgba(7,92,255,.06)}
.feature h3{margin:0 0 4px;font-size:15px;letter-spacing:-.01em}
.feature p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}
.how{padding:22px 0 0;background:linear-gradient(180deg,#fff 0%,#f8faff 100%)}
.section-title{text-align:center;margin:0 0 22px}
.section-title h2{font-size:28px;margin:0 0 4px;letter-spacing:-.04em}
.section-title p{margin:0;color:var(--muted);font-size:15px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:52px;align-items:stretch;padding:0 20px}
.step-card{position:relative;border:1px solid #dce4ef;background:#fff;border-radius:10px;padding:11px;box-shadow:0 8px 24px rgba(7,25,54,.04)}
.step-card:not(:last-child):after{content:"›";position:absolute;right:-37px;top:48%;transform:translateY(-50%);font-size:35px;font-weight:300;color:#061935}
.step-head{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:760;margin-bottom:8px}
.step-num{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#1068ff,#0a50e9);color:#fff;font-size:14px;box-shadow:0 6px 15px rgba(7,92,255,.24)}
.step-image{height:107px;border-radius:5px;overflow:hidden;background:#eef3fa}
.step-image img{width:100%;height:100%;object-fit:cover}
.step-card p{font-size:13.5px;line-height:1.38;margin:9px 2px 0;color:#21344f}
.step-card p a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}
.proof-bar{margin:18px 20px 28px;background:linear-gradient(135deg,#031a42,#001333);color:#fff;border-radius:11px;min-height:124px;display:grid;grid-template-columns:2.2fr 1fr;box-shadow:0 18px 42px rgba(0,20,53,.18);overflow:hidden}
.proof-metrics{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:16px 26px;border-right:1px solid rgba(255,255,255,.12)}
.proof-item{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center}
.proof-icon{width:39px;height:39px;border-radius:13px;background:rgba(21,91,255,.13);border:1px solid rgba(68,125,255,.24);display:grid;place-items:center;color:#4380ff}
.proof-item strong{display:block;font-size:22px;line-height:1;letter-spacing:-.03em;color:#d6e3ff}
.proof-item span{display:block;font-size:12px;margin-top:5px;color:#fff}
.proof-people{display:grid;grid-template-columns:145px 1fr;align-items:center;gap:16px;padding:20px 24px}
.proof-people h3{font-size:13px;margin:0 0 10px;color:#fff}
.faces{height:40px;width:145px;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}
.faces img{width:100%;height:100%;object-fit:cover}
.proof-people p{margin:0;font-size:12.5px;line-height:1.48;color:#fff}
.site-footer{border-top:1px solid #e8edf5;background:#fff;padding:24px 0;color:#617089;font-size:13px}
.site-footer__inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer-links{display:flex;gap:22px}

@media(max-width:1180px){
  .site-header__inner{grid-template-columns:190px 1fr 220px}.main-nav{gap:25px}.hero-copy{left:44px}.hero-copy h1{font-size:48px}.feature{padding:0 12px}.feature-strip{grid-template-columns:repeat(5,1fr)}.feature{grid-template-columns:44px 1fr}.steps{gap:35px;padding:0}.step-card:not(:last-child):after{right:-25px}.proof-metrics{padding:14px}.proof-item{grid-template-columns:38px 1fr}.proof-item strong{font-size:18px}
}
@media(max-width:960px){
  .home-container{width:min(100% - 28px,900px)}.site-header{height:auto}.site-header__inner{height:68px;grid-template-columns:1fr auto}.main-nav,.header-actions{display:none}.menu-toggle{display:flex}.site-header.open .main-nav{display:flex;position:absolute;top:68px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px;flex-direction:column;gap:0;box-shadow:var(--shadow)}.site-header.open .main-nav a{padding:13px 14px}.hero-grid{grid-template-columns:1fr;height:auto}.hero-main{height:480px}.hero-mosaic{height:330px;grid-template-columns:1.45fr .8fr}.hero-copy{left:32px;top:56px}.hero-copy h1{font-size:50px}.feature-wrap{margin-top:-28px}.feature-strip{grid-template-columns:repeat(2,1fr);padding:12px}.feature{min-height:96px;border-right:0;border-bottom:1px solid #e6ebf3}.feature:nth-last-child(-n+2){border-bottom:0}.feature:last-child{grid-column:1/-1}.steps{grid-template-columns:repeat(2,1fr);gap:20px}.step-card:after{display:none}.proof-bar{grid-template-columns:1fr}.proof-metrics{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
}
@media(max-width:640px){
  .home-container{width:calc(100% - 20px)}.brand{font-size:22px}.brand img{width:34px;height:34px}.hero-main{height:520px}.hero-copy{left:24px;right:24px;top:46px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:18px}.hero-actions{flex-direction:column;align-items:stretch;max-width:280px}.hero-trust{flex-direction:column;align-items:flex-start;gap:8px}.hero-mosaic{height:360px;grid-template-columns:1.25fr .8fr}.feature-strip{grid-template-columns:1fr}.feature{border-bottom:1px solid #e6ebf3!important;padding:16px 12px}.feature:last-child{border-bottom:0!important}.steps{grid-template-columns:1fr;gap:14px}.step-image{height:160px}.proof-metrics{grid-template-columns:repeat(2,1fr);gap:20px}.proof-people{grid-template-columns:1fr}.site-footer__inner{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap}
}
