*{margin:0;padding:0;box-sizing:border-box}:root{--fm-purple: #635bff;--fm-cyan: #00d9ff;--fm-coral: #ff735e;--fm-violet: #9f7aea;--fm-amber: #ffb800;--fm-navy: #0a2540;--fm-text-muted: #425466;--stripe-edge: rgba(10, 37, 64, .12);--stripe-divider: rgba(10, 37, 64, .1);--stripe-divider-light: rgba(255, 255, 255, .22);--fm-hero-gradient: linear-gradient(135deg, #635bff 0%, #00d9ff 50%, #ff735e 100%);--fm-band-light: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);--fm-band-dark: linear-gradient(135deg, #0a2540 0%, #635bff 50%, #9f7aea 100%)}.formind-page>section h2{color:#000!important;background:none!important;-webkit-text-fill-color:initial!important}:root{--fm-section-bg-1: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);--fm-section-bg-2: linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);--fm-section-bg-3: linear-gradient(180deg, #eaf4ff 0%, #ffffff 100%);--fm-section-bg-4: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%)}body{font-family:Inter,Noto Sans SC,Noto Sans Simplified Chinese,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.formind-page:not(.solutions)>section:not(.hero){position:relative;overflow:hidden;border-top:1px solid rgba(10,37,64,.09)}.formind-page:not(.solutions)>section:not(.hero):nth-of-type(4n+1){background:var(--fm-section-bg-1)}.formind-page:not(.solutions)>section:not(.hero):nth-of-type(4n+2){background:var(--fm-section-bg-2)}.formind-page:not(.solutions)>section:not(.hero):nth-of-type(4n+3){background:var(--fm-section-bg-3)}.formind-page:not(.solutions)>section:not(.hero):nth-of-type(4n){background:var(--fm-section-bg-4)}.formind-page:not(.solutions)>section:not(.hero):before,.formind-page:not(.solutions)>section:not(.hero):after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(68px);opacity:.56}.formind-page:not(.solutions)>section:not(.hero):before{width:min(420px,56vw);height:min(420px,56vw);top:-16%;right:-8%;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,rgba(56,189,248,.16) 44%,transparent 74%)}.formind-page:not(.solutions)>section:not(.hero):after{width:min(300px,42vw);height:min(300px,42vw);bottom:-14%;left:-7%;background:radial-gradient(circle,rgba(37,99,235,.24) 0%,rgba(14,165,233,.12) 46%,transparent 78%)}.formind-page:not(.solutions)>section:not(.hero)>.container{position:relative;z-index:1}.header{background-color:#fff;color:#333;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo img{height:56px;width:auto}.nav-links{display:flex;list-style:none;gap:1.5rem}.nav-links a{color:#333;text-decoration:none;font-weight:500;font-size:12px;padding:.5rem .75rem;border-radius:4px;transition:all .3s ease;white-space:nowrap}.nav-links a:hover{color:#0056b3}.nav-links a.active{background-color:#0056b3;color:#fff}.nav-links a.active:hover{background-color:#007bff;color:#fff}.lang-selector{position:relative}.lang-selector select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 2rem .5rem 1rem;font-size:.9rem;font-weight:500;color:#333;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%236b7280%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;transition:all .3s ease;cursor:pointer;box-shadow:0 1px 2px #0000000d}.lang-selector select:hover{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.lang-selector select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.lang-selector select option{background-color:#fff;color:#333;padding:.75rem 1rem;font-size:.9rem}.lang-selector select option:hover{background-color:#f3f4f6}[dir=rtl] .lang-selector select{background-position:left .75rem center;padding-right:1rem;padding-left:2rem}.hero{background:transparent;color:#fff;height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}.hero .container{max-width:1200px}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;justify-content:center;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.btn-primary{background:#fff;color:#0056b3}.btn-secondary{background:transparent;color:#fff;border:1px solid white}.stats{background:var(--fm-band-light);padding:5rem 0;text-align:center}.stats h2{font-size:2.25rem;font-weight:700;margin-bottom:2.5rem;background:linear-gradient(135deg,var(--fm-coral) 0%,var(--fm-purple) 50%,var(--fm-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.stats-subtitle{text-align:center;margin:0 auto 1.75rem;max-width:860px;color:var(--fm-text-muted);font-size:1.08rem;line-height:1.85}.stat-item{text-align:center;background:#fff;padding:2rem 1.5rem;border-radius:16px;border:1px solid rgba(99,91,255,.1);box-shadow:0 4px 20px #0000000f;transition:transform .35s ease,box-shadow .35s ease;position:relative;overflow:visible}.stat-item:hover{transform:translateY(-8px);box-shadow:0 16px 36px #635bff26}.stats-hover-detail{position:relative;width:min(554px,123%);margin-top:.9rem;left:50%;transform:translate(-50%);padding:1.35rem 1.25rem 1.35rem 1.6rem;border-radius:0;background:transparent;border:none;color:#000;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;max-height:0;overflow:hidden;transition:opacity .22s ease,visibility .22s ease,max-height .35s ease;border-left:none}.stats-hover-body{line-height:1.75;color:#000;font-size:.94rem}.stat-item[data-active=true] .stats-hover-detail{opacity:1;visibility:visible;pointer-events:auto;max-height:620px;overflow:visible}.stat-item[data-active=true]{transform:translateY(-14px) scale(1.05)!important;box-shadow:0 26px 60px #635bff38}@media (prefers-reduced-motion: reduce){.stats-hover-detail,.stat-item{transition:none}}.stat-number{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple),var(--fm-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:var(--fm-text-muted);font-weight:500;margin-top:.5rem}.solutions-capabilities{padding:5.5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden}.solutions-capabilities:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0;pointer-events:none}.solutions-capabilities .container{position:relative;z-index:1}.solutions-capabilities h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.solutions-capabilities .cards-grid{padding:0 40px;max-width:1200px;margin:0 auto}.platform-positioning{padding:5rem 0;background:var(--fm-band-light)}.platform-positioning h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.platform-positioning p{max-width:1000px;margin:0 auto 3rem;text-align:center;font-size:1.15rem;line-height:1.8;color:var(--fm-text-muted)}.about-formind{padding:5rem 0}.about-formind h2{text-align:left;margin-bottom:0;font-size:clamp(1.19rem,2.17vw,1.54rem);font-weight:700;background:none;-webkit-text-fill-color:initial;color:#000}.about-formind p{max-width:980px;margin:0 0 .95rem;text-align:left;font-size:clamp(1.19rem,2.17vw,1.54rem);line-height:1.85;color:var(--fm-text-muted)}.about-formind .about-formind-last{margin-bottom:0}@media (max-width: 900px){.about-formind h2,.about-formind p{text-align:center}.about-formind p{margin-left:auto;margin-right:auto}}.capabilities{padding:5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden}.capabilities:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0;pointer-events:none}.capabilities .container{position:relative;z-index:1}.capabilities h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}.card{background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(99,91,255,.1);position:relative;overflow:hidden;text-align:center}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--fm-purple),var(--fm-cyan),var(--fm-coral));transform:scaleX(0);transform-origin:center;transition:transform .5s cubic-bezier(.4,0,.2,1)}.card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(99,91,255,.1) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease;pointer-events:none}.card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #635bff33;border-color:#635bff4d}.card:hover:before{transform:scaleX(1)}.card:hover:after{width:300px;height:300px}.card h3{margin-bottom:1rem;font-weight:700;font-size:1.35rem;position:relative;z-index:1}.card p{line-height:1.8;color:var(--fm-text-muted);position:relative;z-index:1}.cards-grid .card .card-icon{position:relative;z-index:1;transition:transform .3s ease}.cards-grid .card:hover .card-icon{transform:scale(1.12) rotate(-4deg)}.home .positioning-card .card-icon,.home .solution-card .card-icon,.home .capability-card .card-icon{background:transparent!important}.module-card{background:#fff;text-align:center}.module-card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(99,91,255,.1) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}.module-card:hover:after{width:400px;height:400px}.module-card[data-index="0"]{border-top:4px solid #635BFF}.module-card[data-index="0"] h3{color:#635bff}.module-card[data-index="1"]{border-top:4px solid #FF735E}.module-card[data-index="1"] h3{color:#ff735e}.module-card[data-index="2"]{border-top:4px solid #00D9FF}.module-card[data-index="2"] h3{color:#00d9ff}.module-card[data-index="3"]{border-top:4px solid #9F7AEA}.module-card[data-index="3"] h3{color:#9f7aea}.module-card[data-index="4"]{border-top:4px solid #FFB800}.module-card[data-index="4"] h3{color:#ffb800}.module-card[data-index="5"]{border-top:4px solid #00D9FF}.module-card[data-index="5"] h3{color:#00d9ff}.card-icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;line-height:1}.module-card .card-icon{background:linear-gradient(135deg,#635bff1a,#00d9ff1a);width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;color:#635bff}.module-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.module-card[data-index="0"] .card-icon{background:linear-gradient(135deg,#635bff26,#635bff0d);color:#635bff}.module-card[data-index="1"] .card-icon{background:linear-gradient(135deg,#ff735e26,#ffb8000d);color:#ff735e}.module-card[data-index="2"] .card-icon{background:linear-gradient(135deg,#00d9ff26,#9f7aea0d);color:#00d9ff}.module-card[data-index="3"] .card-icon{background:linear-gradient(135deg,#9f7aea26,#ff735e0d);color:#9f7aea}.module-card[data-index="4"] .card-icon{background:linear-gradient(135deg,#ffb80026,#635bff0d);color:#ffb800}.module-card[data-index="5"] .card-icon{background:linear-gradient(135deg,#00d9ff26,#635bff0d);color:#00d9ff}.advantage-card .card-icon{background:linear-gradient(135deg,#635bff1a,#00d9ff1a);width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;color:#635bff}.advantage-card:hover .card-icon{transform:scale(1.15) rotate(-5deg)}.advantage-card[data-index="0"] .card-icon{background:linear-gradient(135deg,#635bff33,#00d9ff1a);color:#635bff}.advantage-card[data-index="1"] .card-icon{background:linear-gradient(135deg,#ff735e33,#ffb8001a);color:#ff735e}.advantage-card[data-index="2"] .card-icon{background:linear-gradient(135deg,#00d9ff33,#9f7aea1a);color:#00d9ff}.advantage-card[data-index="3"] .card-icon{background:linear-gradient(135deg,#9f7aea33,#ff735e1a);color:#9f7aea}.positioning-card[data-index="0"]{border-top:4px solid #635BFF}.positioning-card[data-index="0"] h3{color:#635bff}.positioning-card[data-index="0"] .card-icon{background:linear-gradient(135deg,#635bff26,#635bff0d);color:#635bff}.positioning-card[data-index="1"]{border-top:4px solid #FF735E}.positioning-card[data-index="1"] h3{color:#ff735e}.positioning-card[data-index="1"] .card-icon{background:linear-gradient(135deg,#ff735e26,#ffb8000d);color:#ff735e}.positioning-card[data-index="2"]{border-top:4px solid #00D9FF}.positioning-card[data-index="2"] h3{color:#00d9ff}.positioning-card[data-index="2"] .card-icon{background:linear-gradient(135deg,#00d9ff26,#9f7aea0d);color:#00d9ff}.positioning-card[data-index="3"]{border-top:4px solid #9F7AEA}.positioning-card[data-index="3"] h3{color:#9f7aea}.positioning-card[data-index="3"] .card-icon{background:linear-gradient(135deg,#9f7aea26,#ff735e0d);color:#9f7aea}.positioning-card[data-index="4"]{border-top:4px solid #FFB800}.positioning-card[data-index="4"] h3{color:#ffb800}.positioning-card[data-index="4"] .card-icon{background:linear-gradient(135deg,#ffb80026,#635bff0d);color:#ffb800}.positioning-card[data-index="5"]{border-top:4px solid #00D9FF}.positioning-card[data-index="5"] h3{color:#00d9ff}.positioning-card[data-index="5"] .card-icon{background:linear-gradient(135deg,#00d9ff26,#635bff0d);color:#00d9ff}.solution-card[data-index="0"]{border-top:4px solid #635BFF}.solution-card[data-index="0"] h3{color:#635bff}.solution-card[data-index="0"] .card-icon{background:linear-gradient(135deg,#635bff26,#635bff0d);color:#635bff}.solution-card[data-index="1"]{border-top:4px solid #FF735E}.solution-card[data-index="1"] h3{color:#ff735e}.solution-card[data-index="1"] .card-icon{background:linear-gradient(135deg,#ff735e26,#ffb8000d);color:#ff735e}.solution-card[data-index="2"]{border-top:4px solid #00D9FF}.solution-card[data-index="2"] h3{color:#00d9ff}.solution-card[data-index="2"] .card-icon{background:linear-gradient(135deg,#00d9ff26,#9f7aea0d);color:#00d9ff}.solution-card[data-index="3"]{border-top:4px solid #9F7AEA}.solution-card[data-index="3"] h3{color:#9f7aea}.solution-card[data-index="3"] .card-icon{background:linear-gradient(135deg,#9f7aea26,#ff735e0d);color:#9f7aea}.solution-card[data-index="4"]{border-top:4px solid #FFB800}.solution-card[data-index="4"] h3{color:#ffb800}.solution-card[data-index="4"] .card-icon{background:linear-gradient(135deg,#ffb80026,#635bff0d);color:#ffb800}.solution-card[data-index="5"]{border-top:4px solid #00D9FF}.solution-card[data-index="5"] h3{color:#00d9ff}.solution-card[data-index="5"] .card-icon{background:linear-gradient(135deg,#00d9ff26,#635bff0d);color:#00d9ff}.capability-card[data-index="0"]{border-top:4px solid #635BFF}.capability-card[data-index="0"] h3{color:#635bff}.capability-card[data-index="0"] .card-icon{background:linear-gradient(135deg,#635bff26,#635bff0d);color:#635bff}.capability-card[data-index="1"]{border-top:4px solid #FF735E}.capability-card[data-index="1"] h3{color:#ff735e}.capability-card[data-index="1"] .card-icon{background:linear-gradient(135deg,#ff735e26,#ffb8000d);color:#ff735e}.capability-card[data-index="2"]{border-top:4px solid #00D9FF}.capability-card[data-index="2"] h3{color:#00d9ff}.capability-card[data-index="2"] .card-icon{background:linear-gradient(135deg,#00d9ff26,#9f7aea0d);color:#00d9ff}.capability-card[data-index="3"]{border-top:4px solid #9F7AEA}.capability-card[data-index="3"] h3{color:#9f7aea}.capability-card[data-index="3"] .card-icon{background:linear-gradient(135deg,#9f7aea26,#ff735e0d);color:#9f7aea}.about{padding:5rem 0;background:var(--fm-band-light)}.about-text h2{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-text p{color:var(--fm-text-muted);line-height:1.8;margin-bottom:1.5rem}.about-text .btn-primary{background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-cyan) 100%);color:#fff;border:none;border-radius:8px;padding:.85rem 1.75rem;transition:transform .25s ease,box-shadow .25s ease}.about-text .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #635bff59}.about-content{display:flex;align-items:center;gap:3rem}.about-text,.about-image{flex:1}.about-image img{width:100%;border-radius:16px;box-shadow:0 12px 40px #635bff26}.partner{padding:5rem 0;background:var(--fm-band-light)}.partner h2{text-align:center;margin-bottom:2.5rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-coral) 0%,var(--fm-purple) 50%,var(--fm-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.partner-content{display:flex;gap:3rem}.partner-form{flex:1;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(99,91,255,.1);transition:box-shadow .35s ease}.partner-form:hover{box-shadow:0 12px 32px #635bff1f}.partner-info{flex:1}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px}.form-group textarea{resize:vertical;min-height:150px}.info-item{margin-bottom:2rem}.info-item h3{color:#0056b3;margin-bottom:.5rem}.footer{background:#343a40;color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;margin-bottom:2rem}.footer-links{display:flex;gap:2rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#adb5bd;text-decoration:none}.footer-bottom{border-top:1px solid #495057;padding-top:1rem;text-align:center;color:#adb5bd}@media (max-width: 768px){.nav-links{display:none}.hero h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.about-content,.partner-content{flex-direction:column}.footer-content{flex-direction:column;gap:2rem}}.formind-page{border-left:1px solid var(--stripe-edge);border-right:1px solid var(--stripe-edge)}.formind-page>.ribbon-container+section,.formind-page>.stripe-ribbon-container+section{border-top:1px solid var(--stripe-divider-light)}.formind-page>section~section{border-top:1px solid var(--stripe-divider)}.formind-page>.solutions-capabilities,.formind-page>.capabilities,.formind-page>.global-network,.formind-page>.innovation-strategy,.formind-page>.mission-vision,.formind-page>.key-investor-info,.formind-page>.contact-info-section{border-top-color:var(--stripe-divider-light)}.solutions>.ribbon-container{position:relative}.formind-page .hero{background:var(--fm-hero-gradient);position:relative;overflow:hidden}.formind-page .hero .container{position:relative;z-index:1}.solutions .hero .solutions-subpage-link,.solutions .hero .solutions-subpage-links{margin-top:1.75rem}.solutions .hero .solutions-subpage-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.solutions .hero .solutions-subpage-link a,.solutions .hero .solutions-subpage-links a{display:inline-block;color:#fff;font-weight:600;font-size:1rem;text-decoration:none;padding:.65rem 1.35rem;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.35);transition:background .25s ease,transform .25s ease}.solutions .hero .solutions-subpage-link a:hover,.solutions .hero .solutions-subpage-links a:hover{background:#ffffff47;transform:translateY(-2px)}.formind-page .hero .hero-description{font-size:1.1rem;opacity:.95;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.8}.platform-overview{padding:5rem 0;background:var(--fm-band-light);position:relative;border-top:1px solid var(--stripe-divider)}.platform-overview h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;background:linear-gradient(135deg,#635bff,#0a2540);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.platform-overview p{max-width:1000px;margin:0 auto;text-align:center;font-size:1.15rem;line-height:1.8;color:#425466}.core-modules{padding:5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden;border-top:1px solid var(--stripe-divider-light)}.core-modules:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0}@keyframes pulse{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(180deg)}}.core-modules .container{position:relative;z-index:1}.core-modules h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;color:#fff;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.2)}.platform-advantages{padding:5rem 0;background:var(--fm-band-light);position:relative;border-top:1px solid var(--stripe-divider)}.platform-advantages h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;background:linear-gradient(135deg,#ff735e,#635bff,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.solutions-landing .advantages-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.advantage-card{background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(99,91,255,.1);position:relative;overflow:hidden;text-align:center}.advantage-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#635bff,#00d9ff,#ff735e);transform:scaleX(0);transition:transform .5s cubic-bezier(.4,0,.2,1)}.advantage-card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(99,91,255,.1) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}.advantage-card:nth-child(1):before{background:linear-gradient(90deg,#635bff,#00d9ff)}.advantage-card:nth-child(2):before{background:linear-gradient(90deg,#ff735e,#ffb800)}.advantage-card:nth-child(3):before{background:linear-gradient(90deg,#00d9ff,#9f7aea)}.advantage-card:nth-child(4):before{background:linear-gradient(90deg,#9f7aea,#ff735e)}.advantage-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #635bff33;border-color:#635bff4d}.advantage-card:hover:before{transform:scaleX(1)}.advantage-card:hover:after{width:300px;height:300px}.advantage-card h3{margin-bottom:1rem;font-weight:700;font-size:1.35rem;position:relative;z-index:1}.advantage-card:nth-child(1) h3{color:#635bff}.advantage-card:nth-child(2) h3{color:#ff735e}.advantage-card:nth-child(3) h3{color:#00d9ff}.advantage-card:nth-child(4) h3{color:#9f7aea}.advantage-card p{color:#425466;line-height:1.8;position:relative;z-index:1}.formind-page>.hanlink-hero-band+section{border-top:1px solid var(--stripe-divider)}.solutions-landing.formind-page>.hanlink-hero-band+section{border-top:none}.solutions-hanlink .hanlink-hero-band,.solutions-smartexam .hanlink-hero-band,.solutions-landing .hanlink-hero-band{position:relative;border-top:1px solid var(--stripe-divider-light);min-height:min(52vh,640px)}@media (min-width: 900px){.solutions-hanlink .hanlink-hero-band--pretext{min-height:min(56vh,680px);overflow:visible}.solutions-hanlink .hanlink-hero-band--pretext .hanlink-hero{height:auto;min-height:0;align-items:stretch}.solutions-hanlink .hanlink-hero-band--pretext .hanlink-hero-inner{width:100%;min-height:0;align-items:flex-start}.solutions-hanlink .hanlink-hero-band--pretext .hanlink-hero-visual{overflow:visible;align-self:stretch}.solutions-hanlink .hanlink-hero-band--pretext .hanlink-hero-visual img{width:100%;height:auto;max-height:min(72vh,560px);object-fit:contain;object-position:center}}.solutions-hanlink .hanlink-hero-main-row,.solutions-yezoo .hanlink-hero-main-row,.solutions-cogniai .hanlink-hero-main-row{display:flex;flex-direction:column;gap:2rem;align-items:stretch;width:100%;min-width:0}.solutions-hanlink .hanlink-hero-explore-wrap,.solutions-yezoo .hanlink-hero-explore-wrap,.solutions-cogniai .hanlink-hero-explore-wrap{display:flex;justify-content:flex-end;width:100%;flex-shrink:0}.solutions-hanlink .hanlink-hero-explore,.solutions-yezoo .hanlink-hero-explore,.solutions-cogniai .hanlink-hero-explore{margin:0;white-space:nowrap;border:none;border-radius:9999px;background:#f97316;color:#fff;font-weight:600;transition:background .2s ease,box-shadow .25s ease,transform .2s ease;box-shadow:0 1px 2px #00000014,0 4px 12px #0000001f,0 8px 28px #f973166b,0 2px #ffffff26 inset}.solutions-hanlink .hanlink-hero-explore:hover,.solutions-yezoo .hanlink-hero-explore:hover,.solutions-cogniai .hanlink-hero-explore:hover{background:#ea580c;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a,0 8px 20px #00000024,0 12px 36px #f9731680,0 14px 48px #ea580c47,0 2px #ffffff1f inset}.solutions-hanlink .hanlink-ribbon-layer,.solutions-smartexam .hanlink-ribbon-layer,.solutions-landing .hanlink-ribbon-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.solutions-hanlink .hanlink-ribbon-layer .ribbon-container,.solutions-smartexam .hanlink-ribbon-layer .ribbon-container,.solutions-landing .hanlink-ribbon-layer .ribbon-container{height:100%!important;min-height:100%}.solutions-hanlink .hanlink-back,.solutions-smartexam .hanlink-back,.solutions-landing .hanlink-back{margin-bottom:1rem}.solutions-hanlink .hanlink-back a,.solutions-smartexam .hanlink-back a{color:#ffffffeb;font-size:.95rem;font-weight:500;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);transition:color .2s ease,border-color .2s ease}.solutions-hanlink .hanlink-back a:hover,.solutions-smartexam .hanlink-back a:hover{color:#fff;border-bottom-color:#fff}.solutions-hanlink .hanlink-hero-brand,.solutions-smartexam .hanlink-hero-brand,.solutions-landing .hanlink-hero-brand{margin-bottom:1rem}.solutions-hanlink .hanlink-hero-logo,.solutions-smartexam .hanlink-hero-logo,.solutions-landing .hanlink-hero-logo{height:44px;width:auto;display:inline-block;filter:brightness(0) invert(1)}.solutions-hanlink .hanlink-hero,.solutions-smartexam .hanlink-hero,.solutions-landing .hanlink-hero{position:relative;z-index:1;height:auto;min-height:0;padding:2.5rem 20px 3.5rem;align-items:stretch;text-align:left;background:transparent!important}.solutions-hanlink .hanlink-hero .container,.solutions-smartexam .hanlink-hero .container,.solutions-landing .hanlink-hero .container{width:100%;max-width:min(1320px,100%)}.solutions-hanlink .hanlink-hero-inner,.solutions-smartexam .hanlink-hero-inner,.solutions-landing .hanlink-hero-inner{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.solutions-hanlink .hanlink-hero-copy,.solutions-smartexam .hanlink-hero-copy,.solutions-landing .hanlink-hero-copy{max-width:560px}.solutions-hanlink .hanlink-hero-copy h1,.solutions-smartexam .hanlink-hero-copy h1,.solutions-landing .hanlink-hero-copy h1{text-align:left;font-size:2rem;line-height:1.2}.solutions-hanlink .hanlink-hero-lead,.solutions-smartexam .hanlink-hero-lead,.solutions-landing .hanlink-hero-lead{font-size:1rem;line-height:1.65;color:#ffffffe6;margin-bottom:1.25rem;margin-left:0;margin-right:0;max-width:none;text-align:left}.solutions-hanlink .hanlink-hero-tagline,.solutions-smartexam .hanlink-hero-tagline,.solutions-landing .hanlink-hero-tagline{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:0;margin-left:0;margin-right:0;max-width:none;line-height:1.5;text-align:left}.solutions-hanlink .hanlink-hero-visual,.solutions-smartexam .hanlink-hero-visual,.solutions-landing .hanlink-hero-visual{align-self:stretch}.solutions-hanlink .hanlink-hero-visual img,.solutions-smartexam .hanlink-hero-visual img,.solutions-landing .hanlink-hero-visual img{width:100%;max-width:none;height:auto;display:block;border-radius:12px;box-shadow:0 20px 50px #00000040}[dir=rtl] .solutions-hanlink .hanlink-hero,[dir=rtl] .solutions-smartexam .hanlink-hero,[dir=rtl] .solutions-landing .hanlink-hero,[dir=rtl] .solutions-hanlink .hanlink-hero-copy h1,[dir=rtl] .solutions-hanlink .hanlink-hero-lead,[dir=rtl] .solutions-hanlink .hanlink-hero-tagline,[dir=rtl] .solutions-smartexam .hanlink-hero-copy h1,[dir=rtl] .solutions-smartexam .hanlink-hero-lead,[dir=rtl] .solutions-smartexam .hanlink-hero-tagline,[dir=rtl] .solutions-landing .hanlink-hero-copy h1,[dir=rtl] .solutions-landing .hanlink-hero-lead,[dir=rtl] .solutions-landing .hanlink-hero-tagline{text-align:right}@media (min-width: 900px){.solutions-hanlink .hanlink-hero-copy h1,.solutions-smartexam .hanlink-hero-copy h1,.solutions-landing .hanlink-hero-copy h1{font-size:2.5rem}.solutions-hanlink .hanlink-hero-inner,.solutions-smartexam .hanlink-hero-inner,.solutions-landing .hanlink-hero-inner{flex-direction:row;align-items:center;gap:2rem;justify-content:flex-start}.solutions-hanlink .hanlink-hero-inner.hanlink-hero-inner--pretext,.solutions-yezoo .hanlink-hero-inner.hanlink-hero-inner--yezoo,.solutions-cogniai .hanlink-hero-inner.hanlink-hero-inner--cogniai{flex-direction:column;align-items:stretch;gap:1.25rem}.solutions-hanlink .hanlink-hero-main-row,.solutions-yezoo .hanlink-hero-main-row,.solutions-cogniai .hanlink-hero-main-row{flex-direction:row;align-items:center;gap:2rem;justify-content:flex-start}.solutions-hanlink .hanlink-hero-copy,.solutions-smartexam .hanlink-hero-copy,.solutions-landing .hanlink-hero-copy{flex:0 1 420px;max-width:420px;min-width:0}.solutions-hanlink .hanlink-hero-visual,.solutions-smartexam .hanlink-hero-visual,.solutions-landing .hanlink-hero-visual{flex:1 1 auto;min-width:0;max-width:none}[dir=rtl] .solutions-hanlink .hanlink-hero-inner,[dir=rtl] .solutions-smartexam .hanlink-hero-inner,[dir=rtl] .solutions-landing .hanlink-hero-inner{flex-direction:row-reverse}[dir=rtl] .solutions-hanlink .hanlink-hero-inner.hanlink-hero-inner--pretext,[dir=rtl] .solutions-yezoo .hanlink-hero-inner.hanlink-hero-inner--yezoo,[dir=rtl] .solutions-cogniai .hanlink-hero-inner.hanlink-hero-inner--cogniai{flex-direction:column}[dir=rtl] .solutions-hanlink .hanlink-hero-main-row,[dir=rtl] .solutions-yezoo .hanlink-hero-main-row,[dir=rtl] .solutions-cogniai .hanlink-hero-main-row{flex-direction:row-reverse}}.solutions-landing .solutions-landing-tagline{margin:0;padding:0;list-style:none}.solutions-landing .solutions-landing-tagline li{font-size:clamp(1.65rem,4.5vw,2.85rem);font-weight:700;line-height:1.22;color:#fff;letter-spacing:-.03em;text-shadow:0 2px 28px rgba(0,0,0,.35),0 0 1px rgba(0,0,0,.4)}.solutions-landing .solutions-landing-tagline li+li{margin-top:.5rem}.solutions-landing .solutions-landing-hero-img{max-width:100%;width:100%;height:auto;margin-left:auto;margin-right:auto;object-fit:contain;object-position:center right}@media (min-width: 900px){.solutions-landing .hanlink-hero-copy{flex:0 1 min(520px,44%);max-width:min(520px,44vw)}.solutions-landing .solutions-landing-tagline li{font-size:clamp(1.85rem,3.6vw,2.95rem)}}.solutions-landing .solutions-spotlight{--spotlight-pad-y: clamp(2.75rem, 6vw, 4.25rem);--spotlight-bar: var(--fm-purple);--spotlight-cta-from: #635bff;--spotlight-cta-to: #7c3aed;--spotlight-orb-a: rgba(99, 91, 255, .35);--spotlight-orb-b: rgba(159, 122, 234, .22);position:relative;overflow:hidden;padding:var(--spotlight-pad-y) 0;border-top:1px solid var(--stripe-divider)}.solutions-landing .solutions-spotlight-orbs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.solutions-landing .solutions-spotlight-orbs:before,.solutions-landing .solutions-spotlight-orbs:after{content:"";position:absolute;border-radius:50%;filter:blur(72px);opacity:.85}.solutions-landing .solutions-spotlight--1 .solutions-spotlight-orbs:before{width:min(420px,70vw);height:min(420px,70vw);background:var(--spotlight-orb-a);top:-18%;right:-8%}.solutions-landing .solutions-spotlight--1 .solutions-spotlight-orbs:after{width:min(280px,50vw);height:min(280px,50vw);background:var(--spotlight-orb-b);bottom:-12%;left:5%}.solutions-landing .solutions-spotlight--2{--spotlight-bar: #0ea5e9;--spotlight-cta-from: #0284c7;--spotlight-cta-to: #6366f1;--spotlight-orb-a: rgba(14, 165, 233, .32);--spotlight-orb-b: rgba(99, 102, 241, .2);background:linear-gradient(180deg,#f0f9ff,#f8fafc 42%,#fff)}.solutions-landing .solutions-spotlight--2 .solutions-spotlight-orbs:before{width:min(380px,65vw);height:min(380px,65vw);background:var(--spotlight-orb-a);bottom:-20%;left:-6%}.solutions-landing .solutions-spotlight--2 .solutions-spotlight-orbs:after{width:min(300px,55vw);height:min(300px,55vw);background:var(--spotlight-orb-b);top:-10%;right:0}.solutions-landing .solutions-spotlight--3{--spotlight-bar: #06b6d4;--spotlight-cta-from: #0891b2;--spotlight-cta-to: #6366f1;--spotlight-orb-a: rgba(6, 182, 212, .3);--spotlight-orb-b: rgba(99, 91, 255, .18);background:linear-gradient(180deg,#ecfeff,#f8fafc 45%,#fff)}.solutions-landing .solutions-spotlight--3 .solutions-spotlight-orbs:before{width:min(400px,68vw);height:min(400px,68vw);background:var(--spotlight-orb-a);top:-15%;right:-5%}.solutions-landing .solutions-spotlight--3 .solutions-spotlight-orbs:after{width:min(260px,48vw);height:min(260px,48vw);background:var(--spotlight-orb-b);bottom:-8%;left:10%}.solutions-landing .solutions-spotlight--4{--spotlight-bar: #ea580c;--spotlight-cta-from: #ea580c;--spotlight-cta-to: #f59e0b;--spotlight-orb-a: rgba(249, 115, 22, .28);--spotlight-orb-b: rgba(251, 191, 36, .22);background:linear-gradient(180deg,#fff7ed,#fffbeb 38%,#fff)}.solutions-landing .solutions-spotlight--4 .solutions-spotlight-orbs:before{width:min(360px,62vw);height:min(360px,62vw);background:var(--spotlight-orb-a);bottom:-18%;right:-4%}.solutions-landing .solutions-spotlight--4 .solutions-spotlight-orbs:after{width:min(320px,58vw);height:min(320px,58vw);background:var(--spotlight-orb-b);top:-12%;left:-4%}.solutions-landing .solutions-spotlight--1{background:linear-gradient(180deg,#faf5ff,#f5f3ff 35%,#fff)}.solutions-landing .solutions-spotlight-outer{position:relative;z-index:1;max-width:1040px}.solutions-landing .solutions-spotlight-panel{--spotlight-door-duration: 3.15s;--spotlight-door-ease: cubic-bezier(.22, 1, .36, 1);position:relative;z-index:2;display:flex;flex-direction:row;align-items:flex-start;gap:clamp(1rem,3vw,1.65rem);padding:clamp(1.5rem,4vw,2.25rem) clamp(1.35rem,3.5vw,2.5rem);border-radius:22px;background:linear-gradient(155deg,#ffffffeb,#ffffffb8);border:1px solid rgba(255,255,255,.95);box-shadow:0 1px #fffffffa inset,0 20px 48px #0f172a12,0 0 0 1px #0a25400a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);isolation:isolate;overflow:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.solutions-landing .solutions-spotlight-doors{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:row;pointer-events:none;border-radius:inherit}.solutions-landing .solutions-spotlight-door{flex:1;min-width:0;height:100%;opacity:0;background:linear-gradient(118deg,#ffffff8c,#f8fafc66,#ffffff80);box-shadow:inset 0 0 0 1px #ffffff73,inset 0 1px #ffffffbf;transform:translate(calc(-100% - 2px));animation:none;transform-origin:0% 50%;border-radius:inherit;border-top-right-radius:0;border-bottom-right-radius:0;will-change:transform,opacity}.solutions-landing .solutions-spotlight-door--end{transform:translate(calc(100% + 2px));transform-origin:100% 50%;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}@keyframes solutions-spotlight-door-start-open{0%{opacity:0;transform:translate(0)}6%{opacity:.72;transform:translate(-8%)}to{opacity:0;transform:translate(calc(-100% - 2px))}}@keyframes solutions-spotlight-door-end-open{0%{opacity:0;transform:translate(0)}6%{opacity:.72;transform:translate(8%)}to{opacity:0;transform:translate(calc(100% + 2px))}}.solutions-landing .solutions-spotlight:hover .solutions-spotlight-door--start,.solutions-landing .solutions-spotlight:focus-within .solutions-spotlight-door--start{animation:solutions-spotlight-door-start-open var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}.solutions-landing .solutions-spotlight:hover .solutions-spotlight-door--end,.solutions-landing .solutions-spotlight:focus-within .solutions-spotlight-door--end{animation:solutions-spotlight-door-end-open var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}@media (prefers-reduced-motion: reduce){.solutions-landing .solutions-spotlight-panel{--spotlight-door-duration: .01ms}.solutions-landing .solutions-spotlight-door{opacity:0!important;transform:none!important;animation:none!important}}.solutions-landing .solutions-spotlight-panel:hover{transform:translateY(-5px);box-shadow:0 1px #fffffffa inset,0 28px 56px #0f172a1a,0 0 0 1px #0a25400d}.solutions-landing .solutions-spotlight-index{position:absolute;top:clamp(.85rem,2vw,1.25rem);inset-inline-end:clamp(1rem,3vw,1.75rem);font-size:clamp(3.25rem,8vw,4.75rem);font-weight:800;line-height:1;letter-spacing:-.06em;color:var(--spotlight-bar);opacity:.11;pointer-events:none;-webkit-user-select:none;user-select:none}.solutions-landing .solutions-spotlight-icon-wrap{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:20px;color:var(--spotlight-bar);background:linear-gradient(145deg,#fffffffa,#ffffff8c);border:1px solid rgba(255,255,255,.9);box-shadow:0 1px #fff inset,0 10px 28px color-mix(in srgb,var(--spotlight-bar) 22%,transparent)}.solutions-landing .solutions-spotlight-body{flex:1;min-width:0;text-align:start}.solutions-landing .solutions-spotlight-panel h2{margin:0 0 .75rem;font-size:clamp(1.5rem,2.85vw,2.1rem);font-weight:700;letter-spacing:-.025em;line-height:1.22;position:relative;padding-inline-start:1rem}.solutions-landing .solutions-spotlight-panel h2:before{content:"";position:absolute;inset-inline-start:0;top:.12em;bottom:.12em;width:4px;border-radius:3px;background:linear-gradient(180deg,var(--spotlight-bar),color-mix(in srgb,var(--spotlight-bar) 55%,white))}.solutions-landing .solutions-spotlight-panel h2 a{color:var(--fm-navy);text-decoration:none;transition:color .2s ease}.solutions-landing .solutions-spotlight-panel h2 a:hover{color:var(--spotlight-bar)}.solutions-landing .solutions-spotlight-panel p{margin:0 0 1.5rem;color:var(--fm-text-muted);font-size:clamp(1.08rem,1.35vw,1.25rem);line-height:1.72;max-width:58ch}.solutions-landing .solutions-spotlight-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1.35rem .72rem 1.45rem;border-radius:999px;font-weight:600;font-size:clamp(1rem,1.1vw,1.1rem);color:#fff;text-decoration:none;background:linear-gradient(135deg,var(--spotlight-cta-from),var(--spotlight-cta-to));box-shadow:0 4px 14px color-mix(in srgb,var(--spotlight-cta-from) 42%,transparent),0 1px #ffffff38 inset;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.solutions-landing .solutions-spotlight-cta:hover{transform:translate(2px);filter:brightness(1.06);box-shadow:0 8px 22px color-mix(in srgb,var(--spotlight-cta-from) 48%,transparent),0 1px #ffffff47 inset}.solutions-landing .solutions-spotlight-cta-icon{flex-shrink:0;transition:transform .25s ease}.solutions-landing .solutions-spotlight-cta:hover .solutions-spotlight-cta-icon{transform:translate(3px)}@media (min-width: 768px){.solutions-landing .solutions-spotlight-panel{gap:1.75rem;padding:2rem 2.35rem}.solutions-landing .solutions-spotlight-icon-wrap{width:96px;height:96px;border-radius:22px}}@media (min-width: 1280px){.solutions-landing .solutions-spotlight-outer{max-width:min(1680px,96vw);padding-inline-end:clamp(460px,36vw,650px)}}[dir=rtl] .solutions-landing .solutions-spotlight-panel{flex-direction:row-reverse}[dir=rtl] .solutions-landing .solutions-spotlight-cta-icon{transform:scaleX(-1)}[dir=rtl] .solutions-landing .solutions-spotlight-cta:hover{transform:translate(-2px)}[dir=rtl] .solutions-landing .solutions-spotlight-cta:hover .solutions-spotlight-cta-icon{transform:scaleX(-1) translate(3px)}@keyframes solutions-spotlight-door-start-open-rtl{0%{opacity:0;transform:translate(0)}6%{opacity:.72;transform:translate(8%)}to{opacity:0;transform:translate(calc(100% + 2px))}}@keyframes solutions-spotlight-door-end-open-rtl{0%{opacity:0;transform:translate(0)}6%{opacity:.72;transform:translate(-8%)}to{opacity:0;transform:translate(calc(-100% - 2px))}}[dir=rtl] .solutions-landing .solutions-spotlight-door--start{transform:translate(calc(100% + 2px));transform-origin:100% 50%;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}[dir=rtl] .solutions-landing .solutions-spotlight-door--end{transform:translate(calc(-100% - 2px));transform-origin:0% 50%;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}[dir=rtl] .solutions-landing .solutions-spotlight:hover .solutions-spotlight-door--start,[dir=rtl] .solutions-landing .solutions-spotlight:focus-within .solutions-spotlight-door--start{animation:solutions-spotlight-door-start-open-rtl var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}[dir=rtl] .solutions-landing .solutions-spotlight:hover .solutions-spotlight-door--end,[dir=rtl] .solutions-landing .solutions-spotlight:focus-within .solutions-spotlight-door--end{animation:solutions-spotlight-door-end-open-rtl var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}[dir=rtl] .solutions-yezoo .yezoo-capability-door--start{transform:translate(calc(100% + 2px));transform-origin:100% 50%;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}[dir=rtl] .solutions-yezoo .yezoo-capability-door--end{transform:translate(calc(-100% - 2px));transform-origin:0% 50%;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}[dir=rtl] .solutions-yezoo .yezoo-capability-card:hover .yezoo-capability-door--start,[dir=rtl] .solutions-yezoo .yezoo-capability-card:focus-within .yezoo-capability-door--start{animation:solutions-spotlight-door-start-open-rtl var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}[dir=rtl] .solutions-yezoo .yezoo-capability-card:hover .yezoo-capability-door--end,[dir=rtl] .solutions-yezoo .yezoo-capability-card:focus-within .yezoo-capability-door--end{animation:solutions-spotlight-door-end-open-rtl var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}.solutions-landing .solutions-spotlight-hero-flyout{position:absolute;top:0;bottom:0;inset-inline-end:clamp(80px,8vw,180px);width:clamp(440px,34vw,620px);z-index:1;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px) scale(.98);transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility .28s;display:flex;align-items:stretch}.solutions-landing .solutions-spotlight-hero-flyout.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.solutions-landing .solutions-spotlight-hero-flyout img{display:block;width:100%;height:100%;object-fit:cover;border-radius:18px;box-shadow:0 24px 64px #0f172a38,0 0 0 1px #ffffff73 inset}.solutions-landing .solutions-spotlight-flyout-yezoo{height:100%;border-radius:18px;overflow:hidden;box-shadow:0 24px 64px #0f172a38,0 0 0 1px #ffffff1f inset}.solutions-landing .solutions-spotlight-flyout-yezoo .yezoo-hero-panel{width:100%;height:100%;max-width:none;margin:0;border-radius:0;background:#0f172a8c;border:1px solid rgba(255,255,255,.2);padding:1.25rem .85rem}.solutions-landing .solutions-spotlight-flyout-yezoo .yezoo-hero-svg{display:block;width:100%;height:100%}@media (max-width: 1279px){.solutions-landing .solutions-spotlight-hero-flyout{display:none}}@media (prefers-reduced-motion: reduce){.solutions-landing .solutions-spotlight-hero-flyout{transition:none;transform:none}.solutions-landing .solutions-spotlight-hero-flyout.is-visible{transform:none}}.hanlink-audiences{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.hanlink-audience-pill{display:inline-flex;align-items:center;padding:.65rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:600;border:1px solid transparent;box-shadow:0 4px 18px #0a254014;transition:transform .2s ease,box-shadow .2s ease}.hanlink-audience-pill:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0a25401f}.hanlink-audience-pill:nth-child(1){background:linear-gradient(135deg,#635bff33,#9f7aea29);color:#3b2f8f;border-color:#635bff59}.hanlink-audience-pill:nth-child(2){background:linear-gradient(135deg,#00d9ff38,#635bff1f);color:#045a6e;border-color:#00d9ff66}.hanlink-audience-pill:nth-child(3){background:linear-gradient(135deg,#ff735e38,#ffb8002e);color:#9a2e22;border-color:#ff735e61}.hanlink-audience-pill:nth-child(4){background:linear-gradient(135deg,#9f7aea33,#00d9ff24);color:#4c3d8a;border-color:#9f7aea61}.hanlink-audience-pill:nth-child(n+5){background:linear-gradient(135deg,#635bff1f,#00d9ff1a);color:var(--fm-navy);border-color:#635bff38}.solutions-smartexam .smartexam-wordmark{display:block;font-size:1.85rem;font-weight:800;letter-spacing:-.03em;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.2)}.solutions-smartexam .smartexam-prose{max-width:920px;margin-left:auto;margin-right:auto}.solutions-smartexam .smartexam-section .smartexam-prose h2,.solutions-smartexam .smartexam-section-alt .smartexam-prose h2{text-align:left;margin-bottom:1.25rem}.solutions-smartexam .smartexam-section .smartexam-prose p,.solutions-smartexam .smartexam-section-alt .smartexam-prose p{text-align:left;margin-left:0;margin-right:0}.solutions-smartexam .smartexam-bullet-list{margin:1.25rem 0 1.5rem;padding-left:1.35rem;text-align:left;color:var(--fm-text-muted);line-height:1.85}.solutions-smartexam .smartexam-bullet-list li{margin-bottom:.5rem}.solutions-smartexam .smartexam-section-intro{text-align:center;max-width:720px;margin:0 auto 2rem;color:#ffffffe6;line-height:1.7;font-size:1.05rem}.solutions-smartexam .smartexam-unmanned-cards{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 40px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 640px){.solutions-smartexam .smartexam-unmanned-cards{grid-template-columns:1fr}}.solutions-smartexam .smartexam-unmanned-feature-visual{margin:0 auto 2.25rem;max-width:min(1120px,100%);padding:0 clamp(1rem,4vw,2.5rem)}.solutions-smartexam .smartexam-unmanned-feature-visual img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px #0f172a59,0 0 0 1px #ffffff1a}.solutions-smartexam .smartexam-who-for-cards .solution-card .smartexam-who-for-lead{margin-bottom:.85rem;font-size:.95rem;line-height:1.55}.solutions-smartexam .smartexam-who-for-cards .solution-card .smartexam-who-for-list{margin:0;padding:0 0 0 1.2rem;list-style:disc;text-align:left;width:100%;box-sizing:border-box;font-size:.9rem;line-height:1.65}.solutions-smartexam .smartexam-who-for-cards .solution-card .smartexam-who-for-list li{margin-bottom:.35rem}.solutions-smartexam .smartexam-who-for-cards .solution-card .smartexam-who-for-list li:last-child{margin-bottom:0}.solutions-smartexam .smartexam-traditional-visual{margin:1.25rem 0 1.75rem}.solutions-smartexam .smartexam-traditional-visual__frame{position:relative;width:100%;border-radius:16px;overflow:hidden;line-height:0;box-shadow:0 18px 46px #0f172a29,0 0 0 1px #0a254014}.solutions-smartexam .smartexam-traditional-visual__img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;vertical-align:middle}.solutions-smartexam .smartexam-traditional-visual__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.solutions-smartexam .smartexam-scan-box{fill:none;stroke:#ef4444;stroke-width:.45;vector-effect:non-scaling-stroke}.solutions-smartexam .smartexam-scan-box--book,.solutions-smartexam .smartexam-scan-box--phone,.solutions-smartexam .smartexam-scan-box--neighbor{stroke-width:4px}.solutions-smartexam .smartexam-scan-beam-line--dim{stroke:#166534;stroke-width:.32;opacity:.5;vector-effect:non-scaling-stroke}.solutions-smartexam .smartexam-scan-beam-line--bright{stroke:#4ade80;stroke-width:.48;stroke-linecap:round;stroke-dasharray:1.1 2.2;animation:smartexam-scan-flow .5s linear infinite;vector-effect:non-scaling-stroke}@keyframes smartexam-scan-flow{to{stroke-dashoffset:-10}}.solutions-smartexam .smartexam-scan-lens{fill:#86efacf2;stroke:#14532d;stroke-width:.12;vector-effect:non-scaling-stroke}@media (prefers-reduced-motion: reduce){.solutions-smartexam .smartexam-scan-beam-line--bright{animation:none}}.solutions-smartexam .smartexam-exam-options-section{position:relative;border-radius:20px;overflow:visible}.solutions-smartexam .smartexam-exam-options-section .smartexam-exam-options-heading .smartexam-section-intro{max-width:62ch;margin-left:auto;margin-right:auto}.solutions-smartexam .smartexam-exam-options-shell{position:relative;isolation:isolate;overflow:visible;border-radius:0;background:transparent}.solutions-smartexam .smartexam-exam-options-heading{position:relative;z-index:1}.solutions-smartexam .smartexam-exam-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:2rem;text-align:start;position:relative;z-index:1;align-items:stretch}@media (max-width: 880px){.solutions-smartexam .smartexam-exam-options-grid{grid-template-columns:1fr}}.solutions-smartexam .smartexam-exam-option-card{background:transparent;border-radius:0;box-shadow:none;padding:0;overflow:visible;display:flex;flex-direction:column;min-height:0}.solutions-smartexam .smartexam-exam-option-visual{display:flex;flex-direction:column;flex:0 0 auto;width:100%}.solutions-smartexam .smartexam-exam-option-figure{margin:0;padding:0;overflow:hidden;flex:0 0 auto;border-radius:12px}.solutions-smartexam .smartexam-exam-option-figure img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:12px;transition:transform .55s cubic-bezier(.4,0,.2,1)}.solutions-smartexam .smartexam-exam-option-body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:0 0 1rem}.solutions-smartexam .smartexam-exam-option-title{margin:.75rem 0 0;font-size:clamp(1.15rem,2.5vw,1.35rem);line-height:1.3;color:#0a2540;transition:color .25s ease,text-shadow .25s ease;order:2}.solutions-smartexam .smartexam-exam-option-visual .smartexam-exam-option-figure{order:1}.solutions-smartexam .smartexam-exam-option-pretext-block{position:relative;margin-top:.35rem}.solutions-smartexam .smartexam-exam-option-pretext-block--closing{margin-top:.85rem;padding-top:1rem;border-top:1px solid rgba(15,23,42,.08)}.solutions-smartexam .smartexam-exam-option-pretext-measure{position:absolute;left:0;top:0;visibility:hidden;pointer-events:none;white-space:nowrap}.solutions-smartexam .smartexam-exam-option-pretext-measure--subtitle{font-size:.98rem;line-height:1.55;font-weight:400}.solutions-smartexam .smartexam-exam-option-bullet-list{margin:.75rem 0 0;padding-left:1.25rem;color:var(--fm-text-muted);font-size:.95rem;line-height:1.65}.solutions-smartexam .smartexam-exam-option-pretext-measure--closing{font-size:.95rem;line-height:1.65;font-weight:400}.solutions-smartexam .smartexam-exam-option-pretext-lines{color:var(--fm-text-muted);text-align:start}.solutions-smartexam .smartexam-exam-option-pretext-lines--subtitle,.solutions-smartexam .smartexam-exam-option-pretext-lines--closing{font-size:inherit}@media (prefers-reduced-motion: reduce){.solutions-smartexam .smartexam-exam-option-card,.solutions-smartexam .smartexam-exam-option-figure img,.solutions-smartexam .smartexam-exam-option-title{transition:none}.solutions-smartexam .smartexam-exam-option-figure img{transform:none}}.solutions-smartexam .solution-card .card-icon,.solutions-cogniai .solution-card .card-icon{background:transparent!important}.solutions-agenticai .agenticai-wordmark{display:block;font-size:1.8rem;font-weight:800;letter-spacing:-.03em;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.2)}.solutions-agenticai .hanlink-hero-band{position:relative;border-top:1px solid var(--stripe-divider-light);min-height:min(52vh,640px)}.solutions-agenticai .hanlink-ribbon-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.solutions-agenticai .hanlink-ribbon-layer .ribbon-container{height:100%!important;min-height:100%}.solutions-agenticai .hanlink-back{margin-bottom:1rem}.solutions-agenticai .hanlink-back a{color:#ffffffeb;font-size:.95rem;font-weight:500;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);transition:color .2s ease,border-color .2s ease}.solutions-agenticai .hanlink-back a:hover{color:#fff;border-bottom-color:#fff}.solutions-agenticai .hanlink-hero-brand{margin-bottom:1rem}.solutions-agenticai .hanlink-hero{position:relative;z-index:1;height:auto;min-height:0;padding:2.5rem 20px 3.5rem;align-items:stretch;text-align:left;background:transparent!important}.solutions-agenticai .hanlink-hero .container{width:100%;max-width:min(1320px,100%)}.solutions-agenticai .hanlink-hero-inner{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.solutions-agenticai .hanlink-hero-copy{max-width:560px}.solutions-agenticai .hanlink-hero-copy h1{text-align:left;font-size:2rem;line-height:1.2}.solutions-agenticai .hanlink-hero-lead{font-size:1rem;line-height:1.65;color:#ffffffe6;margin-bottom:1.25rem;margin-left:0;margin-right:0;max-width:none;text-align:left}.solutions-agenticai .hanlink-hero-visual{align-self:stretch}.solutions-agenticai .agenticai-hero-img{width:100%;max-width:none;height:auto;display:block;border-radius:12px;box-shadow:0 20px 50px #00000040;filter:none}.solutions-agenticai .agenticai-prose{max-width:920px}.solutions-agenticai .agenticai-whatis h2{text-align:left;margin-bottom:0;font-size:clamp(1.19rem,2.17vw,1.54rem);font-weight:700;background:none;-webkit-text-fill-color:initial;color:#000}.solutions-agenticai .agenticai-whatis p{max-width:980px;margin:0 0 .95rem;text-align:left;font-size:clamp(1.19rem,2.17vw,1.54rem);line-height:1.85;color:var(--fm-text-muted)}.solutions-agenticai .agenticai-whatis p:last-child{margin-bottom:0}.solutions-agenticai .agenticai-whatis .agenticai-prose>p:nth-of-type(2){line-height:2.22;margin-bottom:1.14rem}.solutions-agenticai .agenticai-whatis.platform-overview{padding:6rem 0}.solutions-agenticai .agenticai-whatis-pretext{display:flex;align-items:center;gap:clamp(10px,2vw,18px);margin-top:1.74rem;width:min(980px,100%);min-height:clamp(346px,44.06vw,432px);padding:0;border:none;border-radius:0;background:none;box-shadow:none;overflow:visible}.solutions-agenticai .agenticai-book-profile{flex:0 0 clamp(141px,17.55vw,191px);display:flex;align-items:center;justify-content:center;align-self:center;margin-left:-100px;filter:drop-shadow(0 8px 14px rgba(30,64,175,.2))}.solutions-agenticai .agenticai-book-profile__inner{position:relative;width:100%;height:auto;min-height:0;aspect-ratio:2 / 3;perspective:630px;transform-style:preserve-3d}.solutions-agenticai .agenticai-book-profile__spine{position:absolute;z-index:8;left:0;top:6%;bottom:6%;width:5px;border-radius:2px 0 0 2px;background:linear-gradient(180deg,#9ca3af,#6b7280 55%,#4b5563);box-shadow:inset -1px 0 #ffffff38}.solutions-agenticai .agenticai-book-profile__block{position:absolute;z-index:0;left:5px;top:8%;bottom:8%;right:6px;border-radius:0 5px 5px 0;background:linear-gradient(90deg,#fff,#f1f5f9 70%,#e2e8f0);box-shadow:inset -3px 0 6px #0f172a14;overflow:hidden;pointer-events:none;display:flex;flex-direction:column;box-sizing:border-box}.solutions-agenticai .agenticai-book-profile__block-face{flex:1;min-height:0;display:flex;flex-direction:column;padding:6% 4px .45rem;box-sizing:border-box}.solutions-agenticai .agenticai-book-profile__leaf{position:absolute;left:5px;top:10%;bottom:10%;width:calc(100% - 11px);border-radius:0 4px 4px 0;background:linear-gradient(90deg,#fff,#f1f5f9 70%,#e2e8f0);transform-origin:left center;transform-style:preserve-3d;box-shadow:3px 0 10px #0f172a24;backface-visibility:hidden;overflow:hidden;pointer-events:none;display:flex;flex-direction:column;box-sizing:border-box}.solutions-agenticai .agenticai-book-profile__leaf-face{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;padding:6% 4px .45rem;box-sizing:border-box}.solutions-agenticai .agenticai-book-profile__leaf--f{z-index:1;animation:agenticai-book-side-flip 3.51s ease-in-out 0s infinite}.solutions-agenticai .agenticai-book-profile__leaf--e{z-index:2;animation:agenticai-book-side-flip 3.51s ease-in-out .585s infinite}.solutions-agenticai .agenticai-book-profile__leaf--d{z-index:3;animation:agenticai-book-side-flip 3.51s ease-in-out 1.17s infinite}.solutions-agenticai .agenticai-book-profile__leaf--c{z-index:4;animation:agenticai-book-side-flip 3.51s ease-in-out 1.755s infinite}.solutions-agenticai .agenticai-book-profile__leaf--b{z-index:5;animation:agenticai-book-side-flip 3.51s ease-in-out 2.34s infinite}.solutions-agenticai .agenticai-book-profile__leaf--a{z-index:6;animation:agenticai-book-side-flip 3.51s ease-in-out 2.925s infinite}.solutions-agenticai .agenticai-book-profile__leaf-lines{position:relative;z-index:1;flex:0 0 48%;max-height:48%;min-height:0;display:flex;flex-direction:column;justify-content:space-between;gap:1px;overflow:hidden;pointer-events:none}.solutions-agenticai .agenticai-book-profile__leaf-illus{position:relative;z-index:2;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:stretch;left:50%;width:70%;margin-top:2px;transform:translate(-50%) translateZ(3px);gap:clamp(8px,10%,14px);pointer-events:none}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-0 .agenticai-book-profile__leaf-illus{flex-direction:column;justify-content:flex-start;align-items:stretch}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-1 .agenticai-book-profile__leaf-illus{flex-direction:column;justify-content:space-between;align-items:stretch;gap:0}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-2 .agenticai-book-profile__leaf-illus{flex-direction:row;justify-content:space-between;align-items:center;width:90%;gap:3px}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-3 .agenticai-book-profile__leaf-illus{width:52%;flex-direction:column;justify-content:flex-start;gap:clamp(6px,8%,10px)}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-4 .agenticai-book-profile__leaf-illus{width:72%;flex-direction:column;align-items:flex-end;gap:clamp(6px,9%,12px)}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-4 .agenticai-book-profile__leaf-illus-block{width:78%}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-5 .agenticai-book-profile__leaf-illus{width:72%;flex-direction:column;align-items:flex-start;gap:clamp(6px,9%,12px)}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-5 .agenticai-book-profile__leaf-illus-block{width:78%}.solutions-agenticai .agenticai-book-profile__block--illus-lay-6 .agenticai-book-profile__leaf-illus{flex-direction:column;justify-content:center;align-items:center;width:68%;gap:.4rem;transform:translate(-50%)}.solutions-agenticai .agenticai-book-profile__block--illus-lay-6 .agenticai-book-profile__leaf-illus-block{width:88%;max-width:100%}.solutions-agenticai .agenticai-book-profile__leaf-illus-block{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:100%;border-radius:3px;aspect-ratio:5 / 2;min-height:12px;background:transparent;border:1px dashed rgba(15,23,42,.35);box-shadow:none;color:#0f172a7a}.solutions-agenticai .agenticai-book-profile__leaf--illus-lay-2 .agenticai-book-profile__leaf-illus-block{flex:1 1 0;min-width:0;width:auto;aspect-ratio:4 / 5}.solutions-agenticai .agenticai-book-profile__leaf-illus-svg{width:88%;height:78%;max-height:100%;overflow:visible}.solutions-agenticai .agenticai-book-profile__leaf-line{margin:0;padding:0;font:600 clamp(8px,2.35vw,11px) / 1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#0f172a8c;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:clip}.solutions-agenticai .agenticai-book-profile__leaf-line--orange{color:#c2410c}.solutions-agenticai .agenticai-book-profile__leaf-line--blue{color:#1d4ed8}.solutions-agenticai .agenticai-whatis-pretext__stage{flex:1;min-width:0;display:flex;flex-direction:column;position:relative}.solutions-agenticai .agenticai-whatis-pretext__measure{position:absolute;left:0;top:0;width:1px;height:1px;margin:0;padding:0;overflow:hidden;visibility:hidden;pointer-events:none;white-space:nowrap}.solutions-agenticai .agenticai-whatis-pretext__layer{position:relative;flex:1;min-height:clamp(294px,38.04vw,373px);height:clamp(294px,38.04vw,373px)}.solutions-agenticai .agenticai-whatis-pretext__copy{text-align:justify;color:#0f172af0;z-index:1;position:relative;font-size:clamp(1.08rem,1.43vw,1.23rem);line-height:1.45}.solutions-agenticai .agenticai-whatis-pretext__copy span{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}.solutions-agenticai .agenticai-whatis-pretext__filters{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.solutions-agenticai .agenticai-pretext-chip{position:absolute;z-index:3;pointer-events:none;box-sizing:border-box;isolation:isolate;border-radius:11px;border:none;background:transparent;padding:.4rem .55rem}.solutions-agenticai .agenticai-pretext-chip--eject{animation:agenticai-pretext-chip-spit 1.22s forwards;transform-origin:left center;will-change:transform,opacity}.solutions-agenticai .agenticai-pretext-chip--eject.agenticai-pretext-chip--sphere{transform-origin:center center}@keyframes agenticai-pretext-chip-spit{0%{opacity:0;transform:scale(.16) translate(-28px);animation-timing-function:cubic-bezier(.08,.72,.22,1)}42%{opacity:.55;transform:scale(.48) translate(-16px);animation-timing-function:cubic-bezier(.18,.55,.38,1)}72%{opacity:1;transform:scale(.88) translate(-5px);animation-timing-function:cubic-bezier(.28,.4,.2,1)}to{opacity:1;transform:scale(1) translate(0)}}@media (prefers-reduced-motion: reduce){.solutions-agenticai .agenticai-pretext-chip--eject{animation:none;opacity:1;transform:none;will-change:auto}}.solutions-agenticai .agenticai-pretext-chip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;box-sizing:border-box;border-radius:inherit;border:1px solid rgba(148,163,184,.45);box-shadow:0 0 0 1px #ffffff59 inset,0 10px 26px #1e40af2e;filter:url(#agenticai-chip-rough-edge);pointer-events:none}.solutions-agenticai .agenticai-pretext-chip>*{position:relative;z-index:1}.solutions-agenticai .agenticai-pretext-chip--math:before{background:linear-gradient(180deg,#dbeafed1,#bfdbfec7)}.solutions-agenticai .agenticai-pretext-chip--lesson:before{background:linear-gradient(180deg,#e0f2fed1,#bae6fdc7)}.solutions-agenticai .agenticai-pretext-chip--blue:before{background:linear-gradient(180deg,#dbeafedb,#bfdbfed1)}.solutions-agenticai .agenticai-pretext-chip--orange:before{background:linear-gradient(180deg,#fb923cf2,#c2410ce6)}.solutions-agenticai .agenticai-pretext-chip--white:before{background:linear-gradient(180deg,#fffffff0,#f1f5f9db)}.solutions-agenticai .agenticai-pretext-chip--green:before{background:linear-gradient(180deg,#a7f3d0eb,#15803de6)}.solutions-agenticai .agenticai-pretext-chip--sphere{border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.3rem .4rem;aspect-ratio:1;overflow:visible}.solutions-agenticai .agenticai-pretext-chip--sphere:before{box-shadow:inset 0 -10px 18px #00000024,inset 0 6px 12px #ffffff59,0 8px 18px #0f172a33}.solutions-agenticai .agenticai-pretext-chip--sphere.agenticai-pretext-chip--orange:before{background:radial-gradient(circle at 32% 28%,#ffffff8c,#fb923cfa 28%,#c2410c 72%,#78350f)}.solutions-agenticai .agenticai-pretext-chip--sphere.agenticai-pretext-chip--blue:before{background:radial-gradient(circle at 32% 28%,#ffffff80,#93c5fdfa 30%,#2563ebfa 78%,#1e3a8a)}.solutions-agenticai .agenticai-pretext-chip--sphere.agenticai-pretext-chip--white:before{background:radial-gradient(circle at 32% 28%,#fffffff2,#f1f5f9fa 45%,#cbd5e1)}.solutions-agenticai .agenticai-pretext-chip--sphere.agenticai-pretext-chip--green:before{background:radial-gradient(circle at 32% 28%,#ffffff73,#4ade80fa 28%,#16a34a 76%,#14532d)}.solutions-agenticai .agenticai-pretext-chip--oval{border-radius:999px}.solutions-agenticai .agenticai-pretext-chip--square{border-radius:4px}.solutions-agenticai .agenticai-pretext-chip--round{border-radius:16px}.solutions-agenticai .agenticai-pretext-chip__line{margin:0;padding:0;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35}.solutions-agenticai .agenticai-pretext-chip__line--sphere{text-align:center;max-width:100%;line-height:1.2}.solutions-agenticai .agenticai-pretext-chip--sphere .agenticai-pretext-chip__line--sphere{color:#0f172aeb;text-shadow:0 1px 0 rgba(255,255,255,.35)}@keyframes agenticai-book-side-flip{0%,to{transform:rotateY(0)}45%{transform:rotateY(-76deg)}}.solutions-agenticai .agenticai-core{position:relative;overflow:hidden}.solutions-agenticai .agenticai-core:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:radial-gradient(circle at 30% 30%,rgba(99,91,255,.22),transparent 55%),radial-gradient(circle at 70% 30%,rgba(0,217,255,.18),transparent 60%),radial-gradient(circle at 60% 70%,rgba(255,115,94,.16),transparent 58%);pointer-events:none;z-index:0}.solutions-agenticai .agenticai-core>.container{position:relative;z-index:1;max-width:min(1344px,100%)}.solutions-agenticai .agenticai-core-grid{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-top:1.75rem}.solutions-agenticai .agenticai-core-card{display:grid;grid-template-columns:.88fr 1.12fr;gap:1.2rem;align-items:center;background:linear-gradient(180deg,#fffffff5,#f8fbffeb);border:1px solid rgba(37,99,235,.14);box-shadow:0 16px 44px #1e40af1f;border-radius:18px;padding:1.6rem 1.5rem;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.solutions-agenticai .agenticai-core-card:hover{transform:translateY(-6px);box-shadow:0 24px 58px #1e40af29;border-color:#2563eb42}.solutions-agenticai .agenticai-core-text{min-width:0}.solutions-agenticai .agenticai-core-card h3{margin:0 0 .75rem;font-size:1.45rem;color:#0a2540;text-align:left}.solutions-agenticai .agenticai-core-card p{margin:0 0 1rem;color:var(--fm-text-muted);line-height:1.85;font-size:1.08rem;text-align:left}.solutions-agenticai .agenticai-core-visual{min-width:0;border-radius:14px;overflow:hidden}.solutions-agenticai .agenticai-core-visual img{width:100%;height:clamp(220px,30vw,320px);display:block;border-radius:14px;box-shadow:0 12px 34px #0f172a33;transition:transform .45s ease;object-fit:cover}.solutions-agenticai .agenticai-core-card:hover .agenticai-core-visual img{transform:scale(1.03)}.solutions-agenticai .agenticai-bullets{margin:0;padding-left:1.25rem;color:var(--fm-text-muted);line-height:1.85;font-size:1.04rem;text-align:left}.solutions-agenticai .agenticai-bullets li{margin-bottom:.45rem}.solutions-agenticai .agenticai-benefits-grid{margin-top:1.5rem}.solutions-agenticai .agenticai-audience .hanlink-audiences{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.solutions-agenticai .agenticai-audience .hanlink-audiences::-webkit-scrollbar{display:none}.solutions-agenticai .agenticai-audience .hanlink-audience-pill{white-space:nowrap;flex:0 0 auto}.solutions-agenticai .agenticai-audience-pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.solutions-agenticai .agenticai-audience-pill{display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:999px;border:1px solid rgba(37,99,235,.18);background:#2563eb0f;color:#0a2540;font-weight:600;font-size:.95rem}@media (max-width: 980px){.solutions-agenticai .agenticai-core-card{grid-template-columns:1fr}}@media (min-width: 900px){.solutions-agenticai .hanlink-hero-copy h1{font-size:2.5rem}.solutions-agenticai .hanlink-hero-inner{flex-direction:row;align-items:center;gap:2rem;justify-content:flex-start}.solutions-agenticai .hanlink-hero-copy{flex:0 1 420px;max-width:420px;min-width:0}.solutions-agenticai .hanlink-hero-visual{flex:1 1 auto;min-width:0;max-width:none}}[dir=rtl] .solutions-agenticai .hanlink-hero,[dir=rtl] .solutions-agenticai .hanlink-hero-copy h1,[dir=rtl] .solutions-agenticai .hanlink-hero-lead{text-align:right}@media (min-width: 900px){[dir=rtl] .solutions-agenticai .hanlink-hero-inner{flex-direction:row-reverse}}@media (max-width: 900px){.solutions-agenticai .agenticai-whatis h2,.solutions-agenticai .agenticai-whatis p{text-align:center}.solutions-agenticai .agenticai-whatis p,.solutions-agenticai .agenticai-whatis-pretext{margin-left:auto;margin-right:auto}}.solutions-cogniai .cogniai-engine-cards{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 40px;grid-template-columns:repeat(6,minmax(0,1fr))}.solutions-cogniai .cogniai-engine-cards .card.solution-card:nth-child(-n+3){grid-column:span 2}.solutions-cogniai .cogniai-engine-cards .card.solution-card:nth-child(n+4){grid-column:span 3}@media (max-width: 900px){.solutions-cogniai .cogniai-engine-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.solutions-cogniai .cogniai-engine-cards .card.solution-card:nth-child(-n+5){grid-column:span 1}}@media (max-width: 520px){.solutions-cogniai .cogniai-engine-cards{grid-template-columns:1fr}.solutions-cogniai .cogniai-engine-cards .card.solution-card:nth-child(-n+5){grid-column:span 1}}.solutions-cogniai .cogniai-hero-img{border-radius:0;box-shadow:none;filter:drop-shadow(0 28px 56px rgba(0,0,0,.5))}.solutions-cogniai .cogniai-ordered-list{list-style:decimal;padding-left:1.5rem}.solutions-cogniai .cogniai-turn-doc-layout{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:clamp(1.25rem,4vw,2.75rem);width:100%;margin:1.35rem 0 1.15rem}.solutions-cogniai .cogniai-turn-doc-layout .cogniai-turn-doc-demo{flex:0 1 min(40%,460px);width:min(40%,460px);max-width:100%;margin-left:0;margin-right:0;align-self:flex-start}.solutions-cogniai .cogniai-structured-data-card{flex:1 1 506px;max-width:min(50%,727px);min-width:0;margin-left:0;margin-right:0;padding:.65rem 1rem .7rem;border-radius:14px;background:#fff;border:1px solid rgba(37,99,235,.16);box-shadow:0 10px 28px #1e40af17;color:var(--fm-text-muted);font:500 clamp(13.2px,1.15vw,15.5px) / 1.38 "Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,sans-serif;align-self:flex-start;display:flex;flex-direction:column;justify-content:flex-start;gap:0;box-sizing:border-box;overflow:visible}.solutions-cogniai .cogniai-structured-data-card__scroll{flex:1 1 auto;min-height:0;overflow:visible}.solutions-cogniai .cogniai-structured-data-card__section{padding-bottom:0;margin-bottom:.45rem;border-bottom:none}.solutions-cogniai .cogniai-structured-data-card__section:last-child{margin-bottom:0}.solutions-cogniai .cogniai-structured-data-card__title{margin:0 0 .35rem;font-size:.9em;font-weight:800;letter-spacing:.02em;color:var(--fm-navy)}.solutions-cogniai .cogniai-structured-data-card__row{display:flex;flex-wrap:wrap;gap:.28rem .45rem;margin-bottom:.22rem}.solutions-cogniai .cogniai-structured-data-card__row:last-child{margin-bottom:0}.solutions-cogniai .cogniai-structured-data-card__row--split{display:grid;grid-template-columns:1fr 1fr;gap:.28rem .45rem}.solutions-cogniai .cogniai-structured-data-card__row--triple{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.22rem .35rem}@media (max-width: 380px){.solutions-cogniai .cogniai-structured-data-card__row--triple{grid-template-columns:1fr}}.solutions-cogniai .cogniai-structured-data-card__field{display:flex;align-items:baseline;gap:.18rem;min-width:0;flex:1}.solutions-cogniai .cogniai-structured-data-card__field--block{flex-direction:column;align-items:stretch;margin-bottom:.22rem}.solutions-cogniai .cogniai-structured-data-card__field--block .cogniai-structured-data-card__value-slot{width:100%}.solutions-cogniai .cogniai-structured-data-card__label{flex-shrink:0;color:var(--fm-text-muted);white-space:nowrap;font-weight:600}.solutions-cogniai .cogniai-structured-data-card__value{flex:1;min-width:2.25rem;min-height:1.22em;padding:.18rem .4rem;border-radius:6px;box-sizing:border-box;background:#f97316;border:1px solid #ea580c;box-shadow:inset 0 1px #ffffff38}.solutions-cogniai .cogniai-structured-data-card__value-slot{flex:1;min-width:0;display:flex;align-items:center}.solutions-cogniai .cogniai-structured-data-card__value--filled{color:#fff;font-weight:600}.solutions-cogniai .cogniai-structured-data-card__value--glow{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.5),0 0 14px rgba(74,222,128,.85),0 0 24px rgba(34,197,94,.5);transition:color .45s ease,text-shadow .45s ease}.solutions-cogniai .cogniai-flight-text{padding:.2rem .45rem;border-radius:8px;font:600 clamp(13.8px,1.21vw,16.1px) / 1.35 "Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,sans-serif;color:#064e3bfa;background:#fffffff0;border:1px solid rgba(34,197,94,.45);box-shadow:0 2px 14px #16a34a59,0 0 20px #4ade8040;max-width:min(72vw,420px);overflow:hidden;text-overflow:ellipsis}@media (prefers-reduced-motion: reduce){.solutions-cogniai .cogniai-flight-text{transition:none}}.solutions-cogniai .cogniai-structured-data-card__value--wide{width:100%}.solutions-cogniai .cogniai-structured-data-card__edu-block{margin-bottom:.38rem}.solutions-cogniai .cogniai-structured-data-card__edu-block:last-child{margin-bottom:0}.solutions-cogniai .cogniai-structured-data-card__edu-block-title{font-size:.85em;color:var(--fm-navy);font-weight:800;margin-bottom:.22rem}.solutions-cogniai .cogniai-structured-data-card__work-block{margin-bottom:.38rem}.solutions-cogniai .cogniai-structured-data-card__work-block:last-child{margin-bottom:0}.solutions-cogniai .cogniai-structured-data-card__work-label{font-size:.85em;color:var(--fm-navy);font-weight:800;margin-bottom:.22rem}.solutions-cogniai .cogniai-turn-doc-demo{position:relative;margin:0;width:100%;border-radius:14px;overflow:hidden;border:1px solid rgba(20,83,45,.35);box-shadow:0 18px 42px #02100a66;background:#0f172a}.solutions-cogniai .cogniai-turn-doc-demo__bg{display:block;width:100%;height:auto;filter:saturate(.9) contrast(1.05) brightness(.95)}.solutions-cogniai .cogniai-turn-doc-demo--resume .cogniai-turn-doc-demo__bg{filter:saturate(1.02) contrast(1.03) brightness(1.02)}.solutions-cogniai .cogniai-turn-doc-demo--resume .cogniai-turn-doc-demo__measure,.solutions-cogniai .cogniai-turn-doc-demo--resume .cogniai-turn-doc-demo__text{font:600 clamp(10.5px,1.12vw,15px) / 1.45 "Microsoft YaHei","PingFang SC","Noto Sans SC",system-ui,sans-serif}.solutions-cogniai .cogniai-turn-doc-demo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:clamp(12px,2.2vw,24px) clamp(12px,2.4vw,28px);background:transparent;pointer-events:none}.solutions-cogniai .cogniai-turn-doc-demo__measure{position:absolute;visibility:hidden;font:600 clamp(15.4px,1.54vw,22.4px) / 1.6 "KaiTi","STKaiti","Kaiti SC",serif}.solutions-cogniai .cogniai-turn-doc-demo__text{position:relative;width:100%;height:100%;z-index:2;font:600 clamp(15.4px,1.54vw,22.4px) / 1.6 "KaiTi","STKaiti","Kaiti SC",serif;letter-spacing:.01em}.solutions-cogniai .cogniai-turn-doc-demo__row{position:absolute}.solutions-cogniai .cogniai-turn-doc-demo__line{transition:color .22s linear,text-shadow .22s linear;white-space:pre-wrap}.solutions-cogniai .cogniai-turn-doc-demo__scan-line{position:absolute;left:10px;right:10px;height:4px;border-radius:999px;z-index:3;background:linear-gradient(90deg,#16a34a00,#4ade80f5 42%,#16a34a00);box-shadow:0 0 12px #22c55ecc,0 0 28px #16a34a8c,0 0 48px #15803d5c}.solutions-cogniai .cogniai-turn-doc-demo__unscanned-mask{position:absolute;left:0;right:0;bottom:0;z-index:2;background:linear-gradient(180deg,#0a0c0f75,#080a0c9e),radial-gradient(circle at 74% 42%,rgba(6,8,10,.4),transparent 52%);pointer-events:none}.solutions-yezoo .yezoo-hero-panel{width:100%;max-width:520px;margin:0 auto;border-radius:16px;background:#0f172a59;border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 60px #00000059;padding:1rem .5rem}.solutions-yezoo .yezoo-hero-svg{display:block;width:100%;height:auto}.solutions-yezoo .yezoo-capability-stack{display:flex;flex-direction:column;gap:.8rem;max-width:900px;margin:0 auto;height:clamp(680px,72vh,860px)}.solutions-yezoo .yezoo-capability-card{--yezoo-capability-num-color: #1d4ed8;--spotlight-door-duration: 3.15s;--spotlight-door-ease: cubic-bezier(.22, 1, .36, 1);display:grid;grid-template-columns:76px minmax(0,1fr) minmax(0,0fr);align-items:stretch;gap:.9rem;min-height:0;flex:1 1 0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.25rem 1.25rem 1.15rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden;cursor:pointer;isolation:isolate;transition:grid-template-columns .55s cubic-bezier(.4,0,.2,1),flex-grow .55s cubic-bezier(.4,0,.2,1),box-shadow .45s ease,border-color .45s ease,transform .45s ease}.solutions-yezoo .yezoo-capability-card:nth-child(1){--yezoo-capability-num-color: #635BFF}.solutions-yezoo .yezoo-capability-card:nth-child(2){--yezoo-capability-num-color: #00D9FF}.solutions-yezoo .yezoo-capability-card:nth-child(3){--yezoo-capability-num-color: #9F7AEA}.solutions-yezoo .yezoo-capability-card:nth-child(4){--yezoo-capability-num-color: #2563eb}.solutions-yezoo .yezoo-capability-doors{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:row;pointer-events:none;border-radius:inherit}.solutions-yezoo .yezoo-capability-door{flex:1;min-width:0;height:100%;opacity:0;background:linear-gradient(118deg,#ffffff8c,#f8fafc66,#ffffff80);box-shadow:inset 0 0 0 1px #ffffff73,inset 0 1px #ffffffbf;transform:translate(calc(-100% - 2px));animation:none;transform-origin:0% 50%;border-radius:inherit;border-top-right-radius:0;border-bottom-right-radius:0;will-change:transform,opacity}.solutions-yezoo .yezoo-capability-door--end{transform:translate(calc(100% + 2px));transform-origin:100% 50%;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit}.solutions-yezoo .yezoo-capability-card:hover .yezoo-capability-door--start,.solutions-yezoo .yezoo-capability-card:focus-within .yezoo-capability-door--start{animation:solutions-spotlight-door-start-open var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}.solutions-yezoo .yezoo-capability-card:hover .yezoo-capability-door--end,.solutions-yezoo .yezoo-capability-card:focus-within .yezoo-capability-door--end{animation:solutions-spotlight-door-end-open var(--spotlight-door-duration) var(--spotlight-door-ease) forwards}@media (prefers-reduced-motion: reduce){.solutions-yezoo .yezoo-capability-card{--spotlight-door-duration: .01ms}.solutions-yezoo .yezoo-capability-door{opacity:0!important;transform:none!important;animation:none!important}}.solutions-yezoo .yezoo-capability-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#f472b6,#a78bfa,#38bdf8);transform:scaleX(0);transform-origin:center;transition:transform .5s cubic-bezier(.4,0,.2,1);z-index:5}.solutions-yezoo .yezoo-capability-card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(244,114,182,.22) 0%,rgba(167,139,250,.12) 45%,transparent 70%);transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease;pointer-events:none;z-index:0}.solutions-yezoo .yezoo-capability-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px #ec48992e,0 8px 24px #635bff26;border-color:#ffffff6b}.solutions-yezoo .yezoo-capability-card:hover:before{transform:scaleX(1)}.solutions-yezoo .yezoo-capability-card:hover:after{width:340px;height:340px}.solutions-yezoo .yezoo-capability-num{position:relative;top:auto;inset-inline-end:auto;font-size:clamp(2.3rem,4.2vw,3.5rem);font-weight:800;line-height:1;letter-spacing:-.05em;color:var(--yezoo-capability-num-color);opacity:.28;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;align-self:flex-start;margin-top:.1rem}.solutions-yezoo .yezoo-capability-card:hover .yezoo-capability-num{transform:none}.solutions-yezoo .yezoo-capability-body{position:relative;z-index:1;min-width:0;overflow:hidden}.solutions-yezoo .yezoo-capability-body h3{color:#fff;font-size:clamp(1.02rem,1.08vw,1.14rem);font-weight:700;margin:0 0 .45rem;line-height:1.26;transition:font-size .45s ease,line-height .45s ease}.solutions-yezoo .yezoo-capability-body p{color:#ffffffe0;font-size:.86rem;line-height:1.5;margin:0 0 .9rem}.solutions-yezoo .yezoo-capability-body ul{margin:.4rem 0 .6rem;padding-left:1.05rem;color:#ffffffe0;line-height:1.48;font-size:.76rem;transition:font-size .45s ease,line-height .45s ease}.solutions-yezoo .yezoo-capability-body li{margin-bottom:.2rem}.solutions-yezoo .yezoo-capability-outro{margin-bottom:0!important;font-weight:500;color:#ffffffeb!important}.solutions-yezoo .yezoo-capability-pretext-block{margin:0}.solutions-yezoo .yezoo-capability-pretext-block--outro{margin-top:.2rem}.solutions-yezoo .yezoo-capability-pretext-lines{color:#ffffffeb;text-align:start}.solutions-yezoo .yezoo-capability-pretext-lines--outro{color:#ffffffdb}.solutions-yezoo .yezoo-capability-figure{margin:0;border-radius:12px;overflow:hidden;opacity:0;transform:translate(16px);transition:opacity .45s ease,transform .45s ease;align-self:stretch}.solutions-yezoo .yezoo-capability-figure img{width:100%;height:100%;object-fit:cover;display:block}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-active{flex-grow:18;grid-template-columns:76px minmax(0,1fr) minmax(260px,34%);border-color:#60a5fab3;box-shadow:0 0 0 1px #93c5fda8,0 24px 56px #3b82f64d,0 0 40px #38bdf83d}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-active:before{transform:scaleX(1)}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-active:after{width:420px;height:420px}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-active .yezoo-capability-body h3{font-size:clamp(1.25rem,1.55vw,1.52rem);line-height:1.34}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-active .yezoo-capability-body ul{font-size:.96rem;line-height:1.68}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-active .yezoo-capability-figure{opacity:1;transform:translate(0)}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-inactive{flex-grow:1;opacity:.9;max-height:68px;padding-top:.7rem;padding-bottom:.5rem;overflow:hidden}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-inactive .yezoo-capability-body h3{font-size:.88rem}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-inactive .yezoo-capability-body ul{font-size:.64rem;line-height:1.35}.solutions-yezoo .yezoo-prose-band .smartexam-prose h2{text-align:left;margin-bottom:1.25rem}.solutions-yezoo .yezoo-prose-band .smartexam-prose p{text-align:left;margin-left:0;margin-right:0}.solutions-yezoo .yezoo-nextgen-visual{margin:1.2rem 0 1.5rem}.solutions-yezoo .yezoo-nextgen-visual img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 14px 34px #0f172a33}.solutions-yezoo .yezoo-prose-band--1{background:linear-gradient(180deg,#faf5ff,#ede9fe 42%,#fff)}.solutions-yezoo .yezoo-prose-band--2{background:linear-gradient(180deg,#f8fafc,#e2e8f0 48%,#f1f5f9)}.solutions-yezoo .yezoo-prose-band--3{background:linear-gradient(180deg,#fffbeb,#fef3c7 38%,#ffedd5)}.solutions-yezoo .yezoo-prose-band--4{background:linear-gradient(180deg,#ecfeff,#a5f3fc 35%,#e0f2fe)}.solutions-yezoo .yezoo-prose-band--5{background:linear-gradient(180deg,#fdf2f8,#fbcfe8 36%,#faf5ff)}.solutions-yezoo .yezoo-subhead{font-weight:600;color:var(--fm-navy);margin-top:1.25rem;margin-bottom:.5rem}.solutions-yezoo .yezoo-ordered-list{list-style:decimal;padding-left:1.5rem}.solutions-yezoo .yezoo-why-list{max-width:640px;margin-left:auto;margin-right:auto;font-size:1.05rem}@media (max-width: 640px){.solutions-yezoo .yezoo-capability-stack{height:auto;gap:.9rem}.solutions-yezoo .yezoo-capability-card{flex-direction:column;display:flex;gap:.75rem;padding:1.1rem 1rem}.solutions-yezoo .yezoo-capability-num{font-size:2rem}.solutions-yezoo .yezoo-capability-stack.is-any-active .yezoo-capability-card.is-active{grid-template-columns:none}.solutions-yezoo .yezoo-capability-figure{opacity:1;transform:none;max-height:180px}}.solutions-smartexam .core-modules .smartexam-prose p,.solutions-smartexam .core-modules .smartexam-prose li{color:#ffffffeb}.solutions-smartexam .core-modules .smartexam-prose ul{text-align:left}.solutions-smartexam .smartexam-bullet-list-light li{color:#ffffffe6}.solutions-smartexam .smartexam-scale .smartexam-scale-line{text-align:center;font-size:1.15rem;line-height:1.75;color:var(--fm-text-muted)}.solutions-smartexam .smartexam-scale-highlight{font-size:1.35rem!important;font-weight:700!important;background:linear-gradient(135deg,var(--fm-purple),var(--fm-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.75rem 0!important}.solutions-smartexam .smartexam-closing{font-weight:600;color:var(--fm-navy);margin-top:1.5rem!important}.solutions-smartexam .smartexam-section-alt{background:linear-gradient(180deg,#f8fafc,#ecfeff 55%,#f8fafc)}.solutions-hanlink,.solutions-smartexam,.solutions-cogniai,.solutions-yezoo{--sub-bg-1: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);--sub-bg-2: linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);--sub-bg-3: linear-gradient(180deg, #eaf4ff 0%, #ffffff 100%);--sub-bg-4: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%)}.solutions-hanlink>section,.solutions-smartexam>section,.solutions-cogniai>section,.solutions-yezoo>section{position:relative;padding:clamp(3.5rem,6vw,5rem) 0;border-top:1px solid rgba(10,37,64,.09);overflow:hidden}.solutions-hanlink>section:nth-of-type(4n+1),.solutions-smartexam>section:nth-of-type(4n+1),.solutions-cogniai>section:nth-of-type(4n+1),.solutions-yezoo>section:nth-of-type(4n+1){background:var(--sub-bg-1)}.solutions-hanlink>section:nth-of-type(4n+2),.solutions-smartexam>section:nth-of-type(4n+2),.solutions-cogniai>section:nth-of-type(4n+2),.solutions-yezoo>section:nth-of-type(4n+2){background:var(--sub-bg-2)}.solutions-hanlink>section:nth-of-type(4n+3),.solutions-smartexam>section:nth-of-type(4n+3),.solutions-cogniai>section:nth-of-type(4n+3),.solutions-yezoo>section:nth-of-type(4n+3){background:var(--sub-bg-3)}.solutions-hanlink>section:nth-of-type(4n),.solutions-smartexam>section:nth-of-type(4n),.solutions-cogniai>section:nth-of-type(4n),.solutions-yezoo>section:nth-of-type(4n){background:var(--sub-bg-4)}.solutions-hanlink>section:before,.solutions-hanlink>section:after,.solutions-smartexam>section:before,.solutions-smartexam>section:after,.solutions-cogniai>section:before,.solutions-cogniai>section:after,.solutions-yezoo>section:before,.solutions-yezoo>section:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(68px);opacity:.58}.solutions-hanlink>section:before,.solutions-smartexam>section:before,.solutions-cogniai>section:before,.solutions-yezoo>section:before{width:min(430px,56vw);height:min(430px,56vw);top:-18%;right:-8%;background:radial-gradient(circle,rgba(59,130,246,.34) 0%,rgba(56,189,248,.18) 42%,transparent 74%)}.solutions-hanlink>section:after,.solutions-smartexam>section:after,.solutions-cogniai>section:after,.solutions-yezoo>section:after{width:min(320px,44vw);height:min(320px,44vw);bottom:-14%;left:-6%;background:radial-gradient(circle,rgba(37,99,235,.26) 0%,rgba(14,165,233,.14) 45%,transparent 78%)}.solutions-hanlink>section>.container,.solutions-smartexam>section>.container,.solutions-cogniai>section>.container,.solutions-yezoo>section>.container{position:relative;z-index:1}.solutions-smartexam .smartexam-section-alt,.solutions-yezoo .yezoo-prose-band--1,.solutions-yezoo .yezoo-prose-band--2,.solutions-yezoo .yezoo-prose-band--3,.solutions-yezoo .yezoo-prose-band--4,.solutions-yezoo .yezoo-prose-band--5{background:transparent}.solutions-hanlink .core-modules:before,.solutions-smartexam .core-modules:before,.solutions-cogniai .core-modules:before,.solutions-yezoo .core-modules:before{display:none}.solutions-hanlink>section>.container,.solutions-smartexam>section>.container,.solutions-cogniai>section>.container,.solutions-yezoo>section>.container{max-width:min(1120px,100%);border-radius:22px;padding:clamp(1.3rem,2.8vw,2.2rem);background:linear-gradient(155deg,#fffffff0,#ffffffbd);border:1px solid rgba(255,255,255,.95);box-shadow:0 1px #fffffffa inset,0 20px 46px #0f172a12,0 0 0 1px #0a25400b;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.solutions-smartexam .hanlink-hero .container{max-width:min(1520px,100%)}.solutions-smartexam>section>.container{max-width:min(1320px,100%)}.solutions-hanlink>section h2,.solutions-smartexam>section h2,.solutions-cogniai>section h2,.solutions-yezoo>section h2{background:linear-gradient(135deg,#1e40af,#2563eb 52%,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.solutions-smartexam:not(.solutions-cogniai):not(.solutions-yezoo)>section h2{background:none;-webkit-text-fill-color:#0a2540;color:#0a2540;text-align:left}.solutions-smartexam:not(.solutions-cogniai):not(.solutions-yezoo) .smartexam-section-intro{text-align:left;margin-left:0;margin-right:0;max-width:none}.solutions-hanlink>section h2,.solutions-cogniai>section h2,.solutions-yezoo>section h2{background:none;-webkit-text-fill-color:#0a2540;color:#0a2540}.solutions-hanlink>section p,.solutions-smartexam>section p,.solutions-cogniai>section p,.solutions-yezoo>section p,.solutions-hanlink>section li,.solutions-smartexam>section li,.solutions-cogniai>section li,.solutions-yezoo>section li{color:var(--fm-text-muted)}.solutions-hanlink .stat-item,.solutions-hanlink .advantage-card,.solutions-hanlink .hanlink-partnership-card,.solutions-hanlink .hanlink-pillar-card,.solutions-smartexam .card.solution-card,.solutions-smartexam .stat-item,.solutions-cogniai .card.solution-card,.solutions-yezoo .yezoo-capability-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(37,99,235,.16);box-shadow:0 10px 28px #1e40af17}.solutions-yezoo .yezoo-capability-card:before{background:linear-gradient(90deg,#60a5fa,#2563eb,#0ea5e9)}.solutions-yezoo .yezoo-capability-card:after{background:radial-gradient(circle,rgba(59,130,246,.2) 0%,rgba(14,165,233,.12) 45%,transparent 72%)}.solutions-yezoo .yezoo-capability-body h3{color:var(--fm-navy)}.solutions-yezoo .yezoo-capability-body p,.solutions-yezoo .yezoo-capability-body ul,.solutions-yezoo .yezoo-capability-outro,.solutions-smartexam .core-modules .smartexam-prose p,.solutions-smartexam .core-modules .smartexam-prose li,.solutions-smartexam .smartexam-bullet-list-light li{color:var(--fm-text-muted)!important}.smartexam-stats-grid{max-width:1180px}.solutions-smartexam .smartexam-metrics-heading-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;column-gap:1.5rem;row-gap:1.25rem;margin-bottom:2.5rem;width:100%}.solutions-smartexam .smartexam-metrics-heading-title{margin:0;padding:0;text-align:left;max-width:min(100%,22rem);grid-column:1;justify-self:start;min-width:0}.solutions-smartexam .smartexam-metrics-heading-row .smartexam-metrics-cube-wrap{grid-column:2;justify-self:center}@media (max-width: 640px){.solutions-smartexam .smartexam-metrics-heading-row{grid-template-columns:1fr;justify-items:center}.solutions-smartexam .smartexam-metrics-heading-title{grid-column:1;justify-self:start;width:100%}.solutions-smartexam .smartexam-metrics-heading-row .smartexam-metrics-cube-wrap{grid-column:1;justify-self:center}}@media (hover: hover){.solutions-smartexam .hanlink-stats-section.smartexam-metrics:not(:hover):not(:focus-within) .smartexam-stats-grid.stats-grid{display:none!important}.solutions-smartexam .hanlink-stats-section.smartexam-metrics:hover .smartexam-metrics-cube-wrap,.solutions-smartexam .hanlink-stats-section.smartexam-metrics:focus-within .smartexam-metrics-cube-wrap{display:none!important}}@media (hover: none){.solutions-smartexam .hanlink-stats-section.smartexam-metrics .smartexam-metrics-cube-wrap{display:none!important}}.solutions-smartexam .hanlink-stats-section.smartexam-metrics:focus{outline:none}.solutions-smartexam .hanlink-stats-section.smartexam-metrics:focus-visible{outline:2px solid var(--fm-coral, #f97316);outline-offset:4px}.smartexam-metrics-cube-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:0;flex-shrink:0}.smartexam-metrics-cube-stage{width:min(100%,280px);height:240px;perspective:980px;perspective-origin:48% 42%;display:flex;align-items:center;justify-content:center}.smartexam-metrics-cube-orbit{position:relative;transform-style:preserve-3d;transform:rotateX(-24deg) rotateY(44deg) rotate(-3deg);transform-origin:50% 50%;animation:smartexam-cube-orbit-drift 12s ease-in-out infinite}.smartexam-metrics-cube-orbit--static{animation:none}@keyframes smartexam-cube-orbit-drift{0%,to{transform:rotateX(-22deg) rotateY(40deg) rotate(-4deg)}25%{transform:rotateX(-30deg) rotateY(50deg) rotate(3deg)}50%{transform:rotateX(-26deg) rotateY(34deg) rotate(5deg)}75%{transform:rotateX(-18deg) rotateY(46deg) rotate(-6deg)}}.smartexam-metrics-cube{position:relative;width:200px;height:200px;transform-style:preserve-3d;will-change:transform}.smartexam-metrics-cube-face{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;width:200px;height:200px;padding:10px 12px;margin:auto;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 1px #ffffffd9,0 2px 12px #0000000f;backface-visibility:hidden;-webkit-backface-visibility:hidden}.smartexam-metrics-cube-face--0{transform:rotateY(0) translateZ(100px)}.smartexam-metrics-cube-face--1{transform:rotateY(90deg) translateZ(100px)}.smartexam-metrics-cube-face--2{transform:rotateY(180deg) translateZ(100px)}.smartexam-metrics-cube-face--3{transform:rotateY(270deg) translateZ(100px)}.smartexam-metrics-cube-face--4{transform:rotateX(90deg) translateZ(100px)}.smartexam-metrics-cube-face--5{transform:rotateX(-90deg) translateZ(100px)}.smartexam-metrics-cube-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:100%;height:100%;min-height:0;margin:auto;padding:.75rem .85rem;box-sizing:border-box;gap:.65rem}.smartexam-metrics-cube-value{font-family:ui-sans-serif,system-ui,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:clamp(1.5rem,2.6vw,2.05rem);font-weight:800;line-height:1.12;letter-spacing:-.02em;text-align:center;background:var(--face-accent, linear-gradient(135deg, #22d3ee, #a78bfa));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 2px rgba(15,23,42,.08))}.smartexam-metrics-cube-label{font-family:ui-sans-serif,system-ui,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:clamp(.95rem,1.6vw,1.15rem);font-weight:600;line-height:1.35;max-width:100%;text-align:center;color:#52525b;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}@media (max-width: 520px){.smartexam-metrics-cube-stage{height:200px}.smartexam-metrics-cube,.smartexam-metrics-cube-face{width:180px;height:180px}.smartexam-metrics-cube-face--0{transform:rotateY(0) translateZ(90px)}.smartexam-metrics-cube-face--1{transform:rotateY(90deg) translateZ(90px)}.smartexam-metrics-cube-face--2{transform:rotateY(180deg) translateZ(90px)}.smartexam-metrics-cube-face--3{transform:rotateY(270deg) translateZ(90px)}.smartexam-metrics-cube-face--4{transform:rotateX(90deg) translateZ(90px)}.smartexam-metrics-cube-face--5{transform:rotateX(-90deg) translateZ(90px)}}.solutions-smartexam .smartexam-stats-grid.stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2rem;justify-content:stretch}.solutions-smartexam .smartexam-stats-grid.stats-grid .stat-item:nth-child(-n+3){grid-column:span 2}.solutions-smartexam .smartexam-stats-grid.stats-grid .stat-item:nth-child(4),.solutions-smartexam .smartexam-stats-grid.stats-grid .stat-item:nth-child(5){grid-column:span 3}@media (max-width: 900px){.solutions-smartexam .smartexam-stats-grid.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solutions-smartexam .smartexam-stats-grid.stats-grid .stat-item:nth-child(-n+5){grid-column:span 1}}@media (max-width: 520px){.solutions-smartexam .smartexam-stats-grid.stats-grid{grid-template-columns:1fr}.solutions-smartexam .smartexam-stats-grid.stats-grid .stat-item:nth-child(-n+5){grid-column:span 1}}.hanlink-stats-section h2{font-size:2.25rem;font-weight:700;margin-bottom:2.5rem;background:linear-gradient(135deg,var(--fm-coral) 0%,var(--fm-purple) 50%,var(--fm-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.hanlink-stats-grid{max-width:1000px}.hanlink-partnership-section h2{text-align:center;margin-bottom:2.5rem}.hanlink-partnership-card{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2.5rem;background:#fff;border-radius:16px;border:1px solid rgba(99,91,255,.12);box-shadow:0 4px 24px #0000000f;max-width:900px;margin:0 auto}@media (min-width: 768px){.hanlink-partnership-card{flex-direction:row;align-items:center;text-align:left}}.hanlink-partnership-logo{flex-shrink:0;width:96px;height:96px;display:flex;align-items:center;justify-content:center;background:var(--fm-band-light);border-radius:16px;padding:1rem;border:1px solid rgba(10,37,64,.08)}.hanlink-partnership-logo img{width:100%;height:auto;object-fit:contain}.hanlink-partnership-text h3{font-size:1.35rem;font-weight:700;color:var(--fm-navy);margin-bottom:.35rem}.hanlink-partnership-role{font-size:.95rem;color:var(--fm-purple);font-weight:600;margin-bottom:1rem}.hanlink-partnership-text p:last-child{color:var(--fm-text-muted);line-height:1.8;margin:0}.hanlink-pillar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.solutions-hanlink .hanlink-pillar-grid--carousel:not(.hanlink-pillar-grid--carousel-wide){grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-template-rows:none;height:auto;min-height:0}.solutions-hanlink .hanlink-pillar-grid--carousel-wide{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;width:100%;min-height:clamp(480px,52vw,640px);height:clamp(480px,52vw,640px);gap:1.25rem;min-width:0;transition:grid-template-columns .75s cubic-bezier(.4,0,.2,1),grid-template-rows .75s cubic-bezier(.4,0,.2,1)}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .fr-carousel-grid__cell{min-height:0;display:flex;flex-direction:column}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .fr-carousel-grid__cell>.hanlink-pillar-card{flex:1;min-height:0}@media (prefers-reduced-motion: reduce){.solutions-hanlink .hanlink-pillar-grid--carousel-wide{transition:none}}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .hanlink-pillar-card{min-height:0;display:flex;flex-direction:column}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .hanlink-pillar-card:hover{transform:none}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .hanlink-pillar-card--active{z-index:2;border-color:#635bff6b;box-shadow:inset 0 1px #ffffffbf,inset 0 -1px #00d9ff1f,0 0 0 1px #635bff66,0 0 0 2px #00d9ff2e,0 0 22px #00d9ff61,0 0 42px #635bff3d,0 18px 44px #1e40af2e;transition:box-shadow .45s cubic-bezier(.4,0,.2,1),border-color .45s ease}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .hanlink-pillar-media{flex:0 0 auto;min-height:0}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .hanlink-pillar-media img{max-height:min(220px,28vh)}.solutions-hanlink .hanlink-pillar-grid--carousel-wide .hanlink-pillar-body{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.hanlink-pillar-pretext-wrap{min-height:0;flex:1 1 auto;position:relative}.hanlink-pillar-card__measure{position:absolute;left:-9999px;top:0;width:1px;height:1px;overflow:hidden;font-size:.95rem;line-height:1.75;font-weight:400;font-family:inherit;white-space:nowrap}.hanlink-pillar-pretext-lines{color:var(--fm-text-muted);font-size:.95rem;line-height:1.75}.hanlink-pillar-grid--carousel .hanlink-pillar-card--active .hanlink-pillar-body h3{font-size:1.56rem}.hanlink-pillar-grid--carousel .hanlink-pillar-card--active .hanlink-pillar-pretext-lines,.hanlink-pillar-grid--carousel .hanlink-pillar-card--active .hanlink-pillar-card__measure{font-size:calc(.95rem * 1.3)}.hanlink-pillar-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 40px #0003;transition:transform .45s cubic-bezier(.4,0,.2,1),box-shadow .45s ease}.hanlink-pillar-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px #00000047}.hanlink-pillar-media{background:linear-gradient(180deg,#ffffff14,#ffffff05);border-bottom:1px solid rgba(255,255,255,.12)}.hanlink-pillar-media img{display:block;width:100%;height:auto;object-fit:contain;max-height:220px;object-position:center bottom}.hanlink-pillar-body{padding:1.5rem 1.75rem 1.75rem}.hanlink-pillar-body h3{font-size:1.2rem;font-weight:700;color:var(--fm-navy);margin-bottom:.65rem}.hanlink-pillar-body p{font-size:.95rem;line-height:1.75;color:var(--fm-text-muted);margin:0}.hanlink-cta-section{text-align:center}.hanlink-cta-inner p{max-width:640px;margin:0 auto 2rem;color:var(--fm-text-muted);line-height:1.8;font-size:1.1rem}.hanlink-cta-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.hanlink-cta-secondary{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;border:2px solid var(--fm-purple);color:var(--fm-purple);background:transparent;transition:background .2s ease,color .2s ease}.hanlink-cta-secondary:hover{background:#635bff14}[dir=rtl]{text-align:right}[dir=rtl] .nav,[dir=rtl] .nav-links,[dir=rtl] .hero-buttons,[dir=rtl] .about-content,[dir=rtl] .partner-content,[dir=rtl] .footer-content{flex-direction:row-reverse}[dir=rtl] .footer-links{flex-direction:row-reverse;gap:3rem}[dir=rtl] .advantages-grid,[dir=rtl] .advantage-card{text-align:right}.institutional-impact .hero .hero-description{font-size:1rem;opacity:.9;max-width:900px;margin-left:auto;margin-right:auto}.impact-metrics{padding:5rem 0;background:var(--fm-band-light)}.impact-metrics h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}.metric-card,.transformation-card,.technology-card,.investor-card,.value-card,.contact-item{background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(99,91,255,.1);position:relative;overflow:hidden;text-align:center}.metric-card:before,.transformation-card:before,.technology-card:before,.investor-card:before,.value-card:before,.contact-item:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--fm-purple),var(--fm-cyan),var(--fm-coral));transform:scaleX(0);transform-origin:center;transition:transform .5s cubic-bezier(.4,0,.2,1)}.metric-card:after,.transformation-card:after,.technology-card:after,.investor-card:after,.value-card:after,.contact-item:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(99,91,255,.1) 0%,transparent 70%);transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease;pointer-events:none}.metric-card:hover,.transformation-card:hover,.technology-card:hover,.investor-card:hover,.value-card:hover,.contact-item:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #635bff33;border-color:#635bff4d}.metric-card:hover:before,.transformation-card:hover:before,.technology-card:hover:before,.investor-card:hover:before,.value-card:hover:before,.contact-item:hover:before{transform:scaleX(1)}.metric-card:hover:after,.transformation-card:hover:after,.technology-card:hover:after,.investor-card:hover:after,.value-card:hover:after,.contact-item:hover:after{width:300px;height:300px}.metric-card[data-index="0"]:before,.transformation-card[data-index="0"]:before,.technology-card[data-index="0"]:before,.investor-card[data-index="0"]:before,.value-card[data-index="0"]:before,.contact-item[data-index="0"]:before{background:linear-gradient(90deg,var(--fm-purple),var(--fm-cyan))}.metric-card[data-index="1"]:before,.transformation-card[data-index="1"]:before,.technology-card[data-index="1"]:before,.investor-card[data-index="1"]:before,.value-card[data-index="1"]:before,.contact-item[data-index="1"]:before{background:linear-gradient(90deg,var(--fm-coral),var(--fm-amber))}.metric-card[data-index="2"]:before,.transformation-card[data-index="2"]:before,.technology-card[data-index="2"]:before,.investor-card[data-index="2"]:before,.value-card[data-index="2"]:before,.contact-item[data-index="2"]:before{background:linear-gradient(90deg,var(--fm-cyan),var(--fm-violet))}.metric-card[data-index="3"]:before,.transformation-card[data-index="3"]:before,.technology-card[data-index="3"]:before,.value-card[data-index="3"]:before,.contact-item[data-index="3"]:before{background:linear-gradient(90deg,var(--fm-violet),var(--fm-coral))}.transformation-card h3,.technology-card h3,.investor-card h3,.value-card h3,.contact-item h3{margin-bottom:1rem;font-weight:700;font-size:1.35rem;position:relative;z-index:1}.transformation-card[data-index="0"] h3,.technology-card[data-index="0"] h3,.investor-card[data-index="0"] h3,.value-card[data-index="0"] h3,.contact-item[data-index="0"] h3{color:var(--fm-purple)}.transformation-card[data-index="1"] h3,.technology-card[data-index="1"] h3,.investor-card[data-index="1"] h3,.value-card[data-index="1"] h3,.contact-item[data-index="1"] h3{color:var(--fm-coral)}.transformation-card[data-index="2"] h3,.technology-card[data-index="2"] h3,.investor-card[data-index="2"] h3,.value-card[data-index="2"] h3,.contact-item[data-index="2"] h3{color:var(--fm-cyan)}.transformation-card[data-index="3"] h3,.technology-card[data-index="3"] h3,.value-card[data-index="3"] h3,.contact-item[data-index="3"] h3{color:var(--fm-violet)}.transformation-card p,.technology-card p,.investor-card p,.contact-item p{color:var(--fm-text-muted);line-height:1.8;position:relative;z-index:1}.contact-item p{margin:0}.metric-card .card-icon,.transformation-card .card-icon,.technology-card .card-icon,.investor-card .card-icon,.value-card .card-icon,.contact-item .card-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;position:relative;z-index:1;background:linear-gradient(135deg,#635bff1a,#00d9ff1a);color:var(--fm-purple)}.metric-card:hover .card-icon,.transformation-card:hover .card-icon,.technology-card:hover .card-icon,.investor-card:hover .card-icon,.value-card:hover .card-icon,.contact-item:hover .card-icon{transform:scale(1.15) rotate(-5deg)}.metric-card[data-index="0"] .card-icon,.transformation-card[data-index="0"] .card-icon,.technology-card[data-index="0"] .card-icon,.investor-card[data-index="0"] .card-icon,.value-card[data-index="0"] .card-icon,.contact-item[data-index="0"] .card-icon{background:linear-gradient(135deg,#635bff33,#00d9ff1a);color:var(--fm-purple)}.metric-card[data-index="1"] .card-icon,.transformation-card[data-index="1"] .card-icon,.technology-card[data-index="1"] .card-icon,.investor-card[data-index="1"] .card-icon,.value-card[data-index="1"] .card-icon,.contact-item[data-index="1"] .card-icon{background:linear-gradient(135deg,#ff735e33,#ffb8001a);color:var(--fm-coral)}.metric-card[data-index="2"] .card-icon,.transformation-card[data-index="2"] .card-icon,.technology-card[data-index="2"] .card-icon,.investor-card[data-index="2"] .card-icon,.value-card[data-index="2"] .card-icon,.contact-item[data-index="2"] .card-icon{background:linear-gradient(135deg,#00d9ff33,#9f7aea1a);color:var(--fm-cyan)}.metric-card[data-index="3"] .card-icon,.transformation-card[data-index="3"] .card-icon,.technology-card[data-index="3"] .card-icon,.value-card[data-index="3"] .card-icon,.contact-item[data-index="3"] .card-icon{background:linear-gradient(135deg,#9f7aea33,#ff735e1a);color:var(--fm-violet)}.metric-value{font-size:2.5rem;font-weight:700;color:var(--fm-purple);margin-bottom:.5rem;position:relative;z-index:1}.metric-label{font-size:1.1rem;color:var(--fm-text-muted);position:relative;z-index:1}.global-network{padding:5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden}.global-network:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0;pointer-events:none}.global-network .container{position:relative;z-index:1}.global-network h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.global-network p{max-width:1000px;margin:0 auto;text-align:center;font-size:1.15rem;line-height:1.8;color:#fffffff2}.education-transformation{padding:5rem 0;background:var(--fm-band-light)}.education-transformation h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-coral) 0%,var(--fm-purple) 50%,var(--fm-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.transformation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}[dir=rtl] .metrics-grid,[dir=rtl] .metric-card,[dir=rtl] .transformation-grid,[dir=rtl] .transformation-card{text-align:right}.core-technologies{padding:5rem 0;background:var(--fm-band-light)}.core-technologies h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.technology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}.innovation-strategy{padding:5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden}.innovation-strategy:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0;pointer-events:none}.innovation-strategy .container{position:relative;z-index:1}.innovation-strategy h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.innovation-strategy p{max-width:1000px;margin:0 auto;text-align:center;font-size:1.15rem;line-height:1.8;color:#fffffff2}.company-overview{padding:5rem 0;background:var(--fm-band-light)}.company-overview h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.company-overview p{max-width:1000px;margin:0 auto 1rem;text-align:center;font-size:1.15rem;line-height:1.8;color:var(--fm-text-muted)}.ticker-info{text-align:center;font-size:1.2rem;font-weight:700;color:var(--fm-purple);margin-top:1rem}.key-investor-info{padding:5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden}.key-investor-info:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0;pointer-events:none}.key-investor-info .container{position:relative;z-index:1}.key-investor-info h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.investor-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}.latest-updates{padding:5rem 0;background:var(--fm-band-light)}.latest-updates h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-coral) 0%,var(--fm-purple) 50%,var(--fm-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.updates-list{max-width:800px;margin:0 auto;list-style:none;padding:0}.updates-list li{padding:1.25rem 1.5rem;background:#fff;margin-bottom:1rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(99,91,255,.1);color:var(--fm-text-muted);transition:transform .35s ease,box-shadow .35s ease}.updates-list li:hover{transform:translateY(-4px);box-shadow:0 12px 28px #635bff1f}.investor-contact{padding:5rem 0;background:var(--fm-band-light)}.investor-contact h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.investor-contact p{max-width:800px;margin:0 auto;text-align:center;font-size:1.15rem;line-height:1.8;color:var(--fm-text-muted)}.about-company{padding:5rem 0;background:var(--fm-band-light)}.about-company h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-company p{max-width:1000px;margin:0 auto 1rem;text-align:center;font-size:1.15rem;line-height:1.8;color:var(--fm-text-muted)}.mission-vision{padding:5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden}.mission-vision:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0;pointer-events:none}.mission-vision .container{position:relative;z-index:1}.mission-vision h2{text-align:center;margin-bottom:2rem;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.mission-vision p{max-width:800px;margin:0 auto;text-align:center;font-size:1.15rem;line-height:1.8;color:#fffffff2}.core-values{padding:5rem 0;background:var(--fm-band-light)}.core-values h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-coral) 0%,var(--fm-purple) 50%,var(--fm-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}.contact-form-section{padding:5rem 0;background:var(--fm-band-light)}.contact-form-section h2{text-align:center;margin-bottom:3rem;font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-navy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-form{max-width:600px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(99,91,255,.1);transition:box-shadow .35s ease}.contact-form:hover{box-shadow:0 12px 32px #635bff1f}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(10,37,64,.12);border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#635bff73;box-shadow:0 0 0 3px #635bff1f}.contact-form .form-group textarea{resize:vertical;min-height:150px}.submit-button{display:block;width:100%;padding:.85rem;background:linear-gradient(135deg,var(--fm-purple) 0%,var(--fm-cyan) 100%);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #635bff59}.contact-info-section{padding:5rem 0;background:var(--fm-band-dark);color:#fff;position:relative;overflow:hidden}.contact-info-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite;z-index:0;pointer-events:none}.contact-info-section .container{position:relative;z-index:1}.contact-info-section h2{text-align:center;margin-bottom:3.5rem;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px}[dir=rtl] .technology-grid,[dir=rtl] .technology-card,[dir=rtl] .investor-card-grid,[dir=rtl] .investor-card,[dir=rtl] .updates-list li,[dir=rtl] .values-grid,[dir=rtl] .value-card,[dir=rtl] .contact-form,[dir=rtl] .contact-form .form-group label,[dir=rtl] .contact-details,[dir=rtl] .contact-item{text-align:right}.solutions-hanlink .hanlink-hero-copy--pretext-measure{position:absolute;left:0;top:0;visibility:hidden;pointer-events:none;white-space:nowrap}.solutions-hanlink .hanlink-hero-copy--measure-h1{font-size:2rem;line-height:1.2;font-weight:600}@media (min-width: 900px){.solutions-hanlink .hanlink-hero-copy--measure-h1{font-size:2.5rem}}.solutions-hanlink .hanlink-hero-copy--measure-lead{font-size:1rem;line-height:1.65;font-weight:400}.solutions-hanlink .hanlink-hero-copy--measure-tag{font-size:1.125rem;line-height:1.5;font-weight:600}.hanlink-hero-title-pretext{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit}.hanlink-hero-lead--pretext,.hanlink-hero-tagline--pretext{margin:0}.solutions-hanlink .hanlink-hero-lead--pretext.hanlink-hero-lead{margin-bottom:1.25rem}.solutions-hanlink .hanlink-hero-pretext-lines{color:inherit}.solutions-hanlink .hanlink-hero-copy--pretext .hanlink-hero-pretext-block--h1{margin-bottom:0}.solutions-hanlink .hanlink-hero-copy--pretext .hanlink-hero-pretext-block--lead{margin-top:.75rem}.solutions-hanlink .hanlink-hero-copy--pretext .hanlink-hero-pretext-block--tag{margin-top:.5rem}.solutions-spotlight-flow-measure{position:absolute;left:0;top:0;visibility:hidden;pointer-events:none;white-space:nowrap;font-size:clamp(1.08rem,1.35vw,1.25rem);line-height:1.72}.solutions-landing .solutions-spotlight-pretext-body{margin:0 0 1.5rem;color:var(--fm-text-muted);max-width:58ch;position:relative}.solutions-landing .solutions-spotlight-flow-figure{margin:.75rem 0 1rem;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #0f172a1f}.solutions-landing .solutions-spotlight-flow-figure img{width:100%;height:auto;display:block}
