:root {
--blue: #2D5DE5;
--blue-600: #1F48C9;
--brand: #1C7AEE;
--navy: #0F1F38;
--navy-2: #172B4D;
--ink: #0F1B33;
--ink-2: #33415C;
--muted: #5F6B85;
--line: #E2E8F3;
--line-2: #D3DCEC;
--bg: #F4F6FB;
--white: #FFFFFF;
--tint: #EEF3FE;
--tint-2: #DCE6FD;
--green: #1C956A;
--green-t: #E6F5EE;
--red: #C94141;
--red-t: #FCEEEE;
--amber: #A2620F;
--amber-t: #FDF2DF;
--f-display: "Anek Bangla", "Hind Siliguri", "Noto Sans Bengali", system-ui, sans-serif;
--f-body: "Plus Jakarta Sans", "Hind Siliguri", "Noto Sans Bengali", system-ui, -apple-system, "Segoe UI", sans-serif;
--f-en-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
--r-xs: 8px;
--r-sm: 12px;
--r-md: 16px;
--r-lg: 22px;
--r-xl: 32px;
--sh-1: 0 1px 2px rgba(15, 31, 56, .05), 0 4px 14px -6px rgba(15, 31, 56, .10);
--sh-2: 0 2px 4px rgba(15, 31, 56, .04), 0 18px 40px -18px rgba(15, 31, 56, .22);
--sh-device: 0 60px 120px -48px rgba(24, 58, 150, .45), 0 24px 48px -24px rgba(15, 31, 56, .28);
--container: 1200px;
--gutter: clamp(18px, 4vw, 32px);
--section: clamp(72px, 10vw, 128px);
--nav-h: 68px;
--ease: cubic-bezier(.16, 1, .3, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
body {
margin: 0; background: var(--white); color: var(--ink-2);
font: 400 16px/1.65 var(--f-body);
-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
overflow-x: hidden;
overflow-x: clip;
}
:lang(bn) body, body:lang(bn) { font-size: 17px; line-height: 1.75; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); text-wrap: balance; font-family: var(--f-display); font-weight: 700; line-height: 1.2; }
:lang(en) h1, :lang(en) h2, :lang(en) h3, :lang(en) h4 { font-family: var(--f-en-display); letter-spacing: -0.022em; font-weight: 800; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.num, .tabular { font-variant-numeric: tabular-nums; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); position: relative; }
.section-head { max-width: 760px; display: grid; gap: 16px; }
.section-head.center { margin-inline: auto; text-align: center; justify-items: center; }
.h2 { font-size: clamp(30px, 4.2vw, 48px); }
:lang(en) .h2 { font-size: clamp(28px, 3.8vw, 44px); }
.lead { font-size: clamp(17px, 1.6vw, 19px); color: var(--muted); max-width: 62ch; }
.eyebrow { font-family: var(--f-body); font-size: 14px; font-weight: 700; color: var(--blue); letter-spacing: .02em; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid #86A5F5; outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ic { width: 1.25em; height: 1.25em; flex: none; stroke-width: 1.75; }
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
html.js .reveal { opacity: 1; transform: none; transition: none; }
*, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
.btn {
--h: 54px;
display: inline-flex; align-items: center; justify-content: center; gap: 10px;
min-height: var(--h); padding: 0 24px; border-radius: var(--r-sm); border: 1px solid transparent;
font-family: var(--f-display); font-weight: 600; font-size: 17px; line-height: 1.1; white-space: nowrap;
cursor: pointer; transition: transform .2s var(--ease), background-color .2s, box-shadow .2s, border-color .2s;
}
:lang(en) .btn { font-family: var(--f-en-display); font-weight: 700; font-size: 16px; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn .ic { width: 20px; height: 20px; transition: transform .25s var(--ease); }
.btn:hover .ic-arrow { transform: translateX(3px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 10px 24px -10px rgba(45, 93, 229, .75); }
.btn-primary:hover { background: var(--blue-600); }
.btn-ghost { background: var(--white); color: var(--ink); border-color: var(--line-2); box-shadow: var(--sh-1); }
.btn-ghost:hover { border-color: #B9C7E3; }
.btn-white { background: #fff; color: var(--blue-600); }
.btn-white:hover { background: #EEF3FE; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-outline-light:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); }
.btn-sm { --h: 42px; padding: 0 16px; font-size: 15px; }
.btn-block { width: 100%; }
.pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; font-size: 14px; font-weight: 600; line-height: 1; padding: 8px 14px; }
.pill-soon { background: var(--white); color: var(--blue-600); border: 1px dashed #A9BDF1; }
.tile { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--tint); color: var(--blue); flex: none; transition: background-color .25s, color .25s; }
.tile .ic { width: 22px; height: 22px; }
.checks { display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); }
.checks .ok { width: 24px; height: 24px; border-radius: 50%; background: var(--green-t); color: var(--green); display: grid; place-items: center; flex: none; margin-top: 2px; }
.checks .ok .ic { width: 15px; height: 15px; stroke-width: 2.5; }
.browser { position: relative; background: var(--white); border-radius: 18px; border: 1px solid rgba(15,31,56,.08); box-shadow: var(--sh-device); overflow: hidden; }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 38px; padding: 0 16px; background: #F7F9FD; border-bottom: 1px solid var(--line); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #DCE2EE; }
.browser-bar span { margin-left: 12px; font-size: 12.5px; font-weight: 600; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 4px 14px; display: inline-flex; gap: 6px; align-items: center; }
.browser-bar span .ic { width: 13px; height: 13px; color: var(--green); }
.browser-body { container-type: inline-size; }
.phone { position: relative; container-type: inline-size; width: 100%; border-radius: 44px; padding: 10px; background: linear-gradient(160deg, #22365C, var(--navy) 40%); box-shadow: var(--sh-device), 0 0 0 1px rgba(255,255,255,.06) inset; }
.phone::before { content: ""; position: absolute; top: calc(10px + 2.6cqw); left: 50%; width: 30%; height: 6.4cqw; transform: translateX(-50%); background: #070E1B; border-radius: 999px; z-index: 2; }
.phone picture, .phone img { border-radius: 34px; overflow: hidden; width: 100%; }
.phone img { background: #fff; }
.phone .screen-top { position: absolute; left: 10px; right: 10px; top: 10px; height: 44px; background: #fff; border-radius: 34px 34px 0 0; z-index: 1; }
.tablet { position: relative; border-radius: 34px; padding: 14px; background: linear-gradient(160deg, #22365C, var(--navy) 45%); box-shadow: var(--sh-device); }
.tablet picture, .tablet img { border-radius: 22px; overflow: hidden; width: 100%; background: #fff; }
.tablet .crop { border-radius: 22px; overflow: hidden; aspect-ratio: 3 / 4; background: #fff; }
.tablet .crop img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 0; }
.panel { background: var(--white); border-radius: var(--r-lg); border: 1px solid rgba(15,31,56,.07); box-shadow: var(--sh-2); overflow: hidden; container-type: inline-size; }
[hidden] { display: none !important; }
.nav { position: sticky; top: 0; z-index: 50; height: var(--nav-h); transition: background-color .3s, box-shadow .3s, backdrop-filter .3s; }
.nav.scrolled, .nav.open { background: rgba(255, 255, 255, .82); -webkit-backdrop-filter: saturate(1.6) blur(14px); backdrop-filter: saturate(1.6) blur(14px); box-shadow: 0 1px 0 rgba(15, 31, 56, .08); }
.nav.open { background: #fff; }
.nav-in { display: flex; align-items: center; gap: 24px; height: 100%; }
.nav-logo { flex: none; display: block; padding: 4px 0; }
.nav-logo img { height: 36px; width: auto; }
.nav-links { flex: 1; display: flex; justify-content: center; }
.nav-links ul { display: flex; gap: 2px; }
.nav-links a { display: block; padding: 8px 12px; border-radius: 10px; font-weight: 500; font-size: 15.5px; color: var(--ink-2); transition: background-color .2s, color .2s; }
.nav-links a:hover { background: rgba(45, 93, 229, .08); color: var(--blue-600); }
.nav-end { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.nav-login { font-weight: 600; font-size: 15px; color: var(--ink); padding: 8px 6px; }
.lang { display: inline-flex; border: 1px solid var(--line); border-radius: 10px; padding: 3px; background: #fff; }
.lang a { padding: 5px 10px; border-radius: 7px; font-size: 13.5px; font-weight: 600; color: var(--muted); line-height: 1.3; transition: color .2s, background-color .2s; }
.lang a[lang="en"] { font-family: var(--f-en-display); }
.lang a[aria-current] { background: var(--tint); color: var(--blue-600); }
.lang a:hover:not([aria-current]) { color: var(--ink); }
.nav-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; place-items: center; cursor: pointer; }
.nav-burger .ic { width: 22px; height: 22px; }
.nav.open .nav-burger .ic { display: none; }
.nav.open .nav-burger::after { content: ""; width: 18px; height: 18px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / contain no-repeat; }
.mnav { position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; background: #fff; overflow-y: auto; padding: 8px 0 calc(32px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); animation: mnavIn .35s var(--ease); }
.mnav ul { display: grid; }
.mnav li a { display: block; padding: 16px 4px; font-family: var(--f-display); font-size: 21px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
:lang(en) .mnav li a { font-family: var(--f-en-display); font-size: 19px; }
.mnav-foot { display: grid; gap: 18px; margin-top: 28px; justify-items: start; }
@keyframes mnavIn { from { opacity: 0; transform: translateY(-8px); } }
@media (max-width: 1099px) {
.nav-links, .nav-end > .lang, .nav-login { display: none; }
.nav-burger { display: grid; }
}
@media (max-width: 400px) {
.nav-logo img { height: 30px; }
.nav-end { gap: 8px; }
.nav-end .btn-sm { padding: 0 12px; font-size: 14px; }
}
.hero { position: relative; isolation: isolate; margin-top: calc(-1 * var(--nav-h)); padding-top: calc(var(--nav-h) + clamp(36px, 6vw, 80px)); padding-bottom: clamp(64px, 9vw, 128px); overflow: hidden; overflow: clip; }
.hero-bg { position: absolute; inset: 0; z-index: -1;
background:
radial-gradient(55% 60% at 80% 32%, rgba(28, 122, 238, .17), transparent 70%),
radial-gradient(40% 45% at 8% 0%, rgba(45, 93, 229, .08), transparent 70%),
linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 78%); }
.hero-bg::after { content: ""; position: absolute; inset: 0;
background-image: radial-gradient(rgba(45, 93, 229, .16) 1px, transparent 1.3px); background-size: 22px 22px;
-webkit-mask-image: radial-gradient(60% 55% at 72% 38%, #000 20%, transparent 75%); mask-image: radial-gradient(60% 55% at 72% 38%, #000 20%, transparent 75%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 13fr); gap: clamp(32px, 4vw, 64px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.brandline { display: inline-flex; align-items: center; gap: 12px; padding: 6px 18px 6px 6px; border-radius: 999px; background: rgba(255,255,255,.9); border: 1px solid var(--line); box-shadow: var(--sh-1); }
.brandmark { width: 38px; height: 38px; border-radius: 50%; background: var(--blue); display: grid; place-items: center; flex: none; }
.brandmark img { width: 26px; height: auto; }
.brandmark.sm { width: 44px; height: 44px; }
.brandmark.sm img { width: 30px; }
.brandline > span:last-child { display: grid; line-height: 1.25; }
.brandline b { font-family: var(--f-display); font-weight: 700; color: var(--ink); font-size: 15.5px; }
.brandline .tg { font-family: var(--f-en-display); font-size: 12.5px; color: var(--muted); font-weight: 600; }
.hero h1 { margin-top: 24px; font-size: clamp(40px, 4.4vw, 62px); line-height: 1.16; font-weight: 800; letter-spacing: -0.005em; }
:lang(en) .hero h1 { font-size: clamp(36px, 4.1vw, 58px); line-height: 1.06; letter-spacing: -0.035em; }
.hero h1 .hl { color: var(--blue); }
.hero h1 .l2 { white-space: nowrap; }
.hero-sub { margin-top: 20px; font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); max-width: 32em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 24px; font-size: 15px; color: var(--ink-2); font-weight: 500; }
.hero-trust li { display: inline-flex; gap: 7px; align-items: center; }
.hero-trust .ic { color: var(--green); width: 18px; height: 18px; stroke-width: 2.4; }
.hero-visual { position: relative; }
.hv-glow { position: absolute; inset: 8% -12% -6% 6%; z-index: -1; background: radial-gradient(closest-side, rgba(28, 122, 238, .30), transparent); filter: blur(30px); }
.hv-desktop { width: 124%; max-width: 900px; }
.hv-phone { position: absolute; left: -9%; bottom: -12%; width: 30%; max-width: 250px; z-index: 2; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.float { animation: float 7s ease-in-out infinite; }
@media (prefers-reduced-motion: no-preference) {
.hero-copy > * { animation: rise .9s var(--ease) both; }
.hero-copy > :nth-child(2) { animation-delay: .06s; }
.hero-copy > :nth-child(3) { animation-delay: .12s; }
.hero-copy > :nth-child(4) { animation-delay: .18s; }
.hero-copy > :nth-child(5) { animation-delay: .24s; }
.hv-desktop { animation: rise 1.1s .15s var(--ease) both; }
.hv-phone { animation: rise 1.1s .3s var(--ease) both, float 7s 1.4s ease-in-out infinite; }
}
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }
@media (max-width: 1023px) {
.hero-grid { grid-template-columns: 1fr; }
.hero-copy { max-width: 700px; }
.hero-visual { margin-top: 16px; margin-right: calc(-1 * var(--gutter)); }
.hv-desktop { width: 100%; max-width: none; margin-left: 14%; width: 92%; }
.hv-phone { left: 0; bottom: -10%; width: 30%; }
}
@media (max-width: 640px) {
.hero { padding-bottom: 88px; }
.hero h1 { font-size: clamp(34px, 10vw, 44px); }
:lang(en) .hero h1 { font-size: clamp(32px, 9.4vw, 42px); }
.hero-cta { display: grid; }
.hero-cta .btn { width: 100%; }
.hero-trust { gap: 6px 16px; font-size: 14px; }
.hero-visual { margin-top: 28px; }
.hv-desktop { margin-left: 30%; width: 108%; }
.hv-desktop .browser { border-radius: 14px; }
.hv-phone { width: 50%; bottom: -14%; }
.brandline .tg { font-size: 11.5px; }
}
.problem { padding-bottom: clamp(24px, 4vw, 48px); }
.ledger { margin-top: 48px; border-radius: var(--r-xl); background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-2); overflow: hidden; }
.ledger-head, .lr { display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; }
.ledger-head { padding: 16px 0; background: var(--bg); border-bottom: 1px solid var(--line); font-weight: 700; font-size: 15px; }
.ledger-head > span { display: inline-flex; gap: 8px; align-items: center; }
.lh-k { padding-left: 28px; color: var(--muted); }
.lh-a { justify-self: center; color: var(--muted); }
.lh-v { padding-left: 28px; color: var(--blue-600); }
.lr-p { position: relative; padding: 20px 24px 20px 72px; color: var(--ink-2); font-size: 17px; border-bottom: 1px solid #E4EBF7; min-height: 100%; display: flex; align-items: center; }
.lr-p::before { content: ""; position: absolute; left: 52px; top: 0; bottom: -1px; width: 2px; background: rgba(201, 65, 65, .35); }
.lr-p .ic { position: absolute; left: 18px; color: #97A3BC; width: 22px; height: 22px; }
.lr-p span { background-image: linear-gradient(rgba(201, 65, 65, .7), rgba(201, 65, 65, .7)); background-repeat: no-repeat; background-size: 0 2px; background-position: 0 58%; transition: background-size .9s var(--ease) .35s; }
html:not(.js) .lr-p span, .lr.in .lr-p span { background-size: 100% 2px; }
.lr-a { justify-self: center; width: 34px; height: 34px; border-radius: 50%; background: var(--tint); color: var(--blue); display: grid; place-items: center; }
.lr-a .ic { width: 18px; height: 18px; }
.lr-s { display: flex; align-items: center; gap: 10px; padding: 12px 24px; }
.lr-s .ic { color: var(--blue); width: 22px; height: 22px; }
.lr-s span { font-weight: 600; color: var(--ink); }
.lr:last-child .lr-p { border-bottom: 0; }
.bridge { margin-top: 64px; text-align: center; }
.bridge span { font-family: var(--f-display); font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: var(--ink); line-height: 1.3; }
:lang(en) .bridge span { font-family: var(--f-en-display); letter-spacing: -0.02em; }
.bridge::after { content: ""; display: block; width: 2px; height: 64px; margin: 24px auto 0; background: linear-gradient(var(--blue), rgba(45, 93, 229, 0)); }
@media (max-width: 760px) {
.ledger-head { display: none; }
.lr { grid-template-columns: 1fr; }
.lr-a { display: none; }
.lr-p { border-bottom: 0; padding: 18px 18px 6px 64px; }
.lr-p::before { left: 46px; }
.lr-p .ic { left: 14px; }
.lr-s { position: relative; padding: 4px 18px 18px 64px; border-bottom: 1px solid #E4EBF7; }
.lr-s::before { content: ""; position: absolute; left: 46px; top: 0; bottom: -1px; width: 2px; background: rgba(201, 65, 65, .35); }
.lr-s .ic { width: 18px; height: 18px; }
.lr:last-child .lr-s { border-bottom: 0; }
}
.eco { background: var(--bg); overflow: hidden; }
.eco::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(45, 93, 229, .10) 1px, transparent 1.3px); background-size: 24px 24px; -webkit-mask-image: radial-gradient(60% 60% at 50% 55%, #000 10%, transparent 75%); mask-image: radial-gradient(60% 60% at 50% 55%, #000 10%, transparent 75%); pointer-events: none; }
.eco .container { position: relative; }
.eco-map { margin-top: 56px; display: grid; grid-template-columns: 1fr minmax(300px, 380px) 1fr; align-items: center; }
.eco-col { display: grid; gap: 14px; position: relative; }
.eco-col.l { padding-right: 56px; }
.eco-col.r { padding-left: 56px; }
.eco-col::after, .node::after, .hub::before, .hub::after { content: ""; position: absolute; pointer-events: none; }
.eco-col::after { top: 36px; bottom: 36px; width: 2px; background: linear-gradient(to bottom, #B4C6F3 55%, transparent 0) 0 0 / 2px 10px; }
.eco-col.l::after { right: 27px; }
.eco-col.r::after { left: 27px; }
.node::after, .hub::before, .hub::after { top: 50%; height: 2px; width: 28px; background: linear-gradient(to right, #B4C6F3 55%, transparent 0) 0 0 / 10px 2px; }
.eco-col.l .node::after { left: 100%; }
.eco-col.r .node::after { right: 100%; }
.hub::before { right: 100%; }
.hub::after { left: 100%; }
@media (prefers-reduced-motion: no-preference) {
.eco-col::after { animation: flowY 1.2s linear infinite; }
.eco-col.l .node::after, .hub::after { animation: flowX 1.2s linear infinite; }
.eco-col.r .node::after, .hub::before { animation: flowXr 1.2s linear infinite; }
}
@keyframes flowY { to { background-position: 0 10px; } }
@keyframes flowX { to { background-position: 10px 0; } }
@keyframes flowXr { to { background-position: -10px 0; } }
.node { position: relative; display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 12px 16px 12px 12px; box-shadow: var(--sh-1); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.node:hover { transform: translateY(-2px); box-shadow: var(--sh-2); border-color: #C8D5F0; }
.node:hover .tile { background: var(--blue); color: #fff; }
.node b { display: block; color: var(--ink); font-family: var(--f-display); font-weight: 700; font-size: 17px; line-height: 1.3; }
:lang(en) .node b { font-family: var(--f-en-display); font-size: 15.5px; letter-spacing: -0.01em; }
.node small { display: block; color: var(--muted); font-size: 14px; line-height: 1.4; }
.hub { position: relative; background: #fff; border-radius: 28px; padding: 22px 24px 18px; border: 1px solid var(--line); box-shadow: 0 0 0 10px rgba(45, 93, 229, .05), 0 0 0 22px rgba(45, 93, 229, .03), var(--sh-device); }
.hub-top { display: flex; gap: 14px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.hub-top b { display: block; font-family: var(--f-display); font-size: 22px; color: var(--ink); line-height: 1.2; }
:lang(en) .hub-top b { font-family: var(--f-en-display); font-size: 20px; }
.hub-top small { color: var(--muted); font-size: 14px; line-height: 1.35; display: block; }
.hub-kpis { margin: 0; display: grid; }
.hub-kpis div { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.hub-kpis div:last-child { border-bottom: 0; }
.hub-kpis dt { color: var(--muted); font-size: 14.5px; }
.hub-kpis dd { margin: 0; font-family: var(--f-display); font-weight: 700; color: var(--ink); font-size: 17px; }
:lang(en) .hub-kpis dd { font-family: var(--f-en-display); }
.hub-kpis i { grid-column: 1 / -1; height: 6px; border-radius: 6px; width: var(--w); background: var(--c); transform-origin: left; }
@media (prefers-reduced-motion: no-preference) { html.js .hub:not(.in) .hub-kpis i { transform: scaleX(0); } .hub-kpis i { transition: transform 1.2s var(--ease) .3s; } }
.soon { margin-top: 44px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; align-items: center; }
.soon-l { font-size: 14px; font-weight: 700; color: var(--muted); margin-right: 4px; }
@media (max-width: 1023px) {
.eco-map { grid-template-columns: 1fr 1fr; gap: 12px; }
.eco-col { display: contents; }
.hub { grid-column: 1 / -1; order: -1; margin: 0 auto 28px; width: min(100%, 440px); }
.hub::before, .hub::after, .node::after, .eco-col::after { display: none; }
}
@media (max-width: 560px) {
.node { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px; }
.node .tile { width: 38px; height: 38px; border-radius: 10px; }
.node b { font-size: 16px; }
.node small { font-size: 13.5px; }
}
.story { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.story.flip { grid-template-columns: 1fr 1.08fr; }
.story + .story { margin-top: clamp(88px, 11vw, 150px); }
.story-copy { display: grid; gap: 18px; align-content: start; }
.story-h { font-size: clamp(28px, 3.3vw, 42px); font-weight: 700; }
:lang(en) .story-h { font-size: clamp(26px, 3vw, 38px); font-weight: 800; }
.story-copy .checks { margin-top: 6px; }
.more { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; color: var(--blue); width: fit-content; margin-top: 4px; }
.more .ic { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.more:hover .ic { transform: translateX(3px); }
.story-vis { position: relative; padding: clamp(22px, 4vw, 52px); }
.vis-bg { position: absolute; inset: 0; border-radius: var(--r-xl); overflow: hidden; }
.vis-bg.a { background: linear-gradient(150deg, #EAF1FE 0%, #D6E3FD 100%); }
.vis-bg.b { background: linear-gradient(210deg, #EEF3FE 0%, #DCE6FB 100%); }
.vis-bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(45, 93, 229, .18) 1px, transparent 1.3px); background-size: 20px 20px; -webkit-mask-image: linear-gradient(135deg, #000, transparent 70%); mask-image: linear-gradient(135deg, #000, transparent 70%); }
.story-vis .panel { position: relative; }
.toast { position: absolute; z-index: 2; display: flex; gap: 12px; align-items: center; background: #fff; border-radius: 16px; padding: 10px 16px 10px 10px; box-shadow: var(--sh-2); border: 1px solid var(--line); font-size: 14px; line-height: 1.35; max-width: 270px; }
.toast .tile { width: 38px; height: 38px; border-radius: 10px; }
.toast b { display: block; color: var(--ink); font-size: 14.5px; }
.toast small { color: var(--muted); font-size: 13.5px; }
.toast.t1 { right: -14px; bottom: 26px; }
.toast.t2 { left: -18px; bottom: 30px; }
.tile.g { background: var(--green-t); color: var(--green); }
.tile.a { background: var(--amber-t); color: var(--amber); }
@media (prefers-reduced-motion: no-preference) { .toast { animation: float 8s ease-in-out infinite; } .toast.t2 { animation-delay: -3s; } }
.story-wide { margin-top: clamp(96px, 12vw, 160px); }
.salary-stage { margin-top: 48px; display: grid; grid-template-columns: 1fr minmax(260px, 400px) 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.sal-devices { position: relative; }
.sal-devices::before { content: ""; position: absolute; inset: -12% -30%; z-index: -1; background: radial-gradient(closest-side, rgba(28, 122, 238, .22), transparent); }
.sal-points { display: grid; gap: 32px; }
.sal-points li { display: flex; gap: 16px; align-items: center; }
.sal-points.l li { flex-direction: row-reverse; text-align: right; }
.sal-points p { font-weight: 600; color: var(--ink); font-size: 17px; line-height: 1.5; max-width: 22em; }
@media (max-width: 900px) {
.story, .story.flip { grid-template-columns: 1fr; gap: 28px; }
.story.flip .story-vis { order: -1; }
.toast.t1 { right: 8px; bottom: -18px; }
.toast.t2 { left: 8px; bottom: -18px; }
.salary-stage { grid-template-columns: 1fr; gap: 22px; }
.sal-devices { order: -1; width: min(340px, 82%); margin: 0 auto 12px; }
.sal-points { gap: 16px; }
.sal-points.l li { flex-direction: row; text-align: left; }
}
.how { background: var(--bg); }
.steps { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.steps::before { content: ""; position: absolute; top: 27px; left: 28px; right: 14%; height: 2px; background: linear-gradient(90deg, var(--blue), var(--tint-2)); }
.step { position: relative; display: grid; gap: 10px; align-content: start; }
.step-n { width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 2px solid var(--blue); color: var(--blue); display: grid; place-items: center; font-family: var(--f-display); font-weight: 800; font-size: 23px; position: relative; z-index: 1; box-shadow: 0 0 0 8px var(--bg); }
.step:first-child .step-n { background: var(--blue); color: #fff; }
.step h3 { font-size: 21px; margin-top: 10px; }
:lang(en) .step h3 { font-size: 19px; }
.step p { color: var(--muted); font-size: 16px; }
.trial-band { position: relative; overflow: hidden; margin-top: 80px; border-radius: var(--r-xl); background: linear-gradient(120deg, var(--blue) 0%, var(--brand) 100%); color: #fff; padding: clamp(30px, 4vw, 52px) clamp(24px, 4.5vw, 60px); display: flex; align-items: center; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; box-shadow: 0 30px 60px -30px rgba(45, 93, 229, .7); }
.tb-glow { position: absolute; inset: 0; background: url("../img/mark-white.webp") no-repeat right -60px center / 380px auto; opacity: .12; }
.tb-copy { position: relative; }
.tb-copy h3 { color: #fff; font-size: clamp(28px, 3.2vw, 38px); }
.tb-copy p { color: rgba(255, 255, 255, .9); margin-top: 8px; font-size: 18px; }
.trial-band .btn { position: relative; }
@media (max-width: 900px) and (min-width: 641px) { .steps { grid-template-columns: 1fr 1fr; row-gap: 40px; } .steps::before { display: none; } }
@media (max-width: 640px) {
.steps { grid-template-columns: 1fr; gap: 26px; }
.steps::before { top: 10px; bottom: 30px; left: 27px; right: auto; width: 2px; height: auto; background: linear-gradient(var(--blue), var(--tint-2)); }
.step { grid-template-columns: 56px 1fr; column-gap: 18px; row-gap: 4px; }
.step-n { grid-row: 1 / span 2; }
.step h3 { margin-top: 12px; }
.trial-band .btn { width: 100%; }
.tb-glow { background-size: 240px auto; background-position: right -70px top 20px; }
}
.bento { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bt { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 24px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); min-height: 260px; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.bt:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: #C8D5F0; }
.bt:hover .tile { background: var(--blue); color: #fff; }
.bt h3 { font-size: 21px; margin-top: 6px; }
:lang(en) .bt h3 { font-size: 18px; }
.bt p { color: var(--muted); font-size: 15.5px; line-height: 1.6; flex: 1; }
.receipt { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 12px; background: var(--bg); border: 1px dashed var(--line-2); font-size: 14.5px; color: var(--ink-2); }
.receipt b { font-family: var(--f-display); color: var(--ink); font-weight: 700; white-space: nowrap; }
:lang(en) .receipt b { font-family: var(--f-en-display); }
.bt.wide { grid-column: span 2; background: linear-gradient(150deg, #F3F7FF 0%, #E1EAFE 100%); border-color: transparent; }
.bt.wide h3 { font-size: 26px; }
:lang(en) .bt.wide h3 { font-size: 22px; }
.bt.wide p { font-size: 17px; max-width: 30em; }
.bt.wide .receipt { background: #fff; max-width: 360px; }
.bt.other { background: var(--navy); border-color: var(--navy); }
.bt.other h3 { color: #fff; }
.bt.other p { color: rgba(255, 255, 255, .78); }
.bt.other .tile { background: rgba(255, 255, 255, .1); color: #fff; }
.bt-cta { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; color: #fff; background: rgba(255, 255, 255, .12); padding: 10px 14px; border-radius: 12px; width: fit-content; font-size: 15px; transition: background-color .2s; }
.bt-cta:hover { background: rgba(255, 255, 255, .2); }
@media (max-width: 1023px) { .bento { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bento { grid-template-columns: 1fr; } .bt.wide { grid-column: auto; } .bt { min-height: 0; } }
.why-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.why-side { position: sticky; top: calc(var(--nav-h) + 32px); display: grid; gap: 18px; }
.why-brand { position: relative; margin-top: 18px; border-radius: var(--r-xl); aspect-ratio: 5 / 4; overflow: hidden; display: grid; place-items: center; background: radial-gradient(120% 120% at 15% 0%, #3E8BF6 0%, var(--brand) 38%, var(--blue) 100%); box-shadow: 0 40px 80px -40px rgba(28, 122, 238, .7); }
.why-brand::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .07) 0 1px, transparent 1px 44px); }
.why-brand img { position: relative; width: 50%; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; }
.why-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 26px 0; border-top: 1px solid var(--line); }
.why-list h3 { font-size: 20px; }
:lang(en) .why-list h3 { font-size: 18px; }
.why-list p { color: var(--muted); font-size: 15.5px; margin-top: 6px; }
@media (max-width: 960px) {
.why-grid { grid-template-columns: 1fr; }
.why-side { position: static; }
.why-brand { aspect-ratio: 16 / 9; }
.why-brand img { width: 30%; }
}
@media (max-width: 600px) { .why-list { grid-template-columns: 1fr; } .why-list li { padding: 20px 0; } .why-brand { display: none; } }
.inside { background: var(--bg); }
.tabs { margin-top: 40px; }
.tablist-wrap { display: flex; justify-content: center; overflow-x: auto; scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); padding: 6px var(--gutter); }
.tablist-wrap::-webkit-scrollbar { display: none; }
.tablist { display: inline-flex; gap: 4px; padding: 5px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--sh-1); }
.tablist button { display: inline-flex; gap: 8px; align-items: center; border: 0; background: transparent; padding: 10px 16px; border-radius: 11px; font-weight: 600; font-size: 15.5px; color: var(--muted); cursor: pointer; white-space: nowrap; transition: background-color .25s, color .25s, box-shadow .25s; }
.tablist button .ic { width: 18px; height: 18px; }
.tablist button:hover:not([aria-selected="true"]) { color: var(--ink); background: var(--bg); }
.tablist button[aria-selected="true"] { background: var(--blue); color: #fff; box-shadow: 0 8px 18px -10px rgba(45, 93, 229, .9); }
.stage { margin-top: 24px; position: relative; border-radius: var(--r-xl); background: linear-gradient(160deg, #E6EEFE 0%, #F6F8FE 65%); border: 1px solid var(--line); padding: clamp(18px, 4vw, 56px); min-height: clamp(380px, 50vw, 660px); display: grid; place-items: center; overflow: hidden; }
.pane { width: 100%; display: grid; justify-items: center; gap: 22px; }
.pane:focus-visible { outline-offset: 8px; }
@media (prefers-reduced-motion: no-preference) { .pane:not([hidden]) { animation: rise .6s var(--ease) both; } }
.pane-cap { font-weight: 600; color: var(--ink-2); text-align: center; font-size: 17px; }
.sc-desk { width: 100%; max-width: 1000px; }
.sc-desk-m { display: none; width: min(62vw, 260px); }
@media (max-width: 640px) { .sc-desk { display: none; } .sc-desk-m { display: block; } }
.sc-doc { width: 100%; max-width: 640px; }
.sc-phones { display: flex; gap: clamp(16px, 4vw, 48px); justify-content: center; }
.sc-phones .phone { width: clamp(150px, 26vw, 270px); }
.sc-phones.one .phone { width: clamp(210px, 30vw, 290px); }
.stage-note { text-align: center; margin-top: 14px; font-size: 14px; color: var(--muted); }
@media (max-width: 760px) { .tablist-wrap { justify-content: flex-start; } }
.plans { margin: 56px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1040px; }
.plan { position: relative; display: flex; flex-direction: column; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: clamp(24px, 3.2vw, 40px); box-shadow: var(--sh-2); }
.plan-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.plan-kicker { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 700; color: var(--blue-600); background: var(--tint); padding: 7px 13px; border-radius: 999px; width: fit-content; }
.plan-kicker .ic { width: 17px; height: 17px; }
.plan h3 { font-size: 30px; margin-top: 4px; }
:lang(en) .plan h3 { font-size: 26px; }
.plan-for { color: var(--muted); min-height: 3.5em; }
.price, .price [data-m], .price [data-y] { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price b { font-family: var(--f-display); font-weight: 800; font-size: clamp(46px, 5vw, 60px); color: var(--ink); line-height: 1; letter-spacing: -0.01em; }
:lang(en) .price b { font-family: var(--f-en-display); letter-spacing: -0.04em; }
.price b + span { color: var(--muted); font-weight: 600; font-size: 17px; }
.setup { font-weight: 600; color: var(--ink-2); background: var(--bg); border-radius: 12px; padding: 10px 14px; font-size: 15.5px; }
.timeline { display: grid; grid-template-columns: 1fr 1fr; border: 1.5px solid var(--blue); border-radius: 16px; overflow: hidden; }
.timeline div { padding: 14px 16px; display: grid; gap: 2px; align-content: start; }
.timeline div + div { background: var(--tint); border-left: 1.5px dashed var(--blue); }
.timeline small { font-size: 13px; font-weight: 700; color: var(--blue-600); }
.timeline b { font-family: var(--f-display); font-size: 24px; color: var(--ink); font-weight: 800; }
:lang(en) .timeline b { font-family: var(--f-en-display); letter-spacing: -0.02em; }
.timeline b em { font-style: normal; font-size: 15px; color: var(--muted); font-weight: 600; }
.timeline span { font-size: 14px; color: var(--muted); line-height: 1.45; }
.save { display: flex; gap: 8px; align-items: flex-start; background: var(--green-t); color: #11704F; font-weight: 600; padding: 10px 14px; border-radius: 12px; font-size: 15px; }
.save .ic { margin-top: 3px; width: 18px; height: 18px; }
.plan .checks { margin-top: 4px; }
.plan-extra { font-size: 14.5px; color: var(--muted); margin-top: auto; padding-top: 8px; }
.toggle { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 4px; }
.toggle button { position: relative; z-index: 1; border: 0; background: transparent; padding: 8px 16px; font-weight: 700; font-size: 14.5px; cursor: pointer; color: var(--muted); transition: color .3s; }
.toggle button[aria-checked="true"] { color: var(--blue-600); }
.toggle .thumb { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); background: #fff; border-radius: 9px; box-shadow: var(--sh-1); transition: transform .4s var(--ease); }
[data-billing="yearly"] .toggle .thumb { transform: translateX(100%); }
.plans-soon { margin-top: 28px; display: flex; justify-content: center; gap: 8px; align-items: center; color: var(--muted); font-weight: 600; font-size: 15.5px; text-align: center; }
.plans-soon .ic { color: var(--blue); }
.compare { max-width: 1040px; margin: 24px auto 0; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.compare summary { list-style: none; cursor: pointer; display: flex; justify-content: center; gap: 10px; align-items: center; padding: 18px; font-weight: 700; color: var(--blue-600); }
.compare summary::-webkit-details-marker { display: none; }
.compare summary .ic { transition: transform .3s var(--ease); }
.compare[open] summary .ic { transform: rotate(180deg); }
.table-wrap { overflow-x: auto; border-top: 1px solid var(--line); }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 660px; font-size: 15px; }
.table-wrap th, .table-wrap td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-wrap thead th { font-family: var(--f-display); color: var(--ink); font-size: 16.5px; background: var(--bg); }
:lang(en) .table-wrap thead th { font-family: var(--f-en-display); font-size: 15px; }
.table-wrap thead td { background: var(--bg); }
.table-wrap tbody th { font-weight: 600; color: var(--ink); white-space: nowrap; }
.table-wrap tbody tr:last-child > * { border-bottom: 0; }
.lapse { display: flex; gap: 14px; padding: 20px 24px; background: var(--amber-t); color: #6B4208; border-top: 1px solid #F0DDBA; }
.lapse .ic { color: var(--amber); width: 22px; height: 22px; margin-top: 3px; }
.lapse b { display: block; color: #5A3706; }
.lapse p { font-size: 15px; margin-top: 4px; }
@media (max-width: 860px) { .plans { grid-template-columns: 1fr; max-width: 560px; } .plan-for { min-height: 0; } }
@media (max-width: 400px) { .timeline { grid-template-columns: 1fr; } .timeline div + div { border-left: 0; border-top: 1.5px dashed var(--blue); } }
.faq { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.faq-side { position: sticky; top: calc(var(--nav-h) + 32px); display: grid; gap: 28px; }
.ask { display: grid; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; }
.ask p { color: var(--muted); font-weight: 500; margin-bottom: 6px; }
.ask-row { display: flex; gap: 12px; align-items: center; padding: 10px; margin: 0 -10px; border-radius: 14px; transition: background-color .2s; }
.ask-row:hover { background: var(--bg); }
.ask-row b { display: block; color: var(--ink); line-height: 1.3; }
.ask-row small { color: var(--muted); font-size: 14.5px; }
.faq-list { display: grid; gap: 12px; }
.qa { background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: border-color .2s, box-shadow .2s; }
.qa[open] { border-color: #C8D5F0; box-shadow: var(--sh-1); }
.qa summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; cursor: pointer; }
.qa summary::-webkit-details-marker { display: none; }
.qa h3 { font-size: 19px; font-weight: 600; }
:lang(en) .qa h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }
.qa-i { width: 32px; height: 32px; border-radius: 50%; background: var(--tint); color: var(--blue); display: grid; place-items: center; flex: none; transition: transform .35s var(--ease), background-color .2s, color .2s; }
.qa-i .ic { width: 18px; height: 18px; stroke-width: 2.2; }
.qa[open] .qa-i { transform: rotate(45deg); background: var(--blue); color: #fff; }
.qa-a { padding: 0 22px 20px; color: var(--ink-2); max-width: 64ch; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } .faq-side { position: static; } }
.final { padding-block: var(--section); }
.final-card { position: relative; overflow: hidden; isolation: isolate; border-radius: 36px; background: var(--navy); color: #fff; padding: clamp(36px, 6vw, 88px); display: grid; grid-template-columns: 1.35fr 1fr; gap: 40px; align-items: center; min-height: 440px; }
.final-glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(50% 70% at 82% 30%, rgba(28, 122, 238, .6), transparent 70%), radial-gradient(40% 60% at 0% 100%, rgba(45, 93, 229, .35), transparent 70%); }
.final-glow::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, .10) 1px, transparent 1.3px); background-size: 22px 22px; -webkit-mask-image: radial-gradient(60% 80% at 80% 40%, #000, transparent 70%); mask-image: radial-gradient(60% 80% at 80% 40%, #000, transparent 70%); }
.final-copy { display: grid; gap: 18px; }
.final-copy h2 { color: #fff; font-size: clamp(32px, 4.3vw, 54px); font-weight: 800; }
.final-copy p { color: rgba(255, 255, 255, .82); font-size: clamp(17px, 1.6vw, 19px); max-width: 34em; }
.final-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.final-shot { align-self: end; justify-self: center; width: min(300px, 100%); margin-bottom: calc(-1 * clamp(36px, 6vw, 88px) - 70px); transform: rotate(-6deg); }
.final-shot img { border-radius: 38px; border: 10px solid #20355C; box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .6); }
@media (max-width: 860px) {
.final-card { grid-template-columns: 1fr; min-height: 0; }
.final-shot { width: 56%; max-width: 260px; margin-bottom: calc(-1 * clamp(36px, 6vw, 88px) - 120px); }
}
@media (max-width: 640px) { .final-cta { display: grid; } .final-cta .btn { width: 100%; } .final-card { border-radius: 28px; } }
.footer { background: var(--bg); border-top: 1px solid var(--line); padding-top: 72px; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.4fr; gap: 40px; }
.foot-brand img { height: 42px; width: auto; }
.foot-tag { margin-top: 16px; font-family: var(--f-en-display); font-weight: 700; color: var(--ink); font-size: 14.5px; }
.foot-desc { color: var(--muted); margin-top: 6px; max-width: 34ch; font-size: 15px; }
.foot-social { display: flex; gap: 12px; margin-top: 16px; }
.foot-social a { font-weight: 600; color: var(--blue-600); text-transform: capitalize; }
.foot-col h2 { font-family: var(--f-body); font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 16px; letter-spacing: 0; }
.foot-col ul { display: grid; gap: 10px; }
.foot-col a { color: var(--muted); font-size: 15px; transition: color .2s; }
.foot-col a:hover { color: var(--blue-600); }
.foot-contact a { display: inline-flex; gap: 8px; align-items: center; }
.foot-contact .ic { width: 18px; height: 18px; color: var(--blue); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 56px; padding-block: 24px calc(24px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 460px) { .foot-grid { grid-template-columns: 1fr; gap: 32px; } }
.phone .screen { position: relative; border-radius: 34px; overflow: hidden; background: #fff; }
.phone .status { padding-top: 13%; background: #fff; }
.phone .screen picture, .phone .screen img { border-radius: 0; }
.ui { font-family: var(--f-body); color: var(--ink); font-size: calc(100cqw / 118); line-height: 1.35; background: #F3F5FA; }
.ui * { line-height: inherit; }
.ui .n { font-variant-numeric: tabular-nums; font-family: var(--f-display); font-weight: 700; letter-spacing: .01em; }
:lang(en) .ui .n { font-family: var(--f-en-display); letter-spacing: -0.01em; }
.ui-dash { display: grid; grid-template-columns: 6.4em 1fr; min-height: 60em; }
.ui-side { background: #fff; border-right: 1px solid var(--line); display: grid; align-content: start; justify-items: center; gap: 1.5em; padding: 1.8em 0; }
.ui-side .mk { width: 3.6em; height: 3.6em; border-radius: 1em; background: var(--blue); display: grid; place-items: center; }
.ui-side .mk img { width: 2.6em; }
.ui-side .si { width: 3.4em; height: 3.4em; border-radius: 50%; display: grid; place-items: center; color: #8A95AD; }
.ui-side .si.on { background: var(--blue); color: #fff; box-shadow: 0 .6em 1.4em -.6em rgba(45,93,229,.8); }
.ui-side .si .ic { width: 1.8em; height: 1.8em; }
.ui-main { padding: 1.6em 2.2em 2.2em; display: grid; gap: 1.5em; align-content: start; }
.ui-top { display: flex; align-items: center; justify-content: space-between; }
.ui-top img { height: 3em; width: auto; }
.ui-top .lg { font-size: 1.2em; font-weight: 600; border: 1px solid var(--line); background: #fff; border-radius: .8em; padding: .5em 1em; }
.ui-bar { display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 1.2em; padding: 1.1em 1.6em; border: 1px solid var(--line); }
.ui-bar b { font-size: 1.35em; letter-spacing: .04em; color: #43506B; }
.ui-bar .sel { font-size: 1.2em; border: 1px solid var(--line); border-radius: .7em; padding: .45em 1em; display: inline-flex; gap: 1.6em; align-items: center; }
.ui-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4em; }
.kpi { background: #fff; border-radius: 1.2em; border: 1px solid var(--line); overflow: hidden; }
.kpi-h { color: #fff; font-weight: 700; font-size: 1.3em; padding: .75em 1.1em; display: flex; gap: .6em; align-items: center; }
.kpi-h .ic { width: 1.15em; height: 1.15em; }
.kpi.s .kpi-h { background: #2E63D7; } .kpi.p .kpi-h { background: var(--navy-2); } .kpi.r .kpi-h { background: #1C956A; } .kpi.e .kpi-h { background: #C94141; }
.kpi-b { padding: 1.2em 1.3em 1.1em; display: grid; gap: .9em; }
.kpi-b .v { font-size: 2.3em; }
.spark { display: flex; align-items: flex-end; gap: .35em; height: 4.2em; border-bottom: 1px dashed var(--line-2); }
.spark i { flex: 1; border-radius: .25em .25em 0 0; background: #D8E2F8; min-height: .2em; }
.kpi.s .spark i.hi { background: #2E63D7; } .kpi.p .spark i.hi { background: var(--navy-2); } .kpi.r .spark i.hi { background: #1C956A; } .kpi.e .spark i.hi { background: #C94141; }
.kpi-b dl { margin: 0; display: grid; gap: .35em; font-size: 1.15em; }
.kpi-b dl div { display: flex; justify-content: space-between; gap: 1em; }
.kpi-b dt { color: var(--muted); } .kpi-b dd { margin: 0; font-weight: 600; font-variant-numeric: tabular-nums; }
.ui-row2 { display: grid; grid-template-columns: 1fr 1.25fr; gap: 1.4em; }
.card-ui { background: #fff; border-radius: 1.2em; border: 1px solid var(--line); padding: 1.4em 1.6em; }
.card-ui h5 { margin: 0 0 .9em; font-size: 1.35em; font-family: var(--f-body); font-weight: 700; display: flex; gap: .6em; align-items: center; color: var(--ink); }
.card-ui h5 .ic { width: 1.2em; height: 1.2em; color: var(--green); }
.mrows { display: grid; font-size: 1.2em; }
.mrows div { display: flex; justify-content: space-between; gap: 1em; padding: .55em 0; border-bottom: 1px solid #EEF1F7; }
.mrows div:last-child { border-bottom: 0; }
.mrows .tot { border-top: 2px solid var(--ink); border-bottom: 0; font-weight: 700; margin-top: .2em; }
.mrows .neg { color: var(--red); }
.donut-wrap { display: grid; grid-template-columns: 13em 1fr; gap: 2em; align-items: center; }
.donut { width: 13em; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(#1C956A 0 92.9%, #C94141 92.9% 100%); display: grid; place-items: center; }
.donut::after { content: ""; grid-area: 1 / 1; width: 70%; aspect-ratio: 1; border-radius: 50%; background: #fff; }
.donut b { grid-area: 1 / 1; z-index: 1; text-align: center; font-size: 1.35em; }
.donut b small { display: block; font-size: .65em; color: var(--muted); font-family: var(--f-body); font-weight: 600; letter-spacing: .06em; }
.legend { display: grid; gap: .8em; font-size: 1.2em; }
.legend div { display: grid; grid-template-columns: .8em 1fr auto; gap: .8em; align-items: center; }
.legend i { width: .8em; height: .8em; border-radius: 50%; }
.ui-row3 { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 1.4em; }
.mini { display: grid; gap: .6em; }
.mini .emo { width: 3.4em; height: 3.4em; border-radius: .9em; display: grid; place-items: center; }
.mini .emo .ic { width: 1.7em; height: 1.7em; }
.mini .v { font-size: 2em; }
.mini small { font-size: 1.15em; color: var(--muted); }
.alert-row { border: 1px solid #F3C7C7; background: #FFF6F6; border-radius: .9em; padding: .9em 1.1em; display: grid; gap: .2em; font-size: 1.15em; }
.alert-row + .alert-row { margin-top: .7em; }
.alert-row div { display: flex; justify-content: space-between; gap: 1em; }
.alert-row b { font-weight: 700; }
.alert-row .tag { font-size: .8em; font-weight: 700; color: var(--red); letter-spacing: .04em; }
.alert-row.amb { border-color: #F0D9B0; background: #FFFAF0; }
.alert-row.amb .tag { color: var(--amber); }
.alert-row small { color: var(--muted); }
.fab { position: absolute; right: 2.2em; bottom: 2.2em; width: 5em; height: 5em; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; box-shadow: 0 1em 2em -.8em rgba(45,93,229,.9); }
.fab .ic { width: 2.2em; height: 2.2em; stroke-width: 2.4; }
.ui-list { background: #fff; padding: 1.8em 2em 2em; font-size: clamp(11px, calc(100cqw / 34), 16px); }
.ui-list header { display: flex; justify-content: space-between; align-items: flex-end; gap: 1em; margin-bottom: 1.6em; }
.ui-list header h5 { margin: 0; font-family: var(--f-body); font-size: 1.1em; color: var(--muted); font-weight: 600; }
.ui-list header .big { font-size: 2.2em; color: var(--ink); display: block; margin-top: .15em; }
.ui-list header .chip { font-size: .85em; font-weight: 700; padding: .45em .9em; border-radius: 999px; background: var(--tint); color: var(--blue-600); white-space: nowrap; }
.lrow { display: grid; grid-template-columns: 2.6em 1fr auto auto; gap: 1em; align-items: center; padding: .9em 0; border-top: 1px solid #EEF1F7; font-size: 1em; }
.lrow .av { width: 2.6em; height: 2.6em; border-radius: 50%; background: var(--tint); color: var(--blue-600); display: grid; place-items: center; font-weight: 700; font-size: .95em; }
.lrow .nm { font-weight: 600; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lrow .nm small { display: block; font-weight: 500; color: var(--muted); font-size: .82em; }
.lrow .amt { color: var(--red); }
.lrow .go { font-size: .8em; font-weight: 700; color: #fff; background: var(--blue); border-radius: .6em; padding: .5em .9em; }
.lrow .ghostgo { font-size: .8em; font-weight: 700; color: var(--muted); padding: .5em .9em; }
.srow { display: grid; grid-template-columns: 1fr auto 6.4em; gap: 1em; align-items: center; padding: .85em 0; border-top: 1px solid #EEF1F7; }
.srow .nm { font-weight: 600; color: var(--ink); }
.srow .q { font-variant-numeric: tabular-nums; font-weight: 700; text-align: right; }
.st { justify-self: end; font-size: .78em; font-weight: 700; padding: .35em .8em; border-radius: 999px; }
.st.ok { background: var(--green-t); color: var(--green); } .st.low { background: var(--amber-t); color: var(--amber); } .st.out { background: var(--red-t); color: var(--red); }
.ui-inv { background: #fff; padding: 2em 2.2em; font-size: clamp(11px, calc(100cqw / 36), 16px); color: var(--ink); }
.ui-inv .ih { display: flex; justify-content: space-between; align-items: flex-start; gap: 2em; padding-bottom: 1.4em; border-bottom: 2px solid var(--ink); }
.ui-inv .ih img { height: 2.6em; width: auto; }
.ui-inv .ih .shop { font-size: .85em; color: var(--muted); margin-top: .4em; }
.ui-inv .meta { text-align: right; font-size: .85em; color: var(--muted); display: grid; gap: .2em; }
.ui-inv .meta b { color: var(--ink); font-size: 1.5em; font-family: var(--f-display); }
:lang(en) .ui-inv .meta b { font-family: var(--f-en-display); }
.ui-inv .to { margin: 1.3em 0 1em; font-size: .9em; color: var(--muted); }
.ui-inv .to b { color: var(--ink); font-size: 1.1em; }
.ui-inv table { width: 100%; border-collapse: collapse; font-size: .92em; }
.ui-inv th { text-align: left; font-weight: 600; color: var(--muted); font-size: .85em; padding: .6em 0; border-bottom: 1px solid var(--line); }
.ui-inv td { padding: .75em 0; border-bottom: 1px solid #EEF1F7; }
.ui-inv td.r, .ui-inv th.r { text-align: right; font-variant-numeric: tabular-nums; }
.ui-inv .sum { margin-left: auto; width: 55%; margin-top: 1em; display: grid; gap: .45em; font-size: .92em; }
.ui-inv .sum div { display: flex; justify-content: space-between; }
.ui-inv .sum .g { font-weight: 700; font-size: 1.15em; padding-top: .5em; border-top: 2px solid var(--ink); }
.ui-inv .sum .due { color: var(--red); font-weight: 700; }
.ui-rep { background: #fff; padding: 2em 2.2em 1.8em; font-size: clamp(11px, calc(100cqw / 36), 16px); }
.ui-rep header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.6em; gap: 1em; flex-wrap: wrap; }
.ui-rep header h5 { margin: 0; font-family: var(--f-body); font-size: 1.15em; color: var(--ink); }
.ui-rep .lg { display: flex; gap: 1.2em; font-size: .85em; color: var(--muted); }
.ui-rep .lg span { display: inline-flex; gap: .45em; align-items: center; }
.ui-rep .lg i { width: .8em; height: .8em; border-radius: .2em; display: inline-block; }
.chart { display: grid; grid-template-columns: 3.6em 1fr; gap: .8em; height: 16em; }
.chart .yax { display: flex; flex-direction: column-reverse; justify-content: space-between; font-size: .72em; color: var(--muted); text-align: right; padding-bottom: 1.8em; }
.chart .plot { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.4em; align-items: end; padding-bottom: 1.8em; background: repeating-linear-gradient(to top, transparent 0 calc(25% - 1px), #EEF1F7 calc(25% - 1px) 25%); background-size: 100% calc(100% - 1.8em); background-repeat: no-repeat; }
.chart .grp { position: relative; height: 100%; display: flex; gap: .3em; align-items: flex-end; justify-content: center; }
.chart .grp i { width: 42%; border-radius: .35em .35em 0 0; }
.chart .grp i.s { background: var(--blue); } .chart .grp i.x { background: #9DB4F0; }
.chart .grp:last-child i.s { background: var(--blue-600); }
.chart .grp em { position: absolute; bottom: -1.8em; left: 0; right: 0; text-align: center; font-style: normal; font-size: .72em; color: var(--muted); }
.page-hero { padding-top: clamp(40px, 6vw, 80px); padding-bottom: var(--section); background: linear-gradient(180deg, #F5F8FF, #fff 60%); }
.page-hero h1 { font-size: clamp(34px, 4.4vw, 54px); font-weight: 800; }
.page-hero .lead { margin-top: 16px; }
.narrow { max-width: 780px; }
.link { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.start-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "head form" "info form"; gap: 0 clamp(32px, 6vw, 80px); align-items: start; }
.start-head { grid-area: head; }
.start-info { grid-area: info; }
.start-form { grid-area: form; }
.start-inc { margin-top: 36px; }
.start-inc h2 { font-size: 19px; margin-bottom: 14px; }
.start-alt { margin-top: 36px; display: grid; gap: 10px; color: var(--muted); }
.start-alt a { display: inline-flex; gap: 10px; align-items: center; font-weight: 600; color: var(--ink); width: fit-content; }
.start-alt .ic { color: var(--blue); }
.start-form { background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--sh-2); padding: clamp(22px, 3vw, 36px); display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 600; color: var(--ink); font-size: 15.5px; }
.field input, .field select { height: 52px; width: 100%; border: 1px solid #BFCBE2; border-radius: var(--r-sm); padding: 0 14px; font: inherit; font-size: 16px; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder { color: #6B778F; }
.field input:focus, .field select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(45, 93, 229, .16); }
.field [aria-invalid="true"] { border-color: var(--red); }
.err { color: var(--red); font-size: 14px; font-weight: 600; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { text-align: center; font-size: 15px; }
.form-note a { color: var(--blue); font-weight: 600; }
@media (max-width: 860px) { .start-grid { grid-template-columns: 1fr; grid-template-areas: "head" "form" "info"; row-gap: 28px; } }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }
.nf { text-align: center; }
.nf .narrow { margin-inline: auto; display: grid; justify-items: center; gap: 8px; }
.nf-code { font-family: var(--f-en-display); font-size: clamp(80px, 12vw, 128px); font-weight: 800; color: var(--tint-2); line-height: 1; letter-spacing: -0.04em; }
.nf .btn { margin-top: 28px; }