:root{--ink:#081b32;--blue:#1463ff;--sky:#eaf2ff;--paper:#fff;--mist:#f5f8fc;--line:#dbe5f2;--text:#172b45;--muted:#61738d;--coral:#ff6d5a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--ink);color:white;padding:11px 0;font-size:.84rem}.topbar .shell{display:flex;justify-content:space-between;gap:20px;align-items:center}.topbar span{color:#d6e2f4}.site-header{position:sticky;z-index:5;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;gap:28px}.brand{font-weight:800;letter-spacing:-.05em;color:var(--ink);font-size:1.35rem}.brand b{color:var(--blue)}.nav-links{margin-left:auto;display:flex;gap:19px;font-size:.92rem;font-weight:650}.nav-links a:hover{color:var(--blue)}.lang{border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff;color:var(--ink);font-weight:700}.hero{min-height:590px;color:white;position:relative;overflow:hidden;background:var(--ink)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,38,.92) 0%,rgba(5,20,38,.76) 38%,rgba(5,20,38,.16) 72%)}.hero img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.hero-copy{position:relative;z-index:1;padding:103px 0;width:min(680px,100%)}.eyebrow{color:#94b8ff;text-transform:uppercase;font-size:.76rem;font-weight:800;letter-spacing:.14em}.hero h1{font-size:clamp(2.8rem,6vw,5.1rem);letter-spacing:-.065em;line-height:.96;margin:19px 0}.hero h1 em{font-style:normal;color:#8ab0ff}.hero p{font-size:1.1rem;max-width:590px;color:#e2ebf9;margin-bottom:27px}.search{display:flex;background:white;border-radius:14px;overflow:hidden;padding:5px;box-shadow:0 15px 35px rgba(0,0,0,.24);max-width:610px}.search input{border:0;outline:0;padding:13px 15px;flex:1;font:inherit;color:var(--ink);min-width:0}.search button,.button{border:0;border-radius:10px;padding:13px 18px;background:var(--blue);color:white;font:inherit;font-weight:800;cursor:pointer}.search button:hover,.button:hover{background:#0a4ad0}.hero-note{font-size:.8rem;color:#b9c9dd;margin-top:12px}.section{padding:85px 0}.tint{background:var(--mist)}.section-head{max-width:690px;margin-bottom:36px}.section h2{font-size:clamp(2rem,3.4vw,3.2rem);letter-spacing:-.05em;line-height:1.03;margin:9px 0 13px;color:var(--ink)}.section-head p{margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:22px;min-height:178px;transition:transform .2s,border .2s;display:flex;flex-direction:column;justify-content:space-between}.card:hover{transform:translateY(-3px);border-color:#9abbff}.card .num{font-size:.78rem;font-weight:800;color:var(--blue);letter-spacing:.1em}.card h3{margin:22px 0 5px;font-size:1.08rem}.card p{margin:0;color:var(--muted);font-size:.91rem}.card .go{margin-top:15px;color:var(--blue);font-weight:800;font-size:.89rem}.framework{display:grid;grid-template-columns:1fr 1.2fr;gap:45px;align-items:start}.steps{display:grid;gap:14px}.step{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:17px;background:white;border:1px solid var(--line);border-radius:14px}.step strong{display:block;font-size:1rem}.step p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.badge{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--sky);color:var(--blue);font-weight:900}.side-note{background:var(--ink);color:white;border-radius:18px;padding:32px}.side-note h3{font-size:1.5rem;line-height:1.1;margin:11px 0}.side-note p{color:#cbd8e9}.market{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.market span{border:1px solid #3d526a;border-radius:99px;padding:7px 10px;font-size:.82rem;color:#d9e4f2}.callout{border-radius:20px;padding:39px;background:linear-gradient(135deg,#1463ff,#264eac);color:white;display:flex;justify-content:space-between;gap:30px;align-items:center}.callout h2{color:white;margin:4px 0;font-size:2rem}.callout p{margin:0;color:#dce8ff;max-width:650px}.callout .button{background:white;color:var(--blue);white-space:nowrap}.footer{background:var(--ink);color:#c8d5e7;padding:37px 0}.footer .shell{display:flex;justify-content:space-between;gap:20px}.footer strong{color:#fff}.footer p{margin:7px 0 0;font-size:.86rem;max-width:620px}.footer small{align-self:end}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.framework{grid-template-columns:1fr}.nav-links{display:none}.hero{min-height:560px}.hero-copy{padding:80px 0}.topbar .shell{font-size:.75rem}.footer .shell{display:block}.footer small{display:block;margin-top:16px}}@media(max-width:560px){.shell{width:min(100% - 28px,1180px)}.nav{height:65px}.brand{font-size:1.18rem}.hero{min-height:585px}.hero-copy{padding:72px 0}.hero h1{font-size:3rem}.search{display:block;padding:7px}.search input{width:100%;padding:12px}.search button{width:100%}.grid{grid-template-columns:1fr}.section{padding:62px 0}.callout{display:block;padding:28px}.callout .button{display:inline-block;margin-top:19px}.topbar .shell span:last-child{display:none}}
.site-logo{width:156px;height:auto;display:block}.brand{display:flex;align-items:center;line-height:0}.nav{height:78px;gap:22px}.nav-links{gap:17px;font-size:.86rem;font-weight:750;align-items:center;white-space:nowrap}@media(max-width:1020px){.nav-links{gap:11px;font-size:.78rem}.site-logo{width:132px}}@media(max-width:560px){.site-logo{width:128px}}
@media(max-width:900px){.nav{height:auto;min-height:65px;flex-wrap:wrap;padding:9px 0}.nav-links{display:flex;order:3;width:100%;justify-content:space-between;gap:12px;overflow-x:auto;font-size:.75rem;padding:2px 0}.nav-links a{padding:5px 0}.lang{margin-left:auto}}@media(max-width:560px){.nav-links{justify-content:flex-start;gap:15px}.nav-links a{font-size:.71rem}}
@media(max-width:560px){body{font-size:14px}.shell{width:min(100% - 22px,1180px)}.nav{padding:6px 0;min-height:58px;gap:8px}.site-logo{width:112px}.lang{font-size:.7rem;padding:5px 4px}.nav-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;width:100%;overflow:visible;padding:1px 0}.nav-links a{font-size:.62rem;line-height:1.12;text-align:center;padding:4px 1px;white-space:normal}.hero{min-height:410px}.hero-copy{padding:38px 0}.hero h1{font-size:2.05rem;line-height:1.03;margin:9px 0}.hero p{font-size:.88rem;line-height:1.35;margin:0 0 13px}.section{padding:25px 0}.section-head{margin-bottom:16px}.section-head h1,.section-head h2{font-size:1.45rem;line-height:1.12;margin:6px 0}.section-head p{font-size:.86rem;line-height:1.38}.grid{gap:10px}.card{padding:13px}.card h3{font-size:1rem}.card p{font-size:.82rem;line-height:1.35;margin:4px 0}.card .go{font-size:.78rem}.steps{gap:9px}.step{padding:12px;gap:10px}.step .badge{width:27px;height:27px;font-size:.72rem;flex:0 0 27px}.step h2{font-size:1.05rem;line-height:1.18;margin:0 0 5px}.step p{font-size:.82rem;line-height:1.36;margin:0 0 8px}.side-note{padding:15px;margin-top:12px}.side-note h3{font-size:1.08rem;margin:5px 0}.side-note p{font-size:.82rem;line-height:1.35}.callout{padding:18px}.footer{padding:20px 0}.footer p,.footer small{font-size:.73rem}.search input{font-size:.9rem}.search button{font-size:.88rem;padding:10px}.market{gap:5px}.market span{font-size:.7rem;padding:4px 6px}}
