:root {
  --navy: #0b2545;
  --navy-2: #12365f;
  --heading: #155d96;
  --blue: #2b6ff3;
  --blue-dark: #1854d8;
  --blue-soft: #edf4ff;
  --green: #08a64f;
  --green-soft: #eafbf1;
  --teal: #09a6a6;
  --amber: #f59a00;
  --red: #e64b4b;
  --text: #526a83;
  --muted: #7890aa;
  --line: #d8e5f4;
  --surface: #f3f7fd;
  --white: #fff;
  --shadow: 0 24px 70px rgba(23, 66, 119, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--text); background: #fff; font-family: Inter, "Noto Sans Devanagari", "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header { height: 92px; position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { width: 142px; height: 88px; display: grid; place-items: center; margin-right: auto; }
.brand img { width: 137px; height: 86px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav a, .login-link { color: #2f4865; font-size: 15px; font-weight: 750; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a:hover, .login-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.lang-toggle, .menu-toggle { height: 48px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); background: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-weight: 800; }
.lang-toggle { min-width: 78px; padding: 0 13px; }
.menu-toggle { display: none; width: 48px; }
.header-demo { height: 50px; font-size: 15px; padding: 0 20px; }
.mobile-nav { display: none; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 50px rgba(25,65,110,.15); padding: 18px 22px 24px; }
.mobile-nav a { display: block; padding: 11px 5px; font-weight: 750; color: var(--navy); border-bottom: 1px solid #edf2f8; }
.mobile-nav div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 13px; }
.mobile-nav div a { text-align: center; border: 1px solid var(--line); border-radius: 12px; }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 1px solid transparent; border-radius: 15px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #2766e9, #347ef8); box-shadow: 0 14px 30px rgba(43,111,243,.25); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(43,111,243,.33); }
.button-whatsapp { color: #067d3e; background: var(--green-soft); border-color: #a9e5c0; }
.button-outline { color: var(--navy); background: #fff; border-color: var(--line); }

.hero { min-height: 760px; position: relative; overflow: hidden; background: radial-gradient(circle at 92% 48%, rgba(45,111,242,.14), transparent 30%), radial-gradient(circle at 3% 78%, rgba(102,209,54,.12), transparent 28%), #f8fbff; }
.hero-grid-bg { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(#dfeafb 1px, transparent 1px), linear-gradient(90deg, #dfeafb 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero-layout { min-height: 760px; position: relative; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 62px; padding-block: 86px 72px; }
.eyebrow { width: fit-content; min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border: 1px solid #c8daf4; border-radius: 999px; color: #1555d2; background: rgba(255,255,255,.8); font-size: 13px; font-weight: 850; letter-spacing: .35px; text-transform: uppercase; }
.eyebrow svg { width: 17px; height: 17px; }
.eyebrow.inverse { color: #c8e2ff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.hero h1, .section-heading h2, .roles-copy h2, .security-copy h2, .demo-copy h2, .faq-copy h2 { margin: 25px 0 19px; color: var(--heading); font-size: clamp(44px, 4.45vw, 68px); line-height: 1.11; letter-spacing: -2.2px; font-weight: 870; }
.hero-copy > h1 { margin-top: 0; }
.hero .lead { max-width: 665px; margin: 0; color: #647b94; font-size: clamp(18px, 1.3vw, 21px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.existing-users { margin-top: 25px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; font-size: 14px; }
.existing-users > span { color: var(--muted); }
.existing-users a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 800; }
.existing-users svg { width: 19px; height: 19px; }
.verification-line { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; color: var(--navy); }
.verification-line > svg { color: var(--green); width: 28px; height: 28px; }
.verification-line div { display: flex; flex-direction: column; line-height: 1.35; }
.verification-line strong { font-size: 14px; }
.verification-line span { color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 545px; display: flex; align-items: center; }
.hero-trust-badge { position: absolute; z-index: 5; top: -76px; right: 0; min-height: 48px; padding: 9px 13px; display: flex; align-items: center; gap: 4px; border: 1px solid #c8daf4; border-radius: 16px; color: #31506f; background: rgba(255,255,255,.94); box-shadow: 0 15px 38px rgba(23,66,119,.12); backdrop-filter: blur(12px); }
.hero-trust-badge span { min-height: 28px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; border-right: 1px solid #dce7f3; font-size: 11px; white-space: nowrap; }
.hero-trust-badge span:last-child { border-right: 0; }
.hero-trust-badge svg { width: 17px; height: 17px; color: var(--green); }
.hero-trust-badge span:nth-child(2) svg { color: var(--blue); }
.hero-trust-badge span:nth-child(3) svg { color: var(--teal); }
.dashboard-shell { position: relative; width: 100%; overflow: hidden; border: 1px solid #d7e4f3; border-radius: 28px; background: #f5f9fe; box-shadow: 0 34px 74px rgba(17,55,100,.2); transform: perspective(1200px) rotateY(-1.4deg); }
.dash-top { height: 58px; display: flex; align-items: center; padding: 0 22px; background: #fff; border-bottom: 1px solid var(--line); color: #536c86; font-size: 12px; }
.dash-top > span { display: flex; gap: 5px; margin-right: auto; }
.dash-top > span i { width: 8px; height: 8px; border-radius: 50%; background: #cbd8e8; }
.dash-top > span i:first-child { background: #ff7777; }
.dash-top > span i:nth-child(2) { background: #ffc55d; }
.dash-top > span i:last-child { background: #57d482; }
.dash-top b { display: inline-flex; align-items: center; gap: 7px; margin: 0 auto; }
.dash-top b svg { width: 16px; height: 16px; }
.dash-top em { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--navy); color: #fff; font-style: normal; font-weight: 800; }
.dash-content { display: grid; grid-template-columns: 62px 1fr; min-height: 425px; }
.dash-content aside { padding: 18px 11px; background: #0c294c; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.dash-content aside span { width: 39px; height: 39px; display: grid; place-items: center; color: #8fa7c1; border-radius: 11px; }
.dash-content aside span.active { color: #fff; background: #51ca18; box-shadow: 0 8px 18px rgba(81,202,24,.35); }
.dash-content aside svg { width: 20px; height: 20px; }
.dash-main { padding: 27px 27px 24px; }
.dash-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.dash-heading div { display: flex; flex-direction: column; }
.dash-heading small { color: #879bb0; font-size: 11px; }
.dash-heading strong { color: var(--navy); font-size: 17px; }
.dash-heading > span { padding: 6px 10px; border-radius: 999px; background: #e9f9ee; color: #228c49; font-size: 9px; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.metric-grid article { min-height: 120px; position: relative; padding: 17px; border: 1px solid #dfe9f5; border-radius: 17px; background: #fff; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; }
.metric-grid article:after { content: ""; position: absolute; width: 70px; height: 70px; border-radius: 50%; right: -22px; top: -28px; background: #e6efff; }
.metric-grid article:nth-child(2):after { background: #e7f8ed; }
.metric-grid article:nth-child(3):after { background: #fff3d9; }
.metric-grid article svg { color: var(--blue); width: 22px; height: 22px; }
.metric-grid article:nth-child(2) svg { color: var(--green); }
.metric-grid article:nth-child(3) svg { color: var(--amber); }
.metric-grid article small { margin-top: 8px; font-size: 9px; }
.metric-grid article b { color: var(--navy); font-size: 20px; }
.dash-lower { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; margin-top: 13px; }
.dash-lower article { min-height: 164px; padding: 15px; border: 1px solid #dfe9f5; border-radius: 17px; background: #fff; }
.dash-lower strong { color: var(--navy); font-size: 11px; }
.bars { height: 110px; display: flex; align-items: flex-end; gap: 8px; padding-top: 20px; border-bottom: 1px solid #d9e5f2; }
.bars i { flex: 1; height: 40%; border-radius: 5px 5px 0 0; background: #4b7ff0; }
.bars i:nth-child(2) { height: 62%; }.bars i:nth-child(3) { height: 51%; }.bars i:nth-child(4) { height: 78%; }.bars i:nth-child(5) { height: 66%; }.bars i:nth-child(6) { height: 91%; }.bars i:nth-child(7) { height: 70%; }
.flow-card p { display: flex; align-items: center; gap: 7px; margin: 9px 0 0; padding-bottom: 7px; border-bottom: 1px solid #edf2f8; font-size: 8px; }
.flow-card p i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.flow-card p:nth-of-type(2) i { background: var(--green); }.flow-card p:nth-of-type(3) i { background: var(--amber); }.flow-card p:nth-of-type(4) i { background: var(--teal); }
.flow-card p svg { width: 13px; height: 13px; margin-left: auto; color: var(--green); }
.brand-float, .verified-float { position: absolute; z-index: 3; border: 1px solid #d7e4f3; background: #fff; box-shadow: var(--shadow); }
.brand-float { width: 150px; height: 154px; top: -22px; left: 8px; border-radius: 22px; padding: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.brand-float img { width: 118px; height: 106px; object-fit: contain; }
.brand-float span { font-size: 6px; color: #53657a; font-weight: 800; }
.verified-float { right: -24px; top: 202px; border-radius: 17px; padding: 13px 16px; display: flex; align-items: center; gap: 10px; }
.verified-float svg { color: var(--green); width: 30px; height: 30px; }
.verified-float div { display: flex; flex-direction: column; line-height: 1.3; }
.verified-float b { color: var(--navy); font-size: 12px; }.verified-float small { font-size: 9px; }

.principles { background: #fff; border-block: 1px solid var(--line); }
.principles .container { min-height: 98px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.principles .container > div { min-height: 47px; display: flex; align-items: center; justify-content: center; gap: 11px; border-right: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 800; }
.principles .container > div:last-child { border-right: 0; }
.principles svg { color: var(--blue); }
.principles div:nth-child(2) svg { color: var(--green); }.principles div:nth-child(3) svg { color: var(--teal); }.principles div:nth-child(4) svg { color: var(--amber); }

.section { padding: 104px 0; }
.section-heading { max-width: 680px; }
.section-heading.centered { max-width: 820px; margin: 0 auto 52px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.section-heading h2, .roles-copy h2, .security-copy h2, .demo-copy h2, .faq-copy h2 { font-size: clamp(36px, 3.8vw, 56px); letter-spacing: -1.8px; margin-top: 23px; }
.section-heading p { margin: 0; font-size: 19px; color: #647b94; }

.why-section { background: #fff; }
.comparison { display: grid; grid-template-columns: 1fr 104px 1fr; align-items: center; }
.compare-card { min-height: 430px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(34,72,119,.08); }
.compare-card.old { background: linear-gradient(145deg, #fff, #fff9f9); }
.compare-card.new { background: linear-gradient(145deg, #fff, #f3fff7); border-color: #bfe9cd; }
.compare-title { display: flex; align-items: center; gap: 15px; }
.compare-title > svg { width: 51px; height: 51px; padding: 12px; border-radius: 14px; color: var(--red); background: #fff0f0; }
.new .compare-title > svg { color: var(--green); background: #e8faef; }
.compare-title small { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .8px; }
.compare-title h3 { margin: 1px 0 0; color: var(--navy); font-size: 25px; }
.paper-art { height: 150px; position: relative; margin: 28px 0 20px; border-radius: 17px; background: #f7f9fc; overflow: hidden; }
.paper-art i { position: absolute; width: 145px; height: 90px; border: 1px solid #dbe3ed; border-radius: 8px; background: #fff; left: 50%; top: 50%; box-shadow: 0 10px 25px rgba(45,65,90,.08); }
.paper-art i:first-child { transform: translate(-60%,-50%) rotate(-8deg); }.paper-art i:nth-child(2) { transform: translate(-40%,-45%) rotate(7deg); }.paper-art i:nth-child(3) { transform: translate(-50%,-58%); }
.mini-dashboard { height: 150px; margin: 28px 0 20px; padding: 22px; border-radius: 17px; background: #eef8f2; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.mini-dashboard i { border-radius: 9px; background: #fff; border: 1px solid #d7ebdf; }.mini-dashboard i:last-child { grid-column: 1/-1; }
.compare-card ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.compare-card li { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.compare-card li span { color: var(--red); font-size: 22px; }.compare-card li svg { width: 18px; height: 18px; color: var(--green); }
.compare-card li b { color: #4a6179; font-weight: 700; }
.transform { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.transform svg { width: 29px; height: 29px; }

.workflow-section { background: var(--surface); }
.workflow-intro { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.workflow-benefit { margin-top: 28px; padding: 18px; display: flex; gap: 13px; border: 1px solid #cfe0f6; border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(30,75,130,.08); }
.workflow-benefit > svg { color: var(--blue); margin-top: 2px; }
.workflow-benefit div { display: flex; flex-direction: column; }
.workflow-benefit strong { color: var(--navy); font-size: 15px; }.workflow-benefit span { font-size: 13px; line-height: 1.5; }
.office-card { margin: 0; position: relative; min-height: 410px; overflow: hidden; border: 8px solid #fff; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.office-card img { width: 100%; height: 410px; object-fit: cover; }
.office-card figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; min-height: 78px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); display: flex; align-items: center; gap: 13px; }
.office-card figcaption > svg { width: 42px; height: 42px; padding: 9px; border-radius: 12px; color: var(--blue); background: var(--blue-soft); }
.office-card figcaption div { display: flex; flex-direction: column; }.office-card figcaption strong { color: var(--navy); }.office-card figcaption span { font-size: 11px; }
.workflow-steps { margin-top: 58px; position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.workflow-steps:before { content: ""; position: absolute; height: 1px; left: 8%; right: 8%; top: 72px; background: repeating-linear-gradient(90deg, #9ab6d6 0 5px, transparent 5px 10px); }
.workflow-steps article { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }
.workflow-steps small { color: #8aa2bc; font-weight: 850; font-size: 11px; }
.workflow-steps article > span { width: 70px; height: 70px; margin: 8px 0 12px; display: grid; place-items: center; border: 1px solid #cadcf1; border-radius: 20px; background: #fff; color: var(--blue); }
.workflow-steps article:nth-child(3) > span, .workflow-steps article:nth-child(6) > span { color: var(--green); }.workflow-steps article:nth-child(4) > span { color: var(--teal); }.workflow-steps article:nth-child(5) > span { color: var(--amber); }
.workflow-steps b { color: var(--navy); font-size: 13px; line-height: 1.35; }

.modules-section { background: #fff; }
.module-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: -10px 0 39px; }
.module-filters button { min-height: 47px; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #546c84; font-weight: 800; cursor: pointer; }
.module-filters button.active { color: #fff; background: var(--navy); border-color: var(--navy); }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.module-grid article { min-height: 210px; position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.module-grid article:hover { transform: translateY(-5px); border-color: #bad2f0; box-shadow: 0 20px 45px rgba(31,74,127,.11); }
.module-grid article.hidden { display: none; }
.module-grid article > span { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: var(--blue-soft); }
.module-grid article:nth-child(4n+2) > span { color: var(--green); background: var(--green-soft); }.module-grid article:nth-child(4n+3) > span { color: var(--teal); background: #e8fbfb; }.module-grid article:nth-child(4n) > span { color: var(--amber); background: #fff6e7; }
.module-grid h3 { margin: 20px 0 7px; color: var(--heading); font-size: 21px; line-height: 1.3; }
.module-grid p { margin: 0; font-size: 14px; line-height: 1.6; }

.security-section { color: #d5e4f4; background: radial-gradient(circle at 80% 50%, rgba(42,112,240,.25), transparent 30%), linear-gradient(135deg, #08233e, #10365d); }
.security-layout { display: grid; grid-template-columns: 1fr .72fr .9fr; align-items: center; gap: 55px; }
.security-copy h2 { color: #fff; }
.security-copy p { color: #b9cbe0; font-size: 18px; }
.security-copy ul { list-style: none; padding: 0; margin: 28px 0 0; }
.security-copy li { display: flex; gap: 11px; align-items: center; margin: 13px 0; font-weight: 700; }
.security-copy li svg { color: #52db85; width: 19px; height: 19px; }
.security-visual { min-height: 340px; position: relative; display: grid; place-items: center; }
.security-core { position: relative; z-index: 3; width: 155px; height: 155px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg,#2670f2,#0ca657); color: #fff; box-shadow: 0 0 0 15px rgba(255,255,255,.05), 0 26px 55px rgba(0,0,0,.28); }
.security-core svg { width: 40px; height: 40px; }.security-core b { font-size: 24px; line-height: 1; }.security-core span { font-size: 10px; }
.security-ring { position: absolute; border: 1px dashed rgba(175,207,240,.35); border-radius: 50%; animation: rotate 25s linear infinite; }
.security-ring span { position: absolute; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; color: #70a5ff; background: #12385f; }
.ring-one { width: 245px; height: 245px; }.ring-two { width: 330px; height: 330px; animation-direction: reverse; animation-duration: 32s; }
.ring-one span:first-child { left: -20px; top: 95px; }.ring-one span:last-child { right: -20px; top: 95px; }
.ring-two span:first-child { left: 46px; top: 8px; }.ring-two span:last-child { right: 46px; bottom: 8px; }
.verification-card { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 23px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.qr-box { padding: 24px; background: rgba(255,255,255,.06); display: flex; flex-direction: column; align-items: flex-start; }
.qr-box > svg { width: 48px; height: 48px; color: #5cdd8c; }.qr-box span { margin-top: 10px; font-size: 11px; color: #9eb8d3; }.qr-box b { color: #fff; }
.verification-card > div:last-child { padding: 24px; }.verification-card h3 { color: #fff; margin: 0 0 18px; font-size: 20px; line-height: 1.35; }
.verification-card p { display: flex; align-items: center; padding: 8px 0; margin: 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 13px; }.verification-card p svg { width: 16px; height: 16px; margin-left: auto; color: #54d889; }

.roles-section { background: var(--surface); }
.roles-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.role-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.role-tabs button { min-height: 62px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border: 1px solid #cdddf0; border-radius: 15px; background: #fff; color: #4b6380; font-weight: 800; cursor: pointer; }
.role-tabs button.active { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 12px 24px rgba(43,111,243,.22); }
.role-card { min-height: 480px; position: relative; overflow: hidden; padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 24px 65px rgba(28,72,125,.12); }
.role-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 17px; color: var(--blue); background: var(--blue-soft); }
.role-icon svg { width: 30px; height: 30px; }
.role-card > small { display: block; margin-top: 25px; color: var(--blue); font-weight: 900; letter-spacing: 1px; }
.role-card h3 { max-width: 560px; margin: 7px 0 22px; color: var(--heading); font-size: clamp(28px, 2.7vw, 40px); line-height: 1.2; }
.role-card ul { list-style: none; padding: 0; margin: 0; }.role-card li { display: flex; align-items: center; gap: 9px; margin: 12px 0; font-weight: 700; }.role-card li svg { width: 18px; height: 18px; color: var(--green); }
.role-preview { height: 105px; margin-top: 24px; padding: 20px; border: 1px solid #cfdded; border-radius: 17px; background: #f3f7fd; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.role-preview i { height: 44px; border-radius: 10px; background: #dce8ff; }.role-preview i:nth-child(2) { background: #dff5e8; }.role-preview i:nth-child(3) { background: #fff0cc; }.role-preview span { grid-column: 1/-1; height: 13px; border-radius: 9px; background: #dde6f2; }

.how-section { background: #fff; }
.how-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.how-grid article { min-height: 260px; position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 21px; background: #fff; }
.how-grid article > small { position: absolute; right: 24px; top: 21px; color: #cad7e6; font-size: 24px; font-weight: 900; }
.how-grid article > span { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 16px; color: var(--blue); background: var(--blue-soft); }
.how-grid article:nth-child(2) > span { color: var(--green); background: var(--green-soft); }.how-grid article:nth-child(3) > span { color: var(--teal); background: #e8fbfb; }.how-grid article:nth-child(4) > span { color: var(--amber); background: #fff5e4; }
.how-grid h3 { margin: 22px 0 8px; color: var(--heading); font-size: 20px; }.how-grid p { margin: 0; font-size: 14px; }

.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 78px; }
.faq-copy h2 { font-size: clamp(35px, 3.3vw, 50px); }.faq-copy p { font-size: 18px; }.faq-copy .button { margin-top: 17px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: #fff; overflow: hidden; }
.faq-list summary { min-height: 72px; list-style: none; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--navy); font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 20px; transition: transform .2s ease; }.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 22px 22px; font-size: 15px; }

.demo-section { color: #c6d8eb; background: radial-gradient(circle at 15% 40%, rgba(15,172,164,.16), transparent 30%), linear-gradient(120deg,#082943,#112f5b); }
.demo-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; align-items: start; }
.demo-copy h2 { color: #fff; }.demo-copy p { font-size: 18px; }
.contact-cards { display: grid; gap: 13px; margin-top: 30px; }
.contact-cards a { min-height: 66px; padding: 12px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.07); }
.contact-cards a > svg { color: #5de192; width: 27px; height: 27px; }.contact-cards a:nth-child(2) > svg { color: #6ea3ff; }
.contact-cards span { display: flex; flex-direction: column; }.contact-cards small { font-size: 10px; }.contact-cards b { color: #fff; font-size: 14px; }
.privacy-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 27px; font-size: 12px !important; line-height: 1.5; }.privacy-note svg { color: #5de192; width: 21px; height: 21px; }
.demo-form { padding: 32px; border-radius: 27px; color: var(--text); background: #fff; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.form-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }.form-head strong { color: var(--navy); font-size: 23px; }.form-head span { font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }.form-grid label > span { color: #405975; font-size: 12px; font-weight: 750; }.form-grid .full { grid-column: 1/-1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 55px; padding: 13px 15px; border: 1px solid #ccdcee; border-radius: 13px; outline: 0; color: var(--navy); background: #fbfdff; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid textarea { min-height: 105px; resize: vertical; }.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(43,111,243,.12); }
.consent { margin: 18px 0; display: flex; align-items: flex-start; gap: 10px; font-size: 11px; line-height: 1.45; }.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); }
.form-submit { width: 100%; color: #fff; background: linear-gradient(135deg,#2766e9,#347ef8); border: 0; }.form-submit svg { width: 21px; height: 21px; }
.form-status { min-height: 20px; margin: 10px 0 0; text-align: center; color: var(--red); font-size: 12px; font-weight: 700; }
.form-status.success { color: var(--green); }

footer { padding: 70px 0 0; color: #a9bed4; background: #061b31; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .9fr; gap: 55px; padding-bottom: 52px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-brand img { width: 145px; height: 125px; object-fit: contain; border-radius: 15px; background: #fff; }.footer-brand p { max-width: 370px; font-size: 14px; }
.footer-grid h3 { margin: 8px 0 13px; color: #fff; font-size: 16px; }.footer-grid a, .footer-grid > div > span { font-size: 13px; }.footer-grid a:hover { color: #fff; }
.footer-grid > div > span { display: flex; align-items: center; gap: 8px; }.footer-grid > div > span svg { width: 17px; height: 17px; color: #5f96ff; }
.copyright { min-height: 68px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }.desktop-nav a { font-size: 13px; }.login-link { display: none; }.header-demo { padding-inline: 16px; }
  .hero-layout { gap: 35px; grid-template-columns: .95fr 1.05fr; }.hero h1 { font-size: 48px; }.brand-float { transform: scale(.86); transform-origin: top left; }.verified-float { right: -7px; }
  .module-grid { grid-template-columns: repeat(3,1fr); }
  .security-layout { grid-template-columns: 1fr 1fr; }.security-copy { grid-column: 1/-1; max-width: 800px; }.security-visual { min-height: 360px; }
}

@media (max-width: 860px) {
  body { font-size: 16px; }.site-header { height: 84px; }.brand { width: 122px; height: 80px; }.brand img { width: 118px; height: 77px; }
  .desktop-nav, .header-demo { display: none; }.login-link { display: none; }.menu-toggle { display: inline-flex; }.mobile-nav.open { display: block; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 65px; }.hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }.hero .lead { max-width: 720px; }.verification-line { text-align: left; }.hero-visual { width: min(700px, 100%); margin-inline: auto; padding-top: 64px; }.hero-trust-badge { top: 0; right: 50%; transform: translateX(50%); }.dashboard-shell { transform: none; }
  .principles .container { grid-template-columns: 1fr 1fr; padding: 12px 0; }.principles .container > div { border-right: 0; min-height: 54px; }
  .comparison { grid-template-columns: 1fr; gap: 18px; }.transform { flex-direction: row; justify-content: center; }.transform svg { transform: rotate(90deg); }.compare-card { min-height: 380px; }
  .workflow-intro, .roles-layout, .faq-layout, .demo-layout { grid-template-columns: 1fr; gap: 48px; }.workflow-intro .section-heading { max-width: 750px; }.workflow-steps { grid-template-columns: repeat(3,1fr); gap: 28px 14px; }.workflow-steps:before { display: none; }
  .module-grid { grid-template-columns: 1fr 1fr; }.module-grid article { min-height: 195px; }
  .roles-copy { text-align: center; }.roles-copy .eyebrow { margin-inline: auto; }.role-tabs { max-width: 650px; margin-inline: auto; }.how-grid { grid-template-columns: 1fr 1fr; }
  .demo-copy { text-align: center; }.demo-copy .eyebrow { margin-inline: auto; }.contact-cards { max-width: 600px; margin-inline: auto; }.privacy-note { justify-content: center; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-grid > div:last-child { display: none; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .lang-toggle { min-width: 64px; height: 46px; }.lang-toggle svg { width: 19px; height: 19px; }.menu-toggle { width: 46px; height: 46px; }
  .hero { min-height: auto; }.hero-layout { padding-block: 47px 58px; }.hero h1 { margin-top: 20px; font-size: clamp(39px, 11vw, 50px); letter-spacing: -1.5px; line-height: 1.08; }.hero .lead { font-size: 17px; line-height: 1.7; }
  .hero-actions { width: 100%; flex-direction: column; }.hero-actions .button { width: 100%; min-height: 60px; }.existing-users { justify-content: center; }.existing-users > span { width: 100%; }.verification-line { width: 100%; }
  .hero-visual { min-height: 385px; margin-top: 20px; padding-top: 66px; }.hero-trust-badge { width: 100%; min-height: 51px; justify-content: center; padding-inline: 5px; border-radius: 14px; }.hero-trust-badge span { padding-inline: 6px; font-size: 9px; gap: 4px; }.hero-trust-badge svg { width: 14px; height: 14px; }.dashboard-shell { border-radius: 19px; }.dash-top { height: 43px; padding: 0 12px; }.dash-top b { font-size: 8px; }.dash-top em { width: 26px; height: 26px; font-size: 8px; }.dash-content { grid-template-columns: 43px 1fr; min-height: 325px; }.dash-content aside { padding: 11px 6px; gap: 9px; }.dash-content aside span { width: 31px; height: 31px; }.dash-content aside svg { width: 16px; height: 16px; }.dash-main { padding: 16px 12px; }.dash-heading strong { font-size: 12px; }.dash-heading > span { display: none; }.metric-grid { gap: 6px; margin-top: 15px; }.metric-grid article { min-height: 89px; padding: 9px; border-radius: 11px; }.metric-grid article svg { width: 17px; height: 17px; }.metric-grid article small { font-size: 7px; }.metric-grid article b { font-size: 14px; }.dash-lower { grid-template-columns: 1fr; }.dash-lower article { min-height: 110px; padding: 10px; }.flow-card { display: none; }.bars { height: 80px; }.brand-float { width: 100px; height: 104px; top: -18px; left: 12px; padding: 6px; }.brand-float img { width: 82px; height: 77px; }.brand-float span { font-size: 4px; }.verified-float { top: 155px; right: -7px; padding: 9px; }.verified-float svg { width: 23px; height: 23px; }.verified-float b { font-size: 9px; }.verified-float small { font-size: 7px; }
  .principles .container { grid-template-columns: 1fr; }.principles .container > div { justify-content: flex-start; padding-left: 22px; border-bottom: 1px solid #edf2f8; }.principles .container > div:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }.section-heading.centered { margin-bottom: 38px; }.section-heading h2, .roles-copy h2, .security-copy h2, .demo-copy h2, .faq-copy h2 { font-size: 37px; line-height: 1.15; letter-spacing: -1.2px; }.section-heading p { font-size: 17px; }
  .compare-card { min-height: auto; padding: 23px; }.compare-card ul { grid-template-columns: 1fr; }.paper-art, .mini-dashboard { height: 120px; }
  .office-card, .office-card img { min-height: 350px; height: 350px; }.office-card figcaption { left: 10px; right: 10px; bottom: 10px; }.office-card figcaption strong { font-size: 13px; }.workflow-steps { grid-template-columns: 1fr 1fr; }.workflow-steps article > span { width: 62px; height: 62px; }
  .module-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }.module-filters button { flex: 0 0 auto; min-height: 43px; }.module-grid { grid-template-columns: 1fr; }.module-grid article { min-height: 180px; }
  .security-layout { grid-template-columns: 1fr; }.security-visual { min-height: 350px; transform: scale(.88); margin-block: -25px; }.verification-card { max-width: 430px; margin-inline: auto; }
  .role-tabs { grid-template-columns: 1fr; }.role-card { padding: 28px; min-height: 440px; }.role-preview { padding: 12px; gap: 8px; }
  .how-grid { grid-template-columns: 1fr; }.how-grid article { min-height: 220px; }
  .demo-form { padding: 23px 18px; border-radius: 21px; }.form-head { align-items: flex-start; gap: 8px; }.form-head strong { font-size: 20px; }.form-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: auto; }.form-grid input, .form-grid select { min-height: 58px; }.form-submit { min-height: 62px; padding-inline: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand { grid-column: 1/-1; }.copyright { min-height: 90px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
