:root,[data-theme=dark]{--font-sans: "Be Vietnam Pro", "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-display: "Be Vietnam Pro", "Plus Jakarta Sans", sans-serif;--bg-main: #090d16;--bg-surface: #0f172a;--bg-card: #131c31;--bg-card-hover: #192540;--bg-glass: rgba(19, 28, 49, .7);--header-bg: rgba(9, 13, 22, .85);--primary: #0284c7;--primary-light: #38bdf8;--primary-glow: rgba(56, 189, 248, .25);--emerald: #10b981;--emerald-glow: rgba(16, 185, 129, .2);--purple: #8b5cf6;--gold: #f59e0b;--gold-glow: rgba(245, 158, 11, .2);--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--brand-text-gradient: linear-gradient(135deg, #ffffff 0%, #93c5fd 100%);--border-subtle: rgba(255, 255, 255, .08);--border-hover: rgba(56, 189, 248, .3);--border-active: rgba(56, 189, 248, .6);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--shadow-subtle: 0 4px 20px rgba(0, 0, 0, .25);--shadow-glow: 0 0 30px rgba(56, 189, 248, .15);--transition: all .25s cubic-bezier(.16, 1, .3, 1);--hero-glow-bg: radial-gradient(circle, rgba(2, 132, 199, .2) 0%, rgba(9, 13, 22, 0) 70%);--partners-bg: rgba(15, 23, 42, .4);--input-bg: rgba(255, 255, 255, .04);--input-focus-bg: rgba(255, 255, 255, .07);--footer-bg: #060911;--nav-bg: rgba(255, 255, 255, .03);--nav-active-bg: rgba(2, 132, 199, .25);--nav-active-color: #ffffff;--btn-sec-bg: rgba(255, 255, 255, .05);--btn-sec-hover: rgba(255, 255, 255, .1);--sec-box-bg: rgba(255, 255, 255, .03);--ai-card-bg: linear-gradient(180deg, rgba(139, 92, 246, .08) 0%, #131c31 100%);--trans-card-bg: linear-gradient(135deg, #0f182e 0%, #17122b 50%, #0d1e38 100%)}[data-theme=light]{--bg-main: #f8fafc;--bg-surface: #f1f5f9;--bg-card: #ffffff;--bg-card-hover: #f8fafc;--bg-glass: rgba(255, 255, 255, .85);--header-bg: rgba(255, 255, 255, .9);--primary: #0284c7;--primary-light: #0284c7;--primary-glow: rgba(2, 132, 199, .15);--emerald: #059669;--emerald-glow: rgba(5, 150, 105, .15);--purple: #7c3aed;--gold: #d97706;--gold-glow: rgba(217, 119, 6, .15);--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--brand-text-gradient: linear-gradient(135deg, #0f172a 0%, #0284c7 100%);--border-subtle: rgba(15, 23, 42, .1);--border-hover: rgba(2, 132, 199, .35);--border-active: rgba(2, 132, 199, .6);--shadow-subtle: 0 4px 20px rgba(15, 23, 42, .06);--shadow-glow: 0 0 30px rgba(2, 132, 199, .12);--hero-glow-bg: radial-gradient(circle, rgba(2, 132, 199, .12) 0%, rgba(248, 250, 252, 0) 70%);--partners-bg: rgba(241, 245, 249, .8);--input-bg: rgba(15, 23, 42, .03);--input-focus-bg: #ffffff;--footer-bg: #f1f5f9;--nav-bg: rgba(15, 23, 42, .04);--nav-active-bg: rgba(2, 132, 199, .12);--nav-active-color: #0284c7;--btn-sec-bg: rgba(15, 23, 42, .05);--btn-sec-hover: rgba(15, 23, 42, .08);--sec-box-bg: rgba(255, 255, 255, .8);--ai-card-bg: linear-gradient(180deg, rgba(124, 58, 237, .05) 0%, #ffffff 100%);--trans-card-bg: linear-gradient(135deg, #1e293b 0%, #0f172a 100%)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit;color:inherit}.site{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1240px,calc(100% - 40px));margin:0 auto}.header-wrapper{position:sticky;top:0;z-index:100;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:var(--header-bg);border-bottom:1px solid var(--border-subtle);transition:background-color .3s ease,border-color .3s ease}header{height:80px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.brand{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:clamp(18px,2.2vw,22px);font-weight:800;letter-spacing:-.02em;color:var(--text-primary);white-space:nowrap;flex-shrink:0}.brand-icon{width:42px;height:42px;border-radius:var(--radius-md);background:transparent;display:flex;align-items:center;justify-content:center;box-shadow:none;color:#fff;overflow:visible;flex-shrink:0;padding:2px}.brand-logo-img,.brand-icon img{width:100%;height:100%;object-fit:contain;border-radius:inherit;display:block;mix-blend-mode:lighten;filter:drop-shadow(0 0 10px rgba(6,182,212,.4))}.brand span{background:var(--brand-text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}nav{display:flex;align-items:center;gap:4px;background:var(--nav-bg);padding:4px 6px;border-radius:var(--radius-full);border:1px solid var(--border-subtle);transition:var(--transition);flex-shrink:1}nav a{padding:6px 14px;border-radius:var(--radius-full);font-size:13.5px;font-weight:500;color:var(--text-muted);transition:var(--transition);white-space:nowrap}nav a:hover{color:var(--text-primary);background:var(--btn-sec-hover)}nav a.active{color:var(--nav-active-color);background:var(--nav-active-bg);border:1px solid var(--border-hover);font-weight:600}.header-cta{display:flex;align-items:center;gap:8px;flex-shrink:0}.lang-toggle-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:var(--radius-full);background:var(--nav-bg);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:12px;font-weight:700;cursor:pointer;transition:var(--transition);line-height:1;white-space:nowrap}.lang-toggle-btn:hover{background:var(--btn-sec-hover);border-color:var(--border-hover)}.lang-icon{font-size:13px;display:inline-flex;margin-right:1px}.lang-opt{color:var(--text-muted);transition:var(--transition);font-size:12px;letter-spacing:.02em}.lang-opt.active{color:var(--primary-light);font-weight:800}.lang-sep{color:var(--border-subtle);font-weight:400;font-size:11px}.theme-toggle-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius-full);background:var(--nav-bg);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:12px;font-weight:600;cursor:pointer;transition:var(--transition);line-height:1;white-space:nowrap}.theme-toggle-btn svg{width:14px;height:14px;flex-shrink:0}.theme-toggle-btn:hover{background:var(--btn-sec-hover);border-color:var(--border-hover);color:var(--primary-light)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-full);font-size:14px;font-weight:600;cursor:pointer;transition:var(--transition);border:1px solid transparent;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;box-shadow:0 4px 15px #0284c759}.btn-primary:hover{background:linear-gradient(135deg,#38bdf8,#0284c7);box-shadow:0 6px 20px #38bdf873;transform:translateY(-1px)}.btn-secondary{background:var(--btn-sec-bg);color:var(--text-primary);border-color:var(--border-subtle)}.btn-secondary:hover{background:var(--btn-sec-hover);border-color:var(--border-hover);transform:translateY(-1px)}.btn-gold{background:linear-gradient(135deg,#f59e0b,#d97706);color:#090d16;font-weight:700;box-shadow:0 4px 15px #f59e0b59}.btn-gold:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 6px 20px #fbbf2473;transform:translateY(-1px)}.eyebrow-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:var(--radius-full);font-size:12px;font-weight:700;letter-spacing:.06em;line-height:1.65;text-transform:uppercase;background:#0284c71f;color:var(--primary-light);border:1px solid rgba(56,189,248,.25);margin-bottom:20px;white-space:nowrap}.eyebrow-gold{background:#f59e0b26;color:#fbbf24;border-color:#f59e0b4d}.hero-section{padding:80px 0 60px;position:relative;overflow:hidden}.hero-glow{position:absolute;top:-150px;left:50%;transform:translate(-50%);width:700px;height:400px;background:var(--hero-glow-bg);pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1;text-align:center;max-width:920px;margin:0 auto}.hero-title{font-family:var(--font-display);font-size:clamp(24px,3.8vw,44px);font-weight:800;line-height:1.25;letter-spacing:-.02em;margin-bottom:24px;max-width:880px;margin-left:auto;margin-right:auto}.hero-title span{background:linear-gradient(135deg,#0284c7,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:13.5px;color:var(--text-secondary);line-height:1.6;max-width:100%;margin:0 auto 32px;white-space:nowrap}.hero-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:60px}.pillar-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;text-align:left;transition:var(--transition);position:relative;box-shadow:var(--shadow-subtle)}.pillar-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-glow)}.pillar-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.pillar-icon{width:44px;height:44px;border-radius:var(--radius-md);background:#0284c71f;color:var(--primary-light);display:flex;align-items:center;justify-content:center;margin-bottom:0;flex-shrink:0}.pillar-card h3{font-size:16px;font-weight:700;margin-bottom:0;color:var(--text-primary);line-height:1.35}.pillar-card p{font-size:13.5px;color:var(--text-muted);line-height:1.55;text-align:justify;text-align-last:left}.section-header{text-align:center;max-width:800px;margin:0 auto 50px}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.01em;margin-bottom:14px;color:var(--text-primary)}.section-desc{font-size:16px;color:var(--text-muted)}.apps-section{padding:80px 0;background:linear-gradient(180deg,var(--bg-main) 0%,var(--bg-surface) 100%)}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}@media(min-width:1025px){.apps-grid{grid-template-columns:repeat(3,1fr)}}.app-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:30px;display:flex;flex-direction:column;transition:var(--transition);position:relative;overflow:hidden;box-shadow:var(--shadow-subtle)}.app-card:hover{border-color:var(--border-hover);transform:translateY(-5px);box-shadow:var(--shadow-glow)}.app-card-ai{border-color:#8b5cf666;background:var(--ai-card-bg)}.app-header{display:flex;align-items:center;gap:14px;margin-bottom:18px}.app-name{font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--text-primary);line-height:1.25}.badge-ai{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:var(--radius-full)}.app-subtitle{font-size:14px;font-weight:600;color:var(--primary-light);margin-bottom:16px}.app-icon-wrapper{width:48px;height:48px;border-radius:var(--radius-md);background:var(--sec-box-bg);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;margin-bottom:0;color:var(--primary-light);flex-shrink:0}.app-features{list-style:none;margin-bottom:24px;flex:1}.app-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-secondary);margin-bottom:10px;line-height:1.45}.app-features li svg{flex-shrink:0;color:var(--emerald);margin-top:2px}.app-footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between}.app-link{font-size:14px;font-weight:700;color:var(--primary-light);display:inline-flex;align-items:center;gap:6px;transition:var(--transition)}.app-link:hover{color:var(--primary);transform:translate(4px)}.security-section{padding:80px 0}.security-card-main{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:40px;text-align:center;box-shadow:var(--shadow-subtle)}.security-partners{display:flex;align-items:center;justify-content:center;gap:64px;flex-wrap:wrap;margin:36px 0}.partner-box{background:#fff;border:1px solid var(--border-subtle);padding:12px 24px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:14px;font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--text-primary);width:220px;height:72px;box-sizing:border-box;box-shadow:var(--shadow-subtle);transition:transform .2s ease,box-shadow .2s ease}.partner-box:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.partner-logo-img{max-height:80px;width:auto;max-width:280px;object-fit:contain;display:block;mix-blend-mode:normal;filter:none;transition:transform .2s ease}.partner-logo-img:hover{transform:scale(1.03)}.security-highlights:empty{display:none!important;margin:0!important;padding:0!important}.security-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px;text-align:left;align-items:stretch;width:100%}.sec-item{display:flex;align-items:flex-start;gap:8px;background:var(--sec-box-bg);padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);min-width:0}.sec-item svg{width:14px;height:14px;min-width:14px;min-height:14px;flex-shrink:0;margin-top:2px;color:var(--primary)}.sec-item strong{font-size:15px;display:block;margin-bottom:4px;line-height:1.35;white-space:normal;font-weight:700;color:var(--text-primary)}.sec-item p{margin:0;font-size:12px!important;line-height:1.4;color:var(--text-muted)}@media(max-width:768px){.security-highlights{grid-template-columns:1fr;gap:10px}.sec-item{padding:12px 14px;gap:10px}.sec-item strong{font-size:15px}.sec-item p{font-size:12px!important}.sec-item svg{width:16px;height:16px;min-width:16px;min-height:16px}}.deploy-section{padding:80px 0;background:var(--bg-surface)}.deploy-models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,420px));justify-content:center;gap:24px;max-width:880px;margin:0 auto}.model-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;transition:var(--transition);box-shadow:var(--shadow-subtle)}.model-card:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:var(--shadow-glow)}.model-card h4{font-size:18px;font-weight:700;color:var(--primary-light);margin-bottom:16px;display:flex;align-items:center;gap:8px}.model-card ul{list-style:none}.model-card li{font-size:13.5px;color:var(--text-secondary);margin-bottom:10px;padding-left:18px;position:relative}.model-card li:before{content:"•";position:absolute;left:0;color:var(--primary-light);font-weight:700}.roadmap-section{padding:80px 0}.roadmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;position:relative}.roadmap-step{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px;position:relative;transition:var(--transition);box-shadow:var(--shadow-subtle)}.roadmap-step:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-glow)}.step-number{width:36px;height:36px;border-radius:var(--radius-full);background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.roadmap-step h4{font-size:17px;font-weight:700;margin-bottom:10px;color:var(--text-primary)}.roadmap-step p{font-size:13.5px;color:var(--text-muted)}.transformation-section{padding:80px 0}.transformation-card{background:var(--trans-card-bg);border:1px solid rgba(245,158,11,.4);border-radius:var(--radius-lg);padding:50px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000040,0 0 30px var(--gold-glow)}.transformation-content{max-width:1000px;position:relative;z-index:1}.transformation-title{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.01em;color:#fff;margin-bottom:10px}.transformation-subtitle{font-size:16px;font-weight:700;color:#fbbf24;letter-spacing:.05em;margin-bottom:18px}.transformation-desc{font-size:16px;color:#cbd5e1;line-height:1.6;margin-bottom:28px}.transformation-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:36px}.transformation-list li{display:flex;align-items:center;gap:12px;font-size:17px;color:#f8fafc}.transformation-list li svg{color:#fbbf24;flex-shrink:0}.partners-section{padding:56px 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--partners-bg);overflow:hidden}.partners-marquee-container{overflow:hidden;width:100%;position:relative;padding:18px 0;margin-top:16px;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.partners-marquee-track{display:flex;gap:28px;width:max-content;animation:partnersMarqueeScroll 75s linear infinite;will-change:transform}.partners-marquee-container:hover .partners-marquee-track{animation-play-state:paused}.partner-logo-card{flex-shrink:0;background:#fff;border:1px solid rgba(226,232,240,.8);padding:8px 20px;border-radius:var(--radius-md);height:72px;min-width:170px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none;box-shadow:0 2px 12px #0000000a;transition:var(--transition)}.partner-logo-card img,.partner-logo-card svg,.partner-logo-img{max-height:54px;height:auto;width:auto;max-width:220px;object-fit:contain;display:block}.partner-logo-card:hover{border-color:var(--border-hover);background:#fff;box-shadow:0 6px 20px #38bdf833;transform:translateY(-2px)}.partner-logo-svg{height:48px;width:auto;max-width:220px;display:block}@keyframes partnersMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.partners-marquee-track{animation:none}}.faq-section{padding:80px 0}.faq-layout{max-width:860px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:14px}.faq-item{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition);box-shadow:var(--shadow-subtle)}.faq-item.open{border-color:var(--border-hover)}.faq-question{width:100%;padding:20px 24px;background:none;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:16px;font-weight:700;color:var(--text-primary);cursor:pointer;gap:16px}.faq-answer{padding:0 24px 20px;font-size:17px;color:var(--text-secondary);line-height:1.6}.contact-section{padding:80px 0;background:var(--bg-surface)}.form-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:40px;max-width:720px;margin:0 auto;box-shadow:var(--shadow-subtle)}.lead-form{display:grid;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:var(--text-secondary)}.form-control{background:var(--input-bg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 16px;font-size:17px;color:var(--text-primary);transition:var(--transition)}.form-control:focus{outline:none;border-color:var(--primary-light);background:var(--input-focus-bg);box-shadow:0 0 0 3px #38bdf826}select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;margin-top:30px}.project-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;transition:var(--transition);position:relative;box-shadow:var(--shadow-subtle)}.project-card:hover{border-color:var(--border-hover);transform:translateY(-6px);box-shadow:var(--shadow-glow)}.project-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap;min-height:28px}.project-tag-badge{font-size:11px;font-weight:700;padding:4px 12px;border-radius:var(--radius-full);background:#0284c726;color:var(--primary-light);border:1px solid rgba(56,189,248,.3);text-transform:uppercase;letter-spacing:.04em}.project-tag-badge.gold{background:#f59e0b26;color:#fbbf24;border-color:#f59e0b59}.project-status{font-size:12px;font-weight:600;color:var(--emerald);display:inline-flex;align-items:center;gap:6px}.project-card-title{font-family:var(--font-sans);font-size:16.5px;font-weight:600;color:var(--text-primary);line-height:1.45;margin-bottom:16px;letter-spacing:-.01em;min-height:92px;text-align:justify}.project-investor-info{display:flex;align-items:center;gap:10px;background:var(--sec-box-bg);padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);margin-bottom:18px;font-size:13.5px;color:var(--text-secondary);min-height:52px;box-sizing:border-box}.project-details-action{margin-top:0;margin-bottom:4px}@media(max-width:640px){.project-card-title,.project-investor-info{min-height:auto}}.project-investor-info strong{color:var(--text-primary)}.project-scope-list{list-style:none;margin-bottom:20px}.project-scope-list li{font-size:13.5px;color:var(--text-secondary);margin-bottom:8px;display:flex;align-items:flex-start;gap:8px;line-height:1.5;text-align:justify}.project-scope-list li span{flex:1;text-align:justify}.project-scope-list li svg{color:var(--primary-light);flex-shrink:0;margin-top:3px}.project-impact-box{background:linear-gradient(135deg,#10b9811a,#0284c714);border:1px solid rgba(16,185,129,.25);padding:14px 18px;border-radius:var(--radius-md);margin-top:auto;font-size:13.5px;color:var(--text-primary);line-height:1.5;text-align:justify}.project-impact-box strong{color:var(--emerald);display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.enterprise-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:30px}@media(max-width:768px){.enterprise-services-grid{grid-template-columns:1fr}}.enterprise-service-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px;transition:var(--transition);box-shadow:var(--shadow-subtle);display:flex;flex-direction:column;text-align:justify}.enterprise-service-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-glow)}.enterprise-service-icon{width:48px;height:48px;border-radius:var(--radius-md);background:linear-gradient(135deg,#0284c726,#8b5cf626);color:var(--primary-light);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.enterprise-service-header{display:flex;align-items:center;gap:16px;margin-bottom:18px}.enterprise-service-header .enterprise-service-icon{margin-bottom:0!important;flex-shrink:0}.enterprise-service-header h3{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:0!important;line-height:1.4;text-align:left}.enterprise-service-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:20px;text-align:justify}.enterprise-service-suitable{margin-top:12px;margin-bottom:16px;padding:14px 16px;background:#0284c70f;border:1px solid rgba(2,132,199,.22);border-left:3.5px solid var(--primary);border-radius:var(--radius-md);transition:var(--transition)}.enterprise-service-card:hover .enterprise-service-suitable{background:#0284c71f;border-color:#0284c766;border-left-color:var(--primary-light)}.suitable-header{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--primary-light);margin-bottom:6px}.suitable-header svg{color:var(--primary-light);flex-shrink:0;width:16px;height:16px}.enterprise-service-suitable p{font-size:13.5px;font-weight:500;color:var(--text-primary);line-height:1.5;margin:0;text-align:justify}footer{background:var(--footer-bg);border-top:1px solid var(--border-subtle);padding:60px 0 30px;margin-top:auto;transition:background-color .3s ease}.footer-grid{display:grid;grid-template-columns:auto 1fr;gap:48px;margin-bottom:40px;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-brand-text{display:flex;flex-direction:column;gap:6px}.footer-desc{font-size:17px;font-weight:600;color:var(--text-primary);line-height:1.5;white-space:normal;max-width:480px}.footer-subtext{font-size:13.5px;color:var(--text-muted);line-height:1.5}.footer-contact-box{display:flex;flex-direction:column;gap:12px;background:transparent;border-top:1px solid var(--border-subtle);padding-top:16px;margin-top:8px}.contact-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--text-secondary);line-height:1.45}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);background:#0284c71f;color:var(--primary-light);flex-shrink:0;margin-top:0}.contact-text{flex:1}.contact-text a{color:var(--primary-light);font-weight:600;transition:var(--transition)}.contact-text a:hover{text-decoration:underline;color:var(--primary)}.footer-col h5{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:18px;letter-spacing:-.01em}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col a{font-size:14px;color:var(--text-muted);transition:var(--transition);display:inline-flex;align-items:center}.footer-col a:hover{color:var(--primary-light);transform:translate(3px)}.solutions-dual-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-socials{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:4px;width:100%}.social-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:var(--radius-md);font-size:13px;font-weight:600;background:var(--btn-sec-bg);border:1px solid var(--border-subtle);color:var(--text-primary);transition:var(--transition);text-decoration:none;white-space:nowrap;width:100%}.footer-links-vertical{display:flex;flex-direction:column;gap:24px}.footer-block h5{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.01em}.footer-grid-3col{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:100%;gap:16px 32px;overflow-x:auto}.footer-grid-item a{font-size:14px;color:var(--text-muted);transition:var(--transition);display:inline-flex;align-items:center;white-space:nowrap}.footer-grid-item a.bold-link{font-size:16px;font-weight:700;color:var(--text-primary)}.contact-item:nth-child(1) .contact-text strong{white-space:nowrap}.contact-item:nth-child(6) .contact-text{white-space:nowrap}.footer-grid-item a:hover{color:var(--primary-light);transform:translate(3px)}.social-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-subtle)}.social-link.zalo:hover{background:#0068ff1f;border-color:#0068ff66;color:#0068ff}.social-link.facebook:hover{background:#1877f21f;border-color:#1877f266;color:#1877f2}.social-link.youtube:hover{background:#ff00001f;border-color:#f006;color:red}.social-link.tiktok:hover{background:#00f2fe1f;border-color:#00f2fe66;color:#00f2fe}.footer-bottom-socials{display:flex;align-items:center;gap:12px}.social-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--btn-sec-bg);border:1px solid var(--border-subtle);color:var(--text-muted);transition:var(--transition)}.social-icon-btn:hover{transform:translateY(-2px)}.social-icon-btn.zalo:hover{background:#0068ff26;border-color:#0068ff80;color:#0068ff}.social-icon-btn.facebook:hover{background:#1877f226;border-color:#1877f280;color:#1877f2}.social-icon-btn.youtube:hover{background:#ff000026;border-color:#ff000080;color:red}.social-icon-btn.tiktok:hover{background:#00f2fe26;border-color:#00f2fe80;color:#00f2fe}.footer-bottom{padding-top:30px;border-top:1px solid var(--border-subtle);display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:13.5px;color:var(--text-muted);gap:12px 24px;flex-wrap:wrap}.footer-bottom p{margin:0}@media(min-width:768px)and (max-width:1024px){.container{width:calc(100% - 48px)}.hero-section,.apps-section,.security-section,.deploy-section,.roadmap-section,.transformation-section,.faq-section,.contact-section{padding:52px 0}header{height:72px;gap:8px}.brand{font-size:18px}.brand-icon{width:36px;height:36px}nav{gap:2px;padding:3px 4px}nav a{padding:5px 10px;font-size:12.5px}.lang-toggle-btn,.theme-toggle-btn{padding:5px 8px;font-size:11.5px}.btn{padding:10px 20px;font-size:13.5px}.eyebrow-badge{font-size:11.5px;padding:5px 12px;margin-bottom:16px}.hero-title{font-size:28px;line-height:1.28;margin-bottom:18px}.hero-subtitle{font-size:17px;line-height:1.55;margin-bottom:28px}.pillars-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:40px}.pillar-card{padding:18px}.pillar-card h3{font-size:16px}.pillar-card p{font-size:13.5px;line-height:1.5}.section-header{margin-bottom:36px}.section-title{font-size:26px;margin-bottom:10px}.section-desc{font-size:13.5px;line-height:1.55}.apps-grid{grid-template-columns:repeat(2,1fr);gap:18px}.app-card{padding:22px}.app-card p{font-size:13.5px!important;line-height:1.5}.app-name{font-size:17px}.app-subtitle{font-size:13.5px;line-height:1.5;margin-bottom:12px}.app-features li{font-size:13.5px;line-height:1.5;margin-bottom:8px;gap:8px}.app-link{font-size:13.5px}.security-card-main{padding:30px 24px}.security-partners{gap:36px;margin:28px 0}.partner-box{font-size:16px;width:190px;height:60px;padding:10px 16px}.partner-logo-img{max-height:60px;max-width:200px}.security-highlights{gap:12px}.sec-item{padding:10px;gap:8px}.sec-item svg{width:13px;height:13px;min-width:13px;min-height:13px}.sec-item strong{font-size:15px;line-height:1.35}.sec-item p{font-size:11.5px!important;line-height:1.4}.deploy-models-grid{grid-template-columns:repeat(2,1fr);gap:18px}.model-card{padding:20px}.model-card h4{font-size:16px}.model-card li{font-size:13.5px;line-height:1.5;margin-bottom:8px}.roadmap-grid{grid-template-columns:repeat(2,1fr);gap:16px}.roadmap-step{padding:22px}.step-number{width:32px;height:32px;font-size:13px;margin-bottom:14px}.roadmap-step h4{font-size:16px}.roadmap-step p{font-size:13.5px;line-height:1.5}.transformation-card{padding:36px 30px}.transformation-title{font-size:26px}.transformation-subtitle{font-size:17px}.transformation-desc{font-size:14px;line-height:1.55;margin-bottom:22px}.transformation-list{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}.transformation-list li{font-size:13.5px;line-height:1.5}.projects-grid{grid-template-columns:repeat(2,1fr);gap:20px}.project-card{padding:22px}.project-card-title{font-size:16px;min-height:auto;line-height:1.45}.project-investor-info{font-size:13.5px;line-height:1.5;padding:10px 12px;min-height:auto}.project-investor-info strong{font-size:13.5px}.project-scope-list li{font-size:13.5px;line-height:1.5}.project-impact-box{font-size:13.5px;line-height:1.5;padding:12px 14px}.project-impact-box strong{font-size:13.5px}.enterprise-services-grid{grid-template-columns:repeat(2,1fr);gap:20px}.enterprise-service-card{padding:22px}.enterprise-service-card h3{font-size:16.5px}.enterprise-service-desc{font-size:13.5px;line-height:1.55}.enterprise-service-suitable p{font-size:13.5px!important;line-height:1.5}.faq-question{font-size:15px;padding:16px 20px}.faq-answer{font-size:13.5px;line-height:1.5;padding:0 20px 16px}.form-card{padding:28px}.form-group label{font-size:13.5px}.form-control{font-size:13.5px;padding:10px 14px}.footer-grid{gap:32px}.footer-desc{font-size:clamp(13px,1.6vw,15px);line-height:1.5;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.footer-subtext,.contact-item{font-size:13px;line-height:1.5}.footer-block-title{font-size:14px}.footer-links a,.footer-bottom{font-size:13px}}@media(max-width:992px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:1 / -1}.footer-grid-3col{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:16px 24px;overflow-x:auto;padding-bottom:4px}.footer-grid-item a{white-space:nowrap}.footer-socials{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%}.social-link{justify-content:center;width:100%}}@media(max-width:768px){.footer-bottom{flex-direction:column;text-align:center;justify-content:center;gap:8px}.footer-bottom p{text-align:center}header{height:70px}nav{display:none}nav.mobile-open{display:flex;flex-direction:column;position:absolute;top:80px;left:20px;right:20px;background:var(--bg-card);border:1px solid var(--border-subtle);padding:16px;border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle)}nav.mobile-open a{width:100%;text-align:center}.mobile-menu-btn{display:block}.transformation-card{padding:30px 24px}.theme-toggle-label{display:none}.theme-toggle-btn,.lang-toggle-btn{padding:6px 10px}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr;gap:28px}.solutions-dual-cols{grid-template-columns:1fr;gap:12px}.footer-grid-3col{flex-wrap:wrap;gap:10px 16px}.footer-socials{grid-template-columns:repeat(2,1fr)}}.modal-overlay{position:fixed;inset:0;background-color:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:modalFadeIn .25s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-container{background:var(--bg-card);border:1px solid var(--border-hover);border-radius:16px;padding:32px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000080}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:26px;line-height:1;color:var(--text-muted);cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{color:var(--text-primary);background:#ffffff1a}.modal-header{margin-bottom:20px}.modal-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.modal-desc{font-size:14px;color:var(--text-muted)}.model-card{position:relative}.model-card.popular{border-color:#0284c766}.model-badge-popular{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#0284c7,#2563eb);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0284c74d}.btn-project-details-toggle:hover{background:#0284c729!important;border-color:#0284c766!important;transform:translateY(-1px)}.enterprise-service-action{margin-top:auto}#du-an-may-do{max-width:960px}#fastSystem,#fastSign,#fastQr,#fastCheck,#fastCert,#fastVerify,.app-card,#fastSystem p,#fastSign p,#fastQr p,#fastCheck p,#fastCert p,#fastVerify p,#fastSystem .app-subtitle,#fastSign .app-subtitle,#fastQr .app-subtitle,#fastCheck .app-subtitle,#fastCert .app-subtitle,#fastVerify .app-subtitle,#fastSystem .app-features li,#fastSign .app-features li,#fastQr .app-features li,#fastCheck .app-features li,#fastCert .app-features li,#fastVerify .app-features li,.app-card p,.app-card .app-subtitle,.app-card .app-features li span{text-align:justify}.app-desc{font-size:14px;color:var(--text-muted);margin-bottom:16px;line-height:1.5}.btn-submit-lead{padding:14px;font-size:16px;width:100%}.security-card-main .section-desc{color:var(--text-muted)}.sec-item{line-height:1.7}.sec-item strong,.security-highlights .sec-item strong{font-size:15px;font-weight:700;line-height:1.5;margin-bottom:6px;display:block}.sec-item p{line-height:1.75}@media(min-width:993px){.security-highlights{gap:20px!important;margin-top:32px!important}.sec-item{padding:16px 18px!important;gap:12px!important}.sec-item svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;margin-top:2px!important}.sec-item strong{font-size:16px!important;line-height:1.5!important;margin-bottom:6px!important;white-space:normal!important}.sec-item p{font-size:14px!important;line-height:1.75!important}}.security-partners{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:140px!important;margin:44px 0!important;width:100%!important}.partner-logo-img{max-height:115px!important;width:auto!important;max-width:360px!important;object-fit:contain!important;display:block!important;flex-shrink:0!important;transition:transform .2s ease}@media(min-width:768px)and (max-width:1024px){.security-partners{gap:90px!important;margin:36px 0!important}.partner-logo-img{max-height:90px!important;max-width:290px!important}}.roadmap-step-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.roadmap-step-header .step-number{margin-bottom:0!important;flex-shrink:0}.roadmap-step-header h4{margin-bottom:0!important;font-size:16px;font-weight:700;line-height:1.35;color:var(--text-primary)}@media(min-width:768px)and (max-width:1024px){.section-desc,.hero-subtitle,.section-header .section-desc,.app-subtitle,.transformation-subtitle,.transformation-desc{font-size:13px!important}}@media(max-width:768px){main{padding:20px 0 32px!important}.container{width:100%!important;padding-left:12px!important;padding-right:12px!important;box-sizing:border-box!important}.hero-section,.apps-section,.security-section,.deploy-section,.roadmap-section,.transformation-section,.faq-section,.contact-section,.pillars-section,.partners-section,section{padding:24px 0!important;margin-bottom:20px!important}.section-header{margin-bottom:28px!important;text-align:center!important}.section-title,h1.section-title,h2.section-title{font-size:18px!important;line-height:1.35!important;margin-bottom:10px!important;letter-spacing:-.01em!important;white-space:normal!important}.section-desc{font-size:11.5px!important;line-height:1.55!important;max-width:100%!important;margin:0 auto!important}.eyebrow-badge{font-size:10px!important;line-height:1.6!important;padding:3px 8px!important;margin-bottom:10px!important}header{height:54px!important;padding:0 10px!important;gap:6px!important;justify-content:space-between!important}.brand{font-size:14px!important;gap:6px!important}.brand-icon{width:28px!important;height:28px!important;min-width:28px!important}.brand-title{font-size:14px!important;line-height:1.2!important}.brand-subtitle{font-size:9.5px!important;line-height:1.1!important}nav.mobile-open{display:flex!important;flex-direction:column!important;position:absolute!important;top:58px!important;left:8px!important;right:8px!important;background:var(--bg-card)!important;border:1px solid var(--border-hover)!important;padding:10px 12px!important;border-radius:var(--radius-md)!important;box-shadow:0 12px 32px #00000073!important;z-index:1000!important;gap:4px!important}nav.mobile-open a{width:100%!important;text-align:left!important;padding:8px 10px!important;font-size:14px!important;border-radius:6px!important}.mobile-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;padding:5px!important}.theme-toggle-btn,.lang-toggle-btn{padding:4px 7px!important;font-size:11px!important;height:30px!important}.hero-section{padding:20px 0 16px!important}.hero-content{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}.hero-title{font-size:19px!important;line-height:1.28!important;margin-bottom:8px!important;font-weight:800!important;white-space:normal!important}.hero-subtitle{font-size:clamp(10px,2.8vw,12px)!important;line-height:1.45!important;margin-bottom:16px!important;max-width:100%!important;white-space:nowrap!important}.hero-ctas{display:flex!important;flex-direction:column!important;width:100%!important;max-width:270px!important;gap:8px!important;margin:0 auto!important}.hero-ctas .btn{width:100%!important;justify-content:center!important;padding:9px 16px!important;font-size:14px!important}.pillars-grid{grid-template-columns:1fr!important;gap:10px!important;margin-top:16px!important}.pillar-card{padding:12px!important;border-radius:var(--radius-md)!important;text-align:left!important}.pillar-header{gap:8px!important;margin-bottom:6px!important}.pillar-card h3{font-size:14px!important;margin-bottom:0!important}.pillar-card p{font-size:11.5px!important;line-height:1.42!important;text-align:left!important}.apps-grid{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:20px!important}.app-card{padding:12px!important;border-radius:var(--radius-md)!important;text-align:left!important}.app-header{gap:8px!important;margin-bottom:8px!important}.app-icon-wrapper{width:32px!important;height:32px!important;min-width:32px!important}.app-icon-wrapper svg{width:16px!important;height:16px!important}.app-name{font-size:14px!important;margin-bottom:2px!important;white-space:normal!important}.app-subtitle{font-size:11.5px!important;line-height:1.4!important;margin-bottom:6px!important;text-align:left!important}.app-desc,.app-card p{font-size:11.5px!important;line-height:1.4!important;text-align:left!important}.app-features{margin:8px 0!important}.app-features li{font-size:11.5px!important;line-height:1.4!important;margin-bottom:4px!important;gap:6px!important;text-align:left!important}.app-features li svg{width:13px!important;height:13px!important}.app-features li span{text-align:left!important}.app-link{font-size:11.5px!important;margin-top:8px!important}.badge-ai{font-size:9px!important;padding:1px 5px!important}.security-card-main{padding:14px 12px!important;border-radius:var(--radius-md)!important}.security-partners{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:32px!important;align-items:center!important;justify-content:center!important;margin:28px 0!important;width:100%!important}.partner-box{width:100%!important;max-width:260px!important;height:auto!important;min-height:42px!important;padding:8px 12px!important;font-size:14px!important;justify-content:center!important}.partner-logo-img{max-height:64px!important;max-width:180px!important;width:auto!important;object-fit:contain!important}.security-highlights{grid-template-columns:1fr!important;gap:8px!important;margin-top:14px!important}.sec-item{padding:10px!important;gap:8px!important;border-radius:8px!important;align-items:flex-start!important;text-align:left!important;line-height:1.4!important}.sec-item svg{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;margin-top:2px!important}.sec-item strong,.security-highlights .sec-item strong{font-size:13.5px!important;line-height:1.35!important;display:block!important;margin-bottom:2px!important;white-space:normal!important}.sec-item p{font-size:11.5px!important;line-height:1.4!important;text-align:left!important}.deploy-models-grid{grid-template-columns:1fr!important;gap:10px!important}.model-card{padding:12px!important;border-radius:var(--radius-md)!important}.model-card h4{font-size:14px!important;margin-bottom:8px!important}.model-card ul li{font-size:11.5px!important;line-height:1.4!important;margin-bottom:5px!important}.model-badge-popular{font-size:9.5px!important;padding:2px 6px!important;top:10px!important;right:10px!important}.roadmap-grid{grid-template-columns:1fr!important;gap:10px!important}.roadmap-step{padding:12px!important;border-radius:var(--radius-md)!important}.roadmap-step-header{gap:8px!important;margin-bottom:6px!important}.step-number{width:24px!important;height:24px!important;font-size:11px!important;margin-bottom:0!important}.roadmap-step h4,.roadmap-step-header h4{font-size:13.5px!important;margin-bottom:0!important}.roadmap-step p{font-size:11.5px!important;line-height:1.4!important}.partners-marquee-container{padding:6px 0!important}.partner-logo-card{padding:6px 12px!important;border-radius:6px!important;height:50px!important;min-width:125px!important}.partner-logo-card img,.partner-logo-card svg,.partner-logo-img{max-height:38px!important;height:auto!important;max-width:130px!important}.transformation-card{padding:16px 12px!important;border-radius:var(--radius-md)!important;text-align:center!important;margin-top:20px!important}.transformation-title{font-size:16px!important;line-height:1.3!important;margin-bottom:6px!important;white-space:normal!important}.transformation-subtitle{font-size:11.5px!important;margin-bottom:8px!important}.transformation-desc{font-size:11.5px!important;line-height:1.45!important;margin-bottom:12px!important}.transformation-list{grid-template-columns:1fr!important;gap:6px!important;margin-bottom:14px!important}.transformation-list li{font-size:11.5px!important;line-height:1.35!important;justify-content:flex-start!important}.projects-grid,.enterprise-services-grid{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:16px!important}.project-card,.enterprise-service-card{padding:12px!important;border-radius:var(--radius-md)!important;text-align:left!important}.project-card-title,.enterprise-service-card h3{font-size:13.5px!important;line-height:1.35!important;min-height:auto!important;margin-bottom:6px!important;white-space:normal!important}.project-investor-info{font-size:11.5px!important;line-height:1.4!important;padding:6px 8px!important;min-height:auto!important;text-align:left!important}.project-investor-info strong{font-size:11.5px!important}.project-scope-list li{font-size:11.5px!important;line-height:1.4!important;margin-bottom:4px!important;text-align:left!important}.project-scope-list li span{text-align:left!important}.project-impact-box{font-size:11.5px!important;line-height:1.4!important;padding:8px 10px!important;text-align:left!important}.project-impact-box strong{font-size:11px!important}.enterprise-service-icon{width:32px!important;height:32px!important;margin-bottom:8px!important}.enterprise-service-desc{font-size:11.5px!important;line-height:1.45!important;text-align:justify!important}.enterprise-service-suitable p{font-size:11.5px!important;line-height:1.4!important;text-align:justify!important}.faq-question{font-size:13px!important;padding:10px 12px!important}.faq-answer{font-size:11.5px!important;line-height:1.45!important;padding:0 12px 10px!important}.form-card{padding:16px 12px!important;border-radius:var(--radius-md)!important}.form-card h3{font-size:16px!important;margin-bottom:4px!important}.form-card-desc{font-size:11.5px!important;margin-bottom:12px!important}.form-group{margin-bottom:10px!important}.form-group label{font-size:11.5px!important;margin-bottom:3px!important}.form-control{font-size:12px!important;padding:8px 10px!important;height:auto!important}.btn-submit-lead{padding:9px 14px!important;font-size:14px!important;width:100%!important}footer{padding:28px 0 20px!important}.footer-grid{display:flex!important;flex-direction:column!important;gap:22px!important}.footer-brand{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important}.footer-brand-text{display:flex!important;flex-direction:column!important;gap:8px!important;text-align:left!important;margin-bottom:0!important}.footer-desc{font-size:14px!important;line-height:1.5!important;white-space:normal!important;max-width:100%!important;word-break:break-word!important;text-align:left!important;color:var(--text-primary)!important;font-weight:600!important}.footer-subtext{font-size:12px!important;line-height:1.5!important;color:var(--text-muted)!important;text-align:left!important}.footer-contact-box{display:flex!important;flex-direction:column!important;gap:10px!important;padding-top:12px!important;margin-top:4px!important;border-top:1px solid var(--border-subtle)!important}.contact-item{display:flex!important;align-items:center!important;gap:8px!important;font-size:12px!important;line-height:1.45!important;text-align:left!important}.contact-icon{min-width:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:0!important}.contact-icon svg{width:14px!important;height:14px!important}.contact-text{flex:1!important;word-break:break-word!important;font-size:12px!important}.footer-links-vertical{display:flex!important;flex-direction:column!important;gap:18px!important;width:100%!important}.footer-block{display:flex!important;flex-direction:column!important;gap:8px!important}.footer-block h5{font-size:13.5px!important;font-weight:700!important;color:var(--text-primary)!important;margin-bottom:2px!important;letter-spacing:-.01em!important;text-align:left!important}.footer-grid-3col{display:flex!important;flex-wrap:wrap!important;flex-direction:row!important;align-items:center!important;gap:8px 16px!important;width:100%!important;overflow:visible!important}.footer-grid-item{display:inline-flex!important}.footer-grid-item a{font-size:12px!important;line-height:1.4!important;color:var(--text-muted)!important;white-space:nowrap!important}.footer-socials{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important}.social-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:8px 10px!important;font-size:12px!important;font-weight:600!important;width:100%!important;border-radius:var(--radius-md)!important}.footer-bottom{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:6px!important;padding-top:14px!important;margin-top:20px!important;border-top:1px solid var(--border-subtle)!important;font-size:11px!important}.footer-bottom p{text-align:center!important;margin:0!important}.footer-security{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:11px!important}.modal-container{padding:16px 12px!important;max-width:95%!important;border-radius:var(--radius-md)!important}.modal-title{font-size:15px!important}.modal-desc{font-size:11.5px!important}.modal-close{top:10px!important;right:10px!important;width:28px!important;height:28px!important;font-size:20px!important}#fastSystem,#fastSign,#fastQr,#fastCheck,#fastCert,#fastVerify,#fastSystem p,#fastSign p,#fastQr p,#fastCheck p,#fastCert p,#fastVerify p,#fastSystem .app-subtitle,#fastSign .app-subtitle,#fastQr .app-subtitle,#fastCheck .app-subtitle,#fastCert .app-subtitle,#fastVerify .app-subtitle,#fastSystem .app-features li,#fastSign .app-features li,#fastQr .app-features li,#fastCheck .app-features li,#fastCert .app-features li,#fastVerify .app-features li{text-align:left!important}}@media(max-width:576px){.hero-title,.section-title,h1.section-title,h2.section-title{font-size:18px!important}.container{padding-left:10px!important;padding-right:10px!important}.security-highlights{grid-template-columns:1fr!important;gap:6px!important}.security-partners{gap:24px!important;margin:24px 0!important}.partner-logo-img{max-height:56px!important;max-width:155px!important}.footer-grid-3col{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:8px 16px!important;width:100%!important}.footer-socials{grid-template-columns:repeat(2,1fr)!important}}.eyebrow-badge,.hero-subtitle{white-space:nowrap!important}.section-desc,.hero-subtitle,.section-header .section-desc,.roadmap-section .section-desc,.security-card-main .section-desc{font-size:15px!important;line-height:1.6!important;font-weight:400!important;color:var(--text-muted)!important}@media(min-width:768px)and (max-width:1024px){.section-desc,.hero-subtitle,.section-header .section-desc,.roadmap-section .section-desc,.security-card-main .section-desc{font-size:13.5px!important;line-height:1.55!important}}@media(max-width:768px){.section-desc,.hero-subtitle,.section-header .section-desc,.roadmap-section .section-desc,.security-card-main .section-desc{font-size:11.5px!important;line-height:1.5!important}.eyebrow-badge{white-space:nowrap!important;font-size:clamp(8.5px,2.5vw,10.5px)!important;padding:3px 8px!important;max-width:100%!important;box-sizing:border-box!important}.hero-section{padding:36px 0 28px!important}.hero-content{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important}.hero-content .eyebrow-badge{margin-bottom:12px!important}.hero-title{font-size:18px!important;line-height:1.35!important;margin-bottom:14px!important;font-weight:800!important;white-space:normal!important}.hero-subtitle{font-size:clamp(9.5px,2.7vw,13px)!important;line-height:1.45!important;margin-bottom:20px!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hero-actions{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:12px!important}.hero-actions .btn,.hero-actions a.btn.btn-primary,.hero-ctas .btn{font-size:12px!important;padding:7px 16px!important;height:auto!important;width:auto!important;max-width:fit-content!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;border-radius:9999px!important;margin:0 auto!important}.hero-actions .btn svg,.hero-actions a.btn.btn-primary svg{width:13px!important;height:13px!important}.pillars-grid{grid-template-columns:1fr!important;gap:10px!important;margin-top:16px!important}.pillar-card{padding:12px!important;border-radius:var(--radius-md)!important;text-align:left!important}.pillar-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:6px!important}.pillar-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}.pillar-icon svg{width:13px!important;height:13px!important}.pillar-card h3{font-size:13.5px!important;margin-bottom:0!important;line-height:1.35!important;font-weight:700!important}.pillar-card p{font-size:11.5px!important;line-height:1.4!important;text-align:left!important;margin:0!important}.security-card-main{padding:26px 16px!important;border-radius:var(--radius-lg)!important}.security-card-main .eyebrow-badge{margin-bottom:12px!important}.security-card-main .section-title{margin-bottom:10px!important;font-size:18px!important;line-height:1.35!important}.security-card-main .section-desc{margin-bottom:20px!important;line-height:1.55!important}.security-partners{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:24px!important;align-items:center!important;justify-content:center!important;margin:26px 0!important;width:100%!important}.security-highlights{grid-template-columns:1fr!important;gap:10px!important;margin-top:22px!important}.sec-item{padding:12px!important;gap:10px!important}.sec-item strong{font-size:13.5px!important;margin-bottom:4px!important}.sec-item p{font-size:11.5px!important;line-height:1.5!important}}.footer-contact-box .contact-item,.footer-contact-box .contact-item:nth-of-type(4){display:flex!important;align-items:center!important}.footer-contact-box .contact-item .contact-icon,.footer-contact-box .contact-item:nth-of-type(4) .contact-icon{margin-top:0!important;margin-bottom:0!important;align-self:center!important}.footer-contact-box .contact-item .contact-text,.footer-contact-box .contact-item:nth-of-type(4) .contact-text{align-self:center!important}@media(max-width:768px){.footer-links-vertical .footer-block:nth-of-type(1) .footer-grid-3col{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px 10px!important;width:100%!important;overflow:visible!important;justify-items:start!important;align-items:center!important}.footer-links-vertical .footer-block:nth-of-type(1) .footer-grid-3col .footer-grid-item{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;text-align:left!important}.footer-links-vertical .footer-block:nth-of-type(1) .footer-grid-3col .footer-grid-item a{white-space:nowrap!important;font-size:12px!important;line-height:1.4!important;text-align:left!important;justify-content:flex-start!important}.footer-links-vertical .footer-block:nth-of-type(2) .footer-grid-3col{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px 12px!important;width:100%!important;overflow:visible!important;justify-items:start!important;align-items:center!important}.footer-links-vertical .footer-block:nth-of-type(2) .footer-grid-3col .footer-grid-item{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;text-align:left!important}.footer-links-vertical .footer-block:nth-of-type(2) .footer-grid-3col .footer-grid-item a{white-space:nowrap!important;font-size:12px!important;line-height:1.4!important;text-align:left!important;justify-content:flex-start!important}.footer-links-vertical .footer-block:nth-of-type(3) .footer-grid-3col{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px 16px!important;width:100%!important;overflow:visible!important;justify-items:start!important;align-items:center!important}.footer-links-vertical .footer-block:nth-of-type(3) .footer-grid-3col .footer-grid-item{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;text-align:left!important}.footer-links-vertical .footer-block:nth-of-type(3) .footer-grid-3col .footer-grid-item a{white-space:nowrap!important;font-size:12px!important;line-height:1.4!important;text-align:left!important;justify-content:flex-start!important}}.desktop-only-lang{display:inline-flex}.mobile-dropdown-menu{display:none}@media(max-width:768px){.header-wrapper{position:sticky;top:0;z-index:1000}header{height:auto!important;min-height:52px!important;padding:8px 10px!important;flex-wrap:wrap!important;gap:6px 10px!important;justify-content:space-between!important;align-items:center!important}nav.header-nav{display:flex!important;position:static!important;order:3!important;width:100%!important;justify-content:space-between!important;padding:3px 4px!important;margin:2px 0 0!important;background:var(--nav-bg)!important;border-radius:var(--radius-full)!important;border:1px solid var(--border-subtle)!important;overflow-x:auto!important;gap:2px!important;box-shadow:none!important}nav.header-nav a{padding:5px 8px!important;font-size:11.5px!important;white-space:nowrap!important;text-align:center!important;flex:1 1 auto!important;border-radius:var(--radius-full)!important;width:auto!important}.desktop-only-lang{display:none!important}.mobile-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;padding:5px 8px!important;border-radius:var(--radius-full)!important;background:var(--nav-bg)!important;border:1px solid var(--border-subtle)!important;color:var(--text-primary)!important;cursor:pointer}.mobile-dropdown-menu{display:flex!important;flex-direction:column!important;order:4!important;width:100%!important;background:var(--bg-card)!important;border:1px solid var(--border-hover)!important;padding:12px 14px!important;border-radius:var(--radius-md)!important;box-shadow:0 12px 32px #00000073!important;margin-top:4px!important;gap:8px!important;align-items:center!important}.mobile-dropdown-title{font-size:11.5px!important;color:var(--text-muted)!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.04em!important}.mobile-lang-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:6px 14px!important;font-size:14px!important;gap:6px!important;border-radius:var(--radius-full)!important;background:var(--nav-bg)!important;border:1px solid var(--border-hover)!important;color:var(--text-primary)!important;cursor:pointer}main .section-header{margin-bottom:32px!important}main .section-header .eyebrow-badge{margin-bottom:14px!important}main .section-header .section-title{margin-bottom:12px!important}main .section-header .section-desc{line-height:1.6!important;margin-top:6px!important}}@media(max-width:768px){main.projects-page-main{padding:20px 0 36px!important}.projects-page-main .container{padding-left:14px!important;padding-right:14px!important}#du-an-may-do.section-header{margin-top:0!important;margin-bottom:20px!important;padding:0 4px!important}#du-an-may-do .eyebrow-badge{margin-bottom:10px!important;font-size:10.5px!important;padding:4px 10px!important;letter-spacing:.05em!important}#du-an-may-do .section-title{font-size:18px!important;line-height:1.35!important;margin-bottom:8px!important;letter-spacing:-.02em!important;white-space:pre-line!important;text-align:center!important}#du-an-may-do .section-desc{font-size:11.5px!important;line-height:1.5!important;margin-top:0!important;padding:0 2px!important}.projects-page-section{margin-bottom:24px!important}.projects-page-section .section-header{margin-bottom:16px!important}.projects-page-section .section-header .eyebrow-badge{margin-bottom:8px!important}.projects-page-section .section-header .section-title{font-size:18px!important;line-height:1.35!important;margin-bottom:6px!important}.projects-page-section .section-header .section-desc{font-size:11.5px!important;line-height:1.5!important}.enterprise-services-grid{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important;margin-bottom:14px!important}.enterprise-service-card{padding:12px 14px!important;border-radius:var(--radius-md)!important;text-align:left!important;box-shadow:none!important}.enterprise-service-header{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important}.enterprise-service-header .enterprise-service-icon,.enterprise-service-icon{width:30px!important;height:30px!important;min-width:30px!important;margin-bottom:0!important;border-radius:var(--radius-sm)!important;flex-shrink:0!important}.enterprise-service-header .enterprise-service-icon svg,.enterprise-service-icon svg{width:16px!important;height:16px!important}.enterprise-service-header h3{font-size:14px!important;line-height:1.35!important;font-weight:700!important;margin-bottom:0!important;text-align:left!important}.enterprise-service-suitable{margin-top:8px!important;margin-bottom:8px!important;padding:8px 10px!important;border-radius:var(--radius-sm)!important;border-left-width:3px!important}.enterprise-service-suitable p{font-size:11.5px!important;line-height:1.4!important;text-align:justify!important;margin:0!important}.enterprise-service-action{margin-top:6px!important}.btn-service-details-toggle{font-size:11.5px!important}.enterprise-service-desc{font-size:11.5px!important;line-height:1.45!important;margin-top:8px!important;margin-bottom:0!important;text-align:justify!important}}.partner-logo-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}@media(min-width:768px)and (max-width:1024px){.footer-desc{white-space:nowrap!important;max-width:100%!important;font-size:clamp(13px,1.6vw,15px)!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media(min-width:768px)and (max-width:1024px){.security-partners{gap:90px!important;margin:36px 0!important}.security-partners .partner-logo-img{max-height:90px!important;max-width:290px!important}}section[data-pagecraft-id=pc-00ex0y7k] p,section[data-pagecraft-id=pc-00ex0y7k] .enterprise-service-suitable p,section[data-pagecraft-id=pc-00ex0y7k] .enterprise-service-desc{text-align:justify!important}@media(max-width:768px){.hero-title,.section-title,h1.section-title,h2.section-title,.transformation-title,.security-card-main .section-title,#du-an-may-do .section-title,#du-an-may-do.section-header .section-title,.projects-page-section .section-header .section-title,main .section-header .section-title{font-size:18px!important;line-height:1.35!important;font-weight:700!important}}
