:root{
  --brand:#0f6cbd;
  --brand-strong:#115ea3;
  --brand-soft:#eff6fc;
  --teal:#038387;
  --ink:#242424;
  --muted:#616161;
  --line:#e0e0e0;
  --surface:#ffffff;
  --surface-alt:#f5f5f5;
  --success:#107c10;
  --warn:#9a6700;
  --danger:#a4262c;
  --radius:16px;
  --shadow:0 8px 30px rgba(0,0,0,.08);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI",SegoeUI,system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.skip{position:absolute;left:-9999px;top:auto}
.skip:focus{left:16px;top:12px;background:#fff;padding:10px 14px;z-index:99;border:1px solid var(--line);border-radius:8px}
.topbar{height:44px;background:#0b3152;color:#fff;display:flex;align-items:center;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;align-items:center}
.topbar strong{font-weight:600}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.08)}
.nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;color:var(--ink);letter-spacing:-.2px}
.brand:hover{text-decoration:none}
.brand-mark{width:34px;height:34px;display:grid;grid-template:1fr 1fr/1fr 1fr;gap:2px}
.brand-mark span{background:var(--brand);border-radius:2px}
.brand-mark span:nth-child(2){background:#2b88d8}.brand-mark span:nth-child(3){background:var(--teal)}.brand-mark span:nth-child(4){background:#56b4b8}
.brand small{font-weight:500;color:var(--muted);margin-left:4px}
.nav-links{display:flex;align-items:center;gap:24px;font-size:14px}
.nav-links a{color:#323130;font-weight:600}
.nav-links a[aria-current="page"]{color:var(--brand)}
.nav-cta{background:var(--brand);color:#fff!important;padding:9px 14px;border-radius:6px}
.nav-cta:hover{background:var(--brand-strong);text-decoration:none}
.menu-btn{display:none;border:0;background:transparent;font-size:24px;cursor:pointer;padding:8px}
.hero{background:linear-gradient(135deg,#f7fbff 0%,#eff6fc 52%,#f5fbfa 100%);border-bottom:1px solid #edf0f2;overflow:hidden}
.hero-grid{min-height:620px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:52px;padding:66px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand-strong);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.eyebrow:before{content:"";width:24px;height:3px;background:var(--teal);border-radius:2px}
h1,h2,h3{line-height:1.14;margin:0 0 18px;letter-spacing:-.025em}
h1{font-size:clamp(42px,5.4vw,70px);max-width:800px}
h2{font-size:clamp(30px,3.2vw,44px)}
h3{font-size:22px}
.lead{font-size:21px;color:#424242;max-width:720px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 26px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 18px;border-radius:6px;font-weight:650;border:1px solid transparent;transition:.18s ease}
.btn.primary{background:var(--brand);color:#fff}.btn.primary:hover{background:var(--brand-strong);text-decoration:none;transform:translateY(-1px)}
.btn.secondary{border-color:#c8c6c4;background:#fff;color:#242424}.btn.secondary:hover{border-color:#8a8886;text-decoration:none;transform:translateY(-1px)}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;color:#4a4a4a;font-size:13px}
.badge{background:#fff;border:1px solid #dbe6ef;border-radius:999px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px}
.badge .dot{width:7px;height:7px;border-radius:50%;background:var(--teal)}
.product-window{background:#fff;border:1px solid #d6d6d6;border-radius:12px;box-shadow:0 20px 54px rgba(15,67,101,.18);overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}
.window-bar{height:46px;background:#fafafa;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;gap:8px;padding:0 15px}
.window-bar span{width:10px;height:10px;border-radius:50%;background:#c8c6c4}
.window-bar .url{height:26px;flex:1;background:#fff;border:1px solid #e0e0e0;border-radius:4px;margin-left:6px}
.window-body{display:grid;grid-template-columns:130px 1fr;min-height:390px}
.mock-sidebar{border-right:1px solid #ececec;background:#fbfbfb;padding:18px 12px}
.mock-sidebar div{height:11px;background:#e7e7e7;border-radius:3px;margin:12px 0}.mock-sidebar div:nth-child(2){width:72%}.mock-sidebar div:nth-child(4){width:80%}.mock-sidebar div:nth-child(5){width:62%}
.mock-content{padding:28px}
.mock-title{height:22px;width:62%;background:#323130;border-radius:3px;margin-bottom:24px}
.bridge-row{display:grid;grid-template-columns:1fr 42px 1fr;gap:10px;align-items:center;margin-top:18px}
.bridge-box{border:1px solid #b9d7f0;background:#f5faff;padding:18px;border-radius:8px;min-height:122px;display:flex;flex-direction:column;justify-content:center}
.bridge-box.wisej{border-color:#b6dfd7;background:#f3fbf8}
.bridge-box strong{font-size:15px}.bridge-box small{margin-top:5px;color:var(--muted)}
.bridge-arrow{height:2px;background:#8a8886;position:relative}.bridge-arrow:after{content:"";position:absolute;right:-1px;top:-4px;border-left:7px solid #8a8886;border-top:5px solid transparent;border-bottom:5px solid transparent}
.mock-list{margin-top:26px;border:1px solid #e1e1e1;border-radius:6px;overflow:hidden}
.mock-list .toolbar{height:36px;background:#fafafa;border-bottom:1px solid #e5e5e5;padding:8px 10px;font-size:12px;color:var(--brand)}
.mock-list .line{height:32px;border-bottom:1px solid #eee;display:grid;grid-template-columns:26px 1fr 80px;gap:10px;align-items:center;padding:0 10px}.mock-list .line:last-child{border:0}.mock-list i{display:block;height:8px;background:#ddd;border-radius:3px}.mock-list i:last-child{background:#e8f3fb}
.section{padding:88px 0}
.section.alt{background:var(--surface-alt)}
.section-head{max-width:760px;margin-bottom:44px}.section-head p{font-size:18px;color:var(--muted);margin:0}
.kicker{font-size:13px;color:var(--brand);font-weight:750;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:0 2px 10px rgba(0,0,0,.03)}
.card h3{font-size:21px;margin-bottom:10px}.card p{margin:0;color:var(--muted)}
.icon{width:42px;height:42px;border-radius:8px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:18px;font-weight:800;font-size:18px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.feature-list{display:grid;gap:18px;margin-top:28px}.feature{display:grid;grid-template-columns:34px 1fr;gap:13px}.feature .check{width:28px;height:28px;border-radius:50%;background:#e7f4ea;color:var(--success);display:grid;place-items:center;font-weight:800}.feature strong{display:block}.feature span{color:var(--muted)}
.diagram{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
.diagram figcaption{padding:14px 18px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.security-band{background:#102a43;color:#fff;padding:72px 0}.security-band h2{color:#fff}.security-band .section-head p{color:#d7e3ee}.security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.security-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:22px}.security-card b{display:block;margin-bottom:8px}.security-card p{margin:0;color:#d7e3ee;font-size:14px}
.api-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.api-item{border-left:3px solid var(--brand);padding:14px 16px;background:#fff;border-radius:0 8px 8px 0}.api-item b{display:block}.api-item span{font-size:14px;color:var(--muted)}
.callout{padding:24px 26px;border-radius:12px;background:#fff4ce;border:1px solid #f2d65c}.callout strong{display:block;margin-bottom:6px;color:#6a4b00}.callout p{margin:0}
.status-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.status-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.status-table th,.status-table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.status-table th{background:#f8f8f8}.status-table tr:last-child td{border-bottom:0}.pill{font-size:12px;font-weight:700;border-radius:999px;padding:4px 8px;display:inline-block}.pill.pass{color:#0b6a0b;background:#dff6dd}.pill.pending{color:#8a5b00;background:#fff4ce}
.code{background:#1f1f1f;color:#f2f2f2;border-radius:10px;padding:20px;overflow:auto;font-family:Consolas,"SFMono-Regular",monospace;font-size:13px;line-height:1.6}.code .kw{color:#9cdcfe}.code .str{color:#ce9178}.code .cm{color:#6a9955}
.quote{font-size:30px;line-height:1.3;letter-spacing:-.02em;max-width:920px;margin:0 auto;text-align:center}.quote em{color:var(--brand);font-style:normal}
.cta{background:linear-gradient(135deg,#0f6cbd,#0b4f7c);color:#fff;border-radius:18px;padding:44px;display:grid;grid-template-columns:1.4fr .6fr;align-items:center;gap:30px}.cta h2{color:#fff;margin-bottom:10px}.cta p{color:#dbeaf7;margin:0}.cta .btn{justify-self:end;background:#fff;color:#0f5d9a}
.footer{padding:42px 0;background:#f3f2f1;border-top:1px solid #e5e5e5}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}.footer p,.footer small{color:var(--muted)}.footer-nav{display:flex;gap:20px;justify-content:flex-end;flex-wrap:wrap}.footer-nav a{color:#424242;font-size:14px}
.page-hero{padding:72px 0 58px;background:linear-gradient(135deg,#f7fbff,#f3f8fb);border-bottom:1px solid #e8eef3}.page-hero h1{font-size:clamp(38px,4.2vw,58px)}.page-hero p{font-size:20px;color:var(--muted);max-width:780px}
.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:22px}
.timeline{display:grid;gap:0}.step{display:grid;grid-template-columns:54px 1fr;gap:18px;position:relative;padding-bottom:28px}.step:not(:last-child):before{content:"";position:absolute;left:26px;top:48px;bottom:0;width:2px;background:#d9e7f5}.step-num{width:54px;height:54px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:700}.step h3{margin:4px 0 6px}.step p{margin:0;color:var(--muted)}
.anchor-card{position:sticky;top:100px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px}.anchor-card strong{display:block;margin-bottom:12px}.anchor-card a{display:block;padding:7px 0;color:#424242;font-size:14px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:48px}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px}.simple-table{width:100%;border-collapse:collapse;min-width:680px}.simple-table th,.simple-table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.simple-table th{background:#f7f7f7;font-size:14px}.simple-table tr:last-child td{border-bottom:0}
.notice{border-left:4px solid var(--teal);background:#f3fbf8;padding:17px 18px;border-radius:0 8px 8px 0;margin:24px 0}.notice p{margin:0;color:#3f4f4d}
@media (max-width:980px){.hero-grid,.split,.cta,.content-layout{grid-template-columns:1fr}.hero-grid{min-height:auto}.product-window{transform:none}.grid-3,.security-grid,.api-grid{grid-template-columns:repeat(2,1fr)}.cta .btn{justify-self:start}.anchor-card{position:static;display:none}.footer-grid{grid-template-columns:1fr}.footer-nav{justify-content:flex-start}}
@media (max-width:720px){.container{width:min(100% - 28px,var(--max))}.topbar{display:none}.menu-btn{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--line);padding:16px 20px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.nav-cta{width:100%;text-align:center}.hero-grid{padding:48px 0}.window-body{grid-template-columns:1fr}.mock-sidebar{display:none}.bridge-row{grid-template-columns:1fr}.bridge-arrow{width:2px;height:30px;margin:auto}.bridge-arrow:after{right:-4px;top:auto;bottom:-1px;border-top:7px solid #8a8886;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:0}.section{padding:64px 0}.grid-3,.grid-2,.security-grid,.api-grid,.status-grid{grid-template-columns:1fr}.security-band{padding:60px 0}.quote{font-size:24px}.cta{padding:30px}.page-hero{padding:52px 0 42px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.language-switch{display:inline-flex;align-items:center;gap:6px;padding:4px 7px;border:1px solid var(--line);border-radius:6px;background:#fff;font-size:12px;font-weight:700;white-space:nowrap}
.language-switch a{color:var(--muted);padding:3px 5px;border-radius:4px}
.language-switch a:hover{text-decoration:none;color:var(--brand)}
.language-switch a[aria-current="page"]{background:var(--brand-soft);color:var(--brand-strong)}
@media (max-width:720px){.language-switch{margin-top:4px}.nav-links .language-switch{width:auto}}

.footer-legal{margin-top:30px;padding-top:26px;border-top:1px solid #d6d3d1;display:flex;align-items:center;gap:24px;justify-content:space-between}
.footer-company-logo{display:block;flex:0 0 auto;border-radius:4px;outline-offset:4px}
.footer-company-logo:hover{text-decoration:none}
.footer-company-logo img{width:180px;max-width:100%;height:auto}
.footer-legal-copy{color:var(--muted);font-size:13px;line-height:1.7;text-align:right}
.footer-legal-copy a{color:#424242;text-decoration:none}
.footer-legal-copy a:hover{text-decoration:underline;color:var(--brand)}
@media (max-width:720px){.footer-legal{align-items:flex-start;flex-direction:column}.footer-legal-copy{text-align:left}.footer-company-logo img{width:165px}}
